@charset "UTF-8";
/* ===================================================================
 style info : 特設サイト追記部分
 author     : style.css
=================================================================== */
/*----------------------------------------------------
  全体
----------------------------------------------------*/
/*-------共通箇所*/
body {
  background: #fceded url("../img/bg-check01.png") repeat top center;
  background-size: 20px;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*-------clearfix、マージン関連*/
.clearfix {
  *zoom: 1;
}
≤.clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}
img {
  margin: 0;
  padding: 0;
  /*vertical-align: middle;*/
}
section {
  width: 100%;
  margin: 0;
}
article {
  text-align: left;
  margin: 0 auto 8% auto;
}
p {
  word-wrap: break-word;
}
.border-ra {
  border-radius: 1.0em;
}
.border-ra02 {
  border-radius: 0.5em;
}
.borderColor-br {
  border: 1.5px solid #612d11;
}
@media screen and (min-width: 1200px) {
  .border-ra {
    border-radius: 1.5em;
  }
  .border-ra02 {
    border-radius: 0.6em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {}
/*-------txt*/
.co_red01 {
  color: #e95550;
}
.co_red02 {
  color: #d83f3f;
}
.co_pink {
  color: #e9607c;
}
.co_purple {
  color: #b8639e;
}
.co_white {
  color: #fff;
}
.txtBold {
  font-weight: bold;
}
.txt_sm {
  font-size: 88%;
}
.txt_xsm {
  font-size: 60%;
}
.txt_lr {
  font-size: 150%;
}
.txt_l {
  text-align: left;
}
.txt_center {
  text-align: center;
}
.text-narrow {
  transform: scale(0.8, 1);
}
/*-------ボーダー装飾*/
.border {
  border-top: 1px solid #ccc;
}
.dotted {
  background-image: linear-gradient(to right, #c58349, #c58349 2px, transparent 2px, transparent 5px);
  background-size: 5px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
/*-------PCとタブレット・スマホの切り替え*/
.br-sp {
  display: block;
}
.br-pc {
  display: none;
}
.br-tab {
  display: none;
}
.br-tab02 {
  display: block;
}
.br-tab03 {
  display: block;
}
@media screen and (min-width: 1200px) {
  .br-sp {
    display: none;
  }
  .br-pc {
    display: block;
  }
  .br-tab {
    display: block;
  }
  .br-tab02 {
    display: block;
  }
  .br-tab03 {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .br-sp {
    display: none;
  }
  .br-pc {
    display: block;
  }
  .br-tab {
    display: none;
  }
  .br-tab02 {
    display: none;
  }
  .br-tab03 {
    display: block;
  }
}
@media screen and (min-width: 767px) and (max-width: 1014px) {
  .br-tab {
    display: none;
  }
}
/*----------------------------------------------------
  a
----------------------------------------------------*/
a {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  text-decoration: none;
  transition: all 0s;
}
a:active, a:hover, a:focus {
  outline: 0;
}
.overwhite {
  background-color: transparent;
  display: block;
  opacity: 1;
}
.overwhite:hover, .overwhite:hover img {
  text-decoration: none;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
@media screen and (min-width: 1200px) {
  a, .overwhite img {
    transition: all .3s;
  }
}
/*----------------------------------------------------
  lazyload
----------------------------------------------------*/
.box-fadein img {
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
.box-fadein.lazyloaded img.lazyloaded {
  opacity: 1;
}
/*lazy用のボックス*/
.aspect-box {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: calc(2930 / 1500 * 100%);
}
.aspect-box02 {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: calc(1352 / 900 * 100%);
}
.aspect-box03 {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: calc(776 / 900 * 100%);
}
.aspect-box04 {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: calc(780 / 1100 * 100%);
}
.aspect-box img, .aspect-box02 img, .aspect-box03 img, .aspect-box04 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
/*----------------------------------------------------
 footer（マージンを消す）
----------------------------------------------------*/
/* footer style */
#l-footer {
  margin-top: 0;
}
@media screen and (min-width: 1200px) {
  #l-footer {
    margin-top: 0;
  }
}
#l-footer .footer-pagetop { /*z-index調整*/
  z-index: 10;
}
/*----------------------------------------------------
　l-content
----------------------------------------------------*/
#l-content {
  max-width: 100%;
  margin: 0;
  /*margin-top: 115px;*/
}
.c-content {
  width: 100%;
}
.l_content_wrap {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
/*----------------------------------------------------
　c-mainImg
----------------------------------------------------*/
#c-mainImg {
  width: 86%;
  height: auto;
  margin: 0 auto;
  padding: 12% 0 18% 0;
  text-align: center;
}
#c-mainImg .inner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-image: url("../img/mainImgBg_sp.svg") 34 34 34 34 fill / 34px 34px 34px 34px;
  padding: 8% 8% 15% 8%;
  /*border-image-repeat: round;*/
}
#c-mainImg img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/*----------------------------------------------------
　globalNavi
----------------------------------------------------*/
#globalNavi {
  width: 100%;
  padding: 12% 0 0 0;
}
#globalNavi ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#globalNavi li {
  width: 100%;
  margin: 0 0 6% 0;
  text-align: center;
  background: rgba(234, 120, 120, 0.1);
  border-radius: 0 20px 0 20px;
}
#globalNavi li a {
  position: relative;
  width: 100%;
  padding: 9.5% 0;
  height: 2.8em;
}
#globalNavi li a span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  display: flex;
}
#globalNavi li.ancher01, #globalNavi li.ancher02, #globalNavi li.ancher03, #globalNavi li.ancher04, #globalNavi li.ancher05 {
  transition: all 0s;
}
#globalNavi li.ancher05 {
  background: rgba(136, 94, 51, 0.1);
  line-height: 1em;
}
#globalNavi li.ancher01:hover, #globalNavi li.ancher02:hover, #globalNavi li.ancher03:hover, #globalNavi li.ancher04:hover, #globalNavi li.ancher05:hover {
  cursor: pointer;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
@media screen and (min-width: 1200px) {
  #globalNavi li.ancher01:hover, #globalNavi li.ancher02:hover, #globalNavi li.ancher03:hover, #globalNavi li.ancher04:hover, #globalNavi li.ancher05:hover {
    transition: all .3s;
  }
}
#globalNavi li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
#globalNavi li img {
  max-width: 100%;
  height: auto;
}
#globalNavi li.ancher01 img {
  width: 44.727%;
}
#globalNavi li.ancher02 img {
  width: 45.09%;
}
#globalNavi li.ancher03 img {
  width: 55.636%;
}
#globalNavi li.ancher04 img {
  width: 72.727%;
}
#globalNavi li.ancher05 img {
  width: 48.181%;
}
/*-------矢印*/
.c-btn-arrow01, .c-btn-arrow02 {
  display: block;
  width: 100%;
  margin: 0;
  text-decoration: none;
  position: relative;
  transition: all .0s;
}
.c-btn-arrow01:after {
  content: '';
  display: block;
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -4px;
  padding-right: 5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e9607c;
  border-right: 2px solid #e9607c;
  -ms-transform: translateY(-25%) rotate(135deg);
  transform: translateY(-25%) rotate(135deg);
}
.c-btn-arrow02:after {
  content: '';
  display: block;
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -4px;
  padding-right: 5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #885e33;
  border-right: 2px solid #885e33;
  -ms-transform: translateY(-25%) rotate(135deg);
  transform: translateY(-25%) rotate(135deg);
}
@media screen and (min-width: 1200px) {
  .c-btn-arrow01:after, .c-btn-arrow02:after {
    right: 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-btn-arrow01:after, .c-btn-arrow02:after {
    right: 5%;
  }
}
/*----------------------------------------------------
　各ブロック
----------------------------------------------------*/
section {
  width: 100%;
}
.contentsBox {
  position: relative;
  padding: 17% 0;
}
#othersEvent {
  padding: 17% 0 25% 0;
  margin: 0;
}
#infomation {
  margin: 0;
  padding: 5% 0 15% 0;
}
.contentsBox02 {
  position: relative;
  padding: 15% 0;
}
.contentsBox .inner, .contentsBox02 .inner {
  width: 100%;
  margin: 0 auto;
}
.contentsBox02 .inner {
  width: 100%;
  padding: 0 7%;
}
#floorEvent.contentsBox .inner {
  padding: 0 0 15% 0;
}
#floorEvent.contentsBox .inner:last-child {
  padding: 0;
}
#infomation .inner {
  position: relative;
  z-index: 2;
}
/*各コンテンツの背景*/
.contBg01 {
  background: url(../img/bg-check03.png) repeat top;
  background-color: #ea7878;
  background-size: 20px;
}
.contBg02 {
  background: url(../img/bg-check02.png) repeat top;
  background-color: #f19a96;
  background-size: 20px;
}
.contBg03 {
  background: url(../img/bg-check03.png) repeat top;
  background-color: #885e33;
  background-size: 20px;
}
.contBg04 {
  background: #e9d9b8;
  background-size: 20px;
}
/*セクション区切り（丸）*/
.semicircle {
  position: relative;
  background: #e9d9b8;
  height: auto;
}
.semicircle::before {
  position: absolute;
  content: '';
  top: -10%;
  left: 50%;
  z-index: 1;
  width: 72%;
  height: 72%;
  border-radius: 50%;
  background: inherit;
  transform: translateX(-50%) translateY(0%);
  bottom: 0px;
}
.conbg_w {
  background: #fff;
}
.conbg_br {
  background: #7f4535;
}
.conbg_white02 {
  background-color: rgba(255, 255, 255, 0.6);
}
/*----------------------------------------------------
　h
----------------------------------------------------*/
.c-content h2 {
  width: 86%;
  height: 100%;
  margin: 0 auto 8% auto;
  text-align: center;
}
.c-content #infomation h2 {
  width: 50.307%;
  height: 100%;
  margin: 0 auto 10% auto;
  text-align: center;
}
.c-content h3 {
  margin: 0 auto 5% auto;
  padding: 0;
}
.c-content #cakejp h3 {
  margin: 0 auto 10% auto;
  padding: 0;
}
.c-content h4 {
  margin: 0 auto 5% auto;
  padding: 0;
  text-align: center;
  font-size: calc(1.1875rem + ((1vw - 3.2px) * 2.2321)); /* 19px @ 320px increasing to 29px @ 768px */
  /* Note: The calc base value (1.125rem) MUST be stated in REM to maintain accessibility */
  /* Where: 2.2321 = 100 * font-size_difference / viewport_width_difference */
  font-feature-settings: "palt";
  line-height: 1.4;
}
.c-content #othersEvent h3 {
  margin: 5% 0 8% 0;
}
.c-content #othersEvent h3:before, .c-content #othersEvent h3:after {
  display: none;
}
/*----------------------------------------------------
　ブロック
----------------------------------------------------*/
.frame01 {
  position: relative;
  border-image: url('../img/contBg-wave_sp.svg') 34 34 34 34 fill / 34px 34px 34px 34px;
  padding: 10% 7%;
  margin: 0 7%;
}
.frame:last-child {
  margin-bottom: 0;
}
.inner_Box {
  padding: 0;
  position: relative;
  z-index: 1;
}
/*----------------------------------------------------
　各カテゴリボックス
----------------------------------------------------*/
.conSec {
  margin: 0 0 15% 0;
}
.conSec02 {
  margin: 0 0 15% 0;
}
.shopListBox {
  grid-area: shopListBox;
}
.shopListBox02 {
  grid-area: shopListBox02;
  margin: 0;
}
.shopListBox03 {
  grid-area: shopListBox03;
}
.chocoBox {
  margin: 0;
}
.conSec:last-child, .chocoBox:last-child {
  margin-bottom: 0;
}
.conSec02:last-child {
  margin-bottom: 0;
  margin-top: 15%;
}
/*各ブロックの設定*/
.chocoBox_inner01, .chocoBox_inner02 {
  margin: 0 0 13% 0;
  padding: 0;
}
.conSec .chocoBox_inner01:last-child, .conSec .chocoBox_inner02:last-child {
  margin: 0;
  padding: 0;
}
.chocoBox_inner01:last-child, .chocoBox_inner02:last-child {
  margin: 0;
  padding: 0;
}
.chocoBox_inner01 .item01, .chocoBox_inner02 .item01 {
  width: 100%;
}
.chocoBox_inner01 .item02, .chocoBox_inner02 .item02 {
  margin: 0 auto;
}
.photoBox {
  margin: 0 0 8% 0;
  position: relative;
}
#othersEvent .photoBox {
  margin: 0 0 4% 0;
}
#cakejp .photoBox {
  margin: 0 0 30px 0;
}
.iconBox_leftBottom {
  width: 50%;
  height: 25%;
  position: absolute;
  bottom: 0.6em;
  left: 0.3em;
  display: flex;
  z-index: 1;
}
.iconBox_rightBottom {
  width: 18%;
  height: auto;
  position: absolute;
  bottom: 1em;
  right: 1em;
  display: flex;
  z-index: 1;
}
.ico-gentei {
  width: 100%;
  height: 100%;
}
/*テキストブロックの設定*/
.textBox {
  font-feature-settings: "palt";
  letter-spacing: .025em;
  /*text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-word;
  overflow-wrap: break-word;*/
  font-size: calc(0.875rem + ((1vw - 3.2px) * 2.2321)); /* 14px @ 320px increasing to 24px @ 768px */
  /* Where: 2.2321 = 100 * font-size_difference / viewport_width_difference */
  line-height: 1.85;
}
.textBox02, .textBox .txt02 {
  font-feature-settings: "palt";
  letter-spacing: .025em;
  font-size: calc(0.8125rem + ((1vw - 3.2px) * 2.2321)); /* 13px @ 320px increasing to 23px @ 768px */
  /* Where: 2.2321 = 100 * font-size_difference / viewport_width_difference */
}
.textBox03 {
  font-feature-settings: "palt";
  letter-spacing: .025em;
  font-size: calc(0.75rem + ((1vw - 3.2px) * 2.2321)); /* 12px @ 320px increasing to 22px @ 768px */
  /* Where: 2.2321 = 100 * font-size_difference / viewport_width_difference */
}
.textBox04 {
  font-feature-settings: "palt";
  letter-spacing: .025em;
  font-size: calc(1.25rem + ((1vw - 3.2px) * 2.2321)); /* 20px @ 320px increasing to 30px @ 768px */
  /* Note: The calc base value (1.25rem) MUST be stated in REM to maintain accessibility */
  /* Where: 2.2321 = 100 * font-size_difference / viewport_width_difference */
}
.textBox05 {
  font-feature-settings: "palt";
  letter-spacing: .025em;
  font-size: calc(1.125rem + ((1vw - 3.2px) * 2.2321)); /* 18px @ 320px increasing to 28px @ 768px */
  /* Note: The calc base value (1.125rem) MUST be stated in REM to maintain accessibility */
  /* Where: 2.2321 = 100 * font-size_difference / viewport_width_difference */
}
.txt01 {
  margin: 0;
}
/*webフォントの指定*/
.webfont01 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
/*順序付きリスト*/
/* olのスタイル */
.nunberList {
  margin: 0;
  padding: 0;
  list-style: none; /* デフォルトの数字を非表示に */
  counter-reset: span;
}
/* spanのスタイル */
.nunberList span {
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.5;
  text-align: justify;
  vertical-align: middle;
  , overflow-wrap: break-word;
}
.nunberListBlock span {
  display: block;
}
/* 2つ目以降のliにmargin-topを指定 */
.nunberList span:not(:first-child) {
  margin-top: 0.5em;
}
.nunberList span::before {
  counter-increment: span;
  content: counter(span);
  position: absolute;
  left: 0;
  top: 0.05rem; /* 数字のY軸線上の位置を調整 */
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #e9607c;
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.2rem;
  text-align: center;
  vertical-align: middle;
}
/*矢印付きリスト*/
.arrow01, .arrow02 {
  padding: 0;
}
.arrow01 li, .arrow02 li {
  list-style: none;
}
.arrow01::before, .arrow02::before {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0 1.5rem 0 0;
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: middle;
  content: "";
  background: url("../img/ico-arrowTop.svg") no-repeat center center;
}
/*矢印付きリストと順序付きリストの併用*/
.itemListFlex {
  width: 100%;
}
.itemListFlex ul, .itemListFlex ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* 端に寄せる */
}
.itemListFlex ul li, .itemListFlex ol li {
  flex-basis: 30%; /* 初期幅を30%に（3つで90% + 余白） */
  /* flex-grow: 1; */ /* 均等に広げる場合 */
  /* flex-shrink: 0; */ /* 縮まないようにする場合 */
}
/*出店期間*/
.syutennkikan {
  display: flex;
  border: 1px solid #e9607c;
  border-radius: 0.5em;
  margin: 4% 0 0 0;
}
.syutennkikan .date01 {
  background: #e9607c;
  color: #fff;
  padding: 0 0.7rem;
  border-radius: 0.5em 0 0 0.5em;
}
.syutennkikan .date02 {
  padding: 0 0 0 1em;
}
/*注釈*/
.note {
  padding: 0;
  font-feature-settings: "palt";
  letter-spacing: .025em;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: calc(0.75rem + ((1vw - 3.2px) * 2.2321)); /* 12px @ 320px increasing to 22px @ 768px */
  /* Where: 2.2321 = 100 * font-size_difference / viewport_width_difference */
}
.note li {
  padding-left: 1em;
  text-indent: -1em;
}
/*罫線*/
hr.dotline01 {
  border: none; /* 既存のボーダーを消す */
  height: 2px; /* 点線の高さ */
  background-image: radial-gradient(circle, #e9607c 1px, transparent 1px), radial-gradient(circle, #e9607c 1px, transparent 1px), radial-gradient(circle, #e9607c 1px, transparent 1px), radial-gradient(circle, #e9607c 1px, transparent 1px);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 6px 2px, 2px 6px, 6px 2px, 2px 6px;
}
hr.dotline02 {
  border: none; /* 既存のボーダーを消す */
  height: 2px; /* 点線の高さ */
  background-image: radial-gradient(circle, #885e33 1px, transparent 1px), radial-gradient(circle, #885e33 1px, transparent 1px), radial-gradient(circle, #885e33 1px, transparent 1px), radial-gradient(circle, #885e33 1px, transparent 1px);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 6px 2px, 2px 6px, 6px 2px, 2px 6px;
}
/*----------------------------------------------------
ケーキジェーピー
----------------------------------------------------*/
.chocoBox_inner-cakejp {
  position: relative;
  z-index: 1;
}
.chocoBox_inner-cakejp .item01 {
  width: 100%;
  margin: 10% 0 0 -20%;
  width: 138%;
}
.chocoBox_inner-cakejp .item02 {
  margin: 0 auto;
}
.eventBox {
  position: relative;
  border: 1px solid #e9607c;
  margin: 15% 0 0 0;
  padding: 30px 20px;
}
.eventBox-title {
  position: absolute;
  display: inline-block;
  top: -0.9rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0rem 1rem;
  width: 41%;
  background-color: white;
}
.eventBox-title img {
  width: 100%;
}
.eventBox-body {
  line-height: 1.5;
}
.eventTitle {
  display: flex;
  align-items: center;
  margin: 0 0 7% 0;
}
.eventTitle .item01, .eventTitle .chocoBox_inner02 .item01 {
  flex-direction: row;
  width: 25%;
  margin: 0;
}
.eventTitle .item02 {
  flex-direction: row;
  width: 71.5%;
  margin: 0 auto 0 3.5%;
  /*margin-left: -2.1729%;*/
  position: relative;
}
.eventTitle h4 {
  text-align: left;
  font-size: calc(1.25rem + ((1vw - 3.2px) * 2.2321)); /* 20px @ 320px increasing to 30px @ 768px */
  /* Note: The calc base value (1.25rem) MUST be stated in REM to maintain accessibility */
  /* Where: 2.2321 = 100 * font-size_difference / viewport_width_difference */
  line-height: 1.2;
}
.under {
  display: inline;
  padding: 0 4px 2px 4px;
  background: linear-gradient(transparent 70%, #fdeff2 0%);
}
.eventSpace {
  /*webフォントの指定*/
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
}
.eventDate {
  background: rgba(233, 96, 124, 0.1);
  padding: 5%;
  margin: 0 0 5% 0;
}
.eventConan {
  background: #d4ecea;
  padding: 7%;
  margin: 15% 0 5% 0;
}
.eventConan .textBox04 {
  text-align: center;
  line-height: 1.5;
}
.chocoBox_inner-conan {
  margin: 12% 0 0 0 !important;
}
.chocoBox_inner-conan .item01 {
  margin: 0 0 12% 0;
}
/*----------------------------------------------------
　その他イベント
----------------------------------------------------*/
.shopListBox {
  display: block;
  justify-items: center;
  align-items: center;
  margin: 0 0 12% 0;
}
.shopLogo {
  width: 45%;
  margin: 0 auto 2% auto;
}
#lindt .shopLogo {
  width: 69%;
  margin: 0 auto 2% auto;
}
.shopName {
  width: 100%;
  margin: 0 0 10% 0;
}
.shopName p {
  width: 64%;
  margin: 0 auto 8% auto;
}
/*----------------------------------------------------
　bnrBox
----------------------------------------------------*/
.bnrBox01, .bnrBox02 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.bnrBox01 li, .bnrBox02 li {
  margin: 0;
}
#infomation .bnrBox02 {
  margin: 0 auto 5% auto;
}
/*----------------------------------------------------
  ボタンスタイル
----------------------------------------------------*/
.linkBox01 {
  width: 100%;
  margin: 0 auto;
}
.linkBox01 li {
  width: 100%;
  margin: 0 auto 5% auto;
  padding: 0;
  display: grid;
  align-items: center;
  height: 5em;
  text-align: center;
  font-size: calc(0.9375rem + ((1vw - 3.2px) * 2.2321)); /* 15px @ 320px increasing to 25px @ 768px */
  /* Note: The calc base value (0.9375rem) MUST be stated in REM to maintain accessibility */
  /* Where: 2.2321 = 100 * font-size_difference / viewport_width_difference */
  line-height: 1.3;
  font-feature-settings: "palt";
}
.linkBox01 li:last-child {
  margin: 0;
}
.linkBox01 li.link01 {
  background: #781e28;
  color: #fff;
  transition: all 0s;
}
.linkBox01 li.link01 a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
@media screen and (min-width: 1200px) {
  .linkBox01 li.link01 a:hover {
    transition: all .3s;
  }
}
.linkBox01 li:last-child {
  margin: 0 auto;
}
.linkBox01 li a, .linkBox01 li span:first-child {
  /* 垂直方向の中央揃え */
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  text-decoration: none;
  text-align: center;
}
.linkBox01 li.link01 a {
  color: #fff;
}
/*-------矢印*/
.ico_blank {
  display: block;
  width: 100%;
  margin: 0;
  text-decoration: none;
  position: relative;
  transition: all .0s;
}
.ico_blank:after {
  content: '';
  display: block;
  position: absolute;
  right: 4%;
  top: 35%;
  width: 1.2em;
  height: 1.2em;
  background: url("../img/ico_link.svg") no-repeat center right;
  background-size: 1.2em;
}
@media screen and (min-width: 1200px) {
  .ico_blank:after {
    top: 37%;
    width: 1.0em;
    height: 1.0em;
    background-size: 1.0em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .ico_blank {
    display: block;
    width: 100%;
    margin: 0;
    text-decoration: none;
    position: relative;
    transition: all .0s;
  }
  .ico_blank:after {
    top: 38%;
    width: 1.0em;
    height: 1.0em;
    background-size: 1.0em;
  }
}
/*-------開催前*/
.coming_area {
  position: relative;
  width: 100%;
}
.coming_area:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.70);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.coming_area:before {
  border-radius: 0.5em;
}
.coming_area .coming_inner {
  width: 100%;
  height: 100%;
}
.coming_area .coming_inner p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  color: #fff;
  margin: 0;
  padding: 0;
  z-index: 4;
  font-size: 100%;
  width: 100%;
  text-align: center;
}
/* ===============================================================================
　以下ブレークポイント設定*/
/*----------------------------------------------------ブレークポイント・PCサイズ以上*/
/** 共通箇所
------------------------------------------------- */
@media screen and (min-width: 1200px) {
  body {
    background: #fceded url("../img/bg-check01.png") repeat top center;
    background-size: 40px;
  }
  /** lazyload
----------------------------------------------------*/
  /*lazy用のボックス*/
  .aspect-box {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: calc(908 / 1224 * 100%);
  }
  .aspect-box02 {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: calc(358 / 440 * 100%);
  }
  .aspect-box03 {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: calc(468 / 566 * 100%);
  }
  /** l-content
------------------------------------------------- */
  .l_content_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  /** c-mainImg
------------------------------------------------- */
  #c-mainImg {
    width: 100%;
    max-width: 980px;
    height: auto;
    margin: 0 auto;
    padding: 60px 0 100px 0;
    text-align: center;
  }
  #c-mainImg .inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-image: url("../img/mainImgBg_pc.svg") 30 33 30 33 fill / 30px 33px 30px 33px;
    padding: 50px 60px 90px 60px;
  }
  #c-mainImg h1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  /** グローバルナビゲーション
------------------------------------------------- */
  #globalNavi {
    padding: 60px 0 0 0;
  }
  #globalNavi ul {
    width: 100%;
    max-width: 860px;
  }
  #globalNavi li {
    width: 31.62%;
    margin: 0 22px 22px 0;
    padding: 0;
    text-align: center;
  }
  /* 「最後の要素」（何列目でも） */
  #globalNavi li:last-child {
    margin-bottom: 0;
  }
  /* 「最後から2つ目」かつ「1列目または2列目」 */
  #globalNavi li:nth-last-child(2):not(:nth-child(3n)) {
    margin-bottom: 0;
  }
  /* 「最後から3つ目」かつ「1列目」 */
  #globalNavi li:nth-last-child(3):nth-child(3n-2) {
    margin-bottom: 0;
  }
  #globalNavi li.ancher03 {
    margin-right: 0;
  }
  #globalNavi li.ancher04, #globalNavi li.ancher05 {
    width: 48.72%;
  }
  #globalNavi li img {
    height: auto;
  }
  #globalNavi li.ancher01 img, #globalNavi li.ancher02 img {
    width: 55.14%;
  }
  #globalNavi li.ancher03 img {
    width: 67.27%;
  }
  #globalNavi li.ancher04 img {
    width: 56.6666%;
  }
  #globalNavi li.ancher05 img {
    width: 38.095%;
  }
  #globalNavi li a {
    padding: 30px 0;
  }
  /** 各ブロック
------------------------------------------------- */
  section {
    width: 100%;
  }
  .contentsBox {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    position: relative;
  }
  #othersEvent {
    padding: 100px 0 150px 0;
    margin: 0;
  }
  #infomation {
    margin: 0;
    padding: 80px 0 100px 0;
  }
  .contentsBox02 {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    position: relative;
  }
  .contentsBox .inner, .contentsBox02 .inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
  }
  .contentsBox02 .inner {
    width: 100%;
    padding: 0;
  }
  #floorEvent.contentsBox .inner {
    padding: 0 0 90px 0;
  }
  #floorEvent.contentsBox .inner:last-child {
    padding: 0;
  }
  #infomation .inner {
    position: relative;
    z-index: 2;
  }
  /*各コンテンツの背景*/
  .contBg01 {
    background-size: 40px;
  }
  .contBg02 {
    background-size: 40px;
  }
  .contBg03 {
    background-size: 40px;
  }
  /*セクション区切り（丸）*/
  .semicircle::before {
    position: absolute;
    content: '';
    top: -60px;
    width: 530px;
    height: 530px;
  }
  /** h
------------------------------------------------- */
  .c-content h2 {
    width: 510px;
    margin: 0 auto 50px auto;
  }
  .c-content #infomation h2 {
    width: 261px;
    margin: 0 auto 50px auto;
  }
  .c-content h3 {
    margin: 0 auto 3% auto;
    padding: 0;
    text-align: center;
  }
  .c-content h4 {
    margin: 0 auto 15px auto;
    padding: 0;
    text-align: left;
    font-size: 140%;
  }
  .c-content #cakejp h3 {
    width: 607px;
    margin: 0 auto 35px auto;
    padding: 0;
  }
  .c-content #cakejp .eventConan h3 {
    width: 630px;
    margin: 0 auto 25px auto;
    padding: 0;
  }
  .c-content #othersEvent #laduree h3 {
    margin: 0;
    width: 236px;
    text-align: left;
  }
  .c-content #othersEvent #lindt h3 {
    margin: 0;
    width: 236px;
    text-align: left;
  }
  /** ブロック
------------------------------------------------- */
  .frame01 {
    position: relative;
    border-image: url('../img/contBg-wave_pc.svg') 33 33 33 33 fill / 33px 33px 33px 33px;
    padding: 80px 50px;
    margin: 0 auto;
  }
  .frame:last-child {
    margin-bottom: 0;
  }
  /** 各カテゴリボックス
------------------------------------------------- */
  .conSec {
    margin: 0 0 50px 0;
  }
  .conSec02 {
    margin: 0 0 50px 0;
    display: flex;
  }
  .conSec02 .item01 {
    width: 450px;
  }
  .conSec02 .item02 {
    width: 336px;
    margin: 0 0 0 auto;
  }
  .chocoBox {
    margin: 0;
  }
  .conSec02:last-child {
    margin-top: 50px;
  }
  /*各ブロックの設定*/
  .chocoBox_inner01, .chocoBox_inner02 {
    margin: 0 0 60px 0;
    padding: 0;
  }
  .chocoBox_inner01 { /*flex-directionがrow（初期値）*/
    display: flex;
  }
  .chocoBox_inner02 { /*flex-directionがrow-reverse（逆方向）*/
    display: flex;
    flex-direction: row-reverse;
  }
  .chocoBox_inner01 .item01, .chocoBox_inner02 .item01 {
    width: 336px;
  }
  .chocoBox_inner01 .item02 {
    width: 504px;
    margin: 0 0 0 auto;
  }
  .chocoBox_inner02 .item02 {
    width: 504px;
    margin: 0 auto 0 0;
    position: relative;
  }
  #othersEvent .chocoBox_inner01 { /*flex-directionがrow（初期値）*/
    display: block;
  }
  .photoBox {
    margin: 0;
  }
  #cakejp .photoBox {
    margin: 0 0 30px 0;
  }
  #cakejp .chocoBox_inner-conan .item02 .photoBox {
    width: 283px;
    margin-left: auto;
    margin-right: auto;
  }
  #othersEvent .photoBox {
    margin: 0;
  }
  /*テキストブロックの設定*/
  .textBox {
    font-size: 100%;
  }
  .textBox02, .textBox .txt02 {
    font-size: 98%;
    padding: 0;
  }
  .textBox03 {
    font-size: 95%;
  }
  .textBox04 {
    font-size: 130%;
  }
  .textBox05 {
    font-size: 128%;
  }
  /* spanのスタイル */
  /* 2つ目以降のliにmargin-topを指定 */
  .nunberList span:not(:first-child) {
    margin-top: 0.5em;
  }
  .nunberList span::before {
    top: 0em; /* 数字のY軸線上の位置を調整 */
    display: block;
    width: 1.3rem;
    height: 1.3rem;
  }
  /*矢印付きリスト*/
  .arrow01::before {
    width: 1.3rem;
    height: 1.3rem;
    vertical-align: middle;
    content: "";
    background: url("../img/ico-arrowLeft.svg") no-repeat center center;
  }
  .arrow02::before {
    width: 1.3rem;
    height: 1.3rem;
    vertical-align: middle;
    content: "";
    background: url("../img/ico-arrowRight.svg") no-repeat center center;
  }
  /*矢印付きリストと順序付きリストの併用*/
  .itemListFlex {
    width: 100%;
  }
  .itemListFlex ul, .itemListFlex ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* 端に寄せる */
  }
  .itemListFlex ul li, .itemListFlex ol li {
    flex-basis: 30%; /* 初期幅を30%に（3つで90% + 余白） */
    /* flex-grow: 1; */ /* 均等に広げる場合 */
    /* flex-shrink: 0; */ /* 縮まないようにする場合 */
  }
  /*注釈*/
  .note {
    padding: 0;
    font-size: 95%;
  }
  /*ケーキジェーピー
----------------------------------------------------*/
  .cakejpCatch {
    width: 660px;
    margin: 0 auto;
  }
  .chocoBox_inner-cakejp {
    position: relative;
    z-index: 1;
    margin: 50px 0 0 0;
    grid-area: inner-cakejp;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 61.5% 1fr;
    gap: 0 0;
    align-items: flex-start;
    grid-template-areas:
      "cakejpImage cakejpText"
      "cakejpImage cakejpEvent";
    padding: 0;
  }
  .chocoBox_inner-cakejp .item01 {
    width: 612px;
    margin: 0 0 0 -100px;
    grid-area: cakejpImage;
  }
  .chocoBox_inner-cakejp .item02 {
    width: 332px;
    margin: 0;
    text-align: left;
    grid-area: cakejpText;
  }
  .eventBox {
    width: 332px;
    position: relative;
    border: 1px solid #e9607c;
    margin: 50px 0 0 0;
    padding: 30px 20px;
    grid-area: cakejpEvent;
  }
  .eventBox-title {
    width: 41%;
  }
  .eventBox-title img {
    width: 100%;
  }
  .eventBox-body {
    line-height: 1.5;
  }
  .eventTitle {
    margin: 0 0 7% 0;
  }
  .eventTitle .item01 {
    width: 26%;
    margin: 0 10px 0 0;
  }
  .eventTitle .chocoBox_inner02 .item01 {
    width: 26%;
    margin: 0;
  }
  .eventTitle .item02 {
    width: 70.5%;
  }
  .eventTitle h4 {
    text-align: left;
    font-size: 155%;
  }
  .under {
    display: inline;
    padding: 0 4px 2px 4px;
    background: linear-gradient(transparent 70%, #fdeff2 0%);
  }
  .eventSpace {
    /*webフォントの指定*/
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
  }
  .eventDate {
    background: rgba(233, 96, 124, 0.1);
    padding: 5%;
    margin: 0 0 5% 0;
  }
  .eventConan {
    background: #d4ecea;
    padding: 40px;
    margin: 50px 0 0 0;
  }
  .eventConan .textBox04 {
    text-align: center;
    line-height: 1.5;
    font-size: 157%;
  }
  .chocoBox_inner-conan {
    margin: 40px 0 0 0 !important;
    display: flex;
  }
  .chocoBox_inner-conan .item01 {
    width: 440px;
    margin: 0;
  }
  .chocoBox_inner-conan .item02 {
    width: 310px;
    margin: 0 0 0 auto;
  }
  /*その他イベント
----------------------------------------------------*/
  .shopListBox {
    grid-area: shopListBox;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 31.1111111% 1fr;
    grid-template-rows: 187px 78px;
    place-items: center;
    gap: 30px 20px;
    justify-items: center;
    align-items: center;
    grid-template-areas:
      "shopLogo shopName"
      "shopText shopText";
    margin: 0;
    padding: 0;
  }
  #lindt .shopListBox {
    grid-template-columns: 42% 1fr;
    grid-template-rows: 92px 140px;
  }
  #lindt .shopLogo {
    width: 100%;
    margin: 0;
  }
  .shopLogo {
    width: 100%;
    margin: 0;
    grid-area: shopLogo;
  }
  .shopName, .shopText {
    text-align: left;
  }
  .shopName {
    grid-area: shopName;
    width: 100%;
    margin: 0;
  }
  .shopName p {
    width: 82%;
    margin: 0 auto 0 0;
  }
  .shopText {
    grid-area: shopText;
    margin: 0;
  }
  .shopListBox02 {
    width: 48%;
    margin: 0 auto 0 0;
  }
  .shopListBox03 {
    width: 48%;
    margin: 0;
  }
  #othersEvent .chocoBox_inner01 .item01 {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #othersEvent .chocoBox_inner01 .item02 {
    width: 100%;
    margin: 0;
  }
  /** bnrBox
------------------------------------------------- */
  .bnrBox01 {
    width: 100%;
    margin: 0 auto;
  }
  .bnrBox02 {
    width: 100%;
    max-width: 980px;
  }
  #infomation .bnrBox02 {
    margin: 0 0 40px 0;
  }
  .bnrBox01 li {
    width: 100%;
    margin: 0 20px 0 0;
  }
  /** リンクボタン
------------------------------------------------- */
  .linkBox01 {
    width: 100%;
    margin: 0 auto;
    display: flex;
  }
  .linkBox01 li {
    height: 4.5em;
    font-size: 120%;
  }
  .linkBox01 li:last-child {
    margin-right: 0;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ブレークポイント・タブレットサイズ以上PCサイズ以下*/
@media screen and (min-width: 768px) and (max-width: 1199px) {
  /** 共通箇所
------------------------------------------------- */
  body {
    background: #fceded url("../img/bg-check01.png") repeat top center;
    background-size: 40px;
  }
  /** lazyload
----------------------------------------------------*/
  /*lazy用のボックス*/
  .aspect-box {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: calc(908 / 1224 * 100%);
  }
  .aspect-box02 {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: calc(358 / 440 * 100%);
  }
  .aspect-box03 {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: calc(468 / 566 * 100%);
  }
  /** l_content_wrap
------------------------------------------------- */
  .l_content_wrap {
    width: 100%;
    margin: 0 auto;
  }
  /** c-mainImg
------------------------------------------------- */
  #c-mainImg {
    width: 84%;
    height: auto;
    margin: 0 auto;
    padding: 6% 0 10% 0;
    text-align: center;
  }
  #c-mainImg .inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-image: url("../img/mainImgBg_pc.svg") 30 33 30 33 fill / 30px 33px 30px 33px;
    padding: 6% 5.9% 10% 5.9%;
  }
  #c-mainImg h1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  /** グローバルナビゲーション
------------------------------------------------- */
  #globalNavi {
    padding: 6% 0 0 0;
  }
  #globalNavi ul {
    width: 100%;
  }
  #globalNavi li {
    width: 31.62%;
    margin: 0 2.5% 2.5% 0;
  }
  /* 「最後の要素」（何列目でも） */
  #globalNavi li:last-child {
    margin-bottom: 0;
  }
  /* 「最後から2つ目」かつ「1列目または2列目」 */
  #globalNavi li:nth-last-child(2):not(:nth-child(3n)) {
    margin-bottom: 0;
  }
  /* 「最後から3つ目」かつ「1列目」 */
  #globalNavi li:nth-last-child(3):nth-child(3n-2) {
    margin-bottom: 0;
  }
  #globalNavi li.ancher03 {
    margin-right: 0;
  }
  #globalNavi li.ancher04, #globalNavi li.ancher05 {
    width: 48.72%;
  }
  #globalNavi li img {
    height: auto;
  }
  #globalNavi li.ancher01 img, #globalNavi li.ancher02 img {
    width: 55.14%;
  }
  #globalNavi li.ancher03 img {
    width: 67.27%;
  }
  #globalNavi li.ancher04 img {
    width: 56.6666%;
  }
  #globalNavi li.ancher05 img {
    width: 38.095%;
  }
  #globalNavi li a {
    padding: 2rem 0;
  }
  /** 各ブロック
------------------------------------------------- */
  section {
    width: 100%;
  }
  .contentsBox {
    width: 100%;
    margin: 0 auto;
    padding: 10% 0;
    position: relative;
  }
  #othersEvent {
    padding: 10% 0 15% 0;
    margin: 0;
  }
  #infomation {
    margin: 0;
    padding: 3% 0 10% 0;
  }
  .contentsBox02 {
    width: 100%;
    margin: 0 auto;
    padding: 10% 0;
    position: relative;
  }
  .contentsBox .inner, .contentsBox02 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .contentsBox02 .inner {
    width: 100%;
    padding: 0 8%;
  }
  #floorEvent.contentsBox .inner {
    padding: 0 0 9% 0;
  }
  #floorEvent.contentsBox .inner:last-child {
    padding: 0;
  }
  #infomation .inner {
    position: relative;
    z-index: 2;
  }
  /*各コンテンツの背景*/
  .contBg01 {
    background-size: 2.5rem;
  }
  .contBg02 {
    background-size: 2.5rem;
  }
  .contBg03 {
    background-size: 2.5rem;
  }
  /*セクション区切り（丸）*/
  .semicircle::before {
    position: absolute;
    content: '';
    top: -60px;
    width: 54.0816%;
    height: 54.0816%;
  }
  /** h
------------------------------------------------- */
  .c-content h2 {
    width: 44%;
    margin: 0 auto 4% auto;
  }
  .c-content #infomation h2 {
    width: 26%;
    height: 100%;
    margin: 0 auto 7% auto;
    text-align: center;
  }
  .c-content h3 {
    margin: 0 auto 3% auto;
    padding: 0;
    text-align: center;
  }
  .c-content h4 {
    margin: 0 auto 4% auto;
    padding: 0;
    text-align: left;
    font-size: calc(1.125rem + ((1vw - 7.68px) * 2.3202)); /* 18px @ 768px increasing to 28px @ 1199px */
    /* Note: The calc base value (1.125rem) MUST be stated in REM to maintain accessibility */
    /* Where: 2.3202 = 100 * font-size_difference / viewport_width_difference */
  }
  .c-content #cakejp h3 {
    width: 69%;
    margin: 0 auto 3.5% auto;
    padding: 0;
  }
  .c-content #cakejp .eventConan h3 {
    width: 78%;
    margin: 0 auto 3% auto;
    padding: 0;
  }
  .c-content #othersEvent #laduree h3 {
    margin: 0;
    width: 81.37931%;
    text-align: left;
  }
  .c-content #othersEvent #lindt h3 {
    margin: 0;
    width: 99.15966%;
    text-align: left;
  }
  /** ブロック
------------------------------------------------- */
  .frame01 {
    position: relative;
    border-image: url('../img/contBg-wave_pc.svg') 33 33 33 33 fill / 33px 33px 33px 33px;
    padding: 8% 5%;
    margin: 0 8%;
  }
  .frame:last-child {
    margin-bottom: 0;
  }
  /** 各カテゴリボックス
------------------------------------------------- */
  .conSec {
    margin: 0 0 6.5% 0;
  }
  .conSec02 {
    margin: 0 0 5% 0;
    display: flex;
  }
  .conSec02 .item01 {
    width: 57.82%
  }
  .conSec02 .item02 {
    width: 38.18%;
    margin: 0 0 0 4%;
  }
  .chocoBox {
    margin: 0;
  }
  .conSec02:last-child {
    margin-top: 5%;
  }
  /*各ブロックの設定*/
  .chocoBox_inner01, .chocoBox_inner02 {
    margin: 0 0 8% 0;
    padding: 0;
  }
  .chocoBox_inner01 { /*flex-directionがrow（初期値）*/
    display: flex;
  }
  .chocoBox_inner02 { /*flex-directionがrow-reverse（逆方向）*/
    display: flex;
    flex-direction: row-reverse;
  }
  .chocoBox_inner01 .item01, .chocoBox_inner02 .item01 {
    flex-direction: row;
    width: 38.18%;
  }
  .chocoBox_inner02 .item02, .chocoBox_inner01 .item02 {
    flex-direction: row;
    width: 57.82%;
    position: relative;
  }
  .chocoBox_inner01 .item02 {
    margin: 0 0 0 5%;
    /*margin-left: -2.1729%;*/
  }
  .chocoBox_inner02 .item02 {
    margin: 0 5% 0 0;
  }
  .photoBox {
    margin: 0;
  }
  #othersEvent .chocoBox_inner01 { /*flex-directionがrow（初期値）*/
    display: block;
  }
  .photoBox {
    margin: 0;
  }
  #cakejp .photoBox {
    margin: 0 0 5% 0;
  }
  #cakejp .chocoBox_inner-conan .item02 .photoBox {
    width: 100%;
  }
  #othersEvent .photoBox {
    margin: 0;
  }
  /*テキストブロックの設定*/
  .textBox {
    font-size: calc(1rem + ((1vw - 7.68px) * 2.3202)); /* 16px @ 768px increasing to 26px @ 1199px */
    /* Where: 2.3202 = 100 * font-size_difference / viewport_width_difference */
  }
  .textBox02, .textBox .txt02 {
    font-size: calc(0.875rem + ((1vw - 7.68px) * 2.3202)); /* 14px @ 768px increasing to 24px @ 1199px */
    /* Note: The calc base value (0.8125rem) MUST be stated in REM to maintain accessibility */
    /* Where: 2.3202 = 100 * font-size_difference / viewport_width_difference */
    padding: 0;
  }
  .textBox03 {
    font-size: calc(0.8125rem + ((1vw - 7.68px) * 2.3202)); /* 13px @ 768px increasing to 23px @ 1199px */
    /* Note: The calc base value (0.8125rem) MUST be stated in REM to maintain accessibility */
    /* Where: 2.3202 = 100 * font-size_difference / viewport_width_difference */
  }
  .textBox04 {
    font-size: calc(1.25rem + ((1vw - 7.68px) * 2.3202)); /* 20px @ 768px increasing to 30px @ 1199px */
    /* Note: The calc base value (1.25rem) MUST be stated in REM to maintain accessibility */
    /* Where: 2.3202 = 100 * font-size_difference / viewport_width_difference */
  }
  .textBox05 {
    font-size: calc(1.125rem + ((1vw - 7.68px) * 2.3202)); /* 18px @ 768px increasing to 28px @ 1199px */
    /* Note: The calc base value (1.125rem) MUST be stated in REM to maintain accessibility */
    /* Where: 2.3202 = 100 * font-size_difference / viewport_width_difference */
  }
  /* spanのスタイル */
  /* 2つ目以降のliにmargin-topを指定 */
  .nunberList span:not(:first-child) {
    margin-top: 0.5em;
  }
  .nunberList span::before {
    width: 1.4rem;
    height: 1.4rem;
  }
  /*矢印付きリスト*/
  .arrow01::before {
    width: 1.4rem;
    height: 1.4rem;
    vertical-align: middle;
    content: "";
    background: url("../img/ico-arrowLeft.svg") no-repeat center center;
  }
  .arrow02::before {
    width: 1.4rem;
    height: 1.4rem;
    vertical-align: middle;
    content: "";
    background: url("../img/ico-arrowRight.svg") no-repeat center center;
  }
  /*矢印付きリストと順序付きリストの併用*/
  .itemListFlex {
    width: 100%;
  }
  .itemListFlex ul, .itemListFlex ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* 端に寄せる */
  }
  .itemListFlex ul li, .itemListFlex ol li {
    flex-basis: 30%; /* 初期幅を30%に（3つで90% + 余白） */
    /* flex-grow: 1; */ /* 均等に広げる場合 */
    /* flex-shrink: 0; */ /* 縮まないようにする場合 */
  }
  /*注釈*/
  .note {
    font-size: calc(0.8125rem + ((1vw - 7.68px) * 2.3202)); /* 13px @ 768px increasing to 23px @ 1199px */
    /* Note: The calc base value (0.75rem) MUST be stated in REM to maintain accessibility */
    /* Where: 2.3202 = 100 * font-size_difference / viewport_width_difference */
  }
  /*ケーキジェーピー
----------------------------------------------------*/
  .cakejpCatch {
    width: 75%;
    margin: 0 auto;
  }
  .chocoBox_inner-cakejp {
    position: relative;
    z-index: 1;
    margin: 50px 0 0 0;
    grid-area: inner-cakejp;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 38%;
    gap: 0 0;
    align-items: flex-start;
    grid-template-areas:
      "cakejpImage cakejpText"
      "cakejpEvent cakejpEvent";
    padding: 0;
  }
  .chocoBox_inner-cakejp .item01 {
    width: 115%;
    margin: 0 0 0 -20%;
    grid-area: cakejpImage;
  }
  .chocoBox_inner-cakejp .item02 {
    width: 100%;
    margin: 0;
    text-align: left;
    grid-area: cakejpText;
  }
  .eventBox {
    width: 100%;
    position: relative;
    border: 1px solid #e9607c;
    margin: 5% 0 0 0;
    padding: 5% 3%;
    grid-area: cakejpEvent;
  }
  .eventBox-title {
    width: 18%;
  }
  .eventBox-title img {
    width: 100%;
  }
  .eventBox-body {
    line-height: 1.5;
  }
  .eventTitle {
    margin: 0 0 3% 0;
  }
  .eventTitle .item01 {
    width: 10%;
    margin: 0 1.5% 0 0;
  }
  .eventTitle .chocoBox_inner02 .item01 {
    width: 26%;
    margin: 0;
  }
  .eventTitle .item02 {
    width: 70.5%;
  }
  .eventTitle h4 {
    text-align: left;
    font-size: calc(1.25rem + ((1vw - 7.68px) * 2.3202)); /* 20px @ 768px increasing to 30px @ 1199px */
    /* Note: The calc base value (1.25rem) MUST be stated in REM to maintain accessibility */
    /* Where: 2.3202 = 100 * font-size_difference / viewport_width_difference */
  }
  .under {
    display: inline;
    padding: 0 4px 2px 4px;
    background: linear-gradient(transparent 70%, #fdeff2 0%);
  }
  .eventSpace {
    /*webフォントの指定*/
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
  }
  .eventDate {
    background: rgba(233, 96, 124, 0.1);
    padding: 3%;
    margin: 0 0 3% 0;
  }
  .eventConan {
    background: #d4ecea;
    padding: 5%;
    margin: 6.5% 0 0 0;
  }
  .eventConan .textBox04 {
    text-align: center;
    line-height: 1.5;
  }
  .chocoBox_inner-conan {
    margin: 5% 0 0 0 !important;
    display: flex;
  }
  .chocoBox_inner-conan .item01 {
    width: 55%;
    margin: 0;
  }
  .chocoBox_inner-conan .item02 {
    width: 38.75%;
    margin: 0 0 0 auto;
  }
  /*その他イベント
----------------------------------------------------*/
  .shopListBox {
    grid-area: shopListBox;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 31.1111111% 1fr;
    grid-template-rows: 48.5555% 10.3333%;
    gap: 12% 4%;
    grid-template-areas:
      "shopLogo shopName"
      "shopText shopText";
    margin: 0;
    padding: 0;
  }
  #lindt .shopListBox {
    grid-template-columns: 42% 1fr;
    grid-template-rows: 24.4444% 27.11111%;
  }
  #lindt .shopLogo {
    width: 100%;
    margin: 0;
  }
  .shopLogo {
    width: 100%;
    margin: 0;
    grid-area: shopLogo;
  }
  .shopName, .shopText {
    text-align: left;
  }
  .shopName {
    grid-area: shopName;
    width: 100%;
    margin: 0;
  }
  .shopName p {
    width: 82%;
    margin: 0 auto 0 0;
  }
  .shopText {
    grid-area: shopText;
    margin: 0;
  }
  .shopListBox02 {
    width: 48%;
    margin: 0 auto 0 0;
  }
  .shopListBox03 {
    width: 48%;
    margin: 0;
  }
  #othersEvent .chocoBox_inner01 .item01 {
    width: 100%;
    margin: 0 0 5% 0;
  }
  #othersEvent .chocoBox_inner01 .item02 {
    width: 100%;
    margin: 0;
  }
  /** bnrBox
------------------------------------------------- */
  .bnrBox01 {
    width: 100%;
    margin: 0 auto;
  }
  .bnrBox02 {
    width: 100%;
    margin: 0 auto;
  }
  .bnrBox01 li {
    width: 100%;
    margin: 0 2% 0 0;
  }
  /** リンクボタン
------------------------------------------------- */
  .linkBox01 {
    width: 100%;
    margin: 0 auto;
    display: flex;
  }
  .linkBox01 li {
    height: 5em;
    font-size: calc(0.9375rem + ((1vw - 7.68px) * 1.3921)); /* 15px @ 768px increasing to 21px @ 1199px */
    /* Note: The calc base value (0.9375rem) MUST be stated in REM to maintain accessibility */
    /* Where: 1.3921 = 100 * font-size_difference / viewport_width_difference */
  }
  .linkBox01 li:last-child {
    margin-right: 0;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝767px以下*/
@media screen and (min-width: 767px) and (max-width: 999px) {
  .frame02:after { /*画像を絶対配置*/
    min-height: 39%; /*どれだけデカくなってもはみ出ないであろう高さを指定*/
  }
  .shopListBox02 {
    width: 100%;
  }
  .shopListBox03 {
    width: 100%;
    margin: 0;
  }
  #othersEvent .chocoBox_inner01 {
    display: block;
  }
  #othersEvent .chocoBox_inner01 .shopListBox02, #othersEvent .chocoBox_inner01 .shopListBox03 {
    width: 100%;
  }
  #othersEvent .chocoBox_inner01 .shopListBox02 .chocoBox_inner01, #othersEvent .chocoBox_inner01 .shopListBox03 .chocoBox_inner01 {
    display: flex;
  }
  #othersEvent .chocoBox_inner01 .shopListBox02 {
    margin: 0 0 4% 0;
  }
  #othersEvent .chocoBox_inner01 .item01 {
    width: 100%;
  }
  #othersEvent .chocoBox_inner01 .item02 {
    width: 100%;
  }
}