@charset "UTF-8";
html, body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

input, button, a {
  outline: none;
}

#___Editor___ {
  position: fixed;
  bottom: 30px;
  right: 15px;
  width: 70px;
  height: 70px;
  background-image: url(../img/edit_btn.png);
  background-size: contain;
  z-index: 9999;
}
#___Editor___.reload {
  background-image: url(../img/reload_btn.png);
}
#___Editor___ a {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
}

/* iOS reset */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type=datetime-local]::-webkit-clear-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-calendar-picker-indicator {
  display: none;
}

input[type=datetime-local]::-webkit-date-and-time-value {
  margin-right: 0;
  width: 100%;
}

input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}

a.edit_link {
  display: block;
  width: 100%;
  height: 100%;
}

body#admin {
  background-image: none;
  background-color: #EEE;
}
body#admin .scroller, body#admin article {
  max-width: 880px;
  margin: 0 auto;
  background-color: #FFF;
}
body#admin .sub_header {
  max-width: 880px;
  margin: 0 auto;
}

#ctrl_box {
  background-color: #F7F7F7;
}

#btn_wrap {
  background-color: #FFFFFF;
  padding: 15px 20px;
  border-top: solid 1px #E5E5E5;
  border-bottom: solid 1px #E5E5E5;
}

#btn_wrap button, .btn_wrap button {
  background-color: #2699FB;
  width: 100%;
  text-align: center;
  border: none;
  color: #FFFFFF;
  font-weight: bold;
  height: 46px;
  border-radius: 6px;
  font-size: 16px;
  letter-spacing: 1px;
  outline: none;
}

#filter_wrap {
  background-color: #FFFFFF;
  padding: 15px 20px;
  border-top: solid 1px #E5E5E5;
  border-bottom: solid 1px #E5E5E5;
  margin-top: 3px;
}
#filter_wrap ul {
  margin: 20px 0;
  display: flex;
}
#filter_wrap ul#kikan_filter.keyvisual li {
  width: 33%;
}
#filter_wrap ul#kikan_filter.keyvisual > li:nth-child(3) {
  border: solid 1px #707070;
  border-left: 0px;
}
#filter_wrap ul#kikan_filter.keyvisual > li:nth-child(3) label {
  background: #ccc;
}
#filter_wrap ul#kikan_filter.keyvisual > li:nth-child(3) input[type=radio]:checked + label {
  background-color: #919191;
  color: #fff;
}
#filter_wrap ul li {
  width: 50%;
  display: block;
  border: solid 1px #2699FB;
  text-align: center;
}
#filter_wrap ul li:first-child {
  border-right: 0px;
  border-radius: 5px 0 0 5px;
}
#filter_wrap ul li:last-child {
  border-left: 0px;
  border-radius: 0 5px 5px 0;
}
#filter_wrap ul li input[type=radio]:checked + label {
  color: #FFFFFF;
  background-color: #2699FB;
}
#filter_wrap ul li label {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 33px;
  font-size: 14px;
}
#filter_wrap ul#kengen_filter::before, #filter_wrap ul#kikan_filter::before {
  content: '';
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 15px;
  height: 35px;
}
#filter_wrap ul#kengen_filter::before {
  background-image: url(../img/human.png);
}
#filter_wrap ul#kikan_filter::before {
  background-image: url(../img/calendar.png);
}
#filter_wrap input {
  display: none;
}

#banner_list {
  background-color: #FFFFFF;
  margin-bottom: 120px;
}
#banner_list.keyvisual .flex-row > .detailbox {
  width: 100% !important;
}
#banner_list.keyvisual .flex-row > .detailbox label {
  /*
  				max-height: 100px;
  				overflow: hidden;
  				&:after {
  					content:'';
  					width: 100%;
  					position: absolute;
  					height:10px;
  					top: 90px;
  					background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  				}
  */
}
#banner_list.keyvisual .status.public {
  border: rgba(255, 95, 36, 0.5);
  background-color: rgba(255, 95, 36, 0.5);
}
#banner_list.keyvisual .priority_top .status.public {
  border: solid 1px #FF5F24;
  background-color: #FF5F24;
}
#banner_list input[type=file] {
  display: none;
}
#banner_list input[type=file] + label {
  position: relative;
}
#banner_list input[type=file] + label .editCover {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
#banner_list input[type=file] + label .editCover img {
  max-width: 30px;
  max-height: 30px;
  height: auto !important;
  width: auto !important;
  border: none !important;
}
#banner_list li {
  padding-top: 10px;
  /*
  		span.draggable {
  			content: '';
  			background-image: url(../img/draggable.png);
  			background-size: contain;
  			background-color: transparent;
  			background-repeat: no-repeat;
  			background-position: center;
  			border: 0;
  			width: 28px;
  			height: 22px;
  			margin-top: 30px;
  			margin-left: 5px;
  		}
  */
}
#banner_list li:first-child .sortup {
  visibility: hidden;
}
#banner_list li:last-child .sortdown {
  visibility: hidden;
}
#banner_list li.delete {
  display: none;
}
#banner_list li article {
  box-sizing: border-box;
  padding: 0 15px;
}
#banner_list li article .now {
  background-color: yellow;
}
#banner_list li article .status {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 0 5px;
  width: 45px;
  text-align: center;
  margin-right: 10px;
}
#banner_list li article .status.public {
  border: solid 1px #FF5F24;
  background-color: #FF5F24;
  color: #FFFFFF;
}
#banner_list li article .status.future {
  border: solid 1px #01DF01;
  background-color: #01DF01;
  color: #FFFFFF;
}
#banner_list li article .status.end {
  border: solid 1px #7C7C7C;
  background-color: #FFFFFF;
  color: #A1A1A1;
}
#banner_list li article .status.all {
  border: solid 1px #2699FB;
  background-color: #2699FB;
  color: #FFFFFF;
}
#banner_list li article .status.member {
  border: solid 1px #D5D5D5;
  background: #000000;
  color: #D5D5D5;
}
#banner_list li article .flex-row > .detailbox {
  display: block;
  width: calc(100% - 30px);
  margin: 10px 0;
}
#banner_list li article .flex-row > .detailbox label {
  display: block;
  max-width: 100%;
  color: #777777;
  font-size: 16px;
}
#banner_list li article .flex-row > .detailbox label img {
  width: 100%;
  border: solid 1px #545454;
}
#banner_list li article .flex-row > .detailbox label > span {
  text-decoration: underline;
  display: block;
  text-align: right;
}
#banner_list li article .flex-row > .sortbox {
  width: 30px;
  padding: 3px 0 3px 5px;
  display: inline-table;
}
#banner_list li article .flex-row > .sortbox span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: 8px 0;
  border: solid 1px #777777;
  color: #777777;
  border-radius: 5px;
}
#banner_list li button.drawer {
  width: 100%;
  height: 35px;
  border: none;
  /*			border-top: solid 1px #E5E5E5; */
  border-bottom: solid 1px #E5E5E5;
  background-color: transparent;
  position: relative;
  top: -10px;
  outline: none;
}
#banner_list li button.drawer::after {
  position: absolute;
  top: 7px;
  left: 50%;
  margin-left: -10px;
  content: "";
  transition: all 0.2s ease-in-out;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #9E9E9E;
  border-right: solid 2px #9E9E9E;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#banner_list li.open button.drawer::after {
  top: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#banner_list .flex-row {
  display: flex;
  justify-content: space-between;
}
#banner_list .detail {
  display: none;
}
#banner_list .detail label {
  display: block;
}
#banner_list .detail input[type=text],
#banner_list .detail input[type=url] {
  border: 0;
  background: none;
  width: 100%;
  height: 30px;
  outline: none;
  padding: 0 5px;
  border-radius: 0;
  overflow: visible;
}
#banner_list .detail input[type="datetime-local"] {
  width: 100%;
  letter-spacing: -1px;
}
#banner_list .detail input[type="datetime-local"]::-webkit-inner-spin-button,
#banner_list .detail input[type="datetime-local"]::-webkit-clear-button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#banner_list .detail input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100px;
  opacity: 0;
  position: absolute;
}
#banner_list .detail span {
  margin: 0.5em;
}
#banner_list .detail span.input_wrap {
  margin: 0;
  background-color: #EAEAEA;
  width: 100%;
}
#banner_list .detail > div {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#banner_list .detail .button_wrap {
  display: flex;
  justify-content: space-between;
}
#banner_list .detail .button_wrap input[type=radio] {
  display: none;
}
#banner_list .detail .button_wrap label {
  width: 45%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: solid 1px #000000;
  background-color: #FFFFFF;
  border-radius: 4px;
  color: #000000;
}
#banner_list .detail .button_wrap input[type=radio]:checked + label {
  color: #FFFFFF;
  border: solid 1px #2699FB;
  background-color: #2699FB;
}
#banner_list .detail .delete_link_wrap {
  display: block;
  text-align: right;
}
#banner_list .detail .delete_link_wrap a {
  display: inline;
  color: #919191;
}
#banner_list .detail .delete_link_wrap button {
  display: inline;
  color: #919191;
  background: none;
  border: none;
}
#banner_list .open .detail {
  display: block;
}

#regist-btn_wrap {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  z-index: 1000;
}
#regist-btn_wrap button {
  background-color: #2699FB;
  width: 100%;
  text-align: center;
  border: none;
  color: #FFFFFF;
  font-weight: bold;
  height: 46px;
  border-radius: 6px;
  font-size: 16px;
  letter-spacing: 1px;
  outline: none;
}

.modal {
  z-index: 1000;
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}
.modal * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.modal #new-regist-btn_wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.2);
}
.modal #new-regist-btn_wrap button {
  background-color: #2699FB;
  width: 100%;
  text-align: center;
  border: none;
  color: #FFFFFF;
  font-weight: bold;
  height: 46px;
  border-radius: 6px;
  font-size: 16px;
  letter-spacing: 1px;
  outline: none;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 95%;
}
.modal__content .modal__content_inner {
  position: relative;
}
.modal__content .modal__content_inner a.js-modal-close {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 30px;
  color: #919191;
}
.modal__content .modal__content_inner section.modal_header {
  width: 100%;
  background-color: #F7F7F7;
  padding: 20px 10px;
  box-sizing: border-box;
}
.modal__content .modal__content_inner section.modal_header h3 {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.modal__content .modal__content_inner section.modal_header p {
  font-size: 13px;
  white-space: nowrap;
}
.modal__content .modal__content_inner section.modal_header p span.small {
  font-size: 8px;
  color: #929292;
}
.modal__content .modal__content_inner section.input {
  border-top: solid 1px #E5E5E5;
}
.modal__content .modal__content_inner section.input input[type=file] {
  display: none;
}
.modal__content .modal__content_inner section.input input[type=file] + label {
  margin: 10px;
  height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E4E4E4;
  color: #A2A2A2;
  border: dashed 1px #707070;
}
.modal__content .modal__content_inner section.input input[type=file] + label img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 10px;
}
.modal__content .modal__content_inner div.new-detail {
  padding: 10px;
}
.modal__content .modal__content_inner div.new-detail label {
  display: block;
}
.modal__content .modal__content_inner div.new-detail .datetime-input_wrap::before {
  content: '';
  min-width: 30px;
  height: 30px;
  background-size: contain;
  background-image: url(../img/calendar.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.modal__content .modal__content_inner div.new-detail input[type=text],
.modal__content .modal__content_inner div.new-detail input[type=url] {
  border: solid 1px #707070;
  background: none;
  width: 100%;
  height: 30px;
  outline: none;
  padding: 0 5px;
  border-radius: 0;
  white-space: nowrap;
  overflow: visible;
}
.modal__content .modal__content_inner div.new-detail input[type=text] {
  letter-spacing: -1px;
}
.modal__content .modal__content_inner div.new-detail input[type="datetime-local"]::-webkit-inner-spin-button,
.modal__content .modal__content_inner div.new-detail input[type="datetime-local"]::-webkit-clear-button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.modal__content .modal__content_inner div.new-detail input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100px;
  opacity: 0;
  position: absolute;
}
.modal__content .modal__content_inner div.new-detail span {
  margin: 0.5em;
}
.modal__content .modal__content_inner div.new-detail > div {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.modal__content .modal__content_inner div.new-detail .button_wrap {
  display: flex;
  justify-content: space-between;
}
.modal__content .modal__content_inner div.new-detail .button_wrap input[type=radio] {
  display: none;
}
.modal__content .modal__content_inner div.new-detail .button_wrap label {
  width: 45%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: solid 1px #000000;
  background-color: #FFFFFF;
  border-radius: 4px;
  color: #000000;
}
.modal__content .modal__content_inner div.new-detail .button_wrap input[type=radio]:checked + label {
  color: #FFFFFF;
  border: solid 1px #2699FB;
  background-color: #2699FB;
}

#admin section.sub_header {
  padding: 20px;
  padding-top: 30px;
  font-size: 14px;
  line-height: 1.8em;
}
#admin section.sub_header h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}
#admin section.sub_header.gray {
  background: #F7F7F7;
  color: #2699FB;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  color: #000000;
}
#admin section.sub_header.gray p {
  font-size: 13px;
}
#admin section.sub_header.confirm {
  background: #C6E4FE;
  color: #2699FB;
  border-top: 1px solid #2699FB;
  border-bottom: 1px solid #2699FB;
}
#admin section.sub_header.complete {
  background: #FFF;
  color: #FF0000;
}
#admin section.error_wrap {
  padding: 20px;
  font-size: 14px;
  background: #FFD3D3;
  color: #FF0000;
  border-top: 1px solid #E37979;
  border-bottom: 1px solid #E37979;
  line-height: 1.8em;
}
#admin section.error_wrap h3 {
  font-size: 16px;
}
#admin .form_wrap {
  background-color: #FFF;
  padding: 20px;
  max-width: 880px;
  margin: 0 auto;
}
#admin .form_wrap .form_title {
  font-size: 16px;
}
#admin .form_wrap .form_content {
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.6em;
}
#admin .form_wrap select {
  width: 100%;
  padding: 5px;
}
#admin .form_wrap label {
  display: block;
  padding: 5px 0;
}
#admin .form_wrap input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #777777;
  outline: 0;
  padding: 5px 8px;
  font-size: 16px;
}
#admin .form_wrap input[type=radio] {
  -webkit-appearance: radio;
  zoom: 1.4;
  vertical-align: sub;
  margin-right: 3px;
}
#admin .form_wrap input[type=checkbox] {
  -webkit-appearance: checkbox;
  zoom: 1.4;
  vertical-align: sub;
  margin-right: 3px;
}
#admin .form_wrap .date_wrap {
  display: flex;
}
#admin .form_wrap .date_wrap input[type=text] {
  width: 40%;
  box-sizing: border-box;
  border: 1px solid #777777;
  outline: 0;
  font-size: 12px;
}
#admin .form_wrap .date_wrap:before {
  content: "";
  background-image: url(../img/calendar.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  margin-top: 4px;
  margin-right: 10px;
}
#admin .form_wrap .date_wrap > span {
  margin: 0.2em 0.5em;
}
#admin .form_wrap input[type=text] {
  border: solid 1px #707070;
  background: none;
  width: 100%;
  height: 30px;
  outline: none;
  padding: 0 5px;
  border-radius: 0;
  white-space: nowrap;
  overflow: visible;
}
#admin .form_wrap textarea {
  width: 100%;
  outline: 0;
  padding: 5px;
  font-size: 15px;
  border: 1px solid #777777;
  box-sizing: border-box;
  border-radius: 0;
  height: 13em;
}
#admin .form_wrap input[type=submit] {
  width: 100%;
  background: #2699FB;
  border: none;
  color: #FFF;
  font-size: 16px;
  padding: 10px 0 8px;
  box-sizing: border-box;
  margin-top: 40px;
  border-radius: 6px;
}
#admin .form_wrap .upload input[type=file] {
  display: none;
}
#admin .form_wrap .upload > img {
  max-width: 40%;
  max-height: 100px;
}
#admin .form_wrap .upload .filename {
  position: absolute;
  left: 48%;
  word-break: break-all;
  max-width: 50%;
  font-size: 12px;
  padding-top: 10px;
}
#admin .form_wrap .upload a {
  position: relative;
}
#admin .form_wrap .upload a:after {
  content: '';
  background-image: url(../img/item_del.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  display: block;
  position: absolute;
  left: 35%;
  top: -10px;
}
#admin .form_confirm_wrap {
  position: relative;
  padding: 20px;
  max-width: 880px;
  margin: 0 auto;
}
#admin .form_confirm_wrap > div {
  padding: 10px 0;
}
#admin .form_confirm_wrap .form_title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}
#admin .form_confirm_wrap .form_category {
  position: absolute;
  right: 20px;
  top: 30px;
}
#admin .form_confirm_wrap .form_category span {
  border: solid 1px;
  border-radius: 5px;
  padding: 0 1em;
}
#admin .form_confirm_wrap .form_date {
  font-size: 16px;
  display: flex;
}
#admin .form_confirm_wrap .form_date img {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}
#admin .form_confirm_wrap .form_comment {
  font-size: 14px;
  padding: 10px;
  padding-top: 40px;
  padding-bottom: 50px;
  line-height: 1.6em;
}
#admin .form_confirm_wrap .form_images {
  /* swiper */
  /* /swiper */
}
#admin .form_confirm_wrap .form_images > img {
  display: block;
  margin: 2em auto;
}
#admin .form_confirm_wrap .form_images .swiper-container {
  width: 100%;
}
#admin .form_confirm_wrap .form_images .swiper-pagination-bullet {
  background: #B4B4B4;
  opacity: 1;
}
#admin .form_confirm_wrap .form_images .swiper-pagination-bullet-active {
  background: #000000;
}
#admin .form_confirm_wrap .form_images .swiper-button-prev:after {
  background-image: none;
  content: url(../img/arrow_left.svg);
}
#admin .form_confirm_wrap .form_images .swiper-button-next:after {
  background-image: none;
  content: url(../img/arrow_right.svg);
}
#admin .form_confirm_wrap .form_images .swiper-wrapper img {
  max-width: 100%;
}
#admin .form_confirm_wrap .form_images .swiper-pagination {
  position: relative;
  margin-top: 10px;
}
#admin .form_confirm_wrap .form_images .swiper-pagination span {
  margin: 0 3px;
  width: 7px;
  height: 7px;
}
#admin .form_confirm_wrap .form_images .swiper-slide {
  text-align: center;
}
#admin .form_confirm_wrap .button_des {
  color: #FF0000;
  font-size: 16px;
  padding: 0 10px;
  padding-top: 50px;
}
#admin .form_confirm_wrap .button_wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  padding-top: 15px;
}
#admin .form_confirm_wrap .button_wrap .button {
  width: 43%;
  text-align: center;
}
#admin .form_confirm_wrap .button_wrap input {
  font-size: 16px;
  padding: 8px 0;
}
#admin .form_confirm_wrap .button_wrap .return input {
  background: #E5E5E5;
  color: #999999;
  border: none;
  border-radius: 4px;
}
#admin .form_confirm_wrap .button_wrap .submit input {
  background: #2699FB;
  color: #FFF;
  border: none;
  border-radius: 4px;
}
#admin .form_confirm_wrap .button_wrap input {
  width: 100%;
}
#admin .form_confirm_wrap .swiper-slide {
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
#admin .form_complete_wrap {
  padding: 20px;
  max-width: 880px;
  margin: 0 auto;
}
#admin .form_complete_wrap .form_content {
  padding: 13px 0;
}
#admin .form_complete_wrap .form_content textarea {
  font-size: 16px;
  width: 100%;
  padding: 5px;
  border: 1px solid #999999;
  outline: 0;
  box-sizing: border-box;
  border-radius: 0;
}
#admin .form_complete_wrap .form_content .button_wrap {
  text-align: right;
  margin-top: 5px;
}
#admin .form_complete_wrap .form_content .button_wrap button {
  font-size: 14px;
  padding: 5px 18px;
  background: #FFF;
  border: 1px solid #6C6C6C;
}
#admin .form_complete_wrap .form_content .button_wrap button + button {
  margin-left: 10px;
}
#admin .form_complete_wrap .form_content .return_wrap {
  font-size: 16px;
  text-align: right;
  margin-top: 20px;
}
#admin .form_complete_wrap .form_content .return_wrap a {
  padding: 5px 0;
  display: inline-block;
}

/* 編集モード用 */
.edit {
  position: relative;
}

.editCover {
  z-index: 500;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 63px;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.editCover div {
  width: 100%;
  text-align: center;
}

.editCover img {
  width: 43px !important;
  height: 43px !important;
}

#TOP_BANNER_EDIT,
#TOP_MESSAGE_EDIT,
#TOP_MESSAGE_EDIT2 {
  padding: 10px;
}

#TOP_BANNER_EDIT div,
#TOP_MESSAGE_EDIT div,
#TOP_MESSAGE_EDIT2 div,
#TOP_LIST_NEW div,
.edit h2 + div {
  border: dashed 1px #707070;
  background-color: #FEFEFE;
  line-height: 5em;
  text-align: center;
}

.edit h2 + div {
  margin-bottom: 10px;
}

#TOP_BANNER_EDIT div img,
#TOP_MESSAGE_EDIT div img,
#TOP_MESSAGE_EDIT2 div img,
#TOP_LIST_NEW div img,
.edit h2 + div img {
  height: 1em;
  margin-right: 0.5em;
}

#TOP_BANNER_EDIT div a,
#TOP_MESSAGE_EDIT div a,
#TOP_MESSAGE_EDIT2 div a,
#TOP_LIST_NEW div a,
.edit h2 + div a {
  color: #ADADAD;
}

/* メルマガ */
#magazine_list li .approval-status.spot, #magazine_list div .approval-status.spot, #magazine_testlist li .approval-status.spot, #magazine_testlist div .approval-status.spot, #magazine_detail li .approval-status.spot, #magazine_detail div .approval-status.spot {
  background-color: #01DF01;
  color: #FFFFFF;
}
#magazine_list li .status.spot, #magazine_list div .status.spot, #magazine_testlist li .status.spot, #magazine_testlist div .status.spot, #magazine_detail li .status.spot, #magazine_detail div .status.spot {
  background-color: #FF5F24;
  color: #FFFFFF;
}
#magazine_list li.finished, #magazine_list div.finished, #magazine_testlist li.finished, #magazine_testlist div.finished, #magazine_detail li.finished, #magazine_detail div.finished {
  background-color: #999;
}
#magazine_list li.finished .approval-status, #magazine_list li.finished .status, #magazine_list div.finished .approval-status, #magazine_list div.finished .status, #magazine_testlist li.finished .approval-status, #magazine_testlist li.finished .status, #magazine_testlist div.finished .approval-status, #magazine_testlist div.finished .status, #magazine_detail li.finished .approval-status, #magazine_detail li.finished .status, #magazine_detail div.finished .approval-status, #magazine_detail div.finished .status {
  opacity: 0.5;
}
#magazine_list li.attention, #magazine_list div.attention, #magazine_testlist li.attention, #magazine_testlist div.attention, #magazine_detail li.attention, #magazine_detail div.attention {
  background-color: #f7c9c9;
}
#magazine_list li.attention .spot, #magazine_list div.attention .spot, #magazine_testlist li.attention .spot, #magazine_testlist div.attention .spot, #magazine_detail li.attention .spot, #magazine_detail div.attention .spot {
  background-color: #FF0000;
  color: #FFFFFF;
}
#magazine_list li a, #magazine_list div a, #magazine_testlist li a, #magazine_testlist div a, #magazine_detail li a, #magazine_detail div a {
  margin: 0 5px;
  padding: 10px;
  padding-right: 20px;
  position: relative;
  border-bottom: solid 1px #E5E5E5;
}
#magazine_list li a::after, #magazine_list div a::after, #magazine_testlist li a::after, #magazine_testlist div a::after, #magazine_detail li a::after, #magazine_detail div a::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 6px;
  content: '';
  border-top: 2px solid #777777;
  border-right: 2px solid #777777;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
}
#magazine_list li h4, #magazine_list div h4, #magazine_testlist li h4, #magazine_testlist div h4, #magazine_detail li h4, #magazine_detail div h4 {
  font-size: 16px;
}
#magazine_list li .attr-grp span, #magazine_list div .attr-grp span, #magazine_testlist li .attr-grp span, #magazine_testlist div .attr-grp span, #magazine_detail li .attr-grp span, #magazine_detail div .attr-grp span {
  display: inline-block;
  background-color: #E5E5E5;
  padding: 0px 5px;
  margin-right: 10px;
  font-size: 9px;
}
#magazine_list li .attr-grp .mail-date,
#magazine_list li .attr-grp .mail-name,
#magazine_list li .attr-grp .mail-addr-id,
#magazine_list li .attr-grp .mail-id, #magazine_list div .attr-grp .mail-date,
#magazine_list div .attr-grp .mail-name,
#magazine_list div .attr-grp .mail-addr-id,
#magazine_list div .attr-grp .mail-id, #magazine_testlist li .attr-grp .mail-date,
#magazine_testlist li .attr-grp .mail-name,
#magazine_testlist li .attr-grp .mail-addr-id,
#magazine_testlist li .attr-grp .mail-id, #magazine_testlist div .attr-grp .mail-date,
#magazine_testlist div .attr-grp .mail-name,
#magazine_testlist div .attr-grp .mail-addr-id,
#magazine_testlist div .attr-grp .mail-id, #magazine_detail li .attr-grp .mail-date,
#magazine_detail li .attr-grp .mail-name,
#magazine_detail li .attr-grp .mail-addr-id,
#magazine_detail li .attr-grp .mail-id, #magazine_detail div .attr-grp .mail-date,
#magazine_detail div .attr-grp .mail-name,
#magazine_detail div .attr-grp .mail-addr-id,
#magazine_detail div .attr-grp .mail-id {
  font-size: 9px;
  background: none;
}

#magazine_testlist li {
  margin: 0 5px;
  padding: 10px;
  position: relative;
  border-bottom: solid 1px #E5E5E5;
}
#magazine_testlist li div {
  position: relative;
  padding-right: 30px;
}
#magazine_testlist li div label {
  position: absolute;
  top: 5px;
  right: 10px;
  border: solid 1px #2699FB;
  padding: 0.5em 1em;
  text-align: center;
  color: #2699FB;
  font-weight: bold;
  border-radius: 6px;
  font-size: 12px;
  letter-spacing: 1px;
  outline: none;
}
#magazine_testlist li div input:checked + label {
  background-color: #2699FB;
  color: #FFFFFF;
}
#magazine_testlist li div .mail-addr {
  font-size: 16px;
}

#selected_user {
  border-top: solid 1px #E5E5E5;
  height: 300px;
  overflow: auto;
}
#selected_user li {
  display: flex;
  align-items: center;
  padding: 0.5em;
}
#selected_user li span {
  display: inline-block;
  margin: 0 0.5em;
}
#selected_user li span:nth-child(2) {
  font-size: 9px;
  color: #2699fb;
}

.drawer {
  padding: 10px;
}
.drawer label {
  margin: 0 auto;
  display: block;
  border: none;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #FFF;
  background-color: #ddd;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.5s;
  line-height: 1.5;
}
.drawer label:before {
  content: '+';
}
.drawer textarea {
  display: block;
  width: 100%;
  height: 0px;
  border: solid 0px #000;
  outline: none;
  transition: all 0.3s;
}
.drawer input[type=checkbox] {
  display: none;
}
.drawer input[type=checkbox]:checked + label {
  transform: rotate(180deg);
  transition: all 0.5s;
}
.drawer input[type=checkbox]:checked + label:before {
  content: '－';
}
.drawer input[type=checkbox]:checked + label + textarea {
  padding: 0.5em;
  height: 10em;
  border: solid 1px #000;
  display: block;
  margin-top: 10px;
  transition: all 0.5s;
}

#mail_regist_confirm {
  border-top: solid 1px #E5E5E5;
  padding: 10px;
}
#mail_regist_confirm span {
  display: block;
  font-weight: bold;
}
#mail_regist_confirm span:nth-child(2) {
  font-weight: normal;
  font-size: 9px;
  color: #222;
}
#mail_regist_confirm textarea {
  outline: none;
  width: 100%;
  height: 230px;
  overflow: auto;
}

button#replacement_cpy {
  background-color: #fabf32;
  text-align: center;
  border: none;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 6px;
  font-size: 12px;
  letter-spacing: 1px;
  outline: none;
  margin-left: 20px;
}

#cpy_button_list {
  border-top: solid 1px #E5E5E5;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
#cpy_button_list li {
  width: 50%;
}
#cpy_button_list li label {
  display: block;
  width: 150px;
  white-space: nowrap;
}
#cpy_button_list li button {
  background-color: #fabf32;
  text-align: center;
  max-width: 95%;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 6px;
  font-size: 12px;
  letter-spacing: 1px;
  outline: none;
  margin-bottom: 5px;
  padding: 5px;
}

#magazine_detail > div {
  padding: 10px;
}
#magazine_detail > div textarea {
  width: 100%;
  height: 230px;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.5);
}

#approval_btn_wrap {
  display: flex;
  justify-content: center;
}
#approval_btn_wrap form {
  margin: 10px;
  width: 40%;
}
#approval_btn_wrap button {
  width: 100%;
  text-align: center;
  border: none;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 6px;
  font-size: 12px;
  letter-spacing: 1px;
  outline: none;
  padding: 5px;
}
#approval_btn_wrap button.send-yes {
  background-color: #2699FB;
}
#approval_btn_wrap button.send-no {
  background-color: #FF0000;
}

#report_types {
  padding: 15px 20px;
}
#report_types a {
  background-color: #2699FB;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  border: none;
  color: #FFFFFF;
  font-weight: bold;
  height: 100px;
  border-radius: 6px;
  font-size: 16px;
  letter-spacing: 1px;
  outline: none;
  margin-bottom: 1em;
}
#report_types a .number {
  width: 100%;
  display: block;
  font-weight: normal;
  font-size: 12px;
}

.report_body {
  padding: 10px;
}
.report_body fieldset {
  padding: 10px 0;
  display: flex;
  justify-content: center;
}
.report_body fieldset input[type=radio] {
  display: none;
}
.report_body fieldset label {
  display: block;
  width: 100%;
  text-align: center;
  color: #C9CACA;
  padding: .5em;
  border: solid 1px #B1B1B1;
  border-right: none;
}
.report_body fieldset label:nth-child(2) {
  border-radius: 5px 0 0 5px;
}
.report_body fieldset label:last-child {
  border-right: solid 1px #B1B1B1;
  border-radius: 0 5px 5px 0;
}
.report_body fieldset input[type=radio]:checked + label {
  background-color: #E5E5E5;
  color: #4A4A4A;
}
.report_body > div {
  padding: 10px 0;
}
.report_body > div canvas {
  margin: 0 auto;
  max-height: 420px;
  max-width: 420px;
}
.report_body > div ul {
  display: flex;
}
.report_body > div ul li {
  margin-right: 20px;
  line-height: 1.2;
  font-size: 35px;
}
.report_body > div ul li small {
  display: block;
  font-size: 10px;
}

.contents_menu {
  max-width: 100%;
  overflow-x: auto;
}
.contents_menu ul {
  display: flex;
}
.contents_menu ul li {
  min-width: 60px;
  padding: 5px;
  font-size: 14px;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
.contents_menu ul li.current {
  background-color: #3F9DF8;
  color: #FFFFFF;
}
.contents_menu ul li a {
  background-color: #FFFFFF;
  color: #D1D2D2;
  display: inline-block;
  width: 100%;
}

.report_detail {
  padding: 15px;
}
.report_detail h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
}
.report_detail h4 + p {
  font-size: 16px;
  font-weight: bold;
}
.report_detail .table_wrap {
  margin-top: 10px;
  height: 260px;
  overflow: scroll;
  border: solid 1px #C9C9C9;
}
.report_detail .table_wrap table {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
}
.report_detail .table_wrap table tr:nth-child(1) th {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
}
.report_detail .table_wrap table th, .report_detail .table_wrap table td {
  border: solid 1px #C9C9C9;
  line-height: 2em;
  width: 18%;
}
.report_detail .table_wrap table th {
  text-align: center;
  background-color: #E5E5E5;
  color: #959595;
}
.report_detail .table_wrap table th:nth-child(1) {
  width: 26%;
  background-color: #F7F7F7;
  color: #ADADAD;
}
.report_detail .table_wrap table td {
  text-align: right;
  padding-right: 1em;
}
.report_detail.list table {
  width: calc(100% + 30px);
  margin-top: 15px;
  margin-left: -15px;
  margin-bottom: 15px;
}
.report_detail.list table tr {
  border-bottom: solid 1px #E5E5E5;
}
.report_detail.list table th {
  background-color: #E5E5E5;
  color: #6B6B6B;
  text-align: center;
  padding: 0.2em 0;
  white-space: nowrap;
  overflow: hidden;
}
.report_detail.list table td {
  padding: 0.5em;
}
.report_detail.list table td span {
  padding: 0 0.5em;
  display: block;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.report_detail.list table td:nth-child(2) {
  text-align: center;
}
.report_detail.list table td:nth-child(3) {
  text-align: right;
}
.report_detail.list .pager {
  max-width: 100%;
  overflow: auto;
  margin: 15px;
}
.report_detail.list .pager ul {
  display: flex;
  justify-content: center;
}
.report_detail.list .pager ul li {
  margin: 10px;
  font-size: 18px;
  font-weight: lighter;
  font-family: sans-serif;
  color: #3F9DF8;
}
.report_detail.list .pager ul li a {
  color: #3F9DF8;
  text-decoration: underline;
}
.report_detail.pie_wrap canvas {
  max-height: 200px;
  max-width: 200px;
  margin: 20px auto;
}
.report_detail.pie_wrap canvas + ul {
  display: flex;
  flex-wrap: wrap;
}
.report_detail.pie_wrap canvas + ul li {
  width: 50%;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}
.report_detail.pie_wrap canvas + ul li::after {
  display: block;
  font-size: 24px;
  font-weight: lighter;
  color: #A6A6A6;
  line-height: 2em;
}
.report_detail.pie_wrap canvas + ul li.GMO {
  color: #4472C4;
}
.report_detail.pie_wrap canvas + ul li.au {
  color: #B4C7E7;
}
.report_detail.pie_wrap canvas + ul li.docomo {
  color: #8FAADC;
}
.report_detail.pie_wrap canvas + ul li.SoftBank {
  color: #DAE3F3;
}
.report_detail.pie_wrap canvas + ul li.GMO::after {
  content: 'GMO';
}
.report_detail.pie_wrap canvas + ul li.au::after {
  content: 'au';
}
.report_detail.pie_wrap canvas + ul li.docomo::after {
  content: 'docomo';
}
.report_detail.pie_wrap canvas + ul li.SoftBank::after {
  content: 'SoftBank';
}

.search_radio {
  display: flex;
  justify-content: center;
}
.search_radio li {
  border: solid 1px #2699FB;
  width: 50%;
}
.search_radio li:first-child {
  border-radius: 5px 0 0 5px;
}
.search_radio li:last-child {
  border-radius: 0 5px 5px 0;
}
.search_radio li label {
  text-align: center;
}
.search_radio input[type=radio] {
  display: none;
}
.search_radio input[type=radio]:checked + label {
  background-color: #2699FB;
  color: #FFFFFF;
}

.graywall {
  background-color: #F7F7F7;
  padding-top: 10px;
}
.graywall > div {
  background-color: #FFFFFF;
  border-top: solid 1px #E5E5E5;
  border-bottom: solid 1px #E5E5E5;
}

.list_only .report_detail {
  padding-top: 0;
}
.list_only .report_detail.list table {
  margin-top: 0;
}

.add-footer-spacer {
  padding-bottom: 120px;
}

/* iPhoneSEカレンダー対策 */
@media screen and (max-width: 320px) {
  .modal {
    overflow: auto;
  }
  .modal #new-regist-btn_wrap {
    position: fixed;
  }

  .xdsoft_datetimepicker {
    left: 50% !important;
    margin-left: -153px !important;
  }
}
/* ympicker */
.ui-widget.ui-widget-content {
  background-color: #FFF;
}
.ui-widget.ui-widget-content .ui-widget-header {
  background-color: #FFF;
  border: none;
  display: flex;
}
.ui-widget.ui-widget-content .ui-widget-header a {
  display: flex;
  justify-content: center;
  position: relative;
  top: -2px;
}
.ui-widget.ui-widget-content .ui-widget-header .ui-ympicker-prev {
  position: relative;
  transform: rotate(-90deg) scaleX(1.8);
}
.ui-widget.ui-widget-content .ui-widget-header .ui-ympicker-prev:before {
  content: '▲';
  color: #757575;
}
.ui-widget.ui-widget-content .ui-widget-header .ui-ympicker-next {
  position: relative;
  transform: rotate(90deg) scaleX(1.8);
}
.ui-widget.ui-widget-content .ui-widget-header .ui-ympicker-next:before {
  content: '▲';
  color: #757575;
}
.ui-widget.ui-widget-content .ui-widget-header .ui-ympicker-title {
  width: 80%;
  text-align: right;
  margin: 0 0.5em;
}
.ui-widget.ui-widget-content .ui-widget-header .ui-ympicker-title:after {
  content: '▼';
  font-size: 9px;
  position: relative;
  color: #757575;
  left: -1em;
}
.ui-widget.ui-widget-content .ui-widget-header select.ui-ympicker-year {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFF;
  width: 40px;
  border: none;
  outline: none;
}

.ui-ympicker td {
  padding: 0px;
  border: solid 1px #CCC;
}
.ui-ympicker td a {
  border: none !important;
  font-size: 14px;
  text-align: center;
}

#color_theme {
  content: "nologin";
}

html {
  font-size: 12px;
}
html .large-font {
  font-size: 16px;
}

body {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  margin: 0 auto;
  text-align: left;
  background-color: #FFFFFF;
  color: #000000;
}
body h2 {
  text-align: center;
  color: #FF66CC;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
  padding-top: 25px;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #000;
  display: block;
}

header {
  position: relative;
  background-color: #000000;
  color: #D5D5D5;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px;
  height: 40px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  z-index: 999;
}
header #IMG_logo {
  height: 25px;
  width: auto;
}
header > ul {
  border-left: 1px solid #D5D5D5;
}
header > ul li {
  display: inline-block;
  padding: 0 10px;
}
header nav.no-menu {
  position: absolute;
  top: calc(50% - 14px);
  right: 5px;
}
header nav > a {
  display: inline-block;
  color: #D5D5D5;
  padding: 3px 1.3em;
}
header nav > a.border {
  border: solid 1px #D5D5D5;
}
header nav #IMG_menubtn {
  position: absolute;
  top: 10px;
  right: 20px;
  width: auto;
  height: 24px;
}
header nav #IMG_menuClose {
  z-index: 999;
  width: 22px;
  position: fixed;
  right: 30px;
  top: 30px;
}
header nav #IMG_menuLogo {
  height: 45px;
  width: auto;
  margin-bottom: 20px;
}
header nav #menu {
  background-color: #000000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
header nav #menu .menu_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
header nav #menu .menu_inner > div {
  text-align: center;
}
header nav #menu a {
  color: #D5D5D5;
  text-align: center;
  font-size: 17px;
  padding: 7px 0;
}
header nav #menu a .new {
  color: #FF0000;
  font-size: 10px;
  display: inline-block;
  position: absolute;
  border: 1px solid #FF0000;
  border-radius: 4px;
  padding: 1px 6px 0;
  margin-left: 10px;
  margin-top: 2px;
}
header nav #menu .logout {
  margin-top: 15px;
}

#menu {
  display: none;
}

.header_spacer {
  height: 40px;
}

.img-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.img-wrap.ht-limited, .img-wrap.ht-limited-large {
  height: 150px;
  margin: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-wrap.ht-limited-large {
  height: 250px;
}
.img-wrap.square {
  max-width: 70vw;
  max-height: 70vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

section h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
section h1 + small {
  display: block;
  width: 100%;
  margin-top: 1em;
  text-align: left;
}
section h2.climb {
  line-height: 1.5;
}
section article {
  border-left: solid 3px;
  padding-left: 0.7em;
  line-height: 1em;
  margin: 10px 0;
  font-size: 16px;
}
section h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}
section h3.pt1 {
  border-left: solid 5px;
  border-bottom: solid 1px;
  padding-left: 0.7em;
}
section h3.pt2 {
  position: relative;
  background: transparent;
  padding: 5px 1em;
}
section h3.pt2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFFFFF;
  opacity: 0.1;
}
section h3.pt2 small {
  display: block;
  width: 100%;
  font-size: 9px;
}
section h3.pt3 {
  display: flex;
  border: solid 2px;
}
section h3.pt3 span {
  display: table-cell;
  padding: 0.5em;
}
section h3.pt3 span:nth-child(1) {
  color: #000000;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
section h3.pt3 span:nth-child(2) {
  width: 100%;
  text-align: center;
}
section p {
  margin-bottom: 2em;
}
section h4 {
  font-size: 16px;
  text-align: center;
}
section .text-bigger {
  font-size: 18px;
}

footer {
  background-image: url(../img/transparent.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  width: 100%;
}
footer ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px;
}
footer div:last-child {
  padding-bottom: 1em;
}
footer li {
  display: inline;
}
footer li + li {
  position: relative;
}
footer li + li:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  color: #FFFFFF;
  content: '|';
  opacity: 0.5;
  transform: scale(1, 2);
}
footer a {
  color: #000000;
  text-decoration: none;
  font-size: 12px;
  padding: 5px 8px;
  margin-left: 4px;
  font-weight: bold;
}
footer .sns_box {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
footer .sns_box a {
  margin-left: 0;
  margin-top: 15px;
  display: inline;
}
footer .sns_box a img {
  width: auto;
  height: auto;
  max-width: 25px;
  max-height: 25px;
}

.edit h2 a,
.edit .float a {
  background: #000000;
  color: #D5D5D5;
  display: inline;
  font-size: 12px;
  font-weight: lighter;
  padding: 0.3em 1em;
  border-radius: 5px;
  margin: 0 0 0 1em;
}
.edit .float {
  position: absolute;
  right: 10px;
  top: 1em;
}
.edit .float a {
  min-width: 4em;
}

.red {
  color: #FF0000;
}

.standard {
  padding: 10px 9px;
  margin: 20px 15px;
  background-color: #F1F1F1;
  color: #000;
}
.standard.no-bg {
  margin-top: 2em;
  background: transparent;
}
.standard.center * {
  text-align: center;
}

.more_btn_top {
  text-align: center;
  margin-top: 15px;
}
.more_btn_top a {
  background: transparent;
  color: #FF66CC;
  background-image: url(../img/btn_background.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(43px - 14px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 173px;
  padding: 7px 0;
}

.more_btn {
  text-align: center;
  margin-top: 15px;
}
.more_btn a {
  background: #000000;
  color: #D5D5D5;
  width: 100%;
  padding: 7px 0;
  display: inline-block;
  text-align: center;
}
.more_btn.color-reverse a {
  color: #000000;
  background: #FFFFFF;
}
.more_btn + small {
  display: block;
  margin-top: 1em;
  text-align: center;
}
.more_btn + small a {
  text-decoration: underline;
}

.band-btn {
  padding-top: 2em;
  width: 100%;
}
.band-btn a {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 3em;
  text-decoration: none;
  background: #000000;
  color: #D5D5D5;
}
.band-btn.color-reverse a {
  color: #000000;
  background: #FFFFFF;
}

.MESSAGE {
  color: #FF0000;
}
.MESSAGE a {
  color: #FF0000;
}

#PAGE_TOP {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}
#PAGE_TOP.entry-btn {
  max-height: 80px;
}
#PAGE_TOP.entry-btn * {
  max-height: 80px;
}

.lists_wrap {
  line-height: 1.5em;
}
.lists_wrap li a {
  padding: 10px 0;
}
.lists_wrap li time {
  font-weight: bold;
}
.lists_wrap li .tag {
  font-size: 10px;
  border-radius: 4px;
  height: 1.2em;
  line-height: 1;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  margin-left: 2px;
  padding: 2px 5px 0;
}
.lists_wrap li .tag.white {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  position: relative;
  top: -1px;
}
.lists_wrap li .tag.color {
  background: #000000;
  color: #D5D5D5;
}
.lists_wrap li .tag.black {
  border: 1px solid #000000;
  background: #000000;
  color: #FFFFFF;
  position: relative;
  top: -1px;
}
.lists_wrap li .tag.new {
  border: 1px solid #FF0000;
  color: #FF0000;
  position: relative;
  top: -1px;
}
.lists_wrap li .title {
  margin-top: 3px;
}
.lists_wrap li .text {
  margin-top: 3px;
}

.type_movie {
  position: relative;
}
.type_movie:after {
  content: '';
  position: absolute;
  background-image: url(../img/play.png);
  display: block;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.diary_wrap .menu_wrap {
  overflow-x: auto;
}
.diary_wrap ul.tab_wrap {
  font-weight: bold;
  font-size: 15px;
  margin-top: 30px;
  white-space: nowrap;
}
.diary_wrap ul.tab_wrap li {
  min-width: 70px;
  text-align: center;
  display: inline-block;
  padding: 0 5px;
}
.diary_wrap ul.tab_wrap li.current {
  border-bottom: 3px solid #000;
}
.diary_wrap ul.tab_wrap li a {
  width: 100%;
}
.diary_wrap ul.lists_wrap {
  margin-bottom: 40px;
  border-top: 1px solid #000;
}
.diary_wrap ul.lists_wrap li {
  border-bottom: 1px solid #000;
}
.diary_wrap ul.lists_wrap li a {
  position: relative;
}
.diary_wrap ul.lists_wrap li .title {
  font-weight: bold;
}
.diary_wrap ul.lists_wrap.type_link a {
  padding-right: 30px;
}
.diary_wrap ul.lists_wrap.type_link a:after {
  content: '';
  background-image: url(../img/arrow_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 13px;
  height: 20px;
  margin-top: -10px;
  margin-right: -6px;
}
.diary_wrap ul.lists_wrap.type_ac .open > a:after, .diary_wrap ul.lists_wrap.type_ac .open > span:after {
  background-image: url(../img/ac_minus.png);
}
.diary_wrap ul.lists_wrap.type_ac li > a, .diary_wrap ul.lists_wrap.type_ac li > span {
  display: block;
  padding: 10px 30px 10px 0;
  position: relative;
}
.diary_wrap ul.lists_wrap.type_ac li > a:after, .diary_wrap ul.lists_wrap.type_ac li > span:after {
  content: '';
  background-image: url(../img/ac_plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  margin-right: -6px;
}
.diary_wrap ul.lists_wrap.type_ac .text {
  display: none;
}
.diary_wrap ul.lists_wrap.type_ac .text form {
  display: inline-block;
}
.diary_wrap ul.lists_wrap.type_ac .text button {
  display: inline-block;
  border-radius: 0.5em;
  background: #000000;
  color: #D5D5D5;
  padding: 0.7em 2em;
  margin: 3px;
  border: none;
}
.diary_wrap ul.listtype_simple .type_movie:after {
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
}
.diary_wrap ul.listtype_simple a {
  padding-right: 30px;
  display: flex;
}
.diary_wrap ul.listtype_simple a:after {
  content: '';
  background-image: url(../img/arrow_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 13px;
  height: 20px;
  margin-top: -10px;
  margin-right: -6px;
}
.diary_wrap ul.listtype_simple a .thumbnail {
  margin: auto 0;
}
.diary_wrap ul.listtype_simple a .thumbnail img {
  height: auto;
  width: auto;
  max-width: 85px;
}
.diary_wrap ul.listtype_simple a .content {
  padding-left: 10px;
}
.diary_wrap ul.listtype_large li {
  width: 100%;
  border-bottom: none;
  margin: 15px 0;
}
.diary_wrap ul.listtype_large a {
  padding: 10px;
  background: #464646;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.diary_wrap ul.listtype_large a .thumbnail {
  text-align: center;
  margin: auto;
}
.diary_wrap ul.listtype_large a .thumbnail img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 240px;
}
.diary_wrap ul.listtype_medium {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.diary_wrap ul.listtype_medium .type_movie:after {
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
}
.diary_wrap ul.listtype_medium li {
  width: 49%;
  border-bottom: none;
  margin: 10px 0;
}
.diary_wrap ul.listtype_medium a {
  padding: 10px;
  background: #464646;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.diary_wrap ul.listtype_medium a .thumbnail {
  text-align: center;
  margin: auto;
}
.diary_wrap ul.listtype_medium a .thumbnail img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 120px;
}
.diary_wrap ul.listtype_small {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.diary_wrap ul.listtype_small .type_movie:after {
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
}
.diary_wrap ul.listtype_small li {
  width: 32%;
  border-bottom: none;
  margin: 10px 0;
}
.diary_wrap ul.listtype_small a {
  padding: 10px;
  background: #464646;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.diary_wrap ul.listtype_small a .thumbnail {
  text-align: center;
  margin: auto;
}
.diary_wrap ul.listtype_small a .thumbnail img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 60px;
}
.diary_wrap ul.listtype_small a .content .text {
  display: none;
}

.movie_wrap ul.listtype_simple .content .text {
  display: none;
}

.detail main {
  margin-bottom: 30px;
}
.detail main time {
  font-weight: bold;
}
.detail main .tag {
  font-weight: bold;
}
.detail main .tag.new {
  font-size: 10px;
  border-radius: 4px;
  position: relative;
  top: -1px;
  height: 1.3em;
  line-height: 1;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  margin-left: 5px;
  padding: 2px 5px 0;
  border: 1px solid #FF0000;
  color: #FF0000;
}
.detail main h3 {
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid;
  padding: 4px 0;
  margin-bottom: 15px;
}
.detail main .text {
  line-height: 1.7em;
}
.detail main .text img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  padding: 15px 0;
}
.detail main .text > img {
  margin: 0 auto;
}
.detail .swiper-wrapper {
  align-items: center;
}
.detail .swiper-slide {
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 400px;
}

.prevnext_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 14px;
  padding-top: 40px;
}
.prevnext_wrap .return {
  padding: 5px;
}
.prevnext_wrap .prev {
  position: absolute;
  left: 0;
  padding: 5px;
  padding-left: 35px;
}
.prevnext_wrap .prev:before {
  content: '';
  background-image: url(../img/arrow_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  left: 14px;
  width: 16px;
  height: 16px;
  margin-top: -9px;
}
.prevnext_wrap .next {
  position: absolute;
  right: 0;
  padding: 5px;
  padding-right: 35px;
}
.prevnext_wrap .next:after {
  content: '';
  background-image: url(../img/arrow_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  margin-top: -9px;
}

.pager_wrap {
  text-align: center;
}
.pager_wrap li {
  display: inline-block;
  margin: 2px;
}
.pager_wrap li a {
  background: #000000;
  color: #FFFFFF;
  padding: 5px 11px;
  font-size: 15px;
  font-weight: bold;
}
.pager_wrap li.current a {
  background: #000000;
  color: #FFFFFF;
}
.pager_wrap .prev a {
  padding: 5px;
  margin-right: 6px;
  background: none;
}
.pager_wrap .prev a img {
  width: 16px;
  height: auto;
}
.pager_wrap .next a {
  padding: 5px;
  margin-left: 6px;
  background: none;
}
.pager_wrap .next a img {
  width: 16px;
  height: auto;
}
@media screen and (max-width: 320px) {
  .pager_wrap li a {
    padding: 4px 9px;
    font-size: 14px;
  }
  .pager_wrap .prev a {
    padding: 4px;
    margin-right: 2px;
  }
  .pager_wrap .next a {
    padding: 4px;
    margin-left: 2px;
  }
}

.diary_photo_wrap {
  /* swiper */
  /* /swiper */
}
.diary_photo_wrap .swiper-container {
  width: 100%;
}
.diary_photo_wrap .swiper-pagination-bullet {
  background: #B4B4B4;
  opacity: 1;
}
.diary_photo_wrap .swiper-pagination-bullet-active {
  background: #000000;
}
.diary_photo_wrap .swiper-button-prev:after {
  background-image: none;
  content: url(../img/arrow_left.svg);
}
.diary_photo_wrap .swiper-button-next:after {
  background-image: none;
  content: url(../img/arrow_right.svg);
}
.diary_photo_wrap .swiper-wrapper img {
  max-width: 100%;
}
.diary_photo_wrap .swiper-pagination {
  position: relative;
  margin-top: 10px;
}
.diary_photo_wrap .swiper-pagination span {
  margin: 0 3px;
  width: 7px;
  height: 7px;
}
.diary_photo_wrap .swiper-slide {
  text-align: center;
}

.detail main .text .diary_photo_wrap {
  padding-bottom: 15px;
}
.detail main .text .diary_photo_wrap img {
  padding: 0;
}

/* ログインフォーム */
#login_area h4 {
  color: #D5D5D5;
  font-size: 16px;
  width: 90%;
  margin: 30px auto;
  color: #FF0000;
  font-weight: bold;
}
#login_area h3 {
  color: #000000;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
#login_area > div {
  background-color: #000000;
  text-align: center;
  margin: 14px;
  padding: 12px;
}
#login_area > div h5 {
  color: #000000;
  margin: 20px auto 10px;
  font-weight: bold;
  font-size: 14px;
}
#login_area > div label, #login_area > div span {
  display: block;
  width: 100%;
  color: #000000;
}
#login_area > div input {
  width: 100%;
  outline: none;
  border: none;
  padding: 7px;
}
#login_area > div span {
  text-align: right;
  margin-bottom: 20px;
}
#login_area > div .small {
  font-size: 10px;
}
#login_area > div a {
  display: inline;
  color: #EA3D3D;
  text-decoration: underline;
}
#login_area > div button, #login_area > div .button {
  background-color: #000000;
  color: #D5D5D5;
  border: none;
  height: 3em;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  text-decoration: none;
  font-weight: bold;
}

.remodal {
  padding: 0 !important;
  background-color: transparent !important;
  width: 100% !important;
  max-width: calc(90vh / 9 * 16) !important;
  position: relative;
}
.remodal .close-btn {
  background: transparent;
  border: none;
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  top: -40px;
  right: 10px;
}
.remodal iframe {
  width: 100%;
  max-width: calc(90vh / 9 * 16);
  height: calc(100vw / 16 * 9);
  max-height: 90vh;
}

/* PC用 */
@media screen and (min-width: 1025px) {
  .header_spacer {
    height: 100px;
  }

  header {
    height: 100px;
    padding: 30px;
  }
  header #IMG_logo {
    height: 40px;
  }
  header ul {
    zoom: 1.3;
  }
  header nav #IMG_menubtn {
    height: 30px;
    top: calc(50% - 15px);
    right: 30px;
  }

  footer, .footer_spacer {
    zoom: 1.3;
  }

  .img-wrap.square {
    max-width: 400px;
    max-height: 400px;
  }

  .standard {
    padding: 30px 5%;
    margin: 30px 10%;
    zoom: 1.3;
  }

  .TOP_BANNER {
    zoom: 1.3;
  }
}
#TOP h2 {
  padding-top: 0;
}
#TOP .TOP_VISUAL {
  line-height: 0;
}
#TOP .TOP_VISUAL img {
  width: 100%;
  height: auto;
}
#TOP .TOP_BANNER {
  line-height: 0;
  margin: 20px 0;
  /* swiper */
  /* /swiper */
}
#TOP .TOP_BANNER .swiper-container {
  width: 100%;
}
#TOP .TOP_BANNER .swiper-pagination-bullet {
  background: #B4B4B4;
  opacity: 1;
}
#TOP .TOP_BANNER .swiper-pagination-bullet-active {
  background: #222222;
}
#TOP .TOP_BANNER .swiper-button-prev:after {
  background-image: none;
  content: url(../img/arrow_left.svg);
}
#TOP .TOP_BANNER .swiper-button-next:after {
  background-image: none;
  content: url(../img/arrow_right.svg);
}
#TOP .TOP_BANNER .swiper-wrapper img {
  max-width: 95%;
}
#TOP .TOP_BANNER .swiper-pagination {
  position: relative;
  margin-top: 10px;
}
#TOP .TOP_BANNER .swiper-pagination span {
  margin: 0 3px;
  width: 7px;
  height: 7px;
}
#TOP .TOP_BANNER .swiper-slide {
  text-align: center;
}
#TOP .DIARY > ul li a {
  position: relative;
}
#TOP .DIARY ul.listtype_simple .type_movie:after {
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
}
#TOP .DIARY ul.listtype_simple a {
  padding-right: 30px;
  display: flex;
}
#TOP .DIARY ul.listtype_simple a:after {
  content: '';
  background-image: url(../img/arrow_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 13px;
  height: 20px;
  margin-top: -10px;
  margin-right: -6px;
}
#TOP .DIARY ul.listtype_simple a .thumbnail {
  margin: auto 0;
}
#TOP .DIARY ul.listtype_simple a .thumbnail img {
  height: auto;
  width: auto;
  max-width: 85px;
}
#TOP .DIARY ul.listtype_simple a .content {
  padding-left: 10px;
}
#TOP .DIARY ul.listtype_large li {
  width: 100%;
  border-bottom: none;
  margin: 15px 0;
}
#TOP .DIARY ul.listtype_large a {
  padding: 10px;
  background: #464646;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
#TOP .DIARY ul.listtype_large a .thumbnail {
  text-align: center;
  margin: auto;
}
#TOP .DIARY ul.listtype_large a .thumbnail img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 240px;
}
#TOP .DIARY ul.listtype_medium {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#TOP .DIARY ul.listtype_medium .type_movie:after {
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
}
#TOP .DIARY ul.listtype_medium li {
  width: 49%;
  border-bottom: none;
  margin: 10px 0;
}
#TOP .DIARY ul.listtype_medium a {
  padding: 10px;
  background: #464646;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
#TOP .DIARY ul.listtype_medium a .thumbnail {
  text-align: center;
  margin: auto;
}
#TOP .DIARY ul.listtype_medium a .thumbnail img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 120px;
}
#TOP .DIARY ul.listtype_small {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#TOP .DIARY ul.listtype_small li {
  width: 33%;
  padding: 10px 0;
}
#TOP .DIARY ul.listtype_small li img {
  width: 96%;
}
#TOP .DIARY ul.listtype_small li time {
  text-align: left;
  display: inline-block;
}
#TOP .DIARY ul.listtype_small li p {
  text-align: left;
}
#TOP .DIARY ul.listtype_small li .thumbnail {
  text-align: center;
  margin: auto;
  width: 100%;
  height: 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#TOP .DIARY ul.listtype_small li .thumbnail img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
#TOP .MOVIE > ul li {
  padding: 10px 0;
}
#TOP .MOVIE > ul li div {
  position: relative;
  margin-bottom: 10px;
  line-height: 0;
}
#TOP .MOVIE > ul li div:after {
  content: '';
  position: absolute;
  background-image: url(../img/play.png);
  display: block;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#TOP .MOVIE > ul li img {
  width: 100%;
}
#TOP .MOVIE > ul li p {
  font-size: 16px;
}
#TOP .SNS {
  line-height: 2em;
  font-weight: bold;
}
#TOP .SNS li {
  display: flex;
}
#TOP .SNS li a {
  color: #D5D5D5;
  word-break: break-all;
  font-weight: normal;
  margin-left: 5px;
}
#TOP .SNS li a:before {
  content: ' | ';
  color: #000;
}

.profile .img-wrap.square {
  border: solid 2px;
}
.profile dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
  padding: 1em;
}
.profile dl dt {
  width: calc(40% - 10px);
  text-align: right;
}
.profile dl dd {
  width: calc(60% - 10px);
  text-align: left;
  text-decoration: underline;
}

.profile-neo article {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.profile-neo article .img-wrap {
  max-width: 200px;
}
.profile-neo article .img-wrap img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}
.profile-neo dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
  padding: 1em;
  line-height: 1.5;
}
.profile-neo dl dt {
  width: calc(40% - 10px);
  text-align: right;
  white-space: nowrap;
}
.profile-neo dl dd {
  width: calc(60% - 10px);
  text-align: left;
  text-decoration: underline;
}

/* PC用 */
@media screen and (min-width: 1025px) {
  #TOP .TOP_VISUAL img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .profile-neo article {
    display: flex;
    flex-wrap: nowrap;
  }
  .profile-neo article .img-wrap {
    max-width: 200px;
  }
  .profile-neo dl dt {
    width: calc(25% - 10px);
  }
  .profile-neo dl dd {
    width: calc(75% - 10px);
  }
}
/* 以下、個別カスタムＣＳＳ */
header #IMG_logo {
  zoom: 1.5;
  margin-left: -5px;
}

.wrapper {
  margin: 10px 0;
}

div[id^="Vimeo"] iframe {
  width: 100%;
  height: calc((100vw - 30px) / 16 * 9);
}

/* PC用 */
@media screen and (min-width: 1025px) {
  header, .header_spacer {
    height: 60px;
    zoom: 1.3;
  }

  header nav.no-menu {
    top: 15px;
  }

  .wrapper {
    margin: 20px 0;
  }

  div[id^="Vimeo"] iframe {
    width: 100%;
    height: calc(40vw / 16 * 9);
  }

  .standard {
    padding: 30px 5%;
    margin: 30px 25%;
  }

  .sp_only {
    display: none;
  }
}
