:root {
  --expo-blue: #0068b7;
  --expo-light-rgb: 210, 215, 218;
  --Brand-Primary-Base: #4d9940;
  --Brand-Primary-D1: #3c8230;
  --Brand-Primary-D2: #22531a;
  --Brand-Primary-L1: #8ec785;
  --Static-White: #fff;
  --Mono-L5: #e8e8ef;
  --Mono-L6: #f0f1f7;
}

body {
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Arial", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #353538;
  text-align: justify;
  line-height: 150%;
  font-weight: 300;
  text-align: justify;
  font-feature-settings: "palt";
  letter-spacing: -0.024px;
}
h1,
h2,
h3,
h4 {
  font-family: -apple-system, BlinkMacSystemFont, "Arial", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  margin: 0;
  padding: 0;
  font-feature-settings: "palt";
  letter-spacing: 0.2px;
  color: #353538;
}
h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 150%;
  text-align: center;
}
h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
}
h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
  text-align: center;
}
h4 {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
}
p {
  margin: 24px 0 0;
  font-size: 16px;
}
a:focus {
  outline: none;
}
img {
  vertical-align: middle;
}
select {
  height: auto;
  box-shadow: none;
  font-family: -apple-system, BlinkMacSystemFont, "Arial", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
input {
  padding: 12px 16px;
}
input[type="checkbox"] {
  transform: scale(1.8);
}
input::placeholder {
  color: #9e9ea6;
}
input.text,
input.title,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
  background-color: #fff;
}
.entry-content ul,
.page-id-6830 .section ul,
.page-id-7197 .section ul {
  padding: 0;
  margin-top: 20px;
}
.entry-content ul > li,
.page-id-6830 .section ul > li,
.page-id-7197 .section ul > li {
  margin: 4px 0 8px;
}
/* buttons */
.button {
  background: var(--Brand-Primary-Base);
  border: 1px solid var(--Brand-Primary-Base);
  border-radius: 36px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5em;
  padding: 12px 24px;
  text-align: center;
  color: #ffffff !important;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Arial", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.button-small {
  font-size: 14px;
  padding: 12px 14px;
}
.button-large {
  padding: 16px 24px;
  font-weight: 500;
}
.site-content .button:hover {
  background: var(--Brand-Primary-D1);
  border: 1px solid var(--Brand-Primary-D1);
  color: #ffffff;
  box-shadow: none;
  text-decoration: none;
  border-radius: 36px;
}
.site-content .button:active {
  background: var(--Brand-Primary-D2);
  border: 1px solid var(--Brand-Primary-D2);
  color: #ffffff;
  text-decoration: none;
  border-radius: 36px;
}
.site-content .button:focus-visible {
  background: var(--Brand-Primary-D1);
  border: 5px solid var(--Brand-Primary-L1);
  color: #ffffff;
  text-decoration: none;
  border-radius: 36px;
}
.secondary {
  background: transparent;
  border: 1px solid #353538;
  color: #353538 !important;
}
.site-content .secondary:hover {
  background: #f0f1f7;
  border: 1px solid #353538;
}
.site-content .secondary:active {
  background: #e8e8ef;
  border: 1px solid #353538;
}
.site-content .secondary:focus-visible {
  background: #f0f1f7;
  border: 5px solid var(--Brand-Primary-L1);
}
.link-button {
  background: transparent;
  border: none;
  color: #353538 !important;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
}
.site-content .link-button:hover {
  background: var(--Mono-L6);
  border: none;
  color: #353538 !important;
}
.site-content .link-button:active {
  background: var(--Mono-L5);
  border: none;
  color: #353538 !important;
}
.site-content .link-button:focus-visible {
  background: var(--Mono-L5);
  border: 5px solid var(--Brand-Primary-L1);
}

/* text link */
a {
  text-decoration-line: none;
  color: var(--Brand-Primary-Base);
}
a:visited {
  text-decoration-line: none;
  color: var(--Brand-Primary-Base);
}
.site-content a:hover {
  text-decoration-line: underline;
  color: var(--Brand-Primary-D1);
}
.site-content a:active {
  text-decoration-line: underline;
  color: var(--Brand-Primary-D2);
}
.site-content a:focus-visible {
  text-decoration-line: underline;
  color: var(--Brand-Primary-D1);
  border: 5px solid var(--Brand-Primary-L1);
  border-radius: 4px;
}

details,
.features-list,
.promotion-list,
.live-price {
  border: 1px solid #d2d2d9;
  border-radius: 6px;
  padding: 16px;
  margin-bottom: 16px;
}
details p {
  margin-bottom: 0;
}
small {
  font-size: 14px;
  line-height: 150%;
}
.divider {
  max-width: 1216px !important;
  background: #e8e8ef;
  height: 1px;
  padding: 0 !important;
}
.divider-1047 {
  max-width: 1047px !important;
}
.underline {
  background: linear-gradient(transparent 50%, #e3f1e0 0);
}
.static-header .logo-link {
  padding-top: 12px;
}
.static-header .top-nav {
  padding-left: 0;
  float: right;
  margin: 12px 0 0 15px;
}
.static-header .top-nav > li {
  list-style: none;
  margin-right: 10px;
  float: left;
}
.entry-content .inner {
  max-width: 100% !important;
  padding: 0;
  margin: 0 32px;
}
.section {
  padding: 56px 0;
  margin: 0 auto;
  font-size: 16px;
}
.section.main {
  padding-top: 40px;
}
.sectiontitle {
  margin-bottom: 32px;
}
.organizercentral-top .pmark,
.pricing .main {
  background: #f0f1f7;
}
.main h1,
.footer-cta h2 {
  margin-bottom: 16px;
}
.main-button {
  text-align: center;
  margin-top: 32px;
}
.main-button .button {
  margin: 0 6px;
}
.cases-list-wrap {
  max-width: 1047px;
  margin: 24px auto 0;
}
.point-title {
  font-weight: 700;
  color: var(--Brand-Primary-Base);
  margin-bottom: 12px;
}
.links-content ul > li {
  list-style: none;
  margin: 4px 0 8px;
}
.features-list:last-child {
  margin-bottom: 0;
}

/*header*/
.static-header {
  height: 60px;
  border-bottom: 1px solid #dfdfdf;
  background: none;
}
.static-header .inner {
  zoom: 1;
  padding: 0;
  margin: 0 auto;
  position: relative;
  max-width: 960px;
}
.static-header .logo-link {
  float: left;
}
.static-header nav {
  margin: 0 auto;
}
.static-header .top-nav > li > a {
  font-size: 0.99em;
  color: #6c6c6c;
  display: block;
}
.static-header .top-nav > .account-action > a {
  font-size: 0.9em;
}
.static-header .top-nav > li .account-button {
  display: inline-block;
  color: var(--Brand-Primary-Base);
}
.svg-logo-peatix-ja {
  float: left;
  margin-top: 7px;
  width: 180px;
}
.account-action .divider {
  color: #d3d3d5;
  background: none;
}
@media only screen and (max-width: 960px) {
  .static-header nav {
    float: left;
    padding: 0;
  }
  .static-header .top-nav {
    float: left;
  }
  .static-header .account-action {
    top: 18px;
    position: absolute;
    right: 0;
  }
  .static-header .top-nav > li {
    font-size: 0.8em;
    margin: 0;
  }
  .static-header .top-nav li .account-button {
    width: auto;
    padding: 0.5em;
    margin-left: 1em;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.5em;
    border: 1px solid var(--Brand-Primary-Base);
    border-radius: 5px;
  }
  .static-header .divider {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .static-header nav {
    width: 100%;
  }
}
@media screen and (min-width: 750px) and (max-width: 960px) {
  .static-header nav {
    width: auto;
  }
}

/* breadcrumb */
.breadcrumb {
  padding: 12px 0 !important;
}
.breadcrumb ul {
  display: inline-block;
  margin: 0 !important;
  list-style: none;
  padding: 0;
}
.breadcrumb ul > li {
  position: relative;
  padding-left: 16px;
  display: inline-block;
  font-size: 14px;
  line-height: 150%;
  margin: 0 !important;
}
.breadcrumb ul > li:before {
  content: ">";
  position: absolute;
  left: 0;
}
.breadcrumb ul > li:first-child {
  padding-left: 0;
}
.breadcrumb ul > li:first-child:before {
  content: normal;
}

/* card */
.card {
  background-color: #fff;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1607843137));
  border-radius: 6px;
}
.event-card {
  position: relative;
  height: 100%;
}
.card a {
  display: block;
}
.card img {
  border-radius: 6px 6px 0 0;
  width: 100%;
  height: auto;
}
.card picture {
  width: 100%;
}
.site-content .card a:hover,
.site-content .card a:active,
.site-content .card a:focus {
  text-decoration-line: none;
}
.site-content .card-image a:focus {
  border: none;
}
.card-content {
  padding: 16px;
}
.event-detail {
  padding: 14px;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 4px;
}
.datetime {
  color: var(--Brand-Primary-Base);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5em;
}
.event-detail p,
.organizer,
.location {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
}
.event-detail p {
  margin: 0;
  color: #353538;
  font-weight: 500;
  font-size: 14px;
  -webkit-line-clamp: 2;
}
.organizer,
.location {
  color: #65646a;
  font-weight: 400;
  font-size: 12px;
  -webkit-line-clamp: 1;
}
a:hover .card-content,
a:focus .card-content,
a:active .card-content {
  background-color: #f9f9fe;
}
a:hover .card-content h4,
a:focus .card-content h4,
a:active .card-content h4 {
  color: var(--Brand-Primary-Base);
}
.card-content p {
  margin-top: 4px;
  color: #65646a;
}
@media screen and (max-width: 750px) {
  .card {
    padding: 16px;
  }
  .event-card a {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 16px;
  }
  .card picture img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    border-radius: 3px;
  }
  .event-detail {
    padding: 0;
  }
}

/* tag */
.tag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag {
  border-radius: 30px;
  padding: 4px 12px;
  border: 1px solid var(--mono-l-2, #7f7e83);
  color: var(--mono-l-1, #65646a);
  text-align: center;
  color: var(--mono-l-1, #65646a);
  font-size: 12px;
  display: inline-block;
}
.tag:hover {
  text-decoration-line: none !important;
  background: var(--Brand-Primary-D1);
  color: var(--Static-White) !important;
  border: none;
}
.tag:active {
  text-decoration: none !important;
  background: var(--Brand-Primary-D2);
  color: var(--Static-White) !important;
  border: none;
}
.tag:focus-visible {
  text-decoration-line: none !important;
  background-color: #fff;
  border-radius: 30px !important;
  border: 5px solid var(--Brand-Primary-L1);
}

/* accordion */
summary::-webkit-details-marker {
  display: none;
}
.summary_inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.summary_inner .icon {
  display: block;
  position: relative;
  width: 24px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.3s;
}
details[open] .icon {
  transform: rotate(180deg);
}
.summary_inner .icon::before,
.summary_inner .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  background-color: #353538;
}
.summary_inner .icon::before {
  left: 0;
  transform: rotate(45deg);
}
.summary_inner .icon::after {
  right: 0;
  transform: rotate(-45deg);
}

/* footer */
.global-footer-wrap {
  clear: both;
  padding: 0.5em 0;
  background-color: #eaeaee;
  text-align: center;
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.global-footer {
  width: 960px;
  padding: 1em 0;
  margin: 1em auto 0 auto;
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
}
.global-footer ul {
  padding-left: 0;
  margin: 0;
}
.footer-nav-item {
  display: inline-block;
  margin: 0 1.5em 1em 0;
  position: relative;
  font-size: 0.9em;
}
.footer-nav-item a {
  color: #353538;
}
.global-footer .social-media {
  width: 90px;
  margin-right: 1em;
  float: left;
}
.global-footer .social-media > a {
  display: block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  margin-right: 5px;
  float: left;
  opacity: 0.5;
}
.social-media > a {
  text-indent: -99999px;
  text-align: left;
  direction: ltr;
}
.social-media .visit-twitter {
  background: url("https://feature.peatix.com/wp-content/uploads/2024/04/icon-twitter-follow01.webp")
    no-repeat;
  background-size: contain;
}
.social-media .visit-fb {
  background: url("https://feature.peatix.com/wp-content/uploads/2024/04/icon-fb-page01.webp")
    no-repeat;
  background-size: contain;
}
.social-media .visit-insta {
  background: url("https://feature.peatix.com/wp-content/uploads/2024/04/icon-instagram-footer.webp")
    no-repeat;
  background-size: contain;
}
.footer-legal {
  clear: both;
  width: 100%;
  margin-top: 1em;
  padding-top: 2em;
  font-size: 0.8em;
}
.footer-legal .footer-nav-item {
  margin-right: 1em;
}
footer a:hover {
  text-decoration: none !important;
}
.footer-button-main {
  padding: 1em 4em;
  float: right;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin-left: 1em;
  display: inline-block;
  color: #5a5d58;
}
.p-mark {
  float: right;
  margin-top: -1.5em;
  list-style: none;
}
.p-mark-logo_link {
  display: block;
}
.p-mark_logo {
  width: 5.5em;
}
@media only screen and (max-width: 960px) {
  .global-footer {
    width: auto;
    text-align: center;
    margin: auto 16px;
  }
  .footer-button-main {
    float: none;
  }
  .global-footer .social-media {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .p-mark {
    float: none;
    margin-top: 1em;
  }
}

/*Yokotri, expo 2025 top page*/
.main-img {
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.main-img img {
  width: 100%;
}
.main h1 {
  margin-top: 24px;
}
.main .leadtitle {
  text-align: center;
  line-height: 150%;
  margin-top: 24px;
  padding-bottom: 0;
}
.main .leaddate {
  text-align: center;
  margin-top: 4px;
  padding-bottom: 0;
}
.main .leadtext,
.teamexpo p {
  max-width: 932px;
  margin: 24px auto 0;
}

.sectiontitle-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
.sectiontitle-wrap .sectiontitle {
  margin-bottom: 0;
}
.event-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info-wrap {
  display: grid;
  gap: 16px;
  margin: 24px auto 0;
}
.info a:hover {
  text-decoration-line: none;
}
.info p {
  color: #353538;
}
.info a:hover p {
  color: #000;
  text-decoration: underline;
}
.peatix-wrap {
  margin: auto;
}
.peatix-subtitle {
  margin: 0 0 16px;
  padding-bottom: 0;
}

/* Expo2025 */
.post-6793 .main .inner,
.post-7194 .main .inner,
.post-7512 .main .inner {
  display: flex;
  gap: 48px;
  align-items: center;
}
.main .expo-main-title h1 {
  margin: 0 auto 0;
}
.expo-main-title h1 small {
  color: #65646a;
  display: block;
  text-align: left;
  font-size: 16px;
}
.post-6793 h2,
.post-7194 h2 {
  font-weight: 600;
}
.post-6793 .category-1 .sectiontitle,
.post-6793 .category-other .sectiontitle,
.post-6793 .info-lists .sectiontitle,
.post-6793 .tags .sectiontitle,
.post-7194 .category-1 .sectiontitle,
.post-7194 .category-other .sectiontitle,
.post-7194 .info-lists .sectiontitle,
.post-7194 .tags .sectiontitle {
  text-align: left;
}
.post-6793 .sectiontitle small,
.post-7194 .sectiontitle small {
  font-size: 16px;
  color: #65646a;
  display: block;
  margin-top: 4px;
  text-align: left;
}
.post-6793 .teamexpo .sectiontitle img,
.post-7194 .teamexpo .sectiontitle img {
  margin-right: 24px;
  width: 200px !important;
}
.post-event-bg {
  background-color: rgba(var(--expo-light-rgb), 0.3);
}
.post-event .inner {
  background-color: #fff;
  padding: 24px 16px;
  border-radius: 12px;
}
.post-event-steps-step {
  text-align: center;
}
.post-event-steps-step p {
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .post-6793 .section.main,
  .post-7194 .section.main {
    padding-top: 32px;
  }
  .post-6793 .main .inner,
  .post-7194 .main .inner {
    gap: 16px;
  }
  .post-6793 .main .inner img,
  .post-7194 .main .inner img,
  .post-7512 .main .inner img {
    width: 100px;
  }
  .post-6793 .main .inner h1,
  .post-7194 .main .inner h1,
  .post-7512 .main .inner h1 {
    text-align: left;
  }
  /* When publishing the Osaka EXPO page on 3/17, please change this part from 124px to 143.5px. */
  .post-6793 .event-category .sectiontitle-wrap div {
    min-width: 135px;
    margin-left: 16px;
  }
  .post-7194 .event-category .sectiontitle-wrap div {
    min-width: 112px;
    margin-left: 16px;
  }
  .post-7512 .event-category .sectiontitle-wrap div {
    min-width: 143.5px;
    margin-left: 16px;
  }
  /* Memo END */
  .event-category .sectiontitle {
    font-size: 18px;
  }
  .post-6793 .event-wrap,
  .post-7194 .event-wrap {
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    flex-direction: unset;
  }
  .post-6793 .card,
  .post-7194 .card {
    padding: 0;
    margin-bottom: 2px;
  }
  .post-6793 .event-card a,
  .post-7194 .event-card a {
    display: block;
    width: 280px;
  }
  .post-6793 .card img,
  .post-7194 .card img {
    border-radius: 6px 6px 0 0;
    width: 100%;
    height: auto;
  }
  .post-6793 .card .event-detail,
  .post-7194 .card .event-detail {
    padding: 14px;
  }
  .post-6793 .card .event-detail p,
  .post-7194 .card .event-detail p {
    white-space: normal;
    min-height: 42px;
  }
  .post-event-left .sectiontitle {
    padding-bottom: 0;
  }
  .post-event-steps-wrap {
    display: grid;
    gap: 24px;
    margin-top: 32px;
  }
  .post-event-steps-wrap img {
    width: 160px;
    height: 160px;
  }
  .post-event-steps-triangle {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid rgba(var(--expo-light-rgb), 1);
    margin: auto;
  }
  .post-6793 .teamexpo-bg,
  .post-7194 .teamexpo-bg {
    background: url("https://feature.peatix.com/wp-content/uploads/2024/05/202405_expo2025_teamexpo_bg01_mobile.webp")
      no-repeat;
    background-size: cover;
  }
  .entry-content .event-category .inner {
    margin: 0 0 0 16px;
  }
}
@media screen and (min-width: 750px) {
  .post-6793 .section.main,
  .post-7194 .section.main,
  .post-7512 .section.main {
    padding-top: 40px;
    padding-bottom: 56px;
  }
  .post-6793 .post-event .sectiontitle,
  .post-7194 .post-event .sectiontitle,
  .post-7512 .post-event .sectiontitle {
    text-align: left;
    margin-bottom: 32px;
  }
  .post-event .inner {
    display: grid;
    grid-template-columns: 4.8fr 1fr;
    gap: 32px;
    align-items: center;
    padding: 32px;
  }
  .post-event-steps-wrap {
    display: flex;
    gap: 24px;
    margin-top: 48px;
  }
  .post-event-steps-step {
    flex-basis: 260px;
  }
  .post-event-steps-step p span {
    display: block;
  }
  .post-event-steps-triangle {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid rgba(var(--expo-light-rgb), 1);
    align-self: center;
  }
  .section.past-events {
    padding-top: 56px;
  }
}
/* Expo2025 - past-events */
.post-6830 .section.past-events-title,
.post-7197 .section.past-events-title {
  padding-top: 40px;
  padding-bottom: 0;
}
.post-6830 .past-events .event-card,
.post-7197 .past-events .event-card {
  min-width: 0;
}

@media screen and (max-width: 750px) {
  /* Yokotori top page */
  .category-1 .sectiontitle-wrap div {
    min-width: 124px;
    margin-left: 16px;
  }
  .event-category .sectiontitle {
    text-align: left;
    padding-bottom: 0;
  }
  .info-wrap {
    gap: 24px;
  }
  .info p {
    margin-top: 0;
  }
  .peatix-subtitle {
    text-align: center;
  }
}
@media screen and (min-width: 750px) {
  .event-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .category-other .event-wrap {
    grid-template-columns: repeat(3, 1fr);
    margin: auto;
  }
  .info-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
  .info p {
    margin-top: 16px;
  }
  .peatix-wrap {
    display: grid;
    gap: 40px;
    max-width: 1047px;
    grid-template-columns: 1fr 3fr;
  }
  .peatix-img img {
    width: 100% !important;
  }
}
@media screen and (min-width: 960px) {
  .event-wrap,
  .category-other .event-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1216px) {
  .post-6793 .category-1-bg,
  .post-7194 .category-1-bg {
    background: url("https://feature.peatix.com/wp-content/uploads/2024/05/202405_expo2025_category1_bg_mobile.webp")
      no-repeat;
    background-size: cover;
  }
  .post-6793 .teamexpo .sectiontitle-wrap,
  .post-7194 .teamexpo .sectiontitle-wrap,
  .post-7512 .teamexpo .sectiontitle-wrap {
    margin-bottom: 24px;
    display: block;
  }
  .post-6793 .teamexpo .sectiontitle-wrap img,
  .post-7194 .teamexpo .sectiontitle-wrap img,
  .post-7512 .teamexpo .sectiontitle-wrap img {
    display: block;
    width: 120px;
    margin: auto;
  }
  .post-6793 .teamexpo .sectiontitle-wrap .sectiontitle,
  .post-7194 .teamexpo .sectiontitle-wrap .sectiontitle,
  .post-7512 .teamexpo .sectiontitle-wrap .sectiontitle {
    padding-bottom: 0;
  }
  .post-6793 .teamexpo p,
  .post-7194 .teamexpo p {
    background-color: #fff;
    padding: 24px 16px;
    border-radius: 6px;
    margin-top: 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 1216px) {
  .post-6793 .teamexpo-bg,
  .post-7194 .teamexpo-bg,
  .post-7512 .teamexpo-bg {
    background: url("https://feature.peatix.com/wp-content/uploads/2024/05/202405_expo2025_teamexpo_bg01_mobile.webp")
      no-repeat;
    background-size: cover;
    background-position: center 20%;
  }
  .post-event .inner {
    display: block;
  }
  .post-6793 .post-event-right,
  .post-7194 .post-event-right,
  .post-7512 .post-event-right {
    display: none;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1600px) {
  .post-6793 .category-1-bg,
  .post-7194 .category-1-bg,
  .post-7512 .category-1-bg {
    background-image: url("https://feature.peatix.com/wp-content/uploads/2024/05/202405_expo2025_category1_bg04.webp"),
      url("https://feature.peatix.com/wp-content/uploads/2024/05/202405_expo2025_category1_bg07.webp");
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
    background-position: -60% center, right bottom;
    background-size: auto 100%, 520px auto;
  }
  .post-6793 .teamexpo-bg,
  .post-7194 .teamexpo-bg,
  .post-7512 .teamexpo-bg {
    background-image: url("https://feature.peatix.com/wp-content/uploads/2024/05/202405_expo2025_teamexpo_bg01.webp"),
      url("https://feature.peatix.com/wp-content/uploads/2024/05/202405_expo2025_teamexpo_bg02.webp");
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
    background-position: -25% center, 115% center;
  }
  .post-6793 .teamexpo .sectiontitle-wrap,
  .post-7194 .teamexpo .sectiontitle-wrap,
  .post-7512 .teamexpo .sectiontitle-wrap {
    justify-content: center;
    gap: 24px;
  }
  .teamexpo p {
    max-width: 800px;
  }
}
@media screen and (min-width: 1600px) {
  .post-6793 .category-1-bg,
  .post-7194 .category-1-bg,
  .post-7512 .category-1-bg {
    background-image: url("https://feature.peatix.com/wp-content/uploads/2024/05/202405_expo2025_category1_bg04.webp"),
      url("https://feature.peatix.com/wp-content/uploads/2024/05/202405_expo2025_category1_bg07.webp");
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
    background-position: -10% center, right bottom;
    background-size: auto 100%, 520px auto;
  }
  .post-6793 .teamexpo-bg,
  .post-7194 .teamexpo-bg,
  .post-7512 .teamexpo-bg {
    background-image: url("https://feature.peatix.com/wp-content/uploads/2024/05/202405_expo2025_teamexpo_bg01.webp"),
      url("https://feature.peatix.com/wp-content/uploads/2024/05/202405_expo2025_teamexpo_bg02.webp");
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
    background-position: -5% center, right center;
  }
  .post-6793 .teamexpo .sectiontitle-wrap,
  .post-7194 .teamexpo .sectiontitle-wrap,
  .post-7512 .teamexpo .sectiontitle-wrap {
    justify-content: center;
    gap: 24px;
  }
}

/* Edamame - featured-offers */
.post-6603 .section.main {
  padding-bottom: 0;
}
.post-6603 h1 {
  margin-top: 0;
}
.post-6603 h1 .underline {
  background: linear-gradient(transparent 50%, #e3f1e0 0);
  padding: 0 4px;
}
.offers-points-title {
  margin-bottom: 32px;
}
.offers-points-title p {
  margin-top: 0;
  font-size: 22px;
  line-height: 150%;
}
.offers-points-title h2 {
  text-align: left;
}
.offers-points-wrap {
  display: grid;
  gap: 24px;
}
.offers-points-wrap .point,
.featured-offers-point {
  background-color: #f3fcf1;
  padding: 24px;
  border-radius: 12px;
}
.offers-points-wrap .point p,
.featured-offers-point p {
  margin-top: 16px;
}
.offers-points-wrap .point h3,
.featured-offers-point h3 {
  color: var(--Brand-Primary-Base);
  margin-bottom: 4px;
  text-align: left;
  font-size: 18px;
}
.offers-points-wrap .point h4,
.featured-offers-point h4 {
  text-align: left;
  font-weight: 500;
  font-size: 22px;
}
.new-acquisition {
  background: var(--Mono-L6);
  padding: 96px 16px;
}
.new-acquisition h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 8px;
}
.new-acquisition h3 {
  font-size: 16px;
  font-weight: 300;
}
.new-acquisition .main-button {
  margin-top: 16px;
}
@media screen and (max-width: 750px) {
  .post-6603 h3 {
    font-size: 22px;
  }
  .post-6603 .items {
    padding-top: 32px;
  }
  .post-6603 .event-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .post-6603 .card {
    padding: 0;
  }
  .post-6603 .event-card a {
    display: block;
  }
  .post-6603 .event-detail {
    padding: 12px;
  }
  .post-6603 .event-detail p {
    font-size: 12px;
    -webkit-line-clamp: 3;
  }
  .offers-points-title {
    display: grid;
    grid-template-columns: 1fr 150px;
    gap: 16px;
    align-items: center;
  }
  .offers-points-title p {
    font-size: 16px;
    letter-spacing: -0.5px;
  }
  .offers-points-title p span {
    display: block;
  }
  .offers-points-title h2 {
    font-size: 27px;
    padding-bottom: 0;
  }
  .new-acquisition h2 {
    font-size: 22px;
    padding: 0;
  }
}
@media screen and (min-width: 750px) {
  .post-6603 h1 .underline {
    padding: 0 8px;
  }
  .post-6603 .main p {
    text-align: center;
  }
  .post-6603 .items {
    padding-top: 56px;
  }
  .post-6603 .section.main {
    padding-top: 40px;
  }
  .offers-points-title h2 {
    margin-bottom: 32px;
    letter-spacing: 3px;
  }
  .offers-points .inner {
    display: grid;
    grid-template-columns: 294px 1fr;
    gap: 48px;
    max-width: 1047px !important;
    margin: 0 auto;
  }
  .offers-points-wrap {
    gap: 32px;
  }
  .offers-points-wrap .point,
  .featured-offers-point {
    padding: 32px;
  }
  /* .offers-points-wrap .point p {font-size: 18px;} */
}

/* ===== Back to Top button ===== */
.back-to-top {
  position: fixed;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  right: calc(16px + env(safe-area-inset-right, 0px));
  width: 64px;
  height: 64px;
  border: none;
  border-radius: 9999px;
  background: #fff;
  color: #353538;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  cursor: pointer;
  z-index: 1000;

  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;

  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.08);
}

.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.back-to-top:focus-visible {
  outline: 0;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.08),
    0 0 0 4px var(--Brand-Primary-L1);
}

.back-to-top__icon {
  line-height: 0;
  display: block;
}

.back-to-top__icon svg {
  width: 18px;
  height: 12px;
  display: block;
}

.back-to-top__icon svg polygon {
  fill: #4d9940;
  stroke: #4d9940;
}

.back-to-top__label {
  font-size: 12px;
  line-height: 1;
  display: block;
  color: #353538;
}

@media (max-width: 750px) {
  .back-to-top {
    font-size: 12px;
  }
}

/* Edamame - featured-offers product post*/
.category-featured-offers-01 .yarpp-related {
  display: none;
}
.type-featured-offers .entry-content,
.category-featured-offers-01 .entry-content {
  margin-bottom: 48px;
  overflow: hidden;
}
.type-featured-offers .section,
.category-featured-offers-01 .section {
  max-width: 640px;
  margin: auto;
}
.type-featured-offers .breadcrumb,
.category-featured-offers-01 .breadcrumb {
  max-width: 1280px;
}
.type-featured-offers .section.main,
.category-featured-offers-01 .section.main {
  padding: 0;
}
.type-featured-offers .entry-title,
.category-featured-offers-01 .entry-title {
  font-size: 32px;
  text-align: left;
}
.type-featured-offers .subtitle,
.category-featured-offers-01 .subtitle {
  font-size: 18px;
  margin-top: 0;
  line-height: 150%;
}
.type-featured-offers h2,
.category-featured-offers-01 h2 {
  text-align: left;
  padding-bottom: 0;
}
.type-featured-offers p,
.category-featured-offers-01 p {
  margin-top: 16px;
  padding-bottom: 0;
}
.featured-offers-cta {
  background-color: #fdf2cf;
  margin-bottom: 48px;
}
.featured-offers-cta-left p {
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 150%;
}
.featured-offers-cta-left .main-button {
  margin-top: 24px;
}
.featured-offers-cta-left .main-button .button {
  margin: 0;
}
.featured-offers-cta .inner {
  display: grid;
  align-items: center;
}
.featured-offers-cta img {
  width: 220px;
  height: 220px;
}
.featured-offers-cta .legal-notice {
  display: block;
}
.legal-notice p,
p.legal-notice {
  font-size: 12px;
  line-height: 150%;
  margin-top: 24px;
}
.featured-offers-point-wrap,
.customer-voice-wrap {
  display: grid;
  gap: 24px;
}
.type-featured-offers .customer-voice,
.category-featured-offers-01 .customer-voice {
  background-color: #f0f1f7;
  padding: 24px;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
}
.type-featured-offers .customer-voice p,
.category-featured-offers-01 .customer-voice p {
  margin-top: 0;
}
.section.featured-offers-form {
  background-color: #d2d2d9;
  padding: 48px 16px;
  border-radius: 12px;
  margin: 48px auto 0;
}
.featured-offers-notes h3 {
  text-align: left;
}
.featured-offers-notes .inner p {
  margin-bottom: 48px;
}
.featured-offers-notes .inner p:last-child {
  margin-bottom: 0;
}
.category-featured-offers-01 .section.featured-offers-notice {
  padding: 0;
}
.category-featured-offers-01 .entry-content .featured-offers-notice .inner {
  border-top: 1px solid var(--Mono-L5);
  margin-top: 32px;
}
.featured-offers-notice .inner p {
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  .type-featured-offers h2,
  .category-featured-offers-01 h2 {
    font-size: 26px;
  }
  .category-featured-offers-01 h2 {
    text-align: center;
  }
  .type-featured-offers .entry-content .main .inner,
  .category-featured-offers-01 .entry-content .main .inner {
    margin: 0;
  }
  .featured-offers-cta .inner {
    gap: 16px;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .featured-offers-cta-left {
    text-align: center;
  }
  .featured-offers-cta-left h2 {
    text-align: center;
  }
  .featured-offers-cta-right img {
    width: 180px;
    height: 180px;
  }
  .featured-offers-point h3 {
    text-align: left;
  }
  .entry-content .featured-offers-form .inner {
    margin: 0;
  }
  .featured-offers-form iframe {
    height: 560px !important;
  }
}
@media screen and (min-width: 750px) {
  .type-featured-offers .entry-content,
  .category-featured-offers-01 .entry-content {
    margin-bottom: 56px;
  }
  .type-featured-offers .entry-content .inner,
  .category-featured-offers-01 .entry-content .inner {
    margin: 0;
  }
  .type-featured-offers .entry-content .breadcrumb .inner,
  .category-featured-offers-01 .entry-content .breadcrumb .inner {
    margin: 0 32px;
  }
  .entry-content .featured-offers-cta .inner {
    margin: 0 32px;
  }
  .type-featured-offers .section,
  .category-featured-offers-01 .section {
    padding: 56px 0;
  }
  .category-featured-offers-01 .section.featured-offers-title {
    padding: 40px 0;
  }
  .type-featured-offers .section.featured-offers-cta,
  .category-featured-offers-01 .section.featured-offers-cta {
    border-radius: 12px;
    margin-bottom: 56px;
    padding: 56px 0 32px;
  }
  .featured-offers-cta .inner {
    gap: 32px;
    grid-template-columns: 1fr 220px;
  }
  .featured-offers-cta-left .main-button {
    text-align: left;
  }
  .featured-offers-point-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .type-featured-offers .customer-voice,
  .category-featured-offers-01 .customer-voice {
    padding: 32px;
    gap: 24px;
    align-items: center;
  }
  .section.featured-offers-form {
    padding: 48px 32px;
    margin: 56px auto 0;
  }
}

@media screen and (max-width: 750px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  img {
    width: 100%;
    height: auto;
  }
  .divider {
    margin: 0 16px;
  }
  .static-header {
    height: 100px;
    padding: 0 15px;
  }
  .static-header .svg-logo-peatix {
    width: 150px;
  }
  .static-header .logo-link:has(.svg-logo-peatix-ja) {
    margin-top: 19px;
    padding-top: 0;
  }
  .svg-logo-peatix-ja {
    margin-top: 0;
  }
  .static-header .top-nav {
    float: left;
    margin-left: 0;
  }
  .static-header .top-nav > li {
    font-size: 0.8em;
    margin: 0;
  }
  .static-header .top-nav > li > a {
    padding: 0.5em 1em;
  }
  .static-header .top-nav > li > a:first-child {
    padding-left: 0;
  }
  .static-header .top-nav .account-action > a:first-child {
    padding-left: 0.5em;
  }
  .entry-content .inner,
  .page-id-6830 .peatix .inner,
  .page-id-7197 .peatix .inner {
    margin: 0 16px;
  }
  .desktop,
  .boost .issues-list img {
    display: none !important;
  }
  .sectiontitle,
  .boost .sectiontitle,
  .boost-thankyou .sectiontitle {
    margin-bottom: 32px;
  }
  .about-image img,
  .typoLP .main-image img,
  .typoLP .links-image img {
    display: block;
    width: 80%;
    max-width: 260px;
    margin: 16px auto 0;
    height: auto;
  }

  /* .info {text-align: center;} */
  .info a {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 16px;
  }
  .peatix img {
    display: block;
  }
  .peatix .peatix-logo {
    width: 160px;
    height: auto;
    margin: 12px auto 16px;
  }
  .peatix .mockup {
    width: 240px;
    height: auto;
    margin: auto;
  }

  /* footer */
  .footer-nav {
    margin-bottom: 1em !important;
  }
  .footer-button-main {
    margin: 0 0.5em 1em 0.5em;
  }
}
@media screen and (min-width: 750px) {
  .static-header {
    padding: 0;
  }
  .svg-logo-peatix {
    width: 170px;
    float: left;
  }
  .static-header .inner {
    max-width: 1216px;
  }
  .static-header .top-nav > li {
    margin-left: 0;
    font-size: 1em;
  }
  .static-header .top-nav > li > a {
    padding: 0.5em;
  }
  .section {
    max-width: 1280px;
    padding: 96px 0;
  }
  .section.main {
    padding-top: 56px;
  }
  .mobile {
    display: none;
  }

  .about-wrap,
  .organizercentral-top .reason-list-wrap,
  .organizercentral-top .features-list-wrap,
  .organizercentral-top .pmark-wrap,
  .typoLP .main-wrap,
  .typoLP .links-wrap,
  .pricing-message-wrap,
  .paid-price,
  .boost .features-plan-wrap,
  .boost .boost-plan,
  .boost .howtouse-wrap,
  .boost .about-peatix-wrap {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: stretch;
  }
  .organizercentral-top .reason-list,
  .organizercentral-top .features-wrap-left,
  .organizercentral-top .features-wrap-right,
  .boost .features-plan,
  .boost .howtouse-step {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
}
@media screen and (min-width: 551px) and (max-width: 750px) {
}
@media screen and (min-width: 1280px) {
}
