@charset "UTF-8";


body {
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
}

a {
    color: #F1F1F1;
}

a:hover,
a:focus {
    color: #00558f;
}

h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}
h1-1 {
	font-family: 'Kiwi Maru', serif;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}
h1-2 {
	font-family: 'Klee One', cursive;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
	color: #ffffff;
}


h2 {
    font-size: 45px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h21 {
    font-size: 45px;
    font-weight: 300;
    color: #633991;
    letter-spacing: -1px;
    margin-bottom: 1rem;
	text-shadow:
            3px 3px 0px #000, -3px -3px 0px #000,
           -3px 3px 0px #000,  3px -3px 0px #000,
            3px 0px 0px #000, -3px -0px 0px #000,
            0px 3px 0px #000,  0px -3px 0px #000;
    margin: 0;
}

h2-2 {
    font-size: 45px;
    font-weight: 300;
    color: #633991;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h2-3 {
    font-size: 45px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #ffffff;
    font-size: 33px;
    font-weight: 500;
}
h3-1 {
    color: #633991;
    font-size: 33px;
    font-weight: 500;
	text-shadow:
            3px 3px 0px #000, -3px -3px 0px #000,
           -3px 3px 0px #000,  3px -3px 0px #000,
            3px 0px 0px #000, -3px -0px 0px #000,
            0px 3px 0px #000,  0px -3px 0px #000;
    margin: 0;
}

h3-2 {
    color: #515151;
    font-size: 33px;
    font-weight: 500;
}

h3-3 {
    color: #131313;
    font-size: 33px;
    font-weight: 500;
}

h3-4 {
    color: #ffffff;
    font-size: 33px;
    font-weight: 500;
}


h4 {
    font-size: 20px;
    font-weight: 500;
    color: #633991;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 0.7rem;
}

h6 {
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 0.7rem;
}


p {
    color: #ffffff;
}

p.lead {
    color: #e38cb7;
    margin-bottom: 2rem;
}



.left {
	text-align: left
}

.right {
	text-align: right
}


/*  font変更タグ用  */
.font1 {
	font-family: 'Kiwi Maru', serif;
}

.font2 {
	font-family: 'Klee One', cursive;	
}

.font3 {
	font-family: 'Stick', sans-serif;
}

.font4 {
	font-family: 'Rampart One', cursive;
}


/*  span colorタグ用  */
.shadow {
	text-shadow: 3px 3px 3px #808080;
}

.shadow2 {
	text-shadow: 2px 2px 2px #1E1E1E;
}
.shadow3 {
	text-shadow: 2px 2px 2px #b4b4b4;
}


.black {
	color: #000000;	
}

.white {
	color: #ffffff;
}

.gray {
	color: #2B2B2B;	
}

.txclr1 {
	color: #6500FC;	
}
.txclr1shadow {
	color: #6500FC;
	text-shadow: 1px 2px 3px #808080; 	
}
.txclr1shadow2 {
	color: #6500FC;
	text-shadow: 1px 2px 3px #4E4E4E; 	
}


.txclr2 {
	color: #DF5286;	
}
.txclr2shadow {
	color: #DF5286;
	text-shadow: 1px 2px 3px #808080; 	
}

.txclr3 {
	color: #242424;	
}
.txclr2shadow {
	color: #242424;
	text-shadow: 1px 2px 3px #dddddd; 	
}


/*  ここまで */

/*  span テキストの大きさ　タグ用  */
/*  フォント太さ */
.fw-500 {
	font-weight: 500;
}
.fw-700 {
	font-weight: 700;
}
.fw-900 {
	font-weight: 900;
}

.txsize150 {
	font-size: 150px;
    font-weight: 900;
}
/*  テキストサイズ */
.txsize120 {
	font-size: 120px;
}

.txsize100 {
	font-size: 100px;
}


.txsize90 {
	font-size: 90px;
}

.txsize80 {
	font-size: 80px;
}

.txsize70 {
	font-size: 70px;
}

.txsize60 {
	font-size: 60px;
}

.txsize50 {
	font-size: 50px;
}

.txsize40 {
	font-size: 40px;
}

.txsize30 {
	font-size: 30px;
}
.txsize20 {
	font-size: 20px;
}

.md02 {
	margin-bottom: 0.2rem;
}
.md05 {
	margin-bottom: 0.5rem;
}

.pd5 {
	padding: 5px;
}
.pd10 {
	padding: 10px;
}
.pd25 {
	padding: 25px;
}

/*  ここまで */

/*  span テキストの大きさ　タグ用  */
@media (max-width:767px) {

.txsize120 {
	font-size: 120px;
}

.txsize100 {
	font-size: 100px;
}


.txsize90 {
	font-size: 50px;
}

.txsize80 {
	font-size: 50px;
}

.txsize70 {
	font-size: 40px;
}

.txsize60 {
	font-size: 30px;
}

.txsize50 {
	font-size: 20px;
}

.txsize40 {
	font-size: 25px;
}
.txsize30 {
	font-size: 20px;
}
.txsize20 {
	font-size: 17px;
}
	
}
/*  テキストパディング */

.f-pd3 {
	padding: 3px;
}
.f-pd5 {
	padding: 5px;
}
.f-pd10 {
	padding: 10px;
}
.f-pd15 {
	padding: 15px;
}

/*  ここまで */

.text-primary {
    color: #e38cb7 !important;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: #1b4356;
}

.btn-primary {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	background-image: linear-gradient( 122deg, #fd378e 0%, #e54595 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.btn-primary2 {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 122deg, #636363 0%, #2B2B2B 100%);
    background-image: -webkit-linear-gradient( 122deg, #636363 0%, #2B2B2B 100%);
    background-image: -ms-linear-gradient( 122deg, #636363 0%, #2B2B2B 100%);
    background-image: linear-gradient( 122deg, #636363 0%, #2B2B2B 100%);
    box-shadow: 0px 9px 32px 0px rgba(255, 255, 255, 0.1);
    font-weight: 500;
    padding: 0.5rem 0.5rem;
    border: 0;
	color: #FFF;
}

.btn-primary2:hover,
.btn-primary2:focus,
.btn-primary2:active,
.btn-primary2:not([disabled]):not(.disabled).active,
.btn-primary2:not([disabled]):not(.disabled):active,
.show>.btn-primary2.dropdown-toggle {
    background-image: linear-gradient( 122deg, #2B2B2B 0%, #636363 100%);
    box-shadow: 0px 9px 32px 0px rgba(255, 255, 255, 0.4);
    color: #FFF;
}


.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #633991;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background-color: #faf6fb;
}

.light-bg2 {
    background-color: #33acb0;
}
.light-bg3 {
    background-color: #1b4356;
}
.light-bg4 {
    background-color: #ede9e5;
}


.dark-bg {
    background-color: #C0C0C0;
}

.dark-bg2 {
    background-color: #393939;
}

.bgline1 {
	background-image: linear-gradient(90deg, #ffffff 30%, #000000 30%, #ffffff 30.1%, #ffffff 40%, #000000 40%, #ffffff 40.1%, #ffffff 45%, #ffffff 50%, #000000 50%, #ffffff 50.1%, #ffffff 60%, #000000 60%, #ffffff 60.1%, #ffffff 70%, #000000 70%, #ffffff 70.1%)
}

.bgline2 {
	background-image: -moz-linear-gradient(90deg, #ffffff 30%, #969a98 30%, #ffffff 30.1%, #ffffff 40%, #969a98 40%, #ffffff 40.1%, #ffffff 45%, #ffffff 50%, #969a98 50%, #ffffff 50.1%, #ffffff 60%, #969a98 60%, #ffffff 60.1%, #ffffff 70%, #969a98 70%, #ffffff 70.1%);
	background-image: -webkit-linear-gradient(90deg, #ffffff 30%, #969a98 30%, #ffffff 30.1%, #ffffff 40%, #969a98 40%, #ffffff 40.1%, #ffffff 45%, #ffffff 50%, #969a98 50%, #ffffff 50.1%, #ffffff 60%, #969a98 60%, #ffffff 60.1%, #ffffff 70%, #969a98 70%, #ffffff 70.1%);
	background-image: -ms-linear-gradient(90deg, #ffffff 30%, #969a98 30%, #ffffff 30.1%, #ffffff 40%, #969a98 40%, #ffffff 40.1%, #ffffff 45%, #ffffff 50%, #969a98 50%, #ffffff 50.1%, #ffffff 60%, #969a98 60%, #ffffff 60.1%, #ffffff 70%, #969a98 70%, #ffffff 70.1%);
	background-image: linear-gradient(90deg, #ffffff 30%, #969a98 30%, #ffffff 30.1%, #ffffff 40%, #969a98 40%, #ffffff 40.1%, #ffffff 45%, #ffffff 50%, #969a98 50%, #ffffff 50.1%, #ffffff 60%, #969a98 60%, #ffffff 60.1%, #ffffff 70%, #969a98 70%, #ffffff 70.1%);
}


.bg-gradation {
    background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
}

.tri-bottom{
    background:
      linear-gradient(to top right, rgba(255,255,255,0) 50%, #AA87EB 50.5%) no-repeat top left/50% 100%,
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #AA87EB 50.5%) no-repeat top right/50% 100%;
}

.section {
    padding: 25px 0;
}

.section80 {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 1.5rem;
}

.section-title small {
    color: #ffffff;
}

.section-title iframe {
	width: 100%;
	height: 300px
}

.margin-50 {
	margin-top: -50px;
}

.margin-150 {
	margin-top: -150px;
}

.margin-250 {
	margin-top: -250px;
}


@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
	.section-title iframe {
	width: 100%;
	height: 200px
}
}


/* NAVBAR
----------------------*/
/* nav-menu1 */
.nav-menu {
    padding: 0.5rem 0;
    transition: all 0.3s ease;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: #33acb0;
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

/* nav-menu2 */
.nav-menu2 {
    padding: 0.5rem 0;
    transition: all 0.3s ease;
}

.nav-menu2.is-scrolling,
.nav-menu2.menu-is-open {
    background-color: rgb(63, 63, 63);
    background: -moz-linear-gradient(135deg, rgb(176, 176, 176) 0%, rgb(63, 63, 63) 100%);
    background: -webkit-linear-gradient(135deg, rgb(176, 176, 176) 0%, rgb(63, 63, 63) 100%);
    background: linear-gradient(135deg, rgb(176, 176, 176) 0%, rgb(63, 63, 63) 100%);
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu2.is-scrolling {
    padding: 0;
}



.navbar-nav .nav-link {
    position: relative;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        contdent: "";
        border-bottom: 2px solid #ffffff;
        left: 1rem;
        right: 1rem;
        bottom: 1px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}


/* HERO
----------------------*/

header {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;
}

.bg-gradient {
	background-color: #33acb0;
}

.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 800px;
    margin: 0 auto;
}

.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }
    .img-holder {
        padding-bottom: 100%;
    }
}


/* FEATURES
----------------------*/

.gradient-fill:before {
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 14px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.box-icon2 {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #f5378e;
    font-size: 30px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}


.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #33acb0;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.ui-steps li:hover .circle-icon {
    background-color: #199296;
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}


/*  TABS
----------------------*/

.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 19px;
    color: #b5a4c8;
    background: #f5eff7;
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    color: #633991;
}


/*  TESTIMONIALS
----------------------*/

.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #7a767a;
    font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e3e3e3;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #5c5c5c;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #5c5c5c;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}


/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    transform: scale(0.8);
    transition: all 0.3s ease-in;
}

.img-gallery .owl-item.center {
    transform: scale(1);
}


/*  PRICING
----------------------*/

@media (max-width:992px) {
    .card-deck {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-deck .card {
        margin-bottom: 15px;
    }
}

.card.pricing {
    border: 1px solid #f1eef1;
}

.card.pricing.popular {
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
    color: #633991;
}

.card.pricing .card-head {
    text-align: center;
    padding: 40px 0 20px;
}

.card.pricing .card-head .price {
    display: block;
    font-size: 45px;
    font-weight: 300;
    color: #633991;
}

.card.pricing .card-head .price sub {
    bottom: 0;
    font-size: 55%;
}

.card.pricing .list-group-item {
    border: 0;
    text-align: center;
    color: #959094;
    padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
    color: #d9d3d8;
}

.card.pricing .card-body {
    padding: 1.75rem;
}


/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #FFF;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}


/*  FOOTER
----------------------*/

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

.social-icons a {
    background-color: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: #f4c9e2;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    color: #e38cb7;
}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}


/*  Youtube用 ul li
----------------------*/


.youtube {
	display: flex;
	position: static;
}

.none {
	list-style:none
}

.iri {
	float: right;
}
.ile {
	float: left;
}


iframe {
	max-width: 576px;
	height: 224px;
	box-shadow: 10px 5px 5px #797979;
	margin: 20px;
	
}

@media (max-width:800px) {

.youtube {
	display: block;
	
}

iframe {
	width: 384px;
	height: 216px;
	box-shadow: 10px 5px 5px #797979;
	margin: 10px;
	text-align: center;
}


}

iframe .blog{
	width: 100%;
	height: 300px;
	margin: 20px;
	
}

@media (max-width:800px) {


iframe .blog{
	height: 200px;
}


}

/* image のクラス属性　制作実績用  */

.works {
	width: 256px;
	margin: 20px;
	border-radius: 5px;
	box-shadow: 10px 5px 5px #797979;
}
/*
@media (max-width:800px) {
	
.works {
	
	margin: 10 10 10 -100;
}

}

/* skiller 用の　animation  */

@keyframes ani1 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.ski-img {
	width: 512px;
	margin: 5px;
	border-radius: 5px;
	box-shadow: 10px 5px 5px #797979;
	animation: ani1 2s;
}

.ski-img2 {
	width: 256px;
	margin: 3px;
	border-radius: 5px;
	box-shadow: 10px 5px 5px #797979;
}
.ski-img2top1 {
	width: 256px;
	margin: 3px;
	margin-top: 44.5px;
	border-radius: 5px;
	box-shadow: 10px 5px 5px #797979;
}
.ski-img2top2 {
	width: 256px;
	margin: 3px;
	margin-top: 89px;
	border-radius: 5px;
	box-shadow: 10px 5px 5px #797979;
}
.ski-img2top3 {
	width: 256px;
	margin: 3px;
	margin-top: 133.5px;
	border-radius: 5px;
	box-shadow: 10px 5px 5px #797979;
}
.ski-img2top4 {
	width: 256px;
	margin: 3px;
	margin-top: 178px;
	border-radius: 5px;
	box-shadow: 10px 5px 5px #797979;
}


/* imageのクラス属性  */
.img-100p {
	width: 100%;
}


.img30 {
	width: 30px;
}
.img50 {
	width: 50px;
}
.img75 {
	width: 75px;
}
.img100 {
	width: 100px;
}
.img250 {
	max-width: 250px;
}

.img500 {
	width: 100%;
	margin: 50 0 50 0;
}

.img750 {
	max-width: 750px;
	margin: 50 0 50 0;
}
.img-w100 {
	width: 100%;
}
.img-w75 {
	width: 75%;
}

@media (max-width:800px) {
	.img500 {
		width: auto;
		margin: 20;
}
}

/* サービスを画像背景で紹介する  */

.smenu {
	display: flex;
	flex-wrap:wrap;
	padding: 10 0;
}
.smenu-li {
	width: calc(100%/4);/*←画像を横に4つ並べる場合*/
	padding:0 1px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.smenu-img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: 500px; /*画像の縦横比を維持 */
	border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}

.bg-movie {
	background-position: center;
	text-align: center;
	height: 100%;
	background-size: cover;
	background-image: url("../images/woksphoto/vmovieedit.png")
}

.bg-desin {
	background-position: center;
	text-align: center;
	height: 100%;
	background-size: cover;
	background-image: url("../images/woksphoto/vdesign.png")
}

.bg-live {
	background-position: center;
	text-align: center;
	height: 100%;
	background-size: cover;
	background-image: url("../images/woksphoto/vlivehaishin.png")
}

.bg-program {
	background-position: center;
	text-align: center;
	height: 100%;
	background-size: cover;
	background-image: url("../images/woksphoto/vprogramming.png")
}


@media (max-width:1000px) {

.smenu {
	display: flex;
	flex-direction: column;
}
.smenu-li {
	width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	padding: 1 5;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.smenu-img {
	max-width:100%;
	height: 200px; /*画像の縦横比を維持 */
	border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}

.bg-movie {
	background-position: right;
	text-align: center;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-image: url("../images/woksphoto/movieedit.png")
}

.bg-desin {
	background-position: right;
	text-align: center;
	height: 100%;
	background-size: cover;
	background-image: url("../images/woksphoto/design.png")
}

.bg-live {
	background-position: right;
	text-align: center;
	height: 100%;
	background-size: cover;
	background-image: url("../images/woksphoto/livehaishin.png")
}

.bg-program {
	background-position: right;
	text-align: center;
	height: 100%;
	background-size: cover;
	background-image: url("../images/woksphoto/programming.png")
}

	
 /*form.phpのCSS*/
}

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
form input[type="text"], form textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}


 /*プランのbox2列ののCSS*/
.plan {
	display:flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	margin:0 0 0.5em;
}
.planbox2  {
	padding:1em;
	background-color:#33acb0;
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.3);
	margin:1em auto;
	width: 100%;
	text-align: left;
}
.planbox3  {
	padding:1em;
	background-color:#33acb0;
	box-shadow: 1px 1px 1px 1px rgba(179, 179, 179, 1);
	margin:0.2em auto;
	width: 49%;
	text-align: left;
}
.planbox2 img {
	margin:0.1em auto;
	width: 100%;
}
.planbox3 img {
	margin:0.1em auto;
	width: 100%;
}

.plan-boxicon2 {
  display: inline-block;
  background-color: #1b4356;
  border-radius: 5px;
  color: #ffffff;
  font-size: 15px;
  margin: 2px;
  padding: 2px;
　line-height: 7px;
  text-decoration:none;
}

@media (min-width: 1024px) {
.planbox2  {
	padding:1em;
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.3);
	margin:2em auto;
	width: 49%;
	text-align: left;
}
.planbox3  {
	padding:1em;
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.3);
	margin:0.2em auto;
	width: 32%;
	text-align: left;
}
.plan-boxicon2 {
  display: inline-block;
  font-size: 20px;
  margin: 3px;
  text-decoration:none;
}
}


.newsevent {
	height: 200px;/*スクロールの高さ*/
	overflow-y: scroll;
	box-shadow: 2px 2px 2px 2px rgba(179, 179, 179, 1);
}
dl {
 width:100%;
}
bd {
 border-bottom:1px solid #ccc;	
}
dt {
  float:left;
  padding:10px 5px;
　margin-right: 50px;
  border-bottom:1px solid #ccc;
}
time {
  margin-right: 5px;
}
wtag {
  background-color: #0d0c0c;
  border-radius:5px;
  color:#fff;
  margin:0 10px;
  padding:2px 3px;
  text-decoration:none;
}
dd {
  margin-left:130px;
  padding:10px 5px;
  border-bottom:1px solid #ccc;
}

@media (max-width: 700px) {
.newsevent {
	height: 100px;/*スクロールの高さ*/
	overflow-y: scroll;
	box-shadow: 2px 2px 2px 2px rgba(179, 179, 179, 1);
}
dt {
  float:left;
  padding:2px 2px;
  font-size: 12px;
}
time {
  margin-right: 2px;
}
wtag {
  margin:0px 7px;
  padding:1px 2px;
  border-radius:3px;
  font-size: 10px;
}
dd {
 margin-left:132px;
 font-size: 12px;
 padding:2px 0px;
}
}