@charset "UTF-8";

body {
    font-family: "Yu Gothic", sans-serif;
    overflow-x: hidden;
}
.mockup-img {
    padding: 50px;
}
.mockup-img img {
    height: 750px;
    object-fit: cover;
    display: block;
}
.portfolio-section {
    margin: 0 auto;
    padding-top: 100px;
    text-align: left;
}
.portfolio-section h1 {
    margin-left: 50px;
}
.summary h3 {
    margin-top: 20px;
    margin-left: 50px;
}
.summary p {
    margin-left: 50px;
    margin-bottom: 50px;
}
.fade-in {
    opacity: 0;
    transform: translateY(20px);
}


.design-full img {
    height: 800px;
    margin-top: 100px;
}

.h-scroll-container {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.h-scroll {
  display: flex;
  height: 100vh;
}

.card {
 flex: 0 0 0vw;
  padding: 200px 60px;
  border-right: 1px solid #eee;
}

.number {
    font-weight: bold;
    margin-right: 0.5em;
    color: rgb(194, 112, 126);
    font-size: 1.6em;
    font-family: 'Prata' serif;
}
.title {
    font-weight: normal;
}

/*  design process  */

.design-process {
   text-align: center;
   margin-top: -150px;
}
.section-title h2 {
    font-size: 28px;
    margin-bottom: -10px;
}
.design-images {
    padding-top: 100px;
    display: flex;
    flex-wrap: wrap;
}
.design-images img {
    width: 20%;
    object-fit: cover;
    margin-left: 70px;
    margin-bottom: 150px;
}
.design-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 90%;
    margin: 0 auto;
}
.design-text {
    margin-right: 150px;
    margin-top: 90px;
    text-align: left;
    line-height: 1.8;
    
}

/*  kansei  */

.kansei {
    text-align: center;
    padding: 50px;
}
.kansei h2 {
    font-size: 28px;
    margin-bottom: 50px;
}
.kansei img {
    max-width: 40%;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
  body {
    overflow-x: hidden;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.mockup-img {
    padding: 0px;
}
.mockup-img img {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}
.portfolio-section {
    margin: 0 auto;
    padding-top: 100px;
    text-align: left;
}
.design-full img {
    height: 250px;
}
.design-process {
    margin-top: -200px;
}
.design-images {
    display: flex;
    flex-wrap: wrap;
}
.design-images img {
    width: 30%;
    margin: 0 auto;
    padding: 0px;
    margin-top: -50px;
}
.design-text {
    margin: 0 auto;
    padding-top: 50px;
}
.card {
    margin-top: -100px;
    padding-bottom: 0;
    box-sizing: border-box;
}
.design-container {
    flex-direction: column;
    align-items: center;
}
}

@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.mockup-img {
    padding: 0px;
}
.mockup-img img {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}
.portfolio-section {
    margin: 0 auto;
    padding-top: 100px;
    text-align: left;
}
.design-full img {
    height: 250px;
}
.design-process {
    margin-top: -200px;
}
.design-images {
    display: flex;
    flex-wrap: wrap;
}
.design-images img {
    width: 30%;
    margin: 0 auto;
    padding: 0px;
    margin-top: -50px;
}
.design-text {
    margin: 0 auto;
    padding-top: 50px;
}
.card {
    margin-top: -100px;
    padding-bottom: 0;
    box-sizing: border-box;
}
.design-container {
    flex-direction: column;
    align-items: center;
}
}

@media screen and (max-width: 1024px) {
  body {
    overflow-x: hidden;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.mockup-img {
    padding: 0px;
}
.mockup-img img {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}
.portfolio-section {
    margin: 0 auto;
    padding-top: 100px;
    text-align: left;
}
.design-full img {
    height: 250px;
}
.design-process {
    margin-top: -200px;
}
.design-images {
    display: flex;
    flex-wrap: wrap;
}
.design-images img {
    width: 30%;
    margin: 0 auto;
    padding: 0px;
    margin-top: -50px;
}
.design-text {
    margin: 0 auto;
    padding-top: 50px;
}
.card {
    margin-top: -100px;
    padding-bottom: 0;
    box-sizing: border-box;
}
.design-container {
    flex-direction: column;
    align-items: center;
}
}