@charset "utf-8";
/*
Theme Name: リンク塾
*/
body.mceContentBody
{font-family:'Noto Sans Japanese','游ゴシック体', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3',' Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', 'arial', 'helvetica','sans-serif';
  font-size:15px;
  line-height:1.6;}
  
  /* Scss Document */
/*=======================================================
    reset
========================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)f
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.3; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

* 
{box-sizing:border-box;
  position:relative;}

/*ドロワーメニュー*/

#drawer
{position:fixed;
  z-index:10}

[type="checkbox"]:checked, [type="checkbox"]:not(:checked)
{ position: absolute;
  left: -9999px;}
  
.menu-icon:checked + label,
.menu-icon:not(:checked) + label{
  position: fixed;
  top: 5.0rem;
  right: 4.5rem;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 10;
}
.menu-icon:checked + label:before,
.menu-icon:not(:checked) + label:before{
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 17px;
  z-index: 20;
  top: 0;
  left: 0;
  border-top: 1px solid #ececee;
  border-bottom: 1px solid #ececee;
  transition: border-width 100ms 1500ms ease, 
              top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
              height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1), 
              background-color 200ms ease,
              transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-icon:checked + label:after,
.menu-icon:not(:checked) + label:after{
  position: absolute;
  content: '';
  display: block;
  width: 22px;
  height: 1px;
  z-index: 20;
  top: 10px;
  right: 4px;
  background-color: #ececee;
  margin-top: -1px;
  transition: width 100ms 1750ms ease, 
              right 100ms 1750ms ease,
              margin-top 100ms ease, 
              transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked + label:before{
  top: 10px;
  transform: rotate(45deg);
  height: 1px;
  background-color: #ececee;
  border-width: 0;
  transition: border-width 100ms 340ms ease, 
              top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
              height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), 
              background-color 200ms 500ms ease,
              transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked + label:after{
  width: 30px;
  margin-top: 0;
  right: 0;
  transform: rotate(-45deg);
  transition: width 100ms ease,
              right 100ms ease,  
              margin-top 100ms 500ms ease, 
              transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);}

.nav{
  position: fixed;
  top: 2.0rem;
  right: 2.0rem;
  display: block;
  width:8.0rem;
  height:8.0rem;
  padding: 0;
  margin: 0;
  z-index: 9;
  overflow: hidden;
  box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
  background-color: rgba(204,34,34,0.95);
  animation: border-transform 7s linear infinite;
  transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),  
              right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),
              transform 250ms 1100ms ease,
              width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1),
              height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
@keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
  14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
  28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
  42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
  56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
  70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
  84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}

.menu-icon:checked ~ .nav
{animation-play-state: paused;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 200%;
  height: 200%;
  transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),  
              right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
              transform 250ms 700ms ease,
              width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1),
              height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1);}

.nav>div
{position: absolute;
  top: 45%;
  left: 0;
  right:0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 6;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(2rem);
  transition: all 250ms linear;}
@media (max-width: 1024px) {
.nav>div
{top: 40%;
  left:3%}
}
.drawer_menu
{display:flex;
  flex-wrap:wrap;
  margin:0px auto;
  width:800px} 
@media (max-width: 1024px) {
.drawer_menu
{width:350px} 
}
.drawer_menu>li
{display:flexbox;
  width:23.5%;
  margin:0px 2% 2rem 0px; }
.drawer_menu>li:nth-of-type(4n)
{margin-right:0%}
.drawer_menu>li>a
{font-size:2.0rem;
  line-height:1.4;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-family: 'Shippori Mincho B1', serif;
  transition: all 300ms linear;}
@media (max-width: 1024px) {
.drawer_menu>li
{width:49%;
  margin-bottom:1rem}
.drawer_menu>li:nth-of-type(2n)
{margin-right:0%}
.drawer_menu>li>a
{font-size:1.8rem;}
}
.nav ul li a:hover
{text-decoration: none;
  color: #ffeba7;
  transform: scale(1.2)}

.drawer_sns
{display:flex;
  flex-wrap:wrap;
  margin:20px auto 0px;
  width:164px}
@media (max-width: 1024px) {
.drawer_sns
{right:2.5%}
}
.drawer_sns>li
{display:flexbox;
  width:40px;
  margin-right:12px;
  line-height:0}
.drawer_sns>li:last-of-type
{margin-right:0px;}
.drawer_sns>li>a
{font-size:2.0rem;
  line-height:1.4;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-family: 'Shippori Mincho B1', serif;
  transition: all 300ms linear;}

.menu-icon:checked ~ .nav>div
{pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 400ms ease,
              transform 300ms ease;}
.menu-icon:checked ~ .nav>div
{transition-delay: 1400ms;}

/*ドロップメニュー*/

ul.drop_menu{
    visibility: hidden;
    opacity: 0;
    z-index:3;}
ul.drop_menu {
    position: absolute;
    top:80px;
    width:130%;
	left:0px;
	right:0px;
	text-align:center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;}
ul.drop_menu:before
{content: "";
  position: absolute;
  top:-20px;
  left:20%;
  margin-left:-10px;
  border:10px solid transparent;
  border-bottom:10px solid rgba(0,0,0,0.8);}
ul.drop_menuf:before
{top:auto;
  bottom:-10px;
  border-bottom:none;
  border-top:10px solid rgba(0,0,0,0.8);}
ul.drop_menu>li 
{background-color:rgba(0,0,0,0.8);
  border-bottom:1px solid #fff;}
ul.drop_menu>li:last-of-type
{border-bottom:none;}
ul.drop_menu>li>a
{display:block;
  color:#fff;
  padding:12px 5px 14px;
  font-size:16px;
  line-height:1.2;
  text-align:center;
  font-weight:600;
  font-family: 'Shippori Mincho B1', serif;
  text-decoration:none}

.header_bt>ul>li:hover ul.drop_menu{
    top:60px;
    visibility: visible;
    opacity: 1;}
ul.drop_menuf {
    top:auto;
	bottom:10px}
.footer_button_pc>li:hover ul.drop_menu{
    top:auto;
	bottom:50px;
    visibility: visible;
    opacity: 1;}
