/** 基本設定
==========================================================================**/



figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

* {
    margin: 0;
    padding: 0;
    -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 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: 100%;
    /*color: #727272;*/
    color:#222;
}

#Stage {
    position: absolute;
    top: 50%;
}

table.border a {
    color: #00ABAD;
    text-decoration: underline;
}

table.border a:hover {
    color: #005C88 !important;
    text-decoration: none !important;
}

img {
    border: 0;
    vertical-align: bottom;
    max-width: 100%;
}

ol {
    list-style-position: inside;
}

.clearfix:after {
    content: ".";
    /* 新しい要素を作る */
    display: block;
    /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

#primary .supertext{
        vertical-align: super;
        font-size: 0.5em;
    }



.app-btn{
    background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

/** パララックス用
==========================================================================**/
@media(min-width: 1301px) {

    .parallax-window {
        background: transparent;
        background-size: cover;
    }

}

@media(min-width: 1041px) and (max-width: 1300px) {

    #top_index {
        width: 100%;
        height: 100%;
        min-height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../img/header/header.jpg);
        background-position: 20% 0;
    }



}

@media(min-width: 721px) and (max-width: 1040px) {

    .parallax-window {
        background: transparent;
        background-size: auto 100%;
    }

    #top_index {
        width: 100%;
        height: 100%;
        min-height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../img/header/headermb.jpg);
    }

}

@media(max-width: 720px) {
    .parallax-window {
        background: transparent;
        background-size: contain;
    }

    #top_index {
        width: 100%;
        height: 100%;
        min-height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../img/header/headermb.jpg);
    }

    @media only screen and (orientation : landscape) {

        /*横向きの際に適用*/
        #top_index {
            width: 100%;
            height: 180% !important;
            background-repeat: no-repeat;
            background-size: cover;
            background-image: url(../img/header/headermb.jpg);
        }

        .credit {
            position: absolute;
            top: 175%;
            right: 3px;
            font-size: 8px;
        }

        .credit img {
            width: 55px;
            margin-bottom: 3px;
        }


        .topbox {
            width: 350px !important;
            position: absolute;
            top: 120% !important;
            right: 0;
        }

        .topbox img {
            width: 100%
        }



    }
}


/** header背景
==========================================================================

#bgImgArea {
  position:relative;
  left:0;
  width:100%;
  min-width:980px;
  height:350px;
  z-index:3;
  box-shadow:#000000 3px;
}

#bgImgArea p{
  position:relative;
  width:980px;
  height:350px;
  margin:0 auto;
}
#bgImgArea a{
  position:absolute;
  z-index:10;
  right:10px;
  bottom:10px;
  padding:2px 10px;
  background:rgb(255, 255, 255);
  background:rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  text-decoration:none;
}

**/

#header {
    padding: 20px 15px;
    border-top: solid 7px #3D78A8;
    border-bottom: solid 7px #3D78A8;
    background-color: #f2f2f2;
    margin-bottom: 5px !important;
}

#header p {
    margin-bottom: 0;
}

#header h1,
#header span.logotype {
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 146px;
    margin-top: 10px;
    line-height: 1;
    letter-spacing: -9px;
    font-weight: bold;
    margin: 0;
    margin-left: -5px;
    color: #222222;
}

#header .subtitle {
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 36px;
    letter-spacing: -0.5px;
    line-height: 1;
    font-weight: bolder;
    text-align: left;
    font-style: normal;
    color: #766F6F;
}

#header .supertext {
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-style: normal;
    vertical-align: super;
    font-size: 18px;
}

#header .days {
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1.2em;
    font-weight: bolder;
    text-align: left;
    font-style: normal;
    margin-top: 3px;
}

#header .days span {
    background-color: #766F6F;
    color: #f2f2f2;
}

#header .place {
    font-family: din-2014, sans-serif;
    font-weight: 300;
    font-style: normal;
    border: none;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

#header .header-sponsor {
    font-family: din-2014, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
}

.header_area div {
    background-color: #eee;
    width: 100%;
    height: 300px;
}

#header .logo {
    display: flex;
}

#header .logo-r {
    margin-top: 20px;
    margin-left: 10px;
}



@media(max-width: 1140px) {
    #header {
        padding: 20px 0 20px 20px;
    }
    #header .subtitle{
        font-size: 32px;
    }
}

@media(max-width: 1040px){
    #header .logo {
        flex-direction: column;
    }

    #header .logo-r{
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 0;
    }

}


@media(max-width: 768px) {
    #header {
        padding: 20px 0 20px 20px;
    }

    #header h1,
    #header span.logotype {
        font-size: 120px;
    }

    #header .subtitle {
        font-size: 28px;
    }

    #header .supertext {
        font-size: 14px;
    }

    #header .days {
        font-size: 26px;
    }

}

@media(max-width: 500px) {
    #header {
        padding: 20px 10px 10px 10px;
    }

    #header h1,
    #header span.logotype {
        font-size: 74px;
        letter-spacing: -4px;
    }

    #header .subtitle {
        font-size: 22px;
    }

    #header .days {
        font-size: 22px;
    }

    #header .place {
        font-size: 18px;
    }
}

/*背景　
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/

svg {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
}

svg > span {
    position: relative;
    top: 0;
    right: 0;
}


path {
    fill: transparent;
}

/* 背景の色を取る場合はこれ取る
	  */

polyline {
    stroke-width: 1px;
}

#cyclothon path {
    stroke-width: 1px;
    stroke: #fff;
}

#sb-site {
    height: 100%;
}

@media(min-width: 721px) {
    /*--------------------------Slidebars--------------------------*/


    .sb-slidebar {
        background-color: #222222;
        /* Background colour. */
        color: #e8e8e8;
        /* Text colour. */
    }

    .sb-slidebar a {
        color: #FF3971;
        text-decoration: none;
    }

    .sb-slidebar a:hover {
        color: #E83165;
        /* Link hover colour. */
        text-decoration: underline;
    }

    /* Main Menu */
    .sb-menu {
        /* Apply to <ul> or <ol>. */
        padding: 0;
        margin: 0;
        list-style-type: none;

    }

    .sb-menu li {
        width: 95%;
        padding: 0;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        /* Will lighten any background colour you set. */
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        /* Will darken any background colour you set. */
    }

    .sb-menu > li:first-child {
        border-top: none;
        /* Removes top border from first list item.. */
        border-bottom: none;
        /* Removes top border from first list item.. */
        height: 50px;
    }

    .sb-menu > li:nth-child(0n+2) {
        border-top: none;
        /* Removes top border from first list item.. */
    }

    .sb-menu > li:last-child {
        border-bottom: none;
        /* Removed bottom border from last list item. */
    }

    .sb-menu li a {
        width: 100%;
        /* Makes links full width. */
        display: inline-block;
        padding: 1em 0 1em 4%;
        /* Creates an even padding the same size as your font. */
        color: #f2f2f2;
    }

    .sb-menu li a:hover {
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.05);
        /* Will lighten any background colour you set. */
    }

    /* 左メニューボーダー */
    .sb-left .sb-menu li a {
        border-left: 3px solid transparent;
    }

    .sb-left .sb-menu li a:hover {
        border-left: 3px solid;
        /* Removes transparent colour, so border colour will be the same as link hover colour. */
    }

    /* 右メニューボーダー */
    .sb-right .sb-menu li a {
        border-right: 3px solid transparent;
    }

    .sb-right .sb-menu li a:hover {
        border-right: 3px solid;
        /* Removes transparent colour, so border colour will be the same as link hover colour. */
    }

    /* Left */


    .sb-menu li .sb-open-right,
    .sb-menu li small {
        display: inline-block;
        padding: 14px;
    }

    .sb-menu li img {
        margin: 14px;
    }

    /* Right */
    /* Slidebar Type */

    .sb-slidebar,
    .sb-slidebar h3 {
        color: #F0F0F0;
    }

    .sb-slidebar ul.sb-nav li a {
        color: #DEDEDE;
    }

    .sb-slidebar ul.sb-nav li a:hover {
        color: #C7C7C7;
        text-decoration: none;
    }

    .sb-slidebar ul.sb-nav li span:hover {
        color: #C7C7C7;
    }

}


@media(max-width: 720px) {


    .sb-slidebar {
        display: none;
    }

}

/* ---- particles.js container ---- */



#all {
    height: 100%;
}

#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 999999998;
}

#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 999999999;
}

@media(min-width: 721px) {

    .mbmenu {
        display: none;
    }

}


.error {
    text-align: center;
    font-size: 130%;
    font-weight: bolder;
}

@font-face {
    font-family: "open";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

table.border a {
    display: block;
    margin: auto;
    text-decoration: none;
    color: inherit;
}

@keyframes radial {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 60px;
    }
}

@-moz-keyframes radial {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 60px;
    }
}

@-webkit-keyframes radial {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 60px;
    }
}

@-o-keyframes radial {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 60px;
    }
}

@-ms-keyframes radial {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 60px;
    }
}


.biliboard {
    width: 90%;
    padding: 15px;
    text-align: center;
    position: relative;
    background: #fff;
    color: #333;
    font: 12px open, tahoma;
}

@media(max-width: 720px) {
    .biliboard {
        width: 90%;
        padding: 15px;
        text-align: center;
        position: relative;
        background: #fff;
        color: #333;
        font: 10px;
    }
}



.biliboard:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 3px;
    transform: scale(1.04, 1.07);
    position: absolute;
    background: #f00;
    background: linear-gradient(90deg, #fafafa, #fafafa, #1D8EF7, #fafafa, #fafafa);
    background-position: 55px 0;
    top: 0;
    -o-animation: linear 1s infinite linear;
    -webkit-animation: linear 1s infinite linear;
    -ms-animation: linear 1s infinite linear;
    -moz-animation: linear 1s infinite linear;
    animation: linear 1s infinite linear;
    left: 0;
    z-index: -1;
}

.biliboard.radial:before {
    background: radial-gradient(#fafafa, #fafafa, #F2A61A, #fafafa, #fafafa);
    animation: radial 1s infinite linear;
    -moz-animation: radial 1s infinite linear;
    -ms-animation: radial 1s infinite linear;
    -o-animation: radial 1s infinite linear;
    -webkit-animation: radial 1s infinite linear;
    animation: radial 1s infinite linear;
}

.biliboard.radial:hover:before {
    background: radial-gradient(#fafafa, #fafafa, #D1006E, #fafafa, #fafafa);
    -moz-animation: radial 1s infinite linear;
    -ms-animation: radial 1s infinite linear;
    -o-animation: radial 1s infinite linear;
    -webkit-animation: radial 1s infinite linear;
    animation: radial 1s infinite linear;
}


.listbtn {
    display: inline-block;
    width: 80%;
    height: 45px;
    text-align: center;
    text-decoration: none !important;
    line-height: 45px;
    outline: none;
    position: relative;
    z-index: 2;
    background-color: rgba(45, 129, 197, 0.3);
    border: 2px solid rgba(45, 129, 197, 0.5);
    color: #fff !important;
    font-size: 100%;

}

.listbtn::before,
.listbtn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    top: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(45, 129, 197, 0.3);

}

.listbtn,
.listbtn::before,
.listbtn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.listbtn:hover {
    background-color: rgba(255, 255, 255, 0.30);
    border-color: #59b1eb;
    color: #59b1eb !important;
}

.listbtn::before {
    right: 0;
}

.listbtn::after {
    left: 0;
}

.listbtn:hover::before,
.listbtn:hover::after {
    width: 0;
    background-color: rgba(45, 129, 197, 0.3);
}






/*スライダー*/


.camera_wrap a,
.camera_wrap img,
.camera_wrap ol,
.camera_wrap ul,
.camera_wrap li,
.camera_wrap table,
.camera_wrap tbody,
.camera_wrap tfoot,
.camera_wrap thead,
.camera_wrap tr,
.camera_wrap th,
.camera_wrap td.camera_thumbs_wrap a,
.camera_thumbs_wrap img,
.camera_thumbs_wrap ol,
.camera_thumbs_wrap ul,
.camera_thumbs_wrap li,
.camera_thumbs_wrap table,
.camera_thumbs_wrap tbody,
.camera_thumbs_wrap tfoot,
.camera_thumbs_wrap thead,
.camera_thumbs_wrap tr,
.camera_thumbs_wrap th,
.camera_thumbs_wrap td {
    background: none;
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    list-style: none
}


@media(min-width: 1201px) {
    .header_area {
        width: 100%;
        background-color: #EFEFEF;
    }

    .camera_wrap {
        direction: ltr;
        display: none;
        position: relative;
        z-index: 0;
        margin: 0 auto;
    }

    .camera_wrap img {
        max-width: none !important;
    }

    .camera_fakehover {
        height: 100%;
        min-height: 60px;
        position: relative;
        width: 100%;
        z-index: 1;
    }

    .camera_src {
        display: none;
    }

    .cameraCont,
    .cameraContents {
        height: 100%;
        position: relative;
        width: 100%;
        z-index: 1;
    }

    .cameraSlide {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

    .cameraContent {
        bottom: 0;
        display: none;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

    .camera_target {
        bottom: 0;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        text-align: left;
        top: 0;
        width: 100%;
        z-index: 0;
    }

    .camera_overlayer {
        bottom: 0;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 0;
    }

    .camera_target_content {
        bottom: 0;
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
    }

    .camera_target_content .camera_link {
        background: url(images/blank.gif);
        display: block;
        height: 100%;
        text-decoration: none;
    }

    .camera_loader {
        background: #fff url(../img/material/camera-loader.gif) no-repeat center;
        background: rgba(255, 255, 255, 0.9) url(../img/material/camera-loader.gif) no-repeat center;
        border: 1px solid #ffffff;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px;
        height: 36px;
        left: 50%;
        overflow: hidden;
        position: absolute;
        margin: -18px 0 0 -18px;
        top: 50%;
        width: 36px;
        z-index: 3;
    }

    .camera_bar {
        bottom: 0;
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 3;
    }

    .camera_thumbs_wrap.camera_left .camera_bar,
    .camera_thumbs_wrap.camera_right .camera_bar {
        height: 100%;
        position: absolute;
        width: auto;
    }

    .camera_thumbs_wrap.camera_bottom .camera_bar,
    .camera_thumbs_wrap.camera_top .camera_bar {
        height: auto;
        position: absolute;
        width: 100%;
    }

    .camera_nav_cont {
        height: 65px;
        overflow: hidden;
        position: absolute;
        right: 9px;
        top: 15px;
        width: 120px;
        z-index: 4;
    }

    @media(min-width: 1201px) {
        .camera_caption {
            bottom: 0;
            display: block;
            position: absolute;
            width: 100%;
        }

        .camera_caption > div {
            padding: 10px 20px;
        }
    }

    @media(min-width: 721px) and (max-width: 1040px) {
        .header_area {
            width: 90%;
            background-color: #EFEFEF;
            margin-left: 20%;
        }

        .camera_caption {
            bottom: 0;
            display: block;
            position: absolute;
            width: 80%;
        }

        .camera_caption > div {
            padding: 10px 20px;
        }
    }

    @media(max-width: 720px) {
        .camera_caption {
            display: none;
        }

        .camera_caption > div {
            display: none;
        }
    }

    .camera_caption {
        color: #fff;
    }

    .camera_caption > div {
        background: #000;
        background: rgba(0, 0, 0, 0.8);
    }

    .camerarelative {
        overflow: hidden;
        position: relative;
    }

    .imgFake {
        cursor: pointer;
    }

    .camera_prevThumbs {
        bottom: 4px;
        cursor: pointer;
        left: 0;
        position: absolute;
        top: 4px;
        visibility: hidden;
        width: 30px;
        z-index: 10;
    }

    .camera_prevThumbs div {
        background: url(../img/material/camera_skins.png) no-repeat -160px 0;
        display: block;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
        width: 30px;
    }

    .camera_nextThumbs {
        bottom: 4px;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 4px;
        visibility: hidden;
        width: 30px;
        z-index: 10;
    }

    .camera_nextThumbs div {
        background: url(../img/material/camera_skins.png) no-repeat -190px 0;
        display: block;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
        width: 30px;
    }

    .camera_command_wrap .hideNav {
        display: none;
    }

    .camera_command_wrap {
        left: 0;
        position: relative;
        right: 0;
        z-index: 4;
    }

    .camera_wrap .camera_pag .camera_pag_ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: right;
    }

    .camera_wrap .camera_pag .camera_pag_ul li {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        cursor: pointer;
        display: inline-block;
        height: 16px;
        margin: 20px 5px;
        position: relative;
        text-align: left;
        text-indent: 9999px;
        width: 16px;
    }

    .camera_commands_emboss .camera_pag .camera_pag_ul li {
        -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    }

    .camera_wrap .camera_pag .camera_pag_ul li > span {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        height: 8px;
        left: 4px;
        overflow: hidden;
        position: absolute;
        top: 4px;
        width: 8px;
    }

    .camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
        -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    }

    .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
        -moz-box-shadow: 0;
        -webkit-box-shadow: 0;
        box-shadow: 0;
    }

    .camera_pag_ul li img {
        display: none;
        position: absolute;
    }

    .camera_pag_ul .thumb_arrow {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid;
        top: 0;
        left: 50%;
        margin-left: -4px;
        position: absolute;
    }

    .camera_prev,
    .camera_next,
    .camera_commands {
        cursor: pointer;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
        width: 40px;
        z-index: 2;
    }

    .camera_prev {
        left: 0;
    }

    .camera_prev > span {
        background: url(../img/material/camera_skins.png) no-repeat 0 0;
        display: block;
        height: 40px;
        width: 40px;
    }

    .camera_next {
        right: 0;
    }

    .camera_next > span {
        background: url(../img/material/camera_skins.png) no-repeat -40px 0;
        display: block;
        height: 40px;
        width: 40px;
    }

    .camera_commands {
        right: 41px;
    }

    .camera_commands > .camera_play {
        background: url(../img/material/camera_skins.png) no-repeat -80px 0;
        height: 40px;
        width: 40px;
    }

    .camera_commands > .camera_stop {
        background: url(../img/material/camera_skins.png) no-repeat -120px 0;
        display: block;
        height: 40px;
        width: 40px;
    }

    .camera_wrap .camera_pag .camera_pag_ul li {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        cursor: pointer;
        display: inline-block;
        height: 16px;
        margin: 20px 5px;
        position: relative;
        text-indent: 9999px;
        width: 16px;
    }

    .camera_thumbs_cont {
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .camera_commands_emboss .camera_thumbs_cont {
        -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 0px gba(255, 255, 255, 1), inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    }

    .camera_thumbs_cont > div {
        float: left;
        width: 100%;
    }

    .camera_thumbs_cont ul {
        overflow: hidden;
        padding: 3px 4px 8px;
        position: relative;
        text-align: center;
    }

    .camera_thumbs_cont ul li {
        display: inline;
        padding: 0 4px;
    }

    .camera_thumbs_cont ul li > img {
        border: 1px solid;
        cursor: pointer;
        margin-top: 5px;
        vertical-align: bottom;
    }

    .camera_clear {
        display: block;
        clear: both;
    }

    .showIt {
        display: none;
    }

    .camera_clear {
        clear: both;
        display: block;
        height: 1px;
        margin: -1px 0 25px;
        position: relative;
    }

    .camera_wrap .camera_pag .camera_pag_ul li {
        background: #b7b7b7;
    }

    .camera_wrap .camera_pag .camera_pag_ul li:hover > span {
        background: #b7b7b7;
    }

    .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
        background: #f00004;
    }

    .camera_pag_ul li img {
        border: 4px solid #e6e6e6;
        -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .5);
        box-shadow: 0px 3px 6px rgba(0, 0, 0, .5);
    }

    .camera_pag_ul .thumb_arrow {
        border-top-color: #e6e6e6;
    }

    .camera_prevThumbs,
    .camera_nextThumbs,
    .camera_prev,
    .camera_next,
    .camera_commands,
    .camera_thumbs_cont {
        background: #d8d8d8;
        background: rgba(216, 216, 216, 0.85);
    }

    .camera_wrap .camera_pag .camera_pag_ul li {
        background: #b7b7b7;
    }

    .camera_thumbs_cont ul li > img {
        border-color: 1px solid #000;
    }

    /*SKINの色*/
    .camera_black_skin .camera_prevThumbs div {
        background-position: -160px -40px;
    }

    .camera_black_skin .camera_nextThumbs div {
        background-position: -190px -40px;
    }

    .camera_black_skin .camera_prev > span {
        background-position: 0 -40px;
    }

    .camera_black_skin .camera_next > span {
        background-position: -40px -40px;
    }

    .camera_black_skin .camera_commands > .camera_play {
        background-position: -80px -40px;
    }

    .camera_black_skin .camera_commands > .camera_stop {
        background-position: -120px -40px;
    }

    @media(max-width: 720px) {

        .camera_prev,
        .camera_next,
        .camera_commands {
            cursor: pointer;
            height: 20px;
            margin-top: -20px;
            position: absolute;
            top: 50%;
            width: 20px;
            z-index: 2;
        }

        .camera_prev {
            left: 0;
        }

        .camera_prev > span {
            background: url(../img/material/camera_skins.png) no-repeat 0 0;
            display: block;
            height: 20px;
            width: 20px;
        }

        .camera_next {
            right: 0;
        }

        .camera_next > span {
            background: url(../img/material/camera_skins.png) no-repeat -20px 0;
            display: block;
            height: 20px;
            width: 20px;
        }

        .header_area {
            width: 100%;
            height: 300px;
            background-color: #EFEFEF;
            margin: 0 auto;
        }

    }
