@charset "UTF-8";
/* -----------------------------------------------------------------------
reset
------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Noto+Serif+JP:wght@200..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

nav ul,
li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* -----------------------------------------------------------------------
ress +
------------------------------------------------------------------------- */
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

[hidden], template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace, monospace; }

b, strong {
  font-weight: bolder; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

input {
  border-radius: 0; }

[type="number"] {
  width: auto; }

[type="search"] {
  -webkit-appearance: textfield; }

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

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button {
  overflow: visible; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/*focus style */
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; }

button,
select {
  text-transform: none; }

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

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

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

audio,
canvas,
progress,
video {
  display: inline-block; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

::-moz-selection {
  background-color: #333;
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #333;
  color: #fff;
  text-shadow: none; }

/* -----------------------------------------------------------------------
add
------------------------------------------------------------------------- */
input[type="button"], input[type="submit"] {
  -webkit-appearance: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

::before,
::after {
  box-sizing: inherit;
  text-decoration: inherit;
  vertical-align: inherit; }

/*safari*/
* {
  min-height: 0vw; }

/*----------------------------------------------------------
Properties
-----------------------------------------------------------*/
:root {
  --bgBody: #fff;
  --txBody: #222;
  --pointCl01:#515151;
  --pointCl02:#f6e8e8;
  --lineCl01:#dedede;
  --ovCl01:#f28c7b;
  --hdrH:180px;
  --hdrHsp:75px;
  --trTime: .5s;
  --spMaxW:350px; }

@media screen and (min-width: 1260px) {
  .forPC {
    display: inherit !important; } }
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .forPC {
    display: none; } }
@media screen and (max-width: 767px) {
  .forPC {
    display: none; } }

@media screen and (min-width: 1260px) {
  .forTB {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .forTB {
    display: inherit !important; } }
@media screen and (max-width: 767px) {
  .forTB {
    display: none; } }

@media screen and (min-width: 1260px) {
  .forTB2 {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .forTB2 {
    display: none; } }
  @media screen and (min-width: 768px) and (max-width: 1259px) and (max-width: 999px) {
    .forTB2 {
      display: inherit !important; } }

@media screen and (max-width: 767px) {
  .forTB2 {
    display: none; } }

@media screen and (min-width: 1260px) {
  .forSP {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .forSP {
    display: none; } }
@media screen and (max-width: 767px) {
  .forSP {
    display: inherit !important; } }

.wrapBoxW, #container.second #notfound, #ftrBtm #ftrBtmIn, #ftrCopy, #mainTitle h1,
#mainTitle .pageTitle, #container.second section, #mainImage, #container.toppage #top--lesson .inner, #container.toppage #top--offer .inner,
.wrapBox, #container.toppage #top--profile .inner, #container.second.profile #profile--lead, #container.second.lesson section, #container.second.offer section, #container.second.contact section,
#container.second.thanks section, #container.second.privacy section, #container.blog #blogIndex,
#container.blog #blogDetail,
.wrapBoxC,
.wrapBoxS {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 767px) {
    .wrapBoxW, #container.second #notfound, #ftrBtm #ftrBtmIn, #ftrCopy, #mainTitle h1,
    #mainTitle .pageTitle, #container.second section, #mainImage, #container.toppage #top--lesson .inner, #container.toppage #top--offer .inner,
    .wrapBox, #container.toppage #top--profile .inner, #container.second.profile #profile--lead, #container.second.lesson section, #container.second.offer section, #container.second.contact section,
    #container.second.thanks section, #container.second.privacy section, #container.blog #blogIndex,
    #container.blog #blogDetail,
    .wrapBoxC,
    .wrapBoxS {
      padding-left: 20px;
      padding-right: 20px; } }

/* box --1260px-----------*/
.wrapBoxW {
  width: 1320px; }

/* box --1200px-----------*/
#container.second #notfound, #ftrBtm #ftrBtmIn, #ftrCopy, #mainTitle h1,
#mainTitle .pageTitle, #container.second section, #mainImage, #container.toppage #top--lesson .inner, #container.toppage #top--offer .inner,
.wrapBox {
  width: 1260px; }

/* box --1100px-----------*/
#container.toppage #top--profile .inner, #container.second.profile #profile--lead, #container.second.lesson section, #container.second.offer section, #container.second.contact section,
#container.second.thanks section, #container.second.privacy section, #container.blog #blogIndex,
#container.blog #blogDetail,
.wrapBoxC {
  width: 1160px; }

/* box --1000px-----------*/
.wrapBoxS {
  width: 1060px; }

/*-----------------------------------------------------
font size
--------------------------------------------------------*/
html {
  font-size: 10px; }

body {
  font-size: 16px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    body {
      font-size: 1.5rem; } }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.5rem; } }
  @media screen and (max-width: 374px) {
    body {
      font-size: 1.4rem; } }

/*----------------------------------------------------------
thumbnail img 
-----------------------------------------------------------*/
body {
  font-family: "Noto Serif JP", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: 500; }

input {
  font-family: "Noto Serif JP", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: 500; }

.font01R, #ftrContact .btn a, header nav ul li a, #ftrBtm #ftrBtmIn nav ul li a, #ftrBtm #ftrBtmIn nav .line a, #ftrCopy p.link a, .spNav ul li a, .spNav .line a,
.font01M,
.font01B, #container.toppage #top--concert h2, #container.toppage #top--profile .inner .txtBox h2, #container.toppage #top--lesson .inner .txtBox h2, #container.toppage #top--offer .inner .txtBox h2, #container.second.profile #profile--message .txtBox h2, #container.toppage #top--concert .btn a span.btn-txt, #container.toppage #top--profile .inner .txtBox .btn a span.btn-txt, #container.toppage #top--lesson .inner .txtBox .btn a span.btn-txt, #container.toppage #top--offer .inner .txtBox .btn a span.btn-txt, #mainTitle h1,
#mainTitle .pageTitle, #container.toppage #top--concert .inner .item a .txtBox span.date, #container.toppage #top--concert .inner .item a .txtBox p.more span, #container.toppage #top--profile .inner .txtBox p.name span, #container .pageNav ul li a, #container.blog #blogIndex ul li a .txtBox span.date, #container.blog #blogIndex ul li a .txtBox p.more span, #container.blog #blogDetail .blogTitle span.date {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em; }

input[type="checkbox"],
input[type="radio"],
.fontDef {
  font-family: "Noto Serif JP", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: 500; }

.font01R {
  font-weight: 400; }

#ftrContact .btn a, header nav ul li a, #ftrBtm #ftrBtmIn nav ul li a, #ftrBtm #ftrBtmIn nav .line a, #ftrCopy p.link a, .spNav ul li a, .spNav .line a,
.font01M {
  font-weight: 500; }

.font01B {
  font-weight: 700; }

#container.toppage #top--concert {
  background: url("../images/bg_01.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 110px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.toppage #top--concert {
      padding-top: 9.1667%;
      padding-bottom: 9.1667%; } }
  @media screen and (max-width: 767px) {
    #container.toppage #top--concert {
      padding-top: 20%;
      padding-bottom: 20%; } }

#container.toppage #top--concert h2, #container.toppage #top--profile .inner .txtBox h2, #container.toppage #top--lesson .inner .txtBox h2, #container.toppage #top--offer .inner .txtBox h2 {
  text-align: center;
  font-size: clamp(26px, 2.857vw, 36px); }

#container.second.profile #profile--message .txtBox h2 {
  text-align: left;
  font-size: clamp(25px, 3.175vw, 40px); }
  @media screen and (max-width: 767px) {
    #container.second.profile #profile--message .txtBox h2 {
      text-align: center; } }

#container.second.lesson section h2, #container.second.offer section h2 {
  text-align: left;
  font-size: clamp(22px, 2.222vw, 28px);
  letter-spacing: 0.075em; }
  #container.second.lesson section h2 span, #container.second.offer section h2 span {
    display: inline-block;
    font-size: clamp(15px, 1.429vw, 18px);
    margin-left: 1em; }

#container.second.offer .offer--detail h3 {
  text-align: left;
  font-size: clamp(22px, 1.905vw, 24px);
  letter-spacing: 0.075em; }
  #container.second.offer .offer--detail h3 span {
    display: inline-block;
    font-size: clamp(15px, 1.429vw, 18px);
    margin-left: 1em; }

#container.second.lesson .lesson--box h3 {
  padding-left: 30px;
  text-align: left;
  font-size: clamp(17px, 1.746vw, 22px);
  letter-spacing: 0.075em;
  position: relative; }
  #container.second.lesson .lesson--box h3::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: var(--txBody);
    position: absolute;
    left: 0;
    top: 50%; }

#container.second section p a.txtlink, #container.second section li a.txtlink, #container.second section td a.txtlink, #container.second section dd a.txtlink {
  display: inline-block;
  color: var(--txBody);
  position: relative; }
  #container.second section p a.txtlink::after, #container.second section li a.txtlink::after, #container.second section td a.txtlink::after, #container.second section dd a.txtlink::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--txBody);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: var(--trTime);
    opacity: 0; }
  #container.second section p a.txtlink:hover::after, #container.second section li a.txtlink:hover::after, #container.second section td a.txtlink:hover::after, #container.second section dd a.txtlink:hover::after {
    opacity: 1; }

ul.cList01 > li, #container.second.lesson #lesson--notice ul > li, #container.second.privacy section ul > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cList01 > li::before, #container.second.lesson #lesson--notice ul > li::before, #container.second.privacy section ul > li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0; }

ul.cListAt01 > li, #container.second.privacy section ul.att > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cListAt01 > li::before, #container.second.privacy section ul.att > li::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0; }

ol.cNumList01, #container.second.lesson #lesson--flow ol, #container.second.privacy section ol {
  counter-reset: num01; }
  ol.cNumList01 > li, #container.second.lesson #lesson--flow ol > li, #container.second.privacy section ol > li {
    padding-left: 1.2em;
    position: relative; }
    ol.cNumList01 > li::before, #container.second.lesson #lesson--flow ol > li::before, #container.second.privacy section ol > li::before {
      counter-increment: num01;
      content: counter(num01) ".";
      position: absolute;
      top: 0;
      left: 0; }

ol.cNumList02 {
  counter-reset: num02; }
  ol.cNumList02 > li {
    padding-left: 2.5em;
    position: relative; }
    ol.cNumList02 > li::before {
      counter-increment: num02;
      content: "(" counter(num02) ")";
      position: absolute;
      top: 0;
      left: 0; }

table.cTb01, #form table {
  width: 100%;
  border-top: var(--lineCl01) 1px solid; }
  table.cTb01 th, #form table th, table.cTb01 td, #form table td {
    border-bottom: var(--lineCl01) 1px solid;
    padding: 25px 0;
    text-align: left;
    vertical-align: top;
    position: relative; }
  table.cTb01 th, #form table th {
    font-weight: 500; }
  @media screen and (max-width: 767px) {
    table.cTb01 th, #form table th, table.cTb01 td, #form table td {
      display: list-item;
      list-style-type: none;
      font-size: 1.4rem;
      line-height: 2;
      padding: 15px 0; }
    table.cTb01 th, #form table th {
      border-bottom: none;
      padding-bottom: 0; }
    table.cTb01 td, #form table td {
      padding-top: 0; } }

#container.toppage #top--concert .btn a, #container.toppage #top--profile .inner .txtBox .btn a, #container.toppage #top--lesson .inner .txtBox .btn a, #container.toppage #top--offer .inner .txtBox .btn a {
  display: block;
  width: 250px;
  height: 56px;
  max-width: 100%;
  border-radius: 50vw;
  position: relative;
  overflow: hidden; }
  #container.toppage #top--concert .btn a::before, #container.toppage #top--profile .inner .txtBox .btn a::before, #container.toppage #top--lesson .inner .txtBox .btn a::before, #container.toppage #top--offer .inner .txtBox .btn a::before, #container.toppage #top--concert .btn a::after, #container.toppage #top--profile .inner .txtBox .btn a::after, #container.toppage #top--lesson .inner .txtBox .btn a::after, #container.toppage #top--offer .inner .txtBox .btn a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-radius: 50vw;
    position: absolute;
    top: 0;
    left: 0; }
  #container.toppage #top--concert .btn a::before, #container.toppage #top--profile .inner .txtBox .btn a::before, #container.toppage #top--lesson .inner .txtBox .btn a::before, #container.toppage #top--offer .inner .txtBox .btn a::before {
    transform: translateX(-101%);
    transition: .3s;
    z-index: 2; }
  #container.toppage #top--concert .btn a::after, #container.toppage #top--profile .inner .txtBox .btn a::after, #container.toppage #top--lesson .inner .txtBox .btn a::after, #container.toppage #top--offer .inner .txtBox .btn a::after {
    z-index: 1; }
  #container.toppage #top--concert .btn a span.btn-txt, #container.toppage #top--profile .inner .txtBox .btn a span.btn-txt, #container.toppage #top--lesson .inner .txtBox .btn a span.btn-txt, #container.toppage #top--offer .inner .txtBox .btn a span.btn-txt {
    display: block;
    line-height: 54px;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.12em;
    position: relative;
    z-index: 5;
    transition: color .3s; }
  #container.toppage #top--concert .btn a span.btn-arw, #container.toppage #top--profile .inner .txtBox .btn a span.btn-arw, #container.toppage #top--lesson .inner .txtBox .btn a span.btn-arw, #container.toppage #top--offer .inner .txtBox .btn a span.btn-arw {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    width: 15px;
    height: 11px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0 auto auto;
    margin-right: 18px;
    z-index: 6; }
  #container.toppage #top--concert .btn a:hover::before, #container.toppage #top--profile .inner .txtBox .btn a:hover::before, #container.toppage #top--lesson .inner .txtBox .btn a:hover::before, #container.toppage #top--offer .inner .txtBox .btn a:hover::before {
    transform: translateX(0); }
#container.toppage #top--concert .btn a::before, #container.toppage #top--profile .inner .txtBox .btn a::before, #container.toppage #top--lesson .inner .txtBox .btn a::before, #container.toppage #top--offer .inner .txtBox .btn a::before {
  border-color: var(--txBody);
  background-color: var(--txBody); }
#container.toppage #top--concert .btn a::after, #container.toppage #top--profile .inner .txtBox .btn a::after, #container.toppage #top--lesson .inner .txtBox .btn a::after, #container.toppage #top--offer .inner .txtBox .btn a::after {
  border-color: var(--txBody);
  background-color: transparent; }
#container.toppage #top--concert .btn a span.btn-txt, #container.toppage #top--profile .inner .txtBox .btn a span.btn-txt, #container.toppage #top--lesson .inner .txtBox .btn a span.btn-txt, #container.toppage #top--offer .inner .txtBox .btn a span.btn-txt {
  color: var(--txBody); }
#container.toppage #top--concert .btn a span.btn-arw, #container.toppage #top--profile .inner .txtBox .btn a span.btn-arw, #container.toppage #top--lesson .inner .txtBox .btn a span.btn-arw, #container.toppage #top--offer .inner .txtBox .btn a span.btn-arw {
  background-image: url("../images/ico_arw_01.svg"); }
#container.toppage #top--concert .btn a:hover span.btn-txt, #container.toppage #top--profile .inner .txtBox .btn a:hover span.btn-txt, #container.toppage #top--lesson .inner .txtBox .btn a:hover span.btn-txt, #container.toppage #top--offer .inner .txtBox .btn a:hover span.btn-txt {
  color: #fff; }
#container.toppage #top--concert .btn a:hover span.btn-arw, #container.toppage #top--profile .inner .txtBox .btn a:hover span.btn-arw, #container.toppage #top--lesson .inner .txtBox .btn a:hover span.btn-arw, #container.toppage #top--offer .inner .txtBox .btn a:hover span.btn-arw {
  background-image: url("../images/ico_arw_01w.svg"); }
@media screen and (max-width: 767px) {
  #container.toppage #top--concert .btn a, #container.toppage #top--profile .inner .txtBox .btn a, #container.toppage #top--lesson .inner .txtBox .btn a, #container.toppage #top--offer .inner .txtBox .btn a {
    width: 200px;
    height: 45px;
    margin: 0 auto; }
    #container.toppage #top--concert .btn a span.btn-txt, #container.toppage #top--profile .inner .txtBox .btn a span.btn-txt, #container.toppage #top--lesson .inner .txtBox .btn a span.btn-txt, #container.toppage #top--offer .inner .txtBox .btn a span.btn-txt {
      line-height: 44px;
      font-size: 1.6rem; }
    #container.toppage #top--concert .btn a span.btn-arw, #container.toppage #top--profile .inner .txtBox .btn a span.btn-arw, #container.toppage #top--lesson .inner .txtBox .btn a span.btn-arw, #container.toppage #top--offer .inner .txtBox .btn a span.btn-arw {
      width: 11px;
      height: 8px; } }

#ftrContact .btn a {
  display: block;
  width: 250px;
  height: 56px;
  max-width: 100%;
  border-radius: 50vw;
  line-height: 56px;
  text-align: center;
  position: relative;
  overflow: hidden; }
#ftrContact .btn a {
  background-color: var(--pointCl01);
  color: #fff;
  font-size: clamp(20px, 1.587vw, 20px);
  letter-spacing: 0.12em; }
  #ftrContact .btn a:hover {
    background-color: var(--ovCl01); }
@media screen and (max-width: 767px) {
  #ftrContact .btn a {
    width: 200px;
    height: 45px;
    line-height: 45px; }
  #ftrContact .btn a {
    font-size: 1.6rem; } }

/*--------------------------------------------------------------------
7. other
---------------------------------------------------------------------*/
header h1 a,
header .logo a, #ftrBtm #ftrBtmIn .ftrInfo .logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 101%; }
  header h1 a::before,
  header .logo a::before, #ftrBtm #ftrBtmIn .ftrInfo .logo a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    background-position: left center;
    background-image: url("../images/logo.svg");
    position: absolute;
    top: 0;
    left: 0; }

#container.second.lesson #lesson--taiken, #container.second.lesson .lesson--box, #container.second.lesson #lesson--notice, #container.second.lesson #lesson--flow, #container.second.offer .offer--detail {
  position: relative; }
  #container.second.lesson #lesson--taiken::before, #container.second.lesson .lesson--box::before, #container.second.lesson #lesson--notice::before, #container.second.lesson #lesson--flow::before, #container.second.offer .offer--detail::before {
    content: "";
    display: block;
    width: calc(100% - 60px);
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto; }
  @media screen and (max-width: 767px) {
    #container.second.lesson #lesson--taiken::before, #container.second.lesson .lesson--box::before, #container.second.lesson #lesson--notice::before, #container.second.lesson #lesson--flow::before, #container.second.offer .offer--detail::before {
      width: 100%; } }

/* -----------------------------------------
-- form
-- 404
----------------------------------------- */
/*--------------------------------------------------------------------
form
---------------------------------------------------------------------*/
input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
  position: relative;
  margin: 0 4px 0 0;
  top: -1px; }

/*--必須--*/
#form table th > span {
  display: inline-block;
  width: 45px;
  height: 20px;
  margin-left: 1.5em;
  text-align: center;
  color: #fff;
  background-color: #515151;
  border-radius: 3px;
  line-height: 18px;
  font-size: 10px;
  vertical-align: middle;
  letter-spacing: 0.01em;
  transform: translateY(-2px); }

#form table {
  margin-bottom: 80px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #form table {
      margin-bottom: liquid2(80); } }
  @media screen and (max-width: 767px) {
    #form table {
      margin-bottom: 40px; } }
  #form table th,
  #form table td {
    line-height: calc(40/18); }
  #form table th {
    width: 320px;
    padding-top: 30px;
    padding-left: 5px;
    font-size: clamp(16px, 1.349vw, 17px);
    font-weight: 500; }
    @media screen and (max-width: 999px) {
      #form table th {
        width: 260px; } }
  #form table td {
    vertical-align: middle;
    font-size: 1em;
    padding-left: 25px; }
  @media screen and (max-width: 767px) {
    #form table th {
      width: 100%;
      padding-bottom: 20px; }
    #form table td {
      padding-left: 0;
      padding-bottom: 25px;
      font-size: 1.5rem; } }
  #form table td.chk label {
    display: block; }
  #form table td.privacy span,
  #form table td.privacy label {
    margin-top: 10px;
    font-weight: 500;
    font-size: clamp(16px, 1.349vw, 17px); }
  #form table ::placeholder {
    color: #bbbbbb; }

/*--form parts --*/
#form input[type="text"],
#form input[type="email"],
#form input[type="url"],
#form input[type="tel"],
#form textarea {
  background-color: #f8f4f3;
  border: #f2efef 2px solid;
  padding: 12px 10px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    #form input[type="text"],
    #form input[type="email"],
    #form input[type="url"],
    #form input[type="tel"],
    #form textarea {
      padding: 10px;
      font-size: 16px; } }
#form textarea {
  height: 10em; }

/*--form btn--*/
#form .formBtn button,
#form .formBtn input,
.btnThanks a, #container.second #notfound .btn a {
  display: block;
  width: 360px;
  height: 72px;
  max-width: 100%;
  border-radius: 50vw;
  border: var(--txBody) 1px solid;
  color: var(--txBody);
  font-size: clamp(16px, 1.429vw, 18px);
  text-align: center;
  line-height: 70px;
  font-weight: 500;
  cursor: pointer; }
  #form .formBtn button:hover,
  #form .formBtn input:hover,
  .btnThanks a:hover, #container.second #notfound .btn a:hover {
    background-color: var(--txBody);
    color: #fff; }
  @media screen and (max-width: 767px) {
    #form .formBtn button,
    #form .formBtn input,
    .btnThanks a, #container.second #notfound .btn a {
      width: 260px;
      height: 50px;
      line-height: 50px;
      font-size: 1.4rem; } }

#form .formBtn {
  text-align: center; }

#form .formBtn button,
#form .formBtn input,
.btnThanks a {
  margin: 0 auto;
  transition: var(--trTime); }

.btnThanks {
  padding: 80px 0 80px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    .btnThanks {
      padding: 6.6667% 0 6.6667%; } }
  @media screen and (max-width: 767px) {
    .btnThanks {
      padding: 40px 0 40px; } }

.wpcf7-list-item {
  display: block !important; }

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em !important;
  padding: 1em !important; }

.wpcf7 form.sent .wpcf7-response-output {
  /* 送信ボタン下完了時 */
  border-color: transparent !important; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  /* 送信ボタン下未入力警告 */
  border-color: transparent !important;
  color: red !important;
  text-align: center !important; }

.wpcf7-not-valid-tip {
  /* 必須未入力項目下の文章 */
  border-color: transparent !important;
  font-size: 12px;
  color: red !important; }

.wpcf7-form-control-wrap.recaptcha {
  display: block;
  padding-bottom: 30px; }

/*--------------------------------------------------------------------
404
---------------------------------------------------------------------*/
#container.second #notfound {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.second #notfound {
      padding-top: 8.3333%;
      padding-bottom: 8.3333%; } }
  #container.second #notfound h1 {
    text-align: center;
    font-size: clamp(20px, 2.381vw, 30px);
    font-weight: bold;
    margin-bottom: 50px; }
  #container.second #notfound p {
    text-align: center;
    padding-bottom: 50px; }
  #container.second #notfound .btn a {
    margin: 0 auto;
    transition: var(--trTime); }

/*-----------------------------------------------------
base setting
--------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

.iphone body,
.ipad body,
.ipod body {
  cursor: pointer; }

*:focus {
  outline: none; }

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  background-color: var(--bgBody);
  color: var(--txBody); }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
html, body {
  height: 100%; }

body {
  width: 100%;
  text-align: center; }

a {
  color: var(--txBody);
  text-decoration: none;
  transition: all var(--trTime); }

strong {
  font-weight: bold; }

img {
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  -ms-interpolation-mode: bicubic; }

#wrapper {
  position: relative; }

/* -----------------------------------------------------------------------
clearfix
------------------------------------------------------------------------- */
.wrapBoxW, #container.second #notfound, #ftrBtm #ftrBtmIn, #ftrCopy, #mainTitle h1,
#mainTitle .pageTitle, #container.second section, #mainImage, #container.toppage #top--lesson .inner, #container.toppage #top--offer .inner,
.wrapBox, #container.toppage #top--profile .inner, #container.second.profile #profile--lead, #container.second.lesson section, #container.second.offer section, #container.second.contact section,
#container.second.thanks section, #container.second.privacy section, #container.blog #blogIndex,
#container.blog #blogDetail,
.wrapBoxC,
.wrapBoxS,
.clearfix,
header,
section {
  display: block; }
  .wrapBoxW::after, #container.second #notfound::after, #ftrBtm #ftrBtmIn::after, #ftrCopy::after, #mainTitle h1::after,
  #mainTitle .pageTitle::after, #container.second section::after, #mainImage::after, #container.toppage #top--lesson .inner::after, #container.toppage #top--offer .inner::after,
  .wrapBox::after, #container.toppage #top--profile .inner::after, #container.second.profile #profile--lead::after, #container.second.lesson section::after, #container.second.offer section::after, #container.second.contact section::after,
  #container.second.thanks section::after, #container.second.privacy section::after, #container.blog #blogIndex::after,
  #container.blog #blogDetail::after,
  .wrapBoxC::after,
  .wrapBoxS::after,
  .wrapBoxW::before, #container.second #notfound::before, #ftrBtm #ftrBtmIn::before, #ftrCopy::before, #mainTitle h1::before,
  #mainTitle .pageTitle::before, #container.second section::before, #mainImage::before, #container.toppage #top--lesson .inner::before, #container.toppage #top--offer .inner::before,
  .wrapBox::before, #container.toppage #top--profile .inner::before, #container.second.profile #profile--lead::before, #container.second.lesson section::before, #container.second.offer section::before, #container.second.contact section::before,
  #container.second.thanks section::before, #container.second.privacy section::before, #container.blog #blogIndex::before,
  #container.blog #blogDetail::before,
  .wrapBoxC::before,
  .wrapBoxS::before,
  .clearfix::after,
  .clearfix::before,
  header::after,
  header::before,
  section::after,
  section::before {
    content: "";
    display: block;
    clear: both; }

/*--------------------------------------------------------------------
   header
---------------------------------------------------------------------*/
.drawer-open header {
  z-index: inherit; }

html, body {
  scroll-padding-top: var(--hdrH)30px;
  scroll-behavior: smooth; }
  @media screen and (max-width: 767px) {
    html, body {
      scroll-padding-top: var(--hdrHsp)30px; } }

header {
  height: var(--hdrH);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200; }
  @media screen and (max-width: 767px) {
    header {
      height: var(--hdrHsp); } }
  header h1,
  header .logo {
    width: 259px;
    height: 38px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto 0;
    margin-left: 70px; }
    @media screen and (max-width: 767px) {
      header h1,
      header .logo {
        width: 173px;
        height: 24.5px;
        margin-left: 20px; } }
  header nav {
    margin-left: 330px;
    margin-right: 75px;
    padding-top: 66px;
    position: relative; }
    header nav ul {
      text-align: right;
      height: 44px; }
      header nav ul li {
        display: inline-block;
        margin-left: 40px; }
        header nav ul li a {
          display: inline-block;
          overflow: hidden;
          position: relative;
          transition: all var(--trTime);
          display: block;
          height: 44px;
          line-height: 44px;
          font-size: clamp(16px, 1.429vw, 18px);
          color: #333;
          letter-spacing: 0.075em;
          cursor: pointer; }
          header nav ul li a::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #333;
            transform-origin: right top;
            transform: scale(0, 1);
            transition: transform .3s;
            z-index: 1000; }
          header nav ul li a:hover::after {
            transform: scale(1, 1);
            transform-origin: left top; }
        header nav ul li.navContact a {
          display: block;
          width: 160px;
          border-radius: 50vw;
          text-align: center;
          color: #fff;
          font-size: clamp(16px, 1.27vw, 16px);
          background-color: var(--pointCl01); }
          header nav ul li.navContact a::after {
            display: none; }
          header nav ul li.navContact a:hover {
            background-color: var(--ovCl01); }

/* scrolling
-----------------------*/
/*--is-fixed--*/
.is-fixed {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

/*--------------------------------------------------------------------
   footer
---------------------------------------------------------------------*/
footer {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    footer {
      padding-top: 3.3333%; } }
  @media screen and (max-width: 767px) {
    footer {
      padding-top: 5.3333%; } }

#ftrContact {
  width: 960px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  background: url("../images/bg_ftr_contact.jpg") center center no-repeat;
  background-size: cover;
  padding: 80px 30px 60px;
  position: relative; }
  #ftrContact .tit {
    width: calc(216/960 * 100%);
    position: absolute;
    top: 0;
    left: 0;
    margin-left: calc(54/960 * 100%);
    margin-top: calc(-30/960 * 100%); }
  #ftrContact p {
    text-align: center;
    font-size: clamp(16px, 1.429vw, 18px);
    line-height: calc(32/18);
    padding-bottom: 35px; }
  #ftrContact .btn a {
    margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #ftrContact {
      width: auto;
      max-width: calc(100% - 40px);
      background-image: url("../images/bg_ftr_contact_sp.jpg");
      padding: 14.9254% 40px 16.4179%; }
      #ftrContact .tit {
        width: 48.209%;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        transform: translateY(-60%); }
      #ftrContact p {
        text-align: left;
        font-size: 1.5rem;
        line-height: calc(64/30);
        padding-bottom: 20px; } }

#ftrBtm {
  margin-top: 155px;
  border-top: #282828 1px solid;
  padding-top: 60px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #ftrBtm {
      margin-top: 12.9167%;
      padding-top: 5%; } }
  #ftrBtm #ftrBtmIn {
    display: block;
    padding-bottom: 60px;
    position: relative; }
    #ftrBtm #ftrBtmIn::after, #ftrBtm #ftrBtmIn::before {
      content: "";
      display: block;
      clear: both; }
    #ftrBtm #ftrBtmIn::before {
      content: "";
      display: block;
      width: calc(100% - 60px);
      height: 1px;
      background-color: #d8d8d8;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
    #ftrBtm #ftrBtmIn .ftrInfo {
      width: 260px;
      float: left; }
      #ftrBtm #ftrBtmIn .ftrInfo .logo {
        width: 259px;
        height: 38px;
        overflow: hidden;
        margin-right: auto;
        margin-bottom: 15px; }
      #ftrBtm #ftrBtmIn .ftrInfo p {
        text-align: left;
        font-size: clamp(16px, 1.27vw, 16px);
        line-height: calc(34/16);
        letter-spacing: 0.025em; }
    #ftrBtm #ftrBtmIn nav {
      width: calc(100% - 280px);
      float: right; }
      #ftrBtm #ftrBtmIn nav ul {
        text-align: right; }
        #ftrBtm #ftrBtmIn nav ul li {
          display: inline-block;
          margin-left: 40px; }
          #ftrBtm #ftrBtmIn nav ul li a {
            display: inline-block;
            overflow: hidden;
            position: relative;
            transition: all var(--trTime);
            display: block;
            height: 35px;
            line-height: 35px;
            font-size: clamp(15px, 1.349vw, 17px);
            color: #333;
            letter-spacing: 0.075em;
            cursor: pointer; }
            #ftrBtm #ftrBtmIn nav ul li a::after {
              position: absolute;
              bottom: 0;
              left: 0;
              content: '';
              width: 100%;
              height: 1px;
              background: #333;
              transform-origin: right top;
              transform: scale(0, 1);
              transition: transform .3s;
              z-index: 1000; }
            #ftrBtm #ftrBtmIn nav ul li a:hover::after {
              transform: scale(1, 1);
              transform-origin: left top; }
      #ftrBtm #ftrBtmIn nav .line {
        margin-top: 30px;
        text-align: right;
        vertical-align: middle; }
        #ftrBtm #ftrBtmIn nav .line span.ico {
          margin-right: 5px;
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain;
          overflow: hidden;
          white-space: nowrap;
          text-indent: 101%;
          line-height: 0;
          font-size: 0.1em;
          display: inline-block;
          width: 30px;
          height: 30px;
          background-image: url("../images/ico_line.svg"); }
        #ftrBtm #ftrBtmIn nav .line a {
          display: inline-block;
          overflow: hidden;
          position: relative;
          transition: all var(--trTime);
          height: 35px;
          line-height: 35px;
          font-size: clamp(15px, 1.349vw, 17px);
          color: #333;
          letter-spacing: 0.075em;
          cursor: pointer; }
          #ftrBtm #ftrBtmIn nav .line a::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #333;
            transform-origin: right top;
            transform: scale(0, 1);
            transition: transform .3s;
            z-index: 1000; }
          #ftrBtm #ftrBtmIn nav .line a:hover::after {
            transform: scale(1, 1);
            transform-origin: left top; }
  @media screen and (max-width: 767px) {
    #ftrBtm {
      margin-top: 20%;
      padding-top: 12%; }
      #ftrBtm #ftrBtmIn {
        padding-bottom: 12%; }
        #ftrBtm #ftrBtmIn::before {
          display: none; }
        #ftrBtm #ftrBtmIn .ftrInfo {
          width: auto;
          float: none;
          margin: 0 auto;
          padding-bottom: 12%; }
          #ftrBtm #ftrBtmIn .ftrInfo .logo {
            width: 165px;
            height: 24px;
            margin: 0 auto 15px; }
          #ftrBtm #ftrBtmIn .ftrInfo p {
            text-align: center; }
        #ftrBtm #ftrBtmIn nav {
          width: auto;
          float: none;
          margin: 0 auto; }
          #ftrBtm #ftrBtmIn nav ul {
            width: 300px;
            max-width: calc(100% - 80px);
            margin: 0 auto;
            border-top: #b1a9a6 1px solid;
            text-align: center; }
            #ftrBtm #ftrBtmIn nav ul li {
              border-bottom: #b1a9a6 1px solid;
              font-size: 1.6rem;
              margin-left: 0;
              display: block; }
              #ftrBtm #ftrBtmIn nav ul li a {
                display: block;
                padding: calc(40 / 30 * 1em) 0;
                height: auto;
                letter-spacing: 0.075em;
                line-height: 1; }
                #ftrBtm #ftrBtmIn nav ul li a::after {
                  display: none; }
          #ftrBtm #ftrBtmIn nav .line {
            text-align: center; } }

#ftrCopy {
  display: block;
  padding-top: 50px; }
  #ftrCopy::after, #ftrCopy::before {
    content: "";
    display: block;
    clear: both; }
  #ftrCopy p.link {
    width: 50%;
    float: left;
    text-align: left; }
    #ftrCopy p.link a {
      display: inline-block;
      overflow: hidden;
      position: relative;
      transition: all var(--trTime);
      font-size: clamp(14px, 1.27vw, 16px);
      line-height: 35px;
      color: #333;
      letter-spacing: 0.075em; }
      #ftrCopy p.link a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #333;
        transform-origin: right top;
        transform: scale(0, 1);
        transition: transform .3s;
        z-index: 1000; }
      #ftrCopy p.link a:hover::after {
        transform: scale(1, 1);
        transform-origin: left top; }
  #ftrCopy p.copy {
    width: 50%;
    float: right;
    text-align: right; }
    #ftrCopy p.copy a {
      font-size: clamp(12px, 1.111vw, 14px);
      line-height: 35px;
      letter-spacing: 0.075em; }
  @media screen and (max-width: 767px) {
    #ftrCopy {
      padding-top: 0; }
      #ftrCopy p.link {
        width: auto;
        float: none;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 20px; }
        #ftrCopy p.link a {
          font-size: 1.6rem; }
          #ftrCopy p.link a::after {
            display: none; }
      #ftrCopy p.copy {
        width: auto;
        float: none;
        margin: 0 auto;
        text-align: center; }
        #ftrCopy p.copy a {
          line-height: calc(60/24); } }

/*--------------------------------------------------------------------
   mainTitle
---------------------------------------------------------------------*/
#mainTitle {
  width: 100%;
  padding-top: 460px;
  margin-bottom: 140px;
  background: url("../images/bg_01.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #mainTitle {
      padding-top: 38.3333%;
      margin-bottom: 11.6667%; } }
  @media screen and (max-width: 767px) {
    #mainTitle {
      padding-top: 80%;
      margin-bottom: 18.6667%; } }
  #mainTitle h1,
  #mainTitle .pageTitle {
    max-width: calc(100% - 60px);
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%);
    text-align: left;
    font-size: clamp(26px, 3.175vw, 40px);
    transform: translateY(50%); }
    @media screen and (max-width: 767px) {
      #mainTitle h1,
      #mainTitle .pageTitle {
        text-align: center; } }

/*--------------------------------------------------------------------
   container
---------------------------------------------------------------------*/
#container {
  overflow: hidden; }
  #container.second section {
    padding-bottom: 100px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.second {
      padding-bottom: 0.8333%; }
      #container.second section {
        padding-bottom: 8.3333%; } }
  @media screen and (max-width: 767px) {
    #container.second {
      padding-bottom: 1.3333%; }
      #container.second section {
        padding-bottom: 18.6667%; } }

/* base
-----------------------*/
div[id="container"] section p, div[id="container"] section li, div[id="container"] section dt, div[id="container"] section dd, div[id="container"] section th, div[id="container"] section td {
  font-size: clamp(16px, 1.429vw, 18px);
  line-height: calc(36/18);
  text-align: left;
  font-feature-settings: "palt"; }
  @media screen and (max-width: 767px) {
    div[id="container"] section p, div[id="container"] section li, div[id="container"] section dt, div[id="container"] section dd, div[id="container"] section th, div[id="container"] section td {
      font-size: 1.6rem;
      line-height: calc(60/30) !important; } }
div[id="container"] p + * {
  margin-top: 30px; }
div[id="container"] ul + * {
  margin-top: 30px; }
div[id="container"] ol + * {
  margin-top: 30px; }
div[id="container"] dl + * {
  margin-top: 30px; }
div[id="container"] table + * {
  margin-top: 30px; }

/*===========================================
_drawer.scss
=============================================*/
/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important; }

.drawer-nav {
  position: fixed;
  z-index: 9000;
  top: 0;
  overflow: hidden;
  width: 380px;
  max-width: 100%;
  height: 100%;
  color: #fff;
  background-color: #f6e5df; }

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

.drawer-open .drawer-overlay {
  display: block; }

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -100%;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0; }

.drawer--right.drawer-open .drawer-hamburger {
  /*right: 16.25rem;*/ }

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 99999;
  top: 0;
  display: block;
  box-sizing: border-box;
  width: 47px;
  height: 47px;
  padding: 0 15px;
  background-color: var(--txBody);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  border-radius: 50vw;
  margin-top: calc((var(--hdrH) - 47px) / 2);
  margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .drawer-hamburger {
      width: calc(54px * 0.6);
      height: calc(54px * 0.6);
      padding: 0 calc(15px * 0.6);
      margin-top: calc((var(--hdrHsp) - 54px * 0.6)/2);
      margin-right: 20px; } }

.drawer-hamburger:hover {
  cursor: pointer; }

.drawer-hamburger-icon {
  position: relative;
  display: block; }

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff; }

.drawer-hamburger-icon {
  background-color: transparent; }

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -3px;
  left: 0;
  content: ' '; }
  @media screen and (max-width: 767px) {
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
      top: -2px; } }

.drawer-hamburger-icon:after {
  top: 3px; }
  @media screen and (max-width: 767px) {
    .drawer-hamburger-icon:after {
      top: 2px; } }

.drawer-open .drawer-hamburger {
  position: fixed;
  background-color: #fff; }

.drawer-open .drawer-hamburger-icon {
  background-color: transparent; }

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
  background-color: var(--txBody); }

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto; }

/*
@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
*/
/*!------------------------------------*\
    add
\*!------------------------------------*/
.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--right .drawer-hamburger {
  right: 0px; }

@media screen and (max-width: 767px) {
  .drawer-nav {
    width: 100%; } }
/*--------------------------------------------------------------------
   hamburger
---------------------------------------------------------------------*/
.drawer-hamburger {
  display: none;
  z-index: 99999; }

@media screen and (max-width: 1099px) {
  .drawer-hamburger {
    display: block; }

  header nav {
    display: none; } }
/*--------------------------------------------------------------------
   menu
---------------------------------------------------------------------*/
.spNav {
  padding-top: var(--hdrH);
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px; }
  .spNav a {
    color: var(--txBody); }
  .spNav ul {
    width: 300px;
    max-width: calc(100% - 80px);
    margin: 0 auto;
    border-top: #b1a9a6 1px solid;
    text-align: center; }
    .spNav ul li {
      border-bottom: #b1a9a6 1px solid;
      font-size: 1.6rem; }
      .spNav ul li a {
        display: block;
        padding: calc(40 / 30 * 1em) 0;
        letter-spacing: 0.075em; }
  .spNav .line {
    margin-top: 30px;
    text-align: center;
    vertical-align: middle; }
    .spNav .line span.ico {
      margin-right: 5px;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 101%;
      line-height: 0;
      font-size: 0.1em;
      display: inline-block;
      width: 30px;
      height: 30px;
      background-image: url("../images/ico_line.svg"); }
    .spNav .line a {
      display: inline-block;
      overflow: hidden;
      position: relative;
      transition: all var(--trTime);
      height: 35px;
      line-height: 35px;
      font-size: 1.6rem;
      color: #333;
      letter-spacing: 0.075em;
      cursor: pointer; }
      .spNav .line a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #333;
        transform-origin: right top;
        transform: scale(0, 1);
        transition: transform .3s;
        z-index: 1000; }
      .spNav .line a:hover::after {
        transform: scale(1, 1);
        transform-origin: left top; }
  @media screen and (max-width: 767px) {
    .spNav {
      padding-top: calc(var(--hdrHsp) + 10px);
      padding-left: 40px;
      padding-right: 40px; }
      .spNav ul li {
        font-size: 1.6rem; } }

/* -----------------------------------------
-- 1. toppage
-- 2. 
----------------------------------------- */
/*--------------------------------------------------------------------
1. toppage
---------------------------------------------------------------------*/
/*mainimage
------------------------------------------------------*/
#mainImage {
  margin-top: var(--hdrH);
  margin-bottom: 140px;
  padding-top: 560px;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  #mainImage #mainPhoto {
    width: 68.254%;
    padding-top: 44.4444%;
    background: url("../images/main.jpg") center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: fadeIn 2s ease 0s 1 both;
    opacity: 0; }
  #mainImage #mainTxt {
    width: 25.873%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -40.7143%;
    margin-top: 15.3175%;
    animation: fadeIn 2s ease 1s 1 both;
    opacity: 0; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #mainImage {
      margin-bottom: 11.6667%;
      padding-top: 46.6667%; } }
  @media screen and (max-width: 767px) {
    #mainImage {
      margin-top: calc(var(--hdrHsp) + 25px);
      margin-bottom: 0;
      padding-bottom: 36%;
      padding-top: 88%; }
      #mainImage #mainPhoto {
        width: 80%;
        padding-top: 88%;
        background-image: url("../images/main_sp.jpg"); }
      #mainImage #mainTxt {
        width: 57.8667%;
        top: auto;
        bottom: 0;
        left: 0;
        margin-left: 8%;
        margin-bottom: 19.4667%;
        margin-top: auto; } }

/*container
------------------------------------------------------*/
#container.toppage #top--concert h2 {
  margin-bottom: 4.1667%; }
#container.toppage #top--concert .inner {
  display: block;
  margin-bottom: 5%; }
  #container.toppage #top--concert .inner::after, #container.toppage #top--concert .inner::before {
    content: "";
    display: block;
    clear: both; }
  #container.toppage #top--concert .inner .item {
    width: calc(50% - 30px);
    float: left;
    background-color: #fff;
    border: #e3e0dc 1px solid; }
    @media screen and (max-width: 999px) {
      #container.toppage #top--concert .inner .item {
        width: calc(50% - 20px); } }
    #container.toppage #top--concert .inner .item:nth-child(2) {
      float: right; }
    #container.toppage #top--concert .inner .item a {
      display: flex;
      justify-content: space-between;
      width: 100%;
      height: 100%;
      padding: 30px; }
      @media screen and (max-width: 999px) {
        #container.toppage #top--concert .inner .item a {
          padding: 20px; } }
      #container.toppage #top--concert .inner .item a .img {
        padding-top: 52.6315789474%;
        position: relative;
        overflow: hidden; }
        #container.toppage #top--concert .inner .item a .img img {
          object-fit: cover;
          min-width: 100%;
          min-height: 100%;
          width: auto;
          height: auto;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          transition: all 0.5s; }
      #container.toppage #top--concert .inner .item a:hover .img img {
        transform: scale(1.15); }
      #container.toppage #top--concert .inner .item a .img {
        flex-basis: calc(180/510 * 100%);
        padding-top: calc(256/510 * 100%);
        align-self: flex-start;
        overflow: hidden; }
      #container.toppage #top--concert .inner .item a .txtBox {
        flex-basis: calc(292/510 * 100%);
        padding-bottom: 20px;
        position: relative; }
        #container.toppage #top--concert .inner .item a .txtBox span.date {
          display: block;
          text-align: left;
          color: #666666;
          font-size: clamp(13px, 1.429vw, 18px);
          padding: 15px 0; }
        #container.toppage #top--concert .inner .item a .txtBox p.schedule,
        #container.toppage #top--concert .inner .item a .txtBox h3 {
          font-size: clamp(15px, 1.429vw, 18px);
          line-height: calc(32/18);
          text-align: left; }
        #container.toppage #top--concert .inner .item a .txtBox h3 {
          margin-top: 10px; }
        #container.toppage #top--concert .inner .item a .txtBox p.more {
          text-align: right;
          position: absolute;
          bottom: 0;
          right: 0; }
          #container.toppage #top--concert .inner .item a .txtBox p.more span {
            display: inline-block;
            font-size: clamp(13px, 1.429vw, 18px);
            position: relative; }
            #container.toppage #top--concert .inner .item a .txtBox p.more span::after {
              content: "";
              display: block;
              height: 1px;
              width: 100%;
              background-color: var(--txBody);
              position: absolute;
              bottom: 0;
              left: 0;
              transition: var(--trTime); }
      #container.toppage #top--concert .inner .item a:hover .txtBox p.more span::after {
        opacity: 0; }
#container.toppage #top--concert .btn a {
  margin: 0 auto; }
@media screen and (max-width: 767px) {
  #container.toppage #top--concert h2 {
    margin-bottom: 10.4478%; }
  #container.toppage #top--concert .inner {
    margin-bottom: 14.9254%; }
    #container.toppage #top--concert .inner .item {
      width: auto;
      float: none; }
      #container.toppage #top--concert .inner .item:nth-child(2) {
        float: none;
        margin-top: 25px; }
      #container.toppage #top--concert .inner .item a {
        padding: 15px; }
        #container.toppage #top--concert .inner .item a .img {
          flex-basis: calc(220/660 * 100%);
          padding-top: calc(310/660 * 100%); }
        #container.toppage #top--concert .inner .item a .txtBox {
          flex-basis: auto;
          flex: 1;
          padding-left: 20px;
          padding-bottom: 20px; }
          #container.toppage #top--concert .inner .item a .txtBox span.date {
            padding: 0 0 10px;
            font-size: 1.5rem; }
          #container.toppage #top--concert .inner .item a .txtBox h3 {
            margin-top: 10px; } }

#container.toppage #top--profile {
  padding-top: 150px;
  padding-bottom: 135px;
  position: relative; }
  #container.toppage #top--profile::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    height: auto;
    width: 335px;
    padding-top: 335px;
    background-image: url("../images/moyou01.jpg");
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 310px;
    margin-top: 180px;
    z-index: -1; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.toppage #top--profile {
      padding-top: 12.5%;
      padding-bottom: 11.25%; }
      #container.toppage #top--profile::before {
        width: 27.9167%;
        padding-top: 27.9167%;
        margin-left: 25.8333%;
        margin-top: 15%; } }
  #container.toppage #top--profile .inner {
    display: flex;
    align-items: center; }
    #container.toppage #top--profile .inner .imgBox {
      flex-basis: 47.2727%; }
      #container.toppage #top--profile .inner .imgBox img {
        display: block;
        width: calc(380/520 * 100%);
        margin: 0 auto; }
    #container.toppage #top--profile .inner .txtBox {
      flex-basis: 52.7273%; }
      #container.toppage #top--profile .inner .txtBox h2 {
        text-align: left;
        margin-bottom: 25px; }
      #container.toppage #top--profile .inner .txtBox p.name {
        margin-bottom: 20px;
        text-align: left;
        font-size: clamp(17px, 1.746vw, 22px); }
        #container.toppage #top--profile .inner .txtBox p.name span {
          display: inline-block;
          margin-left: 15px;
          font-size: clamp(14px, 1.429vw, 18px); }
      #container.toppage #top--profile .inner .txtBox .btn a {
        margin-left: auto; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--profile {
      padding-top: 17.3333%;
      padding-bottom: 18.6667%; }
      #container.toppage #top--profile::before {
        display: none; }
      #container.toppage #top--profile .inner {
        display: block; }
        #container.toppage #top--profile .inner .imgBox {
          display: none; }
        #container.toppage #top--profile .inner .txtBox h2 {
          text-align: center; }
        #container.toppage #top--profile .inner .txtBox div.forSP {
          width: 62.6866%;
          margin: 0 auto 20px; }
        #container.toppage #top--profile .inner .txtBox p.name {
          text-align: center; }
          #container.toppage #top--profile .inner .txtBox p.name span {
            display: block;
            margin-left: 0;
            text-align: center; }
        #container.toppage #top--profile .inner .txtBox p {
          padding-left: 20px;
          padding-right: 20px; }
        #container.toppage #top--profile .inner .txtBox .btn a {
          margin-right: auto; } }

#container.toppage #top--lesson {
  padding-bottom: 150px;
  position: relative; }
  #container.toppage #top--lesson::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    height: auto;
    width: 335px;
    padding-top: 335px;
    background-image: url("../images/moyou01.jpg");
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 12px;
    margin-top: 80px;
    z-index: -1; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.toppage #top--lesson {
      padding-bottom: 12.5%; }
      #container.toppage #top--lesson::before {
        width: 27.9167%;
        padding-top: 27.9167%;
        margin-top: 6.6667%; } }
  #container.toppage #top--lesson .inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center; }
    #container.toppage #top--lesson .inner .imgBox {
      flex-basis: 50%; }
    #container.toppage #top--lesson .inner .txtBox {
      flex-basis: 50%;
      padding-right: 5%; }
      #container.toppage #top--lesson .inner .txtBox h2 {
        text-align: left;
        margin-bottom: 25px; }
      #container.toppage #top--lesson .inner .txtBox h3 {
        margin-bottom: 20px;
        text-align: left;
        font-size: clamp(20px, 1.746vw, 22px); }
      #container.toppage #top--lesson .inner .txtBox .btn {
        margin-top: 30px; }
        #container.toppage #top--lesson .inner .txtBox .btn a {
          margin-right: auto; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--lesson {
      padding-bottom: 20%; }
      #container.toppage #top--lesson::before {
        display: none; }
      #container.toppage #top--lesson .inner {
        display: block; }
        #container.toppage #top--lesson .inner .imgBox {
          display: none; }
        #container.toppage #top--lesson .inner .txtBox {
          padding-right: 0; }
          #container.toppage #top--lesson .inner .txtBox h2 {
            text-align: center; }
          #container.toppage #top--lesson .inner .txtBox h3 {
            text-align: center; }
          #container.toppage #top--lesson .inner .txtBox div.forSP {
            width: calc(100% - 40px);
            margin: 0 auto 20px; }
          #container.toppage #top--lesson .inner .txtBox p {
            padding-left: 20px;
            padding-right: 20px; }
          #container.toppage #top--lesson .inner .txtBox .btn a {
            margin-left: auto; } }

#container.toppage #top--offer {
  padding-bottom: 110px;
  position: relative; }
  #container.toppage #top--offer::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    height: auto;
    width: 335px;
    padding-top: 335px;
    background-image: url("../images/moyou01.jpg");
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 300px;
    margin-top: -70px;
    z-index: -1; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.toppage #top--offer {
      padding-bottom: 9.1667%; }
      #container.toppage #top--offer::before {
        width: 27.9167%;
        padding-top: 27.9167%;
        margin-left: 25%;
        margin-top: -5.8333%; } }
  #container.toppage #top--offer .inner {
    display: flex;
    align-items: center; }
    #container.toppage #top--offer .inner .imgBox {
      flex-basis: 50%; }
    #container.toppage #top--offer .inner .txtBox {
      flex-basis: 54.5455%;
      padding-left: 5%; }
      #container.toppage #top--offer .inner .txtBox h2 {
        text-align: left;
        margin-bottom: 25px; }
      #container.toppage #top--offer .inner .txtBox h3 {
        margin-bottom: 20px;
        text-align: left;
        font-size: clamp(20px, 1.746vw, 22px); }
      #container.toppage #top--offer .inner .txtBox .btn a {
        margin-left: auto; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--offer {
      padding-bottom: 20%; }
      #container.toppage #top--offer::before {
        display: none; }
      #container.toppage #top--offer .inner {
        display: block; }
        #container.toppage #top--offer .inner .imgBox {
          display: none; }
        #container.toppage #top--offer .inner .txtBox {
          padding-right: 0; }
          #container.toppage #top--offer .inner .txtBox h2 {
            text-align: center; }
          #container.toppage #top--offer .inner .txtBox h3 {
            text-align: center; }
          #container.toppage #top--offer .inner .txtBox div.forSP {
            width: calc(100% - 40px);
            margin: 0 auto 20px; }
          #container.toppage #top--offer .inner .txtBox p {
            padding-left: 20px;
            padding-right: 20px; }
          #container.toppage #top--offer .inner .txtBox .btn a {
            margin-left: auto; } }

/*--------------------------------------------------------------------
2. local
---------------------------------------------------------------------*/
/*profile
------------------------------------------------------*/
#container.second.profile #profile--lead {
  position: relative; }
  #container.second.profile #profile--lead::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    height: auto;
    width: 380px;
    padding-top: 380px;
    background-image: url("../images/moyou01.jpg");
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 300px;
    z-index: -1; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.second.profile #profile--lead::before {
      width: 31.6667%;
      padding-top: 31.6667%;
      margin-left: 25%; } }
  #container.second.profile #profile--lead .imgBox {
    width: 34.5455%;
    float: left; }
  #container.second.profile #profile--lead .txtBox {
    width: 58.1818%;
    float: right; }
    #container.second.profile #profile--lead .txtBox h2 {
      text-align: left;
      font-size: clamp(24px, 2.222vw, 28px);
      margin-bottom: 30px; }
      #container.second.profile #profile--lead .txtBox h2 span {
        display: inline-block;
        font-size: clamp(19px, 1.905vw, 24px);
        margin-right: 1em; }
  @media screen and (max-width: 767px) {
    #container.second.profile #profile--lead::before {
      width: 41.7333%;
      padding-top: 41.7333%;
      margin-left: 6.1333%; }
    #container.second.profile #profile--lead .imgBox {
      width: auto;
      float: none;
      margin: 0 auto; }
      #container.second.profile #profile--lead .imgBox img {
        display: block;
        width: 83.5821%;
        margin: 0 auto 25px; }
    #container.second.profile #profile--lead .txtBox {
      width: auto;
      float: none;
      margin: 0 auto;
      padding-left: 20px;
      padding-right: 20px; }
      #container.second.profile #profile--lead .txtBox h2 {
        text-align: center; }
        #container.second.profile #profile--lead .txtBox h2 span {
          display: block;
          margin-right: 0;
          margin-bottom: 15px; } }
#container.second.profile #profile--message {
  position: relative; }
  #container.second.profile #profile--message::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    height: auto;
    width: 380px;
    padding-top: 380px;
    background-image: url("../images/moyou01.jpg");
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -670px;
    z-index: -1; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.second.profile #profile--message::before {
      width: 31.6667%;
      padding-top: 31.6667%;
      margin-left: -55.8333%; } }
  #container.second.profile #profile--message .txtBox {
    width: 45%;
    float: left; }
    #container.second.profile #profile--message .txtBox h2 {
      margin-bottom: 20px; }
  #container.second.profile #profile--message .imgBox {
    width: 50%;
    float: right; }
  @media screen and (max-width: 767px) {
    #container.second.profile #profile--message::before {
      width: 41.7333%;
      padding-top: 41.7333%;
      margin-left: -48%; }
    #container.second.profile #profile--message .txtBox {
      width: auto;
      float: none;
      margin: 0 auto; }
      #container.second.profile #profile--message .txtBox h2 {
        margin-bottom: 30px; }
      #container.second.profile #profile--message .txtBox img {
        display: block;
        width: calc(100% - 40px);
        margin: 0 auto 30px; }
      #container.second.profile #profile--message .txtBox p {
        padding-left: 20px;
        padding-right: 20px; }
    #container.second.profile #profile--message .imgBox {
      display: none; } }

/*lesson
------------------------------------------------------*/
#container.second.lesson section h2 {
  margin-bottom: 30px; }
#container.second.lesson section p a, #container.second.lesson section li a, #container.second.lesson section dd a {
  display: inline-block;
  color: var(--txBody);
  position: relative; }
  #container.second.lesson section p a::after, #container.second.lesson section li a::after, #container.second.lesson section dd a::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--txBody);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: var(--trTime); }
  #container.second.lesson section p a:hover::after, #container.second.lesson section li a:hover::after, #container.second.lesson section dd a:hover::after {
    opacity: 0; }
#container.second.lesson section p + p {
  margin-top: 20px; }
@media screen and (max-width: 767px) {
  #container.second.lesson section {
    padding-left: 40px;
    padding-right: 40px; } }
#container.second.lesson #lesson--lead .imgBox {
  width: 45.4545%;
  float: right; }
#container.second.lesson #lesson--lead .txtBox {
  width: 50.9091%;
  float: left; }
@media screen and (max-width: 767px) {
  #container.second.lesson #lesson--lead .imgBox {
    width: auto;
    float: none;
    margin: 0 auto;
    margin-bottom: 20px; }
  #container.second.lesson #lesson--lead .txtBox {
    width: auto;
    float: none;
    margin: 0 auto; } }
#container.second.lesson #lesson--taiken {
  margin-bottom: 90px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.second.lesson #lesson--taiken {
      margin-bottom: 7.5%; } }
  @media screen and (max-width: 767px) {
    #container.second.lesson #lesson--taiken {
      margin-bottom: 17.3333%; } }
  #container.second.lesson #lesson--taiken p strong {
    display: block;
    font-size: clamp(17px, 1.746vw, 22px);
    font-weight: 500; }
#container.second.lesson .lesson--box {
  margin-bottom: 90px; }
  #container.second.lesson .lesson--box .bg {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    height: auto;
    width: 418px;
    padding-top: 420px;
    background-image: url("../images/moyou02.jpg");
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 245px;
    margin-bottom: -105px;
    z-index: -1; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.second.lesson .lesson--box {
      margin-bottom: 7.5%; }
      #container.second.lesson .lesson--box .bg {
        width: 34.8333%;
        padding-top: 35%;
        margin-left: 20.4167%;
        margin-bottom: -8.75%; } }
  #container.second.lesson .lesson--box h3 {
    margin-bottom: 30px; }
  #container.second.lesson .lesson--box .inner + h3 {
    margin-top: 3.6364%; }
  #container.second.lesson .lesson--box .inner {
    display: flex;
    justify-content: flex-start; }
    #container.second.lesson .lesson--box .inner dl {
      flex-basis: 275px;
      padding-right: 25px;
      margin-top: 0; }
      #container.second.lesson .lesson--box .inner dl dt {
        width: 200px;
        margin-right: auto;
        max-width: 100%;
        background-color: var(--pointCl02);
        text-align: center;
        font-size: 2rem;
        line-height: calc(40/22); }
      #container.second.lesson .lesson--box .inner dl dd {
        padding: 15px 0 0; }
  @media screen and (max-width: 767px) {
    #container.second.lesson .lesson--box {
      margin-bottom: 17.3333%; }
      #container.second.lesson .lesson--box .bg {
        display: none; }
      #container.second.lesson .lesson--box .inner + h3 {
        margin-top: 8.9552%; }
      #container.second.lesson .lesson--box .inner {
        display: block; }
        #container.second.lesson .lesson--box .inner dl {
          padding-right: 0; }
          #container.second.lesson .lesson--box .inner dl dt {
            width: auto;
            text-align: left;
            padding: 5px 20px;
            font-size: 1.6rem; }
          #container.second.lesson .lesson--box .inner dl dd {
            padding: 10px 0 0; }
        #container.second.lesson .lesson--box .inner dl + dl {
          margin-top: 20px; } }
#container.second.lesson #lesson--notice {
  margin-bottom: 90px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.second.lesson #lesson--notice {
      margin-bottom: 7.5%; } }
  @media screen and (max-width: 767px) {
    #container.second.lesson #lesson--notice {
      margin-bottom: 17.3333%; } }
#container.second.lesson #lesson--flow {
  margin-bottom: 90px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.second.lesson #lesson--flow {
      margin-bottom: 7.5%; } }
  @media screen and (max-width: 767px) {
    #container.second.lesson #lesson--flow {
      margin-bottom: 17.3333%; } }
#container.second.lesson #lesson--faq dl dt {
  padding-left: 55px;
  font-size: clamp(18px, 1.746vw, 22px);
  line-height: 40px;
  position: relative; }
  #container.second.lesson #lesson--faq dl dt span {
    display: block;
    width: 40px;
    height: 40px;
    background-color: var(--pointCl02);
    text-align: center;
    line-height: 36px;
    font-size: 2.2rem;
    position: absolute;
    top: 0;
    left: 0; }
#container.second.lesson #lesson--faq dl dd {
  padding-left: 55px;
  padding-top: 20px; }
@media screen and (max-width: 767px) {
  #container.second.lesson #lesson--faq dl dt {
    padding-left: 40px;
    font-size: 1.5rem;
    line-height: 30px; }
    #container.second.lesson #lesson--faq dl dt span {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 1.4rem; }
  #container.second.lesson #lesson--faq dl dd {
    padding-left: 40px;
    padding-top: 15px; } }

/*offer
------------------------------------------------------*/
#container.second.offer section h2 {
  margin-bottom: 30px; }
#container.second.offer section p a, #container.second.offer section li a, #container.second.offer section dd a {
  display: inline-block;
  color: var(--txBody);
  position: relative; }
  #container.second.offer section p a::after, #container.second.offer section li a::after, #container.second.offer section dd a::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--txBody);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: var(--trTime); }
  #container.second.offer section p a:hover::after, #container.second.offer section li a:hover::after, #container.second.offer section dd a:hover::after {
    opacity: 0; }
@media screen and (max-width: 767px) {
  #container.second.offer section {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10.6667%; } }
#container.second.offer #offer--lead {
  position: relative; }
  #container.second.offer #offer--lead::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    height: auto;
    width: 380px;
    padding-top: 380px;
    background-image: url("../images/moyou01.jpg");
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 60px;
    margin-left: -110px;
    z-index: -1; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.second.offer #offer--lead::before {
      width: 31.6667%;
      padding-top: 31.6667%;
      margin-top: 5%;
      margin-left: -9.1667%; } }
  #container.second.offer #offer--lead .imgBox {
    width: 45.4545%;
    float: right; }
  #container.second.offer #offer--lead .txtBox {
    width: 50.9091%;
    float: left; }
  @media screen and (max-width: 767px) {
    #container.second.offer #offer--lead::before {
      width: 44%;
      padding-top: 44%;
      margin-top: 8%;
      margin-left: -14.6667%; }
    #container.second.offer #offer--lead .imgBox {
      width: auto;
      float: none;
      margin: 0 auto;
      margin-top: 30px; }
    #container.second.offer #offer--lead .txtBox {
      width: auto;
      float: none;
      margin: 0 auto; } }
#container.second.offer .offer--detail {
  margin-bottom: 90px; }
  #container.second.offer .offer--detail h3 {
    margin-bottom: 30px; }
  #container.second.offer .offer--detail .inner {
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start; }
    #container.second.offer .offer--detail .inner dl {
      flex-basis: 385px;
      padding-right: 25px;
      margin-top: 0; }
      #container.second.offer .offer--detail .inner dl dt {
        width: 310px;
        margin-right: auto;
        max-width: 100%;
        background-color: var(--pointCl02);
        text-align: center;
        font-size: 2rem;
        line-height: calc(40/22); }
      #container.second.offer .offer--detail .inner dl dd {
        padding: 15px 0 0; }
  #container.second.offer .offer--detail.noBd {
    margin-bottom: 0; }
    #container.second.offer .offer--detail.noBd::before {
      background-color: transparent; }
  @media screen and (max-width: 767px) {
    #container.second.offer .offer--detail {
      margin-bottom: 12%; }
      #container.second.offer .offer--detail .inner {
        margin-bottom: 20px;
        display: block; }
        #container.second.offer .offer--detail .inner dl + dl {
          margin-top: 25px; }
        #container.second.offer .offer--detail .inner dl {
          padding-right: 0; }
          #container.second.offer .offer--detail .inner dl dt {
            width: auto;
            text-align: left;
            padding: 5px 20px;
            font-size: 1.6rem; }
          #container.second.offer .offer--detail .inner dl dd {
            padding: 10px 0 0; } }
#container.second.offer #offer--lead2 {
  position: relative; }
  #container.second.offer #offer--lead2::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    height: auto;
    width: 420px;
    padding-top: 420px;
    background-image: url("../images/moyou02.jpg");
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 245px;
    z-index: -1; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.second.offer #offer--lead2::before {
      width: 35%;
      padding-top: 35%;
      margin-left: 20.4167%; } }

/*contact
------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #container.second.contact section,
  #container.second.thanks section {
    padding-left: 40px;
    padding-right: 40px; } }
#container.second.contact #contact--lead,
#container.second.thanks #contact--lead {
  padding-bottom: 60px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.second.contact #contact--lead,
    #container.second.thanks #contact--lead {
      padding-bottom: 5%; } }
  #container.second.contact #contact--lead h2,
  #container.second.thanks #contact--lead h2 {
    text-align: left;
    font-size: clamp(20px, 1.905vw, 24px);
    line-height: calc(50/24);
    margin-bottom: 20px; }
  #container.second.contact #contact--lead p a,
  #container.second.contact #contact--lead li a,
  #container.second.thanks #contact--lead p a,
  #container.second.thanks #contact--lead li a {
    display: inline-block;
    color: var(--txBody);
    position: relative; }
    #container.second.contact #contact--lead p a::after,
    #container.second.contact #contact--lead li a::after,
    #container.second.thanks #contact--lead p a::after,
    #container.second.thanks #contact--lead li a::after {
      content: "";
      display: block;
      height: 1px;
      width: 100%;
      background-color: var(--txBody);
      position: absolute;
      bottom: 0;
      left: 0;
      transition: var(--trTime); }
    #container.second.contact #contact--lead p a:hover::after,
    #container.second.contact #contact--lead li a:hover::after,
    #container.second.thanks #contact--lead p a:hover::after,
    #container.second.thanks #contact--lead li a:hover::after {
      opacity: 0; }
  @media screen and (max-width: 767px) {
    #container.second.contact #contact--lead,
    #container.second.thanks #contact--lead {
      padding-bottom: 8.9552%; } }

/*privacy
------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #container.second.privacy section {
    padding-left: 40px;
    padding-right: 40px; } }
#container.second.privacy section h2 {
  margin-bottom: 20px;
  text-align: left;
  font-size: clamp(18px, 1.905vw, 24px);
  line-height: 1.5;
  font-weight: 500; }
#container.second.privacy section * + h2 {
  margin-top: 50px; }
#container.second.privacy section ul {
  margin-top: 0; }
#container.second.privacy section ul.att {
  margin-top: 0; }
#container.second.privacy section ol {
  margin-top: 0; }
#container.second.privacy section p {
  word-break: break-all; }
#container.second.privacy section * a {
  display: inline-block;
  color: var(--txBody);
  position: relative; }
  #container.second.privacy section * a::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--txBody);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: var(--trTime); }
  #container.second.privacy section * a:hover::after {
    opacity: 0; }

/*----------------------------------------------------------
Variables
-----------------------------------------------------------*/
/*=============
plugin
==============*/
/*-----------------------------------------------------
wp-pagenavi
--------------------------------------------------------*/
#container nav.navigation.pagination h2 {
  visibility: hidden; }
#container nav.navigation.pagination .nav-links {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  #container nav.navigation.pagination .nav-links span,
  #container nav.navigation.pagination .nav-links a {
    display: block;
    margin: 0 5px;
    width: 54px;
    border: 1px solid #dedede;
    border-radius: 3px;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 52px;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      #container nav.navigation.pagination .nav-links span,
      #container nav.navigation.pagination .nav-links a {
        width: 35.1px;
        line-height: 33.8px;
        font-size: 11px; } }
  #container nav.navigation.pagination .nav-links .page_num {
    display: none; }
  #container nav.navigation.pagination .nav-links a:hover {
    background-color: #f5f5f5;
    color: var(--txBody); }
  #container nav.navigation.pagination .nav-links .extend {
    border: none; }
  #container nav.navigation.pagination .nav-links .current {
    color: #fff;
    border-color: #333333;
    background-color: #333333; }
  #container nav.navigation.pagination .nav-links a.previouspostslink {
    display: none; }
  #container nav.navigation.pagination .nav-links a.first {
    display: none; }
  @media screen and (max-width: 767px) {
    #container nav.navigation.pagination .nav-links .extend {
      display: none; } }

/*-----------------------------------------------------
single pager
--------------------------------------------------------*/
/* pageNav
--------------*/
#container .pageNav ul {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 0 10px; }
#container .pageNav ul li {
  flex-basis: 150px;
  height: 50px; }
#container .pageNav ul li a {
  background: none;
  display: block;
  width: 100%;
  height: 100%;
  border: #cccccc 1px solid;
  background-color: #fff;
  color: var(--pointCl01);
  border-radius: 50vw;
  position: relative;
  line-height: 48px;
  text-align: center;
  text-decoration: none !important;
  font-size: 17px;
  font-weight: 500; }
  #container .pageNav ul li a::after {
    display: none; }
  #container .pageNav ul li a:hover {
    background-color: var(--txBody);
    border-color: var(--txBody);
    color: #fff; }
@media screen and (max-width: 767px) {
  #container .pageNav ul li {
    height: 44px; }
  #container .pageNav ul li a {
    line-height: 42px;
    font-size: 14px; } }

/* -----------------------------------------
blog layout
----------------------------------------- */
@media screen and (max-width: 767px) {
  #container.blog #blogIndex,
  #container.blog #blogDetail {
    padding-left: 40px;
    padding-right: 40px; } }

#container.blog #blogIndex ul li {
  border-bottom: #cccccc 1px solid;
  padding-bottom: 50px;
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.blog #blogIndex ul li {
      padding-bottom: 4.1667%;
      margin-bottom: 4.1667%; } }
  #container.blog #blogIndex ul li a {
    display: flex;
    justify-content: space-between; }
    #container.blog #blogIndex ul li a .img {
      padding-top: 52.6315789474%;
      position: relative;
      overflow: hidden; }
      #container.blog #blogIndex ul li a .img img {
        object-fit: cover;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        transition: all 0.5s; }
    #container.blog #blogIndex ul li a:hover .img img {
      transform: scale(1.15); }
    #container.blog #blogIndex ul li a .img {
      flex-basis: 16.3636%;
      padding-top: 23.2727%; }
    #container.blog #blogIndex ul li a .txtBox {
      flex-basis: 80%;
      padding-bottom: 20px;
      position: relative; }
      #container.blog #blogIndex ul li a .txtBox span.date {
        display: block;
        text-align: left;
        color: #666666;
        font-size: clamp(13px, 1.429vw, 18px);
        padding: 15px 0; }
      #container.blog #blogIndex ul li a .txtBox p.schedule,
      #container.blog #blogIndex ul li a .txtBox h2 {
        font-size: clamp(15px, 1.429vw, 18px);
        line-height: calc(32/18);
        text-align: left; }
      #container.blog #blogIndex ul li a .txtBox h2 {
        margin-top: 10px; }
      #container.blog #blogIndex ul li a .txtBox p.more {
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0; }
        #container.blog #blogIndex ul li a .txtBox p.more span {
          display: inline-block;
          font-size: clamp(13px, 1.429vw, 18px);
          position: relative; }
          #container.blog #blogIndex ul li a .txtBox p.more span::after {
            content: "";
            display: block;
            height: 1px;
            width: 100%;
            background-color: var(--txBody);
            position: absolute;
            bottom: 0;
            left: 0;
            transition: var(--trTime); }
    #container.blog #blogIndex ul li a:hover .txtBox p.more span::after {
      opacity: 0; }
@media screen and (max-width: 767px) {
  #container.blog #blogIndex ul li {
    padding-bottom: 20px;
    margin-bottom: 20px; }
    #container.blog #blogIndex ul li a .img {
      flex-basis: calc(220/660 * 100%);
      padding-top: calc(310/660 * 100%); }
    #container.blog #blogIndex ul li a .txtBox {
      flex-basis: auto;
      flex: 1;
      padding-left: 20px;
      padding-bottom: 20px; }
      #container.blog #blogIndex ul li a .txtBox span.date {
        padding: 0 0 10px;
        font-size: 1.5rem; }
      #container.blog #blogIndex ul li a .txtBox h2 {
        margin-top: 10px; } }

/*-----------------------------------------------------
title
--------------------------------------------------------*/
#container.blog #blogDetail {
  width: 1040px; }
  #container.blog #blogDetail .blogTitle {
    border-bottom: #cccccc 1px solid;
    padding-bottom: 20px;
    margin-bottom: 30px; }
    #container.blog #blogDetail .blogTitle p.schedule,
    #container.blog #blogDetail .blogTitle h1 {
      margin-top: 0;
      text-align: left;
      font-size: clamp(22px, 2.222vw, 28px);
      line-height: calc(52 / 30); }
    #container.blog #blogDetail .blogTitle span.date {
      display: block;
      text-align: left;
      color: #666666;
      font-size: clamp(16px, 1.429vw, 18px);
      padding: 15px 0; }

/* -- blog parts --*/
#container .post {
  padding-bottom: 80px;
  /*------------
  block editor
  --------------*/ }
  @media screen and (max-width: 767px) {
    #container .post {
      padding-bottom: 10.6667%; } }
  #container .post h2 {
    margin-top: 50px !important;
    margin-bottom: 30px;
    font-size: clamp(24px, 2.222vw, 28px);
    text-align: left;
    font-weight: 500;
    line-height: 1.75; }
  #container .post h3 {
    font-size: clamp(18px, 1.746vw, 22px); }
  #container .post h4, #container .post h5, #container .post h6 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
    font-weight: bold;
    line-height: 1.75; }
  #container .post a {
    color: var(--pointCl01);
    text-decoration: underline;
    word-break: break-all; }
    #container .post a:hover {
      text-decoration: none; }
  #container .post ul {
    margin-left: 20px; }
    #container .post ul li {
      list-style-position: outside;
      list-style-type: disc; }
  #container .post ol {
    margin-left: 20px; }
    #container .post ol li {
      list-style-position: outside;
      list-style-type: decimal; }
  #container .post > img,
  #container .post p img,
  #container .post figure {
    display: block;
    width: 680px;
    max-width: 80%;
    margin: 30px auto; }
  #container .post * + p,
  #container .post * + ul,
  #container .post * + ol {
    margin-top: 15px; }
  #container .post * + blockquote,
  #container .post * + figure,
  #container .post * + table,
  #container .post blockquote + *,
  #container .post figure + *,
  #container .post table + * {
    margin-top: 30px; }
  #container .post p.has-text-align-right {
    text-align: right; }
  #container .post p.has-text-align-center {
    text-align: center; }
  #container .post ol {
    margin-left: 1em; }
    #container .post ol li {
      list-style-position: outside;
      list-style-type: decimal; }
  #container .post .wp-block-quote cite, #container .post .wp-block-pullquote cite, #container .post .wp-block-table figcaption {
    display: block;
    margin-top: 10px;
    text-align: left;
    font-size: clamp(12px, 1.111vw, 14px);
    color: #666;
    line-height: 1.7; }
  #container .post .wp-block-quote {
    border-left: var(--txBody) 4px solid;
    padding-left: 15px; }
  #container .post .wp-block-pullquote {
    border-bottom: var(--txBody) 4px solid;
    border-top: var(--txBody) 4px solid;
    padding: 15px 0; }
    #container .post .wp-block-pullquote p {
      font-size: 1em; }
  #container .post .wp-block-table {
    overflow: visible !important; }
  #container .post table {
    width: 100%;
    border-top: #999 1px solid;
    border-left: #999 1px solid; }
    #container .post table th, #container .post table td {
      border-bottom: #999 1px solid;
      border-right: #999 1px solid;
      padding: 15px;
      vertical-align: top; }
    @media screen and (max-width: 767px) {
      #container .post table th, #container .post table td {
        display: list-item;
        list-style-type: none;
        font-size: 1.4rem;
        line-height: 2; } }
  #container .post .wp-block-separator {
    border-color: #ccc; }

/*--float--*/
.flL {
  float: left; }

.flR {
  float: right; }

.clear {
  clear: both; }

/*--textalign--*/
.txtL {
  text-align: left !important; }

.txtC {
  text-align: center !important; }

.txtR {
  text-align: right !important; }

.mt0 {
  margin-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

/*--textwrap--*/
.text {
  display: inline-block; }

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