@charset "UTF-8";
/* CSS Document */

/*下層コンテンツ 最上部*/
#contents_head {
  text-align:center;
  margin-top: 1.3rem;
}
#contents_head .inner {
  position: relative;
  padding:2.7rem 0 2.7rem;
}
#contents_head .inner::after,
#contents_head .inner::before {
  content:"";
  display:block;
  width:3.5rem;
  height:2.3rem;
  border-color:var(--text-color);
  border-style: solid;
  position: absolute;
  border-width: 0;
}
#contents_head .inner::before {
  top:0;
  left:0;
  border-top-width:0.8rem;
  border-left-width:0.8rem;
}
#contents_head .inner::after {
  bottom:0;
  right:0;
  border-bottom-width:0.8rem;
  border-right-width:0.8rem;
}
#contents_head .en {font-size:6.2rem;line-height: 1;font-weight: 800;}
#contents_head .tit {
  font-size:1.2rem;
  line-height: 1;
  font-weight: 600;
  color:#fff;
  background-color:var(--text-color);
  padding:0.3em 1.5em 0.4em;
  width:fit-content;
  margin:0.7em auto 0;
}

#contents_head + .sec {
  margin-top:6rem;
}

.sec:first-child {
  margin-top:2rem;
}

@media(max-width:560px) {
  #contents_head {
    padding-top:0;
    padding-bottom:0;
  }
  #contents_head .inner {
    padding-bottom:2.2rem;
  }
  #contents_head .inner::after,
  #contents_head .inner::before {
    width:3rem;
  }
  #contents_head p.en {font-size:3.3rem;}
  #contents_head .tit {
    font-size:1rem;
    margin-top:0.3em;
    padding:0.3em 1.7em 0.5em;
  }
  
  #contents_head + .sec {
    margin-top:3rem;
  }
}

#contents_head.type2 {
  margin-top:0;
  text-align: left;
  position: relative;
}
#contents_head.type2::before {
  content:"";
  background:url("../images/news/kv_bg.svg") no-repeat center center;
  background-size:100% 100%;
  aspect-ratio:1894 / 551;
  position: absolute;
  left:50%;
  top:0;
  height:21rem;
  transform:translateX(-50%);
}
#contents_head.type2 .tit {
  margin-left:0;
}
#contents_head.type2 .inner::after,
#contents_head.type2 .inner::before {
  display:none;
}

#contents_head.type2 .inner {
  z-index: 1;
  padding:6rem 0 5rem;
}
#contents_head.type2 .kv {
  position: relative;
  left:50%;
  width:100vw;
  height:24rem;
  z-index: 2;
  transform:translateX(-50%);
}
#contents_head.type2 .kv img {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  width:100%;
  height:100%;
  left:0;
}
#contents_head.type2 .kv p {
  color:#fff;
  position: absolute;
  bottom:-0.2em;
  left:0;
  font-size:3.2rem;
  line-height: 1;
  text-align: center;
  width:100%;
}

@media(max-width:560px) {
  #contents_head.type2 .inner {
    padding:2.6rem 0 4.5rem;
  }
  #contents_head.type2::before {
    height:11.2rem;
    left:0;
    transform:none;
  }
  #contents_head.type2 .kv {
    height:20rem;
  }
  #contents_head.type2 .kv p {
    text-align: left;
    font-size:3.1rem;
  }
}


/*白いボックス*/
.box_white {
  background:#fff;
  padding:2rem 2.8rem;
}
.box_white.gray {background:#EBEBEB;}

.box_white.fit {width:fit-content;}

.box_white.small {padding:1rem 1.5rem;}

@media(max-width:560px) {
  .box_white:not(.small) {
    padding:1.5rem 1.5rem;
  }
}

.box_white.small.sec_tit_s {
  padding-top:0.5rem;
  padding-bottom:0.5rem;
}

/*ページ下部 ボタンリスト*/
.bottom_button_area {
  margin-top:4rem;
  padding-top:0;
  padding-bottom:0;
}
.bottom_button_area .flex {
  justify-content: center;
  gap:1.5rem 8.2rem;
}
.bottom_button_area .btn {margin:0;}
@media(max-width:560px) {
  .bottom_button_area {
    margin-top:1rem;
  }
  .bottom_button_area.flex.sp_reset .btn:nth-child(n+2) {
    margin-top: 1rem;
  }
}

.align-items_fs {
  align-items:flex-start;
}

.flex.col2 {
  gap:3em;
}

.flex.col2 > * {
  width:50%;
}

/*
３カラム 画像リスト
スマホで縦横比が変わるタイプ
*/
@media(max-width:560px) {
  .flex.col3.type01 {
    gap:0.3rem;
  }
  .flex.col3.type01 > * {
    aspect-ratio: 114 / 100;
    position: relative;
  }
  .flex.col3.type01 > * img {
    width:100%;
    height:100%;
    object-fit: cover;
  }
}

/*審査員リスト*/
.judge_list li {
  align-items: flex-start;
  gap:1.4rem 5.4rem;
}
.judge_list li:nth-child(n+2) {
  margin-top: 4rem;
}
.judge_list li figure {
  width:17.5%;
}
.judge_list li .box_white {
  flex:1;
}
.judge_list li .box_white a {
  color: var(--color-orange);
}
.judge_list li .tit {
  font-size:1.4em;
}
.judge_list li .tit .en {
  display: inline-block;
  margin-left: 1em;
  font-size: 0.75em;
}
.judge_list li .pos {
  font-size: 0.85em;
  margin-bottom: 2em;
}
.judge_list li .message {margin-top:2.2em !important;}


@media(max-width:560px) {
  .judge_list li.flex.sp_reset > figure {
    width:36vw !important;
  }
  .judge_list li .pos {
    font-size: 1.15em;
    margin-bottom: 1.4em;
  }
}

/*ヒストリー AAC スライダー aac.urbanet.jp/25th/ */
.history_list .block {
  width:35.6%;
  background:#fff;
}
.history_list .block .desc {
  padding:0.5em;
}
.history_list .block .year {
  font-size:1.45em;
  text-align:center;
}
.history_list .block .flex {
  align-items:flex-start;
  gap:1em;
}
.history_list .block .flex > figure {
  width:32.8%;
}
.history_list .block .flex .result_list {
  flex:1;
  flex-direction: column;
  display:flex;
  gap:0.3rem;
}

.history_list .block .flex .result_list > div {
  display:flex;
}
.history_list .block .flex .result_list .items {
  flex:1;
}
.history_list .block .flex .result_list .items .item {
  display:flex;
}

.history_list .block .flex .result_list .tit {
  font-size:0.65em;
  width:3.7rem;
}

.history_list .block .flex .result_list .nm {
  font-size:0.65em;
  width:4rem;
}

.history_list .block .flex .result_list .pos {
  font-size:0.55em;
  align-self:flex-end;
  line-height: 1.3;
  flex: 1;
}

.history_list .block .flex .result_list .r1 .tit,
.history_list .block .flex .result_list .r1 .item_nm,
.history_list .block .flex .result_list .r1 .nm {
  font-size:0.75em;
}

.history_list .block .flex .result_list .r3 .pos {
  font-size:0.45em;
}





/*faq list*/
.faq_list .item:nth-child(n+2) {
  margin-top: 3.5rem;
}

.faq_list .item > div {
  padding:1.5em 2em;
  display:flex;
  gap:1.5rem;
  align-items: flex-start;
}
.faq_list .item > div > i {
  aspect-ratio: 1 / 1;
  background: #000;
  color:#fff;
  font-size:1.5rem;
  line-height: 1;
  width:3rem;
  display:flex;
  justify-content: center;
  align-items:center;
  font-style: normal;
}
.faq_list .item > div > i + * {
  align-self:center;
}

.faq_list .item > div.question {
  background:var(--color-darkgray);
}
.faq_list .item > div.question > i {
  background:#fff;
  color: var(--text-color);
}
.faq_list .item > div.question > p {color:#fff;flex:1;}

.faq_list .item > div.answer {
  background: #fff;
  flex-wrap:wrap;
}
.faq_list .item > div.answer > i {
  background:var(--color-darkgray);
  color:#fff;
}
.faq_list .item > div.answer > div {
  width:calc(100% - (3rem + 1.5rem));
}
.faq_list .item > div.answer > div p + * {
  margin-top:2rem;
}
.faq_list .item > div.answer figure {
  margin-left:auto;
  margin-right:auto;
  max-width:60%;
}
@media(max-width:560px) {
  .faq_list .item > div.answer figure {max-width:100%;}
}

/*協賛リスト*/
.sponsor_list {
  gap:0.5rem 2rem;
}
.sponsor_list > * {
  flex:1;
}
.sponsor_list .part > *:not(:first-child) {
  margin-top: 0.3em;
}
.sponsor_list + .alignR {
  margin-top:2.5em;
}
@media(max-width:560px) {
  .sponsor_list + .alignR {
    margin-top:1.2em;
  }
}

/*審査結果パーツ*/
.border_style {
  display:block;
  border:0.8rem solid #EBEBEB;
  position: relative;
  color:#fff;
  text-decoration: none;
}
.border_style p.label {
  background:rgba(64, 64, 64, 0.9);
  position: absolute;
  bottom:0;
  right:0;
  padding:0.5em 1em;
  font-size:0.8rem;
}

@media(max-width:560px) {
  .border_style p.label {
    font-size: 1.05rem;
    padding:0.7em 1.3em;
  }
}

.result_data {
  justify-content: space-between;
  align-items:flex-start;
  gap: 2.5rem 0;
}
.result_data .info_area {
  width:41%;
}
.result_data .info_area .box_white {
  font-size:1.5rem;
  padding-top:0.6rem;
  padding-bottom:0.6rem;
}
.result_data .info_area .box_white span {
  display:inline-block;
  margin-left: 2rem;
  font-size:0.7em;
  vertical-align: middle;
}
.result_data .info_area p + * {
  margin-top: 1rem;
}

.result_data .pdf_area {
  width:31.8%;
}

@media(max-width:560px) {
  .result_data .info_area .box_white {
    font-size:1.8rem;
    padding-left:1.2em;
  }
  .result_data .info_area .box_white span {
    font-size:0.5em;
    margin-left: 0.7em;
  }
  .result_data .pdf_area a.border_style {
    width:75%;
    margin: 0 auto;
  }
}

.entry_products {
  display:flex;
  flex-wrap: wrap;
  gap:6rem;
}
.entry_products li {
  width:100%;
  justify-content: space-between;
  align-items: unset;
  flex-wrap: wrap;
  gap:2.5rem;
}
.entry_products li > * {
  width:100%;
}
.entry_products li .sec_tit_s {
  width:100%;
  margin-bottom: 0;
}
.entry_products li .pdf_area,
.entry_products li .poster_area {
  flex:1;
}
.entry_products li .poster_area figure {
  background: #fff;
  padding:1.5rem;
}
.entry_products li .info_area {
  width:51%;
  display:flex;
  flex-direction: column;
}

.entry_products li .poster_area + .info_area {
  width:58.5%;
}

.entry_products li .info_area.full {
  width:100%;
}

.entry_products li .info_area .box_white:first-child {
  flex:1;
}
.entry_products li > .comment {
  width:100%;
}
.entry_products li > .comment p.alignR + p {margin-top:1.7rem;}
.entry_products li .info_area .name {
  font-size:1.5rem;
  margin-bottom:0.8rem;
}
.entry_products li > .comment .tit {
  font-size:1.5rem;
  margin-bottom:1.6rem;
}
.entry_products li .info_area .pos {
  font-size: 0.92rem;
}
.entry_products li .info_area .material {
  padding-top:1em;
  padding-bottom:1em;
}

.entry_products li .info_area .comment {
  padding-top: 1rem;
  margin-top: 2rem;
  border-top:4px solid #EAEAEA;
}
.entry_products li .info_area .comment .tit {
  font-size:1.15rem;
}
.entry_products li .info_area .comment p {
  margin-top: 1rem;
}

.compe_archive.entry_products {
  column-gap:2rem;
}
.compe_archive.entry_products li .info_area {
  width:57%;
}
.compe_archive.entry_products .info_area dl {
  flex-wrap: wrap;
  align-items: flex-start;
}
.compe_archive.entry_products .info_area dl.flex dt {
  width:5rem;
}
.compe_archive.entry_products .info_area dl.flex dt.full {width:100%;}
.compe_archive.entry_products .info_area dl.flex dd {
  width:calc(100% - 5rem);
}

.compe_archive.entry_products .info_area dl.flex dt:not(:first-child),
.compe_archive.entry_products .info_area dl.flex dt:not(:first-child) + dd {
  margin-top:1.5rem;
}
.compe_archive.entry_products .info_area dl.flex dt.full + *,
.compe_archive.entry_products .info_area dl.flex dt.full + dt + dd {
  margin-top:0.2rem !important;
}

.compe_archive.entry_products li.small {
  width:calc(50% - 1rem);
  column-gap:5rem;
}
.compe_archive.entry_products li.small .info_area {
  width:100%;
}
.compe_archive.entry_products li.small .info_area .box_white {
  padding-right:2rem;
  padding-left: 2rem;
}
.compe_archive.entry_products li.small .info_area dl.flex dd {width:100%;}
.compe_archive.entry_products li.small .sec_tit_s {
  margin-bottom:1em;
}

@media(max-width:560px) {
  .entry_products li {gap:1.5rem;}
  .entry_products li .poster_area {
    width:86% !important;
    margin:0 auto;
  }
  .entry_products li .info_area .pos {font-size: 1.15rem;}
  .entry_products li .info_area .comment {
    margin-top: 1.5rem;
    padding-top: 1.2rem;
  }
  .entry_products li .info_area .comment .tit {
    font-size:1.3rem;
  }
  .compe_archive.entry_products li .pdf_area {
    width:75% !important;
    margin:0 auto;
  }
  
  .compe_archive.entry_products .info_area dl {
    flex-direction: column;
  }
  
  .compe_archive.entry_products li.small {
    width:100%;
  }
  .compe_archive.entry_products li.small .info_area .box_white {
    padding-right:1.5rem;
    padding-left: 1.5rem;
  }
}

.entry_products .award_main {
  gap:1rem 2rem;
}
.entry_products .award_main > figure {
  width:62%;
}

.entry_products .award_main.poster > figure {
  width:54%;
}
.entry_products .award_main.poster > figure img {
  width:66%;
}

.entry_products .award_main > .graph_area {
  flex:1;
  display:flex;
  justify-content: center;
}
.entry_products .award_main > .graph_area .graph {
  aspect-ratio:1 / 1;
  width:15rem;
  position: relative;
  display:flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.entry_products .award_main > .graph_area .graph .circle {
  position: absolute;
  width:100%;
  height:100%;
  animation: rotate 150s linear infinite;
}
.entry_products .award_main > .graph_area .graph .circle img {
  width:100%;
  height:100%;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.entry_products .award_main > .graph_area .graph .inner {
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  color:var(--color-darkgray);
}
.entry_products .award_main > .graph_area .graph .inner .crown {
  width:2rem;
  margin-bottom:0.9rem;
}
.entry_products .award_main.poster > .graph_area .graph .inner .crown {
  margin-bottom:0.5rem;
}
.entry_products .award_main > .graph_area .graph .inner .crown img {
  width:100%;
}
.entry_products .award_main > .graph_area .graph .inner .y {
  font-size:2rem;
  font-weight: 750;
}
.entry_products .award_main > .graph_area .graph .inner .tit {
  font-size:2.4rem;
  font-weight: 750;
  margin-bottom:1.5rem;
}

.award_products li > .comment {
  width:92%;
  margin-left:auto;
}
.award_products li > .comment.setting figure {
  max-width:800px;
  margin:0 auto;
  width: 59%;
}
.award_products li > .comment.setting figure + * {
  margin-top: 3rem;
}

.award_products li > .comment .before_after {
  justify-content: center;
  align-items: center;
  gap:1.5rem 2.5rem;
  margin-top:2rem;
}
.award_products li > .comment .before_after figure {
  width:36%;
}
.award_products li > .comment .before_after figure figcaption {
  margin-top:0.4em;
}
.award_products li > .comment .before_after div {
  width:2.5rem;
}

@media(max-width:560px) {
  .entry_products .award_main {
    padding: 0.8rem 0.8rem 1.5rem 0.8rem;
  }
  .entry_products .award_main.poster {
    width:87% !important;
    margin:0 auto;
  }
  .entry_products .award_main.poster > figure {
    padding:1rem;
  }
  .entry_products .award_main.poster > figure img {width:100%;}
  .entry_products .award_main > .graph_area .graph {
    width:46vw;
  }
  .entry_products .award_main > .graph_area .graph .inner .crown {
    width:1.6rem;
  }
  .entry_products .award_main > .graph_area .graph .inner .y {
    font-size:6.5vw;
  }
  .entry_products .award_main > .graph_area .graph .inner .tit {
    font-size:7vw;
  }
  .award_products li > .comment.setting figure {
    width:auto;
  }
  .award_products li > .comment .before_after figure {
    width:70% !important;
  }
  .award_products li > .comment .before_after div {
    width:2.5rem !important;
    transform:rotate(90deg);
  }
}

/*slick スライダー*/
.slider {
  display:flex;
  justify-content: center;
}
.slider > .item:nth-child(n+2) {display:none;}
.slider .item {
  padding:0 1.2rem;
}
.slider .item .inner {
  padding:2.2rem;
  background: #fff;
  border-radius:1.8rem 0 1.8rem 0;
}

.slide_nav {
  display:flex;
  flex-wrap:wrap;
  gap:0.5rem;
  width:70%;
  margin-left: auto;
  margin-right: auto;
  margin-top:2.2rem !important;
}
.slide_nav > .item {
  width: calc((100% - 2.5rem) / 6.01);
  cursor: pointer;
  position: relative;
}
.slide_nav > .item .inner {
  position: relative;
  z-index: 1;
}
.slide_nav > .item::after {
  content:"";
  width:100%;
  height:100%;
  background:#BEBEBE;
  position: absolute;
  top:50%;
  left:50%;
  opacity:0;
  transition:width 0.2s linear, height 0.2s linear;
}
.slide_nav > .item.active::after {
  opacity:1;
  width:calc(100% + 0.4rem);
  height:calc(100% + 0.4rem);
  transform:translate(-50%, -50%);
}

.slick-prev, .slick-next {
  width:3.6rem;
  height:auto;
  aspect-ratio: 1 / 1;
  padding:0;
  margin:0;
  background-image: url("../images/slide_arrow.svg") !important;
  background-size:100% 100% !important;
  top:50%;
  tranform:translateY(-50%);
}
.slick-prev {
  left:auto;
  right:calc(100% + 1rem);
}
.slick-next {
  right:auto;
  left:calc(100% + 1rem);
  transform:translateY(-50%) rotate(180deg);
}
.slick-prev::before, .slick-next::before {
  content:"";
  display: none;
}

@media(max-width:560px) {
  .slider .item {
    padding:0;
  }
  .slider .item .inner {
    padding:0.8rem;
    border-radius:1.2rem 0 1.2rem 0;
  }
  .slide_nav {display: none;}
  
  .slider {
    flex-wrap: wrap;
    justify-content: space-between;
    gap:1rem 0;
  }
  .slick-arrow {
    position: static;
    transform:none;
    order:1;
  }
  .slick-next {
    transform:rotate(180deg);
    margin-right:1rem;
  }
  .slick-prev {
    margin-left:1rem;
  }
}

/*情報 領域*/
.data_list dt {
  background: var(--color-darkgray);
  color:#fff;
  padding:0.8rem 3rem;
  font-size:1.22em;
}
.data_list dd + * {
  margin-top: 2rem;
}
.data_list dd {
  padding:1rem 3rem;
  background: #fff;
}
.data_list dd ol.list {
  padding:1rem 3rem;
}
.data_list dd ol.list li {
  align-items: unset;
}
.data_list dd ol.list li .tit {
  width:7em;
}
.data_list dd ol.list li + li {
  margin-top:1rem;
}
.data_list dd ol.list li > .sec_lead {
  flex:1;
}

@media(max-width:560px) {
  .data_list dt {
    font-size:1.1em;
    padding-left:1.5rem;
    padding-right:1.5rem;
  }
  .data_list dd + * {
    margin-top: 1.5rem;
  }
  .data_list dd {
    padding-left:1.5rem;
    padding-right:1.5rem;
  }
  .data_list dd ol.list {
    padding:0.5rem 0;
  }
}


/*フォーム*/
.form_container {
  width:70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.8rem !important;
}
.form_container form {
  display:flex;
  flex-direction: column;
  gap:2rem;
}
.form_container .field {
  display:flex;
  gap:2rem 0;
}
.form_container .field p.label {
  width:10.5rem;
}
.form_container .field.required p.label::after {
  content:"※";
  color:var(--color-red);
}
.form_container .field .box {
  flex:1;
}
.form_container .field .box .info {
  font-size:0.9em;
  margin-top: 0.5rem;
}

.form_container input[type=text],
.form_container input[type=email],
.form_container input[type=tel],
.form_container textarea {
  padding:0.7rem 0.5rem;
  font-size:1rem;
  width:100%;
  border:2px solid #808080;
  border-radius: 5px;
}
.form_container textarea {
  height:10em;
}

.form_container input[type=radio],
.form_container input[type=checkbox] {
  margin-right:0.5rem;
  vertical-align: middle;
}

.form_container label {
  display:inline-block;
}
.form_container label + label {
  margin-left: 1.5rem;
}

.form_container select {padding-left: 0.5rem;padding-right: 0.5rem;}

.form_container .btn_area {
  gap:3rem;
  justify-content: center;
  flex-wrap: wrap;
}
.form_container .btn_area.submit_area {display:none;}
.form_container .btn_area .btn.mid {
  width:15rem;
  padding:0.9rem;
  margin:0;
}

.form_container .search_addr {
  gap:1rem;
  align-items: center;
}
.form_container .search_addr span {
  flex:1;
}
.form_container .search_addr span input {width:100%;}
.form_container .search_addr .btn {
  margin-top:0;
  padding-left:4em;
  padding-right:4em;
  white-space: nowrap;
}

.form_container .box_white.sec_lead {
  font-size:0.9em;
  margin-top:1rem;
}

.form_container .radio_group {
  display:flex;
  flex-wrap: wrap;
  gap:1rem 1.5rem;
}
.form_container .radio_group label {margin:0;}
.form_container .wpcf7-spinner {display:none;margin:0;width:100%;}
.form_container .wpcf7-spinner::after {
  left:calc(50% - 3px);
}

.wpcf7 form.invalid .wpcf7-response-output {
  display:none;
}

.wpcf7.confirm .box_white input[name=agree],
.wpcf7.confirm .box > *:not(.confirm_item) {
  display:none;
}

@media(max-width:560px) {
  .form_container {
    width:auto;
    margin-top: 2rem !important;
  }
  .form_container .field {
    flex-direction: column;
    gap:1rem;
  }
  .form_container .field > * {
    width:100% !important;
  }
  .form_container input[type=text],
  .form_container input[type=email],
  .form_container textarea {
    font-size:1.3rem;
    padding:1rem;
  }
  .form_container .field .box .info {
    width:100%;
    font-size:0.9rem;
  }
  .form_container .btn_area .btn.mid {
    padding-top:1.2em;
    padding-bottom:1.2em;
    line-height: 1.4;
  }
  .form_container .search_addr .btn {
    padding-left:3em;
    padding-right:3em;
  }
  
  .form_container .radio_group:not(.sp_direction_column) label {
   /* width:calc(50% - 1rem);*/
  }
  
  .form_container .radio_group.sp_direction_column {
    flex-direction: column;
  }
  .form_container .radio_group.sp_direction_column label {
    
  }
  .form_container .radio_group.sp_direction_column label + label {
    margin-top:0.8rem;
  }
}

/*ページ下部 フォーム導線*/
.cta_form {
  border:4px solid var(--color-darkgray);
  padding:1.3rem;
}
.cta_form .flex {
  justify-content: space-between;
  margin:0 auto;
  width:80%;
}
.cta_form .flex > * {
  margin:0;
}
.cta_form .flex p {
  font-size:1.5rem;
}

@media(max-width:560px) {
  .cta_form {
    border-width:2px;
  }
  .cta_form .flex {
    width:auto;
    gap:2rem;
    text-align: center;
  }
  .cta_form .flex p {
    font-size:1.3rem;
  }
}

/*pagenation*/
.navigation.pagination .screen-reader-text {display: none;}
.navigation.pagination .page-numbers {
  display:flex;
  justify-content: center;
  align-items: center;
  gap:0.7rem;
}
.navigation.pagination .page-numbers li {
  
}
.navigation.pagination .page-numbers li .page-numbers {
  width:3em;
  aspect-ratio:1 / 1;
  font-size:1rem;
  display:flex;
  justify-content: center;
  align-items: center;
  background: #404040;
  color:#fff;
}
.navigation.pagination .page-numbers li .page-numbers.current {
  background: #fff;
  color:var(--text-color);
}
.navigation.pagination .page-numbers li a {
  text-decoration: none;
  color:inherit;
}

/*テキストベース スタイル*/
.text_base_container > .box_white + .box_white {
  margin-top:2rem;
}
.text_base_container > .box_white ol {
  list-style-type: none;
}
.indent {
  padding-left:1.5em;
  position:relative;
}
.indent.disc {
  padding-left:1em;
}
.indent > span.num:first-child {
  position: absolute;
  left:0;
}

/*==============================
ページ個別スタイル
==============================*/
/*
AACについて
*/
.page_about .sec.documentary .flex {
  justify-content: space-between;
  align-items: flex-start;
  gap:3rem 0;
}
.page_about .sec.documentary .right {
  width:51%;
}

.page_about .sec.message .flex {
  justify-content: space-between;
  align-items: flex-start;
}
.page_about .sec.message .right {
  width:69%;
}
.page_about .sec.message .sign {
  font-size:1.1em;
  margin-top:4em;
}

@media(max-width:560px) {
  .page_about .aboutAAC .flex.col3.type01 + * {
    margin-top:1rem;
  }
}

/*==============================
プライバシーポリシー
==============================*/
.contact_info {
  border:4px solid var(--color-darkgray);
  padding:2em;
  width:60%;
  margin:2em auto 0;
}
.contact_info dl {
  flex-wrap: wrap;
}
.contact_info dl dt {
  width:5em;
}
.contact_info dl dd {
  width:calc(100% - 5em);
}
@media(max-width:560px) {
  .contact_info {
    padding:1.5em;
  }
  .contact_info {
    border-width: 2px;
    width:auto;
  }
}

/*==============================
サイトマップ
==============================*/
.sitemap a {
  display:block;
  text-decoration: none;
  padding:0.5em 1.2em;
  position: relative;
  color:inherit;
}
.sitemap a::after {
  content:"＞";
  font-weight: 800;
  position: absolute;
  right:1em;
}
.sitemap a span {
  font-size:0.8em;
  display: inline-block;
  margin-left:0.5em;
}
.sitemap li {margin-top:1.4em;}
.sitemap > li {
  font-size:1.5rem;
}
.sitemap > li > a {
  background:var(--color-darkgray);
  color:#fff;
}

.sitemap .sub > li {
  padding-left:3.3em;
  font-size:0.8em;
  margin-top:1.1em;
}
.sitemap .sub > li a {
  background:var(--color-white);
}
.sitemap .sub > li a::before {
  content: "- ";
}
@media(max-width:560px) {
  .sitemap li {margin-top:1.2em;}
  .sitemap .sub > li {
    padding-left:1.3em;
    font-size:0.78em;
    margin-top:0.6em;
  }
  .sitemap .sub > li a {
    padding-top:0.8em;
    padding-bottom:0.8em;
  }
}


/*==============================
コンペ募集要項ページ
==============================*/
.compe_detail .outline {
  width:55%;
  margin:0 auto;
}
.compe_detail .outline > * {
  margin-top:2.8rem;
}
.compe_detail .outline > .sec_tit:not(:first-child) {
  margin-top:6rem;
}

.compe_detail .outline > .sec_tit + * {
  margin-top:3.2rem;
}

.compe_detail .outline .lead {
  font-size:1.2rem
}

.compe_detail .outline .imp {
  padding:1rem 0 2rem;
}

.compe_detail .outline .awards {
  display:flex;
  gap:1rem;
}
.compe_detail .outline .awards li {
  flex:1;
  background:#fff;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
  padding:2.7rem 1rem;
}
.compe_detail .outline .awards li .desc {
  font-size:1.3rem;
}
.compe_detail .outline .awards li .nm {
  font-size:1.8rem;
  margin-top:0.4em;
}

.compe_detail .outline .btn.line.mid {
  width:23rem;
  position: relative;
  padding-top:1.4rem;
  padding-bottom:1.3rem;
}
.compe_detail .outline .btn.line.mid::after {
  content:"";
  border:2px solid #fff;
  display:block;
  position: absolute;
  width:calc(100% - 1rem);
  height:calc(100% - 1rem);
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}

.compe_detail .outline .data_format {
  display:flex;
  flex-wrap: wrap;
  gap: 1rem 0;
}
.compe_detail .outline .data_format dt {
  width:8em;
}
.compe_detail .outline .data_format dd {
  width:calc(100% - 8rem);
}

.compe_detail .outline .download_area {
  margin-top:3.5rem;
  padding-top:3.5rem;
  border-top:2px var(--color-darkgray);
  border-top-style:dashed;
}

.compe_detail .outline .download_area > *:not(:first-child) {
  margin-top:2rem;
}
.compe_detail .outline .download_area .linkarea {
  display:flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width:90%;
  margin-left:auto;
  margin-right:auto;
  gap:1rem;
}
.compe_detail .outline .download_area .linkarea a {
  color:inherit;
}

.compe_detail .outline + .box_white {
  padding:3rem 5rem;
}
.compe_detail .outline + .box_white .schedule {
  font-size:1.7rem;
  margin-top:2em;
}
.compe_detail .outline + .box_white > .detail {
  
  margin-top:3rem;
}
.compe_detail .outline + .box_white > .detail .item {
  display:flex;
  gap:3rem;
}
.compe_detail .outline + .box_white > .detail .item figure {
  width:37%;
}
.compe_detail .outline + .box_white > .detail .item div.det {
  flex:1;
}
.compe_detail .outline + .box_white > .detail .item .tit {
  font-size:1.2rem;
}
.compe_detail .outline + .box_white > .detail .item ul {
  margin-top:1rem;
}

.compe_detail .outline + .box_white > .detail .item:not(:last-child) div.det::after {
  content:"";
  display:block;
  background:url(../images/icon_arrow_black.svg) no-repeat;
  background-size:100% 100%;
  aspect-ratio: 80 / 40;
  width:3rem;
  margin: 2.4rem auto;
}

@media(max-width:560px) {
  .compe_detail .outline {
    width:auto;
  }
  .compe_detail .outline .data_format dt {
    width:6em;
  }
  .compe_detail .outline .awards {
    flex-direction: column;
  }
  
  .compe_detail .outline .download_area .linkarea {
    flex-direction: column;
    align-items:center;
  }
  .compe_detail .outline .download_area .linkarea.text > * {
    width:13em;
    text-align: left;
  }
  .compe_detail .outline .download_area .linkarea.logo > * {
    width:14em;
    text-align: left;
  }
  .compe_detail .outline + .box_white {
    padding:3rem 1.5rem;
  }
  
  .compe_detail .outline + .box_white > .detail .item {
    flex-direction: column;
    gap:1.5rem;
  }
  .compe_detail .outline + .box_white .item > * {
    width:100% !important;
  }
  .compe_detail .outline + .box_white > .detail .item .tit {
    font-size:1.5rem;
  }
}


/*==============================
AAC25周年記念展ページ
==============================*/
.artist_list {
  flex-wrap:wrap;
  gap:1.5em;
}
.artist_list li {
  width:calc((100% - 1.5em) / 2);
  display:flex;
  gap:1.5em;
}
.artist_list li.box_white.small {
  padding:0.8em;
}
.artist_list li figure {
  width:30%;
}
.artist_list li .desc {
  flex:1;
}
.artist_list li .desc .nm {
  font-size:1.5rem;
  line-height: 1.4;
}
.artist_list li .desc .nm span.en {
  font-size:0.6em;
  display:block;
}
.artist_list li .desc .fr {
  font-size:0.98rem;
}
.artist_list li .sns {
  margin-top:1.2em;
  display:flex;
  gap:0.5em;
}
.artist_list li .sns a {
  display:block;
  width:2em;
}

dl.information_list {
  display:flex;
  gap:0.5em 1em;
  flex-wrap:wrap
}
dl.information_list dt {
  width:6em;
  align-self:center;
  background:var(--color-darkgray);
  color:#fff;
  text-align:center;
  padding:0.1em 0;
}
dl.information_list dd {
  width:calc(100% - 7em);
}

body.page_25th {
	background:#ffffff !important;
}
body.page_25th .box_white {
	background:#f4f4f4;
}

.page_25th iframe,
.page_25th-teaser iframe {
  width:100%;
  height: auto;
  aspect-ratio: 1600 / 500;
}
@media(min-width:561px) {
  .page_25th .access .box_white.small {
    padding-left:3em;
    padding-right:3em;
  }
}

@media(max-width:560px) {
  .page_25th iframe,
  .page_25th-teaser iframe {
    aspect-ratio: 352 / 200;
  }
}
