@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* =============== LP：受賞式レポート =============== */

/* LP共通 */

.main_outer {
  width: 100%;
  background: #fff url(../../images/bg.png?20190301) 0 0;
  padding: 40px 0 60px;
  position: relative;
  color: #333;
}

/* レポート記事 */

.report {
  width: 1240px;
  margin: 0 auto 110px;
}
.report_section  {
  position: relative;
  margin-bottom: 80px;
}
.ttl_m {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 30px;
  line-height: 43px;
  font-weight: bold;
  color: #ad6103;
  text-align: center;
  margin-bottom: 35px;
}
.report_column {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-bottom: 30px;
}
.report_img img {
  width: 610px;
  height: auto;
}
.report_caption {
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  width: 900px;
  margin: 0 auto;
}
.report_txt {
  font-size: 15px;
  line-height: 28px;
  width: 600px;
}
.report01 .ttl_m  {
  margin-bottom: 20px;
}
.report01 .report_img img {
  width: 615px;
  height: auto;
}
.report02.report_section {
  margin-top: 140px;
  margin-bottom: 60px;
}
.report02 .ttl_m {
  position: absolute;
  width: 600px;
  top: 0;
  right: 0;
  text-align: left;
}
.report02 .report_txt {
  margin-top: 100px;
}
.report03.report_section {
  margin-bottom: 110px;
}
.report03 .report03_list {
  font-size: 0;
}
.report03 .report03_list li {
  display: inline-block;
  width: 300px;
  margin-right: 13px;
}
.report03 .report03_list li:nth-child(4) {
  margin-right: 0;
}
.report03 .report03_list li img {
  width: 100%;
  height: auto;
}
.report04.report_section {
  margin-bottom: 60px;
}
.report04 .report_column {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.report04 .ttl_m {
  position: absolute;
  width: 600px;
  top: 0;
  left: 0;
  text-align: left;
}
.report04 .report_txt {
  margin-top: 100px;
}
.report05.report_section {
  margin-bottom: 110px;
  text-align: center;
}
.report06 .report_caption {
  margin-bottom: 30px;
}

/* 受賞者の声 */

.voice {
  width: 1000px;
  margin: 0 auto 30px;
}
.ttl_voice {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  color: #333;
  background: #f9f3e5;
  height: 33px;
  line-height: 33px;
  text-align: center;
  margin: 15px 0 30px;
}
.voice_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.voice_list li {
  width: 450px;
  margin-bottom: 50px;
}
.voice_list_img {
  width: 160px;
  float: left;
}
.voice_list_img img {
  width: 100%;
  height: auto;
}
.voice_list_data {
  width: 255px;
  float: right;
}
.voice_list_text {
  clear: both;
  font-size: 14px;
  line-height: 25px;
  padding-top: 18px;
}
.voice_list_area {
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  color: #fff;
  background: #ad6103;
  margin-bottom: 10px;
  padding: 0 5px;
}
.voice_list_salon {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  color: #ad6103;
  margin-bottom: 3px;
}
.voice_list_stylist {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
  color: #333;
}

/* ギャラリー */

.gallery {
  width: 1240px;
  margin: 0 auto 80px;
}
.gallery_list {
  font-size: 0;
}
.gallery_list li {
  display: inline-block;
  width: 160px;
  margin-bottom: 20px;
  transition-property: all;
  transition: 0.3s linear;
  margin-right: 20px;
}
.gallery_list li:nth-child(7n) {
  margin-right: 0;
}
.gallery_list li:hover {
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.gallery_modal {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
}
.gallery_modal_bk {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.gallery_modal_inner {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 600px;
  height: 400px;
  z-index: 1000;
}
.gallery_modal_nav-prev {
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 100%;
}
.gallery_modal_nav-next {
  position: absolute;
  top: 0;
  right: -50px;
  width: 50px;
  height: 100%;
}
.gallery_modal_nav-prev span {
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -10px;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  text-indent: -9999px;
}
.gallery_modal_nav-next span {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -10px;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  text-indent: -9999px;
}
.gallery_modal_nav-prev:hover,
.gallery_modal_nav-next:hover {
  cursor: pointer;
}
.gallery_modal_nav-prev:hover span {
  border-color: transparent transparent #ad6103 #ad6103;
}
.gallery_modal_nav-next:hover span {
  border-color: #ad6103 #ad6103 transparent transparent;
}
.gallery_modal_btn--close  {
  position: absolute;
  top: -28px;
  right: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  text-indent: -9999px;
}
.gallery_modal_btn--close span:before,
.gallery_modal_btn--close span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86%;
  height: 10%;
  margin: -8% 0 0 -35%;
  background: #fff;
}
.gallery_modal_btn--close span:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.gallery_modal_btn--close span:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* GOLD Prize受賞サロン */

.gold {
  width: 1240px;
  margin: 0 auto 25px;
}
.gold_list {
  width: 100%;
}
.gold_list_item {
  width: 100%;
  background: #f9f3e5;
  box-sizing: border-box;
  margin-bottom: 3px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.gold_list_area {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: 136px;
  height: 30px;
  margin: 20px 0 20px 20px;
  line-height: 30px;
  text-align: center;
  background: #ad6103;
  color: #fff;
}
.gold_list_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.gold_list_list li {
  width: 250px;
  margin: 14px 0;
}
.gold_list_pref {
  font-size: 12px;
  color: #999;
}
.gold_list_salon {
  font-size: 16px;
}
.gold_list_salon a {
  color: #ad6103;
}

/* ============================== SP対応 max-width: 767px ============================== */

@media screen and (max-width:767px) {

  /* =============== LP：受賞式レポート =============== */

  /* LP共通 */

  .main_outer {
    background-size: 500px auto;
    padding: 20px 0 55px;
  }

  /* レポート記事 */

  .report {
    width: 100%;
    margin: 0 auto 50px;
  }
  .report_section  {
    margin-bottom: 60px;
  }
  .ttl_m {
    line-height: 36px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .report_column {
    display: block;
    margin-bottom: 30px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .report_img img {
    width: 100%;
  }
  .report_img:first-child {
    margin-bottom: 6px;
  }
  .report_caption {
    text-align: left;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
  }
  .report_txt {
    font-size: 15px;
    line-height: 28px;
    width: 100%;
    margin-top: 20px;
  }
  .report01 .ttl_m  {
    margin-bottom: 20px;
    text-align: left;
  }
  .report01 .report_column {
    padding: 0;
  }
  .report01 .report_img img {
    width: 100%;
  }
  .report02.report_section {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .report02 .ttl_m {
    position: static;
    width: auto;
  }
  .report02 .report_txt {
    margin-top: 30px;
  }
  .report03.report_section {
    margin-bottom: 80px;
  }
  .report03 .report03_list {
    width: 100%;
    padding: 0 20px;
    margin-left: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .report03 .report03_list li {
    width: 49%;
    margin-top: 2%;
    margin-right: 2%;
  }
  .report03 .report03_list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .report03 .report03_list li:nth-child(even) {
    margin-right: 0;
  }
  .report03 .report03_list li img {
    width: 100%;
    height: auto;
  }
  .report04 .report_column {
    display: block;
  }
  .report04 .ttl_m {
    position: static;
    width: 100%;
  }
  .report04 .report_txt {
    margin-top: 30px;
  }
  .report05.report_section {
    margin-bottom: 100px;
    padding-bottom: 210px;
  }
  .report05 .report_img-over {
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .report05 .report_img-over img {
    width: auto;
    height: 210px;
  }
  .report06 .report_img-over img {
    width: 100%;
    height: auto;
  }
  .report06 .report_caption {
    margin-top: 25px;
  }

  /* 受賞者の声 */

  .voice {
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .voice_list {
    display: block;
    padding-bottom: 10px;
  }
  .voice_list li {
    width: 100%;
    margin-bottom: 40px;
  }
  .voice_list_img {
    width: 48%;
  }
  .voice_list_data {
    width: 48%;
  }
  .voice_list_text {
    clear: both;
    font-size: 13px;
    line-height: 22px;
    padding-top: 15px;
  }
  .voice_list_stylist {
    font-size: 13px;
    line-height: 22px;
  }

  /* ギャラリー */

  .gallery {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto 80px;
  }
  .gallery_list {
    justify-content: start;
    -webkit-justify-content: start;
  }
  .gallery_list li {
    width: 22%;
    margin-bottom: 4%;
    margin-right: 4%;
  }
  .gallery_list li:nth-child(4n) {
    margin-right: 0;
  }
  .gallery_list li:nth-child(7n) {
    margin-right: 4%;
  }
  .gallery_list li img {
    width: 100%;
    height: auto;
  }
  .gallery_modal_inner {
    width: 70%;
    height: auto;
  }
  .gallery_modal_inner img {
    width: 100%;
    height: auto;
  }
  .gallery_modal_nav-prev {
    left: -20%;
    width: 20%;
  }
  .gallery_modal_nav-next {
    right: -20%;
    width: 20%;
  }
  .gallery_modal_nav-prev span {
    left: 50%;
  }
  .gallery_modal_nav-next span {
    right: 50%;
  }

  /* GOLD Prize受賞サロン */

  .gold {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .gold_list_item {
    display: block;
    padding: 15px 10px;
  }
  .gold_list_area {
    margin: 0;
  }
  .gold_list_list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .gold_list_list li {
    width: 45%;
    margin: 14px 0 0;
  }
  .gold_list_pref {
    font-size: 12px;
    color: #999;
  }
  .gold_list_salon {
    font-size: 16px;
    color: #333;
  }

}
