@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap"); /*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "Chillax";
  src: url("../fonts/Chillax-Variable.woff2") format("woff2"), url("../fonts/Chillax-Variable.woff") format("woff"), url("../fonts/Chillax-Variable.eot") format("eot"), url("../fonts/Chillax-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "DS-Digital";
  src: url("../fonts/DS-DIGI.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --base-font: "IBM Plex Sans JP", sans-serif;
  --sub-font: "Noto Serif JP", serif;
  --en-font: "Chillax", sans-serif;
  --digi-font: "DS-Digital", sans-serif;
  --base-color: #202020;
  --main: #679CCD;
  --main-light: #99E4CE;
  --main-dark: #00BC84;
  --sub: #98ECC9;
  --sub-light: #F3FFF6;
  --sub-dark: #61BEAD;
  --gray: #D8D7D3;
  --gray-light: #F6F5F2;
  --gray-light2: #e9e7e1;
  --gray-dark: #777777;
  --white: #FFFFFF;
  --black: #162430;
  --yellow: #F5EC9B //use----- ;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.66vw;
  }
}

body {
  font-family: var(--base-font);
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--base-color);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;
  background: var(--gray-light);
  text-align: justify;
}
@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    font-size: 1.5rem;
  }
}

/*
@include pc {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
*/
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

a {
  transition: all 0.5s;
}

p:empty {
  display: none;
}

@media screen and (min-width: 769px) {
  .hamburger {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hamburger {
    position: fixed;
    right: 0;
    top: 0;
    width: 6.5rem;
    height: 6.5rem;
    cursor: pointer;
    z-index: 9999;
    transition: all 0.5s;
  }
  .hamburger:hover {
    opacity: 0.7;
  }
  .hamburger__line {
    position: absolute;
    width: 33px;
    height: 1px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: var(--base-color);
    transition: all 0.5s;
  }
  .hamburger__line--1 {
    top: 2.5rem;
  }
  .hamburger__line--2 {
    top: 3.2rem;
  }
  .hamburger__line--3 {
    top: 3.9rem;
  }
}
.open .hamburger__line--1 {
  top: 3.2rem;
  left: 50%;
  transform: translateX(-50%) rotate(-30deg);
}
.open .hamburger__line--2 {
  opacity: 0;
}
.open .hamburger__line--3 {
  top: 3.2rem;
  left: 50%;
  transform: translateX(-50%) rotate(30deg);
}

.sp-nav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  transition: all 0.5s;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  z-index: 8888;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.open .sp-nav {
  opacity: 1;
  right: 0;
  visibility: visible;
  transition-delay: 0s;
}

.black-bg {
  transition: all 0.5s;
}

.open .black-bg {
  background: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
}

.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.modal__bg {
  background: rgba(34, 34, 34, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
.modal__content {
  background: var(--white);
  left: 50%;
  padding: 4.8rem 0 4.8rem 4.8rem;
  border-radius: 2.4rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 108rem;
  height: 90vh;
}
@media screen and (max-width: 768px) {
  .modal__content {
    padding: 1.5rem;
    border-radius: 1.5rem;
    width: 90%;
    height: 70vh;
  }
}
.modal ::-webkit-scrollbar {
  width: 1.2rem;
}
.modal ::-webkit-scrollbar-track {
  background: var(--white);
}
.modal ::-webkit-scrollbar-thumb {
  background: var(--gray);
}

@keyframes ripple-main {
  0% {
    box-shadow: 0 0 0 0 var(--main-dark);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
@keyframes ripple-white {
  0% {
    box-shadow: 0 0 0 0 var(--white);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
@keyframes ripple-black {
  0% {
    box-shadow: 0 0 0 0 var(--base-color);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
.wpulike {
  display: flex !important;
  justify-content: flex-end !important;
  padding: 0 !important;
}

.wpulike-default button.wp_ulike_btn {
  background-color: var(--white) !important;
  border: 1px solid var(--gray) !important;
  color: var(--base-color) !important;
  font-weight: 500 !important;
}

.wpulike-default button.wp_ulike_btn:hover {
  border: 1px dashed var(--main-dark) !important;
  color: var(--main-dark) !important;
}

.wpulike-default .count-box {
  background-color: var(--main-dark) !important;
  box-shadow: none !important;
  color: var(--white) !important;
}

.wpulike-default .count-box:before {
  border: none !important;
  background: var(--main-dark) !important;
  border-bottom-color: none !important;
  border-left-color: none !important;
}

.pagetop {
  position: fixed;
  right: 1.2rem;
  bottom: 2.4rem;
  width: 8rem;
  height: 8rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.pagetop:hover {
  transform: translate(0, -0.6rem) !important;
}
@media screen and (max-width: 768px) {
  .pagetop {
    display: none;
  }
}

.pagetop::after {
  content: "PAGE TOP";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  margin-top: 0.4rem;
  white-space: nowrap;
  font-family: var(--en-font);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.pagetop.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pagetop img {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  width: 100%;
  height: auto;
}

.pagetop .after {
  opacity: 0;
}

.pagetop.is-click .before {
  opacity: 0;
}

.pagetop.is-click .after {
  opacity: 1;
}

.l-header {
  width: 100%;
  height: 8rem;
  padding: 0 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid var(--gray);
  background: var(--gray-light);
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 6.5rem;
    padding: 0 1.6rem;
  }
}
.l-header-brand__link {
  display: flex;
  align-items: center;
  gap: 0 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-header-brand__link {
    gap: 0 1.2rem;
  }
}
.l-header-brand__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .l-header-brand__img img {
    width: auto;
    height: 3.3rem;
  }
}
.l-header-brand__h1 {
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-header-brand__h1 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1120px) and (min-width: 769px) {
  .l-header-brand__h1 {
    display: none;
  }
}
.l-header-brand__h1 span {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-header-nav {
    display: none;
  }
}
.l-header-nav ul {
  display: flex;
  align-items: center;
  gap: 0 2.4rem;
}
.l-header-nav a {
  font-size: 1.3rem;
  font-weight: 600;
  white-space: nowrap;
}
.l-header-nav__dropdown {
  position: relative;
}
.l-header-nav__dropdown:hover .l-header-nav__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.l-header-nav__submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  min-width: 24rem;
  padding: 1.2rem 0;
  background: var(--white);
  border: 1px solid var(--gray);
  border-radius: 0.8rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 10;
}
.l-header-nav__submenu li {
  width: 100%;
}
.l-header-nav__submenu a {
  display: block;
  padding: 0.8rem 1.6rem;
}
.l-header-nav__submenu a:hover {
  background: var(--gray-light);
  color: var(--main-dark);
}

.l-hero {
  width: 100%;
  margin: 8rem auto 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-hero {
    margin: 6.5rem auto 0 auto;
  }
}
.l-hero-mv {
  width: 100%;
  position: relative;
  /* ----- data ----- */
}
.l-hero-mv img {
  width: 100%;
  height: 60rem;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .l-hero-mv img {
    height: 32rem;
  }
}
.l-hero-mv img.half {
  height: 30rem;
  object-position: center top;
}
@media screen and (max-width: 768px) {
  .l-hero-mv img.half {
    height: 16rem;
  }
}
.l-hero-mv-data {
  position: absolute;
  top: 50%;
  right: 3.2rem;
  transform: translate(0, -50%);
  background: rgba(22, 36, 48, 0.8);
  color: var(--white);
  border-radius: 0.8rem;
  padding: 3.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.4rem;
  width: 36rem;
}
@media screen and (max-width: 768px) {
  .l-hero-mv-data {
    position: relative;
    top: -4.8rem;
    right: 0;
    transform: translate(0, 0);
    background: var(--black);
    padding: 2.4rem;
    gap: 1.6rem 2.4rem;
    width: calc(100% - 3.2rem);
    margin: 0 auto -4.8rem auto;
  }
}
.l-hero-mv-data__title {
  width: 100%;
  display: flex;
  justify-content: center;
}
.l-hero-mv-data__title span {
  display: inline-block;
  font-family: var(--digi-font);
  font-size: 3.6rem;
  line-height: 1.2;
  color: var(--white);
  position: relative;
}
.l-hero-mv-data__item {
  width: calc((100% - 2.4rem) / 2);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.l-hero-mv-data__dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.l-hero-mv-data__dl dt {
  width: 100%;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
.l-hero-mv-data__dl dd {
  width: 100%;
  color: var(--main-dark);
  text-align: center;
}
.l-hero-mv-data__dl dd.white {
  color: var(--white);
}
.l-hero-mv-data__dl dd span {
  font-family: var(--digi-font);
  font-size: 4.8rem;
  line-height: 1.2;
  display: inline-block;
  margin-right: 0.8rem;
}
.l-hero-mv-data__btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.l-hero .sparkle {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  color: #fff;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff;
  animation: sparkle 1.5s ease-out forwards;
}
@keyframes sparkle {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0) rotate(0deg);
  }
  20% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotate(45deg);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -80%) scale(0.5) rotate(90deg);
  }
}

.l-bread {
  width: 100%;
  padding: 1.2rem 2.4rem;
  border-bottom: 1px solid var(--gray);
  font-size: 1.3rem;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-bread {
    padding: 0.8rem 1.6rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .l-bread a:hover {
    color: var(--main-dark);
  }
}

.l-rayout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 0 4.8rem;
  grid-auto-flow: row;
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .l-rayout {
    width: 100%;
    padding: 4.8rem 1.6rem;
    gap: 4.8rem 0;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 960px) and (min-width: 769px) {
  .l-rayout {
    width: 100%;
    padding: 4.8rem 1.6rem;
    gap: 4.8rem 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.l-rayout-main {
  grid-area: 1/2/2/10;
}
@media screen and (max-width: 768px) {
  .l-rayout-main {
    width: 100%;
  }
}
.l-rayout-aside {
  grid-area: 1/10/2/14;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-rayout-aside {
    width: 100%;
    flex-direction: column-reverse;
    gap: 4.8rem 0;
  }
}
.l-rayout-single {
  grid-area: 1/4/2/12;
}
@media screen and (max-width: 768px) {
  .l-rayout-single {
    width: 100%;
  }
}
.l-rayout-page {
  grid-area: 1/4/2/12;
}
@media screen and (max-width: 768px) {
  .l-rayout-page {
    width: 100%;
  }
}

.l-footer {
  width: 100%;
  padding: 6.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 4.8rem 0 8.4rem 0;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2.4rem 0;
  }
}
@media screen and (max-width: 1120px) and (min-width: 769px) {
  .l-footer {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2.4rem 0;
  }
}
.l-footer-brand {
  display: flex;
  align-items: center;
  gap: 0 4.8rem;
}
@media screen and (max-width: 768px) {
  .l-footer-brand {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2.4rem 0;
  }
}
.l-footer-brand__link:hover {
  opacity: 0.7;
}
.l-footer-nav ul {
  display: flex;
  align-items: center;
  gap: 0 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-footer-nav ul {
    flex-wrap: wrap;
    gap: 0;
    border-top: 1px solid var(--gray);
  }
  .l-footer-nav ul li {
    width: 50%;
    border-bottom: 1px solid var(--gray);
  }
  .l-footer-nav ul li:nth-child(2n+1) {
    border-right: 1px solid var(--gray);
  }
}
@media screen and (max-width: 768px) {
  .l-footer-nav ul + ul {
    border-top: none;
  }
}
.l-footer-nav a {
  font-size: 1.3rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-footer-nav a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.8rem 0;
  }
}
.l-footer-links {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
}
.l-footer-links a:hover {
  opacity: 0.7;
}
.l-footer-copy {
  font-family: var(--en-font);
  font-size: 1.3rem;
  white-space: nowrap;
}

.l-404 {
  width: 100%;
  margin: 0 auto;
  padding: 12.8rem 2rem;
  text-align: center;
}
.l-404__title {
  font-size: 4.8rem;
  font-family: var(--en-font);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-404__title {
    font-size: 3.6rem;
  }
}

.l-gutenberg {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 4.8rem 0;
}
.l-gutenberg > * {
  width: 100%;
}
.l-gutenberg .wp-block-group__inner-container > * + * {
  margin-top: 2.4rem;
}
.l-gutenberg h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  background: var(--gray-light2);
  border-radius: 0.8rem;
  padding: 1.2rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-gutenberg h2 {
    font-size: 1.8rem;
    padding: 0.8rem 1.6rem;
  }
}
.l-gutenberg ul li {
  list-style-type: disc;
  margin-left: 1.5em;
}
.l-gutenberg a {
  text-decoration: underline;
  font-weight: bolder;
}
.l-gutenberg a:hover {
  color: var(--main-dark);
}
.l-gutenberg :where(.wp-block-columns) {
  margin-bottom: 0 !important;
}
.l-gutenberg table + img {
  display: none;
}
.l-gutenberg blockquote {
  border-left: 4px solid var(--gray);
  padding: 1.2rem 0 1.2rem 2.4rem;
  font-style: italic;
}

.l-graph {
  width: 100%;
  padding: 6.4rem 0;
  background: var(--black);
  border-radius: 4.8rem;
}
@media screen and (max-width: 768px) {
  .l-graph {
    padding: 4.8rem 1.6rem;
    border-radius: 0;
    scroll-margin-top: 6.5rem;
  }
}
.l-graph-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 0px 24px;
  grid-auto-flow: row;
  grid-template-areas: ". l-graph-grid-left l-graph-grid-left l-graph-grid-left l-graph-grid-right l-graph-grid-right l-graph-grid-right l-graph-grid-right l-graph-grid-right l-graph-grid-right l-graph-grid-right l-graph-grid-right l-graph-grid-right .";
}
@media screen and (max-width: 768px) {
  .l-graph-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2.4rem 0;
  }
}
.l-graph-grid-left {
  grid-area: l-graph-grid-left;
}
@media screen and (max-width: 768px) {
  .l-graph-grid-left {
    width: 100%;
  }
}
.l-graph-grid-left .title .en {
  font-family: var(--en-font);
  font-size: 8rem;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  color: var(--white);
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-graph-grid-left .title .en {
    font-size: 3.6rem;
    padding-left: 3.2rem;
  }
}
.l-graph-grid-left .title .en::first-letter {
  text-transform: uppercase;
}
.l-graph-grid-left .title .en::before {
  content: "";
  display: block;
  width: 5.2rem;
  height: 2.8rem;
  background-image: url(../img/icon-graph.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: -6.8rem;
  transform: translate(0, -50%) scaleX(-1);
}
@media screen and (max-width: 768px) {
  .l-graph-grid-left .title .en::before {
    width: 2.6rem;
    height: 1.4rem;
    left: 0;
  }
}
.l-graph-grid-left .title .ja {
  font-size: 1.8rem;
  display: block;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-graph-grid-left .title .ja {
    font-size: 1.6rem;
    padding-left: 3.2rem;
  }
}
.l-graph-grid-right {
  grid-area: l-graph-grid-right;
  padding-top: 8.4rem;
}
@media screen and (max-width: 768px) {
  .l-graph-grid-right {
    width: 100%;
    padding-top: 0;
  }
}
.l-graph__inner {
  max-width: 100%;
  margin: 0 auto;
}
.l-graph__header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0 2.4rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-graph__header {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.4rem 0;
    margin-bottom: 2.4rem;
  }
}
.l-graph__meta {
  font-size: 1.3rem;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10rem;
  padding: 0.4rem 0.8rem;
}
@media screen and (max-width: 768px) {
  .l-graph__meta {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.l-graph__stats {
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-graph__stats {
    justify-content: center;
    width: 100%;
  }
}
.l-graph__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-graph__stat-label {
  font-size: 1.4rem;
  color: var(--white);
  text-transform: uppercase;
}
.l-graph__stat-value {
  color: var(--white);
  font-size: 2.4rem;
  font-family: var(--digi-font);
  line-height: 1.6;
}
.l-graph__stat-value--down {
  color: var(--main-dark);
}
.l-graph__stat-value--up {
  color: var(--main-dark);
}
.l-graph__canvas-wrap {
  position: relative;
  width: 100%;
  height: 280px;
  /*
  svg {
      width: 100% !important;
  }
  */
}

.l-front {
  /* ----- group ----- */
  /* ----- heading ----- */
}
.l-front__group + .l-front__group {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .l-front__group + .l-front__group {
    margin-top: 4.8rem;
  }
}
.l-front-heading {
  margin-bottom: 4.8rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l-front-heading {
    margin-bottom: 2.4rem;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem 0;
  }
}
.l-front-heading__title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.l-front-heading__title .en {
  font-family: var(--en-font);
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-front-heading__title .en {
    font-size: 4.8rem;
  }
}
.l-front-heading__title .en::first-letter {
  text-transform: uppercase;
}
.l-front-heading__title .ja {
  font-size: 1.8rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-front-heading__title .ja {
    font-size: 1.6rem;
  }
}

.l-sitemap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.4rem 0;
  width: 100%;
  padding: 0 1.6rem;
}
.l-sitemap__h1 {
  font-size: 1.2rem;
  line-height: 1.4;
}
.l-sitemap__h1 span {
  font-weight: 700;
}
.l-sitemap-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  border-top: 1px solid rgba(32, 32, 32, 0.2);
}
.l-sitemap-nav ul li {
  width: 50%;
  border-bottom: 1px solid rgba(32, 32, 32, 0.2);
}
.l-sitemap-nav ul li:nth-child(2n+1) {
  border-right: 1px solid rgba(32, 32, 32, 0.2);
}
.l-sitemap-nav a {
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.8rem 0;
  font-size: 1.3rem;
}
.l-sitemap-nav a.narrow {
  letter-spacing: 0;
}

.l-comments {
  width: 100%;
  margin-top: 4.8rem;
  background: var(--white);
  border-radius: 0.8rem;
  padding: 4.8rem;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .l-comments {
    padding: 2.4rem;
  }
}
.l-comments__title, .l-comments__form-title {
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--gray);
  margin-bottom: 2.4rem;
}
.l-comments__list-wrap {
  margin-bottom: 4.8rem;
}
.l-comments__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.l-comments__list .comment-body {
  background: var(--white);
  border: 1px solid var(--gray);
  border-radius: 0.8rem;
  padding: 1.6rem;
}
.l-comments__list .comment-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.8rem;
}
.l-comments__list .comment-author img {
  border-radius: 50%;
}
.l-comments__list .comment-author .fn {
  font-weight: 600;
}
.l-comments__list .comment-metadata {
  font-size: 1.2rem;
  color: var(--gray-dark);
  margin-bottom: 1.2rem;
}
.l-comments__list .comment-metadata a {
  color: inherit;
  text-decoration: none;
}
.l-comments__list .comment-content {
  line-height: 1.8;
}
.l-comments__list .reply {
  margin-top: 1.2rem;
  text-align: right;
}
.l-comments__list .reply a {
  font-size: 1.2rem;
  color: var(--main-dark);
  text-decoration: underline;
}
.l-comments__notes {
  margin-bottom: 2.4rem;
  color: var(--gray-dark);
}
.l-comments__required {
  color: #ee0000;
  margin-left: 0.2rem;
}
.l-comments__field {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 2rem;
}
.l-comments__field--cookie {
  margin-bottom: 2.4rem;
}
.l-comments__label {
  font-weight: 600;
}
.l-comments__cookie-label {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  cursor: pointer;
  line-height: 1.6;
}
.l-comments__cookie-label input[type=checkbox] {
  margin-top: 0.3rem;
  flex-shrink: 0;
}
.l-comments input[type=text],
.l-comments input[type=email],
.l-comments input[type=url],
.l-comments textarea {
  width: 100%;
  border: 1px solid var(--gray);
  border-radius: 0.8rem;
  background: var(--white);
  padding: 0.8rem 1.6rem;
  transition: border-color 0.3s;
  font-size: 1.4rem;
}
.l-comments input[type=text]:focus,
.l-comments input[type=email]:focus,
.l-comments input[type=url]:focus,
.l-comments textarea:focus {
  outline: none;
  border-color: var(--gray-dark);
}
.l-comments textarea {
  height: 12rem;
  resize: vertical;
}
.l-comments ::placeholder {
  color: var(--gray);
}
.l-comments .form-submit {
  text-align: center;
  margin-top: 0.8rem;
}
.l-comments__submit {
  width: 50%;
  border-radius: 10rem;
  background: var(--main-dark);
  color: var(--white);
  padding: 1.2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  transition: opacity 0.3s;
  cursor: pointer;
}
.l-comments__submit:hover {
  -webkit-animation: pulse 2s infinite;
  animation: ripple-main 1.5s infinite;
}

.c-pageheader {
  width: 100%;
  margin: 0 auto 4.8rem auto;
}
.c-pageheader.flex {
  display: flex;
  align-items: flex-end;
  gap: 0 2.4rem;
  border-bottom: 1px solid var(--gray);
  padding-bottom: 2.4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-pageheader.flex {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem 0;
    padding-bottom: 1.6rem;
  }
}
@media screen and (max-width: 1120px) and (min-width: 769px) {
  .c-pageheader.flex {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem 0;
  }
}
@media screen and (max-width: 1260px) and (min-width: 769px) {
  .c-pageheader.flex {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem 0;
  }
}
.c-pageheader.column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.2rem 0;
  border-bottom: 1px solid var(--gray);
  padding-bottom: 2.4rem;
  width: 100%;
}
.c-pageheader .en {
  font-family: var(--en-font);
  font-size: 7.2rem;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-pageheader .en {
    font-size: 4.8rem;
    text-align: center;
  }
}
.c-pageheader .en::first-letter {
  text-transform: uppercase;
}
.c-pageheader .ja {
  font-size: 1.8rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-pageheader .ja {
    font-size: 1.6rem;
    text-align: center;
  }
}
.c-pageheader .post-title {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-pageheader .post-title {
    font-size: 2.4rem;
  }
}

.c-avator {
  width: 100%;
  display: flex;
  gap: 2.4rem;
}
.c-avator__icon {
  width: 11.2rem;
}
@media screen and (max-width: 768px) {
  .c-avator__icon {
    width: 6.6rem;
  }
}
.c-avator__icon img {
  width: 100%;
  height: auto;
}
.c-avator__txt {
  padding: 2.4rem;
  background: var(--white);
  border-radius: 0.8rem;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2.4rem 0;
  position: relative;
  min-height: 11.2rem;
}
@media screen and (max-width: 768px) {
  .c-avator__txt {
    padding: 1.2rem;
    min-height: 6.6rem;
    font-size: 1.4rem;
    line-height: 1.6;
    gap: 1.2rem 0;
  }
}
.c-avator__txt::before {
  content: "";
  background: var(--white);
  width: 1.6rem;
  height: 1.6rem;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  position: absolute;
  top: 5.2rem;
  left: -1.6rem;
}
@media screen and (max-width: 768px) {
  .c-avator__txt::before {
    top: 2.5rem;
  }
}
.c-avator__txt h3 {
  border-top: 1px solid var(--gray);
  font-weight: 600;
  position: relative;
  padding: 2.4rem 0 0 2.4rem;
}
.c-avator__txt h3::before {
  content: "";
  background: var(--main-dark);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  position: absolute;
  top: 3.6rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-avator__txt h3::before {
    top: 3rem;
  }
}
.c-avator__txt a {
  text-decoration: underline;
  font-weight: bolder;
}
.c-avator__txt a:hover {
  color: var(--main-dark);
}
.c-avator__txt ul li {
  list-style-type: disc;
  margin-left: 1.5em;
}
.c-avator__txt blockquote {
  border-left: 4px solid var(--gray);
  padding: 1.2rem 0 1.2rem 2.4rem;
  font-style: italic;
}
.c-avator__btn {
  display: flex;
  justify-content: center;
}
.c-avator-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-avator-icons {
    gap: 0.8rem;
  }
}
.c-avator-icons__icon {
  width: calc((100% - 6.4rem) / 5);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px dashed var(--main-dark);
  padding: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1120px) and (min-width: 769px) {
  .c-avator-icons__icon {
    padding: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-avator-icons__icon {
    width: calc((100% - 1.6rem) / 3);
    padding: 0.8rem;
  }
}
.c-avator-icons__icon img {
  width: 100%;
  height: auto;
}

.c-avator--sizeS {
  width: 100%;
  display: flex;
  gap: 2.4rem;
}
.c-avator--sizeS__icon {
  width: 6.6rem;
}
.c-avator--sizeS__icon img {
  width: 100%;
  height: auto;
}
.c-avator--sizeS__txt {
  padding: 1.2rem;
  background: var(--white);
  border-radius: 0.8rem;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.2rem 0;
  position: relative;
  min-height: 6.6rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.c-avator--sizeS__txt::before {
  content: "";
  background: var(--white);
  width: 1.6rem;
  height: 1.6rem;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  position: absolute;
  top: 2.5rem;
  left: -1.6rem;
}
.c-avator--sizeS__txt p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}
.c-avator--sizeS__btn {
  display: flex;
  justify-content: center;
}

.c-link {
  /* ----- c-link-underline ----- */
  /* ----- c-link-white ----- */
  /* ----- c-link-black ----- */
  /* ----- c-link-alpha ----- */
  /* ----- c-link-3d ----- */
}
.c-link-underline--main {
  position: relative;
  display: inline-block;
  color: var(--main);
  padding-bottom: 0;
}
.c-link-underline--main::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: var(--main);
  z-index: 1;
}
.c-link-underline--main::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--white);
  z-index: 2;
  transition: width 0.3s ease-in-out;
}
.c-link-underline--main span {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--main);
  z-index: 3;
  transition: width 0.3s ease-in-out;
  transition-delay: 0.3s;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .c-link-underline--main:hover::after {
    width: 100%;
  }
  .c-link-underline--main:hover span {
    width: 100%;
  }
}
.c-link-underline--black {
  position: relative;
  display: inline-block;
  color: var(--base-color);
  padding-bottom: 0;
}
.c-link-underline--black::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: var(--base-color);
  z-index: 1;
}
.c-link-underline--black::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--white);
  z-index: 2;
  transition: width 0.3s ease-in-out;
}
.c-link-underline--black span {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--base-color);
  z-index: 3;
  transition: width 0.3s ease-in-out;
  transition-delay: 0.3s;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .c-link-underline--black:hover::after {
    width: 100%;
  }
  .c-link-underline--black:hover span {
    width: 100%;
  }
}
.c-link-underline--gray-dark {
  position: relative;
  display: inline-block;
  color: var(--gray-dark);
  padding-bottom: 0;
}
.c-link-underline--gray-dark::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: var(--gray-dark);
  z-index: 1;
}
.c-link-underline--gray-dark::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--white);
  z-index: 2;
  transition: width 0.3s ease-in-out;
}
.c-link-underline--gray-dark span {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--gray-dark);
  z-index: 3;
  transition: width 0.3s ease-in-out;
  transition-delay: 0.3s;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .c-link-underline--gray-dark:hover::after {
    width: 100%;
  }
  .c-link-underline--gray-dark:hover span {
    width: 100%;
  }
}
.c-link-underline--white {
  position: relative;
  display: inline-block;
  color: var(--white);
  padding-bottom: 0;
}
.c-link-underline--white::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: var(--white);
  z-index: 1;
}
.c-link-underline--white::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--white);
  z-index: 2;
  transition: width 0.3s ease-in-out;
}
.c-link-underline--white span {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--base-color);
  z-index: 3;
  transition: width 0.3s ease-in-out;
  transition-delay: 0.3s;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .c-link-underline--white:hover::after {
    width: 100%;
  }
  .c-link-underline--white:hover span {
    width: 100%;
  }
}
.c-link-white {
  position: relative;
  display: inline-block;
  color: var(--white);
  padding-bottom: 0;
}
.c-link-white::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--white);
  transition: width 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .c-link-white:hover::after {
    width: 100%;
  }
}
.c-link-white.block {
  display: block;
}
.c-link-black {
  position: relative;
  display: inline-block;
  color: var(--base-color);
  padding-bottom: 0;
}
.c-link-black::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--base-color);
  transition: width 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .c-link-black:hover::after {
    width: 100%;
  }
}
.c-link-black.block {
  display: block;
}
.c-link-alpha:hover {
  opacity: 0.7;
}
.c-link-3d {
  -webkit-animation: icon3d 200ms 10;
  animation: icon3d 200ms 10;
  z-index: 9999;
}
.c-link-3d:hover {
  -webkit-animation: icon3d 200ms infinite;
  animation: icon3d 200ms infinite;
}
@keyframes icon3d {
  0% {
    text-shadow: 0.5rem 0.4rem var(--sub), -0.5rem -0.6rem var(--main);
  }
  25% {
    text-shadow: -0.5rem -0.6rem var(--sub), 0.5rem 0.4rem var(--main);
  }
  50% {
    text-shadow: 0.5rem -0.4rem var(--sub), -0.8rem 0.4rem var(--main);
  }
  75% {
    text-shadow: -0.8rem -0.4rem var(--sub), -0.5rem -0.4rem var(--main);
  }
  100% {
    text-shadow: -0.5rem 0 var(--sub), 0.5rem -0.4rem var(--main);
  }
}

.c-flex {
  /* ----- c-flex-gap8 ----- */
  /* ----- c-flex-gap16 ----- */
  /* ----- c-flex-gap24 ----- */
  /* ----- c-flex-gap32 ----- */
  /* ----- c-flex-gap40 ----- */
  /* ----- c-flex-gap48 ----- */
  /* ----- c-flex-gap56 ----- */
  /* ----- c-flex-gap64 ----- */
}
.c-flex-gap8 {
  display: inline-flex;
  align-items: center;
  gap: 0 0.8rem;
}
.c-flex-gap16 {
  display: inline-flex;
  align-items: center;
  gap: 0 1.6rem;
}
.c-flex-gap24 {
  display: inline-flex;
  align-items: center;
  gap: 0 2.4rem;
}
.c-flex-gap32 {
  display: inline-flex;
  align-items: center;
  gap: 0 3.2rem;
}
.c-flex-gap40 {
  display: inline-flex;
  align-items: center;
  gap: 0 4rem;
}
.c-flex-gap48 {
  display: inline-flex;
  align-items: center;
  gap: 0 4.8rem;
}
.c-flex-gap56 {
  display: inline-flex;
  align-items: center;
  gap: 0 5.6rem;
}
.c-flex-gap64 {
  display: inline-flex;
  align-items: center;
  gap: 0 6.4rem;
}

.c-btn01 a {
  width: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 1.2rem 5.4rem !important;
  color: var(--white) !important;
  background: var(--main-dark) !important;
  border-radius: 10rem !important;
  position: relative !important;
  text-decoration: none !important;
  font-weight: 400 !important;
}
@media screen and (max-width: 768px) {
  .c-btn01 a {
    padding: 0.8rem 2.4rem !important;
  }
}
.c-btn01 a::after {
  content: none !important;
}
.c-btn01 a:hover {
  background-position: right center !important;
  background-size: 200% auto !important;
  -webkit-animation: pulse 2s infinite !important;
  animation: ripple-main 1.5s infinite !important;
  color: var(--white) !important;
}

.c-btn02 {
  width: 100% !important;
}
.c-btn02 a {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 1.2rem 2.4rem !important;
  color: var(--white) !important;
  background: var(--main-dark) !important;
  border-radius: 10rem !important;
  position: relative !important;
  text-decoration: none !important;
  font-weight: 400 !important;
}
@media screen and (max-width: 768px) {
  .c-btn02 a {
    padding: 0.8rem 2.4rem !important;
  }
}
.c-btn02 a::after {
  content: "" !important;
  width: 0.6rem !important;
  height: auto !important;
  aspect-ratio: 1/1 !important;
  background: var(--white) !important;
  border-radius: 50% !important;
  position: absolute !important;
  top: 50% !important;
  right: 2.4rem !important;
  transform: translate(0, -50%) !important;
  transition: all 0.5s !important;
}
.c-btn02 a:hover {
  background-position: right center !important;
  background-size: 200% auto !important;
  -webkit-animation: pulse 2s infinite !important;
  animation: ripple-main 1.5s infinite !important;
  color: var(--white) !important;
}

/*
@forward "c-btn";
@forward "c-icon";
@forward "c-catlist";
@forward "c-pagenavi";
@forward "c-tagcloud";
@forward "c-cta";
@forward "c-card";
*/
.p-contact {
  /* ----- form elements ----- */
}
.p-contact__form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2.4rem 0;
}
.p-contact__form > * {
  width: 100%;
}
.p-contact__form input[type=text],
.p-contact__form input[type=email],
.p-contact__form textarea {
  width: 100%;
  border: 1px solid var(--gray);
  border-radius: 0.8rem;
  background: var(--white);
  padding: 0.8rem 1.6rem;
  transition: 0.5s;
}
.p-contact__form textarea {
  height: 24rem;
}
.p-contact__form input[type=submit] {
  width: 50%;
  margin: 0 auto;
  border-radius: 10rem;
  background: var(--main-dark);
  color: var(--white);
  padding: 1.2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s;
  letter-spacing: 0.1em;
}
.p-contact__form input[type=submit]:hover {
  -webkit-animation: pulse 2s infinite;
  animation: ripple-main 1.5s infinite;
}
.p-contact__form input[type=text]:focus,
.p-contact__form input[type=email]:focus,
.p-contact__form input[type=submit]:focus,
.p-contact__form select:focus,
.p-contact__form textarea:focus {
  outline: none;
  border: 1px solid var(--gray-dark);
}
.p-contact__form .mwform-radio-field {
  margin-top: 1rem;
}
.p-contact__form ::placeholder {
  color: var(--gray);
}
.p-contact__form .must {
  color: #ee0000;
}
.p-contact__privacy {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-privacy {
  font-size: var(--font-size15);
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 0.8rem 4.8rem 0.8rem 0;
}
@media screen and (max-width: 768px) {
  .p-privacy {
    padding: 0.8rem 0.8rem 0.8rem 0;
  }
  .p-privacy p {
    text-align: left;
  }
}
.p-privacy > * + * {
  margin-top: 2.4rem;
}
.p-privacy h2 {
  border-bottom: 1px solid var(--gray);
  padding-bottom: 2.4rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
.p-privacy h3 {
  font-weight: 600;
}
.p-privacy ul li {
  list-style: disc;
  margin-left: 1.5em;
}
.p-privacy .close {
  display: flex;
  justify-content: flex-end;
}
.p-privacy a {
  display: inline-block;
}

.p-food-log {
  /* ----- face ----- */
  /* ----- group ----- */
  /* ----- day ----- */
  /* ----- flexible ----- */
  /* ----- meal-type ----- */
  /* ----- main ----- */
  /* ----- sub ----- */
  /* ----- memo ----- */
  /* ----- data ----- */
}
.p-food-log-face {
  margin-bottom: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  color: var(--main-dark);
  font-weight: 600;
}
.p-food-log-face__icon {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  position: relative;
}
.p-food-log-face__icon img {
  background: var(--white);
  padding: 2.4rem;
  border-radius: 50%;
  border: 1px dashed var(--main-dark);
}
.p-food-log-face__icon p {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.3rem;
  font-weight: 600;
}
.p-food-log-face__p {
  margin-bottom: 1.2rem;
}
.p-food-log__group + .p-food-log__group {
  margin-top: 4.8rem;
}
.p-food-log-day {
  color: var(--main-dark);
  font-size: 3.2rem;
  font-family: var(--en-font);
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-food-log-day {
    font-size: 2.4rem;
  }
}
.p-food-log-day span {
  font-family: var(--digi-font);
  font-size: 4.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-food-log-day span {
    font-size: 3.2rem;
  }
}
.p-food-log-day span::after {
  content: "";
  background: var(--main-dark);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  position: absolute;
  bottom: 0.6rem;
  right: -1.2rem;
  -webkit-animation: pulse 2s infinite;
  animation: ripple-main 1.5s infinite;
}
@media screen and (max-width: 768px) {
  .p-food-log-day span::after {
    bottom: 0.6rem;
  }
}
.p-food-log-flexible {
  margin-bottom: 4.8rem;
  position: relative;
}
.p-food-log-meal-type {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  background: var(--gray-light2);
  border-radius: 0.8rem;
  padding: 1.2rem 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-food-log-meal-type {
    font-size: 1.8rem;
    padding: 0.8rem 1.6rem;
  }
}
.p-food-log-main {
  margin-bottom: 2.4rem;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-food-log-main {
    margin-bottom: 1.6rem;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1.6rem 0;
    justify-content: flex-start;
  }
}
.p-food-log-main__icons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.8rem;
  width: 8rem;
  position: sticky;
  top: 8.8rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-food-log-main__icons {
    width: 100%;
    flex-direction: row;
    gap: 0.8rem;
    position: static;
  }
}
.p-food-log-main__icons li {
  width: 8rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
}
@media screen and (max-width: 768px) {
  .p-food-log-main__icons li {
    width: 4.8rem;
  }
  .p-food-log-main__icons li img {
    width: 3.2rem;
    height: auto;
  }
}
.p-food-log-main-photo {
  width: calc(100% - 10.4rem);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-food-log-main-photo {
    width: 100%;
  }
}
.p-food-log-main-photo img {
  width: 100%;
  height: auto;
}
.p-food-log-main-photo__memo {
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.8rem;
  padding: 0.4rem 0.8rem;
  font-size: 1.3rem;
  line-height: 1.6;
  max-width: calc(100% - 1.6rem);
}
@media screen and (max-width: 768px) {
  .p-food-log-main-photo__memo {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.p-food-log-sub {
  margin-bottom: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  padding-left: 10.4rem;
}
@media screen and (max-width: 768px) {
  .p-food-log-sub {
    margin-bottom: 1.6rem;
    gap: 1.6rem;
    padding-left: 0;
  }
}
.p-food-log-sub__item {
  width: calc((100% - 2.4rem) / 2);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-food-log-sub__item {
    width: calc((100% - 1.6rem) / 2);
  }
}
.p-food-log-sub__photo {
  width: 100%;
  height: auto;
}
.p-food-log-sub__memo {
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.8rem;
  padding: 0.4rem 0.8rem;
  font-size: 1.3rem;
  line-height: 1.6;
  max-width: calc(100% - 1.6rem);
}
@media screen and (max-width: 768px) {
  .p-food-log-sub__memo {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.p-food-log-memo {
  padding-left: 10.4rem;
}
@media screen and (max-width: 768px) {
  .p-food-log-memo {
    padding-left: 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.p-food-log-memo a {
  font-size: 1.4rem;
  text-decoration: underline;
  font-weight: bolder;
}
.p-food-log-memo a:hover {
  color: var(--main-dark);
}
.p-food-log-memo table {
  width: 100% !important;
  border: 1px solid var(--gray) !important;
}
.p-food-log-memo blockquote {
  border-left: 4px solid var(--gray);
  padding: 1.2rem 0 1.2rem 2.4rem;
  font-style: italic;
}
.p-food-log-data {
  background: var(--black);
  color: var(--white);
  border-radius: 0.8rem;
  padding: 4.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 4.8rem;
}
@media screen and (max-width: 768px) {
  .p-food-log-data {
    padding: 2.4rem;
    gap: 0 2.4rem;
  }
}
.p-food-log-data__title {
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-food-log-data__title {
    margin-bottom: 1.6rem;
  }
}
.p-food-log-data__title span {
  display: inline-block;
  font-family: var(--digi-font);
  font-size: 4.8rem;
  line-height: 1.2;
  color: var(--white);
  position: relative;
}
.p-food-log-data__title span::before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  width: 8rem;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -9.6rem;
}
@media screen and (max-width: 768px) {
  .p-food-log-data__title span::before {
    width: 4.8rem;
    left: -6.4rem;
  }
}
.p-food-log-data__title span::after {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  width: 8rem;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -9.6rem;
}
@media screen and (max-width: 768px) {
  .p-food-log-data__title span::after {
    width: 4.8rem;
    right: -6.4rem;
  }
}
.p-food-log-data__item {
  width: calc((100% - 4.8rem) / 2);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .p-food-log-data__item {
    width: calc((100% - 2.4rem) / 2);
  }
}
.p-food-log-data__photo {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top center;
  margin-bottom: 2.4rem;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-food-log-data__photo {
    margin-bottom: 0;
  }
}
.p-food-log-data__now {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 3px solid var(--main-dark);
  margin-bottom: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--main-dark);
}
@media screen and (max-width: 768px) {
  .p-food-log-data__now {
    margin-bottom: 0;
  }
}
.p-food-log-data__now span {
  font-family: var(--digi-font);
  font-size: 8rem;
  line-height: 1.2;
  display: inline-block;
  margin-right: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-food-log-data__now span {
    font-size: 3.6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1120px) and (min-width: 769px) {
  .p-food-log-data__now span {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1260px) and (min-width: 769px) {
  .p-food-log-data__now span {
    font-size: 4.8rem;
  }
}
.p-food-log-data__dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  .p-food-log-data__dl {
    flex-direction: column;
    justify-content: center;
    padding: 1.2rem 0 0 0;
  }
}
@media screen and (max-width: 1120px) and (min-width: 769px) {
  .p-food-log-data__dl {
    flex-direction: column;
    justify-content: center;
    padding: 1.2rem 0 0 0;
  }
}
.p-food-log-data__dl dt {
  width: 12rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-food-log-data__dl dt {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1120px) and (min-width: 769px) {
  .p-food-log-data__dl dt {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.p-food-log-data__dl dd {
  width: calc(100% - 12rem);
  color: var(--main-dark);
}
@media screen and (max-width: 768px) {
  .p-food-log-data__dl dd {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1120px) and (min-width: 769px) {
  .p-food-log-data__dl dd {
    width: 100%;
    text-align: center;
  }
}
.p-food-log-data__dl dd span {
  font-family: var(--digi-font);
  font-size: 4.8rem;
  line-height: 1.2;
  display: inline-block;
  margin-right: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-food-log-data__dl dd span {
    font-size: 2.8rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1120px) and (min-width: 769px) {
  .p-food-log-data__dl dd span {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1260px) and (min-width: 769px) {
  .p-food-log-data__dl dd span {
    font-size: 3.6rem;
  }
}

.p-aside {
  /* ----- group ----- */
  /* ----- common ----- */
  /* ----- block01 ----- */
  /* ----- block02 ----- */
  /* ----- empty ----- */
  /* ----- ad ----- */
}
.p-aside__group + .p-aside__group {
  margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .p-aside__group + .p-aside__group {
    margin-top: 0;
  }
}
.p-aside__group {
  width: 100%;
}
.p-aside__subtitle {
  margin-bottom: 1.6rem;
  font-weight: 600;
  position: relative;
  padding-left: 2.4rem;
}
.p-aside__subtitle::before {
  content: "";
  background: var(--main-dark);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.p-aside-block01 {
  background: var(--white);
  padding: 2.4rem;
  border-radius: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2.4rem 0;
}
.p-aside-block01__icon {
  display: flex;
  justify-content: center;
}
.p-aside-block01__p {
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-aside-block01__p span,
.p-aside-block01__p strong {
  font-weight: 600;
}
.p-aside-block01-rule {
  border-top: 1px solid var(--gray);
  padding: 2.4rem 0 0 0;
}
.p-aside-block01-rule__heading {
  margin-bottom: 1.2rem;
}
.p-aside-block01-rule__heading span {
  border: 1px dashed var(--main-dark);
  color: var(--main-dark);
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0 0.8rem;
  border-radius: 10rem;
}
.p-aside-block01-rule__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.p-aside-block01-rule__list li {
  width: calc(100% - 1.5em);
  font-size: 1.4rem;
  line-height: 1.6;
  list-style-type: disc;
  margin-left: 1.5em;
}
.p-aside-block02-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.8rem;
}
.p-aside-block02-icons__item {
  width: calc((100% - 2.4rem) / 4);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.p-aside-block02-icons__icon {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  padding: 1.6rem;
}
.p-aside-block02-icons__icon img {
  width: 100%;
  height: auto;
}
.p-aside-block02-icons__p {
  font-size: 1.3rem;
  height: 1.6;
}
.p-aside .p-aside__ad01 span[style] {
  width: 100% !important;
  height: auto !important;
}
.p-aside .p-aside__ad01 img[style] {
  width: 100% !important;
  height: auto !important;
  display: block;
}
.p-aside .p-aside__ad01 a {
  display: block;
}
.p-aside__ad02 {
  width: 100%;
  position: sticky;
  top: 12.8rem;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-aside__ad02 {
    position: static;
  }
}

.p-share {
  border-radius: 0.8rem;
  border: 1px dashed var(--main-dark);
  background: var(--white);
  padding: 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem;
  margin: 4.8rem auto 2.4rem 0;
}
@media screen and (max-width: 768px) {
  .p-share {
    padding: 1.6rem;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1.2rem;
  }
}
.p-share__left {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--main-dark);
}
@media screen and (max-width: 768px) {
  .p-share__left {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
  }
}
.p-share__right {
  display: flex;
  align-items: center;
  line-height: 1;
}
.p-share__right img {
  display: block;
}

/*
.simplefavorite-button.preset {
    display: inline-flex !important;
    align-items: center !important;
    background: var(--main-dark) !important;
    border: none !important;
    color: var(--white) !important;
    padding: 0.8rem 0.8rem 0.8rem 3.2rem !important;
    position: relative;
    border-radius: 0.8rem !important;
    font-size: 1.4rem !important;
    line-height: 1 !important;

    &:hover {
        -webkit-animation: pulse 2s infinite;
        animation: ripple-main 1.5s infinite;
    }
}
*/
.p-archive {
  /* ----- food-log ----- */
  /* ----- column ----- */
}
.p-archive01-sizeS {
  width: 100%;
  border-top: 1px solid var(--gray);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.p-archive01-sizeS__item {
  border-bottom: 1px solid var(--gray);
}
.p-archive01-sizeS__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  padding: 1.6rem 0;
}
.p-archive01-sizeS__link:hover {
  color: var(--main-dark);
}
.p-archive01-sizeS__thumb {
  width: 12rem;
  display: flex;
}
.p-archive01-sizeS__thumb img {
  flex: 1 1 0;
  min-width: 0;
  height: 8rem;
  object-fit: cover;
  display: block;
}
.p-archive01-sizeS__post {
  flex: 1;
  text-align: left;
}
.p-archive01-sizeS-day {
  color: var(--main-dark);
  line-height: 1.6;
}
.p-archive01-sizeS-day span {
  font-family: var(--digi-font);
  font-size: 2.4rem;
}
.p-archive01-sizeS__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-archive01-sizeL {
  width: 100%;
  border-top: 1px solid var(--gray);
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.p-archive01-sizeL__item {
  border-bottom: 1px solid var(--gray);
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-archive01-sizeL__item {
    width: 100%;
  }
}
.p-archive01-sizeL__item:nth-child(2n+1) {
  border-right: 1px solid var(--gray);
}
@media screen and (max-width: 768px) {
  .p-archive01-sizeL__item:nth-child(2n+1) {
    border-right: none;
  }
}
.p-archive01-sizeL__link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2.4rem 0;
  padding: 4.8rem 2.4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-archive01-sizeL__link {
    gap: 1.6rem 0;
    padding: 2.4rem 0;
  }
}
@media screen and (min-width: 769px) {
  .p-archive01-sizeL__link:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  }
}
.p-archive01-sizeL__thumb {
  width: 100%;
  display: flex;
}
.p-archive01-sizeL__thumb img {
  flex: 1 1 0;
  min-width: 0;
  height: 24rem;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-archive01-sizeL__thumb img {
    height: 16rem;
  }
}
.p-archive01-sizeL__post {
  flex: 1;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.p-archive01-sizeL-day {
  color: var(--main-dark);
  font-size: 2.4rem;
  font-family: var(--en-font);
  line-height: 1.2;
}
.p-archive01-sizeL-day span {
  font-family: var(--digi-font);
  font-size: 3.6rem;
}
.p-archive01-sizeL__title {
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-archive02-sizeS {
  width: 100%;
  border-top: 1px solid var(--gray);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.p-archive02-sizeS__item {
  border-bottom: 1px solid var(--gray);
}
.p-archive02-sizeS__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  padding: 1.6rem 0;
}
.p-archive02-sizeS__link:hover {
  color: var(--main-dark);
}
.p-archive02-sizeS__thumb {
  width: 12rem;
  display: flex;
}
.p-archive02-sizeS__thumb img {
  flex: 1 1 0;
  min-width: 0;
  height: 8rem;
  object-fit: cover;
  display: block;
}
.p-archive02-sizeS__post {
  flex: 1;
  text-align: left;
}
.p-archive02-sizeS-day span {
  color: var(--main-dark);
  border: 1px dashed var(--main-dark);
  border-radius: 10rem;
  padding: 0.2rem 0.8rem;
  font-family: var(--en-font);
  font-size: 1.3rem;
  line-height: 1.2;
  display: inline-block;
}
.p-archive02-sizeS__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-archive02-sizeL {
  width: 100%;
  border-top: 1px solid var(--gray);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.p-archive02-sizeL__item {
  border-bottom: 1px solid var(--gray);
}
.p-archive02-sizeL__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-archive02-sizeL__link {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    padding: 2.4rem 0;
  }
}
@media screen and (min-width: 769px) {
  .p-archive02-sizeL__link:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  }
}
.p-archive02-sizeL__thumb {
  width: 24rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-archive02-sizeL__thumb {
    width: 100%;
  }
}
.p-archive02-sizeL__thumb img {
  flex: 1 1 0;
  min-width: 0;
  height: 16rem;
  object-fit: cover;
  display: block;
}
.p-archive02-sizeL__post {
  flex: 1;
  text-align: left;
}
.p-archive02-sizeL-day span {
  color: var(--gray-dark);
  border: 1px solid var(--gray-dark);
  border-radius: 10rem;
  padding: 0.2rem 0.8rem;
  font-family: var(--en-font);
  font-size: 1.3rem;
  line-height: 1.2;
  display: inline-block;
}
.p-archive02-sizeL__title {
  margin-bottom: 1.2rem;
  font-weight: 600;
}
.p-archive02-sizeL__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.6;
}

.p-pagenation {
  text-align: center;
  margin-top: 4.8rem;
}
.p-pagenation .nav-links a {
  border: 1px solid var(--gray);
  border-radius: 0.4rem;
  display: inline-block;
  color: var(--main-dark);
  line-height: 2.4;
  padding: 0 1.2rem;
  transition: all 0.5s;
  background: var(--white);
}
.p-pagenation .nav-links a:hover {
  border: 1px dashed var(--main-dark);
}
.p-pagenation .nav-links span {
  border: 1px solid var(--gray);
  border-radius: 0.4rem;
  display: inline-block;
  color: var(--base-color);
  line-height: 2.4;
  padding: 0 1.2rem;
  transition: all 0.5s;
  background: var(--white);
}

.p-prevnext {
  display: flex;
  justify-content: center;
  margin-top: 4.8rem;
}
.p-prevnext__prev {
  width: 50%;
  padding-right: 2.4rem;
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
}
@media screen and (max-width: 768px) {
  .p-prevnext__prev {
    padding-right: 1.6rem;
  }
}
.p-prevnext__prev a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  padding: 4.8rem 0 4.8rem 2.4rem;
  background: url(../img/p-pagenation-prev.svg) no-repeat center left/1.2rem auto;
}
@media screen and (max-width: 768px) {
  .p-prevnext__prev a {
    padding: 2.4rem 0 2.4rem 2.4rem;
  }
}
.p-prevnext__prev a:hover {
  color: var(--main-dark);
}
.p-prevnext__prev p {
  font-size: 1.4rem;
  line-height: 1.6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-prevnext__prev p {
    font-size: 1.3rem;
  }
}
.p-prevnext__next {
  width: 50%;
  padding-left: 2.4rem;
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
}
@media screen and (max-width: 768px) {
  .p-prevnext__next {
    padding-left: 1.6rem;
  }
}
.p-prevnext__next a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
  padding: 4.8rem 2.4rem 4.8rem 0;
  background: url(../img/p-pagenation-next.svg) no-repeat center right/1.2rem auto;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-prevnext__next a {
    padding: 2.4rem 2.4rem 2.4rem 0;
  }
}
.p-prevnext__next a:hover {
  color: var(--main-dark);
}
.p-prevnext__next p {
  font-size: 1.4rem;
  line-height: 1.6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-prevnext__next p {
    font-size: 1.3rem;
  }
}
.p-prevnext__prev + .p-prevnext__next {
  border-left: 1px solid var(--gray);
}

.p-ad {
  /* ----- 01 ----- */
  /* ----- 02 ----- */
  /* ----- 03 ----- */
}
.p-ad01 a:hover {
  filter: saturate(300%);
}
.p-ad02 {
  width: 100%;
  margin-top: 4.8rem;
  display: flex;
  justify-content: center;
}
.p-ad02 a img {
  max-width: 72.8rem;
  height: auto;
}
.p-ad03 {
  width: 100%;
  margin-top: 4.8rem;
  display: flex;
  justify-content: center;
}
.p-ad03 a img {
  width: 100%;
  max-width: 72.8rem;
  height: auto;
}
.p-ad03 a:hover {
  filter: saturate(300%);
}

.p-news-title {
  line-height: 1;
  margin-left: 1.6rem;
}
.p-news-title span {
  border-radius: 0.8rem 0.8rem 0 0;
  padding: 1.2rem 2.4rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  background: var(--black);
  color: var(--white);
}
.p-news-list__item {
  padding: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.2rem 0;
  background: var(--white);
  border-radius: 0.8rem;
}
.p-news-list__item a {
  text-decoration: underline;
  font-weight: 600;
}
.p-news-list__item a:hover {
  color: var(--main-dark);
}
.p-news-list__item + .p-news-list__item {
  margin-top: 1px;
}
.p-news-list__date {
  color: var(--main-dark);
  border: 1px dashed var(--main-dark);
  border-radius: 10rem;
  padding: 0.2rem 0.8rem;
  font-family: var(--en-font);
  font-size: 1.3rem;
  line-height: 1.2;
  display: inline-block;
}

.p-good {
  margin-bottom: 4.8rem;
}

.p-calorie {
  width: 100%;
}
.p-calorie__inner {
  position: relative;
  overflow: hidden;
  background: var(--black);
  transition: all 0.4s ease;
}
.p-calorie__inner::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  left: -50%;
  top: -50%;
  pointer-events: none;
  background: radial-gradient(circle at 30% 30%, rgba(0, 188, 132, 0.8) 0%, transparent 30%), radial-gradient(circle at 70% 70%, rgba(0, 224, 255, 0.8) 0%, transparent 30%);
  filter: blur(60px);
  animation: rotateAurora 8s linear infinite;
}
.p-calorie__inner:hover::before {
  animation-duration: 3s;
}
.p-calorie__link {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  padding: 2.4rem 2.4rem;
  text-align: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
  overflow: hidden;
}
.p-calorie__link:hover {
  filter: saturate(300%);
}
.p-calorie__link:hover::after {
  left: 150%;
}
.p-calorie__link h3 {
  position: relative;
  z-index: 2;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  color: var(--white);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
}
.p-calorie__link p {
  position: relative;
  z-index: 2;
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--white);
  text-align: left;
}

@keyframes rotateAurora {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.p-note {
  width: 100%;
  margin-top: 2.4rem;
}
.p-note__inner {
  position: relative;
  overflow: hidden;
  background: var(--black);
  transition: all 0.4s ease;
}
.p-note__inner::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  left: -50%;
  top: -50%;
  pointer-events: none;
  background: radial-gradient(circle at 30% 30%, rgba(255, 183, 77, 0.75) 0%, transparent 35%), radial-gradient(circle at 70% 70%, rgba(255, 140, 180, 0.75) 0%, transparent 35%);
  filter: blur(60px);
  animation: rotateAurora 8s linear infinite;
}
.p-note__inner:hover::before {
  animation-duration: 3s;
}
.p-note__link {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  padding: 2.4rem 2.4rem;
  text-align: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
  overflow: hidden;
}
.p-note__link:hover {
  filter: saturate(300%);
}
.p-note__link:hover::after {
  left: 150%;
}
.p-note__link h3 {
  position: relative;
  z-index: 2;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  color: var(--white);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
}
.p-note__link p {
  position: relative;
  z-index: 2;
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--white);
  text-align: left;
}

@keyframes rotateAurora {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.p-calorie + .p-calorie {
  margin-top: 2.4rem;
}

.p-chart {
  width: 100%;
  margin-top: 2.4rem;
}
.p-chart__inner {
  position: relative;
  overflow: hidden;
  background: var(--black);
  transition: all 0.4s ease;
}
.p-chart__inner::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  left: -50%;
  top: -50%;
  pointer-events: none;
  background: radial-gradient(circle at 30% 30%, rgba(145, 90, 255, 0.75) 0%, transparent 35%), radial-gradient(circle at 70% 70%, rgba(255, 220, 120, 0.75) 0%, transparent 35%);
  filter: blur(60px);
  animation: rotateAurora 8s linear infinite;
}
.p-chart__inner:hover::before {
  animation-duration: 3s;
}
.p-chart__link {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  padding: 2.4rem 2.4rem;
  text-align: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
  overflow: hidden;
}
.p-chart__link:hover {
  filter: saturate(300%);
}
.p-chart__link:hover::after {
  left: 150%;
}
.p-chart__link h3 {
  position: relative;
  z-index: 2;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  color: var(--white);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
}
.p-chart__link p {
  position: relative;
  z-index: 2;
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--white);
  text-align: left;
}

@keyframes rotateAurora {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.p-calorie + .p-calorie {
  margin-top: 2.4rem;
}
/*# sourceMappingURL=style.css.map */
