@charset "UTF-8";
/* =======================================
共通設定
======================================= */
html {
  font-size: 2.625vw;
}

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

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

img {
  height: auto;
}

#container {
  width: 100%;
}

.pc {
  display: none !important;
}

input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
}

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

.wrap_in {
  width: 93%;
  height: auto;
  margin: 0 auto;
}

/* 横並びリスト */
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;
}

/* 2カラム横並びリスト */
/* 3カラム横並びリスト */
/*テーブルブロック*/
.table_block {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.table_block > .cell_block {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}
.table_block.sp_tate {
  display: block;
  table-layout: auto;
}
.table_block.sp_tate > .cell_block {
  display: block;
  width: 100%;
}

/* スクローラー */
#scroller {
  position: fixed;
  bottom: 2vw;
  right: 2vw;
  width: 12vw;
  z-index: 1999;
}

/*テキスト設定*/
.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: 5vw;
  padding-bottom: 5vw;
}

.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: 3vw;
  font-size: 6vw;
  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-top: 0 !important;
  margin-bottom: 3vw !important;
  margin-left: 0;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 1.5vw;
  font-size: 5vw;
  line-height: 117%;
  border-left: 1.5vw solid #25457b;
}
.article h3, .comments_wrap .comment-respond h3, .comments_wrap .comment-form-comment label h3, .comments_wrap .comments_wrap_iiner h3 {
  font-size: 4.2vw;
  font-weight: bold;
  margin-bottom: 2vw;
}
.article h4, .comments_wrap .comment-respond h4, .comments_wrap .comment-form-comment label h4, .comments_wrap .comments_wrap_iiner h4 {
  font-size: 4.2vw;
  font-weight: bold;
  margin-bottom: 3vw;
  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: 4.2vw;
  font-weight: bold;
  color: #25457b;
  margin-bottom: 2vw;
  border-bottom: 2px 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: 2px solid #25457b;
  bottom: -2px;
  width: 20%;
}
.article h6, .comments_wrap .comment-respond h6, .comments_wrap .comment-form-comment label h6, .comments_wrap .comments_wrap_iiner h6 {
  font-size: 2.8vw;
  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: 3.6vw;
  line-height: 1.6;
  margin-bottom: 10px;
  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: 1px 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: 1px solid #FFFFFF;
  margin: 1em 0;
  padding: 20px 55px;
  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: 0px;
  line-height: 1em;
  position: absolute;
  top: 0px;
}
.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: 0px;
  bottom: -16px;
}
.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: 20vw; */
  padding-top: 0;
  padding-bottom: 20vw;
}

/*タイトル設定*/
.ttl_h2 {
  text-align: center;
  font-size: 3.2vw;
  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: 4.1vw;
  margin: 0 auto 2.4vw;
}
.ttl_h2 .ttl_h2_img[src*="parts/ttl_CHANNEL.png"] {
  height: 11vw;
}

/* SLIDER
------------------------------- */
#slider {
  width: 100%;
  margin: 0 auto;
}
#slider .slider_in {
  width: 100vw;
  padding: 0 3.3vw;
}
#slider .slider_in a {
  display: block;
  width: 100%;
  height: 133.33vw;
  position: relative;
  padding-top: 2vw;
  padding-bottom: 2vw;
}
#slider .slider_in a img {
  -moz-box-shadow: 0 0 1.5vw rgba(191, 182, 176, 0.5);
  -webkit-box-shadow: 0 0 1.5vw rgba(191, 182, 176, 0.5);
  box-shadow: 0 0 1.5vw rgba(191, 182, 176, 0.5);
}
#slider .slider_in a .mainpanel_text {
  position: relative;
  left: 2vw;
  bottom: 0;
  width: 80vw;
  z-index: 1;
  height: 20%;
}

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

.mainpanel_wrap {
  /* padding: 4rem 0 8rem !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: -5.0rem;
  left: 0;
}

/* HEADER
------------------------------- */
header#top {
  height: 21.3vw;
  z-index: 2000;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  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 20.9vw;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.header_in {
  height: 21.3vw;
  position: relative;
  width: 92%;
}
.header_in .header_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 38vw;
  height: auto;
  margin-top: -5.7vw;
  margin-left: -18vw;
}
.header_in .header_logo img {
  display: block;
  width: 100%;
  height: auto;
}

/*ｇ-nav*/
.nav_wrap {
  position: fixed;
  top: 21.3vw;
  right: 0;
  width: 100%;
  z-index: 2001;
}

#g_nav {
  padding: 0 4.8vw;
  background-color: #fff;
  width: 100%;
  height: -webkit-calc(100vh - 21.3vw);
  height: calc(100vh - 21.3vw);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
}
#g_nav .cell_block {
  border-bottom: 1px solid #ccc;
}
#g_nav .cell_block:last-child {
  border-bottom: 0;
}
#g_nav .cell_block > a {
  display: block;
  height: 18.5vw;
  text-align: center;
  font-size: 3.733vw;
  font-weight: bold;
  line-height: 18.5vw;
}

#over_ray {
  position: fixed;
  top: 21.3vw;
  right: 0;
  width: 100%;
  height: -webkit-calc(100vh - 21.3vw);
  height: calc(100vh - 21.3vw);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  display: none;
}

/*メニューボタン*/
#menu_btn {
  position: fixed;
  top: 4.5vw;
  right: 4vw;
  width: 12vw;
  height: 12vw;
  background-color: transparent;
  background-image: url("https://oasis-adultschool.com/yoga-pilates/wp/wp-content/themes/TokyuYogaPilates/common/img/header/menu_btn.png");
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 1010;
}
#menu_btn.open {
  position: fixed;
  background-color: transparent;
  background-image: url("https://oasis-adultschool.com/yoga-pilates/wp/wp-content/themes/TokyuYogaPilates/common/img/header/menu_btn_close.png");
}

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

.footer_wrap {
  padding: 20vw 0 0;
}
.footer_wrap .wrap_in {
  width: 100% !important;
}

.fx_footer > .first_child a {
  padding: 0 !important;
  border-bottom: 0 !important;
}
.fx_footer > .first_child img {
  display: block;
  width: 42.4vw;
  margin: 0 auto;
}
.fx_footer > .last_child {
  padding: 15vw 0 !important;
}
.fx_footer > .last_child a {
  padding: 0 !important;
  border-bottom: 0 !important;
}
.fx_footer > .last_child img {
  display: block;
  width: 61.8vw;
  margin: 0 auto;
}
.fx_footer > .flex_block_child {
  width: 100%;
  line-height: 1.4;
}
.fx_footer > .flex_block_child a {
  display: block;
  font-weight: bold;
  font-size: 3.733vw;
  text-align: center;
  padding-top: 10vw;
  padding-bottom: 10vw;
  border-bottom: 1px solid #dddddd;
}

/* HOME
------------------------------- */
/*NEWS LIST*/
.tbb_list {
  border-bottom: 1px dashed #ccc;
}
.tbb_list .cell_block {
  vertical-align: top;
  text-align: left;
  width: auto;
}
.tbb_list .cellA {
  padding-top: 5vw;
}
.tbb_list .cellB {
  padding-top: 3vw;
  padding-bottom: 4vw;
}

.list_p {
  margin-bottom: 0 !important;
  line-height: 1.8;
}

/* 投稿一覧 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: 100%;
  padding: .5rem;
}
.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: 100%;
}
.fx_post_list_02 > .flex_block_child img {
  display: block;
  width: 74.7vw;
  margin: 0 auto;
}

/* 投稿一覧 記事ブロック */
.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;
}
.post_block_01 .post_block_text {
  padding: 2rem;
}
.post_block_01 .post_block_text .post_block_text_ttl {
  font-size: 1.4rem;
  font-weight: 400;
  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: 100%;
  height: 46.66vw;
  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: 100.3vw;
  background-color: #fff;
}
.sns_widget iframe, .sns_widget .fb-page {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.sns_ico img {
  display: block;
  width: 4.7vw;
  margin: 0 auto 10.5vw;
}

.sns_block .flex_block_child {
  margin-bottom: 5vw;
}
.sns_block .flex_block_child:last-child {
  margin-bottom: 0;
}

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

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

/*サイドバー内ボックス*/
.round_corners_box {
  padding: 6vw 3vw;
  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 {
  width: 43vw;
}

/*キッズチャンネルの場合*/
.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: 18vw	18vw;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.move_play_wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 20000;
  background-color: rgba(0, 0, 0, 0.4);
}
.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: 3vw;
  width: 94vw;
  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 iframe {
  width: 100%;
  height: 50.5vw;
}
.move_play_wrap .move_play_wrap_in p {
  margin-top: 0.6rem;
  font-size: 3.2vw;
  line-height: 1.5;
  max-height: 30vw;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.move_play_wrap .move_play_wrap_in .move_close {
  position: absolute;
  bottom: -6.2rem;
  right: 50%;
  margin-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:active {
  background-color: #555555;
}
.move_play_wrap .move_play_wrap_in .move_close::after {
  content: "×";
  color: #fff;
  font-weight: bold;
  font-size: 3.733vw;
  line-height: 1.2;
}

/* 投稿詳細
------------------------------- */
.single_eye_img {
  margin: 0 auto 3rem;
}
.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 {
  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: .9rem;
  -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 {
  font-size: 1.2rem;
  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;
}

/* コメント
------------------------------- */
.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: 40%;
  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: 73%;
}
.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: 22.5rem;
  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.2rem;
  font-weight: 500;
  margin: 3rem auto;
}
.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.0rem;
  line-height: 1.2;
}
.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.2rem;
  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.2rem;
  font-weight: 500;
  color: #333 !important;
}

/*# sourceMappingURL=mainSp.css.map */
.mainpanel_text{
  background: transparent !important;
}

/* 動画ページ */
.fx_post_list_03.channel .flex_block_child{
  width: 50%;
}
.fx_post_list_03.channel .post_block_01 .post_block_img{
  height: auto;
}
.fx_post_list_03.channel .post_block_01 .post_block_text{
  padding: 1rem .5rem;
}