@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* 共通 */
body {
  background-color: #fff;
  font-family: helvetica, arial, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

sub {
  font-size: 0.5em; }

.movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 10px 0 30px; }

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*.pc2020 {
	font-family: "Mplus 1p";
}*/
@media screen and (min-width: 769px) {
  .pc2020 {
    background: #fff; }
  .pc2020-kv {
    background: url(../img/header.jpg) center top no-repeat;
    background-size: cover;
    padding: 150px 0; }
    .pc2020-kv .pc2020-kv__textwrap {
      width: 60%;
      margin-left: 5%; }
      .pc2020-kv .pc2020-kv__textwrap .pc2020-kv__title {
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        text-shadow: 2px 2px 4px #000000;
        margin-bottom: 20px; }
        .pc2020-kv .pc2020-kv__textwrap .pc2020-kv__title span {
          letter-spacing: -0.1em; }
        .pc2020-kv .pc2020-kv__textwrap .pc2020-kv__title br {
          display: none; }
        .pc2020-kv .pc2020-kv__textwrap .pc2020-kv__title__sub {
          font-size: 20px; }
      .pc2020-kv .pc2020-kv__textwrap .pc2020-kv__copy {
        color: #fff;
        font-size: 19px;
        font-weight: bold;
        line-height: 2;
        text-align: center;
        text-shadow: 2px 2px 4px #000000; }
        .pc2020-kv .pc2020-kv__textwrap .pc2020-kv__copy__kanji {
          font-size: 32px;
          font-family: 游明朝体,serif;
          display: block; }
  #box_kv {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0; }
    #box_kv img {
      width: 100%; }
  .pc2020-guide {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px; }
    .pc2020-guide .main_txt {
      margin: 40px 0 30px; }
      .pc2020-guide .main_txt h1 {
        text-align: center;
        color: #333;
        font-size: 28px;
        font-weight: bold;
        line-height: 2; }
      .pc2020-guide .main_txt h2 {
        text-align: center;
        color: #333;
        font-size: 22px;
        padding-top: 1em;
        padding-bottom: 1em;
        line-height: 2; }
      .pc2020-guide .main_txt p {
        text-align: center;
        color: #333;
        font-size: 20px;
        line-height: 2; }
    .pc2020-guide .four_theme {
      width: 100%;
      margin: 20px 0 20px;
      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; }
      .pc2020-guide .four_theme__box {
        width: 23.5%; }
        .pc2020-guide .four_theme__box img {
          width: 100%;
          padding-top: 10px; }
        .pc2020-guide .four_theme__box__text {
          text-align: center;
          padding: 5px 0;
          color: #fff;
          margin-top: 5px;
          font-size: 18px;
          font-weight: bold; }
    .pc2020-guide .four_theme_under {
      width: 73%;
      margin: 20px auto 20px;
      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; }
      .pc2020-guide .four_theme_under__box {
        width: 31.5%; }
        .pc2020-guide .four_theme_under__box img {
          width: 100%;
          padding-top: 10px; }
        .pc2020-guide .four_theme_under__box__text {
          text-align: center;
          padding: 5px 0;
          color: #fff;
          margin-top: 5px;
          font-size: 18px;
          font-weight: bold; }
    .pc2020-guide .four_detail {
      margin: 40px 0 50px; }
      .pc2020-guide .four_detail p {
        font-size: 19px;
        color: #fff;
        text-align: center;
        line-height: 1.5; }
    .pc2020-guide .apply_detail {
      margin: 40px 0;
      padding: 30px;
      background-color: #5988b7; }
      .pc2020-guide .apply_detail dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
        padding-right: 20px; }
        .pc2020-guide .apply_detail dl dt {
          width: 15%;
          font-size: 21.5px;
          color: #fff;
          font-weight: bold;
          padding-bottom: 10px; }
        .pc2020-guide .apply_detail dl dd {
          width: 85%;
          font-size: 21.5px;
          color: #fff; }
          .pc2020-guide .apply_detail dl dd .small {
            font-size: 16px;
            line-height: 1.2; }
      .pc2020-guide .apply_detail h2 {
        font-size: 21.5px;
        padding: 20px;
        font-weight: bold;
        text-align: center;
        background-color: #3e4d68;
        color: #fff;
        margin-bottom: 30px; }
      .pc2020-guide .apply_detail__table {
        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;
        margin: 30px 0; }
        .pc2020-guide .apply_detail__table__text1 {
          width: 72%;
          padding: 0 20px;
          box-sizing: border-box; }
        .pc2020-guide .apply_detail__table__text2 {
          width: 52%;
          padding: 0 20px;
          box-sizing: border-box; }
        .pc2020-guide .apply_detail__table__text1 .text_b, .pc2020-guide .apply_detail__table__text2 .text_b {
          font-weight: bold;
          color: #fff;
          font-size: 18px;
          line-height: 1.5; }
          .pc2020-guide .apply_detail__table__text1 .text_b .text_y, .pc2020-guide .apply_detail__table__text2 .text_b .text_y {
            color: #ffe33f;
            font-size: 24px; }
        .pc2020-guide .apply_detail__table__text1 .text_n, .pc2020-guide .apply_detail__table__text2 .text_n {
          padding-top: 10px;
          color: #fff;
          font-size: 16px;
          line-height: 1.8; }
        .pc2020-guide .apply_detail__table__image1 {
          width: 8%; }
          .pc2020-guide .apply_detail__table__image1 img {
            width: 100%; }
        .pc2020-guide .apply_detail__table__image2 {
          width: 20%; }
          .pc2020-guide .apply_detail__table__image2 img {
            width: 100%; }
        .pc2020-guide .apply_detail__table__image3 {
          width: 40%; }
          .pc2020-guide .apply_detail__table__image3 img {
            width: 100%; }
          .pc2020-guide .apply_detail__table__image3 p {
            padding-top: 10px;
            color: #ffe33f;
            font-size: 14px;
            text-align: left;
            line-height: 1.5; }
      .pc2020-guide .apply_detail__caution {
        font-size: 18.5px;
        color: #ffe33f;
        border: 1px solid #ffe33f;
        padding: 20px;
        line-height: 1.5;
        text-align: left;
        margin-top: 30px; }
      .pc2020-guide .apply_detail .judge-content {
        margin: 20px auto;
        width: 75%; }
        .pc2020-guide .apply_detail .judge-content img {
          float: left;
          width: 130px;
          margin-right: 40px; }
        .pc2020-guide .apply_detail .judge-content p {
          font-size: 18px;
          line-height: 1.5;
          color: #fff; }
        .pc2020-guide .apply_detail .judge-content .name {
          font-weight: bold;
          font-size: 22px;
          padding: 15px 0 10px; }
  .pc2020-btn {
    width: 100%; }
    .pc2020-btn p {
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      background-color: #7f7f7f;
      padding: 25px;
      height: 100%;
      display: block;
      position: relative; }
    .pc2020-btn a {
      color: #595858;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      background-color: #ffe33f;
      padding: 25px;
      display: block;
      position: relative;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .pc2020-btn a:after {
        content: "▶";
        position: absolute;
        margin-left: 10px;
        font-size: 15px;
        top: 37%; }
      .pc2020-btn a:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -webkit-opacity: 0.7;
        opacity: 0.7;
        text-decoration: none; }
      .pc2020-btn a.entrybtn {
        color: #fff;
        background-color: #999999;
        margin-top: 30px; }
  .two-btn {
    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;
    margin-top: 30px; }
    .two-btn .pc2020-btn {
      width: 48.5%; }
  .insta_wrap {
    margin-top: 30px; }
    .insta_wrap a {
      background: #3e4d67;
      display: block;
      padding: 10px 0; }
      .insta_wrap a img {
        width: 70%;
        margin: 0 auto;
        display: block; }
  .photobook_wrap {
    margin-top: 30px; }
    .photobook_wrap a {
      display: block; }
      .photobook_wrap a img {
        width: 100%;
        margin: 0 auto; }
  #phcon_gallery_wrap .category-photocon2020 .content-bg p {
    color: #000; }
  #phcon_gallery h3 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center; }
  #phcon_gallery h4 {
    color: #fff; }
  .work .content {
    background-image: none; }
  .photocon-theme-lead .photocon-theme-tag {
    font-size: 1rem;
    line-height: 1.8;
    display: block;
    padding-top: 30px;
    text-align: center; }
  .photocon {
    background: #fff !important; } }

@media screen and (max-width: 768px) {
  #wrapper {
    position: relative;
    width: 100%;
    padding: 0;
    margin-top: -20px; }
  .pc2020 {
    margin-top: 20px;
    background-color: #fff; }
  .pc2020-kv {
    background: url(../img/header.jpg) right top repeat;
    background-size: cover;
    padding: 40px 0 40px; }
    .pc2020-kv__title {
      color: #fff;
      font-size: 36px;
      font-weight: bold;
      line-height: 1.4;
      text-align: center;
      letter-spacing: normal;
      text-shadow: 2px 2px 4px #000000;
      margin-bottom: 30px; }
      .pc2020-kv__title br {
        display: block; }
      .pc2020-kv__title__sub {
        font-size: 0.5em; }
    .pc2020-kv__copy {
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
      text-align: center;
      text-shadow: 2px 2px 4px #000000;
      padding: 0 10px; }
      .pc2020-kv__copy__kanji {
        font-size: 32px;
        font-family: 游明朝体,serif;
        display: block; }
  #box_kv {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0; }
    #box_kv img {
      width: 100%; }
  .pc2020-guide {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px; }
    .pc2020-guide .main_txt {
      margin: 50px 0 40px; }
      .pc2020-guide .main_txt h1 {
        text-align: center;
        color: #333;
        font-size: 16px;
        line-height: 2;
        font-weight: bold; }
      .pc2020-guide .main_txt h2 {
        text-align: center;
        color: #333;
        font-size: 12px;
        line-height: 2;
        padding-bottom: 1em; }
      .pc2020-guide .main_txt p {
        text-align: center;
        color: #333;
        font-size: 12px;
        line-height: 2; }
    .pc2020-guide .four_theme {
      width: 100%;
      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; }
      .pc2020-guide .four_theme__box {
        width: 48%; }
        .pc2020-guide .four_theme__box img {
          width: 100%;
          padding-top: 10px; }
        .pc2020-guide .four_theme__box__text {
          text-align: center;
          padding: 10px 0;
          color: #fff;
          margin-top: 5px;
          font-size: 18px; }
    .pc2020-guide .four_theme_under {
      width: 100%;
      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; }
      .pc2020-guide .four_theme_under__box {
        width: 48%; }
        .pc2020-guide .four_theme_under__box img {
          width: 100%;
          padding-top: 10px; }
        .pc2020-guide .four_theme_under__box__text {
          text-align: center;
          padding: 10px 0;
          color: #fff;
          margin-top: 5px;
          font-size: 18px; }
    .pc2020-guide .four_detail {
      margin: 30px 0 40px; }
      .pc2020-guide .four_detail p {
        font-size: 15px;
        color: #fff;
        text-align: center;
        line-height: 1.5;
        font-weight: bold; }
    .pc2020-guide .apply_detail {
      margin: 30px 0;
      padding: 30px;
      background-color: #5988b7; }
      .pc2020-guide .apply_detail dl {
        margin-bottom: 20px; }
        .pc2020-guide .apply_detail dl dt {
          font-size: 18px;
          padding-bottom: 10px;
          color: #fff;
          font-weight: bold;
          padding-bottom: 10px; }
        .pc2020-guide .apply_detail dl dd {
          font-size: 18px;
          color: #fff;
          line-height: 1.5; }
          .pc2020-guide .apply_detail dl dd .small {
            font-size: 14px;
            line-height: 1.2; }
      .pc2020-guide .apply_detail h2 {
        font-size: 21.5px;
        padding: 20px;
        font-weight: bold;
        text-align: center;
        background-color: #3e4d68;
        color: #fff;
        margin-bottom: 30px; }
      .pc2020-guide .apply_detail__table {
        margin: 20px 0; }
        .pc2020-guide .apply_detail__table__text1, .pc2020-guide .apply_detail__table__text2 {
          width: 100%; }
          .pc2020-guide .apply_detail__table__text1 .text_b, .pc2020-guide .apply_detail__table__text2 .text_b {
            font-weight: bold;
            color: #fff;
            font-size: 18px;
            line-height: 1.5; }
            .pc2020-guide .apply_detail__table__text1 .text_b .text_y, .pc2020-guide .apply_detail__table__text2 .text_b .text_y {
              color: #ffe33f;
              font-size: 24px; }
          .pc2020-guide .apply_detail__table__text1 .text_n, .pc2020-guide .apply_detail__table__text2 .text_n {
            padding-top: 10px;
            color: #fff;
            font-size: 16px;
            line-height: 1.8; }
        .pc2020-guide .apply_detail__table__image1 {
          width: 30%;
          margin: 0 auto 20px; }
          .pc2020-guide .apply_detail__table__image1 img {
            width: 100%; }
        .pc2020-guide .apply_detail__table__image2 {
          width: 100%;
          margin: 20px 0; }
          .pc2020-guide .apply_detail__table__image2 img {
            width: 100%; }
        .pc2020-guide .apply_detail__table__image3 {
          width: 100%;
          margin: 20px 0; }
          .pc2020-guide .apply_detail__table__image3 img {
            width: 100%; }
          .pc2020-guide .apply_detail__table__image3 p {
            padding-top: 10px;
            color: #ffe33f;
            font-size: 14px;
            text-align: left;
            line-height: 1.5; }
      .pc2020-guide .apply_detail__caution {
        font-size: 16px;
        color: #ffe33f;
        border: 1px solid #ffe33f;
        padding: 20px;
        line-height: 1.5;
        text-align: center;
        margin-top: 20px; }
      .pc2020-guide .apply_detail .judge-content {
        margin-top: 20px; }
        .pc2020-guide .apply_detail .judge-content img {
          width: 40%;
          margin: 0 auto;
          display: block;
          margin-bottom: 20px; }
        .pc2020-guide .apply_detail .judge-content p {
          font-size: 16px;
          line-height: 18px;
          color: #fff; }
        .pc2020-guide .apply_detail .judge-content .name {
          font-weight: bold;
          font-size: 18px;
          padding: 0 0 10px; }
  .pc2020-btn {
    width: 100%; }
    .pc2020-btn p {
      color: #fff;
      font-size: 13px;
      font-weight: bold;
      text-align: center;
      background-color: #7f7f7f;
      padding: 25px;
      height: 100%;
      display: block;
      position: relative; }
    .pc2020-btn a {
      color: #595858;
      font-size: 13px;
      font-weight: bold;
      text-align: center;
      background-color: #ffe33f;
      padding: 25px;
      height: 100%;
      display: block;
      position: relative;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .pc2020-btn a:after {
        content: "▶";
        position: absolute;
        margin-left: 10px;
        font-size: 12px;
        top: 41%; }
      .pc2020-btn a:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -webkit-opacity: 0.7;
        opacity: 0.7; }
      .pc2020-btn a.entrybtn {
        color: #fff;
        background-color: #999999;
        margin-top: 30px; }
  .two-btn .pc2020-btn {
    margin-top: 30px; }
  .insta_wrap {
    margin-top: 30px; }
    .insta_wrap a {
      background: #3e4d67;
      display: block;
      padding: 10px 0; }
      .insta_wrap a img {
        width: 85%;
        margin: 0 auto;
        display: block; }
  .photobook_wrap {
    margin-top: 30px; }
    .photobook_wrap a {
      display: block; }
      .photobook_wrap a img {
        width: 100%;
        margin: 0 auto; }
  #phcon_gallery_wrap .category-photocon2020 .content-bg p {
    color: #000; }
  #phcon_gallery h3 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center; }
  #phcon_gallery h4 {
    color: #fff; }
  .work .content {
    background-image: none; }
  .photocon-theme-lead .photocon-theme-tag {
    font-size: 0.8rem;
    line-height: 1.8;
    display: block;
    padding-top: 20px;
    text-align: center; }
  .photocon {
    background: #fff !important; } }

@media screen and (max-width: 1160px) {
  .two-btn .pc2020-btn a:after {
    right: 4%; } }
