@charset "utf-8";

body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

h2 {
  font-size: 150%;
  font-weight: 700;
  margin-bottom: 40px;
}

h3 {
  font-size: 140%;
  font-weight: 700;
}

.label {
  padding-top: .3em;
}

a {
  color: #333;
}

a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.breadcrumb {
  background: #fff;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 30px;
}

header.row {
  background: #c0d1e8;
  padding: 15px;
}

header.row.tilt {
  position: relative;
  z-index: 3;
  height: 10.6vw;
}

header.row.tilt::before {
  position: absolute;
  width: 100%;
  height: 4vw;
  background: #c0d1e8;
  transform: skew(0deg, -2deg);
  left: 0;
  top: 8.4vw;
}

.navbar-default {
  background-color: inherit;
  border: none;
}

.logo {
  color: #fff;
  font-size: 21px;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5));
}

.navbar-brand p {
  font-size: 10px;
  text-align: center;
  color: #444;
}

.navbar-default .navbar-nav > li > a {
  color: #444;
}

.contents {
  background: #fff;
}

.main {
  position: relative;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 100px;
  width: 70%;
  margin: 0px auto 0px auto;
}

.main .nav {
  margin-bottom: 30px;
}

footer {
  background: #eee;
  position: relative;
  z-index: 0;
  height: 8vw;
  text-align: center;
  padding-top: 3vw;
}

footer::before {
  content: '';
  position: absolute;
  transform: skew(0deg, -4.03deg);
  z-index: -1;
  background: #eee;
  left: 0;
  top: -2.8vw;
  width: 100%;
  height: 8vw;
}

.form-group.submit-button {
  margin-top: 40px;
}

.form-control.input-conf {
  margin-top: 5px;
}

input[type="file"] {
  display: inline;
  margin-top: 7px;
  margin-bottom: 7px;
}

.upload .clearfix {
  margin-top: 5px;
}

.upload .clearfix .pull-left {
  width: 48%;
  height: 200px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #eee;
  position: relative;
}

.upload .clearfix .pull-left .glyphicon-remove-sign {
  position: absolute;
  top: 0;
  right: 0;
}

.upload .clearfix .pull-left .glyphicon-remove-sign:hover {
  font-size: 120%;
}

.upload img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.label-cols-2 label {
  width: 48%;
}

.label-cols-3 label {
  width: 32%;
}

.label-cols-4 label {
  width: 23%;
}

.main.preview {
  width: 90%;
}

.preview_nolink a {
	pointer-events:none;
}

.main.top {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
  margin: 0;
}

.main.top h2 {
  color: #446799;
  background: #fff;
  font-size: 16px;
  padding: 10px;
  border-bottom: 2px solid #446799;
  margin-top: 0px;
  margin-bottom: 30px;
}

.mv {
  height: 56.198vw;
  background: url(../img/mv.jpg) 0px / cover;
}

.oblique {
  position: relative;
  background: #fff;
  margin-top: -4.4vw;
  margin-bottom: 100px;
}

.oblique::before {
  content: '';
  position: absolute;
  transform: skew(0deg, -5deg);
  z-index: auto;
  background: #fff;
  left: 0;
  top: -6vw;
  width: 100%;
  height: 12vw;
}

.oblique .col-sm-7 {
  margin-top: -260px;
  padding-left: 110px;
  padding-right: 40px;
  position: relative;
  z-index: 1;
  min-height: 300px;
}

.search {
  position: relative;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.search .form-group {
  padding-left: 15px;
  padding-right: 15px;
}

.search .checkbox {
  padding-left: 10px;
  padding-bottom: 10px;
}

.search .row:last-child .form-group {
  margin-bottom: 0px;
}

.search input[name=keyword] {
  width: calc(100% - 80px);
  margin-right: 20px;
}

.new-contents {
  margin-top: 60px;
  margin-right: 0px;
}

.new-contents .item-list {
  margin-right: 0px;
}

.new-contents .item-list .item {
  padding-right: 0px;
}

.new-contents .item-list .item .thumbnail {
  margin-bottom: 0px;
}

.information {
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 80px;
}

.information dl {
  margin: 30px 20px;
}

.information dt {
  padding-bottom: 10px;
  font-weight: normal;
  text-align: left;
  width: 80px;
}

.information dd {
  margin-left: 0px;
}

.list {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.list .left {
  border-right: 1px solid #ccc;
  padding-right: 30px;
}

.list .left .form-group .checkbox:first-child{
  margin-top: 0px;
}

.list .save-condition {
  padding-top: 20px;
}

.list .saved-condition {
  margin-bottom: 20px;
}

.list .right {
  padding-left: 30px;
}

.list p.total {
  margin-bottom: 20px;
}

.list p.total span {
  font-size: 120%;
  font-weight: 700;
}

.item-list {
  margin-left: 0px;
}

.item-list .thumbnail {
  border-radius: 2px;
  padding: 0px;
}

.item-list .thumbnail .image {
  height: 15vw;
}

.item-list .thumbnail .image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-list .item {
  padding-left: 0px;
}

.item-list .thumbnail .caption h3 {
  font-size: 120%;
  margin-top: 10px;
}

.item-list .thumbnail .caption h3, 
.item-list .thumbnail .caption p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 18px;
}

.main.detail {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.main.detail h2 {
  font-size: 160%;
  margin-bottom: 20px;
}

.main.detail .left {
  border-right: 1px solid #ccc;
  padding-right: 30px;
}

.main.detail .right {
  padding-left: 30px;
}

.main.detail .feature {
  font-size: 20px;
  margin-bottom: 40px;
}

.main.detail .message {
  margin-bottom: 10px;
}

.image-viewer {
  margin-bottom: 40px;
}

.image-viewer .full{
  width: calc(100% - 130px);
}

.image-viewer .full img {
  margin: auto;
  border: 1px solid #fff;
}

.image-viewer .thumb {
  width: 100px;
}

.image-viewer .thumb li {
  cursor: pointer;
  margin-bottom: 5px;
  border: 1px solid #fff;
  height: 80px;
}

.image-viewer .thumb li:hover {
  opacity: 0.6;
}

.image-viewer .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.my_page_menu span {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.my_message h3 {
  font-size: 12pt;
}

.sub-title {
  padding: 20px;
  border: solid #446799;
  margin-bottom: 20px;
}

.my-contents .image {
  width: 150px;
  height: 100px;
}

.my-contents .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.message-thread .panel {
  max-width: 90%;
  position: relative;
}

.message-thread .panel-heading .pull-left {
  margin-right: 10px;
}

.message-thread .panel::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 10px;
}

.message-thread .panel::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 10px;
}

.message-thread .panel.pull-left::before {
  left: -15px;
  border-right: 15px solid #ddd;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.message-thread .panel.pull-left:after {
  left: -12px;
  border-right: 15px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.message-thread .panel.pull-right::before {
  right: -15px;
  border-left: 15px solid #ddd;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.message-thread .panel.pull-right:after {
  right: -12px;
  border-left: 15px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.message-thread .panel.panel-info.pull-left::before,
.message-thread .panel.panel-info.pull-right::before {
  border-left-color: #bce8f1;
  border-right-color: #bce8f1;
}

.message-thread .panel.panel-success.pull-left::before,
.message-thread .panel.panel-success.pull-right::before {
  border-left-color: #d6e9c6;
  border-right-color: #d6e9c6;
}

.message-thread .panel.panel-warning.pull-left::before,
.message-thread .panel.panel-warning.pull-right::before {
  border-left-color: #faebcc;
  border-right-color: #faebcc;
}

.message-thread .panel.panel-danger.pull-left::before,
.message-thread .panel.panel-danger.pull-right::before {
  border-left-color: #ebccd1;
  border-right-color: #ebccd1;
}

.main h2:nth-of-type(n+2) {
  margin-top: 60px;
}

@media (min-width: 993px) and (max-width: 1200px) { 
}

@media (min-width: 768px) and (max-width: 992px) { 
}

@media (max-width: 767px) {

  .label-cols-2 label {
    width: 100%;
  }
  
  header.row {
    padding: 0px;
  }
  
  header.row.tilt {
    height: 60px;
  }
  
  .navbar-default {
    margin-bottom: 10px;
    padding-bottom: 25px;
  }
  
  .navbar-toggle {
    margin-top: 14px;
    margin-bottom: 4px;
  }
  
  .main {
    padding-top: 0px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  
  .breadcrumb {
    margin-bottom: 20px;
  }
  
  .breadcrumb > li {
    display: inline;
  }
  
  .main.top {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .oblique .col-sm-7 {
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .search {
    margin-bottom: 10px;
  }
  
  .search .checkbox {
    padding: 0px;
  }
  
  .new-contents {
    margin-top: 0px;
  }
  
  .main.top h2 {
    margin-bottom: 10px;
  }
  
  .item-list .thumbnail .image {
    height: 60vw;
  }
  
  .information {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .information dl {
    margin: 10px;
  }
  
  .list .left {
    display: none;
    border: unset;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .list .right {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .list p.total {
    margin-bottom: 10px;
  }
  
  .main.detail .left {
    padding-left: 0px;
    padding-right: 0px;
    border-right: unset;
  }
  
  .main.detail .feature {
    font-size: inherit;
    margin-bottom: 10px;
  }
  
  .main.detail .right {
    padding-left: 15px;
  }
  
  .image-viewer {
    margin-bottom: 0px;
  }
  
  .image-viewer .full {
    width: 100%;
  }
  
  .image-viewer .thumb {
    width: 100%;
  }
  
  .image-viewer .thumb {
    font-size: 0;
  }
  
  .image-viewer .thumb li {
    width: 60px;
    height: 40px;
    display: inline-block;
  }
  
  .main.preview {
    width: 100%;
  }
  
  footer {
    height: 18vw;
  }
}
