@charset "utf-8";
/* code css */

/*=== basic ===*/
 body {
    font-family:"游ゴシック" , "Yu Gothic" , sans-serif , Helvetica;
    color: #333;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #fed136;
}

.text-primary {
    color: #fed136;
}

.text-pure {
    color: #fff;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #333;
}

section a {
    text-decoration: underline;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica;
    font-weight: 400;
}

.fa-1-5x {
  font-size: 1.25em;
}

.txt-small {
    font-size: 15px;    
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

/*=== btn ===*/

.btn-primary {
    border-color: #fed136;
    font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}

.btn-xl {
    padding: 10px 40px;
    border-color: #fed136;
    border-radius: 3px;
    font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}

/*=== navbar ===*/

.navbar-default {
    border-color: transparent;
    background-color: #222;  
}

.navbar-default .navbar-brand {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fed136;
}

.navbar-default .navbar-collapse {
    border-color:  rgba(34,34,34,0);  
}

.navbar-default .navbar-toggle {
    border-color: rgba(34,34,34,0);  
    background-color: rgba(34,34,34,0);  
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(34,34,34,0);
}

.navbar-default .nav li a {
    font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica;
    font-weight: 600;
    color: #fff;
}

.navbar-nav .nav-phone {
    color: #fff;
    padding: 0 15px 0 0;
    line-height: 3;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #fed136;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fed136;
    background: none;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background: none;
}

.navbar-default .nav li.nav-phone {
    display: none;
}

.navbar-default .nav li.nav-entry a {
    color: #fff;
    text-align: left;
    background: none;
    border-color: none;
    border-radius: 0;
    font-size: 1em;
    font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica;
    font-weight: 600;
    padding: 15px 15px;
    margin-top: 0;
}

.navbar-default.navbar-shrink .nav li.nav-entry a {
    padding-top: 0px;
}

.navbar-default .nav li.nav-entry a:hover,
.navbar-default .nav li.nav-entry a:focus {
    color: #fed136;
}

.navbar-default.navbar-shrink .nav li.top-menu {
    display: block;
}

.navbar-default .nav li.top-menu {
    display: none;
}

.logo img {
    width: 150px;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;  
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.4em;
    }
    
    .navbar-default .nav li.nav-phone {
        display: block;
    }
    
    .navbar-default.navbar-shrink .nav li.nav-entry a {
        color: #333;
        text-align: left;
        background: #fed136;
        border-color: #fed136;
        border-radius: 3px;
        font-size: 1em;
            font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica;
        font-weight: 600;
        padding: 10px 20px;
        margin-top: 5px;
        margin-right: 20px;
    }
    
    .navbar-default.navbar-shrink .nav li.nav-entry a:hover,
    .navbar-default.navbar-shrink .nav li.nav-entry a:hover,
    .navbar-default .nav li.nav-entry a:focus {
        color: #fff;
    }
}

/*=== header ===*/
header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url("../img/header-bg.jpg");
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text, header .intro-next {
    padding-top: 150px;
    padding-bottom: 100px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 20px;
    font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica ;
    font-size: 15px;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 0;
    line-height: 25px;
    font-weight: 500;
    font-size: 20px;
    font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica ;
}

header .intro-text .intro-entry a {
    color: #333;
}

header .intro-text .intro-entry a:hover,
header .intro-text .intro-entry a:focus {
    color: #fff;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 250px;
        padding-bottom: 150px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 35px;
        font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica ;
        font-size: 26px;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 20px;
            font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica ;
        font-size: 60px;
        font-weight: 500;
        line-height: 60px;
        letter-spacing: -2px;
    }
}

.intro-btn {
    margin-top: 20px;
    
}

/*=== header ===*/
section {
    padding: 80px 0;
}

div#cfb-btn {
    padding: 0 0 80px;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 25px;
}

section h3.section-subheading {
    margin-bottom: 80px;
    text-transform: none;
    font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}

section h2.contents-heading , section h4.contents-heading {
    margin: 50px 0 30px;
    font-size: 25px;
    line-height: 1.25;
}

section h4.contents-heading span.small {
    font-size: 20px;
}

section p {
    margin-bottom: 50px;
    text-transform: none;
    font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}

section p.bottom, section figure.last {
    margin-bottom: 0;
}

section p.last {
    margin-bottom: 0;
}

@media(min-width:768px) {
    section {
        padding: 150px 0;
    }

    div#cfb-btn {
        padding: 0 0 130px;
    }
    
    section#portfolio {
        padding: 150px 0 0;
    }
    
    section.port {
        padding: 150px 0;
    }
    
    section h2.section-heading {
        font-size: 65px;
    }
    
    section h4.contents-heading span.small {
        font-size: 30px;
    }
    
    section p {
        margin-bottom: 150px;
        font-size: 20px;
    }
    
    section p.bottom {
        margin-bottom: 30px;
    }
    
    section h2.contents-heading, section h4.contents-heading {
        font-size: 50px;
        line-height: 1.25;
    }
    
    section h3.section-subheading {
        font-size: 20px;
    }
}

.index .navbar-brand .small {
    font-size: 11px;
}

.index .navbar-brand {
    line-height: 14px;
}
/*=== about ===*/

section h4.about-heading {
    margin: 30px 0 30px;
    font-size: 25px;
    line-height: 1.25;
}

#about figure {
    margin-bottom: 50px;     
}

@media(min-width:768px) {
    section h4.about-heading {
        margin: 0 0 30px;
        font-size: 35px;
    }
    
    #about figure {
        margin-bottom: 150px;    
    }
    
    section#about {
        padding: 150px 0 0;
    }
}

/*=== portfolio ===*/

#innovation figure {
    margin-top: 0px;
    margin-bottom: 50px;
}

section h2.innovation-heading {
    margin: 0 0 50px 0;
    font-size: 30px;
}

section h4.portfolio-heading, section h4.innovation-heading {
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 1.25;
    text-align: center;
}

section h4.innovation-heading {
    margin: 50px 0 30px;
    font-size: 20px;
    line-height: 1.25;
    text-align: center;
}

#portfolio figure {
    margin-bottom: 50px;    
}

#portfolio p {
    text-align: center;  
}

#innovation p {
    text-align: center;
}

@media(min-width:768px) {
    section h2.innovation-heading {
        margin: 0 0 50px 0;
        font-size: 70px;
    }
    
    section h4.portfolio-heading, section h4.innovation-heading {
        font-size: 35px;
        text-align: left;
        display: inline-block;
    }
    
    #portfolio figure {
        margin-bottom: 150px;    
    }
    
    #innovation figure {
        margin-top 50px;
        margin-bottom: 0px;
    }
    
    section h4.innovation-heading {
        margin: 110px 0 30px;
        font-size: 35px;
        text-align: left;
    }
    
     #portfolio p {
        text-align: left;    
    }
    
    #innovation p {
        text-align: left;
    }
    
}

/*=== price ===*/

.price-heading {
    margin: 30px 0;
    font-size: 25px;
    line-height: 1.25;
    text-align: center;
    color: #000;
    font-weight: 400;
}

h4.price-heading {
    font-size: 15px;
    font-weight: 600;
    line-height: 2;
}

.price-box {
    color: #000;
    background: #fed136;
    padding: 0 20px;
}

.price-contents {
    margin: 30px 0 50px;
    padding: 20px 0;
    font-size: 18px;
    line-height: 1.25;
    text-align: center;
    color: #000;
    background: #fed136;
}

.price-contents span {
    font-size: 80px;
    font-weight: 700;
}

#price .btn-xl {
    margin-bottom: 40px;
}

#price .btn-xl, .must-buy-block .btn-xl, #cfb-btn .btn-xl {
    padding: 10px 20px;
    border-color: #313131;
    border-radius: 3px;
    font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #313131;
}

.must-buy-block .btn-xl {
    margin-top: 50px;
    margin-bottom: 20px;
}

#price .btn-xl:hover, #cfb-btn .btn-xl:hover,
#price .btn-xl:focus, #cfb-btn .btn-xl:focus,
#price .btn-xl:active, #cfb-btn .btn-xl:active,
#price .btn-xl.active, #cfb-btn .btn-xl.active,
#price .open .dropdown-toggle.btn-xl, #cfb-btn .open .dropdown-toggle.btn-xl,
.must-buy-block .btn-xl:hover,
.must-buy-block .btn-xl:focus,
.must-buy-block .btn-xl:active,
.must-buy-block .btn-xl.active,
.must-buy-block .open .dropdown-toggle.btn-xl {
    border-color: #f6bf01;
    color: #333;
    background-color: #fec503;
}

.must-buy-block p.box-in {
    margin-bottom: 0;
    margin-top: 40px;
}

@media(min-width:768px) {
    .price-heading {
        font-size: 40px;
    }
    
    h4.price-heading {
        font-size: 25px;
        font-weight: 600;
    }
    
    .price-contents {
        font-size: 50px;
    }
    
    .price-contents span {
        font-size: 140px;
        font-weight: 700;
    }
    
    #price .btn-xl, #cfb-btn .btn-xl  {
        padding: 20px 40px;
        margin-bottom: 40px;
        font-size: 28px;
    }

}

/* price table */
#price-table-title h3 {
    font-weight: 600;
    font-size: 15px;
    padding: 0 10px;
    border: 5px solid #fff;
    display: inline-block;
    border-radius: 15px;
    background-color: white;
    position: relative;
    bottom: -28px;
}

@media(min-width:768px) {
    #price-table-title h3 {
        font-size: 30px;        
        padding: 0 14px;
        border: 5px solid #fff;
        display: inline-block;
        border-radius: 15px;
        background-color: white;
        position: relative;
        bottom: -35px;
    }       
}

#price-table {
    padding-left: 15px;
    padding-right: 15px;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 5px;
}

#price-table .col-xs-12 {
    margin-bottom: 30px !important;
}

#price-table .package {
    box-sizing: border-box;
    border: 3px solid #e8e8e8;
    border-radius: 7px;
    display: inline-block;
    padding: 24px;
    text-align: center;
    -webkit-transition: margin-top 0.5s linear;
    transition: margin-top 0.5s linear;
    position: relative;
    background: #fcfcfc;
}

#price-table .name {
    color: #565656;
    font-weight: 300;
    font-size: 40px;
    margin-top: -5px;
    margin-bottom: -20px;
}

#price-table .price, #price-table .price01 {
    margin-top: 7px;
    font-weight: normal;
    font-size: 40px;
}

#price-table .brilliant .price, #price-table .brilliant .price01 {
    color: #ff0000;
    font-weight: bold;
}

#price-table .price::after {
    content: " / 回";
    font-weight: normal;
    font-size: 30px;
}

#price-table hr {
    background-color: #dedede;
    border: none;
    height: 1px;
}

#price-table .trial {
    font-size: 15px;
    padding: 2px 21px 2px 21px;
    color: #000;
    border: 1px solid #e4e4e4;
    display: inline-block;
    border-radius: 15px;
    background-color: white;
    position: relative;
    bottom: -35px;
}

#price-table ul {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-top: 29px;
}

#price-table li {
    font-size: 20px;
    margin-bottom: 10px;
}

#price-table li::before {
    margin-bottom: 20px;
    font-family: "FontAwesome";
    content: "\f00c";
    color: #f6bf01;
    margin-right: 3px;
}

#price-table .checkIcon {
    font-family: "FontAwesome";
    content: "\f00c";
}

#price-table .brilliant {
    border-color: #f6bf01;
}

#price-table .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

#price-table .col-md-2 .fa-arrow-right {
    margin-top: 250px;
    display: none;
}

#price-table .col-md-2 .fa-arrow-down {
    margin-bottom: 20px;
    display: block;
}

@media(min-width:768px) {
    
    #price-table .col-md-2 .fa-arrow-right {
        margin-top: 250px;      
        display: block;
    }

    #price-table .col-md-2 .fa-arrow-down {
        display: none;
    }
    
}

.price-table-inner {
    border-color: #fff;
    border-style: solid;
    border-width: 30px; 
}

/* Triangle */
#price-table .brilliant::before {
    border-style: solid;
    border-width: 64px 64px 0 0;
    border-color: #f6bf01 transparent transparent transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

#price-table .brilliant::after {
  font-family: "FontAwesome";
  content: "\f00c";
  color: white;
  position: absolute;
  left: 9px;
  top: 6px;
  text-shadow: 0 0 2px #f6bf01;
  font-size: 20px;
}

/*=== clients ===*/

#clients .col-md-12 {
    margin: 0 0 50px;    
}

#clients .col-md-4 {
    margin-bottom: 15px;
}

#clients .col-md-4 span {
    line-height: 2.0;
}

/*=== release ===*/

#release figure {
    margin-top: 80px;
}

/*=== contact ===*/

section#contact {
    background-color: #222;
    background-image: url("../img/img-contact.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

section#contact .section-heading {
    color: #fff;
    font-size: 20px;
}

section#contact .section-subheading {
    color: #fff;
    font-size: 15px;
}

#contact .btn-xl {
    padding: 20px;
    margin-bottom: 20px;
    border-color: #f6bf01;
    border-radius: 3px;
    font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica ;
    font-size:15px;
    font-weight: 600;
    color: #333;
    background-color: #f6bf01;
}

#contact .btn-xl:hover,
#contact .btn-xl:focus,
#contact .btn-xl:active,
#contact .btn-xl.active,
#contact .open .dropdown-toggle.btn-xl {
    border-color: #fed136;
    color: #fff;
    background-color: #fed136;
}

#contact .contact-phone {
    margin-top: 20px;    
}

@media(min-width:768px) {
    section#contact .section-heading {
        font-size: 50px;
    }
    
    section#contact .section-subheading {
        font-size: 20px;
    }
    
    #contact .btn-xl {
        font-size: 28px;
    }

    #contact .btn-xl:hover,
    #contact .btn-xl:focus,
    #contact .btn-xl:active,
    #contact .btn-xl.active,
    #contact .open .dropdown-toggle.btn-xl {
        border-color: #fed136;
        color: #fff;
        background-color: #fed136;
    }
    
    #contact .contact-phone {
        display: none;
    }
}

/*=== mobile phone link ===*/

a[href^="tel:"] { 
    cursor: default;
    text-decoration: none;
    color: #fff;
}

/*=== footer ===*/

footer {
    padding: 50px 0 60px;
    text-align: center;
}

footer img {
    margin-bottom: 10px;
}

footer span.copyright {
    text-transform: none;
    font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica ;
    line-height: 30px;
    font-weight: 600;
    display: block;
    font-size: 11px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: none;
    font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica ;
    line-height: 40px;
}

footer ul.quicklinks a{
    color: #333;
    font-weight: 600;
}

footer ul.quicklinks a:hover,
footer ul.quicklinks a:focus,
footer ul.quicklinks a:active {
    color: #fed136;
    text-decoration: none;
}

footer ul.quicklinks li {
    display: block;
}

footer .logo img {
    padding: 30px 0 20px;
}

@media(min-width:768px) {
    
    footer span.copyright {
        display: inline;
        font-size: 12px;
    }
    
    footer ul.quicklinks li {
        display: inline;
        width: 100%;
    }
}

/*=== space ===*/

.col-lg-12 .col-md-8 {
    padding-left: 0;
    padding-right: 0;
}

.col-md-12 .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.blocks .l-i, .blocks .l-c {
    padding-right: 0;
}

.blocks .r-i, .blocks .r-c {
    padding-left: 0;
}

.to-top-box {
    margin-top: 20px;
    display: none;
}

@media(min-width:768px) {
    .blocks .l-i, .blocks .l-c {
        padding-right: 30px;
    }

    .blocks .r-i, .blocks .r-c {
        padding-left: 30px;
    }
    
    .to-top-box {
        display: block;
    }
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}