@charset "UTF-8";
@font-face {
  font-family: "Margherita-light"; /* フォントの名前（任意） */
  src: url("../fonts/margherita-light.otf") format("opentype"); /* フォーマットを'opentype'に指定 */
}
@font-face {
  font-family: "Margherita-bold"; /* フォントの名前（任意） */
  src: url("../fonts/margherita-bold.otf") format("opentype"); /* フォーマットを'opentype'に指定 */
}
body {
  margin: 0;
}

div, p, h1 {
  margin: 0;
}

li {
  list-style: none;
}

/* すべてのマージン、パディング、ボックスサイズをリセット */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* リンクのデフォルトスタイルをリセット */
a {
  text-decoration: none;
  color: inherit;
  /* 親要素の色に従う */
}

/* 画像のデフォルトスタイルをリセット */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* フォーム要素の標準化 */
button, input, select, textarea {
  font: inherit;
  /* フォントを親要素に合わせる */
  border: none;
  /* デフォルトの枠線をリセット */
  outline: none;
  /* フォーカス時のアウトラインをリセット */
}

@media screen and (min-width: 768px) {
  .pc-mt140 {
    margin-top: 7.2vw;
  }
  .pc-mt120 {
    margin-top: 6.2vw;
  }
  .pc-mt90 {
    margin-top: 5.2vw;
  }
  .pc-mt80 {
    margin-top: 4vw;
  }
  .pc-mt70 {
    margin-top: 3.6vw;
  }
  .pc-mt60 {
    margin-top: 3vw;
  }
  .pc-mt50 {
    margin-top: 2.6vw;
  }
  .pc-mt40 {
    margin-top: 2vw;
  }
  .pc-mt30 {
    margin-top: 1.5vw;
  }
  .pc-mt20 {
    margin-top: 0.9vw;
  }
  .display-sp {
    display: none;
  }
  .display-pc {
    display: block;
  }
  .sp-br {
    display: none;
  }
  .pc-br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .display-sp {
    display: block;
  }
  .display-pc {
    display: none;
  }
  .sp-br {
    display: block;
  }
  .pc-br {
    display: none;
  }
  .sp-mt20 {
    margin-top: 2.6vw;
  }
  .sp-mt30 {
    margin-top: 4vw;
  }
  .sp-mt35 {
    margin-top: 5%;
  }
  .sp-mt40 {
    margin-top: 5.3vw;
  }
  .sp-mt45 {
    margin-top: 6.5%;
  }
  .sp-mt50 {
    margin-top: 7%;
  }
  .sp-mt60 {
    margin-top: 8vw;
  }
  .sp-mt70 {
    margin-top: 9.3vw;
  }
  .sp-mt80 {
    margin-top: 12.5%;
  }
  .sp-mt90 {
    margin-top: 13.5%;
  }
  .sp-mt100 {
    margin-top: 15%;
  }
}
/* layout */
#paring-fes {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto;
  background-color: #E9E2BB;
  /* ボックスサイズの統一 */
}
#paring-fes *::before, #paring-fes *::after {
  box-sizing: inherit;
}
#paring-fes a, #paring-fes a:hover, #paring-fes a:visited {
  text-decoration: none;
  color: inherit;
}
#paring-fes h2 {
  text-align: center;
  color: #6A4528;
}
#paring-fes h2 .en-head {
  font-family: "Margherita-bold", sans-serif;
  font-size: 4.7vw;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  #paring-fes h2 .en-head {
    font-family: "Margherita-bold", sans-serif;
    font-size: 12vw;
  }
}
#paring-fes h2 .jp-head {
  display: inline-block;
  margin-top: 0.5vw;
  font-size: 1.3vw;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #paring-fes h2 .jp-head {
    font-size: 3.4vw;
  }
}
#paring-fes h4 {
  position: relative;
  display: inline-block;
  font-weight: 500;
  padding: 0 15%;
  font-size: 4.7vw;
}
@media screen and (min-width: 768px) {
  #paring-fes h4 {
    padding: 0 6%;
    font-size: 1.5vw;
  }
}
#paring-fes h4:before, #paring-fes h4:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  height: 2px;
  background-color: black;
  width: 5vw;
}
@media screen and (min-width: 768px) {
  #paring-fes h4:before, #paring-fes h4:after {
    width: 3rem;
  }
}
#paring-fes h4:before {
  left: 0;
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
}
#paring-fes h4:after {
  right: 0;
  transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}
#paring-fes .bg-arrow {
  margin-left: 15px;
  vertical-align: text-top;
  padding-top: 4px;
  width: 14px;
  height: 14px;
  background-image: url(../img/btn-arrow-bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
#paring-fes .container {
  padding-top: 6.8vw;
  padding-bottom: 5.2vw;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #paring-fes .container:nth-child(n+3) {
    padding-bottom: 10vw;
  }
}
#paring-fes #fes-top {
  display: flex;
  flex-flow: column;
  align-items: center;
  background-color: #E9E2BB;
  height: 60vw;
  max-height: 1100px;
  color: #6A4528;
  padding-top: 2.7vw;
  background-image: url(../img/pc/top-bg.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto 100%; /* 横に繰り返す */
  animation: scroll-bg 30s linear infinite; /* 高さフィットで横は自動 */
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-top {
    background-image: url(../img/sp/top-bg.png);
    max-height: 1200px;
    height: 144vw;
  }
}
@keyframes scroll-bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
#paring-fes #fes-top .bg-top {
  position: absolute;
  z-index: 20;
  top: 80px;
  left: 0;
  height: 56vw;
  width: 100vw;
  background-image: url(../img/pc/top.png);
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-top .bg-top {
    z-index: 1;
    width: 84vw;
    top: 55px;
    height: 100vh;
    background-image: url(../img/sp/top.png);
    background-position-y: 0;
  }
}
#paring-fes #fes-top .date {
  z-index: 20;
  width: 35vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-top .date {
    width: 89vw;
    margin-top: 3vw;
  }
}
#paring-fes #fes-top .date img {
  width: 100%;
}
#paring-fes #fes-top .logo {
  width: 55vw;
  margin: 0 auto;
  margin-top: 3vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-top .logo {
    position: relative;
    z-index: 20;
    width: 72vw;
    margin-top: 2vw;
  }
}
#paring-fes #fes-top .event-info {
  display: flex;
  flex-flow: row;
  align-items: baseline;
  text-align: center;
  margin-top: -2.5vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-top .event-info {
    margin: 1vh auto 1vw;
    width: 80vw;
    flex-direction: column;
    align-items: center;
  }
}
#paring-fes #fes-top .event-info img {
  width: 8vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-top .event-info img {
    width: 20vw;
    top: -10vh;
    left: 28vw;
    position: relative;
  }
}
#paring-fes #fes-top .event-info .event-info-text {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-flow: row;
  align-items: baseline;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-top .event-info .event-info-text {
    flex-flow: column;
    width: 100vw;
    position: relative;
    align-items: center;
    text-align: center;
    top: -9vh;
  }
}
#paring-fes #fes-top .event-info .event-info-text .area {
  font-size: 2vw;
  margin-left: 2vw;
  transform: translateY(-1vw);
  font-weight: 700;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-top .event-info .event-info-text .area {
    margin-left: 0;
    font-size: 5.3vw;
  }
}
#paring-fes #fes-top .event-info .event-info-text .num {
  display: inline-block;
  font-family: "Margherita-bold", sans-serif;
  font-size: 4vw;
  margin: 0 0.2em;
  line-height: 1;
  vertical-align: sub;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-top .event-info .event-info-text .num {
    margin: 0;
    font-size: 11vw;
  }
}
#paring-fes #fes-top .event-info .time {
  margin-left: 2vw;
  font-size: 1.5vw;
  transform: translateY(-1vw);
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-top .event-info .time {
    margin-top: 0.8vw;
    margin-left: 0;
    font-size: 4vw;
    font-weight: 400;
    text-align: center;
  }
}
#paring-fes #fes-about {
  color: #6A4528;
  position: relative;
  height: 100%;
  min-height: 60vh;
  background-color: #E9E2BB;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-about {
    min-height: 100vh;
    top: 0;
  }
}
#paring-fes #fes-about .about-content {
  z-index: 10;
  position: relative;
  flex: 1;
  min-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin: 0 auto;
}
#paring-fes #fes-about .about-content.description {
  width: 50vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-about .about-content.description {
    width: 85vw;
  }
}
#paring-fes #fes-about .about-content.description h1 {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 5.2vw;
  font-weight: 900;
  line-height: 1.2em;
  margin-bottom: 2vw;
  letter-spacing: -3px;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-about .about-content.description h1 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 10vw;
  }
}
#paring-fes #fes-about .about-content.description img {
  display: block;
}
#paring-fes #fes-about .about-content.description img.year {
  width: 10vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-about .about-content.description img.year {
    width: 25vw;
  }
}
#paring-fes #fes-about .about-content.description img.coffee-cake {
  margin-top: 2vw;
  width: 35vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-about .about-content.description img.coffee-cake {
    margin-top: 5vw;
    width: 93vw;
  }
}
#paring-fes #fes-about .about-content.description h2 {
  text-align: center;
  font-size: 2vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-about .about-content.description h2 {
    font-size: 5vw;
    letter-spacing: -1px;
  }
}
#paring-fes #fes-about .about-content.description p {
  margin-top: 0.5vw;
  text-align: center;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-about .about-content.description p {
    font-size: 3.7vw;
    margin-top: 4vw;
  }
}
#paring-fes #fes-about .about-content.menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0px;
  flex-direction: row;
  justify-content: space-between;
  width: 35vw;
  margin: 3.2vw auto 0 auto;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-about .about-content.menu {
    font-weight: 500;
    flex-direction: column;
    align-items: center;
    margin-top: 8vw;
    width: 42vw;
    gap: 4vw 0px;
  }
}
#paring-fes #fes-about .about-content.menu .btn {
  font-weight: 500;
  color: #6A4528;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-about .about-content.menu .btn {
    width: 16vw;
    height: 4vw;
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-about .about-content.menu .btn {
    width: 42vw;
    height: 10vw;
    font-size: 3.7vw;
  }
}
#paring-fes #fes-about .about-content.menu .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  outline: 1px solid #ffffff;
  outline-offset: -4px;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-about .about-content.menu .btn a {
    outline-offset: -3px;
  }
}
#paring-fes #fes-about .about-content.menu .btn.brown {
  background: #6A4528;
  box-shadow: 0px 0px 0px 2px #6A4528;
}
#paring-fes #fes-about .about-content.menu .btn.pink {
  background: #E29676;
  box-shadow: 0px 0px 0px 2px #E29676;
}
#paring-fes #fes-about .about-content.menu .btn.violet {
  background: #8986B8;
  box-shadow: 0px 0px 0px 2px #8986B8;
}
#paring-fes #fes-about .about-content.menu .btn.cian {
  background: #45B7B5;
  box-shadow: 0px 0px 0px 2px #45B7B5;
}
#paring-fes #fes-about .about-content.menu .btn.yellow {
  background: #ebca00;
  box-shadow: 0px 0px 0px 2px #ebca00;
}
#paring-fes #fes-about .about-content.menu .btn.yellow a {
  color: #6A4528;
  outline: 1px solid #6A4528;
}
#paring-fes #fes-about .about-content.menu .btn.blue {
  background: #6ea3cc;
  box-shadow: 0px 0px 0px 2px #6ea3cc;
}
#paring-fes #fes-about .about-content.menu .btn.green {
  color: #6A4528;
  background: #BFD663;
  box-shadow: 0px 0px 0px 2px #BFD663;
}
#paring-fes #fes-about .about-content.menu .btn.green a {
  color: #6A4528;
  outline: 1px solid #6A4528;
}
#paring-fes #fes-about .about-content.menu .btn .arrow {
  margin-left: 12px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: text-top;
  padding-top: 4px;
  width: 0.7em;
  height: 0.7em;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-about .about-content.menu .btn .arrow {
    vertical-align: middle;
    padding-top: 0;
    width: 0.9em;
    height: 0.9em;
  }
}
#paring-fes #fes-about .about-content.menu .btn .arrow.brown-arrow {
  background-image: url("../img/btn-arrow-brown.png");
}
#paring-fes #fes-about .about-content.menu .btn .arrow.white-arrow {
  background-image: url("../img/btn-arrow-white.png");
}
#paring-fes #fes-about .about-content .sns-account {
  display: flex;
  width: 35vw;
  flex-flow: row;
  justify-content: space-evenly;
  align-items: center;
  border: solid 1px #6A4528;
  border-width: 0 1px 0 1px;
  margin-top: 2.6vw;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-about .about-content .sns-account {
    text-align: left;
    font-size: 3.4vw;
    width: 89vw;
    margin-top: 8vw;
    font-weight: 700;
  }
  #paring-fes #fes-about .about-content .sns-account .en-font {
    font-family: "Margherita-bold", sans-serif;
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-about .about-content .sns-account {
    font-size: 1.3vw;
    line-height: 1.8;
  }
  #paring-fes #fes-about .about-content .sns-account .en-font {
    font-family: "Margherita-light", sans-serif;
    font-size: 1.37em;
  }
}
#paring-fes #fes-about .about-content .sns-account .sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-about .about-content .sns-account .sns-list {
    width: 24vw;
    justify-content: space-around;
  }
}
#paring-fes #fes-about .about-content .sns-account .sns-list .sns-item {
  max-width: 55px;
  width: 7.6vw;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-about .about-content .sns-account .sns-list .sns-item {
    max-width: 55px;
    width: 2.8vw;
  }
}
#paring-fes #fes-about .about-content .sns-account .sns-list .sns-item:first-child {
  margin-right: 10%;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-about .about-content .sns-account .sns-list .sns-item:first-child {
    margin-right: 28%;
  }
}
#paring-fes #fes-about .about-content .sns-account .notice {
  display: inline-block;
  margin-top: 1vw;
  font-size: 0.8vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-about .about-content .sns-account .notice {
    font-size: 2.1vw;
  }
}
#paring-fes #fes-about .bg-bottom {
  z-index: 3;
  position: absolute;
  bottom: -2vw;
  right: 0;
  height: 51.3vw;
  width: 100vw;
  background-image: url(../img/pc/bottom.png);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-about .bg-bottom {
    background-image: url(../img/sp/bottom.png);
    height: 90vw;
    width: 93vw;
    bottom: -5.2vw;
    background-size: contain;
    z-index: 3;
  }
}
#paring-fes .content {
  width: 53vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #paring-fes .content {
    width: 90vw;
    margin-top: 10.6vw;
  }
}
#paring-fes #fes-how-to {
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
  background-image: url(../img/pc/m-w-line.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-how-to {
    background-image: url(../img/sp/m-w-line.png);
  }
}
#paring-fes #fes-how-to h3 {
  margin-top: 4vw;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-how-to h3 {
    padding-top: 4.5%;
    padding-bottom: 4.5%;
    width: 100%;
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-how-to h3 {
    font-size: 5vw;
    margin-top: 8vw;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -1px;
  }
}
#paring-fes #fes-how-to h3.label {
  position: relative;
  color: #6A4528;
  z-index: 0;
}
#paring-fes #fes-how-to h3.label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  clip-path: polygon(3% 0, 97% 0, 100% 50%, 97% 100%, 3% 100%, 0 50%);
  z-index: -1;
  background: #6A4528;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-how-to h3.label::before {
    width: calc(95% + 2px);
    max-height: 82px;
    height: calc(5.2vw + 2px);
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-how-to h3.label::before {
    width: calc(90vw + 2px);
    max-height: 142px;
    height: calc(18.6vw + 2px);
    clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0 50%);
  }
}
#paring-fes #fes-how-to h3.label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  clip-path: polygon(3% 0, 97% 0, 100% 50%, 97% 100%, 3% 100%, 0 50%);
  z-index: -1;
  background: #ebca00;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-how-to h3.label::after {
    width: 95%;
    max-height: 80px;
    height: 5.2vw;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-how-to h3.label::after {
    width: 90vw;
    max-height: 140px;
    height: 18.6vw;
    clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0 50%);
  }
}
#paring-fes #fes-how-to .example img {
  display: inline-block;
  margin-top: 2vw;
  width: 35vw;
  max-width: 760px;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-how-to .example img {
    margin-top: 10vw;
    width: 84vw;
    max-width: 633px;
  }
}
#paring-fes #fes-how-to .description {
  text-align: left;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-how-to .description {
    margin-top: 6.6vw;
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-how-to h4 {
    padding: 0 10%;
  }
}
#paring-fes #fes-how-to .tag-list {
  margin-top: 5.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-how-to .tag-list {
    margin-top: 9.3vw;
  }
}
#paring-fes #fes-how-to .tag-list ul {
  display: grid;
  place-items: center;
  grid-template-columns: repeat(3, minmax(0, 29vw));
  grid-template-rows: repeat(2, minmax(5rem, auto));
  margin-top: 10%;
  row-gap: 20px;
  column-gap: 20px;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-how-to .tag-list ul {
    grid-template-columns: repeat(3, minmax(0, 13vw));
    column-gap: 3%;
    row-gap: 20px;
  }
}
#paring-fes #fes-how-to .tag-list ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26vw;
  height: 26vw;
  border-radius: 50%;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-how-to .tag-list ul li {
    width: 11vw;
    height: 11vw;
  }
}
#paring-fes #fes-how-to .tag-list ul li.yellow {
  background-image: url("../img/tag-yellow.png");
  font-size: 2vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-how-to .tag-list ul li.yellow {
    font-size: 4vw;
  }
}
#paring-fes #fes-how-to .tag-list ul li.violet {
  background-image: url("../img/tag-violet.png");
  font-size: 1.8vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-how-to .tag-list ul li.violet {
    font-size: 4.5vw;
  }
}
#paring-fes #fes-how-to .tag-list ul li.pink {
  background-image: url("../img/tag-pink.png");
  font-size: 1.8vw;
  display: flex;
  flex-direction: column;
}
#paring-fes #fes-how-to .tag-list ul li.pink .notice {
  display: inline-block;
  font-size: 0.9vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-how-to .tag-list ul li.pink {
    font-size: 4.1vw;
  }
  #paring-fes #fes-how-to .tag-list ul li.pink .notice {
    font-size: 2.4vw;
  }
}
#paring-fes #fes-how-to .tag-list ul li.brown {
  background-image: url("../img/tag-brown.png");
  font-size: 1.5vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-how-to .tag-list ul li.brown {
    font-size: 4vw;
  }
}
#paring-fes #fes-how-to .tag-list ul li.green {
  background-image: url("../img/tag-green.png");
  font-size: 1.6vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-how-to .tag-list ul li.green {
    font-size: 4vw;
  }
}
#paring-fes #fes-how-to .tag-list ul li.blue {
  background-image: url("../img/tag-blue.png");
  font-size: 2vw;
  display: flex;
  flex-direction: column;
}
#paring-fes #fes-how-to .tag-list ul li.blue .notice {
  display: inline-block;
  font-size: 0.9vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-how-to .tag-list ul li.blue {
    font-size: 4.3vw;
  }
  #paring-fes #fes-how-to .tag-list ul li.blue .notice {
    font-size: 2.4vw;
  }
}
#paring-fes #fes-how-to .example-list {
  margin-top: 7vw;
  margin-bottom: 5vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-how-to .example-list {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
}
#paring-fes #fes-how-to .example-list .paring-case {
  text-align: center;
  margin-top: 4vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-how-to .example-list .paring-case {
    margin-top: 6vw;
  }
}
#paring-fes #fes-how-to .example-list .paring-case:first-of-type {
  margin-top: 2vw;
}
#paring-fes #fes-how-to .example-list .paring-case img {
  width: 70vw;
}
#paring-fes #fes-ticket {
  background-color: #f0caba;
  background-image: url(../img/pc/w-p-line.png);
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-ticket {
    background-image: url(../img/sp/w-p-line.png);
    padding-bottom: 15vw;
  }
}
#paring-fes #fes-ticket .item {
  margin-top: 3vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-ticket .item {
    margin-top: 6vw;
  }
}
#paring-fes #fes-ticket .item img {
  margin: 0 auto;
  width: 40vw;
  max-width: 765px;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-ticket .item img {
    width: 55vw;
    max-width: 417px;
  }
}
#paring-fes #fes-ticket .item .ticket-mag {
  color: #ffffff;
  font-weight: 500;
  margin-top: 3.2vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-ticket .item .ticket-mag {
    margin-top: 8vw;
  }
}
#paring-fes #fes-ticket .item .ticket-mag .item-name {
  line-height: 1.1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-ticket .item .ticket-mag .item-name {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-ticket .item .ticket-mag .item-name {
    font-size: 5.3vw;
  }
}
#paring-fes #fes-ticket .item .ticket-mag .sub-text {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-ticket .item .ticket-mag .sub-text {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-ticket .item .ticket-mag .sub-text {
    font-size: 3.7vw;
  }
}
#paring-fes #fes-ticket .item .ticket-mag .sub-text .notice {
  font-size: 1vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-ticket .item .ticket-mag .sub-text .notice {
    font-size: 2.6vw;
  }
}
#paring-fes #fes-ticket .item .label {
  position: relative;
  z-index: 0;
}
#paring-fes #fes-ticket .item .label::before {
  content: "";
  position: absolute;
  height: 11vw;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  clip-path: polygon(3% 0, 97% 0, 100% 50%, 97% 100%, 3% 100%, 0 50%);
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-ticket .item .label::before {
    width: 47vw;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-ticket .item .label::before {
    width: 89vw;
  }
}
#paring-fes #fes-ticket .item .label.pink::before {
  background-color: #E29676;
  max-height: 120px;
  height: 6vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-ticket .item .label.pink::before {
    height: 24vw;
    max-height: 180px;
    clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0 50%);
  }
}
#paring-fes #fes-ticket .item .label.pink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  background-color: #6A4528;
  clip-path: polygon(3% 0, 97% 0, 100% 50%, 97% 100%, 3% 100%, 0 50%);
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-ticket .item .label.pink::after {
    width: calc(47vw + 2px);
    height: calc(6vw + 2px);
    max-height: 122px;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-ticket .item .label.pink::after {
    width: calc(89vw + 2px);
    height: calc(24vw + 2px);
    max-height: 182px;
    clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0 50%);
  }
}
#paring-fes #fes-ticket .item .label.bg::before {
  color: #000000;
  background-color: #E29676;
  max-height: 80px;
  height: 5vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-ticket .item .label.bg::before {
    height: 10.6vw;
    max-height: 80px;
    clip-path: polygon(3% 0, 97% 0, 100% 50%, 97% 100%, 3% 100%, 0 50%);
  }
}
#paring-fes #fes-ticket .item .label.bg::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  background-color: #6A4528;
  clip-path: polygon(3% 0, 97% 0, 100% 50%, 97% 100%, 3% 100%, 0 50%);
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-ticket .item .label.bg::after {
    width: calc(47vw + 2px);
    height: calc(5vw + 2px);
    max-height: 82px;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-ticket .item .label.bg::after {
    width: calc(89vw + 2px);
    height: calc(10.6vw + 2px);
    max-height: 82px;
    clip-path: polygon(3% 0, 97% 0, 100% 50%, 97% 100%, 3% 100%, 0 50%);
  }
}
#paring-fes #fes-ticket .item .description, #paring-fes #fes-ticket .item .extra {
  margin-top: 3vw;
  font-weight: 500;
  text-align: left;
  font-size: 1.4vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-ticket .item .description, #paring-fes #fes-ticket .item .extra {
    width: 100%;
    font-size: 3.7vw;
    margin-top: 8vw;
  }
}
#paring-fes #fes-ticket .item .extra {
  margin-top: 3vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-ticket .item .extra {
    margin-top: 8vw;
  }
}
#paring-fes #fes-ticket .price {
  color: #ffffff;
  margin-top: 4vw;
  font-weight: 700;
  font-size: 1.9vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-ticket .price {
    font-size: 5vw;
    margin-top: 8vw;
  }
}
#paring-fes #fes-ticket .price .intax {
  font-size: 1.4vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-ticket .price .intax {
    font-size: 3.7vw;
  }
}
#paring-fes #fes-ticket .item-description {
  margin-top: 8vw;
  border: solid 1px #6A4528;
  padding: 3px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-ticket .item-description {
    max-width: 960px;
    width: 94%;
  }
}
#paring-fes #fes-ticket .item-description .head {
  padding: 20px;
  background-color: #ebca00;
  color: #6A4528;
  border: solid 1px #6A4528;
  font-weight: 700;
  font-size: 1.8vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-ticket .item-description .head {
    font-size: 4.8vw;
    line-height: 1.3;
  }
}
#paring-fes #fes-ticket .item-description .head .en-head {
  font-family: "Margherita-bold", sans-serif;
  font-size: 2.1vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-ticket .item-description .head .en-head {
    font-family: "Margherita-bold", sans-serif;
    font-size: 5.6vw;
  }
}
#paring-fes #fes-ticket .item-description .description {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: solid 1px #AF8242;
  border-top: none;
  padding: 5% 6%;
  font-size: 1.45vw;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-ticket .item-description .description {
    padding: 5% 3%;
  }
}
#paring-fes #fes-ticket .item-description .description p {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-ticket .item-description .description p {
    font-size: 3.5vw;
  }
}
#paring-fes #fes-ticket .item-description .description img {
  max-width: 920px;
  width: 48vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-ticket .item-description .description img {
    max-width: 420px;
    width: 56vw;
  }
}
#paring-fes #fes-ticket .item-description .description .notice {
  display: block;
  margin: 0 auto;
  font-size: 1vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-ticket .item-description .description .notice {
    font-size: 1.8vw;
  }
}
#paring-fes #fes-ticket .caution {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-ticket .caution {
    margin-top: 3vw;
    width: 52vw;
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-ticket .caution {
    margin-top: 10vw;
    font-size: 3.7vw;
  }
}
#paring-fes #fes-ticket .external-link {
  text-align: left;
  background-color: #ffffff;
  border: solid 1px #6A4528;
  color: #6A4528;
  font-weight: 500;
  padding: 20px 20px 15px 30px;
  font-size: 1.3vw;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-ticket .external-link {
    margin-top: 7vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 22vw;
    font-size: 3.4vw;
    line-height: 1.2;
    padding: 20px 20px 15px 20px;
  }
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-ticket .external-link {
    margin-top: 5vw;
    max-width: 960px;
    width: 94%;
    padding: 3% 0;
  }
  #paring-fes #fes-ticket .external-link .link-body {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 3%;
  }
  #paring-fes #fes-ticket .external-link .notice {
    font-size: 0.9vw;
  }
}
#paring-fes #fes-ticket .external-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-ticket .external-link a p {
    justify-content: space-around;
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-ticket .external-link .notice {
    font-size: 2.6vw;
  }
}
#paring-fes #fes-ticket .external-link .bg-black {
  width: 1.1em;
  height: 1.1em;
  margin-left: 1.2em;
  background-image: url("../img/btn-arrow-brown.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
#paring-fes #fes-shop {
  background-color: #E9E2BB;
  background-image: url(../img/pc/p-m-line.png);
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-shop {
    background-image: url(../img/sp/p-m-line.png);
  }
}
#paring-fes #fes-shop h3 {
  margin-bottom: 6vw;
}
#paring-fes #fes-shop h3 .en-head {
  font-family: "Margherita-bold", sans-serif;
  font-size: 3.6vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-shop h3 .en-head {
    font-family: "Margherita-bold", sans-serif;
    font-size: 9.3vw;
  }
}
#paring-fes #fes-shop .box {
  width: 100%;
  margin-top: 4vw;
  padding: 0 2.6vw;
  border-left: 1px solid #6A4528;
  border-right: 1px solid #6A4528;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-shop .box {
    padding: 0 5.3vw;
  }
}
#paring-fes #fes-shop .box .title-info {
  font-size: 1.46vw;
  text-align: center;
  font-weight: 500;
  margin-top: 1vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-shop .box .title-info {
    font-size: 3.7vw;
    padding-bottom: 2vw;
  }
}
#paring-fes #fes-shop .box .new-shop {
  color: #BFD663;
  font-size: 0.8vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-shop .box .new-shop {
    font-size: 2.6vw;
  }
}
#paring-fes #fes-shop .box.sweets-shop {
  border: 1px solid #6A4528;
  padding: 3px;
}
#paring-fes #fes-shop .box.sweets-shop .box-inner {
  background: #8986B8;
  border: 1px solid #6A4528;
  padding-top: 2.6vw;
}
#paring-fes #fes-shop .box.sweets-shop h4 {
  position: relative;
  display: inline-block;
  padding: 0 4.4vw;
  color: #ffffff;
  font-family: "Margherita-light", sans-serif;
  font-size: 2.3vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-shop .box.sweets-shop h4 {
    font-family: "Margherita-light", sans-serif;
    font-size: 5.8vw;
    padding: 0 12vw;
  }
}
#paring-fes #fes-shop .box.sweets-shop h4:before, #paring-fes #fes-shop .box.sweets-shop h4:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.8vw;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 60%;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-shop .box.sweets-shop h4:before, #paring-fes #fes-shop .box.sweets-shop h4:after {
    width: 9.8vw;
  }
}
#paring-fes #fes-shop .box.sweets-shop h4:before {
  left: 0;
  background-image: url("../img/title-decoration.png");
}
#paring-fes #fes-shop .box.sweets-shop h4:after {
  right: 0;
  background-image: url("../img/title-decoration.png");
}
#paring-fes #fes-shop .box.sweets-shop li .shop-description {
  color: #ffffff;
}
#paring-fes #fes-shop .box.sweets-shop li .notice {
  font-weight: 100;
  font-size: 0.8vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-shop .box.sweets-shop li .notice {
    font-size: 2.6vw;
  }
}
#paring-fes #fes-shop .list {
  margin-top: 2.6vw;
  display: grid;
  place-items: start;
  grid-template-columns: repeat(3, max-content); /* 3つのアイテムを配置 */
  justify-content: center;
  width: 100%; /* コンテナの幅を指定 */
  column-gap: 2.5vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-shop .list {
    grid-template-columns: repeat(2, max-content);
    column-gap: 5.3vw;
  }
}
#paring-fes #fes-shop .list li {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-shop .list li {
    max-width: 260px;
    width: 34vw;
    margin-bottom: 25%;
  }
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-shop .list li {
    max-width: 280px;
    width: 14vw;
  }
}
#paring-fes #fes-shop .list li .shop-name {
  display: flex; /* Flexboxを有効化 */
  flex-direction: column;
  justify-content: center; /* 横方向の中央揃え */
  align-items: center; /* 縦方向の中央揃え */
  text-align: center; /* 複数行の場合でも中央揃え */
  height: 6.25vw;
  background-color: #6A4528;
  color: #e9e2bb;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 0.6vw;
}
#paring-fes #fes-shop .list li .shop-name.sweets-8 {
  font-size: 1vw;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-shop .list li .shop-name.sweets-8 {
    font-size: 2.8vw;
  }
}
#paring-fes #fes-shop .list li .shop-name.sweets-8 .area, #paring-fes #fes-shop .list li .shop-name.sweets-8 .notice {
  display: inline-block;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-shop .list li .shop-name.sweets-8 .area, #paring-fes #fes-shop .list li .shop-name.sweets-8 .notice {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-shop .list li .shop-name.sweets-8 .notice {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-shop .list li .shop-name {
    font-size: 3.2vw;
    height: 16vw;
  }
}
#paring-fes #fes-shop .list li .shop-name .area {
  font-weight: 500;
  font-size: 1vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-shop .list li .shop-name .area {
    font-size: 2.6vw;
  }
}
#paring-fes #fes-shop .list li .shop-description {
  font-size: 0.95vw;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 0.9vw;
  text-align: left;
  height: 8.1vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-shop .list li .shop-description {
    font-size: 2.4vw;
    height: 10.6vw;
  }
}
#paring-fes #fes-shop .list li .shop-description .caution {
  color: #E98B4D;
  font-size: 0.8vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-shop .list li .shop-description .caution {
    font-size: 2.6vw;
  }
}
#paring-fes #fes-shop .list li .badge {
  position: absolute;
  width: 4vw;
  max-width: 77px;
  top: -0.2vw;
  left: -0.2vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-shop .list li .badge {
    width: 10vw;
  }
}
#paring-fes #fes-workshop {
  background-color: #FFFFFF;
  background-image: url(../img/pc/m-w-line.png);
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-workshop {
    background-image: url(../img/sp/m-w-line.png);
  }
}
#paring-fes #fes-workshop .notice {
  color: #6A4528;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-workshop.container {
    padding-top: 15vw;
  }
}
#paring-fes #fes-workshop .workshop-content {
  margin: 3% auto 0 auto;
  width: 53vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-workshop .workshop-content {
    width: 93%;
  }
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-workshop .box {
    width: 93%;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-workshop .box {
    width: 100%;
  }
}
#paring-fes #fes-workshop .workshop-frame {
  padding: 6.05vw 3px;
  background-color: #ffffff;
  background-image: url("../img/pc/w-b.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#paring-fes #fes-workshop .workshop-frame:nth-child(1) {
  background-size: 100% 78vw;
}
#paring-fes #fes-workshop .workshop-frame:nth-child(2) {
  background-size: 100% 92vw;
}
#paring-fes #fes-workshop .workshop-frame:nth-child(3) {
  background-size: 100% 79vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-workshop .workshop-frame {
    padding: 16vw 3px;
    background-image: url("../img/sp/w-b.png");
  }
  #paring-fes #fes-workshop .workshop-frame:nth-child(1) {
    background-size: 100% 202vw;
  }
  #paring-fes #fes-workshop .workshop-frame:nth-child(2) {
    background-size: 100% 248vw;
  }
  #paring-fes #fes-workshop .workshop-frame:nth-child(3) {
    background-size: 100% 220vw;
  }
}
#paring-fes #fes-workshop .workshop-frame.long {
  background-image: url("../img/pc/w-b-long.png");
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-workshop .workshop-frame.long {
    padding: 16vw 3px;
    background-image: url("../img/sp/w-b-long.png");
  }
}
#paring-fes #fes-workshop .workshop-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
#paring-fes #fes-workshop .workshop-box .title {
  font-weight: 600;
  font-size: 5.3vw;
  line-height: 1.3;
  margin-top: -5.3vw;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-workshop .workshop-box .title {
    font-size: 2vw;
    margin-top: -3vw;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-workshop .workshop-box .title {
    letter-spacing: 0;
    width: 120%;
  }
  #paring-fes #fes-workshop .workshop-box .title.workshop-2 {
    font-size: 4.5vw;
  }
}
#paring-fes #fes-workshop .workshop-box .notice {
  font-size: 0.55em;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-workshop .workshop-box .image {
    width: 27vw;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-workshop .workshop-box .image {
    width: 70vw;
  }
}
#paring-fes #fes-workshop .workshop-box .talent-box {
  width: 28vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-workshop .workshop-box .talent-box {
    width: 100%;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-workshop .workshop-box .talent-box img {
    max-width: 153px;
    width: 20.4vw;
  }
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-workshop .workshop-box .talent-box img {
    max-width: 153px;
    width: 7.9vw;
  }
}
#paring-fes #fes-workshop .workshop-box .talent-box .name {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-workshop .workshop-box .talent-box .name {
    margin-left: 1.53vw;
    width: 17.9vw;
    max-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-workshop .workshop-box .talent-box .name {
    margin-left: 2.7vw;
    width: 47vw;
  }
}
#paring-fes #fes-workshop .workshop-box .talent-box .name span {
  vertical-align: middle;
}
#paring-fes #fes-workshop .workshop-box .talent-box .name .instructor {
  font-size: 0.8vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-workshop .workshop-box .talent-box .name .instructor {
    font-size: 2.1vw;
  }
}
#paring-fes #fes-workshop .workshop-box .talent-box .name .talent {
  vertical-align: top;
  margin-top: 0.2vw;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-workshop .workshop-box .talent-box .name .talent {
    margin-top: -0.6vw;
  }
}
#paring-fes #fes-workshop .workshop-box .talent-box .name .talent .talent-name {
  font-size: 3.4vw;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-workshop .workshop-box .talent-box .name .talent .talent-name {
    font-size: 1.3vw;
  }
}
#paring-fes #fes-workshop .workshop-box .talent-box .name .talent .honorific-title, #paring-fes #fes-workshop .workshop-box .talent-box .name .talent .talent-job {
  font-size: 2.6vw;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-workshop .workshop-box .talent-box .name .talent .honorific-title, #paring-fes #fes-workshop .workshop-box .talent-box .name .talent .talent-job {
    font-size: 1vw;
  }
}
#paring-fes #fes-workshop .workshop-box .talent-box .name .talent .talent-job {
  display: inline-block;
  transform: translate(-8px, -3px);
}
#paring-fes #fes-workshop .workshop-box .talent-box .name .biography {
  text-align: left;
  font-size: 2.1vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-workshop .workshop-box .talent-box .name .biography {
    margin-top: 0.3vw;
  }
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-workshop .workshop-box .talent-box .name .biography {
    margin-top: 0.5vw;
    font-size: 0.8vw;
  }
}
#paring-fes #fes-workshop .workshop-box .schedule {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-workshop .workshop-box .schedule {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-workshop .workshop-box .schedule {
    font-size: 4vw;
  }
}
#paring-fes #fes-workshop .workshop-box .schedule .schedule-text {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
}
#paring-fes #fes-workshop .workshop-box .schedule .schedule-text .month,
#paring-fes #fes-workshop .workshop-box .schedule .schedule-text .date,
#paring-fes #fes-workshop .workshop-box .schedule .schedule-text .time {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-workshop .workshop-box .schedule .schedule-text .month,
  #paring-fes #fes-workshop .workshop-box .schedule .schedule-text .date,
  #paring-fes #fes-workshop .workshop-box .schedule .schedule-text .time {
    font-family: "Margherita-bold", sans-serif;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-workshop .workshop-box .schedule .schedule-text .month,
  #paring-fes #fes-workshop .workshop-box .schedule .schedule-text .date,
  #paring-fes #fes-workshop .workshop-box .schedule .schedule-text .time {
    font-family: "Margherita-bold", sans-serif;
    font-size: 8.3vw;
  }
}
#paring-fes #fes-workshop .workshop-box .schedule .first-arrival {
  font-size: 1.3vw;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-workshop .workshop-box .schedule .first-arrival {
    font-size: 3.4vw;
  }
}
#paring-fes #fes-workshop .workshop-box .fee {
  width: 68vw;
  display: flex;
  justify-content: center;
  margin-top: 1vh;
  margin-bottom: 2vh;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-workshop .workshop-box .fee {
    margin-top: 1.5vw;
  }
}
#paring-fes #fes-workshop .workshop-box .fee .entry-fee,
#paring-fes #fes-workshop .workshop-box .fee .reservation {
  font-size: 3.4vw;
  width: 50%;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-workshop .workshop-box .fee .entry-fee,
  #paring-fes #fes-workshop .workshop-box .fee .reservation {
    font-size: 1.3vw;
    width: 13vw;
  }
}
#paring-fes #fes-workshop .workshop-box .fee .entry-fee {
  border: solid 1px #7C6036;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-workshop .workshop-box .fee .entry-fee {
    padding: 2vw;
  }
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-workshop .workshop-box .fee .entry-fee {
    padding: 0.7vw;
  }
}
#paring-fes #fes-workshop .workshop-box .fee .reservation {
  background-color: #7C6036;
  color: #e9e2bb;
}
#paring-fes #fes-workshop .workshop-box .fee .reservation .bg-arrow {
  width: 0.9em;
  height: 0.9em;
  margin-left: 5%;
  margin-top: 1%;
}
#paring-fes #fes-workshop .workshop-box .fee .reservation a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
#paring-fes #fes-campaign {
  background-color: #b6d1e5;
  background-image: url(../img/pc/w-b-line.png);
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-campaign {
    background-image: url(../img/sp/w-b-line.png);
  }
}
#paring-fes #fes-campaign .campaign-title {
  max-width: 960px;
  width: 50vw;
  margin: 0 auto;
  margin-top: 2vw;
  background-image: url(../img/pc/campaign-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 6.2vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-campaign .campaign-title {
    margin-top: 15vw;
    width: 93%;
    background-image: url(../img/sp/campaign-bg.png);
    padding: 4vw 0 12vw 0;
    line-height: 1.5;
    font-size: 3.5vw;
  }
}
#paring-fes #fes-campaign .campaign-title h2 {
  position: relative;
  width: 15.5vw;
  margin: 0 auto;
  padding: 0 2vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-campaign .campaign-title h2 {
    width: 40vw;
  }
}
#paring-fes #fes-campaign .campaign-title h2 .en-head {
  display: inline-block;
  color: #ffffff;
  margin-top: 2vw;
  font-size: 2.7vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-campaign .campaign-title h2 .en-head {
    font-size: 6.9vw;
  }
}
#paring-fes #fes-campaign .campaign-title h2:before, #paring-fes #fes-campaign .campaign-title h2:after {
  content: "";
  position: absolute;
  top: 72%;
  transform: translateY(-50%);
  width: 2.8vw;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 60%;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-campaign .campaign-title h2:before, #paring-fes #fes-campaign .campaign-title h2:after {
    top: 64%;
    width: 5.8vw;
  }
}
#paring-fes #fes-campaign .campaign-title h2:before {
  left: 0;
  background-image: url("../img/campaign-decoration-left.png");
}
#paring-fes #fes-campaign .campaign-title h2:after {
  right: 0;
  background-image: url("../img/campaign-decoration-right.png");
}
#paring-fes #fes-campaign .campaign-title p {
  margin-top: 1vw;
  font-size: 2.3vw;
  font-weight: 700;
  padding: 0 6.2vw;
  color: #6A4528;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-campaign .campaign-title p {
    font-size: 6.4vw;
    font-weight: 800;
  }
}
#paring-fes #fes-campaign .campaign-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-campaign .campaign-content .pc-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 37vw;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-campaign .campaign-content.container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
#paring-fes #fes-campaign .campaign-content .smart-phone {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-campaign .campaign-content .smart-phone {
    width: 36.5vw;
    padding: 5.1vw 3vw 7vw;
    background-image: url("../img/pc/bg-sns.png");
  }
  #paring-fes #fes-campaign .campaign-content .smart-phone .present-copy {
    font-size: 1.3vw;
    line-height: 1.3;
  }
  #paring-fes #fes-campaign .campaign-content .smart-phone h4 {
    font-size: 1.6vw;
    padding: 0 10%;
    font-weight: 700;
  }
  #paring-fes #fes-campaign .campaign-content .smart-phone h4:before, #paring-fes #fes-campaign .campaign-content .smart-phone h4:after {
    width: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-campaign .campaign-content .smart-phone {
    width: 92vw;
    padding: 15% 7% 7%;
    background-image: url("../img/sp/bg-sns.png");
  }
  #paring-fes #fes-campaign .campaign-content .smart-phone .present-copy {
    font-size: 3.6vw;
    line-height: 1.3;
  }
  #paring-fes #fes-campaign .campaign-content .smart-phone h4 {
    font-size: 4.2vw;
    padding: 0 6%;
    font-weight: 700;
  }
  #paring-fes #fes-campaign .campaign-content .smart-phone h4:before, #paring-fes #fes-campaign .campaign-content .smart-phone h4:after {
    width: 1.2em;
  }
}
#paring-fes #fes-campaign .campaign-content .smart-phone .present-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
#paring-fes #fes-campaign .campaign-content .smart-phone .hashtag {
  width: 100%;
  margin: 6% 0 5%;
  padding: 10px;
  background-color: #ebca00;
  color: #6A4528;
  font-weight: 700;
  font-size: 4.2vw;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-campaign .campaign-content .smart-phone .hashtag {
    padding: 10px 0;
    font-size: 1.15em;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-campaign .campaign-content .smart-phone .hashtag {
    font-size: 3.7vw;
  }
}
#paring-fes #fes-campaign .campaign-content .smart-phone .present {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5%;
}
#paring-fes #fes-campaign .campaign-content .smart-phone .present .present-description {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  background-color: #6A4528;
  color: #e9e2bb;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-campaign .campaign-content .smart-phone .present .present-description {
    height: 6.3vw;
    font-size: 1.3vw;
    line-height: 1.5;
  }
  #paring-fes #fes-campaign .campaign-content .smart-phone .present .present-description .en {
    font-weight: 500;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-campaign .campaign-content .smart-phone .present .present-description {
    height: 13vw;
    font-size: 3.7vw;
  }
  #paring-fes #fes-campaign .campaign-content .smart-phone .present .present-description .en {
    font-weight: 500;
    font-size: 4.2vw;
  }
}
#paring-fes #fes-campaign .campaign-content .smart-phone .campain-description {
  text-align: left;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-campaign .campaign-content .smart-phone .campain-description {
    max-width: 610px;
    width: 100%;
    margin-top: 2vw;
    font-size: 1.4vw;
    letter-spacing: -0.1px;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-campaign .campaign-content .smart-phone .campain-description {
    width: 100%;
    margin: 6% auto;
    font-size: 3.5vw;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
#paring-fes #fes-campaign .campaign-content .smart-phone .campain-description .bold {
  font-weight: 500;
}
#paring-fes #fes-campaign .campaign-content .smart-phone .campain-description .notice {
  display: block;
  margin-top: 10px;
  font-size: 2.6vw;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-campaign .campaign-content .smart-phone .campain-description .notice {
    font-size: 1vw;
  }
}
#paring-fes #fes-present {
  background-color: #f5e480;
  background-image: url(../img/pc/b-y-line.png);
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-present {
    background-image: url(../img/sp/b-y-line.png);
    padding-bottom: 15vw;
  }
}
#paring-fes #fes-present .present-title {
  color: #6A4528;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  width: 38vw;
  margin: 0 auto;
  padding: 0 2vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-present .present-title {
    margin-top: 8vw;
    font-size: 5.5vw;
    width: 96%;
  }
}
#paring-fes #fes-present .present-title .sub {
  font-weight: 500;
  font-size: 1.2vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-present .present-title .sub {
    font-size: 3.5vw;
  }
}
#paring-fes #fes-present .present-title:before, #paring-fes #fes-present .present-title:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5.2vw;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 60%;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-present .present-title:before, #paring-fes #fes-present .present-title:after {
    top: 50%;
    width: 14vw;
  }
}
#paring-fes #fes-present .present-title:before {
  left: 0;
  background-image: url("../img/present-decoration-left.png");
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-present .present-title:before {
    background-image: url("../img/sp/present-decoration-left.png");
  }
}
#paring-fes #fes-present .present-title:after {
  right: 0;
  background-image: url("../img/present-decoration-right.png");
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-present .present-title:after {
    background-image: url("../img/sp/present-decoration-right.png");
  }
}
#paring-fes #fes-present .present-catch {
  margin: 2.2vw auto 0 auto;
  width: 46vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-present .present-catch {
    width: 91vw;
    margin: 10vw auto 0 auto;
  }
}
#paring-fes #fes-present .present-catch img {
  width: 100%;
}
#paring-fes #fes-present .present-content {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 70px;
  width: 70vw;
  max-width: 960px;
  margin: 4vw auto 0 auto;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-present .present-content {
    flex-direction: column;
    width: 62vw;
    margin-top: 8vw;
    gap: 20px;
  }
}
#paring-fes #fes-present .present-content .present-left {
  display: flex;
  flex-direction: column;
  max-width: 420px;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-present .present-content .present-left {
    width: 21.875vw;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-present .present-content .present-left {
    width: 56vw;
    margin: 0 auto;
  }
}
#paring-fes #fes-present .present-content .present-left .shop-logos {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
  width: 100%;
}
#paring-fes #fes-present .present-content .present-left .shop-logos .row {
  display: flex;
  justify-content: center;
  gap: 15px;
  width: 100%;
}
#paring-fes #fes-present .present-content .present-left .shop-logos .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-present .present-content .present-left .shop-logos .logo-item {
    width: 8.85vw;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-present .present-content .present-left .shop-logos .logo-item {
    width: 25vw;
  }
}
#paring-fes #fes-present .present-content .present-left .shop-logos .logo-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-present .present-content .present-left .shop-logos .row-1 .logo-item,
  #paring-fes #fes-present .present-content .present-left .shop-logos .row-2 .logo-item {
    width: 6.5vw;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-present .present-content .present-left .shop-logos .row-1 .logo-item,
  #paring-fes #fes-present .present-content .present-left .shop-logos .row-2 .logo-item {
    width: 15vw;
    max-width: 120px;
  }
}
#paring-fes #fes-present .present-content .present-left .description {
  text-align: left;
  font-size: 1.45vw;
  line-height: 1.6;
  color: #6A4528;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-present .present-content .present-left .description {
    font-size: 3.5vw;
    max-width: 420px;
    width: 56vw;
  }
}
#paring-fes #fes-present .present-content .present-left .notice {
  margin-top: 10px;
  text-align: left;
  font-size: 0.9vw;
  color: #6A4528;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-present .present-content .present-left .notice {
    font-size: 2.8vw;
  }
}
#paring-fes #fes-present .present-content .present-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-present .present-content .present-right {
    width: 100%;
    max-width: 470px;
    margin-top: 6vw;
  }
}
#paring-fes #fes-present .present-content .present-right .present-image {
  margin-top: 0;
}
#paring-fes #fes-present .present-content .present-right .present-image img {
  width: 100%;
  display: block;
}
#paring-fes #fes-present .present-content .present-right .image-caption {
  margin-top: 5px;
  text-align: right;
  width: 100%;
  font-size: 0.8vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-present .present-content .present-right .image-caption {
    font-size: 2.5vw;
  }
}
#paring-fes #fes-present .app-download {
  margin-top: 4vw;
  padding: 0;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-present .app-download {
    width: 90vw;
    flex-direction: column;
    gap: 6vw;
    margin-top: 10vw;
  }
}
#paring-fes #fes-present .app-download .download-guide {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #6A4528;
  padding: 10px 0px 10px 15px;
  background: #f1e9b6;
  max-width: 470px;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-present .app-download .download-guide {
    width: 25vw;
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-present .app-download .download-guide {
    width: 80vw;
    justify-content: center;
    padding: 3vw 0 3vw 2vw;
  }
}
#paring-fes #fes-present .app-download .download-guide .icon {
  width: 6.25vw;
  max-width: 120px;
}
#paring-fes #fes-present .app-download .download-guide .icon img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-present .app-download .download-guide .icon {
    width: 19vw;
  }
}
#paring-fes #fes-present .app-download .download-guide .text {
  text-align: left;
  font-weight: 500;
  font-size: 1.45vw;
  line-height: 1.4;
  color: #6A4528;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-present .app-download .download-guide .text {
    font-size: 3.6vw;
  }
}
#paring-fes #fes-present .app-download .qr-section {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-present .app-download .qr-section {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
    width: 62vw;
    max-width: 470px;
  }
}
#paring-fes #fes-present .app-download .qr-section .qr-item-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
#paring-fes #fes-present .app-download .qr-section .qr-item {
  width: 7.8vw;
  max-width: 150px;
  background: #fff;
  padding: 5px;
}
#paring-fes #fes-present .app-download .qr-section .qr-item img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-present .app-download .qr-section .qr-item {
    width: 20vw;
  }
}
#paring-fes #fes-present .app-download .qr-section .store-btn {
  width: 14.6vw;
  max-width: 280px;
}
#paring-fes #fes-present .app-download .qr-section .store-btn img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-present .app-download .qr-section .store-btn {
    width: 38vw;
  }
}
#paring-fes #fes-present .campaign-code {
  width: 100%;
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-start; /* 上揃えに変更 */
  gap: 20px;
  color: #6A4528;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-present .campaign-code {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 8vw;
    width: 90vw;
  }
}
#paring-fes #fes-present .campaign-code .code-box {
  text-align: left;
  margin-left: 18.5vw; /* ダウンロードボタンと同じ位置に調整 */
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-present .campaign-code .code-box {
    margin-left: 0;
    text-align: left;
    width: 62vw;
    max-width: 470px;
  }
}
#paring-fes #fes-present .campaign-code .code-box .guide {
  font-weight: 700;
  font-size: 1vw;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-present .campaign-code .code-box .guide {
    font-size: 2.9vw;
  }
}
#paring-fes #fes-present .campaign-code .code-box .input-code {
  font-weight: 800;
  font-size: 1vw;
  color: #000000;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-present .campaign-code .code-box .input-code {
    font-size: 3vw;
  }
}
#paring-fes #fes-present .campaign-code .code-box .input-code .number {
  background: #fff;
  padding: 0 5px;
  margin-left: 10px;
  font-size: 1.2em;
  display: inline-block;
  line-height: 1.2;
}
#paring-fes #fes-present .campaign-code .note {
  font-size: 0.8vw;
  text-align: left;
  margin-bottom: 3px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-present .campaign-code .note {
    text-align: left;
    width: 62vw;
    max-width: 470px;
    margin-bottom: 0;
    font-size: 2.5vw;
  }
}
#paring-fes #fes-infomation {
  background-color: #E9E2BB;
  background-image: url(../img/pc/y-bg-line.png);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-infomation {
    background-image: url(../img/sp/y-m-line.png);
    padding-top: 20vw;
  }
}
#paring-fes #fes-infomation p {
  margin-top: 1.5vw;
  font-size: 1vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-infomation p {
    font-size: 2.1vw;
  }
}
#paring-fes #fes-infomation .sns-account {
  border: solid 1px #000000;
  border-width: 0 1px 0 1px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-infomation .sns-account {
    margin-top: 10vw;
    font-size: 3.4vw;
    width: 93%;
  }
  #paring-fes #fes-infomation .sns-account .en-font {
    font-family: "Margherita-bold", sans-serif;
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-infomation .sns-account {
    width: 35vw;
    margin-top: 5%;
    padding: 1% 5% 1% 5%;
    font-weight: 700;
    font-size: 1.2vw;
    line-height: 1.8;
  }
  #paring-fes #fes-infomation .sns-account .en-font {
    font-family: "Margherita-bold", sans-serif;
    font-size: 2vw;
  }
}
#paring-fes #fes-infomation .sns-account .sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
#paring-fes #fes-infomation .sns-account .sns-list .sns-item {
  max-width: 55px;
  width: 7.6vw;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-infomation .sns-account .sns-list .sns-item {
    max-width: 2.8vw;
    width: 15%;
  }
}
#paring-fes #fes-infomation .sns-account .sns-list .sns-item:first-child {
  margin-right: 10%;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-infomation .sns-account .sns-list .sns-item:first-child {
    margin-right: 5.2vw;
  }
}
#paring-fes #fes-infomation .sns-account .notice {
  display: inline-block;
  margin-top: 1vw;
  font-size: 0.75em;
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-infomation .sns-account .notice {
    font-size: 0.6em;
  }
}
#paring-fes #fes-sponsor {
  background-color: #FFFFFF;
  background-image: url(../img/sponsor.png);
  padding-bottom: 7.3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#paring-fes #fes-sponsor .sponsor {
  margin-top: 7.3vw;
}
#paring-fes #fes-sponsor h2 .en-head {
  font-size: 5.6vw;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-sponsor h2 .en-head {
    font-size: 2.2vw;
  }
}
#paring-fes #fes-sponsor ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#paring-fes #fes-sponsor ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-sponsor ul li {
    height: 10vw;
  }
  #paring-fes #fes-sponsor ul li.s1 {
    width: 8.3vw;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-sponsor ul li {
    height: 26vw;
  }
  #paring-fes #fes-sponsor ul li.s1 {
    width: 20vw;
  }
}
#paring-fes #fes-sponsor .produced-by {
  margin-top: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #paring-fes #fes-sponsor .produced-by img {
    max-width: 310px;
    width: 15vw;
  }
}
@media screen and (max-width: 767px) {
  #paring-fes #fes-sponsor .produced-by img {
    max-width: 310px;
    width: 38vw;
  }
}/*# sourceMappingURL=style.css.map */