@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);


body {
  font-family: "Noto Serif JP", serif !important;
  /* font-family: 'M PLUS Rounded 1c', 'Noto Sans JP', sans-serif !important; */
  /*font-family: source-han-serif-japanese, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif !important;
  -webkit-text-size-adjust: 100%;*/
  font-weight: 700;
  color: #2b2b44;
  background-image: url("../img/bg.jpg");
  background-attachment: fixed;
  background-color: #2f294e;
  font-optical-sizing: auto;
}
a {
  font-family: "游明朝",  serif !important;
  font-optical-sizing: auto;
  /* font-family: 'Noto Sans JP', sans-serif !important; */
}
/*=== アニメーション ================================= */
/* 下からふわっと */
.animation-bottom {
  opacity: 0;
  transform: translateY(20px);
}
/* 左からふわっと */
.animation-left {
  opacity: 0;
  transform: translateX(-150px);
}
/* 右からふわっと */
.animation-right {
  opacity: 0;
  transform: translateX(150px);
}
/* 表示速度 */
.animation-1st {
  transition: 1s ease;
}
.animation-2nd {
  transition: 2s ease;
}
.animation-3rd {
  transition: 3s ease;
}
/*=== アニメーションここまで ================================= */
#title {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
#main {
  max-width: 1000px;
  margin: auto;
  padding: 10px;
}
/* キャッチ文 */
.catchphrase {
  text-align: center;
  font-size: 2.7em;
  font-weight: 800;
  color: #8988f9;
  letter-spacing: -0.1em;
}
#info {
  text-align: center;
  margin: 20px 70px;
  padding: 10px;
  border: 1px solid #e7e7e7;
  box-shadow: 2px 2px 2px 1px rgb(0 0 255 / 20%);
}
#info h3 {
  font-size: 20px;
  font-weight: 500;
}
#mv {
  text-align: center;
  margin: 0px 70px;
}
#anchor {
  display: flex;
  justify-content: space-evenly;
  margin: 30px 50px;
}
#anchor p {
  width: 30%;
  text-align: center;
  font-weight: 700;
  position: relative;
}

#anchor a::after{
  /* content: ""; 
    display: inline-block;
    width: 11px;
    height: 7px;
    background: url(../images/common/ic_arrow_table_w.png);
    background-position: 50% 50%;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;*/
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #FFFFFF transparent transparent transparent;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 769px) {
  #anchor a::after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #FFFFFF transparent transparent transparent;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0;
    margin: auto;
  }
}
#anchor a {
  display: block;
  padding: 1em 1em;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  transition: .3s;
  height: 100%;
}
#anchor a:hover {
  transform: translateY(3px);
  text-decoration: none;
/*  box-shadow: 0 2px 0 #aaaaaa;*/
}
.icon {
  display: block;
  margin-bottom: 0.8em;
}
.icon img {
  transform: rotate(-16deg);
}
#shop {
  max-width: 60%;
  margin: auto;
}
.margin5 {
  margin: 5px;
}
.marginBT5 {
  margin-bottom: 5px;
}
.padding0 {
  padding: 0;
}
.padding10 {
  padding: 10px;
}
.padding20 {
  padding: 20px;
}
.padding30 {
  padding: 30px;
}
.pc-inline-block {
  display: inline-block;
}
.sp-inline-block {
  display: none;
}
.background-white {
  background-color: #ffffff;
}
.border01 {
  /* background: #a2a2e0; */
  background: linear-gradient(100deg, #C89D1B, #EACE81,#975F15);
  /*border-radius: 10px;*/
  margin: 70px;
  padding: 8px;
  /* box-shadow: 0px 0 30px #ea6e9a; */
}
.border02 {
  background: #ff90ae;
  /*background: linear-gradient(140deg, #ff7c70, #f7b984);*/
  /*border-radius: 10px;*/
  margin: 70px;
  padding: 8px;
}
.border03 {
  background: #ff7c70;
  /*background: linear-gradient(140deg, #b48798, #f98eab);*/
  /*border-radius: 10px;*/
  margin: 70px;
  padding: 8px;
}
.border04 {
  background: #47a1b2;
  /*background: linear-gradient(140deg, #296875, #fee985);*/
  border-radius: 10px;
  margin: 70px;
  padding: 8px;
}

.border01 h3.title-text {
  position: relative;
  padding: 1rem 1.3rem calc(1rem + 8px);
  font-size: 27px;
  font-weight: 800;
  color: #000;
}
/*.border01 h3.title-text:before {
  position: absolute;
  top: -12px;
  left: -10px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #adf8ff;
}*/
.border02 h3.title-text {
  position: relative;
  padding: 1rem 1.3rem calc(1rem + 8px);
  font-size: 27px;
  font-weight: 800;
  color: #fff;
}
/*.border02 h3.title-text:before {
  position: absolute;
  top: -12px;
  left: -10px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #ffb2e9;
}*/
.border03 h3.title-text {
  position: relative;
  padding: 1rem 1.3rem calc(1rem + 8px);
  font-size: 27px;
  font-weight: 800;
  color: #fff;
}
/*.border03 h3.title-text:before {
  position: absolute;
  top: -12px;
  left: -10px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #ffe089;
}*/
/* コンテンツ内 */
.txt-content {
  background: #000;
  padding: 30px 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  /*border-radius: 0 0 10px 10px;*/
}
@media screen and (max-width: 769px) {
  .txt-content {
    padding: 30px 20px;
  }
}
.txt-content p {
  font-weight: 800;
}
/* お知らせ文 */
.information {
  margin: 20px auto 30px;
  color: #ffffff;
  border: solid 2.5px #ffffff;
  padding: 1.2rem 0.5rem;
  text-align: center;
  font-weight: bold;
  max-width: 1110px;
  font-size: 20px;
}
/* マーカー */
.marker {
  background: linear-gradient(transparent 60%, #982a7a 60%);
}
/* アーカイブ */
.archive-border {
  /*border: solid 1.5px #8988f9;*/
  color: #000;
  background: #8988f9;
  padding: 2px 5px;
  margin-right: 5px;
  display: inline;
  vertical-align: middle;
  font-size: 0.85em;
  font-weight: bold;
}
/* 終了バッジ */
.end-badge {
  background-color: #ff90ae;
  color: #000000;
  padding: 3px 5px;
  display: inline;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 0.75em;
  font-weight: bold;
}
/* 期間の見出し */
.date-caption {
  color: #000;
  /*border: solid 2.5px #ff90ae;*/
  /* background: #2b2b44; */
  padding: 1rem 0.5rem;
  text-align: center;
  font-weight: 800;
  max-width: 770px;
  margin: auto;
  font-size: 20px;
  background: linear-gradient(100deg, #C89D1B, #EACE81, #975F15);
}
/* 期間の見出し(DV用) */
.date-caption-dv {
  overflow: hidden;
  margin: 0 1rem;
  line-height: 1;
}
.date-caption-dv dt {
  text-align: left;
  float: left;
  font-weight: 700;
  width: 10em;
  clear: both;
  color: #fff;
  overflow: hidden;
}
/* コンテンツの横幅 */
.other-contents {
  max-width: 1000px;
  margin: 0 70px;
  text-align: center;
}
.other-contents img {
  margin: auto 0;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .other-contents {
    margin: 0 auto;
  }
}
@media screen and (max-width: 769px) {
  .archive {
    margin-top: 5px;
  }
  .date-caption-dv dt {
    float: none;
    margin-bottom: 5px;
    width: auto;
  }
}
.date-caption-dv dt i {
  margin-right: 5px;
}
.date-caption-dv dd {
  text-align: left;
  display: block;
  margin: 0 0 20px 0;
}
.date-caption-dv dd:after {
  display: block;
  content: '';
  clear: both;
}
/* ドリンクの見出し */
.drink-caption {
  background: #ff90ae;
  padding: 1rem 0.5rem;
  text-align: center;
  font-weight: 800;
  margin: auto;
}
/* ドリンク画像 */
/* .drink-img {
  width: 95%;
  margin: 10px auto 50px;
} */
/* 文字色 */
.en_txt_col_gold {
  color: #e9c670;
}
.en_txt_col_pink-2 {
  color: #ea6e9a;
}
.en_txt_col_white {
  color: #ffffff;
}
/* 文字に影をつける */
.txt-shadow {
  text-shadow: 1px 1px 5px #808080;
}
/* 画像に影をつける */
.img-shadow {
  filter: drop-shadow(1px 1px 3px rgba(128, 128, 128, 0.7));
}
/* 対象店舗バッジのフォント */
.badge {
  font-family: "Noto Serif JP", serif !important;
  /* font-family: 'Noto Sans JP'; */
}
.content {
  padding: 30px;
}
.box01 {
  background-color: #d07979;
  color: #fff;
}
.title-h4 {
  padding: 10px;
}
.title-img-left {
  position: relative;
  top: 0px;
  left: 0px;
}
.title-img-center {
  position: relative;
  top: 0px;
  left: 80px;
}
.title-img-right {
  position: relative;
  top: 0px;
  left: 130px;
}
.sns ul {
  display: flex;
  justify-content: center;
}
.sns ul li {
  margin: 10px;
}
.miruacologo {
  display: inline-block;
  position: relative;
  top: 25px;
  right: 20px;
}
.shopinfo {
  position: fixed;
  bottom: 20px;
  right: 50px;
  z-index: 99;
  max-width: 120px;
  padding: 0;
}
.drinkinfo {
  max-width: 40%;
}
date-caption .drinkinfo ul li {
  margin-bottom: 15px;
}
.button01 a {
  /* background: linear-gradient(100deg, #C89D1B, #EACE81, #975F15); */
  background: #000;
  /* box-shadow: 0 5px 0 #895511; */
  border: 4px solid #EACE81;
  border-image-source: linear-gradient(100deg, #C89D1B, #EACE81, #975F15);
  border-image-slice: 1;
}
.button02 a {
  /*background: linear-gradient(140deg, #ff7c70, #f7b984);*/
  background: #ff90ae;
  box-shadow: 0 5px 0 #e16385;
}
.button03 a {
  /*background: linear-gradient(140deg, #b48798, #f98eab);*/
  background: #ff7c70;
  box-shadow: 0 5px 0 #db594d;
}
.button04 a {
  /*background: linear-gradient(140deg, #296875, #fee985);*/
  background: #4e4e62;
  box-shadow: 0 5px 0 #4e4e62;
  color: #dcdddd;
/*  font-weight: 700;
  vertical-align: middle;
  transition: .3s;*/
}
/*　フッター */
#footer {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.footer_img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 0 -5px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {

#anchor p {
  width: 30%;
  text-align: center;
  font-weight: 700;
  height: 165px;
}
#anchor div {
  width: 30%;
  text-align: center;
  font-weight: 700;
  height: 165px;
}
  .archive {
    margin-top: 3px;
    margin-left: 12.25em;
    font-size: 19px;
  }
  .miruhaco-banner {
    max-width: 770px;
  }
}
@media screen and (max-width: 769px) {

  #title {
    width: 100%;
  }

  #info {
    margin: 10px;
  }
  #mv {
    margin: 0;
  }
  #anchor {
    margin: 0;
  }
  #anchor a {
    font-size: 13px;
    height: 105%;
  }
  #shop {
    max-width: 100%;
  }
  .pc-inline-block {
    display: none;
  }
  .sp-inline-block {
    display: inline-block;
  }
  .slide {
    display: none;
  }
  .slide-sp {
    position: relative;
    width: auto;
    height: 250px;
    overflow: hidden;
    margin: 0;
  }
  .border01 {
    margin: 25px 0 0 0;
  }
  .border02 {
    margin: 25px 0 0 0;
  }
  .border03 {
    margin: 25px 0 0 0;
  }
  .title-text {
    font-size: 15px;
    line-height: 1.2rem;
  }

  .border01 h3.title-text {
    font-size: 22px;
    line-height: 1.6rem;
  }

  .border02 h3.title-text {
    font-size: 22px;
    line-height: 1.6rem;
  }

  .border03 h3.title-text {
    font-size: 22px;
    line-height: 1.6rem;
  }
  
  .title-img-left {
    top: 0px;
    left: -15px;
  }
  .title-img-right {
    top: 0px;
    left: 15px;
  }
  .miruacologo {
    display: block;
    position: static;
    top: 0;
    right: 0;
  }
  .img-harf {
    max-width: 50%;
  }
  .sns ul li {
    max-width: 15%;
  }
  .shopinfo {
    bottom: 10px;
    right: 5px;
    max-width: 85px;
  }
  .drinkinfo {
    max-width: 100%;
  }
  .cont_detail_update210620 .shop_nav .shop_navi_box .shop_navi_child.second-area li {
    flex-wrap: wrap;
  }
  .cont_detail_update210620 .shop_nav .shop_navi_box .shop_navi_child.second-area li .badge-inner {
    display: flex;
  }
  .cont_detail_update210620 .shop_nav .shop_navi_box .shop_navi_child.second-area li .badge-inner .badge {
    display: flex;
    align-items: center;
  }
}

/* newマーク */

.new-wrapper {  
  display: block;
  position: relative;
  }

.new {  
  display: inline-block;
  position: absolute;
  top: -14px;
  left: 5px;
  margin: 0;
  padding: 20px 0;
  z-index: 2;
  width: 66px;
  text-align: center;
  color: white;
  font-size: 17px;
  background: #ff91ae;
  border-radius: 2px 0 0 0;
  font-weight: bold;
  }

.new:before {
  position: absolute;
  content: '';
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px #e16385;
  border-right: solid 6px transparent;
}
.new:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 33px solid #ff91ae;
  border-right: 33px solid #ff91ae;
  border-bottom: 10px solid transparent;
}

/* 吹き出し */

.balloon-right {
  position: relative;
  display: inline-block;
  margin: -10px 15px 0 0;
  padding: 10px 10px;
  min-width: 60px;
  max-width: 100%;
  text-align: center;
  color: #ff91ae;
  font-size: 16px;
  background: #19172f;
}

.balloon-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 8px solid #19172f;
}

.balloon-right p {
  margin: auto;
  text-align: center;
  padding: 0;
}


.jump {
animation: 0.5s jump infinite alternate linear;
}
@keyframes jump {
to { transform: transtateY(0); }
from { transform: translateY(4px); }
}



/* フォント */
.m-plus rounded 1c-thin {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.m-plus rounded 1c-light {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.m-plus rounded 1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus rounded 1c-medium {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus rounded 1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.m-plus rounded 1c-extrabold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.m-plus rounded 1c-black {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-style: normal;
}


/* ドリンク・コースター */
.drink-img{
  margin: 20px auto 0;
}

.coaster-img{
  margin: 100px auto 20px;
}

@media screen and (max-width: 769px) {
  .drink-img{
    width: 100%;
  }
  .coaster-img{
    margin: 70px auto 20px;
    width: 100%;
    
  }
}
