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

■■■■■ 固定ページ（page.php）のCSS ■■■■■

==================================================================================================== */
.PageBasic article {
  line-height: 2.0;
  margin-bottom: 2rem;
}
.CompanyInfo p {
  margin-bottom: 4rem;
}
.CompanyInfo p b {
  margin-right: 3rem;
}
/*　INDEX　*/
.PageIndex {
  position: relative;
  border: 2px solid #968e84;
  border-radius: 4px;
  padding: 3rem 4rem 2rem;
  margin: 5rem 0 2rem;
}
.PageIndex p {
  position: absolute;
  width: 136px;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #968e84;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  letter-spacing: 1rem;
  background: #fff;
  padding: 0 2rem;
}
.PageIndex li a {
  position: relative;
  display: inline-block;
  padding-right: 2.2rem;
  margin-bottom: 0.8rem;
}
.PageIndex li a:before {
  position: absolute;
  content: url(../images/link_arrow_bottom.svg);
  width: 14px;
  height: 20px;
  right: 0;
  top: 0;
}
.PageIndex li a:link, .PageIndex li a:visited, .PageIndex li a:active, .PageIndex li a:hover {
  text-decoration: underline;
}
/*
===============================================================================
■ 固定ページ ＞ YogaFullについて（page-about.php）
===============================================================================
*/
.AboutYogaFullContent article {
  margin-bottom: 9rem;
}
.AboutYogaFullContent h2 {
  position: relative;
  font-size: 2.4rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  line-height: 2.0;
  text-align: center;
  margin-bottom: 4rem;
}
.AboutYogaFullContent h2:before {
  content: '';
  position: absolute;
  bottom: -12px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffbd39;
  border-radius: 3px;
}
.AboutYogaFullContent h2 span {
  display: block;
  font-size: 1.6rem;
}
.AboutYogaFullContent .element {
  text-align: center;
  background: #fbf9f7;
  border-radius: 4px;
  padding: 2.5rem 6rem 0.5rem;
  margin-bottom: 3.5rem;
}
.AboutYogaFullContent .AboutYogaFullLogo {
  padding: 2.5rem 6rem 2.5rem;
}
.AboutYogaFullContent .AboutYogaFullLogo figure {
  width: 12%;
  max-width: 65px;
}
.AboutYogaFullContent .AboutYogaFullLogo h3 {
  width: 77%;
  font-size: 1.8rem;
  line-height: 2.0;
  text-align: center;
}
.AboutYogaFullContent .AboutYogaFullLogo h3 span {
  position: relative;
  display: inline-block;
  padding: 0 4rem;
}
.AboutYogaFullContent .AboutYogaFullLogo h3 span:before, .AboutYogaFullContent .AboutYogaFullLogo h3 span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background-color: #ffbd39;
}
.AboutYogaFullContent .AboutYogaFullLogo h3 span:before {
  left: 0;
}
.AboutYogaFullContent .AboutYogaFullLogo h3 span:after {
  right: 0;
}
.AboutYogaFullContent p {
  line-height: 2.0;
  margin-bottom: 2rem;
}
.AboutYogaFullContent p b {
  color: #ffbd39;
}
.AboutYogaFullContent p b.name {
  color: #fff;
  background: #ffbd39;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
}
.AboutYogaFullContent p span {
  display: block;
  font-size: 1.2rem;
}
.AboutYogaFullContent .link_more {
  position: relative;
  font-size: 1.4rem;
  border-bottom: #433F3F 1px solid;
  padding: 0 2rem 0.6rem 0.8rem;
}
.AboutYogaFullContent .link_more:before {
  position: absolute;
  content: url(../images/link_more_blk.svg);
  width: 12px;
  height: 12px;
  right: 3px;
  top: -6px;
}
/*　よくある質問　*/
.AboutYogaFullContent .QAList {
  line-height: 2.0;
  border-top: #ebe5d9 1px dashed;
  padding-top: 8rem;
}
.AboutYogaFullContent .QAList dt {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
}
.AboutYogaFullContent .QAList dt:before {
  position: absolute;
  content: url("../images/icon_question.svg");
  width: 18px;
  height: 18px;
  top: 3px;
  left: 0;
}
.AboutYogaFullContent .QAList dd {
  margin-bottom: 5rem;
}
.AboutYogaFullContent .QAList dd:last-child {
  margin-bottom: 0;
}
/*
===============================================================================
■ 固定ページ ＞ ライター・監修者一覧（page-author.php）
===============================================================================
*/
.AboutAuthorContent article {
  margin-bottom: 9rem;
}
.AboutAuthorContent p {
  line-height: 2.0;
  margin-bottom: 2rem;
}
.AboutAuthorContent h4 {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  padding: 0.2rem 0 0.5rem 2rem;
  margin-bottom: 1rem;
}
.AboutAuthorContent h4:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 4px;
  left: 0;
  width: 8px;
  height: 40px;
  background-color: #de580d;
  border-radius: 4px;
}
.AboutAuthorContent h4 span {
  display: block;
  font-size: 1rem;
}
.AboutAuthorContent .SupervisorList {
  justify-content: flex-start !important;
}
.AboutAuthorContent .SupervisorList section {
  width: 31%;
  max-width: 200px;
  margin: 4rem 2.8rem 0 0;
}
.AboutAuthorContent .SupervisorList section:nth-child(3n) {
  margin-right: 0;
}
.AboutAuthorContent .SupervisorList figure {
  width: 90%;
  margin: 0 auto 1.5rem;
}
.AboutAuthorContent .SupervisorList dt {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.AboutAuthorContent .SupervisorList dt.none {
  height: 19px;
}
.AboutAuthorContent .SupervisorList dd {
  font-size: 1.2rem;
  line-height: 1.8;
}
.AboutAuthorContent .SupervisorList dd b {
  display: block;
  margin-bottom: .2rem;
}
.AboutAuthorContent .SupervisorList .AuthorListLink a {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  border-bottom: #ffbd39 1px solid;
  padding: 0 1.6rem 0 0;
}
.AboutAuthorContent .SupervisorList .AuthorListLink a:before {
  position: absolute;
  content: url(../images/link_more_blk.svg);
  width: 10px;
  height: 10px;
  right: 3px;
  top: 1px;
}
/*
===============================================================================
■ 固定ページ ＞ ヨガについてもっと知る
===============================================================================
*/
.SectionWrapper .AboutYogaList {
  width: 48%;
  margin: 0 0 8rem;
}
.SectionWrapper .AboutYogaList dt {
  margin-bottom: 2rem;
}
.SectionWrapper .AboutYogaList dd {
  text-align: right;
}
.SectionWrapper .AboutYogaList dd a {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  border-bottom: #ffbd39 1px solid;
  padding: 0 2rem 0.4rem 0.8rem;
}
.SectionWrapper .AboutYogaList dd a:before {
  position: absolute;
  content: url(../images/link_more_blk.svg);
  width: 14px;
  height: 14px;
  right: 3px;
  top: 1px;
}
/* ヨガについてもっと知る配下ページのコンテンツ内インフォ */
.AboutYogaInfo {
  border-top: #ebe5d9 1px solid;
  padding: 8rem 0 0;
  margin: 8rem auto 0;
}
.AboutYogaInfo figure {
  width: 80%;
  max-width: 528px;
  margin: 0 auto;
}
.AboutYogaInfo figure a {
  display: block;
}
/*
===============================================================================
■ ヨガについてもっと知る ＞ ヨガポーズ一覧 ＞ ページ（archive-pose.php）
===============================================================================
*/
.YogaPoseArchive article .f-container {
  justify-content: flex-start;
}
.YogaPoseArchive .ArchiveTop li {
  width: 49%;
}
.YogaPoseArchive .ArchiveTop li a {
  position: relative;
  display: block;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
  padding: 1.2rem 0;
  margin-bottom: 1.2rem;
}
.YogaPoseArchive .ArchiveTop li:first-child a {
  background: #ff8a80;
}
.YogaPoseArchive .ArchiveTop li:nth-child(2) a {
  background: #81D4FA;
}
.YogaPoseArchive .ArchiveTop li:nth-child(3) a {
  background: #FFAB00;
}
.YogaPoseArchive .ArchiveTop li:nth-child(4) a {
  background: #FF80AB;
}
.YogaPoseArchive .ArchiveTop li:nth-child(5) a {
  background: #CE93D8;
}
.YogaPoseArchive .ArchiveTop li:nth-child(6) a {
  background: #f95858;
}
.YogaPoseArchive .ArchiveTop li a:link, .YogaPoseArchive .ArchiveTop li a:visited, .YogaPoseArchive .ArchiveTop li a:hover, .YogaPoseArchive .ArchiveTop li a:active {
  color: #fff;
}
.YogaPoseArchive .ArchiveTop li a:before {
  position: absolute;
  content: url(../images/link_arrow_bottom_wht.svg);
  width: 14px;
  height: 20px;
  right: 15px;
  top: 13px;
}
.YogaPoseArchive .ArchiveTop li:nth-child(3) a:after {
  position: absolute;
  content: "がい";
  top: 1px;
  left: 34%;
  font-size: 10px;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  font-weight: 400;
  letter-spacing: 1.4rem;
}
.YogaPoseArchive h2, .YogaPoseArchive h3, .YogaPoseArchive h4 {
  text-align: center;
}
.YogaPoseArchive h3, .YogaPoseArchive h4 {
  letter-spacing: 0.05rem;
}
.YogaPoseArchive h2 {
  position: relative;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  margin-bottom: 4rem;
}
.YogaPoseArchive h2:before {
  content: '';
  position: absolute;
  bottom: -12px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 3px;
}
.YogaPoseArchive #YogaPoseList-type1 h2:before {
  background-color: #ff8a80;
}
.YogaPoseArchive #YogaPoseList-type2 h2:before {
  background-color: #81D4FA;
}
.YogaPoseArchive #YogaPoseList-type3 h2:before {
  background-color: #FFAB00;
}
.YogaPoseArchive #YogaPoseList-type3 h2:after {
  position: absolute;
  content: "がい";
  top: -10px;
  left: 39.5%;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.9rem;
}
.YogaPoseArchive #YogaPoseList-type4 h2:before {
  background-color: #FF80AB;
}
.YogaPoseArchive #YogaPoseList-type5 h2:before {
  background-color: #CE93D8;
}
.YogaPoseArchive #YogaPoseList-type6 h2:before {
  background-color: #f95858;
}
.YogaPoseArchive h3 {
  font-size: 1.6rem;
}
.YogaPoseArchive h4 {
  font-size: 1.2rem;
  font-weight: 400;
}
.YogaPoseArchive #YogaPoseList-type1 h4 {
  color: #ff8a80;
}
.YogaPoseArchive #YogaPoseList-type2 h4 {
  color: #4FC3F7;
}
.YogaPoseArchive #YogaPoseList-type3 h4 {
  color: #FFAB00;
}
.YogaPoseArchive #YogaPoseList-type4 h4 {
  color: #FF80AB;
}
.YogaPoseArchive #YogaPoseList-type5 h4 {
  color: #BA68C8;
}
.YogaPoseArchive #YogaPoseList-type6 h4 {
  color: #f95858;
}
.YogaPoseArchive article li {
  width: 32%;
  max-width: 212px;
  margin: 0 2% 2.5rem 0;
}
.YogaPoseArchive article li:nth-child(3n) {
  margin-right: 0;
}
.YogaPoseArchive #YogaPoseList-type6 li:last-child {
  width: 100%;
  max-width: 660px;
}
.YogaPoseArchive article li figure {
  overflow: hidden;
  margin-bottom: 0.5rem;
}
#YogaPoseList-type1, #YogaPoseList-type3, #YogaPoseList-type6 {
  margin-top: 9rem;
}
/*
===============================================================================
■ ヨガについてもっと知る ＞ ヨガポーズ一覧 ＞ ポーズ詳細ページ（single-pose.php）
===============================================================================
*/
.YogaPoseContent h1, .YogaPoseContent h2, .YogaPoseContent h3, .YogaPoseContent h4, .YogaPoseContent h5 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  text-align: center;
}
.YogaPoseContent h1, .YogaPoseContent h2, .YogaPoseContent h3, .YogaPoseContent h4 {
  background: #ffecc6;
}
.YogaPoseContent h1 {
  font-size: 3rem;
  padding: 2.5rem 0 1.5rem;
  margin-bottom: 0;
}
.YogaPoseContent h2 {
  font-size: 2rem;
}
.YogaPoseContent h3 {
  font-size: 1.4rem;
}
.YogaPoseContent h4 {
  padding: 1.5rem 0 2.5rem;
}
.YogaPoseContent h4 span {
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  padding: 0.8rem 1.6rem;
}
.YogaPoseContent h5 {
  font-size: 1.8rem;
  font-weight: 600;
}
.YogaPoseContent h5 span {
  position: relative;
  display: inline-block;
}
.YogaPoseContent h5 span:before {
  position: absolute;
  content: url(../images/flame_yoga_pose_ulleft.svg);
  top: 2px;
  left: -34px;
  width: 22px;
  height: 23px;
}
.YogaPoseContent h5 span:after {
  position: absolute;
  content: url(../images/flame_yoga_pose_ulright.svg);
  top: 2px;
  right: -34px;
  width: 22px;
  height: 23px;
}
.YogaPoseContent figure {
  margin-bottom: 6rem;
}
.YogaPoseContent .ApproachList, .YogaPoseContent .EffectList {
  text-align: center;
  padding-top: 3rem;
  margin-bottom: 6rem;
}
.YogaPoseContent .ApproachList li, .YogaPoseContent .EffectList li {
  position: relative;
  display: inline;
  padding: 0 0.5rem;
}
.YogaPoseContent .ApproachList li:after, .YogaPoseContent .EffectList li:after {
  position: absolute;
  content: ',';
  border: 0;
  right: 0;
}
.YogaPoseContent .ApproachList li:last-child:after, .YogaPoseContent .EffectList li:last-child:after {
  display: none;
}
.YogaPoseInfo {
  position: relative;
  width: 80%;
  font-size: 1.4rem;
  border: #ffbd39 2px solid;
  border-radius: 8px;
  padding: 3rem 3rem 1.5rem;
  margin: 7rem auto 0;
}
.YogaPoseInfo .YogaPoseInfoTitle {
  position: absolute;
  display: inline-block;
  top: -1.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ffbd39;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  padding: 0 1.5rem;
  background: #FFF;
}
.YogaPoseInfo a {
  position: relative;
  display: inline-block;
  border-bottom: #ffbd39 1px solid;
  padding: 0 2rem 0.4rem 3rem;
  margin: 2rem 0;
}
.YogaPoseInfo a:before {
  position: absolute;
  content: url(../images/link_more_blk.svg);
  width: 12px;
  height: 12px;
  right: 3px;
  top: 1px;
}
.YogaPoseInfo a:after {
  position: absolute;
  content: url(../images/icon_onlineshop.svg);
  width: 20px;
  height: 20px;
  left: 0;
  top: -1px;
}
.YogaPoseInfo .small {
  color: #8e8b8b;
}
.YogaPoseInfo figure img {
  display: block;
  width: 30%;
  max-width: 140px;
  margin: 0 auto 2rem;
}
.YogaPoseContent .saboxplugin-wrap {
  display: none;
}
/*
===============================================================================
■ ヨガについてもっと知る ＞ 子ページ（page-yoga-child.php）
===============================================================================
*/
.AboutYogaChildContent dt {
  padding-top: 8rem;
}
.AboutYogaChildContent dt p {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  background: #ffecc6;
  border-radius: 4px;
  padding: 1.2rem 0;
  margin-bottom: 2.5rem;
}
.AboutYogaChildContent dt p span {
  display: inline-block;
  font-size: 1.2rem;
  background: #fff;
  border-radius: 20px;
  padding: 0.3rem 1.6rem;
  margin: 0.5rem auto 0;
}
.AboutYogaChildContent dd {
  line-height: 2.0;
}
/*
===============================================================================
■ 固定ページ ＞ なりたいを応援（page-cheer.php）
===============================================================================
*/
.AboutCheer h1 {
  font-size: 1.8rem;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  line-height: 3;
  background-color: #fbf9f7;
  background-image: url("images/aboutcheer_h1_back.png");
  background-size: cover;
  padding: 3rem 0;
}
.AboutCheer h1 b {
  color: #ffbd39;
}
.AboutCheer article {
  padding-top: 8rem;
}
.AboutCheer article h2 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  line-height: 2.0;
  letter-spacing: 0.2rem;
  text-align: center;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.AboutCheer article h2:before {
  position: absolute;
  content: url(../images/aboutcheer_h2_arrow.svg);
  width: 60px;
  height: 32px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.AboutCheer article h2 b {
  color: #ffbd39;
}
.AboutCheer article h2 b span {
  font-size: 1.6rem;
}
.AboutCheer article .AboutCheerContent {
  margin-top: 5rem;
}
.AboutCheer article h3 {
  margin-bottom: 2rem;
}
.AboutCheer article h4 {
  color: #ffbd39;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  margin: 1.5rem 0;
}
.AboutCheer article h4 b {
  color: #433f3f;
  font-size: 1.8rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  padding: 0 0.7rem 0 0.8rem;
}
.AboutCheer article h4 span:after {
  content: '//';
  position: absolute;
  color: #ffbd39;
  font-size: 1.2rem;
  right: 0;
  bottom: 0;
}
.AboutCheer article p {
  line-height: 2.0;
  margin-bottom: 2rem;
}
.AboutCheer article .RecruitIcon {
  width: 40%;
  margin: 8rem auto 0;
}
.AboutCheer article .RecruitIcon img {
  border-radius: 10px;
}
.AboutCheer article .link_more {
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.15rem;
  border-bottom: #433F3F 1px solid;
  padding: 0 2rem 0.6rem 0.8rem;
}
.AboutCheer article .link_more:before {
  position: absolute;
  content: url(../images/link_more_blk.svg);
  width: 12px;
  height: 12px;
  right: 3px;
  top: -6px;
}
/* ====================================================================================================

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

==================================================================================================== */
@media(max-width: 1024px) {
  /*
　===============================================================================
　■ 固定ページ ＞ ライター・監修者一覧（page-author.php）
　===============================================================================
　*/
  .AboutAuthorContent .SupervisorList section {
    max-width: 194px;
    margin: 4rem 2.2rem 0 0;
  }
}
/* ====================================================================================================

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

==================================================================================================== */
@media(max-width: 960px) {
  /*
　===============================================================================
　■ 固定ページ ＞ YogaFullについて（page-about.php）
　===============================================================================
　*/
  .AboutYogaFullContent .element {
    padding: 1rem 2rem 0.1rem;
    margin-bottom: 2.5rem;
  }
  .AboutYogaFullContent .AboutYogaFullLogo {
    padding: 2rem;
  }
  .AboutYogaFullContent .AboutYogaFullLogo figure {
    width: 100%;
    margin: 0 auto 2rem;
  }
  .AboutYogaFullContent .AboutYogaFullLogo h3 {
    width: 100%;
    font-size: 1.6rem;
  }
  /*
　===============================================================================
　■ 固定ページ ＞ ライター・監修者一覧（page-author.php）
　===============================================================================
　*/
  .AboutAuthorContent .SupervisorList section {
    width: 31%;
    max-width: 184px;
    margin: 4rem 2rem 0 0;
  }
  /*
　===============================================================================
　■ 固定ページ ＞ ヨガについてもっと知る
　===============================================================================
　*/
  /* ヨガについてもっと知る配下ページのコンテンツ内インフォ */
  .AboutYogaInfo {
    padding: 7rem 0 0;
    margin: 7rem auto 0;
  }
  /*
　===============================================================================
　■ ヨガについてもっと知る ＞ ヨガポーズ一覧 ＞ ポーズ一覧ページ（archive-pose.php）
　===============================================================================
　*/
  .YogaPoseArchive .SectionWrapper:last-child {
    margin-bottom: 7rem;
  }
  .YogaPoseArchive h2 {
    padding-top: 7rem;
  }
  .YogaPoseArchive #YogaPoseList-type3 h2:after {
    top: 58px;
  }
  .YogaPoseArchive .ArchiveTop li a {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .YogaPoseArchive .ArchiveTop li:nth-child(3) a:after {
    top: 1px;
    left: 29.5%;
    letter-spacing: 1.25rem;
  }
  .YogaPoseArchive .ArchiveTop li:nth-child(4) a {
    padding-right: 1rem;
  }
  .YogaPoseArchive .ArchiveTop li a:before {
    width: 12px;
    right: 8px;
    top: 13px;
  }
  .YogaPoseArchive #YogaPoseList-type3 h2:after {
    left: 36.5%;
    letter-spacing: 1.45rem;
  }
  #YogaPoseList-type1, #YogaPoseList-type3, #YogaPoseList-type6 {
    margin-top: 2rem;
  }
  #YogaPoseList-type2, #YogaPoseList-type5 {
    margin-bottom: 7rem;
  }
  /*
　===============================================================================
　■ ヨガについてもっと知る ＞ ヨガポーズ一覧 ＞ ポーズ詳細ページ（single-pose.php）
　===============================================================================
　*/
  .YogaPoseContent h1 {
    margin-bottom: 0 !important;
  }
  .YogaPoseContent h5 span:before {
    top: 1px;
    left: -30px;
    width: 18px;
    height: 34px;
  }
  .YogaPoseContent h5 span:after {
    top: 1px;
    right: -30px;
    width: 18px;
    height: 34px;
  }
  .YogaPoseContent figure {
    margin-bottom: 4rem;
  }
  .YogaPoseContent .ApproachList, .YogaPoseContent .EffectList {
    margin-bottom: 4rem;
  }
  .YogaPoseInfo {
    width: 100%;
    margin: 5rem auto 7rem;
  }
  /*
　===============================================================================
　■ ヨガについてもっと知る ＞ 子ページ（page-yoga-child.php）
　===============================================================================
　*/
  .AboutYogaChildContent dt {
    padding-top: 7rem;
  }
  /*
　===============================================================================
　■ 固定ページ ＞ なりたいを応援（page-cheer.php）
　===============================================================================
　*/
  .AboutCheer h1 {
    font-size: 1.8rem;
    line-height: 2.5;
    background-image: url(../images/aboutcheer_h1_back_sp.png);
  }
  .AboutCheer article {
    padding-top: 6rem;
  }
  .AboutCheer article .link_more {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .AboutCheer article .link_more:before {
    top: -5px;
  }
}
/* ====================================================================================================

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

==================================================================================================== */
@media(max-width: 768px) {
  /*
　===============================================================================
　■ 固定ページ ＞ ライター・監修者一覧（page-author.php）
　===============================================================================
　*/
  /*　監修者の紹介　*/
  .AboutAuthorContent .SupervisorList section {
    width: 31%;
    max-width: 142px;
  }
}
/* ====================================================================================================

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

==================================================================================================== */
@media(max-width: 560px) {
  /*　INDEX　*/
  .PageIndex {
    padding: 3rem 2rem 2rem;
    margin: 5rem 1.2rem 2rem;
  }
  .PageIndex li a {
    font-size: 1.4rem;
  }
  .PageIndex li a:before {
    right: 1px;
    top: 1px;
  }
  /*
　===============================================================================
　■ 固定ページ ＞ YogaFullについて（page-about.php）
　===============================================================================
　*/
  .AboutYogaFullContent article {
    margin-bottom: 6rem;
    padding: 0 1.2rem;
  }
  .AboutYogaFullContent h2 {
    font-size: 1.8rem;
  }
  .AboutYogaFullContent h2:before {
    width: 30px;
  }
  .AboutYogaFullContent p {
    margin-bottom: 1rem;
  }
  .AboutYogaFullContent .btn_listmore {
    width: 100%;
    margin: 2rem auto;
  }
  /*
　===============================================================================
　■ 固定ページ ＞ ライター・監修者一覧（page-author.php）
　===============================================================================
　*/
  .AboutAuthorContent article {
    margin-bottom: 6rem;
    padding: 0 1.2rem;
  }
  .AboutAuthorContent p {
    margin-bottom: 1rem;
  }
  .AboutAuthorContent .SupervisorList {
    justify-content: space-between !important;
  }
  .AboutAuthorContent .SupervisorList section {
    width: 48%;
    max-width: 186px;
    margin: 4rem 0 0;
  }
  /*
　===============================================================================
　■ 固定ページ ＞ ヨガについてもっと知る
　===============================================================================
　*/
  .SectionWrapper .AboutYogaList {
    width: 100%;
    border-bottom: none;
    padding: 0 1.2rem;
    margin: 0 0 5rem;
  }
  .SectionWrapper .AboutYogaList:last-child {
    margin: 0 !important;
  }
  .SectionWrapper .AboutYogaList dt {
    margin-bottom: 1rem;
  }
  .SectionWrapper .AboutYogaList dd {
    text-align: left;
    margin-bottom: 0;
  }
  .SectionWrapper .AboutYogaList dd a {
    display: block;
    border-bottom: none;
  }
  /* ヨガについてもっと知る配下ページのコンテンツ内インフォ */
  .AboutYogaInfo {
    padding: 5rem 0 0;
    margin: 5rem auto 0;
  }
  .AboutYogaInfo figure {
    width: 100%;
    padding: 0 1.2rem;
  }
  /*
  /*
　===============================================================================
　■ ヨガについてもっと知る ＞ ヨガポーズ一覧 ＞ ポーズ一覧ページ（archive-pose.php）
　===============================================================================
　*/
  .YogaPoseArchive .SectionWrapper {
    margin-bottom: 0;
  }
  .YogaPoseArchive .SectionWrapper:last-child {
    margin-bottom: 6rem;
  }
  .YogaPoseArchive .SectionWrapper .ArchiveTop {
    margin-bottom: 5rem;
  }
  .YogaPoseArchive h2 {
    padding-top: 5rem;
  }
  .YogaPoseArchive h2:before {
    width: 30px;
  }
  .YogaPoseArchive #YogaPoseList-type3 h2:after {
    left: 34%;
    top: 40px;
  }
  .YogaPoseArchive h3 {
    font-size: 1.4rem;
  }
  .YogaPoseArchive h4 {
    font-size: 1rem;
  }
  .YogaPoseArchive .ArchiveTop ul {
    padding: 0 1.2rem;
  }
  .YogaPoseArchive .ArchiveTop li {
    width: 100%;
  }
  .YogaPoseArchive .ArchiveTop li a {
    padding: 1.1rem 0;
    margin-bottom: 0.8rem;
  }
  .YogaPoseArchive .ArchiveTop li a:before {
    right: 12px;
    top: 11px;
  }
  .YogaPoseArchive .ArchiveTop li:nth-child(3) a:after {
    left: 37.5%;
    letter-spacing: 1.2rem;
  }
  .YogaPoseArchive article ul {
    padding: 0 1.2rem;
  }
  .YogaPoseArchive article .f-container {
    justify-content: space-between;
  }
  .YogaPoseArchive article li {
    width: 48.5%;
    max-width: 258px;
    margin: 0 0 2.5rem 0;
  }
  #YogaPoseList-type2, #YogaPoseList-type5 {
    margin-bottom: 5rem;
  }
  /*
　===============================================================================
　■ ヨガについてもっと知る ＞ ヨガポーズ一覧 ＞ ポーズ詳細ページ（single-pose.php）
　===============================================================================
　*/
  .YogaPoseContent h1 {
    margin-bottom: 0;
  }
  .YogaPoseContent h2 {
    font-size: 1.6rem;
  }
  .YogaPoseContent h3 {
    font-size: 1.2rem;
  }
  .YogaPoseContent h4 {
    padding: 2rem 0 2.5rem;
  }
  .YogaPoseContent ul {
    padding: 0 1.2rem;
  }
  .YogaPoseInfo {
    width: 94%;
    font-size: 1.3rem;
    margin: 5rem auto 7rem;
  }
  .YogaPoseInfo a {
    padding: 0 1.5rem 0.2rem 2.5rem;
  }
  .YogaPoseInfo figure img {
    display: block;
    width: 40%;
    max-width: 184px;
    margin: 0 auto 2rem;
  }
  /*
　===============================================================================
　■ ヨガについてもっと知る ＞ 子ページ（page-yoga-child.php）
　===============================================================================
　*/
  .AboutYogaChildContent {
    padding: 0 1.2rem;
  }
  .AboutYogaChildContent dt {
    padding-top: 5rem;
  }
  /*
　===============================================================================
　■ 固定ページ ＞ YogaFullについて（page-about.php）
　===============================================================================
　*/
  /*　監修者の紹介　*/
  .AboutYogaFullContent h4 {
    margin: 4rem 0 2rem 0;
  }
  .AboutYogaFullContent h4.HeadingOther {
    margin-bottom: 5rem;
  }
  .AboutYogaFullContent .SupervisorList section {
    width: 48%;
    max-width: 175px;
    margin: 4rem 1rem 0;
  }
  .AboutYogaFullContent .SupervisorList section:first-child, .AboutYogaFullContent .SupervisorList section:nth-child(2) {
    margin: 0 1rem 0;
  }
  .AboutYogaFullContent .SupervisorList section:nth-child(3n) {
    margin: 4rem 1rem 0;
  }
  /*
　===============================================================================
　■ 固定ページ ＞ なりたいを応援（page-cheer.php）
　===============================================================================
　*/
  .AboutCheer article {
    padding: 6rem 1.2rem 0;
  }
  .AboutCheer article h2 {
    font-size: 1.8rem;
  }
  .AboutCheer article .RecruitIcon {
    width: 70%;
    margin: 6rem auto 0;
  }
}
/* ====================================================================================================

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

==================================================================================================== */
@media(max-width: 320px) {
  /*
　===============================================================================
　■ ヨガについてもっと知る ＞ ヨガポーズ一覧 ＞ ポーズ詳細ページ（single-pose.php）
　===============================================================================
　*/
  .YogaPoseInfo {
    font-size: 1.2rem;
  }
  /*
　===============================================================================
　■ 固定ページ ＞ ライター・監修者一覧（page-author.php）
　===============================================================================
　*/
  .AboutAuthorContent h4 {
    font-size: 1.8rem;
  }
  .AboutAuthorContent h4:before {
    height: 36px;
  }
  .AboutAuthorContent .SupervisorList dt.none {
    height: 38px;
  }
}