@charset "UTF-8";
/*!
* ress.css • v2.0.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
  # Global selectors
  # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
  # General elements
  # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
  # Forms
  # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
  # Specify media element style
  # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
  # Accessibility
  # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* ==================================================
  基本要素
================================================== */
html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #3e1e08;
  font-family: source-han-sans-cjk-ja, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Helvetica Neue", Verdana, sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1024px) {
  body {
    line-height: 2;
  }
}
html:lang(zh-cn) body {
  font-family: source-han-sans-cjk-ja, "Microsoft YaHei", 微软雅黑, SimSun;
}
html:lang(zh-tw) body {
  font-family: source-han-sans-cjk-ja, "Segoe UI", SegoeUI, "Microsoft JhengHei", 微軟正黑體, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body *, body *::before, body *::after {
  box-sizing: border-box;
}
body *:focus {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

a {
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
a:hover {
  opacity: 0.8;
}

p a {
  display: inline-block;
  text-decoration: underline;
  font-weight: 700;
}
p a:link, p a:visited, p a:active {
  color: #c4371b;
}
p a:hover {
  text-decoration: none;
  opacity: 1;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 700;
}

p + p {
  margin-top: 1em;
}

button {
  display: inline-block;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
button:hover {
  opacity: 0.8;
}
button:focus {
  outline: 0;
}
button:not(:disabled) {
  cursor: pointer;
}

small {
  display: inherit;
}

.visible_xs {
  display: none;
}
@media screen and (max-width: 767px) {
  .visible_xs {
    display: block;
  }
}
.visible_sm {
  display: none;
}
@media screen and (min-width: 768px) {
  .visible_sm {
    display: block;
  }
}
.visible_md {
  display: none;
}
@media screen and (min-width: 1024px) {
  .visible_md {
    display: block;
  }
}
.visible_lg {
  display: none;
}
@media screen and (min-width: 1366px) {
  .visible_lg {
    display: block;
  }
}

.hidden_xs {
  display: block;
}
@media screen and (max-width: 767px) {
  .hidden_xs {
    display: none !important;
  }
}
.hidden_xs_block {
  display: block;
}
@media screen and (max-width: 767px) {
  .hidden_xs_block {
    display: none !important;
  }
}
.hidden_sm {
  display: block;
}
@media screen and (min-width: 768px) {
  .hidden_sm {
    display: none !important;
  }
}
.hidden_md {
  display: block;
}
@media screen and (min-width: 1024px) {
  .hidden_md {
    display: none !important;
  }
}
.hidden_lg {
  display: block;
}
@media screen and (min-width: 1366px) {
  .hidden_lg {
    display: none !important;
  }
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}
.text_line {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 0.3em;
  font-weight: 700;
}
.text_line::after {
  content: "";
  position: absolute;
  bottom: 0.2em;
  left: 0;
  right: 0;
  z-index: -1;
  width: 95%;
  height: 2vw;
  background-color: #febe56;
}
@media screen and (min-width: 1024px) {
  .text_line::after {
    height: 1rem;
  }
}
.text_balloon {
  text-align: center;
}
.text_balloon span {
  position: relative;
  display: inline-block;
  padding: 0.8vw 4vw;
  background: rgba(255, 255, 255, 0.75);
  font-weight: 700;
  border-radius: 0.667vw;
  font-size: 28px;
  font-size: 3.733vw;
}
@media screen and (min-width: 768px) {
  .text_balloon span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .text_balloon span {
    padding: 0.6rem 3rem;
    border-radius: 0.5rem;
    font-size: 1.4rem;
  }
}
.text_balloon span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 1.333vw solid transparent;
  border-top: 1.333vw solid rgba(255, 255, 255, 0.75);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .text_balloon span::before {
    border-width: 1rem;
    border-top-width: 1rem;
  }
}
.text_balloon + p {
  margin-top: 0.5em;
}
@media screen and (min-width: 1024px) {
  .text_balloon + p {
    margin-top: 1rem;
  }
}

.lp_wrap {
  position: relative;
  overflow: hidden;
  font-size: 28px;
  font-size: 3.733vw;
}
@media screen and (min-width: 768px) {
  .lp_wrap {
    font-size: 1.8rem;
  }
}

.lp_container {
  background: url(/modpub/images/campaign/founding-festival2022/bg_02.png) repeat center center, url(/modpub/images/campaign/founding-festival2022/bg_01.png) repeat center center;
  background-size: 128.4vw auto, 0.267vw auto;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
@media screen and (min-width: 1024px) {
  .lp_container {
    background-size: inherit;
  }
}
body.is_loaded .lp_container {
  -webkit-animation: contentView 2.5s forwards;
          animation: contentView 2.5s forwards;
}
@-webkit-keyframes contentView {
  0% {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}
@keyframes contentView {
  0% {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}

.lp_loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #c4371b;
  opacity: 1;
  visibility: visible;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.is_loaded .lp_loading {
  -webkit-animation: loading_end 1.5s ease-in-out forwards;
          animation: loading_end 1.5s ease-in-out forwards;
}
@-webkit-keyframes loading_end {
  0%, 80% {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  99% {
    opacity: 0;
    visibility: visible;
    z-index: 100;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -100;
  }
}
@keyframes loading_end {
  0%, 80% {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  99% {
    opacity: 0;
    visibility: visible;
    z-index: 100;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -100;
  }
}
.lp_loading .loading_inner {
  width: 53.333vw;
  height: 53.333vw;
  max-width: 31rem;
  max-height: 31rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.lp_loading .loading_inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/modpub/images/campaign/founding-festival2022/bg_loading_01.png) no-repeat center center/100% auto;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  z-index: -1;
  -webkit-animation: loading_bg 8s linear infinite;
          animation: loading_bg 8s linear infinite;
}
@-webkit-keyframes loading_bg {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loading_bg {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.lp_loading .loading_inner img {
  width: 25.333vw;
  max-width: 14rem;
  display: block;
}

/* ==================================================
  ボタン用共通スタイル
================================================== */
.lp_btn {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.lp_btn a {
  display: block;
  background-color: #c4371b;
  box-shadow: 0 1.333vw 0 0 #b02410;
  color: #fff;
  border-radius: 2.933vw;
  padding: 2.933vw;
  line-height: 1.4;
  font-size: 32px;
  font-size: 4.267vw;
}
@media screen and (min-width: 768px) {
  .lp_btn a {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .lp_btn a {
    display: inline-block;
    box-shadow: 0 0.5rem 0 0 #b02410;
    border-radius: 1rem;
    padding: 2.3rem 4rem;
    min-width: 40rem;
  }
  .lp_btn a:hover {
    box-shadow: none;
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
}
.lp_btn_free {
  margin-top: 8vw;
}
@media screen and (min-width: 1024px) {
  .lp_btn_free {
    margin-top: 5rem;
  }
}
.lp_btn_campaign {
  margin-top: 5.333vw;
}
@media screen and (min-width: 1024px) {
  .lp_btn_campaign {
    margin-top: 5rem;
  }
}

/* ==================================================
  ヘッダー
================================================== */
.lp_header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 10vw;
  padding: 2.667vw;
  background: transparent;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .lp_header {
    height: 5.104vw;
    padding: 1.458vw 1.563vw;
  }
}
.lp_header .header_logo img {
  width: 16.4vw;
  max-width: 12.3rem;
  display: block;
}
@media screen and (min-width: 1024px) {
  .lp_header .header_logo img {
    width: 6.406vw;
  }
}
.lp_header .header_sns img {
  width: 5.333vw;
  min-width: 1.6rem;
  max-width: 4rem;
  display: block;
}
@media screen and (min-width: 1024px) {
  .lp_header .header_sns img {
    width: 2.083vw;
  }
}

/* ==================================================
  ナビゲーション
================================================== */
.lp_nav .nav_list {
  width: 86.667vw;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .lp_nav .nav_list {
    display: flex;
    justify-content: space-between;
    width: 1000px;
  }
}
.lp_nav .nav_item {
  background: url(/modpub/images/campaign/founding-festival2022/bg_paper_01.jpg) repeat center top;
  background-size: 133.333vw auto;
  border-radius: 0.667vw;
  padding: 1.333vw;
  margin-top: 5.333vw;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .lp_nav .nav_item {
    background-size: inherit;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-top: 3rem;
    width: calc((100% - 4rem) / 3);
  }
}
.lp_nav .nav_item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #316182;
  border-radius: 1.333vw;
  padding: 3.333vw 5.333vw;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  .lp_nav .nav_item a {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .lp_nav .nav_item a {
    border-radius: 1rem;
    padding: 2.4rem;
    line-height: 1.44;
    font-size: 1.8rem;
  }
}
.lp_nav .nav_item a::before, .lp_nav .nav_item a::after {
  content: "";
  position: absolute;
  top: calc(95% - 5.333vw);
  left: 50%;
  width: 8vw;
  height: 8vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .lp_nav .nav_item a::before, .lp_nav .nav_item a::after {
    top: calc(95% - 3rem);
    width: 5rem;
    height: 5rem;
  }
}
.lp_nav .nav_item a::before {
  border-radius: 0 0 50% 50%;
  background-color: #316182;
}
.lp_nav .nav_item a::after {
  background: url(/modpub/images/campaign/founding-festival2022/icon_arrow_01.svg) no-repeat center bottom 1.6vw;
  background-size: 3.2vw auto;
}
@media screen and (min-width: 1024px) {
  .lp_nav .nav_item a::after {
    background-position: center bottom 1rem;
    background-size: 2rem auto;
  }
}
.lp_nav .nav_item a span {
  position: relative;
  z-index: 1;
}
.lp_nav .nav_date {
  position: absolute;
  top: -4vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .lp_nav .nav_date {
    top: -2rem;
  }
}
.lp_nav .nav_date span {
  position: relative;
  display: inline-block;
  padding: 0.533vw 6.667vw;
  background: #eca110;
  color: #fff;
  white-space: nowrap;
  font-size: 20px;
  font-size: 2.667vw;
}
@media screen and (min-width: 768px) {
  .lp_nav .nav_date span {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .lp_nav .nav_date span {
    padding: 0.1rem 3rem;
  }
}
.lp_nav .nav_date span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 1.067vw solid transparent;
  border-top: 1.067vw solid #eca110;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .lp_nav .nav_date span::before {
    border-width: 0.7rem;
    border-top-width: 0.7rem;
  }
}

/* ==================================================
  フッター
================================================== */
.lp_footer {
  height: auto;
  line-height: inherit;
  background: transparent;
}
.lp_footer .pagetop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  opacity: 0;
  -webkit-transform: translateY(14.667vw);
          transform: translateY(14.667vw);
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .lp_footer .pagetop {
    right: 2rem;
    bottom: 2rem;
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
  }
}
.lp_footer .pagetop.up_move {
  -webkit-animation: up_anime_sp 0.3s forwards;
          animation: up_anime_sp 0.3s forwards;
}
@media screen and (min-width: 1024px) {
  .lp_footer .pagetop.up_move {
    -webkit-animation: up_anime_pc 0.3s forwards;
            animation: up_anime_pc 0.3s forwards;
  }
}
@-webkit-keyframes up_anime_sp {
  from {
    opacity: 0;
    -webkit-transform: translateY(14.667vw);
            transform: translateY(14.667vw);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes up_anime_sp {
  from {
    opacity: 0;
    -webkit-transform: translateY(14.667vw);
            transform: translateY(14.667vw);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes up_anime_pc {
  from {
    opacity: 0;
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes up_anime_pc {
  from {
    opacity: 0;
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.lp_footer .pagetop.down_move {
  -webkit-animation: down_anime_sp 0.3s forwards;
          animation: down_anime_sp 0.3s forwards;
}
@media screen and (min-width: 1024px) {
  .lp_footer .pagetop.down_move {
    -webkit-animation: down_anime_pc 0.3s forwards;
            animation: down_anime_pc 0.3s forwards;
  }
}
@-webkit-keyframes down_anime_sp {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(14.667vw);
            transform: translateY(14.667vw);
  }
}
@keyframes down_anime_sp {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(14.667vw);
            transform: translateY(14.667vw);
  }
}
@-webkit-keyframes down_anime_pc {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
  }
}
@keyframes down_anime_pc {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
  }
}
.lp_footer .pagetop a {
  width: 10.667vw;
  height: 10.667vw;
  background-color: #316182;
  border-radius: 100%;
  text-indent: -200vw;
  display: block;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .lp_footer .pagetop a {
    width: 8rem;
    height: 8rem;
  }
}
.lp_footer .pagetop a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4vw;
  height: 4vw;
  background: url(/modpub/images/campaign/founding-festival2022/icon_arrow_01.svg) no-repeat center center/100% auto;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (min-width: 1024px) {
  .lp_footer .pagetop a::before {
    width: 3rem;
    height: 3rem;
  }
}
.lp_footer .footer_inner {
  width: 100%;
  height: 10.667vw;
  background-color: #3e1e08;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .lp_footer .footer_inner {
    height: 6rem;
  }
}
.lp_footer .footer_inner::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 69.333vw;
  height: 20vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(/modpub/images/campaign/founding-festival2022/house_01.png) no-repeat center top/100% auto;
}
@media screen and (min-width: 1024px) {
  .lp_footer .footer_inner::before {
    width: 52rem;
    height: 15rem;
  }
}
.lp_footer .footer_inner small {
  font-size: 24px;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .lp_footer .footer_inner small {
    font-size: 1.2rem;
  }
}

/* ==================================================
  全体レイアウト
================================================== */
.lp_main {
  padding-bottom: 33.333vw;
}
@media screen and (min-width: 1024px) {
  .lp_main {
    padding-bottom: 33rem;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .lp_main::before {
    content: "";
    position: absolute;
    top: 48.385vw;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/modpub/images/campaign/founding-festival2022/bg_flower_01.png) repeat-y left top, url(/modpub/images/campaign/founding-festival2022/bg_flower_02.png) repeat-y right top;
    background-size: 11.823vw auto;
    z-index: -1;
  }
}
.lp_main .sec_heading {
  text-align: center;
  padding-bottom: 5.333vw;
  margin-bottom: 2.667vw;
  background: url(/modpub/images/campaign/founding-festival2022/line_01.png) no-repeat center bottom;
  background-size: 56.267vw auto;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .lp_main .sec_heading {
    padding-bottom: 5rem;
    margin: 0 auto 4rem;
    max-width: 61rem;
    background-size: inherit;
  }
}
.lp_main .sec_heading .heading_sub, .lp_main .sec_heading .heading_main {
  font-weight: 700;
}
.lp_main .sec_heading .heading_sub {
  display: inline-block;
  font-size: 22px;
  font-size: 2.933vw;
}
@media screen and (min-width: 768px) {
  .lp_main .sec_heading .heading_sub {
    font-size: 2rem;
  }
}
.lp_main .sec_heading .heading_main {
  font-size: 36px;
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .lp_main .sec_heading .heading_main {
    font-size: 3.6rem;
  }
}
.lp_main .sec_heading .heading_date {
  margin-top: 1.067vw;
  text-align: center;
  font-size: 20px;
  font-size: 2.667vw;
}
@media screen and (min-width: 1024px) {
  .lp_main .sec_heading .heading_date {
    margin-top: 0.5rem;
  }
}
.lp_main .sec_heading .heading_date dl {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.667vw;
  padding: 0.667vw 2.667vw;
}
@media screen and (min-width: 1024px) {
  .lp_main .sec_heading .heading_date dl {
    border-radius: 0.5rem;
    padding: 0.5rem 4.5rem;
  }
}
.lp_main .sec_heading .heading_date dl dt,
.lp_main .sec_heading .heading_date dl dd {
  display: table-cell;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .lp_main .sec_heading .heading_date dl dt {
    font-size: 1.4rem;
  }
}
.lp_main .sec_heading .heading_date dl dt::after {
  content: "：";
}
@media screen and (min-width: 768px) {
  .lp_main .sec_heading .heading_date dl dd {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .lp_main .sec_lead {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .lp_main .sec_lead {
    text-align: center;
    font-size: 1.6rem;
  }
}
.lp_main .sec_lead p + .text_indent {
  margin-top: 0.2em;
}
@media screen and (min-width: 1024px) {
  .lp_main .sec_lead p + .text_indent {
    margin-top: 1em;
  }
}
.lp_main .sec_lead_second {
  margin-top: 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp_main .sec_lead_second {
    padding-right: 11%;
  }
}
@media screen and (min-width: 1024px) {
  .lp_main .sec_lead_second {
    padding: 0 17.5rem;
  }
}
.lp_main .sec_lead_second::before {
  content: "";
  background: url(/modpub/images/campaign/founding-festival2022/sd_03.png) no-repeat 0 0/100% auto;
  position: absolute;
  width: 17.6vw;
  height: 18.4vw;
  top: -8vw;
  right: -8.667vw;
}
@media screen and (min-width: 1024px) {
  .lp_main .sec_lead_second::before {
    width: 13.2rem;
    height: 13.8rem;
    top: 2.5rem;
    right: 4rem;
    -webkit-animation: chara_03 0.15s ease-in-out infinite;
            animation: chara_03 0.15s ease-in-out infinite;
  }
}
@-webkit-keyframes chara_03 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(0.1rem);
            transform: translateX(0.1rem);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes chara_03 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(0.1rem);
            transform: translateX(0.1rem);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

/* ==================================================
  メインヴィジュアル
================================================== */
.fv {
  width: 100%;
  height: 146.133vw;
  padding: 12vw 1.333vw 2.667vw;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .fv {
    height: 48.385vw;
    padding: 2.083vw 0 1.563vw;
  }
}
.fv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(/modpub/images/campaign/founding-festival2022/fv/confetti_01_sp.png) no-repeat center top/100% auto;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .fv::before {
    background-image: url(/modpub/images/campaign/founding-festival2022/fv/confetti_01_pc.png);
  }
}
.fv_inner {
  width: 100%;
  height: 100%;
  background: url(/modpub/images/campaign/founding-festival2022/fv/bg_01_sp.png) no-repeat center top;
  background-size: 100% auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .fv_inner {
    background-image: url(/modpub/images/campaign/founding-festival2022/fv/bg_01_pc.png);
    background-size: 96.875vw 44.74vw;
  }
}
.fv_inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(/modpub/images/campaign/founding-festival2022/fv/chara_01_sp.png) no-repeat left 7.733vw top 18.133vw;
  background-size: 85.067vw auto;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .fv_inner::before {
    top: -2.083vw;
    right: 2.292vw;
    background-image: url(/modpub/images/campaign/founding-festival2022/fv/chara_01_pc.png);
    background-position: right bottom;
    background-size: 42.5vw auto;
  }
}
.fv_copy, .fv_title, .fv_tv {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .fv_copy, .fv_title, .fv_tv {
    left: 10.938vw;
    width: 41.771vw;
  }
}
.fv_copy {
  top: -5.333vw;
}
@media screen and (min-width: 1024px) {
  .fv_copy {
    top: -1.042vw;
  }
}
.fv_copy img {
  width: 96.267vw;
}
@media screen and (min-width: 1024px) {
  .fv_copy img {
    width: 41.771vw;
  }
}
.fv_title {
  top: 4.533vw;
}
@media screen and (min-width: 1024px) {
  .fv_title {
    top: 3.854vw;
  }
}
body.is_loaded .fv_title {
  -webkit-animation: fv_title 1s ease-in-out 1.3s forwards;
          animation: fv_title 1s ease-in-out 1.3s forwards;
}
@-webkit-keyframes fv_title {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fv_title {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fv_title img {
  width: 78vw;
}
@media screen and (min-width: 1024px) {
  .fv_title img {
    width: 38.542vw;
  }
}
.fv_tv {
  bottom: 0.533vw;
  left: -1.333vw;
  width: 100vw;
  height: 64.533vw;
  background: url(/modpub/images/campaign/founding-festival2022/fv/tv_01.png) no-repeat center top;
  background-size: 102.267vw auto;
  padding: 26.133vw 0 0 19.733vw;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .fv_tv {
    bottom: 0;
    left: 9.01vw;
    width: 45.625vw;
    height: 28.802vw;
    background-size: 100% auto;
    padding: 11.927vw 0 0 9.219vw;
  }
}
.fv_tv img {
  width: 45.067vw;
}
@media screen and (min-width: 1024px) {
  .fv_tv img {
    width: 20.104vw;
  }
}

/* ==================================================
  キャンペーン内容
================================================== */
.campaign {
  background: url(/modpub/images/campaign/founding-festival2022/flower_01.png) no-repeat left 2.933vw top 2.933vw, url(/modpub/images/campaign/founding-festival2022/flower_02.png) no-repeat right 2.933vw top 2.933vw, url(/modpub/images/campaign/founding-festival2022/bg_paper_01.jpg) repeat center top;
  background-size: 11.067vw auto, 11.067vw auto, 133.333vw auto;
  border-radius: 8vw;
  padding: 9.6vw 4.267vw 6.933vw;
  margin: 10.667vw auto 0;
  border: 1.067vw solid #febe56;
  box-shadow: 0 0 2.667vw 0 rgba(62, 30, 8, 0.3);
  width: 92vw;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .campaign {
    background-position: left 3rem top 3rem, right 3rem top 3rem, center top;
    background-size: inherit;
    border-radius: 6rem;
    padding: 7.2rem 4.2rem 5.2rem;
    margin-top: 8rem;
    border-width: 0.8rem;
    box-shadow: 0 0 2rem 0 rgba(62, 30, 8, 0.3);
    width: 1000px;
  }
}
.campaign::before {
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  position: absolute;
}
.campaign_01 {
  margin-top: 13.333vw;
}
@media screen and (min-width: 1024px) {
  .campaign_01 {
    margin-top: 8rem;
  }
}
.campaign_01::before {
  background-image: url(/modpub/images/campaign/founding-festival2022/sd_01.png);
  width: 14.4vw;
  height: 18.667vw;
  top: -10.667vw;
  right: 16vw;
}
@media screen and (min-width: 1024px) {
  .campaign_01::before {
    width: 10.8rem;
    height: 14rem;
    top: 4rem;
    right: 8rem;
    -webkit-animation: chara_01 1.5s ease-in-out infinite;
            animation: chara_01 1.5s ease-in-out infinite;
  }
}
@-webkit-keyframes chara_01 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
  }
  82% {
    -webkit-transform: translateY(0.2rem);
            transform: translateY(0.2rem);
  }
  90% {
    -webkit-transform: translateY(-0.1rem);
            transform: translateY(-0.1rem);
  }
}
@keyframes chara_01 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
  }
  82% {
    -webkit-transform: translateY(0.2rem);
            transform: translateY(0.2rem);
  }
  90% {
    -webkit-transform: translateY(-0.1rem);
            transform: translateY(-0.1rem);
  }
}
.campaign_02::before {
  background-image: url(/modpub/images/campaign/founding-festival2022/sd_02.png);
  width: 16.8vw;
  height: 18.4vw;
  top: -8vw;
  left: 8vw;
}
@media screen and (min-width: 1024px) {
  .campaign_02::before {
    width: 12.6rem;
    height: 13.8rem;
    top: 6.5rem;
    left: 5rem;
    -webkit-animation: chara_02 2s ease-in-out infinite;
            animation: chara_02 2s ease-in-out infinite;
  }
}
@-webkit-keyframes chara_02 {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  88% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  92% {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  96% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes chara_02 {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  88% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  92% {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  96% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
.campaign_03::before {
  background-image: url(/modpub/images/campaign/founding-festival2022/sd_04.png);
  width: 12.4vw;
  height: 17.867vw;
  top: -8vw;
  right: 10.667vw;
}
@media screen and (min-width: 1024px) {
  .campaign_03::before {
    width: 9.3rem;
    height: 13.4rem;
    top: 7rem;
    right: 5rem;
    -webkit-animation: chara_04 3s ease-in-out infinite;
            animation: chara_04 3s ease-in-out infinite;
  }
}
@-webkit-keyframes chara_04 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  30% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  60% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes chara_04 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  30% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  60% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@media screen and (min-width: 1024px) {
  .campaign .coupon_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1rem;
  }
}
.campaign .coupon_item {
  background-color: #fff;
  border-radius: 2.667vw;
  padding: 3.067vw 4vw 8vw;
  margin-top: 4vw;
}
@media screen and (min-width: 1024px) {
  .campaign .coupon_item {
    border-radius: 1rem;
    padding: 1.5rem 2rem 3rem;
    margin-top: 3rem;
    width: calc((100% - 4rem) / 2);
  }
}
.campaign .coupon_item:nth-of-type(even) {
  margin-left: auto;
}
.campaign .coupon_item.is_finished {
  position: relative;
}
.campaign .coupon_item.is_finished::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2.667vw;
  background-color: rgba(62, 30, 8, 0.5);
  background-repeat: no-repeat;
  background-position: top 42% center;
  background-size: 61.867vw auto;
}
@media screen and (min-width: 1024px) {
  .campaign .coupon_item.is_finished::before {
    border-radius: 1rem;
    background-size: 32.4rem auto;
  }
}
html:lang(ja-jp) .campaign .coupon_item.is_finished::before {
  background-image: url(/modpub/images/campaign/founding-festival2022/finished_01_ja_jp.png);
}
html:lang(en-us) .campaign .coupon_item.is_finished::before {
  background-image: url(/modpub/images/campaign/founding-festival2022/finished_01_en_us.png);
}
html:lang(zh-cn) .campaign .coupon_item.is_finished::before {
  background-image: url(/modpub/images/campaign/founding-festival2022/finished_01_zh_cn.png);
}
html:lang(zh-tw) .campaign .coupon_item.is_finished::before {
  background-image: url(/modpub/images/campaign/founding-festival2022/finished_01_zh_tw.png);
}
html:lang(ko-kr) .campaign .coupon_item.is_finished::before {
  background-image: url(/modpub/images/campaign/founding-festival2022/finished_01_ko_kr.png);
}
.campaign .coupon_text {
  padding: 2.667vw 1.333vw 0;
}
@media screen and (min-width: 1024px) {
  .campaign .coupon_text {
    padding: 1.5rem 1rem 0;
  }
}
.campaign .coupon_lead {
  font-weight: 700;
  font-size: 26px;
  font-size: 3.467vw;
}
@media screen and (min-width: 768px) {
  .campaign .coupon_lead {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .campaign .coupon_lead {
    font-size: 1.4rem;
  }
}
.campaign .coupon_detail {
  margin-top: 1.333vw;
  font-size: 22px;
  font-size: 2.933vw;
}
@media screen and (min-width: 768px) {
  .campaign .coupon_detail {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .campaign .coupon_detail {
    margin-top: 1.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .campaign .coupon_detail dl {
    display: flex;
    flex-wrap: wrap;
  }
}
.campaign .coupon_detail dl + p {
  line-height: 1.4;
  margin-top: 1.333vw;
}
@media screen and (min-width: 1024px) {
  .campaign .coupon_detail dl + p {
    margin-top: 1rem;
  }
}
.campaign .coupon_detail dl dt {
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .campaign .coupon_detail dl dt {
    width: 9.6em;
    position: relative;
  }
}
.campaign .coupon_detail dl dt::after {
  content: "：";
}
@media screen and (min-width: 1024px) {
  .campaign .coupon_detail dl dt::after {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.campaign .coupon_detail dl dd {
  line-height: 1.5;
  margin-top: 0.1em;
}
@media screen and (min-width: 1024px) {
  .campaign .coupon_detail dl dd {
    width: calc(100% - 9.6em);
  }
}
.campaign .coupon_detail dl dd + dt {
  margin-top: 1.067vw;
}
@media screen and (min-width: 1024px) {
  .campaign .coupon_detail dl dd + dt {
    margin-top: 0;
  }
}
.campaign .schedule {
  margin-top: 5.333vw;
}
@media screen and (min-width: 1024px) {
  .campaign .schedule {
    margin-top: 6rem;
  }
}
.campaign .schedule_heading {
  background-color: #3e1e08;
  color: #fff;
  text-align: center;
  border-radius: 4vw 4vw 0 0;
  padding: 1.333vw;
  font-size: 30px;
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  .campaign .schedule_heading {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .campaign .schedule_heading {
    border-radius: 2rem 2rem 0 0;
    padding: 0.5rem;
    font-size: 2rem;
  }
}
.campaign .schedule_list + p {
  margin-top: 2.667vw;
}
@media screen and (min-width: 1024px) {
  .campaign .schedule_list + p {
    margin-top: 2rem;
    text-align: center;
  }
}
.campaign .schedule_item {
  padding: 4vw 0 4vw 2.667vw;
  border-bottom: 0.533vw solid #3e1e08;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .campaign .schedule_item {
    padding: 3rem;
    border-bottom-width: 0.2rem;
    margin: 0 2rem;
    align-items: center;
  }
}
.campaign .schedule_item.is_active {
  position: relative;
  padding: 6.667vw 0;
}
@media screen and (min-width: 768px) {
  .campaign .schedule_item.is_active {
    padding: 4rem 0;
  }
}
.campaign .schedule_item.is_active::before, .campaign .schedule_item.is_active::after {
  content: "";
  position: absolute;
}
.campaign .schedule_item.is_active::before {
  background-color: #fff9ee;
  width: 89.333vw;
  height: 90%;
  top: 5%;
  left: 0;
  box-shadow: 0 0 1.333vw 0 rgba(62, 30, 8, 0.3);
}
@media screen and (min-width: 1024px) {
  .campaign .schedule_item.is_active::before {
    width: calc(100% + 9rem);
    height: 80%;
    top: 10%;
    box-shadow: 0 0 0.5rem 0 rgba(62, 30, 8, 0.3);
  }
}
.campaign .schedule_item.is_active::after {
  top: 95%;
  right: -8vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.667vw 2.667vw 0 0;
  border-color: #823f11 transparent transparent transparent;
}
@media screen and (min-width: 1024px) {
  .campaign .schedule_item.is_active::after {
    top: 90%;
    right: -9rem;
    border-width: 2rem 2rem 0 0;
  }
}
.campaign .schedule_item.is_active .schedule_number, .campaign .schedule_item.is_active .schedule_date {
  position: relative;
  z-index: 1;
}
.campaign .schedule_item.is_active .schedule_number {
  background-color: #b02410;
  font-size: 26px;
  font-size: 3.467vw;
}
@media screen and (min-width: 768px) {
  .campaign .schedule_item.is_active .schedule_number {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .campaign .schedule_item.is_active .schedule_number {
    font-size: 1.8rem;
  }
}
.campaign .schedule_item.is_active .schedule_date {
  color: #b02410;
}
.campaign .schedule_item.is_active .schedule_date dl dt {
  font-size: 22px;
  font-size: 2.933vw;
}
@media screen and (min-width: 768px) {
  .campaign .schedule_item.is_active .schedule_date dl dt {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1024px) {
  .campaign .schedule_item.is_active .schedule_date dl dt {
    font-size: 1.3rem;
  }
}
.campaign .schedule_item.is_active .schedule_date dl dd {
  font-size: 28px;
  font-size: 3.733vw;
}
@media screen and (min-width: 768px) {
  .campaign .schedule_item.is_active .schedule_date dl dd {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .campaign .schedule_item.is_active .schedule_date dl dd {
    font-size: 1.9rem;
  }
}
.campaign .schedule_item.is_finished {
  opacity: 0.7;
  text-decoration: line-through;
}
.campaign .schedule_number {
  display: flex;
  align-items: center;
  background-color: #3e1e08;
  color: #fff;
  font-weight: 700;
  padding: 2vw;
  margin-right: 2.667vw;
  white-space: nowrap;
  font-size: 22px;
  font-size: 2.933vw;
}
@media screen and (min-width: 768px) {
  .campaign .schedule_number {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .campaign .schedule_number {
    padding: 0.4rem 4rem;
    margin-right: 3rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .campaign .schedule_date {
    display: flex;
    width: 100%;
    align-self: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .campaign .schedule_date dl {
    width: calc((100% - 2rem) / 2);
  }
}
.campaign .schedule_date dl + dl {
  margin-top: 0.8vw;
}
@media screen and (min-width: 1024px) {
  .campaign .schedule_date dl + dl {
    margin-top: 0;
    margin-left: auto;
  }
}
.campaign .schedule_date dl dt,
.campaign .schedule_date dl dd {
  font-weight: 700;
}
.campaign .schedule_date dl dt {
  font-size: 20px;
  font-size: 2.667vw;
}
@media screen and (min-width: 768px) {
  .campaign .schedule_date dl dt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .campaign .schedule_date dl dt {
    font-size: 1.2rem;
  }
}
.campaign .schedule_date dl dd {
  line-height: 1.3;
  font-size: 26px;
  font-size: 3.467vw;
}
@media screen and (min-width: 768px) {
  .campaign .schedule_date dl dd {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .campaign .schedule_date dl dd {
    font-size: 1.8rem;
  }
}
.campaign .notice {
  margin-top: 10.667vw;
  padding: 6.667vw 5.333vw 8vw;
  background-color: rgba(62, 30, 8, 0.8);
  color: #fff;
  border-radius: 4vw;
  font-size: 22px;
  font-size: 2.933vw;
}
@media screen and (min-width: 768px) {
  .campaign .notice {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .campaign .notice {
    margin-top: 6rem;
    padding: 4rem 4rem 5rem;
    border-radius: 2rem;
    font-size: 1.2rem;
  }
}
.campaign .notice_heading {
  text-align: center;
  font-size: 30px;
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  .campaign .notice_heading {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .campaign .notice_heading {
    font-size: 2rem;
  }
}
.campaign .notice_subheading {
  margin: 4vw 0 0.8vw;
  font-size: 24px;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .campaign .notice_subheading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .campaign .notice_subheading {
    margin: 3rem 0 1rem;
    font-size: 1.4rem;
  }
}
.campaign .review_img {
  margin-bottom: 2.667vw;
}
@media screen and (min-width: 1024px) {
  .campaign .review_img {
    margin-bottom: 3rem;
  }
}
.campaign .review_img img {
  border-radius: 4vw;
  width: 81.333vw;
  height: 56.267vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .campaign .review_img img {
    border-radius: 2rem;
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=founding-festival2022.css.map */