@charset "UTF-8";
/*
 * SCSS entry point
 * Simple flat structure under assets/scss
 */
/*
 * Stream v1.0 (https://htmlstream.com)
 * Copyright Htmlstream
 * Licensed under MIT
 */
/*------------------------------------
  Fen
------------------------------------*/
/* Removed empty rule set */
.event-title {
  text-align: center;
  margin-bottom: 3em;
}
.event-title img {
  width: 100%;
  max-width: 970px;
}

.day {
  font-size: 4.5vw;
  text-align: center;
  line-height: 1.5em;
  color: #1758ae;
  background-color: #fff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .day {
    font-size: 3rem;
    line-height: 1.2em;
    margin-bottom: 0.25em;
  }
}

.kaijyo {
  background: #333;
  color: #fff;
  font-size: 80%;
  padding: 2px 12px 3px;
}

.intro_text {
  font-size: 3.2vw;
  line-height: 2.4em;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #fff;
  background-color: rgba(0, 0, 42, 0.5);
  padding: 0.5rem 1rem;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .intro_text {
    border-radius: 0;
    margin-bottom: 4rem;
    font-size: 1rem;
  }
}

.intro_name {
  font-size: 1rem;
  line-height: 1.8em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
  color: #fff;
  background-color: rgba(0, 0, 42, 0.5);
  padding: 0.75rem 1rem;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .intro_name {
    border-radius: 0;
  }
}

.pink_txt {
  text-align: center;
  color: #011874;
  font-weight: bold;
  font-size: 1.7rem;
  margin-top: 10px;
}

.under-line {
  background: linear-gradient(transparent 60%, yellow 60%);
}

.place-small {
  font-size: 1.3rem;
  line-height: 1.8em;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .place-small {
    font-size: 1.75rem;
    line-height: normal;
  }
}

.back-line {
  background: #0dc57e;
  position: relative;
  padding: 5px;
  font-size: 1em;
  font-weight: bold !important;
}
@media only screen and (min-width: 768px) {
  .back-line {
    font-size: 1.6em;
    font-weight: 900;
  }
}
.back-line {
  letter-spacing: 0.05em;
  color: #fff;
}

.back-line:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -3px; /*ボーダーサイズ分マイナス*/
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px #e4e4e4; /*bodyのカラーと同じ色に*/
  border-bottom: solid 55px transparent;
  z-index: 2;
}

.back-line:after {
  position: absolute;
  content: "";
  right: 0px;
  top: -3px; /*ボーダーサイズ分マイナス*/
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent; /*bodyのカラーと同じ色に*/
  border-bottom: solid 55px #e4e4e4;
  z-index: 2;
}

.maruwaku {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 2rem 1rem;
  line-height: 1.8em;
  margin-top: 2rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .maruwaku {
    padding: 3rem 4rem;
    text-align: start;
  }
}

.maruwaku2 {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 2rem 2rem;
  line-height: 2.5em;
  margin: 1rem 0 4rem;
}
@media only screen and (min-width: 768px) {
  .maruwaku2 {
    padding: 3rem;
  }
}

.maruwaku2 ul {
  display: flex;
  padding: 0;
  align-items: center;
}

.maruwaku2 ul li {
  list-style: none;
  vertical-align: middle;
}

.maruwaku2 ul li:first-child {
  width: 35%;
}

.maruwaku2 ul li:last-child {
  width: 65%;
  position: relative;
}

.maruwaku2 ul li .event-tit {
  margin: 0;
  padding-left: 10px;
}

.maruwaku2 ul li img {
  width: 100%;
  border-radius: 15px;
}

.centerfit {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.txt-big {
  font-size: 1rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .txt-big {
    font-size: 1.1rem;
  }
}

a.access {
  background-color: #1758ae;
  padding: 3px 8px;
  text-align: center;
  border-radius: 3px;
  font-size: 0.9rem;
  margin-left: 10px;
}

a.access:hover {
  background-color: #f9af00;
  color: #fff;
  transition: 0.2s ease-in-out;
}

.txt-small {
  font-size: 1rem;
}

.gaiyo_tit {
  border-bottom: 5px solid #ccc;
  padding-bottom: 3px;
  padding-left: 10px;
  font-size: 6vw;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .gaiyo_tit {
    font-size: 2.3rem;
  }
}

.fukidashi {
  position: relative;
  top: 80px;
  left: 0;
  width: 100%;
  height: 50px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .fukidashi {
    left: 50%;
    width: 400px;
    margin: 0px 0 0 -200px;
  }
}
.fukidashi {
  background: #1758ae;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
  border-radius: 10px;
  padding: 0 20px;
}

.fukidashi::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #1758ae transparent transparent transparent;
  margin: 0 0 0 -12px;
}

.fukidashi2 {
  position: relative;
  top: 20px;
  left: 0;
  width: 90%;
  height: 50px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .fukidashi2 {
    left: 50%;
    width: 400px;
    margin: 0px 0 0 -200px;
  }
}
.fukidashi2 {
  background: #1758ae;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
  border-radius: 10px;
  padding: 0 20px;
}

.fukidashi2::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #1758ae transparent transparent transparent;
  margin: 0 0 0 -12px;
}

.u-promo-block h1 {
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}

.hero {
  background-image: url(../img/2026mv.jpg);
  min-height: 1000px;
}

.text-center .h6 {
  font-size: 1.4rem;
  margin-bottom: 0.6rem !important;
  text-shadow: 0px 0px 5px rgb(0, 0, 0);
}

.g-back {
  background: #e4e4e4;
  padding-top: 6rem !important;
}

.pro-photo {
  margin-top: 10px;
}

.pro-photo img {
  width: 100%;
  border-radius: 15px;
  background: #ccc;
}

.center {
  text-align: center;
}

.white {
  color: #adadad;
}

.event-tit {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0.7rem;
  line-height: 1.4em;
}

.event-tit2 {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-align: center;
  margin: 0 0 2rem;
  line-height: 1.4em;
}
@media only screen and (min-width: 768px) {
  .event-tit2 {
    font-size: 1.8rem;
  }
}

.event-text {
  text-align: left;
  margin-bottom: 40px;
}
.event-text h4 {
  font-weight: 700;
  font-size: 0.9rem;
}

.event-tit .u-font-accent {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 5px;
}

.event-time {
  font-size: 1.2rem;
  margin: 1.6rem 0 1.6rem;
  font-weight: bold;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .event-time {
    font-size: 1.5rem;
    margin: 2.6rem 0 2.6rem;
  }
}

.time {
  background: #1758ae;
  padding: 5px 60px;
  border-radius: 40px;
}

.event-time p {
  margin-top: 10px;
  color: #011874;
}

.simpo {
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 0;
}

.kata {
  font-size: 0.75rem;
  line-height: 1.5em;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .kata {
    font-size: 0.9rem;
  }
}

.contact-bt {
  width: 90%;
  padding: 2rem 0 !important;
  border-radius: 80px;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
}
@media only screen and (min-width: 768px) {
  .contact-bt {
    width: 80%;
    padding: 4rem 0 !important;
    font-size: 1.6rem;
    letter-spacing: 0.5rem;
  }
}

.bg-pic {
  background: url(../img/2026footer.jpg);
  background-position: center bottom !important;
  background-attachment: fixed;
}

.btn-primary {
  color: #011874;
  background-color: #fff;
  border-color: #fff;
  font-weight: bold;
}

.btn-primary:hover {
  color: #011874;
  background-color: #ffe3ea;
  border-color: #ffe3ea;
}

.btn-primary.contact-bt:hover,
.btn-primary.contact-bt:focus {
  color: #fff;
  background-color: #1758ae;
  border-color: #1758ae;
}

.tit_sub {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .tit_sub {
    font-size: 1.6rem;
  }
}

.zu01 {
  width: 50%;
  margin: 15px 0;
}

.sp-view {
  display: block;
}

.pc-view {
  display: none;
}

@media only screen and (min-width: 768px) {
  .sp-view {
    display: none;
  }
  .pc-view {
    display: block;
  }
}
/*------------------------------------
  Default Styles
------------------------------------*/
html {
  font-size: 1rem;
  scroll-behavior: smooth;
}

body {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
}

a {
  color: #fff;
}

a:hover {
  color: #e4e4e4;
}

a:focus {
  outline: none;
}

p {
  line-height: 1.8;
}

figure {
  margin-bottom: 0;
}

hr {
  border-color: #e6e7e9;
}

[role=button] {
  cursor: pointer;
}

/*------------------------------------
  Headings
------------------------------------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

/*------------------------------------
  Highlight Color
------------------------------------*/
::-moz-selection {
  color: #fff;
  background-color: #1758ae;
}

::selection {
  color: #fff;
  background-color: #1758ae;
}

.bg-primary ::-moz-selection {
  color: #1a0b78;
  background-color: #fff;
}

.bg-primary ::selection {
  color: #1a0b78;
  background-color: #fff;
}

/*----------------------------------
  Alerts
------------------------------------*/
/* Alert Icon */
.alert__icon {
  font-size: 1.25rem;
}

/* Alert Close Button */
.alert__close {
  padding: 0;
  line-height: 1.3;
  opacity: 0.7;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.625rem;
  transition: all 0.3s;
}

.alert__close--light {
  color: #fff;
}

.alert__close--dark {
  color: #1b1e24;
}

.alert__close:hover {
  opacity: 1;
}

.alert__close:focus {
  outline: 0 none;
  box-shadow: none;
}

/*----------------------------------
  Background Arrow
------------------------------------*/
.u-bg-arrow-wrapper {
  position: relative;
}

.u-bg-arrow-bottom::before {
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -20px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  z-index: 3;
}

/*----------------------------------
  Avatars
------------------------------------*/
.u-avatar {
  border: solid 3px #fff;
}

/*----------------------------------
  Border Radius
------------------------------------*/
.rounded-md {
  border-radius: 0.625rem;
}

/*----------------------------------
  Buttons
------------------------------------*/
.btn {
  cursor: pointer;
  transition: 0.2s ease;
}

.btn.focus,
.btn:focus .btn.active:focus,
.btn:active:focus {
  outline: 0 none;
  box-shadow: none;
  border-color: transparent;
}

.btn--circle {
  border-radius: 100%;
  padding: 0;
  width: 2.625rem;
  height: 2.625rem;
  line-height: 2.625rem;
}

.btn--circle.btn-sm {
  width: 1.9375rem;
  height: 1.9375rem;
  line-height: 1.9375rem;
}

.btn--circle.btn-lg {
  width: 3.25rem;
  height: 3.25rem;
  line-height: 3.25rem;
}

.btn--pill {
  border-radius: 6.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.btn--pill.btn-sm {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.btn--pill.btn-lg {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.btn-link {
  color: #1a0b78;
}

.btn-link:hover {
  color: #1a0b78;
}

/*----------------------------------
  Carousell
------------------------------------*/
.carousel-control-size {
  font-size: 2rem;
}

/*----------------------------------
  Forms
------------------------------------*/
/* Form Lable States */
.is-valid .form-label-text {
  color: #0dd157;
}

.is-invalid .form-label-text {
  color: #fb4143;
}

.is-disabled .form-label-text {
  color: #8f95a0;
}

/* Form Pilled Shape */
.form--pill {
  border-radius: 6.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Forms Icon */
.form-icon-wrapper {
  position: relative;
  display: block;
}

.form-icon-input-left {
  padding-left: 2.1875rem;
}

.form-icon-input-right {
  padding-right: 2.1875rem;
}

.form-icon {
  position: absolute;
  height: 100%;
  width: 2.5rem;
}

.form-icon--left {
  left: 0;
}

.form-icon--right {
  right: 0;
}

.form-icon__item {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #8f95a0;
  transform: translate(-50%, -50%);
}

/* Form Toggles */
.form-toggle {
  position: relative;
  cursor: pointer;
}

.form-toggle__item {
  display: block;
  padding-left: 1px;
  padding-right: 1px;
  cursor: pointer;
  width: 43px;
  height: 22px;
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  color: #d5d7dc;
  border: solid 1px #d5d7dc;
  border-radius: 6.25rem;
}

.form-toggle__item i::before,
.form-toggle__item i::after {
  content: "";
  display: block;
  position: absolute;
}

.form-toggle__item i::before {
  content: attr(data-uncheck-icon);
  top: 0;
  left: 0;
  width: 100%;
  line-height: 18px;
  text-align: right;
  padding: 2px 7px;
}

.form-toggle__item i::after {
  left: 4px;
  width: 16px;
  height: 16px;
  background-color: #d5d7dc;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: left 0.2s ease;
}

.form-toggle input[type=checkbox],
.form-toggle input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form-toggle input[type=checkbox]:checked + .form-toggle__item,
.form-toggle input[type=checkbox]:checked + * .form-toggle__item,
.form-toggle input[type=radio]:checked + .form-toggle__item,
.form-toggle input[type=radio]:checked + * .form-toggle__item {
  color: #fff;
  background-color: #1a0b78;
  border-color: #1a0b78;
  transition: all 0.3s ease;
}

.form-toggle input[type=checkbox]:checked + .form-toggle__item i:before,
.form-toggle input[type=checkbox]:checked + * .form-toggle__item i:before,
.form-toggle input[type=radio]:checked + .form-toggle__item i:before,
.form-toggle input[type=radio]:checked + * .form-toggle__item i:before {
  content: attr(data-check-icon);
  text-align: left;
}

.form-toggle input[type=checkbox]:checked + .form-toggle__item i::after,
.form-toggle input[type=checkbox]:checked + * .form-toggle__item i::after,
.form-toggle input[type=radio]:checked + .form-toggle__item i::after,
.form-toggle input[type=radio]:checked + * .form-toggle__item i::after {
  left: calc(100% - 19px);
  background-color: #fff;
}

.is-valid .form-toggle__item {
  color: #0dd157;
  border: solid 1px #0dd157;
}

.is-valid .form-toggle__item i::after {
  background-color: #0dd157;
}

.is-valid .form-toggle input[type=checkbox]:checked + .form-toggle__item,
.is-valid .form-toggle input[type=checkbox]:checked + * .form-toggle__item,
.is-valid .form-toggle input[type=radio]:checked + .form-toggle__item,
.is-valid .form-toggle input[type=radio]:checked + * .form-toggle__item {
  background-color: #0dd157;
  border-color: #0dd157;
}

.is-invalid .form-toggle__item {
  color: #fb4143;
  border: solid 1px #fb4143;
}

.is-invalid .form-toggle__item i::after {
  background-color: #fb4143;
}

.is-invalid .form-toggle input[type=checkbox]:checked + .form-toggle__item,
.is-invalid .form-toggle input[type=checkbox]:checked + * .form-toggle__item,
.is-invalid .form-toggle input[type=radio]:checked + .form-toggle__item,
.is-invalid .form-toggle input[type=radio]:checked + * .form-toggle__item {
  background-color: #fb4143;
  border-color: #fb4143;
}

.is-disabled .form-toggle__item {
  color: #e6e7e9;
  border: solid 1px #e6e7e9;
}

.is-disabled .form-toggle__item i::after {
  background-color: #e6e7e9;
}

.is-disabled .form-toggle input[type=checkbox]:checked + .form-toggle__item,
.is-disabled .form-toggle input[type=checkbox]:checked + * .form-toggle__item,
.is-disabled .form-toggle input[type=radio]:checked + .form-toggle__item,
.is-disabled .form-toggle input[type=radio]:checked + * .form-toggle__item {
  background-color: #e6e7e9;
  border-color: #e6e7e9;
}

/* Bootstrap's Custom Controls */
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #0dd157;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #fb4143;
}

.custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #d5d7dc;
}

/*----------------------------------
  Modals
------------------------------------*/
.modal-content {
  box-shadow: 0 0.25rem 0.6rem rgba(27, 30, 36, 0.07);
}

@media only screen and (min-width: 576px) {
  .modal-content {
    box-shadow: 0 0.5rem 1.625rem rgba(27, 30, 36, 0.07);
  }
}
/*----------------------------------
  Pager
------------------------------------*/
.pager-btn {
  min-width: 7.2rem;
}

.pager-btn.btn-sm {
  min-width: 6.2rem;
}

.pager-btn.btn-lg {
  min-width: 9.4rem;
}

/*----------------------------------
  Popover
------------------------------------*/
.popover {
  box-shadow: 0 0.25rem 0.6rem rgba(27, 30, 36, 0.07);
}

/*----------------------------------
  Progress Bars
------------------------------------*/
.progress--pill {
  border-radius: 6.25rem;
}

.u-progress-bar-vertical {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  background-color: #faf7fc;
  height: 200px;
}

.u-progress-bar-vertical__indicator {
  background-color: #1a0b78;
}

/*----------------------------------
  Tabs
------------------------------------*/
.nav-tabs--v1 .nav-item {
  margin-right: 3px;
}

.nav-tabs--v1 .nav-item:last-child {
  margin-right: 0;
}

.nav-tabs--v1 .nav-link {
  border-top-width: 3px;
}

.nav-tabs--v1 .nav-link:hover,
.nav-tabs--v1 .nav-link:focus {
  border-color: transparent;
}

.nav-tabs--v1 .nav-link.active,
.nav-tabs--v1 .nav-item.show .nav-link {
  border-top-color: #1a0b78;
}

.nav-tabs--v1 .nav-link.active:hover,
.nav-tabs--v1 .nav-link.active:focus,
.nav-tabs--v1 .nav-item.show .nav-link:hover,
.nav-tabs--v1 .nav-item.show .nav-link:focus {
  border-left-color: #e6e7e9;
  border-right-color: #e6e7e9;
  border-top-color: #1a0b78;
}

.tab-content--v1 {
  padding: 1.25rem 1rem;
  margin-top: -1px;
  border: solid 1px #e6e7e9;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.tab-content--v1 p:last-of-type {
  margin-bottom: 0;
}

/*----------------------------------
  Blockquote-v1
------------------------------------*/
.blockquote-v1 {
  padding: 1.5rem 1.25rem;
  background-color: #f6f9fc;
  font-size: 1.25rem;
  font-weight: 300;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

.blockquote-v1--left {
  border-left: solid 0.25rem #1a0b78;
}

.blockquote-v1--right {
  border-right: solid 0.25rem #1a0b78;
}

/*----------------------------------
  Blockquote-v2
------------------------------------*/
.u-blockquote-v2 {
  position: relative;
  background-color: #fff;
  box-shadow: 5px 6px 9px -6px rgba(0, 0, 0, 0.15);
  padding: 1.875rem 1.875rem 1.875rem 3.75rem;
}

.u-blockquote-v2::before {
  content: "“";
  position: absolute;
  width: 3.75rem;
  margin: -1.5625rem 0 0 -2.5rem;
  color: #1a0b78;
  font-size: 3.75rem;
}

.u-blockquote-v2::after {
  content: "";
  position: absolute;
  bottom: -1.875rem;
  left: 3.75rem;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #fff transparent transparent transparent;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}

.u-blockquote-v2__image {
  width: 3.75rem;
  height: 3.75rem;
}

/*------------------------------------
  Clients
------------------------------------*/
.u-clients__item {
  border-width: 1px 0 1px 1px;
  border-color: #e6e7e9;
  border-style: solid;
  padding: 3rem 0;
}

.u-clients__image {
  width: 7.5rem;
  margin-left: auto;
  margin-right: auto;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  opacity: 0.3;
  transition: all 0.3s ease;
}

.u-clients__image:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  opacity: 1;
}

/*------------------------------------
  Mockup (Browser)
------------------------------------*/
.u-browser-img {
  position: relative;
  top: -7px;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

/*------------------------------------
  Device (iPad)
------------------------------------*/
.u-device {
  position: relative;
  width: 85%;
  z-index: -1;
  margin-bottom: -10rem;
}

.u-device__item {
  border-radius: 2rem;
  box-shadow: 10px 15px 55px 15px rgba(140, 152, 164, 0.1);
}

/*------------------------------------
  Icon
------------------------------------*/
.u-icon {
  position: relative;
  z-index: 1;
  line-height: 0.7;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1.125rem;
  border-radius: 0.25rem;
  transition: 0.3s ease-in-out;
}

.u-icon__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.u-icon__inner-bottom-minus {
  top: 90%;
}

/*------------------------------------
  Icon Sizes
------------------------------------*/
/* Extra Small */
.u-icon--size--xs {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.8125rem;
}

/* Small */
.u-icon--size--sm {
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
}

/* Large */
.u-icon--size--lg {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.75rem;
}

/* Extra Large */
.u-icon--size--xl {
  width: 5rem;
  height: 5rem;
  font-size: 2.375rem;
}

/*------------------------------------
  Icon Default Styles
------------------------------------*/
/* primary */
.u-icon-primary {
  color: #1a0b78;
  background-color: #1a0b78;
  border-color: #1a0b78;
}

.u-icon-primary[href]:hover {
  color: #441f5d;
  background-color: #441f5d;
  border-color: #3d1b54;
}

.u-icon-primary.disabled,
.u-icon-primary:disabled {
  background-color: #1a0b78;
  border-color: #1a0b78;
}

/* secondary */
.u-icon-secondary {
  color: #ffffff; /* Replace with the desired valid color */
  background-color: #00c9a7;
  border-color: #00c9a7;
}

.u-icon-secondary[href]:hover {
  color: #00a387;
  background-color: #00a387;
  border-color: #00967d;
}

.u-icon-secondary.disabled,
.u-icon-secondary:disabled {
  background-color: #00c9a7;
  border-color: #00c9a7;
}

/* success */
.u-icon-success {
  color: #0dd157;
  background-color: #0dd157;
  border-color: #0dd157;
}

.u-icon-success[href]:hover {
  color: #0bad48;
  background-color: #0bad48;
  border-color: #0aa143;
}

.u-icon-success.disabled,
.u-icon-success:disabled {
  background-color: #0dd157;
  border-color: #0dd157;
}

/* info */
.u-icon-info {
  color: #2972fa;
  background-color: #2972fa;
  border-color: #2972fa;
}

.u-icon-info[href]:hover {
  color: #065af7;
  background-color: #065af7;
  border-color: #0555eb;
}

.u-icon-info.disabled,
.u-icon-info:disabled {
  background-color: #2972fa;
  border-color: #2972fa;
}

/* warning */
.u-icon-warning {
  color: #fab633;
  background-color: #fab633;
  border-color: #fab633;
}

.u-icon-warning[href]:hover {
  color: #f9a90e;
  background-color: #f9a90e;
  border-color: #f4a306;
}

.u-icon-warning.disabled,
.u-icon-warning:disabled {
  background-color: #fab633;
  border-color: #fab633;
}

/* danger */
.u-icon-danger {
  color: #fb4143;
  background-color: #fb4143;
  border-color: #fb4143;
}

.u-icon-danger[href]:hover {
  color: #fa1c1e;
  background-color: #fa1c1e;
  border-color: #fa0f12;
}

.u-icon-danger.disabled,
.u-icon-danger:disabled {
  background-color: #fb4143;
  border-color: #fb4143;
}

/* light */
.u-icon-light {
  color: #f6f9fc;
  background-color: #f6f9fc;
  border-color: #f6f9fc;
}

.u-icon-light[href]:hover {
  color: #d9e6f2;
  background-color: #d9e6f2;
  border-color: #d0e0ef;
}

.u-icon-light.disabled,
.u-icon-light:disabled {
  background-color: #f6f9fc;
  border-color: #f6f9fc;
}

/* dark */
.u-icon-dark {
  color: #1b1e24;
  background-color: #1b1e24;
  border-color: #1b1e24;
}

.u-icon-dark[href]:hover {
  color: #0b0c0e;
  background-color: #0b0c0e;
  border-color: #050607;
}

.u-icon-dark.disabled,
.u-icon-dark:disabled {
  background-color: #1b1e24;
  border-color: #1b1e24;
}

/* white */
.u-icon-white {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.u-icon-white[href]:hover {
  color: #ececec;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.u-icon-white.disabled,
.u-icon-white:disabled {
  background-color: #fff;
  border-color: #fff;
}

/* facebook */
.u-icon-facebook {
  color: #3b5998;
  background-color: #3b5998;
  border-color: #3b5998;
}

.u-icon-facebook[href]:hover {
  color: #30497c;
  background-color: #30497c;
  border-color: #2d4373;
}

.u-icon-facebook.disabled,
.u-icon-facebook:disabled {
  background-color: #3b5998;
  border-color: #3b5998;
}

/* google */
.u-icon-google {
  color: #d14130;
  background-color: #d14130;
  border-color: #d14130;
}

.u-icon-google[href]:hover {
  color: #b33628;
  background-color: #b33628;
  border-color: #a93325;
}

.u-icon-google.disabled,
.u-icon-google:disabled {
  background-color: #d14130;
  border-color: #d14130;
}

/* twitter */
.u-icon-twitter {
  color: #1da1f2;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

.u-icon-twitter[href]:hover {
  color: #0d8ddc;
  background-color: #0d8ddc;
  border-color: #0c85d0;
}

.u-icon-twitter.disabled,
.u-icon-twitter:disabled {
  background-color: #1da1f2;
  border-color: #1da1f2;
}

/* instagram */
.u-icon-instagram {
  color: #3f729b;
  background-color: #3f729b;
  border-color: #3f729b;
}

.u-icon-instagram[href]:hover {
  color: #345e80;
  background-color: #345e80;
  border-color: #305777;
}

.u-icon-instagram.disabled,
.u-icon-instagram:disabled {
  background-color: #3f729b;
  border-color: #3f729b;
}

/* github */
.u-icon-github {
  color: #24292e;
  background-color: #24292e;
  border-color: #24292e;
}

.u-icon-github[href]:hover {
  color: #131619;
  background-color: #131619;
  border-color: #0e1011;
}

.u-icon-github.disabled,
.u-icon-github:disabled {
  background-color: #24292e;
  border-color: #24292e;
}

/*------------------------------------
  Icon Block
------------------------------------*/
.u-icon-block__col {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media only screen and (min-width: 992px) {
  .u-icon-block {
    border-bottom: solid 1px #e6e7e9;
  }
  .u-icon-block__col--left-brd {
    border-left: solid 1px #e6e7e9;
  }
}
/*----------------------------------
  Header
------------------------------------*/
.navbar-expand-sm.fixed-top {
  background-color: rgba(27, 30, 36, 0.3);
}
@media only screen and (min-width: 768px) {
  .navbar-expand-sm.fixed-top {
    background-color: rgba(32, 89, 201, 0.85);
  }
}

.navbar-expand-md.fixed-top {
  background-color: rgba(27, 30, 36, 0.3);
}
@media only screen and (min-width: 992px) {
  .navbar-expand-md.fixed-top {
    background-color: rgba(32, 89, 201, 0.85);
  }
}

.navbar-expand-lg.fixed-top {
  background-color: rgba(27, 30, 36, 0.3);
}
@media only screen and (min-width: 1200px) {
  .navbar-expand-lg.fixed-top {
    background-color: rgba(32, 89, 201, 0.85);
  }
}

.navbar-expand-xl.fixed-top {
  background-color: #1758ae;
}
@media only screen and (min-width: 1200px) {
  .navbar-expand-xl.fixed-top {
    background-color: rgba(32, 89, 201, 0.85);
  }
}

.navbar {
  background-color: rgba(32, 89, 201, 0.85);
}

.navbar-bg-onscroll.fixed-top {
  transition: all 0.3s ease-out;
}

.navbar-bg-onscroll.fixed-top--fade {
  transition: all 0.4s ease-out;
}

/*------------------------------------
  Portfolio
------------------------------------*/
.u-portfolio-controls__item {
  display: inline-block;
  cursor: pointer;
}
.u-portfolio-controls__item:not(:last-child)::after {
  content: "|";
  font-size: 0.71429rem;
  margin: 0 4px;
  position: relative;
  top: -2px;
  line-height: inherit;
  display: inline-block;
  vertical-align: middle;
  color: transparent;
}
@media only screen and (min-width: 992px) {
  .u-portfolio-controls__item:not(:last-child)::after {
    color: #d5d7dc;
    margin: 0 7px 0 12px;
  }
}

.u-portfolio-controls a {
  color: #1b1e24;
}

.u-portfolio-controls a.active {
  color: #1a0b78;
}

.u-portfolio__item {
  overflow: hidden;
  z-index: 2;
}

.u-portfolio__image {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.2s ease;
}

.u-portfolio__item:hover .u-portfolio__image {
  transform: translate3d(0, -60px, 0);
}

.u-portfolio__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.75rem;
  overflow: hidden;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  color: #fff;
  background-color: #1a0b78;
  transition: all 0.2s ease;
  transform: translate3d(0, 3.75rem, 0);
}

.u-portfolio__info small {
  opacity: 0.7;
}

.u-portfolio__item:hover .u-portfolio__info {
  transform: translate3d(0, 0, 0);
}

.u-portfolio__zoom {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-indent: -10000px;
}

/*----------------------------------
  Promo Block v1
------------------------------------*/
.u-promo-block {
  position: relative;
  min-height: 70vh;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .u-promo-block {
    min-height: 180vh;
    background-position: 50% 0;
  }
}
@media only screen and (min-width: 768px) and (max-height: 900px) {
  .u-promo-block {
    min-height: 250vh;
  }
}

.u-promo-block--mheight-450 {
  min-height: 450px;
}

.u-promo-block--mheight-500 {
  min-height: 500px;
}

.u-promo-block--mheight-600 {
  min-height: 600px;
}

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

.display-2 {
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .display-2 {
    font-size: revert;
  }
}

.row {
  margin-right: 0;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .row {
    margin-right: calc(-0.5 * var(--bs-gutter-x, 1.5rem));
    margin-left: calc(-0.5 * var(--bs-gutter-x, 1.5rem));
  }
}

.demo-about-section {
  padding-top: 2rem !important;
}
@media only screen and (min-width: 768px) {
  .demo-about-section {
    padding-top: revert-layer;
  }
}

.sp_indentation::before {
  content: "\a";
  white-space: pre;
}
@media only screen and (min-width: 768px) {
  .sp_indentation::before {
    content: none;
    white-space: normal;
  }
}

/*------------------------------------
  Pricing
------------------------------------*/
.u-pricing {
  background-color: #fff;
}

.u-pricing__header {
  position: relative;
  padding: 2.5rem 1.5rem;
}

.u-pricing__header-price {
  display: block;
  line-height: 0.84;
}

.u-pricing__header-title {
  opacity: 0.8;
}

.u-pricing__header-decoration {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.u-pricing__content {
  padding: 1.5rem;
}

.u-pricing__content .disabled .u-icon {
  color: #85778f;
  background-color: rgba(133, 119, 143, 0.1);
}

.u-pricing .disabled {
  color: #85778f;
}

/*----------------------------------
  Spaces
------------------------------------*/
.u-content-space {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  margin-bottom: 2.2rem;
}

.u-content-space-top {
  padding-top: 6.25rem;
}

.u-content-space-bottom {
  padding-bottom: 3rem;
}

/*----------------------------------
  Pull
------------------------------------*/
.u-pull-half {
  transform: translate3d(0, -50%, 0);
}

/*----------------------------------
  Links
------------------------------------*/
.u-link {
  color: #1b1e24;
  text-decoration: none;
}

.u-link:hover {
  color: #1a0b78;
  text-decoration: none;
}

/*----------------------------------
  Box Shadow
------------------------------------*/
.u-box-shadow-sm {
  box-shadow: 0 0.2rem 1.25rem 0 rgba(27, 30, 36, 0.07);
}

.u-box-shadow-lg {
  box-shadow: 0 0.4rem 2.2rem 0 rgba(27, 30, 36, 0.1);
}

/*----------------------------------
  Hero Image
------------------------------------*/
.u-hero-img {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

/*----------------------------------
  Overlays
------------------------------------*/
.u-overlay {
  position: relative;
}

.u-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.u-overlay--dark::after {
  background-color: rgba(27, 30, 36, 0.3);
}

.u-overlay--light::after {
  background-color: rgba(255, 255, 255, 0.3);
}

.u-overlay__inner {
  position: relative;
  z-index: 1;
}

/*----------------------------------
  Block Alignments
------------------------------------*/
.u-ver-center {
  position: absolute;
  display: inline-block;
  top: 59% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .u-ver-center {
    top: 56%;
    width: 120%;
  }
}

.u-ver-bottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate3d(-50%, 0, 0);
}

/*----------------------------------
  Typography
------------------------------------*/
/* Font Family */
.u-font-accent {
  font-family: "Playfair Display", serif;
  font-feature-settings: "palt";
}

/* Font Size */
.u-font-size-75 {
  font-size: 75%;
}

.u-font-size-90 {
  font-size: 90%;
}

/* Letter Spacing */
.u-letter-spacing-xs {
  letter-spacing: 1px;
}

.u-letter-spacing-sm {
  letter-spacing: 2px;
}

/*----------------------------------
  Others
------------------------------------*/
.u-opacity-1 {
  opacity: 0.1;
}

.u-opacity-6 {
  opacity: 0.6;
}

.timerHidden {
  display: none;
}

.timerVisible {
  display: block;
}

/* Project common base overrides */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

.no-link {
  pointer-events: none;
}

/* =============================================
   Header
   ============================================= */
.navbar-nav .nav-link span {
  font-size: 90%;
}

.navbar-nav .nav-item {
  width: 100%;
  padding-left: 1rem;
  text-align: center;
}

.navbar-contact {
  text-align: center;
  margin-top: 0.5rem;
}

/* MEDIA QUERY EXTRA LARGE */
@media only screen and (min-width: 1200px) {
  .navbar-nav .nav-link {
    text-align: center;
  }
  .navbar-nav .nav-item {
    width: auto;
    padding-left: 0;
  }
  .navbar-nav .nav-link span {
    display: block;
    line-height: 1;
  }
  .navbar-contact {
    text-align: left;
    margin-top: 0;
  }
}
.youtubeWrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtubeWrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ショート動画（縦型）— ラッパー幅で制御（HTMLに .video はない） */
.youtube {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .youtube {
    width: 468px; /* タブレット以上で最大幅 */
  }
}

.youtube iframe {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 9/16;
  border: 0;
}

/* MEDIA QUERY LARGE */
@media only screen and (min-width: 992px) {
  .smallPhoto {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*=============================================
=            BTN            =
=============================================*/
.btn {
  padding: 0.5rem 1rem;
}

.formBtn {
  display: -webkit-box;
  display: flex;
  display: flex;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  background-color: #4e9ae2;
  text-align: center;
  padding: 5px;
  height: 90px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 80px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  animation: formBtnPulse 1.8s ease-in-out infinite;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .formBtn {
    height: 120px;
    font-size: 26px;
  }
}

.formBtn.nav {
  background-color: #1758ae;
}

.formBtn_gray {
  background-color: #939393;
  cursor: inherit;
}

.formBtn_gray:hover {
  opacity: inherit !important;
}

.formBtn:hover {
  color: #fff;
  opacity: 0.7;
  animation-play-state: paused;
}

@keyframes formBtnPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}
.photoConBtn {
  font-weight: bold;
  font-size: 18px;
  background-color: #f97b00;
  padding: 5px 25px;
  border-radius: 8px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5px;
  margin-bottom: 10px;
}

.photoConBtn.comingSoon {
  background-color: #7f7f7f;
  pointer-events: none;
}

.backToTop {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 1000;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1758ae;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .backToTop {
    right: 24px;
    bottom: 24px;
    width: 60px;
    height: 60px;
    font-size: 13px;
  }
}

.backToTop:hover {
  color: #fff;
  opacity: 0.85;
  transform: translateY(-2px);
}

/*=====  End of BTN  ======*/
/*=============================================
=            ABOUT            =
=============================================*/
.messageVideoWrapper {
  margin-top: 10%;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12%;
}

.messageVideoWrapper h3 {
  font-weight: bold;
  letter-spacing: 0.05em;
}

.messageVideoWrapper .videoBox img {
  max-width: 100%;
}

.messageVideoWrapper .videoThumb {
  position: relative;
}

.messageVideoWrapper .videoThumb:hover .playBtn {
  opacity: 0.7;
}

.messageVideoWrapper .videoThumb .playBtn {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 60px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

/*=====  End of ABOUT  ======*/
/*=============================================
=            PLAN            =
=============================================*/
#plan {
  padding-top: 100px;
}

#plan .fukidashi {
  top: 0;
  margin-bottom: 50px;
}

#plan .planWrapper .planBox {
  background-color: #f5f5f5;
  padding: 30px 20px 30px;
  border-radius: 8px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  #plan .planWrapper .planBox {
    padding: 35px 35px 40px;
  }
}

#plan .planWrapper .planBox:last-child {
  margin-bottom: 0;
}

#plan .planWrapper .planBox .planTitle {
  text-align: center;
  font-weight: bold;
  font-size: 4.7vw;
}
@media only screen and (min-width: 768px) {
  #plan .planWrapper .planBox .planTitle {
    font-size: 28px;
  }
}

#plan .planWrapper .planBox .subPlanTitle {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
}

#plan .planWrapper .planLargeTitle {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.03em;
  color: #1758ae;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 0px;
  margin-bottom: 20px;
  margin-top: 30px;
  border-bottom: #1758ae 2px solid;
}

#plan .planWrapper .detailBox {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
}

.detailBox img {
  width: 134px;
  border-radius: 15px;
}
@media only screen and (min-width: 768px) {
  .detailBox img {
    width: 160px;
  }
}

.detailBox ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

.detailBox ul li {
  margin-right: 20px;
}

#plan .planWrapper .webRow {
  margin-top: 20px;
  margin-bottom: 30px;
}

#plan .planWrapper .webRow .webBtn {
  display: block;
  padding: 8px 30px;
  line-height: 1.3;
  border-radius: 5px;
  background-color: #fff;
  margin-right: 10px;
  color: #1758ae;
  font-weight: bold;
  border: 2px solid #1758ae;
  text-align: center;
}

#plan .planWrapper .webRow .webDscBox {
  line-height: 1.5;
}

#plan .planWrapper .planBox {
  position: relative;
}

#plan .planWrapper .planBox .time {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
  padding: 5px 30px;
}

#plan .planWrapper .planBox dl dt {
  margin-bottom: 10px;
  margin-right: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  background: #4e9ae2;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  #plan .planWrapper .planBox dl dt {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

#plan .planWrapper .planBox dl dd {
  margin-bottom: 0;
  font-size: 3.5vw;
}
@media only screen and (min-width: 768px) {
  #plan .planWrapper .planBox dl dd {
    font-size: 15px;
  }
}

#plan .planWrapper .planBox .trigger {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 8px;
  font-weight: bold;
  color: #1758ae;
  border: 1px solid #1758ae;
  background-color: #fff;
  cursor: pointer;
  margin-top: 30px;
}

#plan .planWrapper .planBox .trigger.opened {
  color: #4e9ae2;
  border-color: #4e9ae2;
}

#plan .planWrapper .planBox .session-detail {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

#plan .planWrapper .planBox .session-detail .poster {
  width: 100%;
}

#plan .planWrapper .planBox .session-detail .detailTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #4e9ae2;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 3px 15px;
  border-radius: 5px;
  width: auto;
  text-align: center;
}

#plan .planWrapper .planBox .area {
  color: #1758ae;
  text-align: center;
  font-size: 3.5vw;
  font-weight: bold;
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  #plan .planWrapper .planBox .area {
    font-size: 2rem;
  }
}

#plan .planWrapper .planBox .caution {
  text-align: center;
  color: #d09200;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #plan .planWrapper .planBox .caution {
    font-size: 1.4rem;
  }
}

.guidance {
  width: 100%;
  margin: 20px auto;
  display: block;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .guidance {
    width: 400px;
  }
}

.guidance img {
  width: 100%;
  margin-bottom: 20px;
}

.guidance audio {
  margin: 0 auto;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .guidance audio {
    width: auto;
  }
}

#plan .planWrapper .planBox .session-detail .inner {
  font-size: 3.5vw;
}
@media only screen and (min-width: 768px) {
  #plan .planWrapper .planBox .session-detail .inner {
    font-size: inherit;
  }
}

#plan .contestInfoWrapper h4 {
  font-weight: bold;
  font-size: 28px;
}

#plan .contestInfoWrapper h5 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
}

#plan .contestInfoWrapper h6 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
}

#plan .contestInfoWrapper ul {
  padding-left: 0;
  list-style-type: none;
}

#plan .contestInfoWrapper ul li {
  padding-left: 1em;
  text-indent: -1em;
}

#plan .planWrapper .asukaBox {
  position: relative;
  padding-top: 50px;
}

#plan .planWrapper .asukaBox img {
  max-width: 100%;
}

#plan .planWrapper .asukaBox .freeBox {
  max-width: 80px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(10%, 10%);
  -ms-transform: translate(10%, 10%);
  transform: translate(10%, 10%);
  z-index: 3;
}

#plan .planWrapper .asukaBox .session-detail a {
  text-decoration: underline;
  word-break: break-all;
  color: #000;
}

#plan .planWrapper .asukaRow .imgBox {
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}

#plan .planWrapper .asukaRow .imgBox a {
  display: block;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #plan .planWrapper .planBox dl {
    display: -webkit-box;
    display: flex;
    display: flex;
    align-items: flex-start;
  }
  #plan .planWrapper .planBox .planTitle span {
    font-size: 85%;
  }
  #plan .planWrapper .planLargeTitle {
    font-size: 36px;
  }
  #plan .planWrapper .planBox .time {
    font-size: 20px;
    padding: 5px 60px;
  }
  #plan .planWrapper .webRow {
    display: -webkit-box;
    display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #plan .planWrapper .asukaBox .freeBox {
    max-width: 100px;
    right: 0;
    top: 0;
    -webkit-transform: translate(10%, -10%);
    -ms-transform: translate(10%, -10%);
    transform: translate(10%, -10%);
  }
  #plan .planWrapper .asukaRow {
    display: -webkit-box;
    display: flex;
    display: flex;
  }
  #plan .planWrapper .asukaRow .imgBox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin-left: 20px;
    margin-bottom: 0;
  }
}
/* MEDIA QUERY LARGE */
@media only screen and (min-width: 992px) {
  #plan .planWrapper .asukaBox .freeBox {
    max-width: 120px;
    right: 0;
    top: 0;
    -webkit-transform: translate(-30%, -10%);
    -ms-transform: translate(-30%, -10%);
    transform: translate(-30%, -10%);
  }
}
/*=====  End of PLAN  ======*/
/*=============================================
=            ENTRY            =
=============================================*/
#entryBtn {
  padding-top: 50px;
}

/*=====  End of ENTRY  ======*/
/* =============================================
   Footer
   ============================================= */
#link {
  padding-top: 5%;
  padding-bottom: 5%;
  margin-bottom: 60px;
}

#link ul.linkWrapper {
  padding-left: 0;
  margin-bottom: 3%;
  list-style-type: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#link ul.linkWrapper li {
  flex: inherit !important;
  max-width: 320px;
  padding: 10px 20px;
}
@media only screen and (min-width: 768px) {
  #link ul.linkWrapper li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

#link ul.linkWrapper li a {
  display: block;
}

#link ul.linkWrapper li a:hover {
  opacity: 0.7;
  transition: 0.2s ease-in-out;
}

#link ul.linkWrapper li img {
  max-width: 100%;
  width: 100%;
}
