@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:500&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600&display=swap&subset=japanese);

/* =============== LP：受賞式レポート =============== */

.main_outer_ceremony {
  position: relative;
  width: 100%;
  background: #fff;
  padding-top: 64px;
  text-align: center;
}
.sub_contents_title {
  display: inline-block;
  text-align: center;
}

/*--- movie ---*/

.movie_area {
  margin-top: 56px;
}
.movie_wrap {
  width: 752px;
  margin: 0 auto;
  z-index: 1;
}
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie_txt_area {
  width: 100%;
  height: auto;
  background: #d3b679;
  margin-top: -48px;
  padding: 90px 0 40px;
  color: #fff;
}
.movie_catch {
  display: inline-block;
  position: relative;
  font-size: 22px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.12em;
}
.movie_catch::before,
.movie_catch::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  width: 12px;
  height: 48px;
}
.movie_catch::before {
  left: -52px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.movie_catch::after {
  right: -52px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.movie_body {
  margin-top: 24px;
  padding-right: 48px;
  padding-left: 48px;
  font-size: 14px;
  line-height: 2;
}
.movie_catch br {
  display: none;
}

/*--- report ---*/
.report_area {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 48px 72px;
  text-align: left;
}
.report_catch {
  margin: -10px 0 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.12em;
}
.report_body {
  font-size: 14px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.report_img img {
  width: 100%;
  height: auto;
}

/* ceremony grid指定 */
.report_ceremony {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 58%;
  grid-template-columns: 1fr 58%;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  margin-bottom: 80px;
}
.report_ceremony .report_catch {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.report_ceremony .report_body {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/-1;
}
.report_ceremony .report_img {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/-1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/-1;
}
.report_ceremony .report_img {
  margin-left: 32px;
}

/* chat grid指定 */
.report_chat {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 58% 1fr;
  grid-template-columns: 58% 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}
.report_chat .report_catch {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/-1;
  grid-column-start: 2;
}
.report_chat .report_body {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/-1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/-1;
  grid-column-start: 2;
}
.report_chat .report_img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/-1;
  grid-column-start: 1;
}
.report_chat .report_img {
  margin-right: 32px;
}

/*--- voice ---*/
.voice_area {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px 64px;
}
.ttl_voice {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  font-size: 20px;
  color: #d3b679;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.12em;
}
.ttl_voice:not(:first-of-type) {
  margin-top: 64px;
}
.ttl_voice::before, .ttl_voice::after {
  content: "";
  display: block;
  flex-grow: 1;
  position: relative;
  top: 10px;
  height: 1px;
  background-color: #d3b679;
}
.ttl_voice:before {
  margin-right: 0.7em;
}
.ttl_voice:after {
  margin-left: 0.7em;
}
.voice_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -48px;
}
.voice_list li {
  width: calc(100% / 2 - 24px);
  margin-bottom: 48px;
}
.voice_list_list {
  text-align: left;
}
.voice_list_img {
  display: inline-block;
  width: 160px;
  margin-right: 16px;
}
.voice_list_img img {
  width: 100%;
  height: auto;
}
.voice_list_data {
  display: inline-block;
  width: calc(100% - 182px);
  vertical-align: top;
}
.voice_list_text {
  position: relative;
  background: url(/award/2021/images2021/cement_bg.jpg?20210301) repeat;
  margin-top: 24px;
  padding: 20px 24px;
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.voice_list_stylist .honorific,
.voice_list_stylist .witch {
  font-size: 0.8em;
  margin-left: 6px;
}
.voice_list_stylist .honorific {
  margin-left: 0.2em;
}
.voice_list_stylist .witch::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  width: 14px;
  height: 1px;
  background-color: #000;
  margin-right: 6px;
  transform: rotate(-45deg);
}
.voice_list_text::before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 70px;
  width: 16px;
  height: 16px;
  background: url(/award/2021/images2021/cement_bg.jpg?20210301) repeat;
  transform: rotate(45deg);
}
.voice_list_area {
  display: inline-block;
  font-size: 12px;
  line-height: 23px;
  height: 23px;
  color: #fff;
  background: #d3b679;
  margin-bottom: 12px;
  padding: 0 10px;
}
.voice_list_salon {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
.voice_list_stylist {
  font-size: 16px;
  line-height: 26px;
}

/*--- salonlist ---*/
.salon_list_area {
  width: 100%;
  background-color: #fbf8f1;
  margin: 0 auto;
  padding: 64px 48px;
}
.salon_list_wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.salon_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
.salon_list > li {
  width: calc(100% / 2 - 12px);
  height: auto;
  margin-bottom: 40px;
}
.area_title {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3b679;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.12em;
}
.salon_list_sub {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.salon_list_sub li {
  width: calc(50% - 1px);
  padding: 20px;
  text-align: left;
  background-color: #fff;
}
.salon_list_sub li:nth-child(-n+2) {
  margin-bottom: 2px;
}
.salon_list_sub .area_sub {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
}
.salon_list_sub li a {
  font-size: 16px;
  color: #d3b679;
  line-height: 1.5;
  cursor: pointer;
}

/* ============================== iPad対応 min-width: 768px - max-width: 834px ============================== */

@media screen and (min-width: 768px) and (max-width: 834px) {

  .title_lead {
    padding: 0 48px;
  }
  .title_lead br {
    display: none;
  }

  /*--- movie ---*/
  .movie_wrap {
    width: calc(100% - 96px);
  }
  .movie_txt_area {
    padding-right: 48px;
    padding-left: 48px;
    text-align: justify;
  }
  .movie_catch {
    width: 100%;
    text-align: center;
  }
  .movie_body {
    padding: 0;
  }
  .movie_body br:not(:nth-child(2)) {
    display: none;
  }
  .movie_catch::before {
    left: 0;
  }
  .movie_catch::after {
    right: 0;
  }

  /*--- report ---*/
  .report_area {
    max-width: 100%;
    margin: 0 auto;
    padding: 64px 48px;
  }
  .report_ceremony .report_img,
  .report_chat .report_img {
    margin: 0;
  }
  .report_catch {
    margin-top: 0;
  }

  /* ceremony grid指定 */
  .report_ceremony,
  .report_chat {
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }
  .report_ceremony {
    margin-bottom: 48px;
  }
  .report_ceremony .report_catch,
  .report_chat .report_catch {
    grid-column: 1;
    grid-column-start: 1;
    margin-bottom: 20px;
  }
  .report_ceremony .report_body,
  .report_chat .report_body {
    grid-column: 1;
    grid-row: 2/3;
    grid-row-start: 3;
    margin-top: 22px;
  }
  .report_ceremony .report_img,
  .report_chat .report_img {
    grid-column: 1;
    grid-row: 3/-1;
    grid-row-start: 2;
  }

  /*--- voice ---*/
  .ttl_voice {
    font-weight: 600;
  }
  .ttl_voice::before, 
  .ttl_voice::after {
    top: 9px;
  }
  .voice_list li {
    width: calc(100% / 2 - 12px);
  }
  .voice_list_img {
    width: 140px;
  }
  .voice_list_data {
    width: calc(100% - 162px);
  }
  .voice_list_text {
    padding: 16px 20px;
  }
  .voice_list_text::before {
    left: 60px;
  }
  .voice_list_area {
    margin-bottom: 10px;
  }
  .voice_list_salon {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 25px;
  }
  .voice_list_stylist {
    font-size: 14px;
    line-height: 22px;
  }
  .voice_list_stylist .witch::before {
    top: -3px;
    width: 12px;
  }

  /*--- salonlist ---*/
  .salon_list_sub li a {
    font-size: 14px;
    line-height: 1.5;
    text-decoration: underline;
  }

}

/* ============================== SP対応 max-width: 767px ============================== */

@media screen and (max-width: 767px) {

  .title_lead {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title_lead br {
    display: none;
  }
  .sub_contents_title {
    max-width: 335px;
  }

  /*--- movie ---*/
  .movie_wrap {
    width: calc(100% - 40px);
  }
  .movie_txt_area {
    margin-top: -48px;
    padding: 85px 20px 40px;
  }
  .movie_catch {
    width: 100%;
    font-size: 18px;
    line-height: 34px;
  }
  .movie_catch::before,
  .movie_catch::after {
    top: -5px;
    width: 13px;
    height: 81px;
  }
  .movie_catch::before {
    left: 0;
  }
  .movie_catch::after {
    right: 0;
  }
  .movie_body {
    margin-top: 28px;
    padding: 0;
    text-align: justify;
  }
  .movie_catch br {
    display: block;
  }
  .movie_body br:not(:nth-child(2)) {
    display: none;
  }

  /*--- report ---*/
  .report_area {
    max-width: 100%;
    margin: 0 auto;
    padding: 64px 20px;
  }
  .report_ceremony .report_img,
  .report_chat .report_img {
    margin: 0;
  }
  .report_catch {
    margin-top: 0;
  }
  .report_catch br {
    display: none;
  }
  
  /* ceremony grid指定 */
  .report_ceremony,
  .report_chat {
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }
  .report_ceremony {
    margin-bottom: 48px;
  }
  .report_ceremony .report_catch,
  .report_chat .report_catch {
    grid-column: 1;
    grid-column-start: 1;
    margin-bottom: 20px;
  }
  .report_ceremony .report_body,
  .report_chat .report_body {
    grid-column: 1;
    grid-row: 2/3;
    grid-row-start: 3;
    margin-top: 22px;
  }
  .report_ceremony .report_img,
  .report_chat .report_img {
    grid-column: 1;
    grid-row: 3/-1;
    grid-row-start: 2;
  }

  /*--- voice ---*/
  .voice_area {
    max-width: 100%;
    padding: 0 20px 48px;
  }
  .ttl_voice {
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 600;
  }
  .ttl_voice::before, 
  .ttl_voice::after {
    top: 9px;
  }
  .voice_list {
    margin-bottom: -40px;
  }
  .voice_list li {
    width: 100%;
    margin-bottom: 40px;
  }
  .voice_list_img {
    width: 40%;
  }
  .voice_list_data {
    width: calc(58% - 16px);
  }
  .voice_list_text {
    padding: 16px 20px;
  }
  .voice_list_text::before {
    left: 17%;
  }
  .voice_list_area {
    margin-bottom: 10px;
  }
  .voice_list_salon {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 25px;
  }
  .voice_list_stylist {
    font-size: 14px;
    line-height: 22px;
  }
  .voice_list_stylist .witch::before {
    top: -3px;
    width: 12px;
  }

  /*--- salonlist ---*/
  .salon_list_area {
    padding: 48px 20px;
  }
  .salon_list_wrapper {
    max-width: 100%;
  }
  .salon_list {
    display: block;
  }
  .salon_list > li {
    width: 100%;
  }
  .salon_list_sub li a {
    font-size: 14px;
    line-height: 1.5;
    text-decoration: underline;
  }

}
