@charset "UTF-8";

/* ----------------------------------------------------------------

    01. Normalize

----------------------------------------------------------------- */
/* ----------------------------------------------------------------
    Reset
----------------------------------------------------------------- */

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: 16px;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
    -webkit-text-size-adjust: 100%;
}

/* ----------------------------------------------------------------

    02. header

----------------------------------------------------------------- */
header {
    max-width: 1000px;
    margin: 0 auto;
}
h1 {
    display: none;
}
header img.logo {
    width: 120px;
    margin-top: 5px;
}

/* ----------------------------------------------------------------

    03. keyVisual

----------------------------------------------------------------- */
.keyV {
    text-align: center;
  background-image: url(/csr/photocontestvn/img/common/bg.png);
  background-repeat: repeat-x;
}

/* ----------------------------------------------------------------

    04. main

----------------------------------------------------------------- */
main {
  max-width: 1000px;
  margin: 0 auto;
    line-height: 1.6;
    color: #292929;
    font-size: 20px;
    font-family: "Times New Roman","メイリオ", "Meiryo","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;;
}
.contents_group {
    max-width: 1000px;
    padding-top:30px;
    margin: 0 auto;
}
.padding {
    padding: 30px 10px;
}
.bold {
    font-weight: 700;
}
h2 {
    width: 100%;
    margin-bottom: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #FFF;
    background-color: #ff7e00;
}
.center {
    text-align: center;
}

/* ----------------------------------------------------------------
    テーマ
----------------------------------------------------------------- */
.thema_group {
  background-image: url(/csr/photocontestvn/img/common/icon-camera.png);
  background-repeat: no-repeat;
  /* background-size: 15%; */
  background-position: top 10px left 85%;
}
.theme {
    font-size: 23px;
    font-weight: 700;
}
.camera {
    position: relative;
    top: -40px;
    left: 800px;
}
.theme_text {
    margin-top: 70px;
    padding: 0 70px 0;
    color: #565656;
}
.theme_text span {
    color: #ff0000;
}

/* ----------------------------------------------------------------
    入賞作品
----------------------------------------------------------------- */
.text {
    text-align: center;
    margin: 40px 0 80px;
    padding: 0 10px;
}

.ranking {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

#rankFirst .ranking{
    font-size: 44px;
}

#rankSecond .ranking{
    font-size: 40px;
}

#rankThird .ranking,
#rankFourth .ranking,
#rankFifth .ranking,
#rankSixth .ranking{
    font-size: 38px;
}

#rankFourth,
#rankFifth,
#rankSixth{
    margin-bottom: 60px;
}

#rankFirst p,
#rankSecond p,
#rankThird p{
    font-size: 18px;
}

#rankFourth p,
#rankFifth p,
#rankSixth p{
    font-size: 15px;
}

.photo {
    margin-bottom: 25px;
}

.one{
    margin-bottom: 90px;
    padding: 0 10px;
}

.one .photoSize {
    width: 750px;
    height: 500px;
    display: block;
    margin: auto;
    position: relative;
}

.one .photoSize img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

.photo figcaption {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin: 10px 0 20px;
}

#rankFourth .photo figcaption,
#rankFifth .photo figcaption,
#rankSixth .photo figcaption{
    font-size: 21px;
}

.photoGroup {
    letter-spacing: -.4em;
    padding: 0 10px;
}

.oneHalf {
    width: 460px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin: 0 60px 80px 0;
}

.oneHalf .photoSize {
    width: 460px;
    height: 306px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;/*IE11崩れ解消*/
}

.oneThird {
    width: 290px;
    min-height: 320px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin: 0 50px 30px 0;
    border-bottom: 2px dotted #ddd;
}

.oneThird .photoSize {
    width: 290px;
    height: 193px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;/*IE11崩れ解消*/
}

.oneHalf:nth-child(2n+2),
.oneThird:nth-child(3n+3) {
    margin-right: 0;
}

.oneHalf .photoSize img,
.oneThird .photoSize img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    /*IE11崩れ解消*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* ----------------------------------------------------------------
    modal
----------------------------------------------------------------- */
.none{
    display: none;
}

.modalImg p{
    color: #fff;
    margin: 10px;
    line-height: 1.6;
}

.modalImg img {
    width: auto;
    height: auto;
    max-width: 850px;
    max-height: 650px;
    display: block;
    margin: auto;
}

/* ----------------------------------------------------------------
    写真のhover
----------------------------------------------------------------- */
.overlay {
    background: url(/csr/photocontestvn/img/common/pic-overlay.png) no-repeat 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: opacity .3s linear;
    width: 65px;
    height: 57px;
}

.modal:hover{
    cursor: pointer;
}

.modal:hover .overlay {
    opacity: 1;
    transition: opacity .3s linear;
}

.modal:hover img {
    opacity: 0.5;
    transition: opacity .3s linear;
}

/* ----------------------------------------------------------------
    アコーディオン
----------------------------------------------------------------- */
.acdCheck{
    display: none;
}
.acdLabel{
    background: #ff7e00;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    display: block;
    margin-bottom: 40px;
    padding: 5px 0 5px 30px;
    text-align: center;
    cursor: pointer;
}
.acdContent{
    height: 0;
    opacity: 0;
    transition: 0.8s;
    overflow: hidden;
}
.acdLabel:after{
    content: '';
    width: 25px;
    height: 16px;
    display: inline-block;
    background: url(/csr/photocontestvn/img/common/arrow-acd.png) center center / 25px 16px no-repeat;
    padding-left: 30px;
    vertical-align: baseline;
}
.acdCheck:checked + .acdLabel:after{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.acdCheck:checked + .acdLabel + .acdContent{
    height: auto;
    opacity: 1;
}

/* ----------------------------------------------------------------
    審査基準
----------------------------------------------------------------- */
.examination {
    color: #fa9908;
    font-size: 23px;
    font-weight: 700;
}
.margin_top {
    margin-top: 40px;
}
.deadline {
    color: #ff0000;
    font-size: 23px;
    font-weight: 700;
}

/* ----------------------------------------------------------------
    応募方法
----------------------------------------------------------------- */
ul.method {
    margin-top: 5px;
}
ul.method li {
    padding-left: 1em;
  text-indent: -1em;
    list-style: none;
    font-size: 17px;
}
ul.notes li {
    padding-left: 1em;
    text-indent: -1em;
    list-style: none;
}

/* ----------------------------------------------------------------
    シリウス
----------------------------------------------------------------- */
.sirius {
    margin-top: 10px;
    font-size: 20px;
    color: #b9b9b9;
}
.sirius a {
    color: #595959;
}
.address {
    margin-top: 50px;
    margin-bottom: 20px;
}
.address_jp{
    font-size: 19px;
}
a:visited {
    color: #595959;
}

/* ----------------------------------------------------------------
    審査
----------------------------------------------------------------- */
.examination_center {
    text-align: center;
}

/* ----------------------------------------------------------------
     賞・賞品
----------------------------------------------------------------- */
.rank{
    width: 100%;
    padding: 30px 135px;
    border: 1px solid #a3a3a3;
    border-radius: 5px;
    box-shadow: 0 0 8px #b4b1b1;
    font-size: 22px;
}
.hr_style {
    width: 80%;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #9c9c9c;
}
.sp_br {
    display: none;
}
/* 1位 */
.first_group{
    position: relative;
}
.first {
    font-size: 44px;
}
.first_number{
    margin-right: 115px;
}
.first_money {
    font-size: 60px;
}
/* 2位 */
.second_group > img{
    margin: 0 5px;
}
.second {
    font-size: 38px;
}
.second_number{
    margin-right: 170px;
}
.second_money {
    font-size: 48px;
}
/* 3位 */
.third_group > img{
    margin: 0 5px;
}
.third {
    font-size: 38px;
}
.third_number{
    margin-right: 185px;
}
.third_money {
    font-size: 48px;
}
/* 4位・5位・6位 */
.fourth_group,.fifth_group,.sixth_group {
    line-height: 1.8;
    margin-left: 70px;
}
.fourth,.fifth {
    font-size: 30px;
}
.fourth_number,.fifth_number{
    margin-right: 190px;
}
.sixth{
    font-size: 30px;
}
.sixth_number{
    margin-right: 40px;
}
.fourth_money,.fifth_money,.sixth_money {
    font-size: 34px;
}

/* ----------------------------------------------------------------
     応募ボタン
----------------------------------------------------------------- */
.entry_btn {
    margin-top: 70px;
    margin-bottom: 70px;
}
.entry_btn a:hover {
    opacity: 0.9;
}

/* ----------------------------------------------------------------
     ページトップボタン
----------------------------------------------------------------- */
.page-top {
    position: fixed;
  z-index: 500;
  bottom: 50px;
  right: 40px;
}

/* ----------------------------------------------------------------
     フッター
----------------------------------------------------------------- */
footer .facebook_bnr {
    margin-bottom: 20px;
  text-align: center;
}
footer .facebook_bnr .facebook_bnr_sp {
  display:none;
}
footer .SNSarea {
  text-align: center;
}
.mr20 {
  margin-right: 20px;
}
footer .copyright {
  width: 100%;
    margin-top: 70px;
  background: url(/csr/photocontestvn/img/common/bg-footer.png) repeat-x;
}
footer .copyright p {
    width: 100%;
    margin-left: -3px;
    line-height: 40px;
    color: #fa9908;
    font-size: 14px;
    font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;;
    text-align: center;
    text-shadow: 0 0 5px #FFF;
}
