:root {
  interpolate-size: allow-keywords;
  --accent-color:#800003;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

picture,
img {
  display: block;
  width: 100%;
  height: auto;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 0;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #3a3a3a;
}
@media screen and (max-width: 655px) {
  body {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 656px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 655px) {
  .pc {
    display: none;
  }
}
.marugo {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.marugo-kana {
  letter-spacing: -8%;
  margin-right: 0.3em;
}

.marugo-num {
  letter-spacing: 10%;
  margin-left: 0.2em;
}

.layout .pc-main {
  position: fixed;
  right: 655px;
  top: 0;
  width: calc(100% - 655px);
  height: 100vh;
  height: 100dvh;
  background: url(/ekiben-ajinojin/assets/img/pc-main/bg_mountain.jpg) center center no-repeat;
  background-size: cover;
}
.layout .sp-main {
  width: 375px;
  margin-right: 17.5em;
  margin-left: auto;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3);
  position: relative;
}
@media screen and (max-width: 655px) {
  .layout .pc-main {
    display: none;
  }
  .layout .sp-main {
    width: 100%;
  }
}

.pc-main {
  overflow: hidden;
}
.pc-main .kumo {
  position: absolute;
}
.pc-main .kumo.kumo_01 {
  left: 0%;
  top: 10em;
  width: 15.6875em;
}
.pc-main .kumo.kumo_02 {
  right: 0%;
  top: 3em;
  width: 20.6875em;
}
.pc-main .kumo.kumo_03 {
  left: 0%;
  bottom: -5em;
  width: 29.75em;
}
.pc-main .front {
  width: 100%;
  max-width: 40.5em;
  margin: 0 0 0 auto;
  height: 100%;
  position: relative;
}
.pc-main .front .ben {
  position: absolute;
  right: 1em;
  bottom: 4em;
  width: 143.0555555556%;
}
.pc-main .front .title_01 {
  width: min(60%, 12.875em);
  margin-left: 9.2592592593%;
  position: relative;
}
.pc-main .front .stamp_ben,
.pc-main .front .stamp {
  position: absolute;
  left: 9%;
  top: 20.5em;
  width: min(35%, 8.4375em);
}
.pc-main .front .stamp_ben {
  mix-blend-mode: multiply;
}
.pc-main .front .jr {
  position: absolute;
  right: 1.5em;
  top: 1.5em;
  width: min(10%, 2.0625em);
}
.pc-main .front .date {
  position: absolute;
  right: 1.5em;
  bottom: 1.5em;
  width: min(80%, 22em);
}

header {
  position: fixed;
  right: 0;
  top: 0;
  width: 17.5em;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}
header .sp-logo {
  display: none;
}
header .sp-bar {
  display: none;
}
header .inner {
  padding: 2.5em 0;
  position: relative;
  height: 100%;
  background-color: #6b0000;
}
header .waku {
  position: absolute;
  width: 100%;
  transform-origin: center top;
}
header .waku:before, header .waku:after {
  content: "";
  display: block;
  position: absolute;
  width: 2.1875em;
  height: 2.1875em;
  background: url(/ekiben-ajinojin/assets/img/nav/waku.png) center center no-repeat;
  background-size: contain;
}
header .waku:before {
  left: 0.5em;
  top: 0.5em;
  transform: scale(-1, 1);
}
header .waku:after {
  right: 0.5em;
  top: 0.5em;
}
header .waku.waku-tp {
  left: 0;
  top: 0;
}
header .waku.waku-bt {
  left: 0;
  bottom: 0;
  transform: scale(1, -1);
}
header h2 {
  font: inherit;
  width: 45.3571428571%;
  margin: 0 auto;
  position: relative;
  left: -1em;
}
header ul {
  width: 75%;
  margin: 2.5em auto 0;
  position: relative;
}
header ul li + li {
  margin-top: 1.25em;
}
header ul li a {
  display: block;
}
header ul li a img {
  filter: drop-shadow(0 0.25em 0.25em rgba(0, 0, 0, 0.3));
}
header ul .pict {
  position: absolute;
  width: 133.3333333333%;
  left: -16.6666666667%;
  overflow: hidden;
}
header ul .pict img {
  position: relative;
  width: 51.7857142857%;
}
header ul .pict.pict_01 {
  top: calc(100% + 2em);
}
header ul .pict.pict_01 img {
  left: 50%;
}
header ul .pict.pict_02 {
  top: calc(100% + 5em);
  transform: scale(-1, 1);
}
header ul .pict.pict_02 img {
  left: 56%;
}
@media screen and (max-width: 655px) {
  header {
    font-size: 16px;
    position: sticky;
    top: 0;
    background-color: #000;
    z-index: 10;
    width: 100%;
    height: 60px;
    overflow: auto;
    display: flex;
    align-items: center;
    padding-left: 14px;
    overflow: visible;
  }
  header .sp-logo {
    display: block;
    width: 212px;
  }
  header .sp-bar {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
  }
  header .sp-bar .bar {
    display: block;
    position: absolute;
    left: 20%;
    width: 60%;
    border-top: 2px solid #fff;
  }
  header .sp-bar .bar:nth-child(1) {
    top: calc(32% - 1px);
  }
  header .sp-bar .bar:nth-child(2) {
    top: calc(50% - 1px);
  }
  header .sp-bar .bar:nth-child(3) {
    top: calc(68% - 1px);
  }
  header .sp-bar.on .bar:nth-child(1) {
    top: calc(50% - 1px);
    transform: rotate(45deg);
  }
  header .sp-bar.on .bar:nth-child(2) {
    transform: scale(0);
  }
  header .sp-bar.on .bar:nth-child(3) {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  header .sp-bar.on + .inner {
    padding: 2.5em 0;
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
    overflow: auto;
  }
  header .inner {
    font-size: 4.2666666667vw;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0;
    padding: 0 0;
    overflow: hidden;
    transition: 0.3s;
  }
  header h2 {
    width: 45.3571428571%;
  }
  header ul {
    width: 75%;
  }
}

footer {
  background-color: #000;
  color: #fff;
  padding: 1.5em 0;
}
footer ul {
  width: 92%;
  margin: 0 auto;
}
footer ul li {
  font-size: 0.625em;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
footer .copyright {
  text-align: center;
  font-size: 0.625em;
  margin: 5em auto 0;
}

.progress {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(/ekiben-ajinojin/assets/img/bars-rotate-fade.svg) center center no-repeat rgba(0, 0, 0, 0.5);
  background-size: 4em 4em;
  transition: 0.2s;
  z-index: -1;
  opacity: 0;
}
.progress.on {
  opacity: 1;
  z-index: 2500;
}

.toast {
  position: fixed;
  bottom: 10%;
  left: 0;
  display: none;
  width: 100%;
  max-width: 100%;
  text-align: center;
  z-index: 10001;
  opacity: 1;
  background: none;
  border: none;
  box-shadow: none;
}

#toast {
  line-height: 1;
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 15px;
  padding: 8px 15px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  font-size: 13px;
}

.mymodal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
  background-color: rgba(9, 17, 49, 0.8);
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
}
.mymodal > .mymodal-close {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mymodal .mymodal-inner {
  width: 100%;
  height: 100%;
  max-height: none;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 2em 0;
  box-sizing: border-box;
}
.mymodal .mymodal-inner > .mymodal-close {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 5em;
  height: 5em;
  z-index: 1;
  pointer-events: auto;
}
.mymodal .mymodal-inner > .mymodal-close:before, .mymodal .mymodal-inner > .mymodal-close:after {
  content: "";
  display: block;
  position: absolute;
  left: 25%;
  top: calc(50% - 1px);
  width: 50%;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}
.mymodal .mymodal-inner > .mymodal-close:after {
  transform: rotate(-45deg);
}
.mymodal .mymodal-inner .mymodal-contents {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
}
.mymodal.on {
  z-index: 2400;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .mymodal {
    padding: 0;
  }
  .mymodal .mymodal-inner {
    max-height: none;
  }
  .mymodal .mymodal-inner > .mymodal-close {
    width: 2em;
    height: 2em;
  }
  .mymodal .mymodal-inner > .mymodal-close:before, .mymodal .mymodal-inner > .mymodal-close:after {
    left: 0%;
    width: 100%;
  }
}

.modal-temp {
  display: none;
}

.common-btn1 {
  display: block;
  width: 69.4666666667%;
  margin: 0 auto;
}
.common-btn1 img {
  filter: drop-shadow(0 0.25em 0.25em rgba(0, 0, 0, 0.2));
}

.common-btn2 {
  border: 1px solid #fff;
  text-align: center;
  display: block;
  font-size: 0.875em;
  font-weight: 600;
  color: #fff;
  padding: 1em 0;
  width: 16.7142857143em;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  border-radius: 3em;
}
.common-btn2:after {
  content: "";
  display: block;
  position: absolute;
  right: 0.75em;
  top: calc(50% - 0.5em);
  width: 1em;
  height: 1em;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #fff;
  transform: scale(0.5) rotate(45deg);
}

.common-btn3 {
  border: 1px solid #886200;
  background-color: #886200;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 1em 0;
  width: 16.7142857143em;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  border-radius: 3em;
}
.common-btn3 > span {
  display: block;
  text-align: center;
  font-size: 0.875em;
  font-weight: 600;
}
.common-btn3:after {
  content: "";
  display: block;
  position: absolute;
  right: 0.75em;
  top: calc(50% - 0.5em);
  width: 1em;
  height: 1em;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #fff;
  transform: scale(0.5) rotate(45deg);
}

.sns-btns {
  display: flex;
  justify-content: center;
  gap: 0.75em;
}
.sns-btns > a {
  display: block;
  width: 11.7333333333%;
}

.home-navi {
  background-color: #6b0000;
  position: relative;
  padding: 4em 0;
  overflow: hidden;
  margin-top: -1px;
}
.home-navi .waku {
  position: absolute;
  width: 100%;
  transform-origin: center top;
}
.home-navi .waku:before, .home-navi .waku:after {
  content: "";
  display: block;
  position: absolute;
  width: 2.1875em;
  height: 2.1875em;
  background: url(/ekiben-ajinojin/assets/img/nav/waku.png) center center no-repeat;
  background-size: contain;
}
.home-navi .waku:before {
  left: 0.5em;
  top: 0.5em;
  transform: scale(-1, 1);
}
.home-navi .waku:after {
  right: 0.5em;
  top: 0.5em;
}
.home-navi .waku.waku-tp {
  left: 0;
  top: 0;
}
.home-navi .waku.waku-bt {
  left: 0;
  bottom: 0;
  transform: scale(1, -1);
}
.home-navi .pict {
  position: absolute;
  width: 38.6666666667%;
}
.home-navi .pict.pict_01 {
  left: 84%;
  top: 8.5em;
}
.home-navi .pict.pict_02 {
  right: 84%;
  top: 14.5em;
  transform: scale(-1, 1);
}
.home-navi .pict.pict_03 {
  left: 89%;
  top: 20em;
  transform: scale(1.2);
}
.home-navi ul {
  width: 69.3333333333%;
  margin: 0 auto;
  position: relative;
}
.home-navi ul li + li {
  margin-top: 1.5em;
}

.home-collaboration {
  position: relative;
}
.home-collaboration a {
  display: block;
  position: absolute;
  left: 60%;
  top: 92%;
  width: 32.5333333333%;
}

.home-flow {
  background: url(/ekiben-ajinojin/assets/img/common_bg_paper.jpg);
  background-size: 100% auto;
  padding: 4em 0;
}
.home-flow .title {
  font: inherit;
  width: 72%;
  margin: 0 auto;
  position: relative;
  left: -1em;
}
.home-flow .date {
  width: 87.4666666667%;
  margin: 2em auto 0;
}
.home-flow .flow-entry {
  width: 75.2%;
  margin: 3em auto 0;
}
.home-flow .flow-btn {
  display: block;
  margin: 1em auto 0;
  width: 69.4666666667%;
}

.home-flow-c1 {
  margin: 3em auto 0;
}
.home-flow-c1 > div {
  width: 81.8666666667%;
  margin: 0 auto;
  position: relative;
}
.home-flow-c1 > div + div {
  margin-top: 2em;
}
.home-flow-c1 .hd {
  background-color: #b59b57;
  color: #fff;
  border-radius: 0.625em 0.625em 0 0;
  padding: 0.375em 0;
}
.home-flow-c1 .hd h3 {
  text-align: center;
  font-size: 1.3125em;
}
.home-flow-c1 .body {
  background-color: #fff;
  border-radius: 0 0 0.625em 0.625em;
  padding: 1em 0 1.5em;
}
.home-flow-c1 .body p {
  text-align: center;
  font-weight: 500;
  line-height: 1.6875;
}
.home-flow-c1 .body .img {
  width: 5.0625em;
  margin: 1em auto 0;
}
.home-flow-c1 .icon {
  position: absolute;
  left: -0.75em;
  top: -0.5em;
  width: 3.5625em;
}

.home-prize {
  padding: 4em 0 2em;
  background: url(/ekiben-ajinojin/assets/img/home/prize_bg.jpg);
  background-size: 100% auto;
  overflow: hidden;
}
.home-prize .title {
  font: inherit;
  width: 75.0666666667%;
  margin: 0 auto;
  position: relative;
  left: -1em;
}
.home-prize .text_01 {
  width: 64.5333333333%;
  margin: 1.5em auto 0;
}
.home-prize .cap1 {
  font-size: 0.9375em;
  width: 85.3333333333%;
  margin: 1.5em auto 0;
  line-height: 2.1333333333;
}
.home-prize .pict_01 {
  width: 115.2%;
  position: relative;
  left: -2.625em;
  margin: 1.5em auto 0;
}
.home-prize .prize-btn {
  margin: 2em auto 0;
}
.home-prize .sns-btns {
  margin-top: 4em;
}

.home-ekitag {
  background: url(/ekiben-ajinojin/assets/img/home/ekitag_bg.jpg);
  background-size: 100% auto;
  color: #fff;
  position: relative;
  padding: 3em 0 4em;
}
.home-ekitag:before, .home-ekitag:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2em;
  background: url(/ekiben-ajinojin/assets/img/home/ekitag_bar.png) center top no-repeat;
  background-size: contain;
}
.home-ekitag:before {
  top: 0;
}
.home-ekitag:after {
  bottom: 0;
  transform: scale(1, -1);
}
.home-ekitag .logo {
  width: 18%;
  margin: 0 auto;
}
.home-ekitag h2 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 0.4166666667em;
}
.home-ekitag h2 small {
  font-size: 0.75em;
}
.home-ekitag .cap1 {
  margin: 2em auto 0;
  width: 71.2%;
  font-size: 0.875em;
  line-height: 2.2857142857;
}
.home-ekitag .text_01 {
  margin: 3em auto 0;
  width: 86.4%;
}
.home-ekitag .common-btn2 {
  margin-top: 3em;
}

.home-info {
  padding: 4em 0 2em;
}
.home-info h3 {
  text-align: center;
  font-size: 2.1875em;
  color: #886200;
  line-height: 1.3714285714;
  padding-bottom: 0.75em;
  position: relative;
}
.home-info h3:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 0.8em);
  top: 100%;
  width: 1.6em;
  border-top: 1px solid #886200;
}
.home-info h3 small {
  display: block;
  font-size: 0.7714285714em;
}
.home-info .cap1 {
  text-align: center;
  font-size: 1.0625em;
  line-height: 1.5882352941;
  color: #886200;
  margin-top: 2em;
}
.home-info .pict_01 {
  width: 44.6666666667%;
  margin: 1em auto 0;
  position: relative;
  left: 1em;
}
.home-info .cap2 {
  width: 89.6%;
  margin: 2em auto 0;
  font-size: 0.9375em;
  line-height: 2.1333333333;
  font-feature-settings: "palt";
}
.home-info .pt_01 {
  width: 89.0666666667%;
  margin: 1.5em auto 0;
}
.home-info .sep-line {
  width: 89.6%;
  border-top: 1px solid #886200;
  margin: 2em auto 3em;
}
.home-info .common-btn3 {
  margin-top: 2em;
}
.home-info .sns-btns {
  margin-top: 4em;
}

.common-cap1 {
  width: 85.3333333333%;
  margin: 0 auto;
  font-size: 0.9375em;
  line-height: 2.1333333333;
}

.about-about {
  background: url(/ekiben-ajinojin/assets/img/common_bg_paper.jpg);
  background-size: 100% auto;
  padding: 4em 0 2em;
}
.about-about .title {
  font: inherit;
  width: 73.7333333333%;
  margin: 0 auto;
  position: relative;
  left: -1em;
}
.about-about .cap1 {
  margin-top: 2em;
}
.about-about h2 {
  font: inherit;
  width: 51.4666666667%;
  margin: 3em auto 0;
}
.about-about .sns-btns {
  margin-top: 4em;
}

.about-c1 {
  margin: 2em auto 0;
}
.about-c1 > div + div {
  margin-top: 1.5em;
}
.about-c1 .img {
  width: 44%;
  margin: 0 auto;
}
.about-c1 .img.tt_06 {
  width: 49.6%;
}
.about-c1 .img.tt_07 {
  width: 56.8%;
}
.about-c1 p {
  text-align: center;
  font-size: 0.9375em;
  margin-top: 0.5em;
}
.about-c1 p.caution {
  font-size: 0.6875em;
}

.about-ekiben {
  background: url(/ekiben-ajinojin/assets/img/common_bg_paper.jpg);
  background-size: 100% auto;
  padding: 4em 0 2em;
  position: relative;
}
.about-ekiben .title {
  font: inherit;
  width: 65.8666666667%;
  margin: 0 auto;
  position: relative;
  left: -1em;
}
.about-ekiben .pict_01 {
  position: absolute;
  right: 0;
  top: 16em;
  width: 41.6%;
}
.about-ekiben .common-cap1 {
  margin-top: 3em;
  position: relative;
}
.about-ekiben .sns-btns {
  margin-top: 4em;
}

.shop-list {
  background: url(/ekiben-ajinojin/assets/img/common_bg_paper.jpg);
  background-size: 100% auto;
  padding: 4em 0 2em;
  position: relative;
}
.shop-list .title {
  font: inherit;
  width: 73.6%;
  margin: 0 auto;
  position: relative;
  left: -1em;
}
.shop-list h2 {
  text-align: center;
  font-size: 1em;
  margin: 2.5em auto 0;
}
.shop-list h2 span {
  letter-spacing: 10%;
}
.shop-list h2 span:before, .shop-list h2 span:after {
  content: "";
  display: inline-block;
  width: 1em;
  border-top: 1px solid #3a3a3a;
  margin: 0 0.25em;
  position: relative;
  bottom: 0.3em;
}
.shop-list .sns-btns {
  margin-top: 4em;
}

.shop-list-c1 {
  width: 89.3333333333%;
  margin: 1em auto 0;
}
.shop-list-c1 + h2 {
  margin-top: 6em;
}
.shop-list-c1 > div {
  border: 1px solid var(--accent-color);
  font-weight: 500;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.shop-list-c1 > div:before, .shop-list-c1 > div:after {
  content: "";
  display: block;
  position: absolute;
  width: 1.25em;
  height: 1.25em;
  background-color: var(--accent-color);
  border-radius: 50%;
}
.shop-list-c1 > div:before {
  left: -0.625em;
  top: -0.625em;
}
.shop-list-c1 > div:after {
  right: -0.625em;
  top: -0.625em;
}
.shop-list-c1 > div + div {
  margin-top: 1.5em;
}
.shop-list-c1 h3 {
  display: inline-block;
  font-size: 1.4375em;
  font-weight: 500;
  letter-spacing: 5%;
  min-width: 6.0434782609em;
  margin: 0 auto;
  padding: 0.0869565217em 1em 0.1739130435em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  position: relative;
  perspective: 3em;
}
.shop-list-c1 h3 span {
  position: relative;
}
.shop-list-c1 h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 112%;
  background-color: var(--accent-color);
  border-radius: 0 0 0.1739130435em 0.1739130435em;
  transform-origin: center top;
  transform: rotateX(-15deg);
}
.shop-list-c1 .map {
  width: 94.2942942943%;
  margin: 1.25em auto 0;
}
.shop-list-c1 h4 {
  border-bottom: 1px solid var(--accent-color);
  text-align: center;
  color: var(--accent-color);
  font-size: 1.0625em;
  font-weight: 500;
  letter-spacing: 5%;
  margin: 0.8235294118em auto 0;
  padding-bottom: 0.2352941176em;
}
.shop-list-c1 .info {
  padding: 1.25em 0;
  position: relative;
}
.shop-list-c1 .info:before, .shop-list-c1 .info:after {
  content: "";
  display: block;
  position: absolute;
  width: 1.25em;
  height: 1.25em;
  background-color: var(--accent-color);
  border-radius: 50%;
}
.shop-list-c1 .info:before {
  left: -0.625em;
  bottom: -0.625em;
}
.shop-list-c1 .info:after {
  right: -0.625em;
  bottom: -0.625em;
}
.shop-list-c1 .info dl {
  display: flex;
  align-items: center;
  gap: 0.75em;
  margin: 0 auto;
  width: 84%;
  text-align: left;
}
.shop-list-c1 .info dl + dl {
  margin-top: 0.375em;
}
.shop-list-c1 .info dl dt {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 15%;
  background-color: var(--accent-color);
  color: #fff;
  text-align: center;
  border-radius: 0.2857142857em;
  width: 3.4285714286em;
  flex-shrink: 0;
}
.shop-list-c1 .info dl dd {
  flex: 1;
  font-size: 0.875em;
  line-height: 1.4285714286;
  white-space: nowrap;
}
.shop-list-c1.blue > div {
  border: 1px solid #2b4561;
}
.shop-list-c1.blue > div:before, .shop-list-c1.blue > div:after {
  background-color: #2b4561;
}
.shop-list-c1.blue h3:before {
  background-color: #2b4561;
}
.shop-list-c1.blue .info:before, .shop-list-c1.blue .info:after {
  background-color: #2b4561;
}
.shop-list-c1.blue .info dl + dl {
  margin-top: 0.75em;
}
.shop-list-c1.blue .info dl dt {
  background-color: #66798d;
  width: 5.1428571429em;
  letter-spacing: 3%;
}

.line-up {
  background: url(/ekiben-ajinojin/assets/img/common_bg_paper.jpg);
  background-size: 100% auto;
  padding: 4em 0 2em;
  position: relative;
}
.line-up .title {
  font: inherit;
  width: 65.4666666667%;
  margin: 0 auto;
  position: relative;
  left: -1em;
}
.line-up .sns-btns {
  margin-top: 4em;
}

.line-up-c1 {
  margin: 2.5em auto 0;
  width: 80%;
}
.line-up-c1 a {
  display: block;
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
  text-decoration: none;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 5%;
  padding: 0.5555555556em 1.3333333333em;
  border-radius: 3em;
  position: relative;
  margin-top: 1em;
}
.line-up-c1 a:after {
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
  width: 0.4444444444em;
  height: 100%;
  background: url(/ekiben-ajinojin/assets/img/line-up/arrow.png) center center no-repeat;
  background-size: contain;
}
.line-up-c1 p {
  font-size: 0.875em;
  margin-top: 0.25em;
  padding-left: 1em;
}

.line-up-c2 {
  margin: 2.5em auto 0;
  width: 80%;
}
.line-up-c2 ul li {
  display: flex;
  align-items: center;
  gap: 1em;
}
.line-up-c2 ul li + li {
  margin-top: 0.25em;
}
.line-up-c2 ul .icon {
  width: 2.625em;
  flex-shrink: 0;
}
.line-up-c2 ul p {
  font-size: 0.8125em;
}

.line-up-c3 .prefs {
  text-align: center;
  font-size: 0.9375em;
  font-weight: 600;
  line-height: 1.8;
  margin-top: 0.5em;
}

.line-up-c3-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em 0.75em;
  padding: 0 1em;
  margin-top: 1.5em;
}
.line-up-c3-list a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.line-up-c3-list .img {
  background-color: #fff;
  border-radius: 0.5em;
  box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.2);
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
.line-up-c3-list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.line-up-c3-list .img .badge {
  position: absolute;
  left: 0.5em;
  top: 0.5em;
  display: flex;
}
.line-up-c3-list .img .badge span {
  display: block;
  width: 1.75em;
}
.line-up-c3-list .text {
  margin-top: 0.5em;
}
.line-up-c3-list .text .pref {
  display: inline-block;
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 10%;
  padding: 0.1666666667em 0.6666666667em;
  background-color: #999;
  color: #fff;
  border-radius: 0.3333333333em;
}
.line-up-c3-list .text .pref.pref_01 {
  background-color: #b59147;
}
.line-up-c3-list .text .pref.pref_02 {
  background-color: #32645c;
}
.line-up-c3-list .text .pref.pref_03 {
  background-color: #54709a;
}
.line-up-c3-list .text .pref.pref_04 {
  background-color: #a57782;
}
.line-up-c3-list .text .pref.pref_05 {
  background-color: #835276;
}
.line-up-c3-list .text .pref.pref_06 {
  background-color: #a85052;
}
.line-up-c3-list .text .pref.pref_07 {
  background-color: #946000;
}
.line-up-c3-list .text h3 {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.2142857143;
  margin-top: 0.2857142857em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3em;
}
.line-up-c3-list .vote_btn {
  display: block;
  width: 5em;
  margin: 0 auto 0;
}

.line-up-area-title {
  background-color: #999;
  color: #fff;
  margin: 3em auto 0;
  position: relative;
  padding: 0.5em 0;
  overflow: hidden;
}
.line-up-area-title:before, .line-up-area-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 6.25em;
  height: 3.5em;
  background: url(/ekiben-ajinojin/assets/img/line-up/ogi.png) center center no-repeat;
  background-size: contain;
}
.line-up-area-title:before {
  left: -2em;
  top: 0.25em;
}
.line-up-area-title:after {
  right: -2em;
  top: 0.25em;
}
.line-up-area-title h2 {
  font-size: 1.3125em;
  font-weight: 500;
  letter-spacing: 5%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.line-up-area-title.color_01 {
  background-color: #b59147;
}
.line-up-area-title.color_02 {
  background-color: #32645c;
}
.line-up-area-title.color_03 {
  background-color: #54709a;
}
.line-up-area-title.color_04 {
  background-color: #a57782;
}
.line-up-area-title.color_05 {
  background-color: #835276;
}
.line-up-area-title.color_06 {
  background-color: #a85052;
}
.line-up-area-title.color_07 {
  background-color: #946000;
}

.line-up-modal-contents {
  width: 21.5625em;
  flex-shrink: 0;
  pointer-events: auto;
  margin-inline: auto;
  margin-block: auto;
  padding: 1em 1em 1.5em;
  border-radius: 0.875em;
  background-color: #999;
  color: #fff;
}
.line-up-modal-contents .hd1 {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.line-up-modal-contents .hd1 .pref {
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 15%;
  display: inline-block;
  padding: 0.1111111111em 0.6666666667em;
  border-radius: 0.2222222222em;
  background-color: #666;
}
.line-up-modal-contents .hd1 .area {
  font-size: 0.9375em;
  font-weight: 500;
}
.line-up-modal-contents h2 {
  font-size: 1.125em;
  font-weight: 600;
  margin-top: 0.6666666667em;
}
.line-up-modal-contents .img {
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 0.625em;
  overflow: hidden;
  margin-top: 1em;
  position: relative;
}
.line-up-modal-contents .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.line-up-modal-contents .img .badge {
  position: absolute;
  left: 1em;
  top: 1em;
  display: flex;
  gap: 0.25em;
}
.line-up-modal-contents .img .badge span {
  display: block;
  width: 2.625em;
}
.line-up-modal-contents .text {
  margin-top: 1.5em;
}
.line-up-modal-contents .text h3 {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 5%;
  width: 7.4285714286em;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.2857142857em;
  text-align: center;
  padding: 0.1428571429em 0;
}
.line-up-modal-contents .text p {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.7142857143;
  text-align: justify;
  word-break: break-all;
  margin-top: 0.2857142857em;
}
.line-up-modal-contents .text p + h3 {
  margin-top: 1em;
}
.line-up-modal-contents .vote_btn {
  display: block;
  width: 7.75em;
  margin: 1.5em auto 0;
}
.line-up-modal-contents .vote_btn img {
  filter: drop-shadow(0 2px 0.25em rgba(0, 0, 0, 0.2));
}
.line-up-modal-contents.bg_01 {
  background-color: #b59147;
}
.line-up-modal-contents.bg_01 .hd1 .pref {
  background-color: #986700;
}
.line-up-modal-contents.bg_01 .text h3 {
  color: #986700;
}
.line-up-modal-contents.bg_02 {
  background-color: #32645c;
}
.line-up-modal-contents.bg_02 .hd1 .pref {
  background-color: #134c43;
}
.line-up-modal-contents.bg_02 .text h3 {
  color: #134c43;
}
.line-up-modal-contents.bg_03 {
  background-color: #54709a;
}
.line-up-modal-contents.bg_03 .hd1 .pref {
  background-color: #365788;
}
.line-up-modal-contents.bg_03 .text h3 {
  color: #365788;
}
.line-up-modal-contents.bg_04 {
  background-color: #a57782;
}
.line-up-modal-contents.bg_04 .hd1 .pref {
  background-color: #8e5462;
}
.line-up-modal-contents.bg_04 .text h3 {
  color: #8e5462;
}
.line-up-modal-contents.bg_05 {
  background-color: #835276;
}
.line-up-modal-contents.bg_05 .hd1 .pref {
  background-color: #662a56;
}
.line-up-modal-contents.bg_05 .text h3 {
  color: #662a56;
}
.line-up-modal-contents.bg_06 {
  background-color: #a85052;
}
.line-up-modal-contents.bg_06 .hd1 .pref {
  background-color: #932628;
}
.line-up-modal-contents.bg_06 .text h3 {
  color: #932628;
}
.line-up-modal-contents.bg_07 {
  background-color: #946000;
}
.line-up-modal-contents.bg_07 .hd1 .pref {
  background-color: #693900;
}
.line-up-modal-contents.bg_07 .text h3 {
  color: #693900;
}

.special-contents {
  background: url(/ekiben-ajinojin/assets/img/common_bg_paper.jpg);
  background-size: 100% auto;
  padding: 4em 0 2em;
  position: relative;
  min-height: calc(100vh - 14.9375em);
  min-height: calc(100dvh - 14.9375em);
}
.special-contents .title {
  font: inherit;
  width: 73.7333333333%;
  margin: 0 auto;
  position: relative;
  left: -1em;
}
.special-contents .comingsoon {
  margin: 4em auto;
  text-align: center;
  color: var(--accent-color);
  font-size: 1.5em;
  font-weight: 600;
}
.special-contents .sns-btns {
  margin-top: 4em;
}

.fl {
  position: fixed;
  right: 2em;
  bottom: 2em;
  width: 7em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0.25em 0.25em 0.5em rgba(0, 0, 0, 0.2);
}
.fl a {
  display: block;
}
@media screen and (max-width: 655px) {
  .fl {
    right: 1em;
    bottom: 1em;
    width: 5em;
  }
}

/*# sourceMappingURL=style.css.map */
