@charset "UTF-8";
/*
Theme Name: 日本バター餅協会
Author: 日本バター餅協会
Version: 0.1
*/
.mq-tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .mq-tb {
    display: block;
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: Zen Maru Gothic;
  line-height: 1.5;
  word-break: break-all;
  background: #FFFDF7;
  scroll-behavior: smooth;
}

img {
  display: block;
  max-width: 100%;
}

picture.shadow {
  padding: 0 15px 15px 0;
  position: relative;
}
picture.shadow::after {
  content: "";
  display: block;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  border-radius: 15px;
  background: #FFE381;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
picture.shadow img {
  border-radius: 15px;
}

h1 {
  font-size: 1.75rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h1,
h2,
h3 {
  font-weight: 500;
  line-height: 1.5;
}
h1.decorate,
h2.decorate,
h3.decorate {
  margin-bottom: 40px;
  padding-bottom: 30px;
  text-align: center;
  line-height: 1.2;
  position: relative;
}
h1.decorate:after,
h2.decorate:after,
h3.decorate:after {
  content: "";
  display: block;
  width: 50px;
  height: 20px;
  border: none;
  background-image: url("assets/images/bm_deco.png");
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
h1.decorate small,
h2.decorate small,
h3.decorate small {
  font-size: 0.6em;
  font-weight: normal;
}
h1.line,
h2.line,
h3.line {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #66501C;
  text-align: center;
  font-size: 1.2rem;
}
h1.line::before, h1.line::after,
h2.line::before,
h2.line::after,
h3.line::before,
h3.line::after {
  content: "";
  flex: 1;
  border-bottom: solid 1px #66501C;
}

p {
  margin: 0 0 1rem;
  text-align: justify;
  line-height: 1.6;
}
p.text-center {
  text-align: center;
}
p a.underline {
  text-decoration: underline !important;
}

hr {
  width: 100%;
  margin: 1rem auto;
  border: none;
  border-bottom: solid 1px #D8C78C;
}
hr.decorate {
  display: block;
  width: 50px;
  height: 20px;
  margin: 5px auto 20px;
  border: none;
  background-image: url("assets/images/bm_deco.png");
  background-size: contain;
}

#container {
  position: relative;
  z-index: 1;
}

.btn, .btn-arrow {
  display: inline-block;
  padding: 10px 20px;
  color: #66501C;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  border-radius: 50px;
  background: #FFDA56;
}
.btn-brown {
  color: white;
  background-color: #A7832D;
}
.btn-arrow::after {
  content: "\f0da";
  margin-inline-start: 10px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.btn-file-icon::before {
  margin-inline-end: 5px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.btn-file-icon-pdf::before, .btn-file-icon[href$=".pdf"]::before {
  content: "\f1c1";
}
.btn-file-icon-word::before, .btn-file-icon[href$=".doc"]::before, .btn-file-icon[href$=".docx"]::before {
  content: "\f1c2";
}
.btn-file-icon-excel::before, .btn-file-icon[href$=".xml"]::before, .btn-file-icon[href$=".xls"]::before, .btn-file-icon[href$=".xlsx"]::before {
  content: "\f1c3";
}
.btn i[class^=fa-], .btn-arrow i[class^=fa-] {
  color: inherit;
}

i[class^=fa-] {
  color: #A7832D;
}

header#site-header {
  width: 100%;
  padding: 5px 10px;
  background: #FE9EAD;
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  header#site-header {
    padding: 10px 20px;
    position: sticky;
    top: 0;
  }
}
header#site-header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1024px;
  margin: 0 auto;
}
header#site-header a#headlink {
  color: white;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
header#site-header a#headlink p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  header#site-header a#headlink p {
    font-size: 0.8rem;
  }
}
header#site-header a#headlink p:first-child {
  display: flex;
  align-items: center;
  gap: 5px;
}
header#site-header a#headlink p:first-child img {
  width: 17px;
}
header#site-header a#headlink p:last-child {
  display: none;
}
@media screen and (max-width: 768px) {
  header#site-header a#headlink p:last-child {
    display: block;
    font-size: 1.1em;
  }
}
header#site-header button#sp-nav-toggle {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
@media screen and (max-width: 768px) {
  header#site-header button#sp-nav-toggle {
    display: flex;
    justify-content: center;
  }
  header#site-header button#sp-nav-toggle:before {
    content: "\f0c9";
    color: white;
    font-size: 24px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
  }
  header#site-header button#sp-nav-toggle.active:before {
    content: "\f00d";
  }
}
header#site-header nav#sp-nav {
  display: none;
  width: 100%;
  padding: 30px;
  background: #FFFDF7;
  background-image: url("assets/images/head_bg.png");
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 1426px auto;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
}
header#site-header nav#sp-nav ul {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  list-style: none;
  margin: 0;
  padding: 0;
}
header#site-header nav#sp-nav ul a {
  color: #66501C;
  text-decoration: none;
}

#head-bg {
  display: block;
  width: 100%;
  min-width: 320px;
  height: 500px;
  background-image: url("assets/images/head_bg.png");
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 1426px auto;
  position: absolute;
  left: 0;
  z-index: 0;
}

#pagetop {
  width: 60px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  #pagetop {
    width: 45px;
  }
}

footer#site-footer {
  width: 100%;
  margin-top: 80px;
  padding: 20px 0 100px;
  border-bottom: solid 15px #FE9EAD;
  background-image: url("assets/images/footer_bg.png");
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1426px auto;
}
@media screen and (max-width: 768px) {
  footer#site-footer {
    margin-top: 0;
    padding: 80px 0 30px;
  }
}
footer#site-footer p#copyright {
  margin: 0 auto;
  color: #66501C;
  text-align: center;
}

#sidebar-wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  #sidebar-wrap {
    display: none;
  }
}

aside#sidebar {
  width: 246px;
  padding: 30px 15px;
  position: fixed;
}
aside#sidebar nav ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
aside#sidebar nav ul li:not(:last-child) {
  margin-bottom: 0.75em;
}
aside#sidebar nav ul a {
  color: inherit;
  text-decoration: none;
}

#container.front section#character::after, #container.front section#trademark #trademark-wrap::after, #container.front section#activity::after, #container.front section#news::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}

#container.front {
  display: grid;
  grid-template-columns: 246px 1fr;
  gap: 20px;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #container.front {
    grid-template-columns: 1fr;
  }
}
#container.front section {
  margin: 80px 20px;
  scroll-margin-top: 80px;
}
#container.front section#introduction {
  margin: 50px 20px;
}
@media screen and (max-width: 425px) {
  #container.front section#introduction {
    margin: 30px auto;
    padding: 30px 20px;
  }
}
#container.front section#introduction .mainvis {
  display: flex;
  justify-content: flex-end;
  gap: 70px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #container.front section#introduction .mainvis {
    gap: 30px;
  }
}
@media screen and (max-width: 425px) {
  #container.front section#introduction .mainvis {
    gap: 15px;
  }
}
#container.front section#introduction .mainvis .lbm {
  width: 35%;
  max-width: 250px;
  align-self: flex-end;
  position: absolute;
  left: 0;
  bottom: -40px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #container.front section#introduction .mainvis .lbm {
    width: 180px;
    bottom: -30px;
  }
}
@media screen and (max-width: 425px) {
  #container.front section#introduction .mainvis .lbm {
    width: 125px;
    bottom: -20px;
  }
}
#container.front section#introduction .mainvis p {
  margin: 0;
  color: #66501C;
  line-height: 3em;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 425px) {
  #container.front section#introduction .mainvis p {
    line-height: 2em;
  }
}
#container.front section#introduction .mainvis .logo {
  width: 100px;
  min-width: 100px;
}
@media screen and (max-width: 425px) {
  #container.front section#introduction .mainvis .logo {
    width: 80px;
    min-width: 80px;
  }
}
#container.front section#introduction .cbm {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #container.front section#introduction .cbm {
    width: auto;
  }
}
#container.front section#about {
  margin: 0 20px;
  padding: 30px 30px 130px;
  background-image: url("assets/images/front/map.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: max(200px, 40%) auto;
}
@media screen and (max-width: 768px) {
  #container.front section#about {
    padding: 30px;
    margin: 0;
    background: none;
  }
}
#container.front section#about h1 {
  text-align: center;
  font-weight: 500;
}
#container.front section#about p {
  padding-right: 40%;
}
@media screen and (max-width: 768px) {
  #container.front section#about p {
    padding-right: 0;
  }
}
#container.front section#about img {
  width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #container.front section#roots {
    padding: 30px;
    margin: 0;
    background: none;
  }
}
#container.front section#roots > div {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
  align-items: center;
  gap: 1rem 30px;
}
#container.front section#roots > div p {
  max-width: 400px;
}
#container.front section#roots > div picture {
  width: 280px;
}
#container.front section#news {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 30px 50px;
  margin: 20px;
  padding: 30px 5vw;
  border-radius: 15px;
  background: #FFF9E2;
  position: relative;
}
@media screen and (max-width: 768px) {
  #container.front section#news {
    grid-template-columns: 1fr;
  }
}
#container.front section#news::after {
  background-image: url("assets/images/character/line_stamp/line01.png");
  left: calc(60px + 5vw);
  bottom: -20px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #container.front section#news::after {
    left: 20px;
    top: -20px;
    transform: none;
  }
}
#container.front section#news h1,
#container.front section#news h4 {
  margin: 0;
}
#container.front section#news p {
  margin: 0;
  text-align: center;
}
#container.front section#news ul {
  display: grid;
  gap: 20px 1em;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #container.front section#news ul {
    grid-template-columns: 1fr;
  }
}
#container.front section#news ul > li {
  display: grid;
  grid-column: span 2;
  grid-template-columns: subgrid;
  padding-bottom: 5px;
  border-bottom: solid 1px #FFDA56;
}
@media screen and (max-width: 768px) {
  #container.front section#news ul > li {
    grid-column: span 1;
  }
}
#container.front section#news ul > li h4 {
  font-weight: normal;
}
#container.front section#greeting article {
  display: grid;
  grid-template-columns: 240px 1fr;
  justify-items: center;
  align-items: start;
  gap: 50px 70px;
}
@media screen and (max-width: 1024px) {
  #container.front section#greeting article {
    grid-template-columns: 1fr;
  }
}
#container.front section#greeting article picture {
  max-width: 240px;
}
#container.front section#greeting article #greeting-profile {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em 1em;
  justify-content: flex-end;
  align-items: baseline;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: right;
}
#container.front section#greeting article #greeting-profile small {
  font-size: 0.7em;
  font-weight: normal;
}
#container.front section#activity {
  padding: 30px 50px 50px;
  border-radius: 15px;
  background: #FFF9E2;
  position: relative;
  background-image: url("assets/images/front/activity_bg.png");
  background-size: 90%;
  background-position: center;
  background-repeat: space;
}
@media screen and (max-width: 768px) {
  #container.front section#activity {
    background-image: none;
  }
}
#container.front section#activity::after {
  background-image: url("assets/images/character/line_stamp/line06.png");
  right: 30px;
  bottom: -20px;
}
#container.front section#activity #activity-posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  gap: 20px 50px;
}
@media screen and (max-width: 768px) {
  #container.front section#activity #activity-posts {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
#container.front section#activity #activity-posts article {
  max-width: 280px;
  min-width: 0;
}
#container.front section#activity #activity-posts article:nth-child(2n) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #container.front section#activity #activity-posts article:nth-child(2n) {
    margin: 0;
  }
}
#container.front section#activity #activity-posts article:last-child:nth-child(2n-1) {
  grid-column: span 2;
  width: calc(50% - 25px);
}
@media screen and (max-width: 768px) {
  #container.front section#activity #activity-posts article:last-child:nth-child(2n-1) {
    grid-column: auto;
    width: auto;
  }
}
#container.front section#activity #activity-posts article img {
  width: 100%;
  margin: 0 auto;
  border: solid 3px #FFE381;
  border-radius: 15px;
}
#container.front section#activity #activity-posts article h4 {
  margin: 5px 0 0;
  font-size: 0.9rem;
  font-weight: normal;
}
#container.front section#shop {
  margin-bottom: 20px;
}
#container.front section#shop #shops {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 50px;
}
@media screen and (max-width: 768px) {
  #container.front section#shop #shops {
    grid-template-columns: 1fr;
  }
}
#container.front section#shop #shops article {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  gap: 1rem;
  max-width: 360px;
  min-width: 0;
  margin: 0 auto;
}
#container.front section#shop #shops article img.thumbnail {
  border-radius: 10px 10px 0 0;
}
#container.front section#shop #shops article h3 {
  margin: 0 0 10px;
  padding-bottom: 5px;
  font-size: 1.1rem;
  border-bottom: solid 1px #D8C78C;
}
#container.front section#shop #shops article h3 + p {
  margin: 0;
  font-size: 0.9rem;
}
#container.front section#shop #shops article p {
  line-height: 1.2;
}
#container.front section#shop #shops article .shop-desc {
  align-self: flex-start;
  padding: 15px;
  border-radius: 0 0 10px 10px;
  background: #FFF9E2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #container.front section#shop #shops article .shop-desc {
    padding: 10px;
  }
}
#container.front section#shop #shops article .shop-desc button.shop-desc-toggle {
  width: 100%;
  color: #66501C;
  text-align: center;
  border: none;
  border-radius: 5px;
  background: #FFF9E2;
  cursor: pointer;
}
#container.front section#shop #shops article .shop-desc button.shop-desc-toggle:after {
  content: "\f0d7";
  margin-left: 0.5em;
  color: #66501C;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
#container.front section#shop #shops article .shop-desc button.shop-desc-toggle.active:after {
  content: "\f0d8";
}
#container.front section#shop #shops article .shop-desc button.shop-desc-toggle.active + table {
  display: table;
}
#container.front section#shop #shops article .shop-desc table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 5px;
  font-size: 0.8rem;
  border: none;
}
@media screen and (max-width: 768px) {
  #container.front section#shop #shops article .shop-desc table {
    display: none;
    margin-top: 10px;
  }
}
#container.front section#shop #shops article .shop-desc table th,
#container.front section#shop #shops article .shop-desc table td {
  padding: 5px 10px;
  text-align: left;
  border: none;
  border-bottom: solid 1px #D8C78C;
}
#container.front section#shop #shops article .shop-desc table th {
  color: #66501C;
  word-break: keep-all;
  width: calc(4em + 20px);
  vertical-align: baseline;
}
#container.front section#shop #shops article .shop-desc table td {
  vertical-align: middle;
}
#container.front section#shop #shops article .shop-desc table td a {
  color: inherit;
  text-decoration: none;
}
#container.front section#shop #shops article .shop-desc table td a i[class^=fa] {
  margin-right: 2px;
}
#container.front section#trademark {
  margin-top: 20px;
  padding: 50px 30px;
  border-radius: 10px;
  background: linear-gradient(to top, #F1F1EF, #F1F1EF 60%, transparent 60%, transparent);
}
@media screen and (max-width: 768px) {
  #container.front section#trademark {
    margin: 50px auto;
    background: none;
  }
}
#container.front section#trademark #trademark-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px 20px;
  border: solid 1px #D8C78C;
  border-radius: 10px;
  background: white;
  position: relative;
}
@media screen and (max-width: 768px) {
  #container.front section#trademark #trademark-wrap {
    flex-direction: column;
  }
}
#container.front section#trademark #trademark-wrap::after {
  background-image: url("assets/images/character/line_stamp/line11.png");
  top: -45px;
  right: 30px;
}
#container.front section#trademark #trademark-wrap img {
  width: 180px;
}
#container.front section#trademark #trademark-wrap h3 {
  margin: 0;
  color: #66501C;
  text-align: center;
}
#container.front section#trademark #trademark-wrap hr {
  border-width: 2px;
}
#container.front section#trademark #trademark-wrap p {
  margin: 0;
  text-align: center;
}
#container.front section#market {
  margin: 80px 60px;
}
@media screen and (max-width: 768px) {
  #container.front section#market {
    margin: 80px 0;
  }
}
#container.front section#market #market-tabs {
  display: none;
  align-items: end;
  gap: 10px;
  width: 100%;
  padding: 20px 30px 0;
  background: #D8C78C;
}
@media screen and (max-width: 768px) {
  #container.front section#market #market-tabs {
    display: flex;
  }
}
#container.front section#market #market-tabs button {
  flex: 1;
  padding: 10px;
  color: #66501C;
  font-weight: 500;
  text-align: center;
  border: none;
  border-radius: 10px 10px 0 0;
  background: #FFF9E2;
  cursor: pointer;
}
#container.front section#market #market-tabs button.active {
  background: white;
}
#container.front section#market .markets-area {
  display: block;
}
@media screen and (max-width: 768px) {
  #container.front section#market .markets-area:not(.active) {
    display: none;
  }
  #container.front section#market .markets-area h2.line {
    display: none;
  }
}
#container.front section#market .markets-area .markets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
  margin-bottom: 50px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  #container.front section#market .markets-area .markets {
    grid-template-columns: 1fr;
    margin: 30px;
  }
}
#container.front section#market .markets-area .markets article.market {
  padding: 20px 30px;
  border-radius: 10px;
  background: #FFF9E2;
}
#container.front section#market .markets-area .markets article.market h3 {
  margin: 0 0 5px;
  font-size: 1rem;
  font-weight: 500;
}
#container.front section#market .markets-area .markets article.market table {
  border: none;
}
#container.front section#market .markets-area .markets article.market table th,
#container.front section#market .markets-area .markets article.market table td {
  padding: 3px;
  border: none;
  vertical-align: baseline;
}
#container.front section#market .markets-area .markets article.market table a {
  color: inherit;
  text-decoration: none;
}
#container.front section#market .markets-area .markets article.market table a address {
  font-style: normal;
  text-decoration: underline;
}
#container.front #google_mymap_markets {
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  #container.front #google_mymap_markets {
    margin: 0;
  }
}
#container.front section#character {
  padding: 50px 30px;
  border-radius: 10px;
  background: #FFF9E2;
  position: relative;
}
@media screen and (max-width: 768px) {
  #container.front section#character {
    margin: 50px 0 80px;
    border-radius: 0;
  }
}
#container.front section#character::after {
  width: 120px;
  height: 120px;
  background-image: url("assets/images/character/line_stamp/line03.png");
  bottom: -45px;
  right: 0;
}
@media screen and (max-width: 768px) {
  #container.front section#character::after {
    right: 50%;
    transform: translateX(50%);
  }
}
#container.front section#character > * {
  max-width: 540px;
  margin: 0 auto;
}
#container.front section#character h1 {
  font-size: 1rem;
  text-align: center;
}
#container.front section#character img {
  margin: 20px auto;
}
#container.front section#character img.character-logo {
  width: 240px;
}
#container.front section#character img.character-img {
  width: 270px;
}
#container.front section#character > p {
  margin: 50px auto;
  font-weight: 500;
  line-height: 1.8;
}
#container.front section#character #character-profile {
  border-radius: 20px;
  overflow: hidden;
}
#container.front section#character #character-profile h2 {
  margin: 0;
  padding: 10px;
  color: white;
  text-align: center;
  background: #A7832D;
}
#container.front section#character #character-profile dl {
  display: grid;
  grid-template-columns: 6em 1fr;
  align-items: baseline;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 30px;
  background: white;
}
@media screen and (max-width: 425px) {
  #container.front section#character #character-profile dl {
    grid-template-columns: 1fr;
  }
}
#container.front section#character #character-profile dl dt,
#container.front section#character #character-profile dl dd {
  margin: 0;
  padding: 3px 10px;
}
#container.front section#character #character-profile dl dt {
  color: #66501C;
  text-align: center;
  border-radius: 2em;
  background: #FFE381;
}
#container.front section#character #character-request {
  margin: 50px auto;
  padding: 0 30px 20px;
  position: relative;
  z-index: 1;
  font-size: 0.9rem;
}
#container.front section#character #character-request::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #D8C78C;
  border-radius: 20px;
  position: absolute;
  top: 0.6rem;
  left: 0;
  z-index: -1;
}
#container.front section#character #character-request h2 {
  width: fit-content;
  margin: 0 auto 10px;
  padding: 0 20px;
  color: #66501C;
  font-size: 1.2rem;
  text-align: center;
  background: #FFF9E2;
}
#container.front section#character #character-request h3 {
  font-size: 1.1rem;
  text-align: center;
  border-bottom: solid 1px #D8C78C;
}
#container.front section#character #character-request h3:not(:first-child) {
  margin-top: 3rem;
}
#container.front section#character #character-request .pdfs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 1rem;
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
}
#container.front section#character #character-request .pdfs a:not(.btn) {
  color: inherit;
  text-decoration: underline;
}
#container.front section#ad_links {
  padding: 30px 30px 60px;
  border-radius: 10px;
  background: #FFF9E2;
}
@media screen and (max-width: 768px) {
  #container.front section#ad_links {
    margin: 80px 0;
    border-radius: 0;
  }
}
#container.front section#ad_links ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2rem;
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
}
#container.front section#ad_links ul li::before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
#container.front section#ad_links ul li a {
  color: inherit;
  text-decoration: underline;
}
#container.front #contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px 50px;
  margin: 50px 20px;
}
@media screen and (max-width: 768px) {
  #container.front #contact {
    flex-direction: column;
  }
}
#container.front #contact h2,
#container.front #contact h3 {
  margin: 0;
  font-weight: 500;
  text-align: center;
  line-height: 1em;
  word-break: keep-all;
}
#container.front #contact h2 small,
#container.front #contact h3 small {
  font-weight: normal;
}
#container.front #contact h2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #container.front #contact h2 {
    margin-bottom: 0;
  }
}
#container.front #contact address {
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #container.front #contact address {
    text-align: center;
  }
}
#container.front #contact address p {
  margin: 0;
}
#container.front #contact address a {
  margin-right: 0.5em;
  color: inherit;
  text-decoration: none;
}
#container.front #contact .btn {
  width: 100%;
  margin: 1rem 0;
}
#container.front #contact .btn + p {
  font-size: 0.8rem;
}
#container.front #leaflet {
  max-width: 500px;
  margin: 30px auto;
  padding: 0 15px;
  text-align: center;
}
#container.front #leaflet a {
  display: inline-block;
  width: 100%;
  padding: 25px 50px 25px 120px;
  color: white;
  text-align: center;
  text-decoration: none;
  word-break: keep-all;
  border-radius: 10px;
  background-color: #DE4E65;
  background-image: url("assets/images/footer/leaflet_bg.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 425px) {
  #container.front #leaflet a {
    padding: 10px 20px 10px 100px;
  }
}
#container.front #leaflet a i[class^=fa-] {
  margin-left: 10px;
  color: white;
}
#container.front #linestamp {
  max-width: 500px;
  margin: 30px auto;
  padding: 0 15px;
}

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