@charset "UTF-8";

html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
}

body {
    font-family: "UD デジタル 教科書体 N-B";
    font-size: 1.6rem;
    line-height: 2.1;
    color: #797e81;
    margin: 0;
    padding: 0;
    text-align: center;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    background: white;
}

header .inner {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header ul {
    display: flex;
}

header a {
    font-size: 1.5rem;
    color: #2e4551;
    margin: 0 0 0 50px;
    letter-spacing: 0.3em;
}


header a:hover {
    color: orange;
    font-weight: 600;
}

.header-nav {
    display: flex;
    width: 100%;
}

.header-nav img {
    width: 40px;
    height: 40px;
    vertical-align: -3px;
}

#aboutwork {
    position: relative;
}

.inner2 {
    text-align: left;
    margin: 0 0 0 300px;
    width: 130px;
    height: 130px;
}

.inner2 img {
    max-width: 100px;
    max-height: 100px;
    vertical-align: -3px;
}

.inner2 .box_imageLeft {
    position: fixed;
    left: 30vw;
    top: 200px;
}

.inner2 .box_imageright {
    position: fixed;
    right: 35vw;
    top: 100px;
}

.inner2 .box_imageLeft2 {
    position: fixed;
    left: 15vw;
    top: 350px;
}

.inner2 .box_imageright2 {
    position: fixed;
    right: 20vw;
    top: 300px;
}

.animation {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
    width: 128px;
}


.box_imageLeft {
    animation-name: anim_s;
    transform: rotate(30deg);
    animation-duration: 5s;
}

@keyframes anim_s {
    50% {
        transform: rotate(-30deg);
    }

    100% {
        transform: rotate(30deg);
    }
}

.box_imageright {
    animation-name: anim_s;
    transform: rotate(30deg);
    animation-duration: 7s;
}

@keyframes anim_s {
    50% {
        transform: rotate(-30deg);
    }

    100% {
        transform: rotate(30deg);
    }
}

.box_imageLeft2 {
    animation-name: anim_s;
    transform: rotate(30deg);
    animation-duration: 10s;
}

@keyframes anim_s {
    50% {
        transform: rotate(-30deg);
    }

    100% {
        transform: rotate(30deg);
    }
}

.box_imageright2 {
    animation-name: anim_s;
    transform: rotate(30deg);
    animation-duration: 12s;
}

@keyframes anim_s {
    50% {
        transform: rotate(-30deg);
    }

    100% {
        transform: rotate(30deg);
    }
}

#aboutwork h3 {
    font-family: "Reenie Beanie", cursive;
    font-size: 4rem;
    color: #ababad;
    letter-spacing: 0.3em;
    width: 100%;
    height: 350px;
    position: relative;
    top: 100px;
}

#aboutwork h4 {
    font-family: "Nico Moji";
    font-size: 4rem;
    color: #61b7d9;
    letter-spacing: 0.2em;
    width: 100%;
    height: 350px;
    position: relative;
    top: 100px;
    margin: 150px 0 25px 10px;
    padding: 150px 0 25px;
}

#various {
    max-width: 1024px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

#price {
    border-radius: 70% 30% 10% 90% / 50% 50% 50% 50%;
    width: 300px;
    height: 250px;
    line-height: 30px;
    background-color: #61b7d9;
    color: #fff;
    text-align: center;
    margin: 0 0 0 100px;
    padding: 50px 0 0;
}

#read {
    border-radius: 30% 70% 35% 65% / 60% 30% 70% 40%;
    width: 500px;
    height: 225px;
    line-height: 30px;
    background-color: #797e81;
    color: #fff;
    text-align: center;
    margin: 0 0 0 50px;
    padding: 50px 0 0;
}

#libretto {
    border-radius: 50% 50% 35% 65% / 90% 10% 90% 10%;
    width: 500px;
    height: 225px;
    line-height: 30px;
    background-color: #797e81;
    color: #fff;
    text-align: center;
    margin: 0 0 0 250px;
    padding: 50px 0 0;
}

#data {
    border-radius: 50% 50% 35% 65% / 35% 50% 50% 65%;
    width: 350px;
    height: 240px;
    line-height: 30px;
    background-color: #61b7d9;
    color: #fff;
    text-align: center;
    margin: 0 0 0 10px;
    padding: 50px 0 0;
}

#recording {
    border-radius: 10% 90% 65% 35% / 70% 35% 65% 30%;
    width: 600px;
    height: 250px;
    line-height: 30px;
    background-color: #61b7d9;
    color: #fff;
    text-align: center;
    margin: 10px 0 0 10px;
    padding: 50px 0 0;
}

#derivery {
    border-radius: 40% 60% 10% 90% / 70% 20% 80% 30%;
    width: 450px;
    height: 250px;
    line-height: 30px;
    background-color: #797e81;
    color: #fff;
    text-align: center;
    margin: 0 0 0 100px;
    padding: 50px 0 0;
}

#attention {
    border-radius: 85% 15% 50% 50% / 50% 20% 80% 50%;
    width: 300px;
    height: 200px;
    line-height: 30px;
    background-color: #797e81;
    color: #fff;
    text-align: center;
    margin: 0 0 0 50px;
    padding: 50px 0 0;
}

#retake {
    border-radius: 85% 15% 0% 100% / 90% 60% 40% 10%;
    width: 850px;
    height: 250px;
    line-height: 30px;
    background-color: #61b7d9;
    color: #fff;
    text-align: center;
    margin: 0 0 0 100px;
    padding: 50px 0 0;
}

#machinery {
    border-radius: 30% 70% 0% 100% / 90% 80% 20% 10%;
    width: 500px;
    height: 300px;
    line-height: 30px;
    background-color: #797e81;
    color: #fff;
    text-align: center;
    margin: 0 0 0 250px;
    padding: 50px 0 0;
}

#aboutmovie img {
    width: 50%; 
    height: auto;
    margin: 200px auto;
    padding: 200px auto;
  }

.footer-nav ul {
    display: flex;
    width: 100px;
    margin: 50px auto;
}

.footer-nav {
    width: 100%;
}

.footer-nav li {
    justify-content: space-between;
    width: 94%;
    margin: 0 auto;
}

.footer-nav img {
    width: 50px;
    height: 50Spx;
    vertical-align: -3px;
}

.sp {
    display: none;
}

/*----------------------------------
スマホ
-----------------------------------*/
@media screen and (max-width: 414px) {

    .sp {
        display: block;
    }

    .inner {
        width: 94%;
        margin: 0 auto;
    }

    /*-----------------ヘッダー*/

    #nav-toggle {
        position: fixed;
        top: 25px;
        right: 25px;
        height: 32px;
        cursor: pointer;
        z-index: 1000;
    }

    #nav-toggle>div {
        position: relative;
        width: 36px;
    }

    #nav-toggle>div span {
        width: 100%;
        height: 2px;
        left: 0;
        display: block;
        background: #000;
        position: absolute;
    }

    #nav-toggle>div span:nth-child(1) {
        top: 0;
    }

    #nav-toggle>div span:nth-child(2) {
        top: 14px;
    }

    #nav-toggle>div span:nth-child(3) {
        top: 28px;
    }

    .header-nav {
        width: 350px;
        position: fixed;
        display: block;
        top: 100px;
        right: 0;
        z-index: 1000;
        background: rgba(255, 255, 255, .8);
        transition: all 0.2s;
        transform: translate(350px);
    }

    .header-nav.open {
        transform: translate(0);
    }

    .header-nav ul {
        display: block;
    }

    /*----------------メイン*/

    #main {
        padding: 100px 0 0;
        margin: 0 0 40px;
    }

    .inner2 {
        text-align: left;
        margin: 0 0 0 10px;
    }

    #libretto {
        margin: 0 0 0 10px;
        padding: 50px 0 0;
    }

    #recording {
        width: 600px;
        height: 350px;
    }

    #derivery {
        border-radius: 40% 60% 10% 90% / 70% 20% 80% 30%;
        width: 450px;
        height: 250px;
        line-height: 30px;
        background-color: #797e81;
        color: #fff;
        text-align: center;
        margin: 0 0 0 10px;
        padding: 50px 0 0;
    }


}

.sp {
    display: none;
}

/*----------------------------------
スマホ
-----------------------------------*/
@media screen and (max-width: 414px) {

    .sp {
        display: block;
    }

    .inner {
        width: 94%;
        margin: 0 auto;
    }

    /*-----------------ヘッダー*/

    #nav-toggle {
        position: fixed;
        top: 25px;
        right: 25px;
        height: 32px;
        cursor: pointer;
        z-index: 1000;
    }

    #nav-toggle>div {
        position: relative;
        width: 36px;
    }

    #nav-toggle>div span {
        width: 100%;
        height: 2px;
        left: 0;
        display: block;
        background: #000;
        position: absolute;
    }

    #nav-toggle>div span:nth-child(1) {
        top: 0;
    }

    #nav-toggle>div span:nth-child(2) {
        top: 14px;
    }

    #nav-toggle>div span:nth-child(3) {
        top: 28px;
    }

    .header-nav {
        width: 350px;
        position: fixed;
        display: block;
        top: 100px;
        right: 0;
        z-index: 1000;
        background: rgba(255, 255, 255, .8);
        transition: all 0.2s;
        transform: translate(350px);
    }

    .header-nav.open {
        transform: translate(0);
    }

    .header-nav ul {
        display: block;
    }

    /*----------------メイン*/

    .inner2 {
        margin: 0 0 0 25px;
        width: 130px;
        height: 130px;
    }

    .inner2 img {
        max-width: 70px;
        max-height: 100px;
        vertical-align: -3px;
    }

    .inner2 .box_imageLeft {
        position: fixed;
        left: 20vw;
        top: 200px;
    }

    .inner2 .box_imageright {
        position: fixed;
        right: 20vw;
        top: 175px;
    }

    .inner2 .box_imageLeft2 {
        position: fixed;
        left: 5vw;
        top: 275px;
    }

    .inner2 .box_imageright2 {
        position: fixed;
        right: 5vw;
        top: 290px;
    }

    #aboutwork h4 {
        font-size: 2rem;
        margin: 150px 0 0 10px;
        padding: 150px 0 0;
    }

    #read {
        margin: 0 0 0 10px;
        padding: 50px 0 0;
    }

    #libretto {
        margin: 0 0 0 10px;
        padding: 50px 0 0;
    }

    #recording {
        border-radius: 10% 90% 65% 35% / 70% 35% 65% 50%;
        width: 350px;
        height: 325px;
        margin: 10px 0 0 10px;
        padding: 50px 0 0;
    }

    #derivery {
        border-radius: 30% 60% 10% 90% / 70% 30% 80% 30%;
        width: 450px;
        height: 300px;
        margin: 10px 0 0 5px;
        padding: 25px 0 0;
    }

    #retake {
        border-radius: 1% 90% 20% 90% / 90% 20% 30% 10%;
        width: 390px;
        height: 400px;
        margin: 0 1px 0 1px;
        padding: 25px 0 0;
    }

    #machinery {
        margin: 0 0 0 20px;
        padding: 50px 0 0;
    }

    /*----------------フッター*/

    footer .inner {
        position: relative;
    }

}