@charset "utf-8";
/*************************
共通
*************************/
.aoki_main img {
  pointer-events: none;
}
.container {
  padding: 0;
}
.mv img {
  margin: auto;
}
h1 {
  color: #e83b32;
  text-align: center;
}
.shop_title h2 {
  position: relative;
  padding-top: 10px;
  color: #de0000;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.shop_title h2 span {
  padding: 0 28px;
}
.shop_title h2:before, 
.shop_title h2:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #de0000;
  width: 3px;
  height: 1em;
  margin: 0;
  margin-top: 0;
  vertical-align: middle;
}
.shop_title h2:before {
  transform: rotate(-35deg);
}
.shop_title h2:after {
  transform: rotate(35deg);
}
.shop_title {
  position: relative;
}
.shop_title::before {
  content: "";
  position: absolute;
  top: -56px;
  left: 50%;
  width: 68px;
  height: 38px;
  margin-top: 10px;
  margin-left: -34px;
  background-image:url("../_img/251219/matsu.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about {
  color: #495061;
  line-height: 1.7;
}
#shop {
  margin-top: 54px;
}
.page-index__announcement {
  margin: 28px auto 40px;
}
.page-index__button--link {
  display: flex;
  justify-content: center;
}
.cmn-button__more a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 30px 30px;
  width: 440px;
  height: auto;
  line-height: 1.5;
  color: #be9521;
  border: 2px solid #be9521;
  border-radius: 100vw;
  font-size: 24px;
  font-weight: bold;
  transition: .4s;
}
.cmn-button__more a:hover {
  background: #be9521;
  color: #fff;
  text-decoration: none;
  transition: .4s;
}
.cmn-button__more a:before {
  position: absolute;
  content: "";
  right: 30px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #be9521;
  border-right: 2px solid #be9521;
  transform: rotate(45deg);
  transition: .4s;
}
.cmn-button__more a:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: .4s;
}
.recommend.wrap{
	margin-top:140px;
}
.recommend.wrap .recommend {
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fadeInUp {
  opacity: 1!important;
}
/*PC only*/
@media screen and (min-width: 769px) {
  .wrapper {
    width: 100%;
    padding: 0;
  }
  h1 {
    font-size: 42px;
    margin: 60px auto 30px;
  }
  .ctts_inner {
    width: 1200px;
    margin: 40px auto 100px;
  }
  .about {
    margin-bottom: 60px;
  }
  .term {
    margin-bottom: 50px;
    text-align: center;
  }
  .term p {
    width: 510px;
  }
  .heading-01 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #be9521;
  }
  .notice {
    margin-top: 40px;
  }
  .notice .heading-02 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    padding-left: 10px;
  }
  .notice .heading-02::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-color: #495061;
    top: 0.05em;
    left: 0;
    width: 3px;
    height: calc(100% - 0.2em);
  }
  .notice ul {
    margin-bottom: 1rem;
  }
  .notice li {
    font-size: 16px;
    padding-left: 16px;
    text-indent: -16px;
  }
}
/*SP only*/
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0;
  }
  h1 {
    font-size: 5.6vw;
    margin: 30px auto 15px;
    line-height: 1.4;
  }
  .shop_title h2 {
    padding-top: 5vw;
    color: #de0000;
    font-size: 5.06vw;
    font-weight: bold;
    text-align: center;
  }
  .shop_title h2:before,
  .shop_title h2:after {
      width: 2px;
      height: 1.1rem;
  }
  .shop_title h2 span {
      padding: 0 5vw;
  }
  .shop_title::before {
    top: -5vw;
    left: 50%;
    width: 9vw;
    height: 5vw;
    margin-top: 2vw;
    margin-left: -4.5vw;
    background-size: 9vw 5vw;
  }
  #shop {
    margin-top: -0.67vw;
    padding-top: 4vw;
    }
  .page-index__announcement {
    margin: 4vw auto 5.2vw;
  }
  .flyer_notes {
    padding-top: 3vw;
  }
  .flyer_notes li {
    text-indent: -2.93vw;
    padding-left: 2.93vw;
  }
  .page-index__button--link {
    display: flex;
    justify-content: center;
    margin: -10vw 0 10vw;
  }
  .cmn-button__more a {
    width: 77.3vw;
    font-size: 4vw;
    padding: 5vw 4vw;
    margin-top: 10vw;
  }
  .cmn-button__more a:before {
    right: 7vw;
    width: 2vw;
    height: 2vw;
    border-top: 1px solid #be9521;
    border-right: 1px solid #be9521;
  }
  .ctts_inner {
    width: 100%;
    padding: 15px 4vw 0
  }
  .term {
    margin-bottom: 30px;
  }
  .term p {
    margin-bottom: 15px;
  }
  .term p:last-of-type {
    margin-bottom: 0;
  }
  .heading-01 {
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    color: #be9521;
    line-height: 1.6;
  }
  .notice {
    margin-top: 30px;
  }
  .notice .heading-02 {
    position: relative;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    padding-left: 10px;
  }
  .notice .heading-02::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-color: #495061;
    top: 0.05em;
    left: 0;
    width: 3px;
    height: calc(100% - 0.2em);
  }
  .notice ul {
    margin-bottom: 1rem;
  }
  .notice li {
    font-size: 13px;
    padding-left: 13px;
    text-indent: -13px;
  }
  .about {
    margin-bottom: 30px;
    color: #495061;
    font-size: 3.73vw;
  }
  .recommend.wrap .recommend {
	padding: 0 15px;
  } 
  .recommend.wrap .recommend img {
	width: 44.73vw;
    height: 44.73vw;
  }
  .recommend.wrap .recommend a:nth-child(n+3) {
    margin-top: 4.26vw;
  }
}


.grayout {
    position: relative;
}
.grayout::before {
    display: block;
    position: absolute;
    top: 33%;
    left: 26%;
    content: "終了いたしました";
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    z-index: 2;
}
@media only screen and (max-width: 768px) {
.grayout::before {
    left: 30%;
    top: 38%;
    font-size: 4.6vw;
}
}
.grayout::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 70%);
}