@charset "UTF-8";
body.sunday #wrapper .second-box {
    margin-top: 0;
}
body.sunday #wrapper #header-image {
    width: 1080px;
    height: 484px !important;
    -webkit-box-shadow: 0 10px 10px -10px inset rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px -10px inset rgba(0, 0, 0, 0.1);
}
body.sunday #wrapper #header-wrap {
    background: #ffffff url(/goodmorning/sunday/img/main_bg.png) no-repeat center top / cover;
    min-height: auto;
}
.sunday #wrapper .castList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    padding: 20px 0;
  }
.sunday #wrapper .castList__heading {
    width: 200px;
    height: 102px;
    position: relative;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 23.4px;
    text-align: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: -20px auto 0;
    padding-top: 40px;
    z-index: 1;
  }
.sunday #wrapper .castList__heading::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 102px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
.sunday #wrapper .castList__category {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #ffffff;
    padding: 8px 20px;
    margin-top: 20px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FF757C;
  }
.sunday #wrapper .castList__items {
    width: 216px;
    border-radius: 10px;
    background-color: #eeeeee;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
.sunday #wrapper .castList__thumb {
    width: 184px;
    height: 136px;
  }
.sunday #wrapper .castList__thumb > img {
    width: 100%;
    height: auto;
  }
.sunday #wrapper .castList a.castList__thumb {
    position: relative;
  }
.sunday #wrapper .castList a.castList__thumb::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    width: 28px;
    height: 28px;
    background: url(../common-img/icon/icon_popup-open.png) no-repeat center/contain;
  }
.sunday #wrapper .castList__txtWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
    margin-top: 8px;
  }
.sunday #wrapper .castList__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #222222;
  }
.sunday #wrapper .castList__copy {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #222222;
  }
.sunday #cboxLoadedContent {
    overflow-x: hidden !important;
  }
.sunday .modal-box {
    font-family: "Noto Sans JP", sans-serif;
    width: 460px;
    padding: 30px;
    color: #222222;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
  }
.sunday .modal-box__head {
    width: 100%;
  }
.sunday .modal-box__name {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
  }
.sunday .modal-box__body {
    margin: 20px auto 0;
  }
.sunday .modal-box__thumb {
    width: 268px;
    margin: 0 auto;
  }
.sunday .modal-box__thumb > img {
    width: 100%;
    height: auto;
  }
.sunday .modal-box__txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
  }
.sunday .modal-box__question {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    background-color: #FFDFA7;
    border-left: 10px solid #F89E00;
    margin-top: 20px;
    padding: 4px 20px 4px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
.sunday .modal-box__answer {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 10px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
.sunday .modal-box__sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
  }
.sunday .modal-box__sns-items {
    width: 28px;
    height: 28px;
  }
.sunday .modal-box__sns-items > a {
    width: 100%;
    height: 100%;
  }
.sunday .modal-box__sns-items > a > img {
    width: 100%;
    height: 100%;
  }
.api-bnr-sunday div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 20px;
}
.api-bnr-sunday div a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(50% - 6px);
}
.api-bnr-sunday div a img {
    width: 100%;
    height: auto;
}



#wrapper #header-wrap {
    background: #fffdf3 url(../common-img/main_bg.png) no-repeat center top / 1920px;
}