@charset "UTF-8";
/* ================================================================
	PHOTO GRAND PRIX
	2020.07.31
  レスポンシブ対応
================================================================ */
@media only screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .print_contents {
    padding: 0 15px 40px;
  }
  .contents_box .bumon_title,
  .contents_box .info_title {
    font-weight: bold;
    font-size: 4.4vw;
  }
  /*フォトグランプリTOP
---------------------------------------------------*/
  .topMain {
    width: 100%;
    margin-bottom: 10px;
  }
  .topMain h1 img {
    width: 100%;
  }
  #topContainer {
    font-size: 100%;
  }
  #topContainer img {
    max-width: 100%;
  }
  .pastGroup01Wrap_ttl {
    font-size: 4.8vw;
    text-align: center;
  }
  .topBox01 .topBox01_Gpicon {
    display: block;
    margin: 0 auto 5vw;
  }
  .topBox01 .topBox01_Gpttl {
    font-size: 6.52vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    max-width: 56.71vw;
    margin: 0 auto 5vw;
    background: url(/katsuyou/photo/epg/images/gp_title_line_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left 80%;
  }
  .topBox01 .topBox01_Gpname {
    margin: 0 auto 5vw;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
  }
  .pastGroup01Wrap .btn_product_pdf {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
  }
.btn_product_pdf .btn_product_pdf:hover{
  color:#fff;
  text-decoration: none;
  }
  .btn_product_pdf .btn_product_pdf-black {
    width: inherit;
    box-sizing: border-box;
    background: linear-gradient(to bottom right, #3d3938, #241917);
    color: #fff;
    box-sizing: border-box;
    display: block;
    padding: 3%;
    font-size: 18px;
    font-weight: bold;
  }
  .pastGroup01Wrap .btn_product_pdf span {
    font-size: 14px;
  }
  .pastGroup01Wrap .btn_product_pdf img {
    vertical-align: middle;
  }
  .btn_product_pdf-black:hover,
  .btn_product_pdf-black:visited {
    color: #fff;
    text-decoration: none;
  }
  .topBox04 {
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .topBox04 h2 {
    font-size: 4.0vw;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px solid #000;
    margin: 0 0 15px;
    padding: 0 0 5px;
  }
  .topNews {
    font-size: 3.5vw;
    margin-bottom: 30px;
  }
  .topNews dl {
    border-bottom: 1px dotted #3c3c3c;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .topNews dl:last-child {
    border: none;
    margin-bottom: 15px;
    padding-bottom: 0px;
  }
  .mu-to-privacy {
    font-size: 3.5vw;
    text-align: right;
  }
  .mu-to-privacy__link {
    display: inline-block;
    position: relative;
    padding-left: 20px;
  }
  .mu-to-privacy__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url(/common/images/ico_link_01.gif);
    background-repeat: no-repeat;
  }
  /*応募要項
---------------------------------------------------*/
  .print_contents {
    padding: 0 15px 40px;
  }
  .boxwrap {
    margin: 2.3vw 0 0 0;
  }
  .boxwrap .info_box,
  .boxwrap .info_box2 {
    font-size: 3.5vw;
    padding: 2.5vw 0;
  }
  .boxwrap .info_box p,
  .boxwrap .info_box2 p {
    line-height: 1.5em;
  }
  .boxjudge {
    display: flex;
    justify-content: center;
    font-size: 2.8vw;
  }
  .boxjudge + h3.musp {
    text-align: center;
  }
  .lastyear_img {
    text-align: center;
    margin: 0 auto 15px;
  }
  .lastyear_img img {
    width: 100%;
  }
  .lastyear_txt h3 {
    font-size: 4.0vw;
    margin-bottom: 10px;
  }
  .lastyear_txt h3 span {
    font-size: 5.5vw;
  }
  .lastyear_txt p span {
    font-size: 0.9rem;
    line-height: 140%;
  }
  table.info {
    width: 100%;
    border-collapse: collapse;
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
    font-size: 3.5vw;
  }
  table.info th {
    padding: 10px 0;
    font-weight: normal;
    vertical-align: middle;
    border: 1px solid #999;
    background-color: #f0f0f0;
    text-align: center;
  }
  table.info th:first-of-type {
    width: 35%;
  }
  table.info th:nth-of-type(2) {
    width: 25%;
  }
  table.info th:last-of-type {
    width: 50%;
  }
  table.info td {
    padding: 10px 0;
    vertical-align: middle;
    border: 1px solid #999;
    text-align: center;
  }
  /*よくある質問
---------------------------------------------------*/
  .method {
    margin: 2.3vw 0 0 0;
  }
  .method img {
    max-width: 100%;
    height: auto;
  }
  .method p span.title {
    display: block;
    font-size: 3.5vw;
    line-height: 1.5em;
    margin-bottom: 1.5vw;
  }
  .method h3 {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 4.0vw;
    font-weight: bold;
    line-height: 40px;
    text-align: left;
  }
  .method h4 {
    width: 98%;
    margin: 0 0 10px 0;
    font-size: 4.0vw;
    font-weight: normal;
    line-height: 30px;
    text-align: left;
    border: 1px solid #666;
    margin-top: 15px;
    padding: 1%;
  }
  .method a:link {
    color: #005ab4;
  }
  .method a:hover {
    color: #FF3300;
  }
  .methodBox01 {
    font-size: 3.5vw;
    margin-bottom: 25px;
  }
  .methodBox01 p {
    line-height: 1.5em;
    padding: 0 0 3.5vw;
  }
  /*過去の入賞作品ページ
---------------------------------------------------*/
  .pastTit {
    margin-bottom: 20px;
  }
  .pastTit h2 {
    font-size: 5.2vw;
    letter-spacing: 3px;
    margin: 0 0 30px;
  }
  .pastTit ul {
    padding-top: 10px;
  }
  .pastTit li {
    margin-right: 2em;
    float: left;
  }
  .pastGroup01Wrap {
    padding: 0 15px;
    margin-bottom: 50px;
  }
  .pastGroup01 {
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .pastGroup01 h3 {
    font-size: 4.2vw;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .pastGroup01_1 {
    margin-bottom: 5px;
  }
  .pastGroup01_2 {
    box-sizing: border-box;
    width: 49%;
  }
  .pastGroup01_2:nth-of-type(1),
  .pastGroup01_2:nth-of-type(3) {
    margin-left: 1%;
  }
  .pastGroup01_2:nth-of-type(2),
  .pastGroup01_2:nth-of-type(4) {
    margin-right: 1%;
  }
  .pastGroup01_2:nth-of-type(2),
  .pastGroup01_2:nth-of-type(3) {
    margin-bottom: 5px;
  }
  .pastGroup01_2:nth-of-type(5) {
    margin-left: 1%;
  }
  .pastGroup01_1 img,
  .pastGroup01_2 img {
    width: 100%;
  }
  .muBtn_set {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
  }
  .muBtn_set2 {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
  }
  .muBtn01 {
    width: 94%;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 145%;
    text-align: center;
    background-color: #00a9d9;
    margin: 0 auto;
    padding: 3%;
    display: block;
  }
  .muBtn01 span {
    font-size: 14px;
  }
  .muBtn01 img {
    vertical-align: middle;
  }
  .muBtn01:link,
  .muBtn01:visited {
    color: #fff;
    text-decoration: none;
  }
  .pastGroup01_btn_dl {
    display: inline-block;
    background: linear-gradient(to bottom right, #3d3938, #241917);
  }
}
/*PC
768px 以上～
------------------------------------------------------------------------------------------------------------------*/
@media print,
screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  #epgp #contents {
    font-size: 100%;
  }
  #epgp #contents_inner {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }
  .bumon_title {
    font-size: 25px;
    line-height: 80px;
    font-weight: bold;
    width: 100%;
    height: 80px;
    margin: 0 0 30px 0;
    text-align: center;
    background-color: #e8ecf2;
    border-bottom: dotted #194980 1px;
    background-image: none;
  }
  .info_title {
    display: block;
    font-size: 23px;
    line-height: 80px;
    font-weight: normal;
    width: 100%;
    height: 80px;
    text-align: center;
    background: url(/katsuyou/photo/epg/images/top/h2_bg.png) no-repeat;
  }
  /*フォトグランプリTOP
---------------------------------------------------*/
  .topMain {
    max-width: 1200px;
    margin: 0 auto 15px;
    height: 350px;
    position: relative;
  }
  .topMain img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
  }
  #topContainer {
    font-size: 100%;
  }
  .topBox01 {
    width: 940px;
    margin: 0 auto 30px;
  }
  .topBox01 .topBox01_Gpicon {
    display: block;
    margin: 0 auto 25px;
  }
  .topBox01 .topBox01_Gpttl {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    line-height: 1.00;
    width: 670px;
    margin: 0 auto 45px;
    padding: 0 0 0 0.3em;
    box-sizing: border-box;
    background-image: url(/katsuyou/photo/epg/images/gp_title_line.png);
    background-repeat: no-repeat;
    background-position: left bottom;
  }
  .topBox01 .topBox01_Gpname {
    font-size: 30px;
    margin-top: 45px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
  }
  .topBox04 {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .topBox04 h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px solid #000;
    margin: 0 0 30px;
    padding: 0 0 5px;
  }
  .topNews {
    margin-bottom: 40px;
  }
  .topNews dl {
    border-bottom: 1px dotted #3c3c3c;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .topNews dt {
    width: 110px;
    float: left;
  }
  .topNews dd {
    margin: 0 0 0 110px;
  }
  .mu-to-privacy {
    text-align: right;
  }
  .mu-to-privacy__link {
    display: inline-block;
    position: relative;
    padding-left: 20px;
  }
  .mu-to-privacy__link::before {
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url(/common/images/ico_link_01.gif);
    background-repeat: no-repeat;
  }
  #topContainer .print_contents .contents_box {
    padding: 0 10px;
  }
  /*応募要項
---------------------------------------------------*/
  .infoContainer {
    margin-bottom: 80px;
  }
  .boxwrap {
    margin: 0 0 50px 0;
  }
  .boxwrap .info_box,
  .boxwrap .info_box2 {
    margin: 60px 0 0 0;
    font-size: 15px;
  }
  .boxwrap .info_box2 {
    text-align: center;
  }
  .judgewrap {
    margin: 50px 0 50px 0;
  }
  .boxjudge {
    float: left;
    width: 200px;
    height: 260px;
    margin-bottom: 10px;
  }
  .judgewrap .info_box {
    float: left;
    width: 740px;
    height: 260px;
    margin-left: 20px;
    margin-top: 0px;
    display: block;
  }
  .judgewrap .info_box h3 {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 1px dotted #999;
    line-height: 40px;
    text-align: left;
  }
  .muBtnTxt01 {
    margin-left: 270px;
  }
  .lastyear_img {
    width: 320px;
    float: left;
  }
  .lastyear_txt {
    width: 610px;
    float: left;
    margin-left: 30px;
  }
  .lastyear_txt02 {
    width: 100%;
  }
  .lastyear_txt h3,
  .lastyear_txt02 h3 {
    font-size: 23px;
    padding-top: 10px;
    margin-bottom: 15px;
  }
  .lastyear_txt h3 span,
  .lastyear_txt02 h3 span {
    font-size: 30px;
  }
  .lastyear_txt p span,
  .lastyear_txt02 p span {
    font-size: 0.8rem;
  }
  table.info {
    width: 960px;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  table.info th {
    padding: 10px;
    font-weight: normal;
    vertical-align: middle;
    border: 1px solid #999;
    background-color: #f0f0f0;
    text-align: center;
  }
  table.info th:first-of-type {
    width: 20%;
  }
  table.info th:nth-of-type(2) {
    width: 15%;
  }
  table.info th:last-of-type {
    width: 65%;
  }
  table.info td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #999;
    text-align: center;
  }
  /*よくある質問
---------------------------------------------------*/
  .method {
    margin: 20px 0 30px;
  }
  .method p span.title {
    display: block;
    font-size: 18px;
    line-height: 40px;
  }
  .method h3 {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    text-align: left;
  }
  .method h4 {
    width: 98%;
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    text-align: left;
    border: 1px solid #666;
    margin-top: 15px;
    padding: 1%;
  }
  .method a:link {
    color: #005ab4;
  }
  .method a:hover {
    color: #FF3300;
  }
  .methodBox01 {
    margin-bottom: 25px;
  }
  .methodBox01 p {
    padding: 0 0 20px;
  }
  /*過去の入賞作品ページ
---------------------------------------------------*/
  .pastTit {
    margin-bottom: 20px;
  }
  .pastTit li {
    margin-right: 3em;
    float: left;
  }
  .pastGroup01 {
    width: 940px;
    margin: 0 auto 50px;
    position: relative;
  }
  .pastGroup01 h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .pastGroup01_1 {
    margin-bottom: 5px;
  }
  .pastGroup01_2 {
    margin-right: 4px;
    float: left;
  }
  .pastGroup01_2 a {
    width: 100%;
  }
  .pastGroup01_2 img {
    width: 100%;
    height: auto;
  }
  .pastGroup01_2:last-child {
    margin-right: 0px;
    float: left;
  }
  .gp-homepage-group__link {
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }
  .gp-homepage-group__link:hover {
    opacity: 0.6;
  }
  .muBtn_set {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
  }
  .muBtn_set2 {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
  .muBtn01 {
    width: 400px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 160%;
    text-align: center;
    background-color: #00a9d9;
    margin: 0 auto;
    padding: 20px;
    display: block;
  }
  .muBtn01 span {
    font-size: 14px;
  }
  .muBtn01 img {
    vertical-align: middle;
  }
  .muBtn01:link,
  .muBtn01:visited {
    color: #fff;
    text-decoration: none;
  }
  .muBtn01:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.5;
  }
  /* ------ */
  .topMain {
    height: inherit;
  }
  .topMain img {
    width: 100% !important;
    position: inherit !important;
    margin-left: inherit !important;
    max-width: 1500px;
  }
  .pastGroup01Wrap {
    width: 950px;
    margin: 0 auto 80px;
  }
  .pastGroup01Wrap_ttl {
    font-size: 26px;
    margin-bottom: 10px;
    text-align: center;
  }
  .btn_product_pdf {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
  }
  .btn_product_pdf .btn_product_pdf-black {
    display: block;
    width: 500px;
    margin: 0 auto;
    padding: 20px;
    line-height: 160%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(to bottom right, #3d3938, #241917);
    color: #fff;
  }
  .btn_product_pdf-black:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.5;
  }
    .btn_product_pdf .btn_product_pdf-black img{
    vertical-align: middle;
    }
  /* ::::::::::::: adobe_include用 ::::::::::::: */
  div #get_adobe {
    margin: 10px auto;
    padding: 15px;
    border: solid 1px #ccc;
  }
}
/* モバイル・sp ━━━━━━━━━━━━━━━━━━ */
@media only screen and (max-width:767px) {
  div #get_adobe div.flR {
    width: 100%;
    text-align: left;
    float: none;
  }
  div #get_adobe div.flL {
    width: 100%;
    text-align: left;
    float: none;
  }
  div #get_adobe p {
    word-break: normal;
  }
}
/* ::::::::::::: adobe_include用 ::::::::::::: */
/*結果発表用*/
.muBtn01.black_btn {
  background: -moz-linear-gradient(top left, #3d3938, #241917);
  background: -webkit-linear-gradient(top left, #3d3938, #241917);
  background: linear-gradient(to bottom right, #3d3938, #241917);
  width: 500px;
}
.icon_crown {
  padding-bottom: 15px;
}
@media only screen and (max-width:767px) {
  .muBtn01.black_btn {
    width: calc(100% - 30px);
  }
}
/* ::::::::::::: 作品集 ::::::::::::: */
.work-lists {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 111px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width:767px) {
  .work-lists {
    max-width: calc(696 / 767 * 100vw);
    margin-bottom: calc(111 / 767 * 100vw);
  }
}
.work-list {
  width: 100%;
}
.work-list:first-child {
  margin-bottom: 7px;
}
@media only screen and (max-width:767px) {
  .work-list:first-child {
    margin-bottom: calc(10 / 767 * 100vw);
  }
}
.work-list:nth-child(n + 2) {
  max-width: 232px;
  margin-right: 4px;
}
@media only screen and (max-width:767px) {
  .work-list:nth-child(n + 2) {
    max-width: calc(343 / 767 * 100vw);
    margin-right: 0;
  }
  .work-list:nth-child(2n + 2) {
    margin-right: calc(10 / 767 * 100vw);
  }
  .work-list:nth-child(n + 4) {
    margin-top: calc(10 / 767 * 100vw);
  }
}
.work-list:last-child {
  margin-right: 0;
}
.work-list a {
  display: block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.work-list a:hover {
  opacity: 0.6;
}
.work-list a img {
  max-width: 100%;
}
/* ::::::::::::: adobe ::::::::::::: */
.gp-adobe-wrap {
  width: 100%;
  max-width: 960px;
  margin: 90px auto;
}
@media only screen and (max-width:767px) {
  .gp-adobe-wrap {
    width: calc(100% - 30px);
    margin: calc(90 / 767 * 100vw) auto;
  }
}
/* ::::::::::::: ダウンロードボタン調整 ::::::::::::: */
@media only screen and (max-width:767px) {
  .btn-gp-2021 {
    box-sizing: border-box;
  }
}