@charset "utf-8";
/*
 theme Name: YogaFull

 ▼　ゴシック
 font-family: dnp-shuei-gothic-kin-std, sans-serif;
 font-weight: 400;
 font-weight: 600;

 ▼　丸ゴシック　
 font-family: dnp-shuei-mgothic-std, sans-serif;
 font-weight: 400;
 font-weight: 600;

 ▼　Tekton Pro
 font-family: tekton-pro, sans-serif;
 font-weight: 400;
 font-weight: 700;

*/
/*
===============================================================================
■ common
===============================================================================
*/
* {
  padding: 0;
  margin: 0;
  min-height: 0;
  min-width: 0;
}
html {
  font-size: 62.5%;
  scroll-padding-top: 80px;
}
body {
  color: #433F3F;
  font-size: 1.6rem;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.15rem;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
}
h1, h2, h3, h4, h5, h6, b {
  font-weight: 600;
}
ul li {
  list-style: none;
}
ol li {
  list-style: none;
}
.small {
  font-size: 1rem;
}
img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
}
/*
--------------------------------------------------
LAVA・FS見出し
--------------------------------------------------
*/
.HeadingLAVA {
  position: relative;
  font-size: 2rem;
  padding: 0.2rem 0 0.5rem 2rem;
}
.HeadingLAVA:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 6px;
  left: 0;
  width: 8px;
  height: 24px;
  background-color: #de580d;
  border-radius: 4px;
}
.HeadingFS {
  position: relative;
  font-size: 2rem;
  padding: 0.2rem 0 0.5rem 2rem;
}
.HeadingFS:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 6px;
  left: 0;
  width: 8px;
  height: 24px;
  background-color: #003f73;
  border-radius: 4px;
}
/*
--------------------------------------------------
リンク設定
--------------------------------------------------
*/
.LinkRight {
  text-align: right;
}
a {
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  box-sizing: border-box;
  background: transparent;
  padding: 0;
  margin: 0;
}
a:link {
  color: #433F3F;
}
a:visited {
  color: #433F3F;
}
a:hover {
  color: #433F3F;
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
a:active {
  color: #433F3F;
}
a img {
  display: block;
  transition: 0.5s;
}
a img:hover {
  transform: scale(1.1, 1.1);
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
/*
--------------------------------------------------
表示切り替え
--------------------------------------------------
*/
.pc_hidden {
  display: none;
}
.sp_hidden {
  display: block;
}
/*
--------------------------------------------------
コンテンツのサイズ指定
--------------------------------------------------
*/
.HeaderInner, .container, .FooterInner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.HeaderInner {
  padding: 1.28rem 0 0rem;
}
.container {
  padding: 2rem 0 0;
  margin-top: 109px;
}
.FooterInner {
  padding: 0 0 2rem;
}
.container:after {
  display: block;
  clear: both;
  content: '';
}
.contents {
  width: 66%;
  margin-right: 4%;
}
#sidebar {
  width: 30%;
  padding-top: 3.5rem;
}
#topPage #sidebar {
  padding-top: 0;
}
.sidebar {
  background: #fbf9f7;
  border-radius: 4px;
  padding: 1.5rem;
}
/*
--------------------------------------------------
フレックスボックス（親要素）
--------------------------------------------------
*/
.f-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
/*
--------------------------------------------------
パンくずリスト
--------------------------------------------------
*/
.breadcrumb {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 2rem;
}
.breadcrumb li {
  position: relative;
  font-size: 1rem;
  padding-right: 2.2rem;
}
.breadcrumb li:before {
  position: absolute;
  content: url(images/link_more_blk.svg);
  width: 8px;
  height: 8px;
  right: 7px;
  top: 1px;
}
.breadcrumb li:last-child:before {
  display: none;
}
.breadcrumbSP {
  display: none;
}
/*
--------------------------------------------------
モーダルウィンドウ基本設定
--------------------------------------------------
*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.modal__bg {
  background: rgba(67, 63, 63, 0.9);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.js-modal-close {
  font-size: 1.2rem;
}
/*
===============================================================================
■ ウィジェット（sidebar.php）
===============================================================================
*/
.sidebar-wrapper {
  margin-bottom: 3.6rem;
}
.sidebar-title {
  font-size: 1.7rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  margin: 0 0 1.2rem;
  padding: 0.7rem 0;
  border-bottom: 2px solid #433F3F;
}
/*　デフォルトウィジェット　*/
.widget_recent_entries li, .widget_meta li, .widget_recent_comments li, .widget_pages li, .widget_meta li, .widget_archive li, .widget_nav_menu li {
  position: relative;
  margin-bottom: .5rem;
}
/*　タグウィジェット　*/
.tagcloud a {
  position: relative;
  display: inline-block;
  color: #8e8b8b;
  font-size: 1.4rem !important;
  letter-spacing: 0;
  padding: 0.1rem 0.7rem 0.1rem 1.5rem;
  margin-bottom: .5rem;
}
.tagcloud a:before {
  position: absolute;
  content: "＃";
  left: 0px;
  top: 3px;
  color: #ffbd39;
  font-weight: 600;
}
/*　アクセスランキング　*/
.sga-ranking-list {
  overflow: hidden;
  clear: both;
  vertical-align: top;
  padding: .5rem 0;
  margin: 0;
}
.sga-ranking-list .ranking-img {
  position: relative;
  float: left;
  padding: 0 1rem 0 0;
}
.sga-ranking-list .ranking-img:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 36px 0 0;
  border-color: #ff8251 transparent transparent transparent;
  z-index: 2;
}
.sga-ranking-list .ranking-img:after {
  position: absolute;
  display: block;
  font-size: 1.2rem;
  white-space: pre;
  color: #fff;
  top: 1px;
  left: 5px;
  text-align: center;
  z-index: 2;
}
.sga-ranking-list-1 .ranking-img:after {
  content: "1";
}
.sga-ranking-list-2 .ranking-img:after {
  content: "2";
}
.sga-ranking-list-3 .ranking-img:after {
  content: "3";
}
.sga-ranking-list-4 .ranking-img:after {
  content: "4";
}
.sga-ranking-list-5 .ranking-img:after {
  content: "5";
}
.sga-ranking-list-6 .ranking-img:after {
  content: "6";
}
.sga-ranking-list-7 .ranking-img:after {
  content: "7";
}
.sga-ranking-list-8 .ranking-img:after {
  content: "8";
}
.sga-ranking-list-9 .ranking-img:after {
  content: "9";
}
.sga-ranking-list-10 .ranking-img:after {
  content: "10";
  left: 1px;
}
.sga-ranking-list .ranking-img a img {
  width: 80px;
  height: auto;
}
.sga-ranking-list a {
  display: block;
  overflow: hidden;
  font-size: 1.2rem;
}
/*　アクセスランキング（jet pack）　*/
.widgets-list-layout .widgets-list-layout-blavatar {
  display: block;
  width: 80px !important;
  max-width: 80px !important;
  margin: 0 1rem 0 0;
}
.widgets-list-layout-links {
  float: none !important;
  width: 100% !important;
  font-size: 1.2rem;
}
.bump-view {
  position: relative;
  display: block;
}
.bump-view:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 36px 0 0;
  border-color: #ff8251 transparent transparent transparent;
  z-index: 2;
}
.bump-view:after {
  position: absolute;
  display: block;
  font-size: 1.2rem;
  white-space: pre;
  color: #fff;
  top: 1px;
  left: 5px;
  text-align: center;
  z-index: 2;
}
.widgets-list-layout li:first-child .bump-view:after {
  content: "1";
}
.widgets-list-layout li:nth-child(2) .bump-view:after {
  content: "2";
}
.widgets-list-layout li:nth-child(3) .bump-view:after {
  content: "3";
}
.widgets-list-layout li:nth-child(4) .bump-view:after {
  content: "4";
}
.widgets-list-layout li:nth-child(5) .bump-view:after {
  content: "5";
}
.widgets-list-layout li:nth-child(6) .bump-view:after {
  content: "6";
}
.widgets-list-layout li:nth-child(7) .bump-view:after {
  content: "7";
}
.widgets-list-layout li:nth-child(8) .bump-view:after {
  content: "8";
}
.widgets-list-layout li:nth-child(9) .bump-view:after {
  content: "9";
}
.widgets-list-layout li:last-child .bump-view:after {
  content: "10";
  left: 1px;
}
.widgets-list-layout-links .bump-view:before, .widgets-list-layout-links .bump-view:after {
  display: none;
}
@media screen and (max-width: 560px) {
  .widgets-list-layout-links {
    font-size: 1.4rem;
  }
}
/*　イベント＆ニュース　*/
#newpostcatch-2 {
  margin-bottom: 2rem;
}
#npcatch li a {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  padding: 0;
}
#npcatch figure {
  width: 60px !important;
  height: 60px !important;
  padding: 0 !important;
  margin-right: 1rem !important;
}
#npcatch li a div {
  width: 72%;
}
@media screen and (max-width: 768px) {
  #npcatch li a div {
    width: 64%;
  }
}
@media screen and (max-width: 560px) {
  #npcatch li a div {
    width: 80%;
  }
}
@media screen and (max-width: 320px) {
  #npcatch li a div {
    width: 75%;
  }
}
#npcatch .title {
  font-size: 1.2rem;
}
/*　連載一覧　*/
#tag_cloud-3 {
  margin-bottom: 2rem;
}
#tag_cloud-3 .tagcloud a {
  display: block;
  color: #433f3f;
  border-bottom: #968e84 1px dashed;
  padding: 0.4rem 0.7rem 0.8rem 2.2rem;
}
#tag_cloud-3 .tagcloud a:before {
  position: absolute;
  content: url("images/series-list-icon.svg");
  width: 18px;
  height: 18px;
  left: 0;
  top: 4px;
}
/*　ウィジェット内の【もっと見る】リンク　*/
.sidebar-wrapper a.link_more {
  position: relative;
  display: block;
  font-size: 1.4rem;
  text-align: right;
  padding-right: 2rem;
  margin: 0;
}
.sidebar-wrapper a.link_more:before {
  position: absolute;
  content: url("images/link_more_blk.svg");
  width: 12px;
  height: 12px;
  right: 0;
  top: 1px;
}
/*
--------------------------------------------------
ヨガについて一覧
--------------------------------------------------
*/
.AboutYogaList {
  margin-top: 4rem;
}
.AboutYogaList figure {
  overflow: hidden;
}
.AboutYogaList 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.2rem;
}
.AboutYogaList li a:link, .AboutYogaList li a:visited, .AboutYogaList li a:hover, .AboutYogaList li a:active {
  color: #fff;
}
.AboutYogaList li a:before {
  position: absolute;
  content: url(images/link_more_wht.svg);
  width: 14px;
  height: 14px;
  right: 13px;
  top: 16px;
}
.AboutYogaList li:first-child {
  background: none;
  font-size: 0;
  padding: 0;
  margin-bottom: 1.2rem;
}
.AboutYogaList li:first-child:before {
  display: none;
}
.AboutYogaList li:first-child:after {
  content: url("images/h4-about-yoga-list.svg");
  width: 100%;
}
/*
--------------------------------------------------
チャクラカラー診断
--------------------------------------------------
*/
.AboutChakra {
  margin-bottom: 6rem;
}
.AboutChakra h4 {
  padding-top: 4rem;
  margin-bottom: 1.5rem;
}
.AboutChakra h4 span {
  display: block;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}
.AboutChakra h4 span b {
  font-size: 1.4rem;
}
.AboutChakra h4 span b b {
  color: #ffbd39;
}
.AboutChakra .ChakraColorModal {
  width: 86%;
  margin: 0 auto;
}
.AboutChakra .ChakraColorModal li {
  width: 6%;
}
.AboutChakra .ChakraColorModal .red a {
  color: #ef5350;
  text-shadow: 0 0 6px #ef5350;
}
.AboutChakra .ChakraColorModal .orange a {
  color: #FFB74D;
  text-shadow: 0 0 6px #FFB74D;
}
.AboutChakra .ChakraColorModal .yellow a {
  color: #FFEE58;
  text-shadow: 0 0 6px #FFEE58;
}
.AboutChakra .ChakraColorModal .green a {
  color: #66BB6A;
  text-shadow: 0 0 6px #66BB6A;
}
.AboutChakra .ChakraColorModal .blue a {
  color: #448AFF;
  text-shadow: 0 0 6px #448AFF;
}
.AboutChakra .ChakraColorModal .indigo a {
  color: #3F51B5;
  text-shadow: 0 0 6px #3F51B5;
}
.AboutChakra .ChakraColorModal .purple a {
  color: #7E57C2;
  text-shadow: 0 0 6px #7E57C2;
}
/*　チャクラカラー診断（モーダル）　*/
.ChakraColorModal .modal__content {
  width: 20%;
  max-width: 450px;
}
.ChakraColorModal .modal__content figure {
  margin-bottom: 2rem;
}
.ChakraColorModal .modal__content figure img {
  box-shadow: 0 0 20px #fff;
  border-radius: 10px;
}
.ChakraColorModal .modal__content .js-modal-close {
  color: #fff;
}
/*
--------------------------------------------------
バナー（MEISOON）
--------------------------------------------------
*/
.SidebarBanner {
  margin-bottom: 7rem;
}
.SidebarBanner li {
  margin-bottom: 2rem;
}
/*
--------------------------------------------------
SNS紹介
--------------------------------------------------
*/
.AboutSNS {
  position: relative;
  border-top: 2px solid #968e84;
  border-bottom: 2px solid #968e84;
  border-right: 1px solid #968e84;
  border-left: 1px solid #968e84;
  border-radius: 4px;
  padding: 1rem 0 2rem;
  margin-bottom: 5rem;
}
.AboutSNS h4 {
  position: absolute;
  width: 156px;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  background: #fff;
  padding: 0 1rem;
}
.AboutSNS h4 b {
  font-size: 1.6rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
}
.AboutSNS ul {
  width: 68%;
  margin: 0 auto;
}
.AboutSNS li {
  width: 26%;
}
.AboutSNS li a {
  display: block;
}
.AboutSNS li a img:hover {
  opacity: 1;
}
/*
===============================================================================
■ フロントページ（front-page.php）
===============================================================================
*/
/*
--------------------------------------------------
スライダー
--------------------------------------------------
*/
.HomeSlider .SingleSlider {
  max-width: 1000px;
  margin: 0 auto 5rem;
}
.HomeSlider .SingleSlider .f-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.SliderItemTxt {
  width: 45%;
  max-width: 450px;
}
.SliderItemTxt .pickup {
  width: 130px;
  height: 40px;
  font-size: 0;
  background: url("images/slider-item-txt-pickup.svg") 0 0 no-repeat;
}
.SliderItemTxt h3 {
  font-size: 2rem;
  margin-bottom: 2rem
}
.SliderItemTxt p {
  margin-bottom: 2rem
}
.SliderItemCate a {
  display: inline-block;
  color: #8e8b8b;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  border: #8e8b8b 1px solid;
  border-radius: 20px;
  padding: 0.3rem 1.2rem;
  margin-right: 1rem;
}
.SliderItemImg {
  width: 50%;
  max-width: 500px;
  overflow: hidden;
}
.SliderItemImg a {
  display: block;
}
/*
--------------------------------------------------
YogaFullについて・YogaFull編集部へのお手紙
--------------------------------------------------
*/
.ContentYogafull {
  align-items: stretch !important;
}
.ContentYogafull article {
  width: 48%;
  background: #fbf9f7;
  border-radius: 4px;
  box-shadow: 12px 12px 0 #ebe5d9;
  padding: 2rem;
}
.ContentYogafull article h2 {
  width: 100%;
  max-width: 323px;
  height: 80px;
  font-size: 0;
  margin-bottom: 2rem;
}
.About h2 {
  background: url("images/h2-content-about-area.svg") 0 0 no-repeat;
}
.Form h2 {
  background: url("images/h2-content-form-area.svg") 0 0 no-repeat;
}
.ContentYogafull article .btn_listmore {
  width: 100%;
  margin-top: 2rem;
}
.ContentYogafull article.About .btn_listmore {
  margin-top: 4.4rem;
}
.ContentYogafull article .btn_listmore a {
  letter-spacing: 0.5rem;
  padding: 0.8rem 0;
}
.ContentYogafull article .btn_listmore a:before {
  top: 9px;
}
.ContentYogafull article.Form .btn_listmore a {
  letter-spacing: 0.2rem;
}
/*
--------------------------------------------------
デイリーコンテンツ
--------------------------------------------------
*/
.SidebarClockArea {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0 0 .5em 0;
}
.SidebarClockArea p span {
  vertical-align: middle;
  padding-right: 0.3rem;
}
.SidebarClockArea p span span {
  font-size: 1.2rem;
}
.SidebarClockArea p img {
  width: 26px;
  vertical-align: sub;
}
.ShantiArea {
  background: #ffbd39;
  padding: 1em;
  margin-bottom: 2em;
}
.ShantiArea h4 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  text-align: center;
  letter-spacing: 0.3rem;
}
.ShantiArea h4 span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
.ShantiArea .f-container {
  position: relative;
  background: #fff;
  border-radius: 4px;
  margin-top: 0.5rem;
}
.ShantiArea .f-item {
  margin-bottom: 0;
}
.ShantiArea .f-item:first-child {
  /*width: 80%;　※いいねボタンを実装する際有効にする　*/
  font-size: 1.4rem;
  padding: 1.2rem 3%;
  /*padding: 1.2rem 0 1.2rem 3%;　※いいねボタンを実装する際paddingはこちらに変更する　*/
}
/*.ShantiArea .f-item:last-child {　※いいねボタンを実装する際有効にする
  position: absolute;
  top: 30%;
  right: 0;
  width: 20%;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  padding: 0 3%;
}*/
/*
季節別デザイン
*/
.Shanti_month10 {
  background: url(images/shanti-word_bg_month10.png) #2f2e2e;
}
@media(min-width: 541px) {
  .Shanti_month10 .ShantiWordModal .ModalOpen a {
    background: #fff;
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
    border-radius: 3px;
  }
  .Shanti_month10 .ShantiWordModal .ModalOpen a:before {
    top: 5px;
  }
}
/*　昨日のシャンティワード（モーダル）　*/
.ShantiWordModal {
  margin-top: 1rem;
}
.ShantiWordModal .ModalOpen {
  text-align: right;
}
.ShantiWordModal .ModalOpen a {
  position: relative;
  font-size: 1.2rem;
  border-bottom: #433F3F 1px solid;
  padding: 0 1.5rem 0.4rem 0.5rem;
}
.ShantiWordModal .ModalOpen a:before {
  position: absolute;
  content: url(images/link_more_blk.svg);
  width: 10px;
  height: 10px;
  right: 3px;
  top: -2px;
}
.ShantiWordModal .modal__content {
  width: 60%;
  max-width: 660px;
  background: #fff;
  border-radius: 4px;
  padding: 4rem;
}
.ShantiWordModal .modal__content h4 {
  position: relative;
  width: 100%;
  color: #433f3f;
  font-size: 1.8rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  padding: 2.8rem 0 1rem;
  margin-bottom: 4.5rem;
}
.ShantiWordModal .modal__content h4:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 5px;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffbd39;
  border-radius: 2px;
}
.ShantiWordModal .modal__content h4:after {
  position: absolute;
  content: url("images/icon_shantiword.svg");
  width: 50px;
  height: 18px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ShantiWordModal .modal__content p {
  margin-bottom: 3.5rem;
}
/*
===============================================================================
■ コンテンツ
===============================================================================
*/
/*　section　*/
.SectionWrapper {
  margin-bottom: 9rem;
}
/*　title　*/
.SectionWrapper h1 {
  font-size: 3.2rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  letter-spacing: 0.5rem;
  text-align: center;
  margin-bottom: 3rem;
}
h1.contents-top-h1 {
  font-size: 3.2rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  text-align: center;
  letter-spacing: 2rem;
  margin-bottom: 5rem;
}
h2.section-top-h2 {
  font-size: 2.4rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  text-align: center;
  letter-spacing: 2rem;
  margin-bottom: 4.8rem;
}
/*
--------------------------------------------------
もっと見るボタン
--------------------------------------------------
*/
.btn_listmore {
  width: 60%;
  margin: 5rem auto 0;
}
.btn_listmore a {
  display: block;
  position: relative;
  color: #968e84;
  text-align: center;
  letter-spacing: 0.6rem;
  background: #fff;
  border: #968e84 2px solid;
  border-radius: 10px;
  padding: 1.2rem 0;
}
.btn_listmore a:before {
  position: absolute;
  content: url("images/link_more_brown.svg");
  width: 14px;
  height: 14px;
  right: 15px;
  top: 13px;
}
.btn_listmore a:hover {
  color: #fff;
  background: #968e84;
  transition: 0.5s;
}
.btn_listmore a:hover:before {
  content: url("images/link_more_wht.svg");
}
/*
===============================================================================
■ 連載一覧リスト（content-series.php）
===============================================================================
*/
.content-series .f-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}
.ContentSeriesList {
  justify-content: flex-start;
}
.ContentSeriesList .SeriesItem {
  width: 31%;
  margin-bottom: 30px;
  margin-right: 3.5%;
}
.ContentSeriesList .SeriesItem:nth-of-type(3n) {
  margin-right: 0;
}
/*　連載バナー　*/
.ContentSeriesList .SeriesItem a img {
  margin-bottom: 1rem;
}
.ContentSeriesList .SeriesItem a img:hover {
  transform: none;
}
/*　連載名　*/
.ContentSeriesList .SeriesItem h2 a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.ContentSeriesList .SeriesItem h2 a:before {
  position: absolute;
  content: url(images/link_more_blk.svg);
  width: 14px;
  height: 14px;
  right: 5px;
  top: 15px;
}
/*　最新記事タイトル　*/
.ContentSeriesList .SeriesItem .SeriesTitleNew {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ContentSeriesList .SeriesItem .SeriesTitleNew a:link, .ContentSeriesList .SeriesItem .SeriesTitleNew a:visited, .ContentSeriesList .SeriesItem .SeriesTitleNew a:hover, .ContentSeriesList .SeriesItem .SeriesTitleNew a:active {
  text-decoration: underline;
}
/*　最新記事更新日　*/
.ContentSeriesList .SeriesItem .SeriesDateNew {
  font-size: 1.2rem;
  letter-spacing: 0;
}
.ContentSeriesList .SeriesItem .SeriesDateNew b {
  color: #ffbd39;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: tekton-pro, sans-serif;
  margin-left: 0.4rem;
}
/* ====================================================================================================

デバイスサイズ〜1024px：タブレット（ipad pro）

==================================================================================================== */
@media(max-width: 1024px) {
  .container {
    padding: 2rem 2.5rem 0;
  }
  /*
　===============================================================================
　■ フロントページ（front-page.php）
　===============================================================================
　*/
  .HomeSlider {
    max-width: 920px;
    margin: 0 auto;
  }
  .HomeSlider .SingleSlider {
    margin: 0 auto 3rem;
  }
  /*
　--------------------------------------------------
　YogaFullについて・YogaFull編集部へのお手紙
　--------------------------------------------------
　*/
  .AboutYogaFullContent .AboutYogaFullLogo {
    padding: 2rem 4rem;
  }
  /*
　--------------------------------------------------
　デイリーコンテンツ
　--------------------------------------------------
　*/
  .ShantiArea .f-item {
    margin-bottom: 0;
  }
  .ShantiArea .f-item:first-child {
    font-size: 1.5rem;
  }
  .ShantiArea .f-item:last-child {
    font-size: 2rem;
  }
  /*
　--------------------------------------------------
　チャクラカラー診断
　--------------------------------------------------
　*/
  .ChakraColorModal .modal__content {
    width: 35%;
  }
}
/* ====================================================================================================

デバイスサイズ〜960px：タブレット（ipad）

==================================================================================================== */
@media(max-width: 960px) {
  html {
    scroll-padding-top: 70px;
  }
  body {
    font-size: 1.5rem;
  }
  .container {
    padding: 1.5rem 1.6rem 0;
    margin-top: 99px;
  }
  .contents {
    width: 64%;
  }
  #sidebar {
    width: 32%;
    padding-top: 3rem;
  }
  /*
　--------------------------------------------------
　パンくずリスト
　--------------------------------------------------
　*/
  .breadcrumb {
    margin-bottom: 1.5rem;
  }
  /*
　===============================================================================
　■ ウィジェット（sidebar.php）
　===============================================================================
　*/
  /*　ウィジェット内の【もっと見る】リンク　*/
  .sidebar-wrapper a.link_more {
    font-size: 1.3rem;
    padding-right: 1.2rem;
  }
  .sidebar-wrapper a.link_more:before {
    width: 10px;
    height: 10px;
    right: -2px;
    top: 0.5px;
  }
  /*　チャクラカラー診断　*/
  .AboutChakra h4 {
    padding-top: 7rem;
  }
  /*
　--------------------------------------------------
　SNS紹介
　--------------------------------------------------
　*/
  .AboutSNS h4 {
    width: 153px;
    top: -13px;
    font-size: 1.1rem;
  }
  /*
　===============================================================================
　■ フロントページ（front-page.php）
　===============================================================================
　*/
  /*
　--------------------------------------------------
　スライダー
　--------------------------------------------------
　*/
  .HomeSlider {
    width: 90%;
    max-width: 834px;
    margin: 0 auto;
  }
  .SliderItemTxt .pickup {
    width: auto;
    height: 33px;
  }
  .SliderItemTxt h3 {
    font-size: 1.7rem;
    margin-bottom: 1rem;
  }
  .SliderItemTxt p {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  /*
　--------------------------------------------------
　YogaFullについて・YogaFull編集部へのお手紙
　--------------------------------------------------
　*/
  .ContentYogafull article {
    box-shadow: 8px 8px 0 #ebe5d9;
    padding: 2rem 1.6rem;
  }
  .ContentYogafull article h2 {
    max-width: 280px;
    height: 57px;
    margin-bottom: 1.25rem;
  }
  .ContentYogafull article p {
    font-size: 1.4rem;
  }
  .ContentYogafull article .btn_listmore {
    margin-top: 1.25rem;
  }
  .ContentYogafull article.About .btn_listmore {
    margin-top: 3.3rem;
  }
  .ContentYogafull article.Form .btn_listmore a {
    letter-spacing: 0;
  }
  /*
　--------------------------------------------------
　デイリーコンテンツ
　--------------------------------------------------
　*/
  .SidebarClockArea {
    padding: 0 0 0.5rem 0;
  }
  .ShantiArea {
    padding: 0.6em;
  }
  .ShantiArea h4 {
    font-size: 1.7rem;
    letter-spacing: 0.1em;
  }
  .ShantiArea h4 span {
    font-size: 1.1rem;
  }
  .ShantiArea .f-container {
    margin-top: 0.5rem;
  }
  .ShantiArea .f-item:first-child {
    /*width: 84%;　※いいねボタンを実装する際有効にする　*/
    font-size: 1.2rem;
    padding: 0.8rem 6%;
    /*padding: 0.8rem 0 0.8rem 3%;　※いいねボタンを実装する際paddingはこちらに変更する　*/
  }
  /*.ShantiArea .f-item:last-child {　※いいねボタンを実装する際有効にする
　　width: 16%;
　　font-size: 1.6rem;
　  }*/
  .ShantiWordModal {
    padding: 0% 2%;
  }
  /*
　===============================================================================
　■ コンテンツ
　===============================================================================
　*/
  /*　section　*/
  .SectionWrapper {
    margin-bottom: 7rem;
  }
  #topPage .contents #ContentYogafull {
    padding-top: 7rem;
  }
  /*　title　*/
  .SectionWrapper h1 {
    font-size: 2.8rem;
    margin-bottom: 2rem !important;
  }
  h1.contents-top-h1 {
    font-size: 2.5rem;
    letter-spacing: 1.5rem;
    margin-bottom: 4rem;
  }
  .btn_listmore a:before {
    width: 12px;
    height: 12px;
    right: 12px;
    top: 18px;
  }
  /*
　===============================================================================
　■ 連載一覧リスト（content-series.php）
　===============================================================================
　*/
  .ContentSeriesList .SeriesItem a img {
    margin-bottom: 0.5rem;
  }
  .ContentSeriesList .SeriesItem h2 a {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .ContentSeriesList .SeriesItem h2 a:before {
    right: 0;
  }
  .ContentSeriesList .SeriesItem .SeriesTitleNew {
    font-size: 1.2rem;
  }
}
/* ====================================================================================================

デバイスサイズ〜560px：SP

==================================================================================================== */
@media(max-width: 560px) {
  html {
    scroll-padding-top: 50px;
  }
  body {
    font-size: 1.5rem;
  }
  .container {
    padding: 2rem 0 0;
    margin-top: 89px;
  }
  #topPage {
    padding: 0;
    margin-top: 0;
  }
  .contents, #sidebar {
    width: 100%;
    margin-right: 0;
  }
  .contents {
    margin-bottom: 1rem;
  }
  #topPage .contents {
    margin-bottom: 5rem;
  }
  /*
　--------------------------------------------------
　LAVA・FS見出し
　--------------------------------------------------
　*/
  .HeadingLAVA {
    font-size: 1.5rem;
    padding: 0.2rem 0 0.5rem 1.6rem;
  }
  .HeadingLAVA:before {
    top: 4px;
    left: 0;
    width: 5px;
    height: 18px;
    border-radius: 3px;
  }
  .HeadingFS {
    font-size: 1.5rem;
    padding: 0.2rem 0 0.5rem 1.6rem;
  }
  .HeadingFS:before {
    top: 4px;
    left: 0;
    width: 5px;
    height: 18px;
    border-radius: 3px;
  }
  /*
　--------------------------------------------------
　表示切り替え
　--------------------------------------------------
　*/
  .pc_hidden {
    display: block;
  }
  .sp_hidden {
    display: none;
  }
  /*
　--------------------------------------------------
　パンくずリスト
　--------------------------------------------------
　*/
  .breadcrumb {
    display: none;
  }
  .breadcrumbSP {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0 1.2rem;
    margin-bottom: 2rem;
  }
  .breadcrumbSP li {
    position: relative;
    font-size: 1rem;
    padding-right: 1.5rem;
  }
  .breadcrumbSP li:before {
    position: absolute;
    content: url(images/link_more_blk.svg);
    width: 7px;
    height: 7px;
    right: 4px;
    top: 0;
  }
  .breadcrumbSP li:last-child:before {
    display: none;
  }
  #ArticlePage .breadcrumbSP {
    margin-bottom: 6rem;
  }
  .YogaPoseDetail .breadcrumbSP, .AboutAuthorContent .breadcrumbSP {
    margin-top: 2rem;
  }
  /*
　===============================================================================
　■ ウィジェット（sidebar.php）
　===============================================================================
　*/
  #sidebar {
    display: none;
  }
  #topPage #sidebar {
    display: block !important;
  }
  .sidebar {
    background: none;
    padding: 0;
  }
  .sidebar-wrapper {
    margin-bottom: 3rem;
    padding-bottom: 4rem;
    border-bottom: #ebe5d9 1px solid;
  }
  .sidebar-wrapper ul {
    padding: 0 1.2rem;
  }
  .sidebar-title {
    position: relative;
    font-size: 2.2rem;
    text-align: center;
    border-bottom: none;
    margin-bottom: 6rem;
  }
  .sidebar-title:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 5px;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffbd39;
    border-radius: 2px;
  }
  .sidebar-title:after {
    position: absolute;
    display: inline-block;
    color: #ffbd39;
    font-size: 1.8rem;
    font-family: tekton-pro, sans-serif;
    bottom: -44px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /*　アクセスランキング　*/
  #ranking {
    border-top: #ebe5d9 1px solid;
    padding-top: 5rem;
  }
  #ranking .sidebar-title {
    padding-top: 0;
  }
  #ranking .sidebar-title:after {
    content: 'Access Ranking';
  }
  .sga-ranking {
    padding: 0 1.2rem;
  }
  .sga-ranking-list a {
    font-size: 1.4rem;
  }
  /*　人気のキーワード　*/
  #tag_cloud-5 .sidebar-title:after {
    content: 'Keyword';
  }
  #tag_cloud-5 .tagcloud {
    text-align: center;
    padding: 0 1.2rem;
  }
  /*　イベント＆ニュース　*/
  #newpostcatch-4 {
    border-bottom: 0;
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
  #newpostcatch-4 .sidebar-title:after {
    content: 'Event and News';
  }
  #npcatch .title {
    font-size: 1.4rem;
  }
  /*　イベント＆ニュースをもっと見る　*/
  #custom_html-5 {
    padding: 0 1.2rem 2rem;
    margin-bottom: 0;
  }
  /*　ヨガについて一覧*/
  .AboutYogaList {
    /*border-bottom: #ebe5d9 1px solid;*/
    padding: 5rem 1.2rem 0;
    margin: 0 auto;
  }
  /*　チャクラカラー診断　*/
  .AboutChakra {
    /*border-bottom: #ebe5d9 1px solid;*/
    padding: 0 1.2rem;
    margin: 0 auto;
  }
  .AboutChakra h4 {
    padding-top: 5rem;
  }
  .AboutChakra .ChakraColorModal {
    width: 90%;
  }
  .AboutChakra .ChakraColorModal li {
    font-size: 2rem;
  }
  /*　チャクラカラー診断（モーダル）　*/
  .ChakraColorModal .modal__content {
    width: 70%;
  }
  /*　バナー（MEISOON）　*/
  .SidebarBanner {
    padding: 5rem 1.2rem 0;
  }
  /*　SNS　*/
  .AboutSNS {
    width: 94%;
    margin: 6rem auto;
  }
  .AboutSNS h4 {
    width: 182px;
    font-size: 1.4rem;
    top: -18px;
  }
  .AboutSNS h4 b {
    font-size: 2rem;
  }
  .AboutSNS ul {
    width: 60%;
  }
  /* ---------------------------------------------
　  デイリーコンテンツ
　 --------------------------------------------- */
  .home-top {
    margin-top: 89px;
  }
  .SidebarClockArea {
    font-size: 1.3rem;
    padding: 1em 3em;
    margin-bottom: 0;
  }
  .ShantiArea {
    padding: 1rem 1.2rem;
    margin-bottom: 0;
  }
  .ShantiArea h4 {
    width: 68%;
    font-size: 1.6rem;
    margin-left: 0.6rem;
  }
  .ShantiArea h4 strong {
    font-size: 2.2rem;
  }
  .ShantiArea h4 span {
    font-size: 1.25rem;
  }
  .ShantiArea .ClockArea {
    position: relative;
    width: 26%;
    height: 42px;
    color: #433F3F;
    background: #ffe5b6;
    border-radius: 4px;
    margin-left: 3%;
  }
  .ShantiArea .ClockArea .Calender {
    display: block;
    width: 65%;
    padding: 0.6rem 0 0.5rem 1rem;
  }
  .ShantiArea .ClockArea .Calender dl {
    margin-top: 0;
    line-height: 1;
    background: none;
  }
  .ShantiArea .ClockArea .month {
    width: 50%;
    font-size: 1.2rem;
    text-align: right;
  }
  .ShantiArea .ClockArea .day {
    width: 50%;
    font-size: 1.6rem;
    padding-left: 0.2rem;
  }
  .ShantiArea .ClockArea .week {
    font-size: 1rem;
    text-align: center;
  }
  .ShantiArea .ClockArea .Moon {
    display: block;
    width: 35%;
    padding: 0.9rem 0;
  }
  .ShantiArea .Moon img {
    display: block;
    width: 26px;
  }
  .ShantiArea .f-container {
    margin-top: 0.6rem;
  }
  .ShantiArea .ShantiWord:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #fff;
    position: absolute;
    top: -6px;
    left: 30%;
    border-radius: 2px;
    transform: rotate(-45deg);
  }
  .ShantiArea .f-item:first-child {
    font-size: 1.4rem;
  }
  .ShantiArea .f-item:last-child {
    font-size: 1.4rem;
  }
  /*　昨日のシャンティワード（モーダル）　*/
  .ShantiWordModal {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
  }
  .ShantiWordModal .ModalOpen a {
    font-size: 1.1rem;
    letter-spacing: 0.06rem;
    padding: 0 0 0.4rem 0;
    margin-right: 16px
  }
  .ShantiWordModal .ModalOpen a:before {
    top: -1px;
    right: -12px;
  }
  .ShantiWordModal .modal__content {
    width: 90%;
    padding: 2rem;
  }
  .ShantiWordModal .modal__content h4:before {
    width: 30px;
  }
  /*
　===============================================================================
　■ フロントページ（front-page.php）
　===============================================================================
　*/
  /*
　--------------------------------------------------
　スライダー
　--------------------------------------------------
　*/
  .HomeSlider {
    width: 100%;
    margin-top: 0;
  }
  .sp_Pickup {
    width: 130px;
    height: 40px;
    font-size: 0;
    background: url("images/slider-item-txt-pickup.svg") 0 0 no-repeat;
    margin: 1.4rem auto;
  }
  .HomeSlider .SingleSlider {
    width: 100%;
    margin: 0 auto 2rem;
  }
  .HomeSlider .SingleSlider .f-container {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
  }
  .SliderItemTxt {
    width: 100%;
  }
  .SliderItemTxt .pickup {
    display: none;
  }
  .SliderItemTxt h3 {
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
    margin-bottom: 0;
  }
  .SliderItemTxt p {
    display: none;
  }
  .SliderItemCate a {
    display: none;
  }
  .SliderItemImg {
    width: 100%;
  }
  /*
　--------------------------------------------------
　タブメニュー
　--------------------------------------------------
　*/
  .TabMenu {
    width: 98%;
    margin: 0 auto 3rem;
  }
  .TabMenu li {
    position: relative;
    width: 32.5%;
    max-width: 175px;
    font-weight: 600;
    text-align: center;
  }
  .TabMenu li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.15rem;
    background: #ffbd39;
    border-radius: 10px;
    padding: .4rem 0;
  }
  .TabMenu li a:before {
    position: absolute;
    content: url(images/link_arrow_bottom_wht.svg);
    width: 10px;
    height: 14px;
    right: 8px;
    top: 5px;
  }
  /*
　--------------------------------------------------
　YogaFullについて・YogaFull編集部へのお手紙
　--------------------------------------------------
　*/
  .ContentYogafull article {
    width: 100%;
    box-shadow: none;
    padding: 2.5rem;
  }
  .ContentYogafull article.About {
    margin: 0 1.2rem 5rem;
  }
  .ContentYogafull article.Form {
    margin: 0 1.2rem 0;
  }
  .ContentYogafull article h2 {
    max-width: 340px;
    height: 98px;
    padding: 0;
    margin: 0 auto 2rem;
  }
  .ContentYogafull article .btn_listmore {
    margin-top: 2rem;
  }
  .ContentYogafull article.About .btn_listmore {
    margin-top: 2rem;
  }
  .ContentYogafull article.Form .btn_listmore a {
    letter-spacing: 0.2rem;
  }
  /*
　===============================================================================
　■ コンテンツ
　===============================================================================
　*/
  /*　section　*/
  .SectionWrapper {
    margin-bottom: 6rem;
  }
  #topPage .contents #articles {
    padding-top: 5rem;
  }
  /*　title　*/
  h1.contents-top-h1 {
    letter-spacing: 1.2rem;
    margin-bottom: 3rem;
  }
  h2.section-top-h2 {
    font-size: 2rem;
    letter-spacing: 1rem;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  h2.h2Rensai {
    position: relative;
    font-size: 2.2rem;
    text-align: center;
    letter-spacing: 0.15rem !important;
    border-bottom: none;
    margin-bottom: 6rem;
  }
  h2.h2Rensai:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 5px;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffbd39;
    border-radius: 2px;
  }
  h2.h2Rensai:after {
    content: 'Series';
    position: absolute;
    display: inline-block;
    color: #ffbd39;
    font-size: 1.8rem;
    font-family: tekton-pro, sans-serif;
    bottom: -44px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /*
　--------------------------------------------------
　もっと見るボタン
　--------------------------------------------------
　*/
  .btn_listmore {
    width: 90%;
    margin: 3rem auto 0;
  }
  .btn_listmore a {
    letter-spacing: 0.5rem;
    padding: 1.2rem 0;
  }
  .btn_listmore a:before {
    right: 15px;
    top: 12px;
  }
  /*
　===============================================================================
　■ 連載一覧リスト（content-series.php）
　===============================================================================
　*/
  .ContentSeriesList {
    padding: 0 1.2rem;
  }
  .ContentSeriesList .SeriesItem, .ContentSeriesList .SeriesItem:nth-of-type(3n) {
    width: 48%;
    padding: 0;
    margin-right: 3.6%;
    margin-bottom: 20px;
  }
  .ContentSeriesList .SeriesItem:nth-of-type(even) {
    margin-right: 0;
  }
  .ContentSeriesList .SeriesItem:last-child {
    margin-bottom: 0;
  }
  /*　連載バナー　*/
  .ContentSeriesList .SeriesItem a img {
    margin-bottom: 0.5rem;
  }
  .ContentSeriesList .SeriesItemNew {
    font-size: 1.4rem;
  }
  /*　連載名　*/
  .ContentSeriesList .SeriesItem h2 a {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
  .ContentSeriesList .SeriesItem h2 a:before {
    top: 13px;
  }
}
/* ====================================================================================================

デバイスサイズ375px以下：SP

==================================================================================================== */
@media(max-width: 375px) {
  /*
  --------------------------------------------------
  YogaFullについて・YogaFull編集部へのお手紙
  --------------------------------------------------
  */
  .ContentYogafull article h2 {
    height: 90px;
  }
}
/* ====================================================================================================

デバイスサイズ320px以下：SP

==================================================================================================== */
@media(max-width: 320px) {
  /*
　===============================================================================
　■ フロントページ（front-page.php）
　===============================================================================
　*/
  /*　YogaFullについて・YogaFull編集部へのお手紙　*/
  .ContentYogafull article h2 {
    height: 72px;
  }
  /*　チャクラカラー診断（モーダル）　*/
  .ChakraColorModal .modal__content {
    top: 40%;
    width: 66%;
  }
  .ChakraColorModal .modal__content figure {
    margin-bottom: 0.5rem;
  }
  /*
　--------------------------------------------------
　デイリーコンテンツ
　--------------------------------------------------
　*/
  .ShantiArea .f-container {
    margin-top: 0.6rem;
  }
  .ShantiArea h4 {
    width: 60%;
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 0;
  }
  .ShantiArea h4 strong {
    display: block;
    font-size: 2rem;
  }
  .ShantiArea h4 span {
    font-size: 1.1rem;
  }
  .ShantiArea .ClockArea {
    width: 40%;
  }
  .ShantiArea .ClockArea .Moon {
    padding-left: 0.2rem;
  }
  .ShantiArea .Moon img {
    width: 22px;
  }
  /*
　--------------------------------------------------
　タブメニュー
　--------------------------------------------------
　*/
  .TabMenu li a {
    font-size: 1.2rem;
    padding: .2rem 0;
  }
  .TabMenu li a:before {
    width: 8px;
    right: 6px;
    top: 1px;
  }
}
/*
季節別デザイン
*/
.Shanti_month10 {
  background: url(images/shanti-word_bg_month10.png) #2f2e2e;
}
.Shanti_month12 {
  padding-top: 0;
}
[class*="Shanti_month01"] {}
.Shanti_month01_01 {
  background-image: url(images/shanti-word_bg_month01_01.png), url(images/shanti-word_bg_month01.png);
  background-color: #fcaa06;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
  background-position: left 3px, left top;
}
.Shanti_month01_02, .Shanti_month01_03 {
  /*
  padding: 0.2rem;
  */
  background-image: url(images/shanti-word_bg_month01_02.png), url(images/shanti-word_bg_month01.png);
  background-color: #fcaa06;
  background-size: 73%, auto;
  background-repeat: no-repeat, repeat;
  background-position: left 8px, left top;
}
/*
.Shanti_month01_02 .ClockArea {
  margin: 0.8rem 1rem 0 0;
}
*/
.Shanti_month04_01 {
  background-image: url(images/shanti-word_bg_month04_01.svg), url(images/shanti-word_bg_month04_02.png);
  background-color: #367fde;
  background-size: 65%, auto;
  background-repeat: no-repeat, repeat;
  background-position: 2vw 10px, left top;
}
.Shanti_month04_02 {
  margin-left: 0;
}
.Shanti_month05 {
  background: url(images/shanti-word_bg_month05.svg) #bbe597;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.Shanti_month06 {
  background: #bdcaed;
}
.Shanti_month07 {
  background: url(images/shanti-word_bg_month07.svg) #2a61c4;
  background-size: 68%;
  background-repeat: no-repeat;
  background-position: 2.3vw 2vw;
}
.Shanti_month07 h4 {
  width: 60%;
  margin: 5px 0 0 auto;
}
.Shanti_month08 {
  background: url(images/shanti-word_bg_month08.svg) #45cfff;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
}
.Shanti_month08 h4 {
  text-align: right;
}
.Shanti_month08 h4 img{
  width: 88%;
}
.Shanti_month09 {
  background: url(images/shanti-word_bg_month09.svg) #ffc71a;
  background-size: 13%;
  background-repeat: no-repeat;
  background-position: 5px 2px;
}
.Shanti_month09 img {
  margin-left: 13%;
}

@media(min-width: 561px) {
  /* PC版 [昨日のを読む]の背景色を白にする */
  .Shanti_month04_01 .ShantiWordModal .ModalOpen a, .Shanti_month10 .ShantiWordModal .ModalOpen a, [class*="Shanti_month01"] .ShantiWordModal .ModalOpen a, .Shanti_month07 .ShantiWordModal .ModalOpen a {
    background: #fff;
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
    border-radius: 3px;
    border-bottom: none;
  }
  .Shanti_month04_01 .ShantiWordModal .ModalOpen a:before, .Shanti_month10 .ShantiWordModal .ModalOpen a:before, [class*="Shanti_month01"] .ShantiWordModal .ModalOpen a:before, .Shanti_month07 .ShantiWordModal .ModalOpen a:before {
    top: 5px;
  }
  .Shanti_month07 {
    background-size: 100%;
    background-position: 12px 11px;
  }
  .Shanti_month07 h4 {
    width: 80%;
  }
  .Shanti_month08 {
  background-size: 120%;
  }
  .Shanti_month09 {
  background-size: 18%;
  background-position: 3px 10px;
  }
}
@media(max-width: 560px) {
  .Shanti_month12 .ClockArea {
    margin-top: 1rem !important;
  }
}
/*
--------------------------------------------------
固定記事
--------------------------------------------------
*/
.section-stickyWrapper {
  padding: 20px 0;
  margin: 3px 0 4rem;
  position: relative;
}
.section-stickyWrapper:before,
.section-stickyWrapper:after {
  content:"";
  width: 100%;
  height: 4px;
  left: 0;
  position: absolute;
  background-color: #fcb900;
  background-image:
	 repeating-linear-gradient(-90deg,#fff, #fff 3px,transparent 0, transparent 5px);
  }
.section-stickyWrapper:before {
  top: 0;
}
.section-stickyWrapper:after {
  bottom: 0;
}
.section-stickyWrapper .article-list {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.section-stickyWrapper .article-list:nth-of-type(2) {
  border-top: 1px solid #ebe5d9 ;
  padding-top: 2.5rem;
  margin-top: 2.5rem;
}
.section-stickyWrapper figure span {
  position: relative;
}
.section-stickyWrapper figure span:after {
  content:"";
    background: url(images/icon_sticky_pin.svg);
  position: absolute;
  left: 4px;
  top: 4px;
  width: 20px;
  height: 20px;
  background-size: contain;

}
.ArticleStickyIcon {
  background: url(images/icon_sticky_pin.svg);
  background-size: auto 15px;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 20px;
  color: #433F3F;
    font-size: 1.3rem;
}
@media(max-width: 560px) {
  .section-stickyWrapper {
margin: 0;
    border: none;
  }
  #topPage .contents #articles {
    padding-top: 1.5rem;
  }
}
