/*
Theme Name: Stonto Graphics
Theme URI: https://stonto-graphics.com
Description: Custom WordPress theme for stonto graphic studio - Freelance Designer Portfolio
Author: Kojiro Ishiguro (stonto)
Author URI: https://stonto-graphics.com
Version: 1.0.0
Text Domain: stonto
*/

@charset "utf-8";

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* body */

.br-sp {
    display: none;
}

a {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: inherit;
    text-decoration: none;
}

.body-index {
    background: linear-gradient(to bottom, #1f1f1f  calc(100vh - 100px), #1f1f1f calc(100vh - 100px));
    padding-right: 0;
    margin-right: 0%;
}

.body-other {
    background: linear-gradient(to bottom, #1f1f1f  calc(30vh - 50px), #1f1f1f calc(30vh - 50px));
    padding-right: 0;
    margin-right: 0%;
}

body h2 {
    font-size: 24px;
    color: #ffffff;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 20px;
}

body p {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
}
@charset "utf-8";

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px); /* 少し上から */
    }
    to {
        opacity: 1;
        transform: translateY(0); /* 通常位置 */
    }
}

/* body */

.br-sp {
    display: none;
}

a {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: inherit;
    text-decoration: none;
}

.body-index {
    background: linear-gradient(to bottom, #1f1f1f  calc(100vh - 100px), #1f1f1f calc(100vh - 100px));
    padding-right: 0;
    margin-right: 0%;
}

.body-other {
    background: linear-gradient(to bottom, #1f1f1f  calc(30vh - 50px), #1f1f1f calc(30vh - 50px));
    padding-right: 0;
    margin-right: 0%;
}

body h2 {
    font-size: 24px;
    color: #ffffff;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 20px;
}

body p {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
}

/* header */

#language-switcher{
    font-size: 12px;
    color: #ffffff;
    padding: 4px 12px;
    background-color: rgba(100, 100, 100, 0.2);
    border-radius: 4px;
}
.scroll-downs {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    width :34px;
    height: 55px;
    z-index: 1000;
  }

.mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}
.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;

}
@keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0;}
  }


#header-index {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-image: url(./images/stonto_mainimage_rev2.webp);
    background-position: center bottom;
    background-size: cover;
    height: calc(100vh - 40px);
    border-radius: 20px;
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 70px;
    position: relative;
}



#header-works {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-image: url(./images/stonto_kaso_news.webp);
    background-position: center bottom;
    background-size: cover;
    height: calc(30vh);
    border-radius: 20px;
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 70px;
    position: relative;
}

#header-news {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-image: url(./images/stonto_kaso_news.webp);
    background-position: center bottom;
    background-size: cover;
    height: calc(30vh);
    border-radius: 20px;
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 70px;
    position: relative;
}

#header-profile {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-image: url(./images/stonto_kaso_news.webp);
    background-position: center bottom;
    background-size: cover;
    height: calc(30vh);
    border-radius: 20px;
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 70px;
    position: relative;
}

#header-service {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-image: url(./images/stonto_kaso_news.webp);
    background-position: center bottom;
    background-size: cover;
    height: calc(30vh);
    border-radius: 20px;
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 70px;
    position: relative;
}


header .wrapper {
    max-width: 1080px;
    margin: 0 auto;
}

header h1 {
    text-align: center;
    top: 40%;
    margin-left: auto;
    margin-right: left;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
}

.other-title {
    color: #fff;
    font-size: 44px;
    padding-top: 90px
}

header .maincopy {
    animation: fade 2s ease-in-out .2s 1 normal forwards;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 56px;
    color: #ffffff;
    padding-top: 80px;
    position: relative;
    top: 50px;
}

#bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    border-radius: 20px;
}

#header-index {
    position: relative;
    height: calc(100vh - 40px); /* 必要に応じて調整 */
    border-radius: 20px;
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 70px;
}

main .maincopy {
    animation: fade 2s ease-in-out .2s 1 normal forwards;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 56px;
    color: #ffffff;
    padding:80px 0px;
    text-align: center;
}
main .linetext {
    animation: fade 3s ease-in-out .2s 1 normal forwards;
    color: transparent;
    -webkit-text-stroke: 1.5px rgb(255, 255, 255);
}

header .linetext {
    animation: fade 3s ease-in-out .2s 1 normal forwards;
    color: transparent;
    -webkit-text-stroke: 1.5px rgb(255, 255, 255);
}

#topimage {
    width: calc(100% - 8px);
    border-radius: 20px;
    position: center;
}

header .mainlogo {
    width: 180px;
}

.menu-icon {
    display: none;
    font-size: 30px;
    cursor: pointer;
}

header .container {
    position: fixed;
    color: #fff;
    font-weight: 500;
    width: calc(100% - 32px);
    max-width: 1080px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    letter-spacing: 1px;
    transition: background-color 1s, color 1s;
    z-index: 1000;
    border-radius: 22px;
}

.menu-icon {
    display: none;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.menu-icon div {
    width: 35px;
    height: 4px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

@media screen and (max-width: 768px) {
    .menu-icon {
        display: block; /* ウィンドウサイズが768px以下で表示 */
    }

    #menu {
        display: none;
        position: absolute;
        top: 100px;
        right: 30px;
        background-color: #333;
        padding: 10px;
        border-radius: 5px;
    }

    #menu li {
        margin-bottom: 10px;
    }

    #menu.show {
        display: block; /* メニューアイコンをクリックで表示 */
    }
    #language-switcher{
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        padding: 10px 12px;
        background-color: rgba(100, 100, 100, 0.2);
        border-radius: 4px;
    }
}

/* ハンバーガー */

header .container.white-background {
    background-color: rgba(255, 255, 255, 0.8);
    color: rgb(62, 62, 62);
    border-radius: 22px;
}

header .container ul {
    margin-right: 30px;
    display: flex;
    gap: 10px;
}

header li {
    list-style: none;
    padding-left: 10px
}

header a {
    text-decoration: none;
    color: inherit;
    transition-duration: .2s;
}

header a:hover {
    opacity: 0.5;
}

/* main */

.greeting {
    margin-bottom: 40px;
}

.expl {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 50px;
}

.greeting p {
    text-align: center;
}

.expl p {
    text-align: left;
}

.explsec {
    width: 220px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.explsec h3 {
    margin-bottom: 10px;
}

.explimg {
    width: 196px;
    margin-bottom: 10px;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Gill Sans';
    color: #ffffff;
    font-size: 24px;
    padding: 10px 0px;
}

.expl p {
    font-size: 13px;
}


/* news */

.news {
    border-radius: 20px;
    background-color: rgba(0, 0, 0, .3);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    color: #fff;
    max-width: 1080px;
    margin-inline: auto;
    padding-inline: 40px;
    padding-bottom: 30px;
    margin-bottom: 80px;
    align-items: center;
}

.news dl {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px dotted #fff;
}

.news dt {
    padding-block: 10px;
    font-size: 14px;
    font-weight: 500;

    width: 100px;
    border-bottom: 1px dotted #fff;

}

.news dd {
    padding-block: 10px;
    font-size: 16px;

    width: calc(100% - 100px);

    border-bottom: 1px dotted #fff;
}

.btn-news {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 200px;
    margin-top: 20px;
    margin-inline: auto;
    padding: 1rem 3rem;
    font-weight: bold;
    border: 1px solid #ffffff;
    color: #ffffff;
    transition: 0.5s;
    border-radius: 100vh;
}

.btn-news:hover {
    color: #1f1f1f;
    background: linear-gradient(90deg, #d0ff00,#acfdfc);
}

.btn-price {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 300px;
    margin-bottom: 80px;
    margin-inline: auto;
    padding: 1rem 3rem;
    font-weight: bold;
    border: 1px solid #ffffff;
    color: #ffffff;
    transition: 0.5s;
    border-radius: 100vh;
}

.btn-price:hover {
    color: #1f1f1f;
    background: linear-gradient(90deg, #d0ff00,#acfdfc);
}

.btn-center {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 200px;
    margin-top: 20px;
    margin-inline: auto;
    padding: 1rem 3rem;
    font-weight: bold;
    border: 1px solid #ffffff;
    color: #ffffff;
    transition: 0.5s;
    border-radius: 100vh;
    margin-bottom: 40px;
    margin-top: 20px;
}

.btn-center:hover {
    color: #1f1f1f;
    background: linear-gradient(90deg, #d0ff00,#acfdfc);
}

.wrap-2 {
    max-width: 1080px;
    width: 92%;
    margin: 0px auto 60px auto;
    box-sizing: border-box;
}


.wrap-2 img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.works-img {
    width: 480px;
    height: 300px;
    border-radius: 20px;
    object-fit: cover;
}

.works-wrap {
    max-width: 1080px;
}

.works-yoko {
    border-radius: 20px;
    width: 280px;
    margin: 0 20px 40px;
}

.wrap-2 .parent {
    display: flex;
}

@media screen and (max-width: 768px) {
    .wrap-2 .parent {
        display: block;
    }
}

.wrap-2__img {
    flex: 0 0 44.4%;
}

@media screen and (max-width: 1024px) {
    .wrap-2__img {
        flex: 0 0 40%;
    }
}

.wrap-2 .child {
    flex: 0 1 100%;
}

.wrap-2 .child h2 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: clamp(48px, 6.24vw, 64px);
    font-weight: 700;
    text-align: left;
}

.wrap-2 .child p {
    text-align: left;
    padding-left: 20px;
}

.btn-works {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 200px;
    margin-top: 20px;
    margin-left: 20px;
    padding: 1rem 3rem;
    font-weight: bold;
    border: 1px solid #ffffff;
    color: #ffffff;
    transition: 0.5s;
    border-radius: 100vh;
}

.btn-works:hover {
    color: #1f1f1f;
    background: linear-gradient(90deg, #d0ff00,#acfdfc);
}

.btn-about {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 200px;
    margin-top: 20px;
    margin-left: 20px;
    padding: 1rem 3rem;
    font-weight: bold;
    border: 1px solid #ffffff;
    color: #ffffff;
    transition: 0.5s;
    border-radius: 100vh;
}

.btn-about:hover {
    color: #1f1f1f;
    background: linear-gradient(90deg, #d0ff00,#acfdfc);
}

.btn-game-profile {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 200px;
    margin-top: 20px;
    margin-left: 20px;
    padding: 1rem 3rem;
    font-weight: bold;
    border: 1px solid #ffffff;
    color: #ffffff;
    transition: 0.5s;
    border-radius: 100vh;
}

.btn-game-profile:hover {
    color: #1f1f1f;
    background: linear-gradient(90deg, #d0ff00,#acfdfc);
}


/* price */

.price-table table {
    font-family: "Noto Sans JP", sans-serif;
    border-collapse: collapse;
    margin: 20px auto;
    width: 768px;
  }
  
  .price-table th, .price-table td {
    font-size: 16px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 8px;
    text-align: left;
  }
.price-min{
    font-size:16px;
    font-weight: bold;
}
.price-table table{
    margin-bottom: 40px;
}
  .price-table th {
    background-color: #f2f2f2;
    font-weight: bold;
    color: #ffffff;
  }
  
  .price-table td {
    vertical-align: top;
    color: #ffffff;
  }
  
  .price-table .description {
    font-size: 90%;
    color: #bdbdbd;
    display: block;
    margin-top: 5px;
  }


/* links */

.links {
    background-color: #383838;
    max-width: 100vw;
    margin: 0px auto;
    padding-top: 30px;
}

.links h2 {
    font-size: 102px;
    font-weight: 600;
    padding-bottom: 0px;
}



#linksflex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 0;
}

@media screen and (max-width: 768px) {
    #linksflex {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 0;
    }
}

.linksec {
    display: block;
}

.linksecimg img {
    width: 100%;
    border-radius: 0;
    transition: border-radius .3s, transform.5s;
}

@media (hover: hover) {

    .linksec:hover .linksecimg img {
        border-radius: 20px;
        transform: scale(0.95);
    }

}

p.linkscap {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding: 0 5px;
}

.contact-wrap {
    max-width: 1080px;
    margin: 0 auto;
    transition: 0.5s;
    width: 92%;
}


.contact {
    display: block;
    border: 1px solid #fff;
    background: #fff;
    position: relative;
    transition: border-radius .5s;
    z-index: 1;
}

.contact::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #383838;
    z-index: -1;
    transition: width .5s, height .5s, border-radius.5s;
}

@media (hover: hover) {
    .contact:hover {
        border-radius: 20px;
    }

    .contact:hover::before {
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        border-radius: 10px;
    }
}

.contact-text h2 {
    font-size: 40px;
    padding-top: 120px;
    transition: 0.5s;
}

.contact-text p {
    text-align: center;
    padding: 10px 10px 120px;
    transition: 0.5s;
}

.dib {
    display: inline-block;
}

/* icon */

footer {
    padding-block: 40px;
    background-color: #383838;
    padding-bottom: 60px;
}

.icon {
    height: 20px;
}

#iconwrap {
    display: flex;
    justify-content: center;
}

.icon {
    margin: 30px;
    margin-bottom: 40px
}

#foot p {
    margin-top: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 100;
    font-size: 11px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
}

/* other 共通*/
.other-heading {
    font-size: 64px;
    font-weight: 700;
    padding: 0;
}

.other-caption {
    text-align: center;
    padding: 0 4%;
    margin: 20px auto 60px auto;
}

.works-title {
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    padding: 20px;
    font-size: 28px;
    font-weight: 700;
    text-align: left;
}

/*detail*/
.detail-wrap {
    text-align: center;
    max-width: 1080px;
    margin: 0 auto;
}

.detail-img {
    max-width: 700px;
}

/*profile*/
.other-wrap {
    max-width: 1080px;
    width: 95%;
    margin: 0px auto 50px;
    text-align: center;
}

.other-wrap p {
    text-align: center;
}

.other-img {
    max-width: 600px;
    width: 100%;
    border-radius: 22px;
    margin-top: 30px;
    margin-bottom: 40px;
}

/* newslist */
.news-wrap {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.news-list h3 {
    font-size: 14px;
    padding-bottom: 4px;
}

.works-wrap {
    max-width: 1080px;
    width: 100%;
    margin: 40px auto;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.works-list h3 {
    font-size: 14px;
    padding-bottom: 20px;
}

.works-list p {
    margin-bottom: 40px;
}

.other-wrap p {
    margin-bottom: 40px;
}

.listimg {
    width: 300px;
    height: 220px;
    object-fit: cover;
    border-radius: 22px;
    padding: 10px;
    transition: 0.7s;
}

.listimg:hover {
    transform: scale(1.1);
}

.news-list {
    width: 300px;
    margin: 0px 16px 40px;
}

.news-list p {
    font-size: 12px
}

.unity-ice {
    max-width: 450px;
    text-align: center;
}
.unity-ice p{
    text-align: center;
}

/* responsive */

@media screen and (max-width: 768px) {
    .menu-icon {
        display: block;
    }

    .change .bar1 {
        transform: rotate(-45deg) translate(-9px, 6px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        transform: rotate(45deg) translate(-8px, -5px);
    }
    #menu {
        display: none;
        position: fixed; /* メニューを画面全体に表示 */
        top: 0;
        left: 0;
        width: 90vw;

        background-color: rgba(51, 51, 51, 0.9); /* 背景を半透明にする */
        padding: 20px;
        border-radius: 10px;
        box-sizing: border-box;
        z-index: 999; /* 他の要素の前面に表示 */
        overflow: hidden;

    }
    
    #menu li {
        margin-bottom: 20px;
        font-size: 24px; /* 文字サイズを大きくする */
        text-align: center; /* 文字を中央揃えにする */
    }
    
    #menu.show {
        display: block;
        animation: fadeIn 0.5s ease-out;
    }

    body p {
        font-weight: 200;
        font-size: 15px;
        line-height: 1.5em;
    }

    .br-sp {
        display: block;
    }

    #header-index {
        margin-bottom: 20px;
        background-image: url(./images/stonto_mainimage_sp_rev2.webp);
    }

    header .mainlogo {
        width: 120px;
        padding-top: 20px;
        right: 30px;
    }

    header .container {
        flex-direction: column;
        height: auto;
        width: 92%;
    }

    header .container ul {
        flex-wrap: wrap;
        margin-right: 0;
    }

    header li {
        font-size: 12px;
        padding: 0 4px;
    }

    header ul {
        margin-top: 4px;
        margin-bottom: 10px;
    }

    header .maincopy {
        font-size: 44px;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }

    .explsec {
        width: auto;
    }

    .news {
        padding-inline: 20px;
        border-radius: 0;
    }

    .news dl {
        flex-direction: column;
    }

    .news dt {
        width: 100%;
        border-bottom: none;
        padding-bottom: 0;
    }

    .news dd {
        padding-top: 0;
        width: 100%;
    }

    .wrap-2 .child {
        margin-inline: auto;
    }

    .wrap-2 img {
        margin: 0 auto;
    }

    .wrap-2 .child h2 {
        text-align: center;
        font-size: 40px;
        padding-top: 8px;
        padding-bottom: 4px;
    }

    .wrap-2 .child p {
        padding-left: 0;
    }

    .wrap-2 .child p br {
        display: none;
    }

    .wrap-2 .btn-works {
        margin: 20px auto;
    }

    .wrap-2 .btn-about {
        margin: 20px auto;
    }

    .reverse {
        display: flex;
        flex-direction: row;
    }

    .linksecimg {
        text-align: center;
    }

    .linksecimg img {
        border-radius: 20px;
    }


    .links h2 {
        font-size: 60px;
    }

    .contact-text h2 {
        font-size: 32px;
        padding-top: 60px;
    }

    .contact-text p {
        font-size: 16px;
        padding: 10px 10px 60px;
    }
    .price-table table {
        border-collapse: collapse;
        margin: 20px auto;
        width: 100%;
      }
    .works-title {
        padding: 8px auto;
    }

    #header-index {
        margin-bottom: 8px;
    }

    #header-works {
        margin-bottom: 8px;
        background-image: url(./images/stonto_kaso_news_sp.webp);
    }
    #header-news {
        margin-bottom: 8px;
        background-image: url(./images/stonto_kaso_news_sp.webp);
    }

    #header-profile {
        margin-bottom: 8px;
        background-image: url(./images/stonto_kaso_news_sp.webp);
    }
    
    #header-service {
        margin-bottom: 8px;
        background-image: url(./images/stonto_kaso_news_sp.webp);
    }
    p.other-caption {
        margin-bottom: 20px;
    }

    .news-list {
        margin-bottom: 20px;
    }

    h2.other-heading {
        font-size: 40px;
        padding-top: 20px;
    }

    h3.works-title {
        font-size: 22px;
        text-align: center;
    }

    .other-img {
        margin: 10px 0px 20px;
    }
    .other-wrap p {
        text-align: left;
    }
}