@charset "utf-8";

body {
    font-family: 'Catamran','Noto Sans JP',sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #2c2c2c;
    }
    @keyframes sampleAnime {
        0% {
            filter: grayscale(100%);
        }
        100% {
            filter: grayscale(0);
        }
    }
    .grayscale img {
        animation-name: sampleAnime;
        animation-duration: 3s;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
    }
    .topPage {
        display: block;
    }
    .topPage h2 {
        font-size: 36px;
        text-align: center;
        margin-top: 50px;
    }
    img {
        max-width: 100%;
    }
    .topDetail {
        display: flex;
    }
    .topDetail img {
        width: 600px;
        margin-top: 78px;
        margin-left: 90px;
        height: 600px;
        object-fit:cover;
        object-position:center;
    }
    .topPage main {
        display: block;
        align-items: center;
        justify-content: center;
    }
    .topPage a:hover {
        text-decoration: underline;
    }
    .subPage a:hover {
        text-decoration: underline;
    }
    .linkList {
        display: flex;
        flex-wrap: wrap;
        max-width: 1000px;
        margin: 30px auto;
        justify-content: space-around;
    }
    .linkList img { 
        width:100%;
        height:200px;
        object-fit:cover;
        object-position:center;
    }
    .linkList li {
        flex-basis: 32%;
        margin-bottom: 20px;
    }
    .linkList li a {
        display: block;
        background-color:floralwhite
    }
    .linkList li a span {
        display: block;
        padding: 12px 15px 10px;
        font-size: 18px;
        color: #2c2c2c;
    }
    .linkList li a:hover {
        filter: brightness(105%);
    }
    .kirameki {
        color: rgb(255, 0, 47);
    }
    .photo02 img {
        width: 1000px;
        height: 500px;
        margin-top: 60px;
        margin-left: 260px;
    }
    .photo03 img {
        width: 1000px;
        height: 500px;
        margin-top: 60px;
        margin-left: 260px;
    }
    .reviewDetail {
        display: flex;
        flex-wrap: wrap;
        max-width: 1350px;
        margin: 30px auto;
        justify-content: space-around;
    }
    .reviewDetail img {
      height: 580px;
      width: 340px; 
      margin-bottom: 50px; 
    }
    .topPage .QA {
        text-align: left;
        margin: 30px 380px;
    }
    .QA p {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .QA .Q {
        color: crimson;
    }
    .QA .A {
        color: blue;
    }
    .subPage header h1 {
        text-align: center;
        font-size: 42px;
        font-weight: 700;
        letter-spacing: .17em;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    .subPage h2 { 
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: .17em;
        margin-bottom: 10px;
    }
    .subPage h3 {
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: .17em;
        margin-bottom: 10px;
    }
    .subPage p {
        text-align: center;
        margin-bottom: 30px;
        font-size: 12px;
        letter-spacing: .05em;
        line-height: 2;
    }
    .subPage main {
        padding: 0 20px;
    }
    .subPage p img {
        height: 180px;
        width: 100%;
        object-fit: cover;  
    }
    .subPage li{
        text-align: center;
        margin-bottom: 20px;
    }
    .subPage a {
        display: block;
        padding: 20px 0;
    }
    .subPage ul {
        width: 300px;
        margin: auto;
    }
    .subPage main {
        max-width: 1280px;
        margin: 0 auto;
    }
    .subPage header h1 {
        font-size: 60px;
        margin-top: 80px;
    }
    .subPage footer {
        margin-top: 30px;
    }
    .topPage footer {
        margin: 30px;
        text-align: center;
        font-size: 12px;
    }
    .conseptDetail {
        display: grid;
        grid-template-rows: 360px 360px;
        grid-template-columns: 50% 50%;
    }
    .conseptDetail h2 {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
    }
    .conseptDetail .photo {
        grid-row: 1 / 3;
        grid-column: 1 / 2;
    }
    .conseptDetail .text {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
    }
    .conseptDetail .photo img {
        height: 720px;
    }
    .conseptDetail h2 {
        font-size: 34px;
        align-self: end;
    }
    .conseptDetail .text{
        text-align: center;
        font-size: 16px;
    }
    .profileDetail {
        display: grid;
        grid-template-rows: 360px 360px;
        grid-template-columns: 50% 50%;
    }
    .profileDetail .text {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
        text-align: left;
        margin-left: 160px;
    }
    .profileDetail .keireki {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
        text-align: left;
        margin-left: 160px;
        margin-top: 230px;
    }
    .profileDetail .photo {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
    } 
    .profileDetail .photo img {
        height: 720px;
    }
    .profileDetail .sns {
        grid-row: 2 / 3;
        grid-column: 1 / 2;
    }
    .profileDetail .sns a{
        display: block;
        padding: 20px 0;
        background-color: rgb(242, 240, 255);
    }
    .photoGarelly {
        display: grid;
        grid-template-rows: 240px;
        grid-template-columns: 50% 50%;
    }
    .photoGarelly li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .item1 {
        grid-row: 1 / 2;
        grid-column: 1 / 3;
    }
    .item2 {
        grid-row: 2 / 4;
        grid-column: 1 / 2;
    }
    .item3 {
        grid-row: 2 / 4;
        grid-column: 2 / 3;
    }
    .item4 {
        grid-row: 4 / 5;
        grid-column: 1 / 3;
    }
    .liveGarelly {
        display: grid;
        grid-template-rows: 240px;
        grid-template-columns: 50% 50%;
    }
    .liveGarelly li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .item01 {
        grid-row: 1 / 2;
        grid-column: 1 / 3;
    }
    .item02 {
        grid-row: 2 / 3;
        grid-column: 1 / 3;
    }
    .item03 {
        grid-row: 3 / 5;
        grid-column: 1 / 2;
    }
    .item04 {
        grid-row: 3 / 5;
        grid-column: 2 / 3;
    }
    .item05 {
        grid-row: 5 / 6;
        grid-column: 1 / 3;
    }
    .flowDetail h2 {
        font-size: 28px;
        background-color: antiquewhite;
        margin: 30px 400px 0px;
        padding: 20px;
    }
    .flowDetail p {
        font-size: 14px;
        background-color: aliceblue;
        margin: 0 400px;
        padding: 20px;
    }
    .menuDetail {
        display: grid;
        grid-template-rows: 360px 160px;
        grid-template-columns: 50% 50%;
        margin-top: 18px;
    }
    .menuDetail .text1 {
        grid-row: 2 / 3;
        grid-column: 1 / 2;
        background-color: honeydew;
        width: 560px;
        margin-left: 28px;
        padding: 10px;
    }
    .menuDetail .text2 {
        grid-row: 2 / 3;
        grid-column: 1 / 2;
        margin-top: 80px;
    }
    .menuDetail .photo1 {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
    }
    .menuDetail .photo1 img {
        height: 340px;
        width: 90%;
    }
    .menuDetail .text3 {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
        background-color: honeydew;
        width: 560px;
        margin-left: 28px;
        padding: 10px;
    }
    .menuDetail .text4 {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
        margin-top: 80px;
    }
    .menuDetail .photo {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
    }
    .menuDetail .photo2 img {
        height: 340px;
        width: 90%;
    }
    .formDetail {
        background-color: #f5f5f5;
        padding: 20px;
    }
    form {
        width: 600px;
        margin: 0 auto;
    }
    input[type="text"],
    input[type="email"],
    select,
    textarea {
        border: 1px solid #cccccc;
        background-color: #ffffff;
        width: 100%;
        margin-top: 5px;
        padding: 4px 8px;
    }
    textarea {
        height: 120px;
    }
    input[type="submit"] {
        background-color: #333333;
        color: #ffffff;
        padding: 18px 80px;
    }   
    .formDetail span {
        color: red;
    }
    .snsDetail {
        margin-top: 30px;
        padding: 10px;
        height: 420px;
    }
    .snsDetail .sns a{
        display: block;
        padding: 20px 0;
        background-color: rgb(242, 240, 255);
    }
    .topmenu {
        text-transform: uppercase;
        font-size: 18px;
        display: flex;
        justify-content: space-around;  
        margin: 0 auto;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        color: #ffffff;
        background-color: #333333;
        padding: 19px 0px 10px;
        height: 60px;
    }
    .subPage .topmenu { 
        width: 100%;
        height: 60px;
        padding: 0px;
    }
    .gMenu {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 99;
      }
      .gMenu .menu-icon {
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 12px;
        padding-top: 5px;
        height: 12px;
        margin-top: 70px;
      }
      .gMenu .menu-icon .navicon {
        background: #2c2c2c; 
        display: block;
        height: 2px;
        width: 31px;
        position: relative;
        transition: background .4s ease-out;
      }
      .gMenu .menu-icon .navicon::before,
      .gMenu .menu-icon .navicon::after {
        background: #2c2c2c;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .4s ease-out;
        width: 100%;
      }
      .gMenu .menu-icon .navicon::before {top: 10px;} 
      .gMenu .menu-icon .navicon::after {top: -10px;}
      .gMenu .menu {
        background-color: rgba(255,255,255,0.9);
        overflow: hidden;
        max-height: 0;
        transition: max-height .6s;
        text-align: center;
        width: 100%;
      }
      .gMenu .menu li:first-of-type {
        padding-top: 50px;
      }
      .gMenu .menu li a {
        display: block;
        padding: 24px 20px;
        text-decoration: none;
        text-transform: uppercase;
      }
      .gMenu .menu li a:hover {
        background-color: #f4f4f4;
      }
      .gMenu .menu-btn {
        display: none;
      }
      .gMenu .menu-btn:checked ~ .menu {
        max-height: 700px;
        width: 100%;
        transition: max-height .6s;
      }
      .gMenu .menu-btn:checked ~ .menu-icon .navicon {background: transparent;}
      .gMenu .menu-btn:checked ~ .menu-icon .navicon::before {transform: rotate(-45deg);top: 0;}
      .gMenu .menu-btn:checked ~ .menu-icon .navicon::after {transform: rotate(45deg);top: 0;}

@media screen and (max-width: 640px) {
    .topPage header {   
        height: 50px; 
    }   
    .topPage {
        display: block;
    }
    .topDetail {
        display: block;
    }
    .topDetail .dezain img{
        height: 140px;
        width: 380px;
        margin-bottom: 10px;
    }
    .topDetail img {
        margin-top: 30px;
        margin: 0;
        width: 420px;
        height: 400px;
    }
    .linkList {
        display: block;
        padding: 0 20px;
    }
    .photo02 img {
        width: 420px;
        height: 400px;
        margin-left: 0;
    }
    .photo03 img {
        width: 420px;
        height: 300px;
        margin-left: 0;
        margin-top: 0;
    }
    .center h2 {
        font-size: 28px;
    }
    .topPage .QA {
        margin-left: 10px;
        width: 360px;
    }
    .QA p {
        font-size: 12px;
    }
    .subPage header {
        padding-top: 20px;
        margin-bottom: 30px;
    }
    .subPage header h1 {
        font-size: 34px;
        margin-top: 0;
    }
    .subPage .portfolio {
        margin-top: 30px;
    }
    .subPage h2 {
        font-size: 24px;
        margin-bottom: 36px;
    }
    .subPage h3 {
        font-size: 34px;
        margin-bottom: 36px;
    }
    .conseptDetail {
        display: block;
    }
    .conseptDetail .photo img {
        height: 60vh;
    }
    .conseptDetail .text {
        text-align: center;
        font-size: 19px;
    }
    .text .sp {
        display: none;
    }
    .profileDetail {
        display: block;
    }
    .profileDetail .text {
        margin-left: 0;
    }
    .profileDetail .keireki {
        margin-left: 0;
        margin-top: 10px;
    }
    .profileDetail .photo img {
        height: 40vh;
    }
    .menuDetail {
        display: block;
    }
    .menuDetail .photo1 img {
        width: 100%;
    }
    .menuDetail .text2 {
        margin-top: 0;
    }
    .menuDetail .photo2 img {
        width: 100%;
    }
    .menuDetail .text4 {
        margin-top: 0;
    }
    .menuDetail .text1 {
        width: 100%;
        margin-left: 0;
        padding: 10px;
        margin-bottom: 0;
    }
    .menuDetail .text2 {
        background-color: honeydew;
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        padding: 10px;
    }
    .menuDetail .text3 {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
        padding: 10px;
    }
    .menuDetail .text4 {
        background-color: honeydew;
        width: 100%;
        margin-left: 0;
        padding: 10px;
    }
    .photoGarelly {
        display: grid;
        grid-template-rows: 50vw 30vw 30vw 50vw;
        grid-template-columns: 50% 50%; 
    }
    .flowDetail h2 {
        margin-bottom: 0;
        margin-left: 60px;
        width: 250px;
        padding: 10px;
        font-size: 18px;
    }
    .flowDetail p {
        margin-top: 0;
        margin-left: 60px;
        width: 250px;
        padding: 10px;
        font-size: 8px;
    }
    form {
        width: 300px;
    }
    .formDetail h2 {
        font-size: 18px;
    }
    .snsDetail {
        height: 440px;
    }
    .snsDetail h2 {
        font-size: 18px;
    }
    .topmenu {
        display: none;
    }
    .subPage .topmenu {
        font-size: 11px;
        height: 60px;
        padding-top: 0;
        margin: 0px;
    }
    .gMenu .menu-icon {
        margin-top: 10px;
      }
}