@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

blockquote, q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  margin: 0 0 0 0;
  overflow-x: hidden;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  color: #333333;
  font-family: "kinto-sans", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 180%;
}
@media screen and (min-width: 651px) {
  body {
    line-height: 200%;
  }
}

main {
  margin: 0 auto;
  width: 100%;
  align-items: center;
}

section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  align-self: center;
}
section.fw-section {
  max-width: 100%;
}

picture, img {
  max-width: 100%;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "kinto-sans", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
}
a:hover {
  opacity: 0.7;
}

a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none;
  color: inherit;
}

button {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  appearance: unset;
  border: unset;
}

.title {
  gap: 15px;
  margin-bottom: clamp(50px, 6vw, 62px);
}
.title span {
  color: #ffffff;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-family: "libre-franklin", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
}
.title h1,
.title h2 {
  font-weight: 400;
  letter-spacing: 0.05em;
  align-items: flex-start;
  line-height: 1em;
}
.title h1::before,
.title h2::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/w-line-l.svg) no-repeat;
  background-position: left top;
}
.title h1::after,
.title h2::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/w-line-r.svg) no-repeat;
  background-position: right top;
}

.title-t {
  gap: 15px;
  margin-bottom: clamp(50px, 6vw, 62px);
}
.title-t span {
  color: #96DFE5;
  font-family: "libre-franklin", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 300;
  letter-spacing: 0.2em;
  text-align: center;
}
.title-t h1,
.title-t h2 {
  font-weight: 400;
  align-items: flex-start;
  letter-spacing: 0.05em;
}
.title-t h1::before,
.title-t h2::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/t-line-l.svg) no-repeat;
  background-position: left top;
}
.title-t h1::after,
.title-t h2::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/t-line-r.svg) no-repeat;
  background-position: right top;
}

h1,
.h1-like {
  font-size: clamp(2.5rem, 2.8vw, 3.8rem);
  font-weight: 700;
  line-height: 140%;
}

h2,
.h2-like {
  font-size: clamp(2.2rem, 2.5vw, 3.2rem);
  font-weight: 700;
}

h3,
.h3-like {
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-weight: 700;
  line-height: 160%;
}

h4,
.h4-like {
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
  font-weight: 700;
}

h5,
.h5-like {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 700;
}

h6,
.h6-like {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 700;
}

ul {
  list-style-type: none;
}

a.btn-a {
  width: 320px;
  max-width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border: 2px solid #333333;
  box-sizing: border-box;
  border-radius: 42px;
  color: #333333;
}
a.btn-a img {
  display: inline-block;
  width: 1.25em;
  margin-left: 0.5em;
}

.submit-btn {
  padding: 0.5em 2em;
  background-color: #96DFE5;
  border: unset;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
}
.submit-btn:hover {
  opacity: 0.7;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
textarea,
select {
  box-sizing: border-box;
  padding: 0.2em 0.5em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #808080;
  color: #808080;
  text-align: start;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
  color: #333333;
  outline: 1px solid #FFD422;
}
input[type=text].short-field,
input[type=email].short-field,
input[type=tel].short-field,
input[type=number].short-field,
input[type=date].short-field,
textarea.short-field,
select.short-field {
  width: 10em;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
select {
  width: 100%;
  min-height: clamp(20px, 5rem, 45px);
}

input[type=number],
input[type=date] {
  max-width: 150px;
}

.wpcf7-list-item-label {
  color: #808080;
}

select {
  box-sizing: border-box;
  height: clamp(20px, 5rem, 45px);
  padding: 0.2em 0.5em 0.2em 3em;
  background-color: #ffffff;
  background-image: url(../img/common/dropdown-arrow.svg);
  background-position: center left 1rem;
  background-repeat: no-repeat;
  background-size: 1.2rem;
  cursor: pointer;
}

textarea {
  width: 100%;
  max-width: 100%;
  min-height: clamp(240px, 50vw, 350px);
}

[type=radio],
[type=checkbox] {
  position: absolute;
  left: -9999px;
}

[type=radio] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 5rem;
}

[type=checkbox] + .wpcf7-list-item-label {
  padding-left: 2rem;
}

[type=radio] + .wpcf7-list-item-label::before,
[type=checkbox] + .wpcf7-list-item-label::before,
[type=radio] + .wpcf7-list-item-label::after,
[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

[type=radio] + .wpcf7-list-item-label::before,
[type=radio] + .wpcf7-list-item-label::after {
  border-radius: 50%;
}

[type=radio] + .wpcf7-list-item-label::before {
  top: 0;
  left: 0;
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid #333333;
}

[type=checkbox] + .wpcf7-list-item-label::before {
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 1.9rem;
  height: 1.9rem;
  border: 1px solid #333333;
}

[type=checkbox] + .wpcf7-list-item-label::before,
[type=checkbox] + .wpcf7-list-item-label::after {
  border-radius: 5px;
}

[type=radio] + .wpcf7-list-item-label::after {
  top: 0.6rem;
  left: 0.6rem;
  width: 2rem;
  height: 2rem;
  background: #FFD422;
  transition: all 0.2s;
}

[type=checkbox] + .wpcf7-list-item-label::after {
  top: 20%;
  left: 0.3rem;
  width: 1.5rem;
  height: 1.5rem;
  content: "✔︎";
  transition: all 0.2s;
  font-size: 15px;
  color: #FFD422;
  line-height: 100%;
}

[type=radio]:not(:checked) + .wpcf7-list-item-label::after,
[type=checkbox]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  transform: scale(0.01);
}

[type=radio]:checked + .wpcf7-list-item-label::after,
[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  transform: scale(1);
}

.cb-col .wpcf7-radio,
.cb-col .wpcf7-checkbox,
.radio-col .wpcf7-radio,
.radio-col .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
.cb-col .wpcf7-list-item,
.radio-col .wpcf7-list-item {
  margin: 0 1em 0 0;
  display: flex;
  align-items: center;
}

.wpcf7-form-control-wrap:has(.w100) {
  width: 100%;
}
.wpcf7-form-control-wrap:has(.w50) {
  width: 50%;
}
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio {
  flex-direction: row;
  flex-wrap: wrap;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-left: 0%;
}

.form-single-row p {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 1em;
}
.form-single-row p > * {
  flex: 1;
}

.form-multi-row p {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 1em;
  column-gap: 2%;
  width: fit-content;
  max-width: 100%;
}
@media screen and (min-width: 651px) {
  .form-multi-row p {
    flex-direction: row;
    align-items: flex-start;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.standard-btn {
  appearance: unset;
  -webkit-appearance: unset;
  border: 2px solid #96DFE5;
  background-color: #ffffff;
  color: #96DFE5;
  cursor: pointer;
  font-weight: 500;
  padding: 0.5em 1em;
}
.standard-btn:hover {
  opacity: 0.7;
}

.hidden {
  visibility: hidden;
}

.w-fit {
  width: fit-content;
}

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}

.width1200 {
  width: 1200px;
  max-width: 96%;
  margin: auto;
}

.width1200-855 {
  width: 1200px;
  max-width: 86.4%;
  margin: auto;
}

.width1000 {
  width: 1000px;
  max-width: 96%;
  margin: auto;
}

.width1000-855 {
  width: 1000px;
  max-width: 86.4%;
  margin: auto;
}

.width800 {
  width: 800px;
  max-width: 96%;
  margin: auto;
}

.width8000-855 {
  width: 800px;
  max-width: 86.4%;
  margin: auto;
}

.two-col-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
.two-col-grid .left-col {
  grid-column: 1/2;
  grid-row: 1/2;
}
.two-col-grid .right-col {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (min-width: 651px) {
  .two-col-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1/2;
  }
  .two-col-grid .right-col {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.fx-wrap {
  flex-wrap: wrap;
}

.fx-1 {
  flex: 1;
}

.fx-2 {
  flex: 2;
}

.fx-shrink-2 {
  flex-shrink: 2;
}

.fx-center-self {
  align-self: center;
  justify-self: center;
}

.fx-center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fx-row {
  display: flex;
  flex-direction: row;
}

.fx-row-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.fx-row-rev {
  display: flex;
  flex-direction: row-reverse;
}

.fx-col {
  display: flex;
  flex-direction: column;
}

.fx-col-rev {
  display: flex;
  flex-direction: column-reverse;
}

.fx-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fx-col-to-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 651px) {
  .fx-col-to-row {
    flex-direction: row;
    align-items: unset;
  }
}

.fx-col-to-row-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1001px) {
  .fx-col-to-row-tab {
    flex-direction: row;
    align-items: unset;
  }
}

.fx-row-to-col {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 651px) {
  .fx-row-to-col {
    flex-direction: column;
    align-items: unset;
  }
}

.fx-row-to-col-tab {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 1001px) {
  .fx-row-to-col-tab {
    flex-direction: column;
    align-items: unset;
  }
}

.block {
  display: block;
}

.block-break {
  display: inline-block;
}

.mh-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mv-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-half {
  margin-top: clamp(20px, 4vw, 50px);
}

.mt-st {
  margin-top: clamp(40px, 7vw, 100px);
}

.mtem-1 {
  margin-top: 1em;
}

.mtem-2 {
  margin-top: 2em;
}

.mb-half {
  margin-bottom: clamp(20px, 4vw, 50px);
}

.mb-st {
  margin-bottom: clamp(40px, 7vw, 100px);
}

.mbem-1 {
  margin-bottom: 1em;
}

.mbem-2 {
  margin-bottom: 2em;
}

.mlem-1 {
  margin-left: 1em;
}

.mlem-2 {
  margin-left: 2em;
}

.mrem-1 {
  margin-right: 1em;
}

.mrem-2 {
  margin-right: 2em;
}

.pem-1 {
  padding: 1em;
}

.pem-2 {
  padding: 2em;
}

.ptem-1 {
  padding-top: 1em;
}

.ptem-2 {
  padding-top: 2em;
}

.pbem-1 {
  padding-bottom: 1em;
}

.pbem-2 {
  padding-bottom: 2em;
}

.plem-1 {
  padding-left: 1em;
}

.plem-2 {
  padding-left: 2em;
}

.prem-1 {
  padding-right: 1em;
}

.prem-2 {
  padding-right: 2em;
}

.pvert-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.pvert-2 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.phor-1 {
  padding-left: 1em;
  padding-right: 1em;
}

.phor-2 {
  padding-left: 2em;
  padding-right: 2em;
}

@media screen and (max-width: 800px) {
  .no-sp {
    display: none;
  }
  .min-800 {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .sp-only {
    display: none;
  }
  .block-break-pc {
    display: inline-block;
  }
  .max-800 {
    display: none;
  }
}
.f-romaji-light {
  font-family: "libre-franklin", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 300;
}

.p-small {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
}

.pem-09 {
  font-size: 0.9em;
}

.pem-08 {
  font-size: 0.8em;
}

.p1416 {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}

.p1823 {
  font-size: clamp(1.8rem, 1.8vw, 2.3rem);
}

.p2026 {
  font-size: clamp(2rem, 2.2vw, 2.6rem);
}

.p2228 {
  font-size: clamp(2.2rem, 2.5vw, 2.8rem);
}

.lh-100 {
  line-height: 100%;
}

.lh-140 {
  line-height: 140%;
}

.lh-160 {
  line-height: 160%;
}

.lh-190 {
  line-height: 190%;
}

.text-bold {
  font-weight: bold;
}

.text-med {
  font-weight: 500;
}

.text-reg {
  font-weight: 400;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: end;
}

.text-justify {
  text-align: justify;
}

.text-start {
  text-align: start;
}

.post-nav {
  width: 100%;
  text-align: center;
}
.post-nav .navigation,
.post-nav .nav-links {
  width: 100%;
}
.post-nav .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.post-nav .page-numbers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
}
.post-nav .page-numbers.prev svg, .post-nav .page-numbers.next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  stroke: #333333;
  fill: #333333;
}
.post-nav .page-numbers.current {
  color: #96DFE5;
  pointer-events: none;
}

.flex-table {
  width: 100%;
}
.flex-table .table-row {
  margin-bottom: clamp(32px, 4vw, 50px);
}
.flex-table .table-row:last-child {
  margin-bottom: 0;
}
.flex-table dt {
  line-height: 240%;
}
.flex-table input,
.flex-table textarea,
.flex-table p {
  color: #333333;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
}
.flex-table input {
  border: 1px solid #000000;
  box-sizing: border-box;
  height: clamp(50px, 7vw, 70px);
  width: 100%;
  padding: 1em 1.4em;
}
.flex-table input::placeholder {
  color: #736a63;
}
.flex-table textarea {
  height: 240px, 30vw, 373px;
}
.flex-table .radio-col {
  margin-top: 1em;
}
.flex-table .radio-col .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.flex-table .radio-col .wpcf7-list-item {
  height: 34px;
}
.flex-table .radio-col .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.flex-table .radio-col .wpcf7-list-item-label {
  color: #333333;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  line-height: 145%;
  vertical-align: middle;
}
@media screen and (min-width: 750px) {
  .flex-table .table-row {
    display: flex;
    align-items: center;
  }
  .flex-table .table-row.l-row {
    align-items: flex-start;
  }
  .flex-table .table-row.l-row dt {
    padding-top: 5px;
  }
  .flex-table .table-row dt,
  .flex-table .table-row dd {
    box-sizing: border-box;
  }
  .flex-table .table-row dt {
    width: 33%;
    padding-right: 1em;
  }
  .flex-table .table-row dd {
    width: 67%;
  }
}

.info-table .table-row {
  display: flex;
  padding: 1em 0;
  border-bottom: 1px solid #808080;
}
.info-table .table-row:last-child {
  border-bottom: unset;
}
.info-table .label {
  width: 25%;
  font-weight: bold;
  font-size: 1.1em;
}
.info-table .content {
  width: 75%;
}
@media screen and (min-width: 651px) {
  .info-table .label {
    width: 20%;
  }
  .info-table .content {
    width: 80%;
  }
}

.bloglist-area {
  width: 100%;
}

.post-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 1em 0;
}
@media screen and (min-width: 651px) {
  .post-row {
    flex-direction: row;
    align-items: flex-start;
  }
}
.post-row .blog-date {
  padding-left: 10px;
  border-bottom: 2px solid #96DFE5;
  color: #808080;
  line-height: 200%;
}
.post-row .blog-title {
  padding-left: 5px;
  margin: 1em 0 0 0;
}
@media screen and (min-width: 651px) {
  .post-row {
    max-width: 100%;
    flex-direction: row;
  }
  .post-row .blog-date {
    border-bottom: unset;
    margin-right: 1em;
  }
  .post-row .blog-title {
    margin: 0;
  }
}

.blogcard-area {
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 4%;
  padding-bottom: 30px;
}

.featured-blogcard {
  flex-wrap: wrap;
  column-gap: 4%;
  row-gap: clamp(20px, 3vw, 40px);
  justify-content: center;
}
.featured-blogcard h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
.featured-blogcard .post-categories,
.featured-blogcard .card-excerpt {
  display: none;
}

.post-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 30px;
}
.post-card a, .post-card img {
  width: 100%;
  border-radius: 20px;
  max-height: 200px;
  object-fit: cover;
}
.post-card .post-categories,
.post-card .card-headline,
.post-card .card-excerpt {
  width: 92%;
}
.post-card .card-headline {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  line-height: 1.9;
}
.post-card .card-date {
  line-height: 1;
  font-size: clamp(1.3rem, 2vw, 1.5rem);
  font-family: "acumin-pro", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
}
.post-card .post-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0px auto;
  padding-top: 10px;
}
.post-card .post-categories li {
  background-color: #96DFE5;
  border-radius: 12px;
  color: #ffffff;
  font-size: 0.7em;
  list-style-type: none;
  line-height: 100%;
  margin: 5px 5px 5px 0;
  padding: 5px 10px;
}
.post-card .card-excerpt {
  overflow-x: hidden;
}
.post-card .continue-link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: end;
}
@media screen and (min-width: 651px) {
  .post-card {
    width: 40%;
  }
}
@media screen and (min-width: 1001px) {
  .post-card {
    width: 25%;
  }
}

@media screen and (max-width: 800px) {
  .post-card {
    width: 70%;
  }
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: clamp(50px, 6vw, 57px);
  padding-top: clamp(30px, 4vw, 45px);
}

.page-numbers {
  font-size: clamp(20px, 2vw, 25px);
  padding: 0 0.5em;
}

.page-numbers.current {
  color: #96DFE5;
}

.page-numbers.prev {
  padding-right: 1em;
}

.page-numbers.next {
  padding-left: 1em;
}

.category-filter {
  justify-content: space-evenly;
  margin: clamp(40px, 8vw, 80px) auto;
}
.category-filter a {
  padding: 0.5em 1em;
  background-color: #96DFE5;
  color: #ffffff;
  border-radius: 1.5em;
}
.category-filter a.active-btn {
  background-color: #808080;
  pointer-events: none;
}

.nav-elements {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 8em 1fr;
  grid-template-rows: auto;
}
.nav-elements a {
  box-sizing: border-box;
  grid-row: 1/2;
}
.nav-elements a.prev-link {
  grid-column: 1/2;
}
.nav-elements a.return-link {
  grid-column: 2/3;
  text-align: center;
}
.nav-elements a.next-link {
  grid-column: 3/5;
  text-align: end;
}

.hamburger {
  position: relative;
  aspect-ratio: 1/1;
  height: 60px;
  max-height: 80%;
  width: 60px;
  z-index: 3002;
  display: none;
  flex-direction: column;
  align-items: flex-end;
  appearance: none;
  background-color: #96DFE5;
  border: unset;
  cursor: pointer;
  transform: rotate(0deg);
  transform-origin: bottom;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 25px;
  right: 17px;
  border-radius: 50px;
  background: #ffffff;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 29%;
  transform-origin: left center;
}
.hamburger span:nth-child(2) {
  top: 48%;
  transform-origin: left center;
}
.hamburger span:nth-child(3) {
  top: 67%;
  transform-origin: left center;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.active-ham {
  position: fixed;
  top: 10px;
  right: 15px;
  margin-right: 0;
}
.hamburger.active-ham span {
  right: 11px;
}
.hamburger.active-ham span:nth-child(1) {
  transform: rotate(45deg);
  top: 36%;
}
.hamburger.active-ham span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.hamburger.active-ham span:nth-child(3) {
  transform: rotate(-45deg);
  top: 65%;
}

.ii-white {
  display: none;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  transition: height 0.1s linear;
  width: 100%;
  height: 130px;
  background-color: transparent;
  box-sizing: border-box;
  color: #333333;
  align-items: center;
  justify-content: flex-end;
  z-index: 3000;
}
header .header-container {
  display: block;
  height: auto;
}
header .header-container .header-logo {
  height: clamp(120px, 10vw, 150px);
  margin: 120px 0 0 8.4vw;
}
header .header-container .header-logo.scrolled {
  height: calc(0.75 * clamp(80px, 10vw, 106px));
  margin-top: 55px;
  transition: margin 0.15s linear, height 0.15s linear;
}
header .nav-container {
  display: flex;
  height: 100%;
  justify-content: flex-end;
}
header .nav-container .nav-menu {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 300;
  margin-right: 8.4vw;
}
header .nav-container ul {
  list-style: none;
  text-transform: uppercase;
}
header .nav-container ul li {
  margin: auto 1.8vw;
}
header .nav-container ul li.insta {
  margin-right: 0;
}
header .nav-container ul li.insta a {
  width: fit-content !important;
}
header .nav-container ul li .insta-img {
  padding-top: 7px;
  width: 36px;
}
header .nav-container ul li .insta-img.ii-grey {
  display: unset;
}
header .nav-container ul li .insta-img.ii-white {
  display: none;
}
header .nav-container .hamburger {
  display: none;
}
header.scrolled {
  height: calc(0.75 * clamp(80px, 10vw, 106px));
}
@media screen and (max-width: 1200px) {
  header .header-container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  header .header-container .header-logo {
    margin: 46px 0 0;
    width: 81px;
  }
  header .header-container .header-logo.scrolled {
    margin: 25px;
  }
  header .logo-container h4 {
    display: none;
  }
  header .nav-container .nav-menu {
    display: none;
  }
  header .nav-container .hamburger {
    display: flex;
    border-radius: 50px;
    margin: 25px 4% 0;
  }
  header .nav-container.open-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    height: 100%;
    z-index: 300;
    animation: slidein 0.2s ease-in-out;
    background-color: #96DFE5;
    color: #333333;
  }
  header .nav-container.open-menu .nav-menu {
    width: 100%;
    height: 80%;
    box-sizing: border-box;
    display: flex;
    padding: calc(5vh + clamp(60px, 10vw, 120px)) 8% 5vh;
    z-index: 101;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    margin: auto;
  }
  header .nav-container.open-menu .nav-menu li {
    width: 100%;
    font-size: 24px;
    margin: clamp(5px, 1.5vh, 10px) 0;
    color: #ffffff;
    background: url(../img/icons/arrow-right.svg) right center no-repeat;
    background-size: 1.5em;
  }
  header .nav-container.open-menu .nav-menu li a {
    display: block;
    width: 100%;
  }
  header .nav-container.open-menu .nav-menu li .ii-grey {
    display: none;
  }
  header .nav-container.open-menu .nav-menu li .ii-white {
    display: unset;
  }
  header .nav-container.open-menu .nav-menu .insta {
    background: unset;
  }
  header .nav-container.open-menu .nav-menu li:nth-child(7) {
    background: none;
  }
  header .nav-container.open-menu .nav-menu::before {
    content: "";
    display: block;
    position: absolute;
    top: 5vh;
    left: 5vh;
    width: clamp(100px, 12vw, 120px);
    aspect-ratio: 1/1;
    z-index: 102;
    background: url(../img/ham-logo.svg) center no-repeat;
    background-size: contain;
  }
  header.scrolled {
    position: fixed;
    width: 100%;
    border-radius: 0;
    height: 60px;
  }
  header.scrolled .hamburger {
    max-height: 100%;
    transition: all 0.1s ease-in-out;
  }
  header.scrolled .header-container {
    top: 6px;
    height: 48px;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  header .nav-container.open-menu {
    max-width: unset;
  }
}

@keyframes slidein {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
footer {
  width: 100%;
  height: 100%;
  padding: clamp(80px, 10vw, 100px) 0 20px 0;
  font-weight: 400;
  align-items: center;
  background: url(../img/footer-back.svg) no-repeat;
  background-size: 200%;
  background-position: center top;
  color: #333333;
  text-align: center;
}
footer .sp {
  display: none;
}
footer span {
  font-family: "acumin-pro", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  color: #333333;
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
  padding: clamp(30px, 3.5vw, 40px) 0 0;
}
footer p {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  line-height: 1.9;
  padding: clamp(30px, 4vw, 47px) 0;
}
footer .btn-a {
  background-color: #FFD422;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  border: none;
  height: 84px;
  width: clamp(200px, 40vw, 430px);
}
footer .nav-menu {
  align-items: center;
  padding: clamp(30px, 4vw, 47px) 0 clamp(30px, 3.5vw, 40px);
}
footer .nav-menu li {
  margin: 0 2rem;
}
footer .nav-menu li a {
  display: flex;
}
footer .home {
  border: 1px solid #333333;
  padding: 0.5em 1.5em;
}

@media screen and (max-width: 768px) {
  footer {
    background-size: 1000%;
    gap: 8vw;
  }
  footer .sp {
    display: inline;
  }
  footer .nav-menu {
    flex-direction: column;
  }
  footer .nav-menu li {
    margin-bottom: 2rem;
  }
}

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