/* 共通設定 */

body {
    /* background-color: white; */
    width: 100%;
    font-family: 'ROBOTO', 'Noto Sans JP', sans-serif;
    overflow-x: hidden ;
    color: #333333;
}

body.top__bgcolor {
    background-color: #f1f1f1;
}

body.works__bgcolor {
    background-color: #e3e3e3;
}

header {
    width: 100%;
    border-top: 7px solid black;
    display: flex;
    justify-content: space-between;
    /* height: 60px; */
}

.load_bg {
    position: fixed;
    z-index: 3000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #f1f1f1;
    animation: load_anime 0.5s .5s cubic-bezier(.83, 0, .17, 1) both;
    overflow: hidden;
}

@keyframes load_anime {
    0% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0%;
        left: 100%;
    }
}

.logo__box {
    width: 100%;
    margin-left: 20px;
    /* padding-top: 10px; */
    background-color: transparent;
    mix-blend-mode: difference;
    z-index: 2000;
}

h1 {
    font-family: 'Rubik', sans-serif;
    font-size: 1.8em;
    font-weight: 500;
    font-style: italic;
    position: fixed;
    color: #ffffff;
    /* z-index: 100; */
    top: 17px;
    margin-left: -5px;
}

h1 a{
    color: #fff;
}

h1 a span.material-icons-sharp {
    vertical-align: -18%;
    letter-spacing: 51%;
    margin-right: 0.2em;
    /* margin-left: 0.15em; */
    margin-right: 0.3em;
    font-size: 1em;
    transition: 0.5s all;
    position: relative;
    left: 0;
}

h1 a:hover span.material-icons-sharp {
    left: -0.3em;
    /* text-decoration: rgb(255, 255, 255) underline solid 2px; */
    /* background-color: #ff00eb */
}

.openbtn {
    position: fixed;
    cursor: pointer;
    width: 30px;
    height: 60px;
    right: 20px;
    z-index: 1000;
    background-color: transparent;
    mix-blend-mode: difference;
}

.openbtn.active {
    mix-blend-mode: unset;
}

.openbtn span {
    display: inline-block;
    transition: all .5s;
    position: absolute;
    height: 2px;
    width: 100%;
}

.openbtn span:nth-of-type(1) {
    top: 18px;
    background: white;
}

.openbtn span:nth-of-type(2) {
    top: 28px;
    background: white;
}

.openbtn span:nth-of-type(3) {
    top: 38px;
    background: white;
}

.openbtn.active span:nth-of-type(1) {
    top: 28px;
    transform: rotate(-45deg);
    width: 100%;
    background: rgb(0, 0, 0);
}

.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
    top: 28px;
    transform: rotate(45deg);
    width: 100%;
    background: rgb(0, 0, 0);
}

#g-nav.panelactive {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
}

.square-bg {
    position: fixed;
    z-index: 10;
    width: 100px;
    height: 100px;
    /* background: #f1f1f1;
    opacity: .95; */
    transform: scale(0);
    right: -50px;
    top: -50px;
    transition: all .5s;
}

.square-bg.squareactive {
    transform: scale(50);
}

/* ハンバーガーメニュをすりガラスにする場合の設定（JSも） */
.top_contentsactive {
    filter: blur(15px) saturate(180%);
    /* position: fixed; */
}

.top_categoryactive {
    filter: blur(15px) saturate(180%);
}

.top_graphicactive {
    filter: blur(15px) saturate(180%);
}

/* ハンバーガーメニュの設定ここまで */

/* ハンバーガーメニューオープン時背景固定（JSも） */
body.active {
    overflow: hidden;
    width: 100%;
}

/* 背景固定設定ここまで */
#g-nav-list {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(255, 255, 255, 0.3);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 20px;
}

#g-nav.panelactive #g-nav-list {
    display: block;
    border-top: 7px solid black;
    border-bottom: 7px solid black;
}

/*
#g-nav-list .logo__box {
    width: 100%;
    margin: 0;
    //マージン０はH１の打ち消し設定
    mix-blend-mode: unset
}

#g-nav-list .logo__box h1 {
    color: black;
}*/

/* #g-nav-list .logo__box img {
    margin-top: 10px;
    //上記設定に加えた設定（ハンバーガーメニュ用）
    margin-left: 0px;
    //上記設定に加えた設定（ハンバーガーメニュ用）
} */

#g-nav-list h2 {
    margin-top: 80px;
    margin-bottom: 20px;
    font-size: 1em;
    font-weight: 600;
    border-bottom: 2px solid black;
    padding-left: 10px;
    padding-bottom: 5px;
}

#g-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#g-nav li {
    list-style: none;
    width: 100%;
    padding: 5px;
    /* height: 80px; */
}

#g-nav li a:hover {
    /* background-color: #4fceff; */
    color: rgb(0, 0, 0);
    /* border-bottom: 2px solid black;   */
    /* background-color: #4fceff; */
}

.g-nav__box_list:hover {
    background-color: #00ff4c;
    border-bottom: 2px solid black;
}

/* #g-nav li:nth-child(2n+1){
    padding-right: 10px;
}

#g-nav li:nth-child(2n){
    padding-left: 10px;
} */

.g-nav__box_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    transition: 0.1s;
    padding: 5px;
    border-bottom: 2px solid rgba(0, 0, 0, 0)
}

.g-nav__box_list .media {
    width: 75px;
    height: auto;
    font-size: 0.7em;
    font-weight: 500;
    margin-bottom: 5px;
}

.g-nav__box_list .title_jp {
    width: calc(100% - 75px);
    height: auto;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.05em
}

.g-nav__box_list .num {
    width: 75px;
    height: auto;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1;
}

.g-nav__box_list .title_en {
    width: calc(100% - 75px);
    height: auto;
    font-size: 0.7em;
    font-weight: 500;
    margin-bottom: 5px;
}

.g-nav__copyright {
    width: 90vw;
    text-align: center;
    position: sticky;
    top: 100vh;
    bottom: 10px;
    margin-top: 30px;
    font-family: 'ROBOTO', sans-serif;
    font-weight: 500;
    font-size: 1em;
}

/* #g-nav-list li img {
    width: 100%;

} */

#g-nav.panelactive {
    animation-name: gnaviAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

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

    100% {
        opacity: 1;
    }
}

section.top_contents {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #f1f1f1;
    position: relative;
    border-bottom: 7px solid black;
    margin-top: 100px;
}

/* ハンバーガーメニュー設定ここまで */

footer {
    width: 100%;
    padding: 0 20px;
    margin-top: 100px;
    border-top: 3px solid;
    padding-top: 80px;
    background-color: #ffffff;
}

.footer__box {
    width: 100%;
    max-width: 1300px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.footer__left {
    width: 100%;
    font-size: 3em;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    margin-bottom: 70px;
    /* padding-left: 20px; */
}

.footer__right {
    width: 100%;
    font-size: 0.8em;
    font-weight: 600;
    text-align: center;
    /* padding-right: 20px; */
}

/* フェード表示設定 */
.fade {
    transition: 1s;
    opacity: 0;
}

.fade.view {
    opacity: 1;
}
/* フェード設定ここまで */


@media (min-width: 800px) {

    /* .g-nav__box_list .media {
        width: 10%;
    }

    .g-nav__box_list .title_en {
        width: 90%;
    }

    .g-nav__box_list .num {
        width: 10%;
    }

    .g-nav__box_list .title_jp {
        width: 90%;
    } */

}


@media (min-width: 1000px) {

    #g-nav-list h2 {
        /* margin-top: 144px; */
        font-size: 1.4em;
        padding-left: 20px;
    }

    #g-nav li {
        padding: 15px;
        height: 110px;
    }

    .g-nav__box_list .media {
        font-size: 1.2em;
        width: 140px;
    }

    .g-nav__box_list .title_en {
        font-size: 1.2em;
        width: calc(100% - 140px)
    }

    .g-nav__box_list .num {
        font-size: 1.8em;
        width: 140px;
    }

    .g-nav__box_list .title_jp {
        font-size: 1.8em;
        width: calc(100% - 140px)
    }

    /* ハンバーガーメニューオープン時背景固定（JSも） */
    /* PC用に固定解除設定 */
    /* body.fixed{
    position:unset;
    width:100%;
  } */
    /* 背景固定設定ここまで */

    /* .top_contentsactive{
        filter: blur(50px);
    } */

    footer {
        margin-top: 150px;
    }

    .footer__left {
        font-size: 5em;
    }

    .footer__right {
        font-size: 1em;
    }

}
/* 共通設定ここまで */


/* グラフィック設定 */
.top_graphic {
    width: 100vw;
    background-color: #f1f1f1;
    padding-top: 80px;
    /* padding: 5vw; */
    /* margin-left: 5vw; */
    /* margin-right: 5vw; */
    padding-bottom: 30px;
    /* border-top: 3px solid black; */
    /* border-bottom: 3px solid black;*/
}

.graphic {
    width: 80vw;
    background: repeating-linear-gradient(55deg, #f1f1f1 0, #f1f1f1 6px, #000000 0, #000000 10px);
    height: 80vw;
    margin-left: auto;
    margin-right: auto;
}

.box_graphic_circle {
    width: 75vw;
    height: 75vw;
    border-radius: 37.5vw;
    background: #f1f1f1;
    margin: 0 auto;
    position: relative;
    top: 2.5vw;
}

.box_graphic_circle::after {
    position: absolute;
    content: '';
    width: 75vw;
    height: 37.5vw;
    background: repeating-linear-gradient(55deg, #f1f1f1 0, #f1f1f1 6px, #000000 0, #000000 10px);
    border-radius: 0 0 50% 50% /0 0 100% 100%;
    border: 5px solid #00ff4c;
    bottom: 0;
    transform-origin: top;
    animation: rotate-anime 60s linear infinite 1s;
}

@keyframes rotate-anime {

    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.box_graphic_info {
    display: flex;
    width: 80%;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 0.8em;
    font-family: 'Roboto';
    font-weight: 500;
    margin-left: 10vw;
    margin-right: 10vw;
}

.box_graphic_info span.material-symbols-outlined {
    font-size: 2.5em;
    position: relative;
    top: -11px;
}

@media (min-width: 800px) {

    .top_graphic {
        width: 100vw;
        padding-top: 80px;
        margin-bottom: 100px;
    }

    .graphic {
        width: 65vw;
        height: 65vw;
        background: repeating-linear-gradient(55deg, #000000 0, #000000 4px, #e5e5e5 0, #e5e5e5 12px);
    }

    .box_graphic_circle {
        width: 62.5vw;
        height: 62.5vw;
        border-radius: 31.25vw;
        top: 1.25vw;
    }

    .box_graphic_circle::after {
        width: 62.5vw;
        height: 31.25vw;
        background: repeating-linear-gradient(55deg, #000000 0, #000000 4px, #e5e5e5 0, #e5e5e5 12px);
        border-radius: 0 0 50% 50% /0 0 100% 100%;
        border: 5px solid #00ff4c;
        bottom: 0;
    }

    .box_graphic_info {
        width: 65%;
        margin-left: 17.5vw;
        margin-right: 17.5vw;
    }

}

@media (min-width: 1000px) {

    .top_graphic {
        width: 100vw;
        /* padding: 2.5vw; */
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .graphic {
        width: 80vw;
        height: 29.5vw;
        background: repeating-linear-gradient(55deg, #000000 0, #000000 4px, #e5e5e5 0, #e5e5e5 12px);
    }

    .box_graphic_circle {
        width: 25vw;
        height: 25vw;
        border-radius: 12.25vw;
        top: 2.5vw;
    }

    .box_graphic_circle::after {
        width: 25vw;
        height: 12.5vw;
        background: repeating-linear-gradient(55deg, #000000 0, #000000 4px, #e5e5e5 0, #e5e5e5 12px);
        border-radius: 0 0 50% 50% /0 0 100% 100%;
        border: 5px solid #00ff4c;
        bottom: 0;
    }

    .box_graphic_info {
        width: 80%;
    margin-left: 10vw;
    margin-right: 10vw;
    }

}

/* グラフィック設定ここまで */



/* トップページ設定 */

.top_category {
    margin-top: 70px;

}

.card__box {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 60px;
}

.category__box {
    width: 100%;
    padding: 0 20px;
    margin-bottom: -60px;
}

.flexbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.card__box_title {
    font-size: 3em;
    font-family: 'ROBOTO';
    font-weight: 500;
    /* transition: 0.5s; */
    width: 50%;
}

.card__box_category {
    font-size: 1em;
    font-family: 'ROBOTO';
    font-weight: 500;
    /* transition: 0.5s; */
    width: 50%;
    text-align: right;
    padding-bottom: 0.3em;
    letter-spacing: -0.02em;
}

.card__body {
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    height: auto;
    padding: 0 20px;
    background-color: #e3e3e3;
    transition: 0.1s
}

.category__body {
    border-top: 3px solid black;
    /* border-bottom:  2px solid black; */
    height: auto;
    background-color: #f7f7f7;
    transition: 0.1s;
}

/* .category__box_title{
    font-size: 1em;
    font-family: 'ROBOTO';
    font-weight: 600;
    width: 50%;
    padding-bottom: 5px;
} */

ul.category__menu {
    display: flex;
    width: 100%;
}

.category__menu li {
    width: 33.3%;
    font-size: 1em;
    font-weight: 500;
    /* background-color: #e3e3e3; */
    text-align: center;
    padding: 20px 20px;
    transition: 0.1s;
    /* color: #979797; */
}

.category__menu a li {
    width: 100%;
    font-size: 1em;
    font-weight: 500;
    text-align: center;
    padding: 20px 20px;
    transition: 0.1s;
}

li.current {
    background-color: #00ff4c;
    border-bottom: 2px solid black;
    color: black;
    /* color: white; */
}

.category__menu li:hover {
    background-color: #00ff4c;
    border-bottom: 2px solid black;
    color: black;
    /* color: white; */
}

.category__menu a {
    width: 33.3%;
    text-align: center;
}


.card__body_img {
    width: 100%;
    height: 300px;
    background-image: url(../img/cmyk/cmyk_01_hover.jpg), url(../img/cmyk/cmyk_01.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.1s;
    margin: 20px auto;
}

a:hover .card__body_img {
    background-image: url(../img/cmyk/cmyk_01.jpg);
    /* background-color: #00ff4c; */
}

.card__body_img2 {
    width: 100%;
    height: 300px;
    background-image: url(../img/cmyk2/cmyk2_01_hover.jpg), url(../img/cmyk2/cmyk2_01.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.1s;
    margin: 20px auto;
}

a:hover .card__body_img2 {
    background-image: url(../img/cmyk2/cmyk2_01.jpg);
}

.card__body_img3 {
    width: 100%;
    height: 300px;
    background-image: url(../img/maplewood/maple_01_hover.jpg), url(../img/maplewood/maple_01.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.1s;
    margin: 20px auto;
}

a:hover .card__body_img3 {
    background-image: url(../img/maplewood/maple_01.jpg);
}

.card__body_img4 {
    width: 100%;
    height: 300px;
    background-image: url(../img/tdc/tdc_04_hover.jpg), url(../img/tdc/tdc_04.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.1s;
    margin: 20px auto;
}

a:hover .card__body_img4 {
    background-image: url(../img/tdc/tdc_04.jpg);
}

.card__body_img5 {
    width: 100%;
    height: 300px;
    background-image: url(../img/adc/adc_03_hover.jpg), url(../img/adc/adc_03.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.1s;
    margin: 20px auto;
}

a:hover .card__body_img5 {
    background-image: url(../img/adc/adc_03.jpg);
}

.card__body_img6 {
    width: 100%;
    height: 300px;
    background-image: url(../img/adc2/adc2_01_hover.jpg), url(../img/adc2/adc2_01.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.1s;
    margin: 20px auto;
}

a:hover .card__body_img6 {
    background-image: url(../img/adc2/adc2_01.jpg);
}



.card__body_description {
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid black;
    text-align: center;
    /* padding-left: 20px;
    padding-right: 20px; */
}

.card__description_title {
    width: 100%;
}

.card__description_title h4 {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.05em;
}

.card__description_title h3 {
    font-size: 0.8em;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #525252;
}

.card__description_list {
    width: 100%;
    margin: 20px 0;
}

.card__description_list dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.card__description_list dt {
    width: 30%;
    font-size: 0.8em;
    font-weight: 600;
    margin-top: 10px;
}

.card__description_list dd {
    width: 70%;
    font-size: 0.8em;
    font-weight: 600;
    margin-top: 10px;
}

.card__description_tag {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}

.card__description_tag ul {
    /* display: flex;
    flex-wrap: wrap; */
    width: 100%;
}

.card__description_tag li {
    position: relative;
    display: inline-block;
    /* margin: 0 .6em .6em .6em; */
    /* line-height: 1; */
    color: black;
    text-decoration: none;
    background-color: #00ff4c;
    font-family: 'ROBOTO';
    font-size: 0.8em;
    font-weight: 500;
    margin-right: 10px;
    margin-bottom: 5px;
    padding-top: .3em;
    padding-bottom: .2em;
    padding-left: .4em;
    padding-right: .4em;
}

.card__box a:hover .card__body {
    background-color: #f7f7f7;
    border-bottom: 3px solid black;
}

.card__box a:hover .card__description_tag li {
    color: #000000;
    background-color: #00ff4c;
}

/* .card__box a:hover .card__body_img {
    background-image: url(../img/cmyk/cmyk_pfimg_1_sp.jpg);
}

.card__box a:hover .card__body_img2 {
    background-image: url(../img/cmyk2/top_cmyk2_sp.jpg);
}

.card__box a:hover .card__body_img3 {
    background-image: url(../img/maplewood/top_sp.jpg);
}

.card__box a:hover .card__body_img4 {
    background-image: url(../img/tdc/tdc_top_sp.jpg);
}

.card__box a:hover .card__body_img5 {
    background-image: url(../img/adc/adc_top_sp.jpg);
}

.card__box a:hover .card__body_img6 {
    background-image: url(../img/adc2/adc_top_sp.jpg);
} */

@media (min-width: 800px) {
    .card__box {
        width: 50%;
    }

    .ly__width_max {
        width: 100%;
    }

    .card__description_tag ul {
        width: 100%;
    }

    .card__description_list dt {
        width: 40%;
    }

    .card__description_list dd {
        width: 60%;
    }

    /* .card__body_img {
        height: 50vw;
    }

    .card__body_img2 {
        height: 50vw;
    }

    .card__body_img3 {
        height: 50vw;
    }

    .card__body_img4 {
        height: 50vw;
        background-size: 80%;
    }

    .card__body_img5 {
        height: 50vw;
        background-size: 80%;
    }

    .card__body_img6 {
        height: 50vw;
        background-size: 80%;
    }

    .card__body_img7 {
        height: 50vw;
    } */

}

@media (min-width:1000px) {

    section.top_contents {}

    section.top_contents {
        justify-content: center;
    }

    .work__box {
        max-width: 1300px;
        margin: 0 auto;
    }

    .card__box {
        width: 33.3%;
    }

    .ly__width_66 {
        width: 66.6%;
    }

    .ly__width_50 {
        width: 50%;
    }

    .ly__width_100 {
        width: 100%;
    }

    .card__description_title h4 {
        font-size: 1.2em;
    }

    .card__description_title h3 {
        font-size: 1em;
    }

    .card__body_description {
        /* height: 200px; */
    }

    /* .card__body_img {
        height: 440px;
    }

    .card__body_img2 {
        height: 440px;
    }

    .card__body_img3 {
        height: 440px;
    }

    .card__body_img4 {
        height: 440px;
    }

    .card__body_img5 {
        height: 440px;
    }

    .card__body_img6 {
        height: 440px;
    } */
}

/* トップページ設定ここまで */


/* 作品詳細設定 */

.work__box {
    width: 100%;
    padding: 0 20px;
    /* display: flex;
    flex-wrap: wrap; */
}


.work__box_title {
    width: 100%;
    font-size: 1.6em;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1.2;
    /* margin-bottom: 20px; */
}

.work__box_title_s {
    width: 100%;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    color: #525252;
    margin-bottom: 10px;
}

.box__100 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #e3e3e3;
    /* padding-top: 150px; */
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
    position: relative;
}

.work__box_title_url {
    width: 100%;
    margin-top: 20px;
}

.work__box_title_url dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}



.work__box_title_url dt {
    padding-right: 5px;
}

span.material-icons-sharp {
    font-size: 1.45em;

}

.work__box_title_url dd {
    /* font-size: 0.9em; */
    font-weight: 600;
    line-height: 1.2;
}

.url_box_notion {
    padding-top: 0.8em;
    font-size: 0.6em;
    font-weight: 500;
    color: #525252;
}




.work__box_title_url a {
    /* text-decoration: underline 2px black; */
    position: relative;
    z-index: 10;
    transition: .1s;
}

.work__box_title_url dd a {
    /* text-decoration: underline 2px black; */
    position: relative;
    z-index: 10;
}

.work__box_title_url dd a::before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1em;
    background-color: black;
}

/* .work__box_title_url a:hover{
    color: white;
    text-decoration: none;
} */

.work__box_title_url a::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #00ff4c;
    transition: .1s;
    opacity: 0.95;
    /* text-decoration: underline 2px black solid; */
}

.work__box_title_url a:hover::after {
    /* background-color: #00ff4c; */
    width: 100%;
    opacity: 1;
}

.box__50 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0px;
}

.box__img_100 img {
    width: 100%;
    height: auto;
    /* margin-top: 20px; */
}

.work__box_title_description {
    width: 100%;
    padding-top: 20px;
}

.work__box_title_description p {
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1.8;
}

.work__box_title_list {
    margin-top: 5px;
}

.work__box_title_list dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.work__box_title_list dt {
    width: 90px;
    font-size: 0.8em;
    font-weight: 500;
    margin-top: 10px;
    color: #525252;
    line-height: 1.5;
}

.work__box_title_list dd {
    width: calc(100% - 90px);
    font-size: 0.8em;
    font-weight: 500;
    margin-top: 10px;
    line-height: 1.5;
}

a.link{
    font-style: italic;
    text-decoration: underline;
    transition: all .5s;
}

a.link:hover{
    color: #5e5e5e;
}

/* .work__box_title_list a {
    text-decoration: underline 2px;
    transition: 0.5s;
}

.work__box_title_list a:hover {
    background-color: #4fceff;
    color: #fff;
    text-decoration: none;
} */

.box__img_100 {
    padding-top: 40px;
    /* border-top: 1px solid black; */
}

.work__box_img_caption {
    width: 100%;
    /* margin-left: 50%; */
    padding-top: 8px;
}

.work__box_img_caption p {
    font-size: 0.6em;
    font-weight: 400;
    color: #5e5e5e;
    /* text-align: right; */
}

.work__box_img_description {
    width: 100%
}

.work__box_img_description h2 {
    font-size: 1em;
    font-weight: 600;
    margin-top: 50px;
}

.work__box_img_description p {
    font-size: 0.8em;
    font-weight: 500;
    margin-top: 15px;
    line-height: 1.8;
    /* margin-bottom: 10px; */
    /* color: #5e5e5e; */
}

.work__box_img img {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.border {
    border: 1px solid #e3e3e3;
}

.chart__box_format {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    background-color: #e3e3e3;
    margin-top: 50px;
    /* margin-bottom: 10px; */
}

.chart__box_contents {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.chart__box_contents_sub {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

.chart__box_contents_sub h2 {
    width: 100%;
    height: auto;
    font-size: 0.8em;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.chart__box_contents_sub_contents {
    width: 100%;
    height: auto;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
}

span.roboto {
    font-family: 'ROBOTO', sans-serif;
}

span.roboto_thin {
    font-family: 'ROBOTO', sans-serif;
    font-weight: 300;
}

span.roboto_bold {
    font-family: 'ROBOTO', sans-serif;
    font-weight: 600;
}

span.noto_sans {
    font-family: 'NOTO SANS JP', sans-serif;
}

span.noto_sans_thin {
    font-family: 'NOTO SANS JP', sans-serif;
    font-weight: 300;
}

span.noto_sans_bold {
    font-family: 'NOTO SANS JP', sans-serif;
    font-weight: 600;
}

span.yu_gothic {
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
}

@font-face {
    font-family: "kozuka";
    src: url("../font/kozuka.woff2") format("woff2"),
        url("../font/kozuka.woff") format("woff");
}

span.kozuka {
    font-family: "kozuka", 'KozGoPr6N', '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
}

span.bold {
    font-weight: 600;
}

.chart__box_contents_sub_color {
    width: 100%;
    height: 30px;
    background-color: white;
    font-size: 0.6em;
    font-weight: 400;
    padding-top: 5px;
    text-align: center;
}

.chart__box_contents_sub_color_2 {
    width: 100%;
    height: 30px;
    background-color: black;
    color: #fff;
    font-size: 0.6em;
    font-weight: 400;
    padding-top: 5px;
    /* margin-top: 20px; */
    text-align: center;
}

.chart__box_contents_sub_color_3 {
    width: 100%;
    height: 30px;
    background-color: #252525;
    color: #fff;
    font-size: 0.6em;
    font-weight: 400;
    padding-top: 5px;
    text-align: center;
}

.chart__box_contents_sub_color_4 {
    width: 100%;
    height: 30px;
    background-color: #F6F6F6;
    font-size: 0.6em;
    font-weight: 400;
    padding-top: 5px;
    margin-top: 20px;
    text-align: center;
}

.color_242424 {
    background-color: #242424;
}

@media (min-width: 800px) {

    .box__100 {
        /* justify-content: space-between; */
    }

    /* .work__box_title_description {
        width: 48%;
    } */

    .box__img_100 {
        /* margin-top: 30px; */
    }

    .work__box_img_description {
        width: 50%;
    }

    .chart__box_format {
        justify-content: space-between;
    }

    .chart__box_contents {
        width: 48%;
    }

}


@media (min-width: 1000px) {

    .box__100 {
        padding-bottom: 90px;
    }

    /* .work__box_title_list dt {
        width: 20%;
    }

    .work__box_title_list dd {
        width: 80%;
    } */

    .work__box_title_box {
        width: 100%;
    }

    .box__img_100 {
        padding-top: 60px;
        margin: 0 auto;
        width: 100%;
        max-width: 1900px;
    }

    .box__50 {
        width: 50%;
        margin-left: 50%;
    }

    .work__box_title_s {
        font-size: 1.2em;
    }

    .work__box_title {
        font-size: 1.92em;
    }

    .work__box_title_description p {
        font-size: 1.2em;
    }

    .work__box_title_url {
        margin-top: 20px;
    }

    .work__box_title_url dt {
        font-size: 1.2em;
    }

    .work__box_title_url dd {
        font-size: 1.2em;
    }

    .work__box_img_caption p {
        font-size: 0.8em;
        font-weight: 400;
    }

    .work__box_img_description h2 {
        font-size: 1em;
    }

    .work__box_img_description p {
        font-size: 1em;
    }

    .work__box_img img {
        margin-top: 80px;
    }

    .work__box_img_description {
        width: 40%;
    }

    .chart__box_format {
        margin-top: 80px;
    }

    .chart__box_contents_sub h2 {
        font-size: 1em;
    }

    .chart__box_contents_sub_contents {
        font-size: 1.8em;
    }

    .work__box_img_description h2 {
        margin-top: 80px;
        font-size: 1.2em;
    }

    .card__description_tag ul {
        width: 100%;
        /* text-align: right; */
    }

    .box__100 .card__description_tag {
        width: 100%;
        padding-top: 10px;
    }

    .work__box_title_list dt {
        width: 100px;
        font-size: 1em
    }

    .work__box_title_list dd {
        width: calc(100% - 100px);
        font-size: 1em;
    }


}