@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@use "sass:math";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

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

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

:root {
  font-size: 16px; }

html {
  word-wrap: break-word;
  font-size: 62.5%; }

body {
  width: 100%;
  height: 100%;
  position: relative;
  color: #000;
  font-size: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ W3", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  box-sizing: border-box; }
  body.fixed {
    width: 100%;
    height: 100%;
    position: fixed; }

a {
  color: #000;
  text-decoration: none;
  transition: all .5s ease; }
  a:hover {
    opacity: .6; }

img {
  max-width: 100%; }

.overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 999; }

.ta-center {
  text-align: center; }

.mb-30 {
  margin-bottom: 30px; }

.mb-50 {
  margin-bottom: 50px; }

.mt-30 {
  margin-top: 30px; }

.mt-50 {
  margin-top: 50px; }

#entry_user_policy_check {
  transform: scale(2);
  margin: 0 6px 0 0; }

.ec-input .ec-errorMessage,
.subsc-alert,
.ec-halfInput .ec-errorMessage,
.ec-telInput .ec-errorMessage,
.ec-checkbox .ec-errorMessage {
  font-size: 16px;
  display: inline-block;
  padding: 3px 10px;
  color: #DE5D50;
  background-color: #FFFCDE;
  border: 1px solid #DE5D50;
  border-radius: 5px;
  font-weight: bold; }

.ec-input .ec-errorMessage::before,
.subsc-alert::before,
.ec-halfInput .ec-errorMessage::before,
.ec-telInput .ec-errorMessage::before,
.ec-checkbox .ec-errorMessage::before {
  content: '！';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 10px;
  border-radius: 0.6em;
  background-color: #DE5D50;
  color: #FFFCDE;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center; }

.registration_page .ec-blockBtn--action {
  font-size: calc(16rem / 16); }

.subsc-alert {
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px; }

#purchase_point_container,
.ec-orderDelivery__address,
.ec-orderDelivery__actions {
  display: none; }

.ec-navlistRole .ec-navlistRole__navlist {
  box-shadow: 0 3px 6px #888; }

.ec-navlistRole .ec-navlistRole__navlist,
.ec-navlistRole .ec-navlistRole__item {
  border-color: #54B20F; }

.ec-navlistRole .ec-navlistRole__item a {
  color: #54B20F; }

.ec-navlistRole .active a {
  color: #fff;
  background-color: #54B20F;
  border: 1px solid #54B20F; }

.noscript__nocookie {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff; }
  .noscript__nocookie .no__layer {
    left: 50%;
    top: 50%;
    position: absolute;
    text-align: center;
    transform: translate(-50%, -50%); }
    .noscript__nocookie .no__layer .noscript, .noscript__nocookie .no__layer .nocookie {
      display: none; }

.body_inner {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto; }

@media screen and (min-width: 1024px) {
  .content-wrapper {
    display: flex; } }

.sidebar {
  width: 264px; }

.content {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .content {
      width: calc(100% - 264px); } }
.content__inner {
  padding-top: 107px; }
  @media screen and (min-width: 768px) {
    .content__inner {
      padding-top: 102px; } }
  @media screen and (min-width: 1024px) {
    .content__inner {
      padding-top: 0; } }
  @media screen and (min-width: 1280px) {
    .content__inner {
      padding-top: 96px; } }
.header {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  border-top: 4px solid #54B20F;
  background-image: linear-gradient(to bottom, #fff, #FCFCFC 60%, #EDEDED);
  z-index: 998; }
  @media screen and (min-width: 1024px) {
    .header {
      display: none; } }
  @media screen and (min-width: 1280px) {
    .header {
      display: block;
      position: fixed;
      top: 0;
      left: 50%;
      border-top: 8px solid #54B20F;
      max-width: 1920px;
      padding-left: 264px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      transform: translateX(-50%); } }
  .header__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
    @media screen and (min-width: 768px) {
      .header__inner {
        justify-content: space-between; } }
    @media screen and (min-width: 1280px) {
      .header__inner {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        padding: 12px 24px; } }
    .header__inner-sp {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      border-bottom: 2px solid #DDD;
      padding: 7px 16px 8px 16px; }
      @media screen and (min-width: 768px) {
        .header__inner-sp {
          padding: 3px 24px 3px 24px; } }
      @media screen and (min-width: 1280px) {
        .header__inner-sp {
          display: none; } }
  .header__logo {
    max-width: 120px; }
    @media screen and (min-width: 768px) {
      .header__logo {
        max-width: 150px; } }
    @media screen and (min-width: 1280px) {
      .header__logo {
        display: none; } }
    .header__logo a {
      display: block;
      width: 100%;
      height: 100%;
      font-size: 0;
      line-height: 0; }
    .header__logo img {
      max-width: 100%; }
  .header__home-btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    background-color: #3C3C3C;
    padding: 3px 20px 4px 27px;
    background-image: url("../images/common/icon_home.svg");
    background-size: 14px;
    background-position: left 8px center;
    color: #fff;
    font-size: calc(12rem / 16);
    font-weight: 700;
    line-height: calc(17rem /16); }
    @media screen and (min-width: 768px) {
      .header__home-btn a {
        padding: 3px 25px 4px 32px;
        background-size: 17px;
        font-size: 1rem;
        line-height: calc(22rem /16); } }
    @media screen and (min-width: 1280px) {
      .header__home-btn a {
        display: flex;
        align-items: center;
        padding: 3px 24px 4px 52px;
        background-size: 24px;
        background-position: left 20px center;
        font-size: calc(20rem / 16);
        line-height: calc(28rem /16); } }
    .header__home-btn a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 8px;
      display: block;
      width: 6px;
      height: 6px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: translateY(-50%) rotate(45deg); }
      @media screen and (min-width: 768px) {
        .header__home-btn a::after {
          width: 8px;
          height: 8px; } }
      @media screen and (min-width: 1280px) {
        .header__home-btn a::after {
          right: 12px;
          width: 10px;
          height: 10px;
          transform: translateY(calc(-50% + 2px)) rotate(45deg); } }
  @media screen and (min-width: 768px) {
    .header__home-btn {
      max-width: 155px; } }
  @media screen and (min-width: 1024px) {
    .header__home-btn {
      align-self: stretch;
      max-width: 213px;
      margin-left: 8px; } }
  .header__home-btn--pc {
    display: none; }
    @media screen and (min-width: 1024px) {
      .header__home-btn--pc {
        display: block; } }
  .header__home-btn--sp {
    display: block; }
    @media screen and (min-width: 1280px) {
      .header__home-btn--sp {
        display: none; } }
  .header__info {
    display: flex;
    justify-content: space-between;
    margin-right: 0;
    margin-left: 0;
    background-image: linear-gradient(to bottom, #fff 0%, #FCFCFC 60%, #EDEDED 100%);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.29);
    z-index: 2; }
    @media screen and (min-width: 1280px) {
      .header__info {
        justify-content: flex-start;
        margin-right: -4px;
        margin-left: -4px;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0);
        background-color: rgba(255, 255, 255, 0);
        background-image: none; } }
    .header__info-name--pc {
      display: none; }
      @media screen and (min-width: 1024px) {
        .header__info-name--pc {
          display: block;
          align-self: center;
          padding: 0 40px 0 0;
          font-size: calc(28rem / 16);
          font-weight: 500;
          line-height: 1em; } }
      @media screen and (min-width: 1280px) {
        .header__info-name--pc {
          font-size: calc(24rem / 16); } }
      .header__info-name--pc span {
        padding: .25em; }
    .header__info-name--sp {
      display: block;
      width: 100%;
      background-color: #fff;
      padding: 16px 0;
      font-size: calc(24rem / 16);
      font-weight: 500;
      line-height: 1em;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .header__info-name--sp {
          padding: 24px 0;
          font-size: calc(28rem / 16);
          line-height: calc(35rem / 16); } }
      @media screen and (min-width: 1024px) {
        .header__info-name--sp {
          display: none; } }
    .header__info-play-btn {
      max-width: 492px;
      position: relative;
      flex: 0 0 auto;
      padding: 0 4px; }
      .header__info-play-btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: #DD4C00;
        font-weight: 700;
        border: 2px solid #DD4C00;
        border-radius: 8px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        padding: 15px 24px 15px 80px;
        background-color: #fff;
        background-image: url("../images/common/icon_play.svg");
        background-position: center left 24px;
        background-size: 40px;
        font-size: calc(20rem / 16);
        line-height: calc(30rem / 16); }
        .header__info-play-btn a:after {
          content: '';
          position: absolute;
          top: 50%;
          right: 18px;
          display: block;
          width: 9px;
          height: 9px;
          border-top: 2px solid #DD4C00;
          border-right: 2px solid #DD4C00;
          transform: translateY(-50%) rotate(45deg); }
    .header__info-mypage-btn {
      position: relative;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
      @media screen and (min-width: 1280px) {
        .header__info-mypage-btn {
          flex: 0 0 auto;
          max-width: none;
          padding: 0 4px; } }
      .header__info-mypage-btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 30px 0 4px 0;
        background-image: url("../images/common/icon_mypage-gray.svg");
        background-position: center top calc(50% - 10px);
        background-size: 24px;
        color: #3C3C3C;
        font-size: calc(17rem / 16);
        line-height: calc(23rem / 16);
        font-weight: 700; }
        @media screen and (min-width: 768px) {
          .header__info-mypage-btn a {
            padding: 16px 0 16px 32px;
            background-position: center left calc(50% - 60px);
            background-size: 30px;
            font-size: calc(20rem / 16);
            line-height: calc(27rem / 16); } }
        @media screen and (min-width: 1280px) {
          .header__info-mypage-btn a {
            border: 2px solid #54B20F;
            border-radius: 8px;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            padding: 15px 24px 15px 80px;
            background-color: #fff;
            background-image: url("../images/common/icon_mypage.svg");
            background-position: center left 24px;
            background-size: 40px;
            font-size: calc(20rem / 16);
            line-height: calc(30rem / 16); } }
    .header__info-favorite-btn {
      position: relative;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
      border-right: 2px solid #959595;
      border-left: 2px solid #959595; }
      @media screen and (min-width: 1280px) {
        .header__info-favorite-btn {
          flex: 0 0 auto;
          max-width: none;
          border-right: none;
          border-left: none;
          padding: 0 4px; } }
      .header__info-favorite-btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 30px 0 4px 0;
        background-image: url("../images/common/icon_favorite-gray.svg");
        background-position: center top calc(50% - 10px);
        background-size: 23px;
        color: #3C3C3C;
        font-size: calc(17rem / 16);
        line-height: calc(23rem / 16);
        font-weight: 700; }
        @media screen and (min-width: 768px) {
          .header__info-favorite-btn a {
            padding: 16px 0 16px 32px;
            background-position: center left calc(50% - 60px);
            background-size: 32px;
            font-size: calc(20rem / 16);
            line-height: calc(27rem / 16); } }
        @media screen and (min-width: 1280px) {
          .header__info-favorite-btn a {
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            border: 2px solid #54B20F;
            border-radius: 8px;
            padding: 15px 24px 15px 80px;
            background-color: #fff;
            background-image: url("../images/common/icon_favorite.svg");
            background-position: center left 24px;
            background-size: 36px;
            font-size: calc(20rem / 16);
            line-height: calc(30rem / 16); } }
    .header__info-menu {
      display: block;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
      .header__info-menu a, .header__info-menu span {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 30px 0 4px 0;
        background-image: url("../images/common/icon_menu.svg");
        background-position: center top calc(50% - 10px);
        background-size: 34px;
        color: #3C3C3C;
        font-size: calc(17rem / 16);
        line-height: calc(23rem / 16);
        font-weight: 700; }
        @media screen and (min-width: 768px) {
          .header__info-menu a, .header__info-menu span {
            padding: 16px 0 16px 32px;
            background-position: center left calc(50% - 65px);
            background-size: 44px;
            font-size: calc(20rem / 16);
            line-height: calc(27rem / 16); } }
        .header__info-menu a::after, .header__info-menu span::after {
          content: '';
          display: block;
          width: 0;
          height: 0;
          margin: 10px 0 0 8px;
          border-top: 8px solid #54B20F;
          border-right: 5px solid rgba(255, 255, 255, 0);
          border-bottom: 8px solid rgba(255, 255, 255, 0);
          border-left: 5px solid rgba(255, 255, 255, 0); }
      @media screen and (min-width: 1024px) {
        .header__info-menu {
          display: none; } }
  .header__menu {
    display: none;
    position: fixed;
    top: 4px;
    right: 0;
    background-color: #F6F6F6;
    z-index: 1000;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    height: -webkit-fill-available;
    overflow: auto; }
    @media screen and (min-width: 1024px) {
      .header__menu {
        display: none; } }
    .header__menu-title {
      margin: 20px 0 12px;
      padding: 0 16px;
      font-size: calc(22rem / 16);
      font-weight: 700;
      line-height: calc(23rem / 16); }
      @media screen and (min-width: 768px) {
        .header__menu-title {
          padding: 0 24px; } }
    .header__menu-search {
      padding: 20px 0;
      background-color: #525252; }
      .header__menu-search-inner {
        display: flex;
        flex-wrap: wrap;
        padding: 0 16px; }
        @media screen and (min-width: 768px) {
          .header__menu-search-inner {
            padding: 0 24px; } }
      .header__menu-search-input {
        flex: 0 0 80%;
        min-width: 80%;
        padding: 5px 32px 5px 30px;
        background-color: #fff;
        border-radius: 4px;
        background-image: url("../images/common/icon_search.svg");
        background-position: center left 8px;
        background-size: 18px;
        font-size: calc(16rem / 16); }
        .header__menu-search-input::placeholder {
          color: #B9B9B9; }
      .header__menu-search-submit {
        flex: 0 0 calc(20% - 3px);
        max-width: calc(20% - 3px);
        margin-left: 3px;
        border-radius: 4px;
        background-color: #54B20F;
        color: #fff;
        font-size: calc(18rem / 16);
        line-height: 1em;
        text-align: center; }
        .header__menu-search-submit:hover {
          opacity: .6;
          transition: opacity .5s ease; }
    .header__menu-wrapper {
      padding: 28px 16px; }
      @media screen and (min-width: 768px) {
        .header__menu-wrapper {
          padding: 28px 24px; } }
    .header__menu-list {
      list-style: none; }
    .header__menu-item {
      border-bottom: 1px solid #B2B2B2; }
      .header__menu-item a {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        padding: 16px 32px 16px 0;
        font-size: calc(18rem / 16);
        font-weight: 700;
        line-height: calc(24rem / 16); }
        .header__menu-item a span {
          margin: 2px 0 0 0;
          width: 33px; }
        .header__menu-item a br {
          display: none; }
        .header__menu-item a::after {
          content: '';
          position: absolute;
          top: 50%;
          right: 6px;
          display: block;
          width: 10px;
          height: 10px;
          border-top: 2px solid #409600;
          border-right: 2px solid #409600;
          transform: rotate(45deg) translateY(-50%); }
    .header__menu-close--top {
      display: flex;
      width: calc(100% - 48px);
      height: 100%;
      margin: 0 16px;
      border-bottom: 1px solid #B2B2B2;
      padding: 16px 0 13px 0;
      font-size: calc(18rem / 16);
      font-weight: 700;
      line-height: calc(24rem / 16);
      cursor: pointer; }
      @media screen and (min-width: 768px) {
        .header__menu-close--top {
          margin: 0 24px; } }
      .header__menu-close--top span {
        margin: 2px 0 0 0;
        width: 33px; }
    .header__menu-close--bottom {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px 0;
      background-color: #409600;
      color: #fff;
      font-size: calc(18rem / 16);
      font-weight: 700;
      line-height: calc(25rem / 16);
      cursor: pointer; }
      .header__menu-close--bottom span {
        display: block;
        width: 25px;
        height: 25px;
        margin-right: 12px; }

#sample__video-sp {
  max-width: 22px; }

.sidebar {
  display: none; }
  @media screen and (min-width: 1024px) {
    .sidebar {
      display: block;
      padding-top: 24px;
      background-color: #F6F6F6;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      z-index: 1000; } }
  .sidebar__logo {
    width: 224px;
    margin: 0 auto 24px auto; }
    .sidebar__logo a {
      display: block;
      width: 100%;
      height: 100%;
      font-size: 0;
      line-height: 0; }
    .sidebar__logo img {
      max-width: 100%; }
  @media screen and (min-width: 1280px) {
    .sidebar__user-nav {
      display: none; } }
  .sidebar__user-name {
    margin-bottom: 24px;
    font-size: calc(22rem / 16);
    line-height: calc(35rem / 16);
    text-align: center; }
    .sidebar__user-name-1 {
      display: block; }
    .sidebar__user-name-3 {
      margin-left: .5em; }
  .sidebar__mypage-btn {
    max-width: 224px;
    margin: 12px 24px; }
    .sidebar__mypage-btn a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      border: 2px solid #54B20F;
      border-radius: 8px;
      padding: 15px 24px 15px 70px;
      background-color: #fff;
      background-image: url("../images/common/icon_mypage.svg");
      background-position: center left 24px;
      font-size: calc(22rem / 16);
      font-weight: 700;
      line-height: calc(30rem / 16); }
  .sidebar__favorite-btn {
    max-width: 224px;
    margin: 12px 24px; }
    .sidebar__favorite-btn a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      border: 2px solid #54B20F;
      border-radius: 8px;
      padding: 15px 24px 15px 70px;
      background-color: #fff;
      background-image: url("../images/common/icon_favorite.svg");
      background-position: center left 24px;
      font-size: calc(22rem / 16);
      font-weight: 700;
      line-height: calc(30rem / 16); }
  .sidebar__play-btn {
    max-width: 224px;
    margin: 12px 24px; }
    .sidebar__play-btn a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      border: 2px solid #DD4C00;
      border-radius: 8px;
      color: #DD4C00;
      padding: 15px 24px 15px 70px;
      background-color: #fff;
      background-image: url("../images/common/icon_play.svg");
      background-position: center left 24px;
      font-size: calc(22rem / 16);
      font-weight: 700;
      line-height: calc(30rem / 16); }
  .sidebar__nav-wrapper {
    margin-top: 32px; }
  .sidebar__nav-title {
    padding: 16px 20px;
    background-color: #525252;
    color: #fff;
    font-size: calc(22rem / 16);
    font-weight: 700;
    line-height: 1em; }
  .sidebar__nav {
    padding: 28px; }
    .sidebar__nav ul {
      list-style: none; }
    .sidebar__nav li {
      border-bottom: 1px solid #B2B2B2; }
    .sidebar__nav a {
      position: relative;
      display: flex;
      width: 100%;
      height: 100%;
      padding: 16px 32px 16px 0;
      font-size: calc(18rem / 16);
      line-height: calc(24rem / 16); }
      .sidebar__nav a span {
        margin: 2px 0 0 0;
        width: 33px; }
      .sidebar__nav a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 6px;
        display: block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #409600;
        border-right: 2px solid #409600;
        transform: rotate(45deg) translateY(-50%); }

.footer {
  background-color: #363636; }
  .footer__inner {
    max-width: 1134px;
    margin-right: auto;
    margin-left: auto;
    padding: 16px; }
    @media screen and (min-width: 768px) {
      .footer__inner {
        padding: 36px 24px 22px 24px; } }
    @media screen and (min-width: 1280px) {
      .footer__inner {
        padding: 56px 0; } }
  .footer__body {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
    @media screen and (min-width: 768px) {
      .footer__body {
        flex-direction: column;
        align-items: center;
        margin: 0 -24px; } }
    @media screen and (min-width: 1280px) {
      .footer__body {
        align-items: flex-start;
        flex-direction: row;
        margin: 0 -50px; } }
  .footer__logo {
    position: relative;
    flex: 0 0 auto;
    max-width: 160px;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .footer__logo {
        padding: 0;
        flex: 0 0 auto;
        max-width: 206px; } }
    @media screen and (min-width: 1280px) {
      .footer__logo {
        flex: 0 0 24.6913580247%;
        max-width: 24.6913580247%;
        padding: 18px 50px 0 50px; } }
    .footer__logo a {
      display: block;
      width: 100%;
      height: 100%;
      font-size: 0;
      line-height: 0; }
    .footer__logo img {
      max-width: 100%; }
  .footer__nav {
    display: none; }
    @media screen and (min-width: 1280px) {
      .footer__nav {
        position: relative;
        display: block;
        flex: 0 0 75.3086419753%;
        max-width: 75.3086419753%;
        padding: 0 50px; } }
    .footer__nav ul {
      list-style: none; }
    .footer__nav a {
      position: relative;
      display: block;
      border-bottom: 1px solid #646464;
      padding: 9px 10px 9px 0;
      color: #fff;
      font-size: 1rem;
      line-height: calc(27rem / 16); }
      .footer__nav a br {
        display: none; }
      .footer__nav a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        width: 9px;
        height: 9px;
        border-top: 2px solid #54B20F;
        border-right: 2px solid #54B20F;
        transform: translateY(-50%) rotate(45deg); }
  .footer__nav-inner-1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -28px 50px; }
  .footer__nav-group-1 {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 28px; }
  .footer__nav-title {
    border-bottom: 1px solid #BAB4B4;
    padding: 16px 0;
    color: #fff;
    font-size: calc(22rem / 16);
    font-weight: 700;
    line-height: calc(23rem / 16); }
  .footer__nav-list-1 {
    max-width: 255px;
    margin-left: 16px; }
  .footer__nav-inner-2 {
    border-top: 1px solid #BAB4B4;
    padding-top: 16px; }
  .footer__nav-group-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
  .footer__nav-list-2 {
    position: relative;
    margin: 0 26px 0 16px;
    width: 255px; }
  .footer__nav-list-3 {
    position: relative;
    margin: 0 0 0 26px;
    width: 255px; }
  .footer__nav-item-2 {
    position: relative; }
  .footer .footer__foot {
    margin-top: 40px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .footer .footer__foot {
        margin-top: 64px; } }
    @media screen and (min-width: 1280px) {
      .footer .footer__foot {
        margin-top: 80px;
        margin-right: 200px; } }
    .footer .footer__foot small {
      color: #959595;
      font-size: calc(11rem / 16);
      font-weight: 500;
      line-height: calc(15rem / 16); }
  .footer__btn-pagetop {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 90px; }
    @media screen and (min-width: 768px) {
      .footer__btn-pagetop {
        width: 120px;
        z-index: 900; } }
    @media screen and (min-width: 1280px) {
      .footer__btn-pagetop {
        width: 146px; } }
    .footer__btn-pagetop:hover {
      opacity: .6;
      transition: opacity .5s ease;
      cursor: pointer; }
    .footer__btn-pagetop img {
      max-width: 100%; }

.page__inner {
  max-width: 1008px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px; }
  @media screen and (min-width: 768px) {
    .page__inner {
      padding: 0 24px; } }
.page__content {
  padding: 0 0 40px 0; }
  @media screen and (min-width: 768px) {
    .page__content {
      padding: 80px 0; } }
  .page__content h1 {
    max-width: 960px;
    margin: 0 auto;
    border-bottom: none;
    padding: 20px 16px;
    background-color: #409600;
    color: #fff;
    font-size: calc(23rem / 16);
    line-height: calc(33rem / 16); }
    @media screen and (min-width: 768px) {
      .page__content h1 {
        margin: 0 24px 40px;
        border-bottom: 1px solid #C1C1C1;
        background-color: #fff;
        padding: 20px 0;
        color: #000;
        font-size: calc(28rem / 16);
        line-height: calc(38rem / 16); } }
    @media screen and (min-width: 1280px) {
      .page__content h1 {
        margin: 0 auto 40px; } }
  .page__content-lead {
    font-weight: normal;
    font-size: calc(20rem / 16);
    line-height: calc(27rem / 16);
    padding: 0 !important; }
    @media screen and (min-width: 768px) {
      .page__content-lead {
        display: block;
        margin-top: 16px;
        padding: 12px 0; } }
  .page__content h2 {
    font-size: calc(22rem / 16);
    line-height: 1.5em;
    color: #0F0F0F;
    margin: 50px 0 20px 0; }
  .page__content h3 {
    margin-bottom: 40px;
    padding: 20px 0;
    color: #409600;
    font-size: calc(28rem / 16);
    line-height: calc(38rem / 16); }
    @media screen and (min-width: 768px) {
      .page__content h3 {
        border-bottom: 1px solid #C1C1C1; } }
  .page__content p {
    margin-bottom: 1em;
    font-size: calc(18rem / 16);
    line-height: calc(25rem / 16); }
    @media screen and (min-width: 768px) {
      .page__content p {
        padding-left: 48px;
        font-size: calc(20rem / 16);
        line-height: calc(30rem / 16); } }
  .page__content ol, .page__content ul {
    list-style: none;
    padding-left: 48px; }
    .page__content ol li, .page__content ul li {
      margin: 16px 0;
      font-size: calc(20rem / 16);
      line-height: calc(30rem / 16); }
  .page__content .page__list ul li::before {
    content: none; }
  .page__content table {
    margin: 20px 0;
    border-collapse: collapse;
    border: 1px solid #C1C1C1;
    font-size: calc(20rem / 16);
    line-height: calc(30rem / 16); }
    @media screen and (min-width: 768px) {
      .page__content table {
        margin: 40px 0; } }
    .page__content table thead tr {
      background-color: #F6F6F6; }
    .page__content table thead th {
      border: 1px solid #C1C1C1;
      padding: 20px;
      font-weight: 700; }
    .page__content table tbody th {
      border: 1px solid #C1C1C1;
      padding: 20px;
      font-weight: 700; }
    .page__content table tbody td {
      border: 1px solid #C1C1C1;
      padding: 20px; }

.page__list--1 > li {
  counter-increment: c1;
  padding-left: 1.2em;
  text-indent: -1.1em; }
  .page__list--1 > li::before {
    content: counter(c1) "."; }
  .page__list--1 > li ol li {
    counter-increment: c1_1;
    padding-left: 1.8em;
    text-indent: -1.6em; }
    .page__list--1 > li ol li::before {
      content: counter(c1) "." counter(c1_1); }

.page__list--2 > li {
  counter-increment: c2;
  padding-left: 1.2em;
  text-indent: -1.1em; }
  .page__list--2 > li::before {
    content: counter(c2) ")"; }

.page__list--3 > li {
  padding-left: 1.2em;
  text-indent: -1.2em; }
  .page__list--3 > li::before {
    content: '・'; }

.terms .page__content a, .tradelaw .page__content a, .privacy .page__content a {
  color: #337ab7;
  text-decoration: underline; }

.mod_util {
  background-color: #F8F7F3; }
  .mod_util-inner {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 24px 16px 32px 16px; }
    @media screen and (min-width: 768px) {
      .mod_util-inner {
        padding: 20px 24px 40px 24px; } }
    @media screen and (min-width: 1280px) {
      .mod_util-inner {
        padding: 20px 0 40px 0; } }
  .mod_util h2 {
    padding: 40px 0 20px 16px;
    background-color: #fff;
    font-size: calc(28rem / 16);
    font-weight: 700;
    line-height: calc(38rem / 16); }
    @media screen and (min-width: 768px) {
      .mod_util h2 {
        padding-bottom: 0;
        margin-bottom: 20px;
        background-color: #F8F7F3;
        text-align: center; } }
  .mod_util-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none; }
    @media screen and (min-width: 768px) {
      .mod_util-list {
        margin: -4px; } }
    @media screen and (min-width: 1280px) {
      .mod_util-list {
        margin: -20px; } }
  .mod_util-item {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 6px 0; }
    @media screen and (min-width: 768px) {
      .mod_util-item {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        padding: 4px; } }
    @media screen and (min-width: 1280px) {
      .mod_util-item {
        padding: 20px; } }
    .mod_util-item a {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 100%;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      border-radius: 10px;
      border: 3px solid #5CBF12;
      padding: 25px 24px 27px 88px;
      background-color: #fff; }
      @media screen and (min-width: 375px) {
        .mod_util-item a {
          padding: 25px 24px 27px 98px; } }
      @media screen and (min-width: 768px) {
        .mod_util-item a {
          justify-content: center;
          align-items: center;
          padding: 92px 16px 16px 16px; } }
    .mod_util-item h3 {
      position: relative;
      font-size: calc(16rem / 16);
      line-height: calc(17rem / 16); }
      @media screen and (min-width: 375px) {
        .mod_util-item h3 {
          font-size: calc(20rem / 16);
          line-height: calc(17rem / 16); } }
      @media screen and (min-width: 768px) {
        .mod_util-item h3 {
          font-size: calc(17rem / 16);
          line-height: calc(23rem / 16); } }
      @media screen and (min-width: 1280px) {
        .mod_util-item h3 {
          font-size: calc(23rem / 16);
          line-height: calc(32rem / 16); } }
      .mod_util-item h3::before {
        content: '';
        position: absolute;
        top: calc(50% + 1px);
        right: 9px;
        display: block;
        width: 12px;
        height: 12px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: translateY(-50%) rotate(45deg);
        z-index: 2; }
        @media screen and (min-width: 768px) {
          .mod_util-item h3::before {
            top: 50%;
            right: 8px;
            width: 10px;
            height: 10px;
            border-top: 4px solid #fff;
            border-right: 4px solid #fff; } }
        @media screen and (min-width: 1280px) {
          .mod_util-item h3::before {
            top: 50%;
            right: 10px;
            width: 11px;
            height: 11px; } }
      .mod_util-item h3::after {
        content: '';
        position: absolute;
        top: calc(50% + 1px);
        right: 0;
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-left: .5em;
        margin-bottom: -4px;
        background-color: #54B20F;
        transform: translateY(-50%); }
        @media screen and (min-width: 768px) {
          .mod_util-item h3::after {
            position: static;
            width: 22px;
            height: 22px;
            transform: translateY(0); } }
        @media screen and (min-width: 1280px) {
          .mod_util-item h3::after {
            position: static;
            width: 28px;
            height: 28px;
            transform: translateY(0); } }
      .mod_util-item h3 br {
        display: none; }
    .mod_util-item--1 a {
      background-image: url("../images/home/icon_faq.svg");
      background-size: 32px;
      background-position: center left 32px; }
      @media screen and (min-width: 768px) {
        .mod_util-item--1 a {
          background-size: 48px;
          background-position: center top calc(50% - 17px); } }
    .mod_util-item--2 a {
      background-image: url("../images/home/icon_use.svg");
      background-size: 62px;
      background-position: center left 16px; }
      @media screen and (min-width: 768px) {
        .mod_util-item--2 a {
          background-size: 92px;
          background-position: center top calc(50% - 22px); } }
    .mod_util-item--3 a {
      background-image: url("../images/home/icon_contact.svg");
      background-size: 38px;
      background-position: center left 28px; }
      @media screen and (min-width: 768px) {
        .mod_util-item--3 a {
          background-size: 50px;
          background-position: center top calc(50% - 15px); } }
.mod_sub-util-inner {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 16px 56px 16px; }
  @media screen and (min-width: 768px) {
    .mod_sub-util-inner {
      padding: 24px 24px 88px 24px; } }
  @media screen and (min-width: 1280px) {
    .mod_sub-util-inner {
      padding: 36px 0 96px 0; } }
.mod_sub-util-list {
  display: flex;
  flex-wrap: wrap;
  margin: -4px 0;
  list-style: none; }
  @media screen and (min-width: 768px) {
    .mod_sub-util-list {
      margin: -8px -12px; } }
  @media screen and (min-width: 1024px) {
    .mod_sub-util-list {
      margin: -8px -16px; } }
.mod_sub-util-item {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 4px 0; }
  @media screen and (min-width: 768px) {
    .mod_sub-util-item {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 8px 12px; } }
  @media screen and (min-width: 1280px) {
    .mod_sub-util-item {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
      padding: 8px 16px; } }
  .mod_sub-util-item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #646464;
    padding: 16px 0;
    color: #333;
    font-size: calc(20rem / 16);
    font-weight: 700;
    line-height: calc(19rem / 16); }
    .mod_sub-util-item a::before {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      display: block;
      width: 24px;
      height: 24px;
      margin-left: .5em;
      margin-bottom: -6px;
      background-color: #54B20F;
      transform: translateY(-50%); }
      @media screen and (min-width: 1280px) {
        .mod_sub-util-item a::before {
          width: 20px;
          height: 20px; } }
    .mod_sub-util-item a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 9px;
      display: block;
      width: 10px;
      height: 10px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: translateY(-50%) rotate(45deg); }
      @media screen and (min-width: 1280px) {
        .mod_sub-util-item a::after {
          right: 8px;
          width: 8px;
          height: 8px; } }
    .mod_sub-util-item a br {
      display: none; }

.mod_list-1 {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
  padding-left: 0 !important;
  list-style: none; }
  @media screen and (min-width: 1280px) {
    .mod_list-1 {
      margin: -8px; } }
  .mod_list-1 li {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 4px;
    margin: 0 !important; }
    @media screen and (min-width: 1280px) {
      .mod_list-1 li {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 8px; } }
  .mod_list-1 a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: 2px solid #5CBF12;
    padding: 10px 50px 10px 14px;
    background-color: #fff;
    font-size: calc(18rem / 16);
    font-weight: 700;
    line-height: calc(24rem / 16); }
    @media screen and (min-width: 768px) {
      .mod_list-1 a {
        padding: 24px 50px 24px 18px;
        font-size: calc(24rem / 16);
        line-height: calc(33rem / 16); } }
    .mod_list-1 a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 14px;
      display: block;
      width: 9px;
      height: 9px;
      border-top: 2px solid #5CBF12;
      border-right: 2px solid #5CBF12;
      transform: translate(0, -50%) rotate(45deg); }
      @media screen and (min-width: 768px) {
        .mod_list-1 a::after {
          width: 10px;
          height: 10px; } }
.mod_list-2 {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
  padding-left: 0 !important;
  list-style: none; }
  @media screen and (min-width: 1280px) {
    .mod_list-2 {
      margin: -8px; } }
  .mod_list-2 li {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 4px;
    margin: 0 !important; }
    @media screen and (min-width: 1280px) {
      .mod_list-2 li {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 8px; } }
  .mod_list-2 a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: 2px solid #5CBF12;
    padding: 10px 50px 10px 14px;
    background-color: #fff;
    font-size: calc(18rem / 16) !important;
    font-weight: 700;
    line-height: calc(24rem / 16) !important; }
    @media screen and (min-width: 768px) {
      .mod_list-2 a {
        padding: 24px 50px 24px 18px;
        font-size: calc(24rem / 16) !important;
        line-height: calc(33rem / 16) !important; } }
    .mod_list-2 a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 24px;
      display: block;
      width: 9px;
      height: 9px;
      border-right: 2px solid #5CBF12;
      border-bottom: 2px solid #5CBF12;
      transform: translate(0, -50%) rotate(45deg); }
      @media screen and (min-width: 768px) {
        .mod_list-2 a::after {
          width: 10px;
          height: 10px; } }
h2.mod_movie-h2 {
  margin-bottom: 26px;
  font-size: calc(22rem / 16);
  line-height: calc(30rem / 16); }
  @media screen and (min-width: 768px) {
    h2.mod_movie-h2 {
      margin-bottom: 30px;
      border-bottom: 1px solid #C1C1C1;
      padding: 16px 0;
      font-size: calc(28rem / 16);
      line-height: calc(38rem / 16); } }
p.mod_movie-lead {
  display: none;
  padding-left: 0;
  font-size: calc(20rem / 16);
  font-weight: normal;
  line-height: calc(27rem / 16); }
  @media screen and (min-width: 768px) {
    p.mod_movie-lead {
      display: block;
      margin: 30px 0 40px 0; } }
.mod_movie-list {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
  padding-left: 0 !important;
  list-style: none; }
  @media screen and (min-width: 768px) {
    .mod_movie-list {
      margin: -10px; } }
  @media screen and (min-width: 768px) {
    .mod_movie-list {
      margin: -12px; } }
.mod_movie-item {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 8px; }
  @media screen and (min-width: 768px) {
    .mod_movie-item {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 10px; } }
  @media screen and (min-width: 1280px) {
    .mod_movie-item {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
      padding: 12px; } }
  .mod_movie-item-inner {
    border-radius: 9px;
    border: 1px solid #DBDBDB;
    background-color: #F8F8F8;
    overflow: hidden; }

.mod_movie-img-wrapper {
  position: relative; }
  .mod_movie-img-wrapper::before {
    content: '';
    display: block;
    padding-top: 57.2368421053%; }
  .mod_movie-img-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0; }
  .mod_movie-img-wrapper img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.mod_movie-text-wrapper {
  padding: 16px; }

.mod_movie-title {
  display: inline-block;
  margin-bottom: 6px;
  font-size: calc(22rem / 16);
  font-weight: 700;
  line-height: calc(30rem / 16); }
  .mod_movie-title::after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-bottom: 4px;
    margin-left: .5em;
    border-top: 2px solid #FF5800;
    border-right: 2px solid #FF5800;
    transform: rotate(45deg); }

.mod_movie-keyword-list {
  display: flex;
  flex-wrap: wrap;
  margin: 8px -1px;
  padding-left: 0 !important;
  list-style: none; }

.mod_movie-keyword-item {
  position: relative;
  padding: 1px;
  margin: 0 !important;
  line-height: calc(18rem / 16) !important; }
  .mod_movie-keyword-item span {
    border-radius: 4px;
    padding: 1px 8px;
    background-color: #7B3E00;
    color: #fff;
    font-size: calc(13rem / 16);
    line-height: calc(18rem / 16); }

.mod_movie-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -2px 0 -2px; }

.mod_movie-btn-favorite {
  position: relative;
  flex: 0 0 50%;
  padding: 0 2px;
  max-width: 50%; }
  .mod_movie-btn-favorite.favorite__add input {
    background-image: url("../images/common/icon_star-off.svg");
    border: 1px solid #A2A2A2; }
  .mod_movie-btn-favorite.favorite__del input {
    background-image: url("../images/common/icon_star-on.svg"); }
  .mod_movie-btn-favorite input {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background-color: #fff;
    background-image: url("../images/common/icon_star-off.svg");
    background-position: top calc(50% + 1px) left 16px;
    width: 100%;
    height: 100%;
    padding: 10px 10px 10px 40px;
    font-size: 1rem;
    font-weight: 700;
    line-height: calc(22rem / 16); }

.mod_movie-btn-watch {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 2px; }
  .mod_movie-btn-watch span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #F66C17;
    width: 100%;
    height: 100%;
    padding: 10px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: calc(22rem / 16); }
    .mod_movie-btn-watch span::before {
      content: '';
      display: inline-block;
      width: 17px;
      height: 17px;
      margin: 3px .8em 0 0;
      background-image: url("../images/common/icon_start.svg");
      background-size: contain; }

.mod_movie-btn-more {
  max-width: 470px;
  margin: 20px auto 0 auto; }
  @media screen and (min-width: 1280px) {
    .mod_movie-btn-more {
      margin: 48px auto 0 auto; } }
  .mod_movie-btn-more a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #A2A2A2;
    border-radius: 8px;
    background-color: #F8F8F8;
    padding: 10px 30px;
    font-size: calc(18rem / 16);
    font-weight: 700;
    line-height: calc(24rem / 16);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16); }
    @media screen and (min-width: 768px) {
      .mod_movie-btn-more a {
        padding: 15px 30px;
        font-size: calc(22rem / 16);
        line-height: calc(30rem / 16); } }
    @media screen and (min-width: 1280px) {
      .mod_movie-btn-more a {
        padding: 13px 30px; } }
    .mod_movie-btn-more a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 18px;
      display: block;
      width: 9px;
      height: 9px;
      border-top: 2px solid #000;
      border-right: 2px solid #000;
      transform: translateY(-50%) rotate(45deg); }
      @media screen and (min-width: 768px) {
        .mod_movie-btn-more a::after {
          width: 10px;
          height: 10px; } }
  @media screen and (min-width: 768px) {
    .mod_movie-btn-more {
      margin: 44px auto 0 auto; } }
h2.mod_search-h2 {
  display: flex;
  align-items: center;
  color: #fff;
  margin: 0 0 12px;
  font-size: calc(23rem / 16);
  line-height: calc(24rem / 16); }
  @media screen and (min-width: 768px) {
    h2.mod_search-h2 {
      margin-bottom: 24px;
      font-size: calc(28rem / 16);
      line-height: calc(38rem / 16); } }
  h2.mod_search-h2 span {
    display: none; }
    @media screen and (min-width: 768px) {
      h2.mod_search-h2 span {
        display: inline;
        margin: 0 0 0 2em;
        border-top: none;
        font-weight: 400;
        font-size: calc(20rem / 16);
        line-height: calc(27rem / 16);
        color: #fff; } }
.mod_search {
  background-color: rgba(21, 21, 21, 0.74); }
  @media screen and (min-width: 1280px) {
    .mod_search {
      margin-bottom: 56px; } }
  .mod_search-inner {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 19px 16px 60px; }
    @media screen and (min-width: 768px) {
      .mod_search-inner {
        padding: 28px 24px; } }
    @media screen and (min-width: 1280px) {
      .mod_search-inner {
        padding: 28px 0; } }
  .mod_search-input-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px; }
    @media screen and (min-width: 768px) {
      .mod_search-input-wrapper {
        margin-bottom: 24px; } }
  .mod_search-input {
    flex: 0 0 85%;
    min-width: 85%;
    padding: 5px 32px 5px 30px;
    background-color: #fff;
    border-radius: 4px;
    background-image: url("../images/common/icon_search.svg");
    background-position: center left 8px;
    background-size: 18px;
    font-size: calc(16rem / 16); }
    .mod_search-input::placeholder {
      color: #B9B9B9; }
    @media screen and (min-width: 768px) {
      .mod_search-input {
        flex: 0 0 513px;
        min-width: 513px;
        padding: 11px 32px 11px 60px;
        background-position: center left 16px;
        background-size: 32px;
        font-size: calc(22rem / 16); } }
  .mod_search-submit {
    flex: 0 0 calc(15% - 3px);
    max-width: calc(15% - 3px);
    margin-left: 3px;
    border-radius: 4px;
    background-color: #54B20F;
    color: #fff;
    font-size: calc(18rem / 16);
    line-height: 1em;
    text-align: center; }
    .mod_search-submit:hover {
      opacity: .6;
      transition: opacity .5s ease; }
    @media screen and (min-width: 768px) {
      .mod_search-submit {
        flex: 0 0 136px;
        max-width: 136px;
        margin-left: 10px;
        font-size: calc(25rem / 16); } }
  .mod_search-keyword {
    display: flex;
    flex-wrap: wrap;
    margin: -4px;
    list-style: none;
    padding-left: 0 !important; }
  .mod_search-keyword-item {
    padding: 4px;
    margin: 0 !important; }
    .mod_search-keyword-item a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50px;
      padding: 4px 28px 5px 16px;
      background-color: #fff;
      color: #000;
      font-size: calc(18rem / 16);
      font-weight: 500;
      line-height: calc(24rem / 16); }
      @media screen and (min-width: 1280px) {
        .mod_search-keyword-item a {
          padding: 8px 28px 8px 16px;
          font-size: 1rem;
          font-weight: 700;
          line-height: calc(22rem / 16); } }
      .mod_search-keyword-item a::after {
        content: '';
        position: absolute;
        top: calc(50% + 1px);
        right: 16px;
        display: block;
        width: 8px;
        height: 8px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        transform: translateY(-50%) rotate(45deg); }

.mod_breadcrumb {
  background-color: #F6F6F6;
  padding: 20px; }
  .mod_breadcrumb ul {
    list-style: none;
    display: flex;
    align-items: center;
    max-width: 960px;
    margin: 0 auto;
    flex-wrap: wrap; }
    @media screen and (min-width: 768px) {
      .mod_breadcrumb ul {
        flex-wrap: wrap; } }
  .mod_breadcrumb li {
    margin-bottom: 10px; }
  .mod_breadcrumb li + li::before {
    content: '>';
    margin: 10px; }
  .mod_breadcrumb a {
    border-bottom: 1px solid #0F0F0F;
    color: #0F0F0F;
    font-size: calc(18rem / 16);
    line-height: calc(24rem / 16); }
  .mod_breadcrumb span {
    color: #409600;
    font-size: calc(18rem / 16);
    font-weight: 700;
    line-height: calc(24rem / 16); }

.mod_inpage-link {
  margin: 0 -16px 20px -16px;
  padding: 20px;
  background-color: #F8F7F3; }
  @media screen and (min-width: 768px) {
    .mod_inpage-link {
      margin: 20px 0 40px 0;
      padding: 30px 40px; } }
  .mod_inpage-link h5 {
    margin-bottom: 8px;
    font-size: calc(20rem / 16);
    font-weight: 500;
    line-height: calc(23rem / 16); }
    @media screen and (min-width: 768px) {
      .mod_inpage-link h5 {
        margin-bottom: 16px;
        font-size: calc(18rem / 16); } }
  .mod_inpage-link ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: -4px;
    padding-left: 0; }
  .mod_inpage-link li {
    position: relative;
    padding: 4px;
    margin: 0 !important; }
  .mod_inpage-link a {
    position: relative;
    display: block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: 2px solid #409600;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 35px 10px 20px;
    color: #409600;
    font-size: calc(16rem / 16);
    font-weight: 700;
    line-height: calc(22rem / 16); }
    @media screen and (min-width: 768px) {
      .mod_inpage-link a {
        font-size: calc(24rem / 16);
        line-height: calc(33rem / 16); } }
    .mod_inpage-link a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 12px;
      display: block;
      width: 12px;
      height: 12px;
      border-right: 2px solid #409600;
      border-bottom: 2px solid #409600;
      transform: translateY(-75%) rotate(45deg); }

.mod_pagenation {
  margin: 80px 0 0 0; }
  .mod_pagenation ul {
    display: flex;
    justify-content: center; }
    .mod_pagenation ul li {
      margin: 0 12px; }
    .mod_pagenation ul a {
      border-bottom: 1px solid #1F8800;
      font-size: 1rem;
      font-weight: 700;
      line-height: calc(22rem / 16);
      color: #1F8800; }
    .mod_pagenation ul span {
      font-size: 1rem;
      line-height: calc(22rem / 16); }

.home__kv-wrapper {
  padding: 20px 0 40px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-image: url("../images/home/bg_home-slider.jpg");
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .home__kv-wrapper {
      padding: 80px 0; } }
  @media screen and (min-width: 1280px) {
    .home__kv-wrapper {
      padding-top: 160px; } }
.home__kv-img-wrapper {
  position: relative;
  font-size: 0;
  line-height: 0; }
  .home__kv-img-wrapper::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 57.6923076923%; }
  .home__kv-img-wrapper img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.home__kv-text-wrapper {
  padding: 12px 16px 24px;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .home__kv-text-wrapper {
      padding: 16px 11px 44px; } }
  @media screen and (min-width: 1280px) {
    .home__kv-text-wrapper {
      padding: 16px 24px 48px 24px; } }
  .home__kv-text-wrapper span {
    font-size: calc(22rem / 16);
    font-weight: 700;
    line-height: calc(30rem / 16); }
    @media screen and (min-width: 768px) {
      .home__kv-text-wrapper span {
        font-size: calc(24rem / 16);
        line-height: calc(33rem / 16); } }
    @media screen and (min-width: 1280px) {
      .home__kv-text-wrapper span {
        font-size: calc(27rem / 16);
        line-height: calc(37rem / 16); } }
.swiper-slide, .swiper-backface-hidden .swiper-slide {
  opacity: .6; }
  @media screen and (min-width: 768px) {
    .swiper-slide, .swiper-backface-hidden .swiper-slide {
      transform: scale(0.8); } }
.swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  cursor: pointer; }
  @media screen and (min-width: 1280px) {
    .swiper-slide.swiper-slide-active {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); } }
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
  background-color: #DBDBDB;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1); }
  @media screen and (min-width: 768px) {
    .swiper-pagination-bullet {
      width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
      height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px)); } }
.swiper-pagination-bullet-active {
  background-color: #59B415; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }
  @media screen and (min-width: 768px) {
    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px); } }
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px; }
  @media screen and (min-width: 768px) {
    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
      bottom: 32px; } }
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  width: 42px;
  height: 42px;
  background-size: 42px 42px;
  margin-top: -21px; }
  @media screen and (min-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
      width: 64px;
      height: 64px;
      background-size: 64px 64px;
      margin-top: -32px; } }
.swiper-button-next {
  background-image: url("../images/home/icon_next.svg"); }

.swiper-button-prev {
  background-image: url("../images/home/icon_next.svg");
  transform: scale(-1, 1); }

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev"; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next"; }

@media screen and (min-width: 1280px) {
  .home__sample--video {
    display: none; } }

.home__sample--video-inner {
  padding: 56px 24px;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto; }

.home__sample--video .header__info-play-btn {
  margin: auto; }

.home__news-inner {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 72px 16px 48px 16px; }
  @media screen and (min-width: 768px) {
    .home__news-inner {
      padding: 56px 24px 48px 24px; } }
  @media screen and (min-width: 1280px) {
    .home__news-inner {
      display: flex;
      align-items: flex-start;
      padding: 44px 167px 48px 0; } }
.home__news-head {
  display: flex;
  flex: 0 0 186px;
  align-items: center;
  font-size: calc(28rem / 16);
  font-weight: 700;
  line-height: calc(38rem / 16); }
  @media screen and (min-width: 1280px) {
    .home__news-head::after {
      content: '';
      display: block;
      margin: 0 36px;
      width: 2px;
      height: 20px;
      background-color: #707070; } }
.home__news-body {
  margin: -8px 0 -8px 0; }
  @media screen and (min-width: 1280px) {
    .home__news-body {
      margin: -2px 0 -8px 0; } }
.home__news-item {
  border-bottom: 1px solid #DBDBDB; }
  @media screen and (min-width: 1280px) {
    .home__news-item {
      border-bottom: none;
      padding: 8px 0; } }
  .home__news-item a {
    position: relative;
    display: block;
    padding: 20px 0; }
    @media screen and (min-width: 1280px) {
      .home__news-item a {
        display: flex;
        align-items: flex-start;
        padding: 0; } }
    .home__news-item a::after {
      content: '';
      position: absolute;
      top: 70px;
      right: 2px;
      display: block;
      width: 11px;
      height: 11px;
      border-top: 2px solid #54B20F;
      border-right: 2px solid #54B20F;
      transform: rotate(45deg); }
      @media screen and (min-width: 1280px) {
        .home__news-item a::after {
          display: none; } }
.home__news-date {
  margin: 0 0 12px 0;
  color: #797979;
  font-size: calc(20rem / 16);
  font-weight: 500;
  line-height: calc(27rem / 16); }
  @media screen and (min-width: 1280px) {
    .home__news-date {
      margin: 0 16px 0 0;
      font-size: calc(18rem / 16);
      font-weight: 400;
      line-height: calc(24rem / 16); } }
.home__news-title {
  flex: 1 0;
  margin-right: 40px;
  font-size: calc(22rem / 16);
  font-weight: 700;
  line-height: calc(30rem / 16); }
  @media screen and (min-width: 1280px) {
    .home__news-title {
      font-size: calc(18rem / 16);
      font-weight: 400;
      line-height: calc(24rem / 16); } }
.home__news-detail {
  display: none; }
  @media screen and (min-width: 1280px) {
    .home__news-detail {
      display: block;
      max-width: 112px;
      align-self: center; } }
  .home__news-detail span {
    position: relative;
    display: block;
    border-radius: 100px;
    width: 100%;
    height: 100%;
    padding: 8px 30px 9px 20px;
    background-color: #409600;
    color: #fff;
    font-size: calc(12rem / 16);
    font-weight: 700;
    line-height: calc(17rem / 16);
    text-align: center; }
    .home__news-detail span::after {
      content: '';
      position: absolute;
      right: 15px;
      top: 50%;
      display: block;
      width: 8px;
      height: 8px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: translateY(-50%) rotate(45deg); }

.home__news--pc {
  display: none; }
  @media screen and (min-width: 1280px) {
    .home__news--pc {
      display: block; } }
.home__news--sp {
  display: block; }
  @media screen and (min-width: 1280px) {
    .home__news--sp {
      display: none; } }
.home__purpose {
  background-color: #FAF9F6; }
  .home__purpose-inner {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 16px; }
    @media screen and (min-width: 768px) {
      .home__purpose-inner {
        padding: 56px 24px 40px 24px; } }
    @media screen and (min-width: 1280px) {
      .home__purpose-inner {
        padding: 56px 0; } }
  .home__purpose h2 {
    margin-bottom: 16px;
    font-size: calc(24rem / 16);
    line-height: calc(33rem / 16); }
    @media screen and (min-width: 768px) {
      .home__purpose h2 {
        margin-bottom: 28px;
        font-size: calc(28rem / 16);
        line-height: calc(38rem / 16); } }
    @media screen and (min-width: 1280px) {
      .home__purpose h2 {
        margin-bottom: 40px; } }
    .home__purpose h2 span {
      display: none;
      font-weight: normal;
      font-size: calc(20rem / 16);
      line-height: calc(27rem / 16); }
      @media screen and (min-width: 768px) {
        .home__purpose h2 span {
          display: inline;
          padding: 10px 0 0 1em; } }
      @media screen and (min-width: 1280px) {
        .home__purpose h2 span {
          display: block;
          border-top: 1px solid #C1C1C1;
          margin-top: 16px;
          padding: 12px 0; } }
  .home__purpose-list {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
    list-style: none; }
    @media screen and (min-width: 768px) {
      .home__purpose-list {
        margin: -5px; } }
    @media screen and (min-width: 1280px) {
      .home__purpose-list {
        margin: -16px; } }
  .home__purpose-item {
    position: relative;
    padding: 5px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    border-radius: 10px; }
    @media screen and (min-width: 768px) {
      .home__purpose-item {
        padding: 5px;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; } }
    @media screen and (min-width: 1280px) {
      .home__purpose-item {
        padding: 16px;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; } }
    .home__purpose-item a {
      position: relative;
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 100%;
      border-radius: 10px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      overflow: hidden; }
      .home__purpose-item a::after {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        display: block;
        width: 13px;
        height: 14px;
        border-radius: 5px 0 0 0;
        background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.49) 0%, rgba(255, 255, 255, 0.49) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
        z-index: 10; }
    .home__purpose-item--1 .home__purpose-text-wrapper {
      background-image: url("../images/common/icon_beginner.png"), linear-gradient(to bottom, #5CBF12 0%, #52A019 20%, #1F8800 100%);
      background-size: 20px, 100%;
      background-position: center top 3%, left top; }
      @media screen and (min-width: 1280px) {
        .home__purpose-item--1 .home__purpose-text-wrapper {
          background-color: #409601;
          background-image: none;
          padding: 24px 16px; } }
      .home__purpose-item--1 .home__purpose-text-wrapper::after {
        bottom: auto; }
        @media screen and (min-width: null) {
          .home__purpose-item--1 .home__purpose-text-wrapper::after:first-child {
            top: 50%; } }
        @media screen and (min-width: 768px) {
          .home__purpose-item--1 .home__purpose-text-wrapper::after {
            top: 50%;
            bottom: auto;
            right: 10px;
            width: 10px;
            height: 10px;
            border-top: 3px solid #fff;
            border-right: 3px solid #fff; }
            .home__purpose-item--1 .home__purpose-text-wrapper::after:first-child {
              top: 35%; } }
        @media screen and (min-width: 1280px) {
          .home__purpose-item--1 .home__purpose-text-wrapper::after {
            top: auto;
            bottom: 30px;
            right: 18px;
            width: 19px;
            height: 19px;
            border-top: 5px solid #fff;
            border-right: 5px solid #fff; } }
      .home__purpose-item--1 .home__purpose-text-wrapper h3 {
        top: auto;
        left: 50%;
        bottom: 8px;
        transform: translate(-50%, 0); }
        @media screen and (min-width: 320px) {
          .home__purpose-item--1 .home__purpose-text-wrapper h3:first-child {
            font-size: calc(18rem /16); } }
        @media screen and (min-width: 768px) {
          .home__purpose-item--1 .home__purpose-text-wrapper h3:first-child {
            font-size: calc(19rem /16); } }
        @media screen and (min-width: 1280px) {
          .home__purpose-item--1 .home__purpose-text-wrapper h3:first-child {
            font-size: calc(28rem / 16); } }
        @media screen and (min-width: 1280px) {
          .home__purpose-item--1 .home__purpose-text-wrapper h3 {
            position: static;
            transform: translate(0, 0); } }
    .home__purpose-item--1 a {
      border: 2px solid #54B20F; }
      @media screen and (min-width: 1280px) {
        .home__purpose-item--1 a {
          border: none; } }
    .home__purpose-item--2 .home__purpose-text-wrapper, .home__purpose-item--3 .home__purpose-text-wrapper, .home__purpose-item--4 .home__purpose-text-wrapper, .home__purpose-item--5 .home__purpose-text-wrapper {
      background-image: linear-gradient(to bottom, #FFA74E 0%, #E88237 20%, #C73804 100%); }
      @media screen and (min-width: 1280px) {
        .home__purpose-item--2 .home__purpose-text-wrapper, .home__purpose-item--3 .home__purpose-text-wrapper, .home__purpose-item--4 .home__purpose-text-wrapper, .home__purpose-item--5 .home__purpose-text-wrapper {
          background-color: #ff7f00;
          background-image: none; } }
    .home__purpose-item--2 a, .home__purpose-item--3 a, .home__purpose-item--4 a, .home__purpose-item--5 a {
      border: 2px solid #FF8000; }
      @media screen and (min-width: 1280px) {
        .home__purpose-item--2 a, .home__purpose-item--3 a, .home__purpose-item--4 a, .home__purpose-item--5 a {
          border: none; } }
    .home__purpose-item--6 .home__purpose-text-wrapper {
      background-image: linear-gradient(to bottom, #D81515 0%, #C81111 55%, #A50707 100%); }
      @media screen and (min-width: 1280px) {
        .home__purpose-item--6 .home__purpose-text-wrapper {
          background-color: #dd3333;
          background-image: none; } }
    .home__purpose-item--6 a {
      border: 2px solid #FF0000; }
      @media screen and (min-width: 1280px) {
        .home__purpose-item--6 a {
          border: none; } }
  .home__purpose-img-wrapper {
    display: none; }
    @media screen and (min-width: 1280px) {
      .home__purpose-img-wrapper {
        display: block;
        position: relative; } }
    .home__purpose-img-wrapper::before {
      content: '';
      display: block;
      width: 100%;
      padding-top: 50%; }
    .home__purpose-img-wrapper img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .home__purpose-beginner-wrapper {
    position: absolute;
    right: 20px;
    bottom: -40px;
    width: 50px;
    height: 78px;
    z-index: 5; }
    .home__purpose-beginner-wrapper img {
      max-width: 100%; }
  .home__purpose-text-wrapper {
    position: relative;
    padding: 80px 0 0 0;
    height: 100%;
    z-index: 1; }
    @media screen and (min-width: 1280px) {
      .home__purpose-text-wrapper {
        padding: 24px 16px; } }
    .home__purpose-text-wrapper::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(151deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #F5D1C6 50%, #F5D1C6 100%);
      mix-blend-mode: multiply; }
    .home__purpose-text-wrapper::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 10px;
      display: block;
      width: 12px;
      height: 12px;
      border-top: 3px solid #fff;
      border-right: 3px solid #fff;
      transform: translateY(-50%) rotate(45deg);
      z-index: 2; }
      @media screen and (min-width: 1280px) {
        .home__purpose-text-wrapper::after {
          top: auto;
          bottom: 30px;
          right: 18px;
          width: 19px;
          height: 19px;
          border-top: 5px solid #fff;
          border-right: 5px solid #fff; } }
    .home__purpose-text-wrapper h3 {
      position: absolute;
      top: calc(50% - 2px);
      left: calc(50% - .5em);
      color: #fff;
      font-size: calc(15rem / 16);
      line-height: calc(23rem / 16);
      width: 100%;
      z-index: 3;
      transform: translate(-50%, -50%);
      text-align: center; }
      @media screen and (min-width: 375px) {
        .home__purpose-text-wrapper h3 {
          font-size: calc(20rem / 16);
          line-height: calc(23rem / 16); } }
      @media screen and (min-width: 768px) {
        .home__purpose-text-wrapper h3 {
          font-size: calc(19rem / 16);
          line-height: calc(23rem / 16); } }
      @media screen and (min-width: 1280px) {
        .home__purpose-text-wrapper h3 {
          position: static;
          display: inline-block;
          border-bottom: 1px solid #fff;
          margin-bottom: 32px;
          width: auto;
          font-size: calc(28rem / 16);
          line-height: calc(27rem / 16);
          text-align: left;
          transform: translate(0, 0); } }
      .home__purpose-text-wrapper h3 br {
        display: block; }
        @media screen and (min-width: 1280px) {
          .home__purpose-text-wrapper h3 br {
            display: none; } }
    .home__purpose-text-wrapper p {
      display: none; }
      @media screen and (min-width: 1280px) {
        .home__purpose-text-wrapper p {
          display: block;
          position: relative;
          padding-right: 55px;
          color: #fff;
          font-size: calc(18rem / 16);
          line-height: calc(25rem / 16);
          z-index: 4; } }
  .home__purpose-btn {
    max-width: 492px;
    margin: 20px auto 10px auto; }
    @media screen and (min-width: 768px) {
      .home__purpose-btn {
        margin: 20px auto 0 auto; } }
    @media screen and (min-width: 1280px) {
      .home__purpose-btn {
        margin: 32px auto; } }
    .home__purpose-btn a {
      position: relative;
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
      border-radius: 10px;
      border: 2px solid #DD4C00;
      box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.26);
      padding: 16px 32px 16px 16px;
      background-color: #fff;
      color: #DD4C00;
      font-size: calc(18rem / 16);
      font-weight: 700;
      line-height: calc(24rem / 16); }
      @media screen and (min-width: 768px) {
        .home__purpose-btn a {
          justify-content: center;
          padding: 16px;
          font-size: calc(22rem / 16);
          line-height: calc(30rem / 16); } }
      @media screen and (min-width: 1280px) {
        .home__purpose-btn a {
          padding: 24px; } }
      .home__purpose-btn a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 18px;
        display: block;
        width: 9px;
        height: 9px;
        border-top: 2px solid #DD4C00;
        border-right: 2px solid #DD4C00;
        transform: translateY(-50%) rotate(45deg); }
        @media screen and (min-width: 768px) {
          .home__purpose-btn a::after {
            width: 13px;
            height: 13px; } }
.home__search {
  background-color: rgba(21, 21, 21, 0.74); }
  .home__search-inner {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 19px 16px 60px; }
    @media screen and (min-width: 768px) {
      .home__search-inner {
        padding: 28px 24px; } }
    @media screen and (min-width: 1280px) {
      .home__search-inner {
        padding: 28px 0; } }
  .home__search h2 {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 12px;
    font-size: calc(23rem / 16);
    line-height: calc(24rem / 16); }
    @media screen and (min-width: 768px) {
      .home__search h2 {
        margin-bottom: 24px;
        font-size: calc(28rem / 16);
        line-height: calc(38rem / 16); } }
    .home__search h2 span {
      display: none; }
      @media screen and (min-width: 768px) {
        .home__search h2 span {
          display: inline;
          margin-left: 2em;
          font-weight: 400;
          font-size: calc(20rem / 16);
          line-height: calc(27rem / 16);
          color: #fff; } }
  .home__search-input-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px; }
    @media screen and (min-width: 768px) {
      .home__search-input-wrapper {
        margin-bottom: 24px; } }
  .home__search-input {
    flex: 0 0 85%;
    min-width: 85%;
    padding: 5px 32px 5px 30px;
    background-color: #fff;
    border-radius: 4px;
    background-image: url("../images/common/icon_search.svg");
    background-position: center left 8px;
    background-size: 18px;
    font-size: calc(16rem / 16); }
    .home__search-input::placeholder {
      color: #B9B9B9; }
    @media screen and (min-width: 768px) {
      .home__search-input {
        flex: 0 0 513px;
        min-width: 513px;
        padding: 11px 32px 11px 60px;
        background-position: center left 16px;
        background-size: 32px;
        font-size: calc(22rem / 16); } }
  .home__search-submit {
    flex: 0 0 calc(15% - 3px);
    max-width: calc(15% - 3px);
    margin-left: 3px;
    border-radius: 4px;
    background-color: #54B20F;
    color: #fff;
    font-size: calc(18rem / 16);
    line-height: 1em;
    text-align: center; }
    .home__search-submit:hover {
      opacity: .6;
      transition: opacity .5s ease; }
    @media screen and (min-width: 768px) {
      .home__search-submit {
        flex: 0 0 136px;
        max-width: 136px;
        margin-left: 10px;
        font-size: calc(25rem / 16); } }
  .home__search-keyword {
    display: flex;
    flex-wrap: wrap;
    margin: -4px;
    list-style: none; }
  .home__search-keyword-item {
    padding: 4px; }
    .home__search-keyword-item a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50px;
      padding: 4px 28px 5px 16px;
      background-color: #fff;
      color: #000;
      font-size: calc(18rem / 16);
      font-weight: 500;
      line-height: calc(24rem / 16); }
      @media screen and (min-width: 1280px) {
        .home__search-keyword-item a {
          padding: 8px 28px 8px 16px;
          font-size: 1rem;
          font-weight: 700;
          line-height: calc(22rem / 16); } }
      .home__search-keyword-item a::after {
        content: '';
        position: absolute;
        top: calc(50% + 1px);
        right: 16px;
        display: block;
        width: 8px;
        height: 8px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        transform: translateY(-50%) rotate(45deg); }
  .home__search--pc {
    display: none; }
    @media screen and (min-width: 1280px) {
      .home__search--pc {
        display: block; } }
  .home__search--sp {
    display: block; }
    @media screen and (min-width: 1280px) {
      .home__search--sp {
        display: none; } }
.home__favorite-inner {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 64px 16px 56px 16px; }
  @media screen and (min-width: 768px) {
    .home__favorite-inner {
      padding: 36px 24px 80px 24px; } }
  @media screen and (min-width: 1280px) {
    .home__favorite-inner {
      padding: 56px 0; } }
.home__favorite h2 {
  margin-bottom: 24px;
  font-size: calc(28rem / 16);
  line-height: calc(38rem / 16); }
  @media screen and (min-width: 768px) {
    .home__favorite h2 {
      margin-bottom: 36px; } }
  @media screen and (min-width: 1024px) {
    .home__favorite h2 {
      margin-bottom: 40px; } }
  .home__favorite h2 span {
    display: none;
    font-weight: normal;
    font-size: calc(20rem / 16);
    line-height: calc(27rem / 16); }
    @media screen and (min-width: 768px) {
      .home__favorite h2 span {
        display: inline;
        padding: 9px 0 0 1em; } }
    @media screen and (min-width: 1280px) {
      .home__favorite h2 span {
        display: block;
        border-top: 1px solid #C1C1C1;
        margin-top: 16px;
        padding: 12px 0; } }
.home__favorite-list {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
  padding-left: 0 !important;
  list-style: none; }
  @media screen and (min-width: 768px) {
    .home__favorite-list {
      margin: -10px; } }
  @media screen and (min-width: 768px) {
    .home__favorite-list {
      margin: -12px; } }
.home__favorite-item {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 8px; }
  @media screen and (min-width: 768px) {
    .home__favorite-item {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 10px; } }
  @media screen and (min-width: 1280px) {
    .home__favorite-item {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
      padding: 12px; } }
  .home__favorite-item-inner {
    border-radius: 9px;
    border: 1px solid #DBDBDB;
    background-color: #F8F8F8;
    overflow: hidden; }

.home__favorite-img-wrapper {
  position: relative; }
  .home__favorite-img-wrapper::before {
    content: '';
    display: block;
    padding-top: 57.2368421053%; }
  .home__favorite-img-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0; }
  .home__favorite-img-wrapper img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.home__favorite-text-wrapper {
  padding: 16px; }

.home__favorite-title {
  display: inline-block;
  margin-bottom: 6px;
  font-size: calc(22rem / 16);
  font-weight: 700;
  line-height: calc(30rem / 16); }
  .home__favorite-title::after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-bottom: 4px;
    margin-left: .5em;
    border-top: 2px solid #FF5800;
    border-right: 2px solid #FF5800;
    transform: rotate(45deg); }

.home__favorite-keyword-list {
  display: flex;
  flex-wrap: wrap;
  margin: 8px -1px;
  padding-left: 0 !important;
  list-style: none; }

.home__favorite-keyword-item {
  position: relative;
  padding: 1px;
  margin: 0 !important;
  line-height: calc(18rem / 16) !important; }
  .home__favorite-keyword-item span {
    border-radius: 4px;
    padding: 1px 8px;
    background-color: #7B3E00;
    color: #fff;
    font-size: calc(13rem / 16);
    line-height: calc(18rem / 16); }

.home__favorite-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -2px 0 -2px; }

.home__favorite-btn-favorite {
  position: relative;
  flex: 0 0 50%;
  padding: 0 2px;
  max-width: 50%; }
  .home__favorite-btn-favorite.favorite__add input {
    background-image: url("../images/common/icon_star-off.svg");
    border: 1px solid #A2A2A2; }
  .home__favorite-btn-favorite.favorite__del input {
    background-image: url("../images/common/icon_star-on.svg"); }
  .home__favorite-btn-favorite input {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background-color: #fff;
    background-image: url("../images/common/icon_star-off.svg");
    background-position: top calc(50% + 1px) left 16px;
    width: 100%;
    height: 100%;
    padding: 10px 10px 10px 40px;
    font-size: 1rem;
    font-weight: 700;
    line-height: calc(22rem / 16); }

.home__favorite-btn-watch {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 2px; }
  .home__favorite-btn-watch span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #F66C17;
    width: 100%;
    height: 100%;
    padding: 10px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: calc(22rem / 16); }
    .home__favorite-btn-watch span::before {
      content: '';
      display: inline-block;
      width: 17px;
      height: 17px;
      margin: 3px .8em 0 0;
      background-image: url("../images/common/icon_start.svg");
      background-size: contain; }

.home__favorite-btn-more {
  max-width: 470px;
  margin: 20px auto 0 auto; }
  @media screen and (min-width: 1280px) {
    .home__favorite-btn-more {
      margin: 48px auto 0 auto; } }
  .home__favorite-btn-more a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #A2A2A2;
    border-radius: 8px;
    background-color: #F8F8F8;
    padding: 10px 30px;
    font-size: calc(18rem / 16);
    font-weight: 700;
    line-height: calc(24rem / 16);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16); }
    @media screen and (min-width: 768px) {
      .home__favorite-btn-more a {
        padding: 15px 30px;
        font-size: calc(22rem / 16);
        line-height: calc(30rem / 16); } }
    @media screen and (min-width: 1280px) {
      .home__favorite-btn-more a {
        padding: 13px 30px; } }
    .home__favorite-btn-more a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 18px;
      display: block;
      width: 9px;
      height: 9px;
      border-top: 2px solid #000;
      border-right: 2px solid #000;
      transform: translateY(-50%) rotate(45deg); }
      @media screen and (min-width: 768px) {
        .home__favorite-btn-more a::after {
          width: 10px;
          height: 10px; } }
.home__level {
  background-color: #F8F7F3; }
  .home__level-inner {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 16px; }
    @media screen and (min-width: 1280px) {
      .home__level-inner {
        padding: 40px 24px; } }
  .home__level h2 {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
    font-size: calc(28rem / 16);
    line-height: calc(38rem / 16); }
    @media screen and (min-width: 1280px) {
      .home__level h2 {
        margin-bottom: 40px; } }
    .home__level h2 span {
      display: none; }
      @media screen and (min-width: 768px) {
        .home__level h2 span {
          display: block;
          font-weight: normal;
          font-size: calc(20rem / 16);
          line-height: calc(27rem / 16);
          margin-left: 2em; } }
    @media screen and (min-width: 1280px) {
      .home__level h2::after {
        content: '';
        display: block;
        flex: 1 1;
        height: 1px;
        margin-left: 2em;
        background-color: #C1C1C1; } }
  .home__level-list {
    display: flex;
    flex-wrap: wrap;
    margin: -4px;
    list-style: none; }
    @media screen and (min-width: 768px) {
      .home__level-list {
        margin: -4px 56px; } }
    @media screen and (min-width: 1280px) {
      .home__level-list {
        margin: -4px; } }
  .home__level-item {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 9px 4px; }
    @media screen and (min-width: 768px) {
      .home__level-item {
        padding: 4px 7px;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; } }
    @media screen and (min-width: 1280px) {
      .home__level-item {
        padding: 4px; } }
    .home__level-item a {
      position: relative;
      display: flex;
      height: 100%;
      border-radius: 10px;
      box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
      overflow: hidden; }
      @media screen and (min-width: 768px) {
        .home__level-item a {
          flex-direction: column; } }
      @media screen and (min-width: 1280px) {
        .home__level-item a {
          flex-direction: row; } }
      .home__level-item a::after {
        display: none; }
        @media screen and (min-width: 768px) {
          .home__level-item a::after {
            content: '';
            position: absolute;
            bottom: 3px;
            right: 3px;
            display: block;
            width: 18px;
            height: 16px;
            border-radius: 0 0 5px 0;
            background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff 50%, #fff 100%);
            z-index: 10; } }
        @media screen and (min-width: 1280px) {
          .home__level-item a::after {
            display: none; } }
    .home__level-item--1 a {
      border: 3px solid #FF8000; }
    .home__level-item--1 .home__level-img-wrapper {
      background-color: #FFFAF2; }
      .home__level-item--1 .home__level-img-wrapper img {
        width: 72px; }
        @media screen and (min-width: 768px) {
          .home__level-item--1 .home__level-img-wrapper img {
            width: 88px; } }
        @media screen and (min-width: 1280px) {
          .home__level-item--1 .home__level-img-wrapper img {
            width: 72px; } }
    .home__level-item--1 .home__level-text-wrapper {
      background-color: #ff7f00;
      background-image: url("../images/common/icon_beginner.png");
      background-size: 24px;
      background-position: top 11px left 95px;
      padding: 14px 36px 14px 24px; }
      @media screen and (min-width: 768px) {
        .home__level-item--1 .home__level-text-wrapper {
          background-size: 29px;
          background-color: #FF8000;
          background-position: top 19px left calc(50% + 45px);
          padding: 14px 65px 14px 24px; } }
      @media screen and (min-width: 1280px) {
        .home__level-item--1 .home__level-text-wrapper {
          background-color: #ff7f00;
          background-size: 29px;
          background-position: top 5px left 80px;
          padding: 14px 36px 14px 12px; } }
    .home__level-item--2 a {
      border: 3px solid #54B20F; }
    .home__level-item--2 .home__level-img-wrapper {
      background-color: #F3FFEA; }
      .home__level-item--2 .home__level-img-wrapper img {
        width: 80px; }
        @media screen and (min-width: 768px) {
          .home__level-item--2 .home__level-img-wrapper img {
            width: 92px; } }
        @media screen and (min-width: 1280px) {
          .home__level-item--2 .home__level-img-wrapper img {
            width: 92px; } }
    .home__level-item--2 .home__level-text-wrapper {
      background-color: #409601; }
      @media screen and (min-width: 768px) {
        .home__level-item--2 .home__level-text-wrapper {
          background-color: #54B20F; } }
      @media screen and (min-width: 1280px) {
        .home__level-item--2 .home__level-text-wrapper {
          background-color: #409601; } }
    .home__level-item--3 a {
      border: 3px solid #A962CE; }
    .home__level-item--3 .home__level-img-wrapper {
      background-color: #FBF4FF; }
      .home__level-item--3 .home__level-img-wrapper img {
        width: 56px; }
        @media screen and (min-width: 768px) {
          .home__level-item--3 .home__level-img-wrapper img {
            width: 68px; } }
        @media screen and (min-width: 1280px) {
          .home__level-item--3 .home__level-img-wrapper img {
            width: 56px; } }
    .home__level-item--3 .home__level-text-wrapper {
      background-color: #aa62ce; }
      @media screen and (min-width: 768px) {
        .home__level-item--3 .home__level-text-wrapper {
          background-color: #A962CE; } }
      @media screen and (min-width: 1280px) {
        .home__level-item--3 .home__level-text-wrapper {
          background-color: #aa62ce; } }
  .home__level-img-wrapper {
    position: relative;
    display: flex;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
    @media screen and (min-width: 768px) {
      .home__level-img-wrapper {
        padding-top: 45%;
        flex: 0 0 none;
        max-width: none; } }
    @media screen and (min-width: 1280px) {
      .home__level-img-wrapper {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        padding-top: 0; } }
    .home__level-img-wrapper img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .home__level-text-wrapper {
    position: relative;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 14px 36px 14px 24px; }
    @media screen and (min-width: 768px) {
      .home__level-text-wrapper {
        flex: 0 0 auto;
        max-width: none;
        padding: 14px; } }
    @media screen and (min-width: 1280px) {
      .home__level-text-wrapper {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        padding: 14px 36px 14px 12px; } }
    .home__level-text-wrapper::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(151deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #F5D1C6 50%, #F5D1C6 100%);
      mix-blend-mode: multiply; }
      @media screen and (min-width: 768px) {
        .home__level-text-wrapper::before {
          display: none; } }
      @media screen and (min-width: 1280px) {
        .home__level-text-wrapper::before {
          display: block; } }
    .home__level-text-wrapper::after {
      content: '';
      position: absolute;
      top: calc(50% + 5px);
      right: 16px;
      display: block;
      width: 14px;
      height: 14px;
      border-top: 5px solid #fff;
      border-right: 5px solid #fff;
      transform: translateY(-50%) rotate(45deg);
      z-index: 2; }
      @media screen and (min-width: 768px) {
        .home__level-text-wrapper::after {
          display: none; } }
      @media screen and (min-width: 1280px) {
        .home__level-text-wrapper::after {
          display: block; } }
    .home__level-text-wrapper h3 {
      position: relative;
      margin-bottom: 16px;
      color: #fff;
      font-size: calc(28rem / 16);
      font-weight: 700;
      line-height: calc(26rem / 16);
      text-align: left;
      z-index: 3; }
      @media screen and (min-width: 768px) {
        .home__level-text-wrapper h3 {
          margin-bottom: 0;
          font-size: calc(37rem / 16);
          line-height: calc(51rem / 16);
          text-align: center; } }
      @media screen and (min-width: 1280px) {
        .home__level-text-wrapper h3 {
          margin-bottom: 24px;
          font-size: calc(28rem / 16);
          line-height: calc(26rem / 16);
          text-align: left; } }
    .home__level-text-wrapper p {
      display: block;
      position: relative;
      color: #fff;
      font-size: calc(14rem / 16);
      font-weight: 700;
      line-height: calc(18rem / 16);
      z-index: 4; }
      @media screen and (min-width: 768px) {
        .home__level-text-wrapper p {
          display: none; } }
      @media screen and (min-width: 1280px) {
        .home__level-text-wrapper p {
          display: block; } }
.home__blog {
  background-image: url("../images/home/bg_blog.png");
  background-repeat: repeat; }
  .home__blog-inner {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 16px 56px 16px; }
    @media screen and (min-width: 768px) {
      .home__blog-inner {
        padding: 88px 24px 40px 24px; } }
    @media screen and (min-width: 1280px) {
      .home__blog-inner {
        padding: 88px 0 40px 0; } }
  .home__blog h2 {
    margin-bottom: 26px;
    font-size: calc(22rem / 16);
    line-height: calc(30rem / 16); }
    @media screen and (min-width: 768px) {
      .home__blog h2 {
        font-size: calc(28rem / 16);
        line-height: calc(38rem / 16); } }
    @media screen and (min-width: 1280px) {
      .home__blog h2 {
        margin-bottom: 40px; } }
    .home__blog h2 span {
      display: none;
      font-size: calc(20rem / 16);
      font-weight: normal;
      line-height: calc(27rem / 16); }
      @media screen and (min-width: 768px) {
        .home__blog h2 span {
          display: inline;
          padding: 9px 0 0 1em; } }
      @media screen and (min-width: 1280px) {
        .home__blog h2 span {
          display: block;
          border-top: 1px solid #C1C1C1;
          margin-top: 16px;
          padding: 12px 0; } }
  .home__blog-list {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
    padding-left: 0 !important;
    list-style: none; }
    @media screen and (min-width: 768px) {
      .home__blog-list {
        margin: -10px; } }
    @media screen and (min-width: 768px) {
      .home__blog-list {
        margin: -12px; } }
  .home__blog-item {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 8px; }
    @media screen and (min-width: 768px) {
      .home__blog-item {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 10px; } }
    @media screen and (min-width: 1280px) {
      .home__blog-item {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        padding: 12px; } }
    .home__blog-item a {
      display: block;
      width: 100%;
      height: 100%;
      border: 1px solid #EBEBEB;
      border-radius: 8px;
      background-color: #fff;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      overflow: hidden; }
  .home__blog-img-wrapper {
    position: relative; }
    .home__blog-img-wrapper::before {
      content: '';
      display: block;
      padding-top: 50%; }
    .home__blog-img-wrapper img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .home__blog-text-wrapper {
    padding: 16px; }
    .home__blog-text-wrapper h3 {
      margin-bottom: 8px;
      font-size: calc(22rem / 16);
      font-weight: 700;
      line-height: calc(30rem / 16); }
      .home__blog-text-wrapper h3 br {
        display: none; }
    .home__blog-text-wrapper p {
      color: #959595;
      font-size: calc(18rem / 16);
      line-height: calc(24rem / 16); }
  .home__blog-btn-more {
    max-width: 470px;
    margin: 20px auto 0 auto; }
    @media screen and (min-width: 1280px) {
      .home__blog-btn-more {
        margin: 48px auto 0 auto; } }
    .home__blog-btn-more a {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid #A2A2A2;
      border-radius: 8px;
      background-color: #F8F8F8;
      padding: 10px 30px;
      font-size: calc(18rem / 16);
      font-weight: 700;
      line-height: calc(24rem / 16);
      box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16); }
      @media screen and (min-width: 768px) {
        .home__blog-btn-more a {
          padding: 15px 30px;
          font-size: calc(22rem / 16);
          line-height: calc(30rem / 16); } }
      @media screen and (min-width: 1280px) {
        .home__blog-btn-more a {
          padding: 13px 30px; } }
      .home__blog-btn-more a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 18px;
        display: block;
        width: 9px;
        height: 9px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        transform: translateY(-50%) rotate(45deg); }
        @media screen and (min-width: 768px) {
          .home__blog-btn-more a::after {
            width: 10px;
            height: 10px; } }
.home__recommendation-inner {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 48px 16px 28px 16px; }
  @media screen and (min-width: 768px) {
    .home__recommendation-inner {
      padding: 24px; } }
  @media screen and (min-width: 1280px) {
    .home__recommendation-inner {
      padding: 56px 0; } }
.home__recommendation h2 {
  margin-bottom: 40px;
  font-size: calc(28rem / 16);
  line-height: calc(38rem / 16); }
  .home__recommendation h2 span {
    display: none;
    font-weight: normal;
    font-size: calc(20rem / 16);
    line-height: calc(27rem / 16); }
    @media screen and (min-width: 768px) {
      .home__recommendation h2 span {
        padding: 9px 0 0 1em; } }
    @media screen and (min-width: 1280px) {
      .home__recommendation h2 span {
        display: block;
        border-top: 1px solid #C1C1C1;
        margin-top: 16px;
        padding: 12px 0; } }
.home__recommendation-list {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
  padding-left: 0 !important;
  list-style: none; }
  @media screen and (min-width: 768px) {
    .home__recommendation-list {
      margin: -10px; } }
  @media screen and (min-width: 768px) {
    .home__recommendation-list {
      margin: -12px; } }
.home__recommendation-item {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 8px; }
  @media screen and (min-width: 768px) {
    .home__recommendation-item {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 10px; } }
  @media screen and (min-width: 1280px) {
    .home__recommendation-item {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
      padding: 12px; } }
  .home__recommendation-item-inner {
    border-radius: 9px;
    border: 1px solid #DBDBDB;
    background-color: #F8F8F8;
    overflow: hidden; }

.home__recommendation-img-wrapper {
  position: relative; }
  .home__recommendation-img-wrapper::before {
    content: '';
    display: block;
    padding-top: 57.2368421053%; }
  .home__recommendation-img-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0; }
  .home__recommendation-img-wrapper img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.home__recommendation-text-wrapper {
  padding: 16px; }

.home__recommendation-title {
  display: inline-block;
  margin-bottom: 6px;
  font-size: calc(22rem / 16);
  font-weight: 700;
  line-height: calc(30rem / 16); }
  .home__recommendation-title::after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-bottom: 4px;
    margin-left: .5em;
    border-top: 2px solid #FF5800;
    border-right: 2px solid #FF5800;
    transform: rotate(45deg); }

.home__recommendation-keyword-list {
  display: flex;
  flex-wrap: wrap;
  margin: 8px -1px;
  padding-left: 0 !important;
  list-style: none; }

.home__recommendation-keyword-item {
  position: relative;
  padding: 1px;
  margin: 0 !important;
  line-height: calc(18rem / 16) !important; }
  .home__recommendation-keyword-item span {
    border-radius: 4px;
    padding: 1px 8px;
    background-color: #7B3E00;
    color: #fff;
    font-size: calc(13rem / 16);
    line-height: calc(18rem / 16); }

.home__recommendation-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -2px 0 -2px; }

.home__recommendation-btn-favorite {
  position: relative;
  flex: 0 0 50%;
  padding: 0 2px;
  max-width: 50%; }
  .home__recommendation-btn-favorite.favorite__add input {
    background-image: url("../images/common/icon_star-off.svg");
    border: 1px solid #A2A2A2; }
  .home__recommendation-btn-favorite.favorite__del input {
    background-image: url("../images/common/icon_star-on.svg"); }
  .home__recommendation-btn-favorite input {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background-color: #fff;
    background-image: url("../images/common/icon_star-off.svg");
    background-position: top calc(50% + 1px) left 16px;
    width: 100%;
    height: 100%;
    padding: 10px 10px 10px 40px;
    font-size: 1rem;
    font-weight: 700;
    line-height: calc(22rem / 16); }

.home__recommendation-btn-watch {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 2px; }
  .home__recommendation-btn-watch span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #F66C17;
    width: 100%;
    height: 100%;
    padding: 10px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: calc(22rem / 16); }
    .home__recommendation-btn-watch span::before {
      content: '';
      display: inline-block;
      width: 17px;
      height: 17px;
      margin: 3px .8em 0 0;
      background-image: url("../images/common/icon_start.svg");
      background-size: contain; }

.home__recommendation-btn-more {
  max-width: 470px;
  margin: 20px auto 0 auto; }
  @media screen and (min-width: 1280px) {
    .home__recommendation-btn-more {
      margin: 48px auto 0 auto; } }
  .home__recommendation-btn-more a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #A2A2A2;
    border-radius: 8px;
    background-color: #F8F8F8;
    padding: 10px 30px;
    font-size: calc(18rem / 16);
    font-weight: 700;
    line-height: calc(24rem / 16);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16); }
    @media screen and (min-width: 768px) {
      .home__recommendation-btn-more a {
        padding: 15px 30px;
        font-size: calc(22rem / 16);
        line-height: calc(30rem / 16); } }
    @media screen and (min-width: 1280px) {
      .home__recommendation-btn-more a {
        padding: 13px 30px; } }
    .home__recommendation-btn-more a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 18px;
      display: block;
      width: 9px;
      height: 9px;
      border-top: 2px solid #000;
      border-right: 2px solid #000;
      transform: translateY(-50%) rotate(45deg); }
      @media screen and (min-width: 768px) {
        .home__recommendation-btn-more a::after {
          width: 10px;
          height: 10px; } }
  @media screen and (min-width: 768px) {
    .home__recommendation-btn-more {
      margin: 44px auto 0 auto; } }
.home__study-inner {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 28px 0 0 0; }
  @media screen and (min-width: 768px) {
    .home__study-inner {
      padding: 32px 24px; } }
  @media screen and (min-width: 1280px) {
    .home__study-inner {
      padding: 56px 0 112px 0; } }
.home__study h2 {
  margin-bottom: 20px;
  padding: 0 16px;
  font-size: calc(28rem / 16);
  line-height: calc(38rem / 16); }
  @media screen and (min-width: 768px) {
    .home__study h2 {
      margin-bottom: 24px;
      padding: 0; } }
  @media screen and (min-width: 1280px) {
    .home__study h2 {
      margin-bottom: 40px; } }
  .home__study h2 span {
    display: none;
    font-size: calc(20rem / 16);
    font-weight: normal;
    line-height: calc(27rem / 16); }
    @media screen and (min-width: 768px) {
      .home__study h2 span {
        padding: 9px 0 0 1em; } }
    @media screen and (min-width: 1280px) {
      .home__study h2 span {
        display: block;
        border-top: 1px solid #C1C1C1;
        margin-top: 16px;
        padding: 12px 0; } }
.home__study-area {
  padding: 16px 16px 60px 16px;
  background-color: #F8F7F3; }
  @media screen and (min-width: 768px) {
    .home__study-area {
      border: 2px solid #D9D9D9;
      padding: 32px; } }
  @media screen and (min-width: 1280px) {
    .home__study-area {
      padding: 40px; } }
  .home__study-area-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .home__study-area-inner {
        margin: -20px; } }
.home__study-img-wrapper {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .home__study-img-wrapper {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
      padding: 20px; } }
  .home__study-img-wrapper figure {
    text-align: center; }
    @media screen and (min-width: 1280px) {
      .home__study-img-wrapper figure {
        text-align: left; } }
    .home__study-img-wrapper figure img {
      background-color: #fff;
      max-width: 100%;
      margin-bottom: 16px; }
    .home__study-img-wrapper figure figcaption {
      display: none; }
      @media screen and (min-width: 1280px) {
        .home__study-img-wrapper figure figcaption {
          display: block;
          font-size: 1rem;
          line-height: calc(25rem / 16); } }
.home__study-text-wrapper {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .home__study-text-wrapper {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
      padding: 20px; } }
  .home__study-text-wrapper h3 {
    margin-bottom: 20px;
    font-size: calc(28rem / 16);
    font-weight: 700;
    line-height: calc(38rem / 16); }
    @media screen and (min-width: 768px) {
      .home__study-text-wrapper h3 {
        margin-bottom: 16px;
        font-size: calc(24rem / 16);
        line-height: calc(33rem / 16); } }
  .home__study-text-wrapper p {
    margin-bottom: 2px;
    font-size: calc(16rem / 16);
    line-height: calc(25rem / 16); }
    @media screen and (min-width: 768px) {
      .home__study-text-wrapper p {
        margin-bottom: 24px;
        font-size: calc(20rem / 16);
        line-height: calc(25rem / 16); } }
.home__study-box {
  padding: 24px;
  background-color: #fff; }
  .home__study-box--pc {
    display: none; }
    @media screen and (min-width: 1280px) {
      .home__study-box--pc {
        display: block; } }
  .home__study-box--sp {
    display: none; }
    @media screen and (min-width: 768px) {
      .home__study-box--sp {
        display: block; } }
    @media screen and (min-width: 1280px) {
      .home__study-box--sp {
        display: none; } }
  .home__study-box h4 {
    margin-bottom: 12px;
    font-size: calc(20rem / 16);
    font-weight: bold;
    line-height: calc(27rem / 16); }
    @media screen and (min-width: 768px) {
      .home__study-box h4 {
        margin-bottom: 16px; } }
.home__study-list {
  list-style: none; }

.home__study-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4px;
  font-size: 1rem;
  line-height: calc(25rem / 16); }
  .home__study-item:before {
    content: '';
    flex: 0 0 21px;
    width: 21px;
    height: 21px;
    border: 1px solid #F4A95E;
    margin: 2px 1em 0 0; }
    @media screen and (min-width: 768px) {
      .home__study-item:before {
        flex: 0 0 20px;
        width: 20px;
        height: 20px; } }
.home__study-btn-buy {
  position: relative;
  max-width: 352px;
  margin: 22px auto 0 auto; }
  @media screen and (min-width: 768px) {
    .home__study-btn-buy {
      margin: 27px auto 0 auto; } }
  @media screen and (min-width: 1280px) {
    .home__study-btn-buy {
      margin: 32px auto 0 auto; } }
  .home__study-btn-buy a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #FF8000;
    border-radius: 14px;
    padding-top: 102px;
    background-image: linear-gradient(to bottom, #FFA74E 0%, #E88237 20%, #C73804 100%);
    text-align: center; }
    @media screen and (min-width: 768px) {
      .home__study-btn-buy a {
        border-radius: 8px;
        padding-top: 64px; } }
    .home__study-btn-buy a::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(170deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #F5D1C6 50%, #F5D1C6 100%);
      mix-blend-mode: multiply; }
  .home__study-btn-buy span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    width: 100%;
    font-size: calc(36rem / 16);
    font-weight: 700;
    line-height: calc(49rem / 16);
    text-align: center;
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 768px) {
      .home__study-btn-buy span {
        font-size: calc(22rem / 16);
        line-height: calc(28rem / 16); } }
.category_list__list {
  margin: 0 -16px;
  padding: 24px 16px;
  background-color: #F8F7F3; }
  @media screen and (min-width: 768px) {
    .category_list__list {
      margin: 0 0 68px 0;
      padding: 0;
      background-color: #fff; } }
.teacher_list .page__content h2, .use .page__content h2 {
  padding: 20px 0;
  color: #409600;
  font-size: calc(28rem / 16);
  line-height: calc(38rem / 16); }
  @media screen and (min-width: 768px) {
    .teacher_list .page__content h2, .use .page__content h2 {
      border-bottom: 1px solid #C1C1C1; } }
.teacher_list .page__content h3, .use .page__content h3 {
  margin-bottom: 20px;
  border-bottom: none;
  padding: 0;
  color: #000;
  font-size: calc(28rem / 16);
  line-height: calc(38rem / 16); }

.teacher_list .page__content p, .use .page__content p {
  font-size: calc(18rem / 16);
  line-height: calc(24rem / 16);
  margin-bottom: 1em;
  padding: 0; }

.teacher_list__teacher, .teacher_list__box, .use__teacher, .use__box {
  margin-bottom: 20px;
  padding: 0 0 40px 0; }
  .teacher_list__teacher:last-child, .teacher_list__box:last-child, .use__teacher:last-child, .use__box:last-child {
    border-bottom: 0; }
  @media screen and (min-width: 768px) {
    .teacher_list__teacher, .teacher_list__box, .use__teacher, .use__box {
      padding: 0; } }
.teacher_list__teacher-inner, .teacher_list__box-inner, .use__teacher-inner, .use__box-inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  margin: 0; }
  @media screen and (min-width: 1280px) {
    .teacher_list__teacher-inner, .teacher_list__box-inner, .use__teacher-inner, .use__box-inner {
      margin: -20px;
      flex-direction: row; } }
.teacher_list__teacher-img-block, .teacher_list__box-img-block, .use__teacher-img-block, .use__box-img-block {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%; }
  @media screen and (min-width: 1280px) {
    .teacher_list__teacher-img-block, .teacher_list__box-img-block, .use__teacher-img-block, .use__box-img-block {
      flex: 0 0 40%;
      max-width: 40%;
      padding: 20px; } }
.teacher_list__teacher-img-wrapper, .teacher_list__box-img-wrapper, .use__teacher-img-wrapper, .use__box-img-wrapper {
  margin: 0 auto 20px;
  font-size: 0;
  line-height: 0;
  text-align: center; }

.teacher_list__teacher-text-block, .teacher_list__box-text-block, .use__teacher-text-block, .use__box-text-block {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0; }
  @media screen and (min-width: 1280px) {
    .teacher_list__teacher-text-block, .teacher_list__box-text-block, .use__teacher-text-block, .use__box-text-block {
      flex: 0 0 60%;
      max-width: 60%;
      padding: 20px; } }
.teacher_list__teacher-btn-more a, .use__teacher-btn-more a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #54B20F;
  border-radius: 10px;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.26);
  padding: 20px 40px;
  color: #fff;
  font-size: calc(22rem / 16);
  line-height: calc(30rem / 16); }
  .teacher_list__teacher-btn-more a::after, .use__teacher-btn-more a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 24px;
    display: block;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg); }

.teacher_list__teacher-btn-more--pc, .use__teacher-btn-more--pc {
  display: none; }
  @media screen and (min-width: 1280px) {
    .teacher_list__teacher-btn-more--pc, .use__teacher-btn-more--pc {
      display: block; } }
.teacher_list__teacher-btn-more--sp, .use__teacher-btn-more--sp {
  display: block; }
  @media screen and (min-width: 1280px) {
    .teacher_list__teacher-btn-more--sp, .use__teacher-btn-more--sp {
      display: none; } }
.teacher_list__dl-inner, .use__dl-inner {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #C1C1C1; }

.teacher_list__dl dt, .use__dl dt {
  flex: 0 0 180px;
  max-width: 180px;
  padding: 16px 16px 16px 0;
  color: #333333;
  font-size: calc(18rem / 16);
  font-weight: 700;
  line-height: calc(24rem / 16); }

.teacher_list__dl dd, .use__dl dd {
  flex: 0 0 calc(100% - 180px);
  max-width: calc(100% - 180px);
  padding: 16px 16px 16px 0;
  color: #333333;
  font-size: calc(18rem / 16);
  line-height: calc(24rem / 16); }

.teacher_list__teacher-msg, .use__teacher-msg {
  margin: 40px 0;
  border-radius: 10px;
  border: 3px solid #5CBF12;
  background-color: #FAF9F6;
  overflow: hidden; }
  .teacher_list__teacher-msg h3, .use__teacher-msg h3 {
    margin-bottom: 0;
    padding: 16px 16px 16px 100px !important;
    background-color: #fff;
    background-size: 48px;
    background-position: left 36px center;
    color: #409600; }
  .teacher_list__teacher-msg-text, .use__teacher-msg-text {
    padding: 20px 36px 30px; }
    .teacher_list__teacher-msg-text > *:last-child, .use__teacher-msg-text > *:last-child {
      margin-bottom: 0; }

.teacher_list hr, .use hr {
  width: 100%;
  height: 1px;
  margin: 80px 0 40px 0;
  border: none;
  background-color: #C1C1C1; }

.use .page__content__box-inner {
  flex-direction: column-reverse !important; }
  @media screen and (min-width: 1280px) {
    .use .page__content__box-inner {
      flex-direction: row !important; } }
.use.blogs h3 {
  font-size: calc(22rem / 16); }

.use.blogs .blog-date {
  color: #409600;
  margin-bottom: 30px; }

.use.blogs .page__content a {
  color: #1582B5;
  text-decoration: underline; }

.video_sample .use__box-img-block {
  flex: 0 0 100%;
  max-width: 100%; }
  @media screen and (min-width: 1280px) {
    .video_sample .use__box-img-block {
      flex: 0 0 60%;
      max-width: 60%; } }
.video_sample .use__box-text-block {
  flex: 0 0 100%;
  max-width: 100%; }
  @media screen and (min-width: 1280px) {
    .video_sample .use__box-text-block {
      flex: 0 0 40%;
      max-width: 40%; } }
.movie p.movie__p {
  padding-left: 0;
  font-size: calc(20rem / 16);
  line-height: calc(27rem / 16); }

.movie hr {
  border: none;
  width: 100%;
  height: 1px;
  margin: 30px 0;
  background-color: #C1C1C1; }

.movie__info-dl {
  margin-bottom: 40px; }

.movie__info-dl-inner {
  display: flex; }
  .movie__info-dl-inner dt {
    margin-right: 12px;
    font-size: calc(20rem / 16);
    line-height: calc(30rem / 16); }
  .movie__info-dl-inner dd {
    font-weight: 700;
    font-size: calc(20rem / 16);
    line-height: calc(30rem / 16); }

.movie__teacher {
  display: flex;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 14px;
  background-color: #EBEBEB; }
  @media screen and (min-width: 1280px) {
    .movie__teacher {
      max-width: 422px;
      margin-bottom: 40px; } }
  .movie__teacher-img {
    width: 94px;
    height: 94px;
    margin-right: 24px; }
    .movie__teacher-img img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .movie__teacher-head {
    display: block;
    font-size: calc(19rem / 16);
    line-height: calc(32rem / 16); }
  .movie__teacher-body {
    display: block;
    font-size: calc(23rem / 16);
    font-weight: 700;
    line-height: calc(31rem / 16); }

.movie__keyword {
  margin: 40px 0 80px 0; }
  .movie__keyword ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: -8px;
    padding-left: 0; }
  .movie__keyword li {
    padding: 4px;
    margin: 0 !important; }
    .movie__keyword li a {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      padding: 16px 32px 16px 16px;
      background-color: #7B3E00;
      color: #fff;
      font-size: 1rem;
      font-weight: 700;
      line-height: calc(22rem / 16); }
      .movie__keyword li a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 16px;
        display: block;
        width: 11px;
        height: 11px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: translateY(-50%) rotate(45deg); }

.movie__favorite-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #A2A2A2;
  border-radius: 10px;
  padding: 12px;
  background-color: #F8F8F8;
  font-size: calc(18rem / 16);
  font-weight: 700;
  line-height: calc(24rem / 16); }
  @media screen and (min-width: 1280px) {
    .movie__favorite-btn {
      max-width: 90%;
      padding: 24px;
      font-size: calc(30rem / 16);
      line-height: calc(41rem / 16); } }
  .movie__favorite-btn.favorite__add::before {
    background-image: url("../images/common/icon_star-off.svg"); }
  .movie__favorite-btn.favorite__del {
    background-color: #fff; }
    .movie__favorite-btn.favorite__del::before {
      background-image: url("../images/common/icon_star-on.svg"); }
  .movie__favorite-btn::before {
    content: '';
    display: inline-block;
    margin-right: 16px;
    width: 27px;
    height: 27px;
    background-image: url("../images/common/icon_star-off.svg");
    background-size: contain; }
    @media screen and (min-width: 1280px) {
      .movie__favorite-btn::before {
        width: 40px;
        height: 40px; } }
.movie .content__movie {
  width: 100%;
  background-color: #333;
  margin-top: 107px;
  padding: 48px 0 24px; }
  @media screen and (min-width: 768px) {
    .movie .content__movie {
      margin-top: 102px;
      padding: 48px 0; } }
  @media screen and (min-width: 1024px) {
    .movie .content__movie {
      margin-top: 0; } }
  @media screen and (min-width: 1280px) {
    .movie .content__movie {
      margin-top: 96px; } }
  .movie .content__movie-inner {
    position: relative;
    max-width: 1140px;
    margin: 0 auto; }
  .movie .content__movie-content {
    width: 100%;
    padding-top: 56.25%; }
    .movie .content__movie-content iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .movie .content__movie-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 64px;
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 768px) {
      .movie .content__movie-icon {
        max-width: 80px; } }
    @media screen and (min-width: 1280px) {
      .movie .content__movie-icon {
        max-width: 100px; } }
    .movie .content__movie-icon img {
      max-width: 100%; }
    .movie .content__movie-icon.hide {
      display: none; }

.movie .content__inner {
  padding-top: 0; }
  @media screen and (min-width: 768px) {
    .movie .content__inner {
      padding-top: 0; } }
  @media screen and (min-width: 1024px) {
    .movie .content__inner {
      padding-top: 0; } }
  @media screen and (min-width: 1280px) {
    .movie .content__inner {
      padding-top: 0; } }
.series_box {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding: 20px 30px 0; }
  @media screen and (min-width: 768px) {
    .series_box {
      padding: 50px 30px 0; } }
.series_box a {
  border: 2px solid #ffffff;
  border-radius: 8px;
  padding: 15px 120px;
  position: relative;
  color: white;
  background: #333333; }

.series_box a:nth-child(2) {
  margin-left: 20px; }

.series_box a:before {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 9px;
  height: 9px;
  transform: translateY(-50%) rotate(45deg); }

.series_box a.series_prev {
  padding-left: 120px; }

.series_box a.series_next {
  padding-right: 120px; }

.series_box a.series_prev:before {
  left: 18px;
  border-left: 2px solid #54B20F;
  border-bottom: 2px solid #54B20F; }

.series_box a.series_next:before {
  right: 18px;
  border-right: 2px solid #54B20F;
  border-top: 2px solid #54B20F; }

.faq .page__content h1 {
  margin-bottom: 40px; }

.faq h2.faq__h2 {
  max-width: 960px;
  margin: 80px auto 40px auto;
  padding: 16px 24px;
  background-color: #409600;
  color: #fff;
  font-size: calc(28rem / 16);
  line-height: calc(38rem / 16);
  counter-increment: x;
  counter-reset: y; }
  .faq h2.faq__h2::before {
    content: counter(x) ".";
    margin-right: .5em; }

.faq h3.faq__h3 {
  margin-top: 48px;
  border-bottom: 1px solid #C1C1C1;
  padding: 20px 0;
  color: #409600;
  font-size: calc(22rem / 16);
  line-height: calc(25rem / 16); }

.faq h4 {
  display: flex;
  counter-increment: y;
  font-size: calc(18rem / 16);
  line-height: calc(25rem / 16);
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .faq h4 {
      font-size: calc(22rem / 16);
      line-height: calc(25rem / 16);
      flex-direction: row; } }
  .faq h4::before {
    content: counter(x) "-" counter(y) ".";
    width: 56px;
    min-width: 56px; }

.faq__faq {
  background-color: #F8F7F3;
  border-radius: 8px;
  padding: 10px 20px;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .faq__faq {
      padding: 40px 50px; } }
.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  color: #409600;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px; }
  .faq__question:before {
    content: '';
    background-image: url("../images/common/icon_faq_q.png");
    background-size: contain;
    width: 35px;
    height: 35px;
    border-radius: 90%;
    position: absolute;
    left: 0; }
    @media screen and (min-width: 768px) {
      .faq__question:before {
        left: -10px; } }
  .faq__question-btn {
    position: relative;
    border-radius: 100px;
    width: 80px;
    min-width: 80px;
    padding: 8px 28px 8px 12px;
    background-color: #54B20F;
    color: #fff;
    font-size: calc(18rem / 16);
    line-height: calc(24rem / 16);
    transition: all .5s; }
    @media screen and (min-width: 768px) {
      .faq__question-btn {
        display: none; } }
    .faq__question-btn::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 12px;
      display: block;
      width: 8px;
      height: 8px;
      border-bottom: 2px solid #fff;
      border-left: 2px solid #fff;
      transform: translateY(-50%) rotate(-45deg); }
    .faq__question-btn.open {
      background-color: #939393; }
      .faq__question-btn.open::after {
        transform: translateY(0) rotate(-225deg); }

.faq__answer {
  display: none;
  padding-left: 40px;
  position: relative; }
  .faq__answer:before {
    content: '';
    background-image: url("../images/common/icon_faq_a.png");
    background-size: contain;
    width: 35px;
    height: 35px;
    border-radius: 90%;
    position: absolute;
    left: 0; }
    @media screen and (min-width: 768px) {
      .faq__answer:before {
        left: -10px; } }
  @media screen and (min-width: 768px) {
    .faq__answer {
      display: block; } }
  .faq__answer p {
    padding-left: 0;
    font-size: calc(18rem / 16);
    line-height: calc(25rem / 16); }
    .faq__answer p:first-child {
      padding-top: 3px; }
    @media screen and (min-width: 768px) {
      .faq__answer p {
        font-size: calc(20rem / 16);
        line-height: calc(30rem / 16); } }
  .faq__answer a {
    color: #1582B5;
    text-decoration: underline; }

.about .page__content {
  padding-top: 0; }
  .about .page__content p {
    padding-left: 0;
    font-size: calc(18rem / 16);
    line-height: calc(40rem / 16); }
    @media screen and (min-width: 1280px) {
      .about .page__content p {
        text-align: center; } }
  .about .page__content h3 {
    border: none;
    margin: 56px 0 24px 0;
    padding: 0;
    color: #000;
    font-size: calc(20rem / 16) !important;
    line-height: calc(28rem / 16) !important; }
    @media screen and (min-width: 1280px) {
      .about .page__content h3 {
        margin: 90px 0 30px 0;
        text-align: center;
        font-size: calc(24rem / 16) !important;
        line-height: calc(36rem / 16) !important; } }
.about h1 {
  max-width: none;
  width: 100%;
  margin: 0 0 64px 0;
  padding: 80px 0;
  border: none;
  background-image: url("../images/about/bg_h1.jpg");
  background-size: cover;
  text-align: center; }
  .about h1 span {
    display: inline-block;
    padding: 0 20px;
    background-color: #fff;
    font-size: calc(28rem / 16);
    line-height: calc(80rem / 16);
    color: #333; }
    @media screen and (min-width: 1280px) {
      .about h1 span {
        padding: 0 150px; } }
.about__h2--1 {
  margin: 0 0 40px 0 !important;
  font-size: calc(24rem / 16) !important;
  line-height: calc(36rem / 16) !important; }
  @media screen and (min-width: 768px) {
    .about__h2--1 {
      font-size: calc(35rem / 16) !important;
      line-height: calc(47rem / 16) !important; } }
  .about__h2--1 span {
    display: block;
    margin-top: 16px;
    color: #54B20F;
    font-size: calc(20rem / 16);
    line-height: 1em; }
  @media screen and (min-width: 1280px) {
    .about__h2--1 {
      text-align: center; } }
.about .about__h2--2 {
  margin: 0 -16px 30px -16px;
  background-color: #409600;
  padding: 20px 16px;
  font-size: calc(23rem / 16) !important;
  line-height: calc(33rem / 16) !important;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .about .about__h2--2 {
      margin: 0 -24px 30px -24px; } }
  @media screen and (min-width: 1280px) {
    .about .about__h2--2 {
      margin: 0 0 30px 0;
      background-color: rgba(255, 255, 255, 0);
      border-bottom: 1px solid #C1C1C1;
      padding: 20px 0;
      font-size: calc(28rem / 16) !important;
      line-height: calc(38rem / 16) !important;
      color: #000; } }
  .about .about__h2--2 + p {
    text-align: left; }

.about__btn {
  max-width: 440px;
  margin: 40px auto; }
  .about__btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    width: 100%;
    height: 100%;
    border-radius: 13px;
    border: 2px solid #FF8000;
    padding: 24px;
    background-color: #fff;
    color: #FF5800;
    font-size: 1.1rem;
    line-height: calc(22rem / 16);
    font-weight: bold; }
    .about__btn a::after {
      position: absolute;
      top: 50%;
      right: 16px;
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      border-top: 2px solid #FF5800;
      border-right: 2px solid #FF5800;
      transform: translateY(-50%) rotate(45deg); }

.about__img {
  margin-bottom: 40px; }

.about__appeal {
  margin: 40px 0; }
  @media screen and (min-width: 768px) {
    .about__appeal {
      margin: 80px 0; } }
  .about__appeal-inner {
    display: flex;
    flex-wrap: wrap; }
  .about__appeal-text {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    text-align: center; }
    @media screen and (min-width: 1280px) {
      .about__appeal-text {
        flex: 0 0 40%;
        max-width: 40%;
        order: 1;
        text-align: left; } }
    .about__appeal-text h2 {
      margin-bottom: 40px;
      font-size: calc(24rem / 16);
      line-height: calc(34rem / 16); }
      @media screen and (min-width: 768px) {
        .about__appeal-text h2 {
          font-size: calc(32rem / 16);
          line-height: calc(50rem / 16); } }
  .about__appeal-btn-new {
    max-width: 320px;
    margin: 0 auto; }
    @media screen and (min-width: 1280px) {
      .about__appeal-btn-new {
        margin: 0; } }
  .about__appeal-img {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1; }
    @media screen and (min-width: 1280px) {
      .about__appeal-img {
        flex: 0 0 60%;
        max-width: 60%;
        order: 2; } }
.about__message {
  padding: 0 0 40px 0;
  background-image: url("../images/about/bg_message.jpg");
  background-size: cover; }
  @media screen and (min-width: 1280px) {
    .about__message {
      padding: 40px 0; } }
  .about__message-box {
    padding: 40px 32px;
    background-color: #fff; }
    .about__message-box-inner {
      display: flex;
      flex-wrap: wrap; }
  .about__message-img {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center; }
    @media screen and (min-width: 1280px) {
      .about__message-img {
        flex: 0 0 40%;
        max-width: 40%; } }
  .about__message-text {
    flex: 0 0 100%;
    max-width: 100%; }
    @media screen and (min-width: 1280px) {
      .about__message-text {
        flex: 0 0 60%;
        max-width: 60%;
        padding: 0 0 0 30px; } }
    .about__message-text p {
      font-size: calc(18rem / 16) !important;
      line-height: calc(34rem / 16) !important;
      text-align: left !important; }
  .about__message-name {
    display: block;
    font-size: calc(20rem / 16) !important;
    font-weight: 700;
    line-height: calc(34rem / 16) !important;
    text-align: right; }

.about__movie-wrapper {
  position: relative;
  margin: 20px 0;
  max-width: 100%;
  padding-top: 56.25%; }
  @media screen and (min-width: 768px) {
    .about__movie-wrapper {
      margin: 40px; } }
  .about__movie-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.about__charm {
  background-color: #FAF9F6;
  padding: 40px 0; }
  @media screen and (min-width: 768px) {
    .about__charm {
      padding: 80px 0; } }
  .about__charm-inner {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (min-width: 1280px) {
      .about__charm-inner {
        padding: 0 40px; } }
  .about__charm-img {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center; }
    @media screen and (min-width: 1280px) {
      .about__charm-img {
        flex: 0 0 40%;
        max-width: 40%; } }
  .about__charm-text {
    flex: 0 0 100%;
    max-width: 100%; }
    @media screen and (min-width: 1280px) {
      .about__charm-text {
        flex: 0 0 60%;
        max-width: 60%;
        padding: 0 0 0 40px; } }
    .about__charm-text p {
      text-align: left !important; }

.about .about__h2--3 {
  margin: 0 0 40px 0;
  border-bottom: 1px solid #DBDBDB;
  padding: 20px 0;
  font-size: calc(24rem / 16) !important;
  line-height: calc(34rem / 16) !important;
  text-align: center; }

@media screen and (min-width: 1280px) {
  .about__feature-inner {
    padding: 80px 0; } }

.about__feature-list {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 1280px) {
    .about__feature-list {
      margin: 80px -8px 40px; } }
.about__feature-item {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  margin: 30px 0; }
  @media screen and (min-width: 1280px) {
    .about__feature-item {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
      padding: 0 8px;
      margin: 0; } }
  .about__feature-item-inner {
    height: 100%;
    border: 3px solid #5CBF12;
    border-radius: 13px;
    padding: 24px; }
    .about__feature-item-inner p {
      font-size: 18px; }

.about__feature-no {
  position: absolute;
  top: -32px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 64px;
  background-color: #5CBF12;
  transform: translateX(-50%); }

.about__feature h3 {
  margin: 16px 0 !important;
  text-align: left !important; }

.about__feature p {
  margin-bottom: 0;
  text-align: left !important; }

.about__link {
  padding-left: 40px;
  background-image: url("../images/about/icon_link.svg");
  background-position: left center;
  font-size: calc(20rem / 16);
  font-weight: 700;
  line-height: calc(27rem / 16); }

.about__detail h2 {
  margin: 40px 0;
  font-size: calc(24rem / 16);
  line-height: calc(35rem / 16);
  text-align: center; }
  @media screen and (min-width: 768px) {
    .about__detail h2 {
      margin: 80px 0; } }
  .about__detail h2 .only-pc {
    display: none; }
    @media screen and (min-width: 768px) {
      .about__detail h2 .only-pc {
        display: block; } }
.about__fee {
  padding: 0 0 40px 0;
  background-image: url("../images/about/bg_fee.jpg");
  background-size: cover; }
  @media screen and (min-width: 1280px) {
    .about__fee {
      padding: 80px 0; } }
  .about__fee h2 {
    margin: 0 -16px 30px -16px;
    background-color: #409600;
    padding: 20px 16px;
    font-size: calc(23rem / 16) !important;
    line-height: calc(33rem / 16) !important;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .about__fee h2 {
        margin: 0 -24px 30px -24px; } }
    @media screen and (min-width: 1280px) {
      .about__fee h2 {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 30px 0;
        padding: 0;
        background-color: rgba(255, 255, 255, 0);
        font-size: calc(28rem / 16);
        line-height: calc(42rem / 16);
        text-align: center;
        color: #000; } }
    @media screen and (min-width: 1280px) {
      .about__fee h2::before, .about__fee h2::after {
        content: '';
        display: block;
        height: 2px;
        max-width: 200px;
        flex: 0 0 200px;
        background-color: #5CBF12; } }
  @media screen and (min-width: 1280px) {
    .about__fee-box {
      margin: -46px 0 0 0;
      border: 2px solid #5CBF12;
      border-top: transparent;
      padding: 40px 80px; } }
  .about__fee-img-wrap {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (min-width: 768px) {
      .about__fee-img-wrap {
        margin: 0 -8px; } }
  .about__fee-img {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 8px 0; }
    @media screen and (min-width: 768px) {
      .about__fee-img {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 8px; } }
@media screen and (min-width: 1280px) {
  .about__free {
    margin: 40px 0; } }

.about__free h2 {
  margin: 0 -16px 30px -16px;
  background-color: #409600;
  padding: 20px 16px;
  font-size: calc(23rem / 16) !important;
  line-height: calc(33rem / 16) !important;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .about__free h2 {
      margin: 0 -24px 30px -24px; } }
  @media screen and (min-width: 1280px) {
    .about__free h2 {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 0 30px 0;
      padding: 0;
      background-color: rgba(255, 255, 255, 0);
      font-size: calc(28rem / 16);
      line-height: calc(42rem / 16);
      text-align: center;
      color: #000; } }
  @media screen and (min-width: 1280px) {
    .about__free h2::before, .about__free h2::after {
      content: '';
      display: block;
      height: 2px;
      max-width: 200px;
      flex: 0 0 200px;
      background-color: #5CBF12; } }
.about__free-box {
  text-align: center; }
  @media screen and (min-width: 1280px) {
    .about__free-box {
      margin: -46px 0 0 0;
      border: 2px solid #5CBF12;
      border-top: transparent;
      padding: 40px 80px; } }
.about__free-text {
  margin: 0 0 40px 0;
  font-size: calc(27rem / 16);
  line-height: calc(37rem / 16); }
  .about__free-text span {
    border-bottom: 2px solid #FF0000; }

@media screen and (min-width: 1280px) {
  .about__step {
    padding: 80px 0; } }

.about__step-item-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -16px; }
  @media screen and (min-width: 768px) {
    .about__step-item-inner {
      margin: 60px -24px; } }
  @media screen and (min-width: 1280px) {
    .about__step-item-inner {
      margin: 30px -30px; } }
.about__step-img {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 16px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .about__step-img {
      padding: 24px;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media screen and (min-width: 1280px) {
    .about__step-img {
      flex: 0 0 20%;
      max-width: 20%;
      padding: 0 30px; } }
  .about__step-img img {
    max-width: 70%; }
    @media screen and (min-width: 768px) {
      .about__step-img img {
        max-width: 300px; } }
    @media screen and (min-width: 1280px) {
      .about__step-img img {
        max-width: 100%; } }
.about__step-text {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 16px; }
  @media screen and (min-width: 768px) {
    .about__step-text {
      padding: 0 24px;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media screen and (min-width: 1280px) {
    .about__step-text {
      padding: 0 30px;
      flex: 0 0 80%;
      max-width: 80%; } }
.about__step h3 {
  margin: 0 0 40px 0 !important;
  border-bottom: 1px solid #5CBF12 !important;
  padding: 20px 0 !important;
  font-size: calc(29rem / 16);
  line-height: calc(39rem / 16);
  text-align: left !important; }

.about__step p {
  text-align: left !important; }

.about__appeal-2 {
  margin: 80px 0; }
  .about__appeal-2 p {
    font-size: calc(29rem / 16) !important;
    font-weight: 700;
    line-height: calc(39rem / 16) !important; }
  .about__appeal-2-btn {
    max-width: 420px;
    margin: 0 auto; }

.about .faq__faq {
  counter-increment: y; }

.about .faq__question h4 {
  display: flex;
  font-size: calc(18rem / 16);
  line-height: calc(25rem / 16); }
  @media screen and (min-width: 768px) {
    .about .faq__question h4 {
      font-size: calc(22rem / 16);
      line-height: calc(25rem / 16); } }
  .about .faq__question h4::before {
    content: "1-" counter(y) ".";
    width: 56px;
    min-width: 56px; }

.about .faq__answer p {
  text-align: left !important; }

.about .feeHead {
  text-align: center;
  font-size: 35px;
  color: #fff;
  background: #409600;
  padding: 11px 0;
  border-radius: 15px 15px 0 0; }

.about .feeCont {
  text-align: center;
  border: solid 3px #409600;
  border-radius: 0 0 15px 15px;
  padding: 30px 30px 10px;
  background-color: #fff; }

.about .feeTitle {
  font-size: 28px;
  font-weight: bold;
  display: block;
  color: #409600; }

.about .orangeCircle {
  background: #f04a00;
  color: #fff;
  border-radius: 100px;
  padding: 11px;
  width: 70px;
  font-size: 20px;
  line-height: 118%;
  margin: 8px 15px; }

.about .feePrice01 {
  font-size: 55px;
  font-weight: bold;
  color: #409600; }

.about .feePrice02 {
  font-size: 80px;
  font-weight: bold;
  color: #409600;
  line-height: 108%;
  margin-right: 5px; }

.about .feeCont p {
  line-height: 160% !important;
  padding-top: 20px;
  font-size: 17px !important; }

.about .feeTxtBox01 {
  display: flex;
  justify-content: center; }

.about .feeTxtBox02 {
  display: flex;
  justify-content: center;
  color: #409600;
  font-weight: bold;
  font-size: 22px; }

.about .feeYen {
  font-size: 32px;
  text-align: center;
  line-height: 100%;
  margin-top: -32px !important;
  display: block; }

.about .feeTax {
  margin-top: 14px;
  display: block; }

.beginner .page__content {
  overflow: hidden; }
  .beginner .page__content h1 {
    background-image: url("../images/beginner/bg_h1.jpg");
    height: 351px;
    background-position: right; }
    @media screen and (min-width: 1280px) {
      .beginner .page__content h1 {
        background-position: auto; } }
  .beginner .page__content p {
    text-align: center;
    line-height: calc(40rem / 16); }
  .beginner .page__content h3 {
    background-color: #FAF9F6;
    font-size: calc(24rem / 16);
    color: #0F0F0F;
    text-align: center;
    border: none;
    padding: 3rem 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px; }
    @media screen and (min-width: 1280px) {
      .beginner .page__content h3 {
        margin-left: calc(-100% - 1008px);
        margin-right: calc(-100% - 1008px); } }
  .beginner .page__content .about__img {
    text-align: center;
    margin-top: 60px; }
