/* common.cssから引用 */

html {
    font-size: 18px;
}
article {
    color: #000;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-weight: 600;
    line-height: 1.8em;
    text-align: center;
    
}
.content-wrapper {
    max-width: 1200px; 
    margin: 0 auto;
}
li {
    font-weight: 300;
}

.pc-only {display: block !important;}
.sp-only {display: none !important;}
@media only screen and (max-width: 750px) {
    .pc-only {display: none !important;}
    .sp-only {display: block !important;}
}
@media (max-width:750px){
    .sp-none  {
        display: inline;
    }
    .content-wrapper {
        margin-top: 10vh;
    }
    
}



.firstview img {
    width: 100%;
    vertical-align: top;
}
/* 結果発表追加 */
.section-result-announcement { 
    background-image: url(../images/background_confetti.jpg);
    background-size: contain;
    padding: 80px 24px;
}
.section-result-announcement_heading {
    width: 80%;
    margin-bottom: 40px;
}
.section-result-announcement_thankyou {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 40px;
}
.result-announcement_p {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 40px;
}
.section-result-announcement_winner {
    max-width: 550px;
    margin: 0 auto;
}
.congratulation {
    max-width: 486px;
    margin-bottom: 10px;
}
.winner {
    width: 100%;
    margin-bottom: 20px;
} 
.navao {
    width: 30%;
}
.comment {
    width: 100%;
}
.funny-notice {
    font-size: 16px;
}
@media(max-width:750px) {
    .section-result-announcement {
        background-image: url(../images/background_confetti_sp.jpg);
        padding: 60px 24px 40px;
    } 
    .section-result-announcement_heading {
        width: 100%;
        margin-bottom: 10px;
    }
    .section-result-announcement_thankyou {
        width: 100%;
        margin-bottom: 40px;
        padding: 0;
    }
    .section-result-announcement_br-none {
        display: none;
    }
    .section-result-announcement_winner {
        padding: 0;
        margin-bottom: 20px;
    }
    .congratulation {
        width: 100%;
    }
    .winner {
        width: 100%;
        margin-bottom: 20px;
    }
    .comment {
        width: 100%;
    } 
    
}
@media(max-width:550px) {
    .section-result-announcement p {
        font-size: 16px;
        line-height: 1.5em;
        margin-bottom: 20px;
    }
}
.photocontest {
    background-image: url(../images/background-yellow.jpg);
    padding: 80px 24px;
}
.section-outline_container-summary {
    width: auto;
    margin: 0 auto 40px;
}
.section-outline_container-summary_img {
    max-width: 936px;
    height: auto;
    margin: 0 auto;
}
.section-outline_container-summary_img img {
    width: 100%;
    margin-bottom: 40px;
}
.section-outline_container-summary p {
    text-align: center;
    line-height: 2.2em;
}
.section-outline_container-category {
    display: flex;
    justify-content: center;
    margin: 0 auto 40px;
}
.section-outline_container-category_content-img {
    max-width: 550px;
    height: auto; 
    margin-bottom: 20px;
    padding: 0 30px;
}
.category_image {
    width: 100%;
}
@media(max-width:750px) {
    .photocontest {
        padding: 60px 24px;
    }
    .section-outline_container-summary {
        margin-bottom: 20px;
    }
    .section-outline_container-summary p {
        font-size: 16px;
        line-height: 1.5em;
        margin-bottom: 40px;
    }
    .section-outline_container-category  {
        display: block;
        text-align: center;
    }
    .section-outline_container-category_content-img  {
        margin: 0 auto 20px;
        padding: 0;
    }
    .category_image {
        width: 100%;
    }
}
.section-step {
    margin: 0 auto 60px;
}
.method {
    max-width: 300px;
    height: auto;
    margin-bottom: 20px;
}
.section-step_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.step {
    max-width: 240px;
    height: auto;
    margin: 0 20px 20px;
} 
@media (max-width:750px) {
    .section-step {
        margin-bottom: 20px;
    }
    .method {
        width: 50%;
        margin-bottom: 10px;
    }
    .step {
        width: 60%;
    }
}
.section-present {
    margin: 0 auto;
}
.present {
    max-width: 300px;
    height: auto;
    margin-bottom: 20px;
}
.section-present_container {
    background-color: rgba(255,255,255,0.7);
    padding: 40px;
    margin-bottom: 40px;
}
.section-present_container_model-and-funny {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}
.present-img {
    width: auto; 
    height: 400px;
    margin: 20px;
}
.section-present_container_model-and-funny_present-name {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-present_container_model-and-funny_present-name {
    vertical-align: top;
}
.present-name {
    font-size: 36px;
    margin-bottom: 10px;
}
.present-name_img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.one-art_size {
    font-size: 24px;
    font-weight: 300;
}
.bone-border {
    width: 100%;
    margin-bottom: 40px;
}
.coupon_present {
    width: 100%;
}
.section-present_container_participation-prise_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
.section-present_container_participation-prise_content ol {
    list-style: none;
    display: inline-block;
    padding-left: 0;
}
.coupon {
    max-width: 450px;
    height: auto;
    margin: 20px 40px;
}
.section-present_container_participation-prise_content li {
    text-align: left;
    line-height: 47px;
}
.botton {
    box-shadow: 10px 10px 0 0 #000;
}
.botton:hover {
    box-shadow: none;
    transform: translate(10px);
}
@media (max-width: 750px) {
    .present {
        width: 50%;
        margin-bottom: 10px;
    }
    .section-present_container {
        padding: 20px 20px 40px;
    }
    .section-present_container_model-and-funny {
        margin-bottom: 20px;
    }
    .present-name {
        font-size: 24px;
        margin-bottom: 0;
    }
    .present-img {
        width: 90%;
        height: auto;
        margin: 20px 0 10px;
    }
    .present-name_img {
        width: 80%;
        margin-bottom: 10px;
    }
    .one_art_model_sp {
        width: 100%;
        margin-bottom: 10px;
    }
    .one_art_funny_sp {
        width: 100%;
        margin-bottom: 10px;
    }
    .one-art_size {
        font-size: 18px;
    }
    .bone-border_sp {
        width: 100%;
        margin-bottom: 20px;
    }
    .coupon_present_sp {
        width: 100%;
    }
    .coupon {
        width: 80%;
    }
    .section-present_container_participation-prise_content li {
        line-height: 1.5em;
    }
    .botton {
        width: 80%;
        box-shadow: 7px 7px 0 0 #000;
    }
}
@media(max-width:520px) {
    
}
.section-guideline {
    background-image: url(../images/background-orange.jpg);
    padding: 80px 40px;
}
.nav-open-orange {
    padding: 15px;
	color: #000;
    font-size: 36px;
	background: #FF6700;
	position: relative;
    border: solid 3px #000;
    margin-bottom: 0;
}
.nav-open-yellow {
    padding: 15px;
	color: #000;
    font-size: 36px;
	background: #FFCE00;
	position: relative;
    border: solid 3px #000;
    margin-bottom: 0;
}
.section-guideline nav {
    background-color: #FFF;
    border: solid 3px #000;
    border-top: none;
    padding: 40px;
    margin-bottom: 40px;
}
.section-guideline_entry-notes_date-and-time {
    color: red;
    border: solid 1px #000;
    text-align: left;
    list-style: none;
    max-width: 550px;
    padding: 10px;
    margin: 0 auto 40px;
}
.pc-none {
    display: none;
}
.text-black {
    color: #000;
}
.section-gudeline_entry-notes_text {
    text-align: left;
    list-style-type: disc;
}
@media(max-width:750px) {
    .section-guideline {
        padding: 60px 20px 30px;
    }
    .nav-open-orange {
        font-size: 24px;
        padding: 10px;
    }
    .section-guideline nav {
        padding: 15px;
    }
    .section-guideline_entry-notes_date-and-time {
        text-align: center;
        margin-bottom: 30px;
    }
    .pc-none {
       display: inline;
   }
.nav-open-yellow {
    font-size: 24px;
    padding: 10px;
}


}














