@charset "UTF-8";
/* =======================================
共通設定
======================================= */
@media (max-width: 1200px) {
  html {
    font-size: 0.833333vw;
  }
}

body {
  width: 100%;
  height: auto;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: inherit;
}

img {
  height: auto;
}

#container {
  width: 100%;
}

.sp {
  display: none !important;
}

.wrap_out a:not(.no_hover):hover, .wrap_in a:not(.no_hover):hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.wrap_out a:not(.no_hover):hover img, .wrap_in a:not(.no_hover):hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

/* 基本ボックス設定 */
.wrap_out, .wrap_main {
  width: 100%;
  height: auto;
}

.wrap_in {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1200px
}
.wrap_in.wrap_in_wide {
  width: 120rem;
}

/* 横並びリスト */
ul.many_rows {
  display: block;
  height: auto;
  overflow: hidden;
}
ul.many_rows > li {
  display: block;
  height: auto;
  float: left;
}
ul.two_rows {
  display: block;
  height: auto;
  overflow: hidden;
}
ul.two_rows > li {
  display: block;
  height: auto;
  float: left;
}
ul.two_rows > li:nth-child(2n+2) {
  float: right;
}
ul.three_rows {
  display: block;
  height: auto;
  overflow: hidden;
}
ul.three_rows > li {
  display: block;
  height: auto;
  float: left;
}
ul.three_rows > li:nth-child(3n+2) {
  margin-right: 0;
}
ul.three_rows > li:nth-child(3n+3) {
  float: right;
  margin-right: 0;
}

/*テーブルブロック*/
.table_block {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.table_block > .cell_block {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}

/* スクローラー */
#scroller {
  position: fixed;
  bottom: 3.0rem;
  right: 3.0rem;
  z-index: 2;
}

/*テキスト設定*/
.wrap_in.article, .comments_wrap .wrap_in.comment-respond, .comments_wrap .comment-form-comment label.wrap_in, .comments_wrap .wrap_in.comments_wrap_iiner {
  padding-top: 8.0rem;
  padding-bottom: 8.0rem;
}

.article h1, .comments_wrap .comment-respond h1, .comments_wrap .comment-form-comment label h1, .comments_wrap .comments_wrap_iiner h1, .article h2, .comments_wrap .comment-respond h2, .comments_wrap .comment-form-comment label h2, .comments_wrap .comments_wrap_iiner h2, .comments_wrap .comments_wrap_iiner .comments-count, .article h3, .comments_wrap .comment-respond h3, .comments_wrap .comment-form-comment label h3, .comments_wrap .comments_wrap_iiner h3, .article h4, .comments_wrap .comment-respond h4, .comments_wrap .comment-form-comment label h4, .comments_wrap .comments_wrap_iiner h4, .article h5, .comments_wrap .comment-respond h5, .comments_wrap .comment-form-comment label h5, .comments_wrap .comments_wrap_iiner h5, .article .comments_wrap .comment-form-comment label, .comments_wrap .comment-form-comment .article label, .comments_wrap .comment-respond .comment-form-comment label, .comments_wrap .comment-form-comment .comment-respond label, .comments_wrap .comment-form-comment label label, .comments_wrap .comments_wrap_iiner .comment-form-comment label, .comments_wrap .comment-form-comment .comments_wrap_iiner label, .article h6, .comments_wrap .comment-respond h6, .comments_wrap .comment-form-comment label h6, .comments_wrap .comments_wrap_iiner h6, .article br, .comments_wrap .comment-respond br, .comments_wrap .comment-form-comment label br, .comments_wrap .comments_wrap_iiner br {
  margin-top: 0;
  padding: 0;
  text-align: left;
  border: 0;
  clear: both;
}
.article a, .comments_wrap .comment-respond a, .comments_wrap .comment-form-comment label a, .comments_wrap .comments_wrap_iiner a {
  color: #1122cc !important;
  text-decoration: underline;
}
.article h1, .comments_wrap .comment-respond h1, .comments_wrap .comment-form-comment label h1, .comments_wrap .comments_wrap_iiner h1 {
  margin-bottom: 1.0rem;
  font-size: 3.0rem;
  line-height: 117%;
  color: #25457b;
}
.article h2, .comments_wrap .comment-respond h2, .comments_wrap .comment-form-comment label h2, .comments_wrap .comments_wrap_iiner h2, .comments_wrap .comments_wrap_iiner .comments-count {
  margin-bottom: 1.0rem;
  margin-left: 0;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0.8rem;
  font-size: 2.6rem;
  line-height: 117%;
  border-left: .6rem solid #25457b;
}
.article h3, .comments_wrap .comment-respond h3, .comments_wrap .comment-form-comment label h3, .comments_wrap .comments_wrap_iiner h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.0rem;
}
.article h4, .comments_wrap .comment-respond h4, .comments_wrap .comment-form-comment label h4, .comments_wrap .comments_wrap_iiner h4 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.0rem;
  color: #25457b;
}
.article h5, .comments_wrap .comment-respond h5, .comments_wrap .comment-form-comment label h5, .comments_wrap .comments_wrap_iiner h5, .article .comments_wrap .comment-form-comment label, .comments_wrap .comment-form-comment .article label, .comments_wrap .comment-respond .comment-form-comment label, .comments_wrap .comment-form-comment .comment-respond label, .comments_wrap .comment-form-comment label label, .comments_wrap .comments_wrap_iiner .comment-form-comment label, .comments_wrap .comment-form-comment .comments_wrap_iiner label {
  font-size: 1.6rem;
  font-weight: bold;
  color: #25457b;
  margin-bottom: 1.0rem;
  border-bottom: .2rem solid #A6CBE0;
  position: relative;
}
.article h5::after, .comments_wrap .comment-respond h5::after, .comments_wrap .comment-form-comment label h5::after, .comments_wrap .comments_wrap_iiner h5::after, .article .comments_wrap .comment-form-comment label::after, .comments_wrap .comment-form-comment .article label::after, .comments_wrap .comment-respond .comment-form-comment label::after, .comments_wrap .comment-form-comment .comment-respond label::after, .comments_wrap .comment-form-comment label label::after, .comments_wrap .comments_wrap_iiner .comment-form-comment label::after, .comments_wrap .comment-form-comment .comments_wrap_iiner label::after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: .2rem solid #25457b;
  bottom: -.2rem;
  width: 20%;
}
.article h6, .comments_wrap .comment-respond h6, .comments_wrap .comment-form-comment label h6, .comments_wrap .comments_wrap_iiner h6 {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 0;
}
.article p, .comments_wrap .comment-respond p, .comments_wrap .comment-form-comment label p, .comments_wrap .comments_wrap_iiner p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 1.0rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.article pre, .comments_wrap .comment-respond pre, .comments_wrap .comment-form-comment label pre, .comments_wrap .comments_wrap_iiner pre {
  background-color: #eee;
  border: .1rem solid #ccc;
  padding: 0.7em;
  overflow: auto;
}
.article .alignleft, .comments_wrap .comment-respond .alignleft, .comments_wrap .comment-form-comment label .alignleft, .comments_wrap .comments_wrap_iiner .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.article .aligncenter, .comments_wrap .comment-respond .aligncenter, .comments_wrap .comment-form-comment label .aligncenter, .comments_wrap .comments_wrap_iiner .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.article .alignright, .comments_wrap .comment-respond .alignright, .comments_wrap .comment-form-comment label .alignright, .comments_wrap .comments_wrap_iiner .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.article blockquote, .comments_wrap .comment-respond blockquote, .comments_wrap .comment-form-comment label blockquote, .comments_wrap .comments_wrap_iiner blockquote, .article q, .comments_wrap .comment-respond q, .comments_wrap .comment-form-comment label q, .comments_wrap .comments_wrap_iiner q {
  quotes: "" "";
}
.article blockquote:before, .comments_wrap .comment-respond blockquote:before, .comments_wrap .comment-form-comment label blockquote:before, .comments_wrap .comments_wrap_iiner blockquote:before, .article blockquote:after, .comments_wrap .comment-respond blockquote:after, .comments_wrap .comment-form-comment label blockquote:after, .comments_wrap .comments_wrap_iiner blockquote:after, .article q:before, .comments_wrap .comment-respond q:before, .comments_wrap .comment-form-comment label q:before, .comments_wrap .comments_wrap_iiner q:before, .article q:after, .comments_wrap .comment-respond q:after, .comments_wrap .comment-form-comment label q:after, .comments_wrap .comments_wrap_iiner q:after {
  content: "";
}
.article blockquote, .comments_wrap .comment-respond blockquote, .comments_wrap .comment-form-comment label blockquote, .comments_wrap .comments_wrap_iiner blockquote {
  background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
  border: .1rem solid #FFFFFF;
  margin: 1em 0;
  padding: 2.0rem 5.5rem;
  position: relative;
}
.article blockquote p, .comments_wrap .comment-respond blockquote p, .comments_wrap .comment-form-comment label blockquote p, .comments_wrap .comments_wrap_iiner blockquote p {
  margin-bottom: 0;
}
.article blockquote::before, .comments_wrap .comment-respond blockquote::before, .comments_wrap .comment-form-comment label blockquote::before, .comments_wrap .comments_wrap_iiner blockquote::before {
  color: #c8c8c8;
  content: "“";
  font-family: serif;
  font-size: 600%;
  left: 0rem;
  line-height: 1em;
  position: absolute;
  top: 0rem;
}
.article blockquote::after, .comments_wrap .comment-respond blockquote::after, .comments_wrap .comment-form-comment label blockquote::after, .comments_wrap .comments_wrap_iiner blockquote::after {
  color: #c8c8c8;
  content: "”";
  font-family: serif;
  font-size: 600%;
  line-height: 0;
  position: absolute;
  right: 0rem;
  bottom: -1.6rem;
}
.article ul, .comments_wrap .comment-respond ul, .comments_wrap .comment-form-comment label ul, .comments_wrap .comments_wrap_iiner ul {
  list-style: disc;
  margin: 1.5em 0;
  padding-left: 1em;
}
.article ul li + li, .comments_wrap .comment-respond ul li + li, .comments_wrap .comment-form-comment label ul li + li, .comments_wrap .comments_wrap_iiner ul li + li {
  margin-top: 0.4em;
}
.article ol, .comments_wrap .comment-respond ol, .comments_wrap .comment-form-comment label ol, .comments_wrap .comments_wrap_iiner ol {
  list-style: decimal;
  margin: 1.5em 0;
  padding-left: 1em;
}
.article ol li + li, .comments_wrap .comment-respond ol li + li, .comments_wrap .comment-form-comment label ol li + li, .comments_wrap .comments_wrap_iiner ol li + li {
  margin-top: 0.4em;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* etc
------------------------------- */
.container .wrap_out {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

/*タイトル設定*/
.ttl_h2 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 5rem;
  margin-bottom: 4.0rem;
}
.ttl_h2:first-child {
  margin-top: 0;
}
.ttl_h2 .ttl_h2_img {
  display: block;
  height: 1.6rem;
  margin: 0 auto 1.0rem;
}
.ttl_h2 .ttl_h2_img[src*="parts/ttl_CHANNEL.png"] {
  height: 4.5rem;
}

/* SLIDER
------------------------------- */
#slider .slider_in {
  width: 84.0rem;
  padding: 0 1rem;
}
#slider .slider_in a {
  display: block;
  width: 100%;
  height: 45rem;
  position: relative;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
#slider .slider_in a img {
  -moz-box-shadow: 0 0 0.8rem rgba(191, 182, 176, 0.5);
  -webkit-box-shadow: 0 0 0.8rem rgba(191, 182, 176, 0.5);
  box-shadow: 0 0 0.8rem rgba(191, 182, 176, 0.5);
}
#slider .slider_in a .mainpanel_text {
  position: relative;
  left: 2rem;
  bottom: 0;
  z-index: 1;
  width: 90%;
}
#slider .slick-dots {
  display: none !important;
}

.mainpanel_text {
  padding: 1.8rem 2rem;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.mainpanel_text::after {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  background-color: #ebe6e2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mainpanel_text .mainpanel_ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  width: 100%;
  overflow: hidden;
}
.mainpanel_text .mainpanel_date {
  font-size: 1.2rem;
  color: #ff6d00;
}

.mainpanel_wrap {
  padding: 4rem 0 !important;
  background-image: url("https://oasis-adultschool.com/yoga-pilates/wp/wp-content/themes/TokyuYogaPilates/common/img/parts/bg_01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slick-arrow {
  position: absolute;
  top: 0;
  width: -webkit-calc((100vw - 100.0rem) / 2);
  width: calc((100vw - 100.0rem) / 2);
  height: 100%;
  background-repeat: no-repeat;
  z-index: 1001;
  cursor: pointer;
}

.slick-prev {
  left: 0;
  /*	margin-left: -11.0rem;*/
  background-image: url("../img/slider/arrowL.png");
  background-position: right 4.0rem center;
}

.slick-next {
  right: 0;
  /*margin-right: -11.0rem;*/
  background-image: url("https://oasis-adultschool.com/yoga-pilates/wp/wp-content/themes/TokyuYogaPilates/common/img/slider/arrowR.png");
  background-position: left 4.0rem center;
}

.slick-dots {
  position: absolute;
  bottom: -4.0rem;
  left: 0;
}

/* HEADER
------------------------------- */
#header {
  height: 16rem;
  background-color: #f9f5f2;
  background-image: url("https://oasis-adultschool.com/yoga-pilates/wp/wp-content/themes/TokyuYogaPilates/common/img/parts/bg_01.png");
  background-position: 0 15.6rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.header_in {
  padding-top: 2.7rem;
  width: 100%;
  position: relative;
}

.header_logo {
  width: 17.647rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
.header_logo img {
  display: block;
  width: 100%;
}

#g_nav.table_block {
  width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /*縦方向（Safari用）*/
  align-items: center;
  /* 縦方向*/
  -webkit-justify-content: center;
  /*横方向（Safari用）*/
  justify-content: center;
  /*横方向*/
}
#g_nav.table_block > .cell_block {
  display: block;
  width: auto;
  padding: 0 2.5rem;
  line-height: 1.4;
}
#g_nav.table_block > .cell_block a {
  font-weight: bold;
  font-size: 1.2rem;
}

.header_in_child {
  position: absolute;
}
.header_in_child.left_block {
  padding-top: 2.9rem;
  padding-left: 2rem;
  top: 0;
  left: 0;
}
.header_in_child.right_block {
  padding-top: 4.5rem;
  padding-right: 3rem;
  top: 0;
  right: 0;
}

.fx_logo_oasis {
  -webkit-justify-content: flex-start;
  /*横方向（Safari用）*/
  justify-content: flex-start;
  /*横方向*/
}
.fx_logo_oasis > .blockA {
  width: 7rem;
}
.fx_logo_oasis > .blockA img {
  display: block;
  width: 100%;
}
.fx_logo_oasis > .blockB {
  padding-left: 1em;
  font-size: 1rem;
  line-height: 1.6;
}

.fx_sns {
  margin-right: -1.25rem;
}
.fx_sns > .flex_block_child {
  display: block;
  padding: 0 1.25rem;
}
.fx_sns > .flex_block_child img {
  display: block;
  width: 1.8rem;
}

/* FOOTER
------------------------------- */
#footer {
  background-color: #fff;
  height: 26rem;
}

.footer_wrap {
  padding: 8.0rem 0 0;
}

.fx_footer > .first_child {
  width: 100%;
}
.fx_footer > .last_child {
  width: 100% !important;
  padding-top: 4.8rem !important;
}
.fx_footer > .last_child img {
  display: block;
  width: 23.2rem;
  margin: 0 auto;
}
.fx_footer > .flex_block_child {
  width: auto;
  padding: 0 2.0rem;
  line-height: 1.4;
}
.fx_footer > .flex_block_child a {
  font-weight: bold;
  font-size: 1.2rem;
}

/* HOME
------------------------------- */
/*NEWS LIST*/
.tbb_list {
  border-bottom: .1rem dashed #ccc;
}
.tbb_list .cell_block {
  height: 9.0rem;
  vertical-align: top;
  text-align: left;
  width: auto;
  padding: 3.0rem 3.0rem 3.0rem;
}
.tbb_list .cellA {
  width: 40%;
}
.tbb_list .cellB {
  padding-left: 0;
}
.tbb_list .date {
  margin-right: 3.0rem;
}

.list_p {
  font-size: 1.6rem;
  padding-top: .3rem;
  margin-bottom: 0 !important;
}

/* 投稿一覧 LIST */
.fx_post_list_01, .fx_post_list_02, .fx_post_list_03 {
  width: -webkit-calc(100% + 2rem);
  width: calc(100% + 2rem);
  margin-left: -1rem;
  margin-right: -1rem;
  -webkit-align-items: stretch;
  /*縦方向（Safari用）*/
  align-items: stretch;
  /* 縦方向*/
  -webkit-justify-content: flex-start;
  /*横方向（Safari用）*/
  justify-content: flex-start;
  /*横方向*/
}
.fx_post_list_01 > .flex_block_child, .fx_post_list_02 > .flex_block_child, .fx_post_list_03 > .flex_block_child {
  width: 20%;
  padding: calc(15px / 2);
}
.fx_post_list_01 > .flex_block_child.width_auto, .fx_post_list_02 > .flex_block_child.width_auto, .fx_post_list_03 > .flex_block_child.width_auto {
  width: auto;
}
.fx_post_list_01.align_center, .align_center.fx_post_list_02, .align_center.fx_post_list_03 {
  -webkit-justify-content: center;
  /*横方向（Safari用）*/
  justify-content: center;
  /*横方向*/
}

.fx_post_list_02 > .flex_block_child {
  width: 25%;
}
.fx_post_list_02 > .flex_block_child img {
  display: block;
  width: 100%;
}

/* 投稿一覧 記事ブロック */
.post_block_01 {
  width: 100%;
  overflow: hidden;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  border: 1px solid #dddddd;
}
.post_block_01 .post_block_img {
  width: 100%;
  /* height: 20rem; */
  aspect-ratio: 9 / 10;
}
.top-topics .post_block_01{
  /* display: flex; */
}
.top-topics .post_block_01 .post_block_img {
  aspect-ratio: 1 / 1;
  width: unset;
}
.post_block_01 .post_block_text {
  padding: .5rem 1rem;
  min-width: 75%;
}
.post_block_01 .post_block_text .post_block_text_ttl {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.post_block_01 .post_block_text .post_block_text_date {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 0.5rem;
}

/* キッズチャンネル
------------------------------- */
.mov_wrap {
  width: 80rem;
  height: 40rem;
  margin: 0 auto;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.mov_wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* SNS
------------------------------- */
.sns_widget {
  width: 100%;
  height: 39.8rem;
  background-color: #fff;
}
.sns_widget iframe, .sns_widget .fb-page {
  display: block;
  width: 100%;
  height: 39.8rem !important;
  max-height: 100%;
}

.sns_ico img {
  display: block;
  width: 1.8rem;
  margin: 0 auto 3rem;
}

#sb_instagram .sb_instagram_header .sbi_header_text .sbi_bio {
  font-size: 1.2rem !important;
  padding-right: 1em !important;
}
#sb_instagram .sb_instagram_header .sbi_header_text .sbi_bio br {
  display: inline;
}

.sns_block {
  -webkit-justify-content: center !important;
  /*横方向（Safari用）*/
  justify-content: center !important;
  /*横方向*/
}

/* 投稿一覧
------------------------------- */
.fx_post_list_03 > .flex_block_child {
  width: 50%;
}
.fx_post_list_03 > .flex_block_child img {
  display: block;
  width: 100%;
}

/*サイドバー内ボックス*/
.round_corners_box {
  padding: 4rem;
  background-color: #fcfcfc;
  border: 1px solid #dddddd;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
}
.round_corners_box + .round_corners_box {
  margin-top: 4rem;
}
.round_corners_box .ttl_h2 {
  margin-bottom: 2rem;
}
.round_corners_box .btn_oval {
  min-width: 12rem;
}

/*キッズチャンネルの場合*/
.move_post_list {
  overflow: visible;
}
.move_post_list .post_block_img {
  position: relative;
  overflow: hidden;
  -moz-border-radius-topleft: 1rem;
  -moz-border-radius-topright: 1rem;
  -webkit-border-top-left-radius: 1rem;
  -webkit-border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.move_post_list .post_block_img > iframe {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.move_post_list .post_block_img .move_btn {
  background-image: url("../img/parts/move_btn.png");
  background-position: center;
  background-size: 6rem	6rem;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.move_post_list .post_block_img .move_btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.move_play_wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 20000;
  background-color: rgba(0, 0, 0, 0.7);
}
.move_play_wrap .move_play_wrap_in {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  padding: 2rem;
  width: min-content;
  background-image: url("https://oasis-adultschool.com/yoga-pilates/wp/wp-content/themes/TokyuYogaPilates/common/img/parts/bg_02_sp.png");
  background-size: cover;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
}
.move_play_wrap .move_play_wrap_in p {
  margin-top: 1rem;
  line-height: 1.5;
}
.move_play_wrap .move_play_wrap_in .move_close {
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  width: 5rem;
  height: 5rem;
  border: 3px solid #fff;
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /*縦方向（Safari用）*/
  align-items: center;
  /* 縦方向*/
  -webkit-justify-content: center;
  /*横方向（Safari用）*/
  justify-content: center;
  /*横方向*/
  background-color: #000;
  -moz-border-radius: 5rem;
  -webkit-border-radius: 5rem;
  border-radius: 5rem;
  cursor: pointer;
}
.move_play_wrap .move_play_wrap_in .move_close:hover {
  background-color: #555555;
}
.move_play_wrap .move_play_wrap_in .move_close::after {
  content: "×";
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
}

@media all and (-ms-high-contrast: none) {
  .move_play_wrap .move_play_wrap_in {
    max-width: 60rem;
  }
  .move_play_wrap .move_play_wrap_in iframe {
    display: block;
    widows: 100%;
    margin: 0 auto;
  }
}
/* 投稿詳細
------------------------------- */
.single_eye_img {
  margin: 0 auto 6rem;
}
.single_eye_img img {
  -moz-border-radius-topleft: 1rem;
  -moz-border-radius-topright: 1rem;
  -webkit-border-top-left-radius: 1rem;
  -webkit-border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  display: block;
  margin: 0 auto;
}

.post_loop_wrap, .comments_wrap {
  width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}

.post_head, .comments_wrap {
  background-image: url("../img/single/line_bg.png");
  background-size: 100% .5rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-top: 2.4rem;
  margin-bottom: .5rem;
}
.post_head .post_date, .comments_wrap .post_date {
  font-size: 1.2rem;
}

.single_ttl_h1, .comments_wrap .comment-reply-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 4.5rem;
}

.loop_ttl_h2 {
  padding: 1.7rem 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 4.5rem;
  margin-bottom: 2.5rem;
  background-image: url("../img/single/line_bg.png"), url("../img/single/line_bg.png");
  background-position: 0 0,0 bottom;
  background-size: 100% .15rem,100% .155rem;
  background-repeat: no-repeat;
}

.loop_fuki {
  -webkit-align-items: flex-start;
  /*縦方向（Safari用）*/
  align-items: flex-start;
  /* 縦方向*/
  margin-bottom: 2.5rem;
}
.loop_fuki .flex_block_child {
  display: inline-block;
}
.loop_fuki .flex_block_child.blockB {
  max-width: -webkit-calc(100% - 7rem);
  max-width: calc(100% - 7rem);
}
.loop_fuki .flex_block_child.blockB p {
  border: 1px solid #efefef;
  font-size: 1.2rem;
  padding: 0.9rem 2rem;
  margin-top: .7rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
}
.loop_fuki.fuki_r {
  -webkit-justify-content: flex-start;
  /*横方向（Safari用）*/
  justify-content: flex-start;
  /*横方向*/
}
.loop_fuki.fuki_l {
  -webkit-justify-content: flex-end;
  /*横方向（Safari用）*/
  justify-content: flex-end;
  /*横方向*/
}

.fuki_r_text, .comments_wrap .comments_wrap_iiner .comments-content p {
  margin-left: 2.4em;
  background-color: #eef8f7;
  position: relative;
}
.fuki_r_text::after, .comments_wrap .comments_wrap_iiner .comments-content p::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.3rem;
  left: -2.5rem;
  margin-left: 2px;
  z-index: 1;
  width: 0;
  height: 0;
  border-right: 2.5rem solid #eef8f7;
  border-bottom: 0.7rem solid transparent;
  border-top: 0.7rem solid transparent;
}
.fuki_r_text::before, .comments_wrap .comments_wrap_iiner .comments-content p::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.2rem;
  left: -2.7rem;
  margin-left: -1px;
  z-index: -1;
  width: 0;
  height: 0;
  border-right: 2.9rem solid #efefef;
  border-bottom: 0.8rem solid transparent;
  border-top: 0.8rem solid transparent;
}

.fuki_l_text {
  margin-right: 2.4em;
  background-color: #fcf4f5;
  position: relative;
}
.fuki_l_text::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.3rem;
  right: -2.5rem;
  margin-right: 2px;
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 2.5rem solid #fcf4f5;
  border-bottom: 0.7rem solid transparent;
  border-top: 0.7rem solid transparent;
}
.fuki_l_text::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.2rem;
  right: -2.7rem;
  margin-right: -1px;
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 2.9rem solid #efefef;
  border-bottom: 0.8rem solid transparent;
  border-top: 0.8rem solid transparent;
}

.fuki_img_wrap {
  width: 6rem;
  height: 6rem;
  -moz-border-radius: 6rem;
  -webkit-border-radius: 6rem;
  border-radius: 6rem;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  padding: .3rem;
}
.fuki_img_wrap img {
  display: block;
  width: 100%;
  -moz-border-radius: 6rem;
  -webkit-border-radius: 6rem;
  border-radius: 6rem;
}

.loop_contents, .comments_wrap .comment-respond {
  margin-bottom: 2.5rem;
}
.loop_contents p, .comments_wrap .comment-respond p {
  font-size: 1.2rem;
}

.loop_img_wrap {
  margin-top: 4rem;
  margin-bottom: 4rem;
  text-align: center;
}

/* フロートバナー
------------------------------- */
.float_bnr {
  width: 2.5rem;
  position: fixed;
  right: 1rem;
  top: 50%;
  z-index: 10000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.float_bnr img {
  display: block;
  margin: 0 auto;
}
.float_bnr .float_bnr_ttl {
  width: 1.2rem;
}
.float_bnr .float_bnr_img {
  margin-top: 3.5rem;
  width: 1.8rem;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.float_bnr .float_bnr_img:hover {
  opacity: 0.6;
}

/* コメント
------------------------------- */
.comments_wrap .comment-form-comment label {
  display: block;
  font-weight: 500;
}
.comments_wrap .comment-form-comment textarea {
  width: 100%;
  padding: 1em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dddddd;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
}
.comments_wrap .comments-form-author, .comments_wrap .comments-form-email {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /*縦方向（Safari用）*/
  align-items: center;
  /* 縦方向*/
  -webkit-justify-content: flex-start;
  /*横方向（Safari用）*/
  justify-content: flex-start;
  /*横方向*/
}
.comments_wrap .comments-form-author label, .comments_wrap .comments-form-email label {
  display: block;
  width: 7rem;
  text-align: right;
  padding-right: 1em;
  font-weight: 500;
}
.comments_wrap .comments-form-author input, .comments_wrap .comments-form-email input {
  width: 30%;
  height: 3rem;
  border: 1px solid #dddddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-left: .5em;
  padding-right: .5em;
}
.comments_wrap .comments-form-email input {
  width: 50%;
}
.comments_wrap .form-submit input[type="button"], .comments_wrap .form-submit input[type="submit"] {
  -webkit-appearance: none;
}
.comments_wrap .form-submit .submit {
  display: block;
  width: 24rem;
  height: 5rem;
  -moz-border-radius: 5rem;
  -webkit-border-radius: 5rem;
  border-radius: 5rem;
  border: 2px solid #333;
  background-color: #333;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 3rem auto;
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.comments_wrap .form-submit .submit:hover {
  background-color: #fff;
  color: #333;
}
.comments_wrap .comments-required {
  color: red;
}
.comments_wrap .comments_wrap_iiner .comments-meta {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  /*縦方向（Safari用）*/
  align-items: flex-start;
  /* 縦方向*/
  -webkit-justify-content: flex-start;
  /*横方向（Safari用）*/
  justify-content: flex-start;
  /*横方向*/
}
.comments_wrap .comments_wrap_iiner .comments-meta .avatar_wrap {
  width: 5rem;
  height: 5rem;
  position: relative;
  overflow: hidden;
  -moz-border-radius: 5rem;
  -webkit-border-radius: 5rem;
  border-radius: 5rem;
  border: 1px solid #dddddd;
  padding: .2rem;
}
.comments_wrap .comments_wrap_iiner .comments-meta img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -moz-border-radius: 5rem;
  -webkit-border-radius: 5rem;
  border-radius: 5rem;
}
@media all and (-ms-high-contrast: none) {
  .comments_wrap .comments_wrap_iiner .comments-meta img {
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.comments_wrap .comments_wrap_iiner .comments-meta .comments-meta-list {
  width: -webkit-calc(100% - 5rem);
  width: calc(100% - 5rem);
}
.comments_wrap .comments_wrap_iiner > .comments-list {
  padding-left: 0;
  list-style: none !important;
}
.comments_wrap .comments_wrap_iiner > .comments-list > li.comment {
  list-style: none !important;
  background-image: url("../img/single/line_bg.png");
  background-position: 0 bottom;
  background-size: 100% .155rem;
  background-repeat: no-repeat;
  padding-bottom: .1rem;
}
.comments_wrap .comments_wrap_iiner > .comments-list > li.comment + .comment {
  margin-top: 2rem;
}
.comments_wrap .comments_wrap_iiner > .comments-list li {
  list-style: none !important;
}
.comments_wrap .comments_wrap_iiner .comments-meta-list {
  margin: 0 0 1rem;
}
.comments_wrap .comments_wrap_iiner .comments-meta-list > li {
  line-height: 1.4;
}
.comments_wrap .comments_wrap_iiner .comments-meta-list .comments-author-name {
  font-weight: 500;
}
.comments_wrap .comments_wrap_iiner .comments-meta-list .comments-author-name .url {
  pointer-events: none;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333 !important;
}
.comments_wrap .comments_wrap_iiner .comments-meta-list .comments-title {
  margin-top: 0;
  font-size: 1.2rem;
}
.comments_wrap .comments_wrap_iiner .comments-meta-list .comments-title a {
  text-decoration: 0;
  color: #333 !important;
}
.comments_wrap .comments_wrap_iiner .comments-meta-list .comments-title a:hover {
  text-decoration: underline;
}
.comments_wrap .comments_wrap_iiner .comments-meta-list .comments-date {
  margin-top: 0;
  font-size: 1.2rem;
}
.comments_wrap .comments_wrap_iiner .comments-meta-list .comments-date a {
  text-decoration: 0;
  color: #333 !important;
}
.comments_wrap .comments_wrap_iiner .comments-meta-list .comments-date a:hover {
  text-decoration: underline;
}
.comments_wrap .comments_wrap_iiner .comments-content p {
  order: 1px solid #efefef;
  font-size: 1.2rem;
  padding: 0.9rem 2rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  margin-left: 0;
  margin-bottom: 1rem;
}
.comments_wrap .comments_wrap_iiner .comments-content p::before, .comments_wrap .comments_wrap_iiner .comments-content p::after {
  display: none;
}
.comments_wrap .comments_wrap_iiner .children .comments-content p {
  background-color: #eee;
}
.comments_wrap .comments_wrap_iiner .comments-count {
  font-size: 1.8rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.comments_wrap .comments-reply {
  text-align: right;
}
.comments_wrap .comments-reply .comment-reply-link {
  display: inline-block;
  padding: .2rem 2rem .3rem;
  -moz-border-radius: 5rem;
  -webkit-border-radius: 5rem;
  border-radius: 5rem;
  border: 1px solid #333;
  background-color: #333;
  text-decoration: none;
  color: #fff !important;
  font-size: 1.3rem;
  line-height: 1.2;
}
.comments_wrap .comments-reply .comment-reply-link:hover {
  background-color: #fff;
  color: #333 !important;
}
.comments_wrap .comments-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /*縦方向（Safari用）*/
  align-items: center;
  /* 縦方向*/
  -webkit-justify-content: space-between;
  /*横方向（Safari用）*/
  justify-content: space-between;
  /*横方向*/
  list-style: none;
  font-size: 1.3rem;
  font-weight: 500;
}
.comments_wrap .comments-nav li {
  list-style: none;
  color: #333;
}
.comments_wrap .comments-nav li a {
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 500;
  color: #333 !important;
}
.comments_wrap .comments-nav li a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=main.css.map */

.mainpanel_text{
  background: transparent !important;
}

/* 動画ページ */
.fx_post_list_03.channel .post_block_01 .post_block_img{
  aspect-ratio: 16 / 9;
}
.fx_post_list_03.channel .flex_block_child{
  width: 25%;
}
.fx_post_list_03.channel .post_block_text .post_block_text_ttl{
  height: 3em!important;
}