@charset "utf-8";

/* 基本スタイルはbaseのcss/style.cssで指定している */
/* 上書きしたいものだけここに追加する */

body {
  width: 100%;
  background-color: #f9f9f9;
  color: #414142;
  min-width: 1080px;

  display: none;
}
* {
/*
  font-family: 'NotoSansCJKJP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
*/
  font-family: "Noto Sans CJK JP", "Noto Sans Japanese","sans-serif";
/*
  400がRegular
*/
  font-weight: 400;
}
form{
  font-family: inherit;
}
input,select,textarea,option {
/*
  font-family: 'NotoSansCJKJPL','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
*/
  font-family: "Noto Sans CJK JP", "Noto Sans Japanese","sans-serif";
/*
  200がLight
*/
  font-weight: 200;
}
.form_html {
/*
  font-family: 'NotoSansCJKJPL','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
*/
  font-family: "Noto Sans CJK JP", "Noto Sans Japanese","sans-serif";
/*
  200がLight
*/
  font-weight: 200;
}
header {
  max-width: 1120px;
  /*
  background-color: #99bb88;
  */
  margin: 0 auto;
  padding: 0 20px 0 20px;
  height: 95px;
}
article {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}
footer {
  max-width: 1120px;
  margin: 20px auto;
  padding: 0 20px 0 20px;
}
footer a {
  margin-right: 20px;
}

input[type=text],input[type=password],select,textarea {
  background-color: #fff;
  border: solid 1px #d0d0d0;
}

.app_logo {
  padding: 32px 0 0 0;
}
.app_logo_mypage {
  padding-left: 15px;
}
.header_menu1 {
  padding: 34px 32px 0 0;
}
.header_menu2 {
  padding: 30px 20px;
}
.header_menu3 {
  padding: 34px 0 0 0;
  width: 430px;
}
.menu_icon img {
  width: 25px;
  height: 25px;
}
.menu_icon_div {
  margin: 0 auto;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
}
#menu_home_div:hover {
  background-image: url("../img/home_r.svg");
}
#menu_home_div {
  background-image: url("../img/home.svg");
}
#menu_search_div:hover {
  background-image: url("../img/search_r.svg");
}
#menu_search_div {
  background-image: url("../img/search.svg");
}
#menu_library_div:hover {
  background-image: url("../img/library_r.svg");
}
#menu_library_div {
  background-image: url("../img/library.svg");
}
#menu_schedule_div:hover {
  background-image: url("../img/schedule_r.svg");
}
#menu_schedule_div {
  background-image: url("../img/schedule.svg");
}
#menu_pause_div:hover {
  background-image: url("../img/pause_r.svg");
}
#menu_pause_div {
  background-image: url("../img/pause.svg");
}

section {
  max-width: 1080px;
  background-color: #fff;
  margin: 0 auto 20px;
  padding: 50px 0 50px 0;
}

section .top_message {
  height: 180px;
}
section .jirei div {
  text-align: center;
}

p {
  margin: 0;
  padding: 0;
}
.top_message1 {
  padding: 0 0 0 20px;
  width: 38%;
  text-align: center;
  float: left;
}

.top_message2 p {
  /* 16pxでは収まらなかった */
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.top_message2 {
  padding: 0 20px 0 0;
  width: 55%;
  float: right;
}


a {
  border: 0px;
  color: #414142;
}
header a.button {
  border-radius: 5px;
  padding: 8px 20px;
  color: #b0b0b0;
  background-color: #414142;
  font-weight: normal;
  transition: 0.5s;
}
.header_menu1 a:hover {
  text-decoration: underline;
}
.header_menu2 a.button:hover {
  background-color: #414142;
  color: #f9f9f9;
}
a:hover {
  /*
  border-bottom: solid #414141 1px;
  */
  color: #414142;
}
a.img_link:hover {
  border-bottom: solid #fff 0px;
}
footer a:hover {
  color: #414142;
  text-decoration: underline;
}

.top_banner {
  max-height: 550px;
}

.top_banner img {
  width: 100%;
  height: 100%;
}

.minimini_txt {
  font-size: 10px;
  line-height: 15px;
}
.mini_txt {
  font-size: 12px;
  line-height: 20px;
}
.small_txt {
  font-size: 16px;
  line-height: 32px;
}
.middle_txt {
  font-size: 20px;
  line-height: 20px;
}
.big_txt {
  font-size: 30px;
  line-height: 50px;
}
.must_txt {
  font-size: 12px;
}

.section_title {
  /*
  margin-top: 54px;
  */
  text-align: center;
}
.section_subtitle {
  margin-top: 20px;
  text-align: center;
}
.section_message {
  margin-top: 30px;
  text-align: center;
}

.block2_l {
  margin-left: 30px;
}
.block2_r {
  margin-right: 30px;
}
.block2_top {
  margin-top: 50px;
}
.block2_txt {
  width: 45%;
  margin-top: 75px;
}

.support .block2_l {
  margin-left: 45px;
}
.support .block2_r {
  margin-right: 45px;
}



.t20 {
  margin-top: 20px;
}
.t30 {
  margin-top: 30px;
}
.t40 {
  margin-top: 40px;
}
.t80 {
  margin-top: 80px;
}
.b20 {
  margin-bottom: 20px;
}
.b30 {
  margin-bottom: 30px;
}
.b40 {
  margin-bottom: 40px;
}
.b45 {
  margin-bottom: 45px;
}
.b80 {
  margin-bottom: 80px;
}
.b120 {
  margin-bottom: 120px;
}
.r20 {
  margin-right: 20px;
}
.r30 {
  margin-right: 30px;
}
.r40 {
  margin-right: 40px;
}
.l20 {
  margin-left: 20px;
}
.l30 {
  margin-left: 30px;
}
.l40 {
  margin-left: 40px;
}
.l50 {
  margin-left: 50px;
}
.l60 {
  margin-left: 60px;
}
.l70 {
  margin-left: 70px;
}
.l80 {
  margin-left: 80px;
}
.p20 {
  padding: 20px;
}
.p30 {
  padding: 30px;
}
.p40 {
  padding: 40px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px;
}
.w400 {
  max-width: 400px;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px;
}
.pw20 {
  padding-left: 20px;
  padding-right: 20px;
}

.semai {
  line-height: 23px;
}

.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
.sp_span {
  display: block;
}
.pc_span {
  display: inline;
}

.login_button_css {
  box-sizing: border-box;
  color: #b0b0b0 !important;
  background-color: #414141 !important;
  border-radius: 0px !important;
  width: 400px !important;
  box-sizing: border-box;
  text-align: center;
  height: 50px;
  font-weight: normal !important;
  font-size: 16px !important;
  padding-top: 13px !important;
  transition: 0.5s;
}
.login_button_css:hover {
  color: #f6f6f6 !important;
}
.ok_button_css {
  box-sizing: border-box;
  /* 20221222 important 指定を解除 */
  /* color: #b0b0b0 !important; */
  color: #b0b0b0;
  /* 20221222 important 指定を解除 */
  /*background-color: #414141 !important; */
  background-color: #414141;
  border-radius: 0px !important;
  width: 195px !important;
  text-align: center;
  height: 50px;
  font-weight: normal !important;
  font-size: 16px !important;
  padding-top: 13px !important;
  transition: 0.5s;
}
.ok_button_css:hover {
  color: #f6f6f6 !important;
}
.cancel_button_css {
  box-sizing: border-box;
  background-color: #e9e9e9 !important;
  color: #414142 !important;
  border-radius: 0px !important;
  width: 195px !important;
  text-align: center;
  height: 50px;
  font-weight: normal !important;
  font-size: 16px !important;
  padding-top: 13px !important;
  transition: 0.5s;
}
.cancel_button_css:hover {
  background-color: #c9c9c9 !important;
}
.cancel_button_css2 {
  box-sizing: border-box;
  background-color: #e9e9e9 !important;
  color: #414142 !important;
  border-radius: 0px !important;
  /*
  width: 195px !important;
  */
  text-align: center;
  height: 50px;
  font-weight: normal !important;
  font-size: 16px !important;
  padding-top: 13px !important;
  transition: 0.5s;
}
.cancel_button_css2:hover {
  background-color: #c9c9c9 !important;
}
.zip_button_css {
  box-sizing: border-box;
  background-color: #e9e9e9 !important;
  color: #414142 !important;
  border-radius: 0px !important;
  width: 220px !important;
  text-align: center;
  height: 50px;
  font-weight: normal !important;
  font-size: 14px !important;
  padding: 15px 10px 0 10px !important;
  transition: 0.5s;
}
.zip_button_css:hover {
  background-color: #c9c9c9 !important;
}

.form_block {
  text-align: left;
}
.form_confirm_on {
/*
  font-family: 'NotoSansCJKJPL';
*/
  font-family: "Noto Sans CJK JP", "Noto Sans Japanese","sans-serif";
/*
  200がLight
*/
  font-weight: 200;

  margin-left: 20px;
}

.form_profile .form_button {
  text-align: center;
}

.form_button {
  margin-top: 70px;
} 

.form_area {
  margin-top: 50px;
}

.main_section {
  max-width: 1280px;
}
.sub_section {
  box-sizing: border-box;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px 0 20px; 
  min-height: 400px;
}
h1 {
  margin: 0 0 20px 0;
  padding: 0px;
  display: block;
  box-shadow: none;
}
.page_title_support {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1280px;
}
.page_title_h1_support {
  background-color: transparent;
  color: #fff;
  width: 1080px;
  margin: 30px auto;
}

.form_block_table {
  max-width: 400px;
}
.form_caption {
  text-align: left;
}

.yohaku400 {
  margin-bottom: 400px;
}

.menu_icon {
  width: 80px;
  text-align: center;
  padding: 2px;
  float: left;
}

.mypage_bar {
  box-sizing: border-box;
  height: 60px;
  padding: 0px;
}
#mypage_name {
  width: calc(100% - 460px);
  padding: 13px 0 0 15px;
  overflow-x: hidden;
  white-space: nowrap;
}
.park_list {
  padding: 5px 20px;
}
#park_list {
  width: 300px;
}
.popup_menu_icon {
  padding: 20px 30px 20px 10px;
  margin: 0 10px;
}
.gray_message {
  background-color: #f9f9f9;
  padding: 0 0 0 30px;
}
.playlist_list {
  padding: 40px 20px 40px 40px;
  box-sizing: border-box;
}
.playlist_info1 {
  float: left;
  width: 224px;
  margin-bottom: 30px;
  height: 330px;
}
.playlist_info2 {
  float: left;
  width: 300px;
}
.playlist_info1 img.div4 {
  width: 112px;
  height: 112px;
  object-fit: cover;
}
.playlist_info1 img.div2 {
  width: 224px;
  height: 112px;
  object-fit: cover;
}
.playlist_info1 img.div1 {
  width: 224px;
  height: 224px;
  object-fit: cover;
}
.playlist_info1 .playlist_img {
  width: 224px;
  height: 224px;
}
.playlist_info2 img.div4 {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.playlist_info2 img.div2 {
  width: 300px;
  height: 150px;
  object-fit: cover;
}
.playlist_info2 img.div1 {
  width: 300px;
  height: 300px;
  object-fit: cover;
}
.playlist_info2 .playlist_img {
  width: 300px;
  height: 300px;
}
.playlist_info1 .video_time {
  position: relative;
  left: 165px;
  bottom: 35px;
  background-color: #414142;
  color: #fff;
  width: 50px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.playlist_info1 .playlist_title {
  line-height: 24px !important;
  margin-top: -10px;
}
.playlist_info1 .playlist_title div div:nth-child(1) {
  margin-bottom: 10px;
}
.playlist_info1 .playlist_title div div:nth-child(2) {
  line-height: 24px;
}
.playlist_info1 .playlist_title div div:nth-child(3) {
  line-height: 24px;
}
.playlist_info2 .video_time {
  position: relative;
  left: 240px;
  bottom: 35px;
  background-color: #414142;
  color: #fff;
  width: 50px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.playlist_info_text {
  width: 340px;
  height: 300px;
  display: table-cell;
  vertical-align: middle;
}
.playlist_page .playlist_info_text {
  padding-left: 20px;
}
.playlist_play_button {
  display: table-cell;
  vertical-align: middle;
  width: 150px;
  padding-left: 80px;
  height: 300px;
}
.playlist_play_button2 {
  display: table-cell;
  vertical-align: middle;
  width: 150px;
  padding-left: 80px;
  height: 180px;
}
.playlist_play_button2 img {
  width: 20px;
}
.playlist_play_button3 {
  display: table-cell;
  vertical-align: middle;
  width: 150px;
  padding-left: 80px;
  height: 180px;
}
.playlist_play_button3 img {
  width: 40px;
}

.playlist_info3 .playlist_info_text {
  height: 180px;
  overflow-y: hidden;
}
.playlist_info3 .playlist_info_text .playlist_comment {
  line-height: 24px !important;
  height: 45px;
  overflow: hidden;
}
.playlist_info3 img.div4 {
  width: 90px;
  height: 90px;
  object-fit: cover;
}
.playlist_info3 img.div2 {
  width: 180px;
  height: 90px;
  object-fit: cover;
}
.playlist_info3 img.div1 {
  width: 180px;
  height: 180px;
  object-fit: cover;
}
.playlist_info3 .playlist_img {
  width: 180px;
  height: 180px;
  float: left;
  margin: 0 20px 10px 0;
}
.playlist_info3 .video_time {
  position: absolute;
  left: 120px;
  top: 150px;
  background-color: #414142;
  color: #fff;
  width: 50px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.playlist_info3 {
  position: relative;
}

.scene_button_area div {
  width: max-content;
}
.library_save_button {
  margin-top: 0px;
  float: right;
}
.blank_img {
  background-color: #000;
  text-align: center;
  width: 300px;
  height: 300px;
}
.blank_img img {
  margin-top: 130px;
}

.scene_list {
  clear: both; 
}
.scene_info {
  clear: both; 
}
.scene_img {
  float: left;
  margin-right: 30px;
}
.scene_img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.scene_text {
  /*
  float: left;
  */
  display: table-cell;
  height: 100px;
  vertical-align: middle;
  width: 350px;
}
.scene_text div {
  padding-bottom: 3px;
}
.scene_time {
  /*
  float: left;
  */
  display: table-cell;
  height: 100px;
  vertical-align: middle;
  width: 100px;
  padding: 0 0 0 30px;
}
.scene_play_button {
  /*
  float: left;
  */
  display: table-cell;
  height: 100px;
  vertical-align: middle;
  padding: 0 0 0 30px;
}

.scene_detail_img {
  /*
  margin: 60px 0px 0px 0px;
  */
  margin: 0px 0px 0px 0px;
}
.scene_detail img {
  width: 800px;
  object-fit: cover;
}
.scene_detail_text {
  padding: 20px;
  margin-bottom: 40px;
}

.popup_menu {
  border: solid 1px #d0d0d0;
  background-color: #fff;
  position: absolute;
  margin-left: -115px;
  width: 160px;
  list-style: none;
  padding: 5px 10px;
  opacity: 1;
  display: none;
}
.popup_menu li {
  height: 40px;
  line-height: 40px;
}
.popup_menu li.underline {
  border-bottom: solid 1px #d0d0d0;
}
#popup_menu_icon {
  background-image: url("../img/menu.svg");
  background-repeat: no-repeat;
  width: 28px;
  height: 19.667px;
}

.faq_list {
  list-style: none;
  padding: 5px 10px;
}
.faq_list li {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  border-bottom: solid 1px #d0d0d0;
}
.faq_list a:hover {
  text-decoration: underline;
}
.faq_list img {
  width: 8px;
}
.faq_list .faq_img {
  float: left;
  width: 20px;
  margin-right: 20px;
}
.faq_list .faq_txt {
  float: left;
  width: calc(100% - 40px);
}

.contact_link1 {
  display: inline-block;
  width: 400px;
  padding: 15px;
  background-color: #414142;
  color: #b0b0b0;
  box-sizing: border-box;
  transition: 0.5s;
}
.contact_link1:hover {
  background-color: #414142;
  color: #f9f9f9;
}
.contact_link2 {
  display: inline-block;
  width: 400px;
  padding: 50px;
  background-color: #414142;
  color: #b0b0b0;
  box-sizing: border-box;
  transition: 0.5s;
}
.contact_link2:hover {
  background-color: #414142;
  color: #f9f9f9;
}

.search_form {
  padding: 40px 40px;
  box-sizing: border-box;
}
.form_search {
  margin: -10px 0 0 290px;
}
.form_search label {
  display: inline;
}
.form_search label:first-child {
  margin-right: 60px;
}
.form_search .form_block {
  text-align: center;
}
.search_icon {
  background-color: #fff !important;
  color: #d0d0d0 !important;
  position: absolute;
  width: 38px;
  height: 46px;
  padding: 12px !important;
  box-sizing: border-box;
}

.category_info {
  float: left;
  width: 240px;
  height: 150px;
  margin-right: 10px;
}
.category_info:last-child {
  margin-right: 0px;
}
.category_img img {
  width: 240px;
  height: 140x;
  object-fit: cover;
}
.category_text {
  position: relative;
  color: #fff;
  left: 20px;
  top: -140px;
}
.relative {
  position: relative;
}

.create_playlist_link {
  line-height: 50px;
}
.edit_playlist_icon:first-child {
  margin-right: 40px;
}
.form_library2 label {
  display: inline;
}
.form_library2 label:last-child {
  margin-left: 20px;
}
.form_library2 form {
  width: 670px;
}
.form_library2 .form_button {
  /*
  position: absolute;
  right:40px;
  top: 80px;
  */
  width: 250px;
  height: 40px;
  float: right;
  text-align: right;
  margin-top: 0px;
}
.ex_form_table {
  float: left;
}
.ex_form_footer {
  clear: unset;
  float: left;
}
.library_playlist .form_area {
  margin: 0px;
}
section .html_block {
  border: 0px;
}
.form_library2 .form_block {
  height: 30px;
}
.search_type {
  margin: 20px 0 20px 0;
}
.search_type div {
  float: left;
  margin-right: 40px;
  border-bottom: solid 1px #fff;
}
.search_type a {
  color: #d0d0d0 !important;
}
.search_type div a:hover {
  border-bottom: solid 1px #414142;
  color: #414142 !important;
}
.h70 {
  height: 70px;
}
.search_type_selected a {
  color: #414142 !important;
  cursor: default !important;
}
.search_type_selected:hover {
  border-bottom: solid 1px #fff !important;
}
.create_playlist_link div {
  line-height: 26px;
}

.edit_icon {
  padding-top: 15px;
  margin-left: 35px;
}

.schedule_label_css {
  display: inline;
  margin-right: 20px;
}
.right_msg {
  margin-left: 10px;
  line-height: 46px;
}

.form_schedule .form_button {
  /*
  position: absolute;
  right:40px;
  top: 80px;
  */
  width: 250px;
  height: 40px;
  float: right;
  text-align: right;
  margin-top: -100px;
}

.center_force2 {
  width: max-content;
  margin: 0 auto;
}

.schedule .playlist_list {
  padding-left: 0px;
}

.hide2 {
  visibility: hidden;
}

.playlist_heart_icon {
  position: absolute;
  left: 75px;
  top: 75px;
}
.playlist_heart_icon img {
  width: 30px;
  height: 30px;
}

.heart_icon_div {
  margin: 5px 20px 0 0;
  clear: both;

  padding-bottom: 0px !important;
}
.heart_icon_inner1:hover {
  background-image: url("../img/heart_g.svg") !important; 
}
.heart_icon_inner {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
/*
.heart_icon_inner1 {
  transition: 0.5s;
}
*/

.bookmark_heart_icon {
  padding: 10px 20px 0 0;
}
.bookmark_icon_inner1:hover {
  background-image: url("../img/heart_g.svg") !important; 
}
.bookmark_icon_inner {
  background-image: url("../img/heart.svg");
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}

.over_hide {
  overflow: hidden;
  /*
  white-space: nowrap;
  */
  word-break: break-all;
  max-height: 35px !important;
  line-height: 17px !important;
}
.over_hide_middle {
  overflow: hidden;
  word-break: break-all;
  max-height: 38px !important;
  line-height: 19px !important;
}
.over_hide_big {
  overflow: hidden;
  word-break: break-all;
  max-height: 62px !important;
  line-height: 31px !important;
}

.policy {
  margin: 0 40px 1rem 40px;
  text-align: left;
}
.policy_index {
  font-weight: bold;
}
ol.list1 {
  margin: 0 40px 1rem 2.8em;
  text-align: left;
  text-indent: -1.4em; 
}
ol.list1 li.list1 {
	list-style-type: none;
	counter-increment: cnt;
}
ol.list1 li.list1::before {
	content: "(" counter(cnt) ") ";
}
ul.list2 {
  margin: 0 40px 0 0em;
  text-align: left;
  text-indent: -1.4em; 
}
ul.list2 li.list2 {
	list-style-type: none;
}
ul.list2 li.list2::before {
	content: "・";
}
ul.list3 {
  margin: 0 40px 1rem 2.8em;
  text-align: left;
  text-indent: -1.4em; 
}
ul.list3 li.list3 {
	list-style-type: none;
}
ul.list3 li.list3::before {
	content: "・";
}
.indent1 {
  margin-left: 4.4em;
  text-indent: -1.8em; 
}

.company_name_td_class {
  height: 90px;
  vertical-align: top;
}

.section_info {
  padding: 40px 20px 80px 20px;
  box-sizing: border-box;
}

.menu_icon p {
  margin-top: 5px;
  white-space: nowrap;
}
#popup_menu_icon:hover {
  background-image: url("../img/menu_r.svg");
}

.playlist_info_icon {
  width: 35px;
  float: left;
  height: 40px;
  /*
  margin-top: 10px;
  */
}
.scene_info_icon {
  width: 30px;
  float: left;
  height: 80px;
}

.play_icon_detail {
  background-image: url("../img/play-circle_g.svg");
  width: 50px;
  height: 50px;
}
.play_icon_detail:hover {
  background-image: url("../img/play-circle.svg");
}

.scene_play_video_icon {
  background-image: url("../img/play_g.svg");
  width: 20px;
  height: 18px;
}
.scene_play_video_icon:hover {
  background-image: url("../img/play.svg");
}

.scene_plus_circle_icon {
  background-image: url("../img/plus-circle_g.svg");
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}
.scene_plus_circle_icon:hover {
  background-image: url("../img/plus-circle.svg");
}

.w300 {
  width: 300px;
}

input[type="radio"] {
  transform: scale(1.4);
}

.scene_name {
  height: max-content;
  max-height: 46px;
  overflow: hidden;
  line-height: 22px;
}

.playlist_info_text_text {
  width: 300px;
}
.playlist_info_text_text div {
  padding-bottom: 7px;
}

.pencil_icon {
  background-image: url("../img/pencil_g.svg");
  width: 25px;
  height: 25px;
}
.pencil_icon:hover {
  background-image: url("../img/pencil.svg");
}
.trash_icon {
  background-image: url("../img/trash_g.svg");
  width: 20px;
  height: 25px;
}
.trash_icon:hover {
  background-image: url("../img/trash.svg");
}

.no_edit_trash {
  margin-left: 65px;
}

.library_playlist .form_caption {
  font-size: 16px !important;
}
.library_playlist .form_value {
  font-size: 16px !important;
}


.radio_label {
  display: block;
}
.radio_text {
  cursor: pointer;
}

input[type="radio"] {
  display: none;
}

.radio_text:before {
  cursor: pointer;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: -2px 6px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  padding: 2px;
  background-clip: content-box;
}

input[type="radio"]:not(:checked) + .radio_text:before {
  border-color: #72767b;
}

input[type="radio"]:checked + .radio_text:before {
  border-color: #414142;
  background-color: #414142;
}



/* スクロールバー */
html::-webkit-scrollbar, div::-webkit-scrollbar {
  width: 5px;
}
html::-webkit-scrollbar-track, div::-webkit-scrollbar-track {
  background-color: #e0e0e0;
}
html::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb {
  background-color: #a0a0a0;
}

#playlist_name {
  line-height: 27px !important;
  overflow: hidden;
  max-height: 52px;
  word-break: break-all;
  margin-bottom: 10px;
}
#playlist_comment {
  line-height: 20px !important;
}

.playlist_page .playlist_title,
.playlist_page #playlist_created,
.playlist_page #playlist_user_nickname {
  overflow: hidden;
  word-break: break-all;
  max-height: 34px;
  /*
  line-height: 26px !important;
  */
  padding-bottom: 5px;
}
/*
#playlist_user_nickname {
  line-height: 16px !important;
  overflow: hidden;
  max-height: 32px;
  word-break: break-all;

}
*/



.dialog_contents {
  background-color: #ffffff;
  padding: 0px;
}
.dialog_close {
  position: fixed;
  left: 140px;
  top: 40px;
}
#sabatora_dialog_scene_dialog {
  background-color: transparent;
}
#sabatora_dialog_scene_dialog .dialog_close {
  /*
  position: relative;
  left: -180px;
  top: -40px;
  */
  position: fixed;
  left: calc(50% - 440px);
  top: 40px;
}
#sabatora_dialog_scene_dialog #scene_detail {
  width: 800px;
  margin: 0 auto;
  background-color: #ffffff;
}

.schedule tr:nth-child(2) label {
  display: inline;
  margin-right: 10px;
}

select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #d0d0d0;
  background-image: url(../img/pulldown_triangle.png);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right 10px center;
  background-color: #ffffff; 
  padding: 5px 30px 5px 15px;
}

.bookmark_name {
  margin-top: 15px;
}

.header_logo {
  height: 30px;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.clamp_2or1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


.mypage_top_playlist_list .playlist_title .forest_icon {
  width: 30px;
}
.mypage_top_playlist_list .playlist_title .playlist_contents {
  width: 190px;
}

.forest_margin {
  margin-top: 8px;
}

.library_plus {
  margin-top: 12px;
}

/* 元々のチェックボックス（非表示） */
.mycheckbox input[type="checkbox"]{
    display: none;
}
/* チェックボックスの代わりを成すラベル */
.mycheckbox input[type="checkbox"]+label{
    display: none;
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 20px;
    padding-right: 10px;
    margin-bottom: -15px;
}
/* ラベルの左に表示させる正方形のボックス□ */
.mycheckbox input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin-top: -10px;
    left: 0;
    top: 65%;
    border: 1px solid;
    border-color:  #585753; /* 枠の色変更 お好きな色を */
    background-color: #FFF; /* 背景の色変更 お好きな色を */
}
/* チェックが入った時のレ点 */
.mycheckbox input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 14px;
    height: 9px;
    margin-top: -9px;
    top: 65%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #585753; /* チェックの色変更 お好きな色を */
}

.reason_caption {
  line-height: 24px !important;
  padding: 20px 0px 15px 0px !important;
}

.pc_center {
  text-align: center;
}

.nickname_clamp {
  line-height: 30px;
}


@media screen and (min-width: 861px){
.heart_icon_inner1 {
  transition: 0.5s;
}
}

@media screen and (max-width: 860px){

.pc_only {
  display: none;
}
.sp_only {
  display: block;
}

body {
  min-width: 360px;
}
img {
  width: 100%;
}
.top_cont_img {
  text-align: center;
}
.top_cont_img img {
  margin-top: 30px;
  width: 80% !important;
}
.block2_l, .block2_r {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0px;
}
.top_message1, .top_message2 {
  width: 100%;
  margin: 0px;
  padding: 0px 20px;
  box-sizing: border-box;
}
.top_message1 {
  margin-bottom: 20px;
}
.top_message2 p {
  font-size: 10px;
}
.sp_span {
  display: inline;
}
.pc_span {
  display: block;
}

footer {
  padding: 20px;
  margin: 0px;
}
footer div {
  float: none !important;
}
footer a {
  display: block;
  line-height: 32px;
  font-size: 10px;
}
footer .copyright {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

header {
  height: 58px;
}
.app_logo {
  padding: 17px 0 0 0;
  width: 100%
}
.app_logo_mypage {
  padding-left: 0px;
}
.body_top .app_logo {
  width: 35%;
}
.app_logo img {
  width: 105px;
}
.header_menu1 {
  /*
  padding: 23px 0 0 8px;
  */
  padding: 17px 0 0 8px;
}
.header_menu1 a {
  width: 100%;
}
.header_menu2 {
  padding: 0px;
  text-align: center;
  width: 68px;
  height: 60px;
  /*
  float: left !important;
  */
}
header a.button {
  border-radius: 0px;
  margin: 0px;
  padding: 15px 10px;
  box-shadow: none;
  height: 30px;
  line-height: 15px;
  display: inline-block;
  width: 55px;
  transition: 0.5s;
}
section {
  padding: 20px 0 20px 0;
}

.section_title {
  margin-top: 20px;
}
.big_txt {
  font-size: 20px;
  line-height: 36px;
}
.small_txt2 {
  font-size: 10px;
  line-height: 16px;
}
.small_txt {
  font-size: 14px;
  line-height: 22px;
}
.middle_txt {
  font-size: 16px;
  /*
  line-height: 28px;
  */
  line-height: 20px;
}
.minimini_txt {
  font-size: 10px;
  line-height: 12px;
}
.mini_txt {
  font-size: 10px;
  line-height: 16px;
}
.login_button_css {
  font-size: 12px !important;
  line-height: 24px !important;
}
.ok_button_css {
  width: auto !important;
  min-width: 150px;
  max-width: 195px;
  font-size: 12px !important;
  line-height: 24px !important;
}
#sabatora_dialog_alertbtn_dialog_alert .ok_button_css {
  min-width: auto;
  max-width: auto;
  width: calc(50% - 20px) !important;
  margin: 0 10px;
}
.cancel_button_css {
  width: auto !important;
  min-width: 150px;
  max-width: 195px;
  font-size: 12px !important;
  line-height: 24px !important;
}
#sabatora_dialog_alertbtn_dialog_alert .cancel_button_css {
  min-width: auto;
  max-width: auto;
  width: calc(50% - 20px) !important;
  margin: 0 10px;
}
.cancel_button_css2 {
  width: auto !important;
  min-width: 150px;
  max-width: 100%;
  font-size: 12px !important;
  line-height: 24px !important;
}
.zip_button_css {
  width: auto !important;
  font-size: 12px !important;
  line-height: 24px !important;
}
.dialog {
  max-width: calc(100% - 10px);
  max-height: calc(100% - 10px);
  left: 10px;
  top: 10px;
}

.header_menu1 {
  font-size: 12px;
}

.header_menu3 {
  position: fixed;
  bottom: 0px;
  left: 0px;
  text-align: center;
  margin-left: -20px;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 5px 0 0 0;
  margin: 0 auto;
  z-index: 10;
  box-sizing: border-box;
  width: 100%;
}
.menu_icon {
  width: 65px;
}
.header_menu3_inner {
  width: 345px;
  margin: 0 auto;
  text-align: center;
}
.popup_menu_icon {
  /*
  padding: 20px 5px 20px 0px;
  */
  padding: 15px 5px 15px 0px;
}
.park_list {
  padding: 5px;
}
#park_list {
  width: 130px;
  height: 40px;
}
#mypage_name {
  width: 120px;

  /*
  padding: 20px 20px;
  */
  padding: 15px 20px;

  max-width: 120px;
  overflow-x: hidden;
  white-space: nowrap;
}

.playlist_info1 {
  width: 130px;
  height: max-content;
  margin-right: 10px;
}
.playlist_info1 .video_time {
  left: 88px;
  bottom: 22px;
  width: 32px;
  height: 16px;
  line-height: 16px;
}
.playlist_info1 img.div4 {
  width: 65px;
  height: 65px;
}
.playlist_info1 img.div2 {
  width: 130px;
  height: 65px;
}
.playlist_info1 img.div1 {
  width: 130px;
  height: 130px;
}
.playlist_info1 .playlist_img {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
.playlist_info1 .playlist_title div div:nth-child(1) {
  margin-bottom: 7px;
}
.playlist_info1 .playlist_title div div:nth-child(2) {
  line-height: 20px;
}
.playlist_info1 .playlist_title div div:nth-child(3) {
  line-height: 20px;
}

.playlist_inner {
  width: max-content;
}
.playlist_outer {
  overflow-x: auto;
}
.playlist_info2 img.div4 {
  width: 120px;
  height: 120px;
}
.playlist_info2 img.div2 {
  width: 240px;
  height: 120px;
}
.playlist_info2 img.div1 {
  width: 240px;
  height: 240px;
}
.playlist_info2 .playlist_img {
  width: 240px;
  height: 240px;
  margin: 0 auto;
}
.playlist_info2 .video_time {
  left: calc(50% + 75px);
  bottom: 25px;
  width: 36px;
  height: 20px;
  line-height: 20px;
}
.playlist_list {
  padding: 20px;
}
.schedule .playlist_list {
  padding: 40px 0px 20px 0px;
}
.search_form {
  padding: 20px;
}
.playlist_info_text {
  width: 260px;
}
.playlist_play_button {
  margin-top: 30px;
}
.playlist_play_button2 {
  margin-top: 30px;
  padding: 0px;
  width: 40px;
  height: 100px;
}
.playlist_play_button3 {
  margin-top: 30px;
}
.scene_list {
  margin-top: 40px;
}
.scene_img {
  margin-right: 10px;
}
.scene_img img {
  width: 65px;
  height: 65px;
}
.scene_text {
  height: 65px;
  /*
  width: calc(100% - 160px);
  */
  /*
  width: 200px;
  */
  /*
  max-width: 170px;
  */
  width: 100%;
  /*
  padding-bottom: 5px;
  */
}
.scene_text div {
  line-height: 18px;
}
.scene_time {
  height: 60px;
  width: 30px;
  padding: 0 20px;
}
.scene_play_button {
  height: 60px;
  padding: 0 0px;
}
.scene_detail img {
  width: 100%;
}
.popup_menu {
  position: fixed;
  left: 115px;
  top: 110px;
  width: 100%;
  height: 100%;
  z-index: 20;
  opacity: 0.85;
  background-color: #414142;
  box-sizing: border-box;
  font-size: 12px;
}
.popup_menu a {
  color: #ffffff !important;
}

.search_form .form_search {
  clear: both;
  margin: 0px;
}
.form_search label:first-child {
  margin-right: 20px;
}
.form_search tr:last-child td {
  position: absolute;
  /*
  right: 30px;
  */
  right: 20px;
  top: 83px;
  font-size: 12px;
  width: 270px;
  height: 40px;
}
.category_info {
  box-sizing: border-box;
  width: 50%;
  height: 100px;
  padding: 0 10px 10px 0;
  /*
  margin: 0 10px 10px 0; 
  */
  margin: 0px;
}
.category_info img {
  width: 100%;
  height: 90px;
}
.category_area {
  min-width: 330px;
}
.category_text {
  left: 10px;
  top: -90px;
}

.playlist_info3 img.div4 {
  width: 50px;
  height: 50px;
}
.playlist_info3 img.div2 {
  width: 100px;
  height: 50px;
}
.playlist_info3 img.div1 {
  width: 100px;
  height: 100px;
}
.playlist_info3 .playlist_img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.playlist_info3 {
  margin-bottom: 10px;
}
.playlist_info3 .playlist_info_text {
  /*
  width: calc(100% - 160px);
  */
  height: 100px;
  margin-left: 0px;
  /*
  float: left;
  */
  padding-left: 10px;

}
.playlist_info3 .playlist_info_text div {
  /*
  max-width: 200px;
  */
  /*
  max-width: 170px;
  */
  margin-bottom: 5px;
  padding-bottom: 0px;
}
.playlist_info3 .playlist_info_text .playlist_comment {
  line-height: 13px !important;
  height: 14px;
}
.playlist_info3 .playlist_play_button2 {
  margin: 20px 0 0 10px;
}
.playlist_info3 .playlist_play_button3 {
  margin: 20px 0 0 10px;
}
.playlist_info3 .video_time {
  left: 60px; 
  top: 75px;
  width: 35px;
  height: 20px;
  line-height: 20px;
}
.library_playlist .playlist_info3 .video_time {
  left: -60px;
  top: 20px;
}

.edit_playlist_icon {
  width: 18px;
}
.edit_playlist_icon:first-child {
  margin-right: 30px;
}
.library_playlist .edit_playlist_icon {
  margin-right: 0px;
}
.edit_icon {
  padding-top: 5px;
  margin-left: 25px;
  margin-bottom: 0px !important;
}
.edit_icon img {
  width: 15px;
}
.sp_center {
  text-align: center;
}
.blank_img {
  width: 220px;
  height: 220px;
}
.blank_img img {
  width: 25px;
  margin-top: 100px;
}
.playlist_info2 {
  width: 100%;
}
.library_playlist .playlist_info_text {
  margin-top: 20px;
}
.library_scene .form_search tr:last-child td {
  position: static;
}
.library_playlist .form_button {
  position: static;
}
.library_playlist .form_button {
  margin: 40px auto 20px;
  width: 150px;
  float: unset;
  text-align: unset;
}
.library_playlist .playlist_info_text {
  width: 100%;
}
.form_library2 form {
  width: 100%;
}
.ex_form_table {
  float: unset;
}
.ex_form_footer {
  clear: both;
  float: unset;
}

.form_schedule .form_button {
  position: absolute;
  right: 20px;
  top: 220px;
  margin-top: 0px;
}
.schedule .form_area {
  margin-top: 0px;
}

.page_title_support {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.page_title_h1_support {
  background-color: transparent;
  color: #fff;
  width: 100%;
  margin: 0px;
  padding: 20px;
  box-sizing: border-box;
}

.faq_list li {
  line-height: 16px;
  height: max-content;
  clear: both;
  padding: 10px;
}
.faq_list .faq_img {
  margin-right: 0px;
}

.contact_link1 {
  width: calc(100% - 40px);
  max-width: 400px;
  padding: 15px;
  margin-bottom: 40px;
}
.contact_link2 {
  width: calc(100% - 40px);
  max-width: 400px;
  padding: 50px;
}

.playlist_heart_icon {
  position: absolute;
  left: 40px;
  top: 40px;
}
.playlist_heart_icon img {
  width: 20px;
  height: 20px;
}

.heart_icon_div {
  margin: 0px;
}
.heart_icon_div {
  width: 20px;
}

.category_img {
  width: 100%;
  height: 100%;
}

.st20 {
  margin-top: 20px;
}
.sb15 {
  margin-bottom: 15px;
}

.support .block2_l {
  margin-left: 0px;
}
.support .block2_r {
  margin-right: 0px;
}

.form_caption {
  padding: 0px;
  height: 40px;
  vertical-align: bottom;
}
input[type="text"],input[type="password"],select,textarea {
  font-size: 16px;
}

.form_value label {
  font-size: 16px;
}
.form_confirm_on {
  font-size: 16px;
}

.form_area {
  margin-top: 0px;
}

.playlist_title img {
  width: 16px;
  margin-top: 5px;
}

.form_block {
  height: 40px;
}

.section_info {
  padding: 20px 10px 80px 10px;
  box-sizing: border-box;
}

.form_value .right_msg {
  line-height: 50px;
}

.heart_icon_div {
  padding-top: 5px;
  clear: both;
}

.heart_icon_inner {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}

.playlist_info_text {
  width: 100%;
  height: auto;
  display: table-cell;
  vertical-align: middle;
}
.playlist_play_button {
  position: absolute;
  right: 0px;
  top: 320px;
  display: block;
  width: 70px;
  padding-left: 20px;
  height: auto;
}
.playlist_info_icon {
  width: 24px;
  height: 16px;
  margin-top: 3px;
}
.playlist_info_icon img[src="img/fd_icon.png"] {
  position: relative;
  top: -4px;
}
.playlist_info_icon img {
  width: 16px;
  height: 16px;
}
.playlist_page .playlist_title,
.playlist_page #playlist_created,
.playlist_page #playlist_user_nickname {
  width: calc(100% - 100px);
  overflow: hidden;
  word-break: break-all;
  max-height: 34px;
  line-height: 22px !important;
  padding-bottom: 5px;
}

.scene_info_icon {
  width: 20px;
  float: left;
  height: 50px;
}
.scene_info_icon img {
  width: 15px;
}

.playlist_info_text_text {
  width: calc(100% - 30px);
}
.playlist_play_button3 {
  width: 40px;
  padding-left: 10px;
  height: 100px;
}
.play_icon_detail {
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
}

.scene_name {
  /*
  max-height: 29px;
  */
  max-height: 13px;

  line-height: 14px !important;
  padding-bottom: 5px;
}

.bookmark_icon_inner {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  margin-bottom: 0px !important;
}

.bookmark_heart_icon {
  padding: 5px 10px 0 0 !important;
  width: 20px;
  height: 20px;
}

.pencil_icon {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}
.trash_icon {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}
.no_edit_trash {
  margin-left: 47px;
}

.main_section .form_button {
/*
  margin-top: 0px;
*/
  margin-top: 40px;
  margin-bottom: 40px;
}

.search_type div {
  margin-right: 20px;
}

.scene_plus_circle_icon {
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
}

.library_playlist .form_caption {
  font-size: 14px !important;
}
.library_playlist .form_value {
  font-size: 16px !important;
}

input[type="radio"] {
  transform: scale(1.2);
}
.playlist_play_button2 .edit_playlist_icon:first-child {
  margin-right: 0px;
}

.radio_text:before {
  width: 6px;
  height: 6px;
  margin: -2px 6px;
}

#playlist_name {
  line-height: 16px !important;
  /*
  padding-bottom: 15px;
  */
  padding-bottom: 0px;
  margin-bottom: 10px;
  max-height: 32x;
}
#playlist_comment {
  line-height: 14px !important;
}


.create_playlist_link img {
  width: 20px;
  margin-top: 8px;
}

.must_txt {
  font-size: 14px;
}

.playlist_info_font {
  font-size: 12px;
}


.dialog_close {
  position: absolute;
  left: 10px;
  top: 10px;
}
#sabatora_dialog_scene_dialog {
  background-color: #ffffff;
  /*
  margin: 0px 5px 0px 5px !important;
  */
  margin: 0px !important;
  border: solid 1px #f0f0f0;
}
#sabatora_dialog_scene_dialog .dialog_close {
  /*
  position: absolute;
  */
  position: fixed;
  left: 10px;
  top: 10px;
}
#sabatora_dialog_scene_dialog #scene_detail {
  width: 100%;
  margin: 0;
  background-color: #ffffff;
}

.search_form .form_value label {
  font-size: 14px;
}

.over_hide_one {
  overflow: hidden;
}
.over_hide_scene {
  overflow: hidden;
  word-break: break-all;
  max-height: 30px;
  line-height: 15px;
}
.over_hide_scene2 {
  overflow: hidden;
  word-break: break-all;
  max-height: 25px;
  line-height: 14px;
}

.mypage_bar {
  height: 50px;
}

.gray_message {
  padding: 0 0 0 20px;
}

.playlist_area {
  margin-top: -40px;
}
.scene_area {
  margin-top: -40px;
}

.header_logo {
  height: auto;
}

.mypage_top_playlist_list .playlist_title .forest_icon {
  width: 20px;
}
.mypage_top_playlist_list .playlist_title .playlist_contents {
  width: 110px;
}

.clamp_2or1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.comment_for_sp {
  margin-top: 7px;
}

.forest_margin {
  margin-top: 4px;
}

.library_plus {
  margin-top: 0px;
}

.reason_caption {
  line-height: 24px !important;
  padding: 20px 0px 20px 0px !important;
}

.pc_center {
  text-align: left;
}

.nickname_clamp {
  line-height: 16px;
}

footer {
  padding: 0px 20px 0px 20px;
}

}
