@charset "utf-8"; *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    background-color: #FFF;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

body {
    position: relative;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333333;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    /* background-color: #FFF; */
    text-align: left;
}

p {
    word-wrap: normal;
    font-size: 14px;
}

img {
    max-width: 100%;
    height: auto;
}

sup, sub {
    font-size: 0.8em;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #999;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; }

/*------------------------------
 layout
 ------------------------------*/
.wrap {
    width: 100%;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 3%;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

.flex {
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    justify-content: space-between;
}

.font_otf {
    font-family: "a-otf-midashi-go-mb31-pr6n",sans-serif;
    font-style: normal;
    font-weight: 600;
}

.font_hiragino {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: normal;
}

.font_din {
    font-family: "din-2014",sans-serif;
    font-weight: 400;
}

#content {
    background: #FFF;
    border-bottom: 2px solid #000;
}

#content.fx {
    top: -80px;
    padding-top: 204px;
}

.header {
}

.header>.inner {
    /* height: 780px; */
    /* position: relative; */
    /* max-width: 940px; */
    margin: 0 auto;
}

.header>.inner>#video {
    min-width: 100%;
    /* min-height: 100%; */
    width: 100%;
    height: auto;
    /* z-index: -100; */
    /* margin: auto; */
    /* background: url(../movie/movie.jpg) no-repeat; */
    background-size: cover;
}

#plbtn {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 90px;
    height: 90px;
    margin: auto;
    display: block;
    padding: 24% 0 0;
}

#plbtn >img {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#plbtn>img:hover {
    opacity: 0.6;
}

.play {
    position: absolute;
    /* padding: 0 0% 0 18%; */
    bottom: 130px;
    max-width: 960px;
    margin: 0 auto;
    text-align: right;
    right: -70px;
    display: none;
}

.play>a {
}

.play>a>img {
}

nav {
    position: relative;
}

.navi {
    background: #FFF;
    text-align: center;
    padding: 40px 0 100px;
    position: relative;
    top: -80px;
}

.navi.page_navi {
    top: 0;
    padding-bottom: 140px;
}

.navi.fixed {
    padding: 10px 0 20px;
    opacity: 0.8;
}

.navi>li {
    display: inline-block;
    margin: 0 3% 0 0;
    float: none;
    position: relative;
    vertical-align: middle;
}

.navi>li:last-child {
    margin-right: 0;
}

.navi>li>h1 {
}

.navi>li>h1>a {
}

.navi>li>h1>a>img {
}

.navi>li>a {
    display: block;
}

.navi>li>a:hover {
    color: #000;
}

.navi>li>a>span.pe {
    font-size: 24px;
    display: block;
    text-align: center;
    font-weight: 400;
}

.navi>li>a>span.pj {
    font-size: 12px;
    display: block;
    text-align: center;
}

.section {
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/*============================
#lead_box
============================*/
#lead_box {
    margin-bottom: 66px;
    position: relative;
}

#lead_box>.btn>a {
    display: block;
    font-size: 30px;
    background: #333;
    color: #FFF;
    text-align: center;
    padding: 1% 3% 1%;
    width: 80%;
    margin: 0 auto 90px;
    position: relative;
    top: -60px;
}

#lead_box>.img {
    float: left;
    padding: 7% 0% 0%;
    width: 45%;
    position: relative;
    margin: 0 auto 20px;
}

#lead_box>.img>img {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* padding: 13% 0% 0%; */
}

#lead_box>h2 {
    width: 51%;
    float: right;
    font-size: 42px;
    line-height: 4.3rem;
    margin-bottom: 40px;
    text-align: left;
}

#lead_box>.pd {
    float: right;
    width: 51%;
}

#lead_box>.pd>p {
    font-size: 18px;
    line-height: 1.9;
    letter-spacing: -0.1rem;
    margin-bottom: 34px;
}

h2 {
    font-size: 40px;
    margin-bottom: 12px;
    text-align: center;
}

/*============================
#news_box
============================*/
#news_box {
    margin-bottom: 110px;
}

#news_box h2 {
}

#news_box>ul {
    width: 400px;
    margin: 0 auto;
}

#news_box>ul>li {
    margin-bottom: 7px;
    font-size: 16px;
}

#news_box>ul>li>a {
}

#news_box>ul>li>a>span {
    margin-right: 4%;
}


#news_box>.btn {
    font-size: 24px;
    margin:80px 0 0;
}

#news_box>.btn>a {
    padding: 3px 0;
    display: block;
    width: 46%;
    background: #cccccc;
    color: #000;
    text-align: center;
    margin: 0 auto;
}

.background {
    width: 100%;
    /* height: 470px; */
    z-index: -1;
}

.background2 {
    width: 100%;
    /* height: 470px; */
    z-index: -1;
}

div.ow_box {
    border: 2px solid #adadad;
    max-width: 726px;
    margin: 80px auto;
    padding: 25px 5% 25px;
}

div.ow_box>h3 {
    font-size: 25px;
    text-align: center;
    margin: 0 0 20px;
}

div.ow_box>p {
    font-size: 16px;
    font-weight: bold;
}

/*============================
#date_box
============================*/
#date_box {
    background-image: url(../../img/top/bg_01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#date_box>.container {
    padding: 124px 0;
    /* padding: 124px 0 10px; */
    max-width: 780px;
}

#date_box>.container>.left {
    width: 37%;
}

#date_box>.container>.left>img {
}

#date_box>.container>.right {
    width: 57%;
    text-align: left;
}

#date_box>.container>.right>img {
    padding: 57px 0 0 0;
}

#date_box>.container>.right>p>small {
}

#date_box>.container>p {
    clear: both;
    color: #FFF;
    font-size: 16px;
    padding: 5% 0% 0;
    line-height: 1.8;
}

#date_box>.container>p>span {
    display: inline;
}

/*============================
#event_box
============================*/
h2.kakko {
    line-height: 1.3;
    position: relative;
    text-align: center;
    font-family: "din-2014",sans-serif;
    font-weight: 400;
}

h2.kakko:before, h2.kakko:after {
    content: " ";
    display: inline-block;
    width: 4.2%;
    height: 95px;
    background: url(../../img/common/kakko_l.png) no-repeat top left;
    top: 50px;
    position: relative;
    margin: 0 3% 0 0;
    background-size: contain;
}

h2.kakko:after {
    background: url(../../img/common/kakko_r.png) no-repeat top left;
    position: relative;
    margin: 0 0 0 3%;
    background-size: contain;
}

h2.kakko>span {
    font-size: 16px;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    font-family: "a-otf-midashi-go-mb31-pr6n",sans-serif;
    font-style: normal;
    font-weight: 600;
}

#event_box {
    padding: 0px 0 130px;
    max-width: 736px;
    margin-top: 30px;
}

#event_box h2.kakko {
    margin: 0 0 150px;
}

#event_box>.box {
    padding: 0px 0 50px;
}

#event_box>.box>.date {
    width: 17%;
    font-size: 30px;
    float: left;
    line-height: 1;
}

#event_box>.box>.date>span {
    padding: 0 0px 0 3px;
    font-size: 22px;
}

#event_box>.box>.time {
    float: left;
    width: 8.3%;
    border-right: 1px solid #000;
    font-size: 18px;
    padding: 5px 3% 0 0;
}

#event_box>.box>.time>ul {
}

#event_box>.box>.time>ul>li {
    line-height: 1;
    margin-bottom: 16px;
}

#event_box>.box>.time>ul>li:last-child {
    margin-bottom: 0;
}

#event_box>.box>.des {
    float: left;
    padding: 5px 0 0 1.7%;
    font-size: 18px;
}

#event_box>.box>.des>ul {
}

#event_box>.box>.des>ul>li {
    line-height: 1;
    margin-bottom: 16px;
}

#event_box>.box>.des>ul>li:last-child {
    margin-bottom: 0;
}

#event_box>p {
    font-size: 16px;
    margin-bottom: 70px;
}

#event_box>p.sp_ttl {
    font-size: 30px;
    margin: 0 0 20px;
    text-align: center;
}

#event_box>.table {
}

#event_box>.table>table {
    width: 100%;
    margin-bottom: 40px;
}

#event_box>.table>table>tbody {
}

#event_box>.table>table>tbody>tr {
}

#event_box>.table>table>tbody>tr>th.ttl {
    vertical-align: top;
    font-size: 32px;
    width: 34%;
    line-height: 1.4;
    letter-spacing: -0.1rem;
    padding: 0px 0 0;
    border: none;
}

#event_box>.table>table>tbody>tr>th {
    font-size: 20px;
    width: 32%;
    border-bottom: 1px solid #000;
    padding: 13px 0 6px;
    vertical-align: bottom;
    text-align: left;
}

#event_box>.table>table>tbody>tr>td.num {
    font-size: 18px;
    /* vertical-align: bottom; */
    width: 9%;
    letter-spacing: -0.1rem;
    border-bottom: 1px solid #000;
    vertical-align: bottom;
    padding: 0px 0 3px;
}

#event_box>.table>table>tbody>tr>td.prize {
    font-size: 18px;
    letter-spacing: -0.03rem;
    border-bottom: 1px solid #000;
    vertical-align: bottom;
    padding: 13px 0 4px;
    text-align: left;
}

#event_box>.table>table>tbody>tr:first-child>td.prize {
    /* font-size: 18px; */
}

#event_box>.table>table>tbody>tr>th.tp {
    width: 100%;
}

#event_box>.table>p {
    font-size: 16px;
    margin-bottom: 20px;
}

/*============================
#premium_box
============================*/
#premium_box {
    background: #ffffff;
    padding: 70px 0 100px;
}

#premium_box>.container {
}

#premium_box>.container>h2 {
    margin-bottom: 20px;
}

#premium_box>.container>p.des {
    text-align: center;
    font-size: 16px;
    margin-bottom: 6px;
}

#premium_box>.container>p.attend {
    font-size: 14px;
    text-align: center;
    margin-bottom: 66px;
}

#premium_box>.container>.tp1 {
    margin-bottom: 0;
}

#premium_box>.container>.tp1>li {
    width: 29.9%;
    /* float: left; */
    margin: 0 0% 10% 0;
}

#premium_box>.container>.tp1>li:last-child {
    margin-right: 0;
}

#premium_box>.container>.tp1>li>img {
    margin-bottom: 10px;
}

#premium_box>.container>.tp1>li>h3 {
    font-size: 20px;
    letter-spacing: -0.05rem;
    position: relative;
    padding: 10px 0 10px 36px;
    line-height: 1.2;
}

#premium_box>.container>.tp1>li>h3>span {
    font-size: 28px;
    margin: 0 0px 0 0;
    position: absolute;
    top: 4px;
    left: 0;
    line-height: 1;
    text-align: right;
}

#premium_box>.container>.tp1>li>.img_box {
}

#premium_box>.container>.tp1>li>.img_box>.left {
    width: 54%;
}

#premium_box>.container>.tp1>li>.img_box>.left>img {
    width: 100%;
}

#premium_box>.container>.tp1>li>.img_box>.right {
    width: 42%;
}

#premium_box>.container>.tp1>li>.img_box>.right>p.tme {
    font-size: 12px;
}

#premium_box>.container>.tp1>li>.img_box>p.des {
    clear: both;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 10px 0 0;
}

#premium_box>.container>.tp1>li>p.des {
    clear: both;
    font-size: 12px;
    margin-bottom: 10px;
}

#premium_box>.container>.tp1>li>p.tme {
    font-size: 12px;
}

#premium_box>.container>.tp2 {
}

#premium_box>.container>.tp2>li {
    width: 21%;
    /* float: left; */
    margin: 0 0% 8% 0;
}

#premium_box>.container>.tp2>li:last-child {
    /* margin-right: 52.6%; */
}

#premium_box>.container>.tp2>li>img {
    margin-bottom: 8px;
}

#premium_box>.container>.tp2>li>h3 {
    font-size: 18px;
    line-height: 1.2;
    position: relative;
    padding: 0 0 10px 30px;
}

#premium_box>.container>.tp2>li>h3>span {
    position: absolute;
    top: 0;
    left: 0;
}

#premium_box>.container>.tp2>li>p.des {
    letter-spacing: -0.05rem;
    font-size: 12px;
    margin-bottom: 10px;
}

#premium_box>.container>.tp2>li>p.tme {
    font-size: 12px;
    letter-spacing: -0.04rem;
    margin-bottom: 20px;
}

.nikon_collage {
    margin: 100px auto 0px;
    max-width: 760px;
}

.nikon_collage>.topbox {
    margin: 0 0 20px;
}

.nikon_collage>.topbox>h3 {
    font-size: 20px;
    color : #000000;
    max-width: 280px;
    float: left;
    padding: 6px 0 0;
}

.nikon_collage>.topbox>h3>span {
    margin: 0 13px 0 0;
    position: relative;
    top: -1px;
}

.nikon_collage>.topbox>h3>span>img {
}

.nikon_collage>.topbox>p {
    font-size : 14px;
    line-height : 1.6;
    color : #000000;
    float: right;
    max-width: 480px;
}

.nikon_collage>.midbox {
    margin: 0 0 40px;
}

.nikon_collage>.midbox>ul {
    width: 42%;
}

.nikon_collage>.midbox>ul>li {
    width: 45%;
}

.nikon_collage>.midbox>ul>li>img {
    margin-bottom: 3px;
}

.nikon_collage>.midbox>ul>li>p {
    font-size: 12px;
}

.nikon_collage>.midbox>.txt {
    width: 55%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 16px 20px 0;
}

.nikon_collage>.midbox>.txt>p.t1 {
    font-size: 22px;
    line-height: 1.4;
    margin: 0 0 10px;
}

.nikon_collage>.midbox>.txt>p.t2 {
    font-size: 12px;
}

.nikon_collage>.btbox {
}

.list_type3 {
}

.list_type3.mb {
    margin-bottom: 70px;
}

.list_type3>li {
    width: 28%;
}

.list_type3>li>img {
    margin-bottom: 8px;
}

.list_type3>li>h3 {
    font-size: 20px;
    letter-spacing: -0.05rem;
    position: relative;
    padding: 10px 0 10px 36px;
    line-height: 1.2;
}

.list_type3>li>h3>span {
    font-size: 28px;
    margin: 0 0px 0 0;
    position: absolute;
    top: 4px;
    left: 0;
    line-height: 1;
    text-align: right;
}

.list_type3>li>p.des {
    letter-spacing: -0.05rem;
    font-size: 12px;
    margin-bottom: 10px;
}

.list_type3>li>p.tme {
    font-size: 12px;
    letter-spacing: -0.04rem;
    margin-bottom: 20px;
}

.nikon_collage>.btn {
    font-size: 24px;
}

.nikon_collage>.btn>a {
    padding: 3px 0;
    display: block;
    width: 36%;
    background: #cccccc;
    color: #000;
    text-align: center;
    margin: 0 auto;
}

/*============================
#special_box
============================*/
#special_box {
    padding-bottom: 100px;
    padding-bottom: 90px;
}

#special_box>h2 {
    padding: 160px 0 10px;
    font-size: 40px;
}

#special_box>h2>span {
    font-size: 32px;
    margin-left: 30px;
}

#special_box>p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 60px;
}

#special_box>ul {
    max-width: 736px;
    margin: 0 auto;
}

#special_box>ul>li {
}

#special_box>ul>li>.lr {
    position: relative;
    margin-bottom: 15px;
}

#special_box>ul>li>.lr>.left {
    width: 33%;
}

#special_box>ul>li>.lr>.left>img {
}

#special_box>ul>li>.lr>.right {
    width: 65%;
    position: absolute;
    bottom: 0;
    right: 0;
}

#special_box>ul>li>.lr>.right>h3 {
    font-size: 26px;
}

#special_box>ul>li>.lr>.right>p.comment {
    font-size: 20px;
    letter-spacing: -0.05rem;
}

#special_box>ul>li>.lr>.right>p.des {
    font-size: 14px;
}

#special_box>ul>li>.profile {
    margin-bottom: 80px;
    margin-bottom: 40px;

}

#special_box>ul>li>.profile>h4 {
    font-size: 24px;
    float: left;
    color: #999999;
    line-height: 1;
}

#special_box>ul>li>.profile>.btn {
    display: inline-block;
    float: right;
    background: #999999;
}

#special_box>ul>li>.profile>.btn>a {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    padding: 0 10px 0;
}

#special_box>ul>li>.profile>.btn>a:after {
    display: inline-block;
    background: url(../../img/common/v_01.png) no-repeat right 4px;
    content: " ";
    width: 10px;
    height: 15px;
    margin: 0 0 0 4px;
}

#special_box>ul>li>.profile>p {
    clear: both;
    font-size: 14px;
    padding: 10px 0 0;
}


/*============================
#muroran_time
============================*/
#muroran_time {
}

#muroran_time .background2 {
    height: 570px;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

#muroran_time .background2 > p {
    color: #FFF;
    font-size: 40px;
    position: absolute;
    top: 0;
    margin: auto auto;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 42%;
    text-align: center;
    height: 60px;
}

/*============================
#judge_box
============================*/
#judge_box {
    max-width: 736px;
    margin: 60px auto 140px;
}

#judge_box>h2.kakko {
    margin-bottom: 90px;
}

#judge_box>h2.kakko>span {
}

#judge_box>ul {
}

#judge_box>ul>li {
    position: relative;
    margin-bottom: 50px;
}

#judge_box>ul>li>.left {
    width: 32%;
}

#judge_box>ul>li>.left>img {
}

#judge_box>ul>li>.right {
    width: 65.7%;
    position: absolute;
    right: 0;
    bottom: 0;
}

#judge_box>ul>li>.right>h3 {
    font-size: 20px;
}

#judge_box>ul>li>.right>p.job {
    font-size: 12px;
    float: left;
}

#judge_box>ul>li>.right>.btn {
    display: inline-block;
    float: right;
    background: #999999;
}

#judge_box>ul>li>.right>.btn>a {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    padding: 0 10px 0;
}

#judge_box>ul>li>.right>.btn>a:after {
    display: inline-block;
    background: url(../../img/common/v_01.png) no-repeat right 4px;
    content: " ";
    width: 10px;
    height: 15px;
    margin: 0 0 0 4px;
}

#judge_box>ul>li>.right>p.des {
    font-size: 14px;
    clear: both;
    padding: 10px 0 0;
}

/*============================
#shoot_bridge
============================*/
#shoot_bridge {
}

#shoot_bridge>.bg_later {
    height: 500px;
    overflow: hidden;
    position: relative;
}

#shoot_bridge>.bg_later video {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
}

/*============================
#entry_box
============================*/
#entry_box {
    padding-bottom: 70px;
    max-width: 736px;
    margin: 60px auto 0;
}

#entry_box>h2.kakko {
    margin-bottom: 60px;
}

#entry_box>h2.kakko>span {
}

#entry_box>h3 {
    font-size: 32px;
    text-align: center;
}

#entry_box>p.time {
    font-size: 44px;
    margin-bottom: 10px;
}
#entry_box>p.thx {
    font-size: 14px;
    margin-bottom: 20px;
}

#entry_box>p.des {
    font-size: 18px;
    margin-bottom: 40px;
}
#entry_box>p.des.mb {
    margin-bottom:0;
}

#entry_box>p.des>span {
    font-size: 15px;
}

#entry_box>.btn {
    font-size: 30px;
    margin-bottom: 20px;
}

#entry_box>.btn>a {
    padding: 10px 0;
    display: block;
    width: 100%;
    background: #666;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
    width: 40%;
    font-size: 20px;
    background: #cccccc;
    color: #000;
}

#entry_box>.btn>a.active {
    background: #666;
    color: #FFF;
}

#entry_box>.btn:last-child>a {
    width: 40%;
    font-size: 20px;
    background: #cccccc;
    color: #000;
}

a.txt_link {
    text-decoration: underline;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: right;
    display: block;
}

/*============================
#pr_attend
============================*/
#pr_attend {
    padding: 30px 0 35px;
    background: #E8ECEE;
    margin-bottom: 30px;
}

#pr_attend>.container {
}

#pr_attend>.container>h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

#pr_attend>.container>p {
    font-size: 16px;
    text-align: center;
}

/*============================
#prize_box
============================*/
#prize_box {
}

#prize_box>h2.kakko {
    margin-bottom: 100px;
}

#prize_box>h2.kakko>span {
}

#prize_box>ul {
    margin-bottom: 60px;
}

#prize_box>ul>li {
    float: left;
    width: 29.9%;
    margin: 0 5.1% 0 0;
}

#prize_box>ul>li:last-child {
    margin-right: 0;
}

#prize_box>ul>li>img {
}

#prize_box>.btn {
    font-size: 20px;
    margin-bottom: 120px;
}

#prize_box>.btn>a {
    padding: 2px 0;
    display: block;
    width: 36%;
    background: #cccccc;
    color: #000;
    text-align: center;
    margin: 0 auto;
}

#prize_box>.insta {
}

#prize_box>.insta>h3 {
    font-size: 36px;
    text-align: center;
    margin: 0 0 10px;
    position: relative;
}

#prize_box>.insta>h3:before {
    content: " ";
    display: inline-block;
    width: 53px;
    height: 52px;
    background: url(../../img/common/i_insta.png) no-repeat top left;
    margin-right: 10px;
}

#prize_box>.insta>p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
}

/*============================
#about_box
============================*/
#about_box {
    padding: 0px 0 170px;
    margin-top: 140px;
}

#about_box>h2.kakko {
    margin-bottom: 100px;
}

#about_box>h2.kakko>span {
}

#about_box>p {
    font-size: 24px;
    line-height: 2;
    letter-spacing: -0.1rem;
    margin-bottom: 30px;
}

/*============================
#contact_box
============================*/
#contact_box {
    max-width: 736px;
    margin: 0 auto;
}

#contact_box>h2.kakko {
    margin-bottom: 80px;
}

#contact_box>h2.kakko>span {
}

#contact_box>p {
    font-size: 24px;
    text-align: center;
}

#contact_box>p.tm {
    font-size: 31px;
    margin-bottom: 50px;
    letter-spacing: -0.05rem;
}

#contact_box>p.tm>small {
    font-size: 20px;
    margin: 0 20px 0 8px;
}

#contact_box>.btn {
    font-size: 26px;
    margin-bottom: 60px;
}

#contact_box>.btn>a {
    padding: 5px 0;
    display: block;
    width: 50%;
    background: #cccccc;
    color: #000;
    text-align: center;
    margin: 0 auto;
}

.support_box {
    padding: 130px 0 50px;
    text-align: center;
}

.support_box>h3 {
    font-size: 26px;
    text-align: center;
    margin: 0 0 20px;
}

.support_box>ul {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    /* right: 14px; */
}

.support_box>ul>li {
    display: inline-block;
    margin: 0 1.9% 0 0;
    vertical-align: middle;
}

.support_box>ul>li:last-child {
    margin-right: 0;
}

.support_box>ul>li>img {
    width: 170px;
}

.support_box>a {
    text-decoration: underline;
    font-size: 16px;
}

.footer_wrap {
    background: #FFF;
}

.footer {
}

.footer>ul {
    padding: 30px 0 0;
    text-align: center;
    margin-bottom: 60px;
}

.footer>ul>li {
    float: left;
    margin: 0 8.1% 0 0;
    vertical-align: middle;
}

.footer>ul>li:first-child {
    width: 16.9%;
}

.footer>ul>li:nth-child(2) {
    width: 16.2%;
}

.footer>ul>li:nth-child(3) {
    width: 11.5%;
}

.footer>ul>li:nth-child(4) {
    width: 13.4%;
    padding: 4px 0 0;
}

.footer>ul>li:nth-child(5) {
    width: 9.4%;
    margin-right: 0;
}

.footer>ul>li>a {
}

.footer>ul>li>a>img {
}

.f_logo {
    margin: 0px 0 0;
    float: left;
}

.f_logo>a {
}

.f_logo>a>img {
}

.sns {
    float: right;
    margin: 30px 0 0 10px;
}

.sns>a {
}

.sns>a>img {
}

p.copy {
    clear: both;
    padding: 20px 0 30px;
    text-align: center;
    font-size: 12px;
}

#photo_gallery {
    width: 100%;
    overflow: hidden;
}

#photo_gallery ul {
    position: relative;
    text-align: left;
}

#photo_gallery li {
    position: absolute;
    top: 0px;
}

#photo_gallery li:first-child {
    position: relative;
    top: 0px;
}

#photo_gallery li img {
    width: 196px;
    max-width: inherit;
    display: block;
    padding: 8px 4px 0;
}

.article {
    max-width: 940px;
    margin: 0 auto;
}

.article > .ttl_box {
}

.article > .ttl_box > h2 {
    margin-bottom: 80px;
    font-size: 36px;
}

.article > .ttl_box > p {
    font-size: 16px;
    margin-bottom: 30px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: normal;
}

.article >h2.kakko {
    margin-bottom: 90px;
}

.article >p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 120px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: normal;
}

.type_01 {
    margin-bottom: 100px;
    position: relative;
}

.type_01>h3 {
    font-size: 26px;
    text-align: left;
    margin-bottom: 10px;
}

.type_01>p {
    font-size: 16px;
    line-height: 2;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 40px;
}

.type_01 p>a {
    text-decoration: underline;
}

.type_01 p>a.dr {
    margin: 20px 0;
    display: block;
}

.type_01 p>a.dr:last-child {
    margin-bottom: 0;
}

.type_01 > .box {
    padding: 20px 0 30px;
}

.type_01 > .box >h4 {
    font-size: 20px;
    margin-bottom: 15px;
    background: url(../../img/common/v_02.png) no-repeat 0 5px;
    padding: 0 0 0 22px;
}

#entry .type_01 > .box >h4 {
    background: none;
    padding: 0;
}

.type_01 > .box >p {
    font-size: 16px;
    line-height: 1.9;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 40px;
}

.type_01>ul {
}

.type_01>ul>li {
    margin-bottom: 7px;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: normal;
}

.type_01>ul>li>h4 {
    font-size: 26px;
    margin-bottom: 10px;
}

.type_01>ul>li>p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 60px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: normal;
}

.type_01 p.gray {
    font-size: 16px;
    line-height: 1.8;
    background: #ededed;
    padding: 2% 3%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: normal;
}

.type_01 .table {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: normal;
}

.type_01 .table > table {
    width: 100%;
}

.type_01 .table > table > tbody {
}

.type_01 .table > table > tbody > tr {
}

.type_01 .table > table > tbody > tr > th {
    width: 20%;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 0 5px;
    vertical-align: top;
    text-align: left;
}

.type_01 .table > table > tbody > tr > td {
    font-size: 16px;
    padding: 5px 0 5px;
}

.type_01 .table2 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: normal;
}

.type_01 .table2 > table {
    width: 100%;
}

.type_01 .table2 > table > tbody {
}

.type_01 .table2 > table > tbody > tr {
}

.type_01 .table2 > table > tbody > tr > th {
    width: 10%;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 0 5px;
    vertical-align: top;
    text-align: left;
}

.type_01 .table2 > table > tbody > tr > td {
    font-size: 16px;
    padding: 5px 0 5px;
    width: 10%;
}

.type_01 .table2 > table > tbody > tr > td.pt {
    width: 24%;
}

.type_01 .table2 > table > tbody > tr > td.web {
    width: 20%;
}

.type_01 .table2 > table > tbody > tr > td >span {
}

.type_01 .table2 > table > tbody > tr > td >span > a {
    display: inline-block;
    background: #999;
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    padding: 1px 17px 0px 8px;
    bottom: 1px;
    margin: 0 0 0 10px;
    position: relative;
}

.type_01 .table2 > table > tbody > tr > td >span > a:after {
    display: block;
    position: absolute;
    top: 5px;
    right: 2px;
    content: " ";
    width: 10px;
    height: 10px;
    background: url(../../img/common/v_01.png) no-repeat top left;
    background-size: contain;
}

.type_01 .table2 > table > tbody > tr > td:last-child {
}

.name_space {
    text-align: right;
}

.name_space> p {
    font-size: 16px;
    margin-bottom: 100px;
}

.name_space> p >a {
    text-decoration: underline;
}

.article .btn {
    background: #ddd;
    margin: 0 auto;
    text-align: center;
    width: 50%;
}

.article .btn >a {
    display: block;
    padding: 10px 0;
    font-size: 20px;
    background: #666;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
}

#entry .type_01 img {
    width: 40%;
    position: absolute;
    right: 0;
    max-width: 626px;
    top: 0;
}

#plan .type_01 .table > table > tbody > tr > th, #plan .type_01 .table > table > tbody > tr > td {
    border: 1px solid #6d6d6d;
    padding-left: 1%;
}

#plan .type_01 .table > table > tbody > tr > th {
    background: #efefef;
}

#plan .type_01 .table > table > tbody > tr > td {
}

#plan .type_01 .table > table > tbody > tr > td >a {
    text-decoration: underline;
}

#judge .article >h2.kakko {
    margin-bottom: 23%;
}

.type_02 {
    margin-bottom: 0%;
}

.type_02.bd {
    margin-bottom: 11%;
    border-bottom: 1px solid #B7B9B9;
    padding-bottom: 5%;
}

.type_02>.ksk_ttl {
    font-size : 28px;
    color : #000000;
    line-height: 1.6;
    text-align: center;
    padding: 2% 0 10%;
}

.type_02>h3 {
    font-size : 28px;
    color : #000000;
    line-height: 1.6;
    text-align: center;
    padding: 0px 0 5%;
}

.type_02.ksk>h3 {
    padding: 0px 0 3%;
}

.type_02>ul {
}

.type_02>ul>li {
    margin-bottom: 12%;
}

.type_02>ul>li.tate2 img {
    max-width: 386px;
}

.type_02>ul>li>.box {
    position: relative;
    max-width: 736px;
    margin: 0 auto;
}

.type_02.ksk>ul>li>.box {
    max-width: 580px;
    margin-bottom: 16%;
}

.type_02>ul>li>.box>a {
}

.type_02>ul>li>.box>a>img {
    margin: 0 auto 1%;
    display: block;
    width: 199%;
}

.type_02>ul>li>.box>h4 {
    font-size : 16px;
    color : #000000;
    line-height: 1.6;
    text-align: center;
}

.type_02>ul>li>.box>ul {
    position: absolute;
    bottom: 0;
    right: 0;
}

.type_02>ul>li>.box>ul>li {
    display: inline-block;
    margin: 0 0 0 20px;
}

.type_02>ul>li>.box>ul>li>a {
    font-size : 14px;
    line-height: 1.6;
    color : #000000;
    text-decoration: underline;
    display: block;
}

.type_02>ul>li>.box>ul>li>a:hover {
    text-decoration: none;
}

.type_03 {
    max-width: 736px;
    margin: 0px auto;
    padding: 3% 0 0;
}

.type_03>h3 {
    font-size : 28px;
    color : #000000;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 10%;
}

.type_03>ul {
}

.type_03>ul>li {
    display: inline-block;
    max-width: 340px;
    width: 100%;
    margin: 0 6.9% 10% 0;
}

.type_03>ul>li.tate img {
    max-width: 226px;
}

.type_03>ul>li:nth-child(2n) {
    margin-right: 0;
}

.type_03>ul>li>.box {
    text-align: center;
}

.type_03>ul>li>.box>p {
    vertical-align: bottom;
}

.type_03>ul>li>.box>p>a {
}

.type_03>ul>li>.box>p>a>img {
    display: block;
    margin: 0 auto;
}

.type_03>ul>li>.box>h4 {
    font-size : 16px;
    color : #000000;
    line-height: 1.6;
    padding: 3% 0 0;
}

.type_04 {
    padding: 15% 0 12.3% 0;
}

.type_04>h3 {
    font-size : 28px;
    color : #000000;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 8%;
}

.type_04>ul {
}

.type_04>ul>li {
    margin-bottom: 6%;
}

.type_04>ul>li>h4 {
    font-size: 20px;
    color : #000000;
    margin-bottom: 1.4%;
    line-height: 1.6;
}

.type_04>ul>li>p {
    font-size: 16px;
    line-height: 1.6;
}

#judge .modal-dialog {
}

#judge .modal-dialog>.modal-content {
}

#judge .modal-dialog>.modal-content>.modal-header {
    margin-bottom: 6%;
}

#judge .modal-dialog>.modal-content>.modal-header>h5.modal-title {
    font-size: 48px;
    letter-spacing : 2.4px;
    color : #000000;
    /* font-weight: bold; */
}

#judge .modal-dialog>.modal-content>.modal-header>button.close {
}

#judge .modal-dialog>.modal-content>.modal-header>button.close>span {
}

#judge .modal-dialog>.modal-content>.modal-body {
}

#judge .modal-dialog>.modal-content>.modal-body>ul {
}

#judge .modal-dialog>.modal-content>.modal-body>ul>li {
    margin-bottom: 9%;
}

#judge .modal-dialog>.modal-content>.modal-body>ul>li>h6 {
    font-size: 20px;
    line-height: 1.6;
    color : #000000;
    margin-bottom: 1%;
}

#judge .modal-dialog>.modal-content>.modal-body>ul>li>p {
    font-size: 16px;
    line-height: 1.6;
    color : #000000;
}

#judge .modal-dialog>.modal-content>.modal-footer {
    text-align: center;
    padding-bottom: 60px;
}

#judge .modal-dialog>.modal-content>.modal-footer>span {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
}

#judge .modal-dialog>.modal-content>.modal-footer>span>span {
    margin: 0 7px 0px 0;
    color : #000000;
    position: relative;
    bottom: 9px;
}

#judge .modal-dialog>.modal-content>.modal-footer>span>span>img {
}

.pixus_box {
    margin-bottom: 100px;
    text-align: center;
}

.pixus_box>p.t1 {
    font-size: 24px;
    display: inline-block;
    position: relative;
    margin: 0 0 20px;
}

.pixus_box>p.t1:before {
    content: " ";
    display: block;
    width: 19px;
    height: 44px;
    background: url(../../img/top/l_01.png) no-repeat top left;
    position: absolute;
    top : 0;
    left: -23px;
    margin: 0 auto;
}

.pixus_box>p.t1:after {
    content: " ";
    display: block;
    width: 19px;
    height: 44px;
    background: url(../../img/top/l_02.png) no-repeat top left;
    position: absolute;
    top : 0;
    right: -27px;
    margin: 0 auto;
}

.pixus_box>h3 {
    font-size: 50px;
    margin: 0 0 10px;
}

.pixus_box>p.t2 {
    font-size: 20px;
    margin: 0 0 80px;
}

.pixus_box>.pixus_ex {
    max-width: 730px;
    margin: 0 auto;
}

.pixus_box>.pixus_ex>.txt {
    width: 72%;
}

.pixus_box>.pixus_ex>p.t1 {
    font-size: 36px;
    margin: 0 0 40px;
    text-align: center;
    width: 100%;
}

.pixus_box>.pixus_ex>.txt>p.t2 {
    font-size: 16px;
    text-align: left;
    margin: 0 0 10px;
}

.pixus_box>.pixus_ex>.txt>.gray {
    background: #E8ECEE;
    padding: 10px 16px 10px;
    text-align: left;
}

.pixus_box>.pixus_ex>.txt>.gray>p {
    font-size: 16px;
}

.pixus_box>.pixus_ex>.right {
    width: 24%;
    text-align: left;
}

.pixus_box>.pixus_ex>.right>img {
    margin: 0 0 14px;
}

.pixus_box>.pixus_ex>.right>p.t1 {
    font-size: 22px;
}

.pixus_box>.pixus_ex>.right>p.t2 {
    font-size: 16px;
}

.schedule_box {
    margin-bottom: 80px;
}

.schedule_box>h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}

.schedule_box>h3.font_din {
    font-size: 40px;
    font-weight: 600;
}

.schedule_box>.timebox {
    margin-bottom: 30px;
}

.schedule_box>.timebox>img.pc {
}

.schedule_box>.timebox>img.sp {
}

.schedule_box>.timebox.time2 {
}

.schedule_box>.timebox.time2>img.pc {
}

.schedule_box>.timebox.time2>img.sp {
}

.schedule_box>p {
    font-size: 16px;
}

.schedule_box>.table {
}

.schedule_box>.table>table {
}

.schedule_box>.table>table>thead {
}

.schedule_box>.table>table>thead>tr {
}

.schedule_box>.table>table>thead>tr>th {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    padding: 0 0 0;
}

.schedule_box>.table>table>thead>tr>th:nth-child(1) {
    width: 30%;
}

.schedule_box>.table>table>thead>tr>th:nth-child(2) {
    width: 13%;
}

.schedule_box>.table>table>thead>tr>th:nth-child(3) {
    width: 30%;
    text-align: left;
    padding: 0 0 0 22px;
}

.schedule_box>.table>table>tbody {
}

.schedule_box>.table>table>tbody>tr {
}

.schedule_box>.table>table>tbody>tr>th {
    background: #E9E9E9;
    font-size: 14px;
    line-height: 1.2;
    border: 1px solid #000;
    border-left: none;
    padding: 15px 0 15px 10px;
    vertical-align: middle;
}

.schedule_box>.table>table>tbody>tr>th>span {
    font-family: "din-2014",sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 16px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 10px 0 0;
}

.schedule_box>.table>table>tbody>tr>td {
    border: 1px solid #000;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.6;
    padding: 15px 20px 15px;
}

.schedule_box>.table>table>tbody>tr>td.tb2 {
    border-right: none;
    padding: 0 0 0 15px;
    width: 50px;
}

.schedule_box>.table>table>tbody>tr>td.tb3 {
    border-left: none;
    padding: 15px 15px 15px 10px;
}

.schedule_box>.table>table>tbody>tr>td.tb4 {
    border-right: none;
}

.schedule_box>.table>table>tbody>tr>td>a {
    background: url(../../img/schedule/i_pin.png) no-repeat 0px 4px;
    padding: 2px 0 4px 22px;
    /* text-indent: 0em; */
    /* padding-left: 0em; */
    display: block;
    line-height: 1.6;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#top .modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
    max-width: 1600px;
    margin: 0px auto 30px;
}

#top .modal-content {
    background:inherit;
}
#top .modal-backdrop{
    background:rgba(0, 0, 0, 0.70);
}
#top .modal-dialog>.modal-content>.modal-body >video {
    width: 100%;
    height: auto;
}
#top .modal-body{
    padding: 25px;
}
#top .modal-footer img{
    max-width:40px;
    opacity:0.5;
}
.present {
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    padding:1.5% 0 3%;
}
.present>p.th {
    font-size:20px;
    margin-bottom:10px;
}
.present>p.td {
    font-size:16px;
    line-height:1.2;
}
.present>p.td>span {
    font-size:20px;
    font-weight:bold;
}

/*============================
#pr_attend2
============================*/
#pr_attend2 {
    padding: 30px 0 35px;
    background: #E8ECEE;
    margin-bottom: 30px;
}

#pr_attend2>.container {max-width: 736px;}

#pr_attend2>.container>h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

#pr_attend2>.container>p {
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width: 760px) {
    #photo_gallery li img {
        width: 214px;
    }
}

@media only screen and (max-width: 910px) {
}

.wf-active {
  opacity: 1;
}