@charset "UTF-8";
div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

div#mfp_hidden input {
  margin: 10px;
}

div.mfp_thanks {
  padding: 30px;
}

div.mfp_thanks p {
  line-height: 1.7em;
}

div.mfp_thanks ul.mfp_caution {
  margin: 0px;
  padding: 0px;
}

div.mfp_thanks ul.mfp_caution li {
  display: block;
  color: #C00;
  margin: 0px;
  padding: 5px 0px;
}

div#mfp_thanks {
  text-align: center;
  font-size: 18px;
  padding: 20px 0px;
}

div#mfp_thanks strong {
  color: #C00;
  font-size: 24px;
}

/*
form#mailformpro {
	padding: 10px 0px;
}
form#mailformpro dl dt {
	float: left;
	width: 160px;
	clear: both;
	font-size: 12px;
	padding: 10px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 20px 170px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
*/
.must {
  display: block;
  background-color: #C00;
  border: solid 2px #C00;
  text-shadow: 0px 1px 2px #933;
  padding: 2px 5px;
  font-size: 10px;
  color: #FFF;
  float: left;
  margin: 0px 5px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #CCC;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
}

.optionally {
  display: block;
  background-color: #06C;
  border: solid 2px #06C;
  text-shadow: 0px 1px 2px #933;
  padding: 2px 5px;
  font-size: 10px;
  color: #FFF;
  float: left;
  margin: 0px 5px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #CCC;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
}

/*
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
*/
form#mailformpro label.mfp_checked {
  padding: 3px;
  border: solid 1px #CCC;
  background-color: #E8EEF9;
  box-shadow: 0px 1px 3px #CCC inset;
}

form#mailformpro label.mfp_not_checked {
  padding: 3px;
  border: solid 1px #EEE;
}

/*
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	font-size: 12px;
	border-top: solid 1px #CCC;
	padding: 5px 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
*/
div#mfp_phase_confirm {
  clear: both;
}

/*
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
*/
div#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}

div#mfp_overlay_inner {
  background-color: #FFF;
  padding: 15px;
  margin: 0px auto;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
  width: 640px;
  max-width: 90%;
}

div#mfp_overlay_background {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 10000;
}

div#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute;
}

/*
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(_images/mfp_loading.gif);
}
*/
.mfp_colored {
  background-color: #F6F7F9;
}

.mfp_achroma {
  background-color: #FFF;
}

div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 5px 17px;
  color: #F00;
  font-size: 12px;
  line-height: normal;
  background-position: 0px 1px;
}

.mfp_parent_error {
  border: solid 2px #F00;
}

.problem {
  background-color: #FCC;
}

div#mfp_error {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
}

div#mfp_error p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}

div#mfp_error p strong {
  font-size: 18px;
  color: #F00;
}

div#mfp_warning {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
  border-radius: 5px;
}

div#mfp_warning p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}

div#mfp_warning p strong {
  font-size: 18px;
  color: #F00;
}

div#mfp_price {
  color: #C00;
  font-size: 36px;
  padding: 10px;
  font-weight: bolder;
}

div#mfp_price span {
  color: #666;
  font-size: 12px;
  font-weight: normal;
}

button.mfp_next, button.mfp_prev {
  font-size: 18px;
  margin: 10px;
  padding: 5px 10px;
}

button.mfp_next {
  float: right;
}

button.mfp_prev {
  float: left;
}

ul#mfp_phase_stat {
  padding: 10px;
  text-align: center;
}

ul#mfp_phase_stat li {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5px;
  margin: 0px 5px;
  list-style: none;
  font-size: 14px;
}

ul#mfp_phase_stat li.mfp_phase_arrow {
  box-shadow: none;
  color: #999;
  padding: 8px 0px;
}

ul#mfp_phase_stat li.mfp_active_phase {
  box-shadow: 0px 1px 6px #000;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  background-color: #0068B7;
  border: solid 2px #0068B7;
  font-weight: bolder;
  color: #FFF;
  text-shadow: 0px 1px 3px #000;
}

ul#mfp_phase_stat li.mfp_inactive_phase {
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  background-color: #EEE;
  border: solid 2px #EEE;
  color: #999;
  box-shadow: 0px 1px 6px #CCC;
}

div#mfp_shopping_cart {
  border: solid 1px #CCC;
  margin: 0px;
  padding: 0px;
}

div#mfp_shopping_cart p {
  margin: 0px;
  text-align: center;
  padding: 20px 10px;
  font-size: 12px;
  background-color: #FEE;
}

table.mfp_shoppingcart {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}

table.mfp_shoppingcart thead tr td {
  background-color: #EEE;
  border-bottom: solid 1px #CCC;
  text-align: center;
  font-size: 12px;
  padding: 5px;
}

table.mfp_shoppingcart tbody tr th, table.mfp_shoppingcart tbody tr td {
  font-size: 12px;
  padding: 5px;
  border-bottom: solid 1px #CCC;
}

table.mfp_shoppingcart tbody tr td select {
  display: block;
  margin: 0px auto;
  text-align: center;
}

table.mfp_shoppingcart tbody tr td select option {
  text-align: center;
}

table.mfp_shoppingcart tbody tr th span {
  display: block;
  font-weight: normal;
  font-size: 10px;
  color: #666;
  padding: 3px 0px;
}

table.mfp_shoppingcart tfoot tr td {
  padding: 5px;
  font-size: 16px;
  font-weight: bolder;
  color: #900;
}

td.msc_price {
  font-size: 12px;
  text-align: right;
}

div.mfp_buttons {
  clear: both;
  padding: 10px 0px;
  text-align: center;
}

.imagebutton {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  background: none;
}

.mfp_element_all {
  max-width: 90%;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
  border: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #CCC inset;
  padding: 3px 8px;
  margin: 2px;
  vertical-align: middle;
}

.mfp_element_checkbox,
.mfp_element_radio {
  vertical-align: middle;
  margin: 0px 2px;
}

.mfp_element_file {
  font-size: 12px;
  display: inline-block;
  padding: 10px 10px;
  vertical-align: middle;
  border: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #CCC inset;
  background: #EEE;
}

.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
  border-radius: 5px;
  padding: 5px 10px;
  border: solid 1px #CCC;
  background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: -moz-linear-gradient(top, #EEE, #CCC);
  background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
  text-shadow: 0px 2px 0px #FFF;
  font-size: 18px;
  cursor: pointer;
  outline: none;
}

.mfp_element_reset {
  color: #333;
}

.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
  background: gradient(linear, center top, center bottom, from(#FFF), to(#CCC));
  background: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#CCC));
  background: -moz-linear-gradient(top, #FFF, #CCC);
  background: -ms-linear-gradient(top, #FFF 0%, #CCC 100%);
  box-shadow: 0px 2px 15px #CCC;
}

button.mfp_next, button.mfp_prev {
  font-size: 14px;
}

input#mfp_reserve_item, input#mfp_reserve_date {
  display: none;
}

div#mfp_reserve_wrapper {
  position: relative;
  overflow: hidden;
  border: solid 1px #CCC;
}

div#mfp_reserve_inner {
  position: relative;
  padding: 0px 0px 0px 100px;
  overflow: auto;
}

div#mfp_reserve_wrapper table {
  border-spacing: 0px;
  border-collapse: collapse;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  background-color: #FEE;
  z-index: 100;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value {
  padding: 0px 0px 0px 0px;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
  cursor: pointer;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
  background-color: #E8EEF9;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
  background-color: #0068B7;
  color: #FFF;
}

td.mfp_reserve_disabled {
  background-color: #CCC;
}

td.mfp_reserve_warning {
  background-color: #FFC;
}

div#mfp_reserve_wrapper table tr td, div#mfp_reserve_wrapper table tr th {
  border: solid 1px #CCC;
  padding: 0px 5px;
  font-size: 12px;
  text-align: center;
  font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-weight: normal;
  height: 20px;
  text-align: left;
}

td.mfp_reserve_week_0 {
  color: #F00;
  background-color: #FEE;
}

td.mfp_reserve_week_6 {
  color: #00F;
  background-color: #EEF;
}

div.mfp_ok {
  border-radius: 5px;
  background-color: #090;
  border: solid 1px #090;
  display: inline-block;
  line-height: 1.5em;
  padding: 0px 5px;
  margin: 0px 2px;
  color: #FFF;
  font-size: 10px;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  display: none;
}

div.prefcodeWrapper {
  position: relative;
}

div.prefcodeResult {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  border: solid 1px #CCC;
  background-color: #FFF;
  box-shadow: 0px 0px 5px #CCC;
  display: none;
}

div.prefcodeResult div {
  cursor: pointer;
}

div.prefcodeResult div:hover {
  background-color: #C9EBFB;
}

div.prefcodeResult div.prefcodeNext {
  background-color: #EEE;
  text-align: center;
}

div.prefLoading {
  padding: 60px 100px;
  background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}

div.mfpSuggestWrapper {
  position: relative;
}

div.mfpSuggestResult {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  border: solid 1px #CCC;
  background-color: #FFF;
  box-shadow: 0px 0px 5px #CCC;
  display: none;
}

div.mfpSuggestResult div {
  cursor: pointer;
}

div.mfpSuggestResult div:hover {
  background-color: #C9EBFB;
}

div.mfpSuggestResult div.mfpSuggestNext {
  background-color: #EEE;
  text-align: center;
}

div.prefLoading {
  padding: 60px 100px;
  background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}

.hidefield {
  height: 0px;
  overflow: hidden;
}

.showfield {
  height: auto;
  overflow: visible;
}

div.mfp_attached_thumbnails {
  display: none;
  padding: 5px;
  margin: 5px auto;
  border: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #CCC inset;
  background: #EEE;
}

div.mfp_attached_thumbnails ul {
  margin: 0px;
  padding: 0px;
}

form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  border: solid 4px #FFF;
  margin: 5px;
  box-shadow: 0px 2px 5px #999;
}

form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
  display: block;
  max-height: 100px;
  overflow: hidden;
}

div.mfp_attached_thumbnails ul li a img {
  display: block;
  max-width: 80px;
}

button.mfp_attached_reset {
  font-size: 14px;
}

div.mfp_draganddrop {
  margin: 5px auto;
  width: 100%;
  height: 200px;
  border: solid 2px #CCC;
  border-radius: 3px;
  background: url(_images/draganddrop.png) no-repeat center center #EEE;
  background-size: auto 80%;
}

div.mfp_dragover {
  border: solid 2px #0068B7;
  background-color: #FFF;
}

div.mfp_attached_filelist {
  margin: 5px auto;
  padding: 5px;
  width: 100%;
  border: solid 1px #CCC;
  border-radius: 3px;
}

form#mailformpro dl dd div.mfp_attached_filelist ul,
div.mfp_attached_filelist ul {
  padding: 5px;
}

form#mailformpro dl dd div.mfp_attached_filelist ul li,
div.mfp_attached_filelist ul li {
  padding: 5px 5px 5px 2em;
  background: url(_images/file.png) no-repeat 5px center;
  background-size: 1.3em 1.3em;
  display: inline-block;
  margin-right: 1em;
}

form#mailformpro dl dd div.mfp_attached_filelist ul li:last-child,
div.mfp_attached_filelist ul li:last-child {
  border: none;
}

div.mfp_guide {
  position: relative;
  width: 1px;
  height: 1px;
}

div.mfp_guide div {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-top: -2em;
  white-space: nowrap;
  border-radius: 5px;
  padding: 5px 10px;
  line-height: 1em;
  font-size: 12px;
  color: #FFF;
  font-weight: bolder;
  background: #F00;
  display: none;
}

div#mfp_numticket_wrapper,
div#mfp_numticket_wrapper * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

div#mfp_numticket_wrapper {
  clear: both;
  padding: 15px;
}

div#mfp_numticket_wrapper section#numticket_message_wrapper {
  border: solid 3px #F00;
  border-radius: 5px;
  background: #FEE;
  padding: 15px;
  font-size: 16px;
  line-height: 1.7em;
  margin: 5px auto;
}

div#mfp_numticket_wrapper section#numticket_waitTime {
  border: solid 3px #CCC;
  border-radius: 5px;
  background: #FFF;
  padding: 15px;
  font-size: 16px;
  margin: 10px auto;
}

div#mfp_numticket_wrapper section#numticket_waitTime strong {
  font-size: 32px;
  display: block;
  text-align: center;
}

div#mfp_numticket_wrapper section#numticket_waitTime p.numticket_center {
  text-align: center;
}

div.mfp_traffic_status {
  max-width: 460px;
  margin: 10px auto;
  border: solid 1px #CCC;
  border-radius: 3px;
  padding: 15px;
}

div.mfp_traffic_status h3 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #999;
}

div.mfp_traffic_status table {
  text-align: center;
  width: 100%;
}

div#wrapper div.mfp_traffic_status table tr th,
div#wrapper div.mfp_traffic_status table tr td,
div.mfp_traffic_status table td,
div.mfp_traffic_status table th {
  border: none;
  padding: 0;
}

div#wrapper div.mfp_traffic_status table tr td,
div.mfp_traffic_status table td {
  padding: 0 2px;
}

div#wrapper div.mfp_traffic_status table tr th,
div.mfp_traffic_status table th {
  border-top: solid 1px #CCC;
  font-size: 10px;
  font-weight: normal;
  padding-top: 5px;
  color: #999;
}

div.mfp_traffic_status table td {
  height: 100px;
}

div.mfp_traffic_status table td span {
  display: block;
  background: #7BAAF7;
  border-radius: 3px 3px 0 0;
  border-top: solid 1px #66A1F7;
  border-right: solid 1px #66A1F7;
  border-left: solid 1px #66A1F7;
  min-width: 10px;
  max-width: 30px;
  margin: 0 auto;
  padding-bottom: 10px;
}

div.mfp_traffic_status table td span.mfp_traffic_status_current {
  background: #5D7AF2;
  border-top: solid 1px #546CD1;
  border-right: solid 1px #546CD1;
  border-left: solid 1px #546CD1;
}

.mfp_ok {
  background-color: rgba(0, 255, 0, 0.2);
}

.mfp_ng {
  background-color: rgba(255, 0, 0, 0.2);
}

div#mfp_OperationCheck div#mfp_OperationCheck_inner {
  display: none;
}

div#mfp_OperationCheck strong {
  background: #090;
  display: block;
  color: #222;
  text-align: center;
  border-radius: 3px;
}

div#mfp_OperationCheck * {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
}

div#mfp_OperationCheck p {
  padding: 0px 5px;
  margin: 0px;
  font-size: 12px;
}

div#mfp_OperationCheck p a {
  color: #0C0;
  text-decoration: none;
}

div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
  text-decoration: underline;
}

div#mfp_OperationCheck p button {
  border: none;
  background: none;
  color: #0C0;
  cursor: pointer;
}

div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
  line-height: 12px;
  font-size: 12px;
  list-style: none;
  vertical-align: middle;
}

div#mfp_OperationCheck ul li {
  padding: 5px 10px;
}

div#mfp_OperationCheck ul li label {
  text-decoration: underline;
}

button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
  border-radius: 5px;
  padding: 5px 10px 5px 2em;
  border: solid 1px #CCC;
  background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: -moz-linear-gradient(top, #EEE, #CCC);
  background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
  text-shadow: 0px 2px 0px #FFF;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  display: inline-block;
  margin: 5px auto;
}

button#mfp_recorder_record {
  background: url(_images/mfp_record_disabled.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}

button#mfp_recorder_clear {
  background: url(_images/mfp_record_remove.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}

button#mfp_recorder_restore {
  background: url(_images/mfp_record_restore.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}

button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
  background: url(_images/mfp_record_enabled.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}

div#mfp_recorder_wrap {
  border: solid 1px #CCC;
  padding: 10px;
  text-align: center;
  margin: 5px auto;
}

td.request_image {
  width: 100px;
}

td.request_image img {
  max-width: 100px;
}

button.mfp_submit_enable {
  background: none;
  background: #000090;
}

button.mfp_submit_disable {
  background: none;
  background: #FD8282;
}

span.mfp_tips {
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  background-color: #FCC;
  display: block;
  border-radius: 5px;
  padding: 10px;
  margin: 2px;
  box-shadow: 0px 2px 10px #999;
}

span.mfp_tips strong {
  color: #800040;
}

span.mfp_tips span {
  display: block;
  padding: 10px;
  color: #008080;
}

span.mfp_tips em {
  font-style: normal;
  color: #090;
  font-weight: bold;
}

div.mfp_estimate_wrapper {
  border: solid 1px #CCC;
  padding: 10px;
  margin: 5px;
  border-radius: 5px;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap {
  position: relative;
  padding: 10px;
  border: solid 1px #CCC;
  border-radius: 5px;
  margin: 10px 0;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap div.mfp_estimate_label {
  position: absolute;
  top: -0.7em;
  left: 1em;
  display: inline-block;
  background: #FFF;
  font-size: 12px;
  padding: 0 0.5em;
  color: #666;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap select {
  font-size: 18px;
  margin: 5px 0;
  padding: 5px 10px;
  line-height: 1em;
  min-height: 2.5em;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap img {
  width: 100%;
  max-width: 240px;
  display: block;
  margin: 0 auto;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap strong {
  display: block;
  text-align: right;
  color: #900;
  font-size: 24px;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap strong em {
  display: inline-block;
  font-size: 30px;
}

div.mfp_estimate_wrapper button.mfp_estimate_button {
  margin: 10px 0 0 0;
  padding: 5px 10px;
  border-radius: 5px;
  border: solid 1px #CCC;
  background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: -moz-linear-gradient(top, #EEE, #CCC);
  background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
  text-shadow: 0px 2px 0px #FFF;
}

div.mfp_estimate_list table.mfp_estimate_list_table {
  width: 100%;
  margin: 10px 0;
}

div.mfp_estimate_list table.mfp_estimate_list_table thead tr th {
  text-align: center;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tr td {
  border: none;
  border-bottom: solid 1px #333;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr td {
  border: none;
  text-align: right;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td {
  padding: 0;
  margin: 0;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th {
  padding: 0 10px;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th span,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th span {
  font-size: 10px;
  display: block;
  color: #666;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(1),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(1) {
  width: 80px;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(2),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(2) {
  text-align: right;
  padding: 0 10px;
  width: 120px;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(3),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(3) {
  width: 60px;
}

div.mfp_estimate_list table.mfp_estimate_list_table tbody td img {
  max-width: 80px;
}

div.mfp_estimate_list table.mfp_estimate_list_table tbody td button {
  border: none;
  background: none;
  font-size: 24px;
  cursor: pointer;
}

div.mfp_ticket_wrapper {
  border: solid 1px #CCC;
  margin: 5px;
  overflow: auto;
}

div.mfp_ticket_map {
  position: relative;
  background-position: left top;
  background-repeat: no-repeat;
}

div.mfp_ticket_map div {
  position: absolute;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
}

div.mfp_ticket_map div label {
  position: relative;
}

div.mfp_ticket_map div label span {
  position: absolute;
  top: 0px;
  left: 20px;
  display: inline-block;
  font-size: 10px;
  white-space: nowrap;
  display: none;
  background-color: #FFF;
  border: solid 1px #CCC;
  padding: 3px 3px;
  line-height: 1em;
}

div.mfp_ticket_map div label:hover span {
  display: block;
  z-index: 10;
}

div.mfp_ticket_map div label input {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: #CCC;
}

@media screen and (max-width: 800px) {
  /*
	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	*/
  ul#mfp_phase_stat {
    padding: 0px;
    text-align: left;
  }
  ul#mfp_phase_stat li {
    text-align: center;
    padding: 5px 0px;
    border-radius: 3px;
    margin: 5px;
    list-style: none;
    font-size: 14px;
    width: 28%;
  }
  ul#mfp_phase_stat li.mfp_phase_arrow {
    bos-shadow: none;
    display: none;
  }
  table#mfp_confirm_table tr th {
    white-space: nowrap;
    width: 100px;
  }
  div#mfp_thanks {
    text-align: center;
    font-size: 18px;
    padding: 20px 0px;
  }
  div#mfp_thanks strong {
    color: #C00;
    font-size: 24px;
    display: block;
  }
}

/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../js/PhotoSwipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../js/PhotoSwipe/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../js/PhotoSwipe/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: bottom;
}

a[href],
label[for],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
input[type="radio"],
input[type="checkbox"],
select {
  cursor: pointer;
}

a[href^="tel:"] {
  cursor: default;
}

/*-------------------------
  ROLL OVER
-------------------------*/
.ro {
  transition: all 0.25s linear;
}

.ro:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

.ro:hover img {
  opacity: 1;
}

.ro a:hover, .ro a:hover img {
  transition: none;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .ro:hover,
  .ro a:hover,
  .ro a:hover img {
    opacity: 1;
  }
}

/*-------------------------
  pcCont/spCont
-------------------------*/
.sp, .spCont {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc, .pcCont {
    display: none;
  }
  .sp, .spCont {
    display: block;
  }
}

/*-------------------------
  COMMONS
-------------------------*/
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clear {
  clear: both;
}

button {
  cursor: pointer;
  outline: none;
}

.fBox {
  display: flex;
}

svg {
  fill: currentColor;
}

.preload * {
  transition: none !important;
}

.ofi {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.ac_tn {
  cursor: pointer;
}

img {
  -webkit-backface-visibility: hidden;
}

.slider {
  opacity: 0;
  transition: opacity .3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: white;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 1.6rem;
  line-height: 2.25;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  word-break: normal;
  word-wrap: break-word;
  line-break: strict;
  overflow-wrap: break-word;
}

body.view_sp {
  font-weight: normal;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "メイリオ", "Meiryo", sans-serif;
    font-weight: normal;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 2.28571;
  }
}

body a {
  word-break: break-all;
}

body.fixed {
  position: fixed;
  left: 0;
  right: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: inherit;
}

.bold, strong {
  font-weight: inherit;
}

#container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  padding-top: 80px;
}

.contents {
  position: relative;
}

.innerWrap {
  position: relative;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .innerWrap {
    max-width: none;
  }
}

img.ofi {
  min-height: 0%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■parts
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  loader
-------------------------*/
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  font-size: 10px;
  position: relative;
  z-index: -1;
  text-indent: -9999em;
  border-top: 5px solid rgba(154, 154, 154, 0.5);
  border-right: 5px solid rgba(154, 154, 154, 0.5);
  border-bottom: 5px solid rgba(154, 154, 154, 0.5);
  border-left: 5px solid #9A9A9A;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*-------------------------
  hd
-------------------------*/
.hd01 {
  position: relative;
  z-index: 0;
  border-bottom: 1px solid #000000;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 2.0rem;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 32px;
  margin-bottom: 60px;
}

@media all and (-ms-high-contrast: none) {
  .hd01 {
    font-family: "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
  }
}

@media only screen and (max-width: 767px) {
  .hd01 {
    font-size: 1.6rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.hd01 .sub {
  position: relative;
  z-index: -1;
  display: inline-block;
  font-family: "Amiri", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium";
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 1.0;
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .hd01 .sub {
    font-size: 3.8rem;
  }
}

/*-------------------------
  btn
-------------------------*/
/* 通常ボタン */
.btn01 {
  position: relative;
  display: flex;
  max-width: 320px;
}

.btn01 button {
  background: none;
  border: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 100%;
}

.btn01 .btn_inner {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  border-radius: 100px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #9A9A9A;
  color: #000;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px;
  transition: all 0.25s linear;
  transition: all 0.25s linear;
}

@media all and (-ms-high-contrast: none) {
  .btn01 .btn_inner {
    font-family: "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
  }
}

.btn01 .btn_inner:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

.btn01 .btn_inner:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 7px;
  background: url(../img/arrow02_gry.png) no-repeat left center;
  background-size: 100% auto;
  margin: auto 0;
}

.btn01 span {
  position: relative;
  display: inline-block;
}

.btn01 a[target="_blank"]:after {
  width: 12px;
  height: 12px;
  background-image: url(../img/blank.png);
}

.btn01 .btn_inner {
  min-height: 45px;
}

/* メインカラーのボタン */
.btn02 {
  position: relative;
  display: flex;
  max-width: 320px;
}

.btn02 button {
  background: none;
  border: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 100%;
}

.btn02 .btn_inner {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  border-radius: 100px;
  box-sizing: border-box;
  background: #6A393E;
  border: 1px solid #6A393E;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px;
  transition: all 0.25s linear;
  transition: all 0.25s linear;
}

@media all and (-ms-high-contrast: none) {
  .btn02 .btn_inner {
    font-family: "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
  }
}

.btn02 .btn_inner:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

.btn02 .btn_inner:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 7px;
  background: url(../img/arrow02_gry.png) no-repeat left center;
  background-size: 100% auto;
  margin: auto 0;
}

.btn02 span {
  position: relative;
  display: inline-block;
}

.btn02 a[target="_blank"]:after {
  width: 12px;
  height: 12px;
  background-image: url(../img/blank.png);
}

.btn02 .btn_inner {
  border: none;
}

.btn02 .btn_inner:after {
  background-image: url(../img/arrow02_wht.png);
}

.btn02 a[target="_blank"]:after {
  background-image: url(../img/blank_wht.png);
}

/* 濃いメインカラーボタン */
.btn03 {
  position: relative;
  display: flex;
  max-width: 320px;
}

.btn03 button {
  background: none;
  border: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 100%;
}

.btn03 .btn_inner {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  border-radius: 100px;
  box-sizing: border-box;
  background: #40171B;
  border: 1px solid #40171B;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px;
  transition: all 0.25s linear;
  transition: all 0.25s linear;
}

@media all and (-ms-high-contrast: none) {
  .btn03 .btn_inner {
    font-family: "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
  }
}

.btn03 .btn_inner:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

.btn03 .btn_inner:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 7px;
  background: url(../img/arrow02_gry.png) no-repeat left center;
  background-size: 100% auto;
  margin: auto 0;
}

.btn03 span {
  position: relative;
  display: inline-block;
}

.btn03 a[target="_blank"]:after {
  width: 12px;
  height: 12px;
  background-image: url(../img/blank.png);
}

.btn03 .btn_inner {
  border: none;
}

.btn03 .btn_inner:after {
  background-image: url(../img/arrow02_wht.png);
}

.btn03 a[target="_blank"]:after {
  background-image: url(../img/blank_wht.png);
}

/* aタグが大きく囲われてるときの別タブ */
a[target="_blank"] .btn_inner:after {
  width: 12px;
  height: 12px;
}

a[target="_blank"] .btn01 .btn_inner:after {
  background-image: url(../img/blank.png);
}

a[target="_blank"] .btn02 .btn_inner:after, a[target="_blank"] .btn03 .btn_inner:after {
  background-image: url(../img/blank_wht.png);
}

/*-------------------------
  bnr
-------------------------*/
.bnr01 {
  position: relative;
}

.bnr01:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  z-index: 1;
  display: block;
  width: 7px;
  background: url(../img/arrow02_wht.png) no-repeat left center;
  background-size: 100% auto;
}

@media only screen and (max-width: 767px) {
  .bnr01:after {
    right: 20px;
  }
}

.bnr01 a {
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  background: #40171B;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 2.1rem;
}

@media all and (-ms-high-contrast: none) {
  .bnr01 a {
    font-family: "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
  }
}

@media only screen and (max-width: 767px) {
  .bnr01 a {
    height: 70px;
    font-size: 1.5rem;
  }
}

.bnr01 a:before {
  content: '';
  opacity: .2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.25s linear;
}

.bnr01 a:after {
  content: '';
  opacity: .6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #fff;
  margin: 5px;
}

.bnr01 a:hover:before {
  transform: scale(1.03);
}

.bnr01.performer a:before {
  background-image: url(../img/bnr_performer.jpg);
}

.bnr01.hotel a:before {
  background-image: url(../img/bnr_hotel.jpg);
}

/*-------------------------
  ページタイトル
-------------------------*/
.pagetitle {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6A393E;
  color: #fff;
  text-align: center;
}

.pagetitle .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #331117;
}

.pagetitle .img img {
  opacity: .4;
}

.pagetitle .img:empty {
  display: none;
}

.pagetitle .img:empty + .text {
  height: 180px;
}

@media only screen and (max-width: 767px) {
  .pagetitle .img:empty + .text {
    height: 120px;
  }
}

.pagetitle .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 210px;
  line-height: 1.0;
}

@media only screen and (max-width: 767px) {
  .pagetitle .text {
    height: 140px;
    padding-top: 12px;
  }
}

.pagetitle .main {
  position: relative;
  z-index: -1;
  font-family: "Amiri", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium";
  font-weight: 400;
  font-size: 5.2rem;
}

@media only screen and (max-width: 767px) {
  .pagetitle .main {
    font-size: 3.6rem;
  }
}

.pagetitle .sub {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 2.0rem;
}

@media all and (-ms-high-contrast: none) {
  .pagetitle .sub {
    font-family: "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
  }
}

@media only screen and (max-width: 767px) {
  .pagetitle .sub {
    font-size: 1.6rem;
    margin-top: 3px;
  }
}

/*-------------------------
  パンくず
-------------------------*/
#breadcrumbs {
  display: flex;
  background: #F7F7F7;
  color: #838383;
}

@media only screen and (max-width: 767px) {
  #breadcrumbs {
    padding: 0;
  }
}

#breadcrumbs .innerWrap {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  max-width: inherit;
  min-height: 30px;
}

#breadcrumbs .breadcrumbs_list {
  display: table;
  padding: 0 15px;
}

#breadcrumbs .breadcrumbs_list li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 1.2rem;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  #breadcrumbs .breadcrumbs_list li {
    font-size: 1.1rem;
  }
}

#breadcrumbs .breadcrumbs_list li:before {
  content: '>';
  display: inline-block;
  vertical-align: top;
  line-height: 1.2;
}

#breadcrumbs .breadcrumbs_list li a {
  display: inline-block;
  transition: all 0.25s linear;
}

#breadcrumbs .breadcrumbs_list li a:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

#breadcrumbs .breadcrumbs_list li:first-child:before {
  display: none;
}

/*-------------------------
  sec_block
-------------------------*/
.sec_block {
  overflow: hidden;
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  .sec_block {
    padding: 0 20px;
  }
}

.sec_block + .sec_block {
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .sec_block + .sec_block {
    margin-top: 80px;
  }
}

.sec_block .list_link {
  line-height: 1.0;
}

@media only screen and (min-width: 768px) {
  .sec_block .list_link {
    position: absolute;
    top: 70px;
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec_block .list_link {
    text-align: center;
    margin-top: 30px;
  }
}

.sec_block .list_link a {
  display: inline-block;
  transition: all 0.25s linear;
}

.sec_block .list_link a:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

.sec_block .list_link a:after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 13px;
  background: url(../img/arrow01.png) no-repeat left center;
  background-size: 100% auto;
  margin-left: 10px;
}

.sec_block .list_link a[target="_blank"]:after {
  width: 12px;
  height: 12px;
  background-image: url(../img/blank.png);
}

.sec_block .read {
  font-weight: bold;
  text-align: center;
}

/*-------------------------
  btn
-------------------------*/
.btn_wrap {
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  .btn_wrap {
    padding: 0 20px;
  }
}

.btn_wrap .btn01 {
  margin: 80px auto 0;
}

@media only screen and (max-width: 767px) {
  .btn_wrap .btn01 {
    margin-top: 60px;
  }
}

/*-------------------------
  カテゴリー
-------------------------*/
.nav_category {
  font-size: 1.5rem;
  line-height: 1.0;
  padding: 0 40px;
  margin: 60px 0;
}

@media only screen and (max-width: 767px) {
  .nav_category {
    padding: 0 20px;
    margin: 40px 0;
  }
}

@media only screen and (min-width: 768px) {
  .nav_category .innerWrap {
    display: flex;
  }
}

.nav_category .blk_nav {
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
}

@media only screen and (min-width: 768px) {
  .nav_category .blk_nav {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .nav_category .blk_nav {
    text-align: center;
    padding: 20px 20px;
  }
}

.nav_category .ttl {
  background: url(../img/ico_search.png) no-repeat left center;
  background-size: 14px auto;
  padding-left: 21px;
}

@media only screen and (min-width: 768px) {
  .nav_category .ttl {
    flex: 1 0 auto;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .nav_category .ttl {
    display: inline-block;
    margin-bottom: 15px;
  }
}

.nav_category .list_category {
  width: 100%;
}

.nav_category .list_category ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  line-height: 0;
  margin: 0 -10px -10px 0;
}

@media only screen and (max-width: 767px) {
  .nav_category .list_category ul {
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .nav_category .list_category ul:before {
    content: '';
    order: 1;
    display: block;
    width: 31%;
  }
}

.nav_category .list_category li {
  display: flex;
  margin: 0 10px 10px 0;
}

@media only screen and (max-width: 767px) {
  .nav_category .list_category li {
    width: 31%;
  }
}

@media only screen and (max-width: 560px) {
  .nav_category .list_category li {
    margin: 0 0 10px;
  }
}

.nav_category .list_category a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  min-height: 35px;
  background: #fff;
  border: 1px solid #9A9A9A;
  border-radius: 100px;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
  padding: 5px 12px;
  transition: all 0.25s linear;
}

.nav_category .list_category a:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .nav_category .list_category a {
    min-width: inherit;
    width: 100%;
  }
}

.nav_category .current-cat a {
  background-color: #6A393E;
  border: none;
  color: #fff;
}

/*-------------------------
  一覧
-------------------------*/
.sec_list {
  overflow: hidden;
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  .sec_list {
    padding: 0 20px;
  }
}

.sec_list .innerWrap {
  max-width: 1060px;
}

@media only screen and (max-width: 767px) {
  .list_card, .list_card2 {
    overflow: hidden;
  }
}

.list_card > *, .list_card2 > * {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -59px;
}

@media only screen and (max-width: 560px) {
  .list_card > *, .list_card2 > * {
    display: block;
    margin-bottom: -20px;
  }
}

.list_card > *:before, .list_card2 > *:before, .list_card > *:after, .list_card2 > *:after {
  content: '';
  order: 1;
  display: block;
}

@media only screen and (min-width: 768px) {
  .list_card > *:before, .list_card2 > *:before, .list_card > *:after, .list_card2 > *:after {
    width: 30.19%;
  }
}

@media only screen and (max-width: 767px) {
  .list_card > *:before, .list_card2 > *:before, .list_card > *:after, .list_card2 > *:after {
    width: 48%;
  }
}

@media only screen and (max-width: 560px) {
  .list_card > *:before, .list_card2 > *:before, .list_card > *:after, .list_card2 > *:after {
    display: none;
  }
}

.list_card > * > *, .list_card2 > * > * {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 59px;
}

@media only screen and (min-width: 768px) {
  .list_card > * > *, .list_card2 > * > * {
    width: 30.19%;
  }
}

@media only screen and (max-width: 767px) {
  .list_card > * > *, .list_card2 > * > * {
    width: 48%;
  }
}

@media only screen and (max-width: 560px) {
  .list_card > * > *, .list_card2 > * > * {
    flex-direction: row;
    align-items: flex-start;
    width: auto;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 319px) {
  .list_card > * > *, .list_card2 > * > * {
    display: block;
  }
}

.list_card .post_img, .list_card2 .post_img {
  position: relative;
  z-index: 0;
  flex: 1 0 auto;
  display: block;
  min-height: 0%;
  margin: 0 0 20px;
}

@media only screen and (max-width: 560px) {
  .list_card .post_img, .list_card2 .post_img {
    max-width: 140px;
    width: 42%;
    margin: 0 20px 0 0;
  }
}

@media only screen and (max-width: 319px) {
  .list_card .post_img, .list_card2 .post_img {
    max-width: inherit;
    width: 100%;
    margin: 0 0 12px;
  }
}

.list_card .post_img:before, .list_card2 .post_img:before {
  content: '';
  display: block;
  padding-bottom: 75%;
}

.list_card .post_img img, .list_card2 .post_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.list_card .detail, .list_card2 .detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 560px) {
  .list_card .detail, .list_card2 .detail {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

.list_card .category, .list_card2 .category {
  position: absolute;
  top: 10px;
  left: -20px;
  z-index: 1;
  font-size: 0;
  line-height: 0;
}

@media only screen and (max-width: 767px) {
  .list_card .category, .list_card2 .category {
    position: static;
    margin: 0 auto 10px;
  }
}

@media only screen and (max-width: 560px) {
  .list_card .category, .list_card2 .category {
    margin-left: 0;
    margin-right: 0;
  }
}

.list_card .category .icon, .list_card2 .category .icon {
  display: inline-block;
  min-width: 100px;
  background: #6A393E;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.0;
  text-align: center;
  padding: 12px;
}

@media only screen and (max-width: 767px) {
  .list_card .category .icon, .list_card2 .category .icon {
    min-width: 60px;
    font-size: 1.1rem;
    padding: 7px 10px;
  }
}

.list_card .post_title1, .list_card2 .post_title1,
.list_card .post_title2,
.list_card2 .post_title2 {
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
}

@media only screen and (max-width: 560px) {
  .list_card .post_title1, .list_card2 .post_title1,
  .list_card .post_title2,
  .list_card2 .post_title2 {
    text-align: left;
  }
}

@media only screen and (max-width: 319px) {
  .list_card .post_title1, .list_card2 .post_title1,
  .list_card .post_title2,
  .list_card2 .post_title2 {
    text-align: center;
  }
}

.list_card .post_title3, .list_card2 .post_title3 {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

@media only screen and (max-width: 560px) {
  .list_card .post_title3, .list_card2 .post_title3 {
    font-size: 1.8rem;
    text-align: left;
  }
}

@media only screen and (max-width: 319px) {
  .list_card .post_title3, .list_card2 .post_title3 {
    text-align: center;
  }
}

.list_card * + .text, .list_card2 * + .text {
  margin: 12px 0 auto;
}

@media only screen and (max-width: 560px) {
  .list_card * + .text, .list_card2 * + .text {
    margin-top: 6px;
  }
}

.list_card .text, .list_card2 .text {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .list_card .text, .list_card2 .text {
    text-align: left;
  }
}

@media only screen and (max-width: 319px) {
  .list_card .text, .list_card2 .text {
    text-align: center;
  }
}

.list_card .btn01, .list_card2 .btn01 {
  width: 100%;
  margin: 17px auto 0;
}

@media only screen and (max-width: 560px) {
  .list_card .btn01, .list_card2 .btn01 {
    max-width: 180px;
    margin: 15px 0 0;
  }
}

@media only screen and (max-width: 560px) {
  .list_card .btn01 .btn_inner, .list_card2 .btn01 .btn_inner {
    font-size: 1.2rem;
    min-height: 35px;
    padding: 0;
  }
}

@media only screen and (max-width: 560px) {
  .list_card .btn01 .btn_inner:after, .list_card2 .btn01 .btn_inner:after {
    right: 12px;
    width: 6px;
  }
}

.list_card .rank, .list_card2 .rank {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.0;
  text-align: center;
  margin-bottom: 20px;
}

@media all and (-ms-high-contrast: none) {
  .list_card .rank, .list_card2 .rank {
    font-family: "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
  }
}

@media only screen and (max-width: 767px) {
  .list_card .rank, .list_card2 .rank {
    font-size: 2.0rem;
    margin-bottom: 15px;
  }
}

.list_card > * > *:nth-child(1) .rank, .list_card2 > * > *:nth-child(1) .rank {
  color: #A38505;
}

.list_card > * > *:nth-child(2) .rank, .list_card2 > * > *:nth-child(2) .rank {
  color: #7C8083;
}

.list_card > * > *:nth-child(3) .rank, .list_card2 > * > *:nth-child(3) .rank {
  color: #9B6464;
}

.list_card.movie .post_img:before, .movie.list_card2 .post_img:before, .list_card.movie .img:before, .movie.list_card2 .img:before {
  padding-bottom: 56.25%;
}

.list_card.movie .post_img:after, .movie.list_card2 .post_img:after, .list_card.movie .img:after, .movie.list_card2 .img:after {
  background-size: 30px auto;
}

.list_card.movie .text, .movie.list_card2 .text {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .list_card2 {
    overflow: hidden;
  }
}

.list_card2 li {
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
}

@media only screen and (min-width: 561px) {
  .list_card2 .post_img {
    max-width: 320px;
    width: 40%;
    margin: 0 50px 0 0;
  }
}

.list_card2 .detail > * {
  text-align: left;
}

.list_card2 .post_title1 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 3.2rem;
}

@media all and (-ms-high-contrast: none) {
  .list_card2 .post_title1 {
    font-family: "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
  }
}

@media only screen and (max-width: 560px) {
  .list_card2 .post_title1 {
    font-size: 2.0rem;
  }
}

.list_card2 .post_title2 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 2.1rem;
  margin: 10px 0 0;
}

@media all and (-ms-high-contrast: none) {
  .list_card2 .post_title2 {
    font-family: "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
  }
}

@media only screen and (max-width: 560px) {
  .list_card2 .post_title2 {
    font-size: 1.6rem;
    margin-top: 5px;
  }
}

.list_card2 .text {
  text-align: left;
}

.list_card2 .notes {
  color: #838383;
  font-size: 1.5rem;
  text-align: left;
  margin: 15px 0 0;
}

@media only screen and (max-width: 767px) {
  .list_card2 .notes {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

.list_card2 .btn01 {
  margin: 20px 0 0;
}

@media only screen and (max-width: 560px) {
  .list_card2 .btn01 {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .list_card3 {
    overflow: hidden;
  }
}

.list_card3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -59px;
}

@media only screen and (max-width: 560px) {
  .list_card3 ul {
    display: block;
    margin-bottom: -30px;
  }
}

.list_card3 ul:before, .list_card3 ul:after {
  content: '';
  order: 1;
  display: block;
}

@media only screen and (min-width: 768px) {
  .list_card3 ul:before, .list_card3 ul:after {
    width: 30.19%;
  }
}

@media only screen and (max-width: 767px) {
  .list_card3 ul:before, .list_card3 ul:after {
    width: 48%;
  }
}

@media only screen and (max-width: 560px) {
  .list_card3 ul:before, .list_card3 ul:after {
    display: none;
  }
}

.list_card3 li {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 59px;
}

@media only screen and (min-width: 768px) {
  .list_card3 li {
    width: 30.19%;
  }
}

@media only screen and (max-width: 767px) {
  .list_card3 li {
    width: 48%;
  }
}

@media only screen and (max-width: 560px) {
  .list_card3 li {
    display: block;
    width: auto;
    margin-bottom: 30px;
  }
}

.list_card3 .post_img {
  position: relative;
  z-index: 0;
  display: block;
  margin: 0 0 20px;
}

@media only screen and (max-width: 560px) {
  .list_card3 .post_img {
    flex: 1 0 auto;
    max-width: inherit;
    width: 100%;
    margin: 0 0 12px;
  }
}

.list_card3 .post_img:before {
  content: '';
  display: block;
  padding-bottom: 75%;
}

.list_card3 .post_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.list_card3 .detail {
  position: relative;
}

@media only screen and (min-width: 561px) {
  .list_card3 .detail {
    height: 100%;
    padding-bottom: 45px;
  }
}

.list_card3 .date {
  align-self: flex-start;
  display: inline-block;
  vertical-align: top;
  color: #525252;
  font-size: 1.5rem;
  line-height: 1.75;
  margin: 0 14px 0 0;
}

.list_card3 .category {
  align-self: flex-start;
  font-size: 1.0rem;
  display: inline-block;
  vertical-align: top;
  margin: 0 -10px 0 0;
}

.list_card3 .category .icon {
  display: inline-block;
  min-width: 100px;
  background: #f0f0f0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.0;
  text-align: center;
  padding: 6px 10px;
  margin: 0 10px 0 0;
}

.list_card3 .post_title {
  align-self: flex-start;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 18px 0;
}

.list_card3 .btn01 {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 561px) {
  .list_card3 .btn01 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

/*-------------------------
  動画
-------------------------*/
.movie a {
  position: relative;
  display: block;
}

.movie a .img {
  transition: all 0.25s linear;
}

.movie a .img:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

.movie .post_img, .movie .img {
  position: relative;
  z-index: 0;
  display: block;
}

.movie .post_img:before, .movie .img:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

.movie .post_img:after, .movie .img:after {
  content: '';
  opacity: .8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: url(../img/mov_wht.png) no-repeat right bottom;
  background-size: 66px auto;
  margin: 0 23px 22px 0;
}

@media only screen and (max-width: 767px) {
  .movie .post_img:after, .movie .img:after {
    background-size: 33px auto;
    margin: 0 12px 12px 0;
  }
}

.movie .post_img img, .movie .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*-------------------------
  ギャラリー
-------------------------*/
.pswp {
  z-index: 9999999999;
}

.ps_gallery a {
  position: relative;
  z-index: 0;
  display: block;
  transition: all 0.25s linear;
}

.ps_gallery a:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

.ps_gallery a:before {
  content: '';
  display: block;
  padding-bottom: 75%;
}

.ps_gallery a:after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  width: 30px;
  height: 30px;
  background: url(../img/ico_search_wht.png) no-repeat center center rgba(255, 255, 255, 0.3);
  background-size: 13.4px auto;
  border-radius: 2px;
}

.ps_gallery a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*-------------------------
  read
-------------------------*/
.sec_read {
  text-align: center;
}

.sec_read .copy {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 3.4rem;
  line-height: 1.88235;
  margin-bottom: 27px;
}

@media all and (-ms-high-contrast: none) {
  .sec_read .copy {
    font-family: "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
  }
}

@media only screen and (max-width: 767px) {
  .sec_read .copy {
    font-size: 2.2rem;
    line-height: 1.63636;
    text-align: center;
    margin-bottom: 20px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 80px;
  background: #fff;
  padding: 0 45px 0 24px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1023px) {
  #header {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 767px) {
  #header {
    padding: 0 70px 0 20px;
  }
}

#header .innerWrap {
  max-width: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  #header .logo_wrap {
    flex: 1 0 auto;
  }
}

@media only screen and (max-width: 1023px) {
  #header .logo_wrap {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #header .logo_wrap {
    padding-top: 3px;
  }
}

@media only screen and (max-width: 360px) {
  #header .logo_wrap {
    margin-right: 0;
  }
}

#header .logo {
  font-size: 0;
  line-height: 0;
}

#header .logo a {
  display: inline-block;
  line-height: 1.0;
}

#header .logo .sub {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 1.3rem;
}

@media all and (-ms-high-contrast: none) {
  #header .logo .sub {
    font-family: "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
  }
}

@media only screen and (max-width: 900px) {
  #header .logo .sub {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  #header .logo .sub {
    font-size: 1.0rem;
  }
}

@media only screen and (max-width: 360px) {
  #header .logo .sub {
    font-size: 2.77778vw;
  }
}

#header .logo .main {
  font-family: "Amiri", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium";
  font-weight: 400;
  font-size: 2.8rem;
  margin-top: 6px;
}

@media only screen and (max-width: 900px) {
  #header .logo .main {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  #header .logo .main {
    font-size: 2.0rem;
    margin-top: 8px;
  }
}

@media only screen and (max-width: 360px) {
  #header .logo .main {
    font-size: 5.55556vw;
  }
}

#header .youtube {
  width: 35px;
  font-size: 0;
  line-height: 0;
}

@media only screen and (min-width: 768px) {
  #header .youtube {
    display: none;
  }
}

#header .youtube a {
  display: block;
  transition: all 0.25s linear;
}

#header .youtube a:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

#header .youtube img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #header_nav {
    display: none;
  }
}

#header_nav .list_menu__inner {
  display: flex;
}

#header_nav .list_wrap {
  display: flex;
  justify-content: flex-end;
}

#header_nav .list_wrap:last-child {
  position: relative;
  padding-left: 50px;
  margin-left: 45px;
}

@media only screen and (max-width: 1023px) {
  #header_nav .list_wrap:last-child {
    padding-left: 20px;
    margin-left: 20px;
  }
}

#header_nav .list_wrap:last-child:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #B9B9B9;
}

#header_nav .list_item {
  line-height: 1.0;
  margin-left: 60px;
}

@media only screen and (max-width: 1023px) {
  #header_nav .list_item {
    margin-left: 20px;
  }
}

#header_nav .list_item:first-child {
  margin-left: 0;
}

#header_nav .list_item a {
  display: inline-block;
  padding: 8px 0;
  transition: all 0.25s linear;
}

#header_nav .list_item a:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

#header_nav .list_item a[target="_blank"] .en {
  padding-right: 11px;
}

#header_nav .list_item a[target="_blank"] .en:after {
  content: '';
  position: absolute;
  right: 0;
  width: 12px;
  height: 12px;
  background: url(../img/blank.png) no-repeat left top;
  background-size: cover;
}

@media only screen and (max-width: 900px) {
  #header_nav .list_item a[target="_blank"] .en:after {
    width: 8px;
    height: 8px;
  }
}

#header_nav .list_item span {
  display: block;
  text-align: center;
}

#header_nav .list_item .en {
  position: relative;
  font-family: "Amiri", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium";
  font-weight: 400;
  font-size: 2.0rem;
}

@media only screen and (max-width: 900px) {
  #header_nav .list_item .en {
    font-size: 1.8rem;
  }
}

#header_nav .list_item .jp {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 1.4rem;
}

@media all and (-ms-high-contrast: none) {
  #header_nav .list_item .jp {
    font-family: "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
  }
}

@media only screen and (max-width: 900px) {
  #header_nav .list_item .jp {
    font-size: 1.2rem;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■MENU
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.menuBtn {
  position: fixed;
  top: 25px;
  right: 20px;
  z-index: 99999;
  width: 30px;
  height: 30px;
}

@media only screen and (min-width: 768px) {
  .menuBtn {
    display: none;
  }
}

/*-------------------------
  spMenuBtn
-------------------------*/
#spMenuBtn {
  z-index: 99999;
  border: none;
  background-color: transparent;
  outline: none;
  /*template*/
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#spMenuBtn .spMenuBtn_bar {
  position: relative;
}

#spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#spMenuBtn .spMenuBtn_bar span {
  top: 0;
  bottom: 0;
}

#spMenuBtn .spMenuBtn_bar:before {
  top: 0;
}

#spMenuBtn .spMenuBtn_bar:after {
  bottom: 0;
}

#spMenuBtn.open .spMenuBtn_bar {
  position: relative;
}

#spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn.open .spMenuBtn_bar span, #spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#spMenuBtn.open .spMenuBtn_bar span {
  opacity: 0;
  top: 0;
  bottom: 0;
}

#spMenuBtn.open .spMenuBtn_bar:before {
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}

#spMenuBtn.open .spMenuBtn_bar:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#spMenuBtn .spMenuBtn_bar {
  width: 30px;
  height: 18px;
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  height: 2px;
  background-color: #000;
}

#spMenuBtn.open .spMenuBtn_bar span, #spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  height: 2px;
}

/*-------------------------
  spMenu
-------------------------*/
#spMenuOverlay {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  transform: translate3d(-100%, 0, 0);
  /* 右からイン */
  transition: all 0.25s ease-in-out;
  display: none;
}

@media only screen and (min-width: 768px) {
  #spMenuOverlay {
    display: none;
  }
}

#spMenuOverlay.open {
  transform: translate3d(0%, 0, 0);
}

#spMenu {
  opacity: 0;
  position: fixed;
  display: block;
  padding: 0;
  top: 80px;
  right: 0;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0;
  transform: translate3d(100%, 0, 0);
  /* 右からイン */
  transition: all 0.25s ease-in-out;
}

#spMenu.open {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  #spMenu {
    display: none;
  }
}

#spMenu.open {
  transform: translate3d(0%, 0, 0);
}

#spMenu .spMenu_innerWrap {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 40px 45px;
}

#spMenu .spMenu_inner {
  width: 100%;
}

#spMenu .list_wrap {
  margin-top: 22px;
}

#spMenu .list_wrap:first-child {
  margin-top: 0;
}

#spMenu .sp_none {
  display: none;
}

#spMenu .list_item {
  line-height: 1.0;
  margin-top: 22px;
}

#spMenu .list_item:first-child {
  margin-top: 0;
}

#spMenu .list_item a {
  display: inline-block;
  transition: all 0.25s linear;
}

#spMenu .list_item a:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

#spMenu .list_item a[target="_blank"] .en {
  padding-right: 11px;
}

@media only screen and (max-width: 767px) {
  #spMenu .list_item a[target="_blank"] .en {
    padding-right: 20px;
  }
}

#spMenu .list_item a[target="_blank"] .en:after {
  content: '';
  position: absolute;
  right: 0;
  width: 12px;
  height: 12px;
  background: url(../img/blank.png) no-repeat left top;
  background-size: cover;
}

@media only screen and (max-width: 900px) {
  #spMenu .list_item a[target="_blank"] .en:after {
    width: 8px;
    height: 8px;
  }
}

@media only screen and (max-width: 767px) {
  #spMenu .list_item a[target="_blank"] .en:after {
    opacity: .4;
    width: 12px;
    height: 12px;
  }
}

#spMenu .list_item span {
  display: block;
}

#spMenu .list_item .en {
  position: relative;
  font-family: "Amiri", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium";
  font-weight: 400;
  font-size: 3.0rem;
}

#spMenu .list_item .jp {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 5px;
}

#spMenu .bnr {
  margin-top: 35px;
}

#spMenu .bnr ul {
  display: flex;
}

@media only screen and (max-width: 560px) {
  #spMenu .bnr ul {
    display: block;
  }
}

#spMenu .bnr li {
  max-width: 295px;
  width: 100%;
  margin-left: 10px;
}

@media only screen and (max-width: 560px) {
  #spMenu .bnr li {
    max-width: inherit;
    margin-top: 10px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 560px) {
  #spMenu .bnr li:first-child {
    margin-top: 0;
    margin-left: 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  background: #6A393E;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  #footer {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 80px;
  }
}

#footer .logo {
  font-size: 0;
  line-height: 0;
}

@media only screen and (max-width: 767px) {
  #footer .logo {
    text-align: center;
  }
}

#footer .logo a {
  display: inline-block;
  line-height: 1.0;
}

#footer .logo .sub {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 1.6rem;
}

@media all and (-ms-high-contrast: none) {
  #footer .logo .sub {
    font-family: "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
  }
}

@media only screen and (max-width: 900px) {
  #footer .logo .sub {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) {
  #footer .logo .sub {
    font-size: 1.4rem;
  }
}

#footer .logo .main {
  font-family: "Amiri", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium";
  font-weight: 400;
  font-size: 3.2rem;
  margin-top: 18px;
}

@media only screen and (max-width: 900px) {
  #footer .logo .main {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  #footer .logo .main {
    margin-top: 16px;
  }
}

#footer .sns_list {
  display: flex;
  align-items: center;
  font-size: 0;
  line-height: 0;
  margin-top: 12px;
  margin-right: -23px;
}

@media only screen and (max-width: 767px) {
  #footer .sns_list {
    justify-content: center;
    margin-top: 19px;
    margin-right: -29px;
  }
}

#footer .sns_list > li {
  margin-right: 23px;
}

@media only screen and (max-width: 767px) {
  #footer .sns_list > li {
    margin-right: 29px;
  }
}

#footer .sns_list a {
  display: inline-block;
  transition: all 0.25s linear;
}

#footer .sns_list a:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

#footer .sns_list img {
  height: auto;
}

#footer .sns_list .instagram img {
  width: 18.5px;
}

@media only screen and (max-width: 767px) {
  #footer .sns_list .instagram img {
    width: 26.82px;
  }
}

#footer .sns_list .twitter img {
  width: 20px;
}

@media only screen and (max-width: 767px) {
  #footer .sns_list .twitter img {
    width: 26.82px;
  }
}

#footer .sns_list .facebook img {
  width: 9px;
}

@media only screen and (max-width: 767px) {
  #footer .sns_list .facebook img {
    width: 12.01px;
  }
}

#footer .sub_nav {
  display: flex;
}

@media only screen and (max-width: 767px) {
  #footer .sub_nav {
    justify-content: center;
  }
}

#footer .sub_nav li {
  margin-left: 2em;
}

#footer .sub_nav li:first-child {
  margin-left: 0;
}

#footer .sub_nav a {
  display: inline-block;
  transition: all 0.25s linear;
}

#footer .sub_nav a:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

#footer .copyright {
  font-family: "Amiri", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium";
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  #footer .copyright {
    margin-top: 5px;
  }
}

.footer_main {
  padding: 77px 25px 62px;
}

@media only screen and (max-width: 900px) {
  .footer_main {
    padding: 50px 25px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .footer_main {
    padding: 30px 25px 22px;
  }
}

@media only screen and (min-width: 768px) {
  .footer_main .innerWrap {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  #footer_nav {
    display: none;
  }
}

#footer_nav .list_menu__inner {
  display: flex;
}

#footer_nav .list_wrap {
  margin-left: 40px;
}

@media only screen and (max-width: 900px) {
  #footer_nav .list_wrap {
    margin-left: 25px;
  }
}

#footer_nav .list_wrap:first-child {
  margin-left: 0;
}

#footer_nav .list_item {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.0;
  margin: 20px 0 0;
}

@media only screen and (max-width: 900px) {
  #footer_nav .list_item {
    font-size: 1.4rem;
  }
}

#footer_nav .list_item:first-child {
  margin-top: 0;
}

#footer_nav .list_item a {
  display: inline-block;
  transition: all 0.25s linear;
}

#footer_nav .list_item a:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

#footer_nav .list_item a[target="_blank"] .jp {
  position: relative;
  padding-right: 19px;
}

@media only screen and (max-width: 900px) {
  #footer_nav .list_item a[target="_blank"] .jp {
    padding-right: 16px;
  }
}

#footer_nav .list_item a[target="_blank"] .jp:after {
  content: '';
  opacity: .4;
  position: absolute;
  right: 0;
  width: 12px;
  height: 12px;
  background: url(../img/blank_wht.png) no-repeat left top;
  background-size: cover;
}

@media only screen and (max-width: 900px) {
  #footer_nav .list_item a[target="_blank"] .jp:after {
    width: 10px;
    height: 10px;
  }
}

#footer_nav .list_item span {
  display: block;
  text-align: center;
}

#footer_nav .list_item .en {
  display: none;
}

.footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
  line-height: 2;
  padding: 14px 26px 14px 23px;
}

@media only screen and (min-width: 768px) {
  .footer_bottom {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 900px) {
  .footer_bottom {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer_bottom {
    text-align: center;
    padding: 14px 25px 8px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■WP用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  編集ボタン
-------------------------*/
a.post-edit-link {
  background-color: #F00 !important;
  background-image: none !important;
  border-radius: 5px 5px 5px 5px !important;
  color: #FFFFFF !important;
  font-size: 10px !important;
  font-weight: normal !important;
  padding: 3px 5px !important;
  text-decoration: none !important;
  display: inline-block !important;
  line-height: 1.1 !important;
}

a.post-edit-link:hover {
  background-color: #06C !important;
}

/*-------------------------
  404用
-------------------------*/
#notfound {
  padding: 150px 0;
}

#notfound p {
  text-align: center;
}

#notfound .caption {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

/*-------------------------
  記事用
-------------------------*/
.wp_editer {
  word-break: break-all;
}

.wp_editer *:last-child {
  margin-bottom: 0 !important;
}

.wp_editer p, .wp_editer ul, .wp_editer ol, .wp_editer table {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .wp_editer p, .wp_editer ul, .wp_editer ol, .wp_editer table {
    margin-bottom: 15px;
  }
}

.wp_editer .alignleft {
  float: left;
  display: block;
  max-width: 50%;
  margin-right: 50px;
}

@media only screen and (max-width: 767px) {
  .wp_editer .alignleft {
    float: none;
    max-width: 100%;
    text-align: center;
    font-weight: normal;
    margin: 0 auto 30px !important;
  }
}

.wp_editer .alignright {
  float: right;
  display: block;
  max-width: 50%;
  margin-left: 50px;
}

@media only screen and (max-width: 767px) {
  .wp_editer .alignright {
    float: none;
    max-width: 100%;
    text-align: center;
    font-weight: normal;
    margin: 0 auto 30px !important;
  }
}

.wp_editer .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wp_editer img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 767px) {
  .wp_editer img {
    margin: 30px auto;
  }
}

@media only screen and (min-width: 768px) {
  .wp_editer img.alignleft, .wp_editer img.alignright {
    margin-top: 7px;
  }
}

.wp_editer table {
  border-top: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
}

.wp_editer table th, .wp_editer table td {
  border-bottom: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  padding: 5px 20px;
  text-align: left;
}

.wp_editer table th {
  background: #F3F3F3;
  font-weight: 700;
}

.wp_editer pre {
  white-space: normal;
}

.wp_editer .wp-caption {
  max-width: inherit !important;
  width: 100% !important;
  margin: 0 0 32px;
}

.wp_editer .wp-caption-text {
  font-size: 80%;
  margin: -20px 0 0;
}

.wp_editer em {
  font-style: italic;
}

.wp_editer strong {
  font-weight: 700;
}

.wp_editer hr {
  height: 1px;
  background: #c5c5c5;
  border: none;
  margin: 60px 0;
}

.wp_editer ul, .wp_editer ol {
  list-style-position: inside;
}

.wp_editer ul li, .wp_editer ol li {
  list-style: inherit;
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-top: 15px;
}

.wp_editer ul li:first-child, .wp_editer ol li:first-child {
  margin-top: 0;
}

.wp_editer ul li > ul, .wp_editer ul li > ol, .wp_editer ol li > ul, .wp_editer ol li > ol {
  margin-top: 15px;
}

.wp_editer ul {
  list-style-type: disc;
}

.wp_editer ol {
  list-style-type: decimal;
}

.wp_editer a {
  color: #0092DE;
  transition: all 0.25s linear;
}

.wp_editer a:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

.wp_editer blockquote {
  overflow: hidden;
  position: relative;
  display: flex;
  background: #F3F3F3;
  min-height: 110px;
  text-align: left;
  padding: 25px 50px;
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .wp_editer blockquote {
    padding: 25px 30px;
  }
}

.wp_editer blockquote:before, .wp_editer blockquote:after {
  position: absolute;
  color: #c5c5c5;
  font-family: "Amiri", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium";
  font-weight: 400;
  font-size: 6.0rem;
  line-height: 1.0;
}

.wp_editer blockquote:before {
  content: '“';
  top: 18px;
  left: 15px;
}

@media only screen and (max-width: 767px) {
  .wp_editer blockquote:before {
    top: 12px;
    left: 10px;
  }
}

.wp_editer blockquote:after {
  content: '”';
  bottom: -12px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  .wp_editer blockquote:after {
    bottom: -15px;
    right: 11px;
  }
}

.wp_editer blockquote > *:last-child {
  margin-bottom: 0;
}

.wp_editer p + h1, .wp_editer p + h2, .wp_editer p + h3, .wp_editer p + h4, .wp_editer p + h5, .wp_editer p + h6 {
  margin-top: 40px;
}

.wp_editer h1, .wp_editer h2, .wp_editer h3, .wp_editer h4, .wp_editer h5, .wp_editer h6 {
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .wp_editer h1, .wp_editer h2, .wp_editer h3, .wp_editer h4, .wp_editer h5, .wp_editer h6 {
    margin-bottom: 15px;
  }
}

.wp_editer h1 {
  font-size: 200%;
}

@media only screen and (max-width: 767px) {
  .wp_editer h1 {
    font-size: 160%;
  }
}

.wp_editer h2 {
  color: #000000;
  font-size: 173.3333%;
  margin: 0 0 23px;
}

@media only screen and (max-width: 767px) {
  .wp_editer h2 {
    font-size: 146%;
    margin-bottom: 20px;
  }
}

.wp_editer h3 {
  color: #000000;
  font-size: 146.6666%;
  border-bottom: 1px solid #000000;
  padding: 13px 0;
  margin: 0 0 24px;
}

@media only screen and (max-width: 767px) {
  .wp_editer h3 {
    font-size: 134%;
    padding: 7px 0;
    margin-bottom: 20px;
  }
}

.wp_editer h4 {
  position: relative;
  z-index: 0;
  border-bottom: 1px solid #000000;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 2.0rem;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 32px;
  margin-bottom: 60px;
}

@media all and (-ms-high-contrast: none) {
  .wp_editer h4 {
    font-family: "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
  }
}

@media only screen and (max-width: 767px) {
  .wp_editer h4 {
    font-size: 1.6rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.wp_editer h4 .sub {
  position: relative;
  z-index: -1;
  display: inline-block;
  font-family: "Amiri", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium";
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 1.0;
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .wp_editer h4 .sub {
    font-size: 3.8rem;
  }
}

.wp_editer h5 {
  color: #000000;
  font-size: 120%;
  border-left: 2px solid #000000;
  padding-left: 15px;
}

@media only screen and (max-width: 767px) {
  .wp_editer h5 {
    font-size: 106%;
    padding-left: 12px;
  }
}

.wp_editer h6 {
  font-size: 120%;
}

@media only screen and (max-width: 767px) {
  .wp_editer h6 {
    font-size: 106%;
  }
}

@media only screen and (max-width: 767px) {
  .wp_editer .js-scrollable table {
    min-width: 400px;
  }
}

/*-------------------------
  ページャー
-------------------------*/
.wp-pagenavi {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.0;
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi {
    font-size: 1.4rem;
    margin-top: 60px;
  }
}

.wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .extend {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 5px;
}

.wp-pagenavi a {
  transition: all 0.25s linear;
}

.wp-pagenavi a:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

.wp-pagenavi a:hover {
  opacity: .6;
}

.wp-pagenavi .page, .wp-pagenavi .current {
  width: 40px;
  border-radius: 100%;
  margin: 0 5px;
}

.wp-pagenavi .page {
  background: #fff;
  border: 1px solid #9A9A9A;
}

.wp-pagenavi .current {
  background: #40171B;
  color: #fff;
}

.wp-pagenavi .current:before {
  opacity: 1;
}

.wp-pagenavi .extend {
  align-self: flex-end;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  background: url(../img/arrow01_gry.png) no-repeat center center;
  background-size: 9px auto;
}

.wp-pagenavi .previouspostslink {
  transform: rotate(180deg);
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink {
    margin-right: 10px;
  }
}

.wp-pagenavi .nextpostslink {
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .nextpostslink {
    margin-left: 10px;
  }
}

/*非表示*/
.wp-pagenavi .first, .wp-pagenavi .last,
.wp-pagenavi .pages,
.wp-pagenavi .extend,
.wp-pagenavi .extend + .page {
  display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■404
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#notfound {
  padding: 120px 40px 0;
}

@media only screen and (max-width: 767px) {
  #notfound {
    padding: 60px 20px 0;
  }
}

#notfound .innerWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1080px;
}

@media only screen and (max-width: 767px) {
  #notfound .innerWrap {
    min-height: 90px;
  }
}

#notfound .caption {
  font-size: 1.8rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #notfound .caption {
    font-size: 1.6rem;
  }
}

#notfound .btn01 {
  width: 100%;
  margin: 60px auto 0;
}

@media only screen and (max-width: 767px) {
  #notfound .btn01 {
    margin-top: 30px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■トップページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  詳細
-------------------------*/
.page-toppage #header {
  display: none;
}

@media only screen and (max-width: 767px) {
  .page-toppage #header {
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .page-toppage #container {
    padding: 0;
  }
}

#page_toppage .innerWrap {
  max-width: 1200px;
}

#page_toppage .list_card, #page_toppage .list_card2 {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}

#page_toppage .sec_block.bg {
  max-width: 1300px;
  background: #F7F7F7;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
}

@media only screen and (max-width: 767px) {
  #page_toppage .sec_block.bg {
    padding: 40px 20px;
  }
}

#page_toppage .sec_block.bg .innerWrap {
  max-width: 1060px;
}

@media only screen and (min-width: 768px) {
  #page_toppage .sec_block.bg .innerWrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}

#page_toppage .sec_block.bg .hd01 {
  border: none;
  font-size: 1.6rem;
  text-align: left;
  padding: 0;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  #page_toppage .sec_block.bg .hd01 {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}

#page_toppage .sec_block.bg .hd01 .sub {
  font-size: 3.9rem;
}

@media only screen and (max-width: 767px) {
  #page_toppage .sec_block.bg .hd01 .sub {
    font-size: 3.0rem;
  }
}

#page_toppage .sec_block.bg .copy {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 11px;
}

@media only screen and (max-width: 767px) {
  #page_toppage .sec_block.bg .copy {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

#page_toppage .sec_block.bg .detail {
  width: 100%;
}

#page_toppage .sec_block.bg .movie, #page_toppage .sec_block.bg .twitter {
  background: url(../js/PhotoSwipe/preloader.gif) no-repeat center center;
  background-size: 20px auto;
  font-size: 0;
  line-height: 0;
}

@media only screen and (min-width: 768px) {
  #page_toppage .sec_block.bg .movie, #page_toppage .sec_block.bg .twitter {
    max-width: 480px;
    min-width: 45.284%;
    margin: 0 59px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  #page_toppage .sec_block.bg .movie, #page_toppage .sec_block.bg .twitter {
    margin: 30px 0 0;
  }
}

#page_toppage .sec_block.bg .movie > *, #page_toppage .sec_block.bg .twitter > * {
  width: 100% !important;
}

/*-------------------------
  FV
-------------------------*/
#page_toppage #sec_mainvisual {
  position: relative;
  z-index: 0;
  background: #331117;
}

@media only screen and (min-width: 768px) {
  #page_toppage #sec_mainvisual {
    display: flex;
    height: 100vh;
    min-height: 768px;
  }
}

@media only screen and (max-width: 767px) {
  #page_toppage #sec_mainvisual {
    height: auto !important;
  }
}

#page_toppage #sec_mainvisual #mv_header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  color: #fff;
  padding: 0 45px 0 24px;
}

@media only screen and (max-width: 1023px) {
  #page_toppage #sec_mainvisual #mv_header {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 767px) {
  #page_toppage #sec_mainvisual #mv_header {
    display: none;
  }
}

#page_toppage #sec_mainvisual #header_nav .list_wrap:last-child:before {
  background-color: #fff;
}

#page_toppage #sec_mainvisual #header_nav a[target="_blank"] .en:after {
  background-image: url(../img/blank_wht.png);
}

#page_toppage #sec_mainvisual .side {
  background: #fff;
}

@media only screen and (min-width: 768px) {
  #page_toppage #sec_mainvisual .side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 180px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

@media only screen and (max-width: 767px) {
  #page_toppage #sec_mainvisual .side {
    padding: 15px 20px;
  }
}

#page_toppage #sec_mainvisual .side .text {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 2.8rem;
}

@media all and (-ms-high-contrast: none) {
  #page_toppage #sec_mainvisual .side .text {
    font-family: "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
  }
}

@media only screen and (min-width: 768px) {
  #page_toppage #sec_mainvisual .side .text {
    -webkit-text-orientation: upright;
    text-orientation: upright;
  }
}

@media only screen and (max-width: 767px) {
  #page_toppage #sec_mainvisual .side .text {
    font-size: 2.3rem;
    line-height: 1.3913;
  }
}

#page_toppage #sec_mainvisual .side .copyright {
  font-family: "Amiri", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium";
  font-weight: 400;
  color: #9A9A9A;
  line-height: 1.0;
}

@media only screen and (min-width: 768px) {
  #page_toppage #sec_mainvisual .side .copyright {
    font-size: 1.6rem;
    -webkit-text-orientation: sideways;
    text-orientation: sideways;
    transform: translate(-25px, 0);
  }
}

@media only screen and (max-width: 767px) {
  #page_toppage #sec_mainvisual .side .copyright {
    font-size: 1.0rem;
    margin-top: 8px;
  }
}

#page_toppage #sec_mainvisual .slide {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  #page_toppage #sec_mainvisual .slide {
    left: 180px;
  }
}

@media only screen and (max-width: 767px) {
  #page_toppage #sec_mainvisual .slide {
    position: static;
    height: 360px;
  }
}

#page_toppage #sec_mainvisual .slide .logo {
  position: absolute;
  max-width: 814px;
  width: 100%;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  #page_toppage #sec_mainvisual .slide .logo {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #page_toppage #sec_mainvisual .slide .logo {
    bottom: 104px;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 306px;
  }
}

#page_toppage #sec_mainvisual .slide .logo img {
  max-width: 774px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #page_toppage #sec_mainvisual .slide .logo img {
    max-width: 266px;
  }
}

#page_toppage #sec_mainvisual .slide .swiper-container {
  position: static;
  z-index: 0;
  width: 100%;
  height: 100%;
}

#page_toppage #sec_mainvisual .slide .swiper-wrapper {
  z-index: -1;
}

#page_toppage #sec_mainvisual .slide .swiper-slide {
  width: 100%;
  height: 100%;
  background: #331117;
}

#page_toppage #sec_mainvisual .slide .slide_item {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 62px;
}

@media only screen and (max-width: 767px) {
  #page_toppage #sec_mainvisual .slide .slide_item {
    align-items: flex-end;
    padding-bottom: 240px;
  }
}

#page_toppage #sec_mainvisual .slide .img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 180px;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  #page_toppage #sec_mainvisual .slide .img {
    left: 0;
  }
}

#page_toppage #sec_mainvisual .slide .img img {
  opacity: .6;
}

#page_toppage #sec_mainvisual .slide .title {
  color: #fff;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.3;
  margin-bottom: 122px;
}

@media all and (-ms-high-contrast: none) {
  #page_toppage #sec_mainvisual .slide .title {
    font-family: "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
  }
}

@media only screen and (max-width: 767px) {
  #page_toppage #sec_mainvisual .slide .title {
    font-size: 1.6rem;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 0;
  }
}

#page_toppage #sec_mainvisual .slide .swiper-navigation_wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 62px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  #page_toppage #sec_mainvisual .slide .swiper-navigation_wrap {
    width: 150px;
    height: 57px;
  }
}

#page_toppage #sec_mainvisual .slide .swiper-navigation {
  display: flex;
  align-items: center;
  font-size: 0;
  line-height: 0;
  perspective: 500px;
}

#page_toppage #sec_mainvisual .slide .swiper-button-prev,
#page_toppage #sec_mainvisual .slide .swiper-button-next {
  outline: none;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  flex: 1 0 auto;
  display: block;
  width: 29px;
  height: 29px;
  background: url(../img/arrow01.png) no-repeat center center;
  background-size: 9px auto;
  margin: 0;
  transition: all 0.25s linear;
}

#page_toppage #sec_mainvisual .slide .swiper-button-prev:hover,
#page_toppage #sec_mainvisual .slide .swiper-button-next:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  #page_toppage #sec_mainvisual .slide .swiper-button-prev,
  #page_toppage #sec_mainvisual .slide .swiper-button-next {
    width: 19px;
    height: 19px;
    background-size: 7px auto;
  }
}

#page_toppage #sec_mainvisual .slide .swiper-button-prev {
  transform: rotateY(180deg);
}

#page_toppage #sec_mainvisual .slide .swiper-pagination {
  position: static;
  font-family: "Amiri", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium";
  font-weight: 400;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.0;
  letter-spacing: .1em;
  margin: 0 20px;
}

@media only screen and (max-width: 767px) {
  #page_toppage #sec_mainvisual .slide .swiper-pagination {
    font-size: 1.6rem;
    margin: 0 10px;
  }
}

#page_toppage #sec_mainvisual .loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 180px;
  right: 0;
  margin: auto;
}

/*-------------------------
  導入
-------------------------*/
#page_toppage #about {
  text-align: center;
  margin: 110px 0 0;
}

@media only screen and (max-width: 767px) {
  #page_toppage #about {
    text-align: left;
    margin-top: 70px;
  }
}

#page_toppage #about .innerWrap {
  max-width: 780px;
}

/*-------------------------
  本日のラウンジ演奏
-------------------------*/
#page_toppage #todays_lounge .slide_wrap {
  position: relative;
  min-height: 10em;
}

#page_toppage #todays_lounge .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#page_toppage #todays_lounge .slide {
  background: #fff;
}

#page_toppage #todays_lounge #slide_main {
  max-width: 1160px;
  perspective: 500px;
}

#page_toppage #todays_lounge #slide_main .swiper-wrapper {
  z-index: 0;
}

#page_toppage #todays_lounge #slide_main .swiper-slide {
  max-width: 370px;
  height: auto;
  padding: 0 25px;
}

@media only screen and (max-width: 560px) {
  #page_toppage #todays_lounge #slide_main .swiper-slide {
    padding: 0 34px;
  }
}

@media only screen and (max-width: 767px) {
  #page_toppage #todays_lounge #slide_sub {
    display: flex;
    justify-content: center;
  }
}

#page_toppage #todays_lounge #slide_sub .swiper-wrapper {
  transform: none !important;
  width: auto;
  height: auto;
  flex-wrap: wrap;
}

#page_toppage #todays_lounge #slide_sub .swiper-slide {
  display: flex;
  align-items: center;
  width: auto !important;
  height: auto;
}

#page_toppage #todays_lounge #slide_sub .swiper-slide:after {
  content: '／';
  color: #838383;
  margin: 2px;
}

#page_toppage #todays_lounge #slide_sub .swiper-slide > * {
  cursor: pointer;
  transition: all 0.25s linear;
}

#page_toppage #todays_lounge #slide_sub .swiper-slide > *:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

#page_toppage #todays_lounge #slide_sub .swiper-slide:last-child:after {
  display: none;
}

#page_toppage #todays_lounge #slide_sub .swiper-slide .post_title3 {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  #page_toppage #todays_lounge #slide_sub .swiper-slide .post_title3 {
    font-size: 1.3rem;
  }
}

#page_toppage #todays_lounge #slide_sub .swiper-slide .post_title3.view_sp {
  font-weight: normal;
}

#page_toppage #todays_lounge .slide_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

#page_toppage #todays_lounge .post_img {
  position: relative;
  z-index: 0;
  flex: 1 0 auto;
  display: block;
  min-height: 0%;
  margin: 0 0 20px;
}

@media only screen and (max-width: 319px) {
  #page_toppage #todays_lounge .post_img {
    margin: 0 0 12px;
  }
}

#page_toppage #todays_lounge .post_img:before {
  content: '';
  display: block;
  padding-bottom: 75%;
}

#page_toppage #todays_lounge .post_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

#page_toppage #todays_lounge .detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 560px) {
  #page_toppage #todays_lounge .detail {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

#page_toppage #todays_lounge .post_title3 {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 12px;
}

@media only screen and (max-width: 560px) {
  #page_toppage #todays_lounge .post_title3 {
    font-size: 1.8rem;
    margin-bottom: 6px;
  }
}

#page_toppage #todays_lounge .text {
  text-align: center;
  margin: auto 0;
}

#page_toppage #todays_lounge .btn01 {
  width: 100%;
  margin: 17px auto 0;
}

@media only screen and (max-width: 560px) {
  #page_toppage #todays_lounge .btn01 {
    margin-top: 15px;
  }
}

#page_toppage #todays_lounge .swiper-button-prev,
#page_toppage #todays_lounge .swiper-button-next {
  outline: none;
  cursor: default;
  z-index: 100;
  top: 0;
  bottom: 0;
  display: block;
  background: #fff;
  width: 50px;
  height: auto;
  margin: 0;
  perspective: 500px;
}

@media only screen and (max-width: 767px) {
  #page_toppage #todays_lounge .swiper-button-prev,
  #page_toppage #todays_lounge .swiper-button-next {
    width: 34px;
  }
}

#page_toppage #todays_lounge .swiper-button-prev:before,
#page_toppage #todays_lounge .swiper-button-next:before {
  content: '';
  cursor: pointer;
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 1;
  width: 14px;
  height: 40px;
  background: url(../img/arrow01.png) no-repeat right center;
  background-size: 100% auto;
}

#page_toppage #todays_lounge .swiper-button-prev {
  left: 0;
}

#page_toppage #todays_lounge .swiper-button-prev:before {
  left: 0;
  right: auto;
  background-position: left center;
  transform: rotateZ(180deg);
}

#page_toppage #todays_lounge .swiper-button-next {
  right: 0;
}

#page_toppage #todays_lounge .swiper-pagination {
  position: static;
}

#page_toppage #todays_lounge .member_list {
  max-width: 1200px;
  width: 100%;
  margin: 60px auto 0;
}

@media only screen and (max-width: 560px) {
  #page_toppage #todays_lounge .member_list {
    margin-top: 40px;
  }
}

#page_toppage #todays_lounge .member_list dl {
  display: flex;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  background: #fff;
  line-height: 1.875;
  padding: 22px 70px;
}

@media only screen and (max-width: 767px) {
  #page_toppage #todays_lounge .member_list dl {
    flex-direction: column;
    padding: 16px 20px;
  }
}

#page_toppage #todays_lounge .member_list dt {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0f0f0;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  #page_toppage #todays_lounge .member_list dt {
    max-width: 180px;
    width: 40%;
    min-height: 56px;
    margin: 0 35px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  #page_toppage #todays_lounge .member_list dt {
    min-height: 45px;
    margin: 0 0 20px;
  }
}

#page_toppage #todays_lounge .member_list dd {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #page_toppage #todays_lounge .member_list dd {
    padding: 11px 0;
  }
}

@media only screen and (max-width: 767px) {
  #page_toppage #todays_lounge .member_list dd {
    font-size: 1.3rem;
  }
}

#page_toppage #todays_lounge .member_list .notes {
  color: #838383;
  font-size: 1.5rem;
  text-align: center;
  margin: 12px 0 0;
}

@media only screen and (max-width: 767px) {
  #page_toppage #todays_lounge .member_list .notes {
    font-size: 1.2rem;
    margin: 20px 0 0;
  }
}

/*-------------------------
  本日のラウンジ演奏
-------------------------*/
@media only screen and (max-width: 560px) {
  #page_toppage #topics .list_card3 li:nth-child(n + 4) {
    display: none;
  }
}

/*-------------------------
  メンバー紹介
-------------------------*/
#page_toppage #member .list_card, #page_toppage #member .list_card2 {
  max-width: inherit;
}

@media only screen and (max-width: 767px) {
  #page_toppage #member .list_card > ul, #page_toppage #member .list_card2 > ul {
    display: block;
  }
}

@media only screen and (max-width: 560px) {
  #page_toppage #member .list_card > ul, #page_toppage #member .list_card2 > ul {
    margin-bottom: -30px;
  }
}

@media only screen and (min-width: 768px) {
  #page_toppage #member .list_card > ul:before, #page_toppage #member .list_card2 > ul:before, #page_toppage #member .list_card > ul:after, #page_toppage #member .list_card2 > ul:after {
    width: 48.334%;
  }
}

@media only screen and (max-width: 767px) {
  #page_toppage #member .list_card > ul:before, #page_toppage #member .list_card2 > ul:before, #page_toppage #member .list_card > ul:after, #page_toppage #member .list_card2 > ul:after {
    display: none;
  }
}

#page_toppage #member .list_card > ul > li, #page_toppage #member .list_card2 > ul > li {
  width: 48.334%;
  padding: 0 25px;
}

@media only screen and (max-width: 767px) {
  #page_toppage #member .list_card > ul > li, #page_toppage #member .list_card2 > ul > li {
    width: 100%;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 560px) {
  #page_toppage #member .list_card > ul > li, #page_toppage #member .list_card2 > ul > li {
    display: block;
    padding: 0 10px;
    margin-bottom: 30px;
  }
}

#page_toppage #member .list_card .post_img, #page_toppage #member .list_card2 .post_img {
  margin: 0 -25px -105px;
}

@media only screen and (max-width: 560px) {
  #page_toppage #member .list_card .post_img, #page_toppage #member .list_card2 .post_img {
    max-width: inherit;
    width: auto;
    margin: 0 -10px -50px;
  }
}

#page_toppage #member .list_card .detail, #page_toppage #member .list_card2 .detail {
  position: relative;
  background: #fff;
  padding: 30px 25px 0;
}

@media only screen and (max-width: 767px) {
  #page_toppage #member .list_card .detail, #page_toppage #member .list_card2 .detail {
    padding: 25px 10px 0;
  }
}

#page_toppage #member .list_card .post_title2, #page_toppage #member .list_card2 .post_title2 {
  margin-bottom: 16px;
}

@media only screen and (max-width: 560px) {
  #page_toppage #member .list_card .post_title2, #page_toppage #member .list_card2 .post_title2 {
    font-size: 1.2rem;
    text-align: center;
  }
}

#page_toppage #member .list_card .post_title3, #page_toppage #member .list_card2 .post_title3 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.0;
  margin-bottom: 20px;
}

@media all and (-ms-high-contrast: none) {
  #page_toppage #member .list_card .post_title3, #page_toppage #member .list_card2 .post_title3 {
    font-family: "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
  }
}

@media only screen and (max-width: 560px) {
  #page_toppage #member .list_card .post_title3, #page_toppage #member .list_card2 .post_title3 {
    text-align: center;
  }
}

#page_toppage #member .list_card .post_title3 small, #page_toppage #member .list_card2 .post_title3 small {
  font-family: "Amiri", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium";
  font-weight: 400;
  font-size: 1.4rem;
  margin-left: 7px;
}

#page_toppage #member .list_card .text, #page_toppage #member .list_card2 .text {
  display: flex;
  justify-content: center;
  text-align: left;
  margin: auto 0;
}

@media only screen and (max-width: 560px) {
  #page_toppage #member .list_card .text, #page_toppage #member .list_card2 .text {
    font-size: 1.4rem;
  }
}

#page_toppage #member .list_card .btn, #page_toppage #member .list_card2 .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

@media only screen and (max-width: 1023px) {
  #page_toppage #member .list_card .btn, #page_toppage #member .list_card2 .btn {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #page_toppage #member .list_card .btn, #page_toppage #member .list_card2 .btn {
    display: flex;
  }
}

@media only screen and (max-width: 560px) {
  #page_toppage #member .list_card .btn, #page_toppage #member .list_card2 .btn {
    display: block;
  }
}

#page_toppage #member .list_card .btn > li, #page_toppage #member .list_card2 .btn > li {
  max-width: 230px;
  width: 100%;
  margin-left: 20px;
}

@media only screen and (max-width: 1099px) {
  #page_toppage #member .list_card .btn > li, #page_toppage #member .list_card2 .btn > li {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 1023px) {
  #page_toppage #member .list_card .btn > li, #page_toppage #member .list_card2 .btn > li {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  #page_toppage #member .list_card .btn > li, #page_toppage #member .list_card2 .btn > li {
    max-width: inherit;
    margin-top: 0;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 560px) {
  #page_toppage #member .list_card .btn > li, #page_toppage #member .list_card2 .btn > li {
    display: block;
    margin-top: 10px;
    margin-left: auto;
  }
}

#page_toppage #member .list_card .btn > li:first-child, #page_toppage #member .list_card2 .btn > li:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 1023px) {
  #page_toppage #member .list_card .btn > li:first-child, #page_toppage #member .list_card2 .btn > li:first-child {
    margin-top: 0;
    margin-left: auto;
  }
}

#page_toppage #member .list_card .btn .btn_inner, #page_toppage #member .list_card2 .btn .btn_inner {
  font-size: 1.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 1099px) {
  #page_toppage #member .list_card .btn .btn_inner, #page_toppage #member .list_card2 .btn .btn_inner {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  #page_toppage #member .list_card .btn .btn_inner, #page_toppage #member .list_card2 .btn .btn_inner {
    font-size: 1.6rem;
  }
}

#page_toppage #member .list_card .btn .btn_inner:after, #page_toppage #member .list_card2 .btn .btn_inner:after {
  right: 15px;
}

/*-------------------------
  人気動画
-------------------------*/
#page_toppage .sec_movie .read {
  margin-bottom: 30px;
}

@media only screen and (max-width: 560px) {
  #page_toppage .sec_movie .list_card.movie ul, #page_toppage .sec_movie .movie.list_card2 ul, #page_toppage .sec_movie .list_card.movie ol, #page_toppage .sec_movie .movie.list_card2 ol {
    margin-bottom: -30px;
  }
}

@media only screen and (max-width: 560px) {
  #page_toppage .sec_movie .list_card.movie li, #page_toppage .sec_movie .movie.list_card2 li {
    display: block;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #page_toppage .sec_movie .list_card.movie li:nth-child(1), #page_toppage .sec_movie .movie.list_card2 li:nth-child(1) {
    width: 100%;
  }
}

@media only screen and (max-width: 560px) {
  #page_toppage .sec_movie .list_card.movie .post_img, #page_toppage .sec_movie .movie.list_card2 .post_img {
    max-width: inherit;
    width: 100%;
    margin: 0 0 20px;
  }
}

#page_toppage .sec_movie .list_card.movie .post_title3, #page_toppage .sec_movie .movie.list_card2 .post_title3 {
  text-align: center;
}

#page_toppage .sec_movie .list_card.movie .btn01, #page_toppage .sec_movie .movie.list_card2 .btn01 {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 560px) {
  #page_toppage .sec_movie .list_card.movie .btn01, #page_toppage .sec_movie .movie.list_card2 .btn01 {
    max-width: inherit;
  }
}

@media only screen and (max-width: 560px) {
  #page_toppage .sec_movie .list_card.movie .btn01 .btn_inner, #page_toppage .sec_movie .movie.list_card2 .btn01 .btn_inner {
    font-size: 1.5rem;
    min-height: 45px;
  }
}

/*-------------------------
  ピックアップムービー
-------------------------*/
#page_toppage #pickup .movie {
  position: relative;
  z-index: 0;
  display: block;
}

#page_toppage #pickup .movie:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

#page_toppage #pickup .movie iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*-------------------------
  SNS
-------------------------*/
@media only screen and (min-width: 768px) {
  #page_toppage #sns .innerWrap {
    min-height: 360px;
  }
}

.view_ie #sns .twitter {
  display: none;
}

/*-------------------------
  バナーエリア
-------------------------*/
#page_toppage .sec_banner .innerWrap {
  max-width: 1060px;
}

@media only screen and (min-width: 768px) {
  #page_toppage .sec_banner ul {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  #page_toppage .sec_banner li {
    max-width: 500px;
    width: 47.17%;
  }
}

@media only screen and (max-width: 767px) {
  #page_toppage .sec_banner li {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #page_toppage .sec_banner li:first-child {
    margin-top: 0;
  }
}

/*-------------------------
  お知らせ
-------------------------*/
#page_toppage #news .hd01 {
  margin-bottom: 49px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■メンバー紹介
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  詳細
-------------------------*/
@media only screen and (max-width: 560px) {
  .page-member .post_article .post_head .inner {
    display: flex;
    flex-direction: column-reverse;
  }
}

.page-member .post_article .name {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-bottom: 1px solid #000;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
  .page-member .post_article .name {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}

.page-member .post_article .name .post_title3 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.0;
  margin: 0 24px 0 0;
}

@media all and (-ms-high-contrast: none) {
  .page-member .post_article .name .post_title3 {
    font-family: "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
  }
}

@media only screen and (max-width: 1023px) {
  .page-member .post_article .name .post_title3 {
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 560px) {
  .page-member .post_article .name .post_title3 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 2.8rem;
    margin: 0;
  }
}

@media only screen and (max-width: 360px) {
  .page-member .post_article .name .post_title3 {
    font-size: 7.77778vw;
  }
}

.page-member .post_article .name small {
  font-family: "Amiri", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium";
  font-weight: 400;
  font-size: 1.8rem;
  margin-left: 17px;
}

@media only screen and (max-width: 560px) {
  .page-member .post_article .name small {
    font-size: 1.6rem;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 360px) {
  .page-member .post_article .name small {
    font-size: 4.44444vw;
  }
}

.page-member .post_article .name .sns_wrap {
  font-size: 0;
  line-height: 0;
  margin: 0;
}

@media only screen and (max-width: 1023px) {
  .page-member .post_article .name .sns_wrap {
    justify-content: center;
    margin: 20px 0 0;
  }
}

.page-member .post_article .name .sns_list {
  margin-right: -15px;
}

@media only screen and (max-width: 1023px) {
  .page-member .post_article .name .sns_list {
    margin: 0;
  }
}

.page-member .post_article .name .sns_list > li {
  margin-right: 15px;
}

@media only screen and (max-width: 1023px) {
  .page-member .post_article .name .sns_list > li:last-of-type {
    margin-right: 0;
  }
}

.page-member .post_article .post_img {
  max-width: 380px;
  width: 40%;
}

@media only screen and (max-width: 560px) {
  .page-member .post_article .post_img {
    max-width: inherit;
    width: 100%;
    margin: 0 0 30px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■ホテルラウンジで楽しむ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  詳細
-------------------------*/
.sec_post {
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  .sec_post {
    padding: 0 20px;
  }
}

.sec_post .innerWrap > .btn01 {
  margin: 80px auto 0;
}

@media only screen and (max-width: 767px) {
  .sec_post .innerWrap > .btn01 {
    margin-top: 60px;
  }
}

.post_article .post_head {
  position: relative;
  z-index: 0;
  padding: 60px 0 52px;
  margin-bottom: 115px;
}

@media only screen and (max-width: 767px) {
  .post_article .post_head {
    padding: 20px 0 30px;
    margin-bottom: 60px;
  }
}

.post_article .post_head:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  right: -100vw;
  z-index: -1;
  background: #F7F7F7;
}

@media only screen and (min-width: 560px) {
  .post_article .post_head .inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}

.post_article .post_head .detail {
  width: 100%;
}

.post_article .post_img {
  flex: 1 0 auto;
  position: relative;
  display: block;
  max-width: 320px;
  width: 40%;
}

@media only screen and (min-width: 560px) {
  .post_article .post_img {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .post_article .post_img {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 560px) {
  .post_article .post_img {
    max-width: inherit;
    width: auto;
    margin: 20px auto 0;
  }
}

.post_article .post_img:before {
  content: '';
  display: block;
  padding-bottom: 75%;
}

.post_article .post_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.post_article .post_title1 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.6;
}

@media all and (-ms-high-contrast: none) {
  .post_article .post_title1 {
    font-family: "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
  }
}

@media only screen and (max-width: 767px) {
  .post_article .post_title1 {
    font-size: 2.6rem;
  }
}

.post_article .post_title2 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

@media all and (-ms-high-contrast: none) {
  .post_article .post_title2 {
    font-family: "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
  }
}

@media only screen and (max-width: 767px) {
  .post_article .post_title2 {
    font-size: 2.0rem;
  }
}

.post_article .link {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .post_article .link {
    font-size: 1.3rem;
  }
}

.post_article .link a {
  color: #0092DE;
  transition: all 0.25s linear;
}

.post_article .link a:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

.post_article .link a[target="_blank"] {
  position: relative;
  display: inline-block;
  padding-right: 19px;
}

.post_article .link a[target="_blank"]:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/blank.png) no-repeat left center;
  background-size: 100% auto;
  margin-left: 5px;
}

.post_article .text {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .post_article .text {
    font-size: 1.3rem;
    line-height: 1.8;
    margin: 10px 0;
  }
}

.post_article .sns_wrap {
  margin-top: 20px;
}

.post_article .sns_list {
  display: flex;
  align-items: center;
  font-size: 0;
  line-height: 0;
  margin-top: 12px;
  margin-right: -23px;
}

@media only screen and (max-width: 767px) {
  .post_article .sns_list {
    margin-top: 19px;
    margin-right: -29px;
  }
}

.post_article .sns_list > li {
  margin-right: 23px;
}

@media only screen and (max-width: 767px) {
  .post_article .sns_list > li {
    margin-right: 15px;
  }
}

.post_article .sns_list a {
  display: inline-block;
  transition: all 0.25s linear;
}

.post_article .sns_list a:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

.post_article .sns_list img {
  height: auto;
}

.post_article .sns_list .instagram img {
  width: 18.5px;
}

@media only screen and (max-width: 767px) {
  .post_article .sns_list .instagram img {
    width: 26.82px;
  }
}

.post_article .sns_list .twitter img {
  width: 20px;
}

@media only screen and (max-width: 767px) {
  .post_article .sns_list .twitter img {
    width: 26.82px;
  }
}

.post_article .sns_list .facebook img {
  width: 9px;
}

@media only screen and (max-width: 767px) {
  .post_article .sns_list .facebook img {
    width: 12.01px;
  }
}

.post_article .sns_list .youtube img {
  width: 23.5px;
}

@media only screen and (max-width: 767px) {
  .post_article .sns_list .youtube img {
    width: 26.82px;
  }
}

.post_article .sns_list .hp img {
  width: 18px;
}

@media only screen and (max-width: 767px) {
  .post_article .sns_list .hp img {
    width: 22px;
  }
}

.post_article .profile div {
  display: flex;
  align-items: flex-start;
  margin: 10px 0 0;
  line-height: 1.875;
}

.post_article .profile div:first-child {
  margin-top: 0;
}

.post_article .profile dt {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 160px;
  width: 50%;
  min-height: 30px;
  background: #6A393E;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  margin: 0 30px 0 0;
}

@media only screen and (max-width: 560px) {
  .post_article .profile dt {
    width: 30%;
    font-size: 1.2rem;
    padding: 5px;
    margin-right: 15px;
  }
}

.post_article .profile dd {
  width: 100%;
}

@media only screen and (max-width: 560px) {
  .post_article .profile dd {
    padding: 2px 0;
  }
}

.post_article .post_movie {
  max-width: 690px;
  width: 100%;
  margin: 60px auto 0;
}

.post_article .post_movie .img {
  position: relative;
  z-index: 0;
  display: block;
}

.post_article .post_movie .img:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

.post_article .post_movie .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.post_article .post_movie .btn01 {
  margin: 30px auto 0;
}

.post_article .post_gallery {
  margin: 60px auto 0;
}

.post_article .ps_gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -25px;
}

@media only screen and (max-width: 767px) {
  .post_article .ps_gallery {
    margin-bottom: -15px;
  }
}

.post_article .ps_gallery:before, .post_article .ps_gallery:after {
  content: '';
  order: 1;
  max-width: 320px;
  width: 30.19%;
}

@media only screen and (max-width: 767px) {
  .post_article .ps_gallery:before, .post_article .ps_gallery:after {
    display: none;
  }
}

.post_article .ps_gallery > * {
  max-width: 320px;
  width: 30.19%;
  margin: 0 0 25px;
}

@media only screen and (max-width: 767px) {
  .post_article .ps_gallery > * {
    max-width: inherit;
    width: 47%;
    margin-bottom: 15px;
  }
}

/*-------------------------
  演奏スケジュール
-------------------------*/
.timetable dl {
  display: flex;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  background: #fff;
  line-height: 1.875;
  padding: 32px 30px;
}

@media only screen and (max-width: 767px) {
  .timetable dl {
    flex-direction: column;
    padding: 16px 20px;
  }
}

.timetable dt {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0f0f0;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .timetable dt {
    max-width: 140px;
    width: 40%;
    margin: 0 20px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .timetable dt {
    min-height: 45px;
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .timetable dd {
    font-size: 1.3rem;
  }
}

.timetable .notes {
  color: #838383;
  font-size: 1.5rem;
  text-align: center;
  margin: 12px 0 60px;
}

@media only screen and (max-width: 767px) {
  .timetable .notes {
    font-size: 1.2rem;
    margin: 20px 0 30px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■トピックス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  詳細
-------------------------*/
.page-topics .post_article .post_head {
  padding: 55px 0 0;
  margin-bottom: 54px;
}

@media only screen and (max-width: 767px) {
  .page-topics .post_article .post_head {
    padding-top: 20px;
    margin-bottom: 30px;
  }
}

.page-topics .post_article .post_head:before {
  display: none;
}

.page-topics .post_article .post_title {
  border-bottom: 1px solid #000;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.81818;
  padding-bottom: 20px;
  margin: 0 0 29px;
}

@media all and (-ms-high-contrast: none) {
  .page-topics .post_article .post_title {
    font-family: "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
  }
}

@media only screen and (max-width: 767px) {
  .page-topics .post_article .post_title {
    font-size: 1.8rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

.page-topics .post_article .detail {
  display: flex;
  color: #838383;
  font-size: 1.5rem;
  line-height: 1.0;
}

.page-topics .post_article .date:after {
  content: '｜';
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■お知らせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  詳細
-------------------------*/
.page-news .sec_list {
  padding-top: 34px;
}

@media only screen and (max-width: 767px) {
  .page-news .sec_list {
    padding-top: 15px;
  }
}

.list_news li {
  display: flex;
  align-items: center;
  min-height: 70px;
  border-bottom: 1px solid #9A9A9A;
}

@media only screen and (max-width: 767px) {
  .list_news li {
    min-height: inherit;
  }
}

.list_news a {
  display: flex;
  width: 100%;
  transition: all 0.25s linear;
}

.list_news a:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

.list_news a .post_title {
  color: #0092DE;
}

.list_news a[target="_blank"] .post_title {
  position: relative;
  display: inline-block;
}

.list_news a[target="_blank"] .post_title:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/blank.png) no-repeat left center;
  background-size: 100% auto;
  margin-left: 0px;
}

.list_news .inner {
  width: 100%;
  line-height: 1.75;
  padding: 15px 0;
}

@media only screen and (min-width: 561px) {
  .list_news .inner {
    display: flex;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 561px) {
  .list_news .date {
    flex: 1 0 auto;
    width: 127px;
  }
}

@media only screen and (max-width: 767px) {
  .list_news .date {
    margin-bottom: 5px;
  }
}

.list_news .post_title {
  width: 100%;
}

.list_news .post_title > p {
  display: inline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■フォーム
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------------------------
  form reset
--------------------------------------------------*/
.form {
  /*
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	select::-ms-expand {
		display: none;
	}
	*/
}

.form input,
.form select,
.form textarea,
.form button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
}

.form input.view_sp,
.form select.view_sp,
.form textarea.view_sp,
.form button.view_sp {
  font-weight: normal;
}

@media all and (-ms-high-contrast: none) {
  .form input,
  .form select,
  .form textarea,
  .form button {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "メイリオ", "Meiryo", sans-serif;
    font-weight: normal;
  }
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form input[type="password"],
.form input[type="number"],
.form input[type="url"],
.form input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 100%;
  border: 1px solid #f00;
  border-radius: 0;
  background: none;
  padding: 0;
}

.form input[type="date"] {
  outline: none;
  width: 100%;
  border: 1px solid #f00;
  border-radius: 0;
  background: none;
  padding: 0;
}

.form select {
  outline: none;
  width: 100%;
  border: 1px solid #f00;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 100%;
  border: 1px solid #f00;
  border-radius: 0;
  resize: none;
  resize: both;
  outline: none;
  height: 100px;
  background: transparent;
}

.form button,
.form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}

.form button:hover,
.form input[type="submit"]:hover {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form label {
  cursor: pointer;
}

.form label span {
  position: relative;
  padding: 0 0 0 22px;
}

.form label span:before, .form label span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
}

.form label span:before {
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid #f00;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin: auto 0;
}

.form label span:after {
  opacity: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.form input[type="radio"],
.form input[type="checkbox"] {
  display: none;
}

.form input[type="radio"]:checked + span:after,
.form input[type="radio"]:checked + input + span:after,
.form input[type="checkbox"]:checked + span:after,
.form input[type="checkbox"]:checked + input + span:after {
  opacity: 1;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.form label input[type="radio"] + span:before,
.form label input[type="radio"] + input + span:before,
.form label input[type="radio"] + span:after,
.form label input[type="radio"] + input + span:after {
  border-radius: 50%;
}

.form label input[type="radio"] + span:before,
.form label input[type="radio"] + input + span:before {
  background-color: #fff;
}

.form label input[type="radio"] + span:after,
.form label input[type="radio"] + input + span:after {
  left: 4px;
  width: 8px;
  height: 8px;
  background: #f00;
}

.form label input[type="checkbox"] + span:after,
.form label input[type="checkbox"] + input + span:after {
  top: 0;
  bottom: 2px;
  left: 5px;
  width: 6px;
  height: 10px;
  background: none;
  border-bottom: 2px solid #f00;
  border-right: 2px solid #f00;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

@media only screen and (max-width: 767px) {
  .custombtn label span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0;
  }
  .custombtn label span:before, .custombtn label span:after {
    z-index: -1;
  }
  .custombtn label span:after {
    display: none;
  }
  .custombtn label input[type="radio"] + span:before,
  .custombtn label input[type="radio"] + input + span:before,
  .custombtn label input[type="radio"] + span:after,
  .custombtn label input[type="radio"] + input + span:after,
  .custombtn label input[type="checkbox"] + span:before,
  .custombtn label input[type="checkbox"] + input + span:before,
  .custombtn label input[type="checkbox"] + span:after,
  .custombtn label input[type="checkbox"] + input + span:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    border-radius: 5px;
  }
  .custombtn label input[type="checkbox"] + span:after,
  .custombtn label input[type="checkbox"] + input + span:after {
    border: none;
    background: #ccc;
    -webkit-transform: none;
    transform: none;
  }
  .custombtn label input[type="radio"]:checked + span,
  .custombtn label input[type="radio"]:checked + input + span,
  .custombtn label input[type="checkbox"]:checked + input + span,
  .custombtn label input[type="checkbox"]:checked + span {
    color: #fff;
  }
  .custombtn label input[type="checkbox"]:checked + input + span:before,
  .custombtn label input[type="checkbox"]:checked + span:before {
    background-color: #6e6e6e;
  }
  .custombtn label input[type="radio"]:checked + span:before,
  .custombtn label input[type="radio"]:checked + input + span:before,
  .custombtn label input[type="checkbox"]:checked + span:before,
  .custombtn label input[type="checkbox"]:checked + input + span:before {
    background-color: #f00;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■↓↓↓お問い合わせフォーム　各サイトごとに自由編集↓↓↓
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------------------------
  メールフォームプロ
--------------------------------------------------*/
/* エラー */
div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 10px 0px 0px 0px;
  color: #F00;
  font-size: 12rem;
  line-height: normal;
  background-position: 0px 1px;
}

.mfp_parent_error {
  border: solid 2px #F00;
}

.problem {
  background-color: #FCC;
}

div#mfp_error {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
}

/* ボタン */
.mfp_buttons {
  font-size: 0;
  line-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mfp_buttons button {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  border-radius: 0;
}

.mfp_buttons button#mfp_button_send {
  max-width: 300px;
  min-height: 60px;
  border: 1px solid #f00;
  color: #f00;
  padding: 10px;
  transition: all 0.25s linear;
}

.mfp_buttons button#mfp_button_send:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  z-index: -1;
  background: #f00;
  transition: all 0.25s linear;
}

.mfp_buttons button#mfp_button_send:hover {
  color: #fff;
}

.mfp_buttons button#mfp_button_send:hover:before {
  right: 0;
}

.mfp_buttons button#mfp_button_cancel {
  max-width: 200px;
  min-height: 40px;
  background: #ccc;
  margin: 30px 0 0;
  transition: all 0.25s linear;
}

.mfp_buttons button#mfp_button_cancel:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

/* テーブル */
#mfp_confirm_table tr {
  background: none;
}

@media only screen and (max-width: 767px) {
  #mfp_confirm_table tr:last-child td {
    padding-bottom: 0;
  }
}

#mfp_confirm_table th, #mfp_confirm_table td {
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  #mfp_confirm_table th, #mfp_confirm_table td {
    display: block;
    width: 100%;
  }
}

#mfp_confirm_table th {
  width: 230px;
}

@media only screen and (max-width: 767px) {
  #mfp_confirm_table th {
    padding: 0 0 5px;
  }
}

@media only screen and (max-width: 767px) {
  #mfp_confirm_table td {
    padding: 0 0 30px;
  }
}

.form_item {
  display: flex;
  padding: 20px 0;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .form_item {
    display: block;
  }
}

.form_item .item_title {
  position: relative;
  flex: 1 0 auto;
  width: 230px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .form_item .item_title {
    width: auto;
  }
}

.form_item .item_title .required {
  font-size: 1.0rem;
  color: #f00;
}

.form_item .item_main {
  width: 100%;
}

.form_item .item_main .list_input {
  overflow: hidden;
}

.form_item .item_main .list_input li {
  display: inline-block;
}

/*--------------------------------------------------
	入力画面
--------------------------------------------------*/
#sec_contact_form .list_input ul + ul {
  margin-top: 15px;
}

#sec_contact_form .list_input li {
  margin: 0 20px 10px 0;
}

#sec_contact_form #mfp_phase_confirm h4 {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  #sec_contact_form #mfp_phase_confirm h4 {
    margin: 0 0 50px;
  }
}

/*--------------------------------------------------
	サンクスページ
--------------------------------------------------*/
#sec_contact_thanks {
  display: flex;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  #sec_contact_thanks {
    text-align: left;
    padding: 0;
  }
}

#sec_contact_thanks .innerWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
}

@media only screen and (max-width: 767px) {
  #sec_contact_thanks .innerWrap {
    display: block;
    min-height: inherit;
  }
}

#sec_contact_thanks .title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  #sec_contact_thanks .title {
    text-align: left;
  }
}

#sec_contact_thanks p + p {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  #sec_contact_thanks p + p {
    margin-top: 15px;
  }
}

/*-------------------------
  form_item
-------------------------*/
.page-performer .sec_read {
  padding-top: 50px;
}
