@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

em {
  font-style: normal;
}

:root {
  --color-white: #fff;
  --color-bg: #FFFDF7;
  --color-text-main: #000;
  --color-primary: #FFD876;
  --color-bg-footer: #EDE8D6;
  --size-pc-full: 100%;
  --size-pc-main: 80%;
  --size-pc-inner: 87%;
  --size-pc-small: 65%;
  --size-sp-full: 100%;
  --size-sp-main: 90%;
  --size-sp-inner: 90%;
  --size-sp-small: 90%;
  --color-main: #000;
  --color-sub: #000;
}

html.scroll-smooth {
  scroll-behavior: smooth;
}

body {
  background-color: var(--color-bg);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: calc(1.3888888889 * 1vw + 0.2 * 1rem);
  scroll-behavior: smooth;
}

.illust svg path {
  stroke-width: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .illust svg path {
    stroke-width: 2;
  }
}

.main-header {
  display: block;
  margin: 0 auto;
  position: relative;
  width: var(--size-pc-main);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-header {
    width: var(--size-sp-main);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-header {
    width: 97%;
  }
}
.main-header .header-inner {
  display: grid;
  width: 100%;
  grid-template-columns: 12% 1fr 12%;
  font-size: calc(1.3888888889 * 1vw + 0.2 * 1rem);
  padding: 0.5em;
  letter-spacing: 0.2em;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-header .header-inner {
    grid-template-columns: 18% 1fr 18%;
    height: calc(12.7226463104vw + 0.5 * 1rem);
  }
}
.main-header .header-inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50vw);
  width: 99vw;
  height: 1px;
  border-bottom: 1px solid var(--color-text-main);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-header .header-inner {
    font-size: calc(2.7989821883vw + 0.11 * 1rem);
  }
}
.main-header .header-inner em {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-header .header-inner em {
    padding: 0;
    height: 100%;
    display: grid;
    place-content: center;
  }
}
.main-header h1 {
  display: block;
}
.main-header figure.logo {
  display: block;
  margin: 3% auto 5% auto;
  margin-bottom: 0;
  width: calc(52.0833333333 * 1vw + 7.5 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-header figure.logo {
    width: 90%;
    margin-top: calc(7.6335877863vw + 0.3 * 1rem);
    margin-bottom: calc(15.2671755725vw + 0.6 * 1rem);
  }
}
.main-header figure.logo img {
  display: block;
  width: 100%;
  height: auto;
}
.main-header .main-navigation {
  display: block;
  margin: calc(2.7777777778 * 1vw + 0.4 * 1rem) auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-header .main-navigation {
    display: none;
  }
}
.main-header .main-navigation ul {
  display: flex;
  height: auto;
  margin: 0 auto;
  justify-content: center;
  font-size: calc(1.5277777778 * 1vw + 0.22 * 1rem);
  font-weight: 700;
  gap: 0.5em;
}
.main-header .main-navigation li {
  display: block;
  height: 100%;
}
.main-header .main-navigation a {
  display: block;
  letter-spacing: 0.1em;
  padding: 0.4em 2em;
  border-radius: 999px;
  border: 0.1em solid transparent;
  transition: all 0.3s ease-in-out;
}
.main-header .main-navigation a.current, .main-header .main-navigation a:hover {
  border-radius: 999px;
  border: 0.1em solid var(--color-text-main);
}
.main-header .lang-switcher {
  grid-column: 3/4;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-header .lang-switcher {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.main-header .illust {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: calc(9.0277777778 * 1vw + 1.3 * 1rem);
  transform: translateY(50%);
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-header .illust {
    width: calc(13.9949109415vw + 0.55 * 1rem);
    right: 5%;
    transform: translateY(90%);
  }
}
.main-header .illust svg,
.main-header .illust img {
  display: block;
  width: 100%;
  height: auto;
}

.sp-navi-open-button {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  width: calc(12.7226463104vw + 0.5 * 1rem);
  aspect-ratio: 1/1;
  background: #F39800 url(../assets/images/icon/icon_hamburger.svg) no-repeat center center;
  background-size: 40%;
  border-left: 1px solid var(--color-text-main);
  border-bottom: 1px solid var(--color-text-main);
  font-size: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-navi-open-button {
    display: block;
  }
}
.sp-navi-open-button.is-open {
  background: #F39800 url(../assets/images/icon/icon_close.svg) no-repeat center center;
  background-size: 45%;
}
.sp-navi-open-button.is-small {
  width: calc(7.6335877863vw + 0.3 * 1rem);
}

.under-main-content {
  display: block;
  margin: 0 auto;
  width: var(--size-pc-main);
  border: 1px solid var(--color-text-main);
  border-radius: calc(2.7777777778 * 1vw + 0.4 * 1rem);
  overflow: hidden;
  margin-top: calc(4.1666666667 * 1vw + 0.6 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .under-main-content {
    width: var(--size-sp-main);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .under-main-content {
    margin-top: 0;
    border-radius: calc(5.0890585242vw + 0.2 * 1rem);
    padding-bottom: calc(15.2671755725vw + 0.6 * 1rem);
  }
}

.under-main-headline {
  display: block;
  margin: 0 auto;
  background-color: var(--color-primary);
  border-bottom: 1px solid var(--color-text-main);
}
.under-main-headline.no-bg {
  background-color: transparent;
}
.under-main-headline div {
  width: var(--size-pc-inner);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr;
  align-items: baseline;
  font-size: calc(1.3888888889 * 1vw + 0.2 * 1rem);
  gap: 1em;
  padding: 1.4em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .under-main-headline div {
    width: var(--size-sp-inner);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .under-main-headline div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: start;
    width: 90%;
    font-size: calc(3.8167938931vw + 0.15 * 1rem);
    padding: 1em 0.51em;
    gap: 0.2em;
  }
}
.under-main-headline div em {
  grid-column: 2/3;
  grid-row: 1/2;
  font-size: calc(1.3888888889 * 1vw + 0.2 * 1rem);
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .under-main-headline div em {
    font-size: calc(3.5623409669vw + 0.14 * 1rem);
  }
}
.under-main-headline div span {
  grid-column: 1/2;
  grid-row: 1/2;
  font-size: calc(3.3333333333 * 1vw + 0.48 * 1rem);
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .under-main-headline div span {
    font-size: calc(7.6335877863vw + 0.3 * 1rem);
  }
}

.under-main-text {
  display: block;
  width: var(--size-pc-inner);
  margin: 0 auto;
  font-size: calc(1.5277777778 * 1vw + 0.22 * 1rem);
  font-weight: 400;
  padding-top: 5%;
  padding-bottom: 5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .under-main-text {
    width: var(--size-sp-inner);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .under-main-text {
    font-size: calc(3.8167938931vw + 0.15 * 1rem);
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.under-main-text p {
  line-height: 2;
}

#vue-post-list {
  margin-top: calc(4.8611111111 * 1vw + 0.7 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  #vue-post-list {
    margin-top: calc(0vw + 0 * 1rem);
  }
}

.main-footer {
  display: block;
  background-color: var(--color-bg-footer);
  margin-top: calc(8.3333333333 * 1vw + 1.2 * 1rem);
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-footer {
    margin-top: calc(25.4452926209vw + 1 * 1rem);
    margin-bottom: 0;
  }
}
.main-footer .illust {
  position: absolute;
  top: 0%;
  right: 15%;
  width: calc(5.2083333333 * 1vw + 0.75 * 1rem);
  width: calc(8.3333333333 * 1vw + 1.2 * 1rem);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-footer .illust {
    width: calc(9.4147582697vw + 0.37 * 1rem);
    width: calc(19.0839694656vw + 0.75 * 1rem);
    right: 3%;
    transform: translateY(-70%);
  }
}
.main-footer .illust img,
.main-footer .illust svg {
  display: block;
  width: 100%;
  height: auto;
  transform: rotateY(180deg);
}

.footer-navigation {
  display: block;
  width: var(--size-pc-main);
  margin: 0 auto;
  padding: calc(8.3333333333 * 1vw + 1.2 * 1rem) 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .footer-navigation {
    width: var(--size-sp-main);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .footer-navigation {
    display: none;
  }
}

.footer-navigation-list {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
  gap: 2em;
  font-size: calc(1.3888888889 * 1vw + 0.2 * 1rem);
  font-weight: 500;
}

.footer-navigation-list-item {
  display: flex;
  gap: 1em;
  align-items: start;
}
.footer-navigation-list-item > a {
  border: 1px solid var(--color-main);
  background-color: var(--color-white);
  padding: 0.5em 1.25em;
  border-radius: 999px;
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.footer-navigation-list-item > a:after {
  content: "";
  display: block;
  width: 2.5em;
  aspect-ratio: 56/13;
  background-image: url(../assets/images/icon/icon_btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-navigation-sub-list {
  display: flex;
  gap: 0.2em;
}
.footer-navigation-sub-list a {
  display: block;
  padding: 0.5em 1em;
  letter-spacing: 0.2em;
  text-decoration: underline;
  text-underline-offset: 0.4em;
}

.main-footer small {
  display: block;
  width: var(--size-pc-main);
  margin: 0 auto;
  text-align: center;
  font-size: calc(1.1111111111 * 1vw + 0.16 * 1rem);
  font-weight: 500;
  color: var(--color-main);
  letter-spacing: 0.2em;
  padding-bottom: 1.7em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-footer small {
    width: var(--size-sp-main);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-footer small {
    font-size: calc(3.5623409669vw + 0.14 * 1rem);
    padding-top: 1.7em;
  }
}

.topic-list {
  width: var(--size-pc-inner);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(2.0833333333 * 1vw + 0.3 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .topic-list {
    width: var(--size-sp-inner);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .topic-list {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(5.0890585242vw + 0.2 * 1rem);
  }
}

.topic-list-item {
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  justify-items: end;
  position: relative;
  font-size: calc(0.9722222222 * 1vw + 0.14 * 1rem);
  width: 100%;
  aspect-ratio: 4/3;
  background-color: #ccc;
  border-radius: calc(1.3888888889 * 1vw + 0.2 * 1rem);
  overflow: hidden;
  padding: 0;
}
.topic-list-item:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .topic-list-item {
    aspect-ratio: 27/18;
    border-radius: calc(2.5445292621vw + 0.1 * 1rem);
    font-size: calc(3.3078880407vw + 0.13 * 1rem);
  }
}
.topic-list-item a {
  position: absolute;
  font-size: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}
.topic-list-item figure {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.topic-list-item figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform 0.3s ease;
}
.topic-list-item .text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  height: auto;
  padding: 1em;
  padding-top: 1.5em;
  font-weight: 700;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.5;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: repeat(2, auto);
  justify-content: end;
  margin-bottom: 0.7em;
  margin-right: 0.7em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .topic-list-item .text {
    max-width: 93%;
    padding: 0.7em;
    padding-top: 1.5em;
  }
}
.topic-list-item .text:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 1.5em);
  bottom: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid var(--color-text-main);
  border-radius: 0.75em;
  z-index: 0;
}
.topic-list-item .text .area {
  position: relative;
  z-index: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-self: end;
  border: 1px solid var(--color-text-main);
  padding: 0.3em 1.5em;
  border-radius: 1.4em;
  transform: translateY(-1em);
  font-size: calc(0.8333333333 * 1vw + 0.12 * 1rem);
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .topic-list-item .text .area {
    font-size: calc(3.0534351145vw + 0.12 * 1rem);
  }
}
.topic-list-item .text em {
  position: relative;
  z-index: 1;
  display: block;
  text-align: justify;
  font-feature-settings: "palt";
  display: flex;
  justify-content: end;
}
.topic-list-item .type-icon {
  position: absolute;
  z-index: 1;
  left: 0.8em;
  top: 0.8em;
  background-color: var(--color-primary);
  border-radius: 999px;
  border: 1px solid var(--color-text-main);
  font-size: calc(1.0416666667 * 1vw + 0.15 * 1rem);
  font-weight: 700;
  padding: 0.2em 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .topic-list-item .type-icon {
    font-size: calc(3.5623409669vw + 0.14 * 1rem);
    padding: 0.3em 0.6em;
    left: 0.5em;
    top: 0.5em;
  }
}
.topic-list-item .type-icon:before {
  content: "";
  display: block;
  width: 1.8em;
  aspect-ratio: 1/1;
  background-image: url(../assets/images/icon/icon_live.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.topic-list-item .type-icon.live:before {
  background-image: url(../assets/images/icon/icon_live.svg);
}
.topic-list-item .type-icon.live:after {
  content: "すむ";
  display: block;
}
.topic-list-item .type-icon.work:before {
  background-image: url(../assets/images/icon/icon_work.svg);
}
.topic-list-item .type-icon.work:after {
  content: "はたらく";
}
.topic-list-item .type-icon.enjoy:before {
  background-image: url(../assets/images/icon/icon_enjoy.svg);
}
.topic-list-item .type-icon.enjoy:after {
  content: "たのしむ";
}

html[lang=en-US] .type-icon.live:before {
  background-image: url(../assets/images/icon/icon_live.svg);
}
html[lang=en-US] .type-icon.live:after {
  content: "Live" !important;
  display: block;
}
html[lang=en-US] .type-icon.work:before {
  background-image: url(../assets/images/icon/icon_work.svg);
}
html[lang=en-US] .type-icon.work:after {
  content: "Work" !important;
}
html[lang=en-US] .type-icon.enjoy:before {
  background-image: url(../assets/images/icon/icon_enjoy.svg);
}
html[lang=en-US] .type-icon.enjoy:after {
  content: "Enjoy" !important;
}

.topic-list-item.stop figure {
  opacity: 0.3;
}

.stop-badge {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: grid;
  place-content: center;
  font-size: calc(0.9722222222 * 1vw + 0.14 * 1rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-white);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .stop-badge {
    font-size: calc(3.5623409669vw + 0.14 * 1rem);
  }
}

.no-post {
  display: grid;
  place-content: center;
  font-size: calc(2.2222222222 * 1vw + 0.32 * 1rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #eee;
  border-radius: calc(1.3888888889 * 1vw + 0.2 * 1rem);
  padding: 2em;
  margin: 1em auto 3em auto;
}

body.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
  top: var(--scroll-y);
}

.dialog {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.dialog:not(.__hidden) {
  opacity: 1;
  pointer-events: auto;
}

.dialog-content {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  width: 90%;
  max-width: 90%;
  height: 100%;
  max-height: 85vh;
  z-index: 1001;
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .dialog-content {
    padding: 1em;
    max-height: 80vh;
  }
}

.globalnavi-dialog {
  align-items: start !important;
}

.globalnavi-content {
  display: grid;
  background-color: var(--color-white);
  width: 90%;
  font-size: calc(4.0712468193vw + 0.16 * 1rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--color-text-main);
  margin-top: calc(4.9618320611vw + 0.195 * 1rem);
  padding: 2em;
  border-radius: calc(5.0890585242vw + 0.2 * 1rem);
}
.globalnavi-content ul {
  display: block;
}
.globalnavi-content li {
  display: block;
}
.globalnavi-content a {
  display: block;
  padding: 1em 0;
  border-bottom: 1px solid var(--color-text-main);
}

.dialog-overlay {
  position: absolute;
  inset: 0;
  z-index: 998;
  pointer-events: none;
}

#image_viewer .close-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1001;
  width: calc(2.7777777778 * 1vw + 0.4 * 1rem);
  aspect-ratio: 1/1;
  background: #fff url(../assets/images/icon/icon_close.svg) no-repeat center center;
  background-size: 40%;
  border-radius: 999px;
  border: 1px solid var(--color-text-main);
  font-size: 0;
  transform: translateY(-50%) translateX(50%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  #image_viewer .close-button {
    width: calc(6.106870229vw + 0.24 * 1rem);
  }
}
#image_viewer .dialog-content {
  display: grid;
  place-content: center;
  height: auto !important;
  padding: 1em !important;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  #image_viewer .dialog-content {
    padding: 1em !important;
  }
}
#image_viewer .dialog-content img {
  width: 100%;
  height: 100%;
  max-height: 80vh;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

@-webkit-keyframes stepBounce {
  0%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(3px);
  }
}
@keyframes stepBounce {
  0%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(3px);
  }
}
.lang-switcher {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  align-items: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .lang-switcher {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lang-switcher:before {
  content: "";
  display: block;
  width: 1.2em;
  aspect-ratio: 1/1;
  background-image: url(../assets/images/icon/icon_language.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .lang-switcher:before {
    display: none;
  }
}
.lang-switcher li {
  width: 100%;
  display: block;
  text-align: center;
  font-size: calc(0.9722222222 * 1vw + 0.14 * 1rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-text-main);
  text-transform: uppercase;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .lang-switcher li {
    font-size: calc(2.5445292621vw + 0.1 * 1rem);
  }
}
.lang-switcher li:first-of-type {
  border-right: 1px solid var(--color-text-main);
}
.lang-switcher li.current-lang {
  background-color: #DCDDDD;
}
.lang-switcher li a {
  display: grid;
  place-content: center;
  padding: 0.3em 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .lang-switcher li a {
    padding: 0.15em 0.5em;
  }
}
.lang-switcher li a:hover {
  opacity: 0.5;
}

.about-image {
  display: block;
  margin: 0 auto;
  margin-top: calc(4.1666666667 * 1vw + 0.6 * 1rem);
}
.about-image img {
  display: block;
  margin: 0 auto;
  width: 110%;
  margin-left: -5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-image {
    margin-top: calc(7.6335877863vw + 0.3 * 1rem);
    margin-bottom: calc(5.0890585242vw + 0.2 * 1rem);
  }
  .about-image img {
    width: 130%;
    margin-left: -15%;
  }
}

.about-area-btn-list {
  width: var(--size-pc-inner);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  font-size: calc(2.2222222222 * 1vw + 0.32 * 1rem);
  gap: 1.25em;
  padding: 7.5% 0 10% 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-area-btn-list {
    width: var(--size-sp-inner);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-area-btn-list {
    font-size: calc(5.0890585242vw + 0.2 * 1rem);
    gap: 1em;
    padding: 4em 0;
    grid-auto-rows: 1fr;
    width: 90%;
  }
}
.about-area-btn-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(2.2222222222 * 1vw + 0.32 * 1rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1.25em;
  border: 1px solid var(--color-text-main);
  border-radius: 999px;
  transition: outline 0.3s ease;
}
.about-area-btn-list a:hover {
  outline: 3px solid var(--color-text-main);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-area-btn-list a {
    font-size: calc(5.0890585242vw + 0.2 * 1rem);
    padding: 0.5em 1.5em;
    height: 100%;
  }
}

.region-main-image {
  width: 100%;
  aspect-ratio: 4/1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .region-main-image {
    aspect-ratio: 3/2;
  }
}
.region-main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.region-title {
  display: block;
  border-bottom: 1px solid #000;
}
.region-title em {
  display: block;
  margin: 0 auto;
  width: var(--size-pc-inner);
  font-size: calc(2.2222222222 * 1vw + 0.32 * 1rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 0.75em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .region-title em {
    width: var(--size-sp-inner);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .region-title em {
    font-size: calc(4.0712468193vw + 0.16 * 1rem);
    padding: 1em 0;
  }
}

.region-main-text {
  display: block;
  margin: 0 auto;
  padding-top: 2em;
  padding-bottom: 3em;
  width: var(--size-pc-inner);
  font-size: calc(1.5277777778 * 1vw + 0.22 * 1rem);
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .region-main-text {
    width: var(--size-sp-inner);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .region-main-text {
    font-size: calc(3.8167938931vw + 0.15 * 1rem);
  }
}

.region-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  width: 80%;
  padding: 1em 2em;
  border-radius: 999px;
  font-size: calc(2.2222222222 * 1vw + 0.32 * 1rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-text-main);
  border: 1px solid var(--color-text-main);
  text-align: center;
  margin-bottom: calc(8.3333333333 * 1vw + 1.2 * 1rem);
  transition: outline 0.3s ease-in-out;
}
.region-contact:hover {
  outline: 3px solid var(--color-text-main);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .region-contact {
    gap: 1em;
    font-size: calc(3.5623409669vw + 0.14 * 1rem);
    line-height: 1.5;
    padding: 1.5em;
    border-radius: calc(7.6335877863vw + 0.3 * 1rem);
    text-align: justify;
  }
}
.region-contact:before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1.65em;
  aspect-ratio: 1/1;
  background-image: url(../assets/images/icon/icon_instagram.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .region-contact:before {
    width: calc(11.7048346056vw + 0.46 * 1rem);
    aspect-ratio: 1/1;
  }
}

.area-topic-list {
  margin-top: calc(8.3333333333 * 1vw + 1.2 * 1rem);
  margin-bottom: calc(8.3333333333 * 1vw + 1.2 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .area-topic-list {
    margin-top: calc(15.2671755725vw + 0.6 * 1rem);
    margin-bottom: calc(15.2671755725vw + 0.6 * 1rem);
  }
}

.region-more-link {
  margin: 0 auto;
  width: var(--size-pc-inner);
  margin-bottom: calc(13.8888888889 * 1vw + 2 * 1rem);
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .region-more-link {
    width: var(--size-sp-inner);
  }
}
.region-more-link a {
  display: flex;
  font-size: calc(1.6666666667 * 1vw + 0.24 * 1rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-text-main);
  align-items: center;
  gap: 0.5em;
  transition: gap 0.3s ease-in-out;
}
.region-more-link a:hover {
  gap: 0em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .region-more-link a {
    font-size: calc(4.0712468193vw + 0.16 * 1rem);
    gap: 0.5em;
  }
}
.region-more-link a:after {
  content: "";
  display: block;
  width: 5em;
  aspect-ratio: 15/2;
  background-image: url(../assets/images/icon/icon_arrow_long.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-25%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .region-more-link a:after {
    width: calc(15.2671755725vw + 0.6 * 1rem);
    aspect-ratio: 60/14;
    background-image: url(../assets/images/icon/icon_arrow_long_sp.svg);
  }
}

.topic-post-list {
  width: var(--size-pc-main);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 25% 1fr;
  grid-template-rows: repeat(2, auto);
  gap: calc(5.5555555556 * 1vw + 0.8 * 1rem);
  font-size: calc(1.3888888889 * 1vw + 0.2 * 1rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--color-text-main);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .topic-post-list {
    width: var(--size-sp-main);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .topic-post-list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    gap: calc(10.1781170483vw + 0.4 * 1rem);
  }
}

.type-buttons {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75em;
  font-size: calc(1.3888888889 * 1vw + 0.2 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .type-buttons {
    grid-column: 1/2;
    grid-row: 1/2;
    font-size: calc(3.5623409669vw + 0.14 * 1rem);
    gap: 0;
  }
}
.type-buttons div {
  position: relative;
}
.type-buttons div label {
  display: block;
  background-color: var(--color-white);
  border: 1px solid var(--color-text-main);
  padding: 0.5em 0.7em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
  transition: outline 0.2s ease-in-out;
}
.type-buttons div label:hover {
  outline: 3px solid var(--color-text-main);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .type-buttons div label {
    padding: 0.5em 0.5em;
    border-left-width: 0;
  }
}
.type-buttons div label span {
  font-size: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .type-buttons div label span {
    font-size: calc(3.5623409669vw + 0.14 * 1rem);
  }
}
.type-buttons div label span:after {
  content: attr(data-fulltext);
  display: inline;
  font-size: calc(1.25 * 1vw + 0.18 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .type-buttons div label span:after {
    display: none;
  }
}
.type-buttons div label:before {
  content: "";
  display: block;
  width: 2em;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .type-buttons div label:before {
    width: 1.5em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .type-buttons div label.live-label {
    border-left-width: 1px;
  }
}
.type-buttons div label.live-label:before {
  background-image: url(../assets/images/icon/icon_live.svg);
}
.type-buttons div label.work-label:before {
  background-image: url(../assets/images/icon/icon_work.svg);
}
.type-buttons div label.enjoy-label:before {
  background-image: url(../assets/images/icon/icon_enjoy.svg);
}
.type-buttons input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.type-buttons input:checked + label {
  background-color: var(--color-primary);
}

.filter-container {
  display: block;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .filter-container {
    border: 1px solid var(--color-text-main);
    border-radius: 1.5em;
    overflow: hidden;
  }
}

.toggle-filters-button {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .toggle-filters-button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.7em;
    color: var(--color-text-main);
    font-size: calc(3.5623409669vw + 0.14 * 1rem);
    font-weight: 700;
    margin-bottom: 0 !important;
    gap: 0.5em;
    background-color: var(--color-white);
    cursor: pointer;
  }
  .toggle-filters-button span {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .toggle-filters-button span:after {
    content: "";
    display: block;
    width: 1.5em;
    aspect-ratio: 1/1;
    background-color: var(--color-text-main);
    -webkit-mask-image: url(../assets/images/icon/icon_arrow_normal.svg);
    mask-image: url(../assets/images/icon/icon_arrow_normal.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transform: rotateZ(90deg);
    transition: all 0.3s ease-in-out;
  }
  .toggle-filters-button.is-open {
    border-bottom: 1px solid var(--color-text-main);
  }
  .toggle-filters-button.is-open span:after {
    transform: rotateZ(-90deg);
  }
}

.post-list-filters-navigation {
  display: block;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .post-list-filters-navigation {
    grid-column: 1/2;
    grid-row: 2/3;
    width: 100%;
    display: block;
    font-size: calc(3.5623409669vw + 0.14 * 1rem);
    padding: calc(2.5445292621vw + 0.1 * 1rem);
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .post-list {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.post-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: calc(1.3888888889 * 1vw + 0.2 * 1rem);
  column-gap: calc(2.0833333333 * 1vw + 0.3 * 1rem);
  row-gap: calc(2.0833333333 * 1vw + 0.3 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .post-list ul {
    grid-template-columns: 1fr;
    row-gap: calc(5.0890585242vw + 0.2 * 1rem);
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.region-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.75em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .region-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5em;
    font-size: calc(3.0534351145vw + 0.12 * 1rem);
  }
}

.region-item {
  cursor: pointer;
  border: 1px solid var(--color-text-main);
  border-radius: 1.5em;
  position: relative;
  display: grid;
  align-items: center;
}
.region-item label {
  display: block;
  padding: 0.75em;
  font-weight: 700;
  cursor: pointer;
  border-radius: 1.5em;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-self: center;
  transition: outline 0.2s ease-in-out;
}
.region-item label:hover {
  outline: 3px solid var(--color-text-main);
}
.region-item label:before {
  content: "";
  display: block;
  width: 2em;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: var(--color-white) url(../assets/images/icon/icon_check.svg) no-repeat center center;
  background-size: 50%;
  border: 1px solid var(--color-text-main);
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .region-item label:before {
    width: 1.5em;
  }
}
.region-item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.region-item input:checked + label:before {
  opacity: 1;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
  }
}

.tag-list-item {
  border-bottom: 1px solid var(--color-text-main);
  text-align: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .tag-list-item {
    text-align: left;
    font-size: calc(2.5445292621vw + 0.1 * 1rem);
  }
}

.tag-list-label {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 0.5em;
  align-items: center;
  gap: 0.5em;
  line-break: strict;
}
.tag-list-label:before {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #ddd;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .tag-list-label:before {
    width: 1.5em;
    background-color: #eee;
    opacity: 1;
  }
}
.tag-list-label:hover::before {
  background-color: #ddd;
  opacity: 1;
}
.tag-list-label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
input[type=checkbox]:checked + .tag-list-label::before {
  background-image: url(../assets/images/icon/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
input[type=checkbox]:checked + .tag-list-label::before:hover {
  opacity: 1;
}

.terms:not(:has(li)) {
  display: none !important;
}

.total-posts-count {
  display: block;
  font-size: vw_(12);
  text-align: right;
  padding: 1em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .total-posts-count {
    font-size: calc(2.5445292621vw + 0.1 * 1rem);
  }
}

.pagination {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.7em 1.5em;
  border-radius: 999px;
  border: 1px solid #F39800;
  color: #F39800;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: calc(1.3888888889 * 1vw + 0.2 * 1rem);
  font-weight: 500;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .pagination {
    font-size: calc(3.5623409669vw + 0.14 * 1rem);
  }
}
.pagination :disabled {
  opacity: 0.5;
}
.pagination button {
  display: block;
  aspect-ratio: 1/1;
  width: 2em;
  background-color: #F39800;
  -webkit-mask-image: url("../assets/images/icon/icon_arrow_normal.svg");
  mask-image: url("../assets/images/icon/icon_arrow_normal.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.pagination button.prev-page {
  transform: rotateZ(180deg);
}

.page-number {
  cursor: pointer;
  border-radius: 999px;
  aspect-ratio: 1/1;
  width: 2em;
  display: grid;
  place-content: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.page-number.active {
  background-color: #F39800;
  color: var(--color-text-main);
}

.ellipsis {
  cursor: default;
}

.single-post {
  width: var(--size-pc-main);
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .single-post {
    width: var(--size-sp-main);
  }
}

.single-post {
  display: block;
  margin: 0 auto;
  width: var(--size-pc-main);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .single-post {
    width: var(--size-sp-main);
  }
}

.single-main-image {
  display: block;
  width: 100%;
  aspect-ratio: 4/1;
  background-color: #ccc;
  border-radius: calc(1.3888888889 * 1vw + 0.2 * 1rem);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .single-main-image {
    aspect-ratio: 3/2;
    border-radius: calc(5.0890585242vw + 0.2 * 1rem);
  }
}
.single-main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.single-main-image .post-type-icon {
  position: absolute;
  z-index: 1;
  left: 0.8em;
  top: 0.8em;
  background-color: var(--color-primary);
  border-radius: 999px;
  border: 1px solid var(--color-text-main);
  font-size: calc(1.6666666667 * 1vw + 0.24 * 1rem);
  font-weight: 700;
  padding: 0.2em 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .single-main-image .post-type-icon {
    font-size: calc(3.5623409669vw + 0.14 * 1rem);
    padding: 0.3em 0.6em;
    left: 0.5em;
    top: 0.5em;
  }
}
.single-main-image .post-type-icon:before {
  content: "";
  display: block;
  width: 1.8em;
  aspect-ratio: 1/1;
  background-image: url(../assets/images/icon/icon_live.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.single-main-image .post-type-icon.live:before {
  background-image: url(../assets/images/icon/icon_live.svg);
}
.single-main-image .post-type-icon.live:after {
  content: "すむ";
  display: block;
}
.single-main-image .post-type-icon.work:before {
  background-image: url(../assets/images/icon/icon_work.svg);
}
.single-main-image .post-type-icon.work:after {
  content: "はたらく";
}
.single-main-image .post-type-icon.enjoy:before {
  background-image: url(../assets/images/icon/icon_enjoy.svg);
}
.single-main-image .post-type-icon.enjoy:after {
  content: "たのしむ";
}

html[lang=en-US] .post-type-icon.live:after {
  content: "Live";
  display: block;
}
html[lang=en-US] .post-type-icon.work:after {
  content: "Work";
}
html[lang=en-US] .post-type-icon.enjoy:after {
  content: "Enjoy";
}

.single-tags {
  display: block;
  margin: 0 auto;
  width: var(--size-pc-inner);
  margin-top: 3.5em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .single-tags {
    width: var(--size-sp-inner);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .single-tags {
    width: 100% !important;
  }
}

.single-tags-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: calc(1.3888888889 * 1vw + 0.2 * 1rem);
  font-weight: 700;
  gap: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .single-tags-list {
    font-size: calc(2.5445292621vw + 0.1 * 1rem);
    -moz-column-gap: 0.5em;
    column-gap: 0.5em;
  }
}

.single-tag-item {
  display: block;
}
.single-tag-item a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1.5em;
  border-radius: 999px;
  border: 1px solid var(--color-text-main);
  transition: outline 0.3s ease-in-out;
}
.single-tag-item a:hover {
  outline: 3px solid var(--color-text-main);
}

.single-title {
  display: block;
  width: 100%;
}

.single-title {
  display: block;
  border-bottom: 1px solid var(--color-text-main);
  font-size: calc(3.3333333333 * 1vw + 0.48 * 1rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .single-title {
    font-size: calc(5.5979643766vw + 0.22 * 1rem);
  }
}
.single-title em {
  display: block;
  margin: 0 auto;
  padding-top: 1em;
  padding-bottom: 1em;
  width: var(--size-pc-inner);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .single-title em {
    width: var(--size-sp-inner);
  }
}

.single-content {
  display: block;
  width: var(--size-pc-inner);
  margin: 5% auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .single-content {
    width: var(--size-sp-inner);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .single-content {
    width: 100% !important;
  }
}

.single-summary {
  display: block;
  width: 100%;
}
.single-summary h2 {
  display: block;
  margin-bottom: 2em;
  font-size: calc(1.6666666667 * 1vw + 0.24 * 1rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .single-summary h2 {
    font-size: calc(4.0712468193vw + 0.16 * 1rem);
    margin-bottom: 1em;
    padding-top: 2em;
  }
}

.single-summary-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
  width: 100%;
  font-size: calc(1.9444444444 * 1vw + 0.28 * 1rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-top: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .single-summary-list {
    font-size: calc(4.5801526718vw + 0.18 * 1rem);
  }
}
.single-summary-list li {
  display: block;
  width: 100%;
  position: relative;
}
.single-summary-list li:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--color-text-main);
  margin-top: 0.2em;
}
.single-summary-list li span {
  font-feature-settings: "palt";
}

.single-post-text {
  display: block;
  width: 100%;
  font-size: calc(1.6666666667 * 1vw + 0.24 * 1rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-top: 4em;
  text-align: justify;
}
.single-post-text em,
.single-post-text strong {
  font-weight: bold;
}
.single-post-text a {
  color: #F39800;
  text-decoration: underline;
  offset-position: 0.3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .single-post-text {
    font-size: calc(3.5623409669vw + 0.14 * 1rem);
    padding-top: 2em;
  }
}
.single-post-text img {
  max-width: 100%;
  height: auto;
}
.single-post-text p {
  margin-bottom: 1.5em;
}

.single-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  margin-top: calc(4.1666666667 * 1vw + 0.6 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .single-gallery {
    grid-template-columns: 1fr;
    margin-top: calc(7.6335877863vw + 0.3 * 1rem);
  }
}
.single-gallery figure,
.single-gallery button {
  display: block;
  width: 100%;
  aspect-ratio: 5/4;
  background-color: #fff;
  border-radius: calc(1.3888888889 * 1vw + 0.2 * 1rem);
  overflow: hidden;
  position: relative;
}
.single-gallery figure img,
.single-gallery button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
  z-index: 1;
}
.single-gallery figure img.cover,
.single-gallery button img.cover {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: blur(calc(0.8333333333 * 1vw + 0.12 * 1rem));
  filter: blur(calc(0.8333333333 * 1vw + 0.12 * 1rem));
  opacity: 0.5;
}

.circle-headline {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: calc(4.1666666667 * 1vw + 0.6 * 1rem);
  font-size: calc(1.6666666667 * 1vw + 0.24 * 1rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #fff;
  border: 1px solid var(--color-text-main);
  border-radius: 999px;
  padding: 0.5em 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .circle-headline {
    font-size: calc(3.5623409669vw + 0.14 * 1rem);
  }
}

.single-information {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: calc(4.1666666667 * 1vw + 0.6 * 1rem);
  border-top: 1px solid var(--color-text-main);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .single-information {
    margin-top: calc(7.6335877863vw + 0.3 * 1rem);
  }
}

.single-information-inner {
  display: block;
  width: var(--size-pc-inner);
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .single-information-inner {
    width: var(--size-sp-inner);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .single-information-inner {
    width: 100% !important;
    padding: 0;
    font-size: calc(3.0534351145vw + 0.12 * 1rem);
  }
}
.single-information-inner ul {
  display: grid;
  width: 100%;
  max-width: calc(50.6944444444 * 1vw + 7.3 * 1rem);
  margin: 0 auto;
  grid-template-columns: 1fr;
  gap: 1em;
  padding-top: 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .single-information-inner ul {
    max-width: 100%;
  }
}
.single-information-inner li {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 1em;
  font-size: calc(1.3888888889 * 1vw + 0.2 * 1rem);
  line-height: 2;
  border-bottom: 1px dashed var(--color-text-main);
  padding: 1em 0 1.5em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .single-information-inner li {
    width: 100% !important;
    font-size: calc(3.0534351145vw + 0.12 * 1rem);
    padding: 0.5em 0 1em 0;
  }
}
.single-information-inner li h4 {
  display: block;
  width: 100%;
}

.single-detail-text em,
.single-detail-text strong {
  font-weight: bold;
}
.single-detail-text a {
  color: #F39800;
  text-decoration: underline;
  offset-position: 0.3em;
}

.single-contact {
  display: grid;
  place-content: center;
  width: var(--size-pc-inner);
  margin: calc(13.8888888889 * 1vw + 2 * 1rem) auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .single-contact {
    width: var(--size-sp-inner);
  }
}
.single-contact a {
  display: grid;
  width: 100%;
  grid-template-columns: auto 1fr;
  font-size: calc(1.9444444444 * 1vw + 0.28 * 1rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 1em 3em;
  border-radius: 2em;
  border: 1px solid var(--color-text-main);
  align-items: center;
  transition: outline 0.3s ease-in-out;
}
.single-contact a:hover {
  outline: 3px solid var(--color-text-main);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .single-contact a {
    font-size: calc(3.5623409669vw + 0.14 * 1rem);
    padding: 1em 1.5em;
  }
  .single-contact a br {
    display: none;
  }
}
.single-contact a:before {
  content: "";
  display: block;
  width: 2.7em;
  aspect-ratio: 1/1;
  background-image: url(../assets/images/icon/icon_instagram.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1em;
}

.single-related-post-list {
  margin-top: calc(2.7777777778 * 1vw + 0.4 * 1rem);
  width: 100%;
}

.contact-area-btn-list {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .contact-area-btn-list {
    margin-top: 0 !important;
    padding-top: calc(10.1781170483vw + 0.4 * 1rem) !important;
    padding-bottom: calc(10.1781170483vw + 0.4 * 1rem) !important;
    width: 100%;
  }
}

.contact-area {
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-mail {
  width: var(--size-pc-inner);
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .contact-mail {
    width: var(--size-sp-inner);
  }
}
.contact-mail:before {
  content: "";
  display: block;
  width: 120%;
  transform: translateX(-10%);
  height: 1px;
  border-top: 1px solid var(--color-text-main);
  margin: 0 auto;
  margin-bottom: 1em;
}
.contact-mail p.contact-mail-text {
  display: block;
  font-weight: 400;
  padding-top: 2em;
  padding-bottom: 2em;
  border-bottom: 1px dashed var(--color-text-main);
}
.contact-mail .contact-mail-flow {
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding: 2em 0;
  font-weight: 700;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .contact-mail .contact-mail-flow {
    font-weight: 500;
  }
}
.contact-mail .contact-mail-flow li {
  text-align: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .contact-mail .contact-mail-flow li {
    text-align: left;
  }
}
.contact-mail .contact-mail-flow li span {
  font-size: 0.8em;
  color: #7a6a56;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .contact-mail .contact-mail-flow li span {
    font-size: 1em;
  }
}

.contact-mail-privacy {
  display: block;
  display: grid;
  place-content: center;
  padding: 2em 0;
}
.contact-mail-privacy a {
  color: #F39800;
  text-decoration: underline;
  text-underline-offset: 0.4em;
  font-size: calc(1.3888888889 * 1vw + 0.2 * 1rem);
  font-weight: 500;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .contact-mail-privacy a {
    font-size: calc(3.5623409669vw + 0.14 * 1rem);
  }
}

.contact-acceptance {
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .contact-acceptance {
    width: 75%;
    margin: 0 auto;
  }
}

.contact-mail-copy {
  display: grid;
  place-content: center;
  gap: 2em;
  padding: 2em 0;
}
.contact-mail-copy input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.contact-mail-copy label {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .contact-mail-copy label {
    line-height: 1.8;
    margin-bottom: calc(5.0890585242vw + 0.2 * 1rem);
  }
}
.contact-mail-copy label:before {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 1;
  background: var(--color-white);
  border: 1px solid var(--color-text-main);
  border-radius: 0.2em;
  margin-right: 0.5em;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .contact-mail-copy label:before {
    width: 2em;
  }
}
.contact-mail-copy input[type=checkbox]:checked + label:before {
  background: var(--color-white) url(../assets/images/icon/icon_check.svg) no-repeat center center;
}
.contact-mail-copy button {
  display: block;
  width: auto;
  text-align: center;
  font-size: calc(2.2222222222 * 1vw + 0.32 * 1rem);
  padding: 0.75em 2em;
  border-radius: 999px;
  background: var(--color-white);
  font-weight: 500;
  border: 1px solid var(--color-text-main);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .contact-mail-copy button {
    font-size: calc(4.0712468193vw + 0.16 * 1rem);
    padding: 1.5em 1em;
  }
}
.contact-mail-copy button[disabled] {
  background: #ccc;
}

.privacy-policy div.privacy-policy-text {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  font-size: calc(1.5277777778 * 1vw + 0.22 * 1rem);
  gap: 1em;
  font-weight: 400;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .privacy-policy div.privacy-policy-text {
    font-size: calc(3.3078880407vw + 0.13 * 1rem);
  }
}
.privacy-policy div.privacy-policy-text h2 {
  font-weight: 700;
  margin-top: 1em;
  font-size: 1.1em;
  line-height: 1.5;
}
.privacy-policy div.privacy-policy-text h3 {
  padding-left: 1em;
  font-weight: 600;
}
.privacy-policy div.privacy-policy-text ol {
  margin-left: 2em;
  padding-left: 1em;
  list-style: decimal;
  line-height: 2;
}
.privacy-policy div.privacy-policy-text p {
  display: block;
  padding-left: 1em;
  line-height: 1.6;
}

.toppage-slider {
  display: block;
  position: relative;
  margin-bottom: calc(8.3333333333 * 1vw + 1.2 * 1rem);
}
.toppage-slider .swiper {
  padding-left: 19% !important;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .toppage-slider .swiper {
    padding-left: 0 !important;
  }
}
.toppage-slider .swiper .swiper-slide .topic-list-item {
  width: 100%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .toppage-slider .swiper .swiper-slide .topic-list-item {
    aspect-ratio: 1/1;
  }
}
.toppage-slider .swiper-buttons {
  width: 60%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .toppage-slider .swiper-buttons {
    width: 95%;
  }
}
.toppage-slider .swiper-next,
.toppage-slider .swiper-prev {
  display: block;
  width: calc(2.2916666667 * 1vw + 0.33 * 1rem);
  aspect-ratio: 1;
  background-image: url(../assets/images/icon/icon_arrow_mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  pointer-events: auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .toppage-slider .swiper-next,
  .toppage-slider .swiper-prev {
    width: calc(5.0890585242vw + 0.2 * 1rem);
  }
}
.toppage-slider .swiper-next {
  transform: rotate(180deg);
}

.index-summary-slider {
  width: var(--size-pc-main);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  border-radius: calc(2.0833333333 * 1vw + 0.3 * 1rem);
  background-color: var(--color-white);
  border: 1px solid var(--color-text-main);
  overflow: hidden;
  margin-bottom: calc(11.1111111111 * 1vw + 1.6 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-summary-slider {
    width: var(--size-sp-main);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-summary-slider {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
.index-summary-slider h2 {
  display: grid;
  place-content: center;
  font-size: calc(1.3888888889 * 1vw + 0.2 * 1rem);
  font-weight: 700;
  text-align: center;
  background-color: #CAB3D5;
  padding: 1em 1.5em;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-right: 1px solid var(--color-text-main);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-summary-slider h2 {
    grid-column: 1/2;
    grid-row: 1/2;
    font-size: calc(4.0712468193vw + 0.16 * 1rem);
    border-right: 0;
    border-bottom: 1px solid var(--color-text-main);
    padding: 0.5em 1em;
  }
  .index-summary-slider h2 br {
    display: none;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-summary-textline {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.index-summary-textline .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5em;
  font-size: calc(1.6666666667 * 1vw + 0.24 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-summary-textline .swiper-slide {
    font-size: calc(3.5623409669vw + 0.14 * 1rem);
  }
}
.index-summary-textline .swiper-slide a {
  position: relative;
  white-space: nowrap;
}
.index-summary-textline .swiper-slide a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 0.1em solid var(--color-text-main);
  position: absolute;
  bottom: -20%;
  left: 0;
}

.index-about {
  display: block;
}

.index-about-headline {
  display: block;
  width: 100%;
  border-top: 1px solid var(--color-text-main);
  border-bottom: 1px solid var(--color-text-main);
  background: linear-gradient(to right, var(--color-primary) 0%, var(--color-primary) 80%, var(--color-white) 80%, var(--color-white) 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-about-headline {
    background: none;
  }
}

.index-about-headline-inner {
  width: var(--size-pc-main);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 70% 30%;
  align-items: stretch;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-about-headline-inner {
    width: var(--size-sp-main);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-about-headline-inner {
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
.index-about-headline-inner h2 {
  grid-column: 2/3;
  grid-row: 1/2;
  background-color: var(--color-white);
  border-left: 1px solid var(--color-text-main);
  display: grid;
  place-content: center;
  grid-template-columns: 1fr;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-about-headline-inner h2 {
    grid-column: 1/2;
    grid-row: 2/3;
    border-left: 0;
    grid-template-columns: auto 1fr;
    align-items: center;
    margin: 0 auto;
    gap: 0.5em;
  }
}
.index-about-headline-inner h2 em {
  font-size: calc(1.1111111111 * 1vw + 0.16 * 1rem);
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-about-headline-inner h2 em {
    grid-column: 2/3;
    grid-row: 1/2;
    font-size: calc(3.5623409669vw + 0.14 * 1rem);
  }
}
.index-about-headline-inner h2 span {
  font-size: calc(3.3333333333 * 1vw + 0.48 * 1rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-about-headline-inner h2 span {
    grid-column: 1/2;
    grid-row: 1/2;
    font-size: calc(7.6335877863vw + 0.3 * 1rem);
    padding: 1em 0;
  }
}
.index-about-headline-inner .index-about-headline-sub {
  grid-column: 1/2;
  grid-row: 1/2;
  font-size: calc(2.5 * 1vw + 0.36 * 1rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  padding: 1em 0;
  font-feature-settings: "palt";
}
.index-about-headline-inner .index-about-headline-sub br.sp-only {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-about-headline-inner .index-about-headline-sub br.sp-only {
    display: block;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-about-headline-inner .index-about-headline-sub {
    display: block;
    grid-column: 1/2;
    grid-row: 1/2;
    background-color: var(--color-primary);
    font-size: calc(5.0890585242vw + 0.2 * 1rem);
    font-weight: 900;
    padding: 8% 8%;
    margin: 0 auto;
    width: 100%;
  }
}

.index-about-text {
  display: grid;
  grid-template-columns: 70% 30%;
  align-items: end;
  gap: 2em;
  width: var(--size-pc-main);
  margin: 0 auto;
  padding: 3em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-about-text {
    width: var(--size-sp-main);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-about-text {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding: 2em 0;
    width: 80%;
    margin: 0 auto;
  }
}
.index-about-text p {
  text-align: justify;
  font-size: calc(1.6666666667 * 1vw + 0.24 * 1rem);
  font-weight: 400;
  line-height: 2;
  padding-right: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-about-text p {
    font-size: calc(3.8167938931vw + 0.15 * 1rem);
    padding-right: 0;
    padding-top: 1em;
  }
}
.index-about-text a {
  display: flex;
  font-size: calc(1.6666666667 * 1vw + 0.24 * 1rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--color-text-main);
  align-items: center;
  gap: 0.5em;
  transition: gap 0.3s ease;
}
.index-about-text a:hover {
  gap: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-about-text a {
    justify-self: end;
    font-size: calc(4.0712468193vw + 0.16 * 1rem);
    margin-top: 3em;
    margin-bottom: 4em;
  }
}
.index-about-text a:after {
  content: "";
  display: block;
  width: 5em;
  aspect-ratio: 15/2;
  background-color: var(--color-text-main);
  -webkit-mask-image: url(../assets/images/icon/icon_arrow_long.svg);
  mask-image: url(../assets/images/icon/icon_arrow_long.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transform: translateY(-25%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-about-text a:after {
    background-image: url(../assets/images/icon/icon_arrow_long_sp.svg);
    width: calc(15.2671755725vw + 0.6 * 1rem);
    aspect-ratio: 60/14;
  }
}

.index-area {
  display: block;
  width: var(--size-pc-main);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-area {
    width: var(--size-sp-main);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-area {
    width: 100%;
  }
}
.index-area .illust {
  position: absolute;
  top: 0;
  right: 5%;
  width: calc(4.1666666667 * 1vw + 0.6 * 1rem);
  width: calc(7.6388888889 * 1vw + 1.1 * 1rem);
  transform: rotateY(180deg);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-area .illust {
    width: calc(8.9058524173vw + 0.35 * 1rem);
    width: calc(17.8117048346vw + 0.7 * 1rem);
  }
}
.index-area .illust img,
.index-area .illust svg {
  display: block;
  width: 100%;
  height: auto;
}

.index-area-btn-list {
  display: grid;
  width: var(--size-pc-main);
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 1em;
  padding: calc(4.1666666667 * 1vw + 0.6 * 1rem) 0 calc(12.5 * 1vw + 1.8 * 1rem) 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-area-btn-list {
    width: var(--size-sp-main);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-area-btn-list {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    padding: calc(15.2671755725vw + 0.6 * 1rem) 0 calc(25.4452926209vw + 1 * 1rem) 0;
    width: 80%;
    gap: calc(5.0890585242vw + 0.2 * 1rem);
  }
}
.index-area-btn-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(2.2222222222 * 1vw + 0.32 * 1rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1.25em 0.5em;
  border: 1px solid var(--color-text-main);
  border-radius: 2em;
  height: 100%;
  transition: outline 0.3s ease;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-area-btn-list li a {
    font-size: calc(5.0890585242vw + 0.2 * 1rem);
    padding: 1em 1.5em;
    height: 100%;
  }
}
.index-area-btn-list li a:hover {
  outline: 3px solid var(--color-text-main);
}

.index-search {
  padding-bottom: calc(5.5555555556 * 1vw + 0.8 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-search {
    padding-bottom: calc(20.3562340967vw + 0.8 * 1rem);
  }
}

.index-search-nav {
  width: var(--size-pc-inner);
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-search-nav {
    width: var(--size-sp-inner);
  }
}
.index-search-nav ul {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7.5%;
  padding: calc(8.3333333333 * 1vw + 1.2 * 1rem) 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-search-nav ul {
    width: 85%;
    margin: 0 auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: calc(10.1781170483vw + 0.4 * 1rem);
  }
}
.index-search-nav a {
  display: block;
}
.index-search-nav a:hover img {
  transform: scale(1.1);
}
.index-search-nav a:hover span {
  transform: translateY(-10%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-search-nav a {
    display: grid;
    grid-template-columns: auto;
  }
}
.index-search-nav a figure {
  display: block;
  width: 100%;
  aspect-ratio: 25/19;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-search-nav a figure {
    width: 80%;
    justify-self: end;
  }
}
.index-search-nav a figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.index-search-nav a span {
  display: block;
  font-size: calc(1.6666666667 * 1vw + 0.24 * 1rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.2em;
  line-height: 1.5;
  background-color: var(--color-white);
  text-align: center;
  padding: 1em;
  width: 85%;
  margin: 0 auto;
  margin-top: -0.4em;
  border: 1px solid var(--color-text-main);
  border-radius: calc(1.3888888889 * 1vw + 0.2 * 1rem);
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-search-nav a span {
    width: 60%;
    font-size: calc(4.5801526718vw + 0.18 * 1rem);
    padding: 0.8em;
    margin-top: calc((7.6335877863vw + 0.3 * 1rem) * -1);
    border-radius: calc(5.0890585242vw + 0.2 * 1rem);
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-search-nav li:nth-child(even) figure {
    justify-self: start;
  }
  .index-search-nav li:nth-child(even) span {
    margin-right: 0;
    margin-left: auto;
  }
}

.index-search-type-headline {
  display: block;
  background-color: #D6CEB3;
  position: relative;
  border-top: 1px solid var(--color-text-main);
  border-bottom: 1px solid var(--color-text-main);
}
.index-search-type-headline.live .illust {
  position: absolute;
  top: 0%;
  right: 5%;
  width: calc(6.4583333333 * 1vw + 0.93 * 1rem);
  width: calc(7.6388888889 * 1vw + 1.1 * 1rem);
  transform: translateY(-65%);
}
.index-search-type-headline.live .illust svg {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-search-type-headline.live .illust {
    width: calc(11.4503816794vw + 0.45 * 1rem);
    width: calc(17.8117048346vw + 0.7 * 1rem);
    right: 2.5%;
    transform: translateY(-80%);
  }
}
.index-search-type-headline.enjoy .illust {
  position: absolute;
  top: 0%;
  right: 10%;
  width: calc(6.9444444444 * 1vw + 1 * 1rem);
  width: calc(7.6388888889 * 1vw + 1.1 * 1rem);
  transform: translateY(-70%);
}
.index-search-type-headline.enjoy .illust svg {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-search-type-headline.enjoy .illust {
    width: calc(11.4503816794vw + 0.45 * 1rem);
    width: calc(17.8117048346vw + 0.7 * 1rem);
    right: 0%;
    transform: translateY(-50%);
  }
}
.index-search-type-headline .illust img,
.index-search-type-headline svg {
  display: block;
  width: 100%;
  height: auto;
}
.index-search-type-headline span {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5em;
  width: var(--size-pc-inner);
  margin: 0 auto;
  font-size: calc(2.2222222222 * 1vw + 0.32 * 1rem);
  padding: 0.4em 0;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-search-type-headline span {
    width: var(--size-sp-inner);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-search-type-headline span {
    font-size: calc(5.0890585242vw + 0.2 * 1rem);
    padding: 0.8em 0;
  }
}
.index-search-type-headline span:before {
  content: "";
  display: block;
  width: 2em;
  aspect-ratio: 1/1;
  background-image: url(../assets/images/icon/icon_live.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-search-type-headline span:before {
    width: 1.5em;
  }
}
.index-search-type-headline.work span:before {
  background-image: url(../assets/images/icon/icon_work.svg);
}
.index-search-type-headline.enjoy span:before {
  background-image: url(../assets/images/icon/icon_enjoy.svg);
}

.index-search-pane {
  display: block;
  width: var(--size-pc-inner);
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-search-pane {
    width: var(--size-sp-inner);
  }
}

.index-search-pane-tagsbox {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: calc(4.1666666667 * 1vw + 0.6 * 1rem);
  padding-bottom: calc(4.1666666667 * 1vw + 0.6 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-search-pane-tagsbox {
    padding-top: calc(5.0890585242vw + 0.2 * 1rem);
    padding-bottom: calc(5.0890585242vw + 0.2 * 1rem);
  }
}
.index-search-pane-tagsbox ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
  padding-top: 1em;
  font-size: calc(1.3888888889 * 1vw + 0.2 * 1rem);
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-search-pane-tagsbox ul {
    font-size: calc(3.5623409669vw + 0.14 * 1rem);
    gap: 0.5em;
  }
}
.index-search-pane-tagsbox ul a {
  display: block;
  padding: 0.5em 2em;
  border: 1px solid var(--color-text-main);
  border-radius: 1.5em;
  display: flex;
  justify-content: center;
  line-height: 1.25;
  transition: outline 0.3s ease;
}
.index-search-pane-tagsbox ul a:hover {
  outline: 3px solid var(--color-text-main);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-search-pane-tagsbox ul a {
    padding: 0.8em 1.5em;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-search-pane-tagsbox ul.region li {
    width: 100% !important;
    flex-basis: 100% !important;
  }
}
.index-search-pane-tagsbox ul.tags a {
  background-color: var(--color-white);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-search-pane-tagsbox ul.tags {
    display: none;
  }
}

.index-search-pane-more-link {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: calc(4.1666666667 * 1vw + 0.6 * 1rem);
  margin-bottom: calc(4.1666666667 * 1vw + 0.6 * 1rem);
  padding-bottom: calc(8.3333333333 * 1vw + 1.2 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-search-pane-more-link {
    margin-top: calc(10.1781170483vw + 0.4 * 1rem);
    margin-bottom: calc(20.3562340967vw + 0.8 * 1rem);
    padding-bottom: calc(0vw + 0 * 1rem);
  }
}
.enjoy .index-search-pane-more-link {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .enjoy .index-search-pane-more-link {
    margin-bottom: calc(0vw + 0 * 1rem);
  }
}
.index-search-pane-more-link a {
  display: flex;
  font-size: calc(1.6666666667 * 1vw + 0.24 * 1rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--color-text-main);
  align-items: center;
  gap: 0.5em;
  transition: gap 0.3s ease;
}
.index-search-pane-more-link a:hover {
  gap: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-search-pane-more-link a {
    font-size: calc(4.0712468193vw + 0.16 * 1rem);
  }
}
.index-search-pane-more-link a:after {
  content: "";
  display: block;
  width: 5em;
  aspect-ratio: 15/2;
  background-image: url(../assets/images/icon/icon_arrow_long.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-25%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-search-pane-more-link a:after {
    width: calc(15.2671755725vw + 0.6 * 1rem);
    aspect-ratio: 60/14;
    background-image: url(../assets/images/icon/icon_arrow_long_sp.svg);
  }
}

.index-topic-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  height: 100%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-topic-list {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: calc(5.0890585242vw + 0.2 * 1rem);
  }
}

.index-contact {
  display: block;
  margin-top: calc(8.3333333333 * 1vw + 1.2 * 1rem);
}

.index-contact-headline {
  display: block;
  background-color: var(--color-primary);
  border-top: 1px solid var(--color-text-main);
  border-bottom: 1px solid var(--color-text-main);
}

.index-contact-headline-inner {
  width: var(--size-pc-inner);
  margin: 0 auto;
  border: 0 !important;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-contact-headline-inner {
    width: var(--size-sp-inner);
  }
}

.index-contact-text {
  display: grid;
  place-content: center;
  padding: calc(8.3333333333 * 1vw + 1.2 * 1rem) 0;
  font-size: calc(2.5 * 1vw + 0.36 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-contact-text {
    font-size: calc(5.0890585242vw + 0.2 * 1rem);
    letter-spacing: 0.1em;
    padding: calc(10.1781170483vw + 0.4 * 1rem) 0;
  }
}
.index-contact-text a {
  display: flex;
  font-size: calc(2.5 * 1vw + 0.36 * 1rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--color-text-main);
  align-items: center;
  gap: 0.5em;
  border: 1px solid var(--color-text-main);
  border-radius: 999px;
  padding: 1em 3em;
  transition: gap 0.3s ease;
}
.index-contact-text a:hover {
  gap: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-contact-text a {
    font-size: calc(5.0890585242vw + 0.2 * 1rem);
    padding: 1em 1.5em;
  }
}
.index-contact-text a:after {
  content: "";
  display: block;
  width: 5em;
  aspect-ratio: 15/2;
  background-image: url(../assets/images/icon/icon_arrow_long.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-25%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .index-contact-text a:after {
    display: none;
  }
}

.notfound {
  width: var(--size-pc-main);
  margin: 0 auto;
  padding-top: 7%;
  padding-bottom: 7%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  place-content: center;
  text-align: center;
  gap: calc(2.7777777778 * 1vw + 0.4 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .notfound {
    width: var(--size-sp-main);
  }
}
.notfound h1 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: calc(3.3333333333 * 1vw + 0.48 * 1rem);
  font-weight: 700;
  padding: 1em 2em;
  background-color: var(--color-primary);
  color: var(--color-text-main);
  border-radius: 1em;
  margin: 0 auto;
}
.notfound p {
  font-size: calc(1.6666666667 * 1vw + 0.24 * 1rem);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
.notfound p a {
  text-decoration: underline;
}

html[lang=en-US] * {
  letter-spacing: normal !important;
}
html[lang=en-US] body {
  font-family: "Noto Sans" !important;
}
html[lang=en-US] .index-about-text {
  font-size: calc(1.5277777778 * 1vw + 0.22 * 1rem);
}
html[lang=en-US] .about-firstText {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 1em;
}
html[lang=en-US] .under-main-headline span {
  font-weight: 700 !important;
}

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