@charset "UTF-8";
/* Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=date],
input[type=tel],
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  margin: 0;
}

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

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

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(13px, 1.56vw, 16px);
  line-height: 1.6;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  color: #333;
}

#js-loading {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #bfbfbf;
  background-color: #fff;
}
#js-loading.is-hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
}

.l-drawer {
  width: 100vw;
  position: fixed;
  top: 0;
  right: 0;
  left: inherit;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: radial-gradient(circle at 14% 14%, rgba(0, 0, 0, 0.7) 10%, rgb(0, 0, 0) 90%);
  padding: 5em 0;
  z-index: 91;
}

.l-drawer-menu {
  max-width: 28em;
}
@media only screen and (max-width: 600px) {
  .l-drawer-menu {
    max-width: 25em;
  }
}
.l-drawer-menu > li > a {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  padding: 1em 2.5em 1em 0.5em;
  border-radius: 0.5em;
  text-shadow: 0 0 0.25em #000;
  position: relative;
}
.l-drawer-menu > li > a span {
  color: #333;
  background-color: rgba(255, 255, 255, 0.85);
  text-shadow: none;
  padding: 0 0.25em;
  margin-right: 0.5em;
}
.l-drawer-menu > li > a:after {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: inherit;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .l-drawer-menu > li > a:hover {
    color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.1);
  }
  .l-drawer-menu > li > a:hover:after {
    right: 0.5em;
  }
}

.l-drawer-present {
  display: flex;
  justify-content: space-between;
  gap: 0.5em;
}
.l-drawer-present__body {
  width: 50%;
}
.l-drawer-present__title {
  font-weight: 500;
}
.l-drawer-present__text {
  font-size: 0.8em;
  font-weight: 300;
}
.l-drawer-present__photo {
  width: 50%;
}

.l-drawer-sns {
  display: flex;
  gap: 1em;
  margin: 2em 0;
}
.l-drawer-sns > li > a {
  font-size: 2em;
  color: rgba(255, 255, 255, 0.85);
  padding: 0.5em 0.75em;
  border-radius: 0.25em;
}
@media (hover: hover) and (pointer: fine) {
  .l-drawer-sns > li > a {
    transition: 0.3s ease-in-out;
  }
  .l-drawer-sns > li > a:hover {
    color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.1);
  }
}

body.is-drawer-open {
  height: 100%;
  overflow: hidden;
}

.l-wide-wrap {
  width: 100%;
  padding: 0 2em;
  margin: 0 auto;
}
@media only screen and (min-width: 1400px) {
  .l-wide-wrap {
    max-width: calc(1280px + 4em);
  }
}

.l-middle-wrap {
  width: 100%;
  padding: 0 2em;
  margin: 0 auto;
}
@media only screen and (min-width: 1400px) {
  .l-middle-wrap {
    max-width: calc(1024px + 4em);
  }
}

.l-narrow-wrap {
  width: 100%;
  max-width: calc(767px + 4em);
  padding: 0 2em;
  margin: 0 auto;
}

.p-common-main {
  padding-top: 4em;
}

.l-footer {
  padding: 3em 0;
  background-color: #dcdcdc;
  font-size: 0.85em;
  font-feature-settings: "palt";
}
.l-footer__head {
  font-weight: 500;
  margin-bottom: 0.25em;
}
.l-footer__text {
  line-height: 1.7;
  margin-bottom: 0.5em;
}
.l-footer__text--indent {
  text-indent: -3em;
  padding-left: 3em;
}
.l-footer__link {
  border-bottom: dotted 1px currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__link {
    transition: 0.3s ease-in-out;
  }
  .l-footer__link:hover {
    padding-bottom: 0.25em;
  }
}
.l-footer__fsc {
  width: 10em;
  margin-top: 2em;
}
.l-footer__kyushulogo {
  width: 7em;
  margin: 1em 0;
}

.l-footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 2em;
  width: 100%;
  padding-bottom: 3em;
}
.l-footer-grid__left {
  flex-grow: 1;
  min-width: 25em;
}
.l-footer-grid__center {
  flex-grow: 1;
}
.l-footer-grid__right {
  flex-grow: 1;
  min-width: 9em;
}
@media only screen and (max-width: 767px) {
  .l-footer-grid {
    flex-direction: column;
    margin: 0 auto;
    max-width: 25em;
  }
}

.l-footer-copyright {
  border-top: solid 1px #ccc;
}
.l-footer-copyright__inner {
  width: 15em;
  margin: 3em auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
.l-footer-copyright__text {
  padding-left: 1em;
}

.l-grid-2to1 {
  width: 100%;
  display: grid;
  gap: 3em;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 600px) {
  .l-grid-2to1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2em;
  }
}
.l-grid-2to1__item img {
  width: 100%;
  object-fit: cover;
}
.l-grid-2to1__item--ratio35 img {
  aspect-ratio: 3/5;
}
.l-grid-2to1__item--reset img {
  aspect-ratio: inherit;
  object-fit: inherit;
}

.l-grid-3to1 {
  width: 100%;
  display: grid;
  gap: 3em;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 600px) {
  .l-grid-3to1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2em;
  }
}
.l-grid-3to1__item img {
  width: 100%;
  object-fit: cover;
}
.l-grid-3to1__item--ratio35 img {
  aspect-ratio: 3/5;
}
.l-grid-3to1__item--reset img {
  aspect-ratio: inherit;
  object-fit: inherit;
}

.l-grid-3to1__start1-end3 {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media only screen and (max-width: 600px) {
  .l-grid-3to1__start1-end3 {
    grid-column-start: inherit;
    grid-column-end: inherit;
  }
}

.l-grid-3to1__start2-end4 {
  grid-column-start: 2;
  grid-column-end: 4;
}
@media only screen and (max-width: 600px) {
  .l-grid-3to1__start2-end4 {
    grid-column-start: inherit;
    grid-column-end: inherit;
  }
}

.gird-item-span2 {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  gap: 0.5em;
}

.gird-item-span3 {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  gap: 0.5em;
}

.gird-item-span4 {
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  gap: 0.5em;
}

.gird-item-span5 {
  display: grid;
  grid-row: span 5;
  grid-template-rows: subgrid;
  gap: 0.5em;
}

.c-scrolldown {
  position: absolute;
  left: 50%;
  bottom: 2.5em;
  height: 3.5em;
}
.c-scrolldown span {
  position: absolute;
  top: -1.25em;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-size: 1.1em;
  font-weight: 600;
  text-shadow: 0 0 3px #000, 0 0 6px #fff;
}
.c-scrolldown:after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 30px;
  background: #fff;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
  box-shadow: 0 0 3px #000;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

.c-nav-button {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.05em;
  width: 6em;
  height: 2.5em;
  border: solid 1px currentColor;
  border-radius: 1.25em;
  position: fixed;
  top: 0.75em;
  right: 0.75em;
}
@media (hover: hover) and (pointer: fine) {
  .c-nav-button:hover {
    transition: 0.3s ease-in-out;
    background-color: #333;
    color: #fff;
  }
}
.c-nav-button--open {
  z-index: 90;
  background-color: rgba(255, 255, 255, 0.75);
}
.c-nav-button--close {
  color: #fff;
  background-color: rgba(40, 40, 40, 0.7);
  z-index: 99;
}

.c-link {
  padding: 0.5em 3em 0.5em 2em;
  border-radius: 1.5em;
  border: solid 1px currentColor;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
@media (hover: hover) and (pointer: fine) {
  .c-link {
    transition: 0.3s ease-in-out;
  }
  .c-link:hover {
    color: #fff;
    background-color: #333;
  }
}
.c-link > span {
  position: relative;
}
.c-link > span:after {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: inherit;
  position: absolute;
  top: 50%;
  right: -1.5em;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.c-link--inner > span:after {
  content: "\f105";
}
.c-link--outer > span:after {
  content: "\f08e";
}

.c-page-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.c-page-head__logo {
  width: clamp(220px, 27.5vw, 440px);
}
.c-page-head__issue {
  margin-top: 1em;
}
.c-page-head__line {
  width: 0.1em;
  height: 3em;
  background-color: #d12834;
  margin: 1em 0 0.25em;
}
.c-page-head__title {
  font-size: 2em;
  font-weight: 500;
  text-align: center;
}
.c-page-head__title span {
  display: inline-block;
}
.c-page-head__photo {
  margin-top: 2em;
  width: 100%;
  position: relative;
}
.c-page-head__photo img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
}
@media (max-aspect-ratio: 1/1) {
  .c-page-head__photo img {
    height: 50vh;
  }
}
.c-page-head__photo.is-height-auto img {
  height: auto;
}
.c-page-head__photo--2photos {
  margin-top: 2em;
  width: 100%;
  display: flex;
}
.c-page-head__photo--2photos img {
  width: 50%;
  height: 70vh;
  object-fit: cover;
}
@media (max-aspect-ratio: 1/1) {
  .c-page-head__photo--2photos {
    flex-direction: column;
  }
  .c-page-head__photo--2photos img {
    width: 100%;
    height: 30vh;
  }
}
.c-page-head__photo--position-bottom img {
  object-position: bottom center;
}
.c-page-head__caption {
  position: absolute;
  right: 1em;
  bottom: 1em;
  color: #fff;
  text-shadow: 0 0 1em #000;
}
.c-page-head__follow {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.7;
  margin: 2em auto;
  width: fit-content;
  font-feature-settings: "palt";
}

.c-page-subhead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  width: 100%;
  margin-top: 5em;
  line-height: 1.3;
}
@media only screen and (max-width: 600px) {
  .c-page-subhead {
    margin-top: 3em;
  }
}
.c-page-subhead__line {
  width: 0.1em;
  height: 3em;
  background-color: #d12834;
}
.c-page-subhead__title {
  font-size: 1.75em;
  font-weight: 800;
  text-align: center;
}
.c-page-subhead__catch {
  font-size: 2em;
  font-weight: 500;
  text-align: center;
  font-feature-settings: "palt";
  line-height: 1.4;
}
.c-page-subhead__follow {
  text-align: center;
  line-height: 1.7;
}
@media only screen and (max-width: 600px) {
  .c-page-subhead__follow {
    text-align: left;
  }
}
.c-page-subhead__fig {
  width: 100%;
  max-width: 25em;
}
.c-page-subhead__fig--w15 {
  max-width: 15em;
}

.p-special2-border {
  border: solid 1px #aaa;
  padding: 1em;
  border-radius: 0.5em;
}

.c-breadcrumb {
  border-top: solid 1px #dcdcdc;
  padding: 1em 0;
  margin-top: 5em;
}
.c-breadcrumb__list > li {
  display: inline-block;
  font-size: 0.9em;
  line-height: 2;
}
.c-breadcrumb__list > li:not(:last-child) {
  margin-right: 1.2em;
  position: relative;
}
.c-breadcrumb__list > li:not(:last-child):after {
  content: "\f105";
  color: #dcdcdc;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: inherit;
  position: absolute;
  top: 50%;
  right: -1em;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.c-breadcrumb__list > li:not(:last-child) a {
  border-bottom: dotted 1px currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .c-breadcrumb__list > li:not(:last-child) a {
    transition: all 0.3s ease-in-out;
  }
  .c-breadcrumb__list > li:not(:last-child) a:hover {
    padding-bottom: 0.25em;
  }
}

.c-list {
  list-style: disc;
}
.c-list li {
  margin-left: 1.5em;
}

.c-note {
  padding: 2em;
  border: solid 0.25em #dcdcdc;
  border-radius: 1em;
}
.c-note__title {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 1em;
}
.c-note__title--center {
  text-align: center;
}
.c-note__text {
  margin-bottom: 0.5em;
}
.c-note--fitcontent {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.c-table {
  width: 100%;
  border-collapse: separate;
  text-align: left;
}
.c-table tr:nth-child(even) {
  background-color: #eee;
}
.c-table th,
.c-table td {
  padding: 0.5em 1em;
}
@media only screen and (max-width: 600px) {
  .c-table th,
  .c-table td {
    padding: 0.25em;
  }
}

.c-pagetop-view {
  width: 100%;
  height: 100svh;
  margin-top: 2em;
  position: relative;
}
.c-pagetop-view__backimg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-pagetop-view__backimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(5px);
  opacity: 0.3;
}
.c-pagetop-view__mainimg {
  width: fit-content;
  margin-top: -100svh;
  margin: -100svh auto 0 auto;
  height: 100svh;
  position: relative;
  z-index: 2;
}
.c-pagetop-view__mainimg img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.c-pagetop-view__caption {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  color: #fff;
  z-index: 3;
  font-size: 0.9em;
  text-shadow: 0 0 5px #000;
}

.c-photocaption {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  color: #fff;
  text-shadow: 0 0 0.5em #000;
}
.c-photocaption__wrap {
  position: relative;
}
.c-photocaption--black {
  color: #000;
  text-shadow: 0 0 0.5em #fff;
}

.p-index-fv {
  height: 100svh;
  position: relative;
}
.p-index-fv__backimg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-index-fv__backimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(10px);
  opacity: 0.3;
}
.p-index-fv__mainimg {
  width: fit-content;
  margin-top: -100svh;
  margin: -100svh auto 0 auto;
  height: 100svh;
  position: relative;
  z-index: 2;
}
.p-index-fv__mainimg img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.p-index-fv__caption {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  color: #fff;
  z-index: 3;
  font-size: 0.9em;
  text-shadow: 0 0 5px #000;
}
.p-index-fv__logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 100%;
  padding: 10% 15%;
}
.p-index-fv__logo svg {
  filter: drop-shadow(0 0 8px #000);
}
.p-index-fv__issue {
  text-align: center;
  font-feature-settings: "palt";
  line-height: 1;
  margin: 1em 0;
  color: #fff;
  background-color: #d12834;
  padding: 0.7em 1em;
  white-space: nowrap;
}

.p-index-main {
  margin-top: -85vh;
}

#js-index-logo path {
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dasharray: 1180px;
}

#js-index-logo.is-complete path {
  fill: #fff;
  stroke: #none;
  stroke-width: 0;
  transition: 0.3s ease-in-out;
}

.p-index-heading__title {
  font-size: 2.25em;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.p-index-content {
  width: 100%;
  display: grid;
  gap: 3em;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2em;
}
@media only screen and (min-width: 1400px) {
  .p-index-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .p-index-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 2em;
    margin-top: 1em;
  }
}
.p-index-content > li:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
  height: 30em;
}
@media only screen and (min-width: 1400px) {
  .p-index-content > li:nth-child(1) {
    grid-column-end: 4;
  }
}
@media only screen and (max-width: 600px) {
  .p-index-content > li:nth-child(1) {
    grid-column-start: inherit;
    grid-column-end: inherit;
  }
}
.p-index-content > li:nth-child(1) > a {
  background-image: url(img/index/list1.webp);
}
.p-index-content > li:nth-child(2) > a {
  background-image: url(img/index/list2.webp);
}
.p-index-content > li:nth-child(3) > a {
  background-image: url(img/index/list3.webp);
}
.p-index-content > li:nth-child(4) > a {
  background-image: url(img/index/list4.webp);
}
.p-index-content > li:nth-child(5) > a {
  background-image: url(img/index/list5.webp);
}
.p-index-content > li:nth-child(6) > a {
  background-image: url(img/index/list6.webp);
}
.p-index-content > li:nth-child(7) > a {
  background-image: url(img/index/list7.webp);
}
.p-index-content > li:nth-child(8) > a {
  background-image: url(img/index/list8.webp);
}
.p-index-content > li:nth-child(9) > a {
  background-image: url(img/index/list9.webp);
}
.p-index-content > li:nth-child(10) > a {
  background-image: url(img/index/list10.webp);
}
.p-index-content > li:nth-child(11) > a {
  background-image: url(img/index/list11.webp);
}
.p-index-content > li:nth-child(12) > a {
  background-image: url(img/index/list12.webp);
}
.p-index-content > li {
  height: 15em;
}
.p-index-content > li > a {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0 1em 0 2em;
  position: relative;
}
.p-index-content > li > a::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.5));
}
@media (hover: hover) and (pointer: fine) {
  .p-index-content > li > a {
    transition: 0.3s ease-in-out;
  }
  .p-index-content > li > a:hover {
    filter: contrast(120%) brightness(1.1);
    transform: scale(1.025);
    box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.5);
  }
}

.p-index-article {
  color: #fff;
  font-feature-settings: "palt";
  text-shadow: 0 0 1em #000;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.p-index-article__head {
  font-size: 1.25em;
  font-weight: 600;
  position: relative;
  padding-top: 15px;
}
.p-index-article__head::before {
  position: absolute;
  top: 0;
  left: -15px;
  content: "";
  width: 5px;
  height: 100%;
  background-color: #d12834;
}
.p-index-article__body {
  margin-top: 0.5em;
}
.p-index-article__label {
  display: inline-block;
  background-color: #fff;
  color: #333;
  font-size: 0.75em;
  padding: 0 0.75em;
  margin-right: 0.5em;
  text-shadow: none;
}
.p-index-article--special .p-index-article__head {
  font-size: 2em;
}
.p-index-article__caption {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  color: #fff;
  text-shadow: 0 0 3px #000;
  font-size: 0.8em;
}

.p-index-coverstory {
  width: 100%;
  display: grid;
  gap: 3em;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2em;
}
.p-index-coverstory__title {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3;
}
.p-index-coverstory__label {
  background-color: #d12834;
  color: #fff;
  padding: 0.25em 1em;
  text-align: center;
  margin-bottom: 0.5em;
}
.p-index-coverstory__text {
  margin-top: 0.5em;
}
@media only screen and (min-width: 1400px) {
  .p-index-coverstory {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .p-index-coverstory {
    gap: 1em;
    margin-top: 1em;
  }
}

.p-index-backnum {
  width: 100%;
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2em;
}
.p-index-backnum > li > a {
  display: block;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .p-index-backnum > li > a:hover {
    background-color: #dcdcdc;
    border-radius: 0.5em;
  }
  .p-index-backnum > li > a:hover img {
    transform: scale(0.8);
    filter: contrast(120%) brightness(1.1);
  }
}
@media only screen and (min-width: 1400px) {
  .p-index-backnum {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .p-index-backnum {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 600px) {
  .p-index-backnum {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-index-backitem {
  display: flex;
  align-items: center;
  gap: 1em;
}
.p-index-backitem > img {
  width: 35%;
  flex-grow: 1;
  transition: 0.3s ease-in-out;
}
.p-index-backitem > p {
  width: 65%;
  flex-grow: 1;
}
.p-index-backitem__more {
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .p-index-backitem {
    gap: 0.5em;
  }
}

.p-index-sns {
  width: 100%;
  display: grid;
  gap: 3em;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2em;
}
@media only screen and (max-width: 600px) {
  .p-index-sns {
    grid-template-columns: repeat(1, 1fr);
    gap: 2em;
    margin-top: 1em;
  }
}
.p-index-sns > li:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media only screen and (max-width: 600px) {
  .p-index-sns > li:nth-child(1) {
    grid-column-start: inherit;
    grid-column-end: inherit;
  }
}
.p-index-sns > li {
  min-height: 7em;
}
@media only screen and (max-width: 470px) {
  .p-index-sns > li {
    min-height: 4em;
  }
}
.p-index-sns > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  border: solid 1px currentColor;
  position: relative;
  padding: 1em 2em 1em 1em;
  border-radius: 1em;
  font-size: 1.5em;
}
@media only screen and (max-width: 470px) {
  .p-index-sns > li > a {
    font-size: 1.2em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-index-sns > li > a {
    transition: 0.3s ease-in-out;
  }
  .p-index-sns > li > a:hover {
    background-color: #333;
    color: #fff;
  }
  .p-index-sns > li > a:hover .p-index-sns__head span {
    background: linear-gradient(transparent 50%, #8e8e8e 50%);
  }
}
.p-index-sns > li > a:after {
  content: "\f08e";
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: inherit;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.p-index-sns__insta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-index-sns__insta {
    flex-direction: column;
  }
}
.p-index-sns__head {
  font-size: 0.8em;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.p-index-sns__head i {
  font-size: 2em;
  margin-right: 0.25em;
}
.p-index-sns__head span {
  margin-left: 0.5em;
  background: linear-gradient(transparent 50%, #f2ff00 50%);
}
.p-index-sns__photo {
  display: flex;
  gap: 1em;
  margin-left: 1em;
}
.p-index-sns__photo img {
  width: 3em;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
}
.p-index-sns__body {
  font-size: 0.7em;
}

.p-special-head__title {
  text-align: center;
  font-weight: 700;
  font-size: 1.2em;
  font-feature-settings: "palt";
  margin-bottom: 0.5em;
}
.p-special-head__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3em;
}
.p-special-head__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 1em;
}
.p-special-head__logo {
  display: flex;
  align-items: center;
}
.p-special-head__link {
  width: fit-content;
  margin: 0.5em auto 0;
}
@media only screen and (max-width: 600px) {
  .p-special-head__content {
    grid-template-columns: 1fr;
  }
  .p-special-head .c-link {
    font-size: 0.85em;
  }
}

.p-special-color {
  color: #d9281e;
}

.p-special-colorbg {
  background-color: #d9281e;
}

.p-special-color2 {
  color: #00479d;
}

.p-special-colorbg2 {
  background-color: #00479d;
}

.p-special-who__title {
  font-weight: 500;
}
.p-special-who__body {
  display: flex;
  gap: 0.5em;
}
.p-special-who__body__left {
  width: calc(100% - 8.5em);
}
.p-special-who__body__right {
  width: 8em;
}
.p-special-who__body__text {
  font-size: 0.9em;
}
.p-special-who__body__name {
  line-height: 1;
  text-align: center;
  margin-top: 0.25em;
}
.p-special-who__body__name span {
  font-size: 0.8em;
}

.p-special-painting img {
  border: solid 1px #ccc;
}

.l-grid-2to1.p-special-gird.is-narrow {
  width: 80%;
  margin: 0 auto;
}
.l-grid-2to1.p-special-gird .l-grid-2to1__item {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  gap: 0.5em;
}
@media only screen and (max-width: 600px) {
  .l-grid-2to1.p-special-gird.is-narrow .p-special-who__body {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 0 2em;
  }
}

.p-special-owner {
  width: 100%;
  max-width: 18em;
  margin: 1em auto 0;
  text-align: center;
}
.p-special-owner__body {
  margin-top: 0.5em;
}
.p-special-owner__name {
  font-size: 1.2em;
  font-weight: 500;
}
.p-special-owner__name span {
  font-size: 0.75em;
  font-weight: 400;
}

.p-special-cost h3 {
  font-size: 1.4em;
  font-weight: 600;
  background-color: #00498f;
  color: #fff;
  padding: 0.25em;
  text-align: center;
  font-feature-settings: "palt";
}
.p-special-cost h3:not(:first-child) {
  margin-top: 1.5em;
}
.p-special-cost h4 {
  font-weight: 600;
  background-color: #6289c6;
  color: #fff;
  padding: 0.25em 1em;
  text-align: center;
}
.p-special-cost h4:not(:first-child) {
  margin-top: 1em;
}
.p-special-cost p:not(:first-child) {
  margin-top: 1em;
}
.p-special-cost__img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.p-special-cost__img p {
  font-size: 0.85em;
}
.p-special-cost__new {
  font-weight: 700;
  margin-right: 0.5em;
  background-color: #d12834;
  color: #fff;
  padding: 0.1em 0.25em;
  border-radius: 0.25em;
}
.p-special-cost table {
  width: 100%;
  border-collapse: separate;
  text-align: left;
}
.p-special-cost table th,
.p-special-cost table td {
  padding: 0.25em 0.75em;
}
.p-special-cost table th {
  background-color: #eee;
}
.p-special-cost table td {
  border-bottom: solid 2px #eee;
}
.p-special-cost table .price {
  white-space: nowrap;
}
@media only screen and (max-width: 600px) {
  .p-special-cost table th,
  .p-special-cost table td {
    padding: 0.1em;
    font-size: 0.75em;
  }
}

.p-special-flow {
  padding: 1em;
}
.p-special-flow li {
  margin: 0.5em 0;
}
.p-special-flow__head {
  font-size: 1.25em;
  font-weight: 700;
}
.p-special-flow__arrow {
  color: #ccc;
  font-size: 1.25em;
  text-indent: 1em;
  padding: 0.25em 0;
}

.l-grid-2to1.p-special2-grid {
  gap: 1em;
}

.p-pridefood-head__title {
  line-height: 1;
  margin-bottom: 0.5em;
}
.p-pridefood-head__title1 {
  font-size: 0.8em;
  font-weight: 400;
}
.p-pridefood-head__title2 {
  font-size: 0.6em;
  margin-bottom: 1em;
}
.p-pridefood-head__title3 {
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-indent: 0.125em;
}
.p-pridefood-head__en {
  font-size: 0.6em;
  margin-top: 0.5em;
  font-weight: 300;
}

.p-pridefood-fair h3 {
  font-size: 1.4em;
  font-weight: 600;
  background-color: #ea5711;
  color: #fff;
  padding: 0.25em;
  text-align: center;
  font-feature-settings: "palt";
}
.p-pridefood-fair h3:not(:first-child) {
  margin-top: 1.5em;
}
.p-pridefood-fair h4 {
  font-weight: 600;
  background-color: #fdd23e;
  padding: 0.25em 1em;
  text-align: center;
}
.p-pridefood-fair h4:not(:first-child) {
  margin-top: 1em;
}
.p-pridefood-fair p:not(:first-child) {
  margin-top: 1em;
}
.p-pridefood-fair__img {
  width: 100%;
  max-width: 220px;
  margin: 1em auto;
}
.p-pridefood-fair__img p {
  font-size: 0.85em;
}
.p-pridefood-fair__link {
  display: flex;
  gap: 1em;
  margin-top: 1em;
}
@media only screen and (max-width: 600px) {
  .p-pridefood-fair__link {
    flex-direction: column;
    align-items: center;
  }
}

.p-smile-color {
  color: #2ea7e0;
}

.p-smile-colorbg {
  background-color: #2ea7e0;
}

.p-smile-head__title {
  line-height: 1;
}
.p-smile-head__title1 {
  margin-bottom: 0.25em;
  display: block !important;
}
.p-smile-head__title2 {
  display: block !important;
  margin-bottom: 0.25em;
}
.p-smile-head__title3 {
  font-size: 0.5em;
  font-weight: 400;
  display: block !important;
  margin-bottom: 0.75em;
}
.p-smile-head__title4 {
  font-size: 0.5em;
  font-weight: 400;
  display: block !important;
  margin-bottom: 0.25em;
}
.p-smile-head__title5 {
  font-size: 0.8em;
  font-weight: 600;
  display: block !important;
}
.p-smile-head__caption {
  display: flex;
  justify-content: center;
  padding: 0 2em;
}
.p-smile-head__photo > img {
  width: 100%;
  height: 100%;
  object-fit: inherit;
}
.p-smile-head__logo {
  position: absolute;
  top: 1em;
  left: 2em;
  width: clamp(80px, 10vw, 160px);
}
.p-smile-head__logo > img {
  width: 100%;
  height: auto;
}
.p-smile-head__follow {
  text-align: center;
  border: solid 1px #2ea7e0;
  border-radius: 1em;
  padding: 1em 2em;
  display: flex;
  flex-direction: column;
}
.p-smile-head__follow__head {
  margin-top: -1.5em;
  line-height: 1;
}
.p-smile-head__follow__head span {
  background-color: #fff;
  padding: 0 1em;
}
.p-smile-head__follow__body {
  margin-top: 0.75em;
}

.p-smile-subhead__title {
  width: 100%;
  max-width: calc(767px + 4em);
  padding: 0 2em;
  margin: 0 auto;
  font-size: 1.5em;
  font-weight: 500;
  text-align: justify;
}

.p-smile-content h1,
.p-smile-content h2 {
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
}
.p-smile-content h1 span,
.p-smile-content h2 span {
  font-size: 1.5em;
  margin-left: 0.25em;
  background: linear-gradient(transparent 65%, #2ea7e0 50%);
}
.p-smile-content h3,
.p-smile-content h4,
.p-smile-content h5 {
  font-size: 1.5em;
  font-weight: 500;
}
.p-smile-content h3:not(:first-child),
.p-smile-content h4:not(:first-child),
.p-smile-content h5:not(:first-child) {
  margin-top: 1.5em;
}
.p-smile-content p:not(:first-child) {
  margin-top: 0.5em;
  text-align: justify;
}

.p-smile-portal {
  margin-top: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-smile-portal__logo {
  width: 100%;
  max-width: 20em;
}
.p-smile-portal__link {
  margin-top: 1em;
}

.p-smile-info {
  margin-top: 3em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-smile-info.c-note {
  border-color: #d3edfb;
}
.p-smile-info__name {
  margin-top: 0.5em !important;
}
.p-smile-info__name span {
  font-size: 1.25em;
  font-weight: 700;
  margin-left: 0.25em;
}
.p-smile-info__link {
  margin-top: 1em;
}

.p-smile-support {
  margin-top: 3em;
}
.p-smile-support__title {
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 1.5em;
  margin-left: 0.5em;
  text-align: center;
}
.p-smile-support__title span {
  font-size: 1.25em;
  margin-left: 0.25em;
  background: linear-gradient(transparent 65%, #2ea7e0 50%);
}
.p-smile-support__head {
  font-size: 1.25em;
  font-weight: 500;
}
.p-smile-support__head:not(:first-child) {
  margin-top: 1em;
}
.p-smile-support p:not(:first-child) {
  margin-top: 0.5em;
}
.p-smile-support__link {
  width: fit-content;
  margin: 1em auto 0;
}

.p-mydear-head__title {
  line-height: 1;
}
.p-mydear-head__title1 {
  display: block !important;
  margin-bottom: 0.5em;
}
.p-mydear-head__title2 {
  font-size: 0.5em;
  display: block !important;
  margin-bottom: 0.5em;
}
.p-mydear-head__title3 {
  font-size: 0.5em;
  display: block !important;
  margin-bottom: 1.25em;
}
.p-mydear-head__title4 {
  font-size: 0.6em;
  display: block !important;
  margin-bottom: 0.25em;
}
.p-mydear-head__title5 {
  font-size: 0.6em;
  display: block !important;
}
.p-mydear-head__follow {
  font-feature-settings: inherit;
  margin-top: 3em;
}
.p-mydear-head__fullver {
  font-size: 1rem;
  font-weight: normal;
}
.p-mydear-head__fullver a {
  width: 20em;
}

.p-mydear-body img {
  width: 100%;
}
.p-mydear-body__text {
  padding: 0.5em;
}

.p-mydear-gridadjust {
  grid-column-start: 2;
  grid-column-end: 4;
}
@media only screen and (max-width: 600px) {
  .p-mydear-gridadjust {
    grid-column-start: inherit;
    grid-column-end: inherit;
  }
}

.p-mydear-explain {
  border-left: solid 1px currentColor;
  padding: 1.25em 0 0 0.5em;
  margin-top: -1em;
  position: relative;
  z-index: 3;
}
.p-mydear-explain__wrap {
  padding: 0 3em;
}
.p-mydear-explain::after {
  content: "";
  position: absolute;
  top: -1em;
  left: -1px;
  height: 2em;
  width: 1px;
  background-color: #fff;
}
.p-mydear-explain__head {
  font-size: 0.9em;
  font-weight: 500;
}
.p-mydear-explain__body {
  font-size: 0.8em;
}

.p-mydear-photoheight {
  height: 100%;
}
.p-mydear-photoheight img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .p-mydear-photoheight {
    height: inherit;
  }
  .p-mydear-photoheight img {
    height: inherit;
    object-fit: inherit;
  }
}

.p-mydear-profile {
  display: flex;
  gap: 1.5em;
}
.p-mydear-profile__wrap {
  width: 100%;
  max-width: 54em;
  padding: 0 2em;
  margin: 0 auto;
}
.p-mydear-profile__left {
  width: 35%;
}
.p-mydear-profile__right {
  width: 65%;
}

.p-mydear-note {
  width: fit-content;
  margin: 2em auto 0;
  text-align: center;
}

色 .p-mytown-color {
  color: #83ccd2;
}

.p-mytown-colorbg {
  background-color: #83ccd2;
}

.p-mytown-head__title {
  line-height: 1;
}
.p-mytown-head__title1 {
  font-size: 0.5em;
  display: block !important;
  margin-bottom: 0.5em;
}
.p-mytown-head__title2 {
  display: block !important;
  margin-bottom: 0.25em;
}
.p-mytown-head__title2e {
  font-size: 0.3em;
  display: block !important;
  margin-bottom: 1.25em;
}
.p-mytown-head__title3 {
  font-size: 0.65em;
  display: block !important;
  margin-bottom: 0.5em;
}
.p-mytown-head__title4 {
  font-size: 0.65em;
  display: block !important;
  margin-bottom: 0.5em;
}
.p-mytown-head__title5 {
  font-size: 0.65em;
  display: block !important;
  margin-bottom: 0.5em;
}
.p-mytown-head__title6 {
  font-size: 0.65em;
  display: block !important;
}
.p-mytown-head__map {
  width: 10em;
  position: absolute;
  top: 1em;
  right: 1em;
}
.p-mytown-head__map > img {
  height: auto;
  object-fit: inherit;
}

.p-mytown-phototext {
  display: flex;
}
.p-mytown-phototext__head {
  font-size: 1.25em;
  font-weight: 500;
  white-space: nowrap;
  padding: 10px 10px 0 0;
  border-right: solid 1px currentColor;
}
.p-mytown-phototext__body {
  padding: 10px 0 0 10px;
}
@media only screen and (max-width: 600px) {
  .p-mytown-phototext__head {
    font-size: 1em;
  }
}

.p-mytown-addphoto {
  width: 100%;
  max-width: 22em;
  padding: 0 2em;
  margin: 0 auto;
}

.p-mytown-subhead__title {
  font-size: 1.5em;
  font-weight: 500;
}
.p-mytown-subhead__catch {
  font-size: 1.75em;
  font-weight: 600;
}

.p-mytown-event__title {
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
}
.p-mytown-event__name {
  font-size: 1.25em;
  font-weight: 500;
  margin-top: 0.5em;
}

.p-mytown-inquiry {
  text-align: center;
}
.p-mytown-inquiry__title {
  margin-bottom: 0.5em;
}
.p-mytown-inquiry__name {
  font-weight: 600;
  margin-right: 0.5em;
}
.p-mytown-inquiry__link {
  display: flex;
  justify-content: center;
  margin-top: 0.75em;
}

.p-mytown-spot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.15em;
}
.p-mytown-spot.is-3photos {
  grid-template-columns: 4fr 3fr;
}
@media only screen and (max-width: 600px) {
  .p-mytown-spot {
    grid-template-columns: 1fr;
  }
}
.p-mytown-spot img {
  width: 100%;
  max-width: inherit;
}
.p-mytown-spot__lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}
.p-mytown-spot__lead > p {
  font-size: 1.15em;
  font-weight: 500;
  line-height: 2;
}
.p-mytown-spot__maptitle {
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
}
.p-mytown-spot__mapimg {
  width: 100%;
  max-width: 35em;
  margin: 1em auto 0;
}
.p-mytown-spot__name {
  font-size: 1.25em;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.p-mytown-spot__namenum {
  font-size: 1.75em;
  font-weight: 900;
  margin-right: 0.1em;
  color: #e95383;
}

@media only screen and (max-width: 600px) {
  .p-mytown-higuch {
    max-width: 22em;
    padding: 0 2em;
    margin: 0 auto;
  }
}

.p-mytown-gift {
  display: flex;
  gap: 1em;
  margin-top: 0.5em;
}
.p-mytown-gift__wrap {
  margin-top: 1em;
}

.p-talk-color {
  color: #a74d85;
}

.p-talk-colorbg {
  background-color: #a74d85;
}

.p-talk2-color {
  color: #227fab;
}

.p-talk2-colorbg {
  background-color: #227fab;
}

.p-talk-head__title1 {
  display: block !important;
  font-feature-settings: "palt";
}
.p-talk-head__title2 {
  display: block !important;
  font-size: 0.5em;
}
.p-talk-head__title3 {
  display: block !important;
  font-size: 0.75em;
}
.p-talk-head__map {
  width: 18em;
  margin-top: 0;
}
.p-talk-head__map img {
  width: 100%;
  height: auto;
}

.p-talk-subhead__title {
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}
.p-talk-subhead__text {
  margin-top: 1.25em;
  font-size: 1.25em;
  font-weight: 500;
}

.p-talk-person {
  margin-top: 1em;
}
.p-talk-person__title {
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
}
.p-talk-person__photo {
  margin-top: 1em;
  width: 100%;
}
.p-talk-person__photo img {
  width: 100%;
}
.p-talk-person__body {
  width: fit-content;
  margin: 0 auto;
}
.p-talk-person__menber {
  width: fit-content;
}
.p-talk-person__menber > li {
  font-feature-settings: "palt";
}
.p-talk-person__menber > li:not(:first-child) {
  margin-top: 0.5em;
}

.p-talk-meeting__head {
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
}
.p-talk-meeting__body {
  display: flex;
  gap: 1em;
  align-items: center;
  margin-top: 1em;
}
.p-talk-meeting__person {
  flex-basis: 5em;
  text-align: center;
  padding-top: 1em;
}
.p-talk-meeting__photo {
  border-radius: 50%;
  overflow: hidden;
}
.p-talk-meeting__name {
  font-weight: 600;
  letter-spacing: 0.25em;
}
.p-talk-meeting__comment {
  flex-basis: calc(100% - 6em);
  padding-right: 6em;
}
@media only screen and (max-width: 600px) {
  .p-talk-meeting__comment {
    padding-right: 0;
  }
}
.p-talk-meeting__comment p {
  position: relative;
  background: #EDEDED;
  padding: 1em;
  border-radius: 1em;
}
.p-talk-meeting__comment p::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(237, 237, 237, 0);
  border-top-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 14px;
  border-right-width: 14px;
  margin-top: -13px;
  border-right-color: #EDEDED;
  right: 100%;
  top: 50%;
}
.p-talk-meeting__note {
  font-size: 0.8em;
  line-height: 1.4;
  display: inline-block;
  margin-top: 0.5em;
}

.p-talk-meeting__body--reverse {
  flex-direction: row-reverse;
}
.p-talk-meeting__body--reverse .p-talk-meeting__comment {
  padding-right: 0;
  padding-left: 6em;
}
@media only screen and (max-width: 600px) {
  .p-talk-meeting__body--reverse .p-talk-meeting__comment {
    padding-left: 0;
  }
}
.p-talk-meeting__body--reverse .p-talk-meeting__comment p::after {
  border-right-color: transparent;
  border-left-color: #EDEDED;
  right: inherit;
  left: 100%;
}

.p-kengikai-color {
  color: #0099d9;
}

.p-kengikai-colorbg {
  background-color: #0099d9;
}

.p-kengikai-head__title1 {
  letter-spacing: 0.25em;
  text-indent: 0.25em;
}
.p-kengikai-head__logo {
  width: 20em;
  margin-top: 0;
}
.p-kengikai-head__logo img {
  width: 100%;
  height: auto;
}

.p-kengikai-group h3 {
  font-size: 1.5em;
  font-weight: 600;
  padding-left: 0.5em;
  border-left: solid 0.5em #0099d9;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.p-kengikai-group h4 {
  margin-top: 0.25em;
  font-weight: 600;
}
.p-kengikai-group p {
  margin-top: 0.25em;
}
.p-kengikai-group__name {
  margin-top: 0.75em;
}
.p-kengikai-group__caption {
  font-size: 0.8em;
}
.p-kengikai-group__list {
  margin-top: 0.25em;
}
.p-kengikai-group__list > li {
  display: inline-block;
  font-weight: 500;
}
.p-kengikai-group__list > li:not(:last-child):after {
  content: "、";
}

.p-kengikai-yosan {
  margin-top: 1em;
  margin: 1em 0 0 1em;
  list-style: circle;
}
.p-kengikai-yosan > li {
  margin-bottom: 0.75em;
  line-height: 1.25;
}
.p-kengikai-yosan > li > span {
  font-size: 0.85em;
}

.p-kengikai-about {
  width: fit-content;
  margin: 0.5em auto 0;
  text-align: center;
}
.p-kengikai-about__title {
  margin-bottom: 0.5em;
}
.p-kengikai-about__name {
  font-weight: 600;
  margin-right: 0.5em;
}
.p-kengikai-about__link {
  display: flex;
  justify-content: center;
  margin-top: 0.75em;
}
.p-kengikai-about__note {
  margin-top: 1em;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

.p-kengikai-introduce__name {
  text-align: center;
  font-weight: 600;
  margin-top: 0.5em;
}
.p-kengikai-introduce__name2 {
  font-size: 1.5em;
}
.p-kengikai-introduce__name2 span {
  font-size: 0.75em;
}
.p-kengikai-introduce__message {
  margin-top: 2em;
  padding: 1.5em;
  border: solid 1px #ccc;
}
.p-kengikai-introduce__message h3 {
  font-size: 1.5em;
  font-weight: 700;
}
.p-kengikai-introduce__message p {
  margin-top: 0.5em;
}

.p-kengikai-addperson {
  display: flex;
  gap: 0.5em;
  margin-top: 1em;
  width: 100%;
}
.p-kengikai-addperson__ph {
  width: 8em;
}
.p-kengikai-addperson__body {
  width: calc(100% - 8.5em);
}
.p-kengikai-addperson__text {
  font-size: 0.9em;
}

.p-flower-color {
  color: #96afdb;
}

.p-flower-colorbg {
  background-color: #96afdb;
}

.p-flower-head__title {
  line-height: 1;
  margin-top: 0.25em;
}
.p-flower-head__title1 {
  display: block !important;
  font-size: 0.65em;
  letter-spacing: 0.2em;
  margin-bottom: 0.5em;
}
.p-flower-head__title2 {
  display: block !important;
  letter-spacing: 0.2em;
  margin-bottom: 0.5em;
}
.p-flower-head__title3 {
  display: block !important;
  font-size: 0.5em;
}

.p-flower-flower img {
  max-width: inherit;
  width: 100%;
}

.u-mgt0_25em {
  margin-top: 0.25em !important;
}

.u-mgt0_5em {
  margin-top: 0.5em !important;
}

.u-mgt0_75em {
  margin-top: 0.75em !important;
}

.u-mgt-0_25em {
  margin-top: -0.25em !important;
}

.u-mgt-0_5em {
  margin-top: -0.5em !important;
}

.u-mgt-0_75em {
  margin-top: -0.75em !important;
}

.u-mgt0em {
  margin-top: 0em !important;
}

.u-mgt-0em {
  margin-top: 0em !important;
}

.u-mgt1em {
  margin-top: 1em !important;
}

.u-mgt-1em {
  margin-top: -1em !important;
}

.u-mgt2em {
  margin-top: 2em !important;
}

.u-mgt-2em {
  margin-top: -2em !important;
}

.u-mgt3em {
  margin-top: 3em !important;
}

.u-mgt-3em {
  margin-top: -3em !important;
}

.u-mgt4em {
  margin-top: 4em !important;
}

.u-mgt-4em {
  margin-top: -4em !important;
}

.u-mgt5em {
  margin-top: 5em !important;
}

.u-mgt-5em {
  margin-top: -5em !important;
}

.u-mgt6em {
  margin-top: 6em !important;
}

.u-mgt-6em {
  margin-top: -6em !important;
}

.u-mgt7em {
  margin-top: 7em !important;
}

.u-mgt-7em {
  margin-top: -7em !important;
}

.u-mgt8em {
  margin-top: 8em !important;
}

.u-mgt-8em {
  margin-top: -8em !important;
}

.u-mgt9em {
  margin-top: 9em !important;
}

.u-mgt-9em {
  margin-top: -9em !important;
}

.u-mgt10em {
  margin-top: 10em !important;
}

.u-mgt-10em {
  margin-top: -10em !important;
}

.u-mgb0_25em {
  margin-bottom: 0.25em !important;
}

.u-mgb0_5em {
  margin-bottom: 0.5em !important;
}

.u-mgb0_75em {
  margin-bottom: 0.75em !important;
}

.u-mgb0em {
  margin-bottom: 0em !important;
}

.u-mgb1em {
  margin-bottom: 1em !important;
}

.u-mgb2em {
  margin-bottom: 2em !important;
}

.u-mgb3em {
  margin-bottom: 3em !important;
}

.u-mgb4em {
  margin-bottom: 4em !important;
}

.u-mgb5em {
  margin-bottom: 5em !important;
}

.u-mgb6em {
  margin-bottom: 6em !important;
}

.u-mgb7em {
  margin-bottom: 7em !important;
}

.u-mgb8em {
  margin-bottom: 8em !important;
}

.u-mgb9em {
  margin-bottom: 9em !important;
}

.u-mgb10em {
  margin-bottom: 10em !important;
}

.u-mgl0_25em {
  margin-left: 0.25em !important;
}

.u-mgl-0_25em {
  margin-left: -0.25em !important;
}

.u-mgl0_5em {
  margin-left: 0.5em !important;
}

.u-mgl-0_5em {
  margin-left: -0.5em !important;
}

.u-mgl0_75em {
  margin-left: 0.75em !important;
}

.u-mgl-0_75em {
  margin-left: -0.75em !important;
}

.u-mgl1em {
  margin-left: 1em !important;
}

.u-mgl-1em {
  margin-left: -1em !important;
}

.u-mgr0_25em {
  margin-right: 0.25em !important;
}

.u-mgr-0_25em {
  margin-right: -0.25em !important;
}

.u-mgr0_5em {
  margin-right: 0.5em !important;
}

.u-mgr-0_5em {
  margin-right: -0.5em !important;
}

.u-mgr0_75em {
  margin-right: 0.75em !important;
}

.u-mgr-0_75em {
  margin-right: -0.75em !important;
}

.u-mgr1em {
  margin-right: 1em !important;
}

.u-mgr-1em {
  margin-right: -1em !important;
}

.u-mgr2em {
  margin-right: 2em !important;
}

.u-mgr-2em {
  margin-right: -2em !important;
}

.u-zindex2 {
  position: relative !important;
  z-index: 2 !important;
}

.u-zindex3 {
  position: relative !important;
  z-index: 3 !important;
}

.u-zindex4 {
  position: relative !important;
  z-index: 4 !important;
}

.u-zindex5 {
  position: relative !important;
  z-index: 5 !important;
}

.u-zindex6 {
  position: relative !important;
  z-index: 6 !important;
}

.u-zindex7 {
  position: relative !important;
  z-index: 7 !important;
}

.u-zindex8 {
  position: relative !important;
  z-index: 8 !important;
}

.u-zindex9 {
  position: relative !important;
  z-index: 9 !important;
}

.u-zindex10 {
  position: relative !important;
  z-index: 10 !important;
}

.u-fsize0_25em {
  font-size: 0.25em !important;
}

.u-fsize0_5em {
  font-size: 0.5em !important;
}

.u-fsize0_75em {
  font-size: 0.75em !important;
}

.u-fsize0_8em {
  font-size: 0.8em !important;
}

.u-fsize0_85em {
  font-size: 0.85em !important;
}

.u-fsize0_9em {
  font-size: 0.9em !important;
}

.u-fsize0_95em {
  font-size: 0.95em !important;
}

.u-fsize1em {
  font-size: 1em !important;
}

.u-fsize1_1em {
  font-size: 1.1em !important;
}

.u-fsize1_15em {
  font-size: 1.15em !important;
}

.u-fsize1_2em {
  font-size: 1.2em !important;
}

.u-fsize1_25em {
  font-size: 1.25em !important;
}

.u-fsize1_5em {
  font-size: 1.5em !important;
}

.u-fsize1_75em {
  font-size: 1.75em !important;
}

.u-fsize2em {
  font-size: 2em !important;
}

.u-fsize2_25em {
  font-size: 2.25em !important;
}

.u-fsize2_5em {
  font-size: 2.5em !important;
}

.u-fweight100 {
  font-weight: 100 !important;
}

.u-fweight200 {
  font-weight: 200 !important;
}

.u-fweight300 {
  font-weight: 300 !important;
}

.u-fweight400 {
  font-weight: 400 !important;
}

.u-fweight500 {
  font-weight: 500 !important;
}

.u-fweight600 {
  font-weight: 600 !important;
}

.u-fweight700 {
  font-weight: 700 !important;
}

.u-fweight800 {
  font-weight: 800 !important;
}

.u-fweight900 {
  font-weight: 900 !important;
}

.u-line1 {
  line-height: 1 !important;
}

.u-line1_2 {
  line-height: 1.2 !important;
}

.u-line1_1 {
  line-height: 1.1 !important;
}

.u-line1_3 {
  line-height: 1.3 !important;
}

.u-line1_4 {
  line-height: 1.4 !important;
}

.u-line1_5 {
  line-height: 1.4 !important;
}

.u-palt {
  font-feature-settings: "palt" !important;
}

.u-letter-001 {
  letter-spacing: -0.01em !important;
}

.u-letter-005 {
  letter-spacing: -0.05em !important;
}

.u-letter-01 {
  letter-spacing: -0.1em !important;
}

.u-text-center {
  text-align: center !important;
}

.u-margin-auto {
  margin: 0 auto !important;
}

.u-text-bg-color {
  background-color: #d12834;
  color: #fff;
  padding: 0.25em 1em;
  font-weight: 500;
}

@media only screen and (min-width: 1025px) {
  .u-hide-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .u-hide-tablet {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-hide-sp {
    display: none !important;
  }
}