@charset "utf-8";

/*------------------------------------------------------------
common
------------------------------------------------------------*/

html,
body,
div,
span,
h1,
h2,
h3,
h4,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
table,
tbody,
thead,
tr,
th,
td,
article,
footer,
header {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
figure {
    padding: 0;
    margin: 0;
    outline: none;
}

footer,
header {
    display: block;
}

ul {
    list-style: none;
}

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

body {
    background: #030200;
    color: #fff;
    font-size: 16px;
    font-family: "source-han-sans-japanese", sans-serif;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    word-wrap: break-word;
    letter-spacing: 0.05em;
    line-height: 1.8;
}

img {
    margin: 0px;
    padding: 0px;
    border: 0px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    vertical-align: bottom;
}

a {
    color: #0033cc;
    text-decoration: underline;
}

a:hover {
    color: #0033cc;
    text-decoration: none;
}

a:focus {
    outline: none;
}

.inner {
    padding: 0 100px;
    margin: 0 auto;
    width: 800px;
}

.opt:hover {
    opacity: 0.7;
}

.max100 {
    max-width: 100%;
}

h1.title {
    border-bottom: 2px solid #cea042;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
}

h1.title::before {
    background: url(../images/bg_h1.png) no-repeat;
    content: '';
    display: inline-block;
    padding-right: 10px;
    width: 48px;
    height: 40px;
    vertical-align: bottom;
}

.text_small {
    font-size: 80%;
}

.text_bold {
    font-weight: bold;
}

.text_center {
    text-align: center;
}

.text_red {
    color: #d30d14;
}

.marker_yellow {
    background: linear-gradient(transparent 0%, #ffff66 0%);
}

.views {
    font-size: 13px;
    color: #606060;
}

/*------------------------------------------------------------
margin, padding
------------------------------------------------------------*/

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.spHide {
    display: block;
}

/*------------------------------------------------------------
mv
------------------------------------------------------------*/

.mv {
    background: url(../images/result_mv.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90vh;
}

.mv_text {
    width: 900px;
}

.mv_text img {
    width: 100%;
}


/*------------------------------------------------------------
過去のmv
------------------------------------------------------------*/

.mv2019 {
    background: url(../images/mv_closed.jpg) no-repeat 50%;
}

.soumu {
    background: #cea042;
    padding: 5px 0;
    text-align: center;
}

.gotoEntry {
    background: #002d6e;
    padding: 10px 0;
}

.gotoEntry .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.photo_title {
    color: #fff;
    font-family: "kinuta-mincho-stdn", sans-serif;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}


/*------------------------------------------------------------
footer
------------------------------------------------------------*/

footer {
    background: #333;
    color: #999;
    font-size: 13px;
    padding: 30px 0;
    text-align: center;
}

footer a,
footer a:hover {
    color: #999;
}


/*------------------------------------------------------------
result
------------------------------------------------------------*/
.result .digest_title {
    color: #B69333;
}

.shopname {
    font-family: "kinuta-mincho-stdn", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
}

.shop_wrap .shop {
    background: #fff;
    border: 1px solid #B69333;
    padding: 70px;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.shop_double {
    display: flex;
    justify-content: space-evenly;
    font-size: 30px;
}

.shop_double .shopname {
    font-size: 26px;
}

.waku {
    position: absolute;
    width: 105px;
    height: 105px;
}

.waku1 {
    background: url(../images/waku.svg) no-repeat;
    background-size: contain;
    top: 20px;
    left: 20px;
}

.waku2 {
    background: url(../images/waku.svg) no-repeat;
    background-size: contain;
    top: 20px;
    right: 20px;
    transform: rotate(90deg);
}

.waku3 {
    background: url(../images/waku.svg) no-repeat;
    background-size: contain;
    bottom: 20px;
    right: 20px;
    transform: rotate(180deg);
}

.waku4 {
    background: url(../images/waku.svg) no-repeat;
    background-size: contain;
    bottom: 20px;
    left: 20px;
    transform: rotate(-90deg);
}

.btn {
    user-select: none;
}

.btnWrap {
    margin: 40px auto 0;
    text-align: center;
    width: 700px;
}

.btnWrap .btnNext {
    background: rgb(55,202,55);
    background: linear-gradient(90deg, rgba(55,202,55,1) 0%, rgba(18,166,94,1) 50%, rgba(12,163,133,1) 100%);
    font-size: 30px;
    padding: 20px 0;
    text-align: center;
}

.btnWrap .btnNext a {
    color: #fff;
    font-weight: bold;
    display: block;
    text-decoration: none;
}

.requirement {
    color: #fff;
    background: #002d6e;
    padding: 10px 0;
    text-align: center;
}

.requirement a {
    color: #fff;
    text-decoration: underline;
}

.innerWide {
    margin: 0 auto;
    width: 1200px;
}

.summary .innerWide {
    padding: 50px 0 100px;
}

.summary .caption {
    margin-top: 10px;
    text-align: center;
}

.summary .text {
    font-size: 20px;
    width: 1000px;
    margin: 0 auto;
}

.result .caption {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 10px;
}

#gallery {
    background: #000;
}

.gallery_title {
    background: url(../images/title_gallery.png) no-repeat center;
    margin-bottom: 50px;
    height: 190px;
}

.result_title {
    font-family: "kinuta-mincho-stdn", sans-serif;
    font-weight: bold;
}

.result {
    background: #faf6ed;
    color: #000;
    padding: 100px 0;
}

.ph_title {
    color: #333;
    font-family: "kinuta-mincho-stdn", sans-serif;
    font-size: 30px;
    display: flex;
    text-align: center;
}

.ph_title:before, .ph_title:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #cccccc;
    margin:0.9em;
  }

.result .docomoKamojima,
.result .sbakitasanou,
.result .auawajiekimae,
.result .aunishine,
.result .docomotsuyama,
.result .autokaiarao,
.result .autogane,
.result .sbhigashinagasaki,
.result .docomomatsuyama {
    margin-bottom: 100px;
}

.result .nameWrap {
    align-items: center;
    display: flex;
    margin-bottom: 30px;
}

.result .medal {
    margin-right: 30px;
}

.result .congrats {
    color: #cea042;
    font-size: 14px;
    font-weight: bold;
}

.result .shopName {
    font-size: 28px;
    font-weight: bold;
}

.result .pdf a {
    font-size: 14px;
}

.result .photos {
    display: flex;
    justify-content: space-between;
}

.result .photos .small {
    display: flex;
    width: 240px;
}

.result .photos .smallChild1 {
    margin-right: 20px;
}

.result .photos .smallChild1 div,
.result .photos .smallChild2 div {
    margin-bottom: 20px;
}

.result .photos .small img {
    cursor: pointer;
    width: 144px;
    height: 70px;
}

.result .photos .small img:hover {
    opacity: 0.8;
}

.bx-wrapper .bx-caption {
    background: #fff !important;
}

.bx-wrapper .bx-caption span {
    color: #333 !important;
    font-size: 16px !important;
    padding: 10px 0 !important;
}

/*------------------------------------------------------------
photogallery
------------------------------------------------------------*/


/*------------------------------------------------------------
program
------------------------------------------------------------*/
.program {
    background: #00685e;
    padding: 100px 0;
}

.program .innerWide {
    background: linear-gradient(to right, #fcfaf1, #f3e7d2);
    opacity: 0.9;
}

.programList {
    font-family: "kinuta-mincho-stdn", sans-serif;
    font-size: 18px;
    padding: 50px;
    width: 62%;
    margin: 0 auto;
}

.programList li {
    margin-bottom: 10px;
}

.programList .num {
    font-size: 30px;
    margin-right: 10px;
}

.program .title {
    color: #804e02;
    font-family: "kinuta-mincho-stdn", sans-serif;
    font-size: 30px;
    padding-top: 50px;
    text-align: center;
}

.digest_title {
    font-family: "kinuta-mincho-stdn", sans-serif;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    text-align: center;
}

.digestCont {
    display: flex;
    justify-content: center;
}

.digestCont > div {
    margin: 0 10px;
    width: 33%;
}

.digestCont a {
    display: block;
    transition: 0.2s;
    position: relative;
}

.digestCont a img {
    margin-bottom: 5px;
    width: 100%;
}

.digestCont .youtube:hover .youtube_text {
    opacity: 1;
}

.youtube_text {
    background: rgba(0,0,0, 0.6) url(../images/icon_youtube.png) center no-repeat;
    background-size: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.2s;
}


/*------------------------------------------------------------
mobile
------------------------------------------------------------*/

@media screen and (max-width: 640px) {
    .inner,
    .innerWide,
    .summary .innerWide {
        box-sizing: border-box;
        padding: 0 2%;
        width: 100%;
    }
    .sp100 {
        width: 100%;
    }
    .spHide {
        display: none;
    }
    .mv {
        background: url(../images/result_mv_sp.jpg) no-repeat top center;
        background-size: cover;
        width: 100%;
        height: 50vh;
        margin-bottom: 0;
    }
    .mv_text {
        width: 80%;
    }
    .summary {
        padding: 50px 0 100px;
    }
    .summary .photoWrap {
        display: block;
    }
    .summary .photoWrap .photo {
        margin-bottom: 30px;
    }
    .summary .photoWrap img {
        width: 100%;
    }
    .summary .text,
    .summary .movie {
        box-sizing: border-box;
        padding: 0 2%;
        width: 100%;
    }
    .shop_wrap .shop {
        padding: 70px 50px;
    }
    .shop img {
        width: 100%;
    }
    .shopname,
    .shop_double .shopname {
        font-size: 20px;
    }
    .shop_double {
        display: block;
    }
    .digestCont {
        display: block;
    }
    .digestCont a img {
        width: 90%;
        margin-bottom: 30px;
    }

    .bx-viewport {
        height: 230px !important;
    }

    .result_title {
        position: relative;
        font-size: 20px;
    }

    .digest_title,
    .photo_title {
        font-size: 30px;
    }

    .digestCont > div {
        width: 100%;
    }

}