@charset "UTF-8";
ul,
ol,
li,
dl,
dt,
dd,
figure,
figcaption,
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #1E1E1E;
  transition: background-color 0.2s linear, color 0.2s linear;
}
a:hover {
  text-decoration: none;
  color: #1E1E1E;
  transition: background-color 0.2s linear, color 0.2s linear;
}

img {
  width: 100%;
  height: auto;
}

html {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  color: #1E1E1E;
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

header {
  width: 100%;
  height: min(60px, 4.8vw);
  position: fixed;
  z-index: 100;
  background: #fff;
  top: 0;
}
@media screen and (max-width: 767px) {
  header {
    height: 12.3076923077vw;
    padding-left: 4.358974359vw;
  }
}
header div {
  width: min(980px, 78.4vw);
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header div {
    width: 100%;
  }
}
header div h1 {
  font-size: min(0.96vw, 12px);
  line-height: 1.6666666667;
  margin-left: min(14.33px, 1.1464vw);
}
@media screen and (max-width: 767px) {
  header div h1 {
    display: none;
  }
}
header div .logo {
  width: min(190px, 15.2vw);
}
@media screen and (max-width: 767px) {
  header div .logo {
    width: 32.5641025641vw;
  }
}
header div .logo a {
  display: block;
}
header div .logo a img {
  vertical-align: text-top;
}
header div .contact {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  header div .contact {
    display: none;
  }
}
header div .contact a {
  display: block;
  border-radius: min(8px, 0.64vw);
  padding: 0 min(12px, 0.96vw);
  text-align: center;
  border: min(1px, 0.08vw) solid #c61a1a;
  color: #c61a1a;
  background-color: #fff;
  font-size: min(1.12vw, 14px);
  line-height: 2.4285714286;
  font-weight: 600;
}
@media (hover: hover) and (pointer: fine) {
  header div .contact a:hover {
    background-color: #fff974;
  }
}

#sns {
  margin-top: min(75px, 6vw);
  padding: min(40px, 3.2vw) 0;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sns {
    margin-top: 29.2307692308vw;
    padding: 0 0 5.1282051282vw;
    background: #E58344;
  }
}
#sns:before {
  content: "";
  display: block;
  background-image: url(../img/footer-bg.png);
  background-size: auto min(356px, 28.48vw);
  background-position: center;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: min(356px, 28.48vw);
  z-index: -1;
}
@media screen and (min-width: 2000px) {
  #sns:before {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  #sns:before {
    background-image: url(../img/footer-bg_sp.png);
    aspect-ratio: 390/211;
    top: -32.5641025641vw;
    height: 54.1025641026vw;
    background-size: cover;
  }
}
#sns h3 {
  font-size: min(1.44vw, 18px);
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sns h3 {
    font-size: 3.5897435897vw;
    line-height: 1.4;
  }
}
#sns ul {
  width: max-content;
  display: grid;
  grid-template-columns: repeat(4, min(160px, 12.8vw));
  gap: min(12px, 0.96vw);
  margin: min(24px, 1.92vw) auto 0;
}
@media screen and (max-width: 767px) {
  #sns ul {
    width: 85.3846153846vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.0512820513vw 3.0769230769vw;
    margin: 4.1025641026vw auto 0;
  }
}
#sns ul li a {
  display: grid;
  grid-template-columns: min(30px, 2.4vw) 1fr;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-weight: 700;
  transition: background-color 1.4s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  height: min(58px, 4.64vw);
  padding: 0 min(16px, 1.28vw);
  border-radius: min(12px, 0.96vw);
  font-size: min(0.96vw, 12px);
  line-height: 1.1666666667;
  gap: min(15px, 1.2vw);
}
@media screen and (max-width: 767px) {
  #sns ul li a {
    border-radius: 3.0769230769vw;
    font-size: 3.0769230769vw;
    line-height: 1.1666666667;
    gap: 4.6153846154vw;
    grid-template-columns: 7.6923076923vw 1fr;
    height: 14.8717948718vw;
    padding: 0 4.1025641026vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  #sns ul li a:hover {
    transition: background-color 1.4s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  }
}
#sns ul li a img {
  aspect-ratio: 1/1;
}
#sns ul li a span span {
  font-size: min(0.8vw, 10px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #sns ul li a span span {
    font-size: 2.5641025641vw;
    line-height: 1.4;
  }
}

footer {
  position: relative;
  background: none;
  padding: initial;
  color: #fff;
  margin-top: 0;
}
footer dl {
  text-align: center;
  margin: 0 auto;
  background-color: #808080;
  padding: min(40px, 3.2vw) 0;
}
@media screen and (max-width: 767px) {
  footer dl {
    width: 100%;
    padding: 10.2564102564vw 0;
  }
}
footer dl dt {
  font-size: min(1.6vw, 20px);
  line-height: 1.2;
  font-weight: 700;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer dl dt {
    font-size: 5.1282051282vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  footer dl dd {
    width: 80vw;
    margin: 0 auto;
  }
}
footer dl dd p:nth-of-type(1) {
  margin: min(20px, 1.6vw) auto 0;
}
@media screen and (max-width: 767px) {
  footer dl dd p:nth-of-type(1) {
    margin-top: 11.5384615385vw;
  }
}
footer dl dd p:nth-of-type(1) a {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
  color: #1E1E1E;
  text-align: center;
  transition: background-color 1.4s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  border-radius: min(4px, 0.32vw);
  font-size: min(1.12vw, 14px);
  line-height: 1.4;
  padding: min(16px, 1.28vw) min(93px, 7.44vw);
}
@media screen and (max-width: 767px) {
  footer dl dd p:nth-of-type(1) a {
    border-radius: 1.0256410256vw;
    padding: 1.7948717949vw 0;
    font-size: 3.5897435897vw;
    line-height: 1.4;
    width: 100%;
  }
}
footer dl dd p:nth-of-type(2) {
  color: #fff;
  margin: min(24px, 1.92vw) auto 0;
  text-align: center;
  font-size: min(1.12vw, 14px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  footer dl dd p:nth-of-type(2) {
    width: 100%;
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
    margin-top: 4.358974359vw;
    text-align: left;
  }
  footer dl dd p:nth-of-type(2) br {
    display: none;
  }
}
footer div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  position: relative;
  margin: 0 auto;
  padding: min(30px, 2.4vw) 0;
  width: min(960px, 76.8vw);
}
@media screen and (max-width: 767px) {
  footer div {
    margin-top: 6.1538461538vw;
    width: 100%;
    padding: 0 4.1025641026vw 10.2564102564vw;
    flex-direction: column;
  }
}
footer ul {
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  padding: 0;
}
@media screen and (max-width: 767px) {
  footer ul {
    width: 100%;
  }
}
footer ul li a {
  font-size: min(1.12vw, 14px);
  line-height: 1.4285714286;
  color: #1E1E1E;
}
@media screen and (max-width: 767px) {
  footer ul li a {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
  }
}
@media (hover: hover) and (pointer: fine) {
  footer ul li a:hover {
    text-decoration: underline;
    color: #1E1E1E;
  }
}
footer ul li + li:before {
  content: "｜";
  color: #1E1E1E;
}
footer ul + p {
  font-size: min(1.12vw, 14px);
  line-height: 1.4285714286;
  position: relative;
  text-align: left;
  top: 0;
  color: #1E1E1E;
}
@media screen and (max-width: 767px) {
  footer ul + p {
    width: 100%;
    padding: 1.0256410256vw 0 0;
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
  }
}

#mainVisual {
  margin-top: min(60px, 4.8vw);
  height: min(540px, 43.2vw);
  background-color: #A5594B;
  background-image: url(../img/mainVisual-bg.jpg);
  background-size: auto min(500px, 40vw);
  background-position: center top;
  background-repeat: repeat-x;
  position: relative;
}
@media screen and (min-width: 2000px) {
  #mainVisual {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  #mainVisual {
    margin-top: 12.3076923077vw;
    height: 128.7179487179vw;
    background-image: url(../img/mainVisual-bg_sp.jpg);
    background-size: auto 128.9743589744vw;
  }
}
#mainVisual p.logo {
  padding-top: min(55px, 4.4vw);
  width: min(995px, 79.6vw);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #mainVisual p.logo {
    padding-top: 0;
    width: 100%;
  }
}
#mainVisual p.text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #A5594B;
  color: #fff;
  font-size: min(1.12vw, 14px);
  line-height: 1;
  height: min(40px, 3.2vw);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #mainVisual p.text {
    height: 10.2564102564vw;
    font-size: 3.0769230769vw;
    line-height: 1;
  }
}

#share {
  margin: min(26px, 2.08vw) auto 0;
  width: min(800px, 64vw);
  background-color: #fde5d5;
}
@media screen and (max-width: 767px) {
  #share {
    width: 89.7435897436vw;
    margin-top: 6.6666666667vw;
  }
}
#share dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(16px, 1.28vw);
  height: min(56px, 4.48vw);
}
@media screen and (max-width: 767px) {
  #share dl {
    gap: 3.0769230769vw;
    height: 12.3076923077vw;
  }
}
#share dl dt {
  font-size: min(1.12vw, 14px);
  line-height: 1.4285714286;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #share dl dt {
    font-size: 3.0769230769vw;
    line-height: 1;
  }
}
#share dl dd ul {
  display: grid;
  grid-template-columns: repeat(3, min(36px, 2.88vw));
  gap: min(12px, 0.96vw);
}
@media screen and (max-width: 767px) {
  #share dl dd ul {
    grid-template-columns: repeat(3, 7.1794871795vw);
    gap: 3.0769230769vw;
  }
}
#share dl dd ul li a {
  display: block;
  background-color: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (hover: hover) and (pointer: fine) {
  #share dl dd ul li a:hover {
    background-color: #E6F1F8;
  }
}
#share dl dd ul li a img {
  aspect-ratio: 1/1;
  width: 100%;
}

#how {
  margin: min(40px, 3.2vw) auto 0;
  width: min(800px, 64vw);
}
@media screen and (max-width: 767px) {
  #how {
    width: 100%;
    margin-top: 5.641025641vw;
  }
}
#how h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(1.6vw, 20px);
  line-height: 1;
  font-weight: 700;
  color: #1E1E1E;
  text-align: center;
  height: min(60px, 4.8vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/headline-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: fit-content;
  min-width: min(459px, 36.72vw);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #how h2 {
    background-size: auto 15.3846153846vw;
    height: 15.3846153846vw;
    width: 100%;
    min-width: 100%;
    font-size: 4.6153846154vw;
    line-height: 1;
  }
}
#how > p {
  margin: min(40px, 3.2vw) auto 0;
  text-align: center;
  font-size: min(1.12vw, 14px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #how > p {
    margin-top: 4.6153846154vw;
    font-size: 3.5897435897vw;
    line-height: 1.6;
    padding: 0 5.1282051282vw;
    text-align: left;
  }
}
#how > p img {
  margin: min(24px, 1.92vw) auto 0;
  width: min(210px, 16.8vw);
  display: block;
}
@media screen and (max-width: 767px) {
  #how > p img {
    margin-top: 5.3846153846vw;
    width: 53.8461538462vw;
  }
}
#how .start {
  margin: min(60px, 4.8vw) auto 0;
  width: min(800px, 64vw);
  display: grid;
  grid-template-columns: min(420px, 33.6vw) min(340px, 27.2vw);
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #how .start {
    grid-template-columns: 1fr;
    margin-top: 5.3846153846vw;
    width: 89.7435897436vw;
  }
}
#how .start p:first-of-type {
  font-size: min(1.12vw, 14px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #how .start p:first-of-type {
    font-size: 3.5897435897vw;
    line-height: 1.6;
  }
}
#how .start p:last-of-type {
  margin-top: min(12px, 0.96vw);
}
@media screen and (max-width: 767px) {
  #how .start p:last-of-type {
    margin-top: 1.0256410256vw;
  }
}
#how .start p:last-of-type a {
  display: grid;
  grid-template-columns: 1fr min(20px, 1.6vw);
  gap: min(5px, 0.4vw);
  justify-content: end;
  text-align: right;
  align-items: center;
  color: #B41E14;
  font-size: min(0.96vw, 12px);
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  #how .start p:last-of-type a {
    grid-template-columns: 1fr 5.1282051282vw;
    gap: 1.2820512821vw;
    font-size: 3.0769230769vw;
    line-height: 1.6666666667;
  }
}
#how .start p:last-of-type a:after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cmask id='a' width='20' height='20' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23c30d23' d='M0 0h20v20H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23c30d23' d='M11.077 10 7.244 6.167l.59-.59L12.256 10l-4.424 4.423-.59-.59z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}
#how .start picture {
  grid-column: 2;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  #how .start picture {
    grid-column: 1;
    grid-row: 3;
    margin-top: 12.0512820513vw;
  }
}

#campaign {
  margin: min(80px, 6.4vw) auto 0;
  width: min(800px, 64vw);
}
@media screen and (max-width: 767px) {
  #campaign {
    width: 89.7435897436vw;
    margin-top: 10.2564102564vw;
  }
}
#campaign h3 {
  text-align: center;
  margin-top: min(40px, 3.2vw);
  font-size: min(1.6vw, 20px);
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #campaign h3 {
    text-align: left;
    margin-top: 3.8461538462vw;
    font-size: 4.6153846154vw;
    line-height: 1.6;
  }
}
#campaign h3 span {
  display: block;
  font-size: min(1.28vw, 16px);
  line-height: 1.475;
  padding-bottom: min(4px, 0.32vw);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #campaign h3 span {
    font-size: 3.5897435897vw;
    line-height: 1.6;
    padding-bottom: 2.0512820513vw;
  }
}
#campaign h3 span svg {
  vertical-align: baseline;
}
#campaign h3 + p {
  margin: min(16px, 1.28vw) auto 0;
  font-size: min(1.12vw, 14px);
  line-height: 1.6;
  width: min(680px, 54.4vw);
}
@media screen and (max-width: 767px) {
  #campaign h3 + p {
    margin-top: 5.1282051282vw;
    font-size: 3.5897435897vw;
    line-height: 1.6;
    width: 100%;
  }
}
#campaign > div {
  margin: min(40px, 3.2vw) auto 0;
  width: min(680px, 54.4vw);
}
@media screen and (max-width: 767px) {
  #campaign > div {
    width: 100%;
    margin-top: 0;
  }
}
#campaign > div h4 {
  margin-top: min(28px, 2.24vw);
  font-size: min(1.12vw, 14px);
  line-height: 1.2;
  font-weight: 700;
  height: min(36px, 2.88vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E6F1F8;
}
@media screen and (max-width: 767px) {
  #campaign > div h4 {
    margin-top: 7.1794871795vw;
    font-size: 3.5897435897vw;
    line-height: 1.2;
    height: 9.2307692308vw;
  }
}
#campaign > div h4 + p {
  margin-top: min(16px, 1.28vw);
}
@media screen and (max-width: 767px) {
  #campaign > div h4 + p {
    margin-top: 4.1025641026vw;
  }
}
#campaign > div a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  #campaign > div a:hover {
    text-decoration: none;
  }
}
#campaign > div p {
  font-size: min(1.12vw, 14px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #campaign > div p {
    font-size: 3.5897435897vw;
    line-height: 1.6;
  }
}
#campaign > div > dl {
  margin-top: min(16px, 1.28vw);
  font-size: min(1.12vw, 14px);
  line-height: 1.6;
  overflow-y: scroll;
  height: min(300px, 24vw);
}
@media screen and (max-width: 767px) {
  #campaign > div > dl {
    margin-top: 4.1025641026vw;
    font-size: 3.5897435897vw;
    line-height: 1.6;
    height: 76.9230769231vw;
  }
}
#campaign > div > dl > dd ul li {
  list-style: disc;
  margin-left: min(20px, 1.6vw);
}
@media screen and (max-width: 767px) {
  #campaign > div > dl > dd ul li {
    margin-left: 5.1282051282vw;
  }
}
#campaign > div > dl > dd ul li li {
  list-style: disc;
  margin-left: min(20px, 1.6vw);
}
@media screen and (max-width: 767px) {
  #campaign > div > dl > dd ul li li {
    margin-left: 5.1282051282vw;
  }
}
#campaign > div > dl > dd + dt {
  margin-top: min(22.4px, 1.792vw);
}
@media screen and (max-width: 767px) {
  #campaign > div > dl > dd + dt {
    margin-top: 5.7435897436vw;
  }
}
@media screen and (max-width: 767px) {
  #campaign > div > ol {
    margin-top: 4.1025641026vw;
  }
}
#campaign > div > ol p.sarani {
  font-size: min(1.44vw, 18px);
  line-height: 1.4;
  font-weight: 700;
  color: #006AB9;
  text-align: center;
  width: min(320px, 25.6vw);
  position: absolute;
  margin: min(24px, 1.92vw) auto 0;
  top: min(83px, 6.64vw);
}
@media screen and (max-width: 767px) {
  #campaign > div > ol p.sarani {
    font-size: 6.1538461538vw;
    line-height: 1.4;
    margin-top: 6.1538461538vw;
    width: 100%;
    position: relative;
    margin-bottom: 10.2564102564vw;
    top: 0;
  }
}
#campaign > div > ol p.sarani span {
  margin-top: min(16px, 1.28vw);
  display: block;
  text-align: left;
  color: #006AB9;
  border: min(1px, 0.08vw) solid #006AB9;
  padding: min(10px, 0.8vw);
  border-radius: min(12px, 0.96vw);
  font-size: min(1.12vw, 14px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #campaign > div > ol p.sarani span {
    margin-top: 6.1538461538vw;
    font-size: 4.1025641026vw;
    line-height: 1.6;
    padding: 2.5641025641vw;
    border-radius: 3.0769230769vw;
  }
}
#campaign > div > ol > li {
  border: min(1px, 0.08vw) solid #006AB9;
  border-radius: min(12px, 0.96vw);
  padding: min(20px, 1.6vw);
  margin-top: min(16px, 1.28vw);
  min-width: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #campaign > div > ol > li {
    border-width: 0.2564102564vw;
    border-radius: 3.0769230769vw;
    padding: 2.3076923077vw;
    margin-top: 3.0769230769vw;
  }
}
#campaign > div > ol > li dl dt {
  font-size: min(1.44vw, 18px);
  line-height: 1.6;
  font-weight: 700;
  color: #006AB9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #campaign > div > ol > li dl dt {
    font-size: 4.6153846154vw;
    line-height: 1.6;
  }
}
#campaign > div > ol > li dl dd {
  margin-top: min(16px, 1.28vw);
}
@media screen and (max-width: 767px) {
  #campaign > div > ol > li dl dd {
    margin-top: 2.5641025641vw;
  }
}
#campaign > div > ol > li dl dd p {
  font-size: min(1.12vw, 14px);
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #campaign > div > ol > li dl dd p {
    font-size: 3.5897435897vw;
    line-height: 1.6;
  }
}
#campaign > div > ol > li dl dd ul {
  display: flex;
  flex-direction: column;
  gap: min(8px, 0.64vw);
}
@media screen and (max-width: 767px) {
  #campaign > div > ol > li dl dd ul {
    gap: 3.0769230769vw;
  }
}
#campaign > div > ol > li dl dd ul li a {
  display: grid;
  grid-template-columns: min(16px, 1.28vw) 1fr min(16px, 1.28vw);
  background-color: #006AB9;
  border-radius: min(12px, 0.96vw);
  padding: min(10px, 0.8vw);
  font-size: min(1.12vw, 14px);
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s linear;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #campaign > div > ol > li dl dd ul li a {
    grid-template-columns: 4.1025641026vw 1fr 4.1025641026vw;
    font-size: 3.5897435897vw;
    line-height: 1.6;
    padding: 2.5641025641vw;
    border-radius: 3.0769230769vw;
  }
}
#campaign > div > ol > li dl dd ul li a:before {
  content: "";
}
#campaign > div > ol > li dl dd ul li a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cmask id='a' width='16' height='16' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23fff' d='m5.35 14.666-1.184-1.183L9.649 8 4.166 2.516l1.183-1.183L12.016 8z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  #campaign > div > ol > li dl dd ul li a:hover {
    opacity: 0.8;
  }
}
#campaign > div > ol > li:first-of-type dd, #campaign > div > ol > li:last-of-type dd {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, min(300px, 24vw));
  gap: min(16px, 1.28vw);
  align-items: start;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  #campaign > div > ol > li:first-of-type dd, #campaign > div > ol > li:last-of-type dd {
    grid-template-columns: 1fr;
    gap: 2.5641025641vw;
  }
}
#campaign > div > ol > li:first-of-type dd > p, #campaign > div > ol > li:last-of-type dd > p {
  min-width: 0;
}
#campaign > div > ol > li:last-of-type {
  overflow: visible;
  min-height: 270px;
}
@media screen and (max-width: 767px) {
  #campaign > div > ol > li:last-of-type {
    min-height: auto;
  }
}
#campaign > div > ol > li:last-of-type dd {
  grid-template-rows: auto 1fr;
  overflow: visible;
}
#campaign > div > ol > li:last-of-type dd .tweetEmbed {
  grid-column: 2;
  grid-row: 1/3;
  justify-self: stretch;
  align-self: start;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  padding-right: min(4px, 0.32vw);
  box-sizing: border-box;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #campaign > div > ol > li:last-of-type dd .tweetEmbed {
    grid-column: 1;
    grid-row: 2;
  }
}
#campaign > div > ol > li:last-of-type dd .tweetEmbed > div,
#campaign > div > ol > li:last-of-type dd .tweetEmbed .twitterTweet,
#campaign > div > ol > li:last-of-type dd .tweetEmbed .twitterTweetRendered {
  margin: 0 !important;
  max-width: 100% !important;
  width: auto !important;
  box-sizing: border-box;
  transform-origin: top left;
}
#campaign > div > ol > li:last-of-type dd .tweetEmbed iframe {
  display: block;
  max-width: 100% !important;
  box-sizing: border-box;
}

#schedule {
  margin: min(80px, 6.4vw) auto 0;
  background-color: #FDF9F7;
  padding: min(24px, 1.92vw) 0 min(58px, 4.64vw);
}
@media screen and (max-width: 767px) {
  #schedule {
    margin-top: 15.3846153846vw;
    padding: 0;
    background-color: #fff;
  }
}
#schedule div {
  width: min(983px, 78.64vw);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #schedule div {
    width: 100%;
  }
}
#schedule div h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(1.6vw, 20px);
  line-height: 1;
  font-weight: 700;
  color: #1E1E1E;
  text-align: center;
  height: min(60px, 4.8vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/headline-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: fit-content;
  min-width: min(459px, 36.72vw);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #schedule div h2 {
    background-size: auto 15.3846153846vw;
    height: 15.3846153846vw;
    width: 100%;
    min-width: 100%;
    font-size: 4.6153846154vw;
    line-height: 1;
  }
}
#schedule div p {
  text-align: center;
  font-size: min(1.12vw, 14px);
  line-height: 1.6;
  margin-top: min(40px, 3.2vw);
}
@media screen and (max-width: 767px) {
  #schedule div p {
    font-size: 3.5897435897vw;
    line-height: 1.6;
    margin: 7.6923076923vw auto 0;
    text-align: left;
    width: 89.7435897436vw;
  }
}
#schedule div ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(25px, 2vw);
  margin-top: min(54px, 4.32vw);
}
@media screen and (max-width: 767px) {
  #schedule div ul {
    grid-template-columns: 1fr;
    gap: 9.2307692308vw;
    margin: 11.2820512821vw auto 0;
    width: 89.7435897436vw;
  }
}
#schedule div ul li {
  position: relative;
}
#schedule div ul li:after {
  color: #fff;
  font-size: min(1.6vw, 20px);
  line-height: 1;
  position: absolute;
  top: max(-18px, -1.44vw);
  left: max(-9px, -0.72vw);
  font-weight: 700;
  text-align: center;
  width: min(54px, 4.32vw);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #schedule div ul li:after {
    font-size: 5.1282051282vw;
    line-height: 1;
    width: 15.3846153846vw;
    top: -4.8717948718vw;
    left: -2.8205128205vw;
  }
}
#schedule div ul li:before {
  content: "";
  display: block;
  width: min(54px, 4.32vw);
  aspect-ratio: 1/1;
  position: absolute;
  top: max(-18px, -1.44vw);
  left: max(-9px, -0.72vw);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #schedule div ul li:before {
    width: 15.3846153846vw;
    top: -4.8717948718vw;
    left: -2.8205128205vw;
  }
}
#schedule div ul li:nth-of-type(1):after {
  content: "初夏";
}
#schedule div ul li:nth-of-type(1):before {
  background-color: #3fc99d;
}
#schedule div ul li:nth-of-type(2):after {
  content: "夏";
}
#schedule div ul li:nth-of-type(2):before {
  background-color: #3f6dc9;
}
#schedule div ul li:nth-of-type(3):after {
  content: "秋";
}
#schedule div ul li:nth-of-type(3):before {
  background-color: #b43434;
}

#recommend {
  margin: min(80px, 6.4vw) auto 0;
  width: min(980px, 78.4vw);
}
@media screen and (max-width: 767px) {
  #recommend {
    margin-top: 15.3846153846vw;
    width: 100%;
  }
}
#recommend h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(1.6vw, 20px);
  line-height: 1;
  font-weight: 700;
  color: #1E1E1E;
  text-align: center;
  height: min(60px, 4.8vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/headline-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: fit-content;
  min-width: min(459px, 36.72vw);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #recommend h2 {
    background-size: auto 15.3846153846vw;
    height: 15.3846153846vw;
    width: 100%;
    min-width: 100%;
    font-size: 4.6153846154vw;
    line-height: 1;
  }
}
#recommend p {
  text-align: center;
  font-size: min(1.6vw, 20px);
  line-height: 1;
  font-weight: 700;
  margin-top: min(40px, 3.2vw);
  color: #B41E14;
}
@media screen and (max-width: 767px) {
  #recommend p {
    font-size: 4.6153846154vw;
    line-height: 1.6;
    margin-top: 6.1538461538vw;
  }
}
#recommend ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: min(20px, 1.6vw);
  margin-top: min(28px, 2.24vw);
}
@media screen and (max-width: 767px) {
  #recommend ul {
    width: 89.7435897436vw;
    gap: 3.0769230769vw 2.5641025641vw;
    margin: 5.1282051282vw auto 0;
  }
}
#recommend ul li {
  display: flex;
  width: calc(50% - min(10px, 0.8vw));
}
@media screen and (max-width: 767px) {
  #recommend ul li {
    width: calc(50% - 1.2820512821vw);
  }
}
#recommend ul li a {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  border-radius: min(8px, 0.64vw);
  border: min(1px, 0.08vw) solid #ccc;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #recommend ul li a {
    border-radius: 2.0512820513vw;
    border-width: 0.2564102564vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  #recommend ul li a:hover {
    background-color: #E6F1F8;
  }
}
#recommend ul li a figure {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
#recommend ul li a figure img {
  width: 100%;
  aspect-ratio: 480/200;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #recommend ul li a figure img {
    aspect-ratio: 170/100;
  }
}
#recommend ul li a figure figcaption {
  flex: 1;
  font-size: min(1.28vw, 16px);
  line-height: 1.5;
  font-weight: 700;
  padding: min(12px, 0.96vw);
}
@media screen and (max-width: 767px) {
  #recommend ul li a figure figcaption {
    font-size: 3.5897435897vw;
    line-height: 1.4285714286;
    padding: 3.0769230769vw;
  }
}
#recommend ul + p {
  margin-top: min(60px, 4.8vw);
}
@media screen and (max-width: 767px) {
  #recommend ul + p {
    margin-top: 9.2307692308vw;
  }
}/*# sourceMappingURL=style.css.map */