body {

    font-family: "Noto Sans JP", sans-serif;
}
.desktop_hdiden{display:none;}
.desktop_hidden{display:none;}
body.noscroll {
    overflow-y: hidden;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
}

.hover:hover {
    opacity: 0.5;
}

img {
    width: 100%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.hidden {
    display: none !important;
}

.white {
    color: white;
}

.bigger {
    font-size: 130%;
}

.black {
    color: #000 !important;
}

.yellow {
    color: #F5E449 !important;
}

.bg-yellow {
    background-color: #22B8C5
}

.bg-green {
    background-color: #004EA2
}

a:hover {
    text-decoration: none;
}

.font-pink {
    color: RGB(218, 81, 135) !important;
}

.font-serif {
    font-family: 'Noto Serif JP', serif !important;
}

.text-center {
    text-align: center !important;
}

.bg-blue {
    background-color: RGB(0, 159, 232) !important;
    color: white !important;
}

.footer {
    position: relative;
}

#scroll-top {
    color: #fff;
    font-size: 22px;
    z-index: 99;
    cursor: pointer;
    max-width: 100px;
    max-height: 100px;
    display: block;
    position: absolute;
    right: 200px;
    bottom: 160px;
}

#scroll-top img {
    height: 100%;
    width: 100%;
}

.anchor {
    padding-top: 60px !important;
    margin-top: -60px !important;
}

.desktop-only {
    display: none;
}

header {
    background:#000;
    padding:0px 0px 20px ;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

header .brand {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 100;
}

header .brand .left {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

header .brand .left .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

header .brand .left .logo img {
    width: 180px;
}


header .brand .right .menu-overlay {
    position: fixed;
    top: -110vh;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: #0c3190;
    color: #fff;
    transition: top 0.6s ease-in-out;
    -webkit-transition: top 0.6s ease-in-out;
    -moz-transition: top 0.6s ease-in-out;
    -o-transition: top 0.6s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9000;
}

header .brand .right .menu-overlay.active {
    top: 0;
}

header .brand .right .menu-overlay ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 50px;
}

header .brand .right .menu-overlay ul li a {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    cursor: pointer;
	display:inline-block;
	width:100%;
	line-height:30px;
	text-align:center;
}

header .brand .right .hamburger {
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 9001;
}

header .brand .right .hamburger.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

header .brand .right .hamburger.active .bar2 {
    opacity: 0;
}

header .brand .right .hamburger.active .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

header .brand .right .hamburger .bar {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

header .header-link-container {
  background-color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
header .header-link-container .header-link {
  padding: 6px 0;
  color: #000;
}
header .header-link-container .header-link.active {
  color: #fff;
  background-color: #000;
}

.sec-web form .form-part-3 .mitsumori-button-container {
    padding: 0 20px;
}

.mitsumori-button:hover {
    opacity: 0.6;
}

/*Banner*/

.banner-area {
    padding: 10px 0px 100px; position:relative; margin-top:80px; background:#000;
}
@media (min-width:768px) {
  .banner-area {
    margin-top:130px;
}
}
.banner-area img{width:100%;}
.videosec{
  margin-top:-850px;
  margin-bottom:440px;
}
.banner-area h3 {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    width: 50%;
}

.banner-area div {
    height: 100%;
}

.banner-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}



/*Big Box*/

.bigbox-area {
    position: relative;
    padding: 25px 0px;
    box-sizing: border-box;
    color: #fff;
    z-index: 1;
    /* padding-bottom: 142px; */
}

.basebg1 {
    position: absolute;
    background-image: url(../images/bigbox.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

h2.toptext {
    font-size: 25px;
    text-align: center;
    color: #1EBDC6;
    border-bottom: 3px solid #1EBDC6;
    padding-bottom: 6px;
}

.bigbox-area h3 {
    font-size: 55px;
    text-align: center;
    font-weight: 700;
    padding: 20px 0px;
    line-height: 70px;
}

.bigbox-area h3 span {
    color: #20B8C5;
}

.bigbox-area h4 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 30px;
}

.bigbox-area p {
    font-size: 28px;
    line-height: 38px;
}

.boxinner {
    margin: 50px 0px 30px;
}

.boxinner {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
}


.box {
    /* width: calc(33.33% - 10px); */
    width: calc(25% - 20px);
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}



.box:nth-child(3),
.box:nth-child(6),
.box:nth-child(9) {
    margin-right: 0px;
}


.boxinner.two {
    margin-right: -30px;
}

.boximg {
    width: calc(50% - 30px);
    margin-right: 30px;
}

.boximg:nth-child(2) {
    margin-right: 0px;
}


.box {
    height: 350px;
}

.box img {
    width: 100%;
    height: 100%;
}



h3.big {
    font-size: 80px;
    line-height: 110px;
    font-weight: 700;
}

.boximg img {
    height: 100%;
}

.poster-gallery .col-3 {
    padding-left: 3px;
    padding-right: 3px;
}

.poster-notice-container {
    width: 70%;
}

.poster-notice-box {
    border: 1px solid #1EBDC6;
    border-radius: 0.3em;
    width: 100%;
    height: auto;
    padding: 5px;
    background-color: #0c3190;
    position: relative;

}

.poster-notice-box h2 {
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 0;
}
.poster-notice-box img{
    position: absolute;
    top: 20px;
    right: -50px;
    max-width: 70px;
}


/*midbox-area*/
.midbox-area {
    margin-top: -142px;
}

.midbox-area {
    position: relative;
    /* padding: 25px 0px; */
    padding: 125px 0 45px;
    /* padding: 125px 0; */
    box-sizing: border-box;
    color: #fff;
    z-index: 1;
}

.bigbox-area:after {
    position: absolute;
    left: 0px;
    /* top: 84%; */
    top: 70%;
    content: "";
    background-image: url(../images/base_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.midbox-area:after {
    position: absolute;
    left: -1%;
    top: 30%;
    /* top: 0%; */
    content: "";
    background-image: url(../images/bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 101%;
    height: 70%;
    /* height: 100%; */
    z-index: -1;
}

.bigbox-area:after {
    z-index: -1;
    height: 150%;
    /* transform: skew(0deg, -25deg) translate(0px, -13px); */
    transform: skew(0deg, -25deg) translate(0px, -13px);

}

/*
.basebg2 {
    background-image: url(../images/base_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 30%;
    z-index: -1;
}
*/

.sec-video {
    padding: 20px;
    margin-bottom: 80px;
}

.sec-video .videos {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sec-video .videos .video {
    width: 100%;
    margin: 15px 0;
}

.sec-video .videos .video .video-frame {
    width: 100%;
    height: calc((100vw - 50px) / 16 * 9);
    border-radius: 10px;
}

.sec-video .videos .video .subtitle {
    font-size: 20px;
}


.sec-video #play-1 {
    width: 80px;
}

.double-logo {
    width: 85%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
}

.double-logo img {
    max-width: 320px;
}

.big-logo {
    width: 80%;
    margin: -40px auto;
}

.big-logo img {}

.sec-web {
    margin-top: -70px;
}



.sec-text h3 img {
    max-width: 70px;
    margin-right: 10px;
    display: inline-block;
}

.sec-text h3 {
    font-size: 36px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-weight: 700;
}

.sec-text h3:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 4px;
    background-image: url(../images/line.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
}

.sec-text {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 30px;
}

.sec-text p {
    font-weight: 700;
    font-size: 20px;
}

.autoun {
    background: #fff;
    /* padding: 10px; */
    display: flex;
    flex-direction: row;
    width: 80%;
    margin: auto;
    align-items: center;
    margin: 60px auto;
    /* text-align: center; */
}

.left {
    width: 30%;
}

.autoun p {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    text-align: left !important;
}

.autoun a {
    color: #00A1E9;
    font-weight: 700;
}

.autoun a {
    color: #00A1E9;
    font-size: 30px;
    /* border-bottom: 2px solid #00A1E9; */
    display: block;
    padding-bottom: 10px;

}

.atoun-logo {
    padding: 10px 0;
}

.atoun-text {
    padding: 40px 0 20px 10px;
}

.bg-text {
    background-image: url(../images/bg-text.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 60px;
}

.bg-text .left {
    width: 80%;
}

.bg-text h3 {
    font-size: 36px;
    font-weight: 700;
}

.midbox-area h3 {
    font-size: 40px;
    font-weight: 700;
}

.midbox-area p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

/* form */

.sec-web form input[type="radio"]:checked {
    border: 5px solid #22B8C5;
}

.sec-web form input[type="radio"] {
    margin-left: 1vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    transition: 0.2s all linear;
    outline: none;
    position: relative;
    vertical-align: sub;
}

.sec-web form .radio-label {
    margin: 0;
    display: inline-flex;
    font-size: 16px;
    margin-left: 3px;
    font-weight: 700;
    padding: 5px 0px;
}

.sec-web {
    position: relative;
}

.sec-web form {
    text-align: left;
}

.sec-web form .form-part-1,
.sec-web form .form-part-2 {
    color: #fff !important;
    padding: 20px 10px;
    border-bottom: #fff 1px solid;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sec-web form .form-part-1 .label,
.sec-web form .form-part-2 .label {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif !important;
}

.sec-web form .form-part-3 {
    margin-top: 40px;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    font-family: 'Noto Serif JP', serif !important;
}

.sec-web form .form-part-3 input.subtitle {
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    font-size: 26px;
    border: none;
    background-color: transparent;
}

.sec-web form .form-part-3 input.minititle {
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    font-size: 20px;
    border: none;
    background-color: transparent;
}

.sec-web form .form-part-3 #finger {
    position: absolute;
    top: 40px;
    right: 10px;
    width: 20%;
}

.sec-web form .form-part-3 .digit-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.sec-web form .form-part-3 .digit-section .digit {
    width: 35px;
    height: 50px;
    border: transparent 1px solid;
    background-color: #FFFFFF;
    margin: 0 3px;
}

.sec-web form .form-part-3 .digit-section .unit {
    font-size: 20px;
}

.sec-web form .caption {
    text-align: center;
    margin: 10px 0;
    font-size: 20px;
}

.sec-web form .phone-sec {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-web form .phone-sec .phone-icon {
    width: 10%;
}

.sec-web form .phone-sec .phone-number {
    font-size: 12px;
    padding-left: 5px;
}

.sec-web form .phone-sec .phone-number span {
    font-size: 24px;
    line-height: 24px;
}

.sec-web .cards-caption {
    position: relative;
    margin-top: 100px;


}

.sec-web .cards-caption a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec-web .cards-caption .subtitle {
    font-size: 15px;
    padding: 10px;
    margin: 10px 0;
}

.sec-web .cards-caption #girl-smile {
    position: absolute;
    height: 100px;
    right: 10px;
    top: -100px;
}

.sec-web .round-tip.tip-2 {
    position: absolute;
    top: -70px;
    left: 0;
    line-height: 20px;
    padding-top: 10px;
}

.sec-web .round-tip.tip-3 {
    position: absolute;
    top: -70px;
    left: 0;
    line-height: 20px;
    padding-top: 10px;
}

.sec-web .cards-caption .desc {
    color: #000000;
    font-size: 14px;
    text-align: left;
}

.sec-web .sec-web-text {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Noto Serif JP', serif !important;
}

.sec-web .sec-web-text .title {
    font-size: 36px;
    margin: 10px 0;
}

.sec-web .sec-web-text .subtitle {
    font-size: 18px;
    margin: 10px 0;
}

.sec-web .sec-web-text .minititle {
    font-size: 18px;
    padding: 5px 0px;
    margin: 10px 0 25px 0;
}

.sec-web .round-tip {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 75px;
    font-size: 16px;
    border: #FFFFFF 2px solid;
}

.sec-web .round-tip.tip-1 {
    position: absolute;
    top: 150px;
    right: 0;
}

.sec-web form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sec-web .cards {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.sec-web .cards .cards-icon {
    width: 200px;
}

.sec-web .cards .cards-desc {
    padding-left: 10px;
    text-align: left;
}

.sec-web .cards .cards-desc .subtitle {
    font-size: 12px;
}

.sec-web .cards .cards-desc .minititle {
    font-size: 12px;
}

.sec-web .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.sec-web .buttons .round-button {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    font-size: 14px;
    padding-top: 20px;
}

.sec-web .buttons .rect-button {
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
}

.sec-web .buttons span {
    font-size: 12px;
}

.btm-bg {
    margin: 50px 0px;
}



/*Footer*/


.detail-button-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 25px;
}

.detail-button-container img {
    max-width: 60%;
}

.button-detail:hover {
    text-decoration: none;
}

.button-detail.pc-only {
    display: none;
}



#floating-area {
    width: 100%;
    height: 100px;
    position: fixed;
    left: 0;
    bottom: -100px;
    transition-duration: 0.5s;
}

#floating-area.active {
    transform: translate(0, -100px);
    -webkit-transform: translate(0, -100px);
}

#floating-area .floating-area-arrow {
    width: 160px;
    height: 40px;
    background-color: #FF8800;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: calc(50% - 80px);
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    font-size: 14px;
}

#floating-area .floating-area-arrow:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
    border-top-color: #FF8800;
    top: 95%;
    left: 50%;
    margin-left: -10px;
}

#floating-area .floating-area-content {
    width: 100%;
    height: 65px;
    background-color: #007bff;
    margin-top: 35px;
    padding: 10px;
    display: flex;
}

#floating-area .floating-area-content .estimate-link {
    display: inline-block;
    height: 45px;
    width: calc(55% - 3px);
    margin-right: 3px;
    padding-top: 12px;
    font-size: 16px;
    background-color: RGB(218, 81, 135);
    color: #FFFFFF;
    border-radius: 5px;
    text-align: center;
}

#floating-area .floating-area-content .estimate-link:focus,
#floating-area .floating-area-content .estimate-link:active,
#floating-area .floating-area-content .estimate-link:hover {
    text-decoration: none;
    opacity: 0.7;
}

#floating-area .floating-area-content .phone-number {
    height: 45px;
    width: calc(45% - 3px);
    margin-left: 3px;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 7px 0;
    color: #000000;
}

#floating-area .floating-area-content .phone-number .phone-number-text {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}

#floating-area .floating-area-content .phone-number .phone-number-desc {
    font-size: 13px;
    text-align: center;
}

.footer .container {
    position: relative;
}

.footer .round-tip {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    padding-top: 25px;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 10px;
    font-family: 'Noto Serif JP', serif !important;
}

.footer .title {
    font-size: 28px;
    padding-top: 60px;
    font-family: 'Noto Serif JP', serif !important;
}

.footer .content {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 30px;
    font-family: 'Noto Serif JP', serif !important;

}

.footer .round-tip .font-1 {
    font-size: 24px;
    line-height: 24px;
}

.footer .footer-menu {
    margin-bottom: 30px;
}

.footer .footer-menu .container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}

.footer .footer-menu .container a {
    display: inline-block;
    padding: 10px 5px;
    font-size: 13px;
    text-align: center;
    color: #fff;
}

.footer .footer-menu .container a:nth-child(1) {
    width: 20%;
    border-right: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
}

.footer .footer-menu .container a:nth-child(2) {
    width: 25%;
    border-right: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
}

.footer .footer-menu .container a:nth-child(3) {
    width: 55%;
    border-bottom: #FFFFFF 1px solid;
}

.footer .footer-menu .container a:nth-child(4) {
    width: 50%;
    border-right: #FFFFFF 1px solid;
}

.footer .footer-menu .container a:nth-child(5) {
    width: 28%;
    border-right: #FFFFFF 1px solid;
}

.footer .footer-menu .container a:nth-child(6) {
    width: 22%;
}

.footer .footer-menu .container a:focus,
.footer .footer-menu .container a:active,
.footer .footer-menu .container a:hover {
    background-color: #FFFFFF;
    color: #004EA2 !important;
    transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.footer .blue-logo img {
    width: 100px;
    margin-bottom: 10px;
}

.footer .blue-logo p {
    font-size: 12px;
    color: #fff !important;
    margin-bottom: 0px;
}

.footer .blue-logo p a {
    color: #fff;
}

.button-detail.pc-only {
    display: none;
}

.autoun p {
    margin-bottom: 0px;
}

/*Modal*/

@media only screen and (min-width: 40em) {
    .modal-overlay-x {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    }

    .modal-overlay-x.active {
        opacity: 1;
        visibility: visible;
    }
}

.modal-x {
    display: -webkit-box;
    display: fixed;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    background-color: #C7EAFB;
    width: 50rem;
    max-width: 75rem;
    min-height: 20rem;
    padding: 1rem;
    border-radius: 10px;
    opacity: 0;
    overflow: inherit;
    visibility: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.modal-x .close-modal-x {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 15px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    z-index: 9;
}

.modal-x .close-modal-x svg {
    width: 1.75em;
    height: 1.75em;
}

.modal-x .modal-content-x {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    background-color: transparent;
    border: none;
}

.modal-x.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.modal-x.active .modal-content-x {
    opacity: 1;
}

.modal-x.active .close-modal-x {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
}



/**
 * Mobile styling
 */
@media only screen and (max-width: 39.9375em) {
    .modal-x {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        border-radius: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        padding: 0 !important;
    }

    .close-modal-x {
        right: 20px !important;
    }
}

img.popimg {
    position: absolute;
    right: 0px;
    top: -104px;
    max-width: 240px;
    z-index: 999;
}

.modal-content-x h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.modal-content-x h2 span {
    display: block;
    font-weight: 400;
    font-size: 22px;
}

.modal-content-x h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}

.modal-x {
    padding: 50px;
    overflow: inherit;
}

.sec-text p {
    text-align: left;
}
.banner-text {
    padding-right: 15px;
}



.sectionone p{color:#fff; font-weight:bold; font-size:25px;}



.sectiontwo_one{background:url(../images/base1.jpg) no-repeat; background-size:cover; padding:60px 0;}
.tophd h3{color:#d44698; font-weight:bold; font-size: 2.8rem;}
.tophd h2{color:#fff; font-weight:bold; font-size: 2.5rem;}
.imgblock img{margin:20px 0;}
.imgblock h2{color:#fff; font-weight:bold;}
.sectiontwo_two{background:url(../images/base_sozai_2.jpg) no-repeat; background-size:cover; padding:60px 0;}
.sectiontwo_two img{margin:20px 0;}
.sectiontwo_two p{color:#fff; font-weight:bold; font-size:25px;}
.sectiontwo_two h3{color:#d44698; font-weight:bold; margin-top:80px; font-size: 2.8rem;}
.sectiontwo_three{background:url(../images/base_sozai_3.jpg) no-repeat; background-size:cover; padding:60px 0;}
.sectiontwo_three img{margin:20px 0;}
.wrap h2{color:#fff; font-size:40px; font-weight:bold; margin:10px 0; text-align: center;}
.sectiontwo_three p{color:#fff; font-weight:bold; font-size:25px;}
.relblock{position:relative;}
.abs_block{position:absolute; top:-530px; left:-170px;}
.abs_block img{width:450px;}
.sectiontwo_three p.righttext{color:#fff; font-size:20px;}

.icon_text{color: #fff; width: 120px; text-align: center; font-size: 20px; margin-top: 15px;}

.sectionthree_one{background:url(../images/base_sozai_2.jpg) repeat-x; background-position: bottom center; background-size:cover; padding:60px 0;}
.sectionthree_one h3{color:#b8bbbd; font-weight:bold; font-size:50px;}
.sectionthree_one h2{color:#fff; font-size:80px; font-weight:900;}
.threeone_img1{width:120px; margin-top: 50px;}
.sectionthree_one h4{color:#fff; font-weight:bold; font-size:40px;}
.sectionthree_one p{color:#fff; font-weight:bold; font-size:25px; margin-top:25px;}
.sectionthree_two{background:url(../images/base1.jpg) no-repeat; background-size:cover; padding:60px 0;}
.sectionthree_two .tophd h3{color:#00a2c9; font-weight:bold;}
.sectionthree_two p{color:#fff; font-size:25px; font-weight:bold;}
.mgbt{margin-bottom:20px;}
.sectionthree_three{background:url(../images/base_sozai_2.jpg) no-repeat; background-size:cover; padding:60px 0;}
.sectionthree_three img{margin:20px 0;}
.sectionthree_three p{color:#fff; font-weight:bold; font-size:25px;}
.sectionthree_three h3{color:#00a2c9; font-weight:bold; margin-top:80px; font-size: 2.8rem;}


.sectionfour_one{background:url(../images/base_sozai_3.jpg) no-repeat; background-size:cover; padding:60px 0;}
.sectionfour_one{color:#fff; font-size:25px; font-weight:bold;}
.sectionfour_one img{margin:20px 0;}
.sectionfour_two{}
.sectionfour_two_one{background:#000 url(../images/base_sozai_4.jpg) no-repeat; background-size:cover; background-position:bottom;  padding:60px 0 100px;}
.sectionfour_two_two{background:url(../images/base_sozai_5.jpg) no-repeat; background-size:cover; background-position:bottom;  padding:60px 0; border-top:5px solid #000;}
.sectionfour_two p{color:#fff; font-size:25px; font-weight:bold;}
.sectionfour_two p.righttext{font-size:20px; color:#fff; text-align:right; font-weight:bold;}
.margbottom20{margin-bottom:20px;}
.leftside p{margin:25px 0;}
.leftside img{width:350px;}
.leftside h3{color:#fff; font-weight:bold; font-size:30px;}
.rightside{position:relative; margin-top:-130px;}

.cupicon{width:100px;}
.cuptext{margin-left:30px;}

.pgoga_text{width:600px;}
.phg{text-align:center;}
