/* WESOLOWSKI */


@media screen and (max-width: 800px) { /* SP ------------------------------- */

/* mv -------------------------------------------------- */

#index #mv {
    position: relative;
    height: 100vh;
    padding: 0px 0px 0px 0px;
    margin: 0px auto 0px;
    }

#mv::after {
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(50,60,80,0.1);
    background-image: radial-gradient(#000 30%, transparent 31%), radial-gradient(#000 30%, transparent 31%);
    background-size: 2px 2px;
    background-position: 0 0, 2px 2px;
    }

#mv video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: center;
    }

.mv-logo {
    z-index: 4!important;
    position: relative;
    border: 0px solid #fff;
    background-image: url(img/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 180px;
    height: 180px;
    margin: calc(50vh - 100px) auto 0px;
    font-size: 0px;
    color: transparent;
    }

.title-box {
    z-index: 2!important;
    position: relative;
    margin-top: 35vh;
    filter: drop-shadow(0px 0px 5px rgba(255,255,255,1));
    animation: title-light 4s ease-in-out infinite;
    }

@keyframes title-light {
    0% { filter: drop-shadow(0px 0px 0px rgba(255,255,255,1)); }
    50% { filter: drop-shadow(0px 0px 8px rgba(255,255,255,1)); }
    100% { filter: drop-shadow(0px 0px 0px rgba(255,255,255,1)); }
    }

.title {
    text-transform: uppercase;
    text-align: center;
    font-family: "Oswald",sans-serif;
    font-size: 80px;
    font-weight: 600;
    color: transparent;
    letter-spacing: 2px;
    line-height: 1.2em;
    -webkit-text-stroke: #fff 1.2px;
    }

.title-sub {
    text-transform: uppercase;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 1em;
    letter-spacing: .3em;
    text-indent: 1.3em;
    }

.scroll {
    z-index: 4!important;
    position: absolute; top: 85%; left: 50%;
    background-color: #fff;
    width: 0.5px;
    height: 100px;
    animation: scroll ease-in-out 2.8s infinite;
    }

@keyframes scroll {
 0%{
        transform-origin: top;
        transform: scaleY(0);
    }
    50%{
        transform-origin: top;
        transform: scaleY(1);
    }
    51%{
        transform-origin: bottom;
        transform: scaleY(1);
    }
    100%{
        transform-origin: bottom;
        transform: scaleY(0);
    }
    }


/* main -------------------------------------------------- */

main {
    position: relative;
    background-color: #fefafd; /* 111216 */
    /* background: linear-gradient( 180deg, #111216, #121626 ); */
    /* background: linear-gradient( 180deg, #222633, #506680, #7086aa ); */
    /* background: linear-gradient( 180deg, #223366, #fff, #dd9988 ); */
    padding: 0px 0px 0px;
    margin: 0px auto;
    }

h3 {
    border-bottom: 1px solid transparent;
    width: 100%;
    padding-bottom: 10px;
    margin: 0px auto 30px;
    font-family: "Oswald",sans-serif;
    font-size: 55px;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke: #333 1px;
    line-height: 1em;
    letter-spacing: 3px;
    transition: .6s;
    }

#index main {
    overflow: hidden;
    /* border-top: 1px #fff solid; */
    }

#index section {
    z-index: 1;
    position: relative;
    padding: 50px 0px 50px 0px;
    margin: 0px auto 0px auto;
    }

#index section:hover h3 {
    letter-spacing: 4px;
    border-bottom: 0px solid transparent;
    filter: drop-shadow(0px 0px 5px rgba(255,255,255,1));
    transition: .4s;
    }

/*
#index section:hover h3::after {
    z-index: -1;
    content: "WORKS";
    opacity: 0.5;
    position: absolute; top: 1; left: 1;
    border-bottom: px solid #fff;
    -webkit-text-stroke: #22ccff 2px;
    letter-spacing: 4px;
    filter: none;
    transition: .4s;
    }
*/

main section p {
    margin: 0px auto 20px;
    letter-spacing: .04em;
    line-height: 1.8em;
    }

/* LANGUEAGE -------------------------------------------------- */

#lang {
    display: flex;
    justify-content: center;
    }

#lang .lang {
    display: block;
    border: 0.5px solid #000;
    width: 160px;
    padding: 10px 5px;
    margin: 0px 5px;
    color: #000;
    text-align: center;
    line-height: 1em;
    text-transform: uppercase;
    font-size: 13px;
    }

#lang a:link { }
#lang a:visited { color: #000; }
#lang a:hover { opacity: 0.3; }
#lang a:active {  }

#lang .chosen { opacity: 0.3; }


/* ABOUT -------------------------------------------------- */

#about { margin-top: 0px!important; }

.about-srv {
    margin: 20px auto 20px;
    text-align: center;
    }

.about-srv div {
    display: block;
    border-radius: 5px;
    border: 0.5px solid #fff;
    background: linear-gradient(45deg, #c876d6 ,#f0a5c5); /* #d980b0;*/
    width: 50%;
        min-width: 150px;
    padding: 8px 15px;
    margin: 5px auto;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    }


/* SERVICES -------------------------------------------------- */

#services .section-inner {
    display: block;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    }

#services h3 {
    width: 90%;
    max-width: 1200px;
    }

.srv {
    box-sizing: border-box;
    background-image: url(img/photo-cloud.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    padding: 20px 20px 30px 20px;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    }

.branding { background-image: url(img/photo-sky2.jpg); }
.webdesign { background-image: url(img/photo-stone.jpg); background-position: left top; }
.coding { background-image: url(img/photo-jungle.jpg); background-position: center top; }
.paper { background-image: url(img/photo-sky4.jpg); }

.srv-name-jp {
    font-size: 12px;
    font-weight: 100;
    line-height: 1em;
    margin: 0px;
    }

.srv-name-eng {
    font-size: 50px;
    font-weight: 600;
    line-height: 1em;
    }


.srv-innerBox {
    display: block;
    justify-content: space-between;
    }

.srv-info {
    box-sizing: border-box;
    border: 0px solid #fff;
    text-align: left;
    width: 100%;
    }

.srv-BoxRight {
    display: block;
    flex-wrap: wrap;
    box-sizing: border-box;
    border: 0px solid #fff;
    margin: 20px 0px 0px 0px;
    width: 100%;
    }

.branding-img {
    background-image: url(img/srv-branding.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 250px;
    }

.wd-img {
    background-image: url(img/srv-wd.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 250px;
    }

.coding-img {
    background-image: url(img/srv-coding.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 250px;
    }

.print-img {
    background-image: url(img/srv-print.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 250px;
    }


.carousel-cnt {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    border: 0px solid #fff;
    background-color: rgba(0,0,0,0.3);
    width: 100vw; /* カルーセルの幅 */
    padding: 20px 0px;
    margin: 50px 0px 0px -20px;
    }



/* CONTACT -------------------------------------------------- */

.email {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
    }

/* PROFILE -------------------------------------------------- */

.profile-box {
    display: block;
    }

.profile-img {
    border-radius: 100%;
    border: 4px solid #fff;
    background-image: url(img/profile.jpg);
    background-size: cover;
    background-position: center;
    width: 200px;
    height: 200px;
    margin: 0px auto;
    }

.profile-box-inner-right {
    flex: 1;
    box-sizing: border-box;
    padding-left: 0px;
    margin-top: 30px;
    }

#profile .post {
    margin-bottom: 4px;
    font-family: "Oswald", sans-serif;
    font-weight: 100;
    font-size: 13px;
    letter-spacing: 0.08em;
    }

#profile .name {
    margin-bottom: 30px;
    letter-spacing: 0.04em;
    font-size: 1.2em;
    font-weight: 600;
    }



/* INFORMATION -------------------------------------------------- */

#information {
    display: block;
    padding: 0px 0px 0px 0px!important;
    margin: 0px 0px 0px 0px!important;
    }

#information .box-left {
    opacity: .7;
    background-image: url(img/photo-cloud.jpg);
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    height: 300px;
    }

#information .box-right {
    box-sizing: border-box;
    width: 90%;
    padding: 50px 0px;
    margin: 0px auto;
    }

#information ul {
    list-style: none;
    padding: 0px;
    font-size: 13px;
    }

#information li {
    display: block;
    padding: 0;
    margin: 0px 0px 20px;
    }

#information li div:first-child {
    width: 120px;
    margin-bottom: 4px;
    color: #aaa;
    }

#information li div:last-child {
    flex: 1;
    }

#information li .phone-note {
    display: block;
    margin-left: 20px;
    font-size: 12px;
    color: #aaa;
    letter-spacing: 0.02em;
    }


/* end -------------------------------------------------- */


} /* SP : END ------------------------------- */