@charset "utf-8";
/* 1. All Devices
-------------------------------------------------------------------------------- */

/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");

body,
html {
  color: #231815;
  height: 100%;
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
}

/* .poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.15rem;
}

.poppins-normal {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.15rem;
} */

h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}

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

.c-blue {
  color: #3da6ba;
}

.c-pink {
  color: #e8447e;
}

/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0; /* 最初は非表示 */
  /* transform: translateY(30px); */
  transition: opacity 1.2s, transform 1.2s; /* 透過率と縦方向の移動を0.8秒 */
}
/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  /* transform: translateY(0); */
  transition-delay: 0.8s; /* フェード開始を0.5秒遅らせる */
}

.admin-bar .header {
  top: 32px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.header .header-inner {
  padding: 24px 40px 6px;
  background: #fef064;
}

.header .l-header {
  width: 324px;
}

.header .r-header {
  width: calc(100% - 324px);
}

.header .r-header ul li {
  margin-left: 14px;
  margin-right: 14px;
}

.header .r-header ul li a {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.1rem;
  padding: 6px 10px 4px;
  display: block;
  position: relative;
}

.header .r-header ul li a:hover {
  opacity: 1;
}

.header .r-header ul a span {
  display: inline-block;
  padding-bottom: 2px;
}

.header .r-header ul .current a span {
  border-bottom: 3px dotted #fff;
}

.header .r-header ul li a:hover span {
  border-bottom: 3px dotted #fff;
}

.header .r-header ul .li-contact {
  margin-right: 10px;
}

.header .r-header ul .li-contact a {
  font-size: 1.2rem;
  /* margin-right: 24px; */
  background: #fff;
}

.header .r-header ul .li-contact a:hover {
  background: none;
}

.header-bg {
  height: 30px;
  background: url("images/header-bg.svg") bottom left repeat-x;
  background-size: auto 100px;
}

.header .r-header ul .li-sns {
  margin-right: 0px;
}

.bt-wrap {
  position: relative;
}

.bt-wrap a {
  display: block;
}

.bt-wrap a::before {
  content: "";
  width: 100%;
  /* width: calc(100% - 6px); */
  border-top: 1px solid #231815;
  position: absolute;
  top: -2px;
  left: 0px;
}

.bt-wrap a::after {
  content: "";
  width: 100%;
  /* width: calc(100% - 6px); */
  border-top: 1px solid #231815;
  position: absolute;
  bottom: -2px;
  left: 0px;
}

.bt-wrap a:hover {
  background: #fffabc;
  transition: 0.3s ease;
}

.bt-wrap a span::before {
  content: "";
  height: 100%;
  /* height: calc(100% - 6px); */
  border-left: 1px solid #231815;
  position: absolute;
  left: -2px;
  top: 0px;
}

.bt-wrap a span::after {
  content: "";
  height: 100%;
  /* height: calc(100% - 6px); */
  border-right: 1px solid #231815;
  position: absolute;
  right: -2px;
  top: 0px;
}

.bt-wrap a:hover {
  opacity: 1;
}

.bt-wrap a:hover span {
  border-bottom: none !important;
}

.header .r-header ul .li-icon {
  margin-left: 8px;
  margin-right: 0;
}

.header .r-header ul .li-icon a {
  padding: 7px 0;
}

.header .r-header ul .li-icon a:hover {
  opacity: 0.7;
}

.slide-block {
  top: 80px;
  height: calc(100dvh - 80px);
}

.swiper-slide {
  height: calc(100dvh - 80px);
}

.kv-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.kv-obj-wrap {
  top: 0;
  height: calc(100dvh - 80px);
}

.kv-obj-wrap > div {
  position: absolute;
}

.kv-obj-wrap .kv-obj-1 {
  top: 8%;
  left: 5%;
}

.kv-obj-wrap .kv-obj-2 {
  top: 28%;
  left: 7%;
}

.kv-obj-wrap .kv-obj-3 {
  top: 35%;
  left: 3%;
}

.kv-obj-wrap .kv-obj-4 {
  top: 50%;
  left: 4%;
}

.kv-obj-wrap .kv-obj-5 {
  top: 65%;
  left: 9%;
}

.kv-obj-wrap .kv-obj-6 {
  top: 78%;
  left: 3%;
}

.kv-obj-wrap .kv-obj-7 {
  top: 88%;
  left: 12%;
}

.kv-obj-wrap .kv-obj-8 {
  top: 7%;
  right: 5%;
}

.kv-obj-wrap .kv-obj-9 {
  top: 20%;
  right: 3%;
}

.kv-obj-wrap .kv-obj-10 {
  top: 43%;
  right: 3%;
}

.kv-obj-wrap .kv-obj-11 {
  top: 56%;
  right: 3%;
}

.kv-obj-wrap .kv-obj-12 {
  top: 67%;
  right: 6%;
}

.kv-obj-wrap .kv-obj-13 {
  top: 78%;
  right: 3%;
}

/* .kv-text {
  width: calc(100% / 3);
  padding-left: 2%;
  font-size: 2.2vw;
  line-height: 1.7;
  letter-spacing: 0.2rem;
}

.kv .img-block {
  width: calc(100% / 6);
} */

.kv-obj {
  position: absolute;
}

.kv-obj-1 {
  top: 40px;
  left: 60px;
}

.sec-title {
  /* font-family: "Poppins", sans-serif; */
  font-weight: 500;
  letter-spacing: 0.3rem;
}

.img-radius {
  border-radius: 10px;
}

.sec-about .bt-wrap a,
.bt-wrap .bt-long {
  text-align: center;
  padding: 14px 20px;
  background: #fff;
  background-size: 126px auto;
}

.sec-about .bt-wrap a:hover,
.bt-wrap .bt-long:hover {
  background: #fffabc;
}

/* .sec-about .r-block {
  width: 42%;
} */

.title-about-wrap .home-obj-1 {
  right: 0;
  top: -30px;
}

.bg-beige,
.bg-yellow {
  background: #fffabc;
}

.page .sec-insta {
  overflow-x: none;
  padding: 70px 0 120px;
}

.page .sec-insta .bt-wrap .bt {
  padding: 12px 16px;
  background: #fff;
}

.insta-logo-block {
  display: inline-block;
}

.insta-logo-block img {
  vertical-align: middle;
}

.sb_instagram_header {
  display: none;
}

#sbi_load {
  display: none;
}

.my-insta-box {
  width: 100%;
  overflow: hidden;
}

.my-insta-box .bx-viewport {
  overflow: visible !important;
}

.my-insta-box #sb_instagram {
  max-width: 100% !important;
  width: 100% !important;
}

.my-insta-box #sb_instagram #sbi_images {
  display: block !important;
}

.my-insta-box .sbi_item {
  width: 250px !important;
  /* max-width: 55.3333333333vw !important; */
}

.my-insta-box .sbi_photo {
  height: 250px !important;
  /* max-height: 76vw !important; */
}

#sb_instagram.sbi_width_resp {
  padding-bottom: 0 !important;
}

.wrap-middle {
  max-width: 1060px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

.sec-news .home-obj-2 {
  top: -10px;
  left: 230px;
}

.sec-news .r-block ul li {
  margin-right: 30px;
}

.sec-news .r-block ul li a {
  font-weight: 500;
  display: block;
  padding-top: 4px;
}

.sec-news .r-block ul li a:hover {
  opacity: 1;
  border-bottom: 1px solid #452f27;
}

.sec-news .r-block .bt-list a {
  font-weight: 500;
  padding: 0 20px 7px 22px;
  display: inline-block;
  background: url("images/arrow-middle.svg") no-repeat bottom 0 right 0;
  background-size: 103px auto;
}

.news-list {
  border: 1px solid #231815;
  background: #fff;
}

.news-list .block {
  margin: 0 20px;
  padding: 18px 28px;
  border-bottom: 1px solid #231815;
}

.news-list .block:last-child {
  border-bottom: none;
}

.news-list .news-date {
  width: 110px;
}

.news-list .news-cat {
  width: 120px;
}

.news-list .news-title {
  width: calc(50% - 110px);
}

.news-list .news-cat span {
  text-align: center;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  width: 94px;
  padding: 4px 4px;
  display: block;
  border: 1px solid #231815;
}

.news-list .news-summary {
  font-weight: normal;
  width: calc(50% - 110px);
}

.news-list .news-summary {
  width: 330px;
  margin-left: auto;
  white-space: nowrap; /* 折り返し無しにする */
  overflow: hidden; /* はみ出た部分を非表示 */
  text-overflow: ellipsis; /* 語尾を3点リーダーに */
}

.page-kv {
  margin-top: 80px;
  height: 425px;
  position: relative;
}

.page-kv .kv-parts {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.wrap {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.wrap-2 {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.wrap-3 {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.category-news .page-kv,
.archive .page-kv,
.single .page-kv,
.page .page-kv {
  background: url("images/news/kv.png") no-repeat center top 60%;
  background-size: cover;
}

.about .page-kv {
  background: url("images/about/kv.png") no-repeat center top 60%;
  background-size: cover;
}

.school .page-kv {
  background: url("images/school/kv.png") no-repeat center top 60%;
  background-size: cover;
}

.post-type-archive-graphic .page-kv,
.tax-graphic-category .page-kv {
  background: url("images/graphic/220929_想造楽工0007.jpg") no-repeat center top
    36%;
  background-size: cover;
}

.post-type-archive-class .page-kv,
.tax-class-category .page-kv {
  background: url("images/class/kv.png") no-repeat center top 36%;
  background-size: cover;
}

.post-type-archive-workshop .page-kv {
  background: url("images/workshop/_DSC5012.jpg") no-repeat center top 30%;
  background-size: cover;
}

.page-title {
  text-align: center;
  letter-spacing: 0rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.page-sub-title {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}

.page-lead {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
}

.cat-nav li a {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  padding: 0 8px;
  margin: 0 8px 20px;
  display: inline-block;
}

.post-type-archive .cat-nav li:first-of-type a {
  border-bottom: 2px solid #231815;
}

.cat-nav li a:hover {
  opacity: 1;
  border-bottom: 2px solid #231815;
}

.cat-nav .current a {
  border-bottom: 2px solid #231815;
}

.masonry {
  position: relative;
}

.masonry .item {
  position: absolute;
}

.masonry .item .text-cap * {
  font-size: 1rem;
  line-height: 1.5;
}

.lum-lightbox.lum-open {
  z-index: 1;
}

.lum-img {
  max-width: 720px !important;
}

/* .normal-rayout .item:nth-child(odd) {
  background: #fffabc;
}

.normal-rayout .item:nth-child(even) {
  padding-bottom: 20px;
} */

.normal-rayout .bg:nth-child(odd) {
  background: #fffabc;
}

.normal-rayout .item:nth-child(even) .l-block {
  order: 2;
}

.normal-rayout .item:nth-child(even) .r-block {
  order: 1;
}

.normal-rayout .item .inner {
  /* max-width: 1060px;
  padding-left: 30px;
  padding-right: 30px; */
  margin-left: auto;
  margin-right: auto;
}

.normal-rayout .item .inner img {
  border-radius: 10px;
}

.normal-rayout .item .text-cap {
  font-size: 1.3rem;
  line-height: 2;
}

.about .sec-mission img {
  position: absolute;
}

.about .parts-1 {
  top: 120px;
  left: 15%;
}

.about .parts-2 {
  top: 220px;
  left: 6%;
}

.about .parts-3 {
  top: 320px;
  left: 5%;
}

.about .parts-4 {
  top: 340px;
  left: 2%;
}

.about .parts-5 {
  top: 470px;
  left: 2%;
}

.about .parts-6 {
  top: 620px;
  left: 1%;
}

.about .parts-7 {
  top: 670px;
  left: 6%;
}

.about .parts-8 {
  top: 820px;
  left: 6%;
}

.about .parts-9 {
  top: 120px;
  right: 10%;
}

.about .parts-10 {
  top: 200px;
  right: 6%;
}

.about .parts-11 {
  top: 350px;
  right: 3%;
}

.about .parts-12 {
  top: 470px;
  right: 0%;
}

.about .parts-13 {
  top: 700px;
  right: 8%;
}

.about .parts-14 {
  top: 840px;
  right: 6%;
}

.sec-works .l-block img {
  border-radius: 10px;
}

.pattern-1 {
  animation: 5s linear infinite rotation1;
}

.pattern-2 {
  animation: 5s linear infinite rotation2;
}

.pattern-3 {
  animation: 5s linear infinite rotation1;
}

.pattern-4 {
  animation: 5s linear infinite rotation2;
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  29% {
    transform: rotate(0);
  }
  30% {
    transform: rotate(15deg);
  }
  70% {
    transform: rotate(15deg);
  }
  71% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rotation2 {
  0% {
    transform: rotate(0);
  }
  49% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-15deg);
  }
  90% {
    transform: rotate(-15deg);
  }
  91% {
    transform: rotate(0);
  }
}
@keyframes rotation3 {
  0% {
    transform: rotate(0);
  }
  49% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  90% {
    transform: rotate(0);
  }
  91% {
    transform: rotate(0);
  }
}
@keyframes rotation4 {
  0% {
    transform: rotate(0);
  }
  49% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(0);
  }
  90% {
    transform: rotate(15deg);
  }
  91% {
    transform: rotate(15deg);
  }
  99% {
    transform: rotate(0);
  }
}

/* .about .sec-about .r-block {
  width: 46%;
} */

.about .sec-about .bt-wrap {
  width: 194px;
}

.sec-history th {
  color: #3da6ba;
  text-align: left;
  vertical-align: top;
  width: 130px;
}

.table-1 th {
  vertical-align: top;
}

.table-1 td {
  padding-left: 60px;
}

.table-2 th {
  vertical-align: top;
}

.table-2 td {
  padding-left: 30px;
}

.list-1 li {
  position: relative;
  padding-left: 18px;
}

.list-1 li::after {
  content: "・";
  position: absolute;
  top: 0px;
  left: 0px;
}

.wp-pagenavi {
  font-family: "Poppins", sans-serif;
  background: #fff;
  word-break: break-all;
}

.wp-pagenavi .pages:first-of-type {
  display: none;
}

body .wp-pagenavi a {
  display: inline-block;
}

body .wp-pagenavi span,
body .wp-pagenavi a {
  padding-bottom: 3px;
  margin-left: 10px;
  margin-right: 15px;
  margin-bottom: 35px;
}

.wp-pagenavi span.current {
  border-bottom: 2px solid #452f27;
}

body .wp-pagenavi span,
body .wp-pagenavi a {
  border: none;
}

.entry-content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.entry-content .entry-title {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 12px;
}

.entry-content .entry-date {
  font-weight: normal;
  margin-bottom: 40px;
}

.entry-content {
  text-align: justify;
}

.entry-content h2 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.entry-content h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.entry-content h4 {
  font-size: 1.65rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.entry-content p {
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.05rem;
  line-height: 2;
}

.entry-content div {
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.05rem;
  line-height: 2;
}

.entry-content img {
  margin: 40px 0;
}

.entry-content .entry-link {
  margin-top: 60px;
}

.entry-content .entry-link a {
  font-size: 1.4rem;
  padding: 0 24px 6px;
  border-bottom: 1px solid #452f27;
  display: inline-block;
  position: relative;
}

.entry-content .entry-link .l-block a::before {
  content: "";
  position: absolute;
  height: 10px;
  left: 3px;
  bottom: -1px;
  border-left: 1px solid #452f27;
  transform: skewX(135deg);
}

.entry-content .entry-link .r-block a::after {
  content: "";
  position: absolute;
  height: 10px;
  right: 3px;
  bottom: -1px;
  border-right: 1px solid #452f27;
  transform: skewX(-135deg);
}

.contact table {
  width: 852px;
  margin-left: auto;
  margin-right: auto;
}

.contact table tr th {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  line-height: 2;
  padding-right: 10px;
}

.contact table tr th span {
  font-size: 90%;
  display: block;
}

.contact table tr td {
  padding-bottom: 60px;
}

.contact table tr td input,
.contact table tr td select,
.contact table tr td textarea {
  font-size: 1.5rem;
  padding: 15px;
  width: 100%;
  border: 1px solid #452f27;
  background: #fff;
  border-radius: 0;
}

.contact table tr td select {
  height: 50px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.contact table tr td textarea {
  height: 200px;
}

.contact .bt-wrap .inner {
  width: 300px;
  text-align: center;
  padding: 2px;
  position: relative;
  display: inline-block;
  border: 1px solid #452f27;
}

.contact .bt-wrap .inner input {
  letter-spacing: 0.1rem;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 15px;
  width: 100%;
  background: #f9f27f;
  box-shadow: none;
  border: none;
  cursor: pointer;
  position: relative;
}

html .wpcf7-spinner {
  display: none;
}

.footer .inner {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-obj {
  left: 300px;
  top: 0px;
}

.footer h2 {
  font-weight: 600;
  letter-spacing: 0.2rem;
}

.footer-link a:hover {
  text-decoration: underline;
}

.footer .bt-wrap a {
  padding: 18px 40px;
  background: #f9f27f url("images/arrow-long.svg") no-repeat top 45% right 40px;
  background-size: 126px auto;
}

.footer .bt-wrap a:hover {
  background: #f9f27f url("images/arrow-long.svg") no-repeat top 45% right 20px;
  background-size: 126px auto;
}

body:not(.contact) .grecaptcha-badge {
  display: none;
}

@media only screen and (max-width: 1332px) {
  .header .r-header ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 1240px) {
  .header .r-header ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 1180px) {
  .header .r-header ul li {
    margin-left: 2px;
    margin-right: 2px;
  }

  .header .r-header ul li a {
    padding: 6px 7px 4px;
  }
}

@media only screen and (max-width: 1080px) {
}

/* 1. SP
-------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  /* toggle menu
  ----------------------------------------------- */
  .menu-button {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 6px;
    right: 0px;
    z-index: 2;
    display: block;
  }

  .logged-in .menu-button {
    top: 46px;
  }

  .menu-button .inner {
    top: 16px;
    position: relative;
  }

  .menu-button p {
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 1px;
  }

  .menu-button:hover {
    text-decoration: none;
    opacity: 1;
    cursor: pointer;
  }

  .menu-button span {
    display: block;
    background: #452f27;
    width: 50%;
    height: 3px;
    position: absolute;
    left: 15%;
    /* left: 15%; */
    transition: all 0.4s;
  }

  .menu-button span::before {
    content: "";
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    /* background: #ddd; */
  }

  .menu-button span:first-child {
    top: 0px;
  }

  .menu-button span:nth-child(2) {
    top: 9px;
  }

  .menu-button span:last-child {
    top: 18px;
    width: 35%;
  }

  .menu-button.active span:first-child {
    transform: translatey(10px) rotate(45deg);
  }

  .menu-button.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-button.active span:last-child {
    transform: translatey(-10px) rotate(-45deg);
    top: 20px;
    width: 50%;
  }

  .toggle-menu {
    display: none;
    position: fixed;
    height: 100vh !important;
    width: 49% !important;
    top: 0;
    left: 0%;
    z-index: 3 !important;
    padding: 40px 30px;
    background: #fff;
  }

  .toggle-menu ul li {
    margin-bottom: 20px;
  }

  .header .header-inner {
    padding: 20px 20px 6px;
  }

  .header .r-header ul .li-contact {
    margin-top: 50px;
    margin-right: 0px;
  }

  .header .r-header ul .li-contact a {
    text-align: center;
  }

  .header .r-header ul .current a span {
    margin-bottom: 0;
  }

  .header .r-header ul ul {
    margin-top: 30px;
  }

  .header .r-header ul li a {
    padding: 6px 0px 4px;
  }

  .header .r-header ul .current a span {
    border-bottom: 3px dotted #333;
  }

  .header .r-header ul .current a:hover span {
    border-bottom: 3px dotted #fff;
  }

  .header .r-header ul li a:hover span {
    border-bottom: none;
  }

  .header .r-header ul .li-icon {
    margin-left: 0;
  }

  /* .header {
    padding: 24px 28px 24px;
  } */

  .header .l-header img {
    width: 240px;
  }

  .wrap .wrap-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .kv-obj-wrap {
    height: auto;
  }

  .kv {
    margin-top: 70px;
  }

  .kv .img-block {
    width: calc(100% / 4);
  }

  .kv-text {
    font-size: 5vw;
    width: 100%;
    padding: 28px 0 32px;
  }

  .slide-block {
    top: 60px;
    height: auto;
  }

  .swiper-slide {
    height: auto;
  }

  .kv-logo {
    width: 250px;
  }

  .kv-obj-wrap .kv-obj-2 {
    top: 77%;
    left: 7%;
  }

  .kv-obj-wrap .kv-obj-4 {
    width: 30px;
    top: 80%;
    left: 25%;
  }

  .kv-obj-wrap .kv-obj-7 {
    width: 30px;
    top: 68%;
    left: 6%;
  }

  .kv-obj-wrap .kv-obj-8 {
    top: 69%;
    width: 40px;
    right: 4%;
  }

  .kv-obj-wrap .kv-obj-13 {
    top: 80%;
    right: 9%;
    width: 50px;
  }

  .sec-title {
    width: 100%;
  }

  .sec-title + span {
    text-align: center;
    display: block;
  }

  .sec-about .r-block {
    width: 100%;
  }

  .bt-wrap a {
    font-size: 1.4rem;
  }

  .sec-about .bt-wrap a,
  .bt-wrap .bt-long {
    font-size: 1.3rem;
  }

  .sec-news .r-block ul li {
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 20px;
  }

  .news-list .block {
    margin: 0 10px;
    padding: 8px 0px;
  }

  .news-list .news-date {
    width: 70px;
  }

  .news-list .news-cat span {
    padding: 2px 4px;
    margin-top: 2px;
    width: 72px;
  }

  .news-list .news-title {
    width: 100%;
  }

  .page-kv {
    margin-top: 60px;
    height: 150px;
  }

  .page-kv .kv-parts {
    width: 190px;
  }

  .about .page-title img {
    width: 140px;
  }

  .page-sub-title {
    font-size: 1.3rem;
  }

  .img-radius {
    border-radius: 10px;
  }

  .page-lead {
    font-size: 1.4rem;
    text-align: left;
  }

  .about .sec-about .r-block {
    width: 100%;
  }

  .about .sec-works .sub-title {
    width: 50px;
  }

  .about .sec-about .bt-wrap {
    width: 100%;
  }

  .about .sec-about .bt-wrap span {
    margin-right: 10px;
  }

  .sec-history th {
    width: 60px;
  }

  .school .page-title img {
    width: 110px;
  }

  .title-right-logo {
    width: 40px;
  }

  .block-school:nth-child(even):last-child .r-block {
    margin-bottom: 0;
  }

  .block-school:nth-child(even):last-child .r-block .text {
    margin-bottom: 0;
  }

  .table-1 th {
    padding-left: 2px;
    width: 60px;
  }

  .table-1 td {
    padding-left: 20px;
    padding-bottom: 10px;
  }

  .category-news .page-title img,
  .single .page-title img,
  .post-type-archive-class .page-title img,
  .tax-class-category .page-title img {
    width: 120px;
  }

  .cat-nav li a {
    font-size: 1.2rem;
    margin: 0 4px 20px;
  }

  .masonry .item .text-cap {
    margin-bottom: 40px;
  }

  .post-type-archive-space .page-title img,
  .tax-space-category .page-title img {
    width: 110px;
  }

  .post-type-archive-workshop .page-title img {
    width: 100px;
  }

  .footer .bt-wrap a {
    padding: 16px 60px;
    background: #f9f27f url(images/arrow.svg) no-repeat top 45% right 50px;
    background-size: 64px auto;
  }

  .footer .bt-wrap a:hover {
    background: #f9f27f url(images/arrow.svg) no-repeat top 45% right 40px;
    background-size: 64px auto;
  }

  .footer-logo img {
    margin-left: -2px;
  }

  .page-title + p img {
    width: 20%;
  }

  .page .sec-insta {
    padding: 40px 0 40px;
  }

  html .lum-close-button {
    right: 8px;
    top: auto;
    bottom: 20px;
  }

  .normal-rayout .item:nth-child(even) {
    padding-bottom: 30px;
  }

  .normal-rayout .item:nth-child(even) .l-block {
    order: 1;
  }

  .normal-rayout .bg:nth-child(even):last-child .item {
    padding-bottom: 0px !important;
  }

  .normal-rayout .item .inner img {
    border-radius: 10px;
  }

  .contact table {
    width: 100%;
  }

  .contact table tr th {
    float: left;
  }

  .contact table tr td {
    float: left;
  }

  .contact table tr td {
    padding-bottom: 30px;
  }

  .contact table tr td input,
  .contact table tr td select,
  .contact table tr td textarea {
    font-size: 1.4rem;
    padding: 10px;
  }

  .contact table tr td select {
    height: 40px;
  }

  .entry-content .entry-title {
    font-size: 1.8rem;
    text-align: left;
  }

  .entry-content .entry-link {
    margin-top: 40px;
  }

  .entry-content h2 {
    font-size: 1.7rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .entry-content h3 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .entry-content h4 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .entry-content p {
    font-size: 1.4rem;
  }

  .entry-content .entry-link a {
    padding: 0 24px 4px;
  }
}

/* 2. PC
-------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  /* 2-1. TB
  -------------------------------------------------------------------------------- */
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* 2-1-1. TB (horaizontal)
    -------------------------------------------------------------------------------- */
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
    }

    /* 2-1-2. TB (vertical)
    -------------------------------------------------------------------------------- */
    @media only screen and (min-width: 764px) and (max-width: 991px) {
      .header {
        padding: 22px 20px 20px;
      }

      .header .r-header {
        width: 100%;
      }

      .header .r-header ul li a {
        padding: 6px 5px 4px;
      }

      .header .r-header ul .li-contact {
        margin-right: 8px;
      }

      .contact table {
        width: 100%;
      }
    }
  }
}
