@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.container {
  background-color: #DBA8F0;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 24.625rem;
  }
}

.inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  max-width: 500px;
  max-width: 31.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: none;
  }
}

.c-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25;
}

.c-video {
  max-width: 150px;
  max-width: 9.375rem;
  width: 100%;
  margin-inline: auto;
  border-radius: 1.125rem;
}

.c-video video {
  width: 100%;
  border-radius: 1.125rem;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.all {
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .all {
    padding-top: 3.75rem;
  }
}

.all__img {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.all__text {
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
}

.campus {
  margin-top: 80px;
  margin-top: 5rem;
}

.campus__inner {
  padding-top: 60px;
  padding-top: 3.75rem;
}

.campus__img {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.campus__img iframe {
  width: 100%;
  height: 100%;
}

.campus__img {
  position: relative;
}

.campus__img::before {
  content: "";
  display: block;
  padding-top: 56.6572238%;
}

.campus__img iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.campus__text {
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
}

.contact {
  position: fixed;
  top: 74px;
  top: 4.625rem;
  right: 0;
  max-width: 40px;
  max-width: 2.5rem;
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .contact {
    max-width: 3.625rem;
  }
}

.contact__oc {
  display: block;
  width: 100%;
  background-color: #ED5188;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  letter-spacing: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .contact__oc {
    font-size: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    letter-spacing: 0.3em;
  }
}

.contact__oc:hover {
  background-color: #DBA8F0;
  opacity: 1;
}

.contact__oc-img {
  background-color: #4CC764;
  border-radius: 50%;
  max-width: 32px;
  max-width: 2rem;
  width: 100%;
  padding: 5px;
  padding: 0.3125rem;
  padding-top: 6px;
  padding-top: 0.375rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .contact__oc-img {
    max-width: 2.25rem;
  }
}

.contact__materials {
  display: block;
  width: 100%;
  background-color: #F6E063;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 10px;
  font-size: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  letter-spacing: 0.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .contact__materials {
    letter-spacing: 0.1em;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    font-size: 1rem;
  }
}

.contact__materials:hover {
  background-color: #FFF;
  opacity: 1;
}

.cta {
  background-image: url(../../onlineoc/images/common/cta-bg.png);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-top: 118px;
  padding-top: 7.375rem;
  padding-bottom: 118px;
  padding-bottom: 7.375rem;
}

.cta__btn {
  background-color: #fff;
  max-width: 250px;
  max-width: 15.625rem;
  width: 100%;
  margin-inline: auto;
  border-radius: 12.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cta__btn:hover {
  background-color: #DBA8F0;
  color: #fff;
}

.cta__btn a {
  display: block;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  text-align: center;
}

.cta__btn:hover a {
  opacity: 1;
}

.cta__btn a span {
  position: relative;
  color: #ED5188;
  display: inline-block;
  text-decoration: underline;
  font-family: "Poetsen One", sans-serif;
}

.cta__btn a span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
  right: -1.875rem;
  background-image: url(../../onlineoc/images/common/arrow-pink.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  max-width: 11px;
  max-width: 0.6875rem;
  width: 100%;
  height: 13px;
  height: 0.8125rem;
}

.date-card {
  background-color: #FFF4F4;
  border-radius: 0.3125rem;
  padding-top: 11px;
  padding-top: 0.6875rem;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
}

.date-card__year {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.date-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-right: 8px;
  padding-right: 0.5rem;
}

.date__card__date {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  gap: 0.625rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  max-width: 36px;
  max-width: 2.25rem;
  width: 100%;
}

.date__card__date::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 110%;
  height: 1px;
  background-color: #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.date-card__day {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.date-card__week {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}

.dormitory {
  margin-top: 80px;
  margin-top: 5rem;
}

.dormitory__inner {
  padding-top: 60px;
  padding-top: 3.75rem;
}

.dormitory__video {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.dormitory__video.c-video {
  max-width: 220px;
  max-width: 13.75rem;
}

.dormitory__text {
  margin-top: 25px;
  margin-top: 1.5625rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.facility {
  margin-top: -102px;
  margin-top: -6.375rem;
}

.facility__top {
  background-image: url(../../onlineoc/images/common/facility-bg-top.png);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-top: 102px;
  padding-top: 6.375rem;
}

.facility__inner {
  background-color: #F6E063;
  padding-top: 20px;
  padding-top: 1.25rem;
  margin-top: -20px;
  margin-top: -1.25rem;
}

.facility__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  gap: 0.875rem;
}

.facility__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.facility__icon {
  max-width: 20px;
  max-width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  width: 100%;
  margin-inline: auto;
}

.facility__img {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.facility__info {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}

.facility__title {
  color: #ED5188;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  height: 35px;
  height: 2.1875rem;
}

.facility__text {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.faq {
  background-color: #F6E063;
  padding-top: 90px;
  padding-top: 5.625rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
}

.faq__video {
  margin-top: 33px;
  margin-top: 2.0625rem;
}

.faq__text {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.header {
  background-color: #DBA8F0;
  height: 74px;
  height: 4.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .header__inner {
    padding-left: 6.25rem;
  }
}

.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  gap: 0.9375rem;
  color: #fff;
  font-family: "Poetsen One", sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
}

.header__logo a img {
  max-width: 37px;
  max-width: 2.3125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__logo a img {
    max-width: 2.9375rem;
  }
}

.js-modal {
  cursor: pointer;
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
}

.modal__content {
  position: relative;
  max-width: 75%;
  max-height: 80vh;
}
@media screen and (min-width: 768px) {
  .modal__content {
    max-width: 25%;
  }
}

.modal__content video {
  width: 100%;
  height: auto;
  display: block;
}

.modal__close {
  position: absolute;
  top: -30px;
  top: -1.875rem;
  right: -30px;
  right: -1.875rem;
  background: #fff;
  border: none;
  font-size: 20px;
  font-size: 1.25rem;
  cursor: pointer;
}

.modal__overlay {
  position: fixed;
  inset: 0;
}

.mv__bottom {
  position: relative;
  background-image: url(../../onlineoc/images/common/mv-bg-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
  margin-top: -130px;
  margin-top: -8.125rem;
}
@media screen and (min-width: 768px) {
  .mv__bottom {
    background-image: url(../../onlineoc/images/common/mv-bg-pc.png);
    padding-top: 3.75rem;
    padding-left: 0rem;
    padding-bottom: 1.5625rem;
    margin-top: -15.625rem;
  }
}

.mv__bottom-inner {
  padding-left: 18px;
  padding-left: 1.125rem;
  padding-right: 18px;
  padding-right: 1.125rem;
}
@media screen and (min-width: 768px) {
  .mv__bottom-inner {
    max-width: 67.5rem;
    width: 100%;
    margin-inline: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.mv__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .mv__title {
    font-size: 1.5rem;
  }
}

.mv__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-text-decoration-color: #F6E063;
          text-decoration-color: #F6E063;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-decoration-thickness: 0.625rem;
  text-underline-offset: -3px;
  text-underline-offset: -0.1875rem;
  text-decoration-skip-ink: none;
}
@media screen and (min-width: 768px) {
  .mv__subtitle {
    font-size: 2.25rem;
    text-decoration-thickness: 0.9375rem;
    text-underline-offset: -0.625rem;
    margin-top: 0.5rem;
  }
}

.mv__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.mv__charactor {
  margin-inline: auto;
  padding-left: 100px;
  padding-left: 6.25rem;
  max-width: 220px;
  max-width: 13.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv__charactor {
    position: absolute;
    max-width: 18.75rem;
    bottom: 1.25rem;
    right: 3.125rem;
    padding-left: 0;
  }
}

.mv__scroll {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .mv__scroll {
    margin-top: -6.25rem;
  }
}

.mv__scroll img {
  display: block;
  max-width: 40px;
  max-width: 2.5rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .mv__scroll img {
    max-width: 3.125rem;
  }
}

.mv__scroll p {
  margin-top: 7px;
  margin-top: 0.4375rem;
  font-family: "Pacifico", cursive;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.mv__bubble {
  position: absolute;
  bottom: 10px;
  bottom: 0.625rem;
  left: -30px;
  left: -1.875rem;
  max-width: 120px;
  max-width: 7.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv__bubble {
    max-width: 13.75rem;
    bottom: 0rem;
    left: -10rem;
  }
}

.piano {
  background-image: url(../../onlineoc/images/common/piano-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-top: 75px;
  padding-top: 4.6875rem;
}

.piano__inner {
  padding-bottom: 135px;
  padding-bottom: 8.4375rem;
}

.piano__video {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.piano__text {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.pickup {
  margin-top: -61px;
  margin-top: -3.8125rem;
}

.pickup__top {
  background-image: url(../../onlineoc/images/common/pickup-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  padding-top: 61px;
  padding-top: 3.8125rem;
}

.pickup__inner {
  padding-top: 0px;
  padding-top: 0rem;
  background-color: #EDF1F4;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

.pickup__title {
  text-align: center;
  font-family: "Pacifico", cursive;
  color: #ED5188;
}

.pickup__text {
  max-width: 310px;
  max-width: 19.375rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.pickup__list {
  margin-top: 25px;
  margin-top: 1.5625rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  gap: 1.5rem;
}

.pickup__btn {
  margin-top: 25px;
  margin-top: 1.5625rem;
  max-width: 160px;
  max-width: 10rem;
  width: 100%;
  margin-inline: auto;
  background-color: #DBA8F0;
  border-radius: 0.3125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pickup__btn:hover {
  background-color: #fff;
}

.pickup__btn a {
  color: #fff;
  display: block;
  width: 100%;
  padding-top: 9px;
  padding-top: 0.5625rem;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
  text-align: center;
  border-radius: 0.3125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pickup__btn:hover a {
  color: #DBA8F0;
  opacity: 1;
}

.schedule {
  margin-top: -27px;
  margin-top: -1.6875rem;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
}

.schedule-top {
  background-image: url(../../onlineoc/images/common/schedule-bg-top.png);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-top: 27px;
  padding-top: 1.6875rem;
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
}

.schedule__subtitle {
  position: relative;
  text-align: center;
  font-weight: bold;
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
  z-index: 1;
}

.schedule__subtitle::before {
  content: "";
  position: absolute;
  bottom: 3px;
  bottom: 0.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 252px;
  max-width: 15.75rem;
  width: 100%;
  height: 8px;
  height: 0.5rem;
  background-color: #F6E063;
  z-index: -1;
}

.schedule__dates {
  width: 100%;
  margin-inline: auto;
  display: grid;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.schedule__dates--oc {
  max-width: 212px;
  max-width: 13.25rem;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 13px;
  row-gap: 0.8125rem;
}

.schedule__dates--navi {
  max-width: 293px;
  max-width: 18.3125rem;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 13px;
  gap: 0.8125rem;
}

.schedule__text {
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.schedule__cta {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.schedule__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 268px;
  max-width: 16.75rem;
  width: 100%;
  margin-inline: auto;
  gap: 30px;
  gap: 1.875rem;
}

.schedule__btn a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.schedule__btn a:hover {
  opacity: 1;
}

.schedule__btn a:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.schedule__character {
  max-width: 196px;
  max-width: 12.25rem;
  width: 100%;
  margin-inline: auto;
  padding-left: 30px;
  padding-left: 1.875rem;
}

.section-title {
  position: relative;
  text-align: center;
}

.section-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #000;
}

.section-title > h2 {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  border: 2px solid #000;
  border-radius: 1.6875rem;
  background-color: #fff;
  font-weight: bold;
  line-height: 1;
}

.section-title--yellow::before {
  background-color: #F6E063;
}

.section-title--yellow > h2 {
  border: 2px solid #F6E063;
}

.section-title--purple::before {
  background-color: #DBA8F0;
}

.section-title--purple > h2 {
  border: 2px solid #DBA8F0;
}

.sns {
  padding-top: 60px;
  padding-top: 3.75rem;
}

.sns__inner {
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

.sns__top {
  background-color: #fff;
  max-width: 296px;
  max-width: 18.5rem;
  width: 100%;
  margin-inline: auto;
  border-radius: 0.625rem;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 21px;
  gap: 1.3125rem;
}

.sns__list--03 {
  margin: 7px;
  margin: 0.4375rem;
}

.sns__item {
  max-width: 63px;
  max-width: 3.9375rem;
  width: 100%;
}

.sns__item a:hover {
  opacity: 1;
}

.sns__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 35px;
  max-width: 2.1875rem;
  width: 100%;
  height: 36px;
  height: 2.25rem;
  margin-inline: auto;
}

.sns__item a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sns__item a:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.sns__item p {
  text-align: center;
}

.sns__twcpe {
  position: relative;
  max-width: 265px;
  max-width: 16.5625rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.sns__twcpe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

.sns__twcpe:hover::before {
  background: rgba(69, 21, 68, .56);
}

.sns__twcpe:hover a {
  opacity: 1;
}

.sns__official {
  position: relative;
  max-width: 265px;
  max-width: 16.5625rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.sns__official::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

.sns__official:hover::before {
  background: rgba(69, 21, 68, .56);
}

.sns__official:hover a {
  opacity: 1;
}

.trial {
  margin-top: 90px;
  margin-top: 5.625rem;
}

.trial__inner {
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}

.trial__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.trial__item {
  padding-top: 77px;
  padding-top: 4.8125rem;
  padding-bottom: 67px;
  padding-bottom: 4.1875rem;
}

.trial__item--inverted {
  background-color: #F6E063;
}

.trial__video {
  position: relative;
}

.trial__video p {
  position: absolute;
  top: -15px;
  top: -0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 95px;
  max-width: 5.9375rem;
  width: 100%;
  background-color: #F6E063;
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  text-align: center;
}

.trial__item--inverted .trial__video p {
  background-color: #DBA8F0;
}

.trial__text {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.trial__video.c-video {
  max-width: 150px;
  max-width: 9.375rem;
}

.wrapper {
  background-image: url(../../onlineoc/images/common/wrapper.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.mv__video video {
    width: 100%;
}
.mv__top {
    margin-top: -0.625rem;
}
@media screen and (min-width: 768px) {
  .wrapper {
    background-position: left;
    background-size: 140%;
  }
}
/*# sourceMappingURL=styles.css.map */
