@charset "UTF-8";
/* Common */
* {
  -webkit-text-size-adjust: 100%;
  min-width: 0;
  min-height: 0;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}
body {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 1.0rem;
  font-weight: 500;
  line-height: 1.0em;
  letter-spacing: 0;
  color: #000;
  background: #fff;
  margin: 0;
  padding: 0;
  position: relative;
  word-wrap: break-word;
  /*
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
*/
}
body.screen {
  overflow: hidden;
}
body.screen:after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: transparent;
  backdrop-filter: blur(15.17650032043457px);
  --webkit-backdrop-filter: blur(15.17650032043457px);
  background-color: rgba(234, 238, 242, 0.15);
  z-index: 200;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li, ol, dl, dt, dd, table, tr, th, td, b, span, strong {
  line-height: 1.0em;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
b, strong {
  font-weight: 700;
}
li {
  list-style-type: none;
  list-style-position: outside;
}
table {
  border-collapse: collapse;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
figure {
  display: block;
  margin: 0;
}
a {
  text-decoration: none;
  transition: .4s;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
  /*
transition: .4s;
*/
}
a:hover img {
  opacity: 1.0;
  _filter: alpha(opacity=100);
}
:focus {
  outline: none;
}

/* Parts */
.item_anker {
  padding-top: 45px;
  margin-top: -45px;
  display: block;
}
.forSp {
  display: none;
}
.wrapper {
  min-width: 1024px;
  padding: 45px 0 0 0;
  position: relative;
  box-sizing: border-box;
}
.inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.flex {
  display: flex;
  align-items: center;
}
.mincho {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.mont {
  font-family: 'Montserrat', sans-serif;
}
.joan {
  font-family: 'Joan', serif;
}
.en_ttl {
  color: #F0F0F0;
  font-size: 11rem;
  letter-spacing: -.04em;
  line-height: 1em;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
  text-align: center;
  z-index: 0;
}
a.item_link_btn {
  justify-content: center;
  width: 250px;
  text-align: center;
  color: #fff;
  background: #004EA2;
  font-size: 2.2rem;
  font-weight: 700;
  height: 50px;
  margin: 0 auto;
}
a.item_link_btn:after {
  content: '';
  display: block;
  margin-left: 8px;
  background: url(../img/ico_arrow.svg) center center /contain no-repeat;
  width: 17px;
  height: 20px;
}
a.item_link_btn.inactive {
  background: #c0c0c0;
  pointer-events: none;
}
.mt1em {
  margin-top: 1em;
}

/* Header */
.sc_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1024px;
  background: #fff;
  z-index: 10;
}
.sc_header .inner {
  height: 45px;
  max-width: none;
}
.sc_header .logo {
  width: 45px;
}
.sc_header .nav {
  margin-left: auto;
}
.sc_header .nav li {
  font-size: 1.3rem;
  border-left: 1px solid #C7C8C8;
}
.sc_header .nav li:first-child {
  border-left: none;
}
.sc_header .nav li a {
  display: inline-block;
  color: #000;
  padding: 4px 25px;
}
.sc_header .ico_btn_nav, .nav_modalmenu {
  display: none;
}

/* Footer */
.sc_footer {
  min-width: 1024px;
  background: #004EA2;
  color: #fff;
}
.sc_footer .inner {
  flex-direction: column;
  padding: 70px 20px;
}
.sc_footer .inner h3 {
  font-size: 1.8rem;
  width: 400px;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.sc_footer .inner .t1 {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
  margin-top: 22px;
}
.sc_footer .inner .t2 {
  font-size: 1.9rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.4em;
  margin: 8px 0 20px;
}
.sc_footer .inner .t2 img {
  display: block;
  width: 28px;
  margin-right: 8px;
}
.sc_footer .inner .t3 {
  font-size: 1.4rem;
  line-height: 1.5em;
}
.sc_footer .link {
  background: #fff;
  text-align: center;
  padding: 20px;
}
.sc_footer .link a {
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
  color: #000;
}
.sc_footer .copy {
  padding: 16px 10px;
  justify-content: center;
}
.sc_footer .copy img {
  display: block;
  width: 45px;
}
.sc_footer .copy p {
  font-size: 1.2rem;
  margin-left: 16px;
}

/* KV */
.sc_kv img {
  display: block;
  width: 100%;
}
.kv_slide_pc {
  display: none;
}
.kv_slide_pc.slick-initialized {
  display: block;
}
.sc_kv .t1 {
  background: #F0F0F0;
  text-align: center;
  padding: 20px;
}
.sc_kv .t1 img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 434px;
}
.sc_kv .t2 {
  background: #fff;
  text-align: center;
  padding: 28px 20px;
  font-size: 2.1rem;
  line-height: 1.9em;
  letter-spacing: .1em;
}

/* DesignTheme */
.sc_theme {
  position: relative;
  padding: 110px 20px 100px;
}
.sc_theme h2 {
  position: relative;
  text-align: center;
  font-size: 3.8rem;
  line-height: 1.35em;
  letter-spacing: .1em;
  margin-bottom: 30px;
}
.sc_theme h2 strong {
  color: #B43A3A;
}
.sc_theme p {
  position: relative;
  text-align: center;
  font-size: 1.7rem;
  line-height: 2.4em;
  margin-bottom: 70px;
}

/* Most Award */
.name_box {
  margin-bottom: 90px;
}
.name_box p {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5em;
}
.sc_theWork.pd_small {
  padding-bottom: 0;
}
.sc_theWork h2 span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  margin: -10px 0 10px;
}
.most_award {
  align-items: flex-start;
  justify-content: space-between;
}
.most_award .item {
  width: 50%;
}
.most_award .item:hover {
  cursor: pointer;
}
.most_award .comment {
  flex: 1;
  padding-left: 40px;
}
.most_award .comment p {
  margin-bottom: 50px;
  font-size: 1.84rem;
  line-height: 1.8em;
}
.most_award .comment p:last-child {
  margin-bottom: 0;
}
.most_award .comment p span {
  margin-bottom: 40px;
  display: block;
}

/* Award */
.sc_award {
  color: #fff;
  background: #004EA2;
  padding: 110px 0;
}
.sc_award .inner {
  align-items: flex-start;
  justify-content: space-between;
}
.sc_award .inner .item {
  width: 45%;
}
.sc_award .inner .item .ttl {
  display: block;
  width: 230px;
  margin: 0 auto;
}
.sc_award .inner .item .photo {
  display: block;
  width: 100%;
  margin: 40px auto 25px;
}
.sc_award .inner .item p {
  font-size: 1.9rem;
  line-height: 1.5em;
  letter-spacing: -.054em;
}

/* TheWork */
.sc_theWork {
  position: relative;
  padding: 160px 0 120px;
  background: #F0F0F0;
}
.sc_theWork .inner {
  position: static;
}
.sc_theWork .en_ttl {
  top: 80px;
  color: rgba(0, 0, 0, .05);
}
.sc_theWork h2 {
  position: relative;
  text-align: center;
  font-size: 3.8rem;
  line-height: 1.35em;
  margin-bottom: 40px;
}
.sc_theWork .list_award {
  align-items: flex-start;
  flex-wrap: wrap;
}
.sc_theWork .list_award .item {
  width: calc((100% - 80px) / 3);
  margin: 0 40px 40px 0;
  cursor: pointer;
}
.sc_theWork .list_award .item:nth-of-type(3n) {
  margin-right: 0;
}
.sc_theWork .list_award .item figure {
  padding-top: 75%;
  position: relative;
  margin-bottom: 10px;
}
.sc_theWork .list_award .item figure img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.sc_theWork .list_award .item p.t1 {
  font-size: 1.4rem;
  line-height: 1.5em;
  text-align: center;
}
.sc_theWork .list_award .item p.t2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
}
.modal_award {
  z-index: 300;
  position: fixed;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  /* max-width: 1000px; */
  width: 90%;
  display: none;
  overflow-y: scroll;
}
.modal_award .box {
  position: relative;
  padding: 40px;
  border-radius: 10px;
  background: #fff;
}
.modal_award .box figure {
  height: 300px;
  margin-right: 15px;
}
.modal_award .box figure img {
  height: 100%;
}
.modal_award .box .txts {
  flex: 1;
  padding-left: 20px;
}
.modal_award .box .txts p.t1 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 3px;
}
.modal_award .box .txts p.t2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.modal_award .box .txts p.t3 {
  font-size: 1.5rem;
  line-height: 2em;
}
.modal_award .ico_award_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 31px;
  height: 31px;
  cursor: pointer;
}
.modal_award .ico_award_close span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.modal_award .ico_award_close span:nth-of-type(1) {
  top: 0;
  transform: translateY(15px) rotate(-315deg);
}
.modal_award .ico_award_close span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-15px) rotate(315deg);
}

/* Schedule */
.sc_schedule {
  position: relative;
  padding: 160px 0 130px;
}
.sc_schedule .inner {
  position: static;
}
.sc_schedule .en_ttl {
  top: 80px;
}
.sc_schedule h2 {
  position: relative;
  text-align: center;
  font-size: 3.8rem;
  line-height: 1.35em;
  margin-bottom: 40px;
}
.sc_schedule table {
  width: 100%;
}
.sc_schedule table th {
  text-align: left;
  vertical-align: top;
  font-size: 2.3rem;
  line-height: 1.5em;
  padding: 12px 50px 12px 0;
  border-right: 1px solid #C7C8C8;
}
.sc_schedule table td {
  vertical-align: top;
  font-size: 2.3rem;
  line-height: 1.5em;
  padding: 12px 0 12px 80px;
}
.sc_schedule table td span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5em;
}

/* Judge */
.sc_judge .col figure {
  width: 50%;
  text-align: right;
}
.sc_judge .col figure img {
  max-height: 640px;
}
.sc_judge .col:nth-of-type(2) figure img, .sc_judge .col:nth-of-type(3) figure img {
  max-height: 540px;
}
.sc_judge .col .txts {
  flex: 1;
  padding: 0 0 0 40px;
}
.sc_judge .col .txts .name {
  margin-bottom: 40px;
}
.sc_judge .col .txts .name p.t1 {
  font-size: 1.9rem;
  padding: 0 0 8px 5px;
}
.sc_judge .col .txts .name h2 {
  font-size: 4rem;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding: 0 0 8px 0;
}
.sc_judge .col .txts .name p.t2 {
  font-size: 1.4rem;
  letter-spacing: .35em;
  padding: 8px 0 0 8px;
}
.sc_judge .col .txts .sup {
  padding-right: 15%;
  max-width: 480px;
}
.sc_judge .col .txts .sup p {
  font-size: 1.4rem;
  line-height: 2.35em;
  padding-left: 5px;
}
.sc_judge .col .txts .sup p a {
  color: #000;
}
.sc_judge .col:nth-of-type(2n-1) {
  background: #F0F0F0;
}
.sc_judge .col:nth-of-type(2n) {
  background: #fff;
  flex-direction: row-reverse;
}
.sc_judge .col:nth-of-type(2n) figure {
  text-align: left;
}
.sc_judge .col:nth-of-type(2n) .txts {
  padding: 0 40px 0 0;
}
.sc_judge .col:nth-of-type(2n) .txts .name {
  text-align: right;
}
.sc_judge .col:nth-of-type(2n) .txts .sup {
  padding: 0 0 0 15%;
  margin-left: auto;
}

/* About */
.sc_about {
  color: #fff;
  background: #004EA2;
  padding: 110px 0;
}
.sc_about h2 {
  font-size: 3.8rem;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 45px;
}
.sc_about .inner {
  align-items: flex-start;
}
.sc_about .txts {
  flex: 1;
  padding-right: 40px;
}
.sc_about .txts p {
  font-size: 2.0rem;
  line-height: 1.75em;
}
.sc_about .txts h3 {
  font-size: 2.0rem;
  line-height: 1.75em;
  border-bottom: 1px solid #fff;
  margin: 35px 0 10px;
  padding-bottom: 5px;
}
.sc_about .txts p + p {
  margin-top: 35px;
}
.sc_about .photo {
  display: block;
  width: 250px;
}
.sc_about a.item_link_btn {
  margin-top: 50px;
  width: 160px;
  border: 1px solid #fff;
  font-size: 1.5rem;
  height: 30px;
}
.sc_about a.item_link_btn:after {
  margin-left: 10px;
  width: 15px;
  height: 16px;
}

/* Overview */
.sc_overview {
  padding: 150px 0 130px;
}
.sc_overview h2 {
  font-size: 2.8rem;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.sc_overview h2 span {
  padding: 0 30px;
  background: #fff;
  display: inline-block;
  position: relative;
}
.sc_overview h2:before {
  content: '';
  display: block;
  background: #C7C8C8;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.sc_overview p {
  font-size: 2.0rem;
  line-height: 2em;
  letter-spacing: -.01em;
}
.sc_overview a.item_link_btn {
  margin: 60px auto 160px;
}
.sc_overview .box {
  border: 1px solid #707070;
  margin-top: 110px;
  padding: 25px 40px;
  height: 400px;
  box-sizing: border-box;
  overflow-y: scroll;
}
.sc_overview .box h2 {
  font-size: 2.4rem;
}
.sc_overview .box p {
  font-size: 1.7rem;
  line-height: 1.6em;
  letter-spacing: 0em;
}

@media only screen and (max-width: 1380px) {
  .modal_award {
    z-index: 300;
    position: fixed;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    /* max-width: 1000px; */
    width: 90%;
    display: none;
    overflow-y: scroll;
    max-height: 90vh;
  }
  .modal_award .box {
    display: block;
    text-align: center;
  }
  .modal_award .box figure {
    display: inline-block;
    margin: 0 8px 40px;
  }
  .modal_award .box .txts {
    text-align: left;
    padding-left: 0;
  }
}

@media only screen and (max-width: 865px) {
  .modal_award .box figure {
    height: 250px;
  }
}

@media only screen and (max-width: 768px) {
  
  /* Parts */
  .item_anker {
    padding-top: 50px;
    margin-top: -50px;
  }
  .forPc {
    display: none;
  }
  .forSp {
    display: block;
  }
  .wrapper {
    min-width: auto;
    padding: 50px 0 0 0;
  }
  .inner {
    padding: 0 12%;
  }
  .en_ttl {
    font-size: 4rem;
    top: 25px;
  }
  a.item_link_btn {
    width: 180px;
    font-size: 1.5rem;
    height: 32px;
  }
  a.item_link_btn:after {
    margin-left: 10px;
    width: 13px;
    height: 16px;
  }
  
  /* Header */
  .sc_header {
    min-width: auto;
  }
  .sc_header .inner {
    height: 50px;
    padding: 0;
  }
  .sc_header .nav {
    display: none;
  }
  .sc_header .ico_btn_nav {
    margin: 0;
    width: 50px;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sc_header .ico_btn_nav .menu_trigger, .sc_header .ico_btn_nav .menu_trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .sc_header .ico_btn_nav .menu_trigger {
    width: 18px;
    height: 15px;
    position: relative;
  }
  .sc_header .ico_btn_nav .menu_trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  .sc_header .ico_btn_nav .menu_trigger span:nth-of-type(1) {
    top: 0;
  }
  .sc_header .ico_btn_nav .menu_trigger span:nth-of-type(2) {
    top: 7px;
  }
  .sc_header .ico_btn_nav .menu_trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .sc_header .ico_btn_nav.active .menu_trigger span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-315deg);
    transform: translateY(7px) rotate(-315deg);
  }
  .sc_header .ico_btn_nav.active .menu_trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .sc_header .ico_btn_nav.active .menu_trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(315deg);
    transform: translateY(-7px) rotate(315deg);
  }
  .nav_modalmenu {
    text-align: center;
    display: block;
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    background: #004EA2;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    width: 100%;
    height: calc(100vh - 50px);
    padding: 60px 20px;
    box-sizing: border-box;
    z-index: -1;
    overflow-y: scroll;
  }
  .nav_modalmenu.active {
    visibility: visible;
    opacity: 1;
    z-index: 200;
  }
  .nav_modalmenu ul li + li {
    margin-top: 25px;
  }
  .nav_modalmenu ul li a {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
  
  /* Footer */
  .sc_footer {
    min-width: auto;
  }
  .sc_footer .inner {
    padding: 24px 20px;
  }
  .sc_footer .inner h3 {
    font-size: 1.2rem;
    width: 250px;
    padding: 4px 0;
  }
  .sc_footer .inner .t1 {
    font-size: 1.3rem;
    margin-top: 12px;
  }
  .sc_footer .inner .t2 {
    font-size: 1.3rem;
    margin: 8px 0 14px;
  }
  .sc_footer .inner .t2 img {
    width: 19px;
    margin-right: 5px;
  }
  .sc_footer .inner .t3 {
    font-size: 1.0rem;
  }
  .sc_footer .link {
    padding: 12px;
  }
  .sc_footer .link a {
    font-size: 1.0rem;
  }
  .sc_footer .copy {
    padding: 10px;
  }
  .sc_footer .copy img {
    width: 36px;
  }
  .sc_footer .copy p {
    font-size: 1.0rem;
    line-height: 1.3em;
    margin-left: 10px;
  }
  
  /* KV */
  .kv_slide_sp {
    display: none;
  }
  .kv_slide_sp.slick-initialized {
    display: block;
  }
  .sc_kv .t1 {
    padding: 12px;
  }
  .sc_kv .t1 img {
    max-width: 280px;
  }
  .sc_kv .t2 {
    padding: 15px 20px;
    font-size: 1.3rem;
  }
  
  /* DesignTheme */
  .sc_theme {
    padding: 50px 12% 60px;
  }
  .sc_theme h2 {
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
  .sc_theme p {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.9em;
    margin-bottom: 20px;
  }
  
  /* Most Award */
  .name_box {
    margin-bottom: 50px;
  }
  .name_box p {
    font-size: 1.8rem;
  }
  
  .sc_theWork h2 span {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    margin: -10px 0 10px;
  }
  .most_award {
    display: block;
  }
  .most_award .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .most_award .comment {
    padding-left: 0;
  }
  .most_award .comment p {
    margin-bottom: 30px;
    font-size: 1.4rem;
    line-height: 2em;
  }
  .most_award .comment p span {
    margin-bottom: 20px;
  }
  
  /* Award */
  .sc_award {
    padding: 50px 0 70px;
  }
  .sc_award .inner {
    display: block;
    padding: 0;
  }
  .sc_award .inner .item {
    width: 100%;
  }
  .sc_award .inner .item + .item {
    margin-top: 70px;
  }
  .sc_award .inner .item .ttl {
    width: 200px;
  }
  .sc_award .inner .item .photo {
    margin: 35px auto 30px;
  }
  .sc_award .inner .item p {
    font-size: 1.3rem;
    line-height: 1.8em;
    padding: 0 12%;
  }
  
  /* TheWork */
  .sc_theWork {
    padding: 70px 0 40px;
  }
  .sc_theWork .inner {
    padding: 0 6%;
  }
  .sc_theWork .en_ttl {
    top: 45px;
  }
  .sc_theWork h2 {
    font-size: 2.6rem;
    white-space: nowrap;
    margin-bottom: 35px;
  }
  .sc_theWork .list_award {
    justify-content: space-between;
  }
  .sc_theWork .list_award .item {
    width: calc((100% - 30px) / 2);
    margin: 0 0 30px 0;
  }
  .sc_theWork .list_award .item figure {
    margin-bottom: 8px;
  }
  .sc_theWork .list_award .item p.t1 {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
  .sc_theWork .list_award .item p.t2 {
    font-size: 1.5rem;
  }
  .modal_award {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
    max-height: 100vh;
  }
  .modal_award .box {
    box-sizing: border-box;
    padding: 50px 30px;
    display: block;
    min-height: 100vh;
  }
  .modal_award .box figure {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .modal_award .box figure:first-child {
    margin-bottom: 20px;
  }
  
  .modal_award .box .txts {
    padding: 20px 0 0 0;
  }
  .modal_award .box .txts p.t1 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .modal_award .box .txts p.t2 {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
  .modal_award .box .txts p.t3 {
    font-size: 1.4rem;
  }
  .modal_award .ico_award_close {
    top: 10px;
    right: 10px;
  }
  
  /* Schedule */
  .sc_schedule {
    padding: 70px 0 25px;
  }
  .sc_schedule .en_ttl {
    top: 45px;
  }
  .sc_schedule h2 {
    font-size: 2.6rem;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .sc_schedule table tr {
    border-bottom: 1px solid #C7C8C8;
  }
  .sc_schedule table tr:last-child {
    border-bottom: none;
  }
  .sc_schedule table th {
    display: block;
    font-size: 1.2rem;
    padding: 17px 0 3px 0;
    border-right: none;
  }
  .sc_schedule table td {
    display: block;
    font-size: 1.7rem;
    line-height: 1.2em;
    padding: 0 0 17px 0;
  }
  .sc_schedule table td span {
    font-size: 1.0rem;
    margin-top: 3px;
  }
  
  /* Judge */
  .sc_judge .col {
    display: block;
  }
  .sc_judge .col figure {
    width: 100%;
    text-align: center;
  }
  .sc_judge .col figure img {
    max-height: none;
    width: 100%;
  }
  .sc_judge .col:nth-of-type(2) figure img, .sc_judge .col:nth-of-type(3) figure img {
    max-height: none;
  }
  .sc_judge .col .txts {
    padding: 35px 12% 45px;
  }
  .sc_judge .col .txts .name {
    margin-bottom: 35px;
    text-align: center;
  }
  .sc_judge .col .txts .name p.t1 {
    font-size: 1.7rem;
    padding: 0 0 6px 0;
  }
  .sc_judge .col .txts .name h2 {
    font-size: 3.6rem;
    border-bottom: none;
    padding: 0 0 10px 0;
    position: relative;
  }
  .sc_judge .col .txts .name h2:after {
    content: '';
    display: block;
    width: 190px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sc_judge .col .txts .name p.t2 {
    font-size: 1.2rem;
    padding: 10px 0 0 0;
  }
  .sc_judge .col .txts .sup {
    padding-right: 0;
    max-width: none;
  }
  .sc_judge .col .txts .sup p {
    font-size: 1.3rem;
    line-height: 1.8em;
    padding-left: 0;
  }
  .sc_judge .col:nth-of-type(2n) .txts {
    padding: 35px 12% 45px;
  }
  .sc_judge .col:nth-of-type(2n) .txts .name {
    text-align: center;
  }
  .sc_judge .col:nth-of-type(2n) .txts .sup {
    padding: 0;
  }
  
  /* About */
  .sc_about {
    padding: 40px 0;
  }
  .sc_about h2 {
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
  .sc_about .inner {
    display: block;
    padding: 0;
  }
  .sc_about .txts {
    padding: 30px 12% 0;
  }
  .sc_about .txts p {
    font-size: 1.3rem;
    line-height: 1.8em;
  }
  .sc_about .txts h3 {
    font-size: 1.6rem;
    text-align: center;
    margin: 20px 0 15px;
    padding-bottom: 3px;
  }
  .sc_about .txts p + p {
    margin-top: 35px;
  }
  .sc_about .photo {
    width: 100%;
  }
  .sc_about a.item_link_btn {
    margin-top: 30px;
    font-size: 1.4rem;
  }
  .sc_about a.item_link_btn:after {
    margin-left: 8px;
  }
  
  /* Overview */
  .sc_overview {
    padding: 50px 0;
  }
  .sc_overview h2 {
    font-size: 2.5rem;
  }
  .sc_overview p {
    font-size: 1.3rem;
    line-height: 1.8em;
    letter-spacing: 0;
  }
  .sc_overview a.item_link_btn {
    margin: 30px auto 50px;
  }
  .sc_overview .box {
    margin-top: 50px;
    padding: 17px;
    height: 330px;
  }
  .sc_overview .box h2 {
    font-size: 2.0rem;
    margin-bottom: 13px;
  }
  .sc_overview .box p {
    font-size: 1.1rem;
    line-height: 1.5em;
  }
}