@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* ========================================================
    mv
======================================================== */
.mv {
  position: relative;
  width: 100%;
}
.mv_ttl {
  position: absolute;
  left: calc(50% - 30.1rem);
  top: -1rem;
  display: block;
  width: 60.2rem;
  height: auto;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .mv_ttl {
    left: calc(50% - 33.9rem);
    top: -1.8rem;
    width: 67.8rem;
  }
}
.mv_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.mv_list::after {
  content: "";
  position: absolute;
  left: calc(50% - 8.4rem);
  bottom: -4rem;
  display: block;
  width: 18.1rem;
  height: 12.7rem;
  background-image: url(../images/top/mv_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .mv_list::after {
    left: calc(50% - 20rem);
    width: 39.1rem;
    height: 27.4rem;
  }
}
.mv_list li {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .mv_list li:nth-child(1) a:hover::after {
    background-image: url(../images/top/mv_img01_pc_h.png);
  }
}
@media screen and (min-width: 768px) {
  .mv_list li:nth-child(2) a:hover::after {
    background-image: url(../images/top/mv_img02_pc_h.png);
  }
}
.mv_list li a {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv_list li a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.mv_date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 6rem 0;
  background-color: #eb611e;
}
.mv_date li {
  width: 59.9rem;
}
@media screen and (min-width: 768px) {
  .mv_date li {
    width: 124.1rem;
  }
}
.map_shop_list{
  margin: 2rem;
}
.map_shop_list ul{
  margin: 3rem;
}
.map_shop_list ul li{
    font-size: 2.2rem;
    padding-left: 4rem;
}
.map_shop_list ul li{
    font-size: 2.1rem;
    line-height: 2.2;
    text-align: left;
    padding-left: 6rem;
}
.map_shop_list ul.omotenashi_shop li em{
  display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 1.5em;
    height: 1.5em;
    margin: 0 0.5rem 0.4rem 0;
    color: #ffffff;
    font-style: normal;
    font-size: 80%;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #2f9344;
}
.map_shop_list ul.event_shop li em{
  display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 1.5em;
    height: 1.5em;
    margin: 0 0.5rem 0.4rem 0;
    color: #ffffff;
    font-style: normal;
    font-size: 80%;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #b18247;
}
.map_shop_list ul.event_shop li.yellow em{
  color: #000000;
  background-color: #fff438;
}
.map_shop_list ul.ramen_shop li em{
  display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 1.5em;
    height: 1.5em;
    margin: 0 0.5rem 0.4rem 0;
    color: #ffffff;
    font-style: normal;
    font-size: 80%;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #231815;
}

/* ========================================================
    about
======================================================== */
.about {
  position: relative;
  width: 100%;
}
.about_ttl {
  position: relative;
  width: 100%;
}
.about_map {
  position: relative;
  padding: 12rem 0;
  background-image: url(../images/top/about_bg01_sp.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .about_map {
    padding: 9.5rem 0 6rem 0;
    background-image: url(../images/top/about_bg01_pc.png);
  }
}
.about_map_sweets {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  column-gap: 0;
  width: 55rem;
  margin: 0 3rem 0 auto;
}
@media screen and (min-width: 768px) {
  .about_map_sweets {
    align-items: flex-end;
    flex-direction: row-reverse;
    column-gap: 1rem;
    width: 100rem;
    margin: 0 auto;
  }
}
.about_map_sweets .about_map_text {
  width: 100%;
  border-radius: 3rem;
  background-color: #9ce06c;
}
@media screen and (min-width: 768px) {
  .about_map_sweets .about_map_text {
    width: 50rem;
  }
}
.about_map_sweets .about_map_text h3 {
  width: 42.5rem;
  margin-top: -4rem;
}
.about_map_sweets .about_map_text p {
  padding: 3rem 5rem 6rem 5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .about_map_sweets .about_map_text p {
    padding: 2.5rem 5rem 4.5rem 5rem;
  }
}
@media screen and (min-width: 768px) {
  .about_map_sweets .about_map_btn {
    margin-bottom: 15rem;
  }
}
.about_map_img {
  position: relative;
  width: 100%;
  margin: 3rem auto 6rem auto;
}
@media screen and (min-width: 768px) {
  .about_map_img {
    width: 100rem;
    margin: -12.4rem auto -8.5rem auto;
  }
}
.about_map_popup > li {
  position: absolute;
  display: block;
  width: 39.7333333333%;
  height: 22.4489795918%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .about_map_popup > li {
    width: 33%;
    height: 22.3312883436%;
  }
}
.about_map_popup > li.popup_id_03 {
  right: 6.9333333333%;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .about_map_popup > li.popup_id_03 {
    right: 15.9%;
  }
}
.about_map_popup > li.popup_id_04 {
  left: 10.9333333333%;
  top: 0;
}
@media screen and (min-width: 768px) {
  .about_map_popup > li.popup_id_04 {
    left: 15.9%;
  }
}
.about_map_ramen {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  column-gap: 0;
  width: 55rem;
  margin: 0 auto 0 3rem;
}
@media screen and (min-width: 768px) {
  .about_map_ramen {
    flex-direction: row;
    column-gap: 1rem;
    width: 100rem;
    margin: 0 auto;
  }
}
.about_map_ramen .about_map_text {
  width: 100%;
  border-radius: 3rem;
  background-color: #ffe100;
}
@media screen and (min-width: 768px) {
  .about_map_ramen .about_map_text {
    width: 50rem;
  }
}
.about_map_ramen .about_map_text h3 {
  width: 49.7rem;
  margin-top: -4.3rem;
}
.about_map_ramen .about_map_text p {
  padding: 3rem 5rem 6rem 5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .about_map_ramen .about_map_text p {
    padding: 2.5rem 5rem 4.5rem 5rem;
  }
}
@media screen and (min-width: 768px) {
  .about_map_ramen .about_map_btn {
    margin-top: 9rem;
  }
}
.about_map_btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about_map_btn {
    width: 33rem;
  }
}
.about_map_btn li {
  width: 51rem;
  margin: 2rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .about_map_btn li {
    width: 100%;
  }
}
.about_map_btn li a {
  position: relative;
  display: block;
  padding-right: 1.5rem;
  color: #ffffff;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 8rem;
  text-align: center;
  border: 0.3rem solid #5c2512;
  border-radius: 4rem;
  background-color: #eb611e;
}
@media screen and (min-width: 768px) {
  .about_map_btn li a {
    font-size: 1.8rem;
    line-height: 5rem;
  }
}
.about_map_btn li a::after {
  content: "";
  position: absolute;
  right: 3rem;
  top: calc(50% - 1.5rem);
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url(../images/common/icon_plus.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .about_map_btn li a::after {
    right: 1.5rem;
    top: calc(50% - 1rem);
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .about_map_btn li a:hover {
    color: #5c2512;
    background-color: #ffffff;
  }
}

/* ========================================================
    schedule
======================================================== */
.schedule {
  position: relative;
  width: 100%;
  padding: 4rem 0;
  background-color: #eb611e;
}
.schedule_btn {
  width: 65.3rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .schedule_btn {
    width: 90.3rem;
  }
}
.schedule_btn a {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .schedule_btn a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/common/schedule_img01_pc_h.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

/* ========================================================
    ambassador
======================================================== */
.ambassador {
  position: relative;
  width: 100%;
  padding: 9rem 0 20.7rem 0;
  background-color: #b9e1ea;
  background-image: url(../images/top/ambassador_bg01_sp.png), url(../images/top/ambassador_bg02.png);
  background-repeat: no-repeat, repeat-x;
  background-position: 0 9rem, 50% calc(100% + 0.1rem);
  background-size: 100% auto, 6.7rem 1.7rem;
}
@media screen and (min-width: 768px) {
  .ambassador {
    padding: 12rem 0 15.7rem 0;
    background-image: url(../images/top/ambassador_bg01_pc.png), url(../images/top/ambassador_bg02.png);
    background-position: calc(50% - 2.3rem) 5rem, 50% calc(100% + 0.1rem);
    background-size: 135.3rem auto, 6.7rem 1.7rem;
  }
}
.ambassador_ttl {
  width: 60.5rem;
  margin: 0 auto;
}
.ambassador_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 4rem;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .ambassador_list {
    column-gap: 4rem;
  }
}
.ambassador_list > li {
  width: 21rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .ambassador_list > li {
    width: 37rem;
  }
}
@media screen and (min-width: 768px) {
  .ambassador_list > li:hover .ambassador_list_img img {
    transform: scale(1.2);
  }
}
.ambassador_list > li.popup_id_01 .ambassador_list_logo {
  width: 15.5rem;
}
@media screen and (min-width: 768px) {
  .ambassador_list > li.popup_id_01 .ambassador_list_logo {
    width: 14.4rem;
  }
}
.ambassador_list > li.popup_id_02 .ambassador_list_logo {
  width: 12.9rem;
}
@media screen and (min-width: 768px) {
  .ambassador_list > li.popup_id_02 .ambassador_list_logo {
    width: 12rem;
  }
}
.ambassador_list_img {
  position: relative;
  width: 20rem;
  margin: 0 auto;
  border-radius: 3rem;
  overflow: hidden;
}
.ambassador_list_img::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  display: block;
  width: 3.1rem;
  height: 3.2rem;
  background-image: url(../images/common/icon_zoom01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.ambassador_list_img img {
  transition: 0.3s ease;
}
.ambassador_list_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 16rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ambassador_list_logo {
    height: 15rem;
  }
  .ambassador_list_img{
    width: 30rem;
  }
}
.ambassador_list_text {
  text-align: center;
}
.ambassador_list_text > span {
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .ambassador_list_text > span {
    font-size: 1.6rem;
  }
}
.ambassador_list_text > em {
  display: block;
  padding-top: 0.5rem;
  font-style: normal;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .ambassador_list_text > em {
    font-size: 2.6rem;
  }
}

/* ========================================================
    sns
======================================================== */
.sns {
  position: relative;
  width: 100%;
  padding: 8rem 0;
  background-color: #ffffff;
  /*&::before {
      content: '';
      position: absolute;
      right: 1.5rem;
      top: -11rem;
      display: block;
      width: 27rem;
      height: 15rem;
      background-image: url(../images/top/top_bg01.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% 100%;
      z-index: 10;

      @include mq-tab {
          right: 5rem;
          top: -9.2rem
      }
  }*/
  /*&::after {
      content: none;
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      width: 24.5rem;
      height: 14.5rem;
      background-image: url(../images/top/top_bg02.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% 100%;
      z-index: 10;

      @include mq-tab {
          content: '';
          left: 5rem;
          bottom: -3rem;
      }
  }*/
}
@media screen and (min-width: 768px) {
  .sns {
    padding: 6rem 0;
  }
}
.sns_ttl {
  width: 61rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sns_ttl {
    width: 54rem;
  }
}
.sns_btn {
  width: 65.3rem;
  margin: 3rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .sns_btn {
    width: 90.3rem;
    margin: 2rem auto 0 auto;
  }
}
.sns_btn a {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sns_btn a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/common/sns_img01_pc_h.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .sns_btn2 a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/common/sns_img02_pc_h.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

/* ========================================================
    shop
======================================================== */
.shop {
  position: relative;
  width: 100%;
}
.shop_ttl {
  position: absolute;
  left: calc(50% - 23.7rem);
  top: 7rem;
  display: block;
  width: 47.4rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .shop_ttl {
    top: 5rem;
  }
}
.shop_list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.shop_list > li {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .shop_list > li:nth-child(1) a:hover::after {
    background-image: url(../images/top/shop_img01_pc_h.png);
  }
}
@media screen and (min-width: 768px) {
  .shop_list > li:nth-child(2) a:hover::after {
    background-image: url(../images/top/shop_img02_pc_h.png);
  }
}
.shop_list > li a {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .shop_list > li a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.shop_img {
  width: 100%;
}

/* ========================================================
    outline
======================================================== */
.outline {
  position: relative;
  width: 100%;
  padding: 12rem 0 16rem 0;
  background-color: #eb611e;
  /*&::after {
      content: '';
      position: absolute;
      left: 0.5rem;
      bottom: 0.5rem;
      display: block;
      width: 24.5rem;
      height: 14.5rem;
      background-image: url(../images/top/top_bg02.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% 100%;
      z-index: 10;

      @include mq-tab {
          content: none;
      }
  }*/
}
@media screen and (min-width: 768px) {
  .outline {
    padding: 9rem 0;
  }
}
.outline_inner {
  width: 67rem;
  margin: 0 auto;
  padding: 0 1rem 1rem 1rem;
  border: 0.3rem solid #5c2512;
  border-radius: 3rem;
  background-color: #f9ecdb;
}
@media screen and (min-width: 768px) {
  .outline_inner {
    width: 100rem;
  }
}
.outline_ttl {
  width: 27.6rem;
  margin: 3rem auto;
}
@media screen and (min-width: 768px) {
  .outline_ttl {
    margin: 2rem auto;
  }
}
.outline_data {
  width: 100%;
  padding: 1rem 5rem 2rem 5rem;
  border: 0.3rem solid #5c2512;
  border-radius: 3rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .outline_data {
    padding: 2rem 4rem 3rem 4rem;
  }
}
.outline_data dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 4rem 0;
  border-top: 0.3rem solid #f7f7f7;
}
@media screen and (min-width: 768px) {
  .outline_data dl {
    padding: 2rem 0;
  }
}
.outline_data dl:first-child {
  border-top: none;
}
.outline_data dl dt {
  width: 13rem;
  padding-left: 0;
  color: #eb611e;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .outline_data dl dt {
    padding-left: 3rem;
    font-size: 2rem;
  }
}
.outline_data dl dd {
  width: 40rem;
  padding-left: 4rem;
  padding-right: 0;
  border-left: 0.4rem dotted #eb611e;
}
@media screen and (min-width: 768px) {
  .outline_data dl dd {
    width: 74.5rem;
    padding-right: 3rem;
  }
}
.outline_data dl dd a {
  text-decoration: underline;
}
.outline_data dl dd .outline_data_text {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .outline_data dl dd .outline_data_text {
    font-size: 2rem;
  }
}
.outline_data dl dd .outline_data_note {
  padding-top: 0.5rem;
}
.outline_data dl dd .outline_data_note li {
  padding-left: 1em;
  font-size: 1.8rem;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .outline_data dl dd .outline_data_note li {
    font-size: 1.4rem;
  }
}
.outline_data dl dd .outline_data_logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 1.5rem;
  row-gap: 2rem;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .outline_data dl dd .outline_data_logo {
    column-gap: 5rem;
    margin-top: 1.5rem;
  }
}
.outline_data dl dd .outline_data_logo:last-child {
  margin-bottom: 0;
}
.outline_data dl dd .outline_data_logo > li {
  width: auto;
}
.outline_data dl dd .outline_data_logo > li img {
  width: auto;
  height: 4rem;
}

/* ========================================================
   map
======================================================== */
.map {
  position: relative;
  width: 100%;
  border-top: 0.3rem solid #5c2512;
}
.map_inner {
  position: relative;
  width: 100%;
  padding-top: 51.5rem;
}
@media screen and (min-width: 768px) {
  .map_inner {
    padding-top: 35.5rem;
  }
}
.map_inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=top.css.map */