*,
*:before,
*:after {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
  color: inherit;
  font-size: 100%;
  font: inherit;
  text-decoration: none;
  vertical-align: baseline;
}
p {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 30px;
}
ol,
ul {
  list-style: none;
}
strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
body {
  font-family: 'Source Han Sans', '思源黑体', 'Noto Sans CJK SC', 'HanHei SC', 'Microsoft YaHei', sans-serif;
}
img {
  display: block;
}
.font_white {
  color: #ffffff;
}
.container {
  max-width: 1010px;
  padding: 0 20px;
  margin: 0 auto;
}
.com-title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}
.text-01 {
  font-size: 16px;
  line-height: 2;
}
.gfxsp-award-section-spe,
.gfxsp-award-section-spe .item .detail .right .cell {
  background-color: transparent !important;
}
.gfxsp-award-section-spe h2,
.gfxsp-award-section-spe .item .tit,
.gfxsp-award-section-spe .item .detail .left .person p,
.gfxsp-award-section-spe .item .detail .right .cell .label,
.gfxsp-award-section-spe .item .detail .right .cell .description p,
.gfxsp-award-section-spe .item .detail .right .cell .person .name {
  color: initial !important;
}
.color-yellow {
  color: #ec803e;
}
h2 {
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.taC {
  text-align: center !important;
}
.banner {
  margin-bottom: 50px;
}
.mobile {
  display: none;
}
.activity-title {
  padding: 0 20px;
  margin-bottom: 70px;
  text-align: center;
}
/* .activity-info {
	max-width: 980px;
	margin: 0 auto;
	color: #484848;
	margin-bottom: 70px;
}
.activity-info p {
	font-size: 22px;
	font-weight: lighter;
} */
.activity-name {
  font-size: 46px;
  color: #ec803e;
  font-weight: lighter;
  letter-spacing: 1px;
  padding: 0 20px;
}
.activity-en {
  font-size: 24px;
  color: #000000;
  letter-spacing: 2px;
  padding: 0 20px;
}
.mobile-title {
  display: none;
}
.activity-introduction {
  margin-bottom: 80px;
}
.activity-introduction .content {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-bottom: 90px;
}

.activity-introduction .img {
  flex: 0 1 510px;
}

.activity-introduction .introl {
  flex: 0 1 410px;
  padding-left: 20px;
  font-size: 22px;
  line-height: 1.8;
  color: #484848;
}

.activity-introduction .introl::after {
  content: '';
  border-bottom: 1px solid #5c5c5c;
  display: inline-block;
  width: 100%;
}

.recruitment-invitation {
  margin-bottom: 50px;
}
.recruitment-invitation .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recruitment-invitation .content .img {
  flex: 0 1 330px;
}
.recruitment-invitation .content .introl {
  flex: 0 1 640px;
  font-size: 22px;
  color: #484848;
  line-height: 1.8;
}
.recruitment-invitation .content .period + .period {
  margin-top: 20px;
  position: relative;
}
.recruitment-invitation .content .period h6 {
  color: #fff;
  display: inline-block;
  background-color: #ec803e;
  line-height: 1.4;
  padding: 0 8px;
  font-size: 22px;
  margin-bottom: 10px;
  position: relative;
}
.recruitment-invitation .content .period h6::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  right: -10px;
  background-color: #ec803e;
}
.recruitment-invitation .content .project-cooperation::after {
  content: '';
  border-bottom: 1px solid #5c5c5c;
  display: inline-block;
  width: 70%;
}
.recruitment-invitation .content .introl p {
  margin-bottom: 0;
  padding-left: 35px;
  position: relative;

  font-size: 22px;
}
.recruitment-invitation .content .introl p::before {
  content: '';
  width: 9px;
  height: 9px;
  background-color: #ec803e;
  border-radius: 100%;
  left: 0;
  top: 15px;
  position: absolute;
}
.recruitment-invitation .content .change-img {
  max-width: 430px;
}
.recruitment-invitation .content .introl .split {
  display: block;
}
.activity-date {
  width: 100%;
  background: #000000 url(../images/img_19.jpg) no-repeat center/auto 100%;
  padding: 40px 16px;
}
.activity-date .time {
  display: flex;
  align-items: center;
  font-size: 36px;
  color: #fff;

  max-width: 430px;
  margin-bottom: 25px;
}
.activity-date .time span {
  white-space: nowrap;
}
.activity-date .date-img {
  margin-left: 20px;
}
.activity-date .date-img img {
  max-width: 100%;
}
.activity-date .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 28px;

  max-width: 430px;
}
.activity-date .buttons .button {
  flex: 0 1 200px;
  line-height: 40px;
  background-color: #ec803e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 0 0 10px;
  user-select: none;
  cursor: pointer;
  position: relative;
  color: #fff;
  max-width: 47%;
}
.activity-date .buttons .button::after {
  content: '';
  position: absolute;
  border-left: 16px solid #96410e;
  border-bottom: 11px solid transparent;
  bottom: -11px;
  right: 0;
}
.activity-date .buttons img {
  width: 32px;
}
.prizes-honors {
  margin-top: 70px;
}
.prizes-honors .content {
  display: flex;
  margin-bottom: 60px;
}
.prizes-honors .content .img {
  flex: 0 1 46%;
}
.prizes-honors .content .introl {
  flex: 0 1 54%;
  padding-left: 40px;
  font-size: 22px;
  color: #000000;
}
.prizes-honors .content .period {
  margin-bottom: 25px;
}
.prizes-honors .content .project-cooperation::after {
  content: '';
  border-bottom: 1px solid #5c5c5c;
  display: inline-block;
  width: 100%;
}
.prizes-honors .content .period p {
  font-size: 22px;
  color: #484848;
  margin-bottom: 0;
}
.prizes-honors .content .period h6 {
  color: #fff;
  display: inline-block;
  background-color: #ec803e;
  line-height: 1.4;
  padding: 0 8px;
  font-size: 22px;
  margin-bottom: 30px;
  position: relative;
}
.prizes-honors .content .period h6::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  right: -10px;
  background-color: #ec803e;
}
.prizes-honors .content .fujifilm-trials {
  margin-top: 14px;
}
.entry-process {
  margin-bottom: 100px;
}
.entry-process .process-list {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -20px;
  margin-right: -20px;
  justify-content: space-around;
}
.entry-process .process-list .list-item {
  flex: 0 1 110px;
}
.purpose {
  padding: 40px 0 20px;
  color: #fff;
  background-color: #000000;
  font-size: 14px;
  line-height: 1.7;
}
.purpose .container {
  max-width: 740px;
}
.purpose .title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400;
}
.purpose .equity {
  display: flex;
  margin-top: 35px;
}
.purpose .equity ul,
.purpose .obligation ul {
  padding-left: 15px;
}
.purpose .obligation {
  display: flex;
  margin: 30px 0 50px;
}
.purpose img {
  max-width: 100%;
  margin: 0 auto;
}
.project-review {
  padding-top: 80px;
  padding-bottom: 80px;
}
.project-review .title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 70px;
  font-weight: 400;
}
.project-review .footer {
  margin-top: 60px;
  background-color: transparent;
}
.GFX-works {
  margin-bottom: 55px;
}
.GFX-works .swiper-slide {
  padding-top: 20px;
  opacity: 0.5;
  transition: all 0.3s;
  position: relative;
  height: 600px;
  width: auto;
  max-width: 100%;
}
.GFX-works .swiper-slide img {
  height: 100%;
  max-width: 100%;
}
.GFX-works .swiper-slide-active {
  opacity: 1;
}
.GFX-works .swiper-slide .title {
  font-size: 46px;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 6;
  color: #ffffff;
  padding-left: 40px;
  padding-right: 30px;
  line-height: 64px;
}
.GFX-works .swiper-slide .title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ec803e;
  z-index: -1;
  left: 0;
  top: 0;
  transform: skewX(-10deg);
}
.GFX-works .swiper-slide .title::after {
  content: '';
  position: absolute;
  border-right: 24px solid #964513;
  border-bottom: 18px solid transparent;
  bottom: -18px;
  left: -4px;
}

.GFX-works .swiper-button-prev {
  background-image: url(../images/icon_prev.png);
  width: 40px;
  height: 72px;
  /* left: calc(25% - 45px); */
  left: 20px;
}
.GFX-works .swiper-button-next {
  background-image: url(../images/icon_next.png);
  width: 40px;
  height: 72px;
  /* right: calc(25% - 45px); */
  right: 20px;
}
.works-layer {
  max-height: 80vh;
  padding: 30px;
  display: flex;
  background-color: #fff;
}

.works-layer .works-img {
  flex: 0 0 50%;
  position: relative;
}
.works-layer .works-img .title {
  font-size: 44px;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 6;
  color: #ffffff;
  padding-left: 40px;
  padding-right: 30px;
  line-height: 64px;
}
.works-layer .works-img .title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ec803e;
  z-index: -1;
  left: 0;
  top: 0;
  transform: skewX(-10deg);
}
.works-layer .works-img .title::after {
  content: '';
  position: absolute;
  border-right: 24px solid #964513;
  border-bottom: 18px solid transparent;
  bottom: -18px;
  left: -4px;
}
.works-layer .works-desc {
  flex: 0 0 50%;
  padding-left: 30px;
}
.works-layer .photographer {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.works-layer .head-portrait {
  flex: 0 0 120px;
  height: 120px;
  border-radius: 100%;
  padding: 6px;
  border: 2px solid #d5c17d;
  margin-right: 20px;
}
.works-layer .name {
  font-size: 32px;
  color: #ec7f3d;

  margin-bottom: 15px;
}
.works-layer .introl {
  font-size: 20px;
  color: 000000;

  line-height: 1.4;
}
.works-layer .other-info .info-item + .info-item {
  margin-top: 15px;
}
.works-layer .other-info .info-item {
  display: flex;
  font-size: 24px;
}
.works-layer .other-info .s-title {
  font-size: 28px;
  color: #ec7f3d;

  white-space: nowrap;
}
.upload-data-layer {
  display: flex;
  padding: 50px 10px;
  justify-content: space-around;
}
.upload-data-layer .button {
  font-size: 24px;
  padding: 5px 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  display: block;
  margin: 0 20px;
}
.upload-data-layer .continue {
  background-image: url(../images/bg_01.png);
}
.upload-data-layer .complete {
  background-image: url(../images/bg_02.png);
}

.privacy {
  margin-left: 20px;
}

.privacy a {
  color: #fff;
  opacity: 0.8;
  text-decoration: underline;
}

.privacy-policy {
  max-width: 100%;
  color: #000000;
  font-size: 16px;
  line-height: 26px;
}

.privacy-policy .title {
  font-size: 24px;
  text-align: center;
  line-height: 32px;
  padding: 30px 15px;
}

.privacy-policy .main {
  padding: 0 20px 20px;
  max-height: 450px;
  overflow-y: auto;
}

.privacy-policy .foot {
  padding: 30px 20px;
}

.privacy-policy .checkbox {
  cursor: pointer;
  user-select: none;
}

.privacy-policy .checkbox input[type='checkbox'] {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}

.privacy-policy .btn {
  font-size: 18px;
  background-color: rgb(236, 128, 62);
  border-radius: 3px;
  line-height: 44px;
  padding: 0 30px;
  color: #ffffff;
  display: inline-block;
  /* margin: 0 auto 20px auto; */
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  /* width: 240px; */
  /* height: 72px; */
  /* position: relative; */
  /* display: block; */
  /* text-align: center; */
}

.privacy-policy .btn:hover {
  background-color: rgb(236, 128, 62);
  opacity: 0.6;
}

#footer {
  background-color: #000000;
}

#footer .inner {
  max-width: 1200px;
  padding: 30px 24px;
  margin: 0 auto;
  text-align: right;
}

#footer .inner a {
  color: #ffffff;
  font-size: 24px;
}

section.gfxsp-intro-section .box {
  padding: 45px 45px 50px 60px;
  background: #f4f4f4;
}

.gfxcp-def-list-title {
  font-weight: bold;
  display: block;
}
.gfxcp-def-list-desc {
  display: block;
}

.gfxcp-def-list-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}

.gfxcp-list {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 30px;
}

.gfxcp-list-item {
  font-size: 16px;
  line-height: 1.6;
}

.gfxcp-section-bk {
  background-color: #000000;
}
.gfxcp-section-bk h2 {
  color: #ffffff;
}

.gfxcp-section-bk h5 {
  color: #ffffff;
}

.gfxcp-section-bk p {
  color: #ffffff;
}

.gfxcp-def-list-item-desc {
  padding-left: 15px;
}
.gfxcp-def-list-item-desc::before {
  content: '';
  color: #ffffff;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #ffffff;
  left: 0;
  top: 10px;
}

.gfxcp-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.gfxcp-flow-item {
  border: 2px solid #000;
  position: relative;
  background-color: #fff;
}
.gfxcp-flow-item img {
  display: block;
}
.gfxcp-flow-item p {
  text-align: center;
  font-weight: bold;
}

.gfxcp-flow-item:after {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: -10;
  top: 50%;
  height: 8px;
  background-color: #fff;
}

.gfxcp-flow-item:last-child:after {
  display: none;
}

.gfxcp-inner.judge {
  max-width: 1000px;
  margin: 0 auto;
}

.judge_list li {
  border-bottom: 1px solid #b0b0b0;
  padding-top: 25px;
  padding-bottom: 5px;
  display: flex;
}
.judge_list li:last-child {
  border: none;
}
.judge_list li div {
  display: inline-block;
  margin-right: 2.4%;
  max-width: 19%;
  vertical-align: top;
  font-size: 0;
}
.judge_list li div img {
  width: 98%;
  height: auto;
  margin-top: 10px;
}
.judge_list li div p {
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.2em;
  width: 110%;
  font-size: 16px;
}
.judge_list li p {
  display: inline-block;
  width: 78%;
  vertical-align: top;
  font-size: 0;
}
.judge_list li p span {
  font-size: 16px;
}
.judge_list li p span.name {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}
.judge_list li p span.status {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.onzoom {
  overflow: hidden;
  display: block;
}
.onzoom img {
  transition: transform 0.6s ease;
}
.onzoom:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 767px), print {
  section {
    padding: 60px 16px;
    margin: auto;
  }
  .activity-info {
    padding: 0 16px;
  }
  .gfxcp-heading-l2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .gfxcp-flow-item {
    width: 22%;
    height: auto;
  }
  .gfxcp-flow-item img {
    margin: 20px auto 10px;
    height: 32px;
  }
  .gfxcp-flow-item p {
    font-size: 14px;
    padding: 0 5px;
    margin-bottom: 10px;
    line-height: 1;
  }

  .gfxcp-flow-item p span {
    display: none;
  }

  .gfxcp-flow-item:after {
    right: -60px;
    margin-top: -4px;
    width: 60px;
    height: 8px;
  }
  .judge_list li {
    display: block;
  }
  .judge_list li div {
    display: block;
    max-width: 70%;
    margin: 10px auto;
  }
  .judge_list li div img {
    width: 100%;
    height: auto;
    max-width: 450px;
  }
  .judge_list li div p {
    width: 100%;
    margin: 10px auto;
    text-align: center;
  }
  .judge_list li p {
    display: block;
    width: 100%;
    margin: 20px 0px 40px 0;
    text-align: left;
  }

  section.gfxsp-regional-section {
    margin: 0 0 0 0;
    padding: 10vw 0 10vw 0;
    width: 100%;
    overflow: hidden;
  }
  section.gfxsp-regional-section h2 {
    margin: 0 0 6.36vw 0;
    padding: 0 0 0 0;
    text-align: center;
    line-height: 1.4em;
    font-size: 7.09vw;
    color: #000000;
  }
  section.gfxsp-regional-section .list {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 93%;
    max-width: 1100px;
    display: block;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  section.gfxsp-regional-section .list .item {
    margin: 0 0 9.09vw 0;
    padding: 0 0 0 0;
    width: 100%;
    max-width: 100%;
  }
  section.gfxsp-regional-section .list .item .image {
    margin: 0 0 3.63vw 0;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    display: table;
  }
  section.gfxsp-regional-section .list .item .image.h02 {
    height: auto;
  }
  section.gfxsp-regional-section .list .item .image a {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
  section.gfxsp-regional-section .list .item .image a img {
    margin: auto;
    padding: 0 0 0 0;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 66.1vw;
  }
  section.gfxsp-regional-section .list .item .image.h02 a img {
    max-height: 66.1vw;
  }
  section.gfxsp-regional-section .list .item .tit {
    margin: 0 0 1.8vw 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 4.72vw;
    color: #000000;
    text-align: center;
  }
  section.gfxsp-regional-section .list .item .name {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 3.27vw;
    color: #000000;
    text-align: center;
  }
  section.gfxsp-regional-section .list .item .link {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    display: table;
  }
  section.gfxsp-regional-section .list .item .link a {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 8.72vw;
    line-height: 1.4em;
    font-size: 2.9vw;
    text-decoration: none;
    text-align: center;
    color: #000000;
    border: 1px solid #000000;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
  }
  section.gfxsp-regional-section .list .item .link a:before {
    margin: 0 2.2vw 0 0;
    padding: 0 0 0 0;
    width: 2.54vw;
    height: 2.9vw;
    line-height: 2.9vw;
    content: '';
    background: url('../img/arrow_02.svg') no-repeat center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
  }
  section.gfxsp-award-section {
    margin: 0 0 0 0;
    padding: 12.72vw 0 5px 0;
    width: 100%;
    background: #000000;
    overflow: hidden;
  }
  section.gfxsp-award-section h2 {
    margin: 0 0 12.72vw 0;
    padding: 0 0 0 0;
    text-align: center;
    line-height: 1.4em;
    font-size: 7.27vw;
    color: #ffffff;
  }
  section.gfxsp-award-section .item {
    margin: 0 auto 40px;
    padding: 0 0 0 0;
    width: 91.81%;
    max-width: 1100px;
    text-align: left;
    overflow: hidden;
  }
  section.gfxsp-award-section .item .tit {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 4.18vw;
    color: #ffffff;
  }
  section.gfxsp-award-section .item .detail {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    display: block;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  section.gfxsp-award-section .item .detail .left {
    /* margin: 0 0 8.18vw 0; */
    padding: 0 0 0 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  section.gfxsp-award-section .item .detail .left .image {
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    width: 66.8%;
  }
  section.gfxsp-award-section .item .detail .left .person {
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    width: 30.66%;
  }
  section.gfxsp-award-section .item .detail .left .person p {
    margin: 0 0 0 0;
    padding: 5px 0 0 0;
    line-height: 1.4em;
    font-size: 3.09vw;
    color: #ffffff;
  }
  section.gfxsp-award-section .item .detail .left .link {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 8.72vw;
    display: table;
  }
  section.gfxsp-award-section .item .detail .left .link a {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 8.72vw;
    line-height: 1.4em;
    font-size: 2.9vw;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
  }
  section.gfxsp-award-section .item .detail .left .link a:before {
    margin: 0 2.2vw 0 0;
    padding: 0 0 0 0;
    width: 2.54vw;
    height: 2.9vw;
    line-height: 2.9vw;
    content: '';
    background: url('../img/arrow_01.svg') no-repeat center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
  }

  section.gfxsp-award-section .item .detail .right {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  section.gfxsp-award-section .item .detail .right .cell {
    margin: 0 0 0 0;
    padding: 7.27vw 4.54vw 4.54vw 4.54vw;
    background: #323232;
    position: relative;
  }
  section.gfxsp-award-section .item .detail .right .cell .label {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
    line-height: 1.4em;
    font-size: 3.63vw;
    color: #ffffff;
    position: absolute;
    top: -0.7em;
    left: 4.54vw;
  }
  section.gfxsp-award-section .item .detail .right .cell .flex-sp {
    padding: 0 0 0 104px;
    width: 100%;
    position: relative;
    /*
    display: flex;
    flex-direction:row-reverse;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    */
  }
  section.gfxsp-award-section .item .detail .right .cell .description {
    margin: 0 0 0 5px;
    padding: 0 0 0 35px;
    min-height: 125px;
    text-align: left;
    background: url('../img/description_back_01-sp.png') no-repeat left center;
    background-size: 20px auto;
  }
  section.gfxsp-award-section .item .detail .right .cell .description p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 2.54vw;

    color: #ffffff;
  }
  section.gfxsp-award-section .item .detail .right .cell .person {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 134px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  section.gfxsp-award-section .item .detail .right .cell .person .image {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100px;
    display: block;
  }
  section.gfxsp-award-section .item .detail .right .cell .person .name {
    margin: 0 0 0 0;
    padding: 10px 0 0 0;
    line-height: 1.4em;
    font-size: 3.09vw;
    color: #ffffff;
    display: block;
  }
}

@media screen and (min-width: 768px), print {
  .activity-info {
    padding: 0 24px;
  }
  .gfxcp-inner {
    max-width: 800px;
    margin: 0 auto;
  }
  .gfxcp-heading-l2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  section {
    padding: 80px 24px;
    margin: auto;
  }
  .gfxcp-def-list-title {
    width: 172px;
    margin-right: 0px;
  }
  .gfxcp-def-list-desc {
    width: 650px;
  }
  .gfxcp-flow-item {
    width: 160px;
    height: 160px;
  }
  .gfxcp-flow-item img {
    margin: 40px auto 10px;
    height: 56px;
  }
  .gfxcp-flow-item p {
    font-size: 16px;
    padding: 0 5px;
  }

  .gfxcp-flow-item:after {
    right: -60px;
    margin-top: -4px;
    width: 60px;
    height: 8px;
  }

  section.gfxsp-regional-section {
    margin: 0 0 0 0;
    padding: 95px 0 20px 0;
    width: 100%;
    overflow: hidden;
  }
  section.gfxsp-regional-section h2 {
    margin: 0 0 80px 0;
    padding: 0 0 0 0;
    text-align: center;
    line-height: 1.4em;
    font-size: 39px;
    color: #000000;
  }
  section.gfxsp-regional-section .list {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 92%;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  section.gfxsp-regional-section .list .item {
    margin: 0 0 75px 0;
    padding: 0 0 0 0;
    width: 46.54%;
    max-width: 512px;
  }
  section.gfxsp-regional-section .list .item .image {
    margin: 0 0 25px 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 342px;
    display: table;
  }
  section.gfxsp-regional-section .list .item .image.h02 {
    height: 350px;
  }
  section.gfxsp-regional-section .list .item .image a {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
  section.gfxsp-regional-section .list .item .image a img {
    margin: auto;
    padding: 0 0 0 0;
    width: auto;
    max-width: 512px;
    height: auto;
    max-height: 342px;
  }
  section.gfxsp-regional-section .list .item .image.h02 a img {
    max-height: 350px;
  }
  section.gfxsp-regional-section .list .item .tit {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 26px;
    color: #000000;
    text-align: center;
  }
  section.gfxsp-regional-section .list .item .name {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 18px;
    color: #000000;
    text-align: center;
  }
  section.gfxsp-regional-section .list .item .link {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    display: table;
  }
  section.gfxsp-regional-section .list .item .link a {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 48px;
    line-height: 1.4em;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    color: #000000;
    border: 1px solid #000000;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
  }
  section.gfxsp-regional-section .list .item .link a:before {
    margin: 0 8px 0 0;
    padding: 0 0 0 0;
    width: 9px;
    height: 9px;
    line-height: 9px;
    content: '';
    background: url('../img/arrow_02.svg') no-repeat center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
  }
  section.gfxsp-award-section {
    margin: 0 0 0 0;
    padding: 75px 0 5px 0;
    width: 100%;
    background: #000000;
    overflow: hidden;
  }
  section.gfxsp-award-section h2 {
    margin: 0 0 80px 0;
    padding: 0 0 0 0;
    text-align: center;
    line-height: 1.4em;
    font-size: 40px;
    color: #ffffff;
  }
  section.gfxsp-award-section .item {
    margin: 0 auto 40px;
    padding: 0 0 0 0;
    width: 92%;
    max-width: 1100px;
    text-align: left;
    overflow: hidden;
  }
  section.gfxsp-award-section .item .tit {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 23px;
    color: #ffffff;
  }
  section.gfxsp-award-section .item .detail {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  section.gfxsp-award-section .item .detail .left {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 64.54%;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  section.gfxsp-award-section .item .detail .left .image {
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    width: 73.8%;
  }
  section.gfxsp-award-section .item .detail .left .person {
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    width: 23.66%;
  }
  section.gfxsp-award-section .item .detail .left .person p {
    margin: 0 0 0 0;
    padding: 5px 0 0 0;
    line-height: 1.4em;
    font-size: 20px;
    color: #ffffff;
  }
  section.gfxsp-award-section .item .detail .left .link {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 48px;
    display: table;
  }
  section.gfxsp-award-section .item .detail .left .link a {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 48px;
    line-height: 1.4em;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
  }
  section.gfxsp-award-section .item .detail .left .link a:before {
    margin: 0 8px 0 0;
    padding: 0 0 0 0;
    width: 9px;
    height: 9px;
    line-height: 9px;
    content: '';
    background: url('../img/arrow_01.svg') no-repeat center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
  }

  section.gfxsp-award-section .item .detail .right {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 33.63%;
  }
  section.gfxsp-award-section .item .detail .right .cell {
    margin: 0 0 0 0;
    padding: 0 0 18px 0;
    background: #323232;
    position: relative;
  }
  section.gfxsp-award-section .item .detail .right .cell .label {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
    line-height: 1.4em;
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    top: -0.7em;
    left: 22px;
  }
  section.gfxsp-award-section .item .detail .right .cell .description {
    margin: 0 25px 8px 22px;
    padding: 20px 0 35px 0;
    text-align: left;
    /* background: url("../img/description_back_01.png") no-repeat center bottom; */
  }
  section.gfxsp-award-section .item .detail .right .cell .description p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.8em;
    font-size: 14px;

    color: #ffffff;
  }
  section.gfxsp-award-section .item .detail .right .cell .person {
    margin: 0 0 0 22px;
    padding: 0 0 0 0;
    display: table;
  }
  section.gfxsp-award-section .item .detail .right .cell .person .image {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 128px;
    display: table-cell;
    vertical-align: bottom;
  }
  section.gfxsp-award-section .item .detail .right .cell .person .name {
    margin: 0 0 0 0;
    padding: 0 0 0 18px;
    line-height: 1.4em;
    font-size: 17px;
    color: #ffffff;
    display: table-cell;
    vertical-align: bottom;
  }
}

@media (max-width: 768px) {
  .activity-title,
  .activity-introduction,
  .activity-introduction .content,
  .GFX-works,
  .entry-process,
  .prizes-honors .content {
    margin-bottom: 50px;
  }
  .activity-name {
    font-size: 36px;
  }
  /* .activity-info p {
		font-size: 20px;
	} */
  .activity-en {
    font-size: 14px;
  }
  .activity-introduction .introl {
    font-size: 20px;
    line-height: 1.5;
  }
  .recruitment-invitation .content {
    align-items: flex-start;
  }
  .prizes-honors .content .introl {
    font-size: 20px;
    padding-left: 20px;
  }
  .recruitment-invitation .content .introl p {
    margin-bottom: 5px;
  }
  .recruitment-invitation .content .img {
    flex: 0 1 400px;
  }
  .recruitment-invitation .content .introl {
    flex: 0 1 570px;
    font-size: 20px;
    line-height: 1.4;
    padding-right: 20px;
  }
  .GFX-works .swiper-slide {
    height: 400px;
  }
  .GFX-works .swiper-slide .title {
    font-size: 28px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .GFX-works .swiper-button-next {
    right: calc(25% - 30px);
    display: none;
  }
  .GFX-works .swiper-button-prev {
    left: calc(25% - 30px);
    display: none;
  }
  .project-review {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .project-review .title {
    margin-bottom: 40px;
  }
  .works-layer .works-img {
    display: none;
  }
  .works-layer .works-desc {
    flex: 0 0 100%;
    padding-left: 0;
  }
  .works-layer .other-info .s-title {
    font-size: 24px;
  }
  .works-layer .other-info .info-item {
    font-size: 20px;
  }
  #footer .inner {
    padding: 20px 16px;
  }
  #footer .inner a {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .mobile {
    display: block;
  }
  .pc {
    display: none;
  }
  .com-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .activity-title,
  .activity-introduction,
  .GFX-works,
  .entry-process,
  .prizes-honors .content {
    margin-bottom: 40px;
  }
  .mobile-title {
    display: block;
  }
  .activity-title {
    padding: 0;
  }
  /* .activity-info p {
		font-size: 16px;
	} */
  .activity-name {
    font-size: 26px;
    line-height: 1.4;
    margin: 0 auto;
  }
  .activity-en {
    font-size: 12px;
    line-height: 1.4;
    margin: 0 auto;
  }
  .activity-introduction .content {
    display: block;
    margin-bottom: 15px;
  }
  .activity-introduction .img {
    margin-bottom: 15px;
  }
  .activity-introduction .introl {
    padding-left: 0;
    font-size: 16px;
    text-align: justify;
  }
  .recruitment-invitation .content {
    flex-direction: column-reverse;
  }
  .recruitment-invitation .content .img {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .recruitment-invitation .content .introl {
    flex: 0 0 100%;
    padding-right: 0;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .recruitment-invitation .content .introl p {
    padding-left: 15px;
    font-size: 16px;
  }
  .recruitment-invitation .content .introl p::before {
    width: 5px;
    height: 5px;
    top: 12px;
  }
  .recruitment-invitation .content .project-cooperation::after {
    width: 100%;
  }
  .recruitment-invitation .content .introl .split {
    display: inline;
  }
  .prizes-honors .content {
    flex-direction: column;
  }

  .prizes-honors .content .introl {
    flex: 0 0 100%;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .prizes-honors .content .period {
    margin-bottom: 15px;
  }
  .prizes-honors .content .period h6,
  .recruitment-invitation .content .period h6 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .prizes-honors .content .period p {
    font-size: 16px;
  }
  .prizes-honors .content .img {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .entry-process .process-list {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }
  .entry-process .process-list .list-item {
    flex: 0 0 33.33%;
    padding: 0 10px;
    margin: 0 0 15px;
  }
  .GFX-works {
    padding: 0 15px;
  }
  .GFX-works .swiper-slide {
    height: auto;
    width: 100%;
  }
  .GFX-works .swiper-slide img {
    height: auto;
    width: 100%;
  }
  .GFX-works .swiper-slide .title {
    left: 10px;
    font-size: 22px;
    line-height: 36px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .GFX-works .swiper-slide .title::after {
    display: none;
  }
  .GFX-works .swiper-button-prev {
    left: 10px;
    background-size: 14px 22px;
    display: none;
  }
  .GFX-works .swiper-button-next {
    right: 10px;
    background-size: 14px 22px;
    display: none;
  }
  .purpose .title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .purpose .equity {
    margin-top: 20px;
    display: block;
  }
  .purpose .equity span,
  .purpose .obligation span {
    white-space: nowrap;
  }
  .purpose .obligation {
    margin: 20px 0;
    display: block;
  }
  .project-review {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .project-review .title {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .project-review .footer {
    margin-top: 20px;
  }
  .works-layer .photographer {
    display: block;
  }
  .works-layer .head-portrait {
    width: 120px;
    margin: 0 auto 15px;
  }
  .activity-date .time {
    font-size: 26px;
  }
  .activity-date .buttons .button {
    font-size: 18px;
  }
  .activity-date .buttons img {
    width: 24px;
    margin-right: 5px;
  }
  .upload-data-layer {
    display: block;
    padding: 20px;
  }
  .upload-data-layer .button {
    margin: 10px auto;
  }
  #footer .inner a {
    font-size: 16px;
  }
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  section.gfxsp-intro-section .box {
    padding: 8.18vw 4.54vw 5.45vw 4.54vw;
  }
}
