@charset "UTF-8";
/*=====================================================
*
*	style.css
*   Since 2020.10.15
*
* 1= tags define
* 2= font setting
*	3= common module
*	4= structure module
*	5= page module
*
========================================================*/
/*	1= tags define
-----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
* {
  text-align: justify; }

html {
  font-size: 62.5%; }

body {
  text-align: center; }

img {
  display: block;
  max-width: 100%; }

/*	2= font setting
-----------------------------------------------------*/
/* base font size */
body {
  font-size: 1.8rem;
  line-height: 1.875;
  text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif,  "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3",  "ＭＳ Ｐゴシック";
  font-weight: 300;
  color: #333333;
  font-feature-settings: "palt";
  letter-spacing: 0.02em; }
  @media only screen and (max-width: 420px) {
    body {
      font-size: 12px;
      font-size: 1.2rem; } }

/*	3= common module
-----------------------------------------------------*/
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

a {
  color: #ff7800;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

.note {
  font-size: 12px;
  font-size: 1.2rem; }

/*	4= structure module
-----------------------------------------------------*/
header {
  height: 53.125vw;
  background: url("../images/mv_bg.jpg") no-repeat left top;
  background-size: contain;
  padding-top: 4.8vw; }
  @media only screen and (max-width: 420px) {
    header {
      height: 94.444vw;
      padding-top: 15vw;
      background: url("../images/mv_bg_sp.jpg") no-repeat left top;
      background-size: 100% auto; } }
  header h1 img {
    z-index: 3;
    width: 42%;
    margin: 0 auto; }
    @media only screen and (max-width: 420px) {
      header h1 img {
        width: 71.1vw;
        margin: 0 auto; } }
  header p {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 2.64%;
    width: 61.328%; }
    @media only screen and (max-width: 420px) {
      header p {
        bottom: -3.1944vw;
        width: 100%;
        height: 30vw;
        background: url("../images/mv_catch_bg_sp.svg") repeat-x;
        background-size: auto 100%; }
        header p img {
          width: auto;
          height: 100%; } }
  header .meeting {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 45%; }
    header .meeting.sp {
      width: 45.416%; }
  header a {
    width: 22.5%;
    max-width: 288px;
    position: absolute;
    right: 3.125%;
    top: 3.125vw; }
    @media only screen and (max-width: 420px) {
      header a {
        width: 38.888vw;
        left: calc((100vw - 38.888vw) / 2);
        top: 3.61vw; } }

section {
  margin: auto;
  text-align: left; }
  section .section-inner {
    margin: 0 auto;
    width: 80%;
    max-width: 1024px;
    padding: 45px calc(80% * 0.06054) 60px; }
    @media only screen and (min-width: 1280px) {
      section .section-inner {
        padding: 45px 62px 60px; } }
    @media only screen and (max-width: 420px) {
      section .section-inner {
        width: 90%;
        padding: 20px 10px; } }
    section .section-inner h2 img {
      height: 60px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 420px) {
        section .section-inner h2 img {
          height: 40px;
          margin-bottom: 20px; } }
    section .section-inner .inner {
      padding: 0 3.9%; }

footer {
  background: #b592ac;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem; }
  footer p {
    text-align: center;
    line-height: normal; }

/*	5= page module
-----------------------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 0px;
  right: 0px; }
  .pagetop a {
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/pagetop.svg");
    background-size: contain; }

/*--- section #profile ---*/
section#profile {
  background: url("../images/prof_bg.png") #333333; }
  section#profile .section-inner {
    background-image: none;
    background-color: #333333;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-flow: row nowrap; }
    @media only screen and (max-width: 420px) {
      section#profile .section-inner {
        padding-top: 0.5em;
        display: block; } }
    section#profile .section-inner .prof-ph {
      width: 22.222%;
      margin-top: -12px; }
      @media only screen and (max-width: 420px) {
        section#profile .section-inner .prof-ph {
          width: 30%;
          margin: 1em 1em 1em 0;
          float: left; } }
      section#profile .section-inner .prof-ph img.photo {
        border-radius: 50%;
        border: 3px solid #fff; }
        @media only screen and (max-width: 420px) {
          section#profile .section-inner .prof-ph img.photo {
            border: 1px solid #fff; } }
      section#profile .section-inner .prof-ph img.koushi {
        width: 48%;
        height: auto;
        position: absolute;
        left: -18%;
        bottom: -20%; }
        @media only screen and (max-width: 420px) {
          section#profile .section-inner .prof-ph img.koushi {
            display: none; } }
    section#profile .section-inner .prof-txt {
      width: 77.778%;
      padding: 1.1em 0 1.1em 2.4%;
      color: #fff; }
      @media only screen and (max-width: 420px) {
        section#profile .section-inner .prof-txt {
          width: 100%;
          padding: 1em 0; } }
      section#profile .section-inner .prof-txt p {
        line-height: 1.625;
        font-size: 16px;
        font-size: 1.6rem; }
        @media only screen and (max-width: 420px) {
          section#profile .section-inner .prof-txt p {
            font-size: 13px;
            font-size: 1.3rem; } }
        section#profile .section-inner .prof-txt p span {
          font-size: 20px;
          font-size: 2rem;
          font-weight: 400; }
          @media only screen and (max-width: 420px) {
            section#profile .section-inner .prof-txt p span {
              font-size: 16px;
              font-size: 1.6rem; } }
        section#profile .section-inner .prof-txt p:first-child {
          margin-bottom: 0.6em; }

/*--- section #overview ---*/
section#overview {
  background: url("../images/overview_bg.png"); }
  section#overview .section-inner {
    background-image: none;
    background-color: #fff; }
  section#overview dl {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start; }
    @media only screen and (max-width: 420px) {
      section#overview dl {
        display: block; } }
    section#overview dl dt, section#overview dl dd, section#overview dl ul li {
      margin-bottom: 0.5em;
      font-size: 18px;
      font-size: 1.8rem; }
      @media only screen and (max-width: 420px) {
        section#overview dl dt, section#overview dl dd, section#overview dl ul li {
          font-size: 14px;
          font-size: 1.4rem; } }
    section#overview dl dt {
      border-bottom: 3px solid #666;
      width: 5.5em;
      padding: 0 0.5em;
      margin-right: 4px;
      font-weight: 400;
      letter-spacing: 0.05em; }
      @media only screen and (max-width: 420px) {
        section#overview dl dt {
          padding: 0 0.2em;
          margin-top: 1em; } }
    section#overview dl dd {
      border-bottom: 1px solid #666;
      width: calc(100% - 5.5em - 4px);
      padding-left: 1em; }
      @media only screen and (max-width: 420px) {
        section#overview dl dd {
          padding: 0.2em 0;
          margin-left: 1em;
          width: calc(100% - 1em);
          line-height: 1.4; } }
      section#overview dl dd.date {
        padding-left: 0; }
    section#overview dl .note {
      font-size: 12px;
      font-size: 1.2rem; }
    section#overview dl ul li {
      border-bottom: 1px solid #ccc;
      padding-left: 1em; }
      section#overview dl ul li:last-child {
        border: none; }
      @media only screen and (max-width: 420px) {
        section#overview dl ul li {
          padding-left: 0; } }

/*--- .price ---*/
.price {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0; }
  @media only screen and (max-width: 420px) {
    .price {
      flex-flow: row wrap;
      justify-content: center;
      padding: 20px 0 0; } }
  .price picture.sprice {
    width: 41.111%; }
    @media only screen and (max-width: 420px) {
      .price picture.sprice {
        width: 80%;
        margin: 0 10% 1em; } }
  .price p {
    width: 14.39%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: normal;
    text-align: left; }
    @media only screen and (max-width: 420px) {
      .price p {
        flex: 1;
        font-size: 12px;
        font-size: 1.2rem; } }
    .price p span {
      font-size: 12px;
      font-size: 1.2rem;
      white-space: nowrap; }
      @media only screen and (max-width: 420px) {
        .price p span {
          font-size: 10px;
          font-size: 1rem; } }
    @media only screen and (max-width: 420px) {
      .price p {
        width: 30%;
        font-size: 12px;
        font-size: 1.2rem; } }
  .price img.arrow {
    width: 4.756%; }
    @media only screen and (max-width: 420px) {
      .price img.arrow {
        width: 8%;
        margin: 0 2%; } }
  .price img.spprice {
    width: 33.7804%; }
    @media only screen and (max-width: 420px) {
      .price img.spprice {
        width: 52%; } }

/*--- .entry ---*/
.entry {
  background: #d9e7ed;
  margin-top: 40px; }
  .entry h3 {
    background: -moz-linear-gradient(top, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); }
    .entry h3 img {
      width: 63.333%;
      margin: auto; }
    @media only screen and (max-width: 420px) {
      .entry h3 {
        background: -moz-linear-gradient(top, white 0%, white 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, white 0%, white 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, white 0%, white 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); }
        .entry h3 img {
          width: 85%; } }
  .entry ul {
    padding: 40px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start; }
    @media only screen and (max-width: 420px) {
      .entry ul {
        display: block;
        padding: 1em; } }
    .entry ul li {
      width: calc((100% - (20px * 2)) / 3);
      margin: 0 15px;
      filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.25)); }
      @media only screen and (max-width: 768px) {
        .entry ul li {
          filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.25)); } }
      @media only screen and (max-width: 420px) {
        .entry ul li {
          filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.25)); } }
      .entry ul li:hover {
        top: 2px;
        left: 2px; }
      @media only screen and (max-width: 420px) {
        .entry ul li {
          width: 80%;
          margin: 1em auto; } }

/*--- section #contents ---*/
section#contents {
  background: url("../images/contents_bg.jpg") #bfdbe7 no-repeat left top;
  background-size: cover; }
  section#contents ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch; }
    @media only screen and (max-width: 768px) {
      section#contents ul {
        display: block; } }
    section#contents ul li {
      z-index: 3;
      background: #fff;
      width: 47.56%;
      min-height: 74px;
      padding: 10px;
      margin-bottom: 20px;
      line-height: 1.55;
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      background: url("../images/contents_check.svg") no-repeat 10px 10px #fff;
      background-size: 10% auto; }
      @media only screen and (max-width: 768px) {
        section#contents ul li {
          width: 100%;
          min-height: inherit;
          background-size: 7% auto; } }
      section#contents ul li p {
        padding-left: 12%; }
        @media only screen and (max-width: 768px) {
          section#contents ul li p {
            padding-left: 9%; } }
        section#contents ul li p span {
          font-weight: 500;
          color: #ff7800; }
      @media only screen and (max-width: 420px) {
        section#contents ul li {
          font-size: 15px;
          font-size: 1.5rem; } }
      section#contents ul li:after {
        z-index: 0;
        width: 100%;
        height: 100%;
        display: block;
        content: "";
        border: 2px solid #333;
        border-left: none;
        border-top: none;
        position: absolute;
        left: 4px;
        top: 4px; }
  @media only screen and (max-width: 1179px) {
    section#contents li br {
      display: none; } }

/*--- section #message ---*/
section#message {
  background: url("../images/msg_bg_lt.jpg") left top no-repeat;
  background-size: 22%; }
  section#message:after {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    background: url("../images/msg_bg_rb.png") right bottom no-repeat;
    width: 80%;
    height: 100%; }
    @media only screen and (max-width: 420px) {
      section#message:after {
        width: 60%; } }
  section#message .section-inner {
    padding-top: 60px;
    z-index: 3; }
    @media only screen and (max-width: 420px) {
      section#message .section-inner {
        padding-top: 30px;
        padding-bottom: 80px; } }
  section#message h2 img {
    width: 86.222% !important;
    height: auto !important; }
    @media only screen and (max-width: 420px) {
      section#message h2 img {
        width: 86.222% !important;
        margin-left: 15%;
        margin-bottom: 30px; } }
  section#message ul {
    margin: 0 0 1em; }
    @media only screen and (max-width: 420px) {
      section#message ul {
        margin-bottom: 20px; } }
    section#message ul li {
      font-weight: 500;
      font-size: 16px;
      font-size: 1.6rem; }
      @media only screen and (max-width: 420px) {
        section#message ul li {
          font-size: 14.5px;
          font-size: 1.45rem;
          padding-left: 1.5em;
          text-indent: -1em;
          line-height: 1.5;
          margin-bottom: 0.5em; } }
      section#message ul li:before {
        content: "・";
        display: inline;
        color: #ff7800;
        margin-right: 0.5em; }
  section#message p {
    margin: 1em 0;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem; }
    @media only screen and (max-width: 420px) {
      section#message p {
        font-size: 14px;
        font-size: 1.4rem; } }

/*--- section #teacher ---*/
section#teacher {
  z-index: 1;
  background: url("../images/teacher_bg.jpg") #333 no-repeat center top;
  background-size: cover; }
  section#teacher h2 {
    position: absolute;
    left: calc(100% * 0.06054);
    top: -30px; }
    @media only screen and (max-width: 420px) {
      section#teacher h2 {
        top: -15px;
        right: 0;
        left: inherit; } }
    @media only screen and (min-width: 1280px) {
      section#teacher h2 {
        left: 62px; } }
    section#teacher h2 img {
      margin-bottom: 0; }
  section#teacher .section-inner {
    padding-top: 0;
    padding-bottom: 0; }
    @media only screen and (max-width: 420px) {
      section#teacher .section-inner {
        width: 98%; } }
  section#teacher p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #ffffff !important;
    line-height: 1.642; }
    @media only screen and (max-width: 420px) {
      section#teacher p {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media only screen and (max-width: 1300px) {
      section#teacher p br.subbr {
        display: none; } }
  section#teacher .tdata {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-end; }
    @media only screen and (max-width: 420px) {
      section#teacher .tdata {
        top: -13vw; } }
    section#teacher .tdata .tphoto {
      width: 33%; }
      @media only screen and (max-width: 420px) {
        section#teacher .tdata .tphoto {
          width: 70%;
          float: left; } }
    section#teacher .tdata .ttxt {
      width: 67%;
      padding: 40px 0 30px 3.9%; }
      @media only screen and (max-width: 420px) {
        section#teacher .tdata .ttxt {
          width: 100%;
          padding: 0 0.5em 1em 0; }
          section#teacher .tdata .ttxt p {
            text-align: right; } }
      section#teacher .tdata .ttxt p.tname {
        margin-bottom: 1em;
        line-height: normal; }
        @media only screen and (max-width: 420px) {
          section#teacher .tdata .ttxt p.tname {
            margin-bottom: 0; } }
        section#teacher .tdata .ttxt p.tname span {
          font-size: 24px;
          font-size: 2.4rem;
          padding-left: 0.5em; }
          @media only screen and (max-width: 420px) {
            section#teacher .tdata .ttxt p.tname span {
              font-size: 20px;
              font-size: 2rem; } }
  @media only screen and (max-width: 420px) {
    section#teacher .ttxtt {
      padding: 1em;
      background-color: rgba(0, 0, 0, 0.3);
      top: -13vw; } }

/*--- section #entry ---*/
section#entry h2 img {
  width: 100%;
  height: auto; }
  @media only screen and (max-width: 420px) {
    section#entry h2 img {
      margin-bottom: 0 !important; } }
section#entry .pb0 {
  padding-bottom: 30px; }
section#entry .entry-box {
  width: 100%;
  padding-top: 0;
  background: #d9e7ed; }
  section#entry .entry-box .entry-ttl {
    background: -moz-linear-gradient(top, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); }
    @media only screen and (max-width: 420px) {
      section#entry .entry-box .entry-ttl {
        background: -moz-linear-gradient(top, white 0%, white 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, white 0%, white 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, white 0%, white 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); } }
  section#entry .entry-box .section-inner {
    padding-top: 0;
    padding-bottom: 0; }
  section#entry .entry-box .entry {
    margin-top: 0; }
    section#entry .entry-box .entry h3 {
      background: none;
      top: -50%; }

/*--- section #association ---*/
section#association {
  background: url("../images/assoc_bg.png") #d6c2d0;
  padding: 60px 0;
  margin-top: 4px; }
  @media only screen and (max-width: 420px) {
    section#association {
      padding: 30px 0; } }
  section#association .section-inner {
    text-align: center;
    padding: 1em calc(80% * 0.0390625);
    background: #fff;
    border-radius: 10px; }
    section#association .section-inner.one {
      padding-bottom: 1.5em; }
      section#association .section-inner.one:after {
        display: block;
        content: "";
        position: absolute;
        bottom: -26px;
        left: calc(50% - (87px / 2));
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 26px 43.5px 0 43.5px;
        border-color: #fff transparent transparent transparent; }
      @media only screen and (min-width: 1280px) {
        section#association .section-inner.one {
          padding: 1em 40px; } }
      section#association .section-inner.one p.intro {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400;
        text-align: center; }
        @media only screen and (max-width: 420px) {
          section#association .section-inner.one p.intro {
            font-size: 14px;
            font-size: 1.4rem;
            font-weight: 500; } }
      section#association .section-inner.one ul {
        display: inline-block;
        margin: 2em auto 1em; }
        section#association .section-inner.one ul li {
          color: #6c2659;
          font-weight: 500;
          line-height: 30px;
          border-bottom: 1px solid #666666;
          margin-bottom: 6px;
          padding-left: 30px; }
          @media only screen and (max-width: 420px) {
            section#association .section-inner.one ul li {
              padding-bottom: 0.2em;
              line-height: 1.4;
              vertical-align: bottom;
              font-size: 14px;
              font-size: 1.4rem; } }
          section#association .section-inner.one ul li:before {
            display: block;
            content: "";
            width: 35px;
            height: 26px;
            background: url("../images/assoc_circle.svg") no-repeat;
            background-size: contain;
            position: absolute;
            left: -14px;
            top: 0; }
      section#association .section-inner.one p.note {
        font-weight: 500;
        font-size: 14px;
        font-size: 1.4rem;
        text-align: center; }
        @media only screen and (max-width: 420px) {
          section#association .section-inner.one p.note {
            font-size: 12px;
            font-size: 1.2rem; } }
    section#association .section-inner.two {
      margin: 40px auto 0;
      text-align: center;
      padding-top: 40px;
      padding-bottom: 30px; }
      @media only screen and (max-width: 420px) {
        section#association .section-inner.two {
          padding-top: 30px; } }
      section#association .section-inner.two .pc-invisible {
        display: none; }
      section#association .section-inner.two a {
        color: #6c2659; }
      section#association .section-inner.two .logo {
        max-width: 500px;
        width: 80%;
        margin: 0 auto 30px; }
        @media only screen and (max-width: 420px) {
          section#association .section-inner.two .logo {
            width: 100%; } }
      section#association .section-inner.two .graduate {
        background: #f3eef4;
        border: 3px solid #6c2659;
        margin-bottom: 50px; }
        @media only screen and (max-width: 420px) {
          section#association .section-inner.two .graduate {
            margin-bottom: 20px; } }
        section#association .section-inner.two .graduate:hover {
          top: 2px;
          left: 2px; }
        section#association .section-inner.two .graduate .gra-ttl {
          padding: 1em;
          text-align: center;
          font-size: 20px;
          font-size: 2rem;
          font-weight: 500; }
          @media only screen and (max-width: 420px) {
            section#association .section-inner.two .graduate .gra-ttl {
              font-size: 15px;
              font-size: 1.5rem;
              padding: 0.7em; } }
          section#association .section-inner.two .graduate .gra-ttl img {
            width: 4.146%;
            height: 4.146%;
            display: inline-block;
            vertical-align: middle;
            margin-right: 1em; }
            @media only screen and (max-width: 420px) {
              section#association .section-inner.two .graduate .gra-ttl img {
                width: 18px;
                height: 18px; } }
        section#association .section-inner.two .graduate .gra-ph {
          display: flex;
          flex-flow: row nowrap;
          justify-content: space-between;
          align-content: flex-end; }
          section#association .section-inner.two .graduate .gra-ph img {
            width: calc(100% / 7);
            border-right: 1px solid #6c2559; }
            section#association .section-inner.two .graduate .gra-ph img:last-child {
              border: none; }
      section#association .section-inner.two .stage.sp-invisible:hover {
        opacity: 0.6;
        top: 2px;
        left: 2px; }
      @media only screen and (min-width: 769px) {
        section#association .section-inner.two .pc-invisible {
          display: none; } }
      @media only screen and (max-width: 420px) {
        section#association .section-inner.two .sp-invisible {
          display: none; } }

/*===== RESPONSIVE =====*/
@media only screen and (min-width: 769px) {
  .sp, .tb {
    display: none; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none; } }
@media only screen and (max-width: 420px) {
  .pc, .tb, .sp-none {
    display: none; } }

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