@charset "UTF-8";

html {
  font-size: 62.5%;
}
body {
  color: #333;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}
.font_MB101_B {
  font-family: "Gothic MB101 Bold" , "Midashi Go MB31", "Noto Sans JP", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 736px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 737px) {
  .pc {
    display: none !important;
  }
}

/**********************************************************
 * メイン
 **********************************************************/
main {
  position: relative;
}
.bg_01 {
  background-image: url("../img/bg_01.png");
  background-size: 100%;
  background-position: center top;
  background-repeat: repeat-y;
  padding-bottom: 100px;
}
.bg_02 {
  background-image: url("../img/bg_02.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat-y;
  padding: 100px 0;
}
.bg_03 {
  background-image: url("../img/bg_03.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat-y;
  padding: 100px 0;
}
main .inner {
  position: relative;
  width: 1080px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
main h2 {
  display: block;
  text-align: center;
  font-size: 5.0rem;
  font-weight: 800;
  color: #FFF;
  margin-bottom: 1em;
}

/* ヘッダー */
#header img {
  display: block;
  width: 780px;
  margin: 0 auto;
}

/* ナビゲーション */
nav {
  padding: 60px 0;
}
nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px 20px;
  width: 780px;
  margin: 0 auto;
  padding: 10px 0;
}
nav li {
  width: 230px;
}
nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 3.775em;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background-color: #e61964;
  border: solid 3px #fff;
  border-radius: .3125em;
  box-sizing: border-box;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  transition: all .3s;
}
nav li a:hover {
  opacity: .7;
}

/* スケジュール */
#schedule .img_schedule {
  display: block;
  width: 1000px;
  margin: 0 auto;
}

/* 事後通販 */
#order {
  background-image: url("../img/bg_goods.png");
  background-size: cover;
}
#order h3 {
  margin: .175em auto 1em;
  padding: .125em 0 .225em;
  font-size: 5.0rem;
  font-weight: 700;
  text-align: center;
	line-height: 140%;
}
#order .card_order {
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  max-width: 900px;
  font-weight: 700;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
#order .card_order a {
  color: #1c4493;
}
#order .card_order table {
  margin: 0 auto;
  width: 80%;
  font-size: 2.0rem;
}
#order .card_order tr + tr {
  border-top: 1px solid #c9d5e7;
}
#order .card_order th,
#order .card_order td {
  padding: 1em 0;
}

#order .card_order th {
  text-align: left;
}
#order .card_order td {
  line-height: 1.7;
}
#order .card_order td span {
  font-size: 1.6rem;
}

/* コラボメニュー */
#menu {
  margin-top: 100px;
}
#menu h2 {
  color: #fff;
}
#menu .list_menu {
  width: 1000px;
  margin: 0 auto;
}
#menu .list_menu .box {
  position: relative;
  background-color: #FFF;
  box-sizing: border-box;
  border-style: solid;
  border-width: 4px;
}
#menu .list_menu.set .box {
  border-color: #e61964;
}
#menu .list_menu.single .box {
  border-color: #ee8baa;
}
#menu .list_menu.drink .box {
  border-color: #ae9cc5;
}
#menu .list_menu.limited .box {
  border-color: #ed768d;
}
#menu .icon_benefit {
  position: absolute;
  top: -30px;
  width: 134px;
  z-index: 1;
}
#menu .list_menu.set .icon_benefit {
  right: 40px;
}
#menu .list_menu.single .icon_benefit {
  right: 15px;
}
#menu .list_menu.drink .icon_benefit {
  right: 40px;
}
#menu .list_menu.limited .icon_benefit {
  left: 25px;
}
#menu .list_menu.single {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 1%;
}
#menu .list_menu.single li {
  width: 49.5%;
}
#menu .list_menu.drink,
#menu .list_menu.limited {
  margin-top: 70px;
}
#menu .list_menu .title_menu {
  display: flex;
  align-items: center;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  padding: .5em .8em calc(.5em + 4px);
}
#menu .list_menu .title_menu strong {
  display: contents;
  color: #e61964;
  -webkit-text-stroke: 3px #fff;
  text-stroke: 3px #fff;
  paint-order: stroke;
}
#menu .list_menu.set .title_menu {
  min-height: 1.4em;
  font-size: 2.6rem;
  background-color: #e61964;
}
#menu .list_menu.single .title_menu {
  min-height: 2.4em;
  font-size: 2.0rem;
  background-color: #ee8baa;
}
#menu .list_menu.drink .title_menu {
  min-height: 1.4em;
  font-size: 2.6rem;
  background-color: #ae9cc5;
}
#menu .list_menu .title_limited {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.4;
  font-feature-settings: "palt";
  color: #000;
  margin-bottom: 30px;
  padding-left: 180px;
}
#menu .list_menu .title_limited small {
  display: block;
  font-size: .5em;
  margin-top: .8em;
}
#menu .list_menu .detail {
  padding: 30px 0;
}
#menu .list_menu .photo {
  position: relative;
  max-width: 94%;
  margin: 0 auto;
}
#menu .list_menu .photo img {
  width: 100%;
}
#menu .list_menu.set .photo {
  width: 950px;
}
#menu .list_menu.single .photo {
  width: 316px;
}
#menu .list_menu.drink .photo,
#menu .list_menu.limited .photo {
  width: 940px;
}
#menu .list_menu .photo .icon_double {
  position: absolute;
  bottom: 10px;
  right: -55px;
  width: 126px;
}
#menu .list_menu .price {
  display: block;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
  font-feature-settings: "palt";
  margin-top: .7em;
}
#menu .list_menu .price small {
  font-size: .5em;
  margin-left: .2em;
}
#menu .list_menu .idea {
  position: absolute;
  bottom: 68px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 800;
  font-feature-settings: "palt";
}
#menu .list_menu .add_bread {
  display: flex;
  position: relative;
  background-color: #fff;
  border: solid 4px #ee8baa;
  margin-top: 50px;
}
#menu .list_menu .add_bread::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 25px 25px;
  border-color: transparent transparent #EE8BAA transparent;
}
#menu .list_menu .add_bread .title_add_bread {
  display: flex;
  align-items: center;
  background-color: #ee8baa;
}
#menu .list_menu .add_bread .title_add_bread h3 {
  writing-mode: vertical-rl;
  font-size: 2.0rem;
  font-weight: 800;
  line-height: 2;
  color: #fff;
  padding-right: 4px;
}
#menu .list_menu .add_bread .detail {
  display: flex;
  align-items: center;
  flex-grow: 1;
  gap: 10px;
  padding: 10px;
}
#menu .list_menu .add_bread .detail .photo {
  width: 156px;
}
#menu .list_menu .add_bread .detail .text {
  flex-grow: 1;
  text-align: center;
}
#menu .list_menu .add_bread .detail .text .price {
  margin: 0;
}
#menu .list_menu .add_bread .detail .text .note {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  margin-top: 1em;
}
#menu .list_menu .lineup {
  display: flex;
  gap: 1em;
  width: 940px;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.4;
  color: #6d2b11;
  margin: 1em auto 0;
}
#menu .text_single {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 800;
  color: #fff;
  margin: 2.5em 0 2em;
}
#menu .text_single strong {
  font-size: 1.375em;
}
#menu .note_menu {
  width: 820px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin: 30px auto 0;
}
#menu .note_menu a {
  color: #fff;
}

/* グッズ販売 */
#goods h2 {
  color: #c12121;
}
#goods h3.tit_second {
  color: #c12121;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  padding: 70px 0 40px;
}
#goods .text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 2;
  margin: 0 0 3em;
}
#goods .list_goods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  width: 1000px;
  margin: 0 auto;
}
#goods .list_goods li {
  display: flex;
  flex-direction: column;
  width: 480px;
  background-color: #FFF;
  border-radius: 10px;
  border-style: solid;
  border-width: 0 3px 3px;
  border-color: #c12121;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-sizing: border-box;
}
#goods .list_goods .title {
  font-size: 2.0rem;
  font-weight: 800;
  color: #FFF;
  padding: .8em;
  background: #c12121;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#goods .list_goods .title h3 {
  line-height: 1.2;
  min-height: 2.4em;
}
#goods .list_goods .title span {
  font-size: 1.6rem;
}
#goods .list_goods .title .note {
  display: block;
  font-size: 2.0rem;
  font-weight: 700;
  margin: .4em .4em 0;
}
#goods .list_goods .title .note::before {
  content: "※";
}
#goods .list_goods .detail {
  text-align: center;
  padding: 30px 0;
}
#goods .list_goods .detail img {
  width: 360px;
}
#goods .list_goods .detail .price {
  font-size: 3.6rem;
  font-weight: 700;
  font-feature-settings: "palt";
  color: #000;
  margin-top: .6em;
}
#goods .list_goods .detail .price .type {
  display: inline-block;
  font-size: 1.3rem;
  color: #FFF;
  background-color: #6d2b11;
  margin-right: 1em;
  padding: .5em;
  vertical-align: bottom;
}
#goods .list_goods .detail .price .yen {
  font-size: 2.0rem;
}
#goods .list_goods .detail .price small {
  font-size: 1.4rem;
}
#goods .list_goods .detail .price small.each {
  font-size: 2.4rem;
  margin-right: .1em;
}
#goods .bannar {
  text-align: center;
  margin-top: 65px;
}
#goods .bannar img {
  width: 500px;
}

/* コラボグッズ販売店舗 */
#shop {
  margin-top: 100px;
}
#shop h2 {
  font-size: 3.0rem;
  color: #c12121;
}
#shop ul.list_shop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
  background-color: #fff;
  margin: 0 auto;
  padding: 15px 30px;
  border-radius: 30px;
  box-sizing: border-box;
}
#shop ul.list_shop li {
  width: 450px;
  flex-shrink: 0;
  border-bottom: 1px solid #D3C6B3;
  padding: 20px 10px;
  box-sizing: border-box;
}
#shop ul.list_shop li:nth-last-of-type(-n+2) {
  border-bottom: none;
}
#shop ul.list_shop li h3 {
  font-size: 2.2rem;
  font-weight: 500;
}
#shop ul.list_shop li p {
  font-size: 1.4rem;
  margin-top: .8em;
  margin-left: 1em;
  line-height: 1.4;
}
#shop ul.list_shop li a {
  color: #1c4493;
  text-decoration: underline;
  margin-left: 1em;
}
#shop .note {
  width: 700px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 3em auto 0 auto;
}

/* オンラインショップ */
#online_shop {
  margin-top: 100px;
}
#online_shop h2 {
  font-size: 3.0rem;
  color: #c12121;
}
#online_shop .howto {
  display: block;
  width: 616px;
  margin: 30px auto;
}
#online_shop .text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  margin: 1em auto;
}
#online_shop .period {
  display: block;
  width: 700px;
  margin: 30px auto 0;
}
#online_shop .note {
  width: 700px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 3em auto 0 auto;
}
#online_shop .note a {
  color: #000;
}

/* キャンペーン */
#campaign .box {
  width: 1000px;
  background-color: #fff;
  margin: 0 auto;
  padding: 45px;
  border-radius: 30px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .3);
  box-sizing: border-box;
}
#campaign .box + .box {
  margin-top: 60px;
}
#campaign .title_campaign {
  display: block;
  width: 760px;
  margin: 0 auto;
}
#campaign #campaign_turbo-granny .img_turbo-granny {
  display: block;
  width: 850px;
  margin: 0 auto;
}
#campaign .text {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 800;
  line-height: 1.8;
  margin-top: 3em;
}
#campaign .text strong {
  color: #c12121;
}
#campaign h3.title_campaign_sub {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 800;
  color: #c12121;
  margin-top: 2em;
}
#campaign #campaign_x .btn_x-campaign {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
#campaign #campaign_x .btn_x-campaign a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 4.4em;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
  color: #FFF;
  box-sizing: border-box;
  padding: .7em 2em;
  border-radius: .2em;
  border: solid 2px #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .3);
  transition: all .3s;
}
#campaign #campaign_x .btn_x-campaign a.anime {
  background: rgb(114,0,0);
  background: linear-gradient(0deg, rgba(114, 0, 0, 1) 0%, rgba(230, 0, 19, 1) 100%);
}
#campaign #campaign_x .btn_x-campaign a.gyoza {
  background: #411C00;
  background: linear-gradient(0deg,rgba(65, 28, 0, 1) 0%, rgba(109, 43, 17, 1) 100%);
}
#campaign #campaign_x .btn_x-campaign a:hover {
  opacity: .7;
}
#campaign #campaign_x .img_x-campaign {
  display: block;
  width: 580px;
  margin: 0 auto;
}
#campaign #campaign_x .flow {
  counter-reset: count_flow;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
  margin: 1em 0;
}
#campaign #campaign_x .flow > li {
  counter-increment: count_flow;
  position: relative;
  padding: 1em 1em 1em 3em;
}
#campaign #campaign_x .flow > li::before {
  content: counter(count_flow)" . ";
  position: absolute;
  top: .6em;
  left: 1em;
  font-size: 2.0rem;
  font-weight: 800;
  color: #c12121;
}
#campaign #campaign_x .flow > li + li {
  border-top: solid 1px #c6c6c6;
}
#campaign #campaign_x .flow .note {
  font-size: .8125em;
  margin-top: .2em;
}
#campaign #campaign_x .flow .note li {
  position: relative;
  padding-left: 1em;
}
#campaign #campaign_x .flow .note li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#campaign .schedule {
  width: 500px;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 20px auto 60px;
  border-top: solid 1px #c6c6c6;
}
#campaign .schedule > div {
  display: flex;
  border-bottom: solid 1px #c6c6c6;
}
#campaign .schedule > div > * {
  width: 50%;
  padding: 1em;
}
#campaign ul.list_shop {
  display: flex;
  flex-direction: column;
  width: 500px;
  margin: 20px auto 0;
}
#campaign ul.list_shop li {
  width: 100%;
  border-bottom: 1px solid #D3C6B3;
  padding: 20px 10px;
  box-sizing: border-box;
}
#campaign ul.list_shop li:last-of-type {
  border-bottom: none;
}
#campaign ul.list_shop li h3 {
  font-size: 2.2rem;
  font-weight: 500;
}
#campaign ul.list_shop li p {
  font-size: 1.4rem;
  margin-top: .8em;
  margin-left: 1em;
  line-height: 1.4;
}
#campaign ul.list_shop li a {
  color: #1c4493;
  text-decoration: underline;
  margin-left: 1em;
}

/**********************************************************
 * EC
 **********************************************************/
#ec {
  background-color: #f7cb39;
}
#ec .ec_title {
  margin-bottom: 1em;
  color: #333;
  font-size: 5.0rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
#ec .box_ec {
  margin: 0 auto;
  padding: 30px 0;
  max-width: 900px;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
#ec .box_ec_ttl {
  margin-bottom: .5em;
}
#ec .ec_arrow {
  margin-right: .5em;
  font-size: 2.0rem;
}
#ec .link_ec {
  font-weight: normal;
  color: #1c4493;
  word-break: break-all;
  text-decoration: underline;
}

/**********************************************************
 * バナー
 **********************************************************/
#banner {
  background: url("../img/app_bg.jpg");
  padding: 50px 0;
}
#banner .bnr_corabo {
  margin: 0 auto;
}

/**********************************************************
 * フッター
 **********************************************************/
footer {
  position: relative;
  margin-top: auto;
}
footer .copyright {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.7;
  padding: 2em 0;
}

/**********************************************************
 * モーダル
 **********************************************************/
.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.modal .modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.60);
  cursor: pointer;
}
.modal .modal_content {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-height: 100vh;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  overflow-y: scroll;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: pointer;
}
.modal .modal_content::-webkit-scrollbar {
  display: none;
}
.modal .modal_content .modal_inner {
  position: relative;
  padding: 50px;
  border-radius: 20px;
  cursor: auto;
}
.modal .modal_content .modal_inner .modal_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  cursor: pointer;
}
/* クローズ */
.close {
  position: relative;
  padding-top: 100px;
}
.closeText {
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  height: 0;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 50px;
  z-index: 102;
}
.close::before {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: block;
  z-index: 100;
}

/**********************************************************
 * 英語ページ
 **********************************************************/
#menu_en {
  text-align: center;
  background-image: url("../img/bg_01.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 0 0 70px;
}
#menu_en .img_menu_en + .img_menu_en {
  margin-top: 40px;
}