@charset 'utf-8';
/*
Theme Name: genkaitoppa
Description: genkaitoppa
Theme URI: 
Author: Kenta Tomori
Version: 1.0
*/
/*css*/
body {
    font-family: YakuHanJP, Noto Sans JP, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    background-color: #1C1C1C;
}

img {
    max-width: 100%;
}

.mb-show {
    display: none;
}

.right {
    text-align: right;
}

.inner {
    max-width: 1100px;
    padding: 10px;
    margin: 0 auto;
}

.p10 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
}

.center {
    text-align: center;
}

/*font-size*/
.f-s,
.f-m,
.f-l,
.f-x {
    line-height: 1.3em;
}

.f-s {
    font-size: 11px;
}

.f-m {
    font-size: 33px;
    font-weight: bold;
}

.f-l {
    font-size: 4.4vw;
    font-weight: bold;
}

.f-ls {
    font-size: 4.4vw;
    font-weight: bold;
    line-height: 1.5;
}

.f-x {
    font-size: 5.35vw;
    font-weight: bold;
    line-height: 1.5;
}

/*margin*/
.mb-s {
    margin-bottom: 10px;
}

.mb-m {
    margin-bottom: 30px;
}

.mb-l {
    margin-bottom: 50px;
}

.mb-x {
    margin-bottom: 135px;
}

.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

/**/
.point_green {
    color: #B3DB11;
    padding-top: 3vw;
    background-repeat: repeat-x;
    background-size: 5.4vw 5.4vw;
    background-image: radial-gradient(.55vw .55vw at center center, #B3DB11, #B3DB11 100%, transparent);
    background: -moz-radial-gradient(.55vw .55vw at center center, #B3DB11, #B3DB11 100%, transparent);
    background: -webkit-radial-gradient(.55vw .55vw at center center, #B3DB11, #B3DB11 100%, transparent);
    background: -ms-radial-gradient(.55vw .55vw at center center, #B3DB11, #B3DB11 100%, transparent);
}

/**/
/*-----------------------------
            header
-----------------------------*/
header {
    background-color: #000;
    color: #fff;
}

.header-top {
    position: absolute;
    padding-top: 2vw;
    padding-bottom: 3vw;
    width: 100%;
}
.clone-nav {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    transition: .2s;
    transform: translateY(-100%);
    color: #fff;
    background-color: #000;
/*    opacity: 0.7;*/
    
}

.is-show {
    transform: translateY(0);
}

.header-top-left {
    width: 37vw;
}
.header-top-left p {
    font-size: 0.8vw;
    padding-left: 0.5vw;
    padding-bottom: 0.2vw;
}

.header-top-right {
    width: 63vw;
}
.header-top-right p {
    font-size: 1.8vw;

}

.header-top-left-logo {
    max-width: 13vw;
}
.header-top-left-logo img {
    max-width: 13vw;
}



.header-top-right-entry a {
    margin-right: 5vw;
    display: inline-block;
    color: #fff;
    border: solid 2px #fff;
    padding: 1vw 1.5vw;
    font-size: 1.3vw;
    background-color: #ED6E00;
}

.visual {
/*    height: 57vw;*/
    background-image: url(../img/visual1.png);
    background-size: cover;
    background-position: top;
    padding: 0 50px;
}

.visual-left {
    width: 37vw;
    padding: 7vw 2vw;
}
.visual-left-movie a {
/*    display: inline-block;*/
/*
    width: 100px;
    height: 100px;
    background-color: red;
*/
}

.visual-right {
    width: 63vw;
/*
    background-image: url(../img/visual.jpg);
    background-size: cover;
    background-position: top;
*/
}



/*-----------------------------
            main
-----------------------------*/
main {
    color: #fff;
    overflow: hidden;
}

.obi1 {
    background-color: #AEDD16;
    color: #1C1C1C;
    font-size: 4.6vw;
    font-weight: bold;
}

.obi1 h3 {
    padding-top: 30px;
    padding-bottom: 37px;
    margin-bottom: 46px;
}

.obi1 h3 span {
    font-size: 5.3vw;
}

.genkai img {
    max-width: 50vw;
    width: 100%;
}

/*dissatisfied*/
.obi2 {
    background-image: url(../img/obi2.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    color: #1C1C1C;
    text-align: center;
    padding: 2.6vw 10px;
}

.obi2 p {
    font-weight: bold;
    line-height: 1;
    font-size: 3.3vw;
}

/**/



/*resolution*/
.obi3 {
/*
    background-image: url(../img/obi3.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
*/
    background-color: #313131;
    text-align: center;
    padding: 5vw 10px 3vw;
}

.obi3 p {
    line-height: 1;
/*    transform: rotate(-2deg);*/
    font-size: 6.1vw;

}


.resolution_list h3 {
    font-size: 5.1vw;
    margin-bottom: 1vw;
}

.resolution_list span {
    color: #B3DB11;
    font-size: 6.3vw;
}

.resolution_list p {
    font-size: 2vw;
}

.resolution_list p:not(:last-child) {
    margin-bottom: 60px;
}

.resolution_list p:last-child {
    margin-bottom: 100px;
}

.box2 .split div {
    color: #1C1C1C;
    height: 100%;
    padding: 2vw 3vw;
    background-color: #fff;
    border-radius: 10px;
}

.box2 h4 {
    padding-bottom: 1vw;
    font-size: 2.5vw;
}

.box2 p {
    font-size: 1.5vw;
    line-height: 1.5;
}

.use_title {
    background-color: #C3D600;
    color: #1C1C1C;
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: bold;
    font-size: 22px;
}

.use_content {
    background-color: #fff;
    padding-top: 35px;
    padding-bottom: 25px;
}

/*details*/
.details_list {
    margin-bottom: 190px;
}

.details_list h3 {
    position: relative;
    background-color: #1C1C1C;
    display: inline-block;
    padding: 0 10px;
    z-index: 10;
}

.details_list .line {
    position: relative;
}

.details_list .line:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 1200px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
}

.details_list h3 span {
    color: #C3D600;
}

.box3 {
    display: inline-block;
    color: #065300;
    background-image: url(../img/box3.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px 15px 15px;
}

.kingaku img {
    max-width: 850px;
    width: 100%;
}

.details_point {
    max-width: 800px;
    margin: 0 auto 30px;
    padding: 0 20px;
}

.details_point p {
    background-color: #DEE54E;
    color: #065300;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    margin: 0 15px;
    border-radius: 40px;
    font-size: 4.4vw;
}

.details_check {
    display: inline-block;
    max-width: 830px;
    text-align: left;
}

.details_check li {
    position: relative;
    margin-bottom: 30px;
    padding-left: 55px;
}

.details_check li:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 61px;
    background-image: url(../img/check.png);
    background-size: contain;
    left: 0;
    top: -7px;
}

.bk_white {
    display: inline-block;
    color: #1C1C1C;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 7px;

}

.option img {
    max-width: 1050px;
    width: 100%;
}


/*-----------------------------
            footer
-----------------------------*/




.header-top-right-entry a {
    margin-right: 5vw;
    display: inline-block;
    color: #fff;
    border: solid 2px #fff;
    padding: 1vw 1.5vw;
    font-size: 1.3vw;
}


footer {
    background-color: #000;
    color: #fff;
    font-size: 15px;
    padding-top: 60px;
    padding-bottom: 60px;
}

footer img {
    max-width: 285px;
    width: 100%;
    margin-bottom: 30px;
}

.footer_list {
    max-width: 30vw;
    width: 100%;
    margin: 3vw auto 0;
}

.footer_list li {
    font-size: 1.8vw;
    padding-top: 0.9vw;
    padding-bottom: 0.9vw;
    padding-left: 3.5vw;
    margin-bottom: 0.4vw;
    text-align: left;
    background-image: url(../img/check2.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}

/*
.footer_list li:before {
    position: absolute;
    content: "";
    width: 2.7vw;
    height: 3.5vw;
    background-image: url(../img/check2.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: -9px;
}
*/
.contract a {
    display: inline-block;
    color: #1C1C1C;
    font-weight: bold;
    font-size: 1.8vw;
    width: 100%;
    padding: 20px 0;
    background-color: #C3D600;
    border-radius: 3px;

}

.entry {
    position: relative;
}

.entry .obi3 {
    position: absolute;
    top: -110px;
    width: 100%;
}

.entry .visual {
/*    height: 70vw;*/
}

.entry .visual-right {
/*    background-image: url(../img/visual.jpg);*/
}

.entry .text1 {
    font-size: 3vw;
}

.entry .text1 span {
    font-size: 1.5vw;
}

.entry .content1 {
    max-width: 27vw;
    margin: 2vw auto;
}



/*
.visual-left-movie {
    background-color: #fff;
}
.visual-left-movie a {
    position: relative;
    display: block;
}*/
.md_iframe_image {
/*    background-color: #fff;*/
}
.md_iframe_image a {
/*
    display: block;
    position: relative;
*/
}

/*20200525追記*/
.tanmatu_details {
    font-size: 30px;
    text-decoration: underline;
}

