@charset "UTF-8";
/*------　ソーシャルボタン -------*/
.sns-header {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  margin-top: 16px;
}
.sns-header .twitter-share-button {
  margin-right: 4px;
}

/*------　メインイメージ -------*/
.gwa-header {
  width: 1168px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .gwa-header {
    width: 100%;
  }
}
.gwa-header__list {
  display: flex;
}

@media screen and (max-width: 520px) {
  .gwa-header.gwa-header--sm .gwa-header__navi {
    margin-top: 6vw;
    background-color: #f6f6f6;
    padding: 6vw;
  }
  .gwa-header.gwa-header--sm .gwa-header__list {
    flex-direction: column;
  }
  .gwa-header.gwa-header--sm .gwa-header__item {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 4vw;
    color: rgba(51, 51, 51, 0.5);
  }
  .gwa-header.gwa-header--sm .gwa-header__item:last-child {
    margin-bottom: 0;
  }
  .gwa-header.gwa-header--sm .gwa-header__item:before {
    color: #8f86e0;
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 0.5em;
    display: inline-block;
  }
  .gwa-header.gwa-header--sm .gwa-header__item *[data-text]:before {
    content: attr(data-text);
    display: inline-block;
  }
  .gwa-header.gwa-header--sm .gwa-header__item a[data-text]:before {
    text-decoration: underline;
  }
  .gwa-header.gwa-header--sm .gwa-header__item.gwa-header__item--active {
    color: rgb(51, 51, 51);
  }
  .gwa-header.gwa-header--sm .gwa-header__item.gwa-header__item--active *[data-text]:before {
    font-weight: bold;
  }
  .gwa-header.gwa-header--sm .gwa-header__item img {
    display: none;
  }
}

/* 2021年 と 2022年*/
@media screen and (max-width: 520px) {
  .gwa-header.gwa-header--2021,
  .gwa-header.gwa-header--2022 {
    padding-left: 6vw;
    padding-right: 6vw;
    margin-top: 8vw;
  }
}
@media screen and (max-width: 520px) {
  .gwa-header.gwa-header--2021 .gwa-header__list,
  .gwa-header.gwa-header--2022 .gwa-header__list {
    flex-wrap: wrap;
    gap: 1px 1px;
  }
}
@media screen and (max-width: 520px) {
  .gwa-header.gwa-header--2021 .gwa-header__item,
  .gwa-header.gwa-header--2022 .gwa-header__item {
    width: calc((100% - 1px) / 2);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 3vw;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
  }
  .gwa-header.gwa-header--2021 .gwa-header__item a,
  .gwa-header.gwa-header--2022 .gwa-header__item a {
    color: inherit;
  }
  .gwa-header.gwa-header--2021 .gwa-header__item > *[data-text]:before,
  .gwa-header.gwa-header--2022 .gwa-header__item > *[data-text]:before {
    content: attr(data-text);
    display: inline-block;
    font-weight: bold;
  }
  .gwa-header.gwa-header--2021 .gwa-header__item img,
  .gwa-header.gwa-header--2022 .gwa-header__item img {
    display: none;
  }
}
.gwa-header.gwa-header--2021 .gwa-header__item__item--active,
.gwa-header.gwa-header--2022 .gwa-header__item__item--active {
  color: #fff;
}

/* 2022年 */
@media screen and (max-width: 520px) {
  .gwa-header--2021 .gwa-header__list {
    background-color: #c9bcae;
  }
  .gwa-header--2021 .gwa-header__item {
    background-color: #ad9880;
  }
}

/* 2022年 */
@media screen and (max-width: 520px) {
  .gwa-header--2022 .gwa-header__list {
    background-color: #8f816e;
  }
  .gwa-header--2022 .gwa-header__item {
    background-color: #543c1e;
  }
}

/*------　共通 -------*/
/* ステップ */
.step-list {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 32px;
  line-height: 1.7;
}
.step-list .step-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 520px) {
  .step-list .step-title {
    margin-bottom: 4vw;
  }
}
.step-list .step-item {
  display: flex;
  border-top: 1px solid #e6e6e6;
  padding: 24px 20px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 520px) {
  .step-list .step-item {
    padding: 5vw 0;
  }
}
.step-list .step-item p a {
  text-decoration: underline;
}
.step-list .step__icon {
  flex: 0 0 auto;
  margin-right: 24px;
}
@media screen and (max-width: 520px) {
  .step-list .step__icon {
    margin-right: 4vw;
    width: 18vw;
  }
}
.step-list .step__content > *:last-child {
  margin-bottom: 0;
}

.step-list.step-list--online-viewing .online-viewing__type {
  margin-bottom: 32px;
}
.step-list.step-list--online-viewing .online-viewing__type .online-viewing__content {
  display: flex;
  align-items: center;
}
.step-list.step-list--online-viewing .online-viewing__type .online-viewing__lead {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 520px) {
  .step-list.step-list--online-viewing .online-viewing__type .online-viewing__lead {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 2vw;
  }
}
.step-list.step-list--online-viewing .online-viewing__type .online-viewing__img {
  flex: 0 0 auto;
  margin-right: 16px;
}
@media screen and (max-width: 520px) {
  .step-list.step-list--online-viewing .online-viewing__type .online-viewing__img {
    margin-right: 2vw;
  }
}
.step-list.step-list--online-viewing .online-viewing__type .online-viewing__list {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 0;
  flex: 1 1 auto;
}

/* 数字リスト */
.list-num-icon {
  list-style: none;
  padding-left: 0;
}
.list-num-icon > li {
  font-weight: bold;
  margin: 24px 0;
  background-position: left 4px;
  background-repeat: no-repeat;
  padding-left: 24px;
}
.list-num-icon .list-num1 {
  background-image: url("/img/wedding/icon_num1.png");
}
.list-num-icon .list-num2 {
  background-image: url("/img/wedding/icon_num2.png");
}
.list-num-icon .list-num3 {
  background-image: url("/img/wedding/icon_num3.png");
}
.list-num-icon > li > p {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 8px 0;
}
.list-num-icon > li > .list {
  margin: 16px 0;
}
.list-num-icon > li > .list li {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 4px 0;
}

/* FAQ */
.main-contents .faq > .faq__head {
  background-image: url("/img/wedding/icon_question.png");
}
.main-contents .faq > .faq__body {
  background-image: url("/img/wedding/icon_answer.png");
}

/*------　GOOD WEDING AWARD について -------*/
.gwa1 .article__body .about_img1 {
  float: right;
  margin-left: 24px;
  margin-bottom: 24px;
  max-width: 352px;
}
@media screen and (max-width: 520px) {
  .gwa1 .article__body .about_img1 {
    float: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.gwa1 .article__body .about_img2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
@media screen and (max-width: 959px) {
  .gwa1 .article__body .about_img2 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 520px) {
  .gwa1 .article__body .about_img2 {
    max-width: 100%;
  }
}

/*------　応募要項、賞・審査基準・審査員 -------*/
.e-book {
  display: flex;
  gap: 2%;
  margin-bottom: 36px;
}
.e-book-item {
  flex: 0 0 48%;
}
.e-book-item dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.e-book-item dd {
  background-color: #fbf7ff;
  padding: 1em 1.25em;
}
@media screen and (max-width: 520px) {
  .e-book-item dd {
    padding: 0.5em;
  }
}
.e-book-item dd p {
  margin: 0.75em 0 0;
  line-height: 1.6;
}
@media screen and (max-width: 520px) {
  .e-book-item dd p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*------　最終審査結果 -------*/
.award .award--type1 .award__item {
  text-align: center;
  margin-bottom: 64px;
}
.award .award--type1 .award__title {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 28px auto;
  line-height: 1.3;
}
@media screen and (max-width: 520px) {
  .award .award--type1 .award__title {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 4vw auto;
  }
}
.award .award--type1 .award__title > span {
  font-size: 70%;
  font-weight: bold;
}
.award .award--type1 .award__name {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 14px;
}
@media screen and (max-width: 520px) {
  .award .award--type1 .award__name {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 3.5vw;
  }
}
.award .award--type1 .award__text {
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
@media screen and (max-width: 520px) {
  .award .award--type1 .award__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.award .award--type2 .award__item {
  text-align: center;
  margin-bottom: 48px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.award .award--type2 .award__title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 24px auto;
}
.award .award--type2 .award__title > span {
  font-size: 70%;
  font-weight: bold;
}
.award .award--type2 .award__name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.award .award--type2 .award__text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #666;
}
.award .award--type3 .award__item {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.award .award--type3 .award__title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 24px auto;
  line-height: 1.3;
}
@media screen and (max-width: 520px) {
  .award .award--type3 .award__title {
    font-size: 20px;
    font-size: 2rem;
    margin: 4vw auto;
  }
}
.award .award--type3 .award__title > span {
  font-size: 55%;
  font-weight: bold;
}
.award .award--type3 .award__name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  .award .award--type3 .award__name {
    margin-bottom: 2vw;
  }
}
.award .award--type3 .award__text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #666;
}
.award .award__row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 24px;
  margin-bottom: 48px;
}
@media screen and (max-width: 520px) {
  .award .award__row {
    gap: 24px;
    margin-bottom: 8vw;
  }
}
.award .award__row .award__item {
  flex: 0 0 auto;
}
.award .award__row > .award--type2 {
  width: calc((100% - 24px) / 2);
}
.award .award__row > .award--type3 {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 520px) {
  .award .award__row > .award--type3 {
    width: calc((100% - 24px) / 2);
  }
}

/* タイムテーブル */
.table.time-table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 24px;
}
.table.time-table tr:nth-child(odd) {
  background-color: #f4f4f4;
}
.table.time-table th {
  padding: 16px;
  width: 5em;
}
.table.time-table td {
  padding: 16px;
  font-weight: bold;
}
.table.time-table tr.time-table__item--blue {
  background-color: #ebf8ff;
}
.table.time-table tr.time-table__item--blue > th,
.table.time-table tr.time-table__item--blue > td {
  color: #4fa5d1;
}
.table.time-table tr.time-table__item--pink {
  background-color: #fff0f3;
}
.table.time-table tr.time-table__item--pink > th,
.table.time-table tr.time-table__item--pink > td {
  color: #ff8096;
}

/* ファイナリスト紹介 */
.finalist-profile {
  margin-bottom: 40px;
}
.finalist-profile .finalist-profile-head {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  width: 100%;
}
.finalist-profile .finalist-profile__img {
  flex-grow: 0;
  margin-right: 32px;
  max-width: 110px;
}
.finalist-profile .finalist-profile__name {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  flex-grow: 1;
  margin-bottom: 0;
}
.finalist-profile .finalist-profile__name > ruby {
  font-size: 22px;
  font-size: 2.2rem;
  margin-right: 0.5em;
  ruby-align: center;
}
.finalist-profile .finalist-profile__name > ruby rt {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  margin-bottom: 0.25em;
}
.finalist-profile .finalist-profile__table tr {
  border-bottom: 1px solid #e6e6e6;
}
.finalist-profile .finalist-profile__table tr:first-child {
  border-top: 1px solid #e6e6e6;
}
.finalist-profile .finalist-profile__table th {
  color: #8c83dd;
  font-weight: bold;
  padding: 8px 16px;
}
.finalist-profile .finalist-profile__table td {
  padding: 8px 16px;
}
.finalist-profile .finalist-profile__table .finalist-profile__theme {
  font-size: 20px;
  font-size: 2rem;
}
.finalist-profile .finalist-profile__table .finalist-profile__theme .sub-theme {
  font-size: 15px;
  font-size: 1.5rem;
}

/* 審査員紹介 */
.profile-default.profile-judge .profile__name {
  color: #333333;
}
.profile-default.profile-judge .profile__img {
  width: 110px;
  height: auto;
}
.profile-default.profile-judge .profile__img img {
  width: 100%;
}

/* プライバシーポリシー */
.privacy {
  overflow: auto;
  height: 200px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  border: 1px solid #e6e6e6;
  padding: 16px;
  box-sizing: border-box;
}
.privacy p {
  margin: 0 0 1em;
}

p.heading-top-text {
  margin-bottom: -40px;
}
@media screen and (max-width: 520px) {
  p.heading-top-text {
    margin-bottom: -8vw;
  }
}/*# sourceMappingURL=gwa_ver3.css.map */