@charset "utf-8";

#main {
    margin: 0 auto;
    padding: 0 2%;
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    text-align: center;
    background: url(../img/main_bg01.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}

h1 {
    margin: 50px 0 0;
    font-size: 14px;
    color: #FFF;
    font-weight: 500;
    position: relative;
    display: inline-block;
    z-index: 9;
}

h1:before {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(90deg, rgba(103,181,239,0) 0%, rgba(180,127,12,1) 50%, rgba(103,181,239,0) 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0%;
    left: 0%;
}

h1:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: calc(162% - 10px);
    z-index: -1;
    top: calc(-31% + 5px);
    left: -31%;
    margin: auto;
}

h2 {
    margin: 2vh auto 0;
    font-size: 13px;
    color: #FFF;
    font-weight: bold;
    position: relative;
    display: inline-block;
    z-index: 9;
}

h2:before {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(90deg, rgba(103,181,239,0) 0%, rgba(180,127,12,1) 50%, rgba(103,181,239,0) 100%);
    width: 162%;
    height: 162%;
    z-index: -1;
    top: -31%;
    left: -31%;
}

h2:after {
    content: "";
    display: block;
    position: absolute;
    width: 162%;
    height: calc(162% - 10px);
    z-index: -1;
    top: calc(-31% + 5px);
    left: -31%;
    margin: auto;
}

.contWr {
    margin: 4% auto 0;
    max-width: 1000px;
    width: 100%;
    display: flex;
    justify-content: center;
}

#main:after {
    content: "";
    background: url(../img/contentdeco01.png) center center;
    background-size: 99%;
    background-repeat: no-repeat;
    display: block;
    height: 500px;
    width: 200px;
    position: absolute;
    bottom: 0%;
    right: 4%;
}

.contAr {
    width: 48%;
}

.contAr > a {
    display: block;
}

.contAr > a:hover {
}

.contAr > a > img {
    max-width: 240px;
    width: 100%;
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}

.contAr > a:hover > img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2,1.2);
}

.contAr > p {
    margin: 1vh auto 0;
    font-size: 11px;
    color: #333;
}

.copyTxt {
    margin: 50px 0;
    font-size: 12px;
    color: #333;
}

.contAr > a {
    padding: 20%;
    text-align: center;
    background: url(../img/content_bg01.png) center no-repeat;
    background-size: contain;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1600px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

#main:after {
    content: "";
    background: url(../img/contentdeco01.png) center center;
    background-size: 99%;
    background-repeat: no-repeat;
    display: block;
    height: 400px;
    width: 150px;
    position: absolute;
    bottom: 0%;
    right: 2%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1600px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

#main:after {
    display: none;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */




/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 591px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */




/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */




/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 320px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */




/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */