@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@media all and (min-width: 1100px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  .pc {
    display: none !important;
  }
}
input[type=submit],
input[type=button],
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2.5px;
  line-height: 1.8;
}

.container-fluid {
  width: 100%;
  padding: 0 80px;
  margin: auto;
}
@media all and (max-width: 896px) {
  .container-fluid {
    padding: 0 20px;
  }
}
.container-l {
  width: 100%;
  padding: 0 80px;
  margin: auto;
}
@media all and (max-width: 896px) {
  .container-l {
    padding: 0 20px;
  }
}
.container-m {
  max-width: 1000px;
  margin: auto;
}
@media all and (max-width: 896px) {
  .container-m {
    padding: 0 20px;
  }
}
.container-s {
  max-width: 900px;
  margin: auto;
}
@media all and (max-width: 896px) {
  .container-s {
    padding: 0 20px;
  }
}

.text-center {
  text-align: center;
}
.text-center-pc {
  text-align: center;
}
@media all and (max-width: 896px) {
  .text-center-pc {
    text-align: left;
  }
}
.text-right {
  text-align: right;
}

.primary-color {
  color: #33484F;
}

.secondary-color {
  color: #CF8699;
}

p {
  margin-bottom: 20px;
}

.lp-header {
  padding: 20px 0;
}
@media all and (max-width: 896px) {
  .lp-header {
    padding: 14px 0;
  }
}
.lp-header-logo {
  width: auto;
  height: 46px;
  display: block;
}
@media all and (max-width: 896px) {
  .lp-header-logo {
    height: 32px;
  }
}
.lp-footer {
  padding: 40px 0;
  color: #fff;
  background-color: #33484F;
}
.lp-footer .copy {
  margin: 0;
  font-size: 13px;
  text-align: center;
}

.visual {
  position: relative;
}
.visual:before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: rgba(134, 157, 164, 0.05);
  position: absolute;
  bottom: 0;
  display: block;
}
.visual-box {
  width: 100%;
  padding-top: 55%;
  background-image: url(../images/visual-image.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media all and (max-width: 896px) {
  .visual-box {
    padding-top: 166%;
    background-image: url(../images/visual-image-sp.jpg);
  }
}
.visual-row {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  flex-wrap: wrap;
  align-content: space-between;
  display: flex;
}
.visual-col {
  flex: 0 0 50%;
  padding: 0 70px;
}
.visual-col:last-of-type {
  flex: 0 0 100%;
}
@media all and (max-width: 896px) {
  .visual-col {
    flex: 0 0 100%;
    padding: 20px 0;
  }
}
.visual-title {
  margin-top: 70px;
}
@media all and (max-width: 896px) {
  .visual-title {
    padding: 0 20px;
    margin-top: 0;
  }
}
.visual-title-first {
  font-size: 31px;
  font-weight: 400;
  display: block;
}
@media all and (max-width: 896px) {
  .visual-title-first {
    font-size: 17px;
  }
}
.visual-title-second {
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 400;
  display: block;
}
@media all and (max-width: 896px) {
  .visual-title-second {
    font-size: 27px;
  }
}
.visual-title-second big {
  font-size: 60px;
}
@media all and (max-width: 896px) {
  .visual-title-second big {
    font-size: 32px;
  }
}
.visual-title-main {
  margin-bottom: 20px;
  font-size: 148px;
  font-weight: 500;
  line-height: 1;
  color: #33484F;
  position: relative;
  display: inline-block;
}
@media all and (max-width: 896px) {
  .visual-title-main {
    margin-bottom: 10px;
    font-size: 84px;
  }
}
.visual-title-main small {
  font-size: 34px;
  position: absolute;
  right: 0;
}
@media all and (max-width: 896px) {
  .visual-title-main small {
    font-size: 20px;
  }
}
.visual-title-sub {
  font-size: 39px;
  font-weight: 400;
  display: block;
}
@media all and (max-width: 896px) {
  .visual-title-sub {
    font-size: 22px;
  }
}
.visual-label {
  width: 170px;
  height: 170px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #CF8699;
  border-radius: 170px;
  position: absolute;
  top: 50px;
  right: 50px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  display: flex;
}
@media all and (max-width: 896px) {
  .visual-label {
    width: 80px;
    height: 80px;
    line-height: 1.2;
    letter-spacing: 0;
    top: auto;
    right: 20px;
  }
}
.visual-label-year {
  display: block;
}
@media all and (max-width: 896px) {
  .visual-label-year {
    font-size: 10px;
  }
}
.visual-label-year big {
  font-size: 24px;
}
@media all and (max-width: 896px) {
  .visual-label-year big {
    font-size: 12px;
  }
}
.visual-label-date {
  font-feature-settings: "halt";
}
@media all and (max-width: 896px) {
  .visual-label-date {
    font-size: 10px;
  }
}
.visual-label-date big {
  font-size: 36px;
}
@media all and (max-width: 896px) {
  .visual-label-date big {
    font-size: 20px;
  }
}
@media all and (max-width: 896px) {
  .visual-label-text {
    font-size: 12px;
  }
}

.section {
  padding: 80px 0;
  position: relative;
}
@media all and (max-width: 896px) {
  .section {
    padding: 40px 0;
  }
}
.section-background {
  background-color: rgba(134, 157, 164, 0.05);
}
.section-arrow {
  padding-bottom: 0px;
  margin-bottom: 80px;
}
.section-arrow:after {
  content: "";
  width: 100%;
  height: 100px;
  background-color: rgba(134, 157, 164, 0.05);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -100px;
  display: block;
}
@media all and (max-width: 896px) {
  .section-arrow:after {
    height: 80px;
    bottom: -80px;
  }
}
.section-header {
  margin-bottom: 40px;
}
.section-header-image {
  width: 100%;
  height: auto;
  display: block;
}
.section-headline {
  margin-bottom: 40px;
  font-size: 40px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .section-headline {
    font-size: 24px;
    line-height: 1.6;
  }
}
.section-headline small {
  font-size: 24px;
  display: block;
}
@media all and (max-width: 896px) {
  .section-headline small {
    font-size: 16px;
  }
}
.section-headline big {
  line-height: 1;
}
.section-content h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 23px;
}
@media all and (max-width: 896px) {
  .section-content h3 {
    margin-top: 30px;
    font-size: 20px;
  }
}

.compaire {
  margin-bottom: 60px;
}
@media all and (max-width: 896px) {
  .compaire {
    margin-bottom: 30px;
  }
}
.compaire-row {
  width: 100%;
  align-items: flex-end;
  flex-wrap: wrap;
  display: flex;
}
.compaire-col {
  flex: 0 0 calc( 50% - 70px );
}
@media all and (max-width: 896px) {
  .compaire-col {
    flex: 0 0 100%;
  }
}
.compaire-col:nth-of-type(2) {
  flex: 0 0 140px;
}
@media all and (max-width: 896px) {
  .compaire-col:nth-of-type(2) {
    display: none;
  }
}
.compaire-title {
  margin-bottom: 20px;
  font-size: 32px;
  text-align: center;
  color: #33484F;
}
@media all and (max-width: 896px) {
  .compaire-title {
    font-size: 24px;
  }
}
.compaire-ul, .compaire-items {
  padding: 0;
  line-height: 1.6;
  list-style: none;
}
.compaire-items {
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  color: #33484F;
}
.compaire-ul {
  padding: 5px 20px;
  font-size: 18px;
  background-color: #fff;
  border: 2px solid #33484F;
}
@media all and (max-width: 896px) {
  .compaire-ul {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.compaire-li, .compaire-item {
  height: 90px;
}
@media all and (max-width: 896px) {
  .compaire-li, .compaire-item {
    height: auto;
  }
}
.compaire-li {
  padding: 15px;
  border-bottom: 2px dashed #33484F;
}
.compaire-li:last-of-type {
  border: none;
}
.compaire-li p {
  margin-bottom: 0;
}
.compaire-item {
  padding-top: 18px;
  margin-right: -5px;
  letter-spacing: 5px;
}

.explanation-row {
  margin: 0 -50px;
  flex-wrap: wrap;
  display: flex;
}
@media all and (max-width: 896px) {
  .explanation-row {
    margin: 0;
  }
}
.explanation-col {
  flex: 0 0 50%;
  padding: 0 50px;
}
@media all and (max-width: 896px) {
  .explanation-col {
    flex: 0 0 100%;
    padding: 0;
  }
}
.explanation-image {
  width: 100%;
  height: auto;
}

.conversion {
  padding: 100px 0 20px;
}
@media all and (max-width: 896px) {
  .conversion {
    padding: 30px 0 20px;
  }
}
.conversion-row {
  margin: 0 -30px;
  flex-wrap: wrap;
  display: flex;
}
@media all and (max-width: 896px) {
  .conversion-row {
    margin: 0;
  }
}
.conversion-col {
  flex: 0 0 50%;
  padding: 0 30px;
}
@media all and (max-width: 896px) {
  .conversion-col {
    flex: 0 0 100%;
    padding: 8px 20px;
  }
}

.evidence {
  margin-top: 60px;
}
.evidence-row {
  margin: 0 -50px;
  flex-wrap: wrap;
  display: flex;
}
@media all and (max-width: 896px) {
  .evidence-row {
    margin: 0;
  }
}
.evidence-col {
  flex: 0 0 50%;
  padding: 0 50px;
}
@media all and (max-width: 896px) {
  .evidence-col {
    flex: 0 0 100%;
    padding: 0;
  }
}
.evidence-image {
  width: 100%;
  height: auto;
}
.evidence h3 {
  margin-top: 0;
}
.evidence-ol {
  padding-left: 32px;
}
.evidence-li::marker {
  font-size: 20px;
  font-weight: 700;
  color: #CF8699;
}
.evidence-li h4 {
  font-size: 20px;
}

.youtube-section {
  color: #fff;
  background-image: url(../images/lp-image-04.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1;
}
.youtube-section:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  z-index: -1;
}
.youtube-section h3 {
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .youtube-section h3 {
    font-size: 16px;
  }
}
.youtube-row {
  margin: 0 -30px;
  flex-wrap: wrap;
  display: flex;
}
@media all and (max-width: 896px) {
  .youtube-row {
    margin: 0;
  }
}
.youtube-col {
  flex: 0 0 50%;
  padding: 0 30px;
}
@media all and (max-width: 896px) {
  .youtube-col {
    flex: 0 0 100%;
    padding: 0;
  }
}
.youtube-figure {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube-figure iframe {
  width: 100%;
  height: 100%;
}

.teacher-row {
  margin: 0 -30px 30px;
  flex-wrap: wrap;
  display: flex;
}
@media all and (max-width: 896px) {
  .teacher-row {
    margin: 0 0 20px;
  }
}
.teacher-row:nth-of-type(2) .teacher-col:first-of-type {
  order: 2;
}
@media all and (max-width: 896px) {
  .teacher-row:nth-of-type(2) .teacher-col:first-of-type {
    order: 1;
  }
}
.teacher-row:nth-of-type(2) .teacher-col:last-of-type {
  order: 1;
}
@media all and (max-width: 896px) {
  .teacher-row:nth-of-type(2) .teacher-col:last-of-type {
    order: 2;
  }
}
.teacher-col {
  padding: 0 30px;
}
@media all and (max-width: 896px) {
  .teacher-col {
    padding: 0;
  }
}
.teacher-col:first-of-type {
  flex: 0 0 30%;
}
@media all and (max-width: 896px) {
  .teacher-col:first-of-type {
    flex: 0 0 100%;
  }
}
.teacher-col:last-of-type {
  flex: 0 0 70%;
}
@media all and (max-width: 896px) {
  .teacher-col:last-of-type {
    flex: 0 0 100%;
  }
}
.teacher-image {
  width: 100%;
  height: auto;
  display: block;
}
@media all and (max-width: 896px) {
  .teacher-image {
    width: 200px;
    height: auto;
    margin: auto;
  }
}
.teacher-name small {
  font-size: 16px;
  display: block;
}

.program {
  padding-top: 40px;
}
.program-row {
  margin: 0 -15px;
  flex-wrap: wrap;
  display: flex;
}
.program-col {
  flex: 0 0 33.33333%;
  padding: 0 15px;
}
@media all and (max-width: 896px) {
  .program-col {
    flex: 0 0 100%;
  }
}
.program-block {
  padding: 30px;
  background-color: rgba(134, 157, 164, 0.05);
  position: relative;
}
@media all and (max-width: 896px) {
  .program-block {
    margin-bottom: 40px;
  }
}
.program-label {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  background-color: #33484F;
  border-radius: 30px;
  position: absolute;
  top: -30px;
  left: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.program-title {
  margin: 10px 0 10px !important;
  font-size: 23px;
  text-align: center;
  color: #33484F;
}
.program-ul {
  padding: 0;
  line-height: 1.5;
  list-style: none;
}
.program-li {
  padding: 8px 0;
}
.program-li small {
  margin-top: 5px;
  display: block;
}

.flow-block {
  padding: 20px 0;
  margin-bottom: 60px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  position: relative;
}
@media all and (max-width: 896px) {
  .flow-block {
    padding: 0 20px 10px;
  }
}
@media all and (max-width: 896px) {
  .flow-block:last-of-type {
    margin-bottom: 20px;
  }
}
.flow-block:last-of-type:after {
  content: none;
}
.flow-block:after {
  content: "";
  width: 50px;
  height: 20px;
  margin-left: -25px;
  background-color: #33484F;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -20px;
  display: block;
}
.flow-block h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.flow-row {
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}
.flow-col {
  padding: 30px;
}
@media all and (max-width: 896px) {
  .flow-col {
    padding: 20px 0;
  }
}
.flow-col:first-of-type {
  flex: 0 0 150px;
}
@media all and (max-width: 896px) {
  .flow-col:first-of-type {
    flex: 0 0 100%;
    border-bottom: 1px solid #CCCCCC;
  }
}
.flow-col:last-of-type {
  flex: 0 0 calc(100% - 150px);
  border-left: 1px solid #CCCCCC;
}
@media all and (max-width: 896px) {
  .flow-col:last-of-type {
    flex: 0 0 100%;
    border: none;
  }
}
.flow-step {
  line-height: 1.2;
  text-align: center;
}
.flow-step big {
  font-size: 48px;
  display: block;
}
@media all and (max-width: 896px) {
  .flow-step big {
    font-size: 24px;
    display: inline-block;
  }
}
.flow-button-set {
  text-align: end;
}
@media all and (max-width: 896px) {
  .flow-button-set {
    text-align: center;
  }
}

.overflow-table {
  border: 1px solid #CCCCCC;
  border-radius: 10px;
}
.overflow-table p {
  margin-bottom: 0;
}
.overflow-table p small {
  margin-top: 10px;
  line-height: 1.6;
  display: inline-block;
}
.overflow-table ul {
  padding-left: 22px;
}
.overflow-row {
  flex-wrap: wrap;
  display: flex;
}
.overflow-col {
  padding: 30px;
}
@media all and (max-width: 896px) {
  .overflow-col {
    padding: 15px 20px;
  }
}
.overflow-col:first-of-type {
  flex: 0 0 160px;
}
@media all and (max-width: 896px) {
  .overflow-col:first-of-type {
    flex: 0 0 100%;
    border-bottom: 1px solid #CCCCCC;
  }
}
.overflow-col:last-of-type {
  flex: 0 0 calc(100% - 160px);
  border-left: 1px solid #CCCCCC;
}
@media all and (max-width: 896px) {
  .overflow-col:last-of-type {
    flex: 0 0 100%;
    border: none;
  }
}
.overflow-th {
  color: #33484F;
  font-weight: 700;
  text-align: center;
}
.overflow-payment {
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}
@media all and (max-width: 896px) {
  .overflow-payment {
    max-width: 100%;
    height: auto;
  }
}

.method {
  padding-top: 40px;
}
.method-row {
  flex-wrap: wrap;
  display: flex;
}
.method-col {
  flex: 0 0 33.33333%;
  padding: 0 15px;
}
@media all and (max-width: 896px) {
  .method-col {
    flex: 0 0 100%;
  }
}
.method-col:last-of-type .method-block {
  margin-bottom: 0;
}
.method-block {
  padding: 50px 20px 20px;
  text-align: center;
  background-color: rgba(134, 157, 164, 0.05);
  border-radius: 10px;
  position: relative;
}
@media all and (max-width: 896px) {
  .method-block {
    margin-bottom: 30px;
  }
}
.method-block .icon {
  width: 100%;
  padding-top: 50%;
}
.method-label {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  font-size: 30px;
  text-align: center;
  color: #fff;
  background-color: #33484F;
  border-radius: 30px;
  position: absolute;
  top: -30px;
  left: 50%;
  display: inline-block;
}
@media all and (max-width: 896px) {
  .method-label {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    font-size: 25px;
    line-height: 50px;
    letter-spacing: 0;
    top: -25px;
  }
}
.method-title {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  font-size: 20px !important;
}

.faq-block ul {
  padding-left: 22px;
}
.faq-question {
  padding: 12px 0;
  font-size: 18px;
  border-bottom: 1px solid #CCCCCC;
}
.faq-question:before {
  content: "Q";
  font-weight: 700;
  color: #33484F;
  display: inline-block;
}
.faq-answer {
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(134, 157, 164, 0.05);
  border-radius: 10px;
}

.schedule-headline {
  font-size: 24px !important;
}
@media all and (max-width: 896px) {
  .schedule-headline {
    font-size: 20px !important;
  }
}
.schedule-block {
  padding: 20px;
  border-bottom: 1px solid #CCCCCC;
}
@media all and (max-width: 896px) {
  .schedule-block {
    padding: 15px;
  }
}
.schedule-block:last-of-type {
  margin-bottom: 20px;
}
.schedule-title {
  color: #33484F;
}
.schedule form {
  padding: 20px 0;
  text-align: center;
  display: block;
}
.schedule form .button {
  display: inline-block;
}

.icon {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.icon-zagaku {
  background-image: url(../images/icon-zagaku.svg);
}
.icon-jitsugi {
  background-image: url(../images/icon-jitsugi.svg);
}
.icon-other {
  background-image: url(../images/icon-other.svg);
}
.icon-zoom {
  background-image: url(../images/icon-zoom.svg);
}
.icon-mail {
  background-image: url(../images/icon-mail.svg);
}
.icon-multi {
  background-image: url(../images/icon-multi.svg);
}

input[type=submit].button,
input[type=button].button,
button.button,
a.button {
  padding: 30px 50px;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  display: inline-block;
}
@media all and (max-width: 896px) {
  input[type=submit].button,
input[type=button].button,
button.button,
a.button {
    padding: 20px 30px;
    font-size: 18px;
  }
}
input[type=submit].button:hover,
input[type=button].button:hover,
button.button:hover,
a.button:hover {
  opacity: 0.8;
}
input[type=submit].button-s,
input[type=button].button-s,
button.button-s,
a.button-s {
  padding: 12px 80px 12px 20px;
  font-size: 16px;
}
input[type=submit].button-s.button-transition:after,
input[type=button].button-s.button-transition:after,
button.button-s.button-transition:after,
a.button-s.button-transition:after {
  width: 50px;
}
input[type=submit].button-m,
input[type=button].button-m,
button.button-m,
a.button-m {
  padding: 16px 80px 16px 20px;
  font-size: 18px;
}
input[type=submit].button-m.button-transition:after,
input[type=button].button-m.button-transition:after,
button.button-m.button-transition:after,
a.button-m.button-transition:after {
  width: 50px;
}
input[type=submit].button-block,
input[type=button].button-block,
button.button-block,
a.button-block {
  display: block;
}
input[type=submit].button-transition:after,
input[type=button].button-transition:after,
button.button-transition:after,
a.button-transition:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
}
@media all and (max-width: 896px) {
  input[type=submit].button-transition:after,
input[type=button].button-transition:after,
button.button-transition:after,
a.button-transition:after {
    width: 80px;
  }
}
input[type=submit].button-primary,
input[type=button].button-primary,
button.button-primary,
a.button-primary {
  color: #fff;
  background-color: #33484F;
}
input[type=submit].button-primary:after,
input[type=button].button-primary:after,
button.button-primary:after,
a.button-primary:after {
  background-color: #fff;
}
input[type=submit].button-border,
input[type=button].button-border,
button.button-border,
a.button-border {
  color: #33484F;
  background-color: #fff;
  border: 1px solid #33484F;
}
input[type=submit].button-border:after,
input[type=button].button-border:after,
button.button-border:after,
a.button-border:after {
  background-color: #33484F;
}

.button-set {
  max-width: 1000px;
  margin: 0 auto 50px;
}
@media all and (max-width: 896px) {
  .button-set {
    margin: 0 auto;
  }
}
.button-set-row {
  flex-wrap: wrap;
  display: flex;
}
.button-set-col {
  flex: 0 0 50%;
  padding: 0 30px;
}
@media all and (max-width: 896px) {
  .button-set-col {
    flex: 0 0 100%;
    padding: 4px 20px;
  }
}

.modal {
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  overflow: auto;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .modal {
    padding: 40px 10px;
  }
}
.modal-open {
  color: #1A1A1A;
  background: transparent;
  border: none;
  cursor: pointer;
}
.modal-container {
  max-width: 800px;
  width: 99%;
  vertical-align: middle;
  position: relative;
  display: inline-block;
}
@media all and (max-width: 896px) {
  .modal-container {
    vertical-align: top;
  }
}
.modal-close {
  width: 40px;
  height: 40px;
  letter-spacing: 0;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 1;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media all and (max-width: 896px) {
  .modal-close {
    top: -10px;
    right: -10px;
  }
}
.modal-content {
  padding: 30px;
  text-align: left;
  line-height: 1.8;
  background: #fff;
  border-radius: 10px;
}
@media all and (max-width: 896px) {
  .modal-content {
    padding: 20px;
  }
}
.modal-content h2.modal-content-title {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 2.6rem;
}
.modal-content h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
}
.modal:before {
  height: 100%;
  margin-left: -0.2em;
  content: "";
  vertical-align: middle;
  display: inline-block;
}
.modal.is-active {
  opacity: 1;
  visibility: visible;
}
.modal-atari-row {
  margin: 0 -10px;
  flex-wrap: wrap;
  display: flex;
}
@media all and (max-width: 896px) {
  .modal-atari-row {
    margin: 0 -5px;
  }
}
.modal-atari-col {
  flex: 0 0 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media all and (max-width: 896px) {
  .modal-atari-col {
    flex: 0 0 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
.modal-atari-block {
  height: 100%;
  padding: 15px;
  text-align: center;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  cursor: pointer;
}
.modal-atari-block.selected {
  border: 2px solid #33484F;
}
.modal-atari-image {
  width: 40px;
  height: 40px;
  margin: auto;
  display: block;
}
@media all and (max-width: 896px) {
  .modal-atari-image {
    width: 32px;
    height: 32px;
  }
}
.modal-atari-name {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.modal-atari-price {
  margin-top: 2px;
  font-size: 1.2rem;
  display: block;
}
.modal-font-row {
  margin: 0 -10px;
  flex-wrap: wrap;
  display: flex;
}
@media all and (max-width: 896px) {
  .modal-font-row {
    margin: 0 -5px;
  }
}
.modal-font-col {
  flex: 0 0 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media all and (max-width: 896px) {
  .modal-font-col {
    flex: 0 0 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
.modal-font-block {
  height: 100%;
  padding: 15px;
  text-align: center;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  cursor: pointer;
}
.modal-font-block.selected {
  border: 2px solid #33484F;
}
.modal-font-image {
  width: 90%;
  height: auto;
  margin: auto;
  display: block;
}
.modal-font-name {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.modal-hidden {
  overflow: hidden;
}

.calendar {
  width: 100%;
  margin-bottom: 0;
  border: 1px solid #CCCCCC;
  display: table;
}
.calendar p, .calendar h1, .calendar h2, .calendar h3, .calendar span, .calendar small {
  line-height: 1.15;
}
.calendar-col:last-of-type {
  text-align: end;
}
.calendar-col:last-of-type form {
  display: inline-block;
}
@media all and (max-width: 896px) {
  .calendar-col:last-of-type form {
    display: block;
  }
}
@media all and (max-width: 896px) {
  .calendar-col:last-of-type form .button {
    width: 100%;
  }
}
.calendar-month {
  border-bottom: 1px solid #CCCCCC;
  display: table-row;
}
.calendar-month:last-of-type {
  border-bottom: none;
}
.calendar-month:last-of-type .calendar-day:last-of-type {
  border-bottom: none;
}
.calendar-month .ym {
  width: 70px;
  padding: 20px 0;
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  vertical-align: top;
  display: table-cell;
  position: relative;
}
@media all and (max-width: 896px) {
  .calendar-month .ym {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #CCCCCC;
    display: block;
  }
}
.calendar-month .ym p {
  width: inherit;
  position: absolute;
}
@media all and (max-width: 896px) {
  .calendar-month .ym p {
    margin: 0;
    position: static;
  }
}
.calendar-month .ym p.fixed {
  position: fixed;
}
.calendar-month .ym .month {
  display: block;
}
@media all and (max-width: 896px) {
  .calendar-month .ym .month {
    display: inline-block;
  }
}
.calendar-month .ym .month bold {
  font-size: 32px;
}
@media all and (max-width: 896px) {
  .calendar-month .ym .month bold {
    font-size: 24px;
  }
}
.calendar-month:last-of-type .ym {
  border-bottom: none;
}
@media all and (max-width: 896px) {
  .calendar-month:last-of-type .ym {
    border-bottom: 1px solid #CCCCCC;
  }
}
.calendar-day {
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  display: inline-table;
}
.calendar-day .dw {
  width: 70px;
  padding: 20px 0;
  text-align: center;
  line-height: 1.2;
  border-right: 1px solid #CCCCCC;
  vertical-align: top;
  display: table-cell;
  position: relative;
}
@media all and (max-width: 896px) {
  .calendar-day .dw {
    width: 60px;
  }
}
.calendar-day .dw p {
  width: inherit;
  margin-top: 19px;
  margin-bottom: 0;
  position: absolute;
}
.calendar-day .dw p.fixed {
  position: fixed;
}
.calendar-day .dw .day {
  font-size: 32px;
}
@media all and (max-width: 896px) {
  .calendar-day .dw .day {
    font-size: 24px;
  }
}
.calendar-day .dw .week {
  display: block;
}
.calendar-day .dw.week-6 .day, .calendar-day .dw.week-6 .week {
  color: #6991AB;
}
.calendar-day .dw.week-0 .day, .calendar-day .dw.week-0 .week {
  color: #BB6F5D;
}
.calendar-ul {
  list-style: none;
}
@media all and (max-width: 896px) {
  .calendar-ul {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.calendar-li {
  padding: 5px 0;
  display: inline-block;
}
.calendar-block {
  padding: 12px;
}
.calendar-title {
  margin-top: 0 !important;
  font-size: 20px !important;
  line-height: 1.5 !important;
}
@media all and (max-width: 896px) {
  .calendar-title {
    font-size: 16px !important;
  }
}
.calendar-label {
  padding: 2px 5px;
  margin-right: 10px;
  color: #33484F;
  border: 1px solid #33484F;
}
.calendar .dummySubmit {
  display: none;
}

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