/** tabs **/
.c_tabs_01 .c_tabs_01-links {
  overflow: hidden;
  *zoom: 1;
}
.c_tabs_01 .c_tabs_01-links li {
  float: left;
  width: 25%;
  color: #000;
  background-color: #ccc;
  text-align: center;
  padding: 10px 0;
  border-left: 1px solid #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.c_tabs_01 .c_tabs_01-links li:first-child {
  border-left: none;
}
.c_tabs_01 .c_tabs_01-links li.current {
  background-color: #000;
  color: #fff;
}

/** accordion **/
.c_accordion_01 .c_accordion_01-content {
  margin-top: 1px;
}
.c_accordion_01 .c_accordion_01-content .c_accordion_01-head {
  background-color: #000;
  color: #fff;
  padding: 10px;
}
.c_accordion_01 .c_accordion_01-head > span,
.c_accordion_01 .c_accordion_01-head > a {
  margin-top: 1px;
  background-color: #000;
  color: #fff;
  padding: 10px;
  display: block;
}

/*** panels ***/
.c_panels_01 {
  overflow: hidden;
  width: 100%;
}
.c_panels_01 .list {
  overflow: hidden;
  *zoom: 1;
  position: relative;
  width: 100.33333333333334%;
}
.c_panels_01 .list .panel {
  float: left;
  background: #fff;
  margin-right: -1px;
  margin-bottom: -1px;
  border: 1px solid #444444;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c_panels_01 .list .panel img {
  width: 100%;
  height: auto;
}
.c_panels_01 .list .panel a {
  padding: 20px;
  display: block;
}
.c_panels_01 .list .panel.w1 {
  width: 33.444444444444443%;
}
.c_panels_01 .list .panel.w2 {
  width: 66.66666666666%;
}
.c_panels_01 .list .panel .image img {
  display: block;
}

/*** JS modules ***/
.js_panels {
  overflow: hidden;
  *zoom: 1;
}
.js_panels + .loader {
  width: 100%;
  height: 96px;
  position: relative;
}
.js_panels + .loader .spinner {
  height: 96px;
}
.js_panels + .moreBtn {
  padding: 15px 0;
  text-align: center;
  background-color: #444;
  color: #fff;
  margin: 30px 30px 0;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

.c_js_tabs .c_js_tabs-body > div {
  display: none;
}
.c_js_tabs .c_js_tabs-body > div.current {
  display: block;
}

.c_js_respTabs .c_js_respTabs-body .c_js_respTabs-content {
  display: none;
}
.c_js_respTabs .c_js_respTabs-body .c_js_respTabs-content.current {
  display: block;
}
.c_js_respTabs .c_js_respTabs-resp-head {
  display: none;
}

.c_js_accordion .c_js_accordion-body {
  display: none;
}

.c_js_accordion_list .c_js_accordion_list-body {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  width: 600px;
  z-index: 1045;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  background: url(/pc/cosmo_common/images/icon_close.png) no-repeat center center;
  font-size: 0;
}

.mfp-arrow {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow-left {
  background: url(/pc/cosmo_common/images/modal_img_prv.png) no-repeat center center;
  left: 0;
}

.mfp-arrow-right {
  background: url(/pc/cosmo_common/images/modal_img_next.png) no-repeat center center;
  right: 0;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  padding: 30px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  position: relative;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
}
.mfp-video .mfp-content {
  background-color: #000;
}

.mfp-image .mfp-content {
  background-color: #000;
}
