@import url(destyle.css);


* body {
    margin: 0 auto;
    -webkit-text-size-adjust: 100%;
}

#wrap {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.header_nav {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    background-color: #004e9d;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 8px;
    padding-bottom: 6px;
}

.header_nav .logo {
    display: block;
    width: 115px;
    height: auto;
    margin: 6px 0 0 10px;
}

/* ⬆︎星ロゴをセンターにする方法が見つからないので、左に寄せた */

.language {
    position: relative;
}

.eng {
    color: rgb(248, 178, 227);
    text-decoration: none;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    position: absolute;
    top: -38px;
    right: 15px;
}

/* ⬆︎親要素の.languageをposition: relativeにし、小要素の.engをposition: absoluteにして
.engの位置を決定！ */

.eng:hover {
    opacity: 0.4;
}

.header_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 12px;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 0;
    width: 100%;
    margin-left: 1.5%;
    padding-right: 14px;
}

.header_nav ul li a {
    display: inline-block;
    flex-grow: 0;
    /* レスポンシブ化 */
    color: white;
    background-color: rgb(111, 140, 236);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    width: 100px;
    height: 26px;
    text-align: center;
    outline: none;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    margin-bottom: 8px;
    border-radius: 10px;
    padding: 1px 3px 0 3px;
}

/* .header_nav ul li a {
    background-color: rgb(111, 140, 236);
} */

.header_nav ul li a:hover {
    background-color: rgb(111, 140, 236);
    opacity: 0.4;
}

.face_id {
    display: flex;
    background-color: dodgerblue;
    padding: 2vh 0 1vh 0;
    margin-top: -0.5vh;
}

.face_id img {
    width: 33%;
    max-width: 150px;
    margin-left: 3%;
}

.face_id p {
    font-size: 18px;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    margin-left: 3%;
}

.face_id p .name {
    font-size: 24px;
    font-weight: 600;
}

.face_id p .pro {
    font-size: 14px;
    font-weight: 600;
}

.pc {
    display: none !important;
}

.sp {
    display: block !important;
}

.panel {
    padding-top: 3px;
    padding-bottom: 0;
    display: flex;
    background-color: dodgerblue;
}

.panel ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    column-gap: 15px;
    list-style: none;
    margin-top: 4px;
    margin-bottom: 0;
    width: 100%;
    margin-left: 3%;
    margin-right: 2%;
}

.panel ul li a {
    display: inline-block;
    flex-grow: 0;
    /* レスポンシブ化 */
    color: white;
    background-color: rgb(111, 140, 236);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
    width: 150px;
    height: 26px;
    text-align: center;
    outline: none;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 1px 3px 0 3px;
}

.panel ul li a:hover {
    opacity: 0.5;
}

.prof {
    background-color: dodgerblue;
    text-align: justify;
    padding: 3%;
}

.prof p {
    font-size: 14px;
    color: white;
    line-height: 1.5;
}



.link_panel ul {
    display: flex;
    background-color: dodgerblue;
    text-align: center;
    margin-top: -1vh;
    padding-top: 1vh;
    padding-bottom: 2vh;
}

.link_panel ul li img {
    width: 75%;
    max-width: 250px;
    padding-left: 3%;
}

.bar img {
    width: 100%;
}

.works_now {
    background-color: #440402;
    padding-bottom: 15px;
}

.works_now_items {
    position: relative;
    border-bottom: 0.5px solid #fff;
}

.works_now_items .haguruma {
    position: absolute;
    top: 0;
    right: 2%;
}

.works_now_items .haguruma img {
    width: 15vw;
    max-width: 80px;
}

.works_now_items p {
    font-size: 14.5px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    margin-left: 2%;
    margin-top: 1.5vh;
    line-height: 1.5;
    width: 75%;
}

.works_now_items .link {
    margin-left: 2%;
    padding-bottom: 15px;
}

.topics {
    display: flex;
    flex-direction: column;
}

.topics_items_com_image {
    background-color: #b66268;
    position: relative;
    border-bottom: 1px solid white;
    padding-bottom: 3vh;
}

.topics_items_com_image p {
    font-size: 14.5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    margin-left: 2%;
    margin-top: 1vh;
    line-height: 1.5;
    padding-top: 10px;
    padding-right: 10px;
    width: 75%;
    /* background-color: #86eb92; */
}

.topics_items_com_image img {
    position: absolute;
    top: 10px;
    right: 2%;
    width: 22%;
    max-width: 90px;
    border: solid 1px;
}

.topics_items_com_image .link .button2 {
    margin-left: 2%;
}

.topics_items {
    background-color: #b66268;
    position: relative;
    border-bottom: 1px solid white;
    padding-bottom: 15px;
}

.topics_items p {

    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    margin-left: 2%;
    padding-right: 3%;
    margin-top: 1vh;
    line-height: 1.5;
    padding-top: 10px;
    width: 100%;
}

.topics_items .indent {
    text-indent: -0.5rem;
}

.topics_items .link .button2 {
    margin-left: 2%;
}

.now_santra_info_back {
    display: flex;
    flex-wrap: wrap;
    margin: 1.5vh auto 1vh auto;
    background-color: #e79c98;
    width: 96%;
    border-radius: 10px;
    padding-bottom: 1vh;
}

.now_santra_info_back_title {
    text-align: center;
}

.now_santra_info_back_title img {
    width: 75%;
    max-width: 500px;
    padding-top: 1.5vh;
    margin-bottom: -1vh;
}



.now_santra {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /* ⬆︎サントラ画像の伸びを修正。初期設定はstrecthだから */
    gap: 5px;
    width: 100%;
    max-width: 650px;
    height: auto;
    margin-top: -2vh;
    margin-bottom: 0;
    padding-top: 4vh;
    padding-bottom: 0.7vh;
    /* background-color: #6ebf78; */
}

.now_santra .now_combi {
    display: flex;
    flex-direction: column;
}

.now_santra img {
    width: 90px;
    height: auto;
    margin-left: 2%;
    margin-right: 2%;
    border: solid 1px;
}

.now_santra .now_combi p {
    font-size: 14px;
    padding-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    margin-left: 1%;
    width: 100%;
    /* background-color: aquamarine; */
}

.now_santra .now_combi p.indent {
    text-indent: -0.5rem;
}


.janru_title {
    margin-left: 2%;
    text-align: center;
    margin-top: 1.4vh;
}

.janru_title p {
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 6px 0 5px 0;
    background-color: #d12a1d;
    width: 180px;
}

/* ↓ここからworks共通css............................... */

.works {
    display: flex;
    flex-direction: column;
}

.eiga_works_items {
    position: relative;
    margin-left: 2%;
    margin-top: 1.4vh;
    margin-bottom: 3.5vh;
    width: 100%;
    height: auto;
    /* background-color: #e7f157; */
}

hr {
    border: 0.5px solid #550701;
    width: 96%;
}

.eiga_works_items .title {
    font-size: 15px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 5px;
    margin-right: 5%;
    width: 95%;
}

.eiga_works_items .combi_com_haguruma {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    /* background-color: #bd8638; */
}

.eiga_works_items .combi_com_haguruma .combi {
    display: flex;
    flex-direction: column;
    width: 83%;
}

.eiga_works_items .combi_com_haguruma .combi .contents {
    font-size: 14px;
    line-height: 1.4;
    padding-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding-top: 5px;
    /* background-color: #86eb92; */
}

.eiga_works_items .combi_com_haguruma .combi .contents .indent {
    text-indent: -0.5rem;
}

.eiga_works_items .combi_com_haguruma .haguruma img {
    position: absolute;
    top: 0.4vh;
    right: 3%;
    width: 15vw;
    max-width: 80px;
}

.eiga_works_items .combi_sem_haguruma {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    /* background-color: #bd8638; */
}

.eiga_works_items .combi_sem_haguruma .combi {
    display: flex;
    flex-direction: column;
    width: 83%;
}

.eiga_works_items .combi_sem_haguruma .combi .contents {
    font-size: 14px;
    line-height: 1.4;
    padding-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding-top: 5px;
    /* background-color: #86eb92; */
}

.eiga_works_items .combi_sem_haguruma .combi .contents .indent {
    text-indent: -0.5rem;
}

.eiga_works_items .combi_sem_haguruma .haguruma img {
    position: absolute;
    top: 0.4vh;
    right: 3%;
    width: 15vw;
    max-width: 80px;
}

.eiga_works_items .assort {
    display: flex;
    flex-wrap: wrap;
    /* background-color: #6ebf78; */
}

.eiga_works_items .works_santra {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /* ⬆︎サントラ画像の伸びを修正。初期設定はstrecthだから */
    gap: 5px;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-right: 0%;
    /* background-color: #6ebf78; */
}


.eiga_works_items .works_now_combi {
    display: flex;
    flex-direction: column;
    max-width: 550px;
    /* background-color: #d287d5; */
}

.eiga_works_items .works_santra img {
    width: 90px;
    height: auto;
    margin-right: 4px;
    border: solid 1px;
}

.eiga_works_items .works_santra .works_now_combi p {
    font-size: 14px;
    padding-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    margin-left: 1%;
    width: 100%;
    /* background-color: #d287d5; */
}

.eiga_works_items .works_santra .works_now_combi p.indent {
    text-indent: -0.5rem;
}

.works_items {
    position: relative;
    margin-left: 2%;
    margin-top: 1.4vh;
    margin-bottom: 3.5vh;
    width: 100%;
    height: auto;
    /* background-color: #e7f157; */
}


.works_items .title {
    font-size: 15px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    /* border-bottom: 1px solid #550701; */
    padding-bottom: 5px;
    margin-right: 5%;
    width: 95%;
}

.works_items .combi_com_haguruma {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    /* background-color: #bd8638; */
}

.works_items .combi_com_haguruma .combi {
    display: flex;
    flex-direction: column;
    width: 83%;
}

.works_items .combi_com_haguruma .combi .contents {
    font-size: 14px;
    line-height: 1.4;
    padding-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding-top: 5px;
    /* background-color: #86eb92; */
}

.works_items .combi_com_haguruma .combi .contents .indent {
    text-indent: -0.5rem;
}

.works_items .combi_com_haguruma .haguruma img {
    position: absolute;
    top: 0.4vh;
    right: 3%;
    width: 15vw;
    max-width: 80px;
    margin-left: 200px;
}

.works_items .combi_sem_haguruma {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    /* background-color: #bd8638; */
}

.works_items .combi_sem_haguruma .combi {
    display: flex;
    flex-direction: column;
    width: 100%;
}


.works_items .combi_sem_haguruma .combi .contents {
    font-size: 14px;
    line-height: 1.4;
    padding-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding-top: 5px;
    /* background-color: #86eb92; */
}

.works_items .combi_sem_haguruma .combi .contents .indent {
    text-indent: -0.5rem;
}

.works_items .combi_sem_haguruma .haguruma img {
    position: absolute;
    top: 0.4vh;
    right: 3%;
    width: 15vw;
    max-width: 80px;
    margin-left: 200px;
}

.assort {
    display: flex;
    flex-wrap: wrap;
    /* background-color: #6ebf78; */
}

.works_santra {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /* ⬆︎サントラ画像の伸びを修正。初期設定はstrecthだから */
    gap: 5px;
    width: 100%;
    height: auto;
    padding-top: 0.5vh;
    margin-top: 15px;
    margin-left: 2%;
    /* background-color: #6ebf78; */
}


.works_now_combi {
    display: flex;
    flex-direction: column;
    margin-right: 5%;
    max-width: 550px;
    /* background-color: #d287d5; */
}

.works_santra img {
    width: 90px;
    height: auto;
    margin-right: 4px;
    border: solid 1px;
}

.works_santra .works_now_combi p {
    font-size: 14px;
    padding-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    margin-left: 1%;
    width: 100%;
}

.works_santra .works_now_combi p.indent {
    text-indent: -0.5rem;
}


.link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* ↑ここまでworks共通css............................... */

.songs {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /* ⬆︎サントラ画像の伸びを修正。初期設定はstrecthだから */
    gap: 5px;
    width: 100%;
    height: auto;
    padding-top: 1.8vh;
    padding-bottom: 1.5vh;
    margin-left: 0.4%;
    margin-right: 3%;
    padding-right: 2%;
    /* background-color: #6ebf78; */
}

.songs_combi {
    display: flex;
    flex-direction: column;
    margin-left: -0.8%;
    /* background-color: #86eb92; */
}

.songs img {
    width: 90px;
    height: auto;
    margin-left: 2%;
    margin-right: 1%;
    border: solid 1px;
}

.songs_combi p {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    width: 100%;
    text-align: left;
    padding-right: 20px;
    line-height: 1.4;
    margin-left: 1.2%;
    /* background-color: #86eb92; */
}

.songs_combi p.indent {
    text-indent: -0.5rem;
}

.concert_live {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    padding-right: 2%;
    padding-left: 2%;
    width: 100%;
    line-height: 1.3;
    margin-top: 10px;
}

.concert_live p {
    margin-top: 10px;
    text-align: left;
    margin-bottom: 3vh;
}

.events {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    padding-right: 2%;
    padding-left: 2%;
    width: 100%;
    line-height: 1.3;
    margin-top: 8px;
}

.events p {
    margin-top: 10px;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.4;
}


.media {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    padding-right: 2%;
    padding-left: 2%;
    width: 100%;
    line-height: 1.3;
    margin-top: 8px;
}

.media p {
    margin-top: 10px;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 20px;
}

.dvd_block {
    display: flex;
    flex-wrap: wrap;
}

.concert_dvd {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /* ⬆︎サントラ画像の伸びを修正。初期設定はstrecthだから */
    gap: 5px;
    width: 100%;
    max-width: 450px;
    height: auto;
    padding-top: 1.5vh;
    padding-bottom: 1vh;
    margin-left: 0.4%;
    /* background-color: #6ebf78; */
}

/* .concert_dvd_combi {
    display: flex;
    flex-direction: column;
} */

.concert_dvd img {
    width: 90px;
    height: auto;
    margin-left: 4%;
    margin-right: 1%;
    border: solid 1px;
}

.concert_dvd_combi p {
    font-size: 14px;
    padding-right: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    margin-left: 1%;
    width: 100%;
    text-align: justify;
}

.concert_dvd_combi p.indent {
    text-indent: -0.5rem;
}


.album {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /* ⬆︎サントラ画像の伸びを修正。初期設定はstrecthだから */
    gap: 5px;
    width: 100%;
    /* max-width: 350px; */
    height: auto;
    padding-top: 1.5vh;
    padding-bottom: 1vh;
    margin-left: -1.8%;
    /* padding-right: 2%; */
    /* background-color: #6ebf78; */
}

/* .album_combi {
    display: flex;
    flex-direction: column;
} */

.album img {
    width: 90px;
    height: auto;
    margin-left: 4%;
    margin-right: 0.4%;
    border: solid 1px;
}

.album_combi p {
    font-size: 14px;
    padding-right: 20px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4;
    font-weight: bolder;
    margin-left: 1%;
    width: 100%;
    text-align: justify;
}

.album_combi p.indent {
    text-indent: -0.5rem;
}

.score_block {
    display: flex;
    flex-wrap: wrap;
}

.score {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /* ⬆︎サントラ画像の伸びを修正。初期設定はstrecthだから */
    gap: 5px;
    width: 100%;
    /* max-width: 350px; */
    height: auto;
    padding-top: 1.5vh;
    padding-bottom: 1vh;
    margin-left: 0.4%;
    /* padding-right: 2%*/
    /* background-color: #6ebf78; */
}

/* .score_combi {
    display: flex;
    flex-direction: column;
} */

.score img {
    width: 90px;
    height: auto;
    margin-left: 2%;
    margin-right: 0.4%;
    border: solid 1px;
}

.score_combi p {
    font-size: 14px;
    padding-right: 20px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4;
    font-weight: bolder;
    margin-left: 1%;
    width: 100%;
    text-align: justify;
}

.score_combi p.indent {
    text-indent: -0.5rem;
}

.others_block {
    display: flex;
    flex-wrap: wrap;
}

.others {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /* ⬆︎サントラ画像の伸びを修正。初期設定はstrecthだから */
    gap: 5px;
    width: 100%;
    max-width: 550px;
    height: auto;
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
    margin-left: 0.4%;
}

.others_combi {
    display: flex;
    flex-direction: column;
}

.others img {
    width: 90px;
    height: auto;
    margin-left: 4%;
    margin-right: 1%;
    border: solid 1px;
}

.others_combi p {
    font-size: 14px;
    padding-right: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    margin-left: 1%;
    width: 100%;
    text-align: left;
}

.others_combi p.indent {
    text-indent: -0.5rem;
}




.button2 {
    width: 92px;
    height: 26px;
    font-size: 14px;
    color: white;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 1.1em;
    text-decoration: none;
    background-color: #d287d5;
    padding: 6px 6px 8px 10px;
    box-sizing: border-box;
    margin-bottom: 0px;
    margin-right: -5px;
    margin-top: 5px;
    border-radius: 6px;
}

.button2:hover {
    background-color: #f5a8f8;
}

.button3 {
    width: 52px;
    height: 26px;
    font-size: 14px;
    color: white;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 1.1em;
    text-decoration: none;
    background-color: #6ebf78;
    padding: 6px 12px 6px 12px;
    box-sizing: border-box;
    margin-bottom: 0px;
    margin-right: 5px;
    margin-top: 5px;
    border-radius: 6px;
    margin-left: 15px;
}

.button3:hover {
    background-color: #86eb92;
}

.button4 {
    width: 90px;
    height: 26px;
    font-size: 14px;
    color: white;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 1.1em;
    text-decoration: none;
    background-color: #6aa9f0;
    padding: 6px 8px 8px 10px;
    box-sizing: border-box;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: -5px;
    margin-top: 5px;
    border-radius: 6px;
    margin-left: 2px;
}

.button4:hover {
    background-color: #9dc2f4;
}


footer {
    background-color: #004e9d;
    color: white;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 10px 20px 20px 20px;
    line-height: 1.5;
    margin-top: 20px;
}

/* ⬇︎先頭に戻るボタン指定。形とかサイズ、色を設定。動きはHTMLにjqueryで記述。 */

#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#pageTop i {
    padding-top: 6px
}

#pageTop a {
    display: block;
    z-index: 999;
    padding: 4px;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    background-color: #f81eb3;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* ⬆︎先頭に戻るボタン指定 */

/* ↓ここからworks共通css............................... */
/* 以下730px~の設定 */
@media(min-width: 730px) {

    .works_items {
        margin-bottom: 4.5vh;
        margin-top: 20px;
        /* background-color: #e7f157; */
    }

    .works_items .combi_com_haguruma .assort .works_santra {
        align-self: flex-end;
        /* background-color: red; */
    }

    .works_items .combi_com_haguruma .assort .works_santra .works_now_combi {
        margin-left: 2%;
    }

    .works_items .combi_com_haguruma .haguruma img {
        margin-right: 0.5%;
    }

    .works_items .combi_com_haguruma .assort .works_santra img {
        margin-right: -12px;
    }

    .eiga_works_items .works_santra img {
        margin-right: -9px;

    }


    .eiga_works_items {
        margin-bottom: 4.5vh;
        margin-top: 20px;
        /* background-color: #e7f157; */
    }

    .eiga_works_items .works_santra {
        align-self: flex-end;
        /* background-color: red; */
    }

    .eiga_works_items .works_now_combi {
        margin-left: 2%;
    }

    .eiga_works_items .combi_com_haguruma .haguruma img {
        margin-right: 10px;
    }

    /* .works_items.two_down {
        margin-top: 10px;
    }

    .works_items.three_down {
        margin-top: 10px;
    }

    .works_items.four_down {
        margin-top: 10px;
    }

    .eiga_works_items.two_down {
        margin-top: 10px;
    }

    .eiga_works_items.three_down {
        margin-top: 10px;
    }

    .eiga_works_items.four_down {
        margin-top: 10px;
    } */

}


/* @media(min-width: 768px) {

    .eiga_works_items .works_santra {
        align-self: flex-end;
        margin-top: -6px;
        margin-bottom: 12px;
        background-color: red;
    }

    .eiga_works_items .works_now_combi {
        margin-left: 12px;
    }

    .eiga_works_items .combi_com_haguruma .haguruma img {
        margin-right: 0.5%;
        top: -3vh;
    }

    .eiga_works_items .works_santra img {
        margin-right: -8px;

    }

    .eiga_works_items .assort {
        display: flex;
        position: absolute;
        flex-direction: column;
        top: 10px;
        right: 14%;
        width: 43%;
        background-color: aquamarine;
    }

} */



/* 以下780px~の設定 */
/* @media(min-width: 780px) {


    .eiga_works_items .combi_com_haguruma .assort {
        display: flex;
        position: absolute;
        flex-direction: column;
        top: 10px;
        right: 11%;
        width: 326px;
        padding-left: 5px;
        background-color: #6aa9f0;
    }



    .works_items .combi_com_haguruma .assort .works_santra img {
        margin-right: -4px;
        margin-left: -10px;
    }

} */

/* ↑ここまでworks共通css............................... */


/* 以下500px~764pxの設定 */
@media(min-width: 500px) {
    .now_santra {
        margin-left: 3%;
    }
}


/* 以下765px~の設定 */
@media(min-width: 765px) {
    .container1 {
        display: flex;
    }

    .container2 {
        display: flex;
        flex-direction: column;
    }

    .leftside {
        width: 200px;
        margin-top: 5px;
        margin-right: 7px;
        text-align: center;
        background-color: dodgerblue;
    }

    .rightside {
        width: calc(100% - 200px);
    }

    .link_panel ul {
        display: flex;
        flex-direction: column;
        background-color: dodgerblue;
        text-align: center;
        margin-top: -1vh;
        padding-top: 1vh;
        padding-bottom: 2vh;
    }

    .link_panel ul li img {
        width: 180px;
        margin-left: -3px;
        margin-top: 15px;
    }

    .header_nav .logo {
        display: block;
        width: 135px;
        height: auto;
        margin: 6px 0 0 10px;
    }

    .language {
        position: relative;
    }

    .eng {
        position: absolute;
        top: -50px;
    }

    .face_id {
        display: flex;
        flex-direction: column;
        padding-bottom: 10px;
        padding-top: 30px;
    }

    .face_id img {
        width: 73%;
        margin-left: 28px;
        margin-top: 10px;
        order: 2;
    }

    .face_id p {
        font-size: 18px;
        order: 1;
        margin-top: -15px;
        line-height: 1.3;
    }

    .face_id p .name {
        font-size: 30px;
    }

    .pc {
        display: block !important;
    }

    .sp {
        display: none !important;
    }

    .panel ul {
        justify-content: center;
        padding-bottom: 10px;
    }

    .panel ul li a {
        width: 170px;
    }

    .works_items_com_haguruma .title {
        font-size: 16px;
    }

    .works_items_com_haguruma .combi .contents {
        font-size: 15px;
        line-height: 1.5;
    }

    .works_items .combi_com_haguruma .haguruma img {
        top: -1.4vh;
    }

    .eiga_works_items .combi_com_haguruma .haguruma img {
        top: -1.4vh;
    }

}

/* ⬆︎ここまで765px~949pxの設定 */



/* 以下PC用(930px以上)の設定 */
@media(min-width: 930px) {
    body {
        margin: 0 auto;
        max-width: 1120px;
    }

    .header_nav {
        height: 75px;
    }

    .header_nav ul {
        display: flex;
        justify-content: center;
        margin-top: -35px;
        margin-left: 12%;
        margin-right: 0px;
    }

    .header_nav.logo {
        display: block;
        width: 155px;
        height: auto;
        margin: 8px 0 0 10px;
    }

    .eng {
        position: absolute;
        top: -58px;
        right: 15px;
    }

    .leftside {
        width: 250px;
        margin-top: 5px;
    }

    .rightside {
        width: calc(100% - 250px);
    }

    .face_id img {
        width: 80%;
        margin-left: 53px;
    }

    .face_id p {
        font-size: 22px;
        order: 1;
        margin-top: -15px;
        line-height: 1.3;
    }

    .face_id p .name {
        font-size: 34px;
    }

    .panel ul li a {
        width: 220px;
    }


    .eiga_works_items .combi_com_haguruma .assort .works_santra {
        align-self: flex-start;
        margin-top: -6px;
        margin-bottom: 15px;
        max-width: 100%;
        /* ↑このmax-width: 100%;は重要！！ */
        /* background-color: gainsboro; */
    }

    .eiga_works_items .combi_com_haguruma .assort {
        display: flex;
        position: absolute;
        flex-direction: column;
        top: 10px;
        right: 13%;
        width: 44%;
        padding-left: 0px;
        /* background-color: aquamarine; */
    }


    /* .santra_block {
        width: 34%;
        margin-top: -18px;
    } */

    .works_items .combi_com_haguruma .assort .works_santra {
        align-self: flex-start;
        margin-top: -6px;
        margin-bottom: 15px;
        max-width: 100%;
        /* ↑このmax-width: 100%;は重要！！ */
        /* background-color: red; */
    }

    .works_items .assort .works_santra .works_now_combi p {
        width: 600px;
    }

    .works_items .combi_com_haguruma .assort {
        display: flex;
        position: absolute;
        flex-direction: column;
        top: 10px;
        right: 13%;
        width: 44%;
        padding-left: 0px;
        /* background-color: red; */
    }

    .works_items .combi_com_haguruma .assort .works_santra img {
        margin-right: -4px;
    }

    .eiga_works_items .works_santra img {
        margin-right: -12px;
    }

    .works_items.half_down {
        margin-top: 60px;
    }

    .works_items.two_down {
        margin-top: 120px;
    }

    .works_items .three_down {
        margin-top: 220px;
    }

    .works_items.four_down {
        margin-top: 350px;
    }

    .eiga_works_items.half_down {
        margin-top: 60px;
    }

    .eiga_works_items.two_down {
        margin-top: 120px;
    }

    .eiga_works_items.three_down {
        margin-top: 220px;
    }

    .eiga_works_items.four_down {
        margin-top: 350px;
    }

}

/* ⬆︎ここまでPC用(950px以上)の設定 */

/* 以下PC用(1020px以上)の設定 */
@media(min-width: 1020px) {
    .now_santra {
        max-width: 340px;
    }

    .now_santra img {
        margin-left: -1.5%;
    }

    .now_santra .now_combi p {
        margin-left: 0%;
        /* background-color: aquamarine; */
    }

    .now_santra .now_combi p.indent {
        text-indent: -0.5rem;
    }

    .works_items .combi_com_haguruma .assort {
        right: 11%;
        /* background-color: red; */
    }

    .eiga_works_items .combi_com_haguruma .assort {
        right: 11%;
        /* background-color: red; */
    }

}

/* 以下PC用(950px以上)の設定 */
@media(min-width: 1120px) {
    .now_santra {
        max-width: 380px;
    }

}