@charset "UTF-8";

  /* サイトカラー */
  :root {

    --primary-color: rgba(132, 71, 152, 1.0);
    --fd-color: rgba(237,55,55,1.0);
    --bgc-glaycolor: #f5f5f5;
    --line-glaycolor: rgba(0, 0, 0, 0.05);
    --red-color:rgb(232, 0, 0, 1.0);
    --lpurple-color:#D5C6DF;
    --main-gradien:linear-gradient(138deg,#844798 0%, rgba(132, 71, 152, 1) 51%, #ed3737 100%);
   --gradien-y :linear-gradient(180deg,rgba(132, 71, 152, 1) 0%, rgba(132, 71, 152, 1) 51%, rgba(237, 55, 55, 1) 100%);
  }

.--en {
  font-family: Oswald, sans-serif;
}

br {
  display: block;
}

* {
  border: 0;
  outline: none;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "palt" on;
  line-height: 180%;
  letter-spacing: 0.04em;
}

html {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(30 / 750 * 100vw);
  }
}

h1,
h2 {
  position: relative;
  font-weight: 700;
}

*:focus {
  outline: none;
}

p a {
  word-break: break-all;
  text-decoration: underline;
}

sup {
  vertical-align: top;
  font-size: 50%;
}

sub {
  vertical-align: baseline;
  font-size: 50%;
}

em,
b,
strong,
th {
  font-weight: 700;
}

a {
  color: #333;
  cursor: pointer;
  transition: opacity 0.3s;
}

figcaption,
small {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  figcaption,
  small {
    font-size: calc(20 / 750 * 100vw);
  }
}

img {
  display: block;
  height: auto;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

@media screen and (min-width: 768px) {
  .adlp-outer {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .adlp-outer {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .adlp-wrapper {
    min-width: min(calc(1920 / 1080 * 100vw), 1920px);
    max-width: 1920px;
    margin: 0 auto;
  }
}
.adlp-wrapper .relative {
  position: relative;
}
.adlp-wrapper .w100 {
  width: 100% !important;
  display: block;
}
.adlp-wrapper .center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pc {
    display: none !important;
  }
}
.adlp-wrapper .text__txt {
  color: #333 !important;
}
.adlp-wrapper .text__white {
  color: #fff !important;
}
.adlp-wrapper .text__silver {
  color: #f1f1f1 !important;
}
.adlp-wrapper .text__accent {
  color: #E75B18 !important;
}
.adlp-wrapper .bg__txt {
  background: #333 !important;
}
.adlp-wrapper .bg__white {
  background: #fff !important;
}
.adlp-wrapper .bg__silver {
  background: #f1f1f1 !important;
}
.adlp-wrapper .bg__accent {
  background: #E75B18 !important;
}
.adlp-wrapper .line__top__txt {
  border-top: 1px solid #333;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__white {
  border-top: 1px solid #fff;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__silver {
  border-top: 1px solid #f1f1f1;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__accent {
  border-top: 1px solid #E75B18;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .marker__txt {
  background: linear-gradient(transparent 60%, #333 60%);
}
.adlp-wrapper .marker__white {
  background: linear-gradient(transparent 60%, #fff 60%);
}
.adlp-wrapper .marker__silver {
  background: linear-gradient(transparent 60%, #f1f1f1 60%);
}
.adlp-wrapper .marker__accent {
  background: linear-gradient(transparent 60%, #E75B18 60%);
}
.adlp-wrapper .line__txt {
  border-bottom: 1px solid #333;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__white {
  border-bottom: 1px solid #fff;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__silver {
  border-bottom: 1px solid #f1f1f1;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__accent {
  border-bottom: 1px solid #E75B18;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .pad10 {
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad10 {
    padding-top: calc(10 / 750 * 100vw) !important;
    padding-bottom: calc(10 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad20 {
  padding: min(calc(20 / 1080 * 100vw), 20px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad20 {
    padding-top: calc(20 / 750 * 100vw) !important;
    padding-bottom: calc(20 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad30 {
  padding: min(calc(30 / 1080 * 100vw), 30px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad30 {
    padding-top: calc(30 / 750 * 100vw) !important;
    padding-bottom: calc(30 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad40 {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad40 {
    padding-top: calc(40 / 750 * 100vw) !important;
    padding-bottom: calc(40 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad50 {
  padding: min(calc(50 / 1080 * 100vw), 50px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad50 {
    padding-top: calc(50 / 750 * 100vw) !important;
    padding-bottom: calc(50 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad60 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad60 {
    padding-top: calc(60 / 750 * 100vw) !important;
    padding-bottom: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .mt10 {
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt10 {
    margin-top: calc(10 / 750 * 100vw);
  }
}
.adlp-wrapper .mt20 {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt20 {
    margin-top: calc(20 / 750 * 100vw);
  }
}
.adlp-wrapper .mt30 {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt30 {
    margin-top: calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .mt40 {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt40 {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.adlp-wrapper .mt50 {
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt50 {
    margin-top: calc(50 / 750 * 100vw);
  }
}
.adlp-wrapper .mt60 {
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt60 {
    margin-top: calc(60 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt10 {
    margin-top: calc(10 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt20 {
    margin-top: calc(20 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt30 {
    margin-top: calc(30 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt40 {
    margin-top: calc(40 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt50 {
    margin-top: calc(50 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt60 {
    margin-top: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .wrap500 {
  margin: auto;
  width: min(calc(500 / 1080 * 100vw), 500px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap500 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap600 {
  margin: auto;
  width: min(calc(600 / 1080 * 100vw), 600px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap600 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap700 {
  margin: auto;
  width: min(calc(700 / 1080 * 100vw), 700px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap700 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap800 {
  margin: auto;
  width: min(calc(800 / 1080 * 100vw), 800px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap800 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap900 {
  margin: auto;
  width: min(calc(900 / 1080 * 100vw), 900px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap900 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap920 {
  margin: auto;
  width: min(calc(920 / 1080 * 100vw), 920px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap920 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1000 {
  margin: auto;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1000 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1080 {
  margin: auto;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1080 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.adlp-floating {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  background: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
}
.adlp-floating.--show {
  visibility: visible;
  opacity: 1;
}
.adlp-floating__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  height: min(calc(72 / 1080 * 100vw), 72px);
}
@media screen and (max-width: 767px) {
  .adlp-floating__inner {
    width: 100%;
    height: calc(134 / 750 * 100vw);
  }
}
.adlp-floating__info {
  display: flex;
  gap: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .adlp-floating__info {
    flex-direction: column;
    gap: calc(2 / 750 * 100vw);
  }
}
.adlp-floating__date, .adlp-floating__venue {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  height: min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .adlp-floating__date, .adlp-floating__venue {
    background: none;
    height: auto;
  }
}
.adlp-floating__date-label, .adlp-floating__venue-label {
  background: #333;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(48 / 1080 * 100vw), 48px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adlp-floating__date-content {
  display: flex;
  padding: min(calc(10 / 1080 * 100vw), 10px);
  gap: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .adlp-floating__date-content {
    align-items: center;
    gap: calc(14 / 750 * 100vw);
    padding: 0;
  }
}
.adlp-floating__venue-content {
  padding: min(calc(10 / 1080 * 100vw), 10px);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .adlp-floating__venue-content {
    padding: 0;
    font-size: calc(24 / 750 * 100vw);
  }
}
.adlp-floating__venue-content .text01, .adlp-floating__venue-content .text02 {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .adlp-floating__venue-content .text01, .adlp-floating__venue-content .text02 {
    font-size: calc(36 / 750 * 100vw);
  }
}
.adlp-floating__venue-content .text01 {
  color: rgb(229, 0, 18);
}
.adlp-floating__year {
  display: flex;
  align-items: center;
  gap: min(calc(2 / 1080 * 100vw), 2px);
}
.adlp-floating__year-num {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  line-height: 1;
}
.adlp-floating__year-text {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  line-height: 1.6;
}
.adlp-floating__day-num {
  display: flex;
  align-items: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 600;
  line-height: 1;
  color: #E50012;
}
.adlp-floating__day-num.--a::before {
  content: "";
  display: block;
  background: #333;
  margin-left: min(calc(4 / 1080 * 100vw), 4px);
  width: min(calc(10 / 1080 * 100vw), 10px);
  height: min(calc(10 / 1080 * 100vw), 10px);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.adlp-floating__day-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
  border-radius: 50%;
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.adlp-floating__time {
  display: flex;
  align-items: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-floating__time {
    flex-direction: column;
    gap: 0;
  }
}
.adlp-floating__time-main {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 400;
  line-height: 1;
}
.adlp-floating__time-note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
}
.adlp-floating__cv .adlp-btn {
  width: min(calc(220 / 1080 * 100vw), 220px);
  height: min(calc(48 / 1080 * 100vw), 48px);
}
.adlp-floating__cv .adlp-btn .before {
  position: absolute;
  background: #FDEE00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  left: min(calc(4 / 1080 * 100vw), 4px);
  width: min(calc(38 / 1080 * 100vw), 38px);
  height: min(calc(38 / 1080 * 100vw), 38px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.6;
  color: #000;
}
.adlp-floating__cv .adlp-btn .text01 {
  padding-left: min(calc(20 / 1080 * 100vw), 20px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
.adlp-floating__cv .adlp-btn::after {
  width: min(calc(4 / 1080 * 100vw), 4px);
  height: min(calc(8 / 1080 * 100vw), 8px);
  right: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-floating {
    width: 100%;
    height: calc(134 / 750 * 100vw);
    box-shadow: 0 calc(3 / 750 * 100vw) calc(10 / 750 * 100vw) 0 rgba(0, 0, 0, 0.3);
  }
  .adlp-floating__inner {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
    flex-wrap: wrap;
  }
  .adlp-floating__date {
    gap: calc(14 / 750 * 100vw);
  }
  .adlp-floating__venue {
    gap: calc(14 / 750 * 100vw);
  }
  .adlp-floating__date-label, .adlp-floating__venue-label {
    width: calc(80 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
    border-radius: calc(6 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.4;
    writing-mode: horizontal-tb;
  }
  .adlp-floating__year {
    gap: calc(4 / 750 * 100vw);
  }
  .adlp-floating__year-num {
    font-size: calc(56 / 750 * 100vw);
  }
  .adlp-floating__year-text {
    font-size: calc(24 / 750 * 100vw);
  }
  .adlp-floating__day-num {
    font-size: calc(56 / 750 * 100vw);
  }
  .adlp-floating__day-num.--a::before {
    margin-left: calc(6 / 750 * 100vw);
    width: calc(17 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    margin-bottom: calc(-10 / 750 * 100vw);
  }
  .adlp-floating__day-circle {
    width: calc(44 / 750 * 100vw);
    height: calc(44 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
  .adlp-floating__time {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .adlp-floating__time-main {
    font-size: calc(18 / 750 * 100vw);
    font-family: "Noto Sans JP", sans-serif !important;
  }
  .adlp-floating__time-note {
    font-size: calc(18 / 750 * 100vw);
  }
  .adlp-floating__venue-content {
    font-size: calc(24 / 750 * 100vw);
  }
}
.adlp-floating .adlp-btn.--btn04 {
  width: min(calc(220 / 1080 * 100vw), 220px);
  height: min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn.--btn04 {
    flex-direction: column;
    border-radius: calc(20 / 750 * 100vw);
    width: calc(193 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
  }
}
.adlp-floating .adlp-btn.--btn04 .before {
  width: min(calc(38 / 1080 * 100vw), 38px);
  height: min(calc(38 / 1080 * 100vw), 38px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn.--btn04 .before {
    transform: none;
    position: static;
    display: block;
    background: none;
    width: 100%;
    height: auto;
    font-size: calc(26 / 750 * 100vw);
    color: rgb(253, 238, 0);
  }
}
.adlp-floating .adlp-btn.--btn04 .text01 {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn.--btn04 .text01 {
    padding: 0;
    font-size: calc(26 / 750 * 100vw);
  }
}
.adlp-floating .adlp-btn.--btn04::after {
  right: min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(5 / 1080 * 100vw), 5px);
  height: min(calc(9 / 1080 * 100vw), 9px);
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn.--btn04::after {
    content: none;
  }
}

.adlp-btn {
  border-radius: 200px;
  height: min(calc(80 / 1080 * 100vw), 80px);
  width: min(calc(420 / 1080 * 100vw), 420px);
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adlp-btn__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-btn__wrapper {
    flex-direction: column;
    align-items: center;
    gap: calc(30 / 750 * 100vw);
  }
}
.adlp-btn__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-btn {
    height: calc(98 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.adlp-btn p {
  text-align: center;
  z-index: 1;
  line-height: 120%;
}
.adlp-btn p span {
  line-height: 120%;
}
.adlp-btn p span.text01 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text01 {
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-btn p span.text02 {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text02 {
    font-size: calc(28 / 750 * 100vw);
  }
}
.adlp-btn.--free {
  padding-left: min(calc(9 / 1080 * 100vw), 9px);
}
.adlp-btn.--free::before {
  content: "無料";
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #fff;
  color: #1883EC;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  width: min(calc(70 / 1080 * 100vw), 70px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  top: min(calc(5 / 1080 * 100vw), 5px);
  left: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--free::before {
    width: calc(82 / 750 * 100vw);
    height: calc(82 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    top: calc(8 / 750 * 100vw);
    left: calc(8 / 750 * 100vw);
  }
}
.adlp-btn.--btn01 {
  background: #1883EC;
  color: #fff;
}
.adlp-btn.--btn01::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='18' viewBox='0 0 13 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 12.5L6.5 16.5L1.5 12.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 9.5L6.5 1.5' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01::after {
    width: calc(13 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn01:hover {
    background: #5AB0FF;
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01:active {
    background: #5AB0FF;
  }
}
.adlp-btn.--btn02-a {
  background: #fff;
  border: min(calc(4 / 1080 * 100vw), 4px) solid #f69809;
  color: #f69809;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-btn.--btn02-a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23F79809' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a::after {
    width: calc(13 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn02-a:hover {
    background: #f69809;
    color: #fff;
  }
  .adlp-btn.--btn02-a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a:active {
    background: #f69809;
    color: #fff;
  }
  .adlp-btn.--btn02-a:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
.adlp-btn.--btn02-b {
  color: #fff;
  overflow: hidden;
  border: 1px solid transparent;
}
.adlp-btn.--btn02-b::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #FF98AC 0%, #FF6683 100%);
  opacity: 1;
  transition: all 0.3s;
}
.adlp-btn.--btn02-b::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-b::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn02-b:hover {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-btn.--btn02-b:hover::before {
    opacity: 0;
  }
  .adlp-btn.--btn02-b:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-b:active {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-btn.--btn02-b:active::before {
    opacity: 0;
  }
  .adlp-btn.--btn02-b:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
  }
}
.adlp-btn.--btn03 {
  color: #C80012;
  background: #fff;
  box-shadow: min(calc(4 / 1080 * 100vw), 4px) min(calc(6 / 1080 * 100vw), 6px) 0 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03 {
    box-shadow: calc(4 / 750 * 100vw) calc(6 / 750 * 100vw) 0 0 rgba(0, 0, 0, 0.3);
  }
}
.adlp-btn.--btn03::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.07324e-07L9 7.50412L1.78873e-07 15L2.47836 7.44633L0 1.07324e-07Z' fill='%23C80012'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(min(calc(4 / 1080 * 100vw), 4px));
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03:active {
    transform: translateY(min(calc(4 / 1080 * 100vw), 4px));
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .adlp-btn.--btn03:active {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
.adlp-btn.--btn04 {
  color: #fff;
  background: #FFA800;
  box-shadow: 0 min(calc(14 / 1080 * 100vw), 14px) min(calc(24 / 1080 * 100vw), 24px) 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04 {
    box-shadow: 0 calc(14 / 750 * 100vw) calc(24 / 750 * 100vw) 0 rgba(0, 0, 0, 0.4);
  }
}
.adlp-btn.--btn04::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.16602L7 7.16602L1 13.166' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn04:hover::after {
    transform: translate(min(calc(8 / 1080 * 100vw), 8px), -50%);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04:active::after {
    transform: translate(min(calc(8 / 1080 * 100vw), 8px), -50%);
  }
}
.adlp-btn.--btn04 {
  will-change: filter;
  background: #FF623E;
  width: min(calc(456 / 1080 * 100vw), 456px);
  height: min(calc(64 / 1080 * 100vw), 64px);
  box-shadow: 0 min(calc(2 / 1080 * 100vw), 2px) min(calc(8 / 1080 * 100vw), 8px) 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04 {
    width: calc(630 / 750 * 100vw);
    height: calc(116 / 750 * 100vw);
    box-shadow: 0 calc(4 / 750 * 100vw) calc(12 / 750 * 100vw) 0 rgba(0, 0, 0, 0.3);
  }
}
.adlp-btn.--btn04 .before {
  position: absolute;
  background: #FDEE00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  left: min(calc(5 / 1080 * 100vw), 5px);
  width: min(calc(54 / 1080 * 100vw), 54px);
  height: min(calc(54 / 1080 * 100vw), 54px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04 .before {
    left: calc(6 / 750 * 100vw);
    width: calc(106 / 750 * 100vw);
    height: calc(106 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}
.adlp-btn.--btn04 .text01 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04 .text01 {
    font-size: calc(36 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn04:hover {
    filter: brightness(120%);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04::after {
    width: calc(15 / 750 * 100vw);
    height: calc(28 / 750 * 100vw);
    right: calc(44 / 750 * 100vw);
  }
}

.cv {
  background: linear-gradient(0deg, #333 0%, #5A5A5A 100%);
  padding: min(calc(48 / 1080 * 100vw), 48px) 0 min(calc(60 / 1080 * 100vw), 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .cv {
    padding: calc(70 / 750 * 100vw) 0 calc(86 / 750 * 100vw);
    gap: calc(16 / 750 * 100vw);
  }
}
.cv__text {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(255, 255, 255);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv__text {
    font-size: calc(30 / 750 * 100vw);
  }
}

.fv {
  position: relative;
  background: url("../img/pc/fv.webp") 50% 0/100% no-repeat;
  height: min(calc(628 / 1080 * 80vw), 467px);/*来場ボタン復活後に100vw,628pxに戻す*/
}
@media screen and (max-width: 767px) {
  .fv {
    background-image: url("../img/sp/fv.webp");
    height: calc(1594 / 750 * 93vw); /*来場ボタン復活後に100vwに戻す*/
  }
}
.fv__title-wrap {
  position: absolute;
  top: min(calc(40 / 1080 * 100vw), 40px);
  left: min(calc(420 / 1080 * 100vw), 420px);
  width: min(calc(656 / 1080 * 100vw), 656px);
  padding: min(calc(28 / 1080 * 100vw), 28px) 0;
}
@media screen and (max-width: 767px) {
  .fv__title-wrap {
    top: calc(80 / 750 * 100vw);
    left: 50%;
    transform: translate(-50%);
    width: calc(690 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) 0;
  }
}
.fv__badge {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__badge {
    font-size: calc(40 / 750 * 100vw);
  }
}
.fv__badge .text01 {
  position: relative;
  line-height: 1;
}
.fv__badge .text01::after {
  content: "";
  display: block;
  background: #834797;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  width: min(calc(4 / 1080 * 100vw), 4px);
  height: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .fv__badge .text01::after {
    width: calc(5 / 750 * 100vw);
    height: calc(5 / 750 * 100vw);
  }
}
.fv__badge .text02 {
  color: #834797;
  line-height: 1;
}
.fv__title {
  text-align: center;
}
.fv__title-accent {
  display: block;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  color: rgb(229, 0, 18);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .fv__title-accent {
    font-size: calc(34 / 750 * 100vw);
  }
}
.fv__title-accent .text01 {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .fv__title-accent .text01 {
    font-size: calc(52 / 750 * 100vw);
    line-height: 2;
  }
}
.fv__title-main {
  display: block;
  width: min(calc(570 / 1080 * 100vw), 570px);
  margin: 0 auto;
  background: linear-gradient(90deg, #B16FC7 0%, #D2444F 100%);
  padding: min(calc(1 / 1080 * 100vw), 1px) 0;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fv__title-main {
    width: 100%;
    padding: calc(5 / 750 * 100vw) 0;
    font-size: calc(30 / 750 * 100vw);
  }
}
.fv__title-main .text01 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .fv__title-main .text01 {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.4;
  }
}
.fv__image {
  margin: 0 auto;
  width: min(calc(570 / 1080 * 100vw), 570px);
}
@media screen and (max-width: 767px) {
  .fv__image {
    width: calc(690 / 750 * 100vw);
  }
}
.fv__date, .fv__venue {
  display: flex;
  align-items: center;
  position: absolute;
  gap: min(calc(12 / 1080 * 100vw), 12px);
  top: min(calc(40 / 1080 * 100vw), 40px);
  left: min(calc(1092 / 1080 * 100vw), 1092px);
  width: min(calc(407 / 1080 * 100vw), 407px);
  height: min(calc(96 / 1080 * 100vw), 96px);
  padding: 0 0 0 min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .fv__date, .fv__venue {
    gap: calc(20 / 750 * 100vw);
    top: calc(623 / 750 * 100vw);
    left: 50%;
    transform: translate(-50%);
    width: calc(690 / 750 * 100vw);
    height: calc(180 / 750 * 100vw);
    padding: 0 0 0 calc(20 / 750 * 100vw);
  }
}
.fv__venue {
  top: min(calc(152 / 1080 * 100vw), 152px);
  height: min(calc(70 / 1080 * 100vw), 70px);
}
@media screen and (max-width: 767px) {
  .fv__venue {
    top: calc(823 / 750 * 100vw);
    height: calc(140 / 750 * 100vw);
  }
}
.fv__date-label, .fv__venue-label {
  background: #333;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  padding: min(calc(17 / 1080 * 100vw), 17px) 0;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.14em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fv__date-label, .fv__venue-label {
    border-radius: calc(5 / 750 * 100vw);
    padding: calc(44 / 750 * 100vw) 0;
    font-size: calc(22 / 750 * 100vw);
  }
}
.fv__venue-label {
  padding: min(calc(8 / 1080 * 100vw), 8px) 0;
}
@media screen and (max-width: 767px) {
  .fv__venue-label {
    padding: calc(30 / 750 * 100vw) 0;
  }
}
.fv__year {
  display: flex;
  align-items: center;
  gap: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .fv__year {
    gap: calc(4 / 750 * 100vw);
    align-items: flex-end;
  }
}
.fv__year-num {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .fv__year-num {
    font-size: calc(40 / 750 * 100vw);
  }
}
.fv__year-text {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 767px) {
  .fv__year-text {
    font-size: calc(28 / 750 * 100vw);
  }
}
.fv__day-num {
  display: flex;
  align-items: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 600;
  line-height: 1;
  color: rgb(229, 0, 18);
}
@media screen and (max-width: 767px) {
  .fv__day-num {
    font-size: calc(76 / 750 * 100vw);
  }
}
.fv__day-num.--a::before {
  content: "";
  display: block;
  background: #333;
  margin-left: min(calc(3 / 1080 * 100vw), 3px);
  width: min(calc(12 / 1080 * 100vw), 12px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px) {
  .fv__day-num.--a::before {
    margin: 0 0 calc(-24 / 750 * 100vw) calc(6 / 750 * 100vw);
    width: calc(18 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
  }
}
.fv__day-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
  border-radius: 50%;
  width: min(calc(26 / 1080 * 100vw), 26px);
  height: min(calc(26 / 1080 * 100vw), 26px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fv__day-circle {
    width: calc(44 / 750 * 100vw);
    height: calc(44 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .fv__col {
    display: flex;
    align-items: center;
    margin-top: calc(10 / 750 * 100vw);
  }
}
.fv__time {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .fv__time {
    font-size: calc(48 / 750 * 100vw);
  }
}
.fv__note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .fv__note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.fv__venue-content {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .fv__venue-content {
    font-size: calc(24 / 750 * 100vw);
  }
}
.fv__venue-content .text01 {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .fv__venue-content .text01 {
    font-size: calc(46 / 750 * 100vw);
  }
}
.fv__venue-text {
  line-height: 1;
  color: #E50012;
}
.fv__box {
  position: absolute;
  top: min(calc(238 / 1080 * 100vw), 238px);
  height: min(calc(178 / 1080 * 100vw), 178px);
}
@media screen and (max-width: 767px) {
  .fv__box {
    top: calc(983 / 750 * 100vw);
    height: calc(223 / 750 * 100vw);
  }
}
.fv__box.--a {
  width: min(calc(123 / 1080 * 100vw), 123px);
  left: min(calc(1092 / 1080 * 100vw), 1092px);
}
@media screen and (max-width: 767px) {
  .fv__box.--a {
    width: calc(216 / 750 * 100vw);
    left: calc(30 / 750 * 100vw);
  }
}
.fv__box.--b {
  width: min(calc(120 / 1080 * 100vw), 120px);
  left: min(calc(1231 / 1080 * 100vw), 1231px);
}
@media screen and (max-width: 767px) {
  .fv__box.--b {
    width: calc(216 / 750 * 100vw);
    left: calc(267 / 750 * 100vw);
  }
}
.fv__box.--c {
  width: min(calc(132 / 1080 * 100vw), 132px);
  left: min(calc(1367 / 1080 * 100vw), 1367px);
}
@media screen and (max-width: 767px) {
  .fv__box.--c {
    width: calc(216 / 750 * 100vw);
    left: calc(504 / 750 * 100vw);
  }
}
.fv__box-num {
  width: fit-content;
  margin: 0 auto;
  padding-top: min(calc(16 / 1080 * 100vw), 16px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .fv__box-num {
    padding-top: calc(22 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
}
.fv__box-num .text01 {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 500;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .fv__box-num .text01 {
    font-size: calc(62 / 750 * 100vw);
  }
}
.fv__box-num .text02 {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .fv__box-num .text02 {
    font-size: calc(36 / 750 * 100vw);
  }
}
.fv__box-num-note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .fv__box-num-note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.fv__note-scale {
  position: absolute;
  width: min(calc(123 / 1080 * 100vw), 123px);
  bottom: max(calc(-22 / 1080 * 100vw), -22px);
  left: 0;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__note-scale {
    width: fit-content;
    bottom: calc(-68 / 750 * 100vw);
    left: auto;
    right: calc(-474 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    text-align: center;
  }
}
.fv__box-trend {
  width: fit-content;
  margin: 0 auto;
  padding-top: min(calc(6 / 1080 * 100vw), 6px);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  line-height: 1.6;
  color: #E72D3B;
}
@media screen and (max-width: 767px) {
  .fv__box-trend {
    padding-top: calc(8 / 750 * 100vw);
    font-size: calc(18 / 750 * 100vw);
  }
}
.fv__box-trend .text01 {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .fv__box-trend .text01 {
    font-size: calc(60 / 750 * 100vw);
  }
}
.fv__box-trend .text02 {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .fv__box-trend .text02 {
    font-size: calc(38 / 750 * 100vw);
  }
}
.fv__box-trend .text03 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .fv__box-trend .text03 {
    font-size: calc(36 / 750 * 100vw);
  }
}
.fv__box-title {
  width: fit-content;
  padding: min(calc(38 / 1080 * 100vw), 38px) 0 0 min(calc(17 / 1080 * 100vw), 17px);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  line-height: 1.4;
  color: #834797;
}
@media screen and (max-width: 767px) {
  .fv__box-title {
    padding: calc(50 / 750 * 100vw) calc(14 / 750 * 100vw) 0;
    font-size: calc(18 / 750 * 100vw);
  }
}
.fv__box-title .text01 {
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .fv__box-title .text01 {
    font-size: calc(50 / 750 * 100vw);
  }
}
.fv__box-title .text02 {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .fv__box-title .text02 {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: 0em;
  }
}
.fv__box-title .text03 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .fv__box-title .text03 {
    font-size: calc(34 / 750 * 100vw);
  }
}
.fv__box-tag {
  position: absolute;
  background-color: #834797;
  top: max(calc(-10 / 1080 * 100vw), -10px);
  left: max(calc(-4 / 1080 * 100vw), -4px);
  border-radius: min(calc(6 / 1080 * 100vw), 6px);
  padding: min(calc(2 / 1080 * 100vw), 2px) min(calc(4 / 1080 * 100vw), 4px);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fv__box-tag {
    top: 0;
    left: 0;
    border-radius: calc(20 / 750 * 100vw) 0 calc(10 / 750 * 100vw) 0;
    padding: calc(6 / 750 * 100vw) calc(10 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
    letter-spacing: 0em;
  }
}
.fv__box-tag .text01 {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .fv__box-tag .text01 {
    font-size: calc(32 / 750 * 100vw);
  }
}
.fv__cv {
  position: absolute;
  bottom: min(calc(40 / 1080 * 100vw), 40px);
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .fv__cv {
    bottom: min(calc(80 / 1080 * 100vw), 80px);
    gap: calc(16 / 750 * 100vw);
  }
}
.fv__cv-text {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .fv__cv-text {
    font-size: calc(30 / 750 * 100vw);
  }
}

.sec01 {
  position: relative;
  padding: min(calc(94 / 1080 * 100vw), 94px) 0 min(calc(240 / 1080 * 100vw), 240px);
  background: url(../img/pc/sec01.webp) 50% 100%/100% no-repeat rgb(248, 248, 248);
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: calc(100 / 750 * 100vw) 0 calc(200 / 750 * 100vw);
    background: url(../img/sp/sec01.webp) 50% 100%/100% no-repeat rgb(248, 248, 248);
  }
}
.sec01__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/pc/sec01_style1.webp) 0 0/100% no-repeat;
  margin: 0 auto;
  width: min(calc(922 / 1080 * 100vw), 922px);
  height: min(calc(333 / 1080 * 100vw), 333px);
}
@media screen and (max-width: 767px) {
  .sec01__content {
    background: url(../img/sp/sec01_style1.webp) 0 0/100% no-repeat;
    width: calc(694 / 750 * 100vw);
    height: calc(494 / 750 * 100vw);
  }
}
.sec01__heading {
  background-color: rgb(131, 71, 151);
  margin: max(calc(-24 / 1080 * 100vw), -24px) auto min(calc(40 / 1080 * 100vw), 40px);
  padding: min(calc(6 / 1080 * 100vw), 6px) min(calc(20 / 1080 * 100vw), 20px) min(calc(10 / 1080 * 100vw), 10px);
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec01__heading {
    padding: calc(6 / 750 * 100vw) calc(30 / 750 * 100vw) calc(6 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec01__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  width: min(calc(814 / 1080 * 100vw), 814px);
  gap: min(calc(16 / 1080 * 100vw), 16px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec01__list {
    flex-direction: column;
    width: fit-content;
    gap: calc(16 / 750 * 100vw);
  }
}
.sec01__item {
  display: flex;
  align-items: center;
  min-height: min(calc(44 / 1080 * 100vw), 44px);
  padding-left: min(calc(60 / 1080 * 100vw), 60px);
  width: min(calc(354 / 1080 * 100vw), 354px);
  background: 0 50%/min(calc(44 / 1080 * 100vw), 44px) no-repeat;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  white-space: nowrap;
  color: #333;
}
.sec01__item:nth-child(1) {
  background-image: url("../img/common/sec01_icon1.webp");
}
.sec01__item:nth-child(2) {
  background-image: url("../img/common/sec01_icon2.webp");
}
.sec01__item:nth-child(3) {
  background-image: url("../img/common/sec01_icon3.webp");
}
.sec01__item:nth-child(4) {
  background-image: url("../img/common/sec01_icon4.webp");
  width: auto;
}
@media screen and (max-width: 767px) {
  .sec01__item {
    padding-left: calc(75 / 750 * 100vw);
    width: 100%;
    min-height: calc(55 / 750 * 100vw);
    background-size: calc(55 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec01__catch {
  margin: min(calc(40 / 1080 * 100vw), 40px) 0 0;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: rgb(131, 71, 151);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01__catch {
    margin: calc(16 / 750 * 100vw) 0 0;
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec01__solution {
  position: relative;
  background: #fff;
  box-shadow: 0 0 min(calc(20 / 1080 * 100vw), 20px) 0 rgba(0, 0, 0, 0.16);
  gap: min(calc(60 / 1080 * 100vw), 60px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: min(calc(26 / 1080 * 100vw), 26px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec01__solution {
    box-shadow: 0 0 calc(25 / 750 * 100vw) 0 rgba(0, 0, 0, 0.16);
    gap: calc(60 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    margin: calc(34 / 750 * 100vw) auto 0;
  }
}
.sec01__solution::before, .sec01__solution::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: min(calc(420 / 1080 * 100vw), 420px);
}
@media screen and (max-width: 767px) {
  .sec01__solution::before, .sec01__solution::after {
    width: calc(750 / 750 * 100vw);
    height: calc(649 / 750 * 100vw);
    margin: 0 calc(-30 / 750 * 100vw);
  }
}
.sec01__solution::before {
  top: 0;
  background: url(../img/pc/sec01_img1.webp) 0 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .sec01__solution::before {
    background: url(../img/sp/sec01_img1.webp) 0 0/100% no-repeat;
  }
}
.sec01__solution::after {
  bottom: 0;
  height: min(calc(288 / 1080 * 100vw), 288px);
  background: url(../img/pc/sec01_img2.webp) 0 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .sec01__solution::after {
    background: url(../img/sp/sec01_img2.webp) 0 0/100% no-repeat;
    height: calc(400 / 750 * 100vw);
  }
}
.sec01__solution-heading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: min(calc(132 / 1080 * 100vw), 132px);
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec01__solution-heading {
    height: calc(249 / 750 * 100vw);
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec01__info {
  position: relative;
  display: flex;
  align-items: center;
  gap: min(calc(36 / 1080 * 100vw), 36px);
  padding: min(calc(348 / 1080 * 100vw), 348px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec01__info {
    flex-direction: column;
    gap: calc(30 / 750 * 100vw);
    padding: calc(460 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.sec01__info-text {
  width: min(calc(660 / 1080 * 100vw), 660px);
}
@media screen and (max-width: 767px) {
  .sec01__info-text {
    width: 100%;
    text-align: center;
  }
}
.sec01__info-title {
  border-bottom: min(calc(2 / 1080 * 100vw), 2px) solid #333;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
  padding-bottom: min(calc(24 / 1080 * 100vw), 24px);
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec01__info-title {
    border-bottom: calc(3 / 750 * 100vw) solid #333;
    margin-bottom: calc(30 / 750 * 100vw);
    padding-bottom: calc(30 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec01__info-title .text01 {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: rgb(131, 71, 151);
}
@media screen and (max-width: 767px) {
  .sec01__info-title .text01 {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec01__info-title .text02 {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: rgb(229, 0, 18);
}
@media screen and (max-width: 767px) {
  .sec01__info-title .text02 {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec01__info-desc {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec01__info-desc {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec01__info-circle {
  background-color: rgb(253, 238, 0);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: min(calc(224 / 1080 * 100vw), 224px);
  height: min(calc(224 / 1080 * 100vw), 224px);
}
@media screen and (max-width: 767px) {
  .sec01__info-circle {
    width: calc(300 / 750 * 100vw);
    height: calc(300 / 750 * 100vw);
  }
}
.sec01__info-circle-text {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #333;
  text-align: center;
  padding-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec01__info-circle-text {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec01__info-circle-text span.text01 {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec01__info-circle-text span.text01 {
    font-size: calc(40 / 750 * 100vw);
  }
}

.sec02 {
  position: relative;
  padding: 0 0 min(calc(100 / 1080 * 100vw), 100px);
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: calc(60 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
}
.sec02__heading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: min(calc(36 / 1080 * 100vw), 36px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  padding-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec02__heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: calc(690 / 750 * 100vw);
    padding: 0 0 calc(20 / 750 * 100vw) calc(82 / 750 * 100vw);
  }
}
.sec02__heading::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.8;
  height: min(calc(4 / 1080 * 100vw), 4px);
  background: linear-gradient(90deg, #B81239 0%, #EC6436 100%);
}
@media screen and (max-width: 767px) {
  .sec02__heading::after {
    height: calc(5 / 750 * 100vw);
  }
}
.sec02__heading-subtitle {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec02__heading-subtitle {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec02__heading-title-group {
  display: flex;
  align-items: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
  color: rgb(131, 71, 151);
}
@media screen and (max-width: 767px) {
  .sec02__heading-title-group {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec02__heading-title-num {
  position: relative;
  top: max(calc(-10 / 1080 * 100vw), -10px);
  font-size: min(calc(84 / 1080 * 100vw), 84px);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec02__heading-title-num {
    top: calc(-12 / 750 * 100vw);
    font-size: calc(105 / 750 * 100vw);
    line-height: 1.2;
  }
}
.sec02__heading-title-text {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec02__heading-title-text {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec02__content {
  display: flex;
  flex-direction: column;
  gap: min(calc(94 / 1080 * 100vw), 94px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: min(calc(94 / 1080 * 100vw), 94px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec02__content {
    gap: calc(80 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    margin-top: calc(80 / 750 * 100vw);
  }
}
.sec02__point {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec02__point {
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.sec02__point::after {
  content: "";
  display: block;
  background: url(../img/pc/sec02_style2.webp) 0 0/100% no-repeat;
  position: absolute;
  z-index: -1;
  top: min(calc(2 / 1080 * 100vw), 2px);
  right: max(calc(-90 / 1080 * 100vw), -90px);
  width: min(calc(155 / 1080 * 100vw), 155px);
  height: min(calc(541 / 1080 * 100vw), 541px);
}
@media screen and (max-width: 767px) {
  .sec02__point::after {
    background: url(../img/sp/sec02_style2.webp) 0 0/100% no-repeat;
    top: calc(20 / 750 * 100vw);
    right: calc(-30 / 750 * 100vw);
    width: calc(119 / 750 * 100vw);
    height: calc(503 / 750 * 100vw);
  }
}
.sec02__point.--b::after {
  background: url(../img/pc/sec02_style3.webp) 0 0/100% no-repeat;
  top: min(calc(32 / 1080 * 100vw), 32px);
  height: min(calc(969 / 1080 * 100vw), 969px);
}
@media screen and (max-width: 767px) {
  .sec02__point.--b::after {
    background: url(../img/sp/sec02_style3.webp) 0 0/100% no-repeat;
    top: calc(64 / 750 * 100vw);
    height: calc(902 / 750 * 100vw);
  }
}
.sec02__point-top {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  grid-template-rows: repeat(2, max-content);
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px) min(calc(32 / 1080 * 100vw), 32px);
  margin-left: max(calc(-28 / 1080 * 100vw), -28px);
}
@media screen and (max-width: 767px) {
  .sec02__point-top {
    grid-template-columns: max-content 1fr;
    gap: calc(12 / 750 * 100vw) 0;
    width: calc(660 / 750 * 100vw);
    margin-left: calc(-30 / 750 * 100vw);
  }
}
.sec02__point-top.--b {
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec02__point-top.--b {
    margin-bottom: calc(50 / 750 * 100vw);
  }
}
.sec02__point-no {
  grid-area: 1/1/3/2;
}
@media screen and (max-width: 767px) {
  .sec02__point-no {
    grid-area: 1/1/2/2;
  }
}
.sec02__point-title {
  grid-area: 1/2/2/3;
  align-self: end;
}
@media screen and (max-width: 767px) {
  .sec02__point-title {
    grid-area: 1/2/2/3;
    align-self: auto;
  }
}
.sec02__point-subtitle {
  grid-area: 2/2/3/3;
  align-self: start;
}
@media screen and (max-width: 767px) {
  .sec02__point-subtitle {
    grid-area: 2/1/3/3;
  }
}
.sec02__point-no {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/pc/sec02_style1.webp) 0 0/100% no-repeat;
  width: min(calc(115 / 1080 * 100vw), 115px);
  height: min(calc(125 / 1080 * 100vw), 125px);
  padding-left: min(calc(10 / 1080 * 100vw), 10px);
  font-size: min(calc(77 / 1080 * 100vw), 77px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: rgb(131, 71, 151);
}
@media screen and (max-width: 767px) {
  .sec02__point-no {
    background: url(../img/sp/sec02_style1.webp) 0 0/100% no-repeat;
    padding-left: calc(4 / 750 * 100vw);
    width: calc(152 / 750 * 100vw);
    height: calc(154 / 750 * 100vw);
    font-size: calc(92 / 750 * 100vw);
  }
}
.sec02__point-title {
  background: rgb(229, 0, 18);
  width: fit-content;
  padding: min(calc(2 / 1080 * 100vw), 2px) min(calc(16 / 1080 * 100vw), 16px);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec02__point-title {
    width: auto;
    margin-left: calc(-22 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) calc(20 / 750 * 100vw) calc(4 / 750 * 100vw) calc(60 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec02__point-subtitle {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec02__point-subtitle {
    padding-left: calc(30 / 750 * 100vw);
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec02__block01 {
  display: flex;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec02__block01 {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
  }
}
.sec02__block01 img {
  width: min(calc(500 / 1080 * 100vw), 500px);
}
@media screen and (max-width: 767px) {
  .sec02__block01 img {
    width: 100%;
  }
}
.sec02__point-desc {
  flex: 1;
  padding-right: min(calc(40 / 1080 * 100vw), 40px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec02__point-desc {
    padding: 0 calc(30 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec02__point-group-title {
  display: flex;
  align-items: center;
  gap: min(calc(18 / 1080 * 100vw), 18px);
  margin: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(20 / 1080 * 100vw), 20px);
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 1.4;
  color: rgb(229, 0, 18);
}
@media screen and (max-width: 767px) {
  .sec02__point-group-title {
    gap: calc(22 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) 0 calc(24 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec02__point-group-title::before {
  content: "";
  display: block;
  background: linear-gradient(0, rgb(229, 0, 18), rgb(255, 98, 62));
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .sec02__point-group-title::before {
    width: calc(25 / 750 * 100vw);
    height: calc(25 / 750 * 100vw);
  }
}
.sec02__point-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec02__point-icons {
    gap: calc(10 / 750 * 100vw);
  }
}
.sec02__point-icon-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: min(calc(240 / 1080 * 100vw), 240px);
  height: min(calc(176 / 1080 * 100vw), 176px);
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  box-shadow: 0 0 min(calc(25 / 1080 * 100vw), 25px) 0 rgba(0, 0, 0, 0.16);
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec02__point-icon-item {
    width: calc(306 / 750 * 100vw);
    height: calc(234 / 750 * 100vw);
    border-radius: calc(20 / 750 * 100vw);
    box-shadow: 0 0 calc(25 / 750 * 100vw) 0 rgba(0, 0, 0, 0.16);
    gap: calc(14 / 750 * 100vw);
  }
}
.sec02__point-icon-item img {
  width: min(calc(110 / 1080 * 100vw), 110px);
}
@media screen and (max-width: 767px) {
  .sec02__point-icon-item img {
    width: calc(138 / 750 * 100vw);
  }
}
.sec02__point-icon-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(calc(56 / 1080 * 100vw), 56px);
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__point-icon-text {
    height: calc(100 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec02__point-other {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: right;
  color: #949494;
}
@media screen and (max-width: 767px) {
  .sec02__point-other {
    font-size: calc(26 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
  }
}
.sec02__point-col {
  display: flex;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec02__point-col {
    flex-direction: column;
    align-items: flex-start;
    gap: calc(40 / 750 * 100vw);
  }
}
.sec02__point-col.--b {
  flex-direction: row-reverse;
  padding-left: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec02__point-col.--b {
    flex-direction: column;
    padding: 0;
  }
}
.sec02__point-col.--b .sec02__point-info {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .sec02__point-col.--b .sec02__point-info {
    padding: 0 calc(30 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.sec02__point-col img {
  width: min(calc(500 / 1080 * 100vw), 500px);
}
@media screen and (max-width: 767px) {
  .sec02__point-col img {
    width: calc(630 / 750 * 100vw);
  }
}
.sec02__point-info {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  padding-right: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec02__point-info {
    gap: calc(14 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.sec02__point-info.--b {
  flex-direction: row;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec02__point-info.--b {
    gap: calc(30 / 750 * 100vw);
    margin-left: max(calc(-84 / 1080 * 100vw), -84px);
    padding-bottom: 0;
  }
}
.sec02__point-info-title {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: rgb(229, 0, 18);
}
@media screen and (max-width: 767px) {
  .sec02__point-info-title {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec02__point-info-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec02__point-info-text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec02__point-info-hint {
  width: min(calc(120 / 1080 * 100vw), 120px);
  height: min(calc(120 / 1080 * 100vw), 120px);
  background-color: rgb(229, 0, 18);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__point-info-hint {
    width: calc(190 / 750 * 100vw);
    height: calc(190 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec02__point-info-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec02__point-info-wrap {
    gap: calc(14 / 750 * 100vw);
  }
}

.sec03 {
  position: relative;
  padding: min(calc(76 / 1080 * 100vw), 76px) 0 min(calc(100 / 1080 * 100vw), 100px);
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: calc(60 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
  }
}
.sec03__content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .sec03__content {
    width: calc(690 / 750 * 100vw);
  }
}
.sec03__content.--b {
  display: flex;
  justify-content: space-between;
  margin: min(calc(40 / 1080 * 100vw), 40px) auto;
}
@media screen and (max-width: 767px) {
  .sec03__content.--b {
    flex-direction: column;
    margin: calc(60 / 750 * 100vw) auto;
    gap: calc(40 / 750 * 100vw);
  }
}
.sec03__point {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec03__point {
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.sec03__point::after {
  content: "";
  display: block;
  background: url(../img/pc/sec03_style1.webp) 0 0/100% no-repeat;
  position: absolute;
  z-index: -1;
  top: min(calc(10 / 1080 * 100vw), 10px);
  right: max(calc(-90 / 1080 * 100vw), -90px);
  width: min(calc(155 / 1080 * 100vw), 155px);
  height: min(calc(719 / 1080 * 100vw), 719px);
}
@media screen and (max-width: 767px) {
  .sec03__point::after {
    background: url(../img/sp/sec03_style1.webp) 0 0/100% no-repeat;
    top: calc(-36 / 750 * 100vw);
    right: calc(-30 / 750 * 100vw);
    width: calc(120 / 750 * 100vw);
    height: calc(674 / 750 * 100vw);
  }
}
.sec03__point-top {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  grid-template-rows: repeat(2, max-content);
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px) min(calc(32 / 1080 * 100vw), 32px);
  margin-left: max(calc(-28 / 1080 * 100vw), -28px);
}
@media screen and (max-width: 767px) {
  .sec03__point-top {
    grid-template-columns: max-content 1fr;
    gap: calc(12 / 750 * 100vw) 0;
    width: calc(660 / 750 * 100vw);
    margin-left: calc(-30 / 750 * 100vw);
  }
}
.sec03__point-no {
  grid-area: 1/1/3/2;
}
@media screen and (max-width: 767px) {
  .sec03__point-no {
    grid-area: 1/1/2/2;
  }
}
.sec03__point-title {
  grid-area: 1/2/2/3;
  align-self: end;
}
@media screen and (max-width: 767px) {
  .sec03__point-title {
    grid-area: 1/2/2/3;
    align-self: auto;
  }
}
.sec03__point-subtitle {
  grid-area: 2/2/3/3;
  align-self: start;
}
@media screen and (max-width: 767px) {
  .sec03__point-subtitle {
    grid-area: 2/1/3/3;
  }
}
.sec03__point-no {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/pc/sec02_style1.webp) 0 0/100% no-repeat;
  width: min(calc(115 / 1080 * 100vw), 115px);
  height: min(calc(125 / 1080 * 100vw), 125px);
  padding-left: min(calc(10 / 1080 * 100vw), 10px);
  font-size: min(calc(77 / 1080 * 100vw), 77px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: rgb(131, 71, 151);
}
@media screen and (max-width: 767px) {
  .sec03__point-no {
    background: url(../img/sp/sec02_style1.webp) 0 0/100% no-repeat;
    padding-left: calc(4 / 750 * 100vw);
    width: calc(152 / 750 * 100vw);
    height: calc(154 / 750 * 100vw);
    font-size: calc(92 / 750 * 100vw);
  }
}
.sec03__point-title {
  background: rgb(229, 0, 18);
  width: fit-content;
  padding: min(calc(2 / 1080 * 100vw), 2px) min(calc(16 / 1080 * 100vw), 16px);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec03__point-title {
    width: auto;
    margin-left: calc(-22 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) calc(20 / 750 * 100vw) calc(4 / 750 * 100vw) calc(60 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec03__point-subtitle {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec03__point-subtitle {
    padding-left: calc(30 / 750 * 100vw);
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec03__point-subtitle .text01 {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec03__point-subtitle .text01 {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec03__block01 {
  display: flex;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec03__block01 {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
  }
}
.sec03__block01 img {
  width: min(calc(500 / 1080 * 100vw), 500px);
}
@media screen and (max-width: 767px) {
  .sec03__block01 img {
    width: 100%;
  }
}
.sec03__point-desc {
  flex: 1;
  padding-right: min(calc(40 / 1080 * 100vw), 40px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec03__point-desc {
    padding: 0 calc(30 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec03__inner-box {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  width: min(calc(320 / 1080 * 100vw), 320px);
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  box-shadow: 0 0 min(calc(20 / 1080 * 100vw), 20px) 0 rgba(0, 0, 0, 0.16);
  padding-bottom: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .sec03__inner-box {
    margin: 0 auto;
    width: calc(630 / 750 * 100vw);
    border-radius: calc(20 / 750 * 100vw);
    box-shadow: 0 0 calc(25 / 750 * 100vw) 0 rgba(0, 0, 0, 0.16);
    padding-bottom: calc(24 / 750 * 100vw);
    gap: calc(20 / 750 * 100vw);
  }
}
.sec03__inner-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: min(calc(12 / 1080 * 100vw), 12px) min(calc(20 / 1080 * 100vw), 20px);
  background-color: rgb(131, 71, 151);
}
@media screen and (max-width: 767px) {
  .sec03__inner-title {
    padding: calc(16 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.sec03__inner-title-text {
  width: min(calc(272 / 1080 * 100vw), 272px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 8%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec03__inner-title-text {
    width: 100%;
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 8%;
  }
}
.sec03__inner-people {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(calc(280 / 1080 * 100vw), 280px);
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec03__inner-people {
    gap: calc(30 / 750 * 100vw);
    width: calc(536 / 750 * 100vw);
    margin-top: 0;
  }
}
.sec03__inner-people.--b {
  flex-direction: column;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  padding-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec03__inner-people.--b {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    padding: 0;
  }
}
.sec03__inner-people-name {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 8%;
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec03__inner-people-name {
    width: calc(365 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 8%;
  }
}
.sec03__inner-people-img {
  width: min(calc(109 / 1080 * 100vw), 109px);
  height: min(calc(120 / 1080 * 100vw), 120px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec03__inner-people-img {
    width: calc(141 / 750 * 100vw);
    height: calc(156 / 750 * 100vw);
  }
}
.sec03__inner-people-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec03__note {
  margin: 0 auto;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec03__note {
    width: calc(630 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-align: left;
  }
}

.sec04 {
  height: min(calc(1281 / 1080 * 100vw), 1281px);
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 0;
  background: url(../img/pc/sec04.webp) center/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .sec04 {
    height: calc(2866 / 750 * 100vw);
    padding: calc(80 / 750 * 100vw) 0 0;
    background: url(../img/sp/sec04.webp) center/100% no-repeat;
  }
}
.sec04__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec04__heading {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec04__en-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec04__en-title {
    gap: calc(10 / 750 * 100vw);
    margin-bottom: calc(14 / 750 * 100vw);
  }
}
.sec04__en-title p {
  opacity: 0.6;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(229, 0, 18);
}
@media screen and (max-width: 767px) {
  .sec04__en-title p {
    font-size: calc(45 / 750 * 100vw);
  }
}
.sec04__en-line {
  width: min(calc(86 / 1080 * 100vw), 86px);
  height: min(calc(2 / 1080 * 100vw), 2px);
  background-color: rgb(229, 0, 18);
}
@media screen and (max-width: 767px) {
  .sec04__en-line {
    width: calc(108 / 750 * 100vw);
    height: calc(3 / 750 * 100vw);
  }
}
.sec04__title {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec04__title {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec04__title .text01 {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .sec04__title .text01 {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec04__testimonials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(calc(40 / 1080 * 100vw), 40px) min(calc(24 / 1080 * 100vw), 24px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
  padding-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec04__testimonials {
    flex-direction: column;
    align-items: center;
    gap: calc(40 / 750 * 100vw);
    max-width: calc(630 / 750 * 100vw);
    padding-bottom: calc(25 / 750 * 100vw);
  }
}
.sec04__inner {
  width: min(calc(488 / 1080 * 100vw), 488px);
  height: min(calc(275 / 1080 * 100vw), 275px);
  position: relative;
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(40 / 1080 * 100vw), 40px);
  background-color: rgb(248, 248, 248);
  display: flex;
  flex-direction: column;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  clip-path: polygon(0 0, 90% 0, 100% 16%, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .sec04__inner {
    width: 100%;
    height: auto;
    padding: calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
    gap: calc(24 / 750 * 100vw);
    clip-path: polygon(0 0, 91.3% 0, 100% 12.1%, 100% 100%, 0 100%);
  }
}
.sec04__inner-head {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec04__inner-head {
    gap: calc(10 / 750 * 100vw);
  }
}
.sec04__inner-title {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: rgb(229, 0, 18);
}
@media screen and (max-width: 767px) {
  .sec04__inner-title {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec04__inner-role {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(51, 51, 51);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec04__inner-role {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec04__inner-line {
  width: 100%;
  height: min(calc(2 / 1080 * 100vw), 2px);
  border: none;
  background-color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec04__inner-line {
    height: calc(3 / 750 * 100vw);
  }
}
.sec04__inner-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec04__inner-text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec04__inner-icon {
  position: absolute;
  right: min(calc(10 / 1080 * 100vw), 10px);
  bottom: min(calc(10 / 1080 * 100vw), 10px);
  width: min(calc(32 / 1080 * 100vw), 32px);
  height: min(calc(47 / 1080 * 100vw), 47px);
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .sec04__inner-icon {
    right: calc(12 / 750 * 100vw);
    bottom: calc(12 / 750 * 100vw);
    width: calc(40 / 750 * 100vw);
    height: calc(59 / 750 * 100vw);
  }
}
.sec04__inner-icon--food {
  background: url(../img/common/sec04_icon1.webp) center/contain no-repeat;
}
.sec04__inner-icon--hotel {
  background: url(../img/common/sec04_icon2.webp) center/contain no-repeat;
}

.sec05 {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(120 / 1080 * 100vw), 120px);
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: calc(80 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
  }
}
.sec05__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec05__heading {
    gap: calc(12 / 750 * 100vw);
  }
}
.sec05__heading-label {
  position: relative;
  background-color: rgb(131, 71, 151);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(calc(2 / 1080 * 100vw), 2px) min(calc(14 / 1080 * 100vw), 14px);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .sec05__heading-label {
    padding: calc(4 / 750 * 100vw) calc(28 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec05__heading-label::before, .sec05__heading-label::after {
  content: "";
  position: absolute;
  display: block;
  background: rgb(131, 71, 151);
  top: 0;
  right: max(calc(-12.5 / 1080 * 100vw), -12.5px);
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: 100%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px) {
  .sec05__heading-label::before, .sec05__heading-label::after {
    right: calc(-19.5 / 750 * 100vw);
    width: calc(20 / 750 * 100vw);
  }
}
.sec05__heading-label::before {
  transform: scale(-1, 1);
  left: max(calc(-12.5 / 1080 * 100vw), -12.5px);
}
@media screen and (max-width: 767px) {
  .sec05__heading-label::before {
    left: calc(-19.5 / 750 * 100vw);
  }
}
.sec05__heading-title {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: rgb(51, 51, 51);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05__heading-title {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec05__content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec05__content {
    flex-direction: column;
    gap: calc(50 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
  }
}
.sec05__inner {
  position: relative;
  width: min(calc(440 / 1080 * 100vw), 440px);
  height: min(calc(520 / 1080 * 100vw), 520px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  padding: 0 min(calc(40 / 1080 * 100vw), 40px) min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec05__inner {
    width: 100%;
    height: auto;
    gap: calc(24 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.sec05__inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: min(calc(350 / 1080 * 100vw), 350px);
  bottom: 0;
  left: 0;
  background-color: rgb(248, 248, 248);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec05__inner::after {
    width: calc(690 / 750 * 100vw);
    height: calc(573 / 750 * 100vw);
    bottom: 0;
    left: calc(60 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec05__inner.--b::after {
    height: calc(479 / 750 * 100vw);
    left: 0;
  }
}
.sec05__inner img.--a {
  width: min(calc(288 / 1080 * 100vw), 288px);
}
@media screen and (max-width: 767px) {
  .sec05__inner img.--a {
    width: calc(360 / 750 * 100vw);
  }
}
.sec05__inner img.--b {
  width: min(calc(360 / 1080 * 100vw), 360px);
}
@media screen and (max-width: 767px) {
  .sec05__inner img.--b {
    width: calc(570 / 750 * 100vw);
  }
}
.sec05__body {
  display: flex;
  flex-direction: column;
  gap: min(calc(14 / 1080 * 100vw), 14px);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec05__body {
    width: calc(570 / 750 * 100vw);
    gap: calc(20 / 750 * 100vw);
  }
}
.sec05__title {
  background-color: rgb(131, 71, 151);
  width: 100%;
  padding: min(calc(1 / 1080 * 100vw), 1px) 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec05__title {
    padding: calc(2 / 750 * 100vw) 0 calc(6 / 750 * 100vw);
  }
}
.sec05__title h3 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .sec05__title h3 {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec05__text p {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec05__text p {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec06 {
  position: relative;
  background: url("../img/pc/sec06.webp") 50% 0/100% no-repeat;
  background-color: rgb(232, 232, 232);
  padding: min(calc(100 / 1080 * 100vw), 100px) 0;
}
@media screen and (max-width: 767px) {
  .sec06 {
    background-image: url("../img/sp/sec06.webp");
    padding: calc(120 / 750 * 100vw) 0;
  }
}
.sec06__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(calc(16 / 1080 * 100vw), 16px) min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec06__container {
    flex-direction: column;
    align-items: center;
    gap: calc(16 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
  }
}
.sec06__inner {
  position: relative;
  width: min(calc(490 / 1080 * 100vw), 490px);
  height: min(calc(220 / 1080 * 100vw), 220px);
  padding: min(calc(18 / 1080 * 100vw), 18px) 0;
}
@media screen and (max-width: 767px) {
  .sec06__inner {
    width: 100%;
    height: calc(275 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) 0;
  }
  .sec06__inner.--a {
    height: calc(288 / 750 * 100vw);
  }
}
.sec06__inner.--calendar {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  height: min(calc(181 / 1080 * 100vw), 181px);
  padding: min(calc(20 / 1080 * 100vw), 20px) 0 min(calc(20 / 1080 * 100vw), 20px) min(calc(40 / 1080 * 100vw), 40px);
  display: flex;
  flex-direction: column;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec06__inner.--calendar {
    width: 100%;
    height: calc(332 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) 0 calc(24 / 750 * 100vw) calc(40 / 750 * 100vw);
    gap: calc(17.5 / 750 * 100vw);
  }
}
.sec06__title {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__title {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec06__title .text01 {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.1em;
  color: rgb(229, 0, 18);
}
@media screen and (max-width: 767px) {
  .sec06__title .text01 {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec06__subtitle {
  position: absolute;
  width: 100%;
  left: 0;
  top: min(calc(164 / 1080 * 100vw), 164px);
  padding: min(calc(3 / 1080 * 100vw), 3px) 0;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: rgb(255, 255, 255);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__subtitle {
    top: calc(191 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) 0;
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec06__subtitle.--a {
  padding-right: min(calc(53 / 1080 * 100vw), 53px);
}
@media screen and (max-width: 767px) {
  .sec06__subtitle.--a {
    top: calc(204 / 750 * 100vw);
    padding-right: calc(44 / 750 * 100vw);
  }
}
.sec06__info {
  display: flex;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec06__info {
    gap: calc(30 / 750 * 100vw);
  }
}
.sec06__info-label {
  background-color: rgb(51, 51, 51);
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  padding: min(calc(10 / 1080 * 100vw), 10px);
  width: min(calc(97 / 1080 * 100vw), 97px);
  height: min(calc(37 / 1080 * 100vw), 37px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .sec06__info-label {
    padding: calc(12 / 750 * 100vw) calc(12 / 750 * 100vw) calc(15 / 750 * 100vw);
    width: calc(60 / 750 * 100vw);
    height: calc(130 / 750 * 100vw);
    border-radius: calc(5 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.sec06__date {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec06__date {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec06__year {
  display: flex;
  align-items: flex-end;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec06__year {
    gap: calc(6 / 750 * 100vw);
  }
}
.sec06__year span {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec06__year span {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec06__year span.--en {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .sec06__year span.--en {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.1;
  }
}
.sec06__day {
  display: flex;
  align-items: flex-end;
  gap: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .sec06__day {
    gap: calc(7 / 750 * 100vw);
  }
}
.sec06__day span.--en {
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: rgb(229, 0, 18);
}
@media screen and (max-width: 767px) {
  .sec06__day span.--en {
    font-size: calc(70 / 750 * 100vw);
  }
}
.sec06__day span.--en.--b {
  display: flex;
  align-items: center;
  gap: min(calc(5 / 1080 * 100vw), 5px);
  margin-left: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec06__day span.--en.--b {
    gap: calc(8 / 750 * 100vw);
    margin-left: calc(4 / 750 * 100vw);
  }
}
.sec06__day span.--en.--b::before {
  content: "";
  display: block;
  background: #333;
  width: min(calc(16 / 1080 * 100vw), 16px);
  height: min(calc(19 / 1080 * 100vw), 19px);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px) {
  .sec06__day span.--en.--b::before {
    width: calc(20 / 750 * 100vw);
    height: calc(23 / 750 * 100vw);
  }
}
.sec06__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(51, 51, 51);
  border-radius: 50%;
  width: min(calc(44 / 1080 * 100vw), 44px);
  height: min(calc(44 / 1080 * 100vw), 44px);
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .sec06__circle {
    width: calc(52 / 750 * 100vw);
    height: calc(52 / 750 * 100vw);
    font-size: calc(35 / 750 * 100vw);
  }
}
.sec06__time {
  display: flex;
  align-items: flex-end;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
.sec06__time-main {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec06__time-main {
    font-size: calc(60 / 750 * 100vw);
  }
}
.sec06__time-note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec06__time-note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec06__venue {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec06__venue {
    font-size: calc(56 / 750 * 100vw);
    line-height: 1;
    text-align: right;
  }
}
.sec06__venue .text01 {
  color: rgb(229, 0, 18);
  line-height: 1;
}
.sec06__venue-hall {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec06__venue-hall {
    font-size: calc(40 / 750 * 100vw);
  }
}

.sec07 {
  background-color: rgb(248, 248, 248);
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(120 / 1080 * 100vw), 120px);
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: calc(80 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
  }
}
.sec07__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec07__heading {
    gap: calc(22 / 750 * 100vw);
  }
}
.sec07__heading-en {
  padding: 0 min(calc(10 / 1080 * 100vw), 10px) min(calc(8 / 1080 * 100vw), 8px);
  border-bottom: 2px solid rgb(131, 71, 151);
  font-weight: 500;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(131, 71, 151);
  text-align: center;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .sec07__heading-en {
    padding: 0 calc(12 / 750 * 100vw) calc(10 / 750 * 100vw);
    border-bottom: calc(3 / 750 * 100vw) solid rgb(131, 71, 151);
    font-size: calc(45 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec07__heading-line {
  width: min(calc(86 / 1080 * 100vw), 86px);
  height: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .sec07__heading-line {
    width: calc(108 / 750 * 100vw);
    height: calc(3 / 750 * 100vw);
  }
}
.sec07__heading-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: rgb(51, 51, 51);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07__heading-ja {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: 0.1em;
  }
}
.sec07 .adlp-accordion {
  background: transparent;
}
.sec07 .adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  width: min(calc(840 / 1080 * 100vw), 840px);
  margin: min(calc(60 / 1080 * 100vw), 60px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec07 .adlp-accordion__wrapper {
    gap: calc(40 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) auto 0;
  }
}
.sec07 .adlp-accordion__header {
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, rgb(131, 71, 151) 9.625%, rgb(153, 153, 153) 9.625%) 1;
}
@media screen and (min-width: 768px) {
  .sec07 .adlp-accordion__header {
    pointer-events: none;
  }
  .sec07 .adlp-accordion__header::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec07 .adlp-accordion__header {
    border-bottom: calc(3 / 750 * 100vw) solid;
    border-image: linear-gradient(to right, rgb(131, 71, 151) 24.5%, rgb(153, 153, 153) 24.5%) 1 !important;
    position: relative;
    cursor: pointer;
  }
  .sec07 .adlp-accordion__header::after {
    content: "";
    display: block;
    width: calc(30 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    position: absolute;
    right: calc(20 / 750 * 100vw);
    top: 50%;
    transform: translateY(-50%);
    background: url("data:image/svg+xml,%3Csvg width='30' height='16' viewBox='0 0 30 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 2L14.381 14L2 2' stroke='%23834797' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 0 0/100% no-repeat;
    transition: transform 0.3s;
  }
  .sec07 .adlp-accordion__header.--open::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
.sec07 .adlp-accordion__header__inner {
  display: block;
  padding: 0 min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: justify;
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec07 .adlp-accordion__header__inner {
    padding: 0 calc(86 / 750 * 100vw) calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec07 .adlp-accordion__header__inner .text {
  padding-right: min(calc(6 / 1080 * 100vw), 6px);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  color: rgb(131, 71, 151);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec07 .adlp-accordion__header__inner .text {
    padding-right: calc(12 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .sec07 .adlp-accordion__body {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .sec07 .adlp-accordion__body {
    display: none;
  }
}
.sec07 .adlp-accordion__body__inner {
  display: block;
  padding: min(calc(24 / 1080 * 100vw), 24px) 0;
}
@media screen and (max-width: 767px) {
  .sec07 .adlp-accordion__body__inner {
    padding: calc(30 / 750 * 100vw) 0;
  }
}
.sec07 .adlp-accordion__body__inner .text {
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec07 .adlp-accordion__body__inner .text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec07 .adlp-accordion__body__inner .text a {
  text-decoration: underline;
}
.sec07 .adlp-accordion__body__inner .note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .sec07 .adlp-accordion__body__inner .note {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec08 {
  background-color: rgb(255, 255, 255);
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(120 / 1080 * 100vw), 120px);
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: calc(80 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
  }
}
.sec08__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec08__heading {
    gap: calc(22 / 750 * 100vw);
  }
}
.sec08__heading-en {
  position: relative;
  padding: 0 min(calc(10 / 1080 * 100vw), 10px) min(calc(8 / 1080 * 100vw), 8px);
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgba(229, 0, 18, 0.6);
}
@media screen and (max-width: 767px) {
  .sec08__heading-en {
    padding: 0 calc(12 / 750 * 100vw) calc(10 / 750 * 100vw);
    font-size: calc(45 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec08__heading-en::after {
  content: "";
  background: rgb(229, 0, 18);
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  width: min(calc(86 / 1080 * 100vw), 86px);
  height: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .sec08__heading-en::after {
    width: calc(108 / 750 * 100vw);
    height: calc(3 / 750 * 100vw);
  }
}
.sec08__heading-ja {
  font-weight: 700;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: rgb(51, 51, 51);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08__heading-ja {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: 0.1em;
  }
}
.sec08__content {
  display: flex;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: min(calc(108 / 1080 * 100vw), 108px) auto min(calc(24 / 1080 * 100vw), 24px);
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec08__content {
    flex-direction: column;
    gap: calc(70 / 750 * 100vw);
    width: calc(570 / 750 * 100vw);
    margin: calc(120 / 750 * 100vw) auto calc(24 / 750 * 100vw);
  }
}
.sec08__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  padding: min(calc(60 / 1080 * 100vw), 60px) min(calc(40 / 1080 * 100vw), 40px) min(calc(12 / 1080 * 100vw), 12px);
  width: min(calc(316 / 1080 * 100vw), 316px);
  border: min(calc(3 / 1080 * 100vw), 3px) solid rgb(221, 221, 221);
}
@media screen and (max-width: 767px) {
  .sec08__inner {
    width: calc(570 / 750 * 100vw);
    height: auto;
    gap: calc(24 / 750 * 100vw);
    padding: calc(70 / 750 * 100vw) calc(50 / 750 * 100vw) calc(24 / 750 * 100vw);
    border: calc(4 / 750 * 100vw) solid rgb(221, 221, 221);
  }
}
.sec08__inner img {
  width: min(calc(146 / 1080 * 100vw), 146px);
}
@media screen and (max-width: 767px) {
  .sec08__inner img {
    width: calc(183 / 750 * 100vw);
  }
}
.sec08__text {
  position: relative;
  width: min(calc(232 / 1080 * 100vw), 232px);
  padding-top: min(calc(20 / 1080 * 100vw), 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(51, 51, 51);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08__text {
    width: calc(570 / 750 * 100vw);
    padding-top: calc(24 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec08__text.--b {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec08__text.--b {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec08__text.--b .text01 {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec08__text.--b .text01 {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec08__text::before {
  content: "";
  background: rgb(229, 0, 18);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: min(calc(36 / 1080 * 100vw), 36px);
  height: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .sec08__text::before {
    width: calc(45 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
  }
}
.sec08__no {
  position: absolute;
  top: max(calc(-44 / 1080 * 100vw), -44px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(93.34 / 1080 * 100vw), 93.34px);
  height: min(calc(93.34 / 1080 * 100vw), 93.34px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec08__no {
    top: calc(-58 / 750 * 100vw);
    width: calc(116 / 750 * 100vw);
    height: calc(116 / 750 * 100vw);
  }
}
.sec08__no::after {
  content: "";
  background: linear-gradient(90deg, #B81239 0%, #EC6436 100%);
  position: absolute;
  top: min(calc(12 / 1080 * 100vw), 12px);
  left: min(calc(12 / 1080 * 100vw), 12px);
  width: min(calc(66 / 1080 * 100vw), 66px);
  height: min(calc(66 / 1080 * 100vw), 66px);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .sec08__no::after {
    top: calc(16 / 750 * 100vw);
    left: calc(16 / 750 * 100vw);
    width: calc(82 / 750 * 100vw);
    height: calc(82 / 750 * 100vw);
  }
}
.sec08__no-text {
  position: relative;
  z-index: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(255, 255, 255);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08__no-text {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec08__note {
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08__note {
    margin: 0 auto;
    width: calc(570 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    text-align: justify;
  }
}

.sec09 {
  background: #FAF7F9 linear-gradient(to right, #fff 0%, #fff 100%) no-repeat min(calc(755 / 1080 * 100vw), 755px) min(calc(297 / 1080 * 100vw), 297px)/min(calc(1165 / 1080 * 100vw), 1165px) min(calc(478 / 1080 * 100vw), 478px);
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(160 / 1080 * 100vw), 160px);
}
@media screen and (max-width: 767px) {
  .sec09 {
    background: #FAF7F9 linear-gradient(to right, #fff 0%, #fff 100%) no-repeat 0 calc(519 / 750 * 100vw)/calc(720 / 750 * 100vw) calc(1180 / 750 * 100vw);
    padding: calc(80 / 750 * 100vw) 0 calc(180 / 750 * 100vw);
  }
}
.sec09__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec09__heading {
    gap: calc(22 / 750 * 100vw);
  }
}
.sec09__heading-en {
  position: relative;
  padding: 0 min(calc(10 / 1080 * 100vw), 10px) min(calc(8 / 1080 * 100vw), 8px);
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: 500;
  color: rgba(131, 71, 151, 0.6);
}
@media screen and (max-width: 767px) {
  .sec09__heading-en {
    padding: 0 calc(12 / 750 * 100vw) calc(10 / 750 * 100vw);
    font-size: calc(45 / 750 * 100vw);
  }
}
.sec09__heading-en::after {
  content: "";
  background: rgb(131, 71, 151);
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  width: min(calc(86 / 1080 * 100vw), 86px);
  height: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .sec09__heading-en::after {
    width: calc(108 / 750 * 100vw);
    height: calc(3 / 750 * 100vw);
  }
}
.sec09__heading-ja {
  font-weight: 700;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec09__heading-ja {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec09__content {
  display: flex;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  width: min(calc(1040 / 1080 * 100vw), 1040px);
  margin: min(calc(100 / 1080 * 100vw), 100px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec09__content {
    flex-direction: column;
    gap: calc(50 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
  }
}
.sec09__map {
  width: min(calc(540 / 1080 * 100vw), 540px);
  height: min(calc(367 / 1080 * 100vw), 367px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec09__map {
    width: calc(690 / 750 * 100vw);
    height: calc(430 / 750 * 100vw);
  }
}
.sec09__info {
  width: min(calc(460 / 1080 * 100vw), 460px);
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec09__info {
    width: calc(630 / 750 * 100vw);
    gap: calc(24 / 750 * 100vw);
  }
}
.sec09__venue {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  padding-bottom: min(calc(9 / 1080 * 100vw), 9px);
  border-bottom: min(calc(1 / 1080 * 100vw), 1px) solid rgb(131, 71, 151);
}
@media screen and (max-width: 767px) {
  .sec09__venue {
    gap: calc(24 / 750 * 100vw);
    padding-bottom: calc(12 / 750 * 100vw);
    border-bottom: calc(2 / 750 * 100vw) solid rgb(131, 71, 151);
  }
}
.sec09__venue-title {
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: rgb(131, 71, 151);
}
@media screen and (max-width: 767px) {
  .sec09__venue-title {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec09__venue-name {
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec09__venue-name {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec09__detail {
  display: flex;
  flex-direction: column;
  gap: min(calc(2 / 1080 * 100vw), 2px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec09__detail {
    gap: calc(4 / 750 * 100vw);
  }
}
.sec09__detail-item {
  width: 100%;
}
.sec09__detail-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: min(calc(9 / 1080 * 100vw), 9px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec09__detail-head {
    gap: calc(11.25 / 750 * 100vw);
  }
}
.sec09__detail-icon {
  width: min(calc(14 / 1080 * 100vw), 14px);
  height: min(calc(14 / 1080 * 100vw), 14px);
  background-color: rgb(131, 71, 151);
  margin-top: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .sec09__detail-icon {
    width: calc(18 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    margin-top: calc(6 / 750 * 100vw);
  }
}
.sec09__detail-title {
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(131, 71, 151);
}
@media screen and (max-width: 767px) {
  .sec09__detail-title {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec09__detail-text {
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec09__detail-text {
    font-size: calc(26 / 750 * 100vw);
    text-align: justify;
  }
}
.sec09__bus {
  display: flex;
  flex-direction: column;
  gap: min(calc(7 / 1080 * 100vw), 7px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec09__bus {
    gap: calc(16 / 750 * 100vw);
  }
}
.sec09__bus-head {
  display: flex;
  align-items: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
  padding: min(calc(1 / 1080 * 100vw), 1px) 0 min(calc(1 / 1080 * 100vw), 1px) min(calc(20 / 1080 * 100vw), 20px);
  width: 100%;
  background-color: rgb(131, 71, 151);
}
@media screen and (max-width: 767px) {
  .sec09__bus-head {
    gap: calc(22 / 750 * 100vw);
    align-items: flex-start;
    padding: calc(2 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}
.sec09__bus-head img {
  width: min(calc(25 / 1080 * 100vw), 25px);
  height: min(calc(23 / 1080 * 100vw), 23px);
}
@media screen and (max-width: 767px) {
  .sec09__bus-head img {
    margin-top: calc(12 / 750 * 100vw);
    width: calc(37 / 750 * 100vw);
    height: calc(35 / 750 * 100vw);
  }
}
.sec09__bus-title {
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec09__bus-title {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec09__bus-title b {
  color: rgb(253, 238, 0);
}
.sec09__bus-text {
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec09__bus-text {
    font-size: calc(26 / 750 * 100vw);
    text-align: justify;
  }
}


/*-- ゾーン一覧 --*/

.zone_cat_box {
  display: flex;
  gap: 5px 5px;
  flex-wrap: wrap;
h5 {
  text-align: center;
}
   .zone_cat_box-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    /*cursor: pointer;*/
    /*background: rgba(0, 0, 0, 0.87);  */
    border-radius: clamp(0.75rem, 0.5rem + 1.25vw, 1.625rem);
    overflow: hidden;

    .zone_cat_box-text{
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.2);  
        z-index: 2;
        display: flex;
        justify-content: center;


        h5{
        color: #fff;
        font-size: clamp(1rem, 0.9614rem + 0.1818vw, 1.125rem);
        font-weight: 400;
        text-shadow: 0 3px 6px rgba(0, 0, 0, 0.262745098);
        line-height: 1.2em;
        margin: clamp(15%, 25%, 35%) 5% 0 5%;

         span{
            display: block;
         }
         img{
                width: clamp(30px, 30%, 70px); 
            }
        }

            }

    img {
    width: 100%;
    border-radius: clamp(0.75rem, 0.5rem + 1.25vw, 1.625rem);
    z-index: 1;
        }
  }
}


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