@charset "utf-8";
/*======================
common
======================*/
html {
    font-size: 62.5%;
}

body {
    font-family: 
        'Sawarabi Gothic',
        'Inter',
        'Hammersmith One',
        Arial,
        sans-serif;
    color: #1E1E1E;
    background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

.section__topic {
    color: #1E1E1E;
    text-align: center;
    font-family: "Hammersmith One";
    font-size: 2rem;
    font-weight: 400;
}

/* common pc */
@media screen and (min-width: 769px) {
    .section__topic {
        font-size: 3.6rem;
    }
}/* pc 769px */

/*======================
header
======================*/
 
.header {
    background-color: #000;
    position: relative;
}

.header__detail {
    position: relative;
}

.header__topic {
    padding-top: 101px;
    padding-left: 6%;
    color: #FFF;
    font-family: "Hammersmith One";
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 1.25;
}

.box {
    margin: auto;
    width: 72%;
    height: 60px;
    border: 1px solid #FFF;
    position: absolute;
    top: 140px;
    left: 0;
}

.header__icon {
    width: 73px;
    position: absolute;
    top: 120px;
    left: 64%;
    transform: rotate(352deg);
}

/* .nav初期表示 */
.nav {
    background: #4C4C4C;
    width: 100%;
    height: 555px;
    padding-left: 17%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.nav__btn {
    width: 50px;
    padding: 9px 9px;
    background-color: rgba(0, 0, 0, 0.3);
}

.nav__list {
    margin-top: 80px;
}

.nav__item {
    margin-top: 55px;
    color:#FFF;
    font-family: "Hammersmith One";
    font-size: 2rem;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
}

/* .nav.active表示 */
.nav.active {
    transform: translateX(0);
}

.header__btn {
    display: block;
    width: 50px;
    padding: 11px 11px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.3);
}

.mainImg {
    display: flex;
    width: 54%;
    position: relative;
}

.mainImg_painting {
    margin-top: 80px;
    margin-left: 58%;
    z-index: 50;
}

.mainImg_line {
    position: absolute;
    top: 80px;
    left: 85%;
}

.wave__header {
    margin-top: -50px;
}

/* .header pc */
@media screen and (min-width: 769px) {
    .header__topic {
        padding-top: 150px;
        padding-left: 10%;
        font-size: 13rem;
        line-height: normal;
        position: relative;
    }

    .box {
        margin: auto;
        width: 55%;
        height: 164px;
        border: 2px solid #FFF;
        position: absolute;
        top: 260px;
        left: 0;
    }

    .header__icon {
        width: 206px;
        position: absolute;
        top: 208px;
        left: 50%;
    }

    .nav {
        background: transparent;
        position: static;
        transform: translateX(0);
    }

    .nav__header {
        display: none;
    }

    .nav__list {
        position: static;
        background: #4C4C4C;
        width: 21%;
        height: 233px;
        margin: -300px 0 0 auto;
    }

    .nav__item {
        margin: 27px 0 0 -20px;
        text-decoration: none;
        font-size: 3rem;
    }

    .header__btn {
        display: none;
    }

    .mainImg {
        display: flex;
        width: 24%;
        position: relative;
        margin-bottom: -10%;
    }

    .mainImg_painting {
        margin-top: -247px;
        margin-left: 220%;
        z-index: 50;
    }
    
    .mainImg_line {
        position: absolute;
        top: -247px;
        left: 248%;
    }
    
    
} /* pc 769px */

/*======================
main
======================*/

/* .aboutMe */

.section--aboutMe {
    margin-top: 20px;
}

.aboutMe__img {
    margin: 25px auto 0;
    width: 50%;
}

.aboutMe__name {
    margin-top: 25px;
    text-align: center;
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
}

.profile {
    text-align: center;
    display: block;
}

.profile ul {
    padding-left: 0;
    display: inline-block;
}

.profile__item {
    text-align: left;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: 400;
}

.profile__item:first-of-type {
    margin-top: 20px;
}

.aboutMe__txt {
    margin-top: 20px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
}

.objective {
    margin-top: 40px;
    background-color: #A97ED4;
}

.objective__img {
    width: 13%;
    display: block;
}

.objective__img01 {
    margin: 0 auto;
    padding-top: 40px;
}

.objective__icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.objective__img02 {
    width: 10%;
    margin-top: 8px;
}

.objective__img03 {
    margin-left: 8px;
}

.objective__topic {
    margin-top: 25px;
    text-align: center;
    color: #FFF;
    font-family: Inter;
    font-size: 1.4rem;
    font-weight: 700;
}

.objective__line {
    margin: 20px 8% 0;
    padding-bottom: 67px;
	text-align: center;
	display: block;
}

.objective__txt {
    text-align: left;
	display: inline-block;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 400;
}

/* .aboutMe pc */
@media screen and (min-width: 769px) {
    .aboutFlex {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .aboutMe__img {
        margin: 70px 0 0;
        width: 34%;
    }

    .aboutFlex div {
        margin-left: 6%;
    }

    .aboutMe__name {
        margin-top: 70px;
        text-align: left;
        color: #1E1E1E;
        font-size: 1.6rem;
    }
    
    .profile {
        text-align: left;
    }
    
    .profile__item {
        margin-left: -9%;
        text-align: left;
        font-size: 1.6rem;
    }

    .aboutMe__txt {
        text-align: left;
        font-size: 1.6rem;
    }

    .objective {
        margin-top: 70px;
        padding-top: 66px;
        padding-bottom: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row-reverse;
    }

    .objective__pc__img {
        margin-right: 14%;
        flex: 1;
    }
    
    .objective__img {
        width: 22%;
    }
    
    .objective__img01 {
        padding: 0;
    }
    
    .objective__img02 {
        width: 16%;
        margin-top: 18px;
    }
    
    .objective__img03 {
        margin-left: 15px;
    }

    .objective__detail {
        margin-left: 14%;
        flex: 2;
    }
    
    .objective__topic {
        margin-top: 25px;
        text-align: left;
        font-size: 2rem;
    }
    
    .objective__line {
        margin: 0;
        padding-bottom: 0;
        text-align: left;
    }
    
    .objective__txt {
        margin-top: 20px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
}/* pc 769px */

/* .favorite */
.section--favorite {
    padding: 60px 16% 0;
    background-color: #000;
}

.favorite {
    margin-top: 40px;
}

.section__topic--favorite {
    color: #FFF;
}

.favorite__item {
    background-color: #FFF;
    margin-top: 53px;
}

.favorite__item:first-of-type {
    margin-top: 0;
}

.favorite__item:last-of-type {
    margin-bottom: 100px;
}

.favorite__img {
    width: 85%;
    margin-top: 25px;
    margin: 25px 7.5%;
}

.favorite__content {
    text-align: center;
}

.favorite__name {
    color: #1E1E1E;
    font-family: Inter;
    font-size: 1.2rem;
    font-weight: 700;
    position: relative;
}

.favorite__name::after {
    position: absolute;
    content: "";
    background-color: #000;
    width: 185%;
    height: 1px;
    bottom: -5px;
    left: 0;
    transform: translateX(-50%);
}

.favorite__txt {
    margin-top: 18px;
    padding-bottom: 85px;
    color: #1E1E1E;
    font-size: 1.2rem;
    font-weight: 400;
}

.wave__itemPc {
    display: none;
}

.wave__favorite {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/* .favorite pc */
@media screen and (min-width: 769px) {
    .section--favorite {
        padding: 120px 0 0;
    }

    .favoritePc {
        display: flex;
        padding: 0 16% 0;
    }

    .favorite__item {
        flex: 1;
        margin-top: 60px;
        margin-bottom: 200px;
        margin-left: 4%;
        padding-bottom: 155px;
    }
    
    .favorite__item:first-of-type {
        margin-top: 60px;
        margin-left: 0;
    }

    .favorite__item:last-of-type {
        margin-bottom: 200px;
    }
    
    .favorite__name {
        margin-top: 25px;
        font-size: 2rem;
    }
    
    .favorite__name::after {
        width: 80%;
        bottom: -6px;
        transform: translateX(0);
    }
    
    .favorite__txt {
        margin-top: 20px;
        /* padding-bottom: 85px; */
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .wave__itemPc {
        display: block;
        margin-top: -28%;
    }

    .wave__item {
        display: none;
    }
}/* pc 769px */

/* .ourStudio */
.section--ourStudio {
    margin-top: 20px;
}

.map {
    width: 60%;
    height: 240px;
    margin: 25px 20% 0;
}

.ourStudio__item {
    display: flex;
    margin: 15px 15%;
    justify-content: left;
    align-items: center;
}

.ourStudio__item:first-of-type {
    margin-top: 25px;
}

.ourStudio__topic {
    color: #1E1E1E;
    font-family: Inter;
    font-size: 1.2rem;
    font-weight: 700;
}

.ourStudio__txt {
    margin-left: 5%;
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
}

.detail {
    vertical-align: middle;
}

.detail img {
    margin-left: 5%;
    width: 15px;
}

.detail .ourStudio__txt {
    white-space: nowrap;
}

/* .ourStudio pc */
@media screen and (min-width: 769px){
    .section--ourStudio {
        margin-top: 0;
    }

    .map {
        display: block;
        width: 55%;
        height: 416px;
        margin: 70px auto 0;
    }

    .ourStudio__item {
        margin: 25px 22% 0;
    }

    .ourStudio__item:first-of-type {
        margin-top: 42px;
    }
    
    .ourStudio__topic {
        font-size: 1.6rem;
    }

    .ourStudio__txt {
        margin-left: 3%;
        font-size: 1.6rem;
    }

    .detail img {
        margin-left: 10%;
        width: 20px;
    }
    
}/* pc 769px */

/*======================
fotter
======================*/
.wave__fotter {
    margin-top: 60px;
}

.footer {
    background-color: #000;
}

.footer__topic {
    margin-right: 10%;
    color: #FFF;
    text-align: right;
    font-family: "Hammersmith One";
    font-size: 2.4rem;
    font-weight: 400;
}

.menu__item {
    margin-top: 15px;
    color: #FFF;
    text-align: center;
    font-family: "Hammersmith One";
    font-size: 1.2rem;
    font-weight: 400;
}

.footer__icon {
    display: block;
    width: 90px;
    margin: 28px auto 0;
}

.footer__txt {
    text-align: center;
}

.footer__txt a {
    color: #FFF;
    font-size: 0.8rem;
    font-weight: 400;
    border-bottom: 0.5px solid #FFF;
}

.copy {
    margin-top: 40px;
    padding-bottom: 31px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 0.5rem;
    font-weight: 400;
}

.copy small {
    font-size: 0.5rem;
}

/* .footer pc */
@media screen and (min-width: 769px) {
    .wave__fotter {
        margin-top: 80px;
    }

    .footer__topic {
        margin-right: 12%;
        font-size: 6.4rem;
    }

    .menu__list {
        display: flex;
    }

    .menu__item {
        margin-top: -2%;
        margin-left: 7%;
        font-size: 2rem;
    }

    .menu__item:first-of-type {
        margin-left: 14%;
    }

    .footer__icon {
        width: 206px;
        margin: 40px 4% 0 auto;
    }

    .footer__txt {
        text-align: right;
        margin: 10px 9% 0 auto;
    }
    
    .footer__txt a {
        font-size: 1.3rem;
    }

    .copy {
        text-align: left;
        margin-top: 1px;
        margin-left: 13%;
        padding-bottom: 74px;
    }
    
    .copy small {
        font-size: 1rem;
    }
}/* pc 769px */