@charset "utf-8";
/*************************
共通
*************************/
#aoki_main h1 {
  line-height: 1.4;
  margin: 30px auto 0;
  padding: 0;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
#aoki_main h2 {
  position: relative;
  padding-top: 10px;
  color: #de0000;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
#aoki_main h2 span {
  padding: 0 28px;
}
#aoki_main h2:before,
#aoki_main h2:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #de0000;
  width: 3px;
  height: 1em;
  margin: 0;
  margin-top: 0;
  vertical-align: middle;
}
#aoki_main h2:before {
  transform: rotate(-35deg);
}
#aoki_main h2:after {
  transform: rotate(35deg);
}
#aoki_main h3 {
  margin: 0 0 30px;
}
#aoki_main .catch {
  margin-bottom: 10px;
  color: #be9521;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#aoki_main .shop_title {
  position: relative;
}
#aoki_main .shop_title::before {
  content: "";
  position: absolute;
  top: -56px;
  left: 50%;
  width: 68px;
  height: 38px;
  margin-top: 10px;
  margin-left: -34px;
  background-image: url(../_img/matsu.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#aoki_main .shop_title p {
  margin-top: 10px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #495061;
}
#aoki_main .shop_title p span {
  font-size: 32px;
  color: #de0000;
}
.page-index__content .page-index__button--link {
  justify-content: center;
}
#aoki_main .cmn-button__more a::before {
  transform: rotate(45deg);
  border-width: 1px;
}
#aoki_main .cmn-button__more a.cmn-button-02::before {
  transform: rotate(135deg);
}
#aoki_main .flyer_notes {
  width: 1200px;
  margin: 0 auto;
  margin-block-start: 0;
  margin-block-end: 0;
  padding: 10px 0 0;
  list-style: none;
  text-align: left;
}
#aoki_main .page-index__mv .cmn-inner figure {
  margin: 0;
}
#aoki_main .page-index__mv a {
  display: block;
}

/*================================================
PC only
================================================*/
@media screen and (min-width: 769px) {
  .wrapper {
    padding: 40px 0 0;
  }
  #aoki_main  {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .page-index__content #shop {
    margin-top: 120px;
    padding-top: 0;
  }
  .page-index__content .page-index__announcement {
    margin: 28px auto 40px;
  }
  .read_txt {
    line-height: 2;
    margin: 20px auto 50px;
    padding:  0;
    font-size: 18px;
    text-align: center;
  }
  .page-index__content .page-index__button--link {
    margin: 0 auto 8px;
  }
  #aoki_main .cmn-button__more a {
    display: block;
    width: 440px;
    height: auto;
    line-height: 1.5;
    padding: 13px 30px;
    color: #be9521;
    border: 2px solid #be9521;
    border-radius: 100vw;
  }
  #aoki_main .cmn-button__more a:hover {
    background-color: #be9521;
    color: #fff;
  }
  #aoki_main .cmn-button__more a::before {
    border-top: 2px solid #be9521;
    border-right: 2px solid #be9521;
  }
  #aoki_main .cmn-button__more a.cmn-button-03 {
    margin-top: 40px;
    padding: 30px 30px;
  }
  #aoki_main .cmn-button__more:nth-of-type(2) {
    margin-left: 60px;
  }
  #aoki_main .notes {
    width: fit-content;
    margin: 0 auto;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
  }
  #aoki_main .flyer_notes li {
    text-indent: -14px;
    padding-left: 14px;
  }     
}


/*================================================
SP only
================================================*/
@media screen and (max-width: 768px) {
  #aoki_main h1 {
    line-height: 1.3;
    margin-top: 3.5vw;
    font-size: 6.4vw;
  }
  #aoki_main h2 {
    padding-top: 5vw;
    font-size: 5vw;
  }
  #aoki_main h2:before,
  #aoki_main h2:after {
    width: 2px;
    height: 1.1rem;
  }
  #aoki_main h2 span {
    padding: 0 5vw;
  }
  .page-index__content .page-index__announcement h3 {
    font-size: 6vw;
  }
  .page-index__content .page-index__announcement h3:before,
  .page-index__content .page-index__announcement h3:after {
    top: 9vw;
  }
  #aoki_main .catch {
    margin-bottom: 2vw;
    font-size: 4vw;
  }
  #aoki_main .cmn-page-title:after {
    bottom: -3.5vw;
    width: 60vw;
    height: 5vw;
    background-size: 190px;
  }
  .page-index__content #shop {
    margin-top: 10.33vw;
    padding-top: 4vw;
  }
  #aoki_main .shop_title::before {
    top: -5vw;
    left: 50%;
    width: 9vw;
    height: 5vw;
    margin-top: 2vw;
    margin-left: -4.5vw;
    background-size: 9vw 5vw;
  }
  #aoki_main .shop_title p {
    margin-top: 1vw;
    font-size: 3.46vw;
  }
  #aoki_main .shop_title p span {
    font-size: 4.26vw;
  }
  .page-index__content .page-index__announcement {
    margin: 4vw auto 5.2vw;
  }
  .page-index__content .page-index__button--link {
    margin: 0 0 1.5vw;
  }
  #aoki_main .cmn-button__more a {
    display: block;
    width: 85%;
    height: auto;
    line-height: 1.4;
    margin: 0 auto;
    padding: 2.6vw;
    color: #be9521;
    border: 2px solid #be9521;
    border-radius: 100vw;
    font-size: 4vw;
  }
  #aoki_main .cmn-button__more a:before {
    right: 7vw;
    width: 2vw;
    height: 2vw;
    border-top: 1px solid #be9521;
    border-right: 1px solid #be9521;
  }
  #aoki_main .cmn-button__more a:hover {
    background: #be9521;
  }
  #aoki_main .cmn-button__more a.cmn-button-03 {
    margin-top: 7vw;
    padding: 5.5vw;
  }
  .read_txt {
    line-height: 1.7;
    margin: 2.5vw 0 9vw;
    font-size: 3.73vw;
    text-align: left;
  }
  #aoki_main .notes {
    margin-bottom: 0;
    font-size: 2.93vw;
    text-align: center;
    font-weight: bold;
  }
  #aoki_main .flyer_notes {
    width: 100%;
    font-size: 2.93vw;
  }
  #aoki_main .flyer_notes li {
    text-indent: -2.93vw;
    padding-left: 2.93vw;
  }
}