/* TOP CSS */

/* --------------------------------------

Base settings

---------------------------------------*/
* {
    -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: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W6", "HIragino Kaku Gothic Pro W6", "HIragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    text-align: left;
    color: #000;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    width: 100%;
    overflow-x: hidden;
    margin: 0;
}


.pc-hyde {
    display: none;
}

.line0 {
    line-height: 0;
}

::selection {
    background: #e0f5ff;
}

::placeholder {
    color: #999;
}

.mustcenter {
    margin: 0 auto !important;
}

.font-nomal {
    font-weight: normal;
}

.overflow-hidden {
    overflow: hidden;
}

.textwidget,
.textwidget p {
    display: inline !important;
}

#toggle {
    display: none;
}

a .fa {
    color: #2a9968;
    font-size: 24px;
    vertical-align: middle;
}

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




input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 10px;
    border: none;
    background: #f6f6f6;
}

textarea {
    height: 244px;
}



/* --------------------------------------

layout

---------------------------------------*/

.wide {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ddd;
    padding: 40px;
}



.wrapper {
    max-width: 1000px;
    width: 92%;
    margin: 0 auto;
    position: relative;
}

.box {
    padding-top: 60px;
    padding-bottom: 60px;
}

.vmiddle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
    z-index: 9;
}


/*-------- flexbox --------*/

.flexbox {
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
}

.flexbox.col2 > .item {
    width: 48.5%;
}

.flexbox.col3 > .item {
    width: 32%;
}

.flexbox.col3 > .item.double {
    width: 64%;
}

.flexbox.col4 > .item {
    width: 24%;
}

.flexbox.col5 > .item {
    width: 18%;
}

.flexbox.col6 > .item {
    width: 16%;
}


.flexbox.balance > .item {
    flex: 1;
}
}


@charset "utf-8";
/* CSS Document */

/* common CSS */

/* ================= common =====================

align
float
margin
hack
form

============================================ */


/* ------------------ text-right -------------- */

.text-right {
    text-align: right;
}

/* ------------------ text-left -------------- */

.text-left {
    text-align: left;
}

/* ------------------ text-center -------------- */

.text-center {
    text-align: center;
}


/* =============================================================
float
============================================================= */

/* ------------------ float ------------------ */
.clear {
    clear: both;
}



.clearbox:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
}

.clearbox {
    height: 100%;
}


/* =============================================================
margin
============================================================= */

/* -------------- top -------------- */
.top5 {
    margin-top: 5px;
}

.top10 {
    margin-top: 10px;
}

.top20 {
    margin-top: 20px;
}

.top30 {
    margin-top: 30px;
}

.top40 {
    margin-top: 40px;
}


.top50 {
    margin-top: 50px;
}

.p-top10 {
    padding-top: 20px;
}

.p-top20 {
    padding-top: 20px;
}

/* -------------- bottom -------------- */
.bottom5 {
    margin-bottom: 5px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom15 {
    margin-bottom: 15px;
}

.bottom20 {
    margin-bottom: 20px;
}

.bottom30 {
    margin-bottom: 30px;
}

.bottom40 {
    margin-bottom: 40px;
}

.bottom50 {
    margin-bottom: 50px;
}

.bottom60 {
    margin-bottom: 60px;
}

.bottom80 {
    margin-bottom: 80px;
}

.bottom250 {
    margin-bottom: 250px;
}

/* -------------- left -------------- */
.left10 {
    margin-left: 10px;
}

.left20 {
    margin-left: 20px;
}

.left50 {
    margin-left: 50px;
}

.left80 {
    margin-left: 80px;
}

.left15 {
    margin-left: 15px;
}

/* -------------- right -------------- */


.right5 {
    margin-right: 5px;
}

.right10 {
    margin-right: 10px;
}

.right20 {
    margin-right: 20px;
}

.right15 {
    margin-right: 15px;
}


/* =============================================================
hack
============================================================= */

/* -------- clearfix -------- */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */


.clearfix2:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

*1257897500* html .clearfix2 {
    display: inline-block;
}

/* no ie mac \*/

*1257897501* html .clearfix2 {
    height: 1%;
}

.pkg {
    display: block;
}

/* */


/* -------- IE5.5 ｡・IE6 -------- */

/* Hides from IE5-mac \*/
* html .hollyhack {
    height: 1%;
}

/* End hide from IE5-mac */


/* =============================================================
form
============================================================= */



.red {
    color: #F00;
}

.red-bold {
    color: #bc312e;
    font-weight: bold;
}

.blue {
    color: #54bedc;
}

.blue-bold {
    color: #263d79;
    font-weight: bold;
}

.pink {
    color: #df6182;
}

.green {
    color: #2a9968;
}

.gray {
    color: #777777;
}


.orange {
    color: #fe9704;
}


.yellow {
    font-weight: bold;
    color: #FFFF66;
    font-size: 12px;
}


table {
    width: 100%;
    border-top: 1px dashed #e4e4e4;
    border-right: 1px dashed #e4e4e4;
}

th {
    background: #f4f4f4;
    width: 33%;
}

td,
th {
    padding: 16px;
    border-bottom: 1px dashed #e4e4e4;
    border-left: 1px dashed #e4e4e4;
    overflow-wrap: break-word;
}

table.none {
    border: none;
    margin: 0 auto;
}

table.none td,
table.none th {
    border-bottom: none;
    border-right: none;
    padding: 0 3px;
}





.font30 {
    font-size: 30px;
    font-weight: bold;
}

.font24 {
    font-size: 24px;
    font-weight: bold;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font14 {
    font-size: 14px;
}

.font12 {
    font-size: 12px;
}

h1,
h2,
h3,
h4 {
    margin: 0;
}


/* --------------------------------------

detail

---------------------------------------*/

header {
    background: #000;
    padding: clamp(2px, 4vw, 20px);
}

.logo {
    line-height: 0;
    text-align: center;
}

.logo img {
    line-height: 1;
    width: clamp(100px, 10vw, 170px);
    height: auto;
}

.mv {
    background: rgba(127, 127, 127, 0.1);
    background-image: radial-gradient(black 33%, transparent 33%);
    background-size: 2px 2px;
    position: relative;
    max-height: 600px;
    overflow: hidden;
    width: 100%;
}

.mv:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(000, 000, 000, 1);
    position: absolute;
    top: 0;
    z-index: -1
}


.mv video {
    width: 100%;
    height: auto;
    opacity: 0.2;
}


.mv .content {
    position: absolute;
    z-index: 1;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0 auto;
}

.mv .content h2 {
    font-size: 2rem
}


p {
    margin: 0;
}

.btn {
    display: block;
    margin-top: 33.33333px;
    background: #008000;
    color: #fff;
    text-align: center;
    width: clamp(150px, 80%, 250px);
    padding: 10px 20px;
    min-width: 180px;
    position: relative;
    font-weight: normal;
    border-radius: 200px;
    background: linear-gradient(90deg, #FCCF31, #F55555);
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0 auto;
}

.btn:hover {
    opacity: 0.8;
}

.col3 .item {
    text-align: center
}

.col3 .item img {
    width: auto;
    height: 85px;
    opacity: 0.3;
}

.col3 .item h3 {
    font-size: 1.3rem;

}

.col3 .item h3 span {
    background: linear-gradient(transparent 60%, rgba(255, 253, 107, 0.7) 0);
}

footer {
    background: #111;
    color: #fff;
}

footer .btn {
    width: 100%;
}

/* --------------------------------------

sp

---------------------------------------*/

@media screen and (max-width: 960px) {
    .flexbox {
        display: block;
    }

    .flexbox .item {
        width: 100%!important;
    }

    .mv {
        max-height: inherit;
        overflow: hidden;
        width: 100%;
        text-align: center;
        min-height: 80vh;
    }
    
    .mv video{
        position: absolute;
        display: block;
        height: 100vh;
        width: auto;
        min-width: 100%;
        top: 0;
         left: 50%;
        transform: translate(-50%, 00%);
    }
    
    

    .mv .content {
        top: 50%;
    left: 00%;
        right: 0%;
    transform: translate(-00%, -50%);
    }
    
    
.mv .content h2{
    font-size:  1.2rem
}

    footer{
        text-align: center;
    }
    
    footer h2{
    font-size:  1.2rem
}
    
    footer p{
        margin-bottom:4vw;
    }

    
    .btn{
        font-size: 1.2rem
    }
}
