@charset "UTF-8";
body {
  color: #000;
  background: #ffdb00;
  font-size: 14px;
  font-family: Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#site-wrapper {
  min-width: 320px;
}

a {
  color: #d00;
}

a img {
  opacity: 1;
  transition: .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a:hover img {
  opacity: .8;
}

article.hentry {
  margin-bottom: 0;
}

.btn {
  width: 240px;
  margin: 2em auto 0;
}

.btn a {
  display: block;
  padding: .8em 2em;
  width: 100%;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold !important;
  text-align: center;
  position: relative;
  transition: .3s;
}

@media (min-width: 768px) {
  .btn a {
    font-size: 15px;
  }
}

.btn a::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -3px;
  transition: .3s;
}

.btn a:hover {
  background: #ffdb00;
  color: #000;
}

.btn a:hover::after {
  border-color: #000;
  right: 3%;
}

.btn.red a {
  background: #c63f6b;
  color: #fff;
  border: 1px solid #c63f6b;
}

.btn.red a:hover {
  background: #fff;
  color: #c63f6b;
}

.btn.red a:hover::after {
  border-color: #c63f6b;
}

.tel_btn {
  width: 280px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .tel_btn {
    display: none;
  }
}

.tel_btn a {
  display: block;
  width: 100%;
  padding: .7em 1em;
  background: #1997e2;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.tel_btn a span {
  padding-left: 30px;
  position: relative;
}

.tel_btn a span::before {
  display: block;
  content: "";
  background: url("../../uploads/top/ico_tel02.png") no-repeat center top;
  background-size: 100% auto;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .tab-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .tab-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  .pc-only {
    display: none;
  }
  .tab-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}

/*-------------------------------------------------------------------
 header
--------------------------------------------------------------------*/
.header-fixed#site-header-main,
.header-fixed#site-header-main #access::after {
  box-shadow: none;
}

#masthead #site-header-main {
  border: none;
}

@media (min-width: 879px) {
  #masthead.cryout #access {
    display: block;
  }
  .cryout #nav-toggle {
    display: none;
  }
}

@media (max-width: 880px) {
  #masthead.cryout #access {
    display: none;
  }
  .cryout #nav-toggle {
    display: block;
  }
}

@media (max-width: 767px) {
  #site-header-main,
  #branding,
  #nav-toggle {
    height: 60px;
    line-height: 60px;
  }
}

#nav-toggle {
  color: #ffdb00;
  background: #000;
  padding: 0 .7em;
  position: fixed;
}

#site-title a {
  display: block;
  background: url("../../uploads/top/logo.svg") no-repeat center top;
  width: 150px;
  height: 41px;
  text-indent: 130%;
  white-space: nowrap;
  overflow: hidden;
}

#site-title::before {
  display: none;
}

@media (min-width: 768px) {
  #branding {
    display: none;
  }
}


.sp-slides-container::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60vh 15vw;
    border-color: transparent transparent #ffdb00 transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 767px) {
  .sp-slides-container::after {
    border-width: 0 0 20vh 25vw;
  }
}

.hd_logo {
  width: 30vw;
  height: 100vh;
  position: absolute;
  top: 0;
  z-index: 1;
}

.hd_logo a {
  position: relative;
  top: 30px;
  left: 30px;
  display: block;
  width: 12vw;
  z-index: 2;
}

.hd_logo::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70vh 25vw 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .hd_logo a {
    position: relative;
    top: 15px;
    left: 15px;
    width: 25vw;
  }

  .hd_logo::before {
    border-width: 30vh 50vw 0 0;
  }
}

#access {
  float: none;
  padding-left: 1em;
  margin: 5px 10px;
}

#access ul {
  display: flex;
  justify-content: flex-end;
}

#access ul li a {
  font-size: 100%;
  font-weight: bold;
  line-height: 1.4;
  padding: 2em .8em;
  color: #000;
}

#access ul li a:hover {
  color: #d00;
}

#site-header-main-inside {
  padding-left: 0;
  padding-right: 0;
  max-width: inherit;
  overflow: hidden;
  background: #ffdb00;
  height: inherit;
}

nav#mobile-menu {
  background: rgba(255, 219, 0, 0.97);
}

nav#mobile-menu > div {
  width: 100%;
  margin-top: 3.5em;
}

nav#mobile-menu > div > ul > li {
  padding: 0;
  line-height: 1;
}

nav#mobile-menu > div > ul > li > a {
  display: block;
  padding: 1em 1.3em;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  color: #333;
}

nav#mobile-menu > div > ul > li > a:hover {
  color: #d00;
}

nav#mobile-menu > div > ul > li > a::before {
  display: block;
  content: "";
  width: 13px;
  height: 2px;
  background: #808080;
  position: absolute;
  top: 47%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

nav#mobile-menu #nav-cancel {
  margin-top: 10px;
}

.side_bnr {
  position: fixed;
  bottom: 140px;
  right: -130px;
  width: 120px;
  height: 120px;
  z-index: 999998;
  transition: .3s;
}

.side_bnr.fixed {
  right: -5px;
}

.side_bnr a {
  display: block;
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  background: #FD6843;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  border: 2px solid #FD6843;
  border-radius: 50%;
  padding-top: 25px;
  transition: .3s;
}

.side_bnr span {
  display: block;
  font-size: 24px;
  margin-bottom: 3px;
}

.side_bnr a::after {
  display: block;
  content: "▼";
  font-size: 10px;
  color: #fff;
  position: absolute;
  right: 45%;
  margin-top: 4px;
  transform: rotate(-90deg);
  transition: .3s;
}

.side_bnr a:hover {
  background: #fff;
  color: #FD6843;
  border-color: #FD6843;
  transform:scale(1.1,1.1);
}

.side_bnr a:hover::after {
  color: #FD6843;
}

@media (max-width: 767px) {
  .side_bnr {
    position: fixed;
    bottom: 30px;
  }
}

.top_bnr_area {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.top_bnr {
  width: 300px;
  list-style: none;
  position: absolute;
  bottom: 50px;
  right: 30px;
}

@media (min-width: 768px) and (max-width: 1080px) {
  .top_bnr_area .top_bnr {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .top_bnr_area .top_bnr {
    position: relative;
    bottom: 30px;
    right: auto;
    width: 70%;
    margin: 0 auto;
  }
}

body.home .top_bnr_area::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10vh 0 0 100vw;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  body.home .top_bnr_area::before {
    border-width: 5vh 0 0 100vw;
  }
}

.top_bnr_sp {
  padding: 15px;
}

.top_bnr_sp ul {
  list-style: none;
  text-align: center;
  margin-bottom: 0;
}

.top_bnr_sp ul li {
  margin-bottom: 15px;
}

.top_bnr_sp ul li:last-child {
  margin-bottom: 0;
}

.top_bnr_sp ul li img {
  width: 100%;
}

/*-----------------------------------
 contact
------------------------------------*/
.sec_cnt {
  background: url("../../uploads/top/bg_ft.jpg") no-repeat right bottom / cover;
  padding: 100px 0;
}

body.home section.sec_cnt .inner,
section.sec_cnt .inner {
  max-width: 800px;
  padding: 0 40px 40px;
  background: rgba(255,255,255,.8);
  text-align: center;
}

.sec_cnt .inner h2 {
  display: inline-block;
  font-family: "din-condensed";
  font-size: 40px;
  letter-spacing: 1px;
  color: #000;
  background: #ffdb00;
  line-height: 50px;
  padding: 0 40px;
  margin: -2px auto 25px;
  position: relative;
}

.sec_cnt .inner h2::before,
.sec_cnt .inner h2::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 0 50px;
  border-color: transparent transparent transparent #ffdb00;
  position: absolute;
  left: -50px;
  top: 0;
  transform: rotate(180deg);
}

.sec_cnt .inner h2::before {
  left: auto;
  right: -50px;
  transform: rotate(90deg);
}

.sec_cnt .txt {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.4;
}

.sec_cnt .txt span {
  display: block;
  font-size: 16px;
}

.sec_cnt .tel_area {
  width: 75%;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
}

.sec_cnt .tel_area .tel_box {
  width: 50%;
}

.sec_cnt .tel_area .tel_box .tit {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #2c83af;
  display: inline-block;
  padding: 2px 80px;
}

.sec_cnt .tel_area .tel_box.fukuoka .tit {
  background: #14b3b2;
}

.sec_cnt .tel_area .tel_box .tel {
  font-size: 40px;
  font-family: "din-condensed";
  position: relative;
}

.sec_cnt .tel_area .tel_box .fa-phone:before {
  font-size: 30px;
  color: #2c83af;
  margin-right: 5px;
}

.sec_cnt .tel_area .tel_box.fukuoka .fa-phone:before {
  color: #14b3b2;
}

.sec_cnt .btn {
  margin-top: 0;
}

@media (max-width: 767px) {
  .sec_cnt {
    padding: 50px 0;
  }
  body.home section.sec_cnt .inner,
  section.sec_cnt .inner {
    max-width: 90%;
    padding: 0 10px 50px;
  }
  .sec_cnt .inner h2 {
    font-size: 34px;
    letter-spacing: 0;
    line-height: 40px;
  }
  .sec_cnt .inner h2::before,
  .sec_cnt .inner h2::after {
    border-width: 40px 0 0 40px;
    left: -40px;
  }
  .sec_cnt .inner h2::before {
    left: auto;
    right: -40px;
  }
  .sec_cnt .tel_area {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .sec_cnt .tel_area .tel_box {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .sec_cnt .tel_area .tel_box.tokyo {
    margin-bottom: 10px
  }
  .sec_cnt .tel_area .tel_box .tit {
    display: inline-block;
    padding: 4px 15px;
    margin-right: 10px
  }
  .sec_cnt .tel_area .tel_box .tel {
    display: inline-block;
    font-size: 40px;
    line-height: 1;
    position: relative;
  }
  .sec_cnt .tel_area .tel_box .tel a {
    color: #000;
  }
  .sec_cnt .tel_area .tel_box .fa-phone:before {
    font-size: 30px;
    color: #2c83af;
    margin-right: 5px;
  }
}


/*-----------------------------------
 SNS
------------------------------------*/
.sec_sns {
  background: #efefef;
}

body.home section.sec_sns .inner,
section.sec_sns .inner {
  padding: 0 40px 50px;
  text-align: center;
}

.sec_sns .inner h2 {
  display: inline-block;
  font-family: "din-condensed";
  font-size: 40px;
  letter-spacing: 1px;
  color: #000;
  background: #ffdb00;
  line-height: 50px;
  padding: 0 40px;
  margin: -2px auto 25px;
  position: relative;
}

.sec_sns .inner h2::before,
.sec_sns .inner h2::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 0 50px;
  border-color: transparent transparent transparent #ffdb00;
  position: absolute;
  left: -50px;
  top: 0;
  transform: rotate(180deg);
}

.sec_sns .inner h2::before {
  left: auto;
  right: -50px;
  transform: rotate(90deg);
}

.sec_sns .sns_area {
  display: flex;
  justify-content: space-between;
}

.sec_sns .sns_area .sns_box {
  width: 48%;
}

.sec_sns .sns_area .sns_box .tit {
  position: relative;
}

.sec_sns .sns_area .sns_box .tit::before {
  content: "";
  width: 100%;
  height: 8px;
  border-top: 2px solid #ffdb00;
  border-bottom: 2px solid #ffdb00;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.sec_sns .sns_area .sns_box .tit span {
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  background: #efefef;
  z-index: 2;
}

.sec_sns .sns_area .sns_box ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.sec_sns .sns_area .sns_box ul li {
  width: 48%;
  background: #f1f1f1;
}

.sec_sns .sns_area .sns_box ul li:hover {
  background: #fff;
  transition: .3s;
}

.sec_sns .sns_area .sns_box ul li a {
  display: block;
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1da1f2;
  font-size: 21px;
  padding: 10px;
  border: 4px solid #1da1f2;
}

.sec_sns .sns_area .sns_box ul li a i:before {
  margin-right: 5px;
}

.sec_sns .sns_area .sns_box ul li.ig a {
  border-image: linear-gradient(135deg, #427eff 0%, #f13f79 70%);
  border-image-slice: 1;
  color: transparent;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%);
	-webkit-background-clip: text;
}

.sec_sns .sns_area .sns_box ul li.ig a i:before {
  color: transparent;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%);
	-webkit-background-clip: text;
}

@media (max-width: 780px) {
  body.home section.sec_sns .inner,
  section.sec_sns .inner {
    padding: 0 15px 40px;
  }
  .sec_sns .inner h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .sec_sns .inner h2::before,
  .sec_sns .inner h2::after {
    border-width: 40px 0 0 40px;
    left: -40px;
  }
  .sec_sns .inner h2::before {
    left: auto;
    right: -40px;
  }
  .sec_sns .sns_area {
    display: block;
  }
  .sec_sns .sns_area .sns_box {
    width: 100%;
    margin-bottom: 10px;
  }
  .sec_sns .sns_area .sns_box ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
  }
  .sec_sns .sns_area .sns_box ul li a {
    border-width: 2px;
  }
}



/*-------------------------------------------------------------------
 footer
--------------------------------------------------------------------*/
#footer {
  background: #000;
  position: relative;
}

#footer::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #666;
  position: absolute;
  top: 10px;
  left: 0;
}

#footer-top .footer-inside {
  max-width: 1000px;
  text-align: center;
  padding-top: 3em;
  padding-bottom: 0;
}

.footer-inside .footer_area {
  display: flex;
  justify-content: space-between;
}

.footer-inside .logo {
  width: 20%;
}

.footer-inside .logo a {
  display: block;
  width: 100%;
}

.footer-inside .skip-link {
  display: none;
}

.footer-inside ul.ft_menu {
  width: 60%;
  list-style: none;
  display: flex;
  flex-flow: column wrap;
  height: 100px;
}

.footer-inside ul.ft_menu li {
  display: inline-block;
  margin: 0 .8vw;
  padding-left: 15px;
  position: relative;
  font-weight: bold;
  text-align: left;
}

.footer-inside ul.ft_menu li::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-inside ul.ft_menu li a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}

.footer-inside ul.ft_menu li a:hover {
  color: #ffdb00;
}

.footer-inside ul.ft_menu li:hover::before {
  background: #ffdb00;
}

.footer-inside .copyright {
  font-size: 12px;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .footer-inside .footer_area {
    display: block;
  }
  .footer-inside .logo {
    width: 60%;
    margin: 10px auto 40px;
  }
  .footer-inside ul.ft_menu {
    width: 100%;
    height: auto;
    display: block;
    border-top: 1px solid #333;
  }
  .footer-inside ul.ft_menu li {
    width: 100%;
    padding: 10px 25px;
    border-bottom: 1px solid #333;
  }
  .footer-inside ul.ft_menu li::before {
    left: 10px;
  }
  .footer-inside ul.ft_menu li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .footer-inside .copyright {
    padding-bottom: 20px;
  }
}

#footer-bottom {
    background: #000;
}

a#toTop {
  color: #000;
  border-color: rgba(255,255,255,.7);
}

a#toTop:hover {
  background-color: #ffdb00;
  border-color: #000;
}

a#toTop i.icon-back2top::before {
  transition: 0s;
}

a#toTop:hover i.icon-back2top::before,
a#toTop:hover i.icon-back2top:active {
  color: #000;
  top: 48%;
}

.cryout .footer-inside a#toTop {
  background-color: #ffdb00;
}

@media (max-width: 767px) {
  .cryout .footer-inside a#toTop {
    color: #000;
  }
}

/*-------------------------------------------------------------------
 top
--------------------------------------------------------------------*/
body.home {
}

body.home #header-image-main {
  display: none;
}

body.home #container.two-columns-right .main,
body.home .two-columns-right #breadcrumbs {
  width: 100%;
  float: none;
}

body.home #container:not(.kahuna-landing-page) .main {
  padding: 0;
}

body.home:not(.kahuna-landing-page) #container {
  max-width: 100%;
}

body.home #masthead #site-header-main {
  position: absolute;
  top: 0;
  background: #ffdb00;
}

body.home .sp-slides-container {
  background: #000;
  position: relative;
  z-index: 1;
}

body.home .sp-slides-container::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70vh 0 0 20vw;
  border-color: transparent transparent transparent #ffdb00;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  body.home .sp-slides-container::before {
    display: none;
  }
}

body.home .main_catch {
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 38px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  width: 80%;
  text-shadow: 0 0 15px #000;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

@media (max-width: 767px) {
  body.home .main_catch {
    top: 50%;
    font-size: 26px;
  }
}

body.home section .inner,
section .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

body.home h2.top_h2 {
  display: block;
  font-family: "din-condensed";
  font-size: 70px;
  letter-spacing: 1px;
  color: #000;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 767px) {
  body.home h2.top_h2 {
    font-size: 60px;
    letter-spacing: 0;
  }
}


/*-------------------------
top_sec00
-------------------------*/
body.home .top_sec00 {
  line-height: 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  body.home .top_sec00 {
    margin-top: 0;
  }
}

body.home .top_sec00 #masthead {
  width: 100%;
  position: absolute;
  left: 0;
}

@media (min-width: 768px) {
  body.home .top_sec00 #masthead {
    bottom: 0;
  }
}

@media (max-width: 767px) {
  body.home .top_sec00 #masthead {
    top: 0;
  }
}


/*-------------------------
top_sec01
-------------------------*/
body.home .top_sec01 .inner {
  max-width: 800px;
}

body.home .top_sec01 .news_area {
  padding: 40px;
  min-height: 100px;
  background: #efefef;
}

body.home .top_sec01 .news_area ul {
  width: 100%;
  list-style: none;
  border-top: 1px dotted #ccc;
  margin-bottom: 0;
}

body.home .top_sec01 .news_area li {
  border-bottom: 1px dotted #ccc;
}

body.home .top_sec01 .news_area li a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 12px 10px;
  color: #000;
}

body.home .top_sec01 .news_area li a:hover {
  color: #d00;
}

body.home .top_sec01 .news_area span.time,
body.home .top_sec01 .news_area span.title {
  padding-top: 14px;
  padding-left: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

body.home .top_sec01 .news_area span.img,
body.home .top_sec01 .news_area span.time,
body.home .top_sec01 .news_area span.title {
  display: block;
}

body.home .top_sec01 .news_area span.img {
  width: 12%;
  min-width: 70px;
  height: 52px;
  overflow: hidden;
}

body.home .top_sec01 .news_area span.img img {
  width: 100%;
  height: auto;
}

body.home .top_sec01 .news_area span.time {
  width: auto;
}

body.home .top_sec01 .news_area span.title {
  width: 72%;
}

@media (max-width: 767px) {
  body.home .top_sec01 .news_area li a {
    flex-wrap: wrap;
  }
  body.home .top_sec01 .news_area span.title {
    padding-top: 5px;
    padding-left: 0;
    width: 100%;
  }
}


/*-------------------------
top_sec02
-------------------------*/
body.home .top_sec02 .inner {
  padding: 5% 0;
  position: relative;
}

body.home .top_sec02 .top_h2 {
  font-size: 100px;
  color: #ffdb00;
  position: absolute;
  top: 200px;
  right: -280px;
  transform: rotate(90deg);
}

body.home .top_sec02 .ph_area {
  position: relative;
  margin-bottom: 20px;
}

body.home .top_sec02 .ttl_box {
  width: 80%;
  position: absolute;
  top: 30px;
  left: -50px;
}

body.home .top_sec02 .ttl {
  display: inline-block;
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  color: #ffdb00;
  background: #000;
  line-height: 1;
  padding: 15px;
  margin-bottom: 15px;
}

body.home .top_sec02 .ph {
  display: flex;
  flex-direction: row-reverse;
}

body.home .top_sec02 .ph img {
  width: 800px;
}

body.home .top_sec02 .txt_box {
  display: flex;
  width: 80%;
  margin: 0 auto;
}

body.home .top_sec02 .txt {
  width: 60%;
}

body.home .top_sec02 .btn {
  margin-top: 0;
}

@media (max-width: 767px) {
  body.home .top_sec02 .top_h2 {
    font-size: 60px;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
  }
  body.home .top_sec02 .ph_area {
    margin-bottom: 50px;
  }

  body.home .top_sec02 .ttl_box {
    width: 80%;
    top: auto;
    left: auto;
    bottom: -50px;
    right: 20px;
  }
  body.home .top_sec02 .ttl.pc-only {
    display: none;
  }
  body.home .top_sec02 .ph {
    display: block;
  }
  body.home .top_sec02 .txt_box {
    display: block;
    width: 100%;
  }
  body.home .top_sec02 .txt {
    width: 100%;
    padding: 15px;
  }
}


/*-------------------------
top_sec03
-------------------------*/
body.home .top_sec03 {
  position: relative;
  background: #ffdb00;
  padding: 20vh 0 15vh;
}

body.home .top_sec03::before,
body.home .top_sec03::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10vh 0 0 100vw;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

body.home .top_sec03::after {
  border-width: 0 0 10vh 100vw;
  bottom: auto;
  top: 0;
}

body.home .top_sec03 .inner {
  position: relative;
}

body.home .top_sec03 .top_h2 {
  font-size: 100px;
  color: #fff;
  position: absolute;
  top: 40px;
  left: -180px;
  transform: rotate(90deg);
}

body.home .top_sec03 .corse_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

body.home .top_sec03 .box {
  width: 32%;
  margin-bottom: 2%;
  position: relative;
  background: #efefef;
  transition: .3s;
}

body.home .top_sec03 .box:hover {
  background: #fff;
}

body.home .top_sec03 .box::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #000;
  position: absolute;
  right: 0;
  bottom: 0;
}

body.home .top_sec03 .box::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 12px;
  right: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -3px;
  transition: .3s;
}

body.home .top_sec03 .box:hover::after {
  right: 11px;
}

body.home .top_sec03 .box a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 2px solid #efefef;
  color: #000;
  transition: .3s;
}

body.home .top_sec03 .box a:hover {
  border: 2px solid #000;
}

body.home .top_sec03 .box .tit {
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 50px;
  margin-bottom: 10px;
  padding-left: 60px;
  position: relative;
}

body.home .top_sec03 .box .tit span {
  font-size: 14px;
}

body.home .top_sec03 .box .tit::before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #000 url("../../uploads/top/ico_dtm.png") center center / cover;
  position: absolute;
  top: 0;
  left: 0;
}

body.home .top_sec03 .box.c_dtm .tit::before {background-image: url("../../uploads/top/ico_dtm.png");}
body.home .top_sec03 .box.c_vo .tit::before {background-image: url("../../uploads/top/ico_vo.png");}
body.home .top_sec03 .box.c_gt .tit::before {background-image: url("../../uploads/top/ico_gt.png");}
body.home .top_sec03 .box.c_ag .tit::before {background-image: url("../../uploads/top/ico_ag.png");}
body.home .top_sec03 .box.c_bass .tit::before {background-image: url("../../uploads/top/ico_bass.png");}
body.home .top_sec03 .box.c_dr .tit::before {background-image: url("../../uploads/top/ico_dr.png");}
body.home .top_sec03 .box.c_pf .tit::before {background-image: url("../../uploads/top/ico_pf.png");}
body.home .top_sec03 .box.c_band .tit::before {background-image: url("../../uploads/top/ico_band.png");}
body.home .top_sec03 .box.c_rit .tit::before {background-image: url("../../uploads/top/ico_rit.png");}

body.home .top_sec03 .box .txt {
  margin-bottom: 0;
  line-height: 1.6;
}

@media (max-width: 767px) {
  body.home .top_sec03 {
    padding: 10vh 0 15vh;
  }
  body.home .top_sec03 .top_h2 {
    font-size: 60px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  body.home .top_sec03 .box {
    width: 49%;
  }
  body.home .top_sec03 .box::before {
    width: 100%;
  }
  body.home .top_sec03 .box a {
    padding: 10px 10px 40px;
  }
  body.home .top_sec03 .box .tit {
    font-size: 22px;
    line-height: 1.2;
    padding-left: 40px;
    padding-top: 3%;
  }
  body.home .top_sec03 .box .tit::before {
    width: 36px;
    height: 36px;
    border-radius: 36px;
  }
  body.home .top_sec03 .box .tit.double {
    padding-top: 0;
  }
  body.home .top_sec03 .box .tit span {
    display: block;
  }
}


/*-------------------------
top_sec04
-------------------------*/
body.home .top_sec04 .inner {
  padding: 5% 0;
  position: relative;
}

body.home .top_sec04 .top_h2 {
  font-size: 100px;
  color: #ffdb00;
  position: absolute;
  top: 240px;
  right: -260px;
  transform: rotate(90deg);
}

body.home .top_sec04 .ph_area {
  position: relative;
  margin-bottom: 20px;
}

body.home .top_sec04 .ttl_box {
  width: 100%;
  position: absolute;
  top: -20px;
  right: 0;
  text-align: right;
  z-index: 2;
}

body.home .top_sec04 .ttl {
  display: inline-block;
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  color: #000;
  background: #ffdb00;
  line-height: 1;
  padding: 15px;
  margin-bottom: 15px;
}

body.home .top_sec04 .ph_box {
  position: relative;
  margin-bottom: 80px;
}

body.home .top_sec04 .ph_box .ph01 {
  z-index: 2;
}

body.home .top_sec04 .ph_box .ph02 {
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 1;
}

body.home .top_sec04 .ph_box p {
  width: 550px;
}

body.home .top_sec04 .txt_box {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

body.home .top_sec04 .txt {
}

body.home .top_sec04 .btn {
  margin-top: 0;
}

@media (max-width: 767px) {
  body.home .top_sec04 .top_h2 {
    font-size: 60px;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
  }
  body.home .top_sec04 .ph_area {
    margin-bottom: 20px;
  }
  body.home .top_sec04 .ph_box {
    margin-bottom: 0;
  }
  body.home .top_sec04 .ph_box .ph02 {
    position: relative;
    top: auto;
    right: auto;
    margin-top: -60px;
  }
  body.home .top_sec04 .ph_box p {
    width: 100%;
  }
}


/*-------------------------------------------------------------------
 under
--------------------------------------------------------------------*/
#header-image-main {
  margin-top: 0;
}

#breadcrumbs-container {
  display: none;
}

body:not(.kahuna-landing-page) #container {
  max-width: inherit;
}

#header-page-title-inside {
  padding: 0;
  background: none;
}

#header-page-title-inside span {
  display: block;
  font-family: "din-condensed";
  font-size: 50px;
  line-height: .9;
  letter-spacing: -2px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

@media (min-width: 768px) {
  #header-page-title-inside span {
    font-size: 80px;
  }
}

#header-page-title-inside .entry-title {
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: 16px;
}

@media (min-width: 768px) {
  #header-page-title-inside .entry-title {
    font-size: 23px;
  }
}

.kahuna-cropped-headerimage #masthead #header-image-main-inside {
  height: 180px;
}

@media (min-width: 768px) {
  .kahuna-cropped-headerimage #masthead #header-image-main-inside {
    height: 230px;
  }
}

#masthead .header-image {
  background-image: url("../../uploads/top/h1_bg.jpg") !important;
  background-attachment: inherit;
  position: relative;
}

#masthead .header-image::after {
  content: "";
  display: block;
  background: url("../../uploads/top/dots.png") repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  #masthead .header-image::after {
    background-size: 2px 2px;
  }
}

body:not(.home) #masthead #site-header-main {
  position: relative;
  margin-top: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  body:not(.home) #masthead #site-header-main {
  }
}

body:not(.home) .hd_logo a {
  width: 100px;
  top: 15px;
  left: 6vw;
}
@media (max-width: 767px) {
  body:not(.home) .hd_logo a {
      width: 80px;
      top: 0;
  }
}


@media (max-width: 767px) {
  body:not(.home) #header-image-main {
    margin-top: 60px;
  }
}

#container.one-column .main {
  margin: 0 auto;
  padding: 0;
}

#container.two-columns-right .main,
#container.two-columns-right #breadcrumbs {
  width: 100%;
  margin: 0 auto;
  float: none;
}

#container.two-columns-right #secondary {
  display: none;
}

#comments {
  margin-top: 0;
}


/*------------------------------
 under common
------------------------------*/
#container:not(.kahuna-landing-page) .main {
  padding: 0;
}

@media (max-width: 1024px) {
  .cryout #container[class*="two-"] .main {
    margin-bottom: 0;
  }
}

.sec_under h1 {
  background: #323232 url("../../uploads/top/h1_bg.jpg") no-repeat center top / auto 100%;
  padding: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.sec_under h1 span {
  display: block;
  font-family: "din-condensed";
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 1;
}

main .sec_under h1 {
  margin: 0;
}

.sec_under section .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 5% 0;
}

.sec_under .sec_title .h2_box {
  position: relative;
}

.sec_under .sec_title .inner h2 {
  display: block;
  font-family: "din-condensed";
  letter-spacing: 1px;
  color: #000;
  margin: 0 auto;
  font-size: 100px;
  color: #ffdb00;
  position: absolute;
  top: 80px;
  right: -200px;
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .sec_under h1 {
    padding: 20px;
    font-size: 12px;
  }
  .sec_under h1 span {
    font-size: 48px;
    letter-spacing: 0;
  }
  .sec_under section .inner {
    padding: 5%;
  }
  .sec_under .sec_title .inner h2 {
    letter-spacing: -1px;
    margin: 0 auto 15px;
    font-size: 48px;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    text-align: center;
  }
}


/*-----------------------------------------------
 trainer
-----------------------------------------------*/

.tra_area {
  display: flex;
  flex-wrap: wrap;
}

.tra_area .tra_box {
  width: 32%;
  margin-bottom: 20px;
  margin-right: 2%;
}

.tra_area .tra_box:nth-child(3n) {
  margin-right: 0;
}

.tra_area .tra_box .photo {
  margin-bottom: 15px;
}

.tra_area .tra_box .photo a:first-child {
  display: block;
  position: relative;
  border: 4px solid #ddd;
}

.tra_area .tra_box .photo a:first-child::before {
  display: block;
  content: "レッスン風景を見る";
  padding: 5px 15px;
  background: #ddd;
  color: #000;
  font-weight: bold;
  position: absolute;
  bottom: -4px;
  right: 0;
  z-index: 2;
}

.tra_area .tra_box .photo.single a:first-child::before {
  display: none;
}

.tra_area .tra_box .photo a:first-child::after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  bottom: 11px;
  right: 2%;
  transform: rotate(-45deg);
  transition: .3s;
  z-index: 3;
}

.tra_area .tra_box .photo a:hover:first-child {
  border-color: #ffdb00;
}

.tra_area .tra_box .photo a:hover:first-child::before {
  background: #ffdb00;
}

.tra_area .tra_box .photo a:hover:first-child::after {
  right: 1%;
}

.tra_area .tra_box .area {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background: #000;
  padding: 5px 20px;
  margin-bottom: 0;
  line-height: 20px;
}

.tra_area .tra_box .tit {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background: #000;
  padding: 5px 20px 5px 15px;
  margin-bottom: 0;
  line-height: 20px;
}

.tra_area .tra_box .tit::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 30px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 10px;
  right: -10px;
  transform: rotate(-90deg);
}

.tra_area .tra_box .name {
  position: relative;
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  background: #ffdb00;
  padding: 15px 20px;
  margin-bottom: 15px;
  height: 80px;
}

.tra_area .tra_box .name span {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
}

.tra_area .tra_box .name::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 0 80px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 25px;
  right: -25px;
  transform: rotate(-90deg);
}

.tra_area .tra_box .name::after {
  content: '';
  display: block;
  position: absolute;
  top: -26px;
  right: 0;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
}

.tra_area .tra_box .name.tokyo::after {
  content: 'TOKYO';
  background: #2c83af;
  padding: 3px 8px;
}
.tra_area .tra_box .name.fukuoka::after {
  content: 'FUKUOKA';
  background: #14b3b2;
  padding: 3px 8px;
}

.tra_area .tra_box .cmt {
  line-height: 1.6;
  margin-bottom: 0;
}

.thumb_hide {
  display: none;
}

@media (max-width: 767px) {
  .tra_area .tra_box {
    width: 48%;
  }
  .tra_area {
    justify-content: space-between;
  }
  .tra_area .tra_box,
  .tra_area .tra_box:nth-child(3n) {
    margin-right: auto;
  }
  .tra_area .tra_box .photo a:first-child::before {
    padding: 5px 10px;
    font-size: 12px;
  }
  .tra_area .tra_box .photo a:first-child::after {
    bottom: 13px;
  }
  .tra_area .tra_box .tit {
    font-size: 12px;
    padding: 2px 16px 2px 10px;
    line-height: 20px;
  }
  .tra_area .tra_box .tit::before {
    border-width: 10px 0 0 24px;
    top: 7px;
    right: -7px;
  }
  .tra_area .tra_box .name {
    font-size: 20px;
    padding: 5px 10px;
    margin-bottom: 10px;
    height: 50px;
  }
  .tra_area .tra_box .name.small {
    font-size: 15px;
    padding: 10px 10px 5px;
  }
  .tra_area .tra_box .name span {
    font-size: 9px;
  }
  .tra_area .tra_box .name::before {
    border-width: 20px 0 0 60px;
    top: 20px;
    right: -20px;
  }
}

/*-----------------------------------------------
 school
-----------------------------------------------*/
.sec_under section.school_tab .inner {
    padding: 5% 0 0;
}

.school_tab .box {
  width: 70%;
  background: #efefef;
  padding: 20px;
  margin: 0 auto 20px;
}
.school_tab ul {
  width: 80%;
  margin: 0 auto !important;
  list-style: none;
  display: flex;
  justify-content: center;
}

.school_tab ul li {
  width: 48%;
  margin: 0 1%;
}

.school_tab ul li a {
  display: block;
  width: 100%;
  padding: 15px;
  color: #000;
  background: #ffdb00;
  text-align: center;
  font-weight: bold;
  position: relative;
  transition: .3s;
}

.school_tab ul li a::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  bottom: 10px;
  right: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: -2%;
  transition: .3s;
}

.school_tab ul li a:hover {
  background: #000;
  color: #ffdb00;
}

.school_tab ul li a:hover::after {
  border-color: #ffdb00;
  bottom: 8px;
}

.school_area .school_box {
  margin-bottom: 20px;
}

.sec_under section.sec_school .inner {
  padding-top: 0;
  padding-bottom: 5%;
}

.sec_under .sec_title.sec_school .inner h2 {
    top: 100px;
    right: -150px;
}

.school_area .school_box .name {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  background: #ffdb00;
  margin-bottom: 0;
  padding: 15px 30px;
  height: 64px;
  top: 32px;
  left: -4px;
  z-index: 2;
}

.school_area .school_box .name span {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  margin-left: 10px;
}

.school_area .school_box .name::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 64px;
  border-color: transparent transparent transparent #ffdb00;
  position: absolute;
  top: 22px;
  right: -42px;
  transform: rotate(90deg);
}

.school_area .school_box .photo {
  display: flex;
  justify-content: space-between;
}

.school_area .school_box .photo .left_box,
.school_area .school_box .photo .right_box {
  width: 49.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.school_area .school_box .photo .right_box .ph_list {
  width: 49%;
  margin-bottom: 2%;
}

.school_area .school_box .add_box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.school_area .school_box .add_box .right_box {
  width: 25%;
  padding: 15px;
  line-height: 1.4;
}

.school_area .school_box .add_box .right_box .tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.school_area .school_box .add_box .right_box .sta {
  font-weight: bold;
  margin-bottom: 0;
}

.school_area .school_box .add_box .left_box {
  width: 75%;
}

.school_area .school_box .add_box .left_box iframe {
  width: 100%;
  height: 300px;
}

.sec_under section#fukuoka {
  background: #ffdb00;
  position: relative;
}

.sec_under section#fukuoka::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10vh 100vw;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.sec_under .sec_title#fukuoka .inner {
  padding-top: 10%;
}

.sec_under .sec_title#fukuoka .inner h2 {
  color: #fff;
  top: 140px;
  right: auto;
  left: -220px;
}

#fukuoka .school_area .school_box .name {
  background: #fff;
}

#fukuoka .school_area .school_box .name::before {
  border-color: transparent transparent transparent #fff;
}

@media (max-width: 767px) {
  .sec_under section.school_tab .inner {
      padding: 5% 5% 0;
  }
  .school_tab .box {
    width: 100%;
    padding: 20px;
  }
  .school_tab ul {
    width: 100%;
  }
  .sec_under .sec_title.sec_school .inner h2 {
      top: auto;
      right: auto;
      margin-bottom: 0;
  }

  .school_area .school_box .name {
    font-size: 20px;
    padding: 10px 20px;
    height: 44px;
    top: 17px;
    left: -4px;
  }
  .school_area .school_box .name span {
    font-size: 10px;
  }
  .school_area .school_box .name::before {
    border-width: 10px 0 0 44px;
    top: 17px;
    right: -26px;
  }
  .school_area .school_box .photo {
    display: block;
  }
  .school_area .school_box .photo .left_box {
    margin-bottom: 2%;
  }
  .school_area .school_box .photo .left_box,
  .school_area .school_box .photo .right_box {
    width: 100%;
  }
  .school_area .school_box .add_box {
    display: block;
  }
  .school_area .school_box .add_box .right_box {
    width: 100%;
    padding: 15px 0;
  }
  .school_area .school_box .add_box .left_box {
    width: 100%;
  }
  .school_area .school_box .add_box .left_box iframe {
    height: 180px;
  }
  .sec_under section#fukuoka::before {
    border-width: 0 0 5vh 100vw;
  }
  .sec_under .sec_title#fukuoka .inner {
    padding-top: 10%;
  }
  .sec_under .sec_title#fukuoka .inner h2 {
    top: auto;
    left: auto;
  }
}

.sec_school .sec_cnt {
  background: none;
  padding: 30px 0 0;
}

.sec_school .sec_cnt .inner_block {
  max-width: 800px;
  padding: 0 40px 40px;
  margin: 0 auto;
  background: #efefef;
  text-align: center;
}

.sec_school .sec_cnt .inner_block h3 {
  display: inline-block;
  font-family: "din-condensed";
  font-size: 40px;
  letter-spacing: 1px;
  color: #000;
  background: #ffdb00;
  line-height: 50px;
  padding: 0 40px;
  margin: -2px auto 25px;
  position: relative;
}

.sec_school .sec_cnt .inner_block h3::before,
.sec_school .sec_cnt .inner_block h3::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 0 50px;
  border-color: transparent transparent transparent #ffdb00;
  position: absolute;
  left: -50px;
  top: 0;
  transform: rotate(180deg);
}

.sec_school .sec_cnt .inner_block h3::before {
  left: auto;
  right: -50px;
  transform: rotate(90deg);
}

.sec_school .sec_cnt .inner_block .tel_box .tit,
  .sec_school .sec_cnt .inner_block .tel_box .tel {
  margin-bottom: 0;
}


@media (max-width: 767px) {
  .sec_school .sec_cnt .inner_block {
    max-width: 100%;
    padding: 0 10px 50px;
  }
  .sec_school .sec_cnt .inner_block h3 {
    font-size: 34px;
    letter-spacing: 0;
    line-height: 40px;
  }
  .sec_school .sec_cnt .inner_block h3::before,
  .sec_school .sec_cnt .inner_block h3::after {
    border-width: 40px 0 0 40px;
    left: -40px;
  }
  .sec_school .sec_cnt .inner_block h3::before {
    left: auto;
    right: -40px;
  }
}

/*-----------------------------------------------
 course
-----------------------------------------------*/
.cou_area {
  display: flex;
  justify-content: space-between;
}

.cou_area .cou_box {
  position: relative;
  width: 32%;
  background: #ffdb00;
  padding: 5px 5px 60px;
  text-align: center;
}

.cou_area .cou_box .tit {
  position: relative;
  background: #fff;
  color: #000;
  padding: 10px;
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 1.2;
}

.cou_area .cou_box .tit span {
  display: block;
  font-family: "din-condensed";
  font-weight: bold;
  font-size: 18px;
}

.cou_area .cou_box .price_box {
  font-family: "din-condensed";
  font-weight: bold;
  font-size: 80px;
  line-height: 1.4;
  position: relative;
}

.cou_area .cou_box .price_box span {
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
}

.cou_area .cou_box .price_box span.tsuki {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.cou_area .cou_box .price_box::after {
  content: "(税込)";
  display: block;
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  position: absolute;
  bottom: 50px;
  right: 30px;
}

.cou_area .cou_box ul {
  width: 90%;
  list-style: none;
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cou_area .cou_box ul li {
  width: 49%;
  padding: 5px;
  background: #fff;
}

.cou_area .cou_box ul li.wide {
  width: 100%;
  margin-bottom: 2%
}

.cou_area .cou_box a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cou_area .cou_box a::before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  transition: .3s;
}

.cou_area .cou_box a::after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  bottom: 15px;
  right: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: -2%;
  transition: .3s;
}

.cou_area .cou_box a:hover::before {
  background: #292929;
}

.cou_area .cou_box a:hover::after {
  bottom: 13px;
  border-color: #ffdb00;
}

.cou_area .cou_box#pro_box {
  background: #634695;
}

.cou_area .cou_box#pro_box .price_box {
  color: #fff;
}

.cou_area .cou_box#pro_box .tit,
.cou_area .cou_box#pro_box ul {
  color: #634695;
}

.cou_area .cou_box#kids_box {
  background: #d56e84;
}

.cou_area .cou_box#kids_box .price_box {
  color: #fff;
}

.cou_area .cou_box#kids_box .tit,
.cou_area .cou_box#kids_box ul {
  color: #d56e84;
}

.sec_regular {
  background: #ffdb00;
  position: relative;
  padding: 15vh 0 5vh;
}

.sec_regular::before,
.sec_regular::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10vh 100vw;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.sec_regular::after {
  border-width: 10vh 0 0 100vw;
  border-color: transparent transparent transparent #634695;
  top: auto;
  bottom: 0;
}


.sec_under .sec_regular .inner h2 {
  color: #fff;
  top: 140px;
  right: auto;
  left: -220px;
}

.sec_regular .reg_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec_regular .reg_area .reg_box {
  width: 48%;
  margin-bottom: 5%;
}

.reg_area .reg_box .photo {
  position: relative;
}

.reg_area .reg_box .photo p {
  margin-bottom: 0;
}

.reg_area .reg_box .photo .tit {
  position: absolute;
  display: inline-block;
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  line-height: 1.2;
  color: #000;
  background: #fff;
  padding: 12px;
  height: 54px;
  top: -27px;
  left: -4px;
  z-index: 2;
}

.reg_area .reg_box .photo .tit::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 54px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 17px;
  right: -37px;
  transform: rotate(90deg);
}

.reg_area .reg_box .photo .tit span {
  position: relative;
  padding-left: 46px;
}

.reg_area .reg_box .photo .tit span::before {
  display: block;
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 34px;
  background: #000 url("../../uploads/top/ico_dtm.png") center center / cover;
  position: absolute;
  top: -5;
  left: 0;
}

.reg_area .reg_box#vo .photo .tit span::before {background-image: url("../../uploads/top/ico_vo.png");}
.reg_area .reg_box#gt .photo .tit span::before {background-image: url("../../uploads/top/ico_gt.png");}
.reg_area .reg_box#ag .photo .tit span::before {background-image: url("../../uploads/top/ico_ag.png");}
.reg_area .reg_box#bass .photo .tit span::before {background-image: url("../../uploads/top/ico_bass.png");}
.reg_area .reg_box#dr .photo .tit span::before {background-image: url("../../uploads/top/ico_dr.png");}
.reg_area .reg_box#pf .photo .tit span::before {background-image: url("../../uploads/top/ico_pf.png");}
.reg_area .reg_box#band .photo .tit span::before {background-image: url("../../uploads/top/ico_band.png");}
.reg_area .reg_box#rit .photo .tit span::before {background-image: url("../../uploads/top/ico_rit.png");}

.sec_regular .reg_area .btn {
  margin-top: 0;
}

.sec_regular .reg_area .btn a {
  border: 1px solid #ffdb00;
}

.sec_regular .reg_area .btn a:hover {
  border-color: #000;
}

.sec_pro {
  background: #634695;
}

.sec_under .sec_pro .inner h2 {
  color: #fff;
  top: 190px;
  right: -320px;
}

.sec_pro .pro_area .pro_box {
  padding: 5%;
  background: #fff;
  margin-bottom: 5%;
  position: relative;
}

.sec_pro .pro_area .pro_box.vo::before,
.sec_pro .pro_area .pro_box.cr::before {
  content: "Vocal";
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: bold;
  font-size: 120px;
  color: #eceaf1;
  text-align: right;
  line-height: .8;
  position: absolute;
  bottom: 0;
  right: 20px;
}

.sec_pro .pro_area .pro_box.cr::before {
  content: "Creator";
}

.sec_pro .pro_area .pro_box .box {
  position: relative;
  z-index: 2;
}

.sec_pro .pro_area .pro_box .tit {
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 38px;
  line-height: 1.2;
  color: #634695;
  margin-bottom: 15px;
}

.sec_pro .pro_area .pro_box .txt {
  margin-bottom: 15px;
}

.sec_pro .pro_area .pro_box .cnt {
  display: flex;
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
}

.sec_pro .pro_area .pro_box .cnt .stit {
  display: inline-block;
  color: #fff;
  background: #634695;
  padding: 3px 60px;
  margin-bottom: 0;
}

.sec_pro .pro_area .pro_box .cnt .stxt {
  display: inline-block;
  padding: 3px 20px;
  margin-bottom: 0;
}

.sec_kids {
  background: #d56e84;
  position: relative;
  padding-top: 15vh;
}

.sec_kids::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10vh 100vw;
  border-color: transparent transparent transparent #634695;
  position: absolute;
  left: 0;
  top: 0;
}

.sec_under .sec_kids .inner h2 {
  color: #fff;
  top: 20px;
  right: auto;
  left: -150px;
}

.sec_kids .kids_area .kids_box {
  padding: 5%;
  background: #fff;
  margin-bottom: 5%;
  position: relative;
}

.sec_kids .kids_area .kids_box .tit {
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 38px;
  line-height: 1.2;
  color: #d56e84;
  margin-bottom: 15px;
}

.sec_kids .kids_area .kids_box .photo {
  display: flex;
  justify-content: space-between;
}

.sec_kids .kids_area .kids_box .photo p {
  width: 49%;
}

.sec_kids .kids_area .kids_box .txt {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .cou_area {
    display: block;
  }
  .cou_area .cou_box {
    width: 100%;
    margin-bottom: 4%;
  }
  .cou_area .cou_box .tit {
    font-size: 26px;
  }
  .cou_area .cou_box .tit span {
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .cou_area .cou_box .price_box {
    font-size: 60px;
    letter-spacing: 0;
  }
  .cou_area .cou_box .price_box span {
    font-size: 16px;
  }
  .cou_area .cou_box .price_box::after {
    bottom: 20px;
    right: 20px;
  }
  .cou_area .cou_box ul {
    width: 90%;
    font-size: 16px;
  }
  .sec_regular {
    background: #ffdb00;
    position: relative;
    padding: 5vh 0 2vh;
  }
  .sec_regular::before,
  .sec_regular::after {
    border-width: 0 0 5vh 100vw;
  }
  .sec_regular::after {
    border-width: 5vh 0 0 100vw;
  }
  .sec_under .sec_regular .inner h2 {
    top: auto;
    left: auto;
    margin-bottom: 10%;
  }
  .sec_regular .reg_area {
    display: block;
  }
  .sec_regular .reg_area .reg_box {
    width: 100%;
    margin-bottom: 15%;
  }
  .sec_under .sec_pro .inner h2 {
    top: auto;
    right: auto;
  }
  .sec_pro .pro_area .pro_box.vo::before,
  .sec_pro .pro_area .pro_box.cr::before {
    font-size: 70px;
  }
  .sec_pro .pro_area .pro_box .tit {
    font-size: 30px;
  }
  .sec_pro .pro_area .pro_box .cnt {
    display: block;
    font-size: 18px;
    text-align: center;
  }
  .sec_pro .pro_area .pro_box .cnt .stit {
    margin-bottom: 4%;
  }
  .sec_pro .pro_area .pro_box .cnt .stxt {
    line-height: 1.4;
    padding: 0;
  }
  .sec_kids {
    padding-top: 5vh;
  }
  .sec_kids::before {
    border-width: 0 0 5vh 100vw;
  }
  .sec_under .sec_kids .inner h2 {
    top: auto;
    left: auto;
  }
  .sec_kids .kids_area .kids_box .tit {
    font-size: 30px;
  }
  .sec_kids .kids_area .kids_box .photo {
    display: block;
  }
  .sec_kids .kids_area .kids_box .photo p {
    width: 100%;
  }
}

/*-----------------------------------------------
 about
-----------------------------------------------*/
.sec_about {
  background: #ffdb00 url("../../uploads/about/about_bg.jpg") no-repeat center top;
  background-size: auto 100%;
  position: relative;
}

.sec_about::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10vh 0 0 100vw;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sec_under section.sec_about .inner .about_area {
  padding: 15vh 0;
  text-align: center;
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 1.8;
}

.sec_about .inner .about_area .logo {
  width: 200px;
  margin: 0 auto 5%;
}

.sec_about .inner .about_area .txt {
  margin-bottom: 5%;
}

.sec_about .inner .about_area .catch {
  display: inline-block;
  font-size: 36px;
}

.sec_about .inner .about_area .catch span {
  border-bottom: 3px solid #fbf2c0;
  padding-bottom: 5px;
}

.sec_about .inner .ceo {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.sec_about .inner .ceo .sign {
  width: 300px;
  height: auto;
  margin: 0 auto;
}

.sec_about .inner .ceo .sub {
  font-size: .6em;
}

.sec_about .inner .ceo .name {
  font-size: 1.2em;
}

.what_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.what_area .what_box {
  width: 49%;
  margin-bottom: 5%;
}

.what_area .what_box .photo {
  position: relative;
}

.what_area .what_box .photo .tit {
  position: absolute;
  display: inline-block;
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 1.2;
  color: #000;
  background: #ffdb00;
  padding: 14px 18px;
  height: 54px;
  top: -27px;
  left: -4px;
  z-index: 2;
}

.what_area .what_box .photo .tit::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 54px;
  border-color: transparent transparent transparent #ffdb00;
  position: absolute;
  top: 17px;
  right: -37px;
  transform: rotate(90deg);
}

.what_area .what_box .txt {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .sec_about::after {
    border-width: 5vh 0 0 100vw;
  }
  .sec_under section.sec_about .inner {
    padding: 10vh 0;
    font-size: 21px;
    line-height: 1.6;
  }
  .sec_about .inner .logo {
    width: 140px;
  }
  .sec_about .inner .catch {
    font-size: 28px;
  }
  .sec_about .inner .catch span {
    display: block;
    padding-bottom: 2px;
    margin-bottom: 5px;
  }
  .what_area {
    display: block;
  }
  .what_area .what_box {
    width: 100%;
    padding-top: 5vh;
  }
  .what_area .what_box .photo .tit.double {
    padding: 14px 10px 14px 18px;
    height: 74px;
    top: -37px;
  }
  .what_area .what_box .photo .tit.double::before {
    border-width: 20px 0 0 74px;
    top: 27px;
    right: -47px;
  }
}


/*-----------------------------------------------
 flow
-----------------------------------------------*/
.sec_flow {
  background: #ffdb00;
}

.sec_under section.sec_flow .inner {
  padding: 15vh 0 10vh;
}

.flow_area {
  position: relative;
  margin-bottom: 70px;
}

.flow_area:last-child {
  margin-bottom: 0;
}

.flow_area::before {
  content: "";
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ffeda3 transparent transparent transparent;
  border-width: 30px 50px 0 50px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
}

.flow_area:last-child::before {
  display: none;
}

.flow_area .block {
  background: #fff;
  display: flex;
  height: 240px;
  overflow: hidden;
}

.flow_area p {
  margin-bottom: 0;
}

.flow_area .number {
  width: 14%;
  font-family: "din-condensed";
  font-size: 90px;
  line-height: 240px;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
}

.flow_area .number::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 280px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 90px;
  right: -160px;
  transform: rotate(90deg);
}

.flow_area .photo {
  width: 42%;
}

.flow_area .txt_box {
  width: 44%;
  padding: 30px;
}

.flow_area .txt_box .tit {
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .sec_under section.sec_flow .inner {
    padding: 10vh 5% 5vh;
  }
  .flow_area {
    position: relative;
  }
  .flow_area .block {
    display: block;
    height: auto;
    overflow: auto;
  }
  .flow_area .number {
    background: #fff;
    width: 12%;
    font-size: 50px;
    line-height: 70px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .flow_area .number::before {
    border-width: 20px 0 0 70px;
    top: 25px;
    right: -45px;
  }
  .flow_area .photo {
    width: 100%;
  }
  .flow_area .txt_box {
    width: 100%;
    padding: 20px;
  }
  .flow_area .txt_box .tit {
    font-size: 28px;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  .flow_area .block {
    height: 150px;
  }
  .flow_area .number {
    line-height: 150px;
  }
  .flow_area .number::before {
    border-width: 20px 0 0 160px;
    top: 60px;
    right: -90px;
  }
  .flow_area .txt_box {
    padding: 20px;
  }
  .flow_area .txt_box .tit {
    font-size: 24px;
  }
}

.sec_taiken {
  background: url("../../uploads/flow/bg_flow.jpg") no-repeat center top;
  background-size: auto 100%;
  position: relative;
}

.sec_taiken::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10vh 100vw;
  border-color: transparent transparent transparent #ffdb00;
  position: absolute;
  left: 0;
  top: 0;
}

.sec_under section.sec_taiken .inner {
  padding: 15vh 0 10vh;
}

.taiken_area {
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

.taiken_area .tit {
  font-size: 34px;
  margin-bottom: 10px;
}

.taiken_area .btn {
  width: 70%;
  margin-top: 0;
}

.taiken_area .btn a {
  font-size: 32px;
  background: #fd6843;
}

.taiken_area .btn a:hover {
  background: #ffdb00;
}

.taiken_area .btn a::after {
  width: 12px;
  height: 12px;
  right: 4%;
}

.taiken_area .btn a:hover::after {
  right: 3%;
}

.taiken_area .txt {
  color: #28cccb;
  font-size: 34px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .sec_taiken::after {
    border-width: 0 0 5vh 100vw;
  }
  .sec_under section.sec_taiken .inner {
    padding: 10vh 0 5vh;
  }
  .taiken_area .tit {
    font-size: 20px;
  }
  .taiken_area .btn {
    width: 90%;
  }
  .taiken_area .btn a {
    font-size: 26px;
    padding: 0.8em 1em;
  }
  .taiken_area .txt {
    font-size: 26px;
  }
}


/*-----------------------------------------------
 contact
-----------------------------------------------*/
.sec_contact.sec_title .inner {
  width: 70%;
  background: #ffdb00;
  padding: 4%;
  margin: 5% auto;
}

.sec_contact.sec_title .inner .txt {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2;
  text-align: center;
}

.sec_contact.sec_title .inner .form_area {
  background: #fff;
  padding: 5%;
}

.main .sec_contact.sec_title form p:last-of-type {
  text-align: center;
}

.main .sec_contact.sec_title form .wpcf7-spinner {
  display: none;
}

.sec_contact.sec_title .form_area input:not([type="radio"]),
.sec_contact.sec_title .form_area textarea {
  width: 100%;
}

.sec_contact.sec_title .form_area span.fb {
  font-weight: bold;
}

.sec_contact.sec_title .form_area span.sub {
  display: block;
  font-weight: bold;
  font-size: 90%;
}

.sec_contact.sec_title .form_area span.fb.must {
  padding-left: 3em;
  position: relative;
}

.sec_contact.sec_title .form_area span.fb.must::before {
  display: block;
  content: "必須";
  padding: .1em .6em;
  border-radius: .3em;
  background: #FD6843;
  color: #fff;
  font-weight: bold;
  font-size: .8em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.sec_contact.sec_title .form_area input[type="checkbox"] {
  width: auto;
}

.sec_contact.sec_title .form_area button,
.sec_contact.sec_title .form_area input[type="button"],
.sec_contact.sec_title .form_area input[type="submit"],
.sec_contact.sec_title .form_area input[type="reset"] {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 0;
}

.sec_contact.sec_title .form_area input[type="submit"]:hover {
  cursor: pointer;
}

.sec_contact.sec_title .form_area button, input[type="button"],
.sec_contact.sec_title .form_area input[type="submit"],
.sec_contact.sec_title .form_area input[type="reset"] {
  padding-top: 1em;
  padding-bottom: 1em;
}

@media (max-width: 767px) {
  .sec_contact.sec_title .inner {
    width: 90%;
    margin: 5% auto;
  }
  .sec_contact.sec_title .inner .form_area {
    background: #fff;
  }
  .sec_contact.sec_title .form_area button,
  .sec_contact.sec_title .form_area input[type="button"],
  .sec_contact.sec_title .form_area input[type="submit"],
  .sec_contact.sec_title .form_area input[type="reset"] {
    width: 80%;
  }
}

/*-----------------------------------------------
 news
-----------------------------------------------*/
.sec_news.sec_title {
  width: 70%;
  background: #ffdb00;
  padding: 4% 4% 3%;
  margin: 5% auto;
}

.sec_news.sec_title .inner {
  background: #fff;
  padding: 5%;
}

.sec_news.sec_title .inner .tit_news {
  font-size: 1.8em;
  line-height: 1.5em;
}

.sec_news.sec_title .date_news {
  text-align: right;
}

.sec_news.sec_title .date_news .author,
.sec_news.sec_title .date_news .bl_categ,
.sec_news.sec_title .date_news .onDate .updated {
  display: none;
}

.sec_news.sec_title .cnt_news {
  font-size: 1.2em;
}

.news_item ul {
  width: 100%;
  list-style: none;
  border-top: 1px dotted #ccc;
  margin-bottom: 20px;
}

.news_item li {
  border-bottom: 1px dotted #ccc;
}

.news_item li a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  color: #000;
}

.news_item li a:hover {
  color: #d00;
}

.news_item li span.time,
.news_item li span.title {
  padding-top: 14px;
  padding-left: 20px;
}

.news_item li span.img,
.news_item li span.time,
.news_item li span.title {
  display: block;
}

.news_item li span.img {
  width: 12%;
  min-width: 70px;
  height: 52px;
  overflow: hidden;
}

.news_item li span.img img {
  width: 100%;
  height: auto;
}

.news_item li span.time {
  width: auto;
}

.news_item li span.title {
  width: 72%;
}

.sec_news .pnavi {
  padding: 10px 0;
}

.sec_news .pnavi .page-numbers {
  padding: 10px 15px;
  background: #ccc;
  color: #fff;
}

.sec_news .pnavi a.page-numbers {
  background: #666;
  transition: .3s;
}

.sec_news .pnavi a:hover.page-numbers {
  background: rgba(140,182,95,1);
}

.sec_news.sec_title .btn {
  margin-bottom: 0;
}

#nav-fixed {
  position: relative;
  height: 54px;
}

#nav-fixed .nav-previous, #nav-fixed .nav-next {
  position: absolute;
  top: 0;
}

#nav-fixed .nav-next i {
  right: 0;
}

#nav-fixed .nav-previous i {
  left: 0;
}

#nav-fixed span {
  font-style: normal;
}

.sec_news.sec_title .btn a:hover {
  background: #efefef;
}

@media (max-width: 767px) {
  .sec_news.sec_title {
    width: 90%;
    margin: 5% auto;
  }
  .sec_news.sec_title .inner {
    background: #fff;
  }
  .news_item li a {
    flex-wrap: wrap;
  }
  .news_item li span.title {
    padding-top: 5px;
    padding-left: 0;
    width: 100%;
  }
}

.error404.not-found {
  padding: 10%;
}
