/*
Version: 1.0
*/

/* ////////////////////////////////////////////////////
Reset
//////////////////////////////////////////////////// */
* {
    font-size: 62.5%;
}
body, ul, li, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
ul {
	list-style:none;
}
img {
    vertical-align: bottom;
}


/* ////////////////////////////////////////////////////
Common
//////////////////////////////////////////////////// */
.common__wrapper {
    width: 100%;
}
.common__section {
    margin-bottom: 150px;
}
.common__section_bg {
    margin-bottom: 150px;
    padding: 150px 0px;
    background-color: #f7f7f5;
}
.common__section_contact {
    margin-bottom: 0px;
    padding: 150px 0px;
    background-color: #444;
}

/* ////////////////////////////////////////////////////
Header
//////////////////////////////////////////////////// */
.section__header {
    height: 100vh;
    width: 100vw;
    background-image: url(/assets/img/heroimage.png);
    background-size:cover;
    background-repeat: no-repeat;
}
.section__header-container {
    width: 90%;
    margin: 0 auto;
    display: flex;
}
.header__logo {
    font-size: 2.8rem;
    font-family: "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", serif;
	color: #FFF;
	font-weight: normal;
    margin-top: 40px;
    letter-spacing: 0.4rem;
    animation-duration: 3s;
    animation-name: fadein;
}
.header__nav {
    margin: 56px 0 0 auto;
    animation-duration: 3s;
    animation-name: fadein;
}
.section__nav {
    display: flex;
}
.link__navi {
    font-size: 1.2rem;
    margin-left: 20px;
    font-family: "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", serif;
	color: #FFF;
	font-weight: normal;
    letter-spacing: 0.6rem;
    text-decoration: none;
}
.link__navi:hover {
    opacity: 0.8;
}

/* ////////////////////////////////////////////////////
Hero
//////////////////////////////////////////////////// */
.section__hero-container {
    width: 80%;
    margin: 28vh auto 0;
}
.hero__copy {
    font-size: 4.0rem;
    line-height: 1.4;
    margin-bottom: 30px;
    font-family: "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", serif;
	color: #FFF;
	font-weight: normal;
    animation-duration: 1s;
    animation-name: slidein;
}
.hero__sumally {
    font-size: 1.4rem;
    line-height: 2.4;
    font-family: "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", serif;
	color: #FFF;
	font-weight: normal;
    animation-duration: 1.5s;
    animation-name: fadein;
}

/* ////////////////////////////////////////////////////
Scroll
//////////////////////////////////////////////////// */
.section__scroll-container {
    animation-duration: 4s;
    animation-name: fadein;
    bottom: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.scroll__icon {
    height: 40px;
    width: 40px;
    left: 0;
    right: 0;
    margin: auto;
}
#svg6 svg #circle {
    -webkit-transform: scale(.8) rotate(-90deg);
    -ms-transform: scale(.8) rotate(-90deg);
    transform: scale(.8) rotate(-90deg);
    stroke-width: 15px;
    stroke-dasharray: 2000;
    -webkit-animation-name: svg6;
    animation-name: svg6;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}   
#svg6 svg #arrow {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}   
.scroll__text {
    font-size: 1.0rem;
    letter-spacing: 0.2rem;
    font-family: "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", serif;
	color: #FFF;
	font-weight: normal;
    text-align: center;
    margin-top: 5px;
}

/* ////////////////////////////////////////////////////
Animation
//////////////////////////////////////////////////// */
@keyframes slidein {
    from {
        transform:translateY(10px);
        opacity: 0;
    }
    to {
        transform:translateY(0px);
    }
}
@keyframes fadein {
    0% {
        transform:translateY(0px);
        opacity: 0;
    }
    50% {
        transform:translateY(0px);
        opacity: 0;
    }
    100% {
        transform:translateY(0px);
    }
}

/* ////////////////////////////////////////////////////
Content
//////////////////////////////////////////////////// */
.section__container {
    width: 1080px;
    margin: 0 auto;
    text-align: center;
}
.section__title {
    font-size: 2.2rem;
    margin-bottom: 10px;
    letter-spacing: 0.8rem;
    font-family: "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", serif;
	color: #555;
	font-weight: normal;  
}
.section__title_jp-title {
    font-size: 1.0rem;
    margin-bottom: 60px;
    letter-spacing: 0.4rem;
    font-family: "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", serif;
	color: #999;
	font-weight: normal;  
}
.section__sumally {
    font-size: 1.4rem;
    line-height: 2.4;
    font-family: "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", serif;
	color: #555;
	font-weight: normal;  
}
.section__sumally_link {
    font-size: 1.4rem;
    line-height: 2.4;
    font-family: "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", serif;
	color: #555;
	font-weight: normal;
    text-decoration: underline;
}
.section__sumally_link:hover {
    text-decoration: none;
    opacity: 0.8;
}


/* ////////////////////////////////////////////////////
Works
//////////////////////////////////////////////////// */
.section__works_container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.section__works_img {
    margin-bottom: 20px;
}
.section__works_img:nth-last-child(1) {
    margin-bottom: 0px;
}
.section__works_img:nth-last-child(2) {
    margin-bottom: 0px;
}
.section__works_img:nth-child(odd) {
    margin-right: 20px;
}

/* ////////////////////////////////////////////////////
Flow
//////////////////////////////////////////////////// */

.section__flow_container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.section__flow_box {
    width: 200px;
    margin-right: 20px;
}
.section__flow_box:last-child {
    margin-right: 0px;
}
.section__flow_img {
    margin-bottom: 30px;
}
.section__flow_title {
    font-size: 1.8rem;
    font-family: "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", serif;
	color: #555;
	font-weight: normal;
    margin-bottom: 5px;
}
.section__flow_jp-title  {
    font-size: 1.0rem;
    font-family: "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", serif;
	color: #999;
	font-weight: normal;
    margin-bottom: 20px;
}
.section__flow_sumally {
    font-size: 1.2rem;
    line-height: 2.0;
    font-family: "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", serif;
	color: #555;
	font-weight: normal;
    text-align: left;
}

/* ////////////////////////////////////////////////////
Contact
//////////////////////////////////////////////////// */
.section__container_contact {
    width: 1080px;
    margin: 0 auto;
    text-align: center;
}

.section__container_contact > .section__title {
    font-size: 2.2rem;
    margin-bottom: 10px;
    letter-spacing: 0.8rem;
    font-family: "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", serif;
	color: #FFF;
	font-weight: normal;  
}
.section__container_contact > .section__title_jp-title {
    font-size: 1.0rem;
    margin-bottom: 60px;
    letter-spacing: 0.4rem;
    font-family: "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", serif;
	color: #FFF;
    opacity: 0.8;
	font-weight: normal;  
}
.section__container_contact > .section__sumally {
    font-size: 1.4rem;
    line-height: 2.4;
    font-family: "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", serif;
	color: #FFF;
	font-weight: normal;  
}
.contact__button {
    margin-top: 40px;
}
.contact__button a {
    display: block;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    font-family: "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", serif;
	color: #FFF;
    font-weight: normal;
    padding: 50px 0px;
    background-color: #333;
    width: 640px;
    margin: 0 auto;
    text-decoration: none;
}
.contact__button a:hover {
    opacity: 0.8;
}