.cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont__center > * {
  min-height: 0%;
}

.goods__container, .snack__container, .drink__container, .store__container, .reserve__container, .broadcast__container, .voice__container, .panel__container, .xpost__container, .cont__container, .caution__container {
  box-sizing: content-box !important;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* common:start */
[v-cloak] {
  display: none;
}

.js-fade {
  opacity: 0;
  transition: 0.8s all;
  transform: translateY(5%);
}
.js-fade-active {
  opacity: 1;
  transform: translateX(0) translateY(0) !important;
}

.js-fade-product {
  opacity: 0;
  transition: 1.2s all;
  transform: translateY(10%);
}
.js-fade-product-active {
  opacity: 1;
  transform: translateY(0) !important;
}

.js-fade-deray {
  opacity: 0;
  transition: 1.2s all;
}
.js-fade-deray-active {
  opacity: 1;
  transform: translateX(0) !important;
}

.js-fade-list {
  opacity: 0;
}
.js-fade-list li {
  opacity: 0;
  transition: 0.8s all;
  transform: translateY(5%);
}
.js-fade-list-active {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* common:end */
/* kv:start */
.kv {
  max-width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  user-select: none;
}

/* kv:end */
/* anchor:start */
.anchor {
  background-color: #000000;
  position: sticky;
  top: 0;
  z-index: 999;
  border-top: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
}
.anchor__inner {
  max-width: 1000px;
  height: 120px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  .anchor__inner {
    max-width: 96.1538461538%;
    height: 11.538461538461538vw;
  }
}
.anchor__text {
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.25;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  letter-spacing: -1px;
}
@media screen and (max-width: 1120px) {
  .anchor__text {
    font-size: 1.6964285714285714vw;
    /* padding-left: 2.8571428571vw; */
    /* padding-right: 3.3928571429vw; */
    white-space: nowrap;
  }
}
.anchor__text:first-child {
  width: 140px;
  padding-right: 15px;
}
@media screen and (max-width: 1120px) {
  .anchor__text:first-child {
    width: 12.5vw;
    padding-right: 1.3392857142857142vw;
  }
}
.anchor__text:nth-child(2) {
  width: 120px;
}
@media screen and (max-width: 1120px) {
  .anchor__text:nth-child(2) {
    width: 11.071428571428571vw;
  }
}
.anchor__text:nth-child(3) {
  width: 190px;
}
@media screen and (max-width: 1120px) {
  .anchor__text:nth-child(3) {
    width: 16.964285714285715vw;
  }
}
.anchor__text:nth-child(4) {
  width: 145px;
}
@media screen and (max-width: 1120px) {
  .anchor__text:nth-child(4) {
    width: 12.946428571428573vw;
  }
}
.anchor__text:nth-child(5) {
  width: 198px;
}
@media screen and (max-width: 1120px) {
  .anchor__text:nth-child(5) {
    width: 17.67857142857143vw;
  }
}
.anchor__text:nth-child(6) {
  width: 164px;
}
@media screen and (max-width: 1120px) {
  .anchor__text:nth-child(6) {
    width: 14.642857142857144vw;
  }
}
.anchor__text:nth-child(7) {
  width: 207px;
}
@media screen and (max-width: 1120px) {
  .anchor__text:nth-child(7) {
    width: 18.482142857142858vw;
  }
}
.anchor__text:last-child {
  width: 155px;
  padding-right: 0;
  justify-content: flex-end;
}
@media screen and (max-width: 1120px) {
  .anchor__text:last-child {
    width: 13.839285714285715vw;
    /* justify-content: flex-start; */
  }
}
@media screen and (max-width: 1040px) {
  .anchor__text {
    font-size: 2.019230769230769vw;
  }
}
.anchor__text::after {
  content: "";
  position: absolute;
  right: -0.5769230769%;
  background: #fff;
  width: 2px;
  height: 57px;
  border-radius: 2px;
}
@media screen and (max-width: 1040px) {
  .anchor__text::after {
    width: 0.19230769230769232vw;
    height: 5.480769230769231vw;
    border-radius: 0.1923076923vw;
  }
}
.anchor__text:last-child::after {
  content: none;
}
.anchor__text a {
  color: #fff;
}

/* anchor:end */
/* goods:start */
.goods {
  position: relative;
  background: #ED6C10;
  background: linear-gradient(0deg, rgba(237, 108, 16, 1) 0%, rgba(248, 182, 43, 1) 100%);
}
.goods::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/common_bg.png);
  background-position: top left;
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.goods__container {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 100;
}
.goods__title{
  width: 69%;
  margin: 0 auto 45px;
}

.goods__date{
  width: 58%;
  margin: 0 auto;
}

.goods__list{
  width: 96%;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.goods__item{
  width: calc((100%/3) - 20px);
  margin-right: 1.5%;
  margin-bottom: 1.5%;
}
.goods__item:nth-child(3n){
  margin-right: 0;
}
.goods__item:nth-last-child(-n+1)	{
  margin-bottom: 0;
  margin-right: 0;
}

.goods_caution{
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 1040px) {
  .goods_caution{
    font-size: 1.3461538461538463vw;
  }
}
/* goods:end */
/* snack:start */
.snack {
  position: relative;
  background: #004BA8;
  background: linear-gradient(0deg, rgba(0, 75, 168, 1) 0%, rgba(43, 217, 184, 1) 100%);
}
.snack::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/common_bg.png);
  background-position: top left;
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.snack__container {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 100;
}
.snack__title{
  width: 73%;
  margin: 0 auto 45px;
}
.snack__date{
  width: 71%;
  margin: 0 auto;
}

.snack__img{
  width: 57.6%;
  margin: 4% auto 3%;
  margin-left: 15.5%;
}
.snack__price{
  width: 35.6%;
  margin: 0 auto;
}
.snack__text{
  width: 69.2%;
  margin: -7% auto 3%;
  margin-right: 14.8%;
}

.snack__list{
  width: 98%;
  margin: 0 auto 2%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.snack__item{
  width: 22.8%;
  margin-right: 2.5%;
  margin-bottom: 1%;
}
.snack__item:nth-child(2){
  width: 22%;
}
.snack__item:nth-child(3){
  width: 22.4%;
  margin-right: 3%;
}
.snack__item:nth-child(5){
  width: 22.6%;
}
.snack__item:nth-child(6){
  width: 22.6%;
}
.snack__item:nth-last-child(-n+3)	{
  margin-bottom: 0;
}
/* snack:end */
/* drink:start */
.drink {
  position: relative;
  background: #ED6C10;
  background: linear-gradient(0deg, rgba(237, 108, 16, 1) 0%, rgba(248, 182, 43, 1) 100%);
}
.drink::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/common_bg.png);
  background-position: top left;
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.drink__container {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 100;
}
.drink__title{
  width: 71.1%;
  margin: 0 auto 45px;
}
.drink__date{
  width: 71%;
  margin: 0 auto;
}

.drink__text{
  width: 32.6%;
  margin: 4% auto 3%;
}

.drink__list{
  margin: 0 auto 2%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.drink__item{
  width: 17.3%;
  margin-right: 5%;
}
.drink__item:nth-child(2){
  width: 17.7%;
}
.drink__item:nth-child(3){
  width: 17%;
  margin-right: 0;
}

.drink__read-text{
  width: 65.3%;
  margin: 0 auto 2%;
}
.drink__read-img{
  width: 71.2%;
  margin: 0 auto;
}

.drink__target-block{
  width: 93%;
  margin: 3% auto 0;
  padding: 2% 2% 3%;
  background-color: #ffffff;
  border-radius: 5px;
}
.drink__target-title{
  color: #4dbc00;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 2%;
}
.drink__target-item{
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 3%;
}
@media screen and (max-width: 1040px) {
  .drink__target-title{
    font-size: 3.3653846153846154vw;
  }
  .drink__target-item{
    font-size: 1.9230769230769231vw;
  }
}
.drink__target-item:last-child{
  margin-bottom: 0;
}
/* drink:end */
/* store:start */
.store {
  position: relative;
  background: #004BA8;
  background: linear-gradient(0deg, rgba(0, 75, 168, 1) 0%, rgba(43, 217, 184, 1) 100%);
}
.store::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/common_bg.png);
  background-position: top left;
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.store__container {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 100;
}
.store__title{
  width: 71.3%;
  margin: 0 auto 30px;
  position: relative;
  left: -2.4%;
}
.store__contents{
  margin-bottom: 5%;
}
.store__contents:last-child{
  margin-bottom: 0;
}

.store__name{
  width: 50%;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  background-color: #000000;
  border-radius: 100px;
  padding: 5px 0;
  line-height: 1;
}
.store__name-small{
  font-size: 70%;
}
@media screen and (max-width: 1040px) {
  .store__name{
    font-size: 3.2692307692307696vw;
  }
  .store__name-small{
    font-size: 2.2884615384615383vw;
  }
}

.store__price{
  line-height: 1;
  text-align: center;
  font-size: 30px;
  margin: 0 auto 30px;
  color: #ffffff;
  font-weight: bold;
}
.store__price-large{
  font-size: 50px;
}
.store__price-small{
  font-size: 25px;
}
@media screen and (max-width: 1040px) {
  .store__price{
    font-size: 2.8846153846153846vw;
  }
  .store__price-large{
    font-size: 4.807692307692308vw;
  }
  .store__price-small{
    font-size: 2.403846153846154vw;
  }
}

.store__price.typeA{
  margin-bottom: 20px;
}
.store__price.typeB{
  margin-bottom: 37px;
}
.store__price.typeC{
  margin-bottom: 37px;
}
.store__price.typeD{
  margin-bottom: 30px;
}

.store__img{
  margin: 0 auto;
}
.store__img.typeB{
  width: 70.8%;
  margin-bottom: 1%;
}
.store__img.typeC{
  width: 68.8%;
  margin-bottom: 1%;
}
.store__img.typeD{
  width: 70.3%;
  margin-bottom: 1%;
}
.store__list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 0 0 1%;
}
.store__item {
  width: 19.8%;
  margin-right: 4.5%;
}
.store__item:first-child {
  margin-left: 5%;
}
.store__item:nth-child(4) {
  width: 29.4%;
  margin-right: -2%;
}
.store__item:nth-child(5) {
  width: 21.2%;
  margin-right: 4%;
}
.store__item:nth-child(6) {
  width: 19.9%;
}
.store__item:nth-child(3n) {
  margin-right: 0;
}
.store__item:nth-child(n+4) {
  margin-top: 5%;
}
.store__item img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  user-select: none;
}
.store__btn{
  width: 56.39999999999999%;
  margin: 2% auto 0;
}
.store__caution {
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.4285714286;
  margin-top: -5px;
}
@media screen and (max-width: 1040px) {
  .store__caution {
    font-size: 1.3461538462vw;
  }
}
/* store:end */
/* reserve:start */
.reserve {
  position: relative;
  background: #ED6C10;
  background: linear-gradient(0deg, rgba(237, 108, 16, 1) 0%, rgba(248, 182, 43, 1) 100%);
}
.reserve::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/common_bg.png);
  background-position: top left;
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.reserve__container {
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
  z-index: 100;
}

.reserve__title{
  width: 71.3%;
  margin: 0 auto 30px;
  position: relative;
  left: -2.4%;
}

.reserve__contents{
  margin-bottom: 5%;
}
.reserve__contents:last-child{
  margin-bottom: 0;
}

.reserve__name{
  margin: 0 auto 20px;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  background-color: #000000;
  border-radius: 100px;
  padding: 5px 0;
  line-height: 1;
}
.reserve__name-small{
  font-size: 70%;
}
@media screen and (max-width: 1040px) {
  .reserve__name{
    font-size: 3.2692307692307696vw;
  }
  .reserve__name-small{
    font-size: 2.2884615384615383vw;
  }
}
.reserve__name.typeA{
  width: 60%;
}
.reserve__name.typeB{
  width: 56%;
}
.reserve__name.typeC{
  width: 71%;
  letter-spacing: -3px;
}
.reserve__name.typeD{
  width: 56%;
}
.reserve__name.typeE{
  width: 56%;
}
.reserve__name.typeF{
  width: 56%;
}
.reserve__name.typeG{
  width: 53%;
}

.reserve__price{
  line-height: 1;
  text-align: center;
  font-size: 30px;
  margin: 0 auto 30px;
  color: #ffffff;
  font-weight: bold;
}
.reserve__price-large{
  font-size: 50px;
}
.reserve__price-small{
  font-size: 25px;
}
@media screen and (max-width: 1040px) {
  .reserve__price{
    font-size: 2.8846153846153846vw;
  }
  .reserve__price-large{
    font-size: 4.807692307692308vw;
  }
  .reserve__price-small{
    font-size: 2.403846153846154vw;
  }
}
.reserve__price.typeC{
  margin-bottom: 20px;
}
.reserve__price.typeD{
  margin-bottom: 10px;
}
 
.reserve__img{
  margin: 0 auto;
}
.reserve__img.typeB{
  width: 59.1%;
  margin-bottom: 1%;
}
.reserve__img.typeC{
  width: 68.8%;
  margin-bottom: 2%;
}
.reserve__img.typeD{
  width: 70.5%;
  margin-bottom: 0;
}
.reserve__img.typeE{
  width: 70.8%;
  margin-bottom: 2%;
}
.reserve__img.typeF{
  width: 66.9%;
  margin-bottom: 2%;
}

.reserve__list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 0 0 1%;
}
.reserve__list.typeA .reserve__item {
  width: 47.3%;
  margin-right: 2.1%;
}
.reserve__list.typeA .reserve__item:nth-child(2){
  margin-right: 0;
}
.reserve__list.typeA .reserve__item:last-child{
  margin-top: 3%;
  margin-right: 0;
}

.reserve__list.typeC{
  padding-bottom: 2%;
}
.reserve__list.typeC .reserve__item {
  width: 57.1%;
  margin-right: 1.7%;
}
.reserve__list.typeC .reserve__item:nth-child(2){
  width: 39%;
  margin-right: 0;
}

.reserve__list.typeG .reserve__item {
  width: 46%;
  margin-right: 4.7%;
}
.reserve__list.typeG .reserve__item:nth-child(2){
  margin-right: 0;
}
.reserve__list.typeG .reserve__item:last-child{
  margin-top: 3%;
  margin-right: 0;
}

.reserve__item img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  user-select: none;
}

.reserve__btn{
  width: 56.4%;
  margin: 2% auto 0;
}
.reserve__text {
  font-size: 35px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 3%;
}
@media screen and (max-width: 1040px) {
  .reserve__text {
    font-size: 3.5vw;
  }
}

.reserve__caution-list{
  text-align: left;
}
.reserve__caution-item{
  text-indent: -1em;
  padding-left: 1em;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.reserve__caution-item .space{
  display: inline-block;
  text-indent: -3em;
  padding-left: 3em;
}
@media screen and (max-width: 1040px) {
  .reserve__caution-item{
    font-size: 1.3461538461538463vw;
  }
}

/* reserve:end */

/* broadcast:start */
.broadcast {
  position: relative;
  background: #004BA8;
  background: linear-gradient(0deg, rgba(0, 75, 168, 1) 0%, rgba(43, 217, 184, 1) 100%);
}
.broadcast::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/common_bg.png);
  background-position: top left;
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.broadcast__container {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 100;
}

.broadcast__title{
  width: 71.2%;
  margin: 0 auto 30px;
  position: relative;
  left: -2.3%;
}

.broadcast__contents{
  margin-bottom: 4%;
}
.broadcast__contents:last-child{
  margin-bottom: 0;
}

.broadcast__read{
  line-height: 1.4;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
}
.broadcast__read-large{
  font-size: 130%;
}

.broadcast__block{
  width: 70%;
  margin: 0 auto;
}
.broadcast__name{
  border-radius: 5px 5px 0 0;
  background-color: #000000;
  padding: 20px;
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .broadcast__name{
    font-size: 4.326923076923077vw;
  }
}
.broadcast__inner{
  border-radius: 0 0 5px 5px;
  background-color: #ffffff;
  padding: 23px 18px 30px;
}
.broadcast__time-block__date{
  width: 53.42857142857142%;
  margin: 0 auto 30px;
}
.broadcast__time-block__number{
  width: 44%;
  margin: 0 auto 40px;
}
.broadcast__caution-text{
  font-size: 14px;
  font-weight: 600;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1040px) {
  .broadcast__caution-text {
    font-size: 1.3461538462vw;
  }
}
/* broadcast:end */

/* voice:start */
.voice {
  position: relative;
  background: #ED6C10;
  background: linear-gradient(0deg, rgba(237, 108, 16, 1) 0%, rgba(248, 182, 43, 1) 100%);
}
.voice::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/common_bg.png);
  background-position: top left;
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.voice__container {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 100;
}

.voice__title{
  width: 71.2%;
  margin: 0 auto 30px;
  position: relative;
  left: -2.3%;
}

.voice__contents{
  margin-bottom: 4%;
}
.voice__contents:last-child{
  margin-bottom: 0;
}

.voice__read{
  line-height: 1.4;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 30px;
}
.voice__read-large{
  font-size: 130%;
}
.voice__text{
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 20px;
}

.voice__caution{
  text-align: left;
  width: 660px;
  margin: 0 auto;
}
.voice__caution-text{
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1040px) {
  .voice__read{
    font-size: 2.8846153846153846vw;
  }
  .voice__read-large{
    font-size: 3.75vw;
  }
  .voice__text{
    font-size: 1.7307692307692308vw;
  }
  .voice__caution-text {
    font-size: 1.3461538462vw;
  }
}
/* voice:end */

/* panel:start */
.panel {
  position: relative;
  background: #004BA8;
  background: linear-gradient(0deg, rgba(0, 75, 168, 1) 0%, rgba(43, 217, 184, 1) 100%);
}
.panel::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/common_bg.png);
  background-position: top left;
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.panel__container {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 100;
}

.panel__title{
  width: 71.2%;
  margin: 0 auto 30px;
  position: relative;
  left: -2.3%;
}

.panel__contents{
  margin-bottom: 4%;
}
.panel__contents:last-child{
  margin-bottom: 0;
}

.panel__read{
  line-height: 1.4;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 1040px) {
  .panel__read{
    font-size: 2.8846153846153846vw;
  }
}

.panel__img{
  width: 69.5%;
  margin: 0 auto 4%;
}

.panel__name{
  width: 40%;
  margin: 0 auto 2%;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  background-color: #000000;
  border-radius: 100px;
  padding: 7px 0 7px;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  .panel__name{
    font-size: 3.2692307692307696vw;
  }
}
.panel__store{
  width: 71%;
  margin: 0 auto;
}
.panel__store-list{
  display: flex;
  align-items: center;
  padding: 16px 0 14px 20px;
}
.panel__store-list:nth-child(odd){
  background-color: #ffffff;
}
.panel__store-list:nth-child(even){
  background-color: #f0f0f0;
}
.panel__store-name{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 100px;
  overflow: hidden;
  line-height: 1;
  padding: 5px 0;
  width: 161px;
}
.panel__store-name.bg-color01{
  background-color: #00a072;
}
.panel__store-name.bg-color02{
  background-color: #ef7f01;
}
.panel__store-name.bg-color03{
  background-color: #934496;
}
.panel__store-name.bg-color04{
  background-color: #767575;
}
.panel__store-name.bg-color05{
  background-color: #4f344c;
}
.panel__store-name.bg-color06{
  background-color: #bcd755;
}

.panel__store-address{
  margin-left: 14px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
}
.panel__store-address-small{
  font-size: 80%;
  font-weight: 500;
}
.panel__store-address-small .letter{
  letter-spacing: -2px;
}
@media screen and (max-width: 1040px) {
  .panel__store-name{
    font-size: 2.403846153846154vw;
  }
  .panel__store-address{
    font-size: 2.403846153846154vw;
  }
  .panel__store-address-small{
    font-size: 1.6826923076923077vw;
  }
}

.panel__btn{
  width: 56.4%;
  margin: 0 auto;
}
/* panel:end */

/* xpost:start */
.xpost {
  position: relative;
  background: #ED6C10;
  background: linear-gradient(0deg, rgba(237, 108, 16, 1) 0%, rgba(248, 182, 43, 1) 100%);
}
.xpost::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/common_bg.png);
  background-position: top left;
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.xpost__container {
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
  z-index: 100;
}

.xpost__title{
  width: 79.9%;
  margin: 0 auto 50px;
}

.xpost__contents{
  margin-bottom: 4%;
}
.xpost__contents:last-child{
  margin-bottom: 0;
}

.xpost__read{
  width: 91.2%;
  margin: 0 auto 52px;
}

.xpost__area{
  position: relative;
  width: 56%;
  margin: 0 auto 46px;
}
.xpost__name{
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  background-color: #000000;
  border-radius: 100px;
  padding: 4px 0 7px;
  line-height: 1;
}
.xpost__badge{
  position: absolute;
  width: 31.8%;
  top: -75px;
  right: -84px;
}

.xpost__text{
  text-align: center;
  font-size: 33px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 30px;
}
.xpost__img{
  width: 72.1%;
  margin: 0 auto 1%;
}

.xpost__block{
  width: 70%;
  margin: 0 auto 30px;
}
.xpost__block-name{
  border-radius: 5px 5px 0 0;
  background-color: #000000;
  padding: 20px;
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}
.xpost__inner{
  border-radius: 0 0 5px 5px;
  background-color: #ffffff;
  padding: 30px 0 30px;
}
.xpost__date{
  width: 90.42857142857143%;
  margin: 0 auto 30px;
}

.xpost__caution{
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}

.xpost__info-text{
  text-align: center;
  font-size: 35px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 25px;
}
.xpost__info-read{
  width: 97.7%;
  margin: 0 auto 40px;
}

.xpost__btn{
  width: 56.4%;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .xpost__name{
    font-size: 3.8461538461538463vw;
  }
  .xpost__text{
    font-size: 3.173076923076923vw;
  }
  .xpost__block-name{
    font-size: 1.9230769230769231vw;
  }
  .xpost__caution{
    font-size: 1.25vw;
  }
  .xpost__info-text{
    font-size: 3.3653846153846154vw;
  }
}
/* xpost:end */

/* cont:start */
.cont {
  position: relative;
  background: #000000;
}
.cont::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/common_bg.png);
  background-position: top left;
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.cont__container {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 100;
}

.cont__title{
  width: 45.7%;
  margin: 0 auto 40px;
}

.cont__contents{
  margin-bottom: 4%;
}
.cont__contents:last-child{
  margin-bottom: 0;
}

.cont__read{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  .cont__read{
    font-size: 2.8846153846153846vw;
  }
}

.cont__block{
  margin-bottom: 30px;
}

.cont__text{
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 1em;
}
.cont__text:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 1040px) {
  .cont__text{
    font-size: 1.7307692307692308vw;
  }
}

.cont__img{
  width: 46.3%;
  margin: 0 auto 30px;
}

.cont__date{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  .cont__date{
    font-size: 2.1153846153846154vw;
  }
}

.cont__copy{
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1040px) {
  .cont__copy{
    font-size: 1.5384615384615385vw;
  }
}

.cont__btn{
  width: 56.4%;
  margin: 0 auto 30px;
}
/* cont:end */

/* caution:start */
.caution {
  position: relative;
  box-shadow: inset 0px -10px 10px -5px rgba(0,0,0,0.2);
}
.caution::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/common_bg.png);
  background-position: top left;
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.caution__container {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 100;
}

.caution__contents{
  width: 74%;
  margin: 0 auto;
}

.caution__list{
  text-align: left;
  margin-bottom: 50px;
}
.caution__item{
  font-size: 16px;
  font-weight: 600;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1040px) {
  .caution__item{
    font-size: 1.5384615384615385vw;
  }
}

.caution__copy{
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1040px) {
  .caution__copy{
    font-size: 1.5384615384615385vw;
  }
}
/* caution:end */

.coming__area{
  background-color: #e60012;
}
.coming__text{
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  padding: 12px 0;
}
@media screen and (max-width: 1040px) {
  .coming__text{
    font-size: 3.2692307692307696vw;
  }
}
.pagetop {
  z-index: 100;
  right: 20px;
}