@charset "UTF-8";
*,
::before,
::after {
  box-sizing: content-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
  padding: 0;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -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;
}

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

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 7.9rem;
  font-family: "メイリオ", "Meiryo", sans-serif;
}
@media screen and (max-width: 1240px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 520px) {
  html {
    font-size: 62.5%;
  }
}

img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

main {
  padding-top: 7.9rem;
}
@media screen and (max-width: 520px) {
  main {
    padding-top: 6.4rem;
  }
}

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

.c-titlebox {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-titlebox .lg-title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
}
.c-titlebox .lg-title::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #303030;
}
.c-titlebox .lg-title .prefix {
  font-size: 4.6rem;
  font-weight: 400;
  color: #303030;
  font-family: "Dela Gothic One", serif;
  line-height: 1;
}
.c-titlebox .lg-title .lg-text {
  font-size: 5.6rem;
  font-weight: 400;
  color: #303030;
  font-family: "Dela Gothic One", serif;
  line-height: 0.9em;
}
.c-titlebox .sm-title {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  line-height: 1;
  padding-top: 1.8rem;
}

.c-bread {
  background-color: #f8f4eb;
  max-width: 128rem;
  margin: 0 auto;
  box-sizing: border-box;
  word-break: break-all;
  display: block;
}
.c-bread .home {
  width: 1.6rem;
  aspect-ratio: 16/17;
  vertical-align: top;
  display: inline-block;
  margin-top: 0.3rem;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .c-bread .home {
    width: 1rem;
    height: 1.1rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .c-bread .home:hover {
    opacity: 0.6;
  }
}
.c-bread .home img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-bread .bar {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  margin-left: 0.7rem;
  margin-right: 0.7rem;
}
@media screen and (max-width: 520px) {
  .c-bread .bar {
    line-height: 1;
  }
}
.c-bread .prev {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: black;
  transition: 0.3s;
}
@media screen and (min-width: 960px) {
  .c-bread .prev:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 520px) {
  .c-bread .prev {
    font-size: 1.1rem;
  }
}
.c-bread .current {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #eb6fa5;
  word-break: break-all;
}
@media screen and (max-width: 520px) {
  .c-bread .current {
    font-size: 1.1rem;
  }
}

.form {
  background-color: white;
  width: calc(100% - 3.6rem);
  max-width: 105.6rem;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 520px) {
  .form {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    width: calc(100% - 3.4rem);
    border-radius: 1rem;
  }
}
.form .form-container {
  width: calc(100% - 4.8rem);
  max-width: 88rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.form .form-container .form-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px dashed black;
  padding-bottom: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .form .form-container .form-title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form .form-container .form-title .illust {
  width: 19.7rem;
  height: auto;
  display: block;
}
@media screen and (max-width: 520px) {
  .form .form-container .form-title .illust {
    width: 12.183rem;
  }
}
.form .form-container .form-title .illust img {
  width: 100%;
  height: auto;
  display: block;
}
.form .form-container .form-title .form-title-text {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  margin-left: 2.1rem;
}
@media screen and (max-width: 520px) {
  .form .form-container .form-title .form-title-text {
    font-size: 1.4rem;
    margin-left: 0;
    margin-top: 0.8rem;
  }
}
.form .form-container .input-area {
  width: 68.5rem;
  margin: 0 auto;
  margin-top: 2.4rem;
  max-width: 100%;
}
@media screen and (max-width: 520px) {
  .form .form-container .input-area {
    margin-top: 1.6rem;
  }
}
.form .form-container .input-area .text {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  display: block;
  line-height: 1.8;
}
@media screen and (max-width: 520px) {
  .form .form-container .input-area .text {
    font-size: 1.3rem;
  }
}
.form .form-container .input-area .text-below {
  display: flex;
  margin-top: 0.4rem;
}
@media screen and (max-width: 520px) {
  .form .form-container .input-area .text-below {
    align-items: center;
  }
}
.form .form-container .input-area .text-below .req {
  margin-right: 0.8rem;
}
.form .form-container .input-area .req {
  width: 4.7rem;
  height: 2.6rem;
  background-color: #303030;
  border-radius: 3px;
  color: white;
  font-size: 1.3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 520px) {
  .form .form-container .input-area .req {
    width: 4.2rem;
    height: 1.9rem;
    font-size: 1rem;
  }
}
.form .form-container .input-area .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
}
@media screen and (max-width: 520px) {
  .form .form-container .input-area .box {
    margin-top: 1.6rem;
  }
}
.form .form-container .input-area .box .title {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Lexend", sans-serif;
  color: #303030;
  display: flex;
  gap: 1.4rem;
  align-items: center;
}
@media screen and (max-width: 520px) {
  .form .form-container .input-area .box .title {
    font-size: 1.4rem;
  }
}
.form .form-container .input-area .box .title-name {
  margin-bottom: 1.2rem;
}
.form .form-container .input-area .box .text-input {
  height: 6rem;
  width: 100%;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  background-color: #f9f9f9;
  margin-top: 0.8rem;
  box-sizing: border-box;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  color: #303030;
  letter-spacing: 0.02em;
}
.form .form-container .input-area .box .text-input::-moz-placeholder {
  color: #b5b5b5;
}
.form .form-container .input-area .box .text-input::placeholder {
  color: #b5b5b5;
}
@media screen and (max-width: 520px) {
  .form .form-container .input-area .box .text-input {
    height: 4.8rem;
    font-size: 1.3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 1.2rem;
  }
}
.form .form-container .input-area .box .select {
  height: 6rem;
  width: 100%;
  position: relative;
  margin-top: 0.8rem;
}
.form .form-container .input-area .box .select::after {
  content: "";
  width: 1.299rem;
  height: 1.55rem;
  position: absolute;
  right: 2.1rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/p-angle-top-down.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 520px) {
  .form .form-container .input-area .box .select {
    height: 4.8rem;
    margin-top: 1.2rem;
  }
}
.form .form-container .input-area .box .select select {
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  background-color: #f9f9f9;
  box-sizing: border-box;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  color: #303030;
  letter-spacing: 0.02em;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 520px) {
  .form .form-container .input-area .box .select select {
    font-size: 1.3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.form .form-container .input-area .box .select .icon {
  width: 1.299rem;
  height: 1.55rem;
  position: absolute;
  right: 2.1rem;
  top: 50%;
  transform: translateY(-50%);
}
.form .form-container .input-area .box .textarea {
  width: 100%;
  height: 24rem;
  box-sizing: border-box;
  padding: 1.4rem 1.6rem;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  background-color: #f9f9f9;
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  color: #303030;
  letter-spacing: 0.02em;
}
.form .form-container .input-area .box .textarea::-moz-placeholder {
  color: #b5b5b5;
}
.form .form-container .input-area .box .textarea::placeholder {
  color: #b5b5b5;
}
.form .form-container .input-area .box .block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 3.6rem;
}
@media screen and (max-width: 769px) {
  .form .form-container .input-area .box .block {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 1rem;
  }
}
.form .form-container .input-area .box .block .block-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 769px) {
  .form .form-container .input-area .box .block .block-inner {
    width: 100%;
  }
  .form .form-container .input-area .box .block .block-inner:nth-child(2) .text-input-name {
    margin-top: 0;
  }
}
.form .form-container .input-area .box .block .block-inner .sub {
  width: 4.9rem;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Lexend", sans-serif;
  color: #333333;
}
@media screen and (max-width: 520px) {
  .form .form-container .input-area .box .block .block-inner .sub {
    width: 4.3rem;
    font-size: 1.4rem;
  }
}
.form .form-container .input-area .box .block .block-inner .text-input-name {
  height: 6rem;
  width: 26.4rem;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  background-color: #f9f9f9;
  box-sizing: border-box;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  color: #303030;
  letter-spacing: 0.02em;
}
.form .form-container .input-area .box .block .block-inner .text-input-name::-moz-placeholder {
  color: #b5b5b5;
}
.form .form-container .input-area .box .block .block-inner .text-input-name::placeholder {
  color: #b5b5b5;
}
@media screen and (max-width: 769px) {
  .form .form-container .input-area .box .block .block-inner .text-input-name {
    flex: 1;
    width: unset;
    max-width: 100%;
    box-sizing: border-box;
    height: 4.8rem;
  }
}
@media screen and (max-width: 520px) {
  .form .form-container .input-area .box .block .block-inner .text-input-name {
    margin-top: 0rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 520px) {
  .form .form-container .input-area .privacy-area {
    display: flex;
    flex-direction: column-reverse;
  }
}
.form .form-container .input-area .privacy {
  width: 50rem;
  margin: 0 auto;
  margin-top: 2.4rem;
  height: 14.6rem;
  border: 1px solid #b5b5b5;
  overflow-y: scroll;
  border-radius: 5px;
  padding: 1.4rem 1.8rem;
  box-sizing: border-box;
}
@media screen and (max-width: 520px) {
  .form .form-container .input-area .privacy {
    width: 100%;
  }
}
.form .form-container .input-area .privacy .privacy-text {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #666666;
}
.form .form-container .input-area .privacy-check {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 50rem;
  margin: 0 auto;
  margin-top: 2.5rem;
}
@media screen and (max-width: 520px) {
  .form .form-container .input-area .privacy-check {
    width: 100%;
    margin-top: 1.2rem;
  }
}
.form .form-container .input-area .privacy-check .checkbox {
  box-sizing: border-box;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #b5b5b5;
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  cursor: pointer;
}
.form .form-container .input-area .privacy-check .checkbox:checked::after {
  opacity: 1;
}
.form .form-container .input-area .privacy-check .checkbox::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-color: #303030;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1px;
  opacity: 0;
}
.form .form-container .input-area .privacy-check .privacy-inner {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Lexend", sans-serif;
  color: #2e2f30;
  letter-spacing: 0.04em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1.4rem;
  margin-left: 1rem;
}
@media screen and (max-width: 520px) {
  .form .form-container .input-area .privacy-check .privacy-inner {
    font-size: 1.2rem;
  }
}
.form .form-container .input-area .thin-text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  color: black;
  line-height: 2;
  letter-spacing: 0.02em;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.8rem;
}
@media screen and (max-width: 520px) {
  .form .form-container .input-area .thin-text {
    font-size: 1.3rem;
    text-align: left;
    margin-top: 1.6rem;
  }
}
.form .form-container .input-area .btn {
  width: 42.5rem;
  height: 6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid black;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 2.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: black;
  background-color: white;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .form .form-container .input-area .btn {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    width: 100%;
    height: 5.4rem;
  }
}
@media screen and (min-width: 960px) {
  .form .form-container .input-area .btn:hover {
    background-color: #303030;
    color: white;
  }
}
@media screen and (max-width: 520px) {
  .form .form-container .input-area .btn .btn-text {
    flex: 1;
  }
}
.form .form-container .input-area .btn .icon {
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.699rem;
  height: 1.725rem;
  vertical-align: middle;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 520px) {
  .form .form-container .input-area .btn .icon {
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
    margin-right: 1.7rem;
  }
}
.form .wpcf7-form-control-wrap {
  width: 100%;
  flex: 1 !important;
}
.form .block-inner .wpcf7-form-control-wrap {
  width: calc(100% - 4.9rem);
}
.form .privacy-check .wpcf7-form-control-wrap {
  width: unset !important;
  flex: unset;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.form .wpcf7-list-item {
  margin-left: 0;
}
.form .wpcf7-not-valid {
  border: 1px solid red !important;
}

.pop-before {
  opacity: 0;
  transform: scale(0);
}

.pop {
  -webkit-animation-name: pop;
          animation-name: pop;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.9, 0, 1, 1);
          animation-timing-function: cubic-bezier(0.9, 0, 1, 1);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes pop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.9);
    opacity: 1;
  }
  75% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes pop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.9);
    opacity: 1;
  }
  75% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.g-recaptcha {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}

.l-header {
  background-color: white;
  width: 100%;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #eb6fa5;
  box-sizing: border-box;
  position: fixed;
  z-index: 2000;
}
@media screen and (max-width: 520px) {
  .l-header {
    border-bottom: 1px solid #dcdcdc;
  }
}
.l-header .container {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding-left: 2.9rem;
  padding-right: 1.9rem;
  max-width: 128rem;
}
@media screen and (max-width: 1240px) {
  .l-header .container {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
@media screen and (max-width: 1010px) {
  .l-header .container {
    justify-content: space-between;
  }
}
.l-header .logo {
  width: 15.8rem;
  aspect-ratio: 158/44;
}
@media screen and (max-width: 520px) {
  .l-header .logo {
    width: 12.5rem;
  }
}
.l-header .nav {
  margin-left: 2rem;
}
@media screen and (max-width: 1010px) {
  .l-header .nav {
    display: none;
  }
}
.l-header .nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
.l-header .nav ul .nav-link {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #333333;
  line-height: 2.2;
  letter-spacing: 2.1px;
  position: relative;
  transition-duration: 0.3s;
  display: block;
}
.l-header .nav ul .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #eb6fa5;
  transition-duration: 0.3s;
  left: 0;
}
@media screen and (min-width: 960px) {
  .l-header .nav ul .nav-link:hover {
    color: #eb6fa5;
    font-weight: bold;
  }
  .l-header .nav ul .nav-link:hover::after {
    width: 100%;
  }
}
.l-header .buttons {
  margin-left: 2.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.9rem;
}
@media screen and (max-width: 1010px) {
  .l-header .buttons {
    margin-left: auto;
  }
}
.l-header .buttons .btn {
  width: 15.5rem;
  height: 5rem;
  box-sizing: border-box;
  border: 1px solid #e5e3e3;
  border-radius: 2.8rem;
  background-color: #eb6fa5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.21px;
  line-height: 2.2;
  transition: 0.6s;
}
@media screen and (max-width: 520px) {
  .l-header .buttons .btn {
    width: 12.6rem;
    height: 3.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 960px) {
  .l-header .buttons .btn:hover {
    transform: scale(1.08);
  }
}
.l-header .buttons .btn-black {
  background-color: #303030;
  letter-spacing: 0.036rem;
}
@media screen and (max-width: 1010px) {
  .l-header .buttons .sp-none {
    display: none;
  }
}
.l-header .hamburger {
  display: none;
  width: 2.7rem;
  margin-left: 1.4rem;
  height: 1.2rem;
  position: relative;
}
.l-header .hamburger-line {
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #303030;
  border-radius: 0.1rem;
  position: absolute;
  left: 0;
  transition-duration: 0.3s;
}
.l-header .hamburger-line.above {
  top: 0;
}
.l-header .hamburger-line.below {
  bottom: 0;
}
@media screen and (max-width: 1010px) {
  .l-header .hamburger {
    display: block;
  }
}
.l-header .hamburger-active .above {
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
}
.l-header .hamburger-active .below {
  bottom: 50%;
  transform: translateY(50%) rotate(-30deg);
}

.ham {
  background-color: white;
  padding-top: 9.5rem;
  padding-bottom: 8rem;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1900;
  box-sizing: border-box;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  overflow-y: scroll;
}
.ham * {
  pointer-events: none;
}
.ham .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.767rem 2rem;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .ham .menu {
    gap: 1.2rem;
  }
}
.ham .menu li {
  width: calc((100% - 2rem) / 2);
  border-bottom: 1px solid #BBBBBB;
  padding-bottom: 1.3rem;
}
@media screen and (max-width: 520px) {
  .ham .menu li {
    width: 100%;
    padding-bottom: 0.8rem;
  }
}
.ham .menu li .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 960px) {
  .ham .menu li .inner:hover .text .en {
    color: #eb6fa5;
  }
  .ham .menu li .inner:hover .text .ja {
    color: #eb6fa5;
  }
  .ham .menu li .inner:hover .icon {
    background-color: #eb6fa5;
  }
}
.ham .menu li .inner .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ham .menu li .inner .text .en {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #46463e;
  line-height: 1.6318181818;
  letter-spacing: 1.08px;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .ham .menu li .inner .text .en {
    font-size: 1.6rem;
    line-height: 2.24375;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.ham .menu li .inner .text .ja {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #46463e;
  line-height: 1.3307692308;
  letter-spacing: 0.78px;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .ham .menu li .inner .text .ja {
    font-size: 1.2rem;
    line-height: 1.4416666667;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.ham .menu li .inner .icon {
  width: 5.1rem;
  height: 2.7rem;
  background-color: #46463e;
  border-radius: 3.129rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 2.4rem;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .ham .menu li .inner .icon {
    width: 4.9rem;
    height: 2.6rem;
    margin-right: 1rem;
  }
}
.ham .menu li .inner .icon img {
  width: 1.4rem;
  height: 0.8rem;
  aspect-ratio: 14/8;
  -o-object-fit: contain;
     object-fit: contain;
}
.ham .below {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3.2rem;
  margin-top: 3.5rem;
  position: relative;
  background-color: #f8f4eb;
  border-radius: 1rem;
  padding: 0.85rem 2.4rem;
}
@media screen and (max-width: 769px) {
  .ham .below {
    margin-top: 3.7rem;
  }
}
@media screen and (max-width: 520px) {
  .ham .below {
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
    padding-left: 3.3rem;
    padding-right: 3.3rem;
  }
}
.ham .below .sns-title {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Dela Gothic One", serif;
  color: #303030;
}
.ham .below .x {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
.ham .below .x .name {
  width: 2.1rem;
  aspect-ratio: 21/103;
}
.ham .below .x .icon {
  width: 5.3rem;
  aspect-ratio: 53/53;
}
.ham .below .line {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.ham .below .line .name {
  width: 2.1rem;
  aspect-ratio: 21/103;
}
.ham .below .line .icon {
  width: 11.1rem;
  aspect-ratio: 111/123;
}

.body-ham-open {
  overflow: hidden;
}

.ham-active {
  opacity: 1;
  pointer-events: auto;
}
.ham-active * {
  pointer-events: auto;
}

body {
  overflow-x: hidden;
}

.l-footer-topics {
  background-color: #f8f4eb;
  padding-bottom: 12.268rem;
}
@media screen and (max-width: 520px) {
  .l-footer-topics {
    padding-bottom: 6rem;
  }
}
.l-footer-topics .container {
  max-width: 116rem;
  margin: 0 auto;
  width: calc(100% - 4rem);
}
.l-footer-topics .c-titlebox {
  margin: 0 auto;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 520px) {
  .l-footer-topics .c-titlebox {
    margin-bottom: 2.4rem;
  }
  .l-footer-topics .c-titlebox .lg-title {
    gap: 0.7rem;
  }
  .l-footer-topics .c-titlebox .lg-title::after {
    height: 2px;
  }
  .l-footer-topics .c-titlebox .prefix {
    font-size: 2.4rem;
    vertical-align: bottom;
  }
  .l-footer-topics .c-titlebox .lg-text {
    font-size: 2.4rem;
    vertical-align: bottom;
    line-height: 1;
  }
  .l-footer-topics .c-titlebox .sm-title {
    font-size: 1.4rem;
    padding-top: 0.7rem;
  }
}
.l-footer-topics .topics-contents {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 4.7rem;
  background-color: white;
  padding: 4rem;
  padding-right: 4.7rem;
  border-radius: 3.2rem;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .l-footer-topics .topics-contents {
    border-radius: 1.6rem;
    padding: 1.6rem;
    flex-direction: column;
    gap: 1.2rem;
  }
}
.l-footer-topics .topics-contents .img {
  width: 31.4rem;
  aspect-ratio: 314/224;
  overflow: hidden;
  border-radius: 0.8rem;
}
@media screen and (max-width: 769px) {
  .l-footer-topics .topics-contents .img {
    width: 100%;
    aspect-ratio: 307/160;
    border-radius: 0;
  }
}
.l-footer-topics .topics-contents .img img {
  height: 100%;
}
.l-footer-topics .topics-contents .textbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  width: 100%;
}
.l-footer-topics .topics-contents .textbox .tag {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Dela Gothic One", serif;
  color: #303030;
  line-height: 0.9;
  padding-top: 0.35rem;
  padding-bottom: 0.65rem;
  padding-right: 1.4rem;
  padding-left: 1.4rem;
  background-color: #ffa733;
  box-sizing: border-box;
  border: 1px solid #303030;
  border-radius: 0.6rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 520px) {
  .l-footer-topics .topics-contents .textbox .tag {
    font-size: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.55rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.l-footer-topics .topics-contents .textbox .title {
  font-size: 2rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.895;
  margin-bottom: 2rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px dashed black;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .l-footer-topics .topics-contents .textbox .title {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
  }
}
.l-footer-topics .topics-contents .textbox .area {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.1rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #6c5509;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .l-footer-topics .topics-contents .textbox .area {
    font-size: 1.2rem;
  }
}
.l-footer-topics .topics-contents .textbox .area .icon {
  width: 2.2rem;
  aspect-ratio: 22/18;
}
@media screen and (max-width: 520px) {
  .l-footer-topics .topics-contents .textbox .area .icon {
    width: 1.6rem;
  }
}
.l-footer-topics .topics-contents .textbox .date {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #6c5509;
  line-height: 1;
  margin-top: 2rem;
}
@media screen and (max-width: 520px) {
  .l-footer-topics .topics-contents .textbox .date {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
.l-footer-topics .topics-contents .textbox .date .icon {
  width: 2rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 520px) {
  .l-footer-topics .topics-contents .textbox .date .icon {
    width: 1.2rem;
  }
}
.l-footer-topics .topics-contents .textbox .more {
  margin-top: 2.1rem;
  align-self: flex-end;
  width: 22.6rem;
  height: 4.2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  background-color: white;
  border-radius: 5rem;
  border: 2px solid #303030;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .l-footer-topics .topics-contents .textbox .more {
    align-self: center;
    width: 21.6rem;
    height: 3.84rem;
    box-sizing: border-box;
    padding-left: 2.556rem;
    padding-right: 2.556rem;
  }
}
@media screen and (min-width: 960px) {
  .l-footer-topics .topics-contents .textbox .more:hover {
    background-color: #303030;
  }
  .l-footer-topics .topics-contents .textbox .more:hover .text {
    color: white;
  }
}
.l-footer-topics .topics-contents .textbox .more .text {
  font-size: 1.61rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  line-height: 1;
  transition: 0.3s;
  padding-left: 4.394rem;
}
@media screen and (max-width: 520px) {
  .l-footer-topics .topics-contents .textbox .more .text {
    font-size: 1.3rem;
    padding: 0;
    flex: 1;
    text-align: center;
  }
}
.l-footer-topics .topics-contents .textbox .more .icon {
  width: 3.672rem;
  aspect-ratio: 36.72/17.13;
  margin-left: 1.2rem;
}
@media screen and (max-width: 520px) {
  .l-footer-topics .topics-contents .textbox .more .icon {
    margin: 0;
  }
}

.l-footer {
  padding-top: 8rem;
}
@media screen and (max-width: 769px) {
  .l-footer {
    padding-top: 4rem;
  }
}
.l-footer .container {
  width: calc(100% - 3.6rem);
  max-width: 116rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 769px) {
  .l-footer .container {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.l-footer .container .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0.02rem;
}
@media screen and (max-width: 769px) {
  .l-footer .container .left {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 520px) {
  .l-footer .container .left {
    width: 100%;
  }
}
.l-footer .container .left .above {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 769px) {
  .l-footer .container .left .above {
    margin-top: 3.3rem;
  }
}
.l-footer .container .left .above .logo {
  width: 25.6rem;
  aspect-ratio: 256/72;
}
@media screen and (max-width: 520px) {
  .l-footer .container .left .above .logo {
    width: 15.8rem;
  }
}
.l-footer .container .left .above .info {
  margin-top: 2.7rem;
}
@media screen and (max-width: 520px) {
  .l-footer .container .left .above .info {
    margin-top: 1.6rem;
  }
}
.l-footer .container .left .above .info .name {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #46463e;
  line-height: 1.1533333333;
  letter-spacing: 0.78px;
}
.l-footer .container .left .above .info .add {
  margin-top: 1.2rem;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  line-height: 1.3307692308;
  letter-spacing: 0.78px;
  color: #46463e;
}
.l-footer .container .left .below {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  margin-top: 14.67rem;
  position: relative;
  background-color: #f8f4eb;
  border-radius: 1rem;
  padding: 0rem 1.631rem;
  padding-bottom: 2.1rem;
  padding-top: 3rem;
}
@media screen and (max-width: 769px) {
  .l-footer .container .left .below {
    margin-top: 3.7rem;
  }
}
@media screen and (max-width: 520px) {
  .l-footer .container .left .below {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.l-footer .container .left .below .sns-title {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Dela Gothic One", serif;
  color: #303030;
}
.l-footer .container .left .below .x {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
}
.l-footer .container .left .below .x .name {
  width: 11.819rem;
  aspect-ratio: 118.19/19;
}
.l-footer .container .left .below .x .icon {
  width: 6.4rem;
  aspect-ratio: 1/1;
  transition: 0.3s;
  cursor: pointer;
}
.l-footer .container .left .below .x .icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 960px) {
  .l-footer .container .left .below .x .icon:hover {
    opacity: 0.6;
  }
}
.l-footer .container .left .below .insta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
.l-footer .container .left .below .insta .name {
  width: 14.2rem;
  aspect-ratio: 142/19;
}
.l-footer .container .left .below .insta .icon {
  width: 6.4rem;
  aspect-ratio: 1/1;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .l-footer .container .left .below .insta .icon:hover {
    opacity: 0.6;
  }
}
.l-footer .container .right {
  flex: 1;
  max-width: 69rem;
}
@media screen and (max-width: 769px) {
  .l-footer .container .right {
    max-width: 100%;
  }
}
.l-footer .container .right .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.767rem 2rem;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .l-footer .container .right .menu {
    gap: 1.2rem;
  }
}
.l-footer .container .right .menu li {
  width: calc((100% - 2rem) / 2);
  border-bottom: 1px solid #BBBBBB;
  padding-bottom: 1.3rem;
}
@media screen and (max-width: 520px) {
  .l-footer .container .right .menu li {
    width: 100%;
    padding-bottom: 0.8rem;
  }
}
.l-footer .container .right .menu li .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 960px) {
  .l-footer .container .right .menu li .inner:hover .text .en {
    color: #eb6fa5;
  }
  .l-footer .container .right .menu li .inner:hover .text .ja {
    color: #eb6fa5;
  }
  .l-footer .container .right .menu li .inner:hover .icon {
    background-color: #eb6fa5;
  }
}
.l-footer .container .right .menu li .inner .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.l-footer .container .right .menu li .inner .text .en {
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #46463e;
  line-height: 1.6318181818;
  letter-spacing: 1.08px;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .l-footer .container .right .menu li .inner .text .en {
    font-size: 1.6rem;
    line-height: 2.24375;
  }
}
.l-footer .container .right .menu li .inner .text .ja {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #46463e;
  line-height: 1.3307692308;
  letter-spacing: 0.78px;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .l-footer .container .right .menu li .inner .text .ja {
    font-size: 1.2rem;
    line-height: 1.4416666667;
  }
}
.l-footer .container .right .menu li .inner .icon {
  width: 5.1rem;
  height: 2.7rem;
  background-color: #46463e;
  border-radius: 3.129rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 2.4rem;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .l-footer .container .right .menu li .inner .icon {
    width: 4.9rem;
    height: 2.6rem;
  }
}
.l-footer .container .right .menu li .inner .icon img {
  width: 1.4rem;
  height: 0.8rem;
  aspect-ratio: 14/8;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer .footer-bottom {
  width: calc(100% - 3.6rem);
  max-width: 116rem;
  margin: 0 auto;
  display: flex;
  padding-top: 4.5rem;
  padding-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .l-footer .footer-bottom {
    padding-bottom: 10rem;
    padding-top: 2.4rem;
    flex-direction: column;
    gap: 1rem;
  }
}
.l-footer .footer-bottom .privacy {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #A0A0A0;
  margin-right: 1.4rem;
}
.l-footer .footer-bottom .copy {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #A0A0A0;
}
.l-footer .footer-bottom .to-top {
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 1px solid #b5b3b0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #b5b3b0;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .l-footer .footer-bottom .to-top {
    bottom: 3.2rem;
    top: unset;
    transform: unset;
  }
}
@media screen and (min-width: 960px) {
  .l-footer .footer-bottom .to-top:hover {
    border-color: #303030;
    color: #303030;
  }
}

.loading {
  width: 100%;
  height: 100vh;
  background-color: #eb6fa5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.loading .loadimg {
  opacity: 0;
  transition: 0.3s;
  max-width: 32.6rem;
}
@media screen and (max-width: 520px) {
  .loading .loadimg {
    max-width: 20rem;
  }
}

.loaded {
  pointer-events: none;
  opacity: 0;
}

.act {
  opacity: 1 !important;
}

.top .mv {
  width: 100%;
  padding-top: 2.9rem;
  padding-bottom: 3.5rem;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .top .mv {
    padding-top: 3.8rem;
    padding-bottom: 4.651rem;
  }
}
.top .mv .slide-box {
  width: 100%;
  height: 21rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .top .mv .slide-box {
    height: 15.949rem;
  }
}
.top .mv .slide-box .frame {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
}
.top .mv .slide-box .frame .slide {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  height: 100%;
  -webkit-animation-name: mvslide;
          animation-name: mvslide;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  padding-right: 2rem;
}
@media screen and (max-width: 520px) {
  .top .mv .slide-box .frame .slide {
    padding-right: 1.519rem;
    gap: 1.519rem;
  }
}
.top .mv .slide-box .frame .slide .item {
  width: 30rem;
  box-sizing: border-box;
  aspect-ratio: 300/194;
  border: 2px solid #eb6fa5;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .top .mv .slide-box .frame .slide .item {
    width: 22.785rem;
    aspect-ratio: 227.85/147.34;
  }
}
.top .mv .slide-box .frame .slide .up {
  margin-top: 0;
  margin-bottom: auto;
}
.top .mv .slide-box .frame .slide .down {
  margin-top: auto;
  margin-bottom: 0;
}
@-webkit-keyframes mvslide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes mvslide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.top .mv .logo-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 0.7rem;
  padding-bottom: 2.3rem;
  position: relative;
  max-width: 128rem;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .top .mv .logo-box {
    padding: 0;
  }
}
.top .mv .logo-box .logo {
  width: 32.6rem;
  aspect-ratio: 326/121;
}
@media screen and (max-width: 520px) {
  .top .mv .logo-box .logo {
    width: 21.1rem;
    padding-top: 4.251rem;
    padding-bottom: 2.517rem;
  }
}
.top .mv .logo-box .illust {
  position: absolute;
}
.top .mv .logo-box .illust1 {
  width: 12.7rem;
  aspect-ratio: 127/92;
  left: 5.4rem;
  top: 2.6rem;
}
@media screen and (max-width: 960px) {
  .top .mv .logo-box .illust1 {
    display: none;
  }
}
.top .mv .logo-box .illust2 {
  width: 8.51rem;
  aspect-ratio: 85.1/69.99;
  left: 23.9rem;
  bottom: -4.5rem;
  transform: rotate(12.39deg);
}
@media screen and (max-width: 960px) {
  .top .mv .logo-box .illust2 {
    left: 3.033rem;
    bottom: -5.2rem;
  }
}
@media screen and (max-width: 520px) {
  .top .mv .logo-box .illust2 {
    width: 7.2rem;
  }
}
.top .mv .logo-box .illust3 {
  width: 8.8rem;
  aspect-ratio: 88/96;
  left: 28.3rem;
  top: -2.4rem;
}
@media screen and (max-width: 960px) {
  .top .mv .logo-box .illust3 {
    left: 1rem;
    top: -4.467rem;
  }
}
@media screen and (max-width: 520px) {
  .top .mv .logo-box .illust3 {
    width: 6.961rem;
  }
}
.top .mv .logo-box .illust4 {
  width: 13.205rem;
  aspect-ratio: 132.05/47.01;
  right: 36.67rem;
  bottom: -3rem;
  transform: rotate(-10.24deg);
}
@media screen and (max-width: 960px) {
  .top .mv .logo-box .illust4 {
    right: 1.488rem;
    bottom: -3.3rem;
  }
}
@media screen and (max-width: 520px) {
  .top .mv .logo-box .illust4 {
    width: 10.7rem;
  }
}
.top .mv .logo-box .illust5 {
  width: 13.534rem;
  aspect-ratio: 135.34/129.04;
  right: 23.564rem;
  top: -4.3rem;
  transform: rotate(13.72deg);
}
@media screen and (max-width: 960px) {
  .top .mv .logo-box .illust5 {
    right: 0.571rem;
    top: -6.667rem;
  }
}
@media screen and (max-width: 520px) {
  .top .mv .logo-box .illust5 {
    width: 9.275rem;
  }
}
.top .mv .logo-box .illust6 {
  width: 11.7rem;
  aspect-ratio: 117/110;
  right: 3rem;
  top: 5.1rem;
}
@media screen and (max-width: 960px) {
  .top .mv .logo-box .illust6 {
    display: none;
  }
}
.top .topics {
  background-color: #f8f4eb;
  padding-top: 5.1rem;
}
@media screen and (max-width: 520px) {
  .top .topics {
    padding-top: 5.6rem;
  }
}
.top .topics .container {
  max-width: 116rem;
  margin: 0 auto;
  width: calc(100% - 4rem);
}
.top .topics .c-titlebox {
  margin: 0 auto;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 520px) {
  .top .topics .c-titlebox {
    margin-bottom: 2.4rem;
  }
  .top .topics .c-titlebox .lg-title {
    gap: 0.7rem;
  }
  .top .topics .c-titlebox .lg-title::after {
    height: 2px;
  }
  .top .topics .c-titlebox .prefix {
    font-size: 2.4rem;
    vertical-align: bottom;
  }
  .top .topics .c-titlebox .lg-text {
    font-size: 2.4rem;
    vertical-align: bottom;
    line-height: 1;
  }
  .top .topics .c-titlebox .sm-title {
    font-size: 1.4rem;
    padding-top: 0.7rem;
  }
}
.top .topics .topics-contents {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 4.7rem;
  background-color: white;
  padding: 4rem;
  padding-right: 4.7rem;
  border-radius: 3.2rem;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .top .topics .topics-contents {
    border-radius: 1.6rem;
    padding: 1.6rem;
    flex-direction: column;
    gap: 1.2rem;
  }
}
.top .topics .topics-contents .img {
  width: 31.4rem;
  aspect-ratio: 314/224;
  overflow: hidden;
  border-radius: 0.8rem;
}
@media screen and (max-width: 769px) {
  .top .topics .topics-contents .img {
    width: 100%;
    aspect-ratio: 307/160;
    border-radius: 0;
  }
}
.top .topics .topics-contents .textbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  width: 100%;
}
.top .topics .topics-contents .textbox .tag {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Dela Gothic One", serif;
  color: #303030;
  line-height: 0.9;
  padding-top: 0.35rem;
  padding-bottom: 0.65rem;
  padding-right: 1.4rem;
  padding-left: 1.4rem;
  background-color: #ffa733;
  box-sizing: border-box;
  border: 1px solid #303030;
  border-radius: 0.6rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 520px) {
  .top .topics .topics-contents .textbox .tag {
    font-size: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.55rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.top .topics .topics-contents .textbox .title {
  font-size: 2rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.895;
  margin-bottom: 2rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px dashed black;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .top .topics .topics-contents .textbox .title {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
  }
}
.top .topics .topics-contents .textbox .area {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.1rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #6c5509;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .top .topics .topics-contents .textbox .area {
    font-size: 1.2rem;
  }
}
.top .topics .topics-contents .textbox .area .icon {
  width: 2.2rem;
  aspect-ratio: 22/18;
}
@media screen and (max-width: 520px) {
  .top .topics .topics-contents .textbox .area .icon {
    width: 1.6rem;
  }
}
.top .topics .topics-contents .textbox .date {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #6c5509;
  line-height: 1;
  margin-top: 2rem;
}
@media screen and (max-width: 520px) {
  .top .topics .topics-contents .textbox .date {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
.top .topics .topics-contents .textbox .date .icon {
  width: 2rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 520px) {
  .top .topics .topics-contents .textbox .date .icon {
    width: 1.2rem;
  }
}
.top .topics .topics-contents .textbox .more {
  margin-top: 2.1rem;
  align-self: flex-end;
  width: 22.6rem;
  height: 4.2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  background-color: white;
  border-radius: 5rem;
  border: 2px solid #303030;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .top .topics .topics-contents .textbox .more {
    align-self: center;
    width: 21.6rem;
    height: 3.84rem;
    box-sizing: border-box;
    padding-left: 2.556rem;
    padding-right: 2.556rem;
  }
}
@media screen and (min-width: 960px) {
  .top .topics .topics-contents .textbox .more:hover {
    background-color: #303030;
  }
  .top .topics .topics-contents .textbox .more:hover .text {
    color: white;
  }
}
.top .topics .topics-contents .textbox .more .text {
  font-size: 1.61rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  line-height: 1;
  transition: 0.3s;
  padding-left: 4.394rem;
}
@media screen and (max-width: 520px) {
  .top .topics .topics-contents .textbox .more .text {
    font-size: 1.3rem;
    padding: 0;
    flex: 1;
    text-align: center;
  }
}
.top .topics .topics-contents .textbox .more .icon {
  width: 3.672rem;
  aspect-ratio: 36.72/17.13;
  margin-left: 1.2rem;
}
@media screen and (max-width: 520px) {
  .top .topics .topics-contents .textbox .more .icon {
    margin: 0;
  }
}
.top .topics .what {
  display: flex;
  flex-direction: row;
  background-color: #eb6fa5;
  border-radius: 4rem;
  position: relative;
  margin-top: 6rem;
  z-index: 2;
  padding-top: 0;
}
@media screen and (max-width: 960px) {
  .top .topics .what {
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 520px) {
  .top .topics .what {
    margin-top: 2.96rem;
    border-radius: 1.6rem;
  }
}
.top .topics .what .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 5.9rem;
  padding-top: 6.6rem;
  padding-bottom: 5.7rem;
  gap: 5rem;
  max-width: 47.8448275862%;
}
@media screen and (max-width: 960px) {
  .top .topics .what .left {
    max-width: 100%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 520px) {
  .top .topics .what .left {
    padding-left: 1.7rem;
    padding-top: 5rem;
    gap: 3.39rem;
  }
}
.top .topics .what .left .title {
  width: 45.6rem;
  aspect-ratio: 456/62;
}
@media screen and (max-width: 520px) {
  .top .topics .what .left .title {
    width: 22.3rem;
  }
}
.top .topics .what .left .text {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: white;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .top .topics .what .left .text {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.top .topics .what .left .text .lg {
  font-size: 2.4rem;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 0.8rem;
}
@media screen and (max-width: 520px) {
  .top .topics .what .left .text .lg {
    font-size: 1.6rem;
    line-height: 1.6;
    text-underline-offset: 0.4rem;
  }
}
.top .topics .what .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
  padding-top: 1.7rem;
  padding-right: 2.8rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .top .topics .what .right {
    padding-right: 0;
    padding-bottom: 2.1rem;
  }
}
.top .topics .what .right .bubble {
  width: 39.4rem;
  aspect-ratio: 394/351;
}
@media screen and (max-width: 960px) {
  .top .topics .what .right .bubble {
    width: 74.0412979351%;
    padding-right: 1.3rem;
  }
}
.top .topics .what .right .more {
  width: 20.797rem;
  height: 4.208rem;
  margin-top: 1.2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.1rem;
  background-color: white;
  border-radius: 5rem;
  border: 2px solid #303030;
  box-sizing: border-box;
  margin-right: 5.2rem;
  transition: 0.3s;
}
@media screen and (min-width: 960px) {
  .top .topics .what .right .more:hover {
    background-color: #303030;
  }
  .top .topics .what .right .more:hover .text {
    color: white;
  }
}
@media screen and (max-width: 960px) {
  .top .topics .what .right .more {
    align-self: center;
    margin-right: 0;
    margin-top: 1.3rem;
  }
}
@media screen and (max-width: 520px) {
  .top .topics .what .right .more {
    width: 22.6rem;
    height: 4.2rem;
  }
}
.top .topics .what .right .more .text {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  line-height: 1;
  margin-left: 4.8rem;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .top .topics .what .right .more .text {
    font-size: 1.3rem;
  }
}
.top .topics .what .right .more .icon {
  width: 3.699rem;
  aspect-ratio: 36.99/17.25;
}
.top .topics .what .illust1 {
  position: absolute;
  width: 8.569rem;
  aspect-ratio: 85.69/145.01;
  top: 3.269rem;
  left: 53.729rem;
  transform: rotate(17.98deg);
}
@media screen and (max-width: 769px) {
  .top .topics .what .illust1 {
    left: unset;
    top: 1.849rem;
    right: 2.102rem;
  }
}
@media screen and (max-width: 520px) {
  .top .topics .what .illust1 {
    width: 5.739rem;
  }
}
.top .topics .what .illust2 {
  position: absolute;
  width: 17.7rem;
  aspect-ratio: 1/1;
  transform: rotate(-11.21deg);
  right: 35.848rem;
  bottom: 2.254rem;
}
@media screen and (max-width: 960px) {
  .top .topics .what .illust2 {
    bottom: 7.186rem;
    right: unset;
    left: 1.496rem;
    width: 10.2rem;
  }
}
.top .topics .what .illust3 {
  position: absolute;
  width: 9rem;
  aspect-ratio: 90/86;
  top: 5.8rem;
  right: 32.7rem;
}
@media screen and (max-width: 960px) {
  .top .topics .what .illust3 {
    top: unset;
    bottom: 22.4rem;
    right: unset;
    left: 7.2rem;
    width: 6.4rem;
  }
}
.top .online {
  padding-top: 21.294rem;
  background-color: #e2d5cf;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .top .online {
    padding-top: 12rem;
  }
}
.top .online .bg {
  position: absolute;
  top: -5.5rem;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .top .online .bg {
    top: -3rem;
  }
}
.top .online .container {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.top .online .online-deyservice-illust {
  position: absolute;
  width: 18.4rem;
  aspect-ratio: 0.8214285714;
  left: calc(50% - 60rem);
  top: 13.3rem;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .top .online .online-deyservice-illust {
    left: 0.4rem;
  }
}
@media screen and (max-width: 520px) {
  .top .online .online-deyservice-illust {
    width: 9.1rem;
    top: 7.2rem;
  }
}
.top .online .c-titlebox {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .top .online .c-titlebox .lg-title::after {
    height: 2px;
  }
  .top .online .c-titlebox .lg-title .prefix {
    font-size: 2.4rem;
  }
  .top .online .c-titlebox .lg-title .lg-text {
    font-size: 2.4rem;
    vertical-align: bottom;
    line-height: 1;
  }
  .top .online .c-titlebox .sm-title {
    font-size: 1.4rem;
    padding-top: 0.7rem;
  }
}
.top .online .swiper {
  margin-top: 3.2rem;
  width: 100%;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 520px) {
  .top .online .swiper {
    margin-top: 1.83rem;
  }
}
.top .online .swiper .swiper-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.top .online .swiper .swiper-button-box {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  position: absolute;
  right: 5.91rem;
  top: -8.1rem;
  z-index: 2;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .top .online .swiper .swiper-button-box {
    width: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
}
.top .online .swiper .swiper-button {
  opacity: 1;
  position: relative;
  background-color: white;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  width: 7.395rem;
  height: 5.119rem;
  box-sizing: border-box;
  border: 2px solid #303030;
  border-radius: 3.1rem;
  font-size: 2.2rem;
  color: #303030;
  transition: 0.3s;
  margin-top: unset;
}
@media screen and (max-width: 520px) {
  .top .online .swiper .swiper-button {
    width: 4.5rem;
    height: 3.1rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 960px) {
  .top .online .swiper .swiper-button:hover {
    background-color: #303030;
    color: white;
  }
}
.top .online .swiper .swiper-button::after {
  display: none;
}
.top .online .swiper .swiper-slide {
  width: 34rem;
  height: auto;
}
@media screen and (max-width: 520px) {
  .top .online .swiper .swiper-slide {
    width: 30.9rem;
  }
}
.top .online .swiper .swiper-slide:nth-child(1) {
  margin-left: 6rem;
}
@media screen and (max-width: 520px) {
  .top .online .swiper .swiper-slide:nth-child(1) {
    margin-left: 0;
  }
}
.top .online .swiper .swiper-slide:nth-last-child(1) {
  margin-right: 6rem;
}
@media screen and (max-width: 520px) {
  .top .online .swiper .swiper-slide:nth-last-child(1) {
    margin-right: 0;
  }
}
.top .online .swiper .item {
  width: 100%;
  box-sizing: border-box;
  background-color: white;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  border-radius: 2rem;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .top .online .swiper .item:hover .img img {
    transform: scale(1.06);
  }
  .top .online .swiper .item:hover .textbox .title span {
    background-size: 100% 1px;
    background-position: 0% 100%;
    color: #eb6fa5;
  }
}
@media screen and (max-width: 520px) {
  .top .online .swiper .item {
    padding: 1.7rem;
  }
}
.top .online .swiper .item .img {
  width: 100%;
  aspect-ratio: 299/165;
  overflow: hidden;
  border-radius: 1rem;
}
.top .online .swiper .item .img img {
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.top .online .swiper .item .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.2rem;
  flex: 1;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.top .online .swiper .item .info .tags {
  display: flex;
  flex-direction: row;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.top .online .swiper .item .info .tag {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  line-height: 1.5;
  background-color: #1a1a1a;
  padding: 0.2rem 1.4rem;
  border-radius: 1.1rem;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.top .online .swiper .item .info .tag:nth-child(n+4) {
  display: none;
}
@media screen and (max-width: 520px) {
  .top .online .swiper .item .info .tag {
    font-size: 1rem;
    line-height: 1.8;
    padding: 0 1.4rem;
    border-radius: 1.1rem;
    min-height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.top .online .swiper .item .info .date {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  line-height: 1;
  align-self: flex-start;
  margin-top: 0.5rem;
}
.top .online .swiper .item .textbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0.9rem;
  flex: 1;
}
.top .online .swiper .item .textbox .title {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  line-height: 1.4;
}
@media screen and (max-width: 520px) {
  .top .online .swiper .item .textbox .title {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.top .online .swiper .item .textbox .title span {
  display: inline;
  background: linear-gradient(#eb6fa5, #eb6fa5);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: 0.3s;
  color: black;
  transition-property: background-size, color;
}
.top .online .swiper .item .textbox .schedule {
  margin-top: 1.6rem;
  padding-top: 1.8rem;
  border-top: 1px dashed #303030;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.8rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 520px) {
  .top .online .swiper .item .textbox .schedule {
    margin-top: 0.8rem;
    padding-top: 1rem;
    flex-direction: column;
    gap: 0.8rem;
  }
}
.top .online .swiper .item .textbox .schedule .left .left-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #6c5509;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .top .online .swiper .item .textbox .schedule .left .left-inner {
    font-size: 1.2rem;
  }
}
.top .online .swiper .item .textbox .schedule .left .left-inner .icon {
  width: 1.444rem;
  aspect-ratio: 14.44/16;
}
@media screen and (max-width: 520px) {
  .top .online .swiper .item .textbox .schedule .left .left-inner .icon {
    width: 1.083rem;
  }
}
.top .online .swiper .item .textbox .schedule .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
}
@media screen and (max-width: 520px) {
  .top .online .swiper .item .textbox .schedule .right {
    gap: 0.8rem;
  }
}
.top .online .swiper .item .textbox .schedule .right .calendar {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #6c5509;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .top .online .swiper .item .textbox .schedule .right .calendar {
    font-size: 1.2rem;
  }
}
.top .online .swiper .item .textbox .more {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 20.8rem;
  height: 4.2rem;
  box-sizing: border-box;
  border: 2px solid #303030;
  border-radius: 5rem;
  transition: 0.3s;
  padding: 0 3rem;
  margin-top: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 520px) {
  .top .online .swiper .item .textbox .more {
    width: 21.6rem;
    height: 3.84rem;
    gap: 1.2rem;
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 960px) {
  .top .online .swiper .item .textbox .more:hover {
    background-color: #303030;
  }
  .top .online .swiper .item .textbox .more:hover .text {
    color: white;
  }
}
.top .online .swiper .item .textbox .more .text {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  line-height: 1;
  transition: 0.3s;
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .top .online .swiper .item .textbox .more .text {
    font-size: 1.3rem;
  }
}
.top .online .swiper .item .textbox .more .icon {
  width: 3.7rem;
  aspect-ratio: 37/17;
  margin-left: 1.2rem;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .top .online .swiper .item .textbox .more .icon {
    width: 3.088rem;
    margin-left: 0;
  }
}
.top .online .archive-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.2rem;
  margin: 0 auto;
  margin-top: 3.9rem;
  width: 33rem;
  height: 5.8rem;
  box-sizing: border-box;
  border: 2px solid #303030;
  border-radius: 5rem;
  transition: 0.3s;
  background-color: white;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 520px) {
  .top .online .archive-btn {
    margin-top: 2rem;
    width: 30.7rem;
    height: 4.6rem;
    gap: 1.2rem;
    padding-left: 2.9rem;
    padding-right: 2.9rem;
  }
}
@media screen and (min-width: 960px) {
  .top .online .archive-btn:hover {
    background-color: #303030;
  }
  .top .online .archive-btn:hover .text {
    color: white;
  }
}
.top .online .archive-btn .text {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  text-align: center;
  width: 100%;
  line-height: 1;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .top .online .archive-btn .text {
    flex: 1;
    font-size: 1.4rem;
  }
}
.top .online .archive-btn .icon {
  position: absolute;
  right: 4.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4.101rem;
  aspect-ratio: 41.01/19.13;
}
@media screen and (max-width: 520px) {
  .top .online .archive-btn .icon {
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
    width: 3.672rem;
  }
}
.top .dayservice {
  padding-top: 10.2rem;
  background-color: #e2d5cf;
  padding-bottom: 25.3rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .top .dayservice {
    padding-top: 11.5rem;
    padding-bottom: 19rem;
  }
}
.top .dayservice .bg {
  position: absolute;
  bottom: 6.25rem;
  left: 0;
  transform: rotate(180deg);
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .top .dayservice .bg {
    bottom: 6.7rem;
  }
}
.top .dayservice .bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f8f4eb;
  bottom: 6.25rem;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .top .dayservice .bg::before {
    bottom: 6.7rem;
  }
}
.top .dayservice .bg img {
  position: relative;
  z-index: 2;
}
.top .dayservice .online-deyservice-illust {
  position: absolute;
  width: 19.3rem;
  aspect-ratio: 0.7451737452;
  left: calc(50% - 60rem);
  top: 0rem;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .top .dayservice .online-deyservice-illust {
    left: unset;
    right: 0;
  }
}
@media screen and (max-width: 520px) {
  .top .dayservice .online-deyservice-illust {
    width: 8.8rem;
    top: 6rem;
  }
}
.top .dayservice .container {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.top .dayservice .c-titlebox {
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .top .dayservice .c-titlebox .lg-title::after {
    height: 2px;
  }
  .top .dayservice .c-titlebox .lg-title .prefix {
    font-size: 2.4rem;
  }
  .top .dayservice .c-titlebox .lg-title .lg-text {
    font-size: 2.4rem;
    vertical-align: bottom;
    line-height: 1;
  }
  .top .dayservice .c-titlebox .sm-title {
    font-size: 1.4rem;
    padding-top: 0.7rem;
  }
}
.top .dayservice .swiper {
  margin-top: 3.2rem;
  width: 100%;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 520px) {
  .top .dayservice .swiper {
    margin-top: 1.83rem;
  }
}
.top .dayservice .swiper .swiper-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.top .dayservice .swiper .swiper-button-box {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  position: absolute;
  right: 5.91rem;
  top: -8.1rem;
  z-index: 2;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .top .dayservice .swiper .swiper-button-box {
    width: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
}
.top .dayservice .swiper .swiper-button {
  opacity: 1;
  position: relative;
  background-color: white;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  width: 7.395rem;
  height: 5.119rem;
  box-sizing: border-box;
  border: 2px solid #303030;
  border-radius: 3.1rem;
  font-size: 2.2rem;
  color: #303030;
  transition: 0.3s;
  margin-top: unset;
}
@media screen and (max-width: 520px) {
  .top .dayservice .swiper .swiper-button {
    width: 4.5rem;
    height: 3.1rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 960px) {
  .top .dayservice .swiper .swiper-button:hover {
    background-color: #303030;
    color: white;
  }
}
.top .dayservice .swiper .swiper-button::after {
  display: none;
}
.top .dayservice .swiper .swiper-slide {
  width: 34rem;
  height: auto;
}
@media screen and (max-width: 520px) {
  .top .dayservice .swiper .swiper-slide {
    width: 30.9rem;
  }
}
.top .dayservice .swiper .swiper-slide:nth-child(1) {
  margin-left: 6rem;
}
@media screen and (max-width: 520px) {
  .top .dayservice .swiper .swiper-slide:nth-child(1) {
    margin-left: 0rem;
  }
}
.top .dayservice .swiper .swiper-slide:nth-last-child(1) {
  margin-right: 6rem;
}
@media screen and (max-width: 520px) {
  .top .dayservice .swiper .swiper-slide:nth-last-child(1) {
    margin-right: 0rem;
  }
}
.top .dayservice .swiper .item {
  width: 100%;
  box-sizing: border-box;
  background-color: white;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  border-radius: 2rem;
  height: 100%;
}
@media screen and (max-width: 520px) {
  .top .dayservice .swiper .item {
    padding: 1.7rem;
  }
}
@media screen and (min-width: 960px) {
  .top .dayservice .swiper .item:hover .img img {
    transform: scale(1.06);
  }
  .top .dayservice .swiper .item:hover .textbox .title span {
    background-size: 100% 1px;
    background-position: 0% 100%;
    color: #eb6fa5;
  }
}
.top .dayservice .swiper .item .img {
  width: 100%;
  aspect-ratio: 299/165;
  overflow: hidden;
  border-radius: 1rem;
  min-height: 16.555rem;
}
@media screen and (max-width: 520px) {
  .top .dayservice .swiper .item .img {
    min-height: 15.141rem;
  }
}
.top .dayservice .swiper .item .img img {
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.top .dayservice .swiper .item .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.2rem;
}
.top .dayservice .swiper .item .info .tags {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.top .dayservice .swiper .item .info .tag {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  line-height: 1.5;
  background-color: #1a1a1a;
  padding: 0.2rem 1.4rem;
  border-radius: 1.1rem;
  display: block;
  align-self: flex-start;
}
.top .dayservice .swiper .item .info .tag:nth-child(n+4) {
  display: none;
}
@media screen and (max-width: 520px) {
  .top .dayservice .swiper .item .info .tag {
    font-size: 1rem;
    line-height: 1.8;
    padding: 0 1.4rem;
    border-radius: 1.1rem;
    min-height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.top .dayservice .swiper .item .info .date {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  line-height: 1;
  align-self: flex-start;
  margin-top: 0.4rem;
}
.top .dayservice .swiper .item .textbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0.9rem;
  flex: 1;
}
.top .dayservice .swiper .item .textbox .title {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.4;
}
@media screen and (max-width: 520px) {
  .top .dayservice .swiper .item .textbox .title {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.top .dayservice .swiper .item .textbox .title span {
  display: inline;
  background: linear-gradient(#eb6fa5, #eb6fa5);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: 0.3s;
  transition-property: background-size, color;
}
.top .dayservice .swiper .item .textbox .description {
  margin-top: 0.9rem;
  padding-top: 1.8rem;
  width: 100%;
  border-top: 1px dashed black;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 520px) {
  .top .dayservice .swiper .item .textbox .description {
    margin-top: 0.8rem;
    padding-top: 1rem;
  }
}
.top .dayservice .swiper .item .textbox .description .inner {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media screen and (max-width: 520px) {
  .top .dayservice .swiper .item .textbox .description .inner {
    -webkit-line-clamp: 3;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.top .dayservice .swiper .item .textbox .more {
  margin: 0 auto;
  margin-top: 1.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 20.8rem;
  height: 4.2rem;
  box-sizing: border-box;
  border: 2px solid #303030;
  border-radius: 5rem;
  transition: 0.3s;
  padding: 0 3rem;
  margin-top: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 520px) {
  .top .dayservice .swiper .item .textbox .more {
    width: 21.6rem;
    height: 3.84rem;
    gap: 1.2rem;
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 960px) {
  .top .dayservice .swiper .item .textbox .more:hover {
    background-color: #303030;
  }
  .top .dayservice .swiper .item .textbox .more:hover .text {
    color: white;
  }
}
.top .dayservice .swiper .item .textbox .more .text {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  line-height: 1;
  transition: 0.3s;
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .top .dayservice .swiper .item .textbox .more .text {
    font-size: 1.3rem;
  }
}
.top .dayservice .swiper .item .textbox .more .icon {
  width: 3.7rem;
  aspect-ratio: 37/17;
  margin-left: 1.2rem;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .top .dayservice .swiper .item .textbox .more .icon {
    width: 3.088rem;
    margin-left: 0;
  }
}
.top .dayservice .archive-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.2rem;
  margin: 0 auto;
  margin-top: 3.9rem;
  width: 33rem;
  height: 5.8rem;
  box-sizing: border-box;
  border: 2px solid #303030;
  border-radius: 5rem;
  transition: 0.3s;
  background-color: white;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 520px) {
  .top .dayservice .archive-btn {
    margin-top: 2rem;
    width: 30.7rem;
    height: 4.6rem;
    gap: 1.2rem;
    padding-left: 2.9rem;
    padding-right: 2.9rem;
  }
}
@media screen and (min-width: 960px) {
  .top .dayservice .archive-btn:hover {
    background-color: #303030;
  }
  .top .dayservice .archive-btn:hover .text {
    color: white;
  }
}
.top .dayservice .archive-btn .text {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  text-align: center;
  width: 100%;
  line-height: 1;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .top .dayservice .archive-btn .text {
    flex: 1;
    font-size: 1.4rem;
  }
}
.top .dayservice .archive-btn .icon {
  position: absolute;
  right: 4.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4.101rem;
  aspect-ratio: 41.01/19.13;
}
@media screen and (max-width: 520px) {
  .top .dayservice .archive-btn .icon {
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
    width: 3.672rem;
  }
}
.top .tube {
  background-color: #f8f4eb;
  position: relative;
  padding-bottom: 7.3rem;
}
@media screen and (max-width: 520px) {
  .top .tube {
    padding-bottom: 6.3rem;
  }
}
.top .tube::before {
  content: "";
  position: absolute;
  width: calc(100% - 6rem);
  height: 100%;
  background-color: #d79d3b;
  z-index: 1;
  left: 0;
  top: 0;
  border-top-right-radius: 3.2rem;
  border-bottom-right-radius: 3.2rem;
}
@media screen and (max-width: 769px) {
  .top .tube::before {
    width: calc(100% - 1.8rem);
    border-top-right-radius: 1.6rem;
    border-bottom-right-radius: 1.6rem;
  }
}
.top .tube .container {
  position: relative;
  z-index: 2;
}
.top .tube .c-titlebox {
  margin: 0 auto;
  padding-top: 8.2rem;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 520px) {
  .top .tube .c-titlebox {
    padding-top: 4.1rem;
    padding-right: 1.8rem;
  }
}
@media screen and (max-width: 520px) {
  .top .tube .c-titlebox {
    margin-bottom: 2.4rem;
  }
  .top .tube .c-titlebox .lg-title {
    gap: 0.7rem;
  }
  .top .tube .c-titlebox .lg-title::after {
    height: 2px;
  }
  .top .tube .c-titlebox .prefix {
    font-size: 2.4rem;
    vertical-align: bottom;
  }
  .top .tube .c-titlebox .lg-text {
    font-size: 2.4rem;
    vertical-align: bottom;
    line-height: 1;
  }
  .top .tube .c-titlebox .sm-title {
    font-size: 1.4rem;
    padding-top: 0.7rem;
  }
}
.top .tube .contents-container {
  width: 100%;
  padding-right: 6rem;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .top .tube .contents-container {
    padding-right: 3.5rem;
    padding-left: 1.3rem;
  }
}
.top .tube .contents {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 92.8rem;
  width: calc(100% - 3rem);
  margin: 0 auto;
  justify-content: space-between;
  gap: 1.5rem 0;
  margin-top: 3.6rem;
  position: relative;
}
@media screen and (max-width: 769px) {
  .top .tube .contents {
    width: 100%;
    flex-direction: column;
    gap: 3rem;
  }
}
@media screen and (max-width: 520px) {
  .top .tube .contents {
    margin-top: 2.8rem;
  }
}
.top .tube .contents .item {
  width: calc((100% - 5.6rem) / 2);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .top .tube .contents .item {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .top .tube .contents .item:hover .img img {
    transform: scale(1.05);
  }
}
.top .tube .contents .item .bubble {
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  z-index: 2;
  font-size: 1.35rem;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  color: black;
  line-height: 1.3;
  padding: 1.3rem 2.2rem;
  border-radius: 3rem;
  transform: translateY(-70%);
}
@media screen and (max-width: 520px) {
  .top .tube .contents .item .bubble {
    font-size: 1.2rem;
    line-height: 1.1333333333;
    padding: 1rem 2.2rem;
  }
}
@media screen and (max-width: 769px) {
  .top .tube .contents .item .bubble {
    transform: unset;
  }
}
.top .tube .contents .item .bubble::after {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.6rem;
  box-sizing: border-box;
  border-top: 1.6rem solid white;
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;
  bottom: -0.85rem;
  left: 50%;
  transform: translateX(-50%);
}
.top .tube .contents .item .img {
  width: 100%;
  aspect-ratio: 436/245;
  border-radius: 1.6rem;
  border: 3px solid black;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top .tube .contents .item .img img {
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .top .tube .contents .item .img {
    border-radius: 1rem;
  }
}
.top .tube .contents .item .img .img-inner {
  filter: brightness(0.5);
}
.top .tube .contents .item .more {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 20.7rem;
  height: 4.2rem;
  display: flex;
  flex-direction: row;
  gap: 1.1rem;
  align-items: center;
  justify-content: flex-start;
  background-color: white;
  border-radius: 5rem;
  border: 2px solid #303030;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  z-index: 2;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .top .tube .contents .item .more {
    top: unset;
    bottom: 50%;
    transform: translate(50%, 50%);
  }
}
@media screen and (max-width: 520px) {
  .top .tube .contents .item .more {
    width: 17rem;
    height: 3rem;
    font-size: 1.1rem;
    padding-left: 0.728rem;
    padding-right: 0.728rem;
    gap: 1.2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.top .tube .contents .item .more .text {
  transition: 0.3s;
  margin-left: 4.8rem;
}
@media screen and (max-width: 520px) {
  .top .tube .contents .item .more .text {
    text-align: center;
    margin-left: 0;
    flex: 1;
  }
}
.top .tube .contents .item .more .icon {
  transition: 0.3s;
  width: 3.699rem;
  aspect-ratio: 36.99/17.25;
  display: block;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 520px) {
  .top .tube .contents .item .more .icon {
    width: 2.144rem;
  }
}
@media screen and (min-width: 960px) {
  .top .tube .contents .item .more:hover {
    background-color: #303030;
  }
  .top .tube .contents .item .more:hover .text {
    color: white;
  }
}
.top .tube .contents .item:nth-child(odd) {
  margin-top: 5.5rem;
}
@media screen and (max-width: 769px) {
  .top .tube .contents .item:nth-child(odd) {
    margin-top: 0;
  }
}
.top .tube .contents .illust {
  position: absolute;
  z-index: 5;
}
.top .tube .contents .illust1 {
  width: 17.5rem;
  aspect-ratio: 175/163;
  top: -23.9rem;
  left: -4.3rem;
}
@media screen and (max-width: 520px) {
  .top .tube .contents .illust1 {
    width: 10rem;
    left: 1rem;
    top: -18.1rem;
  }
}
.top .tube .contents .illust2 {
  width: 13.332rem;
  aspect-ratio: 133.32/126.32;
  top: -4.9rem;
  right: -5.439rem;
}
@media screen and (max-width: 769px) {
  .top .tube .contents .illust2 {
    right: -2.447rem;
  }
}
@media screen and (max-width: 520px) {
  .top .tube .contents .illust2 {
    width: 7.747rem;
    top: 22.9rem;
    top: 24.4136460554%;
  }
}
.top .tube .contents .illust3 {
  width: 5.4rem;
  aspect-ratio: 54/179;
  bottom: -20.5rem;
  left: -2.898rem;
  transform: rotate(-23.96deg);
}
@media screen and (max-width: 520px) {
  .top .tube .contents .illust3 {
    width: 3.727rem;
    left: -0.325rem;
    bottom: -19.8rem;
  }
}
.top .tube .contents .illust4 {
  width: 17rem;
  aspect-ratio: 170/162;
  bottom: -8rem;
  right: -5.285rem;
  transform: rotate(14.78deg);
}
@media screen and (max-width: 769px) {
  .top .tube .contents .illust4 {
    right: 0.025rem;
  }
}
@media screen and (max-width: 520px) {
  .top .tube .contents .illust4 {
    bottom: -18rem;
    width: 10.113rem;
  }
}
.top .tube .archive-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.2rem;
  margin: 0 auto;
  margin-top: 5.6rem;
  width: 33rem;
  height: 5.8rem;
  box-sizing: border-box;
  border: 2px solid #303030;
  border-radius: 5rem;
  transition: 0.3s;
  background-color: white;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 520px) {
  .top .tube .archive-btn {
    margin-top: 2rem;
    width: 30.7rem;
    height: 4.6rem;
    gap: 1.2rem;
    padding-left: 2.9rem;
    padding-right: 2.9rem;
  }
}
@media screen and (min-width: 960px) {
  .top .tube .archive-btn:hover {
    background-color: #303030;
  }
  .top .tube .archive-btn:hover .text {
    color: white;
  }
}
.top .tube .archive-btn .text {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  text-align: center;
  width: 100%;
  line-height: 1;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .top .tube .archive-btn .text {
    flex: 1;
    font-size: 1.4rem;
  }
}
.top .tube .archive-btn .icon {
  position: absolute;
  right: 4.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4.101rem;
  aspect-ratio: 41.01/19.13;
}
@media screen and (max-width: 520px) {
  .top .tube .archive-btn .icon {
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
    width: 3.672rem;
  }
}
.top .download {
  background-color: #f8f4eb;
  padding-top: 11.9rem;
  padding-bottom: 12.1rem;
}
@media screen and (max-width: 520px) {
  .top .download {
    padding-top: 13rem;
    padding-bottom: 6rem;
  }
}
.top .download .container {
  width: calc(100% - 2rem);
  max-width: 116rem;
  margin: 0 auto;
  background-color: #75d1f4;
  border-radius: 3rem;
  padding-top: 4.4rem;
  padding-left: 5.9rem;
  padding-bottom: 2.9rem;
  padding-right: 5.9rem;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 520px) {
  .top .download .container {
    padding: 3.2rem 1.5rem;
    border-radius: 1.6rem;
  }
}
.top .download .container .title {
  width: 48.2rem;
}
@media screen and (max-width: 520px) {
  .top .download .container .title {
    max-width: 21.48rem;
    width: 100%;
    padding-left: 0.75rem;
  }
}
.top .download .container .illust {
  position: absolute;
  width: 22.79rem;
  top: -2.427rem;
  right: 34.2rem;
  transform: rotate(9.9deg);
}
@media screen and (max-width: 520px) {
  .top .download .container .illust {
    right: 4.4rem;
    top: -5.8rem;
    width: 15.2rem;
  }
}
.top .download .container .contents {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 3.1rem;
  background-color: #75d1f4;
  padding-bottom: 0;
  padding-top: 0;
}
@media screen and (max-width: 520px) {
  .top .download .container .contents {
    flex-direction: column;
    box-sizing: border-box;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    gap: 1.6rem;
    margin-top: 1.8rem;
  }
}
.top .download .container .contents .item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 2rem) / 2);
}
@media screen and (max-width: 520px) {
  .top .download .container .contents .item {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .top .download .container .contents .item:hover .imgbox img {
    transform: scale(1.05);
  }
}
.top .download .container .contents .item .imgbox {
  width: 100%;
  aspect-ratio: 512/288;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .top .download .container .contents .item .imgbox {
    aspect-ratio: 292/168;
  }
}
.top .download .container .contents .item .imgbox img {
  transition: 0.3s;
}
.top .download .container .contents .item .imgbox .img-inner {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.5);
  position: relative;
  z-index: 1;
}
.top .download .container .contents .item .imgbox .more {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 20.7rem;
  height: 4.2rem;
  display: flex;
  flex-direction: row;
  gap: 1.1rem;
  align-items: center;
  justify-content: flex-start;
  background-color: white;
  border-radius: 5rem;
  border: 2px solid #303030;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  z-index: 2;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .top .download .container .contents .item .imgbox .more {
    top: unset;
    bottom: 50%;
    transform: translate(50%, 50%);
  }
}
@media screen and (max-width: 520px) {
  .top .download .container .contents .item .imgbox .more {
    width: 17rem;
    height: 3rem;
    font-size: 1.1rem;
    padding-left: 0.728rem;
    padding-right: 0.728rem;
    gap: 1.2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.top .download .container .contents .item .imgbox .more .text {
  transition: 0.3s;
  margin-left: 4.8rem;
}
@media screen and (max-width: 520px) {
  .top .download .container .contents .item .imgbox .more .text {
    text-align: center;
    margin-left: 0;
    flex: 1;
  }
}
.top .download .container .contents .item .imgbox .more .icon {
  transition: 0.3s;
  width: 3.699rem;
  aspect-ratio: 36.99/17.25;
  display: block;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 520px) {
  .top .download .container .contents .item .imgbox .more .icon {
    width: 2.144rem;
  }
}
@media screen and (min-width: 960px) {
  .top .download .container .contents .item .imgbox .more:hover {
    background-color: #303030;
  }
  .top .download .container .contents .item .imgbox .more:hover .text {
    color: white;
  }
}
.top .download .container .contents .item .textbox {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 520px) {
  .top .download .container .contents .item .textbox {
    margin-top: 1rem;
  }
}
.top .download .container .contents .item .textbox .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
}
@media screen and (max-width: 520px) {
  .top .download .container .contents .item .textbox .info {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.top .download .container .contents .item .textbox .info .tags {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.top .download .container .contents .item .textbox .info .tag {
  height: 2.2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  border-radius: 1.1rem;
  background-color: #1a1a1a;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  display: none;
}
.top .download .container .contents .item .textbox .info .tag:nth-child(1) {
  display: block;
}
.top .download .container .contents .item .textbox .info .tag:nth-child(2) {
  display: block;
}
.top .download .container .contents .item .textbox .info .tag:nth-child(3) {
  display: block;
}
@media screen and (max-width: 520px) {
  .top .download .container .contents .item .textbox .info .tag {
    height: 1.9rem;
    font-size: 1rem;
  }
}
.top .download .container .contents .item .textbox .info .date {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
}
.top .download .container .contents .item .textbox .text {
  margin-top: 0.9rem;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.4;
  width: 100%;
  border-bottom: 1px dashed black;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 520px) {
  .top .download .container .contents .item .textbox .text {
    font-size: 1.4rem;
    padding-bottom: 0.8rem;
  }
}
.top .download .container .archive-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.2rem;
  margin: 0 auto;
  margin-top: 2.1rem;
  width: 33rem;
  height: 5.8rem;
  box-sizing: border-box;
  border: 2px solid #303030;
  border-radius: 5rem;
  transition: 0.3s;
  background-color: white;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 520px) {
  .top .download .container .archive-btn {
    margin-top: 3rem;
    width: 30.7rem;
    height: 4.6rem;
    gap: 1.2rem;
    padding-left: 2.9rem;
    padding-right: 2.9rem;
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .top .download .container .archive-btn:hover {
    background-color: #303030;
  }
  .top .download .container .archive-btn:hover .text {
    color: white;
  }
}
.top .download .container .archive-btn .text {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  text-align: center;
  width: 100%;
  line-height: 1;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .top .download .container .archive-btn .text {
    flex: 1;
    font-size: 1.4rem;
  }
}
.top .download .container .archive-btn .icon {
  position: absolute;
  right: 4.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4.101rem;
  aspect-ratio: 41.01/19.13;
}
@media screen and (max-width: 520px) {
  .top .download .container .archive-btn .icon {
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
    width: 3.672rem;
  }
}

.topics-banner {
  width: 8.675rem;
  aspect-ratio: 86.75/354.76;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  transition: 0.3s;
}
.topics-banner:hover {
  transform: translateY(-50%) scale(1.05);
}
@media screen and (max-width: 520px) {
  .topics-banner {
    display: none;
  }
}

.fix-navs {
  background-color: white;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 1.3rem 6rem;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  filter: drop-shadow(0px -3px 20px rgba(170, 170, 170, 0.5));
}
@media screen and (max-width: 960px) {
  .fix-navs {
    padding: 0;
    gap: 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 520px) {
  .fix-navs {
    padding-bottom: 4.1rem;
    background-color: transparent;
  }
}
.fix-navs .inner {
  height: 5.8rem;
  border-radius: 0.8rem;
  border: 1.5px solid black;
  width: calc((100% - 6rem) / 4);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  transition: 0.3s;
  position: relative;
  background-color: white;
}
@media screen and (max-width: 960px) {
  .fix-navs .inner {
    width: 50%;
    box-sizing: border-box;
    height: 5rem;
    border-radius: 0;
    border: 0px;
  }
  .fix-navs .inner:nth-child(1) {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
  }
  .fix-navs .inner:nth-child(3) {
    border-right: 1px solid black;
  }
  .fix-navs .inner:nth-child(2) {
    border-bottom: 1px solid black;
  }
}
@media screen and (max-width: 520px) {
  .fix-navs .inner {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 960px) {
  .fix-navs .inner:hover {
    background-color: black;
    color: white;
  }
  .fix-navs .inner:hover .icon {
    background: url(../img/tri-white.png) no-repeat center center/contain;
  }
}
.fix-navs .inner .icon {
  width: 2.1rem;
  height: 1.6rem;
  background: url(../img/tri-balck.png) no-repeat center center/contain;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .fix-navs .inner .icon {
    right: 1.2rem;
  }
}

.sp-topics-banner {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 900;
  display: none;
  height: 4.1rem;
}
@media screen and (max-width: 520px) {
  .sp-topics-banner {
    display: block;
  }
}

.topics {
  background-color: #f8f4eb;
}
.topics .mv {
  width: 100%;
  aspect-ratio: 1280/700;
  position: relative;
  background-color: #f8f4eb;
  aspect-ratio: 1391/760.7;
}
@media screen and (max-width: 520px) {
  .topics .mv {
    height: 37.7rem;
    aspect-ratio: unset;
  }
}
.topics .mv .imgbox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  opacity: 0;
}
@media screen and (max-width: 769px) {
  .topics .mv .imgbox {
    gap: 0.4rem;
  }
}
.topics .mv .imgbox .inner {
  width: calc((100% - 2rem) / 3);
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .topics .mv .imgbox .inner {
    width: calc((100% - 0.4rem) / 2);
  }
}
@media screen and (max-width: 769px) {
  .topics .mv .imgbox .left {
    display: none;
  }
}
.topics .mv .imgbox .left img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.topics .mv .imgbox .center {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 769px) {
  .topics .mv .imgbox .center {
    gap: 0.4rem;
  }
}
.topics .mv .imgbox .center .above {
  width: 100%;
  height: calc((100% - 1rem) / 2);
  border-radius: 0 0 2rem 2rem;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .topics .mv .imgbox .center .above {
    border-radius: 0 0 1rem 1rem;
    height: calc((100% - 0.4rem) / 2);
  }
  .topics .mv .imgbox .center .above img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
  }
}
.topics .mv .imgbox .center .below {
  width: 100%;
  height: calc((100% - 1rem) / 2);
  border-radius: 2rem 2rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .topics .mv .imgbox .center .below {
    border-radius: 1rem 1rem 0 0;
    height: calc((100% - 0.4rem) / 2);
  }
  .topics .mv .imgbox .center .below img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
  }
}
.topics .mv .imgbox .right {
  border-radius: 100% 0% 100% 0%/0% 0% 50% 50%;
  overflow: hidden;
}
.topics .mv .imgbox .right img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.topics .mv .title {
  position: absolute;
  top: 13.4rem;
  left: 14.1rem;
  width: 37.4rem;
  aspect-ratio: 1/1;
  background-color: #eb6fa5;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
}
@media (min-width: 1280px) {
  .topics .mv .title {
    right: 60.15625%;
    top: 19.225251076%;
    left: unset;
  }
}
@media screen and (max-width: 960px) {
  .topics .mv .title {
    width: 19.9rem;
  }
}
@media screen and (max-width: 769px) {
  .topics .mv .title {
    top: 8.9rem;
    left: 1.8rem;
  }
}
.topics .mv .title .bubble {
  width: 25.651rem;
  aspect-ratio: 256.51/83.1;
  border-radius: 100%;
  margin-top: 5.772rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .topics .mv .title .bubble {
    width: 15.062rem;
    margin-top: 2.4rem;
  }
}
.topics .mv .title .bubble .img {
  transform: rotate(1.74deg);
}
.topics .mv .title .bubble .text {
  position: absolute;
  bottom: 0;
  margin-bottom: 3.1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #eb6fa5;
  display: flex;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .topics .mv .title .bubble .text {
    font-size: 1.6rem;
    margin-bottom: 1.7rem;
  }
}
.topics .mv .title .title-text {
  font-size: 6.4rem;
  font-weight: 400;
  font-family: "Dela Gothic One", serif;
  color: #00be77;
  text-align: center;
  line-height: 1.1;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}
@media screen and (max-width: 960px) {
  .topics .mv .title .title-text {
    font-size: 3.2rem;
    -webkit-text-stroke-width: 1px;
  }
}
.topics .mv .illust1 {
  position: absolute;
  width: 16.5rem;
  aspect-ratio: 165/181;
  top: 45.3rem;
  left: 16.2rem;
  transform: rotate(160.47deg);
  top: 64.9928263989%;
  left: 12.65625%;
}
@media screen and (max-width: 960px) {
  .topics .mv .illust1 {
    width: 11.899rem;
  }
}
@media screen and (max-width: 769px) {
  .topics .mv .illust1 {
    top: 24.4rem;
    left: 1.14rem;
  }
}
.topics .mv .illust1 .illust-inner {
  opacity: 0;
}
.topics .mv .illust2 {
  position: absolute;
  width: 17.6rem;
  aspect-ratio: 176/127;
  transform: rotate(16.1deg);
  top: 21.4rem;
  right: 26.3rem;
  top: 30.7030129125%;
  right: 23.4375%;
}
@media screen and (max-width: 960px) {
  .topics .mv .illust2 {
    width: 8.889rem;
  }
}
@media screen and (max-width: 769px) {
  .topics .mv .illust2 {
    top: 1.4rem;
    right: 13rem;
  }
}
.topics .mv .illust2 .illust-inner {
  opacity: 0;
}
.topics .c-bread {
  padding-top: 3rem;
  padding-left: 6rem;
}
@media screen and (max-width: 769px) {
  .topics .c-bread {
    padding-left: 1.8rem;
    padding-top: 1.2rem;
  }
}
.topics .top-center-btn {
  width: 100%;
  background-color: #f8f4eb;
  padding-top: 13rem;
}
@media screen and (max-width: 520px) {
  .topics .top-center-btn {
    padding-top: 7.9rem;
  }
}
.topics .top-center-btn .btn {
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  background-color: #eb6fa5;
  width: 100%;
  max-width: 52.5rem;
  height: 7.4rem;
  border-radius: 1rem;
  box-sizing: border-box;
  border: 2px solid #1a1a1a;
  position: relative;
  transition: 0.6s;
}
@media screen and (max-width: 520px) {
  .topics .top-center-btn .btn {
    width: calc(100% - 3.6rem);
    height: 6.1rem;
  }
}
@media screen and (min-width: 960px) {
  .topics .top-center-btn .btn:hover {
    transform: scale(1.08);
  }
}
.topics .top-center-btn .btn .text {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  margin-left: 18.5rem;
  color: white;
}
@media screen and (max-width: 520px) {
  .topics .top-center-btn .btn .text {
    margin: 0 auto;
    font-size: 1.6rem;
  }
}
.topics .top-center-btn .btn .illust {
  width: 24rem;
  aspect-ratio: 240/157;
  position: absolute;
  bottom: 0;
  left: 2.2rem;
}
@media screen and (max-width: 520px) {
  .topics .top-center-btn .btn .illust {
    left: 0.8rem;
    width: 17.848rem;
    aspect-ratio: 178.48/127;
  }
}
.topics .top-center-btn .btn .icon {
  width: 3.699rem;
  aspect-ratio: 36.99/17.25;
  margin-left: auto;
  margin-right: 2rem;
}
@media screen and (max-width: 520px) {
  .topics .top-center-btn .btn .icon {
    position: absolute;
    right: 2rem;
    margin-right: 0;
  }
}
.topics .what {
  background-color: #f8f4eb;
  padding-top: 13rem;
}
@media screen and (max-width: 960px) {
  .topics .what {
    padding-top: 17.8rem;
  }
}
.topics .what .container {
  width: calc(100% - 3.6rem);
  max-width: 105.6rem;
  margin: 0 auto;
  background-color: #ffd133;
  border-radius: 3rem;
  position: relative;
  padding-bottom: 4.8rem;
}
@media screen and (max-width: 520px) {
  .topics .what .container {
    border-radius: 1.6rem;
    padding-bottom: 3.3rem;
  }
}
.topics .what .container .above {
  position: relative;
}
.topics .what .container .above .textbox {
  padding-top: 6.8rem;
  padding-left: 5rem;
}
@media screen and (max-width: 520px) {
  .topics .what .container .above .textbox {
    padding-left: 2rem;
    padding-top: 4.4rem;
    padding-right: 2rem;
  }
}
.topics .what .container .above .textbox .title {
  font-size: 4.2rem;
  font-weight: 400;
  font-family: "Dela Gothic One", serif;
  color: #303030;
  position: relative;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 0.9;
}
@media screen and (max-width: 520px) {
  .topics .what .container .above .textbox .title {
    font-size: 2.4rem;
  }
}
.topics .what .container .above .textbox .title::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #303030;
}
@media screen and (max-width: 520px) {
  .topics .what .container .above .textbox .title::after {
    height: 2px;
  }
}
.topics .what .container .above .textbox .title .pre {
  font-size: 3.8rem;
}
@media screen and (max-width: 520px) {
  .topics .what .container .above .textbox .title .pre {
    font-size: 2.4rem;
  }
}
.topics .what .container .above .textbox .text {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #414141;
  letter-spacing: 0.01em;
  line-height: 2.2;
  margin-top: 4.3rem;
}
@media screen and (max-width: 520px) {
  .topics .what .container .above .textbox .text {
    font-size: 1.3rem;
    line-height: 2;
    margin-top: 1.9rem;
  }
}
.topics .what .container .above .img {
  position: absolute;
  right: 6.7rem;
  top: -7.5rem;
  width: 39.561rem;
  aspect-ratio: 395.61/372.73;
  transform: rotate(15.88deg);
}
@media screen and (max-width: 960px) {
  .topics .what .container .above .img {
    width: 21.073rem;
    right: 1.1rem;
    top: -14.9rem;
  }
}
.topics .what .container .below {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 13.7rem;
  padding-right: 3rem;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 4rem;
  position: relative;
}
@media screen and (max-width: 769px) {
  .topics .what .container .below {
    transform: scale(0.433799) translateX(-50%);
    height: 16.2rem;
    left: 50%;
    -webkit-transform-origin-x: left;
    -webkit-transform-origin-y: bottom;
    margin-top: 8.2rem;
    padding-right: 0;
  }
}
.topics .what .container .below .box {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 13.7rem;
}
.topics .what .container .below .pre {
  width: 20.896rem;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 5;
}
.topics .what .container .below .pre .num {
  font-size: 4.2rem;
  font-weight: 400;
  font-family: "Dela Gothic One", serif;
  color: #0089ce;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}
.topics .what .container .below .pre .num .unit {
  font-size: 3.2rem;
}
.topics .what .container .below .pre .bubble {
  width: 24.6rem;
  height: 5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #ff9500;
  border-radius: 3rem;
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
.topics .what .container .below .pre .bubble::before {
  content: "";
  width: 1rem;
  height: 1.3rem;
  box-sizing: border-box;
  border-top: 1.3rem solid #ff9500;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}
.topics .what .container .below .pre .bubble .year {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  color: black;
  line-height: 0.68;
}
.topics .what .container .below .next {
  width: 36.2rem;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 5;
}
.topics .what .container .below .next .num {
  font-size: 6.8rem;
  font-weight: 400;
  font-family: "Dela Gothic One", serif;
  color: #0089ce;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}
.topics .what .container .below .next .num .unit {
  font-size: 3.2rem;
}
.topics .what .container .below .next .bubble {
  width: 24.6rem;
  height: 5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #ff9500;
  border-radius: 3rem;
  position: absolute;
  top: 2.6rem;
  left: 50%;
  transform: translateX(-50%);
}
.topics .what .container .below .next .bubble::before {
  content: "";
  width: 1rem;
  height: 1.3rem;
  box-sizing: border-box;
  border-top: 1.3rem solid #ff9500;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}
.topics .what .container .below .next .bubble .year {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  color: black;
  line-height: 0.68;
}
.topics .what .container .below .back {
  position: absolute;
  width: 42.254rem;
  aspect-ratio: 422.54/347.32;
  bottom: 0;
  left: 10.448rem;
  mix-blend-mode: multiply;
}
.topics .what .container .comment {
  width: 27.768rem;
  aspect-ratio: 166.74/43.24;
  position: absolute;
  top: 32.711rem;
  left: 12.587rem;
  transform: rotate(-7.2deg);
}
@media screen and (max-width: 769px) {
  .topics .what .container .comment {
    width: 16.674rem;
    top: 24.6rem;
    left: 5rem;
  }
}
.topics .what .container .illust1 {
  width: 11.484rem;
  aspect-ratio: 114.84/94.45;
  position: absolute;
  left: 3rem;
  bottom: 14.6rem;
  transform: rotate(-21.52deg);
}
@media screen and (max-width: 769px) {
  .topics .what .container .illust1 {
    width: 5.727rem;
    left: -0.736rem;
    bottom: 14.7rem;
  }
}
.topics .what .container .illust2 {
  width: 16.129rem;
  aspect-ratio: 161.29/153.78;
  position: absolute;
  right: -0.3rem;
  top: 20.8rem;
  transform: rotate(13.72deg);
}
@media screen and (max-width: 769px) {
  .topics .what .container .illust2 {
    width: 9.5rem;
    right: -0.8rem;
    top: 18rem;
  }
}
.topics .slider {
  padding-top: 9.3rem;
  padding-bottom: 13.3rem;
  background-color: #f8f4eb;
}
@media screen and (max-width: 520px) {
  .topics .slider {
    padding-top: 5.1rem;
    padding-bottom: 5.1rem;
  }
}
.topics .slider .slide-box {
  width: 100%;
  height: 20.147rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .topics .slider .slide-box {
    height: 14.4rem;
  }
}
.topics .slider .slide-box .frame {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
}
.topics .slider .slide-box .frame .slide {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.5rem;
  height: 100%;
  -webkit-animation-name: mvslide;
          animation-name: mvslide;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  padding-right: 2rem;
}
@media screen and (max-width: 520px) {
  .topics .slider .slide-box .frame .slide {
    padding-right: 1.519rem;
    gap: 1.519rem;
  }
}
.topics .slider .slide-box .frame .slide .item {
  width: 25.395rem;
  box-sizing: border-box;
  aspect-ratio: 253.95/193;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .topics .slider .slide-box .frame .slide .item {
    width: 18.2rem;
    aspect-ratio: 182/138;
  }
}
.topics .slider .slide-box .frame .slide .up {
  margin-top: 0;
  margin-bottom: auto;
}
.topics .slider .slide-box .frame .slide .down {
  margin-top: auto;
  margin-bottom: 0;
}
@keyframes mvslide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.topics .who {
  position: relative;
  z-index: 2;
}
.topics .who .container {
  width: calc(100% - 3.6rem);
  max-width: 105.6rem;
  margin: 0 auto;
  border-radius: 3rem;
  position: relative;
  box-sizing: border-box;
  padding-top: 6.3rem;
  padding-bottom: 4.4rem;
  padding-left: 3.4rem;
  padding-right: 4.1rem;
  background-color: white;
  border: 1.5px solid black;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .topics .who .container {
    padding-top: 2.9rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-bottom: 2.4rem;
    border-radius: 1.6rem;
  }
}
.topics .who .container .title {
  background-color: black;
  color: white;
  font-size: 2rem;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 2.5rem;
  height: 5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-left: 7.4rem;
  padding-right: 7.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 520px) {
  .topics .who .container .title {
    font-size: 1.4rem;
    padding-left: 4rem;
    padding-right: 4rem;
    height: 4rem;
    border-radius: 2rem;
  }
}
.topics .who .container .above .textbox .text {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #414141;
  letter-spacing: 0.1em;
  line-height: 2.2;
  max-width: 62.4rem;
}
@media screen and (max-width: 960px) {
  .topics .who .container .above .textbox .text {
    max-width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .topics .who .container .above .textbox .text {
    font-size: 1.3rem;
  }
}
.topics .who .container .above .textbox .imgbox {
  width: 0;
  height: 0;
}
@media screen and (max-width: 960px) {
  .topics .who .container .above .textbox .imgbox {
    width: 100%;
    max-width: 26rem;
    margin: 0 auto;
    height: 23.124rem;
    position: relative;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
  }
}
.topics .who .container .above .textbox .img_above {
  width: 21.101rem;
  height: 23.935rem;
  position: absolute;
  right: 9.659rem;
  top: -7.23rem;
  transform: rotate(-6.79deg);
  z-index: 3;
}
@media screen and (max-width: 960px) {
  .topics .who .container .above .textbox .img_above {
    right: unset;
    top: 0;
    left: 0;
    width: 13.102rem;
    height: 14.791rem;
  }
}
.topics .who .container .above .textbox .img_above .img_inner {
  border: 3px solid #eb6fa5;
  border-radius: 2rem;
  overflow: hidden;
}
.topics .who .container .above .textbox .img_below {
  width: 21.101rem;
  height: 23.935rem;
  position: absolute;
  right: -1.263rem;
  top: 11.704rem;
  transform: rotate(7.01deg);
  z-index: 4;
}
@media screen and (max-width: 960px) {
  .topics .who .container .above .textbox .img_below {
    right: 0;
    top: unset;
    bottom: 0;
    width: 13.102rem;
    height: 14.791rem;
  }
}
.topics .who .container .above .textbox .img_below .img_inner {
  border: 3px solid #eb6fa5;
  border-radius: 2rem;
  overflow: hidden;
}
.topics .who .container .below {
  margin-top: 2.8rem;
  padding-top: 3.2rem;
  border-top: 1px dashed black;
}
@media screen and (max-width: 520px) {
  .topics .who .container .below {
    margin-top: unset;
    padding-top: 2rem;
  }
}
.topics .who .container .below .sub-text {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  color: #414141;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 520px) {
  .topics .who .container .below .sub-text {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.topics .who .container .below .tags {
  background-color: #f9f9f9;
  border-radius: 2rem;
  box-sizing: border-box;
  padding: 2.5rem 2.9rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 520px) {
  .topics .who .container .below .tags {
    padding: 1.5rem 1.8rem;
    gap: 0.6rem;
    padding: 1.6rem 2rem;
    border-radius: 1rem;
  }
}
.topics .who .container .below .tags .tag {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #414141;
  padding: 1rem;
  border-radius: 10rem;
  border: 1px solid #bbbbbb;
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-height: 3.6rem;
  box-sizing: border-box;
}
@media screen and (max-width: 520px) {
  .topics .who .container .below .tags .tag {
    font-size: 1.3rem;
    padding: 0.5rem 1rem;
  }
}
.topics .info {
  background-color: #e2d5cf;
  padding-top: 13.3rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 520px) {
  .topics .info {
    padding-top: 6rem;
  }
}
.topics .info .border {
  position: absolute;
  top: -12.5rem;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .topics .info .border {
    top: 1.2rem;
  }
}
@media screen and (max-width: 520px) and (max-width: 520px) {
  .topics .info .border::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f8f4eb;
    top: -1.3rem;
    left: 0;
    z-index: -1;
  }
}
.topics .info .border-bottom {
  position: absolute;
  bottom: -3rem;
  left: 0;
  transform: rotate(180deg);
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .topics .info .border-bottom {
    bottom: 2.2rem;
  }
}
@media screen and (max-width: 520px) and (max-width: 520px) {
  .topics .info .border-bottom::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f8f4eb;
    bottom: 2.3rem;
    left: 0;
    z-index: -1;
  }
}
.topics .info .c-titlebox {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.topics .info .c-titlebox .lg-title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.topics .info .c-titlebox .lg-title .prefix {
  font-size: 3.8rem;
}
@media screen and (max-width: 520px) {
  .topics .info .c-titlebox .lg-title .prefix {
    font-size: 2.4rem;
    vertical-align: bottom;
  }
}
.topics .info .c-titlebox .lg-title .lg-text {
  font-size: 4.2rem;
  vertical-align: bottom;
}
@media screen and (max-width: 520px) {
  .topics .info .c-titlebox .lg-title .lg-text {
    font-size: 2.4rem;
  }
}
.topics .info .c-titlebox .lg-title .sm-title {
  font-size: 1.4rem;
  padding-top: 0.7rem;
}
.topics .info .c-titlebox .sm-title {
  font-size: 2rem;
}
.topics .info .c-titlebox {
  margin: 0 auto;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 520px) {
  .topics .info .c-titlebox {
    margin-bottom: 2.4rem;
  }
  .topics .info .c-titlebox .lg-title {
    gap: 0.7rem;
  }
  .topics .info .c-titlebox .lg-title::after {
    height: 2px;
  }
  .topics .info .c-titlebox .prefix {
    font-size: 2.4rem;
    vertical-align: bottom;
  }
  .topics .info .c-titlebox .lg-text {
    font-size: 2.4rem;
    vertical-align: bottom;
    line-height: 1;
  }
  .topics .info .c-titlebox .sm-title {
    font-size: 1.4rem;
    padding-top: 0.7rem;
  }
}
.topics .info .container {
  width: calc(100% - 3.6rem);
  max-width: 105.6rem;
  margin: 0 auto;
  border-radius: 3rem;
  position: relative;
  box-sizing: border-box;
  padding: 4rem;
  padding-top: 5.7rem;
  background-color: #f8f4eb;
  margin-top: 3.2rem;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .topics .info .container {
    padding: 2rem 2.4rem;
    padding-top: 3.7rem;
    border-radius: 1rem;
  }
}
.topics .info .container .above {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 2.6rem;
}
@media screen and (max-width: 769px) {
  .topics .info .container .above {
    flex-direction: column;
    gap: 3rem;
  }
}
.topics .info .container .above .item {
  width: calc((100% - 2.6rem) / 2);
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 11.6rem;
  position: relative;
  border-radius: 1rem;
}
@media screen and (max-width: 769px) {
  .topics .info .container .above .item {
    width: 100%;
    border-radius: 0.8rem;
    height: 9rem;
  }
}
.topics .info .container .above .item .title {
  background-color: #eb6fa5;
  font-size: 1.69rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: white;
  width: 18.4rem;
  height: 3.3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 520px) {
  .topics .info .container .above .item .title {
    width: 11.353rem;
    height: 3.3rem;
    font-size: 1.4rem;
  }
}
.topics .info .container .above .item .detail {
  font-size: 2rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 520px) {
  .topics .info .container .above .item .detail {
    font-size: 1.4rem;
  }
}
.topics .info .container .above .item .detail .icon {
  width: 1.6rem;
  height: 1.8rem;
  margin-right: 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.topics .info .container .above .item .detail .icon .img {
  vertical-align: middle;
}
.topics .info .container .below {
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 1rem;
  margin-top: 2.7rem;
  padding: 2.4rem 0;
  padding-left: 2.1rem;
  padding-right: 3.3rem;
}
@media screen and (max-width: 769px) {
  .topics .info .container .below {
    flex-direction: column;
    gap: 1.3rem;
    padding: 1.65rem 2.5rem;
    padding-top: 3.6rem;
    border-radius: 0.8rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 520px) {
  .topics .info .container .below {
    padding: 2.5rem 1.65rem;
  }
}
.topics .info .container .below .title {
  background-color: #eb6fa5;
  font-size: 1.69rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: white;
  width: 18.4rem;
  height: 3.3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 520px) {
  .topics .info .container .below .title {
    width: 11.353rem;
    height: 3.3rem;
    font-size: 1.4rem;
  }
}
.topics .info .container .below .detail {
  font-size: 2rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 520px) {
  .topics .info .container .below .detail {
    font-size: 1.4rem;
  }
}
.topics .info .container .below .detail .link {
  text-decoration: underline;
}
.topics .info .container .below .detail .icon {
  width: 2.8rem;
  height: 2.2rem;
  margin-right: 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 520px) {
  .topics .info .container .below .detail .icon {
    width: 2.5rem;
    height: 1.9rem;
  }
}
.topics .info .container .below .detail .icon .img {
  vertical-align: middle;
}
.topics .info .container .below .map {
  width: 40rem;
  height: 24.5rem;
}
@media screen and (max-width: 769px) {
  .topics .info .container .below .map {
    width: 100%;
    aspect-ratio: 260/147;
    height: unset;
  }
}
@media screen and (max-width: 520px) {
  .topics .info .container .below .map {
    height: 14.7rem;
  }
}
.topics .info .form {
  margin-top: 6rem;
  position: relative;
  z-index: 2;
}
.topics .event-detail {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 13.3rem;
}
@media screen and (max-width: 520px) {
  .topics .event-detail {
    padding-top: 6rem;
  }
}
.topics .event-detail .c-titlebox {
  margin: 0 auto;
}
.topics .event-detail .c-titlebox {
  margin: 0 auto;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 520px) {
  .topics .event-detail .c-titlebox {
    margin-bottom: 2.4rem;
  }
  .topics .event-detail .c-titlebox .lg-title {
    gap: 0.7rem;
  }
  .topics .event-detail .c-titlebox .lg-title::after {
    height: 2px;
  }
  .topics .event-detail .c-titlebox .prefix {
    font-size: 2.4rem;
    vertical-align: bottom;
  }
  .topics .event-detail .c-titlebox .lg-text {
    font-size: 2.4rem;
    vertical-align: bottom;
    line-height: 1;
  }
  .topics .event-detail .c-titlebox .sm-title {
    font-size: 1.4rem;
    padding-top: 0.7rem;
  }
}
.topics .event-detail .container {
  width: 100%;
  position: relative;
  margin-top: 3.2rem;
}
.topics .event-detail .container .bg {
  width: 100%;
  position: absolute;
  top: 6.7rem;
}
@media screen and (max-width: 520px) {
  .topics .event-detail .container .bg {
    top: 38.6rem;
  }
}
.topics .event-detail .container .contents {
  max-width: 116rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  width: calc(100% - 3.6rem);
}
@media screen and (max-width: 769px) {
  .topics .event-detail .container .contents {
    flex-direction: column;
    gap: 1.8rem;
  }
}
.topics .event-detail .container .contents .item {
  width: calc((100% - 4rem) / 3);
  background-color: white;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid black;
}
@media screen and (max-width: 769px) {
  .topics .event-detail .container .contents .item {
    width: 100%;
  }
}
.topics .event-detail .container .contents .item .title {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  font-size: 2rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.83;
  margin-top: 3.7rem;
}
@media screen and (max-width: 520px) {
  .topics .event-detail .container .contents .item .title {
    font-size: 1.6rem;
    margin-top: 2.4rem;
    line-height: 2.2875;
  }
}
.topics .event-detail .container .contents .item:nth-child(2) {
  margin-top: 3.2rem;
}
@media screen and (max-width: 769px) {
  .topics .event-detail .container .contents .item:nth-child(2) {
    margin: 0;
  }
}
.topics .event-detail .container .contents .item .text {
  margin-top: 3.1rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.5;
}
@media screen and (max-width: 520px) {
  .topics .event-detail .container .contents .item .text {
    font-size: 1.3rem;
    margin-top: 1.1rem;
  }
}
.topics .event-detail .container .contents .item .img {
  width: 100%;
  aspect-ratio: 373/213;
  margin-top: 3.6rem;
}
@media screen and (max-width: 520px) {
  .topics .event-detail .container .contents .item .img {
    margin-top: 2.4rem;
  }
}
.topics .kyosan {
  margin-top: 10rem;
  padding-bottom: 10rem;
}
.topics .kyosan .container {
  width: calc(100% - 3.6rem);
  max-width: 116rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 4rem;
  padding-bottom: 6rem;
  padding-left: 3rem;
  padding-right: 3rem;
  background-color: white;
  border-radius: 2rem;
}
@media screen and (max-width: 520px) {
  .topics .kyosan .container {
    border-radius: 1rem;
    padding: 2rem 2.4rem;
    padding-bottom: 4.7rem;
  }
}
.topics .kyosan .container .text {
  font-size: 2rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.895;
  border-bottom: 1px dashed black;
  padding-bottom: 0.9rem;
  margin-bottom: 3.3rem;
}
@media screen and (max-width: 520px) {
  .topics .kyosan .container .text {
    font-size: 1.4rem;
    line-height: 2.7071428571;
    margin-bottom: 2rem;
  }
}
.topics .kyosan .container .below {
  margin-top: 4.8rem;
  margin-bottom: 3.3rem;
}
@media screen and (max-width: 520px) {
  .topics .kyosan .container .below {
    margin-top: 2rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0;
  }
}
.topics .kyosan .container .logo-lg {
  width: 100%;
  margin-top: 3.2rem;
  display: flex;
  justify-content: center;
}
.topics .kyosan .container .logo-lg .inner {
  width: 36.3rem;
}
@media screen and (max-width: 520px) {
  .topics .kyosan .container .logo-lg .inner {
    width: 19.6rem;
  }
}
.topics .kyosan .container .logo-mid {
  width: 100%;
  max-width: 78.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.3rem;
  margin: 0 auto;
  margin-top: 3.3rem;
}
@media screen and (max-width: 520px) {
  .topics .kyosan .container .logo-mid {
    max-width: 29.3rem;
    gap: 1rem 0.7rem;
    margin-top: 1.6rem;
  }
}
.topics .kyosan .container .logo-mid .inner {
  width: calc((100% - 6.6rem) / 3);
}
@media screen and (max-width: 520px) {
  .topics .kyosan .container .logo-mid .inner {
    width: calc((100% - 0.7rem) / 2);
  }
}
.topics .kyosan .container .logo-sm {
  width: 100%;
  margin-top: 3.7rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8rem 3rem;
  margin: 0 auto;
  margin-top: 3rem;
}
@media screen and (max-width: 520px) {
  .topics .kyosan .container .logo-sm {
    gap: 2rem 1.2rem;
    margin-top: 2rem;
    max-width: 29.3rem;
  }
}
.topics .kyosan .container .logo-sm .inner {
  width: calc((100% - 9rem) / 4);
  max-height: 13.4rem;
}
@media screen and (max-width: 520px) {
  .topics .kyosan .container .logo-sm .inner {
    width: calc((100% - 1.2rem) / 2);
    height: unset;
  }
}
.topics .kyosan .container .logo-sm .inner img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 13.4rem;
}
@media screen and (max-width: 520px) {
  .topics .kyosan .container .logo-sm .inner img {
    max-height: 6.1rem;
  }
}
.topics .form-2 {
  margin-top: 10rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .topics .form-2 {
    margin-top: 6.4rem;
  }
}
.topics .time {
  padding-top: 5.5rem;
  position: relative;
  background-color: #e2d5cf;
  margin-top: 12rem;
}
@media screen and (max-width: 520px) {
  .topics .time {
    margin-top: 3.4rem;
    padding-top: 4rem;
  }
}
.topics .time .c-titlebox {
  margin: 0 auto;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 520px) {
  .topics .time .c-titlebox {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 520px) {
  .topics .time .c-titlebox {
    margin: 0 auto;
    margin-bottom: 3.2rem;
  }
}
@media screen and (max-width: 520px) and (max-width: 520px) {
  .topics .time .c-titlebox {
    margin-bottom: 2.4rem;
  }
  .topics .time .c-titlebox .lg-title {
    gap: 0.7rem;
  }
  .topics .time .c-titlebox .lg-title::after {
    height: 2px;
  }
  .topics .time .c-titlebox .prefix {
    font-size: 2.4rem;
    vertical-align: bottom;
  }
  .topics .time .c-titlebox .lg-text {
    font-size: 2.4rem;
    vertical-align: bottom;
    line-height: 1;
  }
  .topics .time .c-titlebox .sm-title {
    font-size: 1.4rem;
    padding-top: 0.7rem;
  }
}
.topics .time .border {
  position: absolute;
  top: 0rem;
  left: 0;
  width: 100%;
  z-index: 1;
  transform: translateY(-100%);
}
@media screen and (max-width: 520px) {
  .topics .time .border {
    top: 1.2rem;
  }
}
.topics .time .title {
  font-size: 2rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.895;
  max-width: 116rem;
  margin: 0 auto;
  border-bottom: 1px dashed black;
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 520px) {
  .topics .time .title {
    font-size: 1.4rem;
    line-height: 2.7071428571;
    width: calc(100% - 3.6rem);
  }
}
.topics .time .time-img {
  width: calc(100% - 3.6rem);
  max-width: 106rem;
  margin: 0 auto;
  margin-top: 3.2rem;
  position: relative;
}
.topics .time .time-img::after {
  content: "";
  position: absolute;
  width: 6.4rem;
  height: 9rem;
  background-image: url(../img/p-finger.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: finger 2s linear infinite;
          animation: finger 2s linear infinite;
  display: none;
}
@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes finger {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 520px) {
  .topics .time .time-img {
    height: 44.3rem;
    overflow-x: scroll;
    margin-top: 2rem;
    width: calc(100% - 1.8rem);
    margin-left: 1.8rem;
  }
  .topics .time .time-img::after {
    display: block;
  }
  .topics .time .time-img .img-frame {
    height: 100%;
    aspect-ratio: 1062/671;
    padding-right: 1.8rem;
  }
}
@media screen and (max-width: 520px) {
  .topics .time .time-img img {
    filter: brightness(0.4);
    transition: 0.3s;
  }
}
.topics .time .active::after {
  -webkit-animation: none;
          animation: none;
  opacity: 0;
}
.topics .time .active img {
  filter: brightness(1);
}
.topics .teacher {
  background-color: #e2d5cf;
  padding-top: 6rem;
  position: relative;
  padding-bottom: 3.7rem;
}
@media screen and (max-width: 520px) {
  .topics .teacher {
    padding-top: 4rem;
  }
}
.topics .teacher .border {
  position: absolute;
  bottom: 0rem;
  left: 0;
  transform: rotate(180deg) translateY(-100%);
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .topics .teacher .border {
    bottom: 2.2rem;
  }
}
@media screen and (max-width: 520px) and (max-width: 520px) {
  .topics .teacher .border::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f8f4eb;
    bottom: 2.3rem;
    left: 0;
    z-index: -1;
  }
}
.topics .teacher .title {
  font-size: 2rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.895;
  max-width: 116rem;
  margin: 0 auto;
  border-bottom: 1px dashed black;
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 520px) {
  .topics .teacher .title {
    font-size: 1.4rem;
    line-height: 2.7071428571;
    width: calc(100% - 3.6rem);
  }
}
.topics .teacher .contents {
  width: calc(100% - 3.6rem);
  max-width: 116rem;
  margin: 0 auto;
  margin-top: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 520px) {
  .topics .teacher .contents {
    gap: 2rem;
    margin-top: 2rem;
  }
}
.topics .teacher .contents .item {
  width: 100%;
  background-color: white;
  border-radius: 3.2rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 4rem;
}
@media screen and (max-width: 769px) {
  .topics .teacher .contents .item {
    flex-direction: column;
    padding: 2.4rem;
    border-radius: 1rem;
  }
}
.topics .teacher .contents .item .img {
  width: 31.4rem;
  aspect-ratio: 314/266;
  margin-right: 5.2rem;
  border-radius: 2rem;
}
@media screen and (max-width: 769px) {
  .topics .teacher .contents .item .img {
    width: 100%;
    margin-right: 0;
    border-radius: 0.8rem;
  }
}
.topics .teacher .contents .item .textbox {
  flex: 1;
}
.topics .teacher .contents .item .textbox .lg-text {
  font-size: 2rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.895;
  padding-bottom: 0.9rem;
  border-bottom: 1px dashed black;
}
@media screen and (max-width: 520px) {
  .topics .teacher .contents .item .textbox .lg-text {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
}
.topics .teacher .contents .item .textbox .sm-text {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.8;
}
@media screen and (max-width: 520px) {
  .topics .teacher .contents .item .textbox .sm-text {
    font-size: 1.3rem;
  }
}
.topics .teacher .contents .item .textbox .icon-text {
  display: flex;
  margin-top: 2.1rem;
  border-bottom: 1px dashed black;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 520px) {
  .topics .teacher .contents .item .textbox .icon-text {
    padding-bottom: 2.1rem;
  }
}
.topics .teacher .contents .item .textbox .icon-text .icon1 {
  width: 2.2rem;
  height: 1.8rem;
}
.topics .teacher .contents .item .textbox .icon-text .icon2 {
  width: 2rem;
  height: 2rem;
  margin-left: 2rem;
}
.topics .teacher .contents .item .textbox .icon-text .inner-text {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #6c5509;
  margin-left: 1.1rem;
}
.topics .teacher .contents .item .textbox .teachers {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 520px) {
  .topics .teacher .contents .item .textbox .teachers {
    gap: 1.2rem;
    margin-top: 1.6rem;
  }
}
.topics .teacher .contents .item .textbox .teachers .teacher-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 6rem) / 3);
}
@media screen and (max-width: 520px) {
  .topics .teacher .contents .item .textbox .teachers .teacher-item {
    width: calc((100% - 1.2rem) / 2);
  }
}
.topics .teacher .contents .item .textbox .teachers .teacher-item .t-img {
  width: 17.3rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid #eb6fa5;
}
@media screen and (max-width: 520px) {
  .topics .teacher .contents .item .textbox .teachers .teacher-item .t-img {
    width: 10.7rem;
  }
}
.topics .teacher .contents .item .textbox .teachers .teacher-item .name {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  margin-top: 1rem;
}
@media screen and (max-width: 520px) {
  .topics .teacher .contents .item .textbox .teachers .teacher-item .name {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

.p-about {
  background-color: #F8F4EB;
}
.p-about .p-about-w {
  width: 90.625%;
  max-width: 116rem;
  margin: 0 auto;
}
.p-about__mv {
  position: relative;
}
@media screen and (max-width: 520px) {
  .p-about__mv {
    margin-top: 7rem;
  }
}
.p-about__mv__inner .what {
  display: flex;
  align-items: center;
  flex-direction: row;
  background-color: #eb6fa5;
  border-radius: 4rem;
  position: relative;
  margin-top: 6rem;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .p-about__mv__inner .what {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 520px) {
  .p-about__mv__inner .what {
    margin-top: 2.96rem;
    border-radius: 1.6rem;
  }
}
.p-about__mv__inner .what .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 5.9rem;
  padding-top: 6.6rem;
  padding-bottom: 5.7rem;
  gap: 5rem;
  max-width: 47.8448275862%;
}
@media screen and (max-width: 960px) {
  .p-about__mv__inner .what .left {
    max-width: 100%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 520px) {
  .p-about__mv__inner .what .left {
    padding-left: 1.7rem;
    padding-top: 7.1rem;
    gap: 3.39rem;
  }
}
.p-about__mv__inner .what .left .title {
  width: 45.6rem;
  aspect-ratio: 456/62;
}
@media screen and (max-width: 520px) {
  .p-about__mv__inner .what .left .title {
    width: 23.3rem;
  }
}
.p-about__mv__inner .what .left .text {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: white;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .p-about__mv__inner .what .left .text {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.p-about__mv__inner .what .left .text .lg {
  font-size: 2.4rem;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 0.8rem;
}
@media screen and (max-width: 520px) {
  .p-about__mv__inner .what .left .text .lg {
    font-size: 1.6rem;
    line-height: 1.6;
    text-underline-offset: 0.4rem;
  }
}
.p-about__mv__inner .what .left .illust4 {
  position: absolute;
  top: -2.2rem;
  left: 5.3rem;
  width: 17.9rem;
}
@media screen and (max-width: 960px) {
  .p-about__mv__inner .what .left .illust4 {
    width: 8.2rem;
  }
}
@media screen and (max-width: 520px) {
  .p-about__mv__inner .what .left .illust4 {
    top: -1.4rem;
    left: 2.2rem;
  }
}
.p-about__mv__inner .what .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
  padding-top: 1.7rem;
  padding-right: 2.8rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .p-about__mv__inner .what .right {
    padding-right: 0;
    padding-bottom: 2.1rem;
  }
}
@media screen and (max-width: 520px) {
  .p-about__mv__inner .what .right {
    padding-top: 0;
  }
}
.p-about__mv__inner .what .right .bubble {
  width: 39.4rem;
  aspect-ratio: 394/351;
}
@media screen and (max-width: 960px) {
  .p-about__mv__inner .what .right .bubble {
    width: 74.0412979351%;
    padding-right: 1.3rem;
  }
}
.p-about__mv__inner .what .right .more {
  width: 20.797rem;
  height: 4.208rem;
  margin-top: 1.2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.1rem;
  background-color: white;
  border-radius: 5rem;
  border: 2px solid #303030;
  box-sizing: border-box;
  margin-right: 5.2rem;
  transition: 0.3s;
}
@media screen and (min-width: 960px) {
  .p-about__mv__inner .what .right .more:hover {
    background-color: #303030;
  }
  .p-about__mv__inner .what .right .more:hover .text {
    color: white;
  }
}
@media screen and (max-width: 960px) {
  .p-about__mv__inner .what .right .more {
    align-self: center;
    margin-right: 0;
    margin-top: 1.3rem;
  }
}
@media screen and (max-width: 520px) {
  .p-about__mv__inner .what .right .more {
    width: 22.6rem;
    height: 4.2rem;
  }
}
.p-about__mv__inner .what .right .more .text {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  line-height: 1;
  margin-left: 4.8rem;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .p-about__mv__inner .what .right .more .text {
    font-size: 1.3rem;
  }
}
.p-about__mv__inner .what .right .more .icon {
  width: 3.699rem;
  aspect-ratio: 36.99/17.25;
}
.p-about__mv__inner .what .illust1 {
  position: absolute;
  width: 8.569rem;
  aspect-ratio: 85.69/145.01;
  top: 10rem;
  left: 53.729rem;
  transform: rotate(17.98deg);
}
@media screen and (max-width: 960px) {
  .p-about__mv__inner .what .illust1 {
    left: unset;
    top: 1.849rem;
    right: 2.102rem;
  }
}
@media screen and (max-width: 520px) {
  .p-about__mv__inner .what .illust1 {
    top: 3.5rem;
    width: 5.739rem;
  }
}
.p-about__mv__inner .what .illust2 {
  position: absolute;
  width: 17.7rem;
  aspect-ratio: 1/1;
  transform: rotate(-11.21deg);
  left: 32.3rem;
  bottom: -7rem;
}
@media screen and (max-width: 960px) {
  .p-about__mv__inner .what .illust2 {
    bottom: 7.186rem;
    right: unset;
    left: 1.496rem;
    width: 10.2rem;
  }
}
@media screen and (max-width: 520px) {
  .p-about__mv__inner .what .illust2 {
    bottom: 2rem;
    left: 1rem;
  }
}
.p-about__mv__inner .what .illust3 {
  position: absolute;
  width: 9rem;
  aspect-ratio: 90/86;
  top: 5.8rem;
  right: 32.7rem;
}
@media screen and (max-width: 960px) {
  .p-about__mv__inner .what .illust3 {
    top: unset;
    bottom: 22.4rem;
    right: unset;
    left: 7.2rem;
    width: 6.4rem;
  }
}
@media screen and (max-width: 520px) {
  .p-about__mv__inner .what .illust3 {
    bottom: 16.9rem;
  }
}
.p-about .bread {
  width: 86.09375%;
  max-width: 110.2rem;
  margin: 0 auto;
  margin-top: 3rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
@media screen and (max-width: 520px) {
  .p-about .bread {
    position: absolute;
    top: 9rem;
    left: 50%;
    transform: translateX(-50%);
    width: 90.4%;
    margin-top: 0;
  }
}
.p-about .bread .home {
  display: block;
  width: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-about .bread .home {
    width: 1rem;
    margin-top: -0.2rem;
  }
}
.p-about .bread .now {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2666666667;
  color: #EB6FA5;
}
@media screen and (max-width: 520px) {
  .p-about .bread .now {
    font-size: 1.1rem;
  }
}
.p-about__message {
  margin-top: 6.6rem;
}
@media screen and (max-width: 520px) {
  .p-about__message {
    margin-top: 3rem;
  }
}
.p-about__message__inner {
  width: 86.09375%;
  max-width: 110.2rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .p-about__message__inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 520px) {
  .p-about__message__inner {
    width: 89.8666666667%;
  }
}
.p-about__message__inner .txt-wrap {
  width: 65.4264972777%;
  font-family: "メイリオ", "Meiryo", sans-serif;
}
@media screen and (max-width: 769px) {
  .p-about__message__inner .txt-wrap {
    width: 100%;
  }
}
.p-about__message__inner .txt-wrap p {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.2;
  letter-spacing: 0.1em;
  color: #414141;
}
@media screen and (max-width: 520px) {
  .p-about__message__inner .txt-wrap p {
    font-size: 1.4rem;
  }
}
.p-about__message__inner .txt-wrap .pink {
  font-size: 2.4rem;
  color: #EB6FA5;
}
@media screen and (max-width: 520px) {
  .p-about__message__inner .txt-wrap .pink {
    font-size: 1.6rem;
  }
}
.p-about__message__inner .txt-wrap .--lineheight {
  transform: translateY(1rem);
  display: block;
}
@media screen and (max-width: 520px) {
  .p-about__message__inner .txt-wrap .sp-none {
    display: none;
  }
}
.p-about__message__inner .img-wrap {
  position: relative;
  width: 32.9401088929%;
}
@media screen and (max-width: 769px) {
  .p-about__message__inner .img-wrap {
    width: 40rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .p-about__message__inner .img-wrap {
    width: 100%;
  }
}
.p-about__message__inner .img-wrap .dummy-img {
  opacity: 0;
}
.p-about__message__inner .img-wrap .img1 {
  position: absolute;
  z-index: 10;
  width: 45.4545454545%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 520px) {
  .p-about__message__inner .img-wrap .img1 {
    width: 11.9rem;
  }
}
.p-about__message__inner .img-wrap .img2 {
  position: absolute;
  width: 63.91184573%;
  top: 7.9rem;
  left: 0;
}
@media screen and (max-width: 520px) {
  .p-about__message__inner .img-wrap .img2 {
    top: 2.5rem;
    width: 16.9rem;
  }
}
.p-about__message__inner .img-wrap .img3 {
  position: absolute;
  width: 63.91184573%;
  top: 27.4rem;
  right: 0;
}
@media screen and (max-width: 520px) {
  .p-about__message__inner .img-wrap .img3 {
    top: 15rem;
    right: 4.5rem;
    width: 16.9rem;
  }
}
.p-about__photo {
  margin-top: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .p-about__photo {
    margin-top: -4rem;
  }
}
.p-about__futures {
  position: relative;
  margin-top: 12.8rem;
  padding-bottom: 7.4rem;
}
@media screen and (max-width: 520px) {
  .p-about__futures {
    margin-top: -3rem;
    padding-bottom: 1.6rem;
  }
}
.p-about__futures__inner {
  position: relative;
  z-index: 10;
  width: 88.046875%;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1500px) {
  .p-about__futures__inner {
    max-width: 112.7rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 769px) {
  .p-about__futures__inner {
    width: 100%;
    flex-direction: column;
    gap: 7rem;
  }
}
@media screen and (max-width: 520px) {
  .p-about__futures__inner {
    gap: 3.1rem;
  }
}
.p-about__futures__inner .left {
  margin-top: 1.3rem;
  width: 39.2191659272%;
}
@media screen and (max-width: 769px) {
  .p-about__futures__inner .left {
    margin: 0 auto;
    width: 40rem;
  }
}
@media screen and (max-width: 520px) {
  .p-about__futures__inner .left {
    width: 74.1333333333%;
    max-width: 27.8rem;
  }
}
.p-about__futures__inner .left .bubble {
  width: 85.0678733032%;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .p-about__futures__inner .left .bubble {
    width: 100%;
  }
}
.p-about__futures__inner .left .catch-copy {
  margin-top: 2rem;
}
@media screen and (max-width: 520px) {
  .p-about__futures__inner .left .catch-copy {
    width: 95.3237410072%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }
}
.p-about__futures__inner .right {
  position: relative;
  width: 53.3274179237%;
}
@media screen and (max-width: 769px) {
  .p-about__futures__inner .right {
    margin-left: auto;
    width: 97%;
  }
}
.p-about__futures__inner .right .illust1 {
  position: absolute;
  width: 28.2861896839%;
  width: 12.7rem;
  top: -4.5rem;
  right: 6rem;
}
@media screen and (max-width: 520px) {
  .p-about__futures__inner .right .illust1 {
    width: 10rem;
    top: -0.9rem;
    right: 2.4rem;
  }
}
.p-about__futures__inner .right .illust2 {
  position: absolute;
  width: 28.2861896839%;
  width: 14.7rem;
  bottom: 1rem;
  left: -3rem;
}
@media screen and (max-width: 520px) {
  .p-about__futures__inner .right .illust2 {
    width: 12.1rem;
    left: 2.4rem;
    bottom: 0.5rem;
  }
}
.p-about__futures .triangle {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p-about__list {
  position: relative;
  background-color: #E2D5CF;
  padding-bottom: 5.6rem;
}
@media screen and (max-width: 520px) {
  .p-about__list {
    padding-bottom: 0;
  }
}
.p-about__list__inner {
  padding-top: 7.5rem;
  display: flex;
  flex-direction: column;
  gap: 14.5rem;
}
@media screen and (max-width: 520px) {
  .p-about__list__inner {
    gap: 10rem;
  }
}
.p-about__list__inner .item {
  position: relative;
  padding: 3.8rem 0;
  border-radius: 3rem;
  background-color: white;
}
@media screen and (max-width: 520px) {
  .p-about__list__inner .item {
    padding: 3.2rem 0;
    border-radius: 1.6rem;
    border: 1px solid black;
  }
}
.p-about__list__inner .item .num {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -7.5rem;
  width: 9.3rem;
  height: 9.3rem;
  border: 3px solid black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  background-color: white;
}
@media screen and (max-width: 520px) {
  .p-about__list__inner .item .num {
    top: -7rem;
    width: 7.7rem;
    height: 7.7rem;
  }
}
.p-about__list__inner .item .num .num-txt {
  font-family: "Dela Gothic One", serif;
  font-weight: 400;
  font-size: 2.8rem;
}
@media screen and (max-width: 520px) {
  .p-about__list__inner .item .num .num-txt {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
.p-about__list__inner .item .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2.5rem;
  width: 38.7rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40rem;
  background-color: black;
  font-weight: bold;
  font-size: 2rem;
  font-family: "Inter", sans-serif;
  color: white;
}
@media screen and (max-width: 520px) {
  .p-about__list__inner .item .title {
    width: auto;
    height: auto;
    white-space: nowrap;
    padding: 1.3rem 4rem;
    font-size: 1.4rem;
  }
}
.p-about__list__inner .item__inner {
  width: 91.9827586207%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .p-about__list__inner .item__inner {
    width: 90%;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
@media screen and (max-width: 520px) {
  .p-about__list__inner .item__inner {
    width: 85.9237536657%;
  }
}
.p-about__list__inner .item__inner .txt-wrap {
  width: 67.572633552%;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.1em;
  color: #414141;
  font-family: "メイリオ", "Meiryo", sans-serif;
}
@media screen and (max-width: 769px) {
  .p-about__list__inner .item__inner .txt-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .p-about__list__inner .item__inner .txt-wrap {
    font-size: 1.3rem;
  }
}
.p-about__list__inner .item__inner .txt-wrap .pink {
  color: #EB6FA5;
}
@media screen and (max-width: 520px) {
  .p-about__list__inner .item__inner .txt-wrap .pc-br {
    display: none;
  }
}
.p-about__list__inner .item__inner .img-wrap {
  width: 32.427366448%;
}
@media screen and (max-width: 769px) {
  .p-about__list__inner .item__inner .img-wrap {
    width: 57.1847507331%;
    max-width: 19.5rem;
  }
}
@media screen and (max-width: 520px) {
  .p-about .traingle2 {
    margin-top: -3rem;
  }
}

.onlineevent .mv {
  padding-bottom: 15.9rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .onlineevent .mv {
    padding-bottom: 2.3rem;
  }
}
.onlineevent .mv .container {
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
  padding-top: 6.8rem;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .onlineevent .mv .container {
    padding-top: 2.8rem;
  }
}
.onlineevent .mv .container .textbox {
  margin-left: 11.8rem;
}
@media screen and (max-width: 960px) {
  .onlineevent .mv .container .textbox {
    margin-left: 1.8rem;
  }
}
.onlineevent .mv .container .textbox .title {
  font-size: 7.8rem;
  font-weight: 400;
  font-family: "Dela Gothic One", serif;
  color: #00be77;
  -webkit-text-stroke: 0.2rem black;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .onlineevent .mv .container .textbox .title {
    font-size: 4rem;
    -webkit-text-stroke: 0.15rem black;
  }
}
@media screen and (max-width: 960px) {
  .onlineevent .mv .container .textbox .title .sp-none {
    display: none;
  }
}
.onlineevent .mv .container .textbox .ja {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  margin-top: 2.4rem;
  margin-left: 0.6rem;
}
@media screen and (max-width: 520px) {
  .onlineevent .mv .container .textbox .ja {
    font-size: 1.4rem;
    margin-top: 0.9rem;
  }
}
.onlineevent .mv .container .textbox .text {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #414141;
  line-height: 2;
  margin-top: 3.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .onlineevent .mv .container .textbox .text {
    display: none;
  }
}
.onlineevent .mv .container .textbox .c-bread {
  background-color: transparent;
  margin-top: 3.5rem;
}
@media screen and (max-width: 960px) {
  .onlineevent .mv .container .textbox .sp-none {
    display: none;
  }
}
.onlineevent .mv .container .textbox .sp-use {
  display: none;
}
@media screen and (max-width: 960px) {
  .onlineevent .mv .container .textbox .sp-use {
    display: block;
    margin-top: 0;
    margin-bottom: 1.8rem;
  }
}
.onlineevent .mv .container .illust1 {
  width: 18.5rem;
  position: absolute;
  right: 42.3rem;
  top: 3.8rem;
}
@media screen and (max-width: 960px) {
  .onlineevent .mv .container .illust1 {
    display: none;
  }
}
.onlineevent .mv .container .illust2 {
  width: 18.528rem;
  position: absolute;
  right: 8.8rem;
  top: 27.1rem;
  transform: rotate(5.17deg);
}
@media screen and (max-width: 960px) {
  .onlineevent .mv .container .illust2 {
    display: none;
  }
}
.onlineevent .mv .container .img1 {
  width: 33.384rem;
  position: absolute;
  right: 33rem;
  top: 16.8rem;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .onlineevent .mv .container .img1 {
    display: none;
  }
}
.onlineevent .mv .container .img2 {
  width: 19.2rem;
  position: absolute;
  right: 13.1rem;
  top: 4.7rem;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .onlineevent .mv .container .img2 {
    display: none;
  }
}
.onlineevent .mv .container .sp-useblock {
  display: none;
  position: relative;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 375/264.45;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .onlineevent .mv .container .sp-useblock {
    display: flex;
  }
}
.onlineevent .mv .container .sp-useblock .img-container {
  position: relative;
  aspect-ratio: 375/264.45;
  max-width: 37.5rem;
  width: 100%;
  transform: scale(2.5);
}
@media screen and (max-width: 769px) {
  .onlineevent .mv .container .sp-useblock .img-container {
    transform: scale(1.5);
  }
}
@media screen and (max-width: 520px) {
  .onlineevent .mv .container .sp-useblock .img-container {
    transform: scale(1);
  }
}
.onlineevent .mv .container .sp-useblock .illust1 {
  display: block;
  width: 8.8rem;
  top: 0.6rem;
  right: 18.9rem;
}
.onlineevent .mv .container .sp-useblock .illust2 {
  display: block;
  width: 11.874rem;
  top: 11.072rem;
  right: 2.1rem;
}
.onlineevent .mv .container .sp-useblock .img1 {
  display: block;
  width: 19.167rem;
  top: 6rem;
  right: 16.333rem;
}
.onlineevent .mv .container .sp-useblock .img2 {
  display: block;
  width: 11.6rem;
  top: -0.6rem;
  right: 4.1rem;
}
.onlineevent .mv .container .text-sp-use {
  display: none;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #414141;
  line-height: 2;
  margin-top: 3.5rem;
  max-width: calc(100% - 3.6rem);
  margin: 0 auto;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .onlineevent .mv .container .text-sp-use {
    display: block;
    margin-top: 2.76rem;
  }
}
@media screen and (max-width: 520px) {
  .onlineevent .mv .container .text-sp-use {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.onlineevent .mv .circle-border {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .onlineevent .mv .circle-border {
    bottom: 10.8rem;
  }
}
.onlineevent .mv::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10.8rem;
  background-color: #f8f4eb;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 520px) {
  .onlineevent .mv::before {
    display: block;
  }
}
.onlineevent .search {
  background-color: #f8f4eb;
}
.onlineevent .search .container {
  max-width: 104.4rem;
  width: calc(100% - 3.6rem);
  margin: 0 auto;
  position: relative;
}
.onlineevent .search .container .title {
  width: 13.5rem;
  height: 3.3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #00be77;
  color: white;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
  border: 1px solid #303030;
  position: absolute;
  left: 3rem;
  top: 0;
  transform: translateY(calc((100% - 1px) * -1));
}
@media screen and (max-width: 960px) {
  .onlineevent .search .container .title {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    margin-left: 3rem;
  }
}
@media screen and (max-width: 520px) {
  .onlineevent .search .container .title {
    margin-left: 1.1rem;
    width: 11.2rem;
    height: 3.3rem;
    font-size: 1.4rem;
    transform: translateY(1px);
  }
}
.onlineevent .search .container .tags {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  background-color: white;
  box-sizing: border-box;
  border-radius: 2rem;
  border: 1.5px solid black;
  padding: 2.5rem 3rem;
  gap: 1rem;
}
@media screen and (max-width: 520px) {
  .onlineevent .search .container .tags {
    border-radius: 1rem;
    padding: 2rem 1rem;
    gap: 0.8rem 0.4rem;
  }
}
.onlineevent .search .container .tags .tag {
  height: 3.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  border: 1px solid black;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #303030;
  transition: 0.3s;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .onlineevent .search .container .tags .tag:hover {
    background-color: black;
    color: white;
  }
}
@media screen and (max-width: 520px) {
  .onlineevent .search .container .tags .tag {
    font-size: 1.2rem;
    height: 3.2rem;
  }
}
.onlineevent .pickup {
  padding-top: 5.2rem;
  background-color: #f8f4eb;
}
@media screen and (max-width: 520px) {
  .onlineevent .pickup {
    padding-top: 3rem;
  }
}
.onlineevent .pickup .c-titlebox {
  margin: 0 auto;
  margin-bottom: 2.4rem;
}
.onlineevent .pickup .c-titlebox .lg-title::after {
  height: 2px;
}
.onlineevent .pickup .c-titlebox .lg-title .prefix {
  font-size: 3.8rem;
}
@media screen and (max-width: 520px) {
  .onlineevent .pickup .c-titlebox .lg-title .prefix {
    font-size: 2.4rem;
  }
}
.onlineevent .pickup .c-titlebox .lg-title .lg-text {
  font-size: 4.2rem;
}
@media screen and (max-width: 520px) {
  .onlineevent .pickup .c-titlebox .lg-title .lg-text {
    font-size: 2.4rem;
    vertical-align: bottom;
    line-height: 1;
  }
}
@media screen and (max-width: 520px) {
  .onlineevent .pickup .c-titlebox .sm-title {
    font-size: 1.4rem;
    padding-top: 0.7rem;
  }
}
.onlineevent .pickup .container {
  width: calc(100% - 3.6rem);
  max-width: 116rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
  box-sizing: border-box;
  padding: 4rem 5.8rem;
  background-color: #e2d5cf;
  border-radius: 3.2rem;
}
@media screen and (max-width: 520px) {
  .onlineevent .pickup .container {
    padding: 2rem 1.5rem;
    border-radius: 1.6rem;
  }
}
.onlineevent .pickup .container .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4.7rem;
  box-sizing: border-box;
  padding: 4rem;
  background-color: white;
  width: 100%;
  border-radius: 2rem;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .onlineevent .pickup .container .item {
    flex-direction: column;
  }
}
@media screen and (max-width: 520px) {
  .onlineevent .pickup .container .item {
    padding: 1.6rem;
    border-radius: 1rem;
    gap: 1.2rem;
  }
}
@media screen and (min-width: 960px) {
  .onlineevent .pickup .container .item:hover {
    background-color: #f8f4eb;
  }
  .onlineevent .pickup .container .item:hover .img img {
    transform: scale(1.05);
  }
  .onlineevent .pickup .container .item:hover .textbox .title span {
    background-size: 100% 1px;
    background-position: 0 100%;
    color: #eb6fa5;
  }
}
.onlineevent .pickup .container .item .img {
  width: 39.4rem;
  aspect-ratio: 394/224;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .onlineevent .pickup .container .item .img {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .onlineevent .pickup .container .item .img {
    border-radius: 1rem;
  }
}
.onlineevent .pickup .container .item .img img {
  transition: 0.3s;
  height: 100%;
}
.onlineevent .pickup .container .item .end {
  position: relative;
}
.onlineevent .pickup .container .item .end::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: black;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: 2;
}
.onlineevent .pickup .container .item .end::before {
  content: "イベントは終了しました";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: white;
  z-index: 3;
}
@media screen and (max-width: 520px) {
  .onlineevent .pickup .container .item .end::before {
    font-size: 1.3rem;
  }
}
.onlineevent .pickup .container .item .textbox {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .onlineevent .pickup .container .item .textbox {
    width: 100%;
  }
}
.onlineevent .pickup .container .item .textbox .date {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  line-height: 1;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 520px) {
  .onlineevent .pickup .container .item .textbox .date {
    margin-bottom: 0.6rem;
  }
}
.onlineevent .pickup .container .item .textbox .tags {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.4rem;
}
@media screen and (max-width: 960px) {
  .onlineevent .pickup .container .item .textbox .tags {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .onlineevent .pickup .container .item .textbox .tags {
    gap: 0.6rem;
  }
}
.onlineevent .pickup .container .item .textbox .tags .tag {
  height: 2.2rem;
  border-radius: 1.1rem;
  background-color: #1a1a1a;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 1.4rem;
}
@media screen and (max-width: 520px) {
  .onlineevent .pickup .container .item .textbox .tags .tag {
    height: 1.9rem;
    font-size: 1rem;
  }
}
.onlineevent .pickup .container .item .textbox .title {
  font-size: 2rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  line-height: 1.895;
  margin-top: 1rem;
}
@media screen and (max-width: 520px) {
  .onlineevent .pickup .container .item .textbox .title {
    margin-top: 0.8rem;
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.onlineevent .pickup .container .item .textbox .title span {
  background: linear-gradient(#eb6fa5, #eb6fa5);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: 0.3s;
  color: black;
  transition-property: background-size, color;
  display: inline;
}
.onlineevent .pickup .container .item .textbox .schedule {
  padding-top: 2rem;
  margin-top: 0.9rem;
  border-top: 1px dashed black;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.6rem;
}
@media screen and (max-width: 960px) {
  .onlineevent .pickup .container .item .textbox .schedule {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .onlineevent .pickup .container .item .textbox .schedule {
    margin-top: 0.8rem;
    padding-top: 1rem;
    flex-direction: column;
    gap: 0.8rem;
  }
}
.onlineevent .pickup .container .item .textbox .schedule .icon-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
  transform: translateY(-0.4rem);
}
@media screen and (max-width: 520px) {
  .onlineevent .pickup .container .item .textbox .schedule .icon-text {
    transform: unset;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.onlineevent .pickup .container .item .textbox .schedule .icon-text .icon {
  width: 1.6rem;
  aspect-ratio: 16/18;
  display: block;
}
@media screen and (max-width: 520px) {
  .onlineevent .pickup .container .item .textbox .schedule .icon-text .icon {
    width: 1.083rem;
  }
}
.onlineevent .pickup .container .item .textbox .schedule .icon-text .text {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #6c5509;
}
@media screen and (max-width: 520px) {
  .onlineevent .pickup .container .item .textbox .schedule .icon-text .text {
    vertical-align: top;
    display: inline-block;
    font-size: 1.2rem;
  }
}
.onlineevent .pickup .container .item .textbox .schedule .schedule-box {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.2rem;
}
@media screen and (max-width: 520px) {
  .onlineevent .pickup .container .item .textbox .schedule .schedule-box {
    gap: 0.8rem;
    flex-direction: column;
  }
}
.onlineevent .pickup .container .item .textbox .schedule .schedule-box .box-inner {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #6c5509;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .onlineevent .pickup .container .item .textbox .schedule .schedule-box .box-inner {
    font-size: 1.2rem;
  }
}
.onlineevent .pickup .container .item .textbox .more {
  height: 4.2rem;
  width: 20.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 5rem;
  border: 2px solid #303030;
  margin-top: 2.1rem;
  box-sizing: border-box;
  position: relative;
  align-self: flex-end;
  background-color: white;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .onlineevent .pickup .container .item .textbox .more {
    margin-top: 1.6rem;
    align-self: center;
    width: 21.6rem;
    height: 3.84rem;
    padding-left: 2.556rem;
    padding-right: 2.556rem;
  }
}
@media screen and (min-width: 960px) {
  .onlineevent .pickup .container .item .textbox .more:hover {
    background-color: #303030;
  }
  .onlineevent .pickup .container .item .textbox .more:hover .text {
    color: white;
  }
}
.onlineevent .pickup .container .item .textbox .more .text {
  width: 11.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  line-height: 1;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .onlineevent .pickup .container .item .textbox .more .text {
    flex: 1;
    text-align: center;
    font-size: 1.3rem;
  }
}
.onlineevent .pickup .container .item .textbox .more .icon {
  width: 3.699rem;
  position: absolute;
  right: 3.089rem;
}
@media screen and (max-width: 520px) {
  .onlineevent .pickup .container .item .textbox .more .icon {
    position: relative;
    right: unset;
    width: 3.088rem;
  }
}
.onlineevent .posts {
  background-color: #f8f4eb;
  padding-top: 6rem;
  padding-bottom: 3.6rem;
}
@media screen and (max-width: 520px) {
  .onlineevent .posts {
    padding-top: 3.9rem;
  }
}
.onlineevent .posts .container {
  width: calc(100% - 3.6rem);
  max-width: 104.5rem;
  margin: 0 auto;
}
.onlineevent .posts .container .num {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #303030;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 520px) {
  .onlineevent .posts .container .num {
    margin-bottom: 2rem;
    font-size: 1.2rem;
    align-items: flex-end;
  }
}
.onlineevent .posts .container .num span {
  font-size: 2.8rem;
  font-weight: 400;
  font-family: "Dela Gothic One", serif;
  color: #eb6fa5;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .onlineevent .posts .container .num span {
    font-size: 1.8rem;
    align-self: flex-start;
  }
}
.onlineevent .posts .container .contents {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2.4rem 1.4rem;
}
@media screen and (max-width: 960px) {
  .onlineevent .posts .container .contents {
    gap: 2.4rem 0.9rem;
  }
}
.onlineevent .posts .container .contents .item {
  width: calc((100% - 2.8rem) / 3);
  background-color: white;
  border-radius: 2rem;
  box-sizing: border-box;
  padding: 2rem;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .onlineevent .posts .container .contents .item {
    width: calc((100% - 0.9rem) / 2);
  }
}
@media screen and (max-width: 520px) {
  .onlineevent .posts .container .contents .item {
    padding: 1rem 0.85rem;
    border-radius: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .onlineevent .posts .container .contents .item:hover .img img {
    transform: scale(1.05);
  }
  .onlineevent .posts .container .contents .item:hover .textbox .below .title span {
    background-size: 100% 1px;
    background-position: 0 100%;
    color: #eb6fa5;
  }
}
.onlineevent .posts .container .contents .item .img {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 299/165;
}
@media screen and (max-width: 520px) {
  .onlineevent .posts .container .contents .item .img {
    aspect-ratio: 147/123;
  }
}
.onlineevent .posts .container .contents .item .img img {
  transition: 0.3s;
  height: 100%;
}
.onlineevent .posts .container .contents .item .end {
  position: relative;
}
.onlineevent .posts .container .contents .item .end::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: black;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: 2;
}
.onlineevent .posts .container .contents .item .end::before {
  content: "イベントは終了しました";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: white;
  z-index: 3;
  white-space: nowrap;
}
@media screen and (max-width: 520px) {
  .onlineevent .posts .container .contents .item .end::before {
    font-size: 1rem;
  }
}
.onlineevent .posts .container .contents .item .textbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.2rem;
  flex: 1;
}
@media screen and (max-width: 520px) {
  .onlineevent .posts .container .contents .item .textbox {
    margin-top: 0.8rem;
  }
}
.onlineevent .posts .container .contents .item .textbox .date-tags {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.6rem;
}
@media screen and (max-width: 520px) {
  .onlineevent .posts .container .contents .item .textbox .date-tags {
    flex-direction: column;
  }
}
.onlineevent .posts .container .contents .item .textbox .date-tags .date {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  line-height: 1;
  margin-top: 0.4rem;
}
@media screen and (max-width: 520px) {
  .onlineevent .posts .container .contents .item .textbox .date-tags .date {
    font-size: 1rem;
    margin-top: 0;
  }
}
.onlineevent .posts .container .contents .item .textbox .date-tags .tags {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.onlineevent .posts .container .contents .item .textbox .date-tags .tags .tag {
  height: 2.2rem;
  padding: 0 1.4rem;
  border-radius: 1.1rem;
  background-color: #1a1a1a;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 520px) {
  .onlineevent .posts .container .contents .item .textbox .date-tags .tags .tag {
    height: 1.9rem;
    font-size: 0.7rem;
    padding: 0 1rem;
  }
}
.onlineevent .posts .container .contents .item .textbox .below {
  margin-top: auto;
  margin-bottom: 0;
  width: 100%;
}
.onlineevent .posts .container .contents .item .textbox .below .title {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  line-height: 1.4;
  margin-top: 0.9rem;
}
@media screen and (max-width: 520px) {
  .onlineevent .posts .container .contents .item .textbox .below .title {
    font-size: 1.3rem;
    line-height: 1.3;
    margin-top: 0.8rem;
  }
}
.onlineevent .posts .container .contents .item .textbox .below .title span {
  background: linear-gradient(#eb6fa5, #eb6fa5);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: 0.3s;
  color: black;
  transition-property: background-size, color;
  display: inline;
}
.onlineevent .posts .container .contents .item .textbox .below .schedule {
  margin-top: 1.5rem;
  padding-top: 1.7rem;
  border-top: 1px dashed black;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.6rem;
}
@media screen and (max-width: 520px) {
  .onlineevent .posts .container .contents .item .textbox .below .schedule {
    margin-top: 0.8rem;
    padding-top: 1rem;
    flex-direction: column;
    gap: 0.8rem;
  }
}
.onlineevent .posts .container .contents .item .textbox .below .schedule .icon-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
  transform: translateY(-0.4rem);
}
@media screen and (max-width: 520px) {
  .onlineevent .posts .container .contents .item .textbox .below .schedule .icon-text {
    transform: unset;
    align-items: center;
    gap: 0.5rem;
  }
}
.onlineevent .posts .container .contents .item .textbox .below .schedule .icon-text .icon {
  width: 1.6rem;
  aspect-ratio: 16/18;
  display: block;
}
@media screen and (max-width: 520px) {
  .onlineevent .posts .container .contents .item .textbox .below .schedule .icon-text .icon {
    width: 1.083rem;
    vertical-align: top;
    transform: translateY(-0.1rem);
  }
}
.onlineevent .posts .container .contents .item .textbox .below .schedule .icon-text .text {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #6c5509;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .onlineevent .posts .container .contents .item .textbox .below .schedule .icon-text .text {
    font-size: 1.2rem;
  }
}
.onlineevent .posts .container .contents .item .textbox .below .schedule .schedule-box {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.2rem;
}
@media screen and (max-width: 520px) {
  .onlineevent .posts .container .contents .item .textbox .below .schedule .schedule-box {
    gap: 0.8rem;
  }
}
.onlineevent .posts .container .contents .item .textbox .below .schedule .schedule-box .box-inner {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1;
  color: #6c5509;
}
@media screen and (max-width: 520px) {
  .onlineevent .posts .container .contents .item .textbox .below .schedule .schedule-box .box-inner {
    font-size: 1.2rem;
  }
}
.onlineevent .posts .container .contents .item .textbox .below .more {
  margin-top: 1.6rem;
  width: 20.8rem;
  height: 4.2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 5rem;
  border: 2px solid #303030;
  background-color: white;
  position: relative;
  margin: 0 auto;
  margin-top: 1.2rem;
  box-sizing: border-box;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .onlineevent .posts .container .contents .item .textbox .below .more {
    width: 100%;
    height: 3rem;
    margin-top: 0.8rem;
    padding: 0 1.428rem;
    gap: 1.2rem;
  }
}
@media screen and (min-width: 960px) {
  .onlineevent .posts .container .contents .item .textbox .below .more:hover {
    background-color: #303030;
  }
  .onlineevent .posts .container .contents .item .textbox .below .more:hover .text {
    color: white;
  }
}
.onlineevent .posts .container .contents .item .textbox .below .more .text {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  line-height: 1;
  width: 11.3rem;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .onlineevent .posts .container .contents .item .textbox .below .more .text {
    width: unset;
    text-align: center;
    flex: 1;
    font-size: 1.1rem;
  }
}
.onlineevent .posts .container .contents .item .textbox .below .more .icon {
  width: 3.699rem;
  position: absolute;
  right: 3.089rem;
}
@media screen and (max-width: 520px) {
  .onlineevent .posts .container .contents .item .textbox .below .more .icon {
    position: relative;
    right: unset;
    width: 3.088rem;
  }
}
.onlineevent .posts .pagination {
  width: calc(100% - 3.6rem);
  max-width: 77.4rem;
  margin: 0 auto;
  margin-top: 6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .onlineevent .posts .pagination {
    gap: 1.6rem;
  }
}
.onlineevent .posts .pagination .prev {
  margin-right: auto;
  margin-left: 0;
  width: 15.3rem;
  height: 4.3rem;
  box-sizing: border-box;
  border-radius: 3.1rem;
  background-color: white;
  border: 1px solid black;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: 0.3s;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 960px) {
  .onlineevent .posts .pagination .prev:hover {
    background-color: #46463e;
    color: white;
  }
  .onlineevent .posts .pagination .prev:hover::before {
    background-image: url(../img/p-arrow-white.png);
  }
  .onlineevent .posts .pagination .prev:hover::after {
    color: white;
  }
}
@media screen and (max-width: 520px) {
  .onlineevent .posts .pagination .prev {
    width: 9.3rem;
    height: 4.3rem;
  }
}
.onlineevent .posts .pagination .prev::before {
  content: "";
  width: 1.422rem;
  height: 0.822rem;
  background-image: url(../img/p-arrow-black.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  transition: 0.3s;
}
.onlineevent .posts .pagination .prev::after {
  content: "Prev";
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Dela Gothic One", serif;
  color: #303030;
  letter-spacing: 0.02em;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .onlineevent .posts .pagination .prev::after {
    font-size: 1.3rem;
  }
}
.onlineevent .posts .pagination .next {
  margin-right: 0;
  margin-left: auto;
  width: 15.3rem;
  height: 4.3rem;
  box-sizing: border-box;
  border-radius: 3.1rem;
  background-color: white;
  border: 1px solid black;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: 0.3s;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 960px) {
  .onlineevent .posts .pagination .next:hover {
    background-color: #46463e;
    color: white;
  }
  .onlineevent .posts .pagination .next:hover::after {
    background-image: url(../img/p-arrow-white-reverse.png);
  }
  .onlineevent .posts .pagination .next:hover::before {
    color: white;
  }
}
@media screen and (max-width: 520px) {
  .onlineevent .posts .pagination .next {
    width: 9.3rem;
    height: 4.3rem;
  }
}
.onlineevent .posts .pagination .next::before {
  content: "Next";
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Dela Gothic One", serif;
  color: #303030;
  letter-spacing: 0.02em;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .onlineevent .posts .pagination .next::before {
    font-size: 1.3rem;
  }
}
.onlineevent .posts .pagination .next::after {
  content: "";
  width: 1.422rem;
  height: 0.822rem;
  background-image: url(../img/p-arrow-black-reverse.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  transition: 0.3s;
  transition-property: background-image;
}
.onlineevent .posts .pagination .page-numbers {
  font-size: 2.8rem;
  font-weight: 400;
  font-family: "Dela Gothic One", serif;
  color: #303030;
  transition: 0.3s;
}
@media screen and (min-width: 960px) {
  .onlineevent .posts .pagination .page-numbers:hover {
    color: #eb6fa5;
  }
}
@media screen and (max-width: 520px) {
  .onlineevent .posts .pagination .page-numbers {
    font-size: 1.6rem;
  }
}
.onlineevent .posts .pagination .current {
  color: #C0BCB3;
  pointer-events: none;
}

.onlineevent-single {
  position: relative;
  background-color: #f8f4eb;
}
.onlineevent-single .border-circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 1;
}
.onlineevent-single .container {
  width: calc(100% - 3.6rem);
  max-width: 88rem;
  padding-top: 7.2rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container {
    padding-top: 2.7rem;
  }
}
.onlineevent-single .container .c-bread {
  background-color: transparent;
}
.onlineevent-single .container .tags-date {
  margin-top: 4rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.6rem;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .tags-date {
    margin-top: 2.6rem;
    gap: 0.6rem;
  }
}
.onlineevent-single .container .tags-date .tags {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.4rem;
}
.onlineevent-single .container .tags-date .tags .tag {
  height: 2.4rem;
  border-radius: 1.1rem;
  background-color: #1a1a1a;
  color: white;
  padding: 0 1.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .tags-date .tags .tag {
    height: 1.9rem;
    font-size: 0.9rem;
  }
}
.onlineevent-single .container .tags-date .date {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .tags-date .date {
    font-size: 1.2rem;
  }
}
.onlineevent-single .container .top-title {
  margin-top: 1.6rem;
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.184375;
  padding-bottom: 1.6rem;
  border-bottom: 1px dashed black;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .top-title {
    margin-top: 1.4rem;
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 1.4rem;
  }
}
.onlineevent-single .container .thumb {
  background-color: white;
  border-radius: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0rem 8rem;
  width: 100%;
  aspect-ratio: 880/450;
  margin-top: 3.2rem;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .thumb {
    margin-top: 2rem;
    padding: 0;
    aspect-ratio: 339/192;
  }
}
.onlineevent-single .container .end-text {
  margin: 0 auto;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #ff242f;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .end-text {
    font-size: 1.3rem;
    margin-top: 1.4rem;
    margin-bottom: 1.2rem;
  }
}
.onlineevent-single .container .btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 42.5rem;
  height: 6rem;
  box-sizing: border-box;
  border-radius: 1rem;
  background-color: #eb6fa5;
  border: 2px solid black;
  margin: 0 auto;
  margin-top: 4rem;
  padding: 0 2rem;
  transition: 0.3s;
}
@media screen and (min-width: 960px) {
  .onlineevent-single .container .btn:hover {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .btn {
    width: calc(100% - 4.6rem);
    height: 5.4rem;
    margin-top: 2rem;
  }
}
.onlineevent-single .container .btn .text {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: white;
  text-align: center;
  flex: 1;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .btn .text {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
.onlineevent-single .container .btn .icon {
  width: 3.699rem;
}
.onlineevent-single .container .btn.end_event {
  opacity: 0.5;
  pointer-events: none;
  margin-top: 0;
}
.onlineevent-single .container .infobox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3.7rem 2rem;
  margin-top: 5.7rem;
}
@media screen and (max-width: 769px) {
  .onlineevent-single .container .infobox {
    flex-direction: column;
  }
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .infobox {
    margin-top: 5.3rem;
    gap: 3rem;
  }
}
.onlineevent-single .container .infobox .item {
  width: calc((100% - 2rem) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: white;
  border-radius: 1rem;
  padding: 2rem 5.1rem;
  min-height: 11.6rem;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .onlineevent-single .container .infobox .item {
    width: calc(100% - 4.6rem);
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .infobox .item {
    min-height: 9rem;
    padding: 2.4rem 0.9rem;
  }
}
.onlineevent-single .container .infobox .item .sub {
  width: 16.6rem;
  height: 3.3rem;
  background-color: #eb6fa5;
  border-radius: 1.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1.69rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: white;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .infobox .item .sub {
    width: 11.353rem;
    font-size: 1.4rem;
  }
}
.onlineevent-single .container .infobox .item .text {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.85;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .infobox .item .text {
    line-height: 1.5;
  }
}
.onlineevent-single .container .infobox .item .date-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.onlineevent-single .container .infobox .item .date-box .date-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.3rem;
}
.onlineevent-single .container .infobox .item .date-box .box-inner {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
}
.onlineevent-single .container .infobox .item .date-box .icon {
  width: 1.6rem;
}
.onlineevent-single .container .mid-title {
  margin-top: 6.4rem;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.5791666667;
  padding-bottom: 1.6rem;
  border-bottom: 1px dashed black;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .mid-title {
    margin-top: 4rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.onlineevent-single .container .contents {
  margin-top: 3rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 2;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .contents {
    margin-top: 2rem;
    font-size: 1.3rem;
  }
}
.onlineevent-single .container .teacher-box {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .teacher-box {
    margin-top: 4rem;
    gap: 3.7rem;
  }
}
.onlineevent-single .container .teacher-box .item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 7rem;
  background-color: white;
  border-radius: 1rem;
  padding: 2.1rem 2.9rem;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 769px) {
  .onlineevent-single .container .teacher-box .item {
    flex-direction: column;
    gap: 1.6rem;
    padding: 2.4rem 2.3rem;
  }
}
.onlineevent-single .container .teacher-box .item .sub {
  width: 16.6rem;
  height: 3.3rem;
  background-color: #eb6fa5;
  border-radius: 1.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1.69rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: white;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .teacher-box .item .sub {
    width: 11.353rem;
    font-size: 1.4rem;
  }
}
.onlineevent-single .container .teacher-box .item .textbox {
  flex: 1;
  margin-top: 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .teacher-box .item .textbox {
    margin-top: 0;
  }
}
.onlineevent-single .container .teacher-box .item .textbox .h {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.61875;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid black;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .teacher-box .item .textbox .h {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-bottom: 0.9rem;
  }
}
.onlineevent-single .container .teacher-box .item .textbox .text {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.85;
  margin-top: 1.8rem;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .teacher-box .item .textbox .text {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-top: 1.6rem;
  }
}
.onlineevent-single .container .teacher-box .item .imgbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.onlineevent-single .container .teacher-box .item .imgbox .img {
  width: 23.1rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  border: 2px solid #eb6fa5;
  margin-top: 2.4rem;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .teacher-box .item .imgbox .img {
    margin-top: 0;
    width: 10.7rem;
  }
}
.onlineevent-single .container .teacher-box .item .imgbox .name {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .teacher-box .item .imgbox .name {
    font-size: 1.2rem;
    line-height: 2.1583333333;
  }
}
.onlineevent-single .container .btn-box {
  width: 100%;
  background-color: #f2f2f2;
  padding: 2rem 0;
  margin-top: 2rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .btn-box {
    margin-top: 3.2rem;
    padding: 1rem 0;
    margin-bottom: 6rem;
  }
}
.onlineevent-single .container .btn-box .btn-container {
  max-width: 69.4rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .onlineevent-single .container .btn-box .btn-container {
    max-width: unset;
    width: 100%;
    gap: 0;
  }
}
.onlineevent-single .container .btn-box .btn-container .item {
  width: calc((100% - 2.1rem) / 4);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  height: 4.2rem;
  border-radius: 0.3rem;
  transition: 0.3s;
  font-size: 1.4rem;
}
@media screen and (max-width: 769px) {
  .onlineevent-single .container .btn-box .btn-container .item {
    width: 25%;
    border-radius: 0;
  }
  .onlineevent-single .container .btn-box .btn-container .item span {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .onlineevent-single .container .btn-box .btn-container .item:hover {
    opacity: 0.6;
  }
}
.onlineevent-single .container .btn-box .btn-container .item .fa-brands {
  font-size: 2rem;
}
.onlineevent-single .container .btn-box .btn-container .x {
  background-color: black;
  color: white;
}
.onlineevent-single .container .btn-box .btn-container .face {
  background-color: #1877f2;
  color: white;
}
.onlineevent-single .container .btn-box .btn-container .hatena {
  background-color: #00a4de;
  color: white;
}
.onlineevent-single .container .btn-box .btn-container .hatena img {
  width: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.onlineevent-single .container .btn-box .btn-container .line {
  background-color: #00c300;
  color: white;
}
.onlineevent-single .container .pn-box {
  max-width: 74rem;
  width: calc(100% - 3.2rem);
  margin: 0 auto;
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 6rem;
  height: 4.3rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .pn-box {
    width: 100%;
    margin-top: 3.2rem;
  }
}
.onlineevent-single .container .pn-box .return {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .pn-box .return {
    font-size: 1.3rem;
  }
}
.onlineevent-single .container .pn-box .prev {
  margin-right: auto;
  margin-left: 0;
  width: 15.3rem;
  height: 4.3rem;
  box-sizing: border-box;
  border-radius: 3.1rem;
  background-color: white;
  border: 1px solid black;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: 0.3s;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .pn-box .prev {
    width: 9.3rem;
  }
}
@media screen and (min-width: 960px) {
  .onlineevent-single .container .pn-box .prev:hover {
    background-color: #46463e;
    color: white;
  }
  .onlineevent-single .container .pn-box .prev:hover::before {
    background-image: url(../img/p-arrow-white.png);
  }
  .onlineevent-single .container .pn-box .prev:hover::after {
    color: white;
  }
}
.onlineevent-single .container .pn-box .prev::before {
  content: "";
  width: 1.422rem;
  height: 0.822rem;
  background-image: url(../img/p-arrow-black.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  transition: 0.3s;
}
.onlineevent-single .container .pn-box .prev::after {
  content: "Prev";
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Dela Gothic One", serif;
  color: #303030;
  letter-spacing: 0.02em;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .pn-box .prev::after {
    font-size: 1.3rem;
  }
}
.onlineevent-single .container .pn-box .next {
  margin-right: 0;
  margin-left: auto;
  width: 15.3rem;
  height: 4.3rem;
  box-sizing: border-box;
  border-radius: 3.1rem;
  background-color: white;
  border: 1px solid black;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: 0.3s;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .pn-box .next {
    width: 9.3rem;
  }
}
@media screen and (min-width: 960px) {
  .onlineevent-single .container .pn-box .next:hover {
    background-color: #46463e;
    color: white;
  }
  .onlineevent-single .container .pn-box .next:hover::after {
    background-image: url(../img/p-arrow-white-reverse.png);
  }
  .onlineevent-single .container .pn-box .next:hover::before {
    color: white;
  }
}
.onlineevent-single .container .pn-box .next::before {
  content: "Next";
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Dela Gothic One", serif;
  color: #303030;
  letter-spacing: 0.02em;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .container .pn-box .next::before {
    font-size: 1.3rem;
  }
}
.onlineevent-single .container .pn-box .next::after {
  content: "";
  width: 1.422rem;
  height: 0.822rem;
  background-image: url(../img/p-arrow-black-reverse.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  transition: 0.3s;
  transition-property: background-image;
}
.onlineevent-single .form {
  width: 100%;
}
.onlineevent-single .form .form-container {
  max-width: 68.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .form .form-container .form-title {
    font-size: 1.6rem;
  }
}
.onlineevent-single .form .form-container .form-title .form-title-text {
  margin-left: 0;
  margin-top: 0;
}
.onlineevent-single .other {
  margin-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .other {
    margin-top: 6rem;
    padding-bottom: 6rem;
  }
}
.onlineevent-single .other .c-titlebox {
  margin: 0 auto;
}
.onlineevent-single .other .c-titlebox .lg-title::after {
  height: 2px;
}
.onlineevent-single .other .c-titlebox .lg-title .prefix {
  font-size: 3.8rem;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .other .c-titlebox .lg-title .prefix {
    font-size: 2.4rem;
  }
}
.onlineevent-single .other .c-titlebox .lg-title .lg-text {
  font-size: 4.2rem;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .other .c-titlebox .lg-title .lg-text {
    font-size: 2.4rem;
    vertical-align: bottom;
    line-height: 1;
  }
}
@media screen and (max-width: 520px) {
  .onlineevent-single .other .c-titlebox .sm-title {
    font-size: 1.4rem;
    padding-top: 0.7rem;
  }
}
.onlineevent-single .other .contents {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.4rem;
  max-width: 104.5rem;
  margin: 0 auto;
  width: calc(100% - 3.2rem);
  margin-top: 3.2rem;
}
@media screen and (max-width: 769px) {
  .onlineevent-single .other .contents {
    gap: 2rem 0.9rem;
  }
}
.onlineevent-single .other .contents .item {
  width: calc((100% - 2.8rem) / 3);
  border-radius: 2rem;
  background-color: white;
  padding: 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .onlineevent-single .other .contents .item:hover .img img {
    transform: scale(1.05);
  }
  .onlineevent-single .other .contents .item:hover .below .title span {
    background-size: 100% 1px;
    background-position: 0 100%;
    color: #eb6fa5;
  }
}
@media screen and (max-width: 769px) {
  .onlineevent-single .other .contents .item {
    width: calc((100% - 1.4rem) / 2);
  }
}
@media screen and (max-width: 520px) {
  .onlineevent-single .other .contents .item {
    padding: 1rem 0.85rem;
    border-radius: 1rem;
  }
}
.onlineevent-single .other .contents .item .img {
  width: 100%;
  aspect-ratio: 299/165;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .other .contents .item .img {
    border-radius: 1rem;
    aspect-ratio: 147/123;
  }
}
.onlineevent-single .other .contents .item .img img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.onlineevent-single .other .contents .item .tags-date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.6rem;
  margin-top: 1.2rem;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .other .contents .item .tags-date {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.8rem;
  }
}
.onlineevent-single .other .contents .item .tags-date .tags {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.4rem;
}
@media screen and (max-width: 960px) {
  .onlineevent-single .other .contents .item .tags-date .tags {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .onlineevent-single .other .contents .item .tags-date .tags {
    gap: 0.6rem;
  }
}
.onlineevent-single .other .contents .item .tags-date .tags .tag {
  height: 2.2rem;
  border-radius: 1.1rem;
  background-color: #1a1a1a;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 1.4rem;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .other .contents .item .tags-date .tags .tag {
    height: 1.9rem;
    font-size: 1rem;
  }
}
.onlineevent-single .other .contents .item .tags-date .date {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
}
.onlineevent-single .other .contents .item .below {
  margin-top: auto;
  margin-bottom: 0;
}
.onlineevent-single .other .contents .item .title {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.4;
  padding-bottom: 1.6rem;
  border-bottom: 1px dashed black;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .other .contents .item .title {
    padding-bottom: 0.8rem;
    font-size: 1.3rem;
  }
}
.onlineevent-single .other .contents .item .title span {
  background: linear-gradient(#eb6fa5, #eb6fa5);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: 0.3s;
  color: black;
  transition-property: background-size, color;
  display: inline;
}
.onlineevent-single .other .contents .item .schedule {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.6rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 960px) {
  .onlineevent-single .other .contents .item .schedule {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .onlineevent-single .other .contents .item .schedule {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.onlineevent-single .other .contents .item .schedule .icon-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
  transform: translateY(-0.4rem);
}
@media screen and (max-width: 520px) {
  .onlineevent-single .other .contents .item .schedule .icon-text {
    transform: unset;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.onlineevent-single .other .contents .item .schedule .icon-text .icon {
  width: 1.6rem;
  aspect-ratio: 16/18;
  display: block;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .other .contents .item .schedule .icon-text .icon {
    width: 1.083rem;
  }
}
.onlineevent-single .other .contents .item .schedule .icon-text .text {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #6c5509;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .other .contents .item .schedule .icon-text .text {
    vertical-align: top;
    display: inline-block;
    font-size: 1.2rem;
  }
}
.onlineevent-single .other .contents .item .schedule .schedule-box {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.2rem;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .other .contents .item .schedule .schedule-box {
    gap: 0.8rem;
    flex-direction: column;
  }
}
.onlineevent-single .other .contents .item .schedule .schedule-box .box-inner {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #6c5509;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .other .contents .item .schedule .schedule-box .box-inner {
    font-size: 1.2rem;
  }
}
.onlineevent-single .other .contents .item .more {
  height: 4.2rem;
  width: 20.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 5rem;
  border: 2px solid #303030;
  margin-top: 2.1rem;
  box-sizing: border-box;
  position: relative;
  align-self: flex-end;
  background-color: white;
  margin: 0 auto;
  transition: 0.3s;
}
@media screen and (min-width: 960px) {
  .onlineevent-single .other .contents .item .more:hover {
    background-color: #303030;
  }
  .onlineevent-single .other .contents .item .more:hover .text {
    color: white;
  }
}
@media screen and (max-width: 520px) {
  .onlineevent-single .other .contents .item .more {
    margin-top: 1.6rem;
    align-self: center;
    width: 100%;
    height: 3rem;
    padding-left: 1.248rem;
    padding-right: 1.248rem;
  }
}
.onlineevent-single .other .contents .item .more .text {
  width: 11.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  line-height: 1;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .other .contents .item .more .text {
    flex: 1;
    text-align: center;
    font-size: 1.3rem;
  }
}
.onlineevent-single .other .contents .item .more .icon {
  width: 3.699rem;
  position: absolute;
  right: 3.089rem;
}
@media screen and (max-width: 520px) {
  .onlineevent-single .other .contents .item .more .icon {
    position: relative;
    right: unset;
    width: 2.144rem;
  }
}

.dayservice .mv {
  padding-bottom: 15.9rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .dayservice .mv {
    padding-bottom: 3.6rem;
  }
}
.dayservice .mv .container {
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
  padding-top: 11.3rem;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .dayservice .mv .container {
    padding-top: 2.8rem;
  }
}
.dayservice .mv .container .textbox {
  margin-left: 11.8rem;
}
@media screen and (max-width: 960px) {
  .dayservice .mv .container .textbox {
    margin-left: 1.8rem;
  }
}
.dayservice .mv .container .textbox .title {
  font-size: 7.8rem;
  font-weight: 400;
  font-family: "Dela Gothic One", serif;
  color: #ffd133;
  -webkit-text-stroke: 0.2rem black;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .dayservice .mv .container .textbox .title {
    font-size: 4rem;
    -webkit-text-stroke: 0.15rem black;
  }
}
@media screen and (max-width: 960px) {
  .dayservice .mv .container .textbox .title .sp-none {
    display: none;
  }
}
.dayservice .mv .container .textbox .ja {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  margin-top: 2.4rem;
  margin-left: 0.6rem;
}
@media screen and (max-width: 520px) {
  .dayservice .mv .container .textbox .ja {
    font-size: 1.4rem;
    margin-top: 0.9rem;
  }
}
.dayservice .mv .container .textbox .text {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #414141;
  line-height: 2;
  margin-top: 3.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .dayservice .mv .container .textbox .text {
    display: none;
  }
}
.dayservice .mv .container .textbox .c-bread {
  background-color: transparent;
  margin-top: 3.5rem;
}
@media screen and (max-width: 960px) {
  .dayservice .mv .container .textbox .sp-none {
    display: none;
  }
}
.dayservice .mv .container .textbox .sp-use {
  display: none;
}
@media screen and (max-width: 960px) {
  .dayservice .mv .container .textbox .sp-use {
    display: block;
    margin-top: 0;
    margin-bottom: 1.8rem;
  }
}
.dayservice .mv .container .illust1 {
  width: 20.235rem;
  position: absolute;
  right: 3.466rem;
  top: 2.525rem;
  transform: rotate(13.72deg);
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .dayservice .mv .container .illust1 {
    display: none;
  }
}
.dayservice .mv .container .illust2 {
  width: 16.8rem;
  position: absolute;
  right: 47.9rem;
  top: 28.6rem;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .dayservice .mv .container .illust2 {
    display: none;
  }
}
.dayservice .mv .container .img1 {
  width: 33.384rem;
  position: absolute;
  right: 19.801rem;
  top: 11.2rem;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .dayservice .mv .container .img1 {
    display: none;
  }
}
.dayservice .mv .container .sp-useblock {
  display: none;
  position: relative;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 375/286.73;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .dayservice .mv .container .sp-useblock {
    display: flex;
  }
}
.dayservice .mv .container .sp-useblock .img-container {
  position: relative;
  aspect-ratio: 375/286.73;
  max-width: 37.5rem;
  width: 100%;
  transform: scale(2.5);
}
@media screen and (max-width: 769px) {
  .dayservice .mv .container .sp-useblock .img-container {
    transform: scale(1.5);
  }
}
@media screen and (max-width: 520px) {
  .dayservice .mv .container .sp-useblock .img-container {
    transform: scale(1);
  }
}
.dayservice .mv .container .sp-useblock .illust1 {
  display: block;
  width: 11.683rem;
  top: -1.473rem;
  right: 1.63rem;
}
.dayservice .mv .container .sp-useblock .illust2 {
  display: block;
  width: 12.2rem;
  right: 24.4rem;
  bottom: 0;
  top: unset;
}
.dayservice .mv .container .sp-useblock .img1 {
  display: block;
  width: 22.801rem;
  top: -0.15rem;
  right: 7.399rem;
}
.dayservice .mv .container .text-sp-use {
  display: none;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #414141;
  line-height: 2;
  margin-top: 3.5rem;
  max-width: calc(100% - 3.6rem);
  margin: 0 auto;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .dayservice .mv .container .text-sp-use {
    display: block;
    margin-top: 1.3rem;
  }
}
@media screen and (max-width: 520px) {
  .dayservice .mv .container .text-sp-use {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.dayservice .mv .circle-border {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .dayservice .mv .circle-border {
    bottom: 10.2rem;
  }
}
.dayservice .mv::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10.2rem;
  background-color: #f8f4eb;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 520px) {
  .dayservice .mv::before {
    display: block;
  }
}
.dayservice .search {
  background-color: #f8f4eb;
}
.dayservice .search .container {
  max-width: 104.4rem;
  width: calc(100% - 3.6rem);
  margin: 0 auto;
  position: relative;
}
.dayservice .search .container .title {
  width: 13.5rem;
  height: 3.3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #ffd133;
  color: #303030;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
  border: 1px solid #303030;
  position: absolute;
  left: 3rem;
  top: 0;
  transform: translateY(calc((100% - 1px) * -1));
}
@media screen and (max-width: 960px) {
  .dayservice .search .container .title {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    margin-left: 3rem;
  }
}
@media screen and (max-width: 520px) {
  .dayservice .search .container .title {
    margin-left: 1.1rem;
    width: 11.2rem;
    height: 3.3rem;
    font-size: 1.4rem;
    transform: translateY(1px);
  }
}
.dayservice .search .container .tags {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  background-color: white;
  box-sizing: border-box;
  border-radius: 2rem;
  border: 1.5px solid black;
  padding: 2.5rem 3rem;
  gap: 1rem;
}
@media screen and (max-width: 520px) {
  .dayservice .search .container .tags {
    border-radius: 1rem;
    padding: 2rem 1rem;
    gap: 0.8rem 0.4rem;
  }
}
.dayservice .search .container .tags .tag {
  height: 3.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  border: 1px solid black;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #303030;
  transition: 0.3s;
}
@media screen and (min-width: 960px) {
  .dayservice .search .container .tags .tag:hover {
    background-color: black;
    color: white;
  }
}
@media screen and (max-width: 520px) {
  .dayservice .search .container .tags .tag {
    font-size: 1.2rem;
  }
}
.dayservice .pickup {
  padding-top: 5.2rem;
  background-color: #f8f4eb;
}
@media screen and (max-width: 520px) {
  .dayservice .pickup {
    padding-top: 3rem;
  }
}
.dayservice .pickup .c-titlebox {
  margin: 0 auto;
  margin-bottom: 2.4rem;
}
.dayservice .pickup .c-titlebox .lg-title::after {
  height: 2px;
}
.dayservice .pickup .c-titlebox .lg-title .prefix {
  font-size: 3.8rem;
}
@media screen and (max-width: 520px) {
  .dayservice .pickup .c-titlebox .lg-title .prefix {
    font-size: 2.4rem;
  }
}
.dayservice .pickup .c-titlebox .lg-title .lg-text {
  font-size: 4.2rem;
}
@media screen and (max-width: 520px) {
  .dayservice .pickup .c-titlebox .lg-title .lg-text {
    font-size: 2.4rem;
    vertical-align: bottom;
    line-height: 1;
  }
}
@media screen and (max-width: 520px) {
  .dayservice .pickup .c-titlebox .sm-title {
    font-size: 1.4rem;
    padding-top: 0.7rem;
  }
}
.dayservice .pickup .container {
  width: calc(100% - 3.6rem);
  max-width: 116rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
  box-sizing: border-box;
  padding: 4rem 5.8rem;
  background-color: #e2d5cf;
  border-radius: 3.2rem;
}
@media screen and (max-width: 520px) {
  .dayservice .pickup .container {
    padding: 2rem 1.5rem;
    border-radius: 1.6rem;
  }
}
.dayservice .pickup .container .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4.7rem;
  box-sizing: border-box;
  padding: 4rem;
  background-color: white;
  width: 100%;
  border-radius: 2rem;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .dayservice .pickup .container .item {
    flex-direction: column;
  }
}
@media screen and (max-width: 520px) {
  .dayservice .pickup .container .item {
    padding: 1.6rem;
    border-radius: 1rem;
    gap: 1.2rem;
  }
}
@media screen and (min-width: 960px) {
  .dayservice .pickup .container .item:hover {
    background-color: #f8f4eb;
  }
  .dayservice .pickup .container .item:hover .img img {
    transform: scale(1.05);
  }
  .dayservice .pickup .container .item:hover .textbox .title span {
    background-size: 100% 1px;
    background-position: 0 100%;
    color: #eb6fa5;
  }
}
.dayservice .pickup .container .item .img {
  width: 39.4rem;
  aspect-ratio: 394/224;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .dayservice .pickup .container .item .img {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .dayservice .pickup .container .item .img {
    border-radius: 1rem;
  }
}
.dayservice .pickup .container .item .img img {
  transition: 0.3s;
}
.dayservice .pickup .container .item .end {
  position: relative;
}
.dayservice .pickup .container .item .end::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: black;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: 2;
}
.dayservice .pickup .container .item .end::before {
  content: "イベントは終了しました";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: white;
  z-index: 3;
}
@media screen and (max-width: 520px) {
  .dayservice .pickup .container .item .end::before {
    font-size: 1.3rem;
  }
}
.dayservice .pickup .container .item .textbox {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .dayservice .pickup .container .item .textbox {
    width: 100%;
  }
}
.dayservice .pickup .container .item .textbox .date {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  line-height: 1;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 520px) {
  .dayservice .pickup .container .item .textbox .date {
    margin-bottom: 0.6rem;
  }
}
.dayservice .pickup .container .item .textbox .tags {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.4rem;
}
@media screen and (max-width: 960px) {
  .dayservice .pickup .container .item .textbox .tags {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .dayservice .pickup .container .item .textbox .tags {
    gap: 0.6rem;
  }
}
.dayservice .pickup .container .item .textbox .tags .tag {
  height: 2.2rem;
  border-radius: 1.1rem;
  background-color: #1a1a1a;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 1.4rem;
}
@media screen and (max-width: 520px) {
  .dayservice .pickup .container .item .textbox .tags .tag {
    height: 1.9rem;
    font-size: 1rem;
  }
}
.dayservice .pickup .container .item .textbox .title {
  font-size: 2rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  line-height: 1.895;
  margin-top: 1rem;
}
@media screen and (max-width: 520px) {
  .dayservice .pickup .container .item .textbox .title {
    margin-top: 0.8rem;
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.dayservice .pickup .container .item .textbox .title span {
  background: linear-gradient(#eb6fa5, #eb6fa5);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: 0.3s;
  color: black;
  transition-property: background-size, color;
  display: inline;
}
.dayservice .pickup .container .item .textbox .description {
  margin-top: 0.9rem;
  padding-top: 2rem;
  width: 100%;
  border-top: 1px dashed black;
}
@media screen and (max-width: 520px) {
  .dayservice .pickup .container .item .textbox .description {
    margin-top: 0.8rem;
    padding-top: 1rem;
  }
}
.dayservice .pickup .container .item .textbox .description .inner {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.85;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media screen and (max-width: 520px) {
  .dayservice .pickup .container .item .textbox .description .inner {
    -webkit-line-clamp: 3;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.dayservice .pickup .container .item .textbox .more {
  height: 4.2rem;
  width: 20.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 5rem;
  border: 2px solid #303030;
  margin-top: 2.1rem;
  box-sizing: border-box;
  position: relative;
  align-self: flex-end;
  background-color: white;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .dayservice .pickup .container .item .textbox .more {
    margin-top: 1.6rem;
    align-self: center;
    width: 21.6rem;
    height: 3.84rem;
    padding-left: 2.556rem;
    padding-right: 2.556rem;
  }
}
@media screen and (min-width: 960px) {
  .dayservice .pickup .container .item .textbox .more:hover {
    background-color: #303030;
  }
  .dayservice .pickup .container .item .textbox .more:hover .text {
    color: white;
  }
}
.dayservice .pickup .container .item .textbox .more .text {
  width: 11.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  line-height: 1;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .dayservice .pickup .container .item .textbox .more .text {
    flex: 1;
    text-align: center;
    font-size: 1.3rem;
  }
}
.dayservice .pickup .container .item .textbox .more .icon {
  width: 3.699rem;
  position: absolute;
  right: 3.089rem;
}
@media screen and (max-width: 520px) {
  .dayservice .pickup .container .item .textbox .more .icon {
    position: relative;
    right: unset;
    width: 3.088rem;
  }
}
.dayservice .posts {
  background-color: #f8f4eb;
  padding-top: 6rem;
  padding-bottom: 4.4rem;
}
@media screen and (max-width: 520px) {
  .dayservice .posts {
    padding-top: 3.9rem;
  }
}
.dayservice .posts .container {
  width: calc(100% - 3.6rem);
  max-width: 104.5rem;
  margin: 0 auto;
}
.dayservice .posts .container .num {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #303030;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 520px) {
  .dayservice .posts .container .num {
    margin-bottom: 2rem;
    font-size: 1.2rem;
    align-items: flex-end;
  }
}
.dayservice .posts .container .num span {
  font-size: 2.8rem;
  font-weight: 400;
  font-family: "Dela Gothic One", serif;
  color: #eb6fa5;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .dayservice .posts .container .num span {
    font-size: 1.8rem;
    align-self: flex-start;
  }
}
.dayservice .posts .container .contents {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2.4rem 1.4rem;
}
@media screen and (max-width: 960px) {
  .dayservice .posts .container .contents {
    gap: 2.4rem 0.9rem;
  }
}
.dayservice .posts .container .contents .item {
  width: calc((100% - 2.8rem) / 3);
  background-color: white;
  border-radius: 2rem;
  box-sizing: border-box;
  padding: 2rem;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .dayservice .posts .container .contents .item {
    width: calc((100% - 0.9rem) / 2);
  }
}
@media screen and (max-width: 520px) {
  .dayservice .posts .container .contents .item {
    padding: 1rem 0.85rem;
    border-radius: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .dayservice .posts .container .contents .item:hover .img img {
    transform: scale(1.05);
  }
  .dayservice .posts .container .contents .item:hover .textbox .below .title span {
    background-size: 100% 1px;
    background-position: 0 100%;
    color: #eb6fa5;
  }
}
.dayservice .posts .container .contents .item .img {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 299/165;
}
@media screen and (max-width: 520px) {
  .dayservice .posts .container .contents .item .img {
    aspect-ratio: 147/123;
  }
}
.dayservice .posts .container .contents .item .img img {
  transition: 0.3s;
  height: 100%;
}
.dayservice .posts .container .contents .item .end {
  position: relative;
}
.dayservice .posts .container .contents .item .end::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: black;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: 2;
}
.dayservice .posts .container .contents .item .end::before {
  content: "イベントは終了しました";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: white;
  z-index: 3;
  white-space: nowrap;
}
@media screen and (max-width: 520px) {
  .dayservice .posts .container .contents .item .end::before {
    font-size: 1rem;
  }
}
.dayservice .posts .container .contents .item .textbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.2rem;
  flex: 1;
}
@media screen and (max-width: 520px) {
  .dayservice .posts .container .contents .item .textbox {
    margin-top: 0.8rem;
  }
}
.dayservice .posts .container .contents .item .textbox .date-tags {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.6rem;
}
@media screen and (max-width: 520px) {
  .dayservice .posts .container .contents .item .textbox .date-tags {
    flex-direction: column;
  }
}
.dayservice .posts .container .contents .item .textbox .date-tags .date {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  line-height: 1;
  margin-top: 0.4rem;
}
@media screen and (max-width: 520px) {
  .dayservice .posts .container .contents .item .textbox .date-tags .date {
    font-size: 1rem;
  }
}
.dayservice .posts .container .contents .item .textbox .date-tags .tags {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.dayservice .posts .container .contents .item .textbox .date-tags .tags .tag {
  height: 2.2rem;
  padding: 0 1.4rem;
  border-radius: 1.1rem;
  background-color: #1a1a1a;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 520px) {
  .dayservice .posts .container .contents .item .textbox .date-tags .tags .tag {
    height: 1.9rem;
    font-size: 0.7rem;
    padding: 0 1rem;
  }
}
.dayservice .posts .container .contents .item .textbox .below {
  margin-top: auto;
  margin-bottom: 0;
  width: 100%;
}
.dayservice .posts .container .contents .item .textbox .below .title {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  line-height: 1.4;
  color: black;
  margin-top: 0.9rem;
}
@media screen and (max-width: 520px) {
  .dayservice .posts .container .contents .item .textbox .below .title {
    font-size: 1.3rem;
    line-height: 1.3;
    margin-top: 0.8rem;
  }
}
.dayservice .posts .container .contents .item .textbox .below .title span {
  background: linear-gradient(#eb6fa5, #eb6fa5);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: 0.3s;
  color: black;
  transition-property: background-size, color;
  display: inline;
}
.dayservice .posts .container .contents .item .textbox .below .description {
  margin-top: 1.6rem;
  padding-top: 1.8rem;
  width: 100%;
  border-top: 1px dashed black;
}
@media screen and (max-width: 520px) {
  .dayservice .posts .container .contents .item .textbox .below .description {
    margin-top: 0.8rem;
    padding-top: 1rem;
  }
}
.dayservice .posts .container .contents .item .textbox .below .description .inner {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media screen and (max-width: 520px) {
  .dayservice .posts .container .contents .item .textbox .below .description .inner {
    -webkit-line-clamp: 4;
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
.dayservice .posts .container .contents .item .textbox .below .more {
  margin-top: 1.8rem;
  width: 20.8rem;
  height: 4.2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 5rem;
  border: 2px solid #303030;
  background-color: white;
  position: relative;
  margin: 0 auto;
  margin-top: 1.2rem;
  box-sizing: border-box;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .dayservice .posts .container .contents .item .textbox .below .more {
    width: 100%;
    height: 3rem;
    margin-top: 1.2rem;
    padding: 0 1.428rem;
    gap: 1.2rem;
  }
}
@media screen and (min-width: 960px) {
  .dayservice .posts .container .contents .item .textbox .below .more:hover {
    background-color: #303030;
  }
  .dayservice .posts .container .contents .item .textbox .below .more:hover .text {
    color: white;
  }
}
.dayservice .posts .container .contents .item .textbox .below .more .text {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  line-height: 1;
  width: 11.3rem;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .dayservice .posts .container .contents .item .textbox .below .more .text {
    width: unset;
    text-align: center;
    flex: 1;
    font-size: 1.1rem;
  }
}
.dayservice .posts .container .contents .item .textbox .below .more .icon {
  width: 3.699rem;
  position: absolute;
  right: 3.089rem;
}
@media screen and (max-width: 520px) {
  .dayservice .posts .container .contents .item .textbox .below .more .icon {
    position: relative;
    right: unset;
    width: 3.088rem;
  }
}
.dayservice .posts .container .pagination {
  width: calc(100% - 3.6rem);
  max-width: 77.4rem;
  margin: 0 auto;
  margin-top: 6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .dayservice .posts .container .pagination {
    gap: 1.6rem;
  }
}
.dayservice .posts .container .pagination .prev {
  margin-right: auto;
  margin-left: 0;
  width: 15.3rem;
  height: 4.3rem;
  box-sizing: border-box;
  border-radius: 3.1rem;
  background-color: white;
  border: 1px solid black;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: 0.3s;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 960px) {
  .dayservice .posts .container .pagination .prev:hover {
    background-color: #46463e;
    color: white;
  }
  .dayservice .posts .container .pagination .prev:hover::before {
    background-image: url(../img/p-arrow-white.png);
  }
  .dayservice .posts .container .pagination .prev:hover::after {
    color: white;
  }
}
@media screen and (max-width: 520px) {
  .dayservice .posts .container .pagination .prev {
    width: 9.3rem;
    height: 4.3rem;
  }
}
.dayservice .posts .container .pagination .prev::before {
  content: "";
  width: 1.422rem;
  height: 0.822rem;
  background-image: url(../img/p-arrow-black.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  transition: 0.3s;
}
.dayservice .posts .container .pagination .prev::after {
  content: "Prev";
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Dela Gothic One", serif;
  color: #303030;
  letter-spacing: 0.02em;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .dayservice .posts .container .pagination .prev::after {
    font-size: 1.3rem;
  }
}
.dayservice .posts .container .pagination .next {
  margin-right: 0;
  margin-left: auto;
  width: 15.3rem;
  height: 4.3rem;
  box-sizing: border-box;
  border-radius: 3.1rem;
  background-color: white;
  border: 1px solid black;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: 0.3s;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 960px) {
  .dayservice .posts .container .pagination .next:hover {
    background-color: #46463e;
    color: white;
  }
  .dayservice .posts .container .pagination .next:hover::after {
    background-image: url(../img/p-arrow-white-reverse.png);
  }
  .dayservice .posts .container .pagination .next:hover::before {
    color: white;
  }
}
@media screen and (max-width: 520px) {
  .dayservice .posts .container .pagination .next {
    width: 9.3rem;
    height: 4.3rem;
  }
}
.dayservice .posts .container .pagination .next::before {
  content: "Next";
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Dela Gothic One", serif;
  color: #303030;
  letter-spacing: 0.02em;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .dayservice .posts .container .pagination .next::before {
    font-size: 1.3rem;
  }
}
.dayservice .posts .container .pagination .next::after {
  content: "";
  width: 1.422rem;
  height: 0.822rem;
  background-image: url(../img/p-arrow-black-reverse.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  transition: 0.3s;
  transition-property: background-image;
}
.dayservice .posts .container .pagination .page-numbers {
  font-size: 2.8rem;
  font-weight: 400;
  font-family: "Dela Gothic One", serif;
  color: #303030;
  transition: 0.3s;
}
@media screen and (min-width: 960px) {
  .dayservice .posts .container .pagination .page-numbers:hover {
    color: #eb6fa5;
  }
}
@media screen and (max-width: 520px) {
  .dayservice .posts .container .pagination .page-numbers {
    font-size: 1.6rem;
  }
}
.dayservice .posts .container .pagination .current {
  color: #C0BCB3;
  pointer-events: none;
}

.dayservice-single {
  position: relative;
  background-color: #f8f4eb;
}
.dayservice-single .border-circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 1;
}
.dayservice-single .container {
  width: calc(100% - 3.6rem);
  max-width: 88rem;
  padding-top: 7.2rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .dayservice-single .container {
    padding-top: 2.7rem;
  }
}
.dayservice-single .container .c-bread {
  background-color: white;
}
.dayservice-single .container .tags-date {
  margin-top: 4rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.6rem;
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .tags-date {
    margin-top: 2.6rem;
    gap: 0.6rem;
  }
}
.dayservice-single .container .tags-date .tags {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.4rem;
}
.dayservice-single .container .tags-date .tags .tag {
  height: 2.4rem;
  border-radius: 1.1rem;
  background-color: #1a1a1a;
  color: white;
  padding: 0 1.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .tags-date .tags .tag {
    height: 1.9rem;
    font-size: 0.9rem;
  }
}
.dayservice-single .container .tags-date .date {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .tags-date .date {
    font-size: 1.2rem;
  }
}
.dayservice-single .container .top-title {
  margin-top: 1.6rem;
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.184375;
  padding-bottom: 1.6rem;
  border-bottom: 1px dashed black;
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .top-title {
    margin-top: 1.4rem;
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 1.4rem;
  }
}
.dayservice-single .container .thumb {
  background-color: white;
  border-radius: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0rem 8rem;
  width: 100%;
  aspect-ratio: 880/450;
  margin-top: 3.2rem;
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .thumb {
    margin-top: 2rem;
    padding: 0;
    aspect-ratio: 339/192;
  }
}
.dayservice-single .container .end-text {
  margin: 0 auto;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #ff242f;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .end-text {
    font-size: 1.3rem;
    margin-top: 1.4rem;
    margin-bottom: 1.2rem;
  }
}
.dayservice-single .container .btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 42.5rem;
  height: 6rem;
  box-sizing: border-box;
  border-radius: 1rem;
  background-color: #eb6fa5;
  border: 2px solid black;
  margin: 0 auto;
  margin-top: 4rem;
  padding: 0 2rem;
  transition: 0.3s;
}
@media screen and (min-width: 960px) {
  .dayservice-single .container .btn:hover {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .btn {
    width: calc(100% - 4.6rem);
    height: 5.4rem;
    margin-top: 2rem;
  }
}
.dayservice-single .container .btn .text {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: white;
  text-align: center;
  flex: 1;
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .btn .text {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
.dayservice-single .container .btn .icon {
  width: 3.699rem;
}
.dayservice-single .container .btn.end_event {
  opacity: 0.5;
  pointer-events: none;
  margin-top: 0;
}
.dayservice-single .container .infobox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3.7rem 2rem;
  margin-top: 5.7rem;
}
@media screen and (max-width: 769px) {
  .dayservice-single .container .infobox {
    flex-direction: column;
  }
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .infobox {
    margin-top: 5.3rem;
    gap: 3rem;
  }
}
.dayservice-single .container .infobox .item {
  width: calc((100% - 2rem) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: white;
  border-radius: 1rem;
  padding: 2rem 5.1rem;
  min-height: 11.6rem;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .dayservice-single .container .infobox .item {
    width: calc(100% - 4.6rem);
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .infobox .item {
    min-height: 9rem;
    padding: 2.4rem 0.9rem;
  }
}
.dayservice-single .container .infobox .item .sub {
  width: 16.6rem;
  height: 3.3rem;
  background-color: #eb6fa5;
  border-radius: 1.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1.69rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: white;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .infobox .item .sub {
    width: 11.353rem;
    font-size: 1.4rem;
  }
}
.dayservice-single .container .infobox .item .text {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.85;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .infobox .item .text {
    line-height: 1.5;
  }
}
.dayservice-single .container .infobox .item .date-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.dayservice-single .container .infobox .item .date-box .date-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.3rem;
}
.dayservice-single .container .infobox .item .date-box .box-inner {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
}
.dayservice-single .container .infobox .item .date-box .icon {
  width: 1.6rem;
}
.dayservice-single .container .mid-title {
  margin-top: 6.4rem;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.5791666667;
  padding-bottom: 1.6rem;
  border-bottom: 1px dashed black;
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .mid-title {
    margin-top: 4rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.dayservice-single .container .contents {
  margin-top: 4rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 2;
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .contents {
    margin-top: 2rem;
    font-size: 1.3rem;
  }
}
.dayservice-single .container .contents p {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  line-height: 2;
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .contents p {
    font-size: 1.3rem;
  }
}
.dayservice-single .container .teacher-box {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .teacher-box {
    margin-top: 4rem;
    gap: 3.7rem;
  }
}
.dayservice-single .container .teacher-box .item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7rem;
  background-color: white;
  border-radius: 1rem;
  padding: 2.1rem 2.9rem;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 769px) {
  .dayservice-single .container .teacher-box .item {
    flex-direction: column;
    gap: 1.6rem;
    padding: 2.4rem 2.3rem;
  }
}
.dayservice-single .container .teacher-box .item .sub {
  width: 16.6rem;
  height: 3.3rem;
  background-color: #eb6fa5;
  border-radius: 1.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1.69rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: white;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .teacher-box .item .sub {
    width: 11.353rem;
    font-size: 1.4rem;
  }
}
.dayservice-single .container .teacher-box .item .textbox {
  flex: 1;
  margin-top: 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .teacher-box .item .textbox {
    margin-top: 0;
  }
}
.dayservice-single .container .teacher-box .item .textbox .h {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.61875;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid black;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .teacher-box .item .textbox .h {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-bottom: 0.9rem;
  }
}
.dayservice-single .container .teacher-box .item .textbox .text {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.85;
  margin-top: 1.8rem;
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .teacher-box .item .textbox .text {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-top: 1.6rem;
  }
}
.dayservice-single .container .teacher-box .item .imgbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.dayservice-single .container .teacher-box .item .imgbox .img {
  width: 23.1rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  border: 2px solid #eb6fa5;
  margin-top: 2.4rem;
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .teacher-box .item .imgbox .img {
    margin-top: 0;
    width: 10.7rem;
  }
}
.dayservice-single .container .teacher-box .item .imgbox .img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.dayservice-single .container .teacher-box .item .imgbox .name {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .teacher-box .item .imgbox .name {
    font-size: 1.2rem;
    line-height: 2.1583333333;
  }
}
.dayservice-single .container .btn-box {
  width: 100%;
  background-color: #f2f2f2;
  padding: 2rem 0;
  margin-top: 2rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .btn-box {
    margin-top: 3.2rem;
    padding: 1rem 0;
  }
}
.dayservice-single .container .btn-box .btn-container {
  max-width: 69.4rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .dayservice-single .container .btn-box .btn-container {
    max-width: unset;
    width: 100%;
    gap: 0;
  }
}
.dayservice-single .container .btn-box .btn-container .item {
  width: calc((100% - 2.1rem) / 4);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  height: 4.2rem;
  border-radius: 0.3rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 769px) {
  .dayservice-single .container .btn-box .btn-container .item {
    width: 25%;
    border-radius: 0;
  }
  .dayservice-single .container .btn-box .btn-container .item span {
    display: none;
  }
}
.dayservice-single .container .btn-box .btn-container .item .fa-brands {
  font-size: 2rem;
}
.dayservice-single .container .btn-box .btn-container .x {
  background-color: black;
  color: white;
}
.dayservice-single .container .btn-box .btn-container .face {
  background-color: #1877F2;
  color: white;
}
.dayservice-single .container .btn-box .btn-container .hatena {
  background-color: #00A4DE;
  color: white;
}
.dayservice-single .container .btn-box .btn-container .hatena img {
  width: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.dayservice-single .container .btn-box .btn-container .line {
  background-color: #00C300;
  color: white;
}
.dayservice-single .container .pn-box {
  max-width: 74rem;
  width: calc(100% - 3.2rem);
  margin: 0 auto;
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 6rem;
  height: 4.3rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .pn-box {
    width: 100%;
    margin-top: 3.2rem;
  }
}
.dayservice-single .container .pn-box .return {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .pn-box .return {
    font-size: 1.3rem;
  }
}
.dayservice-single .container .pn-box .prev {
  margin-right: auto;
  margin-left: 0;
  width: 15.3rem;
  height: 4.3rem;
  box-sizing: border-box;
  border-radius: 3.1rem;
  background-color: white;
  border: 1px solid black;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: 0.3s;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .pn-box .prev {
    width: 9.3rem;
  }
}
@media screen and (min-width: 960px) {
  .dayservice-single .container .pn-box .prev:hover {
    background-color: #46463e;
    color: white;
  }
  .dayservice-single .container .pn-box .prev:hover::before {
    background-image: url(../img/p-arrow-white.png);
  }
  .dayservice-single .container .pn-box .prev:hover::after {
    color: white;
  }
}
.dayservice-single .container .pn-box .prev::before {
  content: "";
  width: 1.422rem;
  height: 0.822rem;
  background-image: url(../img/p-arrow-black.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  transition: 0.3s;
}
.dayservice-single .container .pn-box .prev::after {
  content: "Prev";
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Dela Gothic One", serif;
  color: #303030;
  letter-spacing: 0.02em;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .pn-box .prev::after {
    font-size: 1.3rem;
  }
}
.dayservice-single .container .pn-box .next {
  margin-right: 0;
  margin-left: auto;
  width: 15.3rem;
  height: 4.3rem;
  box-sizing: border-box;
  border-radius: 3.1rem;
  background-color: white;
  border: 1px solid black;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: 0.3s;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .pn-box .next {
    width: 9.3rem;
  }
}
@media screen and (min-width: 960px) {
  .dayservice-single .container .pn-box .next:hover {
    background-color: #46463e;
    color: white;
  }
  .dayservice-single .container .pn-box .next:hover::after {
    background-image: url(../img/p-arrow-white-reverse.png);
  }
  .dayservice-single .container .pn-box .next:hover::before {
    color: white;
  }
}
.dayservice-single .container .pn-box .next::before {
  content: "Next";
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Dela Gothic One", serif;
  color: #303030;
  letter-spacing: 0.02em;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .dayservice-single .container .pn-box .next::before {
    font-size: 1.3rem;
  }
}
.dayservice-single .container .pn-box .next::after {
  content: "";
  width: 1.422rem;
  height: 0.822rem;
  background-image: url(../img/p-arrow-black-reverse.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  transition: 0.3s;
  transition-property: background-image;
}
.dayservice-single .other {
  margin-top: 6rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 520px) {
  .dayservice-single .other {
    margin-top: 6rem;
    padding-bottom: 6rem;
  }
}
.dayservice-single .other .c-titlebox {
  margin: 0 auto;
}
.dayservice-single .other .c-titlebox .lg-title::after {
  height: 2px;
}
.dayservice-single .other .c-titlebox .lg-title .prefix {
  font-size: 3.8rem;
}
@media screen and (max-width: 520px) {
  .dayservice-single .other .c-titlebox .lg-title .prefix {
    font-size: 2.4rem;
  }
}
.dayservice-single .other .c-titlebox .lg-title .lg-text {
  font-size: 4.2rem;
}
@media screen and (max-width: 520px) {
  .dayservice-single .other .c-titlebox .lg-title .lg-text {
    font-size: 2.4rem;
    vertical-align: bottom;
    line-height: 1;
  }
}
@media screen and (max-width: 520px) {
  .dayservice-single .other .c-titlebox .sm-title {
    font-size: 1.4rem;
    padding-top: 0.7rem;
  }
}
.dayservice-single .other .contents {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.4rem;
  max-width: 104.5rem;
  margin: 0 auto;
  width: calc(100% - 3.2rem);
  margin-top: 3.2rem;
}
@media screen and (max-width: 769px) {
  .dayservice-single .other .contents {
    gap: 2rem 0.9rem;
  }
}
.dayservice-single .other .contents .item {
  width: calc((100% - 2.8rem) / 3);
  border-radius: 2rem;
  background-color: white;
  padding: 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .dayservice-single .other .contents .item:hover .img img {
    transform: scale(1.05);
  }
  .dayservice-single .other .contents .item:hover .below .title span {
    background-size: 100% 1px;
    background-position: 0 100%;
    color: #eb6fa5;
  }
}
@media screen and (max-width: 769px) {
  .dayservice-single .other .contents .item {
    width: calc((100% - 1.4rem) / 2);
  }
}
@media screen and (max-width: 520px) {
  .dayservice-single .other .contents .item {
    padding: 1rem 0.85rem;
    border-radius: 1rem;
  }
}
.dayservice-single .other .contents .item .img {
  width: 100%;
  aspect-ratio: 299/165;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .dayservice-single .other .contents .item .img {
    border-radius: 1rem;
    aspect-ratio: 147/123;
  }
}
.dayservice-single .other .contents .item .img img {
  transition: 0.3s;
}
.dayservice-single .other .contents .item .tags-date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.6rem;
  margin-top: 1.2rem;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 520px) {
  .dayservice-single .other .contents .item .tags-date {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.8rem;
  }
}
.dayservice-single .other .contents .item .tags-date .tags {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.4rem;
}
@media screen and (max-width: 960px) {
  .dayservice-single .other .contents .item .tags-date .tags {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .dayservice-single .other .contents .item .tags-date .tags {
    gap: 0.6rem;
  }
}
.dayservice-single .other .contents .item .tags-date .tags .tag {
  height: 2.2rem;
  border-radius: 1.1rem;
  background-color: #1a1a1a;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 1.4rem;
}
@media screen and (max-width: 520px) {
  .dayservice-single .other .contents .item .tags-date .tags .tag {
    height: 1.9rem;
    font-size: 1rem;
  }
}
.dayservice-single .other .contents .item .tags-date .date {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
}
.dayservice-single .other .contents .item .below {
  margin-top: auto;
  margin-bottom: 0;
}
.dayservice-single .other .contents .item .title {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.4;
  padding-bottom: 1.6rem;
  border-bottom: 1px dashed black;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 520px) {
  .dayservice-single .other .contents .item .title {
    padding-bottom: 0.8rem;
    font-size: 1.3rem;
  }
}
.dayservice-single .other .contents .item .title span {
  background: linear-gradient(#eb6fa5, #eb6fa5);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: 0.3s;
  color: black;
  transition-property: background-size, color;
  display: inline;
}
.dayservice-single .other .contents .item .schedule {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.6rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 960px) {
  .dayservice-single .other .contents .item .schedule {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .dayservice-single .other .contents .item .schedule {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.dayservice-single .other .contents .item .schedule .icon-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
  transform: translateY(-0.4rem);
}
@media screen and (max-width: 520px) {
  .dayservice-single .other .contents .item .schedule .icon-text {
    transform: unset;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.dayservice-single .other .contents .item .schedule .icon-text .icon {
  width: 1.6rem;
  aspect-ratio: 16/18;
  display: block;
}
@media screen and (max-width: 520px) {
  .dayservice-single .other .contents .item .schedule .icon-text .icon {
    width: 1.083rem;
  }
}
.dayservice-single .other .contents .item .schedule .icon-text .text {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #6c5509;
}
@media screen and (max-width: 520px) {
  .dayservice-single .other .contents .item .schedule .icon-text .text {
    vertical-align: top;
    display: inline-block;
    font-size: 1.2rem;
  }
}
.dayservice-single .other .contents .item .schedule .schedule-box {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.2rem;
}
@media screen and (max-width: 520px) {
  .dayservice-single .other .contents .item .schedule .schedule-box {
    gap: 0.8rem;
    flex-direction: column;
  }
}
.dayservice-single .other .contents .item .schedule .schedule-box .box-inner {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #6c5509;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .dayservice-single .other .contents .item .schedule .schedule-box .box-inner {
    font-size: 1.2rem;
  }
}
.dayservice-single .other .contents .item .more {
  height: 4.2rem;
  width: 20.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 5rem;
  border: 2px solid #303030;
  margin-top: 2.1rem;
  box-sizing: border-box;
  position: relative;
  align-self: flex-end;
  background-color: white;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .dayservice-single .other .contents .item .more {
    margin-top: 1.6rem;
    align-self: center;
    width: 100%;
    height: 3rem;
    padding-left: 1.248rem;
    padding-right: 1.248rem;
  }
}
.dayservice-single .other .contents .item .more .text {
  width: 11.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .dayservice-single .other .contents .item .more .text {
    flex: 1;
    text-align: center;
    font-size: 1.3rem;
  }
}
.dayservice-single .other .contents .item .more .icon {
  width: 3.699rem;
  position: absolute;
  right: 3.089rem;
}
@media screen and (max-width: 520px) {
  .dayservice-single .other .contents .item .more .icon {
    position: relative;
    right: unset;
    width: 2.144rem;
  }
}

.daymottotube .mv {
  padding-bottom: 14.803rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .daymottotube .mv {
    padding-bottom: 0;
  }
}
.daymottotube .mv .container {
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
  padding-top: 6.8rem;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .daymottotube .mv .container {
    padding-top: 2.8rem;
  }
}
.daymottotube .mv .container .textbox {
  margin-left: 11.8rem;
}
@media screen and (max-width: 960px) {
  .daymottotube .mv .container .textbox {
    margin-left: 1.8rem;
  }
}
.daymottotube .mv .container .textbox .title {
  font-size: 7.8rem;
  font-weight: 400;
  font-family: "Dela Gothic One", serif;
  color: #ff242f;
  -webkit-text-stroke: 0.2rem black;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .daymottotube .mv .container .textbox .title {
    font-size: 4rem;
    -webkit-text-stroke: 0.15rem black;
  }
}
@media screen and (max-width: 960px) {
  .daymottotube .mv .container .textbox .title .sp-none {
    display: none;
  }
}
.daymottotube .mv .container .textbox .ja {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  margin-top: 2.4rem;
  margin-left: 0.6rem;
}
@media screen and (max-width: 520px) {
  .daymottotube .mv .container .textbox .ja {
    font-size: 1.4rem;
    margin-top: 0.9rem;
  }
}
.daymottotube .mv .container .textbox .text {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #414141;
  line-height: 2;
  margin-top: 3.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .daymottotube .mv .container .textbox .text {
    display: none;
  }
}
.daymottotube .mv .container .textbox .c-bread {
  background-color: transparent;
  margin-top: 3.5rem;
}
@media screen and (max-width: 960px) {
  .daymottotube .mv .container .textbox .sp-none {
    display: none;
  }
}
.daymottotube .mv .container .textbox .sp-use {
  display: none;
}
@media screen and (max-width: 960px) {
  .daymottotube .mv .container .textbox .sp-use {
    display: flex;
    margin-top: 0;
    margin-bottom: 1.8rem;
  }
}
.daymottotube .mv .container .illust1 {
  width: 17.051rem;
  position: absolute;
  right: 6.449rem;
  top: 5.8rem;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .daymottotube .mv .container .illust1 {
    display: none;
  }
}
.daymottotube .mv .container .illust2 {
  width: 5.4rem;
  position: absolute;
  right: 55.198rem;
  top: 33.925rem;
  z-index: 2;
  transform: rotate(-23.96deg);
}
@media screen and (max-width: 960px) {
  .daymottotube .mv .container .illust2 {
    display: none;
  }
}
.daymottotube .mv .container .illust3 {
  width: 11.484rem;
  position: absolute;
  right: 9.536rem;
  top: 40.922rem;
  z-index: 2;
  opacity: 0;
  transform: rotate(12.39deg);
}
@media screen and (max-width: 960px) {
  .daymottotube .mv .container .illust3 {
    display: none;
  }
}
.daymottotube .mv .container .img1 {
  width: 43.51rem;
  position: absolute;
  right: 14.912rem;
  top: 7.833rem;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .daymottotube .mv .container .img1 {
    display: none;
  }
}
.daymottotube .mv .container .sp-useblock {
  display: none;
  position: relative;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 332.63/228.83;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .daymottotube .mv .container .sp-useblock {
    display: flex;
  }
}
.daymottotube .mv .container .sp-useblock .img-container {
  position: relative;
  aspect-ratio: 375/228.83;
  max-width: 37.5rem;
  width: 100%;
  transform: scale(2.5);
}
@media screen and (max-width: 769px) {
  .daymottotube .mv .container .sp-useblock .img-container {
    transform: scale(1.5);
  }
}
@media screen and (max-width: 520px) {
  .daymottotube .mv .container .sp-useblock .img-container {
    transform: scale(1);
  }
}
.daymottotube .mv .container .sp-useblock .illust1 {
  display: block;
  width: 12.017rem;
  top: -4.1rem;
  right: 1.883rem;
}
.daymottotube .mv .container .sp-useblock .illust2 {
  display: block;
  width: 3.993rem;
  right: 29.691rem;
  top: 9.24rem;
}
.daymottotube .mv .container .sp-useblock .illust3 {
  display: block;
  width: 7.685rem;
  right: 3.526rem;
  top: 15.651rem;
}
.daymottotube .mv .container .sp-useblock .img1 {
  display: block;
  width: 21.728rem;
  top: -0.3rem;
  right: 7.597rem;
}
.daymottotube .mv .container .text-sp-use {
  display: none;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #414141;
  line-height: 2;
  margin-top: 3.5rem;
  max-width: calc(100% - 3.6rem);
  margin: 0 auto;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .daymottotube .mv .container .text-sp-use {
    display: block;
    margin-top: 1.3rem;
  }
}
@media screen and (max-width: 520px) {
  .daymottotube .mv .container .text-sp-use {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-top: 0;
  }
}
.daymottotube .mv .circle-border {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .daymottotube .mv .circle-border {
    bottom: 10.855rem;
  }
}
.daymottotube .mv::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10.855rem;
  background-color: #f8f4eb;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 520px) {
  .daymottotube .mv::before {
    display: block;
  }
}
.daymottotube .search {
  background-color: #f8f4eb;
}
.daymottotube .search .container {
  max-width: 104.4rem;
  width: calc(100% - 3.6rem);
  margin: 0 auto;
  position: relative;
}
.daymottotube .search .container .title {
  width: 13.5rem;
  height: 3.3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #ff242f;
  color: #303030;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
  border: 1px solid #303030;
  position: absolute;
  left: 3rem;
  top: 0;
  transform: translateY(calc((100% - 1px) * -1));
}
@media screen and (max-width: 960px) {
  .daymottotube .search .container .title {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    margin-left: 3rem;
  }
}
@media screen and (max-width: 520px) {
  .daymottotube .search .container .title {
    margin-left: 1.1rem;
    width: 11.2rem;
    height: 3.3rem;
    font-size: 1.4rem;
    transform: translateY(1px);
  }
}
.daymottotube .search .container .tags {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  background-color: white;
  box-sizing: border-box;
  border-radius: 2rem;
  border: 1.5px solid black;
  padding: 2.5rem 3rem;
  gap: 1rem;
}
@media screen and (max-width: 520px) {
  .daymottotube .search .container .tags {
    border-radius: 1rem;
    padding: 2rem 1rem;
    gap: 0.8rem 0.4rem;
  }
}
.daymottotube .search .container .tags .tag {
  height: 3.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  border: 1px solid black;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #303030;
}
@media screen and (max-width: 520px) {
  .daymottotube .search .container .tags .tag {
    font-size: 1.2rem;
  }
}
.daymottotube .contents {
  background-color: #f8f4eb;
  padding-bottom: 10rem;
}
@media screen and (max-width: 960px) {
  .daymottotube .contents {
    padding-top: 5.7rem;
    padding-bottom: 6rem;
  }
}
.daymottotube .contents .container {
  max-width: 104.4rem;
  width: calc(100% - 3.6rem);
  margin: 0 auto;
  position: relative;
  gap: 6.3rem 1.8rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .daymottotube .contents .container {
    flex-direction: column;
    gap: 5.8rem;
  }
}
.daymottotube .contents .container .item {
  width: calc((100% - 1.8rem) / 2);
  position: relative;
}
@media screen and (max-width: 769px) {
  .daymottotube .contents .container .item {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .daymottotube .contents .container .item:hover .img img {
    transform: scale(1.05);
  }
}
.daymottotube .contents .container .item .img {
  width: 100%;
  aspect-ratio: 512/288;
  border-radius: 1rem;
  overflow: hidden;
  filter: brightness(0.5);
}
.daymottotube .contents .container .item .img img {
  transition: 0.3s;
}
.daymottotube .contents .container .item .bubble {
  padding: 1.3rem 2.2rem;
  background-color: white;
  border-radius: 13.5rem;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-70%);
  font-size: 1.35rem;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  color: black;
  line-height: 1.3;
}
@media screen and (max-width: 520px) {
  .daymottotube .contents .container .item .bubble {
    font-size: 1.2rem;
    padding: 1rem 2rem;
  }
}
.daymottotube .contents .container .item .bubble::after {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.6rem;
  box-sizing: border-box;
  border-top: 1.6rem solid white;
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;
  bottom: -0.85rem;
  left: 50%;
  transform: translateX(-50%);
}
.daymottotube .contents .container .item .more {
  height: 4.2rem;
  width: 20.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 5rem;
  border: 2px solid #303030;
  box-sizing: border-box;
  position: relative;
  align-self: flex-end;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .daymottotube .contents .container .item .more {
    align-self: center;
    width: 21.6rem;
    height: 3.84rem;
    padding-left: 2.556rem;
    padding-right: 2.556rem;
  }
}
@media screen and (min-width: 960px) {
  .daymottotube .contents .container .item .more:hover {
    background-color: #303030;
  }
  .daymottotube .contents .container .item .more:hover .text {
    color: white;
  }
}
.daymottotube .contents .container .item .more .text {
  width: 11.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  line-height: 1;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .daymottotube .contents .container .item .more .text {
    flex: 1;
    text-align: center;
    font-size: 1.3rem;
  }
}
.daymottotube .contents .container .item .more .icon {
  width: 3.699rem;
  position: absolute;
  right: 3.089rem;
}
@media screen and (max-width: 520px) {
  .daymottotube .contents .container .item .more .icon {
    position: relative;
    right: unset;
    width: 3.088rem;
  }
}

.daymottotube-single {
  position: relative;
  background-color: #f8f4eb;
}
.daymottotube-single .border-circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 1;
}
.daymottotube-single .container {
  width: calc(100% - 3.6rem);
  max-width: 88rem;
  padding-top: 7.2rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .daymottotube-single .container {
    padding-top: 2.7rem;
  }
}
.daymottotube-single .container .c-bread {
  background-color: transparent;
}
.daymottotube-single .container .top-title {
  margin-top: 4rem;
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.184375;
  padding-bottom: 1.6rem;
  border-bottom: 1px dashed black;
}
@media screen and (max-width: 520px) {
  .daymottotube-single .container .top-title {
    margin-top: 1.4rem;
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 1.4rem;
  }
}
.daymottotube-single .container .movie {
  margin-top: 4rem;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .daymottotube-single .container .movie {
    margin-top: 2rem;
  }
}
.daymottotube-single .container .movie iframe {
  width: 100%;
  aspect-ratio: 880/495;
}
.daymottotube-single .container .text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 2;
  margin-top: 4rem;
}
@media screen and (max-width: 520px) {
  .daymottotube-single .container .text {
    font-size: 1.3rem;
    margin-top: 2.4rem;
  }
}
.daymottotube-single .container .back {
  margin-right: auto;
  margin-left: 0;
  width: 15.3rem;
  height: 4.3rem;
  box-sizing: border-box;
  border-radius: 3.1rem;
  background-color: white;
  border: 1px solid black;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: 0.3s;
  margin: 0 auto;
  margin-top: 6rem;
}
@media screen and (max-width: 520px) {
  .daymottotube-single .container .back {
    width: 9.3rem;
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 960px) {
  .daymottotube-single .container .back:hover {
    background-color: #46463e;
    color: white;
  }
  .daymottotube-single .container .back:hover::before {
    background-image: url(../img/p-arrow-white.png);
  }
  .daymottotube-single .container .back:hover::after {
    color: white;
  }
}
.daymottotube-single .container .back::before {
  content: "";
  width: 1.422rem;
  height: 0.822rem;
  background-image: url(../img/p-arrow-black.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  transition: 0.3s;
}
.daymottotube-single .container .back::after {
  content: "Back";
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Dela Gothic One", serif;
  color: #303030;
  letter-spacing: 0.02em;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .daymottotube-single .container .back::after {
    font-size: 1.3rem;
  }
}
.daymottotube-single .other {
  margin-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 520px) {
  .daymottotube-single .other {
    margin-top: 6rem;
    padding-bottom: 6rem;
  }
}
.daymottotube-single .other .c-titlebox {
  margin: 0 auto;
}
.daymottotube-single .other .c-titlebox .lg-title::after {
  height: 2px;
}
.daymottotube-single .other .c-titlebox .lg-title .prefix {
  font-size: 3.8rem;
}
@media screen and (max-width: 520px) {
  .daymottotube-single .other .c-titlebox .lg-title .prefix {
    font-size: 2.4rem;
  }
}
.daymottotube-single .other .c-titlebox .lg-title .lg-text {
  font-size: 4.2rem;
}
@media screen and (max-width: 520px) {
  .daymottotube-single .other .c-titlebox .lg-title .lg-text {
    font-size: 2.4rem;
    vertical-align: bottom;
    line-height: 1;
  }
}
@media screen and (max-width: 520px) {
  .daymottotube-single .other .c-titlebox .sm-title {
    font-size: 1.4rem;
    padding-top: 0.7rem;
  }
}
.daymottotube-single .other .contents {
  max-width: 104.4rem;
  width: calc(100% - 3.6rem);
  margin: 0 auto;
  position: relative;
  gap: 6.3rem 1.8rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 6.3rem;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .daymottotube-single .other .contents {
    flex-direction: column;
    gap: 5.8rem;
  }
}
.daymottotube-single .other .contents .item {
  width: calc((100% - 1.8rem) / 2);
  position: relative;
}
@media screen and (max-width: 769px) {
  .daymottotube-single .other .contents .item {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .daymottotube-single .other .contents .item:hover .img img {
    transform: scale(1.05);
  }
}
.daymottotube-single .other .contents .item .img {
  width: 100%;
  aspect-ratio: 512/288;
  border-radius: 1rem;
  overflow: hidden;
  filter: brightness(0.5);
}
.daymottotube-single .other .contents .item .img img {
  transition: 0.3s;
}
.daymottotube-single .other .contents .item .bubble {
  padding: 1.3rem 2.2rem;
  background-color: white;
  border-radius: 13.5rem;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-70%);
  font-size: 1.35rem;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  line-height: 1.3;
  color: black;
}
@media screen and (max-width: 520px) {
  .daymottotube-single .other .contents .item .bubble {
    font-size: 1.2rem;
    padding: 1rem 2rem;
  }
}
.daymottotube-single .other .contents .item .bubble::after {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.6rem;
  box-sizing: border-box;
  border-top: 1.6rem solid white;
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;
  bottom: -0.85rem;
  left: 50%;
  transform: translateX(-50%);
}
.daymottotube-single .other .contents .item .more {
  height: 4.2rem;
  width: 20.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 5rem;
  border: 2px solid #303030;
  box-sizing: border-box;
  position: relative;
  align-self: flex-end;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .daymottotube-single .other .contents .item .more {
    align-self: center;
    width: 21.6rem;
    height: 3.84rem;
    padding-left: 2.556rem;
    padding-right: 2.556rem;
  }
}
@media screen and (min-width: 960px) {
  .daymottotube-single .other .contents .item .more:hover {
    background-color: #303030;
  }
  .daymottotube-single .other .contents .item .more:hover .text {
    color: white;
  }
}
.daymottotube-single .other .contents .item .more .text {
  width: 11.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  line-height: 1;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .daymottotube-single .other .contents .item .more .text {
    flex: 1;
    text-align: center;
    font-size: 1.3rem;
  }
}
.daymottotube-single .other .contents .item .more .icon {
  width: 3.699rem;
  position: absolute;
  right: 3.089rem;
}
@media screen and (max-width: 520px) {
  .daymottotube-single .other .contents .item .more .icon {
    position: relative;
    right: unset;
    width: 3.088rem;
  }
}

.download .mv {
  padding-bottom: 15.9rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .download .mv {
    padding-bottom: 3.6rem;
  }
}
.download .mv .container {
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
  padding-top: 6.8rem;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .download .mv .container {
    padding-top: 2.8rem;
  }
}
.download .mv .container .textbox {
  margin-left: 11.8rem;
}
@media screen and (max-width: 960px) {
  .download .mv .container .textbox {
    margin-left: 1.8rem;
  }
}
.download .mv .container .textbox .title {
  width: 44.5rem;
}
@media screen and (max-width: 520px) {
  .download .mv .container .textbox .title {
    width: 23.4rem;
  }
}
.download .mv .container .textbox .ja {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  margin-top: 2.4rem;
  margin-left: 0.6rem;
}
@media screen and (max-width: 520px) {
  .download .mv .container .textbox .ja {
    font-size: 1.4rem;
    margin-top: 0.9rem;
  }
}
.download .mv .container .textbox .text {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #414141;
  line-height: 2;
  margin-top: 3.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .download .mv .container .textbox .text {
    display: none;
  }
}
.download .mv .container .textbox .c-bread {
  background-color: transparent;
  margin-top: 3.5rem;
}
@media screen and (max-width: 960px) {
  .download .mv .container .textbox .sp-none {
    display: none;
  }
}
.download .mv .container .textbox .sp-use {
  display: none;
}
@media screen and (max-width: 960px) {
  .download .mv .container .textbox .sp-use {
    display: flex;
    margin-top: 0;
    margin-bottom: 1.8rem;
  }
}
.download .mv .container .illust1 {
  width: 23.229rem;
  position: absolute;
  right: 5.371rem;
  top: 5.2rem;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .download .mv .container .illust1 {
    display: none;
  }
}
.download .mv .container .illust2 {
  width: 22.1rem;
  position: absolute;
  right: 42.27rem;
  top: 33.168rem;
  z-index: 2;
  transform: rotate(-9.94deg);
}
@media screen and (max-width: 960px) {
  .download .mv .container .illust2 {
    display: none;
  }
}
.download .mv .container .img1 {
  width: 41.654rem;
  position: absolute;
  right: 10.446rem;
  top: 15.394rem;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .download .mv .container .img1 {
    display: none;
  }
}
.download .mv .container .sp-useblock {
  display: none;
  position: relative;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 375/212.22;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .download .mv .container .sp-useblock {
    display: flex;
  }
}
.download .mv .container .sp-useblock .img-container {
  position: relative;
  aspect-ratio: 338.52/212.22;
  max-width: 37.5rem;
  width: 100%;
  transform: scale(2.5);
}
@media screen and (max-width: 769px) {
  .download .mv .container .sp-useblock .img-container {
    transform: scale(1.5);
  }
}
@media screen and (max-width: 520px) {
  .download .mv .container .sp-useblock .img-container {
    transform: scale(1);
  }
}
.download .mv .container .sp-useblock .illust1 {
  display: block;
  width: 13.729rem;
  top: -2.3rem;
  right: 2.571rem;
}
.download .mv .container .sp-useblock .illust2 {
  display: block;
  width: 12.2rem;
  right: unset;
  bottom: 0;
  top: unset;
  left: 1.078rem;
}
.download .mv .container .sp-useblock .img1 {
  display: block;
  width: 23.7rem;
  top: 1.3rem;
  right: unset;
  left: 8.3rem;
}
.download .mv .container .text-sp-use {
  display: none;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #414141;
  line-height: 2;
  margin-top: 3.5rem;
  max-width: calc(100% - 3.6rem);
  margin: 0 auto;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .download .mv .container .text-sp-use {
    display: block;
    margin-top: 1.3rem;
  }
}
@media screen and (max-width: 520px) {
  .download .mv .container .text-sp-use {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.download .mv .circle-border {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .download .mv .circle-border {
    bottom: 10.2rem;
  }
}
.download .mv::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10.2rem;
  background-color: #f8f4eb;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 520px) {
  .download .mv::before {
    display: block;
  }
}
.download .search {
  background-color: #f8f4eb;
}
.download .search .container {
  max-width: 104.4rem;
  width: calc(100% - 3.6rem);
  margin: 0 auto;
  position: relative;
}
.download .search .container .title {
  width: 13.5rem;
  height: 3.3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #3053a9;
  color: white;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
  border: 1px solid #303030;
  position: absolute;
  left: 3rem;
  top: 0;
  transform: translateY(calc((100% - 1px) * -1));
}
@media screen and (max-width: 960px) {
  .download .search .container .title {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    margin-left: 3rem;
  }
}
@media screen and (max-width: 520px) {
  .download .search .container .title {
    margin-left: 1.1rem;
    width: 11.2rem;
    height: 3.3rem;
    font-size: 1.4rem;
    transform: translateY(1px);
  }
}
.download .search .container .tags {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  background-color: white;
  box-sizing: border-box;
  border-radius: 2rem;
  border: 1.5px solid black;
  padding: 2.5rem 3rem;
  gap: 1rem;
}
@media screen and (max-width: 520px) {
  .download .search .container .tags {
    border-radius: 1rem;
    padding: 2rem 1rem;
    gap: 0.8rem 0.4rem;
  }
}
.download .search .container .tags .tag {
  height: 3.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  border: 1px solid black;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #303030;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .download .search .container .tags .tag {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 960px) {
  .download .search .container .tags .tag:hover {
    background-color: #303030;
    color: white;
  }
}
.download .contents {
  background-color: #f8f4eb;
  padding-top: 4.2rem;
  background-color: #f8f4eb;
  padding-bottom: 10rem;
}
@media screen and (max-width: 960px) {
  .download .contents {
    padding-top: 5.7rem;
    padding-bottom: 6rem;
  }
}
.download .contents .container {
  max-width: 104.4rem;
  width: calc(100% - 3.6rem);
  margin: 0 auto;
  position: relative;
  gap: 3.2rem 1.8rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .download .contents .container {
    flex-direction: column;
    gap: 2rem;
  }
}
.download .contents .container .item {
  width: calc((100% - 1.8rem) / 2);
  position: relative;
}
@media screen and (max-width: 769px) {
  .download .contents .container .item {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .download .contents .container .item:hover .img img {
    transform: scale(1.05);
  }
}
.download .contents .container .item .above {
  position: relative;
}
.download .contents .container .item .img {
  width: 100%;
  aspect-ratio: 512/288;
  border-radius: 1rem;
  overflow: hidden;
  filter: brightness(0.5);
}
.download .contents .container .item .img img {
  transition: 0.3s;
}
.download .contents .container .item .more {
  height: 4.2rem;
  width: 20.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 5rem;
  border: 2px solid #303030;
  box-sizing: border-box;
  position: relative;
  align-self: flex-end;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .download .contents .container .item .more {
    align-self: center;
    width: 21.6rem;
    height: 3.84rem;
    padding-left: 2.556rem;
    padding-right: 2.556rem;
  }
}
@media screen and (min-width: 960px) {
  .download .contents .container .item .more:hover {
    background-color: #303030;
  }
  .download .contents .container .item .more:hover .text {
    color: white;
  }
}
.download .contents .container .item .more .text {
  width: 11.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  line-height: 1;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .download .contents .container .item .more .text {
    flex: 1;
    text-align: center;
    font-size: 1.3rem;
  }
}
.download .contents .container .item .more .icon {
  width: 3.699rem;
  position: absolute;
  right: 3.089rem;
}
@media screen and (max-width: 520px) {
  .download .contents .container .item .more .icon {
    position: relative;
    right: unset;
    width: 3.088rem;
  }
}
.download .contents .container .item .textbox {
  margin-top: 2rem;
}
.download .contents .container .item .textbox .date-tags {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.download .contents .container .item .textbox .date-tags .tags {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.4rem;
}
@media screen and (max-width: 520px) {
  .download .contents .container .item .textbox .date-tags .tags {
    gap: 0.6rem;
  }
}
.download .contents .container .item .textbox .date-tags .tags .tag {
  height: 2.2rem;
  border-radius: 1.1rem;
  background-color: #1a1a1a;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 1.4rem;
}
@media screen and (max-width: 520px) {
  .download .contents .container .item .textbox .date-tags .tags .tag {
    height: 1.9rem;
    font-size: 1rem;
  }
}
.download .contents .container .item .textbox .date-tags .date {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
}
.download .contents .container .item .textbox .sub-title {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.4;
  padding-bottom: 1.6rem;
  border-bottom: 1px dashed black;
  margin-bottom: 1.2rem;
  margin-top: 0.9rem;
}
@media screen and (max-width: 520px) {
  .download .contents .container .item .textbox .sub-title {
    padding-bottom: 0.8rem;
    font-size: 1.3rem;
  }
}

.download-single {
  position: relative;
  background-color: #f8f4eb;
}
.download-single .border-circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 1;
}
.download-single .container {
  width: calc(100% - 3.6rem);
  max-width: 88rem;
  padding-top: 7.2rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .download-single .container {
    padding-top: 2.7rem;
  }
}
.download-single .container .c-bread {
  background-color: transparent;
}
.download-single .container .top-title {
  margin-top: 4rem;
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.184375;
  padding-bottom: 1.6rem;
  border-bottom: 1px dashed black;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (max-width: 520px) {
  .download-single .container .top-title {
    margin-top: 1.4rem;
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 1.4rem;
    flex-direction: column;
    gap: 1.4rem;
  }
}
.download-single .container .top-title .title-inner {
  flex: 1;
}
.download-single .container .top-title .d-link {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  border: 2px solid #303030;
  width: 20.797rem;
  height: 4.208rem;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: 0.3s;
  background-color: white;
  box-sizing: border-box;
}
@media screen and (max-width: 520px) {
  .download-single .container .top-title .d-link {
    width: 16rem;
    height: 2.9rem;
    font-size: 1.2rem;
  }
}
.download-single .container .top-title .d-link .icon {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../img/p-download-icon-black.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .download-single .container .top-title .d-link .icon {
    width: 1.467rem;
    height: 1.467rem;
  }
}
@media screen and (min-width: 960px) {
  .download-single .container .top-title .d-link:hover {
    background-color: #303030;
    color: white;
  }
  .download-single .container .top-title .d-link:hover .icon {
    background-image: url(../img/p-download-icon-white.png);
  }
}
.download-single .container .movie {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  max-width: calc(100% - 12rem);
  margin: 0 auto;
  margin-top: 4rem;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 520px) {
  .download-single .container .movie {
    margin-top: 2rem;
    max-width: unset;
  }
}
.download-single .container .movie iframe {
  width: 100%;
  aspect-ratio: 880/495;
}
.download-single .container .text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 2;
  margin-top: 4rem;
}
@media screen and (max-width: 520px) {
  .download-single .container .text {
    font-size: 1.3rem;
    margin-top: 2.4rem;
  }
}
.download-single .container .back {
  margin-right: auto;
  margin-left: 0;
  width: 15.3rem;
  height: 4.3rem;
  box-sizing: border-box;
  border-radius: 3.1rem;
  background-color: white;
  border: 1px solid black;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: 0.3s;
  margin: 0 auto;
  margin-top: 6rem;
}
@media screen and (max-width: 520px) {
  .download-single .container .back {
    width: 9.3rem;
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 960px) {
  .download-single .container .back:hover {
    background-color: #46463e;
    color: white;
  }
  .download-single .container .back:hover::before {
    background-image: url(../img/p-arrow-white.png);
  }
  .download-single .container .back:hover::after {
    color: white;
  }
}
.download-single .container .back::before {
  content: "";
  width: 1.422rem;
  height: 0.822rem;
  background-image: url(../img/p-arrow-black.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  transition: 0.3s;
}
.download-single .container .back::after {
  content: "Back";
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Dela Gothic One", serif;
  color: #303030;
  letter-spacing: 0.02em;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .download-single .container .back::after {
    font-size: 1.3rem;
  }
}
.download-single .container .btn-box {
  width: 100%;
  background-color: #f2f2f2;
  padding: 2rem 0;
  margin-top: 2rem;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 520px) {
  .download-single .container .btn-box {
    margin-top: 3.2rem;
    padding: 1rem 0;
  }
}
.download-single .container .btn-box .btn-container {
  max-width: 69.4rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .download-single .container .btn-box .btn-container {
    max-width: unset;
    width: 100%;
    gap: 0;
  }
}
.download-single .container .btn-box .btn-container .item {
  width: calc((100% - 2.1rem) / 4);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  height: 4.2rem;
  border-radius: 0.3rem;
  transition: 0.3s;
  font-size: 1.4rem;
}
@media screen and (max-width: 769px) {
  .download-single .container .btn-box .btn-container .item {
    width: 25%;
    border-radius: 0;
  }
  .download-single .container .btn-box .btn-container .item span {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .download-single .container .btn-box .btn-container .item:hover {
    opacity: 0.6;
  }
}
.download-single .container .btn-box .btn-container .item .fa-brands {
  font-size: 2rem;
}
.download-single .container .btn-box .btn-container .x {
  background-color: black;
  color: white;
}
.download-single .container .btn-box .btn-container .face {
  background-color: #1877F2;
  color: white;
}
.download-single .container .btn-box .btn-container .hatena {
  background-color: #00A4DE;
  color: white;
}
.download-single .container .btn-box .btn-container .hatena img {
  width: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.download-single .container .btn-box .btn-container .line {
  background-color: #00C300;
  color: white;
}
.download-single .form {
  width: 100%;
}
.download-single .form .form-container {
  max-width: 68.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .download-single .form .form-container .form-title {
    font-size: 1.6rem;
  }
}
.download-single .form .form-container .form-title .form-title-text {
  margin-left: 0;
  margin-top: 0;
}
.download-single .form .url-hidden {
  display: none;
}
.download-single .other {
  margin-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 520px) {
  .download-single .other {
    margin-top: 6rem;
    padding-bottom: 6rem;
  }
}
.download-single .other .c-titlebox {
  margin: 0 auto;
}
.download-single .other .c-titlebox .lg-title::after {
  height: 2px;
}
.download-single .other .c-titlebox .lg-title .prefix {
  font-size: 3.8rem;
}
@media screen and (max-width: 520px) {
  .download-single .other .c-titlebox .lg-title .prefix {
    font-size: 2.4rem;
  }
}
.download-single .other .c-titlebox .lg-title .lg-text {
  font-size: 4.2rem;
}
@media screen and (max-width: 520px) {
  .download-single .other .c-titlebox .lg-title .lg-text {
    font-size: 2.4rem;
    vertical-align: bottom;
    line-height: 1;
  }
}
@media screen and (max-width: 520px) {
  .download-single .other .c-titlebox .sm-title {
    font-size: 1.4rem;
    padding-top: 0.7rem;
  }
}
.download-single .other .contents {
  max-width: 104.4rem;
  width: calc(100% - 3.6rem);
  margin: 0 auto;
  position: relative;
  gap: 6.3rem 1.8rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 3.2rem;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .download-single .other .contents {
    flex-direction: column;
    gap: 2rem;
  }
}
.download-single .other .contents .item {
  width: calc((100% - 1.8rem) / 2);
  position: relative;
}
@media screen and (max-width: 769px) {
  .download-single .other .contents .item {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .download-single .other .contents .item:hover .img img {
    transform: scale(1.05);
  }
}
.download-single .other .contents .item .above {
  position: relative;
}
.download-single .other .contents .item .img {
  width: 100%;
  aspect-ratio: 512/288;
  border-radius: 1rem;
  overflow: hidden;
  filter: brightness(0.5);
}
.download-single .other .contents .item .img img {
  transition: 0.3s;
}
.download-single .other .contents .item .more {
  height: 4.2rem;
  width: 20.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 5rem;
  border: 2px solid #303030;
  box-sizing: border-box;
  position: relative;
  align-self: flex-end;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .download-single .other .contents .item .more {
    align-self: center;
    width: 21.6rem;
    height: 3.84rem;
    padding-left: 2.556rem;
    padding-right: 2.556rem;
  }
}
@media screen and (min-width: 960px) {
  .download-single .other .contents .item .more:hover {
    background-color: #303030;
  }
  .download-single .other .contents .item .more:hover .text {
    color: white;
  }
}
.download-single .other .contents .item .more .text {
  width: 11.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  line-height: 1;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .download-single .other .contents .item .more .text {
    flex: 1;
    text-align: center;
    font-size: 1.3rem;
  }
}
.download-single .other .contents .item .more .icon {
  width: 3.699rem;
  position: absolute;
  right: 3.089rem;
}
@media screen and (max-width: 520px) {
  .download-single .other .contents .item .more .icon {
    position: relative;
    right: unset;
    width: 3.088rem;
  }
}
.download-single .other .contents .item .textbox {
  margin-top: 2rem;
}
.download-single .other .contents .item .textbox .date-tags {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.download-single .other .contents .item .textbox .date-tags .tags {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.4rem;
}
@media screen and (max-width: 520px) {
  .download-single .other .contents .item .textbox .date-tags .tags {
    gap: 0.6rem;
  }
}
.download-single .other .contents .item .textbox .date-tags .tags .tag {
  height: 2.2rem;
  border-radius: 1.1rem;
  background-color: #1a1a1a;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 1.4rem;
}
@media screen and (max-width: 520px) {
  .download-single .other .contents .item .textbox .date-tags .tags .tag {
    height: 1.9rem;
    font-size: 1rem;
  }
}
.download-single .other .contents .item .textbox .date-tags .date {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
}
.download-single .other .contents .item .textbox .sub-title {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  line-height: 1.4;
  padding-bottom: 1.6rem;
  border-bottom: 1px dashed black;
  margin-bottom: 1.2rem;
  margin-top: 0.9rem;
}
@media screen and (max-width: 520px) {
  .download-single .other .contents .item .textbox .sub-title {
    padding-bottom: 0.8rem;
    font-size: 1.3rem;
  }
}

.contact .mv {
  padding-bottom: 18.803rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .contact .mv {
    padding-bottom: 3.055rem;
  }
}
.contact .mv .container {
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
  padding-top: 11.3rem;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .contact .mv .container {
    padding-top: 2.8rem;
  }
}
.contact .mv .container .textbox {
  margin-left: 11.8rem;
}
@media screen and (max-width: 960px) {
  .contact .mv .container .textbox {
    margin-left: 1.8rem;
  }
}
.contact .mv .container .textbox .title {
  font-size: 7.8rem;
  font-weight: 400;
  font-family: "Dela Gothic One", serif;
  color: #a980b8;
  -webkit-text-stroke: 0.2rem black;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .contact .mv .container .textbox .title {
    font-size: 4rem;
    -webkit-text-stroke: 0.15rem black;
  }
}
@media screen and (max-width: 960px) {
  .contact .mv .container .textbox .title .sp-none {
    display: none;
  }
}
.contact .mv .container .textbox .ja {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
  margin-top: 2.4rem;
  margin-left: 0.6rem;
}
@media screen and (max-width: 520px) {
  .contact .mv .container .textbox .ja {
    font-size: 1.4rem;
    margin-top: 0.9rem;
  }
}
.contact .mv .container .textbox .text {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #414141;
  line-height: 2;
  margin-top: 3.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .contact .mv .container .textbox .text {
    display: none;
  }
}
.contact .mv .container .textbox .c-bread {
  background-color: transparent;
  margin-top: 3.5rem;
}
@media screen and (max-width: 960px) {
  .contact .mv .container .textbox .sp-none {
    display: none;
  }
}
.contact .mv .container .textbox .sp-use {
  display: none;
}
@media screen and (max-width: 960px) {
  .contact .mv .container .textbox .sp-use {
    display: block;
    margin-top: 0;
    margin-bottom: 1.8rem;
  }
}
.contact .mv .container .illust1 {
  width: 19.2rem;
  position: absolute;
  right: 4.055rem;
  top: 12.349rem;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .contact .mv .container .illust1 {
    display: none;
  }
}
.contact .mv .container .illust2 {
  width: 17.455rem;
  position: absolute;
  right: 52.885rem;
  top: 42.093rem;
  z-index: 3;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 960px) {
  .contact .mv .container .illust2 {
    display: none;
  }
}
.contact .mv .container .illust3 {
  width: 20.12rem;
  position: absolute;
  right: 45.835rem;
  top: 28.631rem;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .contact .mv .container .illust3 {
    display: none;
  }
}
.contact .mv .container .img1 {
  width: 40.581rem;
  position: absolute;
  right: 14.786rem;
  top: 9.082rem;
  z-index: 1;
  transform: rotate(15.88deg);
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .contact .mv .container .img1 {
    display: none;
  }
}
.contact .mv .container .sp-useblock {
  display: none;
  position: relative;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 332.63/256.3;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .contact .mv .container .sp-useblock {
    display: flex;
  }
}
.contact .mv .container .sp-useblock .img-container {
  position: relative;
  aspect-ratio: 375/256.3;
  max-width: 37.5rem;
  width: 100%;
  transform: scale(2.5);
}
@media screen and (max-width: 769px) {
  .contact .mv .container .sp-useblock .img-container {
    transform: scale(1.5);
  }
}
@media screen and (max-width: 520px) {
  .contact .mv .container .sp-useblock .img-container {
    transform: scale(1);
    align-self: flex-start;
  }
}
.contact .mv .container .sp-useblock .illust1 {
  display: block;
  width: 11.554rem;
  top: -0.65rem;
  right: 1.418rem;
  transform: rotate(-7.73deg);
}
.contact .mv .container .sp-useblock .illust2 {
  display: block;
  width: 9.952rem;
  right: unset;
  left: 0.577rem;
  top: 21.923rem;
}
.contact .mv .container .sp-useblock .illust3 {
  display: block;
  width: 11.312rem;
  right: unset;
  left: 3.129rem;
  top: 14.248rem;
}
.contact .mv .container .sp-useblock .img1 {
  display: block;
  width: 27.203rem;
  top: 0.3rem;
  right: 4.887rem;
}
.contact .mv .container .text-sp-use {
  display: none;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #414141;
  line-height: 2;
  margin-top: 3.5rem;
  max-width: calc(100% - 3.6rem);
  margin: 0 auto;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .contact .mv .container .text-sp-use {
    display: block;
    margin-top: 1.3rem;
  }
}
@media screen and (max-width: 520px) {
  .contact .mv .container .text-sp-use {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-top: 0;
  }
}
.contact .mv .circle-border {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .contact .mv .circle-border {
    bottom: 11.4rem;
  }
}
.contact .mv::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 11.4rem;
  background-color: #f8f4eb;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 520px) {
  .contact .mv::before {
    display: block;
  }
}
.contact .contents {
  background-color: #f8f4eb;
  padding-bottom: 12rem;
}
@media screen and (max-width: 520px) {
  .contact .contents {
    padding-bottom: 6rem;
  }
}
.contact .contents .form {
  max-width: 88rem;
}
.contact .contents .form .illust {
  display: none;
}
.contact .contents .form .form-title-text {
  margin-left: 0;
}
.contact .contents .form .form-container {
  max-width: 68.5rem;
}
.contact .contents .form .form-container .input-area {
  width: 100%;
}

.confirm-main .contents {
  padding-bottom: 5.5rem;
}
@media screen and (max-width: 520px) {
  .confirm-main .contents {
    padding-bottom: 3rem;
  }
}
.confirm-main .mv .container .textbox .title {
  width: 44.5rem;
}
@media screen and (max-width: 520px) {
  .confirm-main .mv .container .textbox .title {
    width: 23.4rem;
  }
}

.confirm {
  background-color: white;
  width: calc(100% - 3.6rem);
  max-width: 88rem;
  margin: 0 auto;
  padding: 12rem 0;
  box-sizing: border-box;
  padding: 4rem 10rem;
  border-radius: 1rem;
}
@media screen and (max-width: 520px) {
  .confirm {
    padding: 2.4rem;
  }
}
.confirm .title {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  padding-bottom: 0.8rem;
  border-bottom: 1px dashed black;
}
@media screen and (max-width: 520px) {
  .confirm .title {
    font-size: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
.confirm .item {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding: 3rem 0;
  border-bottom: 1px solid #D0D0D0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 520px) {
  .confirm .item {
    padding: 2.4rem 0;
  }
}
.confirm .item .sub {
  width: 16.4rem;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2e2f30;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 520px) {
  .confirm .item .sub {
    line-height: 1.3;
    font-size: 1.4rem;
  }
}
.confirm .item .sub br {
  display: none;
}
@media screen and (max-width: 520px) {
  .confirm .item .sub br {
    display: block;
  }
}
.confirm .item .text {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #321200;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 520px) {
  .confirm .item .text {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
.confirm .btn {
  width: 42.5rem;
  height: 6rem;
  box-sizing: border-box;
  border: 2px solid #303030;
  border-radius: 1rem;
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 3.2rem;
  transition: 0.3s;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #303030;
}
@media screen and (min-width: 960px) {
  .confirm .btn:hover {
    background-color: #303030;
    color: white;
  }
}
@media screen and (max-width: 520px) {
  .confirm .btn {
    width: 100%;
  }
}
.confirm .btn img {
  width: 3.685rem;
  height: 1.695rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.confirm .url-hidden {
  display: none;
}

.thanks {
  background-color: #f8f4eb;
  padding-bottom: 12rem;
}
@media screen and (max-width: 520px) {
  .thanks {
    padding-bottom: 10rem;
  }
}
.thanks .mv {
  max-width: 116rem;
  margin: 0 auto;
  padding-top: 7.2rem;
  width: calc(100% - 3.6rem);
}
@media screen and (max-width: 520px) {
  .thanks .mv {
    padding-top: 3rem;
  }
}
.thanks .mv .img {
  width: 100%;
}
.thanks .contents {
  max-width: 76rem;
  width: calc(100% - 3.6rem);
  margin: 0 auto;
  padding-top: 7.2rem;
}
@media screen and (max-width: 520px) {
  .thanks .contents {
    padding-top: 4rem;
  }
}
.thanks .contents .lg {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #303030;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 520px) {
  .thanks .contents .lg {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.thanks .contents .md {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  color: #303030;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-top: 2.4rem;
}
@media screen and (max-width: 520px) {
  .thanks .contents .md {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
.thanks .contents .return {
  width: 25.6rem;
  height: 4.3rem;
  box-sizing: border-box;
  border-radius: 3.1rem;
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 7.2rem;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #303030;
  letter-spacing: 0.02em;
  transition: 0.3s;
  gap: 1rem;
  border: 2px solid #303030;
}
@media screen and (min-width: 960px) {
  .thanks .contents .return:hover {
    background-color: #303030;
    color: white;
  }
  .thanks .contents .return:hover .arrow {
    background-image: url(../img/p-arrow-white.png);
  }
}
.thanks .contents .return .arrow {
  width: 2.196rem;
  height: 1.216rem;
  background-image: url(../img/p-arrow-black.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1.2rem;
  transition: 0.3s;
}

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