@charset "UTF-8";
/*$basePink: #CA7575;*/
/*$basePink: #CA7575;*/
.touchSwUtil {
  display: block;
  position: fixed;
  top: 20px;
  right: 10px;
  width: 35px;
  height: 35px;
  text-decoration: none;
  z-index: 200;
}
.touchSwUtil span {
  display: block;
  position: relative;
  top: 0px;
}
.touchSwUtil span:before {
  color: #f15000;
  font-size: 8px;
  content: "MENU";
}
.touchSwUtil i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 28px;
  height: 3px;
  color: #666;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #666;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.touchSwUtil i:before, .touchSwUtil i:after {
  content: '';
  width: 28px;
  height: 3px;
  background: #666;
  position: absolute;
  left: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.touchSwUtil i:before {
  top: -9px;
}
.touchSwUtil i:after {
  bottom: -9px;
}
.touchSwUtil.active {
  color: #333;
}
.touchSwUtil.active i {
  width: 0;
}
.touchSwUtil.active i:before, .touchSwUtil.active i:after {
  background: #333;
}
.touchSwUtil.active i:before {
  top: 0px;
  width: 30px;
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.touchSwUtil.active i:after {
  top: 0px;
  width: 30px;
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.touchSwUtil.active span:before {
  content: "CLOSE";
}
.touchSwUtil:hover i {
  background-color: #333;
}
.touchSwUtil:hover i:before, .touchSwUtil:hover i:after {
  background-color: #333;
}

.touchMenuUtil {
  background-color: transparent;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 60px 0 0;
  width: 100%;
  overflow-y: auto;
  z-index: 150;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.touchMenuUtil.active {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.touchMenuUtil .inner {
  padding: 10px;
  background-color: #fff;
}

.translate3d-on {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.list-half > li {
  float: left;
  width: 50%;
}

.list-quarter > li {
  float: left;
  width: 25%;
}
@media screen and (max-width: 1023px) {
  .list-quarter > li {
    width: 50%;
  }
}

.sample::before {
  content: 'feature/list';
}

.test {
  color: #00008b;
}

.feature .header {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  display: block;
  margin: 30px auto 25px;
  padding: 0 10px;
}
.feature .header h1 {
  font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  font-weight: bold;
  border-left: 4px solid #00008b;
  padding-left: 25px;
  margin: 0;
}
.feature.list .photoflame {
  border-top: 1px solid #999;
  margin-bottom: 30px;
}
.feature.list .photoflame .inner {
  padding: 1%;
}
.feature.list .photoflame .inner ul li {
  float: left;
  width: 33.333333%;
  padding: 1%;
}
.feature.list .photoflame .inner ul li .photo {
  display: block;
  position: relative;
  color: inherit;
}
.feature.list .photoflame .inner ul li .photo .number, .feature.list .photoflame .inner ul li .photo .no {
  display: none;
  position: absolute;
}
.feature.list .photoflame .inner ul li .photo .number {
  border-bottom: 50px solid transparent;
  border-left: 50px solid rgba(255, 255, 255, 0.8);
}
.feature.list .photoflame .inner ul li .photo .no {
  padding: 5px 0 0 10px;
}
.feature.list .photoflame .inner ul li .photo .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 20px 20px 10px;
  width: 100%;
  color: white;
  font-size: 13px;
  line-height: 1.4;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #000000), color-stop(100%, transparent));
  background-image: -moz-linear-gradient(bottom, #000000, transparent);
  background-image: -webkit-linear-gradient(bottom, #000000, transparent);
  background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
  z-index: 40;
  text-align: left;
}
.feature.list .photoflame .inner ul li img {
  width: 100%;
}
.feature.list .photoflame .inner ul li:nth-of-type(1) {
  width: 50%;
}
.feature.list .photoflame .inner ul li:nth-of-type(1) .number {
  border-bottom: 80px solid transparent;
  border-left: 80px solid rgba(255, 255, 255, 0.8);
}
.feature.list .photoflame .inner ul li:nth-of-type(1) .no {
  color: inherit;
  padding-top: 15px;
  padding-left: 15px;
}
.feature.list .photoflame .inner ul li:nth-of-type(1) .no.no1 {
  padding-top: 10px;
  font-size: 170%;
}
.feature.list .photoflame .inner ul li:nth-of-type(2), .feature.list .photoflame .inner ul li:nth-of-type(3), .feature.list .photoflame .inner ul li:nth-of-type(4), .feature.list .photoflame .inner ul li:nth-of-type(5) {
  width: 25%;
}
.feature.list .photoflame .inner ul li:nth-of-type(1) .number, .feature.list .photoflame .inner ul li:nth-of-type(1) .no, .feature.list .photoflame .inner ul li:nth-of-type(2) .number, .feature.list .photoflame .inner ul li:nth-of-type(2) .no, .feature.list .photoflame .inner ul li:nth-of-type(3) .number, .feature.list .photoflame .inner ul li:nth-of-type(3) .no, .feature.list .photoflame .inner ul li:nth-of-type(4) .number, .feature.list .photoflame .inner ul li:nth-of-type(4) .no, .feature.list .photoflame .inner ul li:nth-of-type(5) .number, .feature.list .photoflame .inner ul li:nth-of-type(5) .no {
  display: block;
}
@media (max-width: 768px) {
  .feature.list .photoflame .inner ul li {
    width: 100% !important;
    padding: 5px;
  }
}

/*# sourceMappingURL=style.css.map */
