@charset "UTF-8";
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Noto+Sans+JP:wght@100..900&display=swap");
/*/////////////////////////
 reset
//////////////////////////*/
@import "reset.css";
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,
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 {
  border: 0; /*font-size: 100%;font: inherit;*/
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

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: none;
}

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

a,
a:link,
button {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none !important;
  color: inherit;
}
a.blank-link:not(.noline)::after,
a:link.blank-link:not(.noline)::after,
button.blank-link:not(.noline)::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -25%);
  width: 0.8em;
  height: 0.8em;
  background: url(../img/icon/icon_blank.svg) center center/contain no-repeat;
}
a.blank-link:not(.noline) .iconBlank,
a:link.blank-link:not(.noline) .iconBlank,
button.blank-link:not(.noline) .iconBlank {
  display: inline;
  transform: translate(0, -35%);
  width: 0.625rem;
  height: auto;
  margin-left: 0.2em;
}

b,
strong {
  font-weight: 700;
}

img,
svg {
  display: block;
  width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

small {
  font-size: 0.85em;
  letter-spacing: 0;
  font-weight: 300;
}

sup,
sub {
  outline: 0;
  border: 0;
}

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: auto;
  border-radius: 0.625rem;
  overflow: hidden;
}

/* 
================================================================================
tag
================================================================================
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-variation-settings: "wght" 500;
  font-weight: 500;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

h6 {
  font-size: 0.9rem;
}

h5 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.375rem;
}

h3 {
  font-size: 1.625rem;
}

h2 {
  font-size: 2.5rem;
}

h1 {
  font-size: 2.75rem;
}

section {
  background-color: #fff;
}

p {
  margin-bottom: 1em;
  text-align: justify;
  word-break: break-all;
}

p + h4 {
  margin-top: 2em;
}

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: auto;
}

img,
input,
svg,
*:before,
*:after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a:hover img,
a:hover input {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

dl {
  margin-bottom: 2em;
}
dl dt {
  text-align: left;
  font-size: 1em;
  margin-bottom: 0.5em;
}
dl dd + dt {
  margin-top: 1em;
}
dl dd:not(:last-child) {
  margin-bottom: 1.5em;
}
dl.count {
  counter-reset: ref-counter; /* カウンターを初期化 */
}
dl.count dt {
  font-size: 1em;
  line-height: 1.4;
  padding-left: 1.5em;
  counter-increment: ref-counter;
}
dl.count dt::before {
  content: "" counter(ref-counter) "."; /* ※＋数字 */
  position: absolute;
  left: 0;
}

svg {
  width: 100%;
  height: auto;
}
svg g path {
  stroke: #404040;
  fill: #404040;
  stroke-width: 0.05;
  stroke-dashoffset: 0;
}

ul {
  list-style: disc;
  padding-left: 1.5em;
}
ul li {
  position: relative;
  line-height: 1.6;
}
ul li:not(:last-child) {
  margin-bottom: 1em;
}

ol {
  list-style: decimal;
  padding-left: 1.5em;
}
/* 
================================================================================
Guide & Debug tool
================================================================================
*/
.sampledummy {
  margin: 1em;
  padding: 1em;
  background-color: #d9f5f1;
}

.pageDebuger {
  font-size: 12px;
  line-height: 1.4;
  position: fixed;
  right: 0em;
  bottom: 0em;
  width: fit-content;
  z-index: 10000;
  background-color: #000 !important;
  color: #fff;
}
.pageDebuger dl dt {
  color: yellow;
  background-color: #222;
  padding: 0.2em;
}
.pageDebuger dl dd {
  margin-bottom: 1em;
  padding: 0.2em;
}

body.guide .template_header, body.guide .template_footer {
  background-color: #ddd;
}
body.guide .template_include {
  background-color: #f5ecd8;
}
body.guide .template_header, body.guide .template_include, body.guide .template_footer {
  margin: 2em;
  padding: 1em;
  border: dashed 2px #000;
}
body.guide .template_header::before, body.guide .template_include::before, body.guide .template_footer::before {
  display: block;
}
body.guide .template_header::before {
  content: "header.php";
}
body.guide .template_include::before {
  content: attr(data-temp) "";
}
body.guide .template_footer::before {
  content: "footer.php";
}
body.guide .fn {
  margin: 1em;
  padding: 1em;
  background-color: #f2f2f2;
}
body.guide .fn h6 {
  font-size: 1.2em;
  margin-bottom: 1em;
}
body.guide .fn ul {
  display: flex;
}
body.guide .fn ul li {
  padding: 0.5em;
}
body.guide .fn ul li:not(:last-child)::after {
  content: " > ";
  display: inline-block;
  margin-left: 1em;
}
body.guide .fn ul li a {
  text-decoration: underline;
}

dl.alldata {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0.5em;
}
dl.alldata dd {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0.5em;
}

/* 
================================================================================
loader
================================================================================
*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 50000;
  transition: all 1000ms ease;
}
body.loadingFinish #loader {
  opacity: 0;
  pointer-events: none;
}
#loader #loadingAnim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
  transition: all 300ms ease;
}
body.loadingAnimFinish #loader #loadingAnim {
  opacity: 0;
}
#loader #loadingCircle {
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
}
body.introStart #loader #loadingCircle {
  display: none;
}
body.loaderOut #loader #loadingCircle {
  opacity: 0;
  transform: translate(-50%, -50%);
  filter: blur(5px);
}
#loader #loadingCircle::before, #loader #loadingCircle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 1px rgba(99, 138, 46, 0.5);
  opacity: 0;
  animation-name: loading_circle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-delay: 300ms;
}
#loader #loadingCircle::after {
  animation-delay: 600ms;
}
#loader #loadingIntro {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12.5rem;
  aspect-ratio: 200/185;
  opacity: 0;
  transition: all 300ms ease;
}
#loader #loadingIntro::after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
#loader #loadingIntro .illust {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
#loader #loadingIntro .illust span {
  display: block;
  position: absolute;
  opacity: 1;
  transition: all 600ms cubic-bezier(0, 0.93, 0.02, 1.02) 1500ms;
  transform-origin: center bottom;
  will-change: transform; /* 事前にGPUレイヤーを確保 */
  backface-visibility: hidden; /* 裏面描画を抑制 */
  transform-style: preserve-3d;
}
#loader #loadingIntro .illust span:nth-of-type(1) {
  width: 41%;
  aspect-ratio: 300/229;
  background: url(../img/intro/title.png) center center/contain no-repeat;
  top: 0%;
  left: 0%;
  transform: translate3d(50%, 200%, 0) scale(0);
}
#loader #loadingIntro .illust span:nth-of-type(2) {
  width: 25%;
  aspect-ratio: 300/299;
  background: url(../img/intro/burokkori.png) center center/contain no-repeat;
  top: 29%;
  left: 58%;
  transform: translate3d(-50%, 200%, 0) scale(0);
}
#loader #loadingIntro .illust span:nth-of-type(3) {
  width: 34%;
  aspect-ratio: 300/390;
  background: url(../img/intro/daikon.png) center center/contain no-repeat;
  top: 37%;
  left: 64%;
  transform: translate3d(-70%, 50%, 0) scale(0);
}
#loader #loadingIntro .illust span:nth-of-type(4) {
  width: 12%;
  aspect-ratio: 300/630;
  background: url(../img/intro/jaga.png) center center/contain no-repeat;
  top: 20%;
  left: 22%;
  transform: translate3d(100%, 200%, 0) scale(0);
}
#loader #loadingIntro .illust span:nth-of-type(5) {
  width: 32%;
  aspect-ratio: 300/254;
  background: url(../img/intro/kabocha.png) center center/contain no-repeat;
  top: 7%;
  left: 36%;
  transform: translate3d(0%, 200%, 0) scale(0);
}
#loader #loadingIntro .illust span:nth-of-type(6) {
  width: 32%;
  aspect-ratio: 300/254;
  background: url(../img/intro/ki.png) center center/contain no-repeat;
  top: 71%;
  left: 36%;
  transform: translate3d(0%, 150%, 0) scale(0);
  transition-duration: 1000ms;
  transition-delay: 1050ms;
}
#loader #loadingIntro .illust span:nth-of-type(7) {
  width: 32%;
  aspect-ratio: 300/254;
  background: url(../img/intro/kyabetu.png) center center/contain no-repeat;
  top: 40%;
  left: 30%;
  transform: translate3d(20%, 100%, 0) scale(0);
}
#loader #loadingIntro .illust span:nth-of-type(8) {
  width: 43%;
  aspect-ratio: 300/254;
  background: url(../img/intro/nasu.png) center center/contain no-repeat;
  top: 25%;
  left: -4%;
  transform: translate3d(60%, 100%, 0) scale(0);
}
#loader #loadingIntro .illust span:nth-of-type(9) {
  width: 22%;
  aspect-ratio: 300/290;
  background: url(../img/intro/piman.png) center center/contain no-repeat;
  top: 13%;
  left: 70%;
  transform: translate3d(-50%, 200%, 0) scale(0);
}
#loader #loadingIntro .illust span:nth-of-type(10) {
  width: 21%;
  aspect-ratio: 300/276;
  background: url(../img/intro/tamanegi.png) center center/contain no-repeat;
  top: 64%;
  left: 17%;
  transform: translate3d(60%, 100%, 0) scale(0);
}
#loader #loadingIntro .illust span:nth-of-type(11) {
  width: 17%;
  aspect-ratio: 300/308;
  background: url(../img/intro/tomato.png) center center/contain no-repeat;
  top: 55%;
  left: 60%;
  transform: translate3d(-50%, 100%, 0) scale(0);
}
#loader #loadingIntro .label {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
  background: url(../img/intro/ikiiki.png) center center/contain no-repeat;
  opacity: 1;
  transition: all 300ms ease-in 1000ms;
  will-change: transform; /* 事前にGPUレイヤーを確保 */
  backface-visibility: hidden; /* 裏面描画を抑制 */
  transform-style: preserve-3d;
}
body.introStart #loader #loadingIntro {
  opacity: 1;
}
body.introStart #loader #loadingIntro .label {
  transform: translate3d(-50%, 0%, 0) scale(0);
}
body.introStart #loader #loadingIntro .illust span {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
@keyframes loading_circle {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* 
================================================================================
fonts
================================================================================
*/
/* 
================================================================================
class
================================================================================
*/
@media screen and (max-width: 750px) {
  .only-pc {
    display: none;
  }
}
.only-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .only-sp {
    display: block;
  }
  .only-sp.flex {
    display: flex;
  }
}
.only-under1700 {
  display: none;
}
@media screen and (max-width: 1700px) {
  .only-under1700 {
    display: block;
  }
  .only-under1700.flex {
    display: flex;
  }
}

.null {
  height: 0px;
  margin: 0;
  padding: 0;
}

.link-btn {
  display: inline-block;
  padding: 0.7rem 2rem;
  max-width: 22.5rem;
  border: 0;
  border-radius: 0;
  color: #f3f2ee;
  font-size: inherit;
  line-height: 1.6;
  text-align: center;
  text-decoration: none !important;
  appearance: none;
}

.flex {
  display: flex;
  place-items: center;
}

.grid {
  display: grid;
  grid-gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
.grid-col_3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-only-pc {
  grid-template-columns: 1fr;
}
.global-nav1 {
  background-color: #2589d0;
  flex: 1 1 100%;
  display: flex;
  padding-right: 1.2rem;
  justify-content: flex-end;
  align-items: center;
}
.global-nav1 .toggle-btn {
  position: relative;
  flex: 0 0 auto;
  display: none;
  align-items: center;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #555;
}
.global-nav1 .toggle-menu {
  position: static;
  top: auto;
  right: auto;
  left: auto;
  width: auto;
  background-color: transparent;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
@media screen and (max-width: 750px) {
  .global-nav1 .toggle-menu {
    position: absolute;
    top: 4.375rem;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    background-color: #ccc;
    opacity: 0;
    transform: translateY(0px);
    pointer-events: none;
  }
  body.menuOpen .global-nav1 .toggle-menu {
    opacity: 1;
    pointer-events: auto;
  }
}
.global-nav1 .toggle-menu__scroll {
  overflow: visible;
  width: 100%;
  max-height: calc(90vh - 72px);
}
@media screen and (max-width: 750px) {
  .global-nav1 .toggle-menu__scroll {
    overflow: auto;
  }
}
.global-nav1 .global-menu {
  padding: 0;
  width: auto;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .global-nav1 .global-menu {
    padding: 2rem 8% 2.5rem;
    width: 100%;
  }
}
.global-nav1 .global-menu .menu-list {
  display: inline-block;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .global-nav1 .global-menu .menu-list {
    display: block;
  }
}
.global-nav1 .global-menu .menu-list li {
  margin-bottom: auto;
  margin-right: 2rem;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .global-nav1 .global-menu .menu-list li {
    display: block;
    margin-right: 0;
    margin-bottom: 1.2rem;
  }
}
.global-nav1 .global-menu .menu-list a {
  position: relative;
  display: inline-block;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.global-nav1 .global-menu__contact {
  position: relative;
  font-size: 1.375rem;
  display: inline-block;
  background: none;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .global-nav1 .global-menu__contact {
    display: block;
  }
}
.global-nav1 .global-menu__contact .link-btn--contact {
  position: relative;
  font-size: 0.95rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 750px) {
  .global-nav1 .global-menu__contact .link-btn--contact {
    width: 100%;
    color: #1e1d1c;
    background-color: #d9fc18;
  }
}

.btn-bg {
  background-color: #000;
  color: #fff !important;
  display: flex;
  padding: 0.625rem 1.25rem;
  min-width: 18.75rem;
  min-height: 3.125rem;
  justify-content: center;
  align-items: center;
}
.btn-bg span {
  display: inline-block;
  line-height: 1.4;
}

.block-form span.hissu {
  display: inline-block;
  font-size: 1em;
  color: #8ca528;
}
.block-form dl {
  margin-bottom: 0;
}
.block-form input[type=text],
.block-form input[type=email],
.block-form textarea {
  padding: 0.5em;
  border: solid 1px #ccc;
}
.block-form-mast {
  font-size: 1.375rem;
  color: #8ca528;
}
@media screen and (min-width: 1300px) {
  .block-form-mast {
    font-size: 1rem;
  }
}
.block-form-submit {
  padding-top: 2.5rem;
}
.block-form-alert {
  margin-top: 1em;
  padding: 0.8em 1em;
  font-size: 0.9rem;
  border-radius: 4px;
  display: none;
}
.block-form-alert.is-error {
  display: none;
  background: #ffecec;
  color: #b50000;
  border: 1px solid #f5b5b5;
}
.block-form-alert.is-success {
  display: block;
  background: #e8fff0;
  color: #036b2d;
  border: 1px solid #90d8a0;
}

.pageHeader {
  display: grid;
  grid-template-rows: 59.0625rem auto;
}
@media screen and (min-width: 750px) {
  .pageHeader {
    grid-template-rows: 38.75rem auto;
  }
}
.pageHeader.no-navi {
  min-height: 71.5625rem;
  grid-template-rows: 1fr;
}
@media screen and (max-width: 750px) {
  .pageHeader.no-navi {
    min-height: calc(100svh - 7.1875rem);
  }
}
@media screen and (min-width: 750px) {
  .pageHeader.no-navi {
    min-height: 38.75rem;
  }
}
@media screen and (max-width: 750px) {
  body.is_single .pageHeader.no-navi {
    min-height: inherit;
    height: 18.75rem;
  }
  body.is_single .pageHeader.no-navi .section-tagline {
    display: none;
  }
}

.pageTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 5.3125rem 2.5rem 3.4375rem;
}
.pageTitle h1 {
  margin: 0 0 0.9375rem;
}
.pageTitle h1 img {
  width: auto;
  height: 4.6875rem;
}
.pageTitle .sub {
  font-size: 1.375rem;
}
@media screen and (min-width: 750px) {
  .pageTitle.pc-title {
    max-width: 71.25rem;
    display: grid;
    grid-template-rows: auto auto;
    justify-content: flex-start;
    text-align: left;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .pageTitle.pc-title h1 {
    display: block;
    width: 100%;
    margin: 0 0 0.9375rem;
  }
  .pageTitle.pc-title h1 img {
    width: auto;
    height: 2.5rem;
    border-radius: 0;
  }
  .pageTitle.pc-title .sub {
    font-size: 1.25rem;
  }
}

.bg-base {
  background-color: #f7eedf;
}
.bg-default {
  background-color: #f7eedf;
}
.bg-brown {
  background-color: #8c6c2e;
  color: #fff;
}
.bg-brown-light {
  background-color: #e8e2d5;
}
.bg-ground {
  background-color: #ebd2ad;
}
.bg-ground-light {
  background-color: #f7eedf;
}
.bg-white {
  background-color: #fff;
}
.bg-green {
  background-color: #638a2e;
  color: #fff;
}
.bg-green-light {
  background-color: #e0e8d5;
}
.bg-red {
  background-color: #e6002d;
  color: #fff;
}
.bg-olive {
  background-color: #8ca528;
  color: #fff;
}

.color-check {
  display: none;
  width: 100%;
  padding-top: 12.5rem;
}
.color-check-item {
  width: 100%;
  height: 6.25rem;
}
.color-check-item:first-child {
  background-color: #000;
}

.share-links ul {
  display: flex;
  justify-content: center;
  margin: auto;
  list-style: none;
  padding: 0;
}
.share-links ul li {
  width: 3.875rem;
  height: 3.875rem;
  margin: 0 1.0625rem;
}
.share-links ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.share-links ul li a span {
  display: none;
}
.share-links ul li.instagarm a {
  background: url(../img/common/icon_instagram.png) center center/90% auto no-repeat;
}
.share-links ul li.facebook a {
  background: url(../img/common/icon_facebook.png) center center/90% auto no-repeat;
}
.share-links ul li.x a {
  background: url(../img/common/icon_x.png) center center/90% auto no-repeat;
}
.share-links ul li.youtube a {
  background: url(../img/common/icon_youtube.png) center center/100% auto no-repeat;
}
.share-links ul li.line a {
  background: url(../img/common/icon_line.png) center center/90% auto no-repeat;
}

.menu-links ul {
  margin: auto;
  list-style: none;
  padding: 0;
}
.menu-links ul li {
  letter-spacing: 0.18em;
}
.menu-links ul li:not(:last-child) {
  margin-bottom: 2.5rem;
}
.filter-brown {
  filter: none;
}
.filter-red {
  filter: none;
}
.filter-green {
  filter: none;
}
.filter-white {
  filter: invert(100%) brightness(200%);
}
.filter-olive {
  filter: none;
}

.transition {
  transition: all 1000ms ease-out;
  will-change: transform; /* 事前にGPUレイヤーを確保 */
  backface-visibility: hidden; /* 裏面描画を抑制 */
  transform-style: preserve-3d;
}
.transition.is--stby {
  opacity: 0;
  transform: translateY(0.9375rem);
}

.section {
  padding: 3.75rem 2.5rem;
  overflow: hidden;
}
@media screen and (min-width: 750px) {
  .section {
    padding: 6.25rem 5rem 7.5rem;
    width: 100%;
  }
}
.section-frame {
  position: relative;
}
@media screen and (min-width: 750px) {
  .section-frame {
    width: 87.6923076923vw;
    margin: auto;
  }
  body#privacy-policy .contentsBody .section-frame {
    max-width: 56.25rem;
  }
}
@media screen and (min-width: 1300px) {
  .section-frame {
    width: 71.25rem;
  }
}
.section.padding {
  padding: 12.5rem 0;
}
.section.layout-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.layout-subnavi {
  padding: 1.5625rem 0;
}
@media screen and (min-width: 750px) {
  .section.layout-subnavi {
    display: none;
  }
}
.section.layout-subnavi .section-frame {
  width: 100%;
}
.section-wrap {
  margin: auto;
  width: calc(100% - 25rem);
  max-width: 1400px;
}
@media screen and (max-width: 750px) {
  .section-wrap {
    width: 80%;
    max-width: 1400px;
  }
}
.section-wrap > .wp-block-title:not(:first-child) {
  margin-top: 12.5rem;
}
.section.kv {
  padding: 0;
  flex-wrap: wrap;
}
.section.kv img {
  border-radius: 0 !important;
}
.section.kv .section-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 750px) {
  .section.kv .section-frame {
    display: none;
  }
}
.section.kv .section-title {
  height: 6.5rem;
  margin-bottom: 0;
}
.section.kv .section-title img {
  width: auto;
  height: 100%;
}
.section.kv .section-tagline {
  position: absolute;
  top: 3.125rem;
  left: 3.125rem;
  width: 18.75rem;
}
.section.kv .section-image div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.section.kv .section-image div.default {
  display: block;
}
@media screen and (max-width: 750px) {
  .section.kv .section-image div.default.only-pc {
    display: none;
  }
}
.section.kv .section-image div.compact {
  display: none;
}
body.is_singular .section.kv .section-image div.compact {
  display: block;
}
.section.kv .kv-pc-tagline {
  width: max-content;
  height: 8.75rem;
  position: absolute;
  top: 3.4375rem;
  left: 5rem;
}
.section.kv .kv-pc-tagline img {
  height: 100%;
  width: auto;
  display: block;
}
.section.kv .kv-pc-index {
  position: absolute;
  bottom: 3.125rem;
  width: -webkit-fill-available;
  max-width: 71.25rem;
  margin: 0 5rem;
  padding: 2.5rem 5rem;
  border-radius: 1.25rem;
  display: grid;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 750px) {
  .section.kv .kv-pc-index {
    display: none;
  }
}
.section.kv .kv-pc-index.archives {
  padding-left: 0;
  padding-right: 0;
}
body#contact .section.kv .kv-pc-index {
  padding-left: 0;
  padding-right: 0;
}
body#about .section.kv .kv-pc-index {
  background-color: #8c6c2e;
}
body#brand .section.kv .kv-pc-index {
  background-color: #e6002d;
}
body#islands .section.kv .kv-pc-index {
  background-color: #638a2e;
}
.section.kv .kv-pc-index-item {
  display: flex;
  align-items: center;
}
.section.kv .kv-pc-index-item:nth-of-type(1) img {
  width: auto;
  height: 4.6875rem;
}
.section.kv .kv-pc-index-item:nth-of-type(2) {
  justify-content: flex-end;
}
.section.kv .kv-pc-index-item:nth-of-type(2) .wp-block-anchor {
  display: block;
}
.section.kv .kv-pc-index-item:nth-of-type(2) .wp-block-anchor-group {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto;
  grid-auto-flow: row;
  grid-gap: 1.25rem;
}
.section.kv .kv-pc-index-item:nth-of-type(2) .wp-block-anchor-group li {
  margin: 0;
  white-space: nowrap;
}
.section.kv .kv-pc-index-item:nth-of-type(2) .wp-block-anchor-group li a {
  font-size: 1.125rem;
  padding-left: 0;
  padding-right: 2.5rem;
  color: #fff;
}
@media screen and (min-width: 750px) {
  .section.kv .kv-pc-index-item:nth-of-type(2) .wp-block-anchor-group li a {
    font-size: 0.875rem;
    padding-right: 1.875rem;
  }
}
.section.kv .kv-pc-index-item:nth-of-type(2) .wp-block-anchor-group li a::after {
  right: 0;
}
.section.kv .kv-pc-index-item:nth-of-type(2) .wp-block-anchor::after {
  display: none;
}
.section h2.section-title {
  margin-bottom: -1.875rem;
  z-index: 10;
}
.section h2.section-title img {
  width: auto;
  height: 3.75rem;
}
.section h3.section-title {
  border-bottom: solid 1px #c00;
}
.section-image {
  margin-bottom: 5rem;
}
.section-label {
  margin-bottom: 3.125rem;
}
.section-link {
  display: flex;
  justify-content: flex-end;
}
.section-link a {
  font-size: 1.375rem;
  font-weight: 700;
  padding-right: 1.875rem;
  color: #000;
  position: relative;
}
@media screen and (min-width: 750px) {
  .section-link a {
    font-size: 16px;
  }
}
.section-link a::after {
  content: "";
  display: block;
  width: 1.4375rem;
  height: 1.4375rem;
  background: url(../img/common/icon_arrow.svg) center center/100% 100% no-repeat;
  position: absolute;
  top: 50%;
  right: 0.0625rem;
  transform: translateY(-50%);
}
.section-link.filter-green a {
  color: #638a2e;
}
.section-link.filter-green a::after {
  background: url(../img/common/icon_arrow_green.svg) center center/100% 100% no-repeat;
}
.section-link.filter-brown a {
  color: #8c6c2e;
}
.section-link.filter-brown a::after {
  background: url(../img/common/icon_arrow_brown.svg) center center/100% 100% no-repeat;
}
.section-link.filter-red a {
  color: #e6002d;
}
.section-link.filter-red a::after {
  background: url(../img/common/icon_arrow_red.svg) center center/100% 100% no-repeat;
}
.section-link.filter-olive a {
  color: #8ca528;
}
.section-link.filter-olive a::after {
  background: url(../img/common/icon_arrow_olive.svg) center center/100% 100% no-repeat;
}
.section-link.filter-white_ a {
  color: #fff;
}
.section-link.filter-white_ a::after {
  background: url(../img/common/icon_arrow_white.svg) center center/100% 100% no-repeat;
}
.section-entry {
  position: relative;
  padding-top: 5rem;
}
.section-entry::before {
  content: "";
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 0.25rem;
  background-image: radial-gradient(circle, #8ca528 1.5px, transparent 1.5px);
  background-size: 8px 3px;
  background-repeat: repeat-x;
}
.section .block.image-group {
  margin-bottom: 2.8125rem;
  display: grid;
  grid-gap: 1.25rem;
}
.section .block.image-group.layout-full {
  grid-gap: 1.25rem;
}
.section .block.image-group.layout-gallery {
  border-radius: 0.625rem;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0rem;
  grid-template-areas: "item1 item1" "item2 item3" "item4 item5" "item6 item6" "item7 item8" "item9 item9" "item10 item11";
}
.section .block.image-group.layout-gallery div:nth-of-type(1) {
  grid-area: item1;
}
.section .block.image-group.layout-gallery div:nth-of-type(2) {
  grid-area: item2;
}
.section .block.image-group.layout-gallery div:nth-of-type(3) {
  grid-area: item3;
}
.section .block.image-group.layout-gallery div:nth-of-type(4) {
  grid-area: item4;
}
.section .block.image-group.layout-gallery div:nth-of-type(5) {
  grid-area: item5;
}
.section .block.image-group.layout-gallery div:nth-of-type(6) {
  grid-area: item6;
}
.section .block.image-group.layout-gallery div:nth-of-type(7) {
  grid-area: item7;
}
.section .block.image-group.layout-gallery div:nth-of-type(8) {
  grid-area: item8;
}
.section .block.image-group.layout-gallery div:nth-of-type(9) {
  grid-area: item9;
}
.section .block.image-group.layout-gallery div:nth-of-type(10) {
  grid-area: item10;
}
.section .block.image-group.layout-gallery div:nth-of-type(11) {
  grid-area: item11;
}
.section .block.image-group.layout-gallery img {
  border-radius: 0;
}
.section .block.text {
  margin-bottom: 1em;
}
.section .block.text h3 {
  color: #638a2e;
}
@media screen and (min-width: 750px) {
  body#privacy-policy .section .block.text h3 {
    font-size: 22px;
  }
}
.section .block.text p:not(:last-child) {
  margin-bottom: 2em;
}
body#privacy-policy .section .block.text p {
  font-size: smaller;
}
@media screen and (min-width: 750px) {
  body#privacy-policy .section .block.text p {
    font-size: 18px;
    line-height: 2;
  }
  body#privacy-policy .section .block.text p:not(:last-child) {
    margin-bottom: 3em;
  }
}
.section .block.html dl dt {
  padding: 0;
  margin-bottom: 0;
}
.section .block.html dl dd {
  padding: 0;
}
.section .block.html *:last-child {
  margin-bottom: 0;
}
.section .block.spacer-mini {
  height: 0.625rem;
}
@media screen and (max-width: 1300px) {
  .section .block.spacer-mini {
    height: 2vw;
  }
}
.section .block.spacer-s {
  height: 1.25rem;
}
@media screen and (max-width: 1300px) {
  .section .block.spacer-s {
    height: 4vw;
  }
}
.section .block.spacer-m {
  height: 3.75rem;
}
@media screen and (max-width: 1300px) {
  .section .block.spacer-m {
    height: 12vw;
  }
}
.section .block.spacer-l {
  height: 6.25rem;
}
@media screen and (max-width: 1300px) {
  .section .block.spacer-l {
    height: 20vw;
  }
}
.section .block.line {
  margin-bottom: 2.5rem;
}
.section .block.line-line {
  height: 5rem;
}
.section .block.line-dot {
  height: 5rem;
  position: relative;
}
.section .block.line-dot::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: 0.25rem;
  background-image: radial-gradient(circle, #ebd2ad 1.5px, transparent 1.5px);
  background-size: 8px 3px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 1300px) {
  .section .block.line-dot::after {
    height: 0.5rem;
  }
}
.section .block.timeline dl {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5.3333333333vw;
}
@media screen and (min-width: 750px) {
  .section .block.timeline dl {
    grid-template-columns: 1fr 1fr;
    grid-gap: 5rem;
    margin-bottom: 3.125rem;
  }
  .section .block.timeline dl dt {
    order: 2;
  }
  .section .block.timeline dl dt strong {
    margin-bottom: 1em;
    display: inline-block;
  }
  .section .block.timeline dl dd {
    order: 1;
  }
}
.section .block.timeline .arrow_b {
  display: flex;
  justify-content: center;
  height: 2em;
}
@media screen and (min-width: 750px) {
  .section .block.timeline .arrow_b {
    justify-content: flex-start;
    padding-left: 3.125rem;
    margin-bottom: 1.5625rem;
  }
}
.section .block.timeline .arrow_b::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-bottom: solid 0.1875rem #e6002d;
  border-right: solid 0.1875rem #e6002d;
  transform: translate(0, 15%) rotate(45deg);
}
.section .block-swiper-wrap {
  width: 80%;
}
.section .block-swiper-wrap figcaption {
  font-weight: 700;
}
@media screen and (min-width: 750px) {
  .section .block-swiper {
    pointer-events: none;
    flex-wrap: wrap;
  }
  .section .block-swiper-wrap {
    width: 100%;
    flex-wrap: wrap;
    pointer-events: none;
  }
  .section .block-swiper-wrap figcaption {
    font-size: 1rem;
  }
  .section .block-swiper-wrap .swiper-wrapper {
    pointer-events: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    transform: translate(0, 0) !important;
    grid-gap: 1.5625rem;
  }
  .section .block-swiper-wrap .swiper-slide {
    width: 100%;
  }
}

.wp-contact-form {
  padding: 2em;
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 750px) {
  .wp-contact-form dl dt small {
    display: block;
    font-size: 0.7em;
  }
}
.wp-contact-form dl.ex {
  padding: 2em;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 3em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 750px) {
  .wp-contact-form dl.ex {
    grid-template-columns: 1fr;
  }
}
.wp-contact-form dl.ex .cell.cloudflare {
  grid-area: 2/1/3/3;
  display: grid;
  gap: 0 1rem;
  grid-template-columns: 1fr auto;
}
.wp-contact-form dl.ex .cell.cloudflare dd {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .wp-contact-form dl.ex .cell.cloudflare {
    grid-template-columns: 1fr;
    grid-area: auto;
  }
}
.wp-contact-form dl.ex .cell.cloudflare .cf7-cf-turnstile {
  grid-area: 1/2/3/3;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .wp-contact-form dl.ex .cell.cloudflare .cf7-cf-turnstile {
    grid-area: auto;
    overflow: hidden;
    width: 100% !important;
  }
  .wp-contact-form dl.ex .cell.cloudflare .cf7-cf-turnstile .cf-turnstile {
    transform: scale(0.75);
    transform-origin: left center;
  }
}
.wp-contact-form dl.ex .cell.cloudflare .cf7-cf-turnstile iframe {
  max-width: 100% !important;
}
.wp-contact-form dl.ex dt {
  font-size: 1.375rem;
  font-weight: 600;
}
.wp-contact-form dl.ex dd {
  font-size: 1.25rem;
}
.wp-contact-form .wpcf7-submit {
  min-width: none;
  width: 12.5rem;
}
@media screen and (max-width: 750px) {
  .wp-contact-form .wpcf7-submit {
    width: 100% !important;
  }
}
body.wpcf7mailsent .wp-contact-form .wpcf7-submit {
  pointer-events: none;
  opacity: 0.2 !important;
}
.wp-contact-form .thanksMessage {
  margin-top: 3.125rem;
  display: none;
}
.cycle {
  position: relative;
  width: 100%;
  height: 100%;
}
.cycle img {
  border-radius: 0;
}
.cycle-slides {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.cycle-slides-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 0;
}
.cycle-slides-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cycle-slides-item.is-active {
  opacity: 1;
  z-index: 1;
}
.cycle-anime {
  position: absolute;
  width: 37.5rem;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (min-width: 750px) {
  .cycle-anime {
    width: 15.625rem;
  }
}
.cycle-anime::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}
.cycle-anime::after {
  content: "";
  display: block;
  width: 59%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/common/slide/text.png) center/100% auto no-repeat;
}
.cycle-anime-move {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/common/slide/cycle.png) center/100% auto no-repeat;
  /* ステップ型（ストップ＆ゴー）用 */
  /* 連続回転モード */
}
.cycle-anime-move.is-rotating {
  animation: cycle-rotate-step 1s ease-in-out forwards;
}
@keyframes cycle-rotate-step {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(120deg);
  }
}
.cycle-anime-move.is-continuous {
  animation: cycle-rotate-continuous 15s linear infinite;
}
@keyframes cycle-rotate-continuous {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.cycle-index {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  width: 1.875rem;
  min-height: 100%;
  z-index: 10;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cycle-index div {
  width: 0.625rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  margin: 0.625rem 0;
  position: relative;
}
.cycle-index div::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.cycle-index div.active {
  background-color: transparent;
}
.cycle-index div.active::before {
  border: solid 0.3125rem #fff;
}

.sp_layout {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .sp_layout {
    display: block !important;
  }
}
.sp_layout.visible {
  display: block !important;
}

.pc_layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 0rem;
  align-content: flex-start;
}
.pc_layout.wide-left {
  grid-template-columns: 1fr 36.25rem;
}
.pc_layout.wide-left .pc_layout_left h5:not(.wp-block-entrylist-item-title) {
  padding-top: 1.25rem;
}
.pc_layout.wide-left .pc_layout_right {
  padding-left: 5rem;
}
.pc_layout.wide-right {
  grid-template-columns: 36.25rem 1fr;
}
.pc_layout.wide-right .pc_layout_left {
  padding-right: 5rem;
}
.pc_layout.wide-right .pc_layout_right h5 {
  padding-top: 1.25rem;
}
@media screen and (max-width: 750px) {
  .pc_layout {
    display: none !important;
  }
}
.pc_layout .block:last-child {
  margin-bottom: 0 !important;
}
.pc_layout_header {
  grid-column: 1/3;
  margin-bottom: 3.125rem;
}
.pc_layout_header:last-child {
  margin-bottom: 0;
}
.pc_layout_header .block.text p {
  text-align: center !important;
}
.pc_layout_header .wp-block-buttons-button {
  max-width: 28.125rem;
  margin: auto !important;
}
.pc_layout_footer {
  grid-column: 1/3;
  margin-top: 3.125rem;
}
.pc_layout_footer .block.text p {
  text-align: center !important;
}
.pc_layout_footer .wp-block-buttons-button {
  max-width: 28.125rem;
  margin: auto !important;
}

/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* 
================================================================================
body
================================================================================
*/
html {
  background-color: #f7f7f7;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1300px) {
  html {
    font-size: 1.2307692308vw;
  }
}
html.scrollMode_onepage {
  overflow: hidden;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.1em;
  text-align: left;
  overflow: hidden;
  overflow-y: scroll;
  font-feature-settings: "palt";
  color: #303030;
  background-color: #f7f7f7;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1300px) {
  body {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 750px) {
  body {
    overflow: auto;
    font-size: 16px;
    line-height: 2;
  }
}
body.scrollMode_onepage {
  -webkit-overflow-scrolling: touch;
}
body.modal-active {
  /* when modal active */
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none;
}
body.resize * {
  transition: all 0ms !important;
}
body.fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
html.isTouchDevice body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body #container {
  opacity: 0;
  transition: opacity 300ms ease;
}
body #container::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0rem);
  width: 46.875rem;
  height: 2500rem;
  z-index: 2000;
  background: url(../img/_dummy/250930_IKIIKIGOTO_web_NEWS_2_sp_ol.png) 0rem top/46.875rem auto no-repeat;
  opacity: 0.5;
  pointer-events: none;
}
body #container .container-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (min-width: 750px) {
  body #container .container-bg {
    display: none;
  }
}
body #container .container-bg-left, body #container .container-bg-right {
  display: block;
  position: fixed;
  top: 0;
  width: calc((100% - 46.875rem) / 2);
  height: 100%;
  z-index: 1;
  background: #f7f7f7;
}
body #container .container-bg-left {
  left: 0;
}
body #container .container-bg-right {
  right: 0;
}
body #container .container-bg::before, body #container .container-bg::after {
  content: "";
  display: none;
  position: fixed;
  top: 0;
  width: calc((100% - 46.875rem) / 2);
  height: 100%;
  z-index: 2;
  background-color: #8c6c2e;
  opacity: 0.5;
}
body #container .container-bg::before {
  left: 0;
}
body #container .container-bg::after {
  right: 0;
}
body.loadingFinish #container {
  opacity: 1;
}

.global-header {
  background-color: #fff;
  width: 100%;
  height: 7.1875rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 750px) {
  .global-header {
    height: 80px;
  }
}
.global-header-frame {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 1.25rem;
  z-index: 2;
}
@media screen and (min-width: 750px) {
  .global-header-frame {
    margin: 0 80px;
  }
}
.global-header-logo {
  width: 12.5rem;
}
body.menuOpen .global-header-logo {
  filter: brightness(1000%);
}
@media screen and (min-width: 750px) {
  .global-header-logo {
    width: 190px;
  }
}
.global-header-tools {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 0.625rem;
}
.global-header-tools-menu {
  position: relative;
  width: 5rem;
  cursor: pointer;
}
.global-header-tools-menu div {
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.global-header-tools-menu div::before, .global-header-tools-menu div::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 0.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
}
body.menuOpen .global-header-tools-menu div::before, body.menuOpen .global-header-tools-menu div::after {
  background-color: #fff;
}
.global-header-tools-menu div::before {
  margin-top: -0.5rem;
}
body.menuOpen .global-header-tools-menu div::before {
  margin: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.global-header-tools-menu div::after {
  margin-bottom: -0.5rem;
}
body.menuOpen .global-header-tools-menu div::after {
  margin: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.global-header-tools-menu div span {
  display: none;
}
.global-header-tools-store {
  width: 13.4375rem;
  height: 5rem;
  background-color: #f7eedf;
  border-radius: 0.625rem;
}
@media screen and (min-width: 750px) {
  .global-header-tools-store {
    width: 140px;
    height: 52px;
  }
}
.global-header-navi {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #638a2e;
  color: #fff;
  z-index: 1;
  transition: all 300ms ease-in-out;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
}
body.menuOpen .global-header-navi {
  opacity: 1;
  pointer-events: all;
}
.global-header-navi-frame {
  width: 46.875rem;
  padding: 12.5rem 6.25rem 0;
  margin: auto;
  display: grid;
  grid-template-rows: auto;
  align-content: flex-start;
  flex-wrap: wrap;
  height: 100%;
  font-size: 2rem;
  letter-spacing: 0.25em;
}
.pcMode .global-header-navi-frame {
  padding-top: 9.375rem;
}
.pcMode .global-header-navi-frame {
  font-size: 1.625rem;
}
.global-header-navi-frame .menu-links {
  margin-bottom: 6.25rem;
}
.pcMode .global-header-navi-frame .menu-links {
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 1300px) {
  .global-header-navi-frame .menu-links > ul {
    width: fit-content;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3.125rem 6.25rem;
    font-size: 1.125rem;
  }
  .global-header-navi-frame .menu-links > ul li {
    white-space: nowrap;
  }
  .global-header-navi-frame .menu-links > ul li:nth-of-type(2) {
    order: 3;
  }
  .global-header-navi-frame .menu-links > ul li:nth-of-type(3) {
    order: 5;
  }
  .global-header-navi-frame .menu-links > ul li:nth-of-type(4) {
    order: 7;
  }
  .global-header-navi-frame .menu-links > ul li:nth-of-type(5) {
    order: 2;
  }
  .global-header-navi-frame .menu-links > ul li:nth-of-type(6) {
    order: 4;
  }
  .global-header-navi-frame .menu-links > ul li:nth-of-type(7) {
    order: 6;
  }
  .global-header-navi-frame .menu-links > ul li:nth-of-type(8) {
    order: 8;
  }
  .global-header-navi-frame .menu-links .share-links ul li {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 1.25rem 0 0;
  }
}
.global-header-navi-frame .menu-links li {
  margin-bottom: 2.5rem;
}
.pcMode .global-header-navi-frame .menu-links li {
  margin-bottom: 1.25rem;
}
.global-header-navi-frame .privacy {
  margin-bottom: 3.125rem;
  font-size: 1.5625rem;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1300px) {
  .global-header-navi-frame .privacy {
    font-size: 1.125rem;
  }
}
.pcMode .global-header-navi-frame .privacy {
  margin-bottom: 1.5625rem;
}
.global-header-navi-frame .share-links {
  margin-bottom: 12.5rem;
}
.pcMode .global-header-navi-frame .share-links {
  margin-bottom: 3.125rem;
}
.global-header-navi-frame .share-links ul {
  justify-content: flex-start;
}
.global-header-navi-frame .share-links ul li:first-child {
  margin-left: 0;
}
.global-header-navi-frame .copyrights {
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
.pcMode .global-header-navi-frame .copyrights {
  font-size: 0.875rem;
}
.global-footer {
  position: relative;
  width: 100%;
  margin: auto;
  background-color: #638a2e;
  color: #fff;
  padding: 4.6875rem 0 2.5rem !important;
  overflow: hidden;
}
@media screen and (min-width: 1300px) {
  .global-footer .footer-sp {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .global-footer .footer-pc {
    display: none;
  }
}
.global-footer .section-frame {
  width: 100%;
  max-width: 71.25rem;
  margin: auto;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
}
.global-footer .section-block {
  width: 100%;
  text-align: center;
  margin-bottom: 3.125rem;
}
.global-footer .logo {
  margin-bottom: 4.0625rem;
}
.global-footer .logo img {
  width: 9.6875rem;
  margin: auto;
}
.global-footer .shopinfo {
  letter-spacing: 0.11em;
}
.global-footer .share-links {
  margin-bottom: 7.5rem;
}
.global-footer .menu-links {
  margin-bottom: 6.875rem;
}
.global-footer .privacy {
  letter-spacing: 0.15em;
}
.global-footer .privacy.only-pc {
  padding-top: 6.25rem;
}
.global-footer .copyrights {
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  margin-bottom: 0;
  font-weight: 300;
}
@media screen and (min-width: 1300px) {
  .global-footer {
    width: 100%;
    padding: 6.875rem 0 2.5rem !important;
    font-size: 0.875rem;
  }
  .global-footer .section-frame {
    display: grid;
    grid-template-columns: 9.375rem auto 1fr;
    grid-template-rows: auto auto;
    text-align: left !important;
  }
  .global-footer .logo {
    grid-column: 1/2;
    grid-row: 1/3;
    margin: -1.25rem 0 0 0;
  }
  .global-footer .logo img {
    width: 6.25rem;
    margin: 0;
  }
  .global-footer .shopinfo {
    grid-column: 2/3;
    grid-row: 1/2;
    text-align: left;
    padding-right: 3.75rem;
    margin: 0;
  }
  .global-footer .share-links {
    grid-column: 2/3;
    grid-row: 2/3;
    margin: 0;
  }
  .global-footer .share-links ul {
    padding-top: 1.25rem;
    justify-content: flex-start;
  }
  .global-footer .share-links ul li {
    width: 1.875rem;
    margin: 0 0.9375rem 0 0;
  }
  .global-footer .share-links ul li a {
    aspect-ratio: 1/1;
    height: auto;
  }
  .global-footer .menu-links {
    grid-column: 3/4;
    grid-row: 1/2;
    padding-left: 4.375rem;
    margin-bottom: 0rem;
  }
}
@media screen and (min-width: 1300px) and (min-width: 1300px) {
  .global-footer .menu-links {
    border-left: solid 1px rgba(255, 255, 255, 0.5);
    display: flex;
  }
}
@media screen and (min-width: 1300px) {
  .global-footer .menu-links ul {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto auto;
    grid-gap: 1.25rem 0rem;
  }
}
@media screen and (min-width: 1300px) and (min-width: 1300px) {
  .global-footer .menu-links ul {
    width: fit-content;
    height: fit-content;
    margin: 0;
    grid-gap: 1.25rem 2.5rem;
  }
}
@media screen and (min-width: 1300px) {
  .global-footer .menu-links ul li {
    text-align: left;
    margin: 0;
  }
  .global-footer .menu-links ul li.privacy {
    grid-column: 3/4;
    grid-row: 3/4;
  }
  .global-footer .menu-links ul li.sns {
    display: none;
  }
}
@media screen and (min-width: 1300px) and (min-width: 1300px) {
  .global-footer .menu-links ul li:nth-of-type(2) {
    order: 4;
  }
  .global-footer .menu-links ul li:nth-of-type(3) {
    order: 2;
  }
  .global-footer .menu-links ul li:nth-of-type(4) {
    order: 5;
  }
  .global-footer .menu-links ul li:nth-of-type(5) {
    order: 3;
  }
  .global-footer .menu-links ul li:nth-of-type(6) {
    order: 6;
  }
  .global-footer .menu-links ul li.privacy {
    padding-top: 1em;
  }
}
@media screen and (min-width: 1300px) {
  .global-footer .privacy {
    grid-column: 3/4;
    grid-row: 2/3;
    font-size: 0.875rem;
    text-align: right;
  }
  .global-footer .copyrights {
    grid-column: 1/4;
    grid-row: 2/3;
    font-size: 0.75rem;
    padding-top: 6.25rem;
  }
}
.global-main {
  width: 100%;
  margin: auto;
  background-color: #f7f7f7;
  padding-top: 7.1875rem;
}
@media screen and (min-width: 750px) {
  .global-main {
    width: auto;
    padding-top: 80px;
  }
}
.global-main section {
  position: relative;
}
.global-main section .section-wrap > [class*=wp-block]:last-child {
  margin-bottom: 0;
}
.global-main section .section-wrap > [class*=wp-block]:last-child > [class*=wp-block]:last-child {
  margin-bottom: 0;
}
.global-main section .section-wrap-body {
  margin: auto;
  display: grid;
  grid-template-columns: clamp(300px, 30%, 31.25rem) 1fr;
  grid-gap: 6.25rem;
  align-items: flex-start;
  align-content: flex-start;
}
.global-main section .section-wrap-body-title {
  height: 100%;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 1300px) {
  .global-main section .section-wrap-body-title {
    margin-bottom: 0;
  }
}
.global-main section .section-wrap-body-title .inFrame {
  position: sticky;
  top: 5rem;
}
@media screen and (max-width: 1300px) {
  .global-main section .section-wrap-body-title .inFrame {
    position: relative;
    top: 0rem;
  }
}
.global-main section .section-wrap-body-title .inFrame h1 {
  font-size: 2.5rem;
}
.global-main section .section-wrap-body-title .meta {
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
  border-bottom: solid 1px #ccc;
}
.global-main section .section-wrap-body-title .meta-name::before {
  content: attr(data-label);
  display: block;
  font-size: 1.875rem;
}
.global-main section .section-wrap-body-title .meta-name h1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.875rem;
}
.global-main section .section-wrap-body-title .meta-name h1 .words {
  display: inline-flex;
  margin-right: 0.2em;
}
.global-main section .section-wrap-body-title .meta-name h1 .text {
  font-size: 2.25rem;
}
.global-main section .section-wrap-body-title .meta-count {
  font-size: 1.875rem;
}
.global-main section .section-wrap-body-contents {
  margin: auto;
}
.global-nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  padding-right: 0rem;
  z-index: 2000;
}
body#home .global-nav {
  display: none;
}
.global-nav-action {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #000;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.global-nav-action span {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
}
.global-nav-action span hr {
  width: 100%;
  height: 0.125rem;
  border: 0;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  transition: all 300ms ease;
}
.global-nav-action span hr:nth-of-type(1) {
  top: 0%;
}
body.menuOpen .global-nav-action span hr:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.menuOpen .global-nav-action span hr:nth-of-type(2) {
  opacity: 0;
}
.global-nav-action span hr:nth-of-type(3) {
  top: 100%;
}
body.menuOpen .global-nav-action span hr:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.global-nav ul.main {
  display: flex;
  list-style: none;
  gap: 0rem;
  flex-direction: row;
  padding-top: 4.375rem;
  padding-left: 0;
  height: min-content;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: "vert" 1, "vpal" 1;
  transform: translate(100%, 0);
  transition: all 300ms ease;
}
.global-nav ul.main li {
  margin: 0;
  font-size: 0.875rem;
}
.global-nav ul.main li a {
  border-radius: 0.625rem 0rem 0rem 0.625rem;
}
.global-nav ul.main li.home a {
  display: block;
  width: 100%;
  height: 3.125rem;
  background: url(../img/icon/icon_home_7.svg) center center/1.875rem auto no-repeat;
}
.global-nav ul.main li.home a span {
  display: none;
}
.global-nav ul.main li .tag-head {
  display: flex;
  flex-wrap: wrap;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.global-nav ul.main li .tag-head::before {
  content: attr(data-en);
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transform: translate(0, 0%);
  line-height: 1;
  font-size: 1em;
  line-height: 1;
  letter-spacing: -0.3em;
}
@media screen and (max-width: 750px) {
  .global-nav ul.main li .tag-head::before {
    display: none;
  }
}
.global-nav ul.main li .tag-head span {
  display: block;
  white-space: pre;
  padding-top: 0.2em;
  padding-right: 0.2em;
}
.global-nav ul.main li:hover > a {
  background-color: #666666;
}
.global-nav ul.main li ul.sub {
  display: flex;
  pointer-events: none;
  opacity: 0;
  transition: all 300ms ease;
  position: absolute;
  right: 100%;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  writing-mode: horizontal-tb;
  text-orientation: initial;
  font-feature-settings: "palt";
  list-style: none;
  height: min-content;
  gap: 1em;
  flex-direction: column;
  height: auto;
}
@media screen and (max-width: 750px) {
  .global-nav ul.main li ul.sub {
    display: none;
  }
}
.global-nav ul.main li ul.sub li {
  border-bottom: solid 1px #9f9f9f;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-size: 0.75rem;
  letter-spacing: 0;
}
.global-nav ul.main li ul.sub li a {
  display: block;
  padding: 0.2em 0.4em;
  border-radius: 0;
}
.global-nav ul.main li.active ul.sub {
  opacity: 1;
  pointer-events: all;
}

#pageTop {
  position: absolute;
  bottom: 6.25rem;
  left: 0;
  width: 100%;
  z-index: 2000;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
#pageTop .inFrame {
  width: 46.875rem;
  display: flex;
  justify-content: flex-end;
  padding: 0rem 3.75rem 1.25rem 0rem;
}
#pageTop .btn {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  position: relative;
  pointer-events: all;
  cursor: pointer;
  background-color: #90ac23;
}
#pageTop .btn:hover {
  background-color: #9eba2b;
}
#pageTop .btn span {
  visibility: hidden;
}
#pageTop .btn::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/common/btn_pagetop.svg") center center/100% auto no-repeat;
}
@media screen and (min-width: 750px) {
  #pageTop {
    position: absolute;
    right: 1.25rem;
    left: auto;
    top: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  #pageTop .inFrame {
    width: 100%;
    display: block;
    padding: 0rem;
  }
  #pageTop .btn {
    width: 2.5rem;
    height: 2.5rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
  }
  #pageTop .btn::before {
    width: 0.9375rem;
    height: 0.9375rem;
    top: 46%;
  }
}

@keyframes pagetop_arrow {
  0% {
    transform: translate(0, -35%);
  }
  30% {
    opacity: 1;
  }
  40% {
    transform: translate(0, -200vh) scale(3, 3);
    opacity: 0;
  }
  41% {
    transform: translate(0, -40%) scale(1, 1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  65% {
    transform: translate(0, -40%);
  }
  100% {
    transform: translate(0, -35%);
    opacity: 1;
  }
}
@keyframes pagetop_bow {
  0% {
    transform: translate(0%, 0%) scale(1, 1);
  }
  15% {
    transform: translate(0%, 0%) scale(1, -1);
  }
  30% {
    transform: translate(0%, 0%) scale(1, 1.3);
  }
  60% {
    transform: translate(0%, 0%) scale(1, 1);
  }
  100% {
    transform: translate(0%, 0%) scale(1, 1);
  }
}
body.menuOpen .global-nav ul.main {
  transform: translate(0%, 0);
}
body.menuOpen .global-nav-action span hr:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.menuOpen .global-nav-action span hr:nth-of-type(2) {
  opacity: 0;
}
body.menuOpen .global-nav-action span hr:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* 
================================================================================
contents
================================================================================
*/
#home-kv {
  width: 100%;
  aspect-ratio: 1000/1527;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/contents/home/slide/1.png) center center/cover no-repeat;
}
@media screen and (min-width: 750px) {
  #home-kv {
    aspect-ratio: 1300/834;
  }
}
#home-about, #home-islands, #home-brand, #home-news {
  padding-top: 9.375rem;
}
@media screen and (min-width: 750px) {
  #home-about, #home-islands, #home-brand, #home-news {
    padding-top: 9.375rem;
  }
}
#home-about .section-frame::after, #home-islands .section-frame::after, #home-brand .section-frame::after, #home-news .section-frame::after {
  content: "";
  display: block;
  width: 100%;
  height: 3.75rem;
  transform: translate(0, -50%);
  position: absolute;
  top: 0;
  left: 1.5625rem;
  filter: none;
}
@media screen and (min-width: 750px) {
  #home-about .section-frame::after, #home-islands .section-frame::after, #home-brand .section-frame::after, #home-news .section-frame::after {
    height: 2.5rem;
    left: 1.5625rem;
  }
}
#home-about .section-frame .image-group, #home-islands .section-frame .image-group, #home-brand .section-frame .image-group, #home-news .section-frame .image-group {
  margin-bottom: 5rem;
}
@media screen and (min-width: 750px) {
  #home-about .section-frame .image-group, #home-islands .section-frame .image-group, #home-brand .section-frame .image-group, #home-news .section-frame .image-group {
    margin-bottom: 5rem;
  }
}
#home-about .section-frame .h5, #home-islands .section-frame .h5, #home-brand .section-frame .h5, #home-news .section-frame .h5 {
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 750px) {
  #home-about .section-frame .h5, #home-islands .section-frame .h5, #home-brand .section-frame .h5, #home-news .section-frame .h5 {
    margin-bottom: 1.875rem;
  }
}
#home-about .section-frame::after {
  background: url(../img/contents/home/about_title.png) center left/auto 100% no-repeat;
  filter: none;
}
#home-about .section-frame .pc_layout_right {
  padding-top: 2.5rem;
}
#home-about .section-frame .pc_layout_right .block:nth-child(2) {
  margin-bottom: 3.75rem;
}
#home-islands .section-frame::after {
  background: url(../img/contents/home/island_title.png) center left/auto 100% no-repeat;
  filter: invert(100%) brightness(200%);
}
#home-islands .section-frame .pc_layout_left {
  padding-top: 2.5rem;
}
#home-islands .section-frame .pc_layout_left .block:nth-child(2) {
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 750px) {
  #home-islands .section-frame::after {
    left: auto;
    right: 3.125rem;
    background-position: center right;
  }
}
#home-brand .section-frame::after {
  background: url(../img/contents/home/brand_title.png) center left/auto 100% no-repeat;
  filter: invert(100%) brightness(200%);
}
#home-brand .section-frame .pc_layout_right {
  padding-top: 2.5rem;
}
#home-brand .section-frame .pc_layout_right .block:nth-child(2) {
  margin-bottom: 3.75rem;
}
#home-news .section-frame::after {
  background: url(../img/contents/home/news_title.png) center left/auto 100% no-repeat;
  filter: none;
}
#home-news .section-frame .sp_layout h5 {
  padding-top: 6.25rem;
}
#home-news .section-frame .pc_layout_left {
  padding-top: 0rem;
}
#home-news .section-frame .pc_layout_left .block:nth-child(2) {
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 750px) {
  #home-news .section-frame::after {
    left: auto;
    right: 2.1875rem;
    background-position: center right;
  }
  #home-news .section-frame .section-entry {
    padding-top: 0.625rem;
    margin-bottom: 1.875rem;
  }
}

#about-kv-page .section-tagline {
  position: absolute;
  top: 3rem;
  left: 2.5rem;
  width: 12.5rem;
}
@media screen and (min-width: 750px) {
  #about-kv-page .section-tagline {
    margin-bottom: 3.125rem;
  }
}
#about-custom-3 .pc_layout_right {
  grid-column: 1/3;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 28.75rem;
  padding: 0 3.75rem;
  align-items: center;
}
#about-custom-3 .pc_layout_right h5 {
  margin: 0;
}
@media screen and (min-width: 750px) {
  #about-custom-3 .wp-block-heading.sub-image img {
    height: 2rem;
    bottom: 0.9375rem;
  }
}

#islands-kv-page .section-title {
  height: 6.5625rem;
}
#islands-kv-page .section-tagline {
  position: absolute;
  top: auto;
  bottom: 0rem;
  left: 2.5rem;
  width: 10rem;
  margin-bottom: 3.125rem;
}
#islands-custom-3 .pc_layout_right h4 {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
#islands-custom-3 .pc_layout_right .spacer-l {
  height: 5rem;
}

#brand-kv-page .section-tagline {
  position: absolute;
  top: auto;
  bottom: 0rem;
  left: 2.5rem;
  width: 10rem;
  margin-bottom: 3.125rem;
}
#brand-custom-1 .pc_layout_header .image-group {
  width: 50%;
  margin: auto;
}
#brand-custom-7 .pc_layout_header .image-group {
  width: 50%;
  margin: auto;
}
#brand-custom-9 {
  padding-bottom: 0;
}
@media screen and (min-width: 750px) {
  #brand-custom-9 {
    padding-top: 3.75rem;
    padding-bottom: 3.125rem !important;
  }
  #brand-custom-9 .pc_layout_footer {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  #brand-custom-10 {
    padding-top: 3.75rem;
  }
}
@media screen and (min-width: 750px) {
  #brand-custom-11 .block-swiper {
    margin-bottom: 6.25rem;
  }
  #brand-custom-11 .spacer-m {
    height: 6.25rem;
  }
  #brand-custom-11 .image-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5625rem;
  }
}
#brand-custom-14 .pc_layout_header .image-group {
  width: 50%;
  margin: auto;
}
@media screen and (min-width: 750px) {
  #brand-custom-15 .spacer-s {
    height: 2.5rem;
  }
}
@media screen and (min-width: 750px) {
  #brand-custom-16 .spacer-s {
    height: 2.5rem;
  }
}

#news-kv-page .section-title {
  height: 6.5625rem;
}
#news-kv-page .section-tagline {
  position: absolute;
  top: auto;
  bottom: 0.25rem;
  left: auto;
  right: 2.6875rem;
  width: 12.625rem;
  margin-bottom: 3.125rem;
}
#news-single .wp-block-entrylist-item-title {
  font-size: 2.125rem;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (min-width: 750px) {
  #news-single .wp-block-entrylist-item-title {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 1300px) {
  #news-single .wp-block-entrylist-item-body .news-detail {
    display: grid;
    grid-template-columns: 1fr;
  }
}
#news-single .wp-block-entrylist-item-body .news-detail .news-blocks {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2.5rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 750px) {
  #news-single .wp-block-entrylist-item-body .news-detail .news-blocks {
    display: grid;
    grid-template-columns: 1fr 30.625rem;
    grid-gap: 5rem;
    margin-bottom: 2.5rem;
  }
  #news-single .wp-block-entrylist-item-body .news-detail .news-blocks.text-only, #news-single .wp-block-entrylist-item-body .news-detail .news-blocks.image-only {
    grid-template-columns: 1fr;
  }
  #news-single .wp-block-entrylist-item-body .news-detail .news-blocks.image-only {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  #news-single .wp-block-entrylist-item-body .news-detail .news-blocks.image-only.image-tate {
    width: 45%;
  }
  #news-single .wp-block-entrylist-item-body .news-detail .news-blocks.image-left:not(.image-only) {
    grid-template-columns: 30.625rem 1fr;
  }
  #news-single .wp-block-entrylist-item-body .news-detail .news-blocks.image-left:not(.image-only).image-tate {
    grid-template-columns: 22.96875rem 1fr;
  }
  #news-single .wp-block-entrylist-item-body .news-detail .news-blocks.image-left:not(.image-only) .news-blocks-item:nth-of-type(1) {
    order: 2;
  }
  #news-single .wp-block-entrylist-item-body .news-detail .news-blocks.image-left:not(.image-only) .news-blocks-item:nth-of-type(2) {
    order: 1;
  }
  #news-single .wp-block-entrylist-item-body .news-detail .news-blocks .news-block-image {
    padding-top: 0.5em;
  }
  #news-single .wp-block-entrylist-item-body .news-detail .news-blocks.image-tate:not(.image-only) {
    grid-template-columns: 1fr 22.96875rem;
  }
  #news-single .wp-block-entrylist-item-body .news-detail .news-blocks.image-tate:not(.image-only) figure img {
    margin: auto;
  }
}
#news-single .wp-block-entrylist-item-body .news-detail .news-blocks .news-block-text p:last-child {
  margin-bottom: 0;
}

#contact #contact-1 .section-frame {
  max-width: 56.25rem;
}
#contact #contact-1 .wpcf7-form-control.wpcf7-radio {
  display: grid;
  grid-template-columns: auto auto;
}
@media screen and (max-width: 1300px) {
  #contact #contact-1 .wpcf7-form-control.wpcf7-radio {
    grid-template-columns: auto;
  }
}
#contact #contact-1 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
}
#contact #contact-1 .wpcf7-form-control.wpcf7-submit {
  max-width: 28.125rem;
  margin: auto;
}
#contact-kv-page .section-tagline {
  position: absolute;
  top: auto;
  bottom: 0rem;
  left: 2.5rem;
  width: 16.375rem;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 750px) {
  #contact #contact-form {
    padding-top: 3.125rem;
  }
}
#contact #contact-form dl dd {
  margin-bottom: 3.125rem;
}

.column-body {
  font-size: 1.375rem;
}
.column-body .wp-block-read:first-child {
  margin-bottom: 0;
}
.column-body .wp-block-action {
  margin-top: 1.875rem;
}
.column-body img {
  margin-bottom: 2em;
}

/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
.op_logo {
  width: 84vw;
  height: auto;
  position: absolute;
  top: 54.6666666667vw;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}
@media screen and (min-width: 750px) {
  .op_logo {
    top: 50%;
    width: 36vw;
    height: auto;
    max-width: 39.375rem;
    transform: translate(-50%, -70%);
  }
}
.op_logo svg,
.op_logo image {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}
.op_logo .cls-1,
.op_logo .cls-2 {
  fill: none;
}
.op_logo .cls-2 {
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 10px;
}
.op_logo .cls-1,
.op_logo .cls-2 {
  fill: none;
}
.op_logo .cls-2 {
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 10px;
}
.op_logo img.text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: blur(5px);
  transform: translate(0, 5%);
  transition: all 1000ms ease-out;
}
.op_logo.in img.text {
  opacity: 1;
  filter: blur(0px);
  transform: translate(0, 0%);
}

/* 
================================================================================
お問い合わせフォーム
================================================================================
*/
span.wpcf7-list-item.deactive {
  display: inline-block;
  pointer-events: none;
  opacity: 0.3 !important;
}

.ajax-loader {
  position: absolute;
  top: 0;
  opacity: 0;
}

.wpcf7-text {
  padding: 0.5em;
  background-color: #eeeeee;
}
.wpcf7-textarea {
  padding: 0.5em;
  background-color: #eeeeee;
}
.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.wpcf7-form-control {
  display: block;
  width: 100%;
  border: 0;
  font-size: 1.875rem;
}
@media screen and (min-width: 750px) {
  .wpcf7-form-control {
    font-size: 1rem;
  }
}
.wpcf7-form-control::placeholder {
  opacity: 0.3;
}
.wpcf7-not-valid-tip {
  display: inline-block !important;
  position: absolute !important;
  top: 0% !important;
  right: 1em !important;
  left: auto;
  padding: 0.4em 1em 0.6em !important;
  line-height: 1 !important;
  font-size: 0.5em !important;
  transform: translate(0, -50%) !important;
  background-color: #e6002d !important;
  color: #fff !important;
  border-radius: 1em;
}
.wpcf7-response-output {
  display: none;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  transform: translate(0, 0%);
  width: 100%;
  font-size: 1.2em !important;
  text-align: center !important;
  border: 0 !important;
  padding: 0.5em !important;
  background: #eee !important;
}
.wpcf7-submit {
  cursor: pointer;
  background-color: transparent;
  display: flex;
  padding: 0.625rem 1.25rem;
  min-width: 18.75rem;
  min-height: 3.125rem;
  justify-content: center;
  align-items: center;
  font-size: 1.875rem;
  border: solid 0.0625rem #8ca528;
  color: #8ca528 !important;
}
@media screen and (min-width: 1300px) {
  .wpcf7-submit {
    font-size: 1.25rem;
    min-height: 4.375rem;
  }
}
.wpcf7-not-valid {
  background-color: #fdd2d2 !important;
}
.wpcf7-radio {
  padding: 0;
}
.wpcf7-radio .wpcf7-list-item {
  margin: 0 2em 0.2em 0;
  padding-left: 1em;
}
@media screen and (max-width: 750px) {
  .wpcf7-radio .wpcf7-list-item {
    width: 100%;
  }
}
.wpcf7-radio .wpcf7-list-item label {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 0.2em 2em 0.2em 3.125rem;
  height: fit-content;
  outline: 0;
}
@media screen and (min-width: 750px) {
  .wpcf7-radio .wpcf7-list-item label {
    padding: 0.2em 2em 0.2em 1.5625rem;
  }
}
.wpcf7-radio .wpcf7-list-item label input[type=radio] {
  position: absolute;
  top: 1.5625rem;
  left: 0.625rem;
  transform: scale(2); /* 数値を調整 */
  border: 0;
  outline: 0;
}
@media screen and (max-width: 750px) {
  .wpcf7-radio .wpcf7-list-item label input[type=radio] {
    transform: scale(1.5);
    top: 2.2666666667vw;
    left: 0vw;
  }
}
@media screen and (min-width: 750px) {
  .wpcf7-radio .wpcf7-list-item label input[type=radio] {
    transform: scale(1.5);
    top: 0.625rem;
    left: 0rem;
  }
}
.wpcf7-radio .wpcf7-list-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.wpcf7-radio .wpcf7-list-item.active {
  background-color: #000;
  color: #fff;
}
.wpcf7-radio .wpcf7-list-item.active:hover {
  background-color: none;
}

/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* 
================================================================================
ブロックエディターのカスタム
================================================================================
*/
.components-resizable-box__container {
  overflow: auto;
}

.block-editor-inserter__tips {
  display: none;
}

.editor-styles-wrapper figure + .wp-block-heading,
.editor-styles-wrapper p + .wp-block-heading,
.editor-styles-wrapper ul + .wp-block-heading,
.editor-styles-wrapper ol + .wp-block-heading,
.editor-styles-wrapper dl + .wp-block-heading,
.editor-styles-wrapper iframe + .wp-block-heading,
.editor-styles-wrapper img + .wp-block-heading,
.wp-block-editor figure + .wp-block-heading,
.wp-block-editor p + .wp-block-heading,
.wp-block-editor ul + .wp-block-heading,
.wp-block-editor ol + .wp-block-heading,
.wp-block-editor dl + .wp-block-heading,
.wp-block-editor iframe + .wp-block-heading,
.wp-block-editor img + .wp-block-heading {
  margin-top: 3em;
  font-weight: 600;
}
.editor-styles-wrapper p + ul,
.editor-styles-wrapper p + ol,
.editor-styles-wrapper p + dl,
.wp-block-editor p + ul,
.wp-block-editor p + ol,
.wp-block-editor p + dl {
  margin-top: 1em;
}
.editor-styles-wrapper .has-text-align-center,
.wp-block-editor .has-text-align-center {
  text-align: center;
}
.editor-styles-wrapper .has-text-align-right,
.wp-block-editor .has-text-align-right {
  text-align: right;
}
.editor-styles-wrapper .has-luminous-vivid-orange-color,
.wp-block-editor .has-luminous-vivid-orange-color {
  color: inherit !important;
}
.editor-styles-wrapper .wp-block-group, .editor-styles-wrapper .wp-block-image, .editor-styles-wrapper .wp-block-heading, .editor-styles-wrapper .wp-block-quote, .editor-styles-wrapper .wp-block-footnotes, .editor-styles-wrapper .wp-block-details, .editor-styles-wrapper .wp-block-code, .editor-styles-wrapper .wp-block-preformatted, .editor-styles-wrapper .wp-block-table, .editor-styles-wrapper .wp-block-gallery, .editor-styles-wrapper .wp-block-file, .editor-styles-wrapper .wp-block-media-text, .editor-styles-wrapper .wp-block-buttons, .editor-styles-wrapper .wp-block-spacer, .editor-styles-wrapper .wp-block-line, .editor-styles-wrapper .wp-block-columns,
.wp-block-editor .wp-block-group,
.wp-block-editor .wp-block-image,
.wp-block-editor .wp-block-heading,
.wp-block-editor .wp-block-quote,
.wp-block-editor .wp-block-footnotes,
.wp-block-editor .wp-block-details,
.wp-block-editor .wp-block-code,
.wp-block-editor .wp-block-preformatted,
.wp-block-editor .wp-block-table,
.wp-block-editor .wp-block-gallery,
.wp-block-editor .wp-block-file,
.wp-block-editor .wp-block-media-text,
.wp-block-editor .wp-block-buttons,
.wp-block-editor .wp-block-spacer,
.wp-block-editor .wp-block-line,
.wp-block-editor .wp-block-columns {
  padding: 0em;
  margin: 0 auto;
}
body.guide .editor-styles-wrapper .wp-block-group, body.guide .editor-styles-wrapper .wp-block-image, body.guide .editor-styles-wrapper .wp-block-heading, body.guide .editor-styles-wrapper .wp-block-quote, body.guide .editor-styles-wrapper .wp-block-footnotes, body.guide .editor-styles-wrapper .wp-block-details, body.guide .editor-styles-wrapper .wp-block-code, body.guide .editor-styles-wrapper .wp-block-preformatted, body.guide .editor-styles-wrapper .wp-block-table, body.guide .editor-styles-wrapper .wp-block-gallery, body.guide .editor-styles-wrapper .wp-block-file, body.guide .editor-styles-wrapper .wp-block-media-text, body.guide .editor-styles-wrapper .wp-block-buttons, body.guide .editor-styles-wrapper .wp-block-spacer, body.guide .editor-styles-wrapper .wp-block-line, body.guide .editor-styles-wrapper .wp-block-columns,
body.guide .wp-block-editor .wp-block-group,
body.guide .wp-block-editor .wp-block-image,
body.guide .wp-block-editor .wp-block-heading,
body.guide .wp-block-editor .wp-block-quote,
body.guide .wp-block-editor .wp-block-footnotes,
body.guide .wp-block-editor .wp-block-details,
body.guide .wp-block-editor .wp-block-code,
body.guide .wp-block-editor .wp-block-preformatted,
body.guide .wp-block-editor .wp-block-table,
body.guide .wp-block-editor .wp-block-gallery,
body.guide .wp-block-editor .wp-block-file,
body.guide .wp-block-editor .wp-block-media-text,
body.guide .wp-block-editor .wp-block-buttons,
body.guide .wp-block-editor .wp-block-spacer,
body.guide .wp-block-editor .wp-block-line,
body.guide .wp-block-editor .wp-block-columns {
  background-color: #f4f4f4;
  padding: 0em;
  margin: 0 0 2.5rem;
  border: dashed 2px #000;
}
.editor-styles-wrapper .wp-block-summary,
.wp-block-editor .wp-block-summary {
  margin-bottom: 6.25rem;
}
.editor-styles-wrapper .wp-block-read,
.wp-block-editor .wp-block-read {
  margin-bottom: 6.25rem;
  font-size: 2rem;
}
.editor-styles-wrapper .wp-block-read h2 small,
.editor-styles-wrapper .wp-block-read h3 small,
.editor-styles-wrapper .wp-block-read h4 small,
.editor-styles-wrapper .wp-block-read h5 small,
.wp-block-editor .wp-block-read h2 small,
.wp-block-editor .wp-block-read h3 small,
.wp-block-editor .wp-block-read h4 small,
.wp-block-editor .wp-block-read h5 small {
  font-size: 0.7em;
}
.editor-styles-wrapper .wp-block-read h2:not(:first-child),
.editor-styles-wrapper .wp-block-read h3:not(:first-child),
.editor-styles-wrapper .wp-block-read h4:not(:first-child),
.editor-styles-wrapper .wp-block-read h5:not(:first-child),
.wp-block-editor .wp-block-read h2:not(:first-child),
.wp-block-editor .wp-block-read h3:not(:first-child),
.wp-block-editor .wp-block-read h4:not(:first-child),
.wp-block-editor .wp-block-read h5:not(:first-child) {
  margin-top: 2em;
}
.editor-styles-wrapper .wp-block-read h2:not(:first-child) small,
.editor-styles-wrapper .wp-block-read h3:not(:first-child) small,
.editor-styles-wrapper .wp-block-read h4:not(:first-child) small,
.editor-styles-wrapper .wp-block-read h5:not(:first-child) small,
.wp-block-editor .wp-block-read h2:not(:first-child) small,
.wp-block-editor .wp-block-read h3:not(:first-child) small,
.wp-block-editor .wp-block-read h4:not(:first-child) small,
.wp-block-editor .wp-block-read h5:not(:first-child) small {
  font-size: 0.5em;
}
.editor-styles-wrapper .wp-block-read.mg-b-0,
.wp-block-editor .wp-block-read.mg-b-0 {
  margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-index,
.wp-block-editor .wp-block-index {
  font-size: 0.9em;
  padding: 0rem;
  margin: 3em auto;
}
.editor-styles-wrapper .wp-block-index::before,
.wp-block-editor .wp-block-index::before {
  content: "▼ 目次";
  display: block;
  margin-bottom: 1em;
  font-size: 1.2em;
}
.editor-styles-wrapper .wp-block-index ol,
.editor-styles-wrapper .wp-block-index ul,
.wp-block-editor .wp-block-index ol,
.wp-block-editor .wp-block-index ul {
  display: grid;
  grid-gap: 0.5em;
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-index ol ol,
.editor-styles-wrapper .wp-block-index ul ol,
.wp-block-editor .wp-block-index ol ol,
.wp-block-editor .wp-block-index ul ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  list-style: disc;
}
.editor-styles-wrapper .wp-block-index ol li span,
.editor-styles-wrapper .wp-block-index ul li span,
.wp-block-editor .wp-block-index ol li span,
.wp-block-editor .wp-block-index ul li span {
  display: inline-block;
  border-bottom: dashed 1px #ccc;
  cursor: pointer;
}
.editor-styles-wrapper .wp-block-menu::before,
.wp-block-editor .wp-block-menu::before {
  display: none;
}
.editor-styles-wrapper .wp-block-menu h2,
.wp-block-editor .wp-block-menu h2 {
  display: none;
}
.editor-styles-wrapper .wp-block-menu a,
.wp-block-editor .wp-block-menu a {
  text-decoration: none !important;
}
.editor-styles-wrapper .wp-block-menu ul,
.wp-block-editor .wp-block-menu ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .editor-styles-wrapper .wp-block-menu ul,
  .wp-block-editor .wp-block-menu ul {
    justify-content: flex-start;
  }
}
.editor-styles-wrapper .wp-block-menu ul li,
.wp-block-editor .wp-block-menu ul li {
  width: 20%;
  margin: 0;
  border-bottom: solid 1px #ccc;
  padding: 1.25rem 0;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  .editor-styles-wrapper .wp-block-menu ul li,
  .wp-block-editor .wp-block-menu ul li {
    width: 33.3%;
  }
  body.pcMode .editor-styles-wrapper .wp-block-menu ul li,
  body.pcMode .wp-block-editor .wp-block-menu ul li {
    font-size: 30px;
  }
}
.editor-styles-wrapper .wp-block-menu ul li span,
.wp-block-editor .wp-block-menu ul li span {
  border: 0;
}
.editor-styles-wrapper .wp-block-menu ul li.tag-head::before,
.wp-block-editor .wp-block-menu ul li.tag-head::before {
  transform: translate(0, 0%);
}
.editor-styles-wrapper .wp-block-title,
.wp-block-editor .wp-block-title {
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 6.25rem;
}
.editor-styles-wrapper .wp-block-title img,
.wp-block-editor .wp-block-title img {
  margin-bottom: 1.25rem;
}
.editor-styles-wrapper .wp-block-title.mini,
.wp-block-editor .wp-block-title.mini {
  font-size: 2.6875rem;
  margin-bottom: 1.25rem;
}
.editor-styles-wrapper .wp-block-title.mini span,
.wp-block-editor .wp-block-title.mini span {
  transform: translate(0, -0.18em);
}
.editor-styles-wrapper .wp-block-title span,
.wp-block-editor .wp-block-title span {
  display: flex;
  width: 100%;
  line-height: 1;
  align-items: center;
  transform: translate(0, -0.9375rem);
}
.editor-styles-wrapper .wp-block-title span .sub,
.wp-block-editor .wp-block-title span .sub {
  transform: translate(0, 0em);
  font-size: 0.4em;
  width: fit-content;
  margin-left: 2em;
  opacity: 0.3;
  font-weight: 400;
}
.editor-styles-wrapper .wp-block-title.center,
.wp-block-editor .wp-block-title.center {
  display: flex;
  width: fit-content;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.editor-styles-wrapper .wp-block-title.center span,
.wp-block-editor .wp-block-title.center span {
  justify-content: center;
}
.editor-styles-wrapper .wp-block-title .lang-en,
.wp-block-editor .wp-block-title .lang-en {
  margin-bottom: 0rem;
}
.editor-styles-wrapper .wp-block-title .lang-jp,
.wp-block-editor .wp-block-title .lang-jp {
  line-height: 1.5;
}
.editor-styles-wrapper .wp-block-title-sub,
.wp-block-editor .wp-block-title-sub {
  font-size: 0.2em;
  opacity: 0.5;
  letter-spacing: 0.3em;
}
.editor-styles-wrapper .wp-block-title.h2 .wp-block-title-sub,
.wp-block-editor .wp-block-title.h2 .wp-block-title-sub {
  font-size: 1.875rem;
}
.editor-styles-wrapper .wp-block-title.h3 .wp-block-title-sub,
.wp-block-editor .wp-block-title.h3 .wp-block-title-sub {
  font-size: 1.25rem;
}
.editor-styles-wrapper .wp-block-heading.line span,
.wp-block-editor .wp-block-heading.line span {
  display: block;
  padding-bottom: 0.625rem;
}
.editor-styles-wrapper .wp-block-heading.line span::after,
.wp-block-editor .wp-block-heading.line span::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1875rem;
  background: url(../img/common/line/black.png) left bottom/auto 100% repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.editor-styles-wrapper .wp-block-heading.line.color-green span::after,
.wp-block-editor .wp-block-heading.line.color-green span::after {
  background: url(../img/common/line/green.png) left bottom/auto 100% repeat-x;
}
.editor-styles-wrapper .wp-block-heading.line.color-brown span::after,
.wp-block-editor .wp-block-heading.line.color-brown span::after {
  background: url(../img/common/line/brown.png) left bottom/auto 100% repeat-x;
}
.editor-styles-wrapper .wp-block-heading.line.color-red span::after,
.wp-block-editor .wp-block-heading.line.color-red span::after {
  background: url(../img/common/line/red.png) left bottom/auto 100% repeat-x;
}
.editor-styles-wrapper .wp-block-heading.line.color-olive span::after,
.wp-block-editor .wp-block-heading.line.color-olive span::after {
  background: url(../img/common/line/olive.png) left bottom/auto 100% repeat-x;
}
.editor-styles-wrapper .wp-block-heading.line.color-white span::after,
.wp-block-editor .wp-block-heading.line.color-white span::after {
  background: url(../img/common/line/white.png) left bottom/auto 100% repeat-x;
}
.editor-styles-wrapper .wp-block-heading.color-brown span,
.wp-block-editor .wp-block-heading.color-brown span {
  color: #8c6c2e;
}
.editor-styles-wrapper .wp-block-heading.color-brown span::after,
.wp-block-editor .wp-block-heading.color-brown span::after {
  filter: none;
}
.editor-styles-wrapper .wp-block-heading.color-brown img,
.wp-block-editor .wp-block-heading.color-brown img {
  filter: none;
}
.editor-styles-wrapper .wp-block-heading.color-red span,
.wp-block-editor .wp-block-heading.color-red span {
  color: #e6002d;
}
.editor-styles-wrapper .wp-block-heading.color-red span::after,
.wp-block-editor .wp-block-heading.color-red span::after {
  filter: none;
}
.editor-styles-wrapper .wp-block-heading.color-red img,
.wp-block-editor .wp-block-heading.color-red img {
  filter: none;
}
.editor-styles-wrapper .wp-block-heading.color-green span,
.wp-block-editor .wp-block-heading.color-green span {
  color: #638a2e;
}
.editor-styles-wrapper .wp-block-heading.color-green span::after,
.wp-block-editor .wp-block-heading.color-green span::after {
  filter: none;
}
.editor-styles-wrapper .wp-block-heading.color-green img,
.wp-block-editor .wp-block-heading.color-green img {
  filter: none;
}
.editor-styles-wrapper .wp-block-heading.color-white span,
.wp-block-editor .wp-block-heading.color-white span {
  color: #fff;
}
.editor-styles-wrapper .wp-block-heading.color-white span::after,
.wp-block-editor .wp-block-heading.color-white span::after {
  filter: none;
}
.editor-styles-wrapper .wp-block-heading.color-white img,
.wp-block-editor .wp-block-heading.color-white img {
  filter: invert(100%) brightness(200%);
}
.editor-styles-wrapper .wp-block-heading.color-olive span,
.wp-block-editor .wp-block-heading.color-olive span {
  color: #8ca528;
}
.editor-styles-wrapper .wp-block-heading.color-olive span::after,
.wp-block-editor .wp-block-heading.color-olive span::after {
  filter: none;
}
.editor-styles-wrapper .wp-block-heading.color-olive img,
.wp-block-editor .wp-block-heading.color-olive img {
  filter: none;
}
.editor-styles-wrapper .wp-block-heading.sub-image img,
.wp-block-editor .wp-block-heading.sub-image img {
  width: auto;
  height: 2.8125rem;
  position: absolute;
  bottom: 0.625rem;
  right: 0;
}
.editor-styles-wrapper .wp-block-heading.h3,
.wp-block-editor .wp-block-heading.h3 {
  font-size: 2.25rem;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 750px) {
  .editor-styles-wrapper .wp-block-heading.h3,
  .wp-block-editor .wp-block-heading.h3 {
    font-size: 1.75rem;
    letter-spacing: 0.2em;
  }
}
.editor-styles-wrapper .wp-block-heading.h4,
.wp-block-editor .wp-block-heading.h4 {
  font-size: 1.875rem;
  display: inline-flex;
  margin-bottom: 2.5rem;
}
.editor-styles-wrapper .wp-block-heading.h4 span,
.wp-block-editor .wp-block-heading.h4 span {
  display: inline-block;
}
@media screen and (min-width: 750px) {
  .editor-styles-wrapper .wp-block-heading.h4,
  .wp-block-editor .wp-block-heading.h4 {
    font-size: 1rem;
    letter-spacing: 0.2em;
  }
}
.editor-styles-wrapper .wp-block-heading.h5,
.wp-block-editor .wp-block-heading.h5 {
  margin-bottom: 3.125rem;
}
.editor-styles-wrapper .wp-block-heading.h5.color-white img,
.wp-block-editor .wp-block-heading.h5.color-white img {
  filter: invert(100%) brightness(200%);
}
.editor-styles-wrapper .wp-block-heading.h5.color-brown img,
.wp-block-editor .wp-block-heading.h5.color-brown img {
  filter: none;
}
.editor-styles-wrapper .wp-block-heading.h5.color-red img,
.wp-block-editor .wp-block-heading.h5.color-red img {
  filter: none;
}
.editor-styles-wrapper .wp-block-heading.h5.color-green img,
.wp-block-editor .wp-block-heading.h5.color-green img {
  filter: none;
}
.editor-styles-wrapper .wp-block-heading.h5.color-olive img,
.wp-block-editor .wp-block-heading.h5.color-olive img {
  filter: none;
}
.editor-styles-wrapper .wp-block-heading.tag-head,
.wp-block-editor .wp-block-heading.tag-head {
  padding-top: 1.5em;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-heading.tag-head,
  .wp-block-editor .wp-block-heading.tag-head {
    padding-top: 0em;
  }
}
.editor-styles-wrapper .wp-block-separator,
.wp-block-editor .wp-block-separator {
  margin: 2.5rem auto;
  border-width: 1px;
  border-style: dashed;
  border-color: rgba(0, 0, 0, 0.2);
}
.editor-styles-wrapper .wp-block-embed__wrapper,
.wp-block-editor .wp-block-embed__wrapper {
  margin: 2.5rem auto;
}
.editor-styles-wrapper .wp-block-embed__wrapper iframe,
.wp-block-editor .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.editor-styles-wrapper .wp-block-spacer,
.wp-block-editor .wp-block-spacer {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}
body.guide .editor-styles-wrapper .wp-block-spacer,
body.guide .wp-block-editor .wp-block-spacer {
  background: rgba(0, 0, 0, 0.1);
}
body.guide .editor-styles-wrapper .wp-block-spacer::after,
body.guide .wp-block-editor .wp-block-spacer::after {
  content: "スペーサー";
  display: inline-flex;
}
.editor-styles-wrapper .wp-block-line,
.wp-block-editor .wp-block-line {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}
body.guide .editor-styles-wrapper .wp-block-line,
body.guide .wp-block-editor .wp-block-line {
  background: rgba(0, 0, 0, 0.1);
}
body.guide .editor-styles-wrapper .wp-block-line::after,
body.guide .wp-block-editor .wp-block-line::after {
  content: "スペーサー";
  display: inline-flex;
}
.editor-styles-wrapper .wp-block-list,
.wp-block-editor .wp-block-list {
  margin-bottom: 5em;
  font-size: 0.9em;
}
.editor-styles-wrapper .wp-block-list .taglist,
.wp-block-editor .wp-block-list .taglist {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.editor-styles-wrapper .wp-block-list .taglist li,
.wp-block-editor .wp-block-list .taglist li {
  background-color: rgba(0, 0, 0, 0.05);
  margin: 0 0.4em 0.5em 0;
  padding: 0.8em 1.1em;
  font-size: 0.856875rem;
}
body.guide .editor-styles-wrapper .wp-block-code,
body.guide .wp-block-editor .wp-block-code {
  background-color: #f2f2f2;
  padding: 1em;
}
.editor-styles-wrapper .wp-block-image,
.wp-block-editor .wp-block-image {
  margin-bottom: 2em;
}
.editor-styles-wrapper .wp-block-image.size-full img,
.wp-block-editor .wp-block-image.size-full img {
  width: 100% !important;
  max-width: 100%;
}
.editor-styles-wrapper .wp-block-table table,
.wp-block-editor .wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.editor-styles-wrapper .wp-block-table table td,
.wp-block-editor .wp-block-table table td {
  border: 1px solid #ccc;
  padding: 8px;
}
.editor-styles-wrapper .wp-block-gallery,
.wp-block-editor .wp-block-gallery {
  display: flex;
  gap: 1.25rem;
}
.editor-styles-wrapper .wp-block-gallery figure,
.wp-block-editor .wp-block-gallery figure {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.editor-styles-wrapper .wp-block-gallery figure.wp-block-image.is-style-rounded img,
.wp-block-editor .wp-block-gallery figure.wp-block-image.is-style-rounded img {
  border-radius: 2em;
}
.editor-styles-wrapper .wp-block-gallery figure.wp-block-image .wp-element-caption,
.wp-block-editor .wp-block-gallery figure.wp-block-image .wp-element-caption {
  background: none;
  color: inherit;
  flex: initial;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
  text-shadow: none;
}
.editor-styles-wrapper .wp-block-gallery.has-nested-images figure.wp-block-image figcaption.wp-element-caption,
.wp-block-editor .wp-block-gallery.has-nested-images figure.wp-block-image figcaption.wp-element-caption {
  background: none;
  color: inherit;
  flex: initial;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
  text-shadow: none;
}
.editor-styles-wrapper .wp-block-media-text.has-media-on-the-right,
.wp-block-editor .wp-block-media-text.has-media-on-the-right {
  flex-direction: row-reverse;
}
.editor-styles-wrapper .wp-block-buttons.is-layout-flex,
.wp-block-editor .wp-block-buttons.is-layout-flex {
  display: flex;
  justify-content: center;
}
.editor-styles-wrapper .wp-block-buttons-button,
.wp-block-editor .wp-block-buttons-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.8em;
  line-height: 1.4;
  background-color: #fff;
  border: solid 0.125rem #000;
}
@media screen and (min-width: 750px) {
  .editor-styles-wrapper .wp-block-buttons-button,
  .wp-block-editor .wp-block-buttons-button {
    border-width: 0.0625rem;
    margin: 0;
  }
}
.editor-styles-wrapper .wp-block-buttons-button.color-base,
.wp-block-editor .wp-block-buttons-button.color-base {
  border-color: #f7eedf;
  color: #f7eedf;
}
.editor-styles-wrapper .wp-block-buttons-button.color-default,
.wp-block-editor .wp-block-buttons-button.color-default {
  border-color: #f7eedf;
  color: #f7eedf;
}
.editor-styles-wrapper .wp-block-buttons-button.color-brown,
.wp-block-editor .wp-block-buttons-button.color-brown {
  border-color: #8c6c2e;
  color: #8c6c2e;
}
.editor-styles-wrapper .wp-block-buttons-button.color-brown-light,
.wp-block-editor .wp-block-buttons-button.color-brown-light {
  border-color: #e8e2d5;
  color: #e8e2d5;
}
.editor-styles-wrapper .wp-block-buttons-button.color-ground,
.wp-block-editor .wp-block-buttons-button.color-ground {
  border-color: #ebd2ad;
  color: #ebd2ad;
}
.editor-styles-wrapper .wp-block-buttons-button.color-white,
.wp-block-editor .wp-block-buttons-button.color-white {
  border-color: #fff;
  color: #fff;
}
.editor-styles-wrapper .wp-block-buttons-button.color-green,
.wp-block-editor .wp-block-buttons-button.color-green {
  border-color: #638a2e;
  color: #638a2e;
}
.editor-styles-wrapper .wp-block-buttons-button.color-green-light,
.wp-block-editor .wp-block-buttons-button.color-green-light {
  border-color: #e0e8d5;
  color: #e0e8d5;
}
.editor-styles-wrapper .wp-block-buttons-button.color-red,
.wp-block-editor .wp-block-buttons-button.color-red {
  border-color: #c00;
  color: #c00;
}
.editor-styles-wrapper .wp-block-buttons-button.color-olive,
.wp-block-editor .wp-block-buttons-button.color-olive {
  border-color: #8ca528;
  color: #8ca528;
}
.editor-styles-wrapper .wp-block-columns.is-layout-flex,
.wp-block-editor .wp-block-columns.is-layout-flex {
  display: flex;
  width: 100%;
}
.editor-styles-wrapper .wp-block-columns.section,
.wp-block-editor .wp-block-columns.section {
  padding: 12.5rem 0 0;
}
.editor-styles-wrapper .wp-block-columns.section::before,
.wp-block-editor .wp-block-columns.section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translate(-50vw, 0);
  background: linear-gradient(180deg, rgb(227, 225, 220) 0%, rgb(234, 232, 227) 100%);
}
.editor-styles-wrapper .wp-block-frames,
.wp-block-editor .wp-block-frames {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  grid-gap: 6.25rem;
}
.editor-styles-wrapper .wp-block-frames.col_1,
.wp-block-editor .wp-block-frames.col_1 {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0 4rem;
}
@media screen and (max-width: 1300px) {
  .editor-styles-wrapper .wp-block-frames.col_1,
  .wp-block-editor .wp-block-frames.col_1 {
    grid-template-columns: 1fr;
  }
}
.editor-styles-wrapper .wp-block-frames.col_2,
.wp-block-editor .wp-block-frames.col_2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1300px) {
  .editor-styles-wrapper .wp-block-frames.col_2,
  .wp-block-editor .wp-block-frames.col_2 {
    grid-template-columns: 1fr;
  }
}
.editor-styles-wrapper .wp-block-frames.col_3,
.wp-block-editor .wp-block-frames.col_3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1300px) {
  .editor-styles-wrapper .wp-block-frames.col_3,
  .wp-block-editor .wp-block-frames.col_3 {
    grid-template-columns: 1fr;
  }
}
.editor-styles-wrapper .wp-block-frames.col_4,
.wp-block-editor .wp-block-frames.col_4 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1300px) {
  .editor-styles-wrapper .wp-block-frames.col_4,
  .wp-block-editor .wp-block-frames.col_4 {
    grid-template-columns: 1fr;
  }
}
.editor-styles-wrapper .wp-block-frames.single,
.wp-block-editor .wp-block-frames.single {
  grid-template-columns: 1fr;
}
.editor-styles-wrapper .wp-block-frames.row_2,
.wp-block-editor .wp-block-frames.row_2 {
  grid-template-rows: auto;
}
.editor-styles-wrapper .wp-block-frames.row_2 .wp-block-frames-item,
.wp-block-editor .wp-block-frames.row_2 .wp-block-frames-item {
  grid-row: span 2;
}
.editor-styles-wrapper .wp-block-frames.row_3,
.wp-block-editor .wp-block-frames.row_3 {
  grid-template-rows: repeat(3, auto);
}
.editor-styles-wrapper .wp-block-frames.row_3.words_s,
.wp-block-editor .wp-block-frames.row_3.words_s {
  grid-gap: 0 4.6875rem;
}
.editor-styles-wrapper .wp-block-frames.row_3 .wp-block-frames-item,
.wp-block-editor .wp-block-frames.row_3 .wp-block-frames-item {
  grid-row: span 3;
}
@media screen and (max-width: 1300px) {
  .editor-styles-wrapper .wp-block-frames.row_3 .wp-block-frames-item,
  .wp-block-editor .wp-block-frames.row_3 .wp-block-frames-item {
    grid-gap: 0rem 0;
  }
}
.editor-styles-wrapper .wp-block-frames-item,
.wp-block-editor .wp-block-frames-item {
  display: grid;
}
.editor-styles-wrapper .wp-block-frames-item-body.subgrid,
.wp-block-editor .wp-block-frames-item-body.subgrid {
  display: grid;
  grid-gap: 1em;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.editor-styles-wrapper .wp-block-more,
.wp-block-editor .wp-block-more {
  display: grid;
  text-align: left;
  min-width: 15.625rem;
  height: 4.375rem;
  align-content: center;
  line-height: 1.2 !important;
  border-bottom: solid 1px #9f9f9f;
  padding-right: 3.125rem;
  padding-left: 0rem;
  padding-bottom: 0.3125rem;
  font-size: 1.6em;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.editor-styles-wrapper .wp-block-more::after,
.wp-block-editor .wp-block-more::after {
  content: "→";
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 0.6em;
}
.editor-styles-wrapper .wp-block-more .label,
.wp-block-editor .wp-block-more .label {
  margin-bottom: 0.2em;
}
.editor-styles-wrapper .wp-block-more .text,
.wp-block-editor .wp-block-more .text {
  font-size: 0.45em;
}
.editor-styles-wrapper .wp-block-more.bg,
.wp-block-editor .wp-block-more.bg {
  padding: 0.625rem 4.6875rem 0.625rem 1.875rem;
}
.editor-styles-wrapper .wp-block-more.bg::after,
.wp-block-editor .wp-block-more.bg::after {
  background-color: #fff;
  right: 0.9375rem;
}
.editor-styles-wrapper .wp-block-btn,
.wp-block-editor .wp-block-btn {
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-btn + p,
.wp-block-editor .wp-block-btn + p {
  text-align: center;
  font-size: 1.25rem;
}
.editor-styles-wrapper .wp-block-action,
.wp-block-editor .wp-block-action {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.editor-styles-wrapper .wp-block-action .inWrap,
.wp-block-editor .wp-block-action .inWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.editor-styles-wrapper .wp-block-action .inBlock,
.wp-block-editor .wp-block-action .inBlock {
  display: block;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.editor-styles-wrapper .wp-block-action:not(:last-child),
.wp-block-editor .wp-block-action:not(:last-child) {
  margin-bottom: 6.25rem;
}
.editor-styles-wrapper .wp-block-action a,
.wp-block-editor .wp-block-action a {
  text-decoration: none !important;
}
.editor-styles-wrapper .wp-block-action.pagenation,
.wp-block-editor .wp-block-action.pagenation {
  padding-top: 0rem;
  filter: none;
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap,
.wp-block-editor .wp-block-action.pagenation .inWrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .navigation,
.wp-block-editor .wp-block-action.pagenation .inWrap .navigation {
  visibility: hidden;
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .navigation h2,
.wp-block-editor .wp-block-action.pagenation .inWrap .navigation h2 {
  display: none;
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn {
  padding: 0;
  display: inline-flex;
  min-width: inherit;
  width: auto;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: transparent;
  font-size: 1.375rem;
  gap: 1em;
  position: relative;
}
@media screen and (min-width: 750px) {
  .editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn,
  .wp-block-editor .wp-block-action.pagenation .inWrap .btn {
    font-size: 0.875rem;
  }
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-prev .label, .editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-archives-prev .label,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-prev .label,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-archives-prev .label {
  padding-left: 1.875rem;
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-prev .label::after, .editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-archives-prev .label::after,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-prev .label::after,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-archives-prev .label::after {
  left: 0rem;
  transform: translate(0, -50%) rotate(180deg);
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-next, .editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-archives-next,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-next,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-archives-next {
  flex-direction: row-reverse;
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-next .label, .editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-archives-next .label,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-next .label,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-archives-next .label {
  padding-right: 1.875rem;
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-next .label::after, .editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-archives-next .label::after,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-next .label::after,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-archives-next .label::after {
  left: auto;
  right: 0rem;
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn .thumb,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn .thumb {
  display: none;
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn .label,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn .label {
  display: flex;
  gap: 1em;
  justify-content: center;
  height: 100%;
  color: #638a2e;
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn .label:after,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn .label:after {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  width: 1.375rem;
  height: 1.375rem;
  background: url(../img/common/icon_arrow_green.svg) center center/100% auto no-repeat;
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn .title,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn .title {
  font-size: 0.8em;
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.deactive,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn.deactive {
  pointer-events: none;
  opacity: 0.5;
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.deactive del,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn.deactive del {
  text-decoration: none;
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .pagination .page-numbers.current,
.wp-block-editor .wp-block-action.pagenation .inWrap .pagination .page-numbers.current {
  opacity: 0.2;
}
.editor-styles-wrapper .wp-block-action.index,
.wp-block-editor .wp-block-action.index {
  justify-content: flex-end;
}
.editor-styles-wrapper .wp-block-action.index .inWrap,
.wp-block-editor .wp-block-action.index .inWrap {
  width: 100%;
  justify-content: flex-end;
}
.editor-styles-wrapper .wp-block-action.index .inWrap ul,
.wp-block-editor .wp-block-action.index .inWrap ul {
  gap: 1em;
}
.editor-styles-wrapper .wp-block-action.index .inWrap ul li,
.wp-block-editor .wp-block-action.index .inWrap ul li {
  width: auto;
  padding: 0.2em;
}
.editor-styles-wrapper .wp-block-action.index .inWrap ul li::before,
.wp-block-editor .wp-block-action.index .inWrap ul li::before {
  display: none;
}
.editor-styles-wrapper .wp-block-action.posLeft,
.wp-block-editor .wp-block-action.posLeft {
  justify-content: flex-start;
}
.editor-styles-wrapper .wp-block-action.moreFaq,
.wp-block-editor .wp-block-action.moreFaq {
  margin-top: 3.125rem;
  font-size: 1.375rem;
  cursor: pointer;
}
.editor-styles-wrapper .wp-block-entrybox,
.wp-block-editor .wp-block-entrybox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2em 2em;
  margin-bottom: 6.25rem;
}
.editor-styles-wrapper .wp-block-entrybox.archives,
.wp-block-editor .wp-block-entrybox.archives {
  grid-template-columns: 1fr;
}
.editor-styles-wrapper .wp-block-entrybox.archives .wp-block-entrybox-item a,
.wp-block-editor .wp-block-entrybox.archives .wp-block-entrybox-item a {
  padding: 1.25rem;
}
@media screen and (max-width: 1300px) {
  .editor-styles-wrapper .wp-block-entrybox,
  .wp-block-editor .wp-block-entrybox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2em 4em;
  }
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-entrybox,
  .wp-block-editor .wp-block-entrybox {
    grid-template-columns: 1fr;
  }
}
.editor-styles-wrapper .wp-block-entrybox-item,
.wp-block-editor .wp-block-entrybox-item {
  width: 100%;
  padding: 0rem;
}
@media screen and (max-width: 1300px) {
  .editor-styles-wrapper .wp-block-entrybox-item,
  .wp-block-editor .wp-block-entrybox-item {
    width: auto;
  }
}
.editor-styles-wrapper .wp-block-entrybox-item a,
.wp-block-editor .wp-block-entrybox-item a {
  padding: 0rem;
  transition: all 300ms ease;
}
.editor-styles-wrapper .wp-block-entrybox-item a,
.editor-styles-wrapper .wp-block-entrybox-item a:link,
.editor-styles-wrapper .wp-block-entrybox-item a:active,
.editor-styles-wrapper .wp-block-entrybox-item a:visited,
.wp-block-editor .wp-block-entrybox-item a,
.wp-block-editor .wp-block-entrybox-item a:link,
.wp-block-editor .wp-block-entrybox-item a:active,
.wp-block-editor .wp-block-entrybox-item a:visited {
  text-decoration: none;
}
.editor-styles-wrapper .wp-block-entrybox-item picture,
.wp-block-editor .wp-block-entrybox-item picture {
  display: block;
  aspect-ratio: 1200/630;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.625rem;
}
.editor-styles-wrapper .wp-block-entrybox-item picture img,
.wp-block-editor .wp-block-entrybox-item picture img {
  object-fit: cover;
  height: 100%;
}
.editor-styles-wrapper .wp-block-entrybox-item .wp-block-entrybox-item-title,
.wp-block-editor .wp-block-entrybox-item .wp-block-entrybox-item-title {
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  line-height: 1.6;
  position: relative;
}
.editor-styles-wrapper .wp-block-entrybox-item time,
.wp-block-editor .wp-block-entrybox-item time {
  display: none;
}
.editor-styles-wrapper .wp-block-entrybox-item time span,
.wp-block-editor .wp-block-entrybox-item time span {
  text-decoration: none !important;
}
.editor-styles-wrapper .wp-block-entrybox-item.mark-new::after,
.wp-block-editor .wp-block-entrybox-item.mark-new::after {
  content: "NEW";
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 6;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  transform: translate(-20%, -20%);
  font-size: 0.5rem;
  line-height: 1;
  padding: 0.4em 0.6em;
  background-color: #c00;
  color: #fff;
}
.editor-styles-wrapper .wp-block-entrybox-item-wrap,
.wp-block-editor .wp-block-entrybox-item-wrap {
  display: block;
}
.editor-styles-wrapper .wp-block-entrybox-item .category,
.wp-block-editor .wp-block-entrybox-item .category {
  position: absolute;
  top: 0.1875rem;
  right: 0.1875rem;
  z-index: 6;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1;
  padding: 0.4em 0.6em;
  background-color: #000;
  color: #fff;
}
.editor-styles-wrapper .wp-block-entrybox-item img,
.wp-block-editor .wp-block-entrybox-item img {
  margin-bottom: 0.5em;
}
.editor-styles-wrapper .wp-block-entrybox-item-title,
.wp-block-editor .wp-block-entrybox-item-title {
  font-size: 1.875rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.editor-styles-wrapper .wp-block-entrybox.archives .wp-block-entrybox-item,
.wp-block-editor .wp-block-entrybox.archives .wp-block-entrybox-item {
  width: 100%;
}
.editor-styles-wrapper .wp-block-entrybox.archives .wp-block-entrybox-item a:hover,
.wp-block-editor .wp-block-entrybox.archives .wp-block-entrybox-item a:hover {
  background-color: #666666;
}
.editor-styles-wrapper .wp-block-entrybox.archives .wp-block-entrybox-item picture,
.wp-block-editor .wp-block-entrybox.archives .wp-block-entrybox-item picture {
  margin: 0;
}
.editor-styles-wrapper .wp-block-entrybox.archives .wp-block-entrybox-item .wp-block-entrybox-item-wrap,
.wp-block-editor .wp-block-entrybox.archives .wp-block-entrybox-item .wp-block-entrybox-item-wrap {
  text-decoration: none !important;
  display: grid;
  grid-template-columns: 18.75rem 1fr;
  grid-gap: 2em;
  align-items: center;
}
.editor-styles-wrapper .wp-block-entrybox.archives .wp-block-entrybox-item .wp-block-entrybox-item-wrap .wp-block-entrybox-item-title,
.wp-block-editor .wp-block-entrybox.archives .wp-block-entrybox-item .wp-block-entrybox-item-wrap .wp-block-entrybox-item-title {
  text-decoration: none !important;
}
.editor-styles-wrapper .wp-block-entrybox.archives .wp-block-entrybox-item .wp-block-entrybox-item-wrap .wp-block-entrybox-item-title h3,
.wp-block-editor .wp-block-entrybox.archives .wp-block-entrybox-item .wp-block-entrybox-item-wrap .wp-block-entrybox-item-title h3 {
  font-size: 2.125rem;
  line-height: 1.4;
}
.editor-styles-wrapper .wp-block-entrybox.archives .wp-block-entrybox-item .wp-block-entrybox-item-wrap .wp-block-entrybox-item-title p,
.wp-block-editor .wp-block-entrybox.archives .wp-block-entrybox-item .wp-block-entrybox-item-wrap .wp-block-entrybox-item-title p {
  margin-bottom: 0;
  line-height: 1.6;
  font-size: 1.375rem;
}
.editor-styles-wrapper .wp-block-entrylist,
.wp-block-editor .wp-block-entrylist {
  padding-top: 8.75rem;
}
@media screen and (min-width: 750px) {
  .editor-styles-wrapper .wp-block-entrylist,
  .wp-block-editor .wp-block-entrylist {
    padding-top: 0rem;
  }
}
.editor-styles-wrapper .wp-block-entrylist-item,
.wp-block-editor .wp-block-entrylist-item {
  padding-bottom: 3.125rem;
  margin-bottom: 1.5625rem;
  position: relative;
}
@media screen and (min-width: 750px) {
  .editor-styles-wrapper .wp-block-entrylist-item,
  .wp-block-editor .wp-block-entrylist-item {
    padding-bottom: 0.625rem;
  }
}
.editor-styles-wrapper .wp-block-entrylist-item::after,
.wp-block-editor .wp-block-entrylist-item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.25rem;
  background-image: radial-gradient(circle, #8ca528 1.5px, transparent 1.5px);
  background-size: 8px 3px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 1300px) {
  .editor-styles-wrapper .wp-block-entrylist-item::after,
  .wp-block-editor .wp-block-entrylist-item::after {
    height: 0.5rem;
  }
}
.editor-styles-wrapper .wp-block-entrylist-item:last-child::after,
.wp-block-editor .wp-block-entrylist-item:last-child::after {
  display: none;
}
.editor-styles-wrapper .wp-block-entrylist-item-meta,
.wp-block-editor .wp-block-entrylist-item-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 1.25rem;
  margin-bottom: 0.9375rem;
  letter-spacing: 0.05em;
  align-items: center;
  line-height: 1;
}
.editor-styles-wrapper .wp-block-entrylist-item-meta-date,
.wp-block-editor .wp-block-entrylist-item-meta-date {
  font-size: 1.125rem;
}
.editor-styles-wrapper .wp-block-entrylist-item-meta-tag,
.wp-block-editor .wp-block-entrylist-item-meta-tag {
  display: flex;
  align-items: center;
}
.editor-styles-wrapper .wp-block-entrylist-item-meta-tag div,
.wp-block-editor .wp-block-entrylist-item-meta-tag div {
  display: inline-block;
  padding: 0.3em 0.8em 0.4em;
  border-radius: 1em;
  background-color: #8ca528;
  color: #fff;
  font-size: 1rem;
}
@media screen and (min-width: 1300px) {
  .editor-styles-wrapper .wp-block-entrylist-item-meta-tag div,
  .wp-block-editor .wp-block-entrylist-item-meta-tag div {
    font-size: 0.75rem;
  }
}
.editor-styles-wrapper .wp-block-entrylist-item-meta-tag div.tag_events,
.wp-block-editor .wp-block-entrylist-item-meta-tag div.tag_events {
  background-color: #e6002d;
}
.editor-styles-wrapper .wp-block-entrylist-item-title,
.wp-block-editor .wp-block-entrylist-item-title {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 750px) {
  .editor-styles-wrapper .wp-block-entrylist-item-title,
  .wp-block-editor .wp-block-entrylist-item-title {
    font-size: 1.25rem;
  }
}
.editor-styles-wrapper .wp-block-entrylist-item-body,
.wp-block-editor .wp-block-entrylist-item-body {
  margin-bottom: 3.75rem;
}
.editor-styles-wrapper .wp-block-entrylist-item-body a,
.wp-block-editor .wp-block-entrylist-item-body a {
  text-decoration: underline;
}
.editor-styles-wrapper .wp-block-entrylist.detail,
.wp-block-editor .wp-block-entrylist.detail {
  padding-top: 2.5rem;
}
.editor-styles-wrapper .wp-block-entrylist.detail .wp-block-entrylist-item,
.wp-block-editor .wp-block-entrylist.detail .wp-block-entrylist-item {
  padding-bottom: 0rem;
}
.editor-styles-wrapper .wp-block-entrylist.detail .wp-block-entrylist-item::after,
.wp-block-editor .wp-block-entrylist.detail .wp-block-entrylist-item::after {
  display: none;
}
.editor-styles-wrapper .wp-block-tags,
.wp-block-editor .wp-block-tags {
  margin-bottom: 2em;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 4em;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-tags,
  .wp-block-editor .wp-block-tags {
    grid-template-columns: 1fr;
  }
}
.editor-styles-wrapper .wp-block-tags h5,
.wp-block-editor .wp-block-tags h5 {
  font-size: 2.25rem;
}
.editor-styles-wrapper .wp-block-tags ul,
.wp-block-editor .wp-block-tags ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.editor-styles-wrapper .wp-block-tags ul li,
.wp-block-editor .wp-block-tags ul li {
  margin: 0 0.5em 0 0;
}
.editor-styles-wrapper .wp-block-tags ul li span,
.editor-styles-wrapper .wp-block-tags ul li a,
.wp-block-editor .wp-block-tags ul li span,
.wp-block-editor .wp-block-tags ul li a {
  display: inline-block;
  padding: 0em;
  line-height: 1;
  font-size: 0.9em;
  border-radius: 0.125rem;
}
.editor-styles-wrapper .wp-block-tags ul:not(.__category) li span::before,
.editor-styles-wrapper .wp-block-tags ul:not(.__category) li a::before,
.wp-block-editor .wp-block-tags ul:not(.__category) li span::before,
.wp-block-editor .wp-block-tags ul:not(.__category) li a::before {
  content: "# ";
}
.editor-styles-wrapper .wp-block-tags ul.__bg li span,
.editor-styles-wrapper .wp-block-tags ul.__bg li a,
.wp-block-editor .wp-block-tags ul.__bg li span,
.wp-block-editor .wp-block-tags ul.__bg li a {
  padding: 0.3em 0.2em 0.45em;
  color: #000;
  border: solid 0px #ddd;
}
.editor-styles-wrapper .wp-block-boxlink,
.wp-block-editor .wp-block-boxlink {
  display: flex;
  place-content: center;
  list-style: none;
  padding: 0;
  gap: 1.25rem;
  flex-wrap: wrap;
  align-items: stretch;
}
.editor-styles-wrapper .wp-block-boxlink li,
.wp-block-editor .wp-block-boxlink li {
  width: calc((100% - 2 * 1.25rem) / 3);
  margin: 0;
  display: flex;
  place-items: center;
  place-content: center;
  border: solid 1px #ccc;
}
@media screen and (max-width: 1300px) {
  .editor-styles-wrapper .wp-block-boxlink li,
  .wp-block-editor .wp-block-boxlink li {
    width: calc((100% - 2 * 1.25rem) / 2);
  }
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-boxlink li,
  .wp-block-editor .wp-block-boxlink li {
    width: 100%;
  }
}
.editor-styles-wrapper .wp-block-boxlink li a,
.wp-block-editor .wp-block-boxlink li a {
  width: 100%;
  display: block;
  padding: 4rem;
  text-decoration: none;
}
@media screen and (max-width: 1300px) {
  .editor-styles-wrapper .wp-block-boxlink li a,
  .wp-block-editor .wp-block-boxlink li a {
    padding: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-boxlink li a,
  .wp-block-editor .wp-block-boxlink li a {
    padding: 2em;
  }
}
.editor-styles-wrapper .wp-block-boxlink li a:hover,
.wp-block-editor .wp-block-boxlink li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.editor-styles-wrapper .wp-block-boxlink li a span,
.wp-block-editor .wp-block-boxlink li a span {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.editor-styles-wrapper .wp-block-boxlink li a span::before,
.wp-block-editor .wp-block-boxlink li a span::before {
  content: "";
  display: none;
  aspect-ratio: 1/1;
  width: 2.5rem;
  max-width: 100%;
  flex-shrink: 0;
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-boxlink li a span .icon,
.wp-block-editor .wp-block-boxlink li a span .icon {
  aspect-ratio: 1/1;
  width: 3.75rem;
  max-width: 100%;
  flex-shrink: 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-boxlink li a span .icon,
  .wp-block-editor .wp-block-boxlink li a span .icon {
    width: 100%;
    margin-bottom: 0;
  }
}
.editor-styles-wrapper .wp-block-references,
.wp-block-editor .wp-block-references {
  margin-top: 5em;
  background-color: rgba(255, 255, 255, 0.3);
  border: dashed 1px #ccc;
  padding: 2.5rem;
}
.editor-styles-wrapper .wp-block-references h2,
.wp-block-editor .wp-block-references h2 {
  font-size: 2.25rem;
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-references ol,
.wp-block-editor .wp-block-references ol {
  list-style: none; /* デフォルトの番号を消す */
  counter-reset: ref-counter; /* カウンターを初期化 */
  padding-left: 0;
}
.editor-styles-wrapper .wp-block-references ol li,
.wp-block-editor .wp-block-references ol li {
  font-size: 1.375rem;
  line-height: 1.4;
  padding-left: 2.5em;
  counter-increment: ref-counter;
}
.editor-styles-wrapper .wp-block-references ol li::before,
.wp-block-editor .wp-block-references ol li::before {
  content: "※" counter(ref-counter); /* ※＋数字 */
  position: absolute;
  left: 0;
  font-weight: 600;
}
.editor-styles-wrapper .wp-block-references ol li:not(:last-child),
.wp-block-editor .wp-block-references ol li:not(:last-child) {
  margin-bottom: 2em;
}
.editor-styles-wrapper .wp-block-references ol li dl,
.wp-block-editor .wp-block-references ol li dl {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0.5em 1em;
  margin: 0;
}
.editor-styles-wrapper .wp-block-references ol li dl dt,
.wp-block-editor .wp-block-references ol li dl dt {
  margin: 0;
  font-size: inherit;
  text-align: right;
}
.editor-styles-wrapper .wp-block-references ol li dl dd,
.wp-block-editor .wp-block-references ol li dl dd {
  margin: 0;
  padding: 0;
  font-size: inherit;
}
.editor-styles-wrapper .wp-block-references ol li dl dd a,
.wp-block-editor .wp-block-references ol li dl dd a {
  line-height: 1 !important;
}
.editor-styles-wrapper .wp-block-anchor,
.wp-block-editor .wp-block-anchor {
  display: flex;
  justify-content: flex-end;
}
.editor-styles-wrapper .wp-block-anchor::after,
.wp-block-editor .wp-block-anchor::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
}
.editor-styles-wrapper .wp-block-anchor ul,
.wp-block-editor .wp-block-anchor ul {
  width: 50%;
  margin: 0;
  padding: 0.125rem 0;
  list-style: none;
}
.editor-styles-wrapper .wp-block-anchor ul.col_2,
.wp-block-editor .wp-block-anchor ul.col_2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列固定 */
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: column;
}
.editor-styles-wrapper .wp-block-anchor ul li,
.wp-block-editor .wp-block-anchor ul li {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.editor-styles-wrapper .wp-block-anchor ul li:not(:last-child),
.wp-block-editor .wp-block-anchor ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.editor-styles-wrapper .wp-block-anchor ul li a,
.wp-block-editor .wp-block-anchor ul li a {
  display: block;
  height: 100%;
  padding: 0.625rem 3.75rem 0.625rem 3.75rem;
  font-size: 1.375rem;
  position: relative;
  line-height: 1;
  font-weight: 700;
}
.editor-styles-wrapper .wp-block-anchor ul li a::after,
.wp-block-editor .wp-block-anchor ul li a::after {
  content: "";
  display: block;
  width: 1.4375rem;
  height: 1.4375rem;
  background: url(../img/common/icon_arrow.svg) center center/100% 100% no-repeat;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%) rotate(90deg);
  filter: invert(100%) brightness(200%);
}
.editor-styles-wrapper .highlight2,
.wp-block-editor .highlight2 {
  background: linear-gradient(transparent 60%, rgba(255, 252, 0, 0.5) 40%);
  border-radius: 2px;
  padding: 0 0.2em;
}
.editor-styles-wrapper iframe,
.wp-block-editor iframe {
  width: 100%;
  height: auto !important;
  aspect-ratio: 16/9;
}
ol.wp-block-list {
  list-style: decimal;
  padding-left: 1.5em;
  margin-bottom: 2em;
}
ol.wp-block-list li {
  margin-bottom: 0.5em;
}

ul.wp-block-list {
  list-style: disc;
  padding-left: 1.5em;
  margin-bottom: 2em;
}
ul.wp-block-list li {
  margin-bottom: 0.5em;
}

.wp-container-core-group-is-layout-1 {
  grid-template-columns: auto;
}

.editor-styles-wrapper {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.85;
  letter-spacing: 0.1em;
  background-color: #f7eedf;
  font-size: 16px;
}

.edit-post-visual-editor__post-title-wrapper h1.editor-post-title {
  font-size: 3.2em;
  margin-bottom: 8rem;
}

.wp-block-post-content h1.wp-block-heading,
.wp-block-post-content .wp-block-superheadline {
  font-size: 2.7em;
  margin-bottom: 0.2em;
  font-weight: 600;
  background-color: #369;
}
.wp-block-post-content h2.wp-block-heading {
  font-size: 2.25rem;
  margin-bottom: 1em;
}
.wp-block-post-content h3.wp-block-heading {
  font-size: 2.125rem;
  margin-bottom: 0.5em;
}
.wp-block-post-content h4.wp-block-heading {
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.wp-block-post-content h5.wp-block-heading {
  font-size: 1.875rem;
  margin-bottom: 0.5em;
}
.wp-block-post-content h6.wp-block-heading {
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}
.wp-block-post-content p {
  line-height: 2.2;
  margin-bottom: 2em;
  font-weight: 400;
}
.wp-block-post-content p a {
  display: inline-block;
}
html :where(.wp-block) {
  max-width: 820px !important;
}

html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block[data-align=full] {
  margin-left: auto;
  margin-right: auto;
}