@charset "utf-8";
/* ====================================================================================================

■■■■■ ヘッダー（header.php）、フッター（footer.php）のCSS ■■■■■

==================================================================================================== */
/*
===============================================================================
■ ヘッダー（header.php）
===============================================================================
*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 109px;
  background: #fff;
  z-index: 999;
  transition: .3s;
}
.HeaderInner {
  position: relative;
}
.is-animation {
  height: 60px;
}
/*
--------------------------------------------------
ロゴ・キャッチコピー
--------------------------------------------------
*/
.SiteTitleWrap {
  text-align: center;
}
.SiteTitleWrap .SiteTitle {
  transition: .3s;
}
.SiteTitleWrap .SiteTitle a {
  display: block;
  width: 210px;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto;
}
.SiteTitleWrap .SiteTitle a img {
  display: inline-block;
  width: auto;
}
.SiteTitleWrap .SiteTitle a:hover, .SiteTitleWrap .SiteTitle a img:hover {
  transform: none;
  opacity: 1;
}
/* スクロールするとロゴが小さくなる */
#logo.mini {
  width: 150px !important;
  -webkit-animation-name: logo_anime;
  -webkit-animation-duration: 1s;
  animation-name: logo_anime;
  animation-duration: 1s;
}
@-webkit-keyframes logo_anime {
  from {
    width: 300px;
  }
  to {
    width: 150px !important;
  }
}
@keyframes logo_anime {
  from {
    width: 300px;
  }
  to {
    width: 150px !important;
  }
}
/* キャッチコピー */
.CatchCopy {
  font-size: 1.1rem;
  line-height: 2rem;
}
/*
--------------------------------------------------
検索窓
--------------------------------------------------
*/
.searchIcon {
  display: block;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
}
/* 検索窓を開いた時にタップを無効 */
.searchIcon.drower-menu_on {
  pointer-events: none;
}
nav.searchBox {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #000;
  background: #fbf9f7;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
  height: 50px;
  line-height: 30px;
  padding: 1rem 0;
}
/* このクラスを、jQueryで付与・削除する */
nav.searchBox.active {
  transform: translateY(0%);
}
body.active, header.active {
  padding-top: 50px;
  transition: all 0.6s;
}
.searchBox #searchform input {
  width: 200px;
  background: #fff;
  border: #ccc 1px solid;
  border-radius: 4px;
  padding: 0 1rem;
  margin-right: 0.5rem;
  margin-left: -7.2rem;
}
.searchBox #searchform button {
  position: absolute;
  top: 9px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  background: #ffbd39;
  border: #ffbd39 1px solid;
  border-radius: 4px;
  padding: 0 1rem;
}
/*
--------------------------------------------------
サーチナビ
--------------------------------------------------
*/
/*.searchbutton {
  position: absolute;
  top: 4rem;
  right: 0;
  display: block;
  z-index: 999;
  cursor: pointer;
  transform: translateY(-50%);
  border: 0;
  background-color: transparent;
}
.searchbutton:focus {
  outline: 0;
}*/
/*
--------------------------------------------------
ハンバーガー
--------------------------------------------------
*/
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#nav-tgl {
  display: none;
}
.nav-tgl-btn {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
}
.open {
  position: absolute;
  content: url(../images/header-hamburger.svg);
  top: 10px;
  left: 0;
  width: 40px;
  height: 40px;
  transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*　Edge　*/
@supports (-ms-ime-align:auto) {
  .open {
    background: url(../images/header-hamburger.svg);
  }
}
/*　IE11　*/
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .open {
    background: url(../images/header-hamburger.svg);
  }
}
/*　IE10　*/
@media all and (-ms-high-contrast:none) {
  .open {
    background: url(../images/header-hamburger.svg);
  }
}
.close {
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: background .6s;
}
#nav-tgl:checked + .open {
  position: fixed;
  content: url(../images/header-close.svg);
  transform: translateX(560px);
  width: 20px;
  height: 20px;
  left: 52%;
  transition: .6s ease-in-out;
  -webkit-transform: translateX(-52%);
  transform: translateX(-52%);
  z-index: 2;
}
/*　Edge　*/
@supports (-ms-ime-align:auto) {
  #nav-tgl:checked + .open {
    background: url(../images/header-close.svg);
  }
}
/*　IE11　*/
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, #nav-tgl:checked + .open {
    background: url(../images/header-close.svg);
  }
}
/*　IE10　*/
@media all and (-ms-high-contrast:none) {
  #nav-tgl:checked + .open {
    background: url(../images/header-close.svg);
  }
}
#nav-tgl:checked ~ .close {
  pointer-events: auto;
  background: rgba(67, 63, 63, 0.9);
}
.content-wrapper {
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#nav-tgl:checked ~ .content-wrapper {
  transform: translateX(-250px);
}
/* メニューデザイン */
.drower-menu {
  z-index: 999;
  position: fixed;
  /*overflow: auto;
 -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow-y: scroll;*/
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0 0 10px;
  box-sizing: border-box;
  background: #fff;
  transition: .6s ease-in-out; /*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%); /*左に隠しておく*/
}
.drower-menu-list {
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
#nav-tgl:checked ~ .drower-menu {
  transform: none;
}
@media(max-width: 1400px) {
  #nav-tgl:checked + .open {
    left: 62%;
    -webkit-transform: translateX(-62%);
    transform: translateX(-62%);
  }
  .drower-menu {
    width: 60%;
  }
}
@media(max-width: 1300px) {
  #nav-tgl:checked + .open {
    left: 72%;
    -webkit-transform: translateX(-72%);
    transform: translateX(-72%);
  }
  .drower-menu {
    width: 70%;
  }
}
@media(max-width: 1200px) {
  #nav-tgl:checked + .open {
    left: 82%;
    -webkit-transform: translateX(-82%);
    transform: translateX(-82%);
  }
  .drower-menu {
    width: 80%;
  }
}
/*
--------------------------------------------------
ヘッダーナビ
--------------------------------------------------
*/
.HeaderNav {
  position: relative;
  width: 600px;
  padding-top: 2rem;
  margin: 0 auto;
}
.HeaderNav section {
  border-bottom: #ebe5d9 1px solid;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
}
.HeaderNav section ul {
  margin-bottom: 1rem;
}
.HeaderNav h3 a {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  letter-spacing: 0.6rem;
  padding: 0 2rem 0 4rem;
  margin-bottom: 1rem;
}
.HeaderNav h3 a:before {
  position: absolute;
  content: url(../images/link_more_blk.svg);
  width: 14px;
  height: 14px;
  right: 0;
  top: 0;
}
.HeaderNav h3 a:after {
  position: absolute;
  content: url(../images/icon_header_nav.svg);
  width: 30px;
  height: 30px;
  left: 0;
  top: -1px;
}
.HeaderNav p {
  font-size: 1.4rem;
  margin: 0.5rem 0 3rem;
}
/* 連載バナー */
.HeaderMenuSeries li {
  width: 31%;
  margin-bottom: 2rem;
  overflow: hidden;
}
.HeaderMenuSeries li a {
  display: block;
}
.HeaderMenuSeriesG {
  margin-right: 2rem;
}
.HeaderMenuSeries .life {
  justify-content: flex-start;
}
.HeaderMenuSeries .life li {
  margin-right: 2.1rem;
}
.HeaderMenuSeries .life li:nth-child(3n) {
  margin-right: 0;
}
/* ヨガについて */
.HeaderMenuAboutYogaList h4 {
  width: 54%;
  font-size: 0;
  background: none;
  margin: 0 auto 2rem;
}
.HeaderMenuAboutYogaList h4:after {
  content: url(../images/h4-about-yoga-list_nav.svg);
  width: 100%;
}
.HeaderMenuAboutYogaList li {
  position: relative;
  width: 49%;
}
.HeaderMenuAboutYogaList li a {
  position: relative;
  display: block;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.4rem;
  background: #e1ac8c;
  border-radius: 10px;
  padding: 1.6rem 0;
  margin-bottom: 1.4rem;
}
.HeaderMenuAboutYogaList li a:link, .HeaderMenuAboutYogaList li a:visited, .HeaderMenuAboutYogaList li a:hover, .HeaderMenuAboutYogaList li a:active {
  color: #fff;
}
.HeaderMenuAboutYogaList li a:before {
  position: absolute;
  content: url(../images/link_more_wht.svg);
  width: 14px;
  height: 14px;
  right: 15px;
  top: 17px;
}
/* YogaFullについて・YogaFull Letterを書く */
.HeaderLink li {
  position: relative;
  width: 49%;
  font-size: 0;
}
.HeaderLink li a {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  font-size: 0;
  border: #d7cbbd 2px solid;
  border-radius: 10px;
  margin-bottom: 1.4rem;
}
.HeaderLink li a:before {
  position: absolute;
  content: url(../images/link_more_beige.svg);
  width: 16px;
  height: 16px;
  right: 15px;
  top: 28px;
}
.HeaderLink li a:after {
  position: absolute;
  width: 76%;
  top: 8px;
  left: 47%;
  -webkit-transform: translateX(-47%);
  transform: translateX(-47%);
}
.HeaderLink li:first-child a:after {
  content: url(../images/h2-content-about-area_nav.svg);
}
.HeaderLink li:last-child a:after {
  content: url(../images/h2-content-form-area_nav.svg);
}
/* SNSアイコン */
.HeaderNav section.HeaderMenuSNS {
  border: none;
  padding-bottom: 0;
}
.HeaderMenuSNS ul {
  width: 16%;
  margin: 0 auto;
}
.HeaderMenuSNS li {
  width: 40%;
}
.HeaderMenuSNS li a {
  display: block;
}
.HeaderMenuSNS li a img {
  opacity: 1;
}
/* LAVA */
.HeaderNav section.HeaderLAVA {
  border: none;
  margin-bottom: 0;
}
.HeaderLAVA .f-container {
  justify-content: center;
}
.HeaderNav .HeaderLAVA ul {
  margin-bottom: 0;
}
.HeaderLAVA li {
  position: relative;
  width: 40%;
  max-width: 140px;
  font-size: 0;
}
.HeaderLAVA li a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 0;
}
.HeaderLAVA li a img {
  width: 100%;
}
/*
===============================================================================
■ フッター（footer.php）
===============================================================================
*/
footer {
  background: #fbf9f7;
  border-top: #ebe5d9 1px solid;
}
/*
--------------------------------------------------
フッターナビ
--------------------------------------------------
*/
.FooterMenuList {
  background: #fff;
  padding: 5rem 0 0.5rem;
}
.FooterMenuList section {
  max-width: 800px;
  margin: 0 auto 5rem;
}
.FooterMenuList li {
  width: 49%;
}
.FooterMenuList li a {
  display: block;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.4rem;
  background: #d7cbbd;
  border-radius: 10px;
  padding: 2rem 0;
  margin-bottom: 1.6rem;
}
.FooterMenuList li:nth-child(7) a {
  margin-bottom: 0;
}
/*
--------------------------------------------------
記事を探す
--------------------------------------------------
*/
.DoubleArticle {
  position: relative;
  width: 100%;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  text-align: center;
  letter-spacing: 1rem;
  padding-left: 1.0rem;
  margin-bottom: 3rem;
}
.DoubleArticle:before, .DoubleArticle:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 280px;
  height: 4px;
  border-top: solid 1px #433f3f;
  border-bottom: solid 1px #433f3f;
}
.DoubleArticle:before {
  left: 0;
}
.DoubleArticle:after {
  right: 0;
}
.HeaderNav .DoubleArticle:before, .HeaderNav .DoubleArticle:after {
  width: 180px;
}
/*
--------------------------------------------------
皆さんのなりたいを応援
--------------------------------------------------
*/
.DoubleRecruit {
  position: relative;
  width: 100%;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  text-align: center;
  letter-spacing: 1rem;
  padding-left: 0.4rem;
  margin-bottom: 3rem;
}
.DoubleRecruit:before, .DoubleRecruit:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 200px;
  height: 4px;
  border-top: solid 1px #433f3f;
  border-bottom: solid 1px #433f3f;
}
.DoubleRecruit:before {
  left: 0;
}
.DoubleRecruit:after {
  right: 0;
}
.FooterMenuListRecruit li a {
  position: relative;
  background: #a8dee0;
}
.FooterMenuListRecruit li a:before {
  position: absolute;
  content: url(../images/link_more_blk.svg);
  width: 14px;
  height: 14px;
  right: 15px;
  top: 20px;
}
/*
--------------------------------------------------
バナーリスト
--------------------------------------------------
*/
.FooterBannerList {
  width: 100%;
  padding: 4rem 0;
}
.FooterBannerList .BannerSlider3 {
  max-width: 800px;
  margin: 0 auto;
}
.FooterBannerList .BannerSlider3 figure {
  width: 30%;
  overflow: hidden;
}
.FooterBannerList .BannerSlider3 figure span {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: .5rem;
}
.FooterBannerList .BannerSlider3 figure a {
  display: block;
  padding: 0 1rem;
}
.FooterBannerList .BannerSlider3 .slick-prev, .FooterBannerList .BannerSlider3 .slick-next {
  top: 54%;
}
/*
--------------------------------------------------
フッターメニュー
--------------------------------------------------
*/
.FooterInner {
  text-align: center;
}
.footer-nav li {
  position: relative;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 1rem;
}
.footer-nav li:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 14px;
  top: 2px;
  right: 0;
  background: #B7B3B2;
}
.footer-nav li:last-child:before {
  display: none;
}
/*　外部リンク　*/
.menu-item-1051 a, .menu-item-1052 a, .menu-item-1053 a {
  position: relative;
  padding-right: 1.8rem;
}
.menu-item-1051 a:before, .menu-item-1052 a:before, .menu-item-1053 a:before {
  position: absolute;
  content: url(../images/link_arrow_external_link.svg);
  width: 12px;
  height: 12px;
  right: 0;
  top: -2px;
}
/*　LAVA　*/
.FooterLAVA {
  width: 40%;
  max-width: 140px;
  margin: 3rem auto;
}
.FooterLAVA a {
  display: block;
}
.FooterLAVA a img {
  width: 100%;
}
/*　コピーライト　*/
.copyright {
  font-size: 1rem;
  letter-spacing: 0;
}
/* ====================================================================================================

デバイスサイズ〜1024px：タブレット（ipad pro）

==================================================================================================== */
@media(max-width: 1024px) {
  /*
　===============================================================================
　■ ヘッダー（header.php）
　===============================================================================
　*/
  /*
  --------------------------------------------------
  サーチナビ
  --------------------------------------------------
  */
  /*.searchbutton {
    top: 3.6rem;
    right: 1.2rem;
  }*/
  /*
　--------------------------------------------------
　ハンバーガー
　--------------------------------------------------
　*/
  #nav-tgl:checked + .open {
    transform: translateX(800px);
    left: 0;
  }
  .drower-menu {
    width: 812px;
  }
}
/* ====================================================================================================

デバイスサイズ〜960px：タブレット（ipad）

==================================================================================================== */
@media(max-width: 960px) {
  /*
　===============================================================================
　■ ヘッダー（header.php）
　===============================================================================
　*/
  header {
    height: 99px;
  }
  .is-animation {
    height: 70px;
  }
  /*
　--------------------------------------------------
　ロゴ・キャッチコピー
　--------------------------------------------------
　*/
  .SiteTitleWrap .SiteTitle a {
    width: 168px;
  }
  .SiteTitleWrap .SiteTitle a img {
    height: 40px !important;
  }
  /*
　--------------------------------------------------
　サーチナビ
　--------------------------------------------------
　*/
  .searchIcon {
    right: 10px;
  }
  /*
　--------------------------------------------------
　ハンバーガー
　--------------------------------------------------
　*/
  .open {
    left: 10px;
  }
  #nav-tgl:checked + .open {
    transform: translateX(690px);
    left: 0;
  }
  .drower-menu {
    width: 680px;
  }
  /*
　--------------------------------------------------
　ヘッダーナビ
　--------------------------------------------------
　*/
  .HeaderNav {
    width: 90%;
    max-width: 648px;
  }
  /*
　===============================================================================
　■ フッター（footer.php）
　===============================================================================
　*/
  /*
　--------------------------------------------------
　フッターナビ
　--------------------------------------------------
　*/
  .FooterMenuList {
    padding: 3rem 0 0.5rem;
  }
  .FooterMenuList section {
    max-width: 700px;
  }
  /*
　--------------------------------------------------
　記事を探す
　--------------------------------------------------
　*/
  .DoubleArticle:before, .DoubleArticle:after {
    width: 230px;
  }
  .HeaderNav .DoubleArticle:before, .HeaderNav .DoubleArticle:after {
    width: 140px;
  }
  /*
　--------------------------------------------------
　皆さんのなりたいを応援
　--------------------------------------------------
　*/
  .DoubleRecruit:before, .DoubleRecruit:after {
    width: 160px;
  }
  /*
　--------------------------------------------------
　バナーリスト
　--------------------------------------------------
　*/
  .FooterBannerList {
    padding: 3rem 0;
  }
  .FooterBannerList .BannerSlider3 {
    max-width: 700px;
  }
  .FooterBannerList .BannerSlider3 figure {
    width: 32%;
  }
  .FooterBannerList .BannerSlider3 .slick-prev {
    left: -24px;
  }
  .FooterBannerList .BannerSlider3 .slick-next {
    right: -24px;
  }
  /*
　--------------------------------------------------
　フッターメニュー
　--------------------------------------------------
　*/
  .footer-nav li {
    font-size: 1.2rem;
  }
}
/* ====================================================================================================

デバイスサイズ〜768px：タブレット（ipad）

==================================================================================================== */
@media(max-width: 768px) {
  /*
　===============================================================================
　■ フッター（footer.php）
　===============================================================================
　*/
  /*
　--------------------------------------------------
　フッターメニュー
　--------------------------------------------------
　*/
  .footer-nav li {
    width: 100%;
    margin-bottom: 1.2rem;
  }
  .footer-nav li:before {
    display: none;
  }
}
/* ====================================================================================================

デバイスサイズ〜560px：SP

==================================================================================================== */
@media(max-width: 560px) {
  /*
　===============================================================================
　■ ヘッダー（header.php）
　===============================================================================
　*/
  header {
    height: 89px;
  }
  .HeaderInner {
    padding: .8rem .5rem;
  }
  .is-animation {
    height: 50px;
  }
  /*
　--------------------------------------------------
　ロゴ・キャッチコピー
　--------------------------------------------------
　*/
  .SiteTitleWrap .SiteTitle a {
    width: 160px;
  }
  .SiteTitleWrap .SiteTitle a img {
    height: 38px !important;
  }
  #logo.mini {
    height: 34px !important;
    width: 150px !important;
    -webkit-animation-name: logo_anime;
    -webkit-animation-duration: 1s;
    animation-name: logo_anime;
    animation-duration: 1s;
  }
  .CatchCopy {
    font-size: 1rem;
    line-height: 1.6;
  }
  /*
　--------------------------------------------------
　サーチナビ
　--------------------------------------------------
　*/
  .searchIcon {
    top: 8px;
    width: 32px;
    height: 32px;
  }
  /*
　--------------------------------------------------
　ハンバーガー
　--------------------------------------------------
　*/
  .open {
    width: 30px;
    height: 30px;
  }
  #nav-tgl:checked + .open {
    left: 92%;
    -webkit-transform: translateX(-92%);
    transform: translateX(-92%);
    width: 14px;
    height: 14px;
  }
  /* メニューデザイン */
  .drower-menu {
    width: 86%;
  }
  /*
　--------------------------------------------------
　ヘッダーナビ
　--------------------------------------------------
　*/
  .HeaderNav {
    width: 94%;
    padding-top: 1.2rem;
    margin: 0 auto;
  }
  .HeaderNav section {
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
  }
  .HeaderNav h3 a {
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    padding: 0 1.4rem 0 2.4rem;
    margin-bottom: 0.4rem;
  }
  .HeaderNav h3 a:before {
    width: 10px;
    height: 10px;
    top: -1px;
  }
  .HeaderNav h3 a:after {
    width: 18px;
    height: 18px;
    top: 1px;
  }
  .HeaderNav p {
    font-size: 14px;
    margin: 1rem 0 2rem;
  }
  .HeaderNav section ul {
    margin-bottom: 1rem;
  }
  /* 連載バナー */
  .HeaderMenuSeries li {
    margin-bottom: 1.2rem;
  }
  .HeaderMenuSeries li a {
    display: block;
  }
  .HeaderMenuSeriesG {
    margin-right: 1.2rem;
  }
  .HeaderMenuSeries .life li {
    margin-right: 1rem;
  }
  /* ヨガについて */
  .HeaderMenuAboutYogaList h4 {
    width: 80%;
    margin: 0 auto 1rem;
  }
  .HeaderMenuAboutYogaList ul {
    margin-bottom: 0;
  }
  .HeaderMenuAboutYogaList li a {
    font-size: 1.2rem;
    letter-spacing: 0.15rem;
    border-radius: 4px;
    padding: 1rem 0;
    margin-bottom: 1rem;
  }
  .HeaderMenuAboutYogaList li a:before {
    width: 12px;
    height: 12px;
    right: 6px;
    top: 11px;
  }
  /* YogaFullについて・YogaFull Letterを書く */
  .HeaderLink ul {
    margin-bottom: 0;
  }
  .HeaderLink li a {
    height: 50px;
    border-radius: 4px;
  }
  .HeaderLink li a:before {
    width: 12px;
    height: 12px;
    top: 16px;
    right: 6px;
  }
  .HeaderLink li a:after {
    width: 80%;
    top: 7px;
    left: 36%;
    -webkit-transform: translateX(-36%);
    transform: translateX(-36%);
  }
  /*　SNSアイコン　*/
  .HeaderMenuSNS ul {
    width: 28%;
  }
  .HeaderMenuSNS li {
    width: 44%;
  }
  .HeaderMenuSNS li a {
    display: block;
  }
  /*
　===============================================================================
　■ フッター（footer.php）
　===============================================================================
　*/
  /*
　--------------------------------------------------
　フッターナビ
　--------------------------------------------------
　*/
  .FooterMenuList section {
    padding: 0 1.2rem;
    margin: 0 auto 4rem;
  }
  .FooterMenuList li {
    font-size: 1.3rem;
  }
  .FooterMenuList li a {
    padding: 2rem 0;
    margin-bottom: 0.8rem;
  }
  /*
　--------------------------------------------------
　記事を探す
　--------------------------------------------------
　*/
  .DoubleArticle {
    font-size: 1.6rem;
    letter-spacing: 0.5rem;
    margin-bottom: 2rem;
  }
  .DoubleArticle:before, .DoubleArticle:after {
    width: 32%;
    max-width: 160px;
  }
  .HeaderNav .DoubleArticle:before, .HeaderNav .DoubleArticle:after {
    width: 28%;
    max-width: 92px;
  }
  /*
　--------------------------------------------------
　皆さんのなりたいを応援
　--------------------------------------------------
　*/
  .DoubleRecruit {
    font-size: 1.6rem;
    letter-spacing: 0.25rem;
    margin-bottom: 2rem;
  }
  .DoubleRecruit:before, .DoubleRecruit:after {
    width: 22%;
    max-width: 120px;
  }
  .FooterMenuListRecruit li {
    width: 100%;
  }
  .FooterMenuListRecruit li a:before {
    top: 22px;
  }
  /*
　--------------------------------------------------
　バナーリスト
　--------------------------------------------------
　*/
  .BannerSlider {
    max-width: 250px;
    margin: 0 auto;
  }
  .BannerSlider .slick-list .slick-slide span {
    display: block;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: .5rem;
  }
  /*
　--------------------------------------------------
　フッターメニュー
　--------------------------------------------------
　*/
  .copyright {
    font-size: 10px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
/* ====================================================================================================

デバイスサイズ375px以下：SP

==================================================================================================== */
@media(max-width: 375px) {
  /*
　===============================================================================
　■ フッター（footer.php）
　===============================================================================
　*/
  /*
　--------------------------------------------------
　記事を探す
　--------------------------------------------------
　*/
  .DoubleArticle:before, .DoubleArticle:after {
    width: 30%;
    max-width: 112px;
  }
  .HeaderNav .DoubleArticle:before, .HeaderNav .DoubleArticle:after {
    width: 26%;
    max-width: 78px;
  }
  /*
　--------------------------------------------------
　皆さんのなりたいを応援
　--------------------------------------------------
　*/
  .DoubleRecruit:before, .DoubleRecruit:after {
    width: 20%;
    max-width: 70px;
  }
}
/* ====================================================================================================

デバイスサイズ320px以下：SP

==================================================================================================== */
@media(max-width: 320px) {
  /*
　===============================================================================
　■ ヘッダー（header.php）
　===============================================================================
　*/
  header {
    max-width: 320px;
  }
  /*
　--------------------------------------------------
　ハンバーガー
　--------------------------------------------------
　*/
  #nav-tgl:checked + .open {
    left: 97%;
    -webkit-transform: translateX(-97%);
    transform: translateX(-97%);
  }
  /* メニューデザイン */
  .drower-menu {
    width: 90%;
  }
  /*
　--------------------------------------------------
　ヘッダーナビ
　--------------------------------------------------
　*/
  .HeaderNav {
    padding: 1rem 0;
  }
  .HeaderNav li {
    letter-spacing: 0.2rem;
  }
  .HeaderMenuAboutYogaList li a {
    letter-spacing: 0.2rem;
    padding: 1.5rem 0;
  }
  .HeaderMenuSNS ul {
    width: 50%;
    margin: 1.5rem auto;
  }
  /*
　===============================================================================
　■ フッター（footer.php）
　===============================================================================
　*/
  /*
　--------------------------------------------------
　フッターナビ
　--------------------------------------------------
　*/
  .FooterMenuList li {
    letter-spacing: 0.2rem;
  }
  /*
　--------------------------------------------------
　記事を探す
　--------------------------------------------------
　*/
  .DoubleArticle:before, .DoubleArticle:after {
    width: 26%;
    max-width: 76px;
  }
  .HeaderNav .DoubleArticle:before, .HeaderNav .DoubleArticle:after {
    width: 25%;
    max-width: 73px;
  }
}