@charset "UTF-8";
/* destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.container .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}

.container .row .col {
  padding-left: 15px;
  padding-right: 15px;
}

html {
  scroll-padding-top: 90px;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  color: #3f3f3f;
  padding-top: 80px;
}

.column {
  max-width: 1400px;
  padding: 0 10px;
}

img {
  max-width: 100%;
}

.hide-pc {
  display: inline !important;
}

.hide-laptop {
  display: inline !important;
}

.show-pc {
  display: none !important;
}

.show-laptop {
  display: none !important;
}

.back {
  display: block;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  font-size: 12px;
  width: 260px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  padding: 20px 70px 20px;
  margin: 30px auto 0;
  position: relative;
  transition: all 300ms ease-out;
}

.back:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  background-color: #9f9f9f;
  width: 320px;
  border-radius: 32px;
  letter-spacing: 1px;
  padding: 12px;
}

.btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin-right: 16px;
}

.contents__head {
  color: #fff;
  background-color: #e387ad;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 40px;
}

.contents__head h2 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
}

.contents__head p {
  font-size: 12px;
  margin-top: 8px;
}

header {
  z-index: 1000;
}

header .menu__logo {
  z-index: 10;
}

header .menu__list {
  z-index: 50;
}

header .menu__img {
  z-index: 100;
}

header .toggler {
  z-index: 50;
}

header .cover {
  z-index: 25;
}

#main {
  position: relative;
  z-index: 5;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.menu__logo {
  background-color: #e2e2e2;
  padding: 12px 10px;
}

.menu__logo a {
  display: inline-block;
}

.menu__logo a img {
  height: 56px;
}

.menu__logo span {
  display: none;
}

.menu__list {
  width: 280px;
  background-color: #eee;
  padding: 10px;
  position: fixed;
  top: 0;
  right: -290px;
  bottom: 0;
  transition: all 300ms ease-out;
}

.menu__list ul {
  background-color: #fff;
  padding: 5px 0;
}

.menu__list li {
  margin: 10px;
}

.menu__list a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 700;
}

.menu__list span {
  width: 40px;
  margin-right: 8px;
}

.menu__img {
  width: 160px;
  text-align: center;
  position: fixed;
  right: -290px;
  bottom: 0;
  padding: 10px;
  transition: all 300ms ease-out;
}

.menu__img > * {
  margin-bottom: 15px;
}

.menu__img > *:last-child {
  margin-bottom: 0;
}

.menu .toggler {
  transition: all 300ms ease-out;
  position: fixed;
  top: 30px;
  right: 20px;
  z-index: 5000;
}

.menu .toggler span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 300ms ease-out;
  transform-origin: center;
}

.menu .toggler span:nth-child(2) {
  margin: 6px 0;
}

.menu .cover {
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 300ms ease-out;
}

.menu.open .menu__list,
.menu.open .menu__img {
  transform: translateX(-290px);
}

.menu.open .toggler {
  transform: translateX(-280px);
}

.menu.open .toggler span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 3px);
}

.menu.open .toggler span:nth-child(2) {
  transform: translateX(10px);
  opacity: 0;
}

.menu.open .toggler span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -3px);
}

.menu.open .cover {
  opacity: 1;
  visibility: visible;
}

.footer {
  background-color: #d3d3d3;
  margin-top: 40px;
  padding: 0 15px;
}

.footer__info {
  text-align: center;
  transform: translateY(-20px);
}

.footer__info img {
  max-width: 260px;
  width: 100%;
}

.footer .address {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin: 8px 0;
}

.footer__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
  width: 100%;
  background-color: #e5b7ca;
  border-radius: 4px;
  margin: 20px auto;
  padding: 10px 12px;
}

.footer__contact a {
  display: block;
  font-size: 12px;
  color: #fff;
  background-color: #d592ae;
  width: calc(50% - 6px);
  padding: 14px 12px;
}

.footer .submenu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.footer .submenu a {
  font-size: 12px;
  color: #fff;
  width: 140px;
  padding: 4px 10px;
}

.footer .submenu a:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}

.hero {
  text-align: center;
  background-color: #e387ad;
  padding: 40px 0;
}

.hero__img {
  width: 200px;
  margin: 0 auto 20px;
}

.hero__txt .hero__catch {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5em;
}

.hero__txt .title {
  text-shadow: 0 4px 1px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
}

.hero__txt .title h2 {
  font-size: 36px;
  font-weight: 900;
  color: #808080;
  margin-bottom: calc(1em / 6);
}

.hero__txt .title h2 span {
  color: #f3d2df;
  margin-right: 8px;
}

.hero__txt .title p {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.hero__txt .detail {
  font-size: 14px;
  color: #fff;
  line-height: 1.75;
}

.catch {
  padding: 40px 0;
}

.catch__img {
  text-align: center;
  position: relative;
  z-index: 5;
}

.catch__txt {
  background-color: rgba(255, 255, 255, 0.9);
  margin: -100px 20px 0;
  padding: 20px 12px;
  position: relative;
  z-index: 10;
}

.catch__txt .head .sub {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

.catch__txt .head .sub .icon {
  width: 60px;
  padding-left: 20px;
}

.catch__txt .head .sub p {
  font-size: 14px;
  width: calc(100% - 60px);
  padding-left: 20px;
}

.catch__txt .head .sub .target {
  width: 100%;
  text-align: right;
  margin-top: 6px;
}

.catch__txt .head .title {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  color: #e387ad;
  margin-bottom: 12px;
}

.catch__txt .detail {
  font-size: 14px;
  line-height: 1.75;
}

.curriculum {
  margin-bottom: 50px;
}

.curriculum__items {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  padding: 0 10px;
}

.curriculum__box {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 30px;
}

.curriculum .title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding-top: 16px;
  position: relative;
  padding-top: 1.25em;
}

.curriculum .title span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.curriculum .head {
  font-size: 14px;
  color: #fff;
  background-color: #e387ad;
  width: 120px;
  line-height: 1;
  text-align: center;
  border-radius: 2em;
  padding: 0.5em 0;
  margin: 0.75em auto;
}

.curriculum .detail {
  font-size: 12px;
  line-height: 1.75;
}

.about {
  margin-bottom: 30px;
}

.about__items {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  padding: 0 10px;
  margin-bottom: 30px;
}

.about__box {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}

.about figure {
  width: 90px;
}

.about .text {
  font-size: 20px;
  font-weight: 900;
  width: calc(100% - 90px);
  line-height: 1.25;
}

.about .text small {
  font-size: 12px;
  font-weight: 700;
  padding-left: 10px;
}

.about__catch {
  max-width: 1100px;
  padding: 0 10px;
  margin: 0 auto;
}

.about__catch .head {
  text-align: center;
  margin-bottom: 12px;
}

.about__catch .head span {
  display: inline-block;
  font-size: 17px;
  font-weight: 900;
  padding-bottom: 5px;
  position: relative;
}

.about__catch .head span::after {
  display: block;
  content: '';
  height: 4px;
  background-color: #eaab00;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.about__catch .detail {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
}

.application {
  background-color: #f4f4f4;
  padding: 30px 15px 50px;
  margin-bottom: 50px;
}

.application__btn {
  text-align: center;
}

.application__btn a {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  background-color: #8adced;
  width: 100%;
  max-width: 570px;
  border-radius: 12px;
  padding: 24px 10px;
  margin-bottom: 20px;
}

.application__btn a small {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}

.application__btn p {
  font-size: 16px;
  font-weight: 900;
}

.site-menu {
  margin-bottom: 60px;
  padding: 0 10px;
}

.site-menu .head .title {
  font-size: 22px;
  font-weight: 900;
  color: #555;
  text-align: center;
  margin-bottom: 30px;
}

.site-menu__btns a {
  display: block;
  font-size: 20px;
  font-weight: 900;
  color: #555;
  background-color: #8adced;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 20px 10px;
}

.site--head {
  max-width: 400px;
  width: 100%;
  color: #fff;
  background-color: #e387ad;
  text-align: center;
  padding: 10px 20px 20px;
  margin: 0 auto;
}

.site--head img {
  width: 120px;
  margin-bottom: 10px;
}

.site--head h2 {
  font-size: 34px;
  font-weight: 700;
  max-width: 320px;
  border-bottom: 5px solid #fff;
  padding-bottom: 14px;
  margin: 0 auto 18px;
}

.site--head p {
  font-size: 18px;
  font-weight: 500;
}

.site--head.privacy-policy--head h2 {
  font-size: 32px;
}

.page--head,
.product--head {
  text-align: center;
  margin-top: 30px;
}

.page--head img,
.product--head img {
  width: 170px;
}

.page--head .texts,
.product--head .texts {
  color: #fff;
  background-color: #e387ad;
  padding: 80px 0;
  margin-top: 40px;
}

.page--head .texts h2,
.product--head .texts h2 {
  font-size: 56px;
  font-weight: 700;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.page__content {
  padding-top: 50px;
}

.course__head,
.flow__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 28px;
}

.course__head h2,
.flow__head h2 {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 1.5em;
}

.course__head h2::before, .course__head h2::after,
.flow__head h2::before,
.flow__head h2::after {
  display: block;
  content: '';
  width: 3px;
  height: 1.75em;
  background-color: #3f3f3f;
}

.course__head h2::before,
.flow__head h2::before {
  margin: 0 1em 0 8px;
}

.course__head h2::after,
.flow__head h2::after {
  margin: 0 8px 0 1em;
}

.course__head p,
.flow__head p {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  text-align: left;
}

.course__block {
  margin-bottom: 30px;
}

.course__list {
  width: 100%;
}

.course__list .course__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 300px;
  height: auto;
  background-color: #f7f7f7;
  padding: 20px 15px 30px;
  margin: 0 0 30px;
}

.course__list .course__item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 140px;
  margin-bottom: 10px;
}

.course__list .course__item .img img {
  width: auto;
  max-width: none;
}

.course__list .course__item .head {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.course__list .course__item .head p {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 4px;
}

.course__list .course__item .head h3 {
  font-size: 18px;
  font-weight: 900;
}

.course__list .course__item .detail {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  width: 100%;
  margin-bottom: 10px;
}

.course__list .course__item .price {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 20px;
}

.course__list .course__item .price .tax {
  font-size: 13px;
}

.course__list .course__item .more {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  border: 1px solid #aaa;
  background-color: #fff;
  text-align: center;
  margin-top: auto;
  padding: 16px;
}

.course__list .course__item:nth-child(4n-3) .head h3 span {
  color: #2bcffc;
}

.course__list .course__item:nth-child(4n-2) .head h3 span {
  color: #ff761a;
}

.course__list .course__item:nth-child(4n-1) .head h3 span {
  color: #71b900;
}

.course__list .course__item:nth-child(4n) .head h3 span {
  color: #dab400;
}

.course__swiper {
  padding: 0 10px;
  margin-bottom: 60px;
}

.course__swiper .swiper-button-prev,
.course__swiper .swiper-button-next {
  top: 200px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 300ms ease-out;
}

.course__swiper .swiper-button-prev::after,
.course__swiper .swiper-button-next::after {
  font-size: 28px;
  font-weight: bold;
  color: #3f3f3f;
}

.course__swiper .swiper-button-prev.swiper-button-disabled,
.course__swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.course__table {
  margin-bottom: 30px;
}

.course__table table {
  font-size: 14px;
  font-weight: 700;
  max-width: 100%;
  margin: 0 auto;
}

.course__table th, .course__table td {
  vertical-align: middle;
  max-width: 400px;
  padding: 8px;
}

.course__table th:last-child, .course__table td:last-child {
  text-align: center;
}

.course__table thead th {
  text-align: center;
}

.course__table tbody {
  border-top: 2px solid #3f3f3f;
  border-bottom: 2px solid #3f3f3f;
}

.course__table tbody tr:first-child {
  height: 64px;
}

.course__table tbody tr:not(:last-child) {
  border-bottom: 1px dashed #3f3f3f;
}

.course__table tfoot .two-col {
  text-align: right;
}

.course__price {
  display: flex;
  flex-wrap: wrap;
  max-width: 720px;
  width: 100%;
  margin: 0 auto 60px;
}

.course__price .price-head p {
  font-weight: 700;
}

.course__price .price-head .label {
  font-size: 20px;
  color: #fff;
  background-color: #e685b1;
  width: 80%;
  text-align: center;
  letter-spacing: 2px;
  padding: 4px;
  margin-bottom: 16px;
  position: relative;
}

.course__price .price-head .label::after {
  display: block;
  content: '';
  border: 8px solid transparent;
  border-top-color: #e685b1;
  position: absolute;
  top: 100%;
  left: 18px;
}

.course__price .price-head .times,
.course__price .price-head .hours {
  font-size: 24px;
  color: #e685b1;
}

.course__price .price-detail {
  margin-top: 10px;
}

.course__price .price-detail .price {
  display: flex;
  align-items: center;
  font-family: "Public Sans", sans-serif;
  font-size: 74px;
  font-weight: 700;
  color: #e387ad;
  letter-spacing: 2px;
}

.course__price .price-detail .price span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: normal;
}

.course__price .price-detail .price small {
  display: block;
  font-size: 12px;
}

.course__price .price-detail .point {
  font-size: 17px;
  font-weight: 700;
  color: #808080;
}

.course__price .price-per {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #e685b1;
  border: 3px solid #e685b1;
  margin-top: 20px;
}

.course__price .price-per p {
  font-weight: 700;
  width: 50%;
  text-align: center;
  padding: 8px;
}

.course__price .price-per .head {
  font-size: 20px;
  color: #fff;
}

.course__price .price-per .detail {
  font-size: 24px;
  color: #808080;
  background-color: #f6f6f6;
}

.course__btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.course__btn a {
  margin: 0 0 15px;
}

.course__btn .btn_pink {
  background-color: #e685b1;
  letter-spacing: 2px;
}

.about__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 50px;
}

.about__intro .image {
  width: 180px;
  margin: 0 auto 30px;
}

.about__intro .text {
  font-size: 23px;
  font-weight: 900;
  color: #e685b1;
  line-height: 1.5;
}

.about__intro .text br {
  display: none;
}

.about__desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 50px;
}

.about__desc .image {
  margin-bottom: 30px;
}

.about__desc .text {
  font-size: 16px;
  line-height: 1.75;
}

.about__information {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 50px;
}

.about__information .access-and-contact {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1370px;
  margin: 50px 0;
}

.about__information .a-c__box {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
}

.about__information .a-c__box:not(:last-child) {
  border-bottom: 1px solid #3f3f3f;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.about__information .a-c__box .head {
  width: 105px;
}

.about__information .a-c__box .head img {
  width: auto;
  height: 65px;
  margin-bottom: 10px;
}

.about__information .a-c__box .head h2 {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
}

.about__information .a-c__box .detail {
  display: inline-block;
  font-size: 14px;
  width: calc(100% - 125px);
  margin-left: 20px;
}

.about__information .a-c__box .detail p {
  font-weight: 300;
  text-align: left;
  margin-bottom: 20px;
}

.about__information .a-c__box .detail a {
  display: flex;
  align-items: center;
}

.about__information .a-c__box .detail .icon {
  width: 32px;
  text-align: center;
  margin-right: 0.5em;
}

.about__information .a-c__box .detail .icon img {
  width: auto;
  height: 28px;
}

.about__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 50px;
}

.about__contact .head {
  position: relative;
  margin-bottom: 30px;
}

.about__contact .head p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.about__contact .contact-btn a {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-color: #8adced;
  text-align: center;
  border-radius: 8px;
  line-height: 1.5;
  padding: 16px 30px 24px;
}

.about__contact .contact-btn a small {
  font-size: 16px;
}

.flow__block__inner {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.flow__block__inner:last-child {
  border-bottom: none;
}

.flow__head .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  width: 1.5em;
  height: 1.5em;
  line-height: 1;
  border-radius: 50%;
  border: 2px solid #3f3f3f;
  padding-bottom: 1px;
  margin-bottom: 12px;
}

.flow__btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.flow__btn .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  color: #3f3f3f;
  background-color: #fff;
  width: 100%;
  max-width: 420px;
  height: 90px;
  border: 1px solid #3f3f3f;
  border-radius: 45px;
  margin: 0 0 10px;
}

.flow__btn .btn span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  width: 75%;
  text-align: center;
  color: #fff;
  background-color: #888;
  line-height: 1;
  border-radius: 12px;
  letter-spacing: normal;
  padding: 6px;
  margin: 0 auto 8px;
}

.flow__btn .btn span.pink {
  background-color: #e685b1;
}

.flow__btn .btn span.skyblue {
  background-color: #2bcffc;
}

.flow__list {
  display: flex;
  justify-content: center;
}

.flow__list__inner {
  margin-bottom: 30px;
}

.flow__list .list-item {
  font-weight: 700;
}

.flow__list .list-item .head {
  display: inline-block;
  color: #fff;
  background-color: #e685b1;
  line-height: 1;
  border-radius: 16px;
  min-width: 240px;
  padding: 8px 24px;
  margin-bottom: 8px;
}

.flow__list .list-item .detail {
  line-height: 1.5;
  padding-left: 2em;
  margin-bottom: 20px;
}

.feature__block {
  padding: 0 10px;
}

.feature__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.feature__intro .image {
  width: 180px;
  margin: 0 auto 30px;
}

.feature__list {
  width: 100%;
  margin: 0 auto 50px;
}

.feature__list__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.feature__list .feature__item {
  width: 100%;
  padding: 0 5px;
  margin-bottom: 10px;
}

.feature__list .feature__item .item-box {
  text-align: center;
  background-color: #f2f2f4;
  height: 100%;
  padding: 20px 15px;
}

.feature__list .feature__item .head {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.feature__list .feature__item .head .num {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 4px;
}

.feature__list .feature__item .head .num::after {
  display: block;
  content: '';
  width: 2.5em;
  height: 2px;
  background-color: #3f3f3f;
  margin-left: 6px;
}

.feature__list .feature__item .head .title {
  font-size: 20px;
  font-weight: 900;
}

.feature__list .feature__item .head .title span {
  display: block;
  font-size: 12px;
  font-weight: 300;
  margin-top: 4px;
}

.feature__list .feature__item .detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: #fff;
  text-align: left;
  height: 320px;
  padding: 20px 15px;
}

.feature__list .feature__item .detail .image {
  margin-bottom: 1em;
}

.feature__list .feature__item .detail .text {
  line-height: 1.5;
}

#main .page__cart h5 {
  background-color: #666;
  padding: 15px;
}

#main .page__cart .usccart_navi {
  margin-bottom: 15px;
}

#main .page__cart .usccart_navi ol {
  display: flex;
  flex-wrap: wrap;
}

#main .page__cart .usccart_navi ol .ucart {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  width: 50%;
  height: 40px;
  background-color: #ddd;
  border-right: 2px solid #fff;
  text-align: center;
  padding: 5px;
  position: relative;
  z-index: 5;
  margin-bottom: 2px;
}

#main .page__cart .usccart_navi ol .ucart.usccart_cart, #main .page__cart .usccart_navi ol .ucart.usccart_customer, #main .page__cart .usccart_navi ol .ucart.usccart_delivery, #main .page__cart .usccart_navi ol .ucart.usccart_confirm {
  background: #eaab00;
  border-right: none;
  z-index: 10;
}

#main .page__cart .usccart_navi ol .ucart.usccart_cart, #main .page__cart .usccart_navi ol .ucart.usccart_customer, #main .page__cart .usccart_navi ol .ucart.usccart_delivery {
  background: #eaab00;
}

#main .page__cart .usccart_navi ol .ucart.usccart_cart::before, #main .page__cart .usccart_navi ol .ucart.usccart_customer::before, #main .page__cart .usccart_navi ol .ucart.usccart_delivery::before {
  display: block;
  content: '';
  border: 20px solid transparent;
  border-left: 10px solid #eaab00;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 15;
}

#main .page__cart .usccart_navi ol .ucart.usccart_cart::after, #main .page__cart .usccart_navi ol .ucart.usccart_customer::after, #main .page__cart .usccart_navi ol .ucart.usccart_delivery::after {
  display: block;
  content: '';
  border: 20px solid transparent;
  position: absolute;
  top: 0;
  left: calc(100% - 2px);
  z-index: 20;
}

#main .page__cart .usccart_navi ol .ucart:last-child {
  border-right: none;
}

#main .page__cart .upbutton {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

#main .page__cart .upbutton input {
  font-size: 14px;
  background-color: #eee;
  padding: 8px 20px;
  border-radius: 3px;
}

#main .page__cart table {
  font-size: 16px;
  width: 100%;
  margin-bottom: 15px;
}

#main .page__cart table th, #main .page__cart table td {
  font-size: 14px;
  border: 1px solid #ddd;
  vertical-align: middle;
  padding: 8px 4px;
}

#main .page__cart table th em, #main .page__cart table td em {
  font-size: 12px;
  font-style: normal;
}

#main .page__cart table .num {
  width: 40px;
  text-align: center;
}

#main .page__cart table .thumbnail {
  width: 70px;
  text-align: center;
}

#main .page__cart table .quantity {
  width: 60px;
  text-align: center;
}

#main .page__cart table td.quantity {
  text-align: right;
}

#main .page__cart table .subtotal {
  width: 110px;
  text-align: right;
}

#main .page__cart table .aright {
  text-align: right;
}

#main .page__cart table .stock {
  width: 90px;
  text-align: center;
}

#main .page__cart table .action {
  width: 64px;
  text-align: center;
}

#main .page__cart table .action input {
  font-size: 14px;
  background-color: #eee;
  padding: 4px 12px;
  border-radius: 3px;
}

#main .page__cart table input,
#main .page__cart table textarea,
#main .page__cart table select {
  background-color: #fafafa;
  border: 1px solid #eee;
  padding: 8px 12px;
}

#main .page__cart table .member_name {
  width: 32px;
}

#main .page__cart table.customer_form th {
  background-color: #f2f4f5;
}

#main .page__cart table.customer_form th em {
  color: #da0000;
}

#main .page__cart #inside-cart thead {
  background-color: #f2f4f5;
}

#main .page__cart #inside-cart .no_cart {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  color: #3f3f3f;
}

#main .page__cart #inside-cart .send {
  border-top-color: #666;
  padding-top: 40px;
}

#main .page__cart #customer-info .send,
#main .page__cart #delivery-info .send,
#main .page__cart #info-confirm .send {
  border-top-color: #666;
  padding-top: 40px;
}

#main .page__cart #info-confirm .confiem_notice,
#main .page__cart #info-confirm .currency_code {
  margin-bottom: 8px;
}

#main .page__cart #wc_confirm #cart_table thead {
  background-color: #f2f4f5;
}

#main .page__cart #wc_confirm #cart_table tr > *:last-child {
  display: none;
}

#main .page__cart #wc_confirm #cart_table .send {
  border-top-color: #666;
  padding-top: 40px;
}

#main .page__cart #wc_confirm #confirm_table th {
  background-color: #f2f4f5;
}

#main .page__cart #wc_confirm #confirm_table h3 {
  font-size: 18px;
  color: #333;
}

#main .page__cart #wc_confirm #confirm_table .ttl {
  font-weight: 700;
  background-color: #ddd;
}

#main .page__cart #wc_confirm #confirm_table .send {
  border-top-color: #666;
  padding-top: 40px;
}

#main .page__cart .customer_form,
#main .page__cart .customer_form tbody {
  display: block;
}

#main .page__cart .customer_form tr {
  display: block;
  border-bottom: 1px solid #ddd;
}

#main .page__cart .customer_form th, #main .page__cart .customer_form td {
  width: 100%;
  border-bottom: none;
}

#main .page__cart .customer_form th {
  display: block;
  margin-top: 15px;
}

#main .page__cart .customer_form td {
  display: flex;
  flex-direction: column;
}

#main .page__cart .send {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

#main .page__cart .send input {
  color: #fff;
  background-color: #eaab00;
  padding: 16px 30px;
  margin: 0 10px 4px;
}

#main .page__cart .send input.continue_shopping_button, #main .page__cart .send input.back_cart_button, #main .page__cart .send input.back_to_customer_button, #main .page__cart .send input.back_to_delivery_button {
  color: #444;
  background-color: #ddd;
}

#main #cart_completion {
  padding: 30px 0;
}

#main #cart_completion .completion__img {
  display: flex;
  align-items: center;
  justify-content: center;
}

#main #cart_completion .completion__img::before, #main #cart_completion .completion__img::after {
  display: block;
  content: '';
  width: 120px;
  height: 2px;
  border-radius: 1px;
  background-color: #3f3f3f;
}

#main #cart_completion .completion__img::before {
  margin-right: 20px;
}

#main #cart_completion .completion__img::after {
  margin-left: 20px;
}

#main #cart_completion .completion__img svg {
  width: 80px;
  height: auto;
  fill: none;
  stroke: #68C314;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

#main #cart_completion .completion__head {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
}

#main #cart_completion .completion__txt {
  text-align: center;
  line-height: 1.75;
  margin-top: 20px;
}

#main #cart_completion .back_to_top_button {
  background-color: #eaeaea;
  border-radius: 4px;
  padding: 20px 50px;
}

#main .memberpage-container {
  max-width: 910px;
  padding: 0 5px;
  margin: 0 auto;
}

#main .memberpage-container h1 {
  margin-bottom: 30px;
}

#main .memberpage-container #newmember .header_explanation {
  line-height: 1.75;
  margin-bottom: 30px;
}

#main .memberpage-container #newmember .customer_form #name_row input, #main .memberpage-container #newmember .customer_form #furikana_row input {
  width: 70%;
}

#main .memberpage-container #newmember .customer_form #zipcode_row input {
  width: 240px;
}

#main .memberpage-container #newmember .customer_form th {
  display: block;
  font-size: 14px;
  padding: 5px 15px;
  width: 100%;
}

#main .memberpage-container #newmember .customer_form td {
  display: block;
  padding: 12px 10px;
}

#main .memberpage-container #newmember .customer_form td span {
  font-size: 14px;
}

#main .memberpage-container #newmember .customer_form td .password_policy {
  margin-left: 15px;
}

#main .memberpage-container #newmember .customer_form input[type=text] {
  width: 70%;
  margin-left: 15px;
  margin-right: 10px;
  border: 1px solid #bbb;
  padding: 10px;
}

#main .memberpage-container #newmember .customer_form input[type=password] {
  width: 240px;
  margin-left: 15px;
  margin-right: 20px;
  border: 1px solid #bbb;
  padding: 10px;
}

#main .memberpage-container #newmember .customer_form select {
  max-width: 100%;
  padding: 5px 15px;
  border: 1px solid #bbb;
  margin-left: 15px;
  font-size: 14px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.send input {
  color: #fff;
  background: #000;
  padding: 18px 45px;
  margin-top: 30px;
}

.send input:hover {
  opacity: 0.7;
}

#main #memberpages .loginbox {
  border: none;
  background: none;
  width: 350px;
  margin: 0 auto;
}

#main #memberpages .loginbox p {
  font-size: 16px;
}

#main #memberpages .loginbox input[type=text],
#main #memberpages .loginbox input[type=password] {
  width: 100%;
  padding: 10px 15px;
  background: none;
  border: 1px solid #bbb;
}

#main #memberpages .loginbox input[type=submit] {
  color: #fff;
  background: #000;
  padding: 10px 30px;
}

#main #memberpages .loginbox .new-entry {
  margin-top: 30px;
  background: #f2f4f5;
  padding: 20px;
}

#main #memberpages .loginbox .new-entry h2 {
  text-align: center;
  margin-bottom: 25px;
}

#main #memberpages .loginbox .new-entry #nav {
  text-align: center;
}

#main #memberpages .loginbox .new-entry a {
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 10px 30px;
}

.product--intro {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  text-align: center;
  margin-bottom: 60px;
}

.product--intro img {
  width: 60px;
  margin-bottom: 10px;
}

.product--intro h2 {
  font-size: 30px;
  margin-bottom: 16px;
}

.product--intro p {
  font-size: 12px;
}

.product_info {
  max-width: 600px;
  margin: 0 auto;
}

.product_info .thumb {
  width: 100%;
  margin-bottom: 30px;
}

.product_info .thumb img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.product_info .thumb-wrapper {
  margin-bottom: 10px;
}

.product_info .thumb .swiper-button-next,
.product_info .thumb .swiper-button-prev {
  color: #3f3f3f;
}

.product_info .info {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  width: 100%;
  padding: 0 10px;
}

.product_info .p_name {
  font-size: 24px;
  margin-bottom: 16px;
}

.product_info .detail {
  line-height: 1.75;
  margin-bottom: 20px;
}

.product_info form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.product_info .p_price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 8px;
}

.product_info .p_price .s_price {
  font-size: 30px;
  font-weight: 700;
}

.product_info .p_price .s_price .tax {
  font-size: 0.5em;
  font-style: normal;
  font-weight: 700;
}

.product_info .p_price .stock {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  font-size: 12px;
  color: #fff;
  background-color: #666;
  padding: 5px 14px 6px;
  margin-top: 10px;
  margin-right: 16px;
}

.product_info .select {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  margin-right: 6px;
  margin-left: auto;
  margin-bottom: 24px;
}

.product_info .select p {
  display: flex;
  align-items: center;
}

.product_info .select p span {
  font-weight: 700;
}

.product_info .select p span::after {
  content: '：';
}

.product_info .select p input {
  margin-top: 10px;
  padding: 6px 8px;
}

.product_info .select .skuquantity {
  width: 60px;
  text-align: right;
  border: 1px solid #eee;
  padding: 6px 10px;
}

.product_info .cart_btn {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  width: 100%;
}

.product_info .cart_btn .skubutton {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #eaab00;
  width: 100%;
  text-align: center;
  border-radius: 40px;
  padding: 24px 20px;
}

.products-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.products-list .product-item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 30px;
}

.products-list .product-item .name {
  margin: 6px 0 4px;
}

.products-list .product-item .price {
  font-weight: 700;
  color: #c00;
}

.products-list .product-item .price .tax {
  font-size: 12px;
  font-style: normal;
}

@media (min-width: 768px) {
  .container {
    max-width: 670px;
    margin-right: auto;
    margin-left: auto;
  }
  .hide-pc {
    display: none !important;
  }
  .show-pc {
    display: inline !important;
  }
  .back {
    margin: 50px auto 0;
  }
  .contents__head h2 {
    font-size: 28px;
  }
  .contents__head p {
    font-size: 14px;
  }
  .hero__txt .hero__catch {
    font-size: 30px;
  }
  .catch__txt {
    max-width: 750px;
    padding: 20px 30px;
    margin: -200px auto 0;
  }
  .catch__txt .head .sub .icon {
    width: 70px;
  }
  .catch__txt .head .sub p {
    width: 250px;
  }
  .catch__txt .head .sub .target {
    width: calc(100% - 320px);
  }
  .catch__txt .head .title {
    font-size: 26px;
  }
  .curriculum__box {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 0;
  }
  .about__items {
    margin-bottom: 50px;
  }
  .about__box {
    display: block;
    width: calc(100% / 3);
    text-align: center;
    padding: 0 5px;
    margin-bottom: 0;
  }
  .about figure {
    width: auto;
  }
  .about .text {
    font-size: 18px;
    width: auto;
    line-height: 1.5;
    margin-top: 8px;
    padding-left: 0;
  }
  .about .text small {
    padding-left: 0;
  }
  .about__catch {
    padding: 0 50px;
  }
  .about__catch .head span {
    font-size: 22px;
    padding-bottom: 7px;
  }
  .about__catch .head span::after {
    height: 6px;
  }
  .course__block {
    margin-bottom: 90px;
  }
  .course__table th, .course__table td {
    padding: 12px 20px;
  }
  .course__table th:first-child, .course__table td:first-child {
    min-width: 170px;
  }
  .course__price .price-head .label {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .course__price .price-head .times,
  .course__price .price-head .hours {
    font-size: 28px;
  }
  .course__price .price-detail .price {
    font-size: 82px;
    margin-top: -0.15em;
  }
  .course__price .price-detail .price span {
    font-size: 40px;
  }
  .course__price .price-detail .price small {
    font-size: 14px;
  }
  .course__price .price-detail .point {
    font-size: 18px;
  }
  .course__price .price-per {
    margin-top: 16px;
  }
  .course__price .price-per .head {
    font-size: 24px;
  }
  .course__price .price-per .detail {
    font-size: 30px;
  }
  .course__btn a {
    margin: 0 10px;
  }
  .about__intro .image {
    width: 230px;
  }
  .about__intro .text {
    font-size: 32px;
  }
  .about__intro .text br {
    display: inline;
  }
  .about__information .a-c__box {
    display: block;
    width: 50%;
  }
  .about__information .a-c__box:not(:last-child) {
    border-bottom: none;
    margin-right: auto;
    margin-left: auto;
    border-right: 1px solid #3f3f3f;
  }
  .about__information .a-c__box .head {
    width: auto;
    margin-bottom: 30px;
  }
  .about__information .a-c__box .detail {
    width: auto;
    margin-right: 0;
  }
  .about__information .a-c__box .detail .icon {
    margin-right: 1em;
  }
  .about__contact .head p {
    font-size: 28px;
  }
  .feature__intro .image {
    width: 230px;
  }
  .feature__list {
    width: calc(100% - 20px);
  }
  .feature__list__inner {
    margin: 0 -10px;
  }
  .feature__list .feature__item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 15px;
  }
  #main .page__cart .usccart_navi ol .ucart {
    width: 25%;
    margin-bottom: 0;
  }
  #main .page__cart table th, #main .page__cart table td {
    font-size: 16px;
    padding: 12px 12px;
  }
  #main .page__cart table input,
  #main .page__cart table textarea,
  #main .page__cart table select {
    margin: 0 12px;
  }
  #main .page__cart table.customer_form th {
    width: 220px;
  }
  #main .page__cart .customer_form,
  #main .page__cart .customer_form tbody {
    display: table;
    width: 100%;
  }
  #main .page__cart .customer_form tr {
    display: table-row;
    border-bottom: none;
  }
  #main .page__cart .customer_form th, #main .page__cart .customer_form td {
    width: auto;
    border-bottom: 1px solid #ddd;
  }
  #main .page__cart .customer_form th {
    display: table-cell;
    margin-top: 0;
  }
  #main .page__cart .customer_form td {
    display: table-cell;
  }
  #main .memberpage-container #newmember .customer_form th {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
  }
  #main .memberpage-container #newmember .customer_form td {
    display: table-cell;
  }
  #main #memberpages .loginbox {
    width: 480px;
  }
  .product_info .thumb {
    margin-bottom: 40px;
  }
  .product_info .p_name {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .product_info .detail {
    margin-bottom: 30px;
  }
  .product_info .p_price {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .product_info .p_price .s_price {
    order: 1;
  }
  .product_info .p_price .stock {
    order: 2;
    margin-right: 0;
  }
  .product_info .select {
    margin: 0 0 0 auto;
  }
  .product_info .select p {
    flex-direction: column;
    align-items: flex-start;
  }
  .product_info .select p span::after {
    content: none;
  }
  .product_info .select .skuquantity {
    width: 200px;
    text-align: center;
  }
  .product_info .cart_btn {
    width: 100%;
    margin-top: 30px;
  }
  .products-list .product-item {
    width: calc(100% / 3);
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 670px;
  }
  .course__list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0 5px;
  }
  .course__list .course__item {
    width: calc(100% / 3);
    background-color: #fff;
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .course__list .course__item:not(:last-child) {
    border-right: 1px solid #aaa;
  }
  .course__list .course__item:nth-child(3n) {
    border-right: none;
  }
  .course__list .course__item .img {
    height: 160px;
  }
  .course__list .course__item .head {
    margin-bottom: 15px;
  }
  .course__list .course__item .detail {
    margin-bottom: 15px;
  }
  .course__list .course__item .price {
    margin-bottom: 30px;
  }
  .course__list .course__item .more {
    padding: 20px;
  }
  .course__swiper {
    padding: 0;
  }
  .course__swiper .swiper-button-prev,
  .course__swiper .swiper-button-next {
    display: none;
  }
  .course__swiper .swiper-scrollbar {
    display: none;
  }
  .feature__list .feature__item .detail {
    height: 360px;
    padding: 20px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1230px;
  }
  html {
    scroll-padding-top: 0;
  }
  body {
    padding-top: 0;
  }
  .column {
    padding: 0 50px;
    margin: 0 auto;
  }
  .hide-laptop {
    display: none !important;
  }
  .show-laptop {
    display: inline !important;
  }
  .btn {
    font-size: 24px;
    width: 400px;
  }
  .contents__head {
    margin-bottom: 80px;
  }
  .contents__head h2 {
    font-size: 36px;
    line-height: 1.25;
  }
  .contents__head p {
    font-size: 16px;
    margin-top: 20px;
  }
  body {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #main {
    width: calc(100% - 210px);
  }
  .menu {
    width: 210px;
    position: static;
    right: auto;
  }
  .menu__logo {
    max-width: none;
    text-align: center;
    padding: 15px 30px;
  }
  .menu__logo a img {
    width: 100%;
    height: auto;
  }
  .menu__logo span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin: 30px auto;
    writing-mode: vertical-rl;
  }
  .menu__list {
    width: auto;
    position: static;
    padding: 0;
  }
  .menu__list ul {
    padding: 10px 0;
  }
  .menu__img {
    display: block;
    width: auto;
    position: static;
  }
  .menu .toggler {
    display: none;
  }
  .menu .cover {
    display: none;
  }
  .footer {
    width: 100%;
    padding-left: 210px;
    padding-right: 0;
    margin-top: 80px;
  }
  .footer__contact {
    border-radius: 8px;
    padding: 16px;
  }
  .footer__contact a {
    font-size: 14px;
    width: calc(50% - 8px);
    padding: 16px;
  }
  .footer .submenu a {
    font-size: 14px;
    width: 180px;
  }
  .hero {
    padding: 80px 0;
  }
  .hero__img {
    width: 250px;
    margin-bottom: 40px;
  }
  .hero__txt .hero__catch {
    font-size: 40px;
  }
  .hero__txt .title {
    margin-bottom: 50px;
  }
  .hero__txt .title h2 {
    font-size: 60px;
  }
  .hero__txt .title p {
    font-size: 30px;
  }
  .hero__txt .detail {
    font-size: 16px;
  }
  .catch {
    padding: 60px 0;
  }
  .catch__txt {
    max-width: 90%;
    width: 1400px;
    padding: 30px 60px;
  }
  .catch__txt .head .sub p {
    font-size: 16px;
  }
  .catch__txt .head .sub .target {
    margin-top: 0;
  }
  .catch__txt .head .title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .catch__txt .detail {
    font-size: 16px;
    line-height: 1.875;
  }
  .curriculum {
    margin-bottom: 120px;
  }
  .curriculum__items {
    padding: 0 50px;
    margin: 0 auto;
  }
  .curriculum .title {
    font-size: 36px;
    line-height: 1.25;
    padding: 24px 30px 0;
  }
  .curriculum .head {
    font-size: 20px;
    width: 150px;
  }
  .curriculum .detail {
    font-size: 16px;
  }
  .about {
    margin-bottom: 80px;
  }
  .about__items {
    padding: 0 50px;
    margin: 0 auto 80px;
  }
  .about__box {
    padding: 0 20px;
  }
  .about .text {
    font-size: 24px;
  }
  .about .text small {
    font-size: 16px;
    font-weight: 900;
  }
  .about__catch {
    padding: 0;
  }
  .about__catch .head span {
    font-size: 30px;
    padding-bottom: 9px;
    margin-bottom: 15px;
  }
  .about__catch .head span::after {
    height: 8px;
  }
  .about__catch .detail {
    font-size: 16px;
  }
  .application {
    padding: 60px 0 80px;
    margin-bottom: 90px;
  }
  .application__btn a {
    padding: 30px 10px;
    margin-bottom: 30px;
  }
  .application__btn a small {
    margin-bottom: 15px;
  }
  .application__btn p {
    font-size: 20px;
  }
  .site-menu {
    padding: 0;
  }
  .site-menu .head .title {
    font-size: 28px;
  }
  .site-menu__btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .site-menu__btns a {
    font-size: 24px;
    width: 20%;
    margin: 0 25px;
    padding: 36px 10px;
  }
  .site--head {
    max-width: 480px;
    padding-top: 20px;
    padding-bottom: 28px;
  }
  .site--head img {
    width: 140px;
    margin-bottom: 20px;
  }
  .site--head h2 {
    font-size: 44px;
    max-width: 400px;
  }
  .site--head p {
    font-size: 22px;
  }
  .site--head.privacy-policy--head h2 {
    font-size: 40px;
  }
  .page__content {
    padding-top: 90px;
  }
  .course__head,
  .flow__head {
    margin-bottom: 40px;
  }
  .course__head h2,
  .flow__head h2 {
    font-size: 24px;
  }
  .course__head p,
  .flow__head p {
    font-size: 18px;
    line-height: 1.875;
  }
  .course__block {
    margin-bottom: 150px;
  }
  .course__list {
    margin: 0 -20px;
    padding: 0;
  }
  .course__table {
    margin-bottom: 80px;
  }
  .course__table th, .course__table td {
    min-width: 105px;
    padding: 15px 30px;
  }
  .course__price {
    margin-bottom: 120px;
  }
  .course__price .price-head .label {
    font-size: 24px;
    letter-spacing: 4px;
    margin-bottom: 12px;
  }
  .course__price .price-head .label::after {
    border-width: 10px;
  }
  .course__price .price-head .times,
  .course__price .price-head .hours {
    font-size: 30px;
  }
  .course__price .price-detail .price {
    font-size: 100px;
  }
  .course__price .price-detail .price span {
    font-size: 48px;
  }
  .course__price .price-detail .price small {
    font-size: 16px;
  }
  .course__price .price-detail .point {
    font-size: 22px;
  }
  .about__intro {
    margin-bottom: 120px;
  }
  .about__desc {
    margin-bottom: 90px;
  }
  .about__desc .image {
    margin-bottom: 60px;
  }
  .about__desc .text {
    font-size: 18px;
  }
  .about__information {
    margin-bottom: 90px;
  }
  .about__information .access-and-contact {
    margin: 70px 0;
  }
  .about__information .a-c__box .head h2 {
    font-size: 24px;
  }
  .about__information .a-c__box .detail {
    font-size: 18px;
  }
  .about__information .a-c__box .detail p {
    margin-bottom: 30px;
  }
  .about__information .a-c__box .detail .icon {
    width: 40px;
  }
  .about__information .a-c__box .detail .icon img {
    height: 36px;
  }
  .about__contact {
    margin-bottom: 120px;
  }
  .about__contact .head {
    margin-bottom: 50px;
  }
  .about__contact .head p {
    font-size: 40px;
  }
  .flow__block__inner {
    margin-bottom: 60px;
    padding-bottom: 40px;
  }
  .flow__head .num {
    font-size: 16px;
  }
  .flow__btn {
    margin: 50px 0;
  }
  .flow__btn .btn {
    font-size: 18px;
    margin: 0 20px 10px;
  }
  .flow__btn .btn span {
    font-size: 12px;
  }
  .flow__list__inner {
    margin-bottom: 50px;
  }
  .feature__intro {
    margin-bottom: 90px;
  }
  .feature__list {
    margin-bottom: 90px;
  }
  .feature__list .feature__item .item-box {
    padding: 30px 50px;
  }
  .feature__list .feature__item .head {
    margin-bottom: 30px;
  }
  .feature__list .feature__item .head .num {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .feature__list .feature__item .head .title {
    font-size: 24px;
  }
  .feature__list .feature__item .head .title span {
    letter-spacing: 1px;
    margin-top: 8px;
  }
  #main .page__cart .usccart_navi {
    margin-bottom: 20px;
  }
  #main .page__cart .upbutton {
    margin-bottom: 20px;
  }
  #main .page__cart table {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #main .page__cart .send {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  #main #cart_completion {
    padding: 60px 0;
  }
  #main #cart_completion .completion__head {
    font-size: 48px;
  }
  #main #cart_completion .completion__txt {
    font-size: 18px;
    margin-top: 30px;
  }
  .product_info {
    display: flex;
    max-width: none;
    margin: 0;
  }
  .product_info .thumb {
    width: 45%;
    margin-bottom: 0;
  }
  .product_info .info {
    width: 50%;
    padding-left: 60px;
    padding-right: 0;
  }
  .products-list .product-item {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1230px;
  }
  .hero__txt .hero__catch {
    font-size: 60px;
  }
  .hero__txt .title h2 {
    font-size: 72px;
  }
  .hero__txt .title p {
    font-size: 36px;
  }
  .hero__txt .detail {
    font-size: 18px;
  }
  .catch__txt {
    padding: 30px 80px;
  }
  .catch__txt .head .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .course__list .course__item {
    width: 25%;
    margin-bottom: 80px;
  }
  .course__list .course__item:nth-child(3n) {
    border-right: 1px solid #aaa;
  }
  .course__list .course__item:nth-child(4n) {
    border-right: none;
  }
  .course__list .course__item .head p {
    font-size: 14px;
  }
  .course__list .course__item .head h3 {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .about__contact .head p {
    font-size: 48px;
  }
  .about__contact .contact-btn a {
    font-size: 36px;
    padding: 20px 60px 30px;
  }
  .about__contact .contact-btn a small {
    font-size: 24px;
  }
  .feature__list {
    width: calc(100% - 60px);
  }
  .feature__list__inner {
    margin: 0 -15px;
  }
  .feature__list .feature__item {
    padding: 0 15px;
    margin-bottom: 25px;
  }
  .feature__list .feature__item .item-box {
    padding: 30px 50px 60px;
  }
  .feature__list .feature__item .head {
    margin-bottom: 40px;
  }
  .feature__list .feature__item .head .title {
    font-size: 36px;
  }
  .feature__list .feature__item .detail .image {
    margin-bottom: 1.5em;
  }
  .feature__list .feature__item .detail .text {
    line-height: 1.875;
  }
}

@media (min-width: 600px) {
  .course__price .price-head .label::after {
    border-top-color: transparent;
    border-left-color: #e685b1;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
  }
  .course__price .price-detail {
    margin-left: auto;
    margin-top: 0;
  }
}

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