@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: OpenSans SB;
    src: url(../font/Open_Sans/static/OpenSans-SemiBold.ttf);
}

@font-face {
    font-family: OpenSans M;
    src: url(../font/Open_Sans/static/OpenSans-Medium.ttf);
}

@font-face {
    font-family: OpenSans R;
    src: url(../font/Open_Sans/static/OpenSans-Regular.ttf);
}


@font-face {
    font-family: ZenKakuGothicNew M;
    src: url(../font/ZenKakuGothicNew/ZenKakuGothicNew-Medium.ttf);
}

@font-face {
    font-family: PlaywritePL;
    src: url(../font/PlaywritePL/static/PlaywritePL-Regular.ttf);
}

body {
    font-family: ZenKakuGothicNew M;
    font-size: 2.4vw;
    background-color: #fffeeb;
    color: #505a6d;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}


/* --------------------header start------------------------------------------ */
nav.NavMenu{
	position: fixed;
	z-index: 2;
	top: 0;
	right: 0;
    width: 70%;
    height: 100vh;
	text-align: center;
    background-color: rgba(157, 214, 212,0.9);
    border-radius: 20px 0px 0px 20px;
	transform: translateX(100%);
	transition: all 0.6s;
}

nav.NavMenu ul{
	width: 100%;
    
}

nav.NavMenu ul li{
	font-size: 26px;
	width: 100%;
}

nav.NavMenu ul li:nth-of-type(1){
    margin-top: 20%;
}

nav.NavMenu ul li a{
	display: block;
    padding-top: 1em;
    padding-bottom: 1em;
    font-family: OpenSans SB;
    letter-spacing: 0.08em;
	color: #fffeeb;
    transition: 0.5s;
}

nav.NavMenu ul li a:hover {
    opacity: 0.4;
    transition: 0.5s;
}

nav.NavMenu.active {
	transform: translateX(0%);
}


.Toggle {
	position: fixed;
	right: 2%;
	top: 2%;
	width: 42px;
	height: 42px;
	cursor: pointer;
	z-index: 3;
}

.Toggle span {
	display: block;
	position: absolute;
	width: 35px;
	border-bottom: solid 3px #9dd6d4;
	transition: 0.35s ease-in-out;
	left: 6px;
}

.Toggle span:nth-child(1) {
	top: 10px;
}

.Toggle span:nth-child(2) {
	top: 21px;
}

.Toggle span:nth-child(3) {
	top: 32px;
}

.Toggle p {
    display: none;
}

.Toggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	transform: rotate(-45deg);
    border-bottom: solid 3px #fffeeb
}

.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
	top: 18px;
	transform: rotate(45deg);
    border-bottom: solid 3px #fffeeb
}

.Toggle.active p {
    opacity: 0;
}
/* --------------------header finish------------------------------------------ */

/* --------------------mv start------------------------------------------ */
.mainvisual {
    display: block;
    width: 100%;
    height: 90vh;
    background-image: url(../images/mainvisual-sp.png);
    background-size: cover;
    background-position: bottom center;
    overflow: hidden;
}

.mainvisual-text {
display: block;
margin-top: 10%;
text-align: center;
}

.mainvisual-title {
    width: 100%;
    font-family: PlaywritePL;
    font-size: 10vw;
    color: #ffffff;
}

.mainvisual-title-br {
    display: block;
}

.mainvisual-subtitle {
    padding-top: 5%;
    font-size: 3.5vw;
    color: #ffffff;
}

.sp-none {
    display: none;
}

.works-collection-parent-box-sp {
    display: flex;
    width: 960vw;
    padding-top: 10%;
    overflow: hidden;
    animation: slidshow1 70s infinite linear 1s both;
}

.works-collection-childbox-sp {
    display: flex;
}

.workes-item-sp {
    width: 35vw;
    margin-right: 5vw;
}

.workes-item-sp img {
    display: block;
    width: 100%;
}

 .workes-item-sp:hover {
    transform: translateY(-3px);
    transition: 0.5s;
}

@keyframes slidshow1 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-480vw);
    }
}
/* --------------------mv finish------------------------------------------ */

main {
    width: 80%;
    margin-left: auto ;
    margin-right: auto ;
}

/* --------------------h2 start------------------------------------------ */

h2 {
    position: relative;
    margin-top: 12%;
    text-align: center;
    font-weight: normal;
    font-family: OpenSans SB;
    font-size: 5vw;
    letter-spacing: 0.08em;
    color: #9dd6d4;
}

h2::before {
    position: absolute;
    top: 40%;
    left: 0;
    display: block;
    content: "";
    width: 32%;
    height: 2px;
    background-color: #9dd6d4;
}

h2::after {
    position: absolute;
    top: 40%;
    right: 0;
    display: block;
    content: "";
    width: 32%;
    height: 2px;
    background-color: #9dd6d4;
}


.subtitle {
    display: block;
    text-align: center;
    font-family: ZenKakuGothicNew R;
    font-size: 2.4vw;
}
/* --------------------h2 finish------------------------------------------ */

/* --------------------works start------------------------------------------ */
.works-container {
    width: 90%;
    display: block;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
}

.works {
    margin-top: 10%;
    overflow: hidden;
}


.works a img {
    display: block;
    width: 100%;
    vertical-align: bottom;
     transition: 0.5s;
}

.works a:hover img {
    transform: scale(1.03);
    transition: 0.5s;
}

.works-client-category-box {
    display: flex;
    font-size: 2.4vw;
    margin-top: 2%;
}

 .works-client,.works-category {
    padding: 1% 3%;
    color: #ffffff;
}

.works-client {
    margin-right: 3%;
    background-color: #9dd6d4;
}

.works-category-banner {
    background-color: #eac18f;
}

.works-category-flier {
    background-color: #a6ce9f;
}

.works-category-logo {
    background-color: #f2bbd0;
}

.works-category-other {
    background-color: #afc2e2;
}

.works-category-website {
    background-color: #eae296;
}

.works-title {
    margin-top: 1%;
    color: #505a6d;
}

.works-cta {
    width: 40%;
    margin-top: 7%;
    margin-left: auto;
    margin-right: auto;
}

.works-cta a{
    display: block;
    text-align: center;
    line-height: 2.4;
    background-color: #9dd6d4;
    border: 1.5px solid #9dd6d4;
    font-size: 3vw;
    color: #ffffff;
    transition: 0.5s;
}

.works-cta a:hover{
    background-color: #ffffff;
    border: 1.5px solid #9dd6d4;
    color: #9dd6d4;
    transition: 0.5s;
}


/* --------------------works finish------------------------------------------ */

/* --------------------about finish------------------------------------------ */
.about-container {
    display: block;
    width: 90%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
}

.about-img {
    width: 100%;
}

img {
    width: 100%;
}

.about-text-name {
    margin-top: 3%;
    font-weight: normal;
    font-family: OpenSans SB;
    font-size: 5vw;
}

.about-text-name-kanji {
    padding-left: 1em;
    font-family: ZenKakuGothicNew M;
    font-size: 2.3vw;
}

.about-text-mydata {
    margin-top: 0.5%;
}

.about-text-description {
    margin-top: 1%;
}

.about-cta {
    width: 40%;
    margin-top: 9%;
    margin-left: auto;
    margin-right: auto;
}

.about-cta a{
    display: block;
    text-align: center;
    line-height: 2.4;
    background-color: #9dd6d4;
    font-size: 3vw;
    border: 1.5px solid #9dd6d4;
    color: #ffffff;
    transition: 0.5s;
}

.about-cta a:hover{
    background-color: #ffffff;
    border: 1.5px solid #9dd6d4;
    color: #9dd6d4;
    transition: 0.5s;
}
/* --------------------about finish------------------------------------------ */
/* --------------------footer finish------------------------------------------ */
footer {
    margin-top:10%;
    padding-top: 3%;
    padding-bottom: 3%;
    text-align: center;
    background-color: #9dd6d4;
    color: #ffffff;
}