@import url('https://fonts.googleapis.com/css2?family=Share+Tech&family=M+PLUS+1+Code:wght@100..700&display=swap');
.share-tech-regular {
  font-family: "Share Tech", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.m-plus-1-code{
  font-family: "M PLUS 1 Code", monospace;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}







/*PC版*/







*,*::before,*::after {
    box-sizing: border-box;
}
html{
    font-family: "M PLUS 1 Code", sans-serif;
    font-weight: 300;
}
body{
    box-sizing: border-box;
    color: #fff;
    margin: 0;
    font-family: "Share Tech", "M PLUS 1 Code", sans-serif;
}
header{
    position: relative;
    z-index: 2500;
    width: 100%;
}
h1,h2,p{
    margin: 0;
}
ul{
    list-style: none;
    padding-left: 0;
}
header nav{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3000;
    border-width: 2px;
    border-left-style: solid;
    border-color: #fff;
    width: 15%;
    height: 100%;
    background-color: #000;
}
header nav{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
header nav .nav_wrap{
    width: 80%;
}
header nav ul li{
    margin: 1rem 0.5rem 1rem 0.5rem;
    text-align: center;
}
main{
    position: relative;
    width: 85%;
    height: auto;
    background-color: #000;
}
main::before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: url(image/bg_deeepsea.webp) no-repeat center center / cover;
    filter: blur(10px);
    opacity: 0.1;
}
main::after{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: url(image/milky-way-472971_1280.jpg) no-repeat bottom center / cover;
    filter: blur(5px);
    opacity: 0.7;
}
section{
    position: relative;
    z-index: 100;
    padding: 0;
    margin: 0.5rem;
}
section.wrapper_top{
    margin-top: 0;
    padding: 10% 5%;
    aspect-ratio: 16 / 9;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.wrapper_work{
    margin-bottom: 0;
}
.wrap{
    padding: 0;
}
.wrapper_top .wrap{
    border-style: none;
}
footer{
    position: relative;
    background-color: #000;
    z-index: 2500;
    width: 85%;
}
header .header_wrap{
    padding: 0.5rem;
    width: 85%;
    border-bottom: solid 2px #fff;
    background-color: #000;
}
header .header_wrap .header_logo{
    color: #fff;
}
main .wrapper_top .title_logo p{
    /*position: relative;
    z-index: 500;
    margin: 0;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 400%;
    -webkit-text-stroke: 1px #000000;
    text-shadow: -4px 1px 0px #af6900;
    font-style: italic;
    transform: rotate(345deg);*/
    position: relative;
    z-index: 500;
    margin: 0;
    display: block;
    color: #fff;
    text-align: left;
    font-size: 6vw;
    -webkit-text-stroke: 1px #000000;
    text-shadow: -4px 1px 0px #af6900;
    font-style: italic;
    transform: rotate(345deg);
    line-height: 1;
    margin-top: 5vw;
}
/*main .wrapper_top .title_logo p::before{
    content: "";
    display: block;
    top: -2%;
    left: 17%;
    position: absolute;
    width: 2px;
    height: 107%;
    background-color: #fff;
    transform: rotate(15deg);
}
main .wrapper_top .title_logo p::after{
    position: absolute;
    top: 103%;
    left: 48%;
    transform: translate(-50%, -50%);
    display: block;
    width: 66%;
    height: 2px;
    background-color: #fff;
    content: "";
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    display: block;
    width: 100%;
    height: 200%;
    content: "";
    background: url(image/title_circle.svg) no-repeat center center / contain;
}*/
main .wrapper_profile{
    padding: 0;
}
main .wrapper_profile .wrap{
    border: none;
} 
.progress_bar { 
    margin: 2px;
    width: auto;   
    height: 0;         
    background-color: #fff;
}
.progress_frame{
    position: fixed;
    top: 1rem;
    right: 12.5%;
    z-index: 9000;
    padding: 0 0 4px 0;
    width: 10px;
    height: 94%;
    border: solid 2px #fff;
    background-color: #000;
}
.sm_nav{
    display: none;
}
.nav_wrap  ul li a{
    display: block;
    width: 100%;
    height: 100%;
    border: solid 2px #fff;
    color: #fff;
    text-decoration: none;
    transition: 0.15s ease-in-out;
}
.nav_wrap  ul li a:hover{
    border-top-color: #ff9900;
    border-left-color: #ff9900;
    border-right-color: #00b7ff;
    border-bottom-color: #00b7ff;
    box-shadow: -2px -2px 10px 0px #ff9900, 2px 2px 10px 0px #00b7ff, inset 3px 3px 10px 0px #ff9900, inset -3px -3px 10px #00b7ff;
}
.nav_wrap  ul li a:active{
    background-color: #fff;
    color: #000;
}
.accordion-item{
    background-color: #00000000;
    backdrop-filter: blur(3px);
    border: solid 2px #fff;
}
section .wrap .accordion-item:last-of-type {
    border-bottom-right-radius: 2.25rem;
    border-bottom-left-radius: 2.25rem;
}
section .wrap .accordion-item:first-of-type {
    border-top-left-radius: 2.25rem;
    border-top-right-radius: 2.25rem;
}
main section .wrap .accordion-button{
    background-color: #00000000;
    align-items: baseline;
    padding: 0.5rem 0.5rem;
    border: solid 2px #909fab;
    border-radius: 2.25rem;
}
main section .wrap .accordion-button::after{
    margin-top: 1rem;
    margin-right: 1rem;
    width: 2.25rem;
    height: 2.25rem;
    background-size: 2.25rem;
    background-image: url(image/add_2_48dp_FFF_FILL0_wght400_GRAD0_opsz48.svg);
}
main section .wrap .accordion-item:first-of-type .accordion-button{
    border-top-right-radius: 2.25rem;
    border-top-left-radius: 2.25rem;
}
main section .wrap .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 2.25rem;
    border-bottom-left-radius: 2.25rem;
}
.acd_title{
    margin-left: 1rem;
    width: 11rem;
    color: #fff;
    text-shadow: 3px 5px 4px #ff9900;
    font-size: 3rem;
}
.acd_addinfo{
    color: #fff;
    font-size: 1rem;
    margin-left: 1rem;
}
main section .wrap .accordion-button:focus{
    box-shadow: none;
}
main section .wrap .accordion-button:not(.collapsed){
    background-color: #00000000;
    color: #fff;
}
main section .wrap .accordion-button:not(.collapsed)::after{
    background-image: url(image/remove_48dp_FFF_FILL0_wght400_GRAD0_opsz48.svg);
}
main section .wrap .accordion-button:not(.collapsed):hover::after{
    background-image: url(image/remove_48dp_000_FILL0_wght400_GRAD0_opsz48.svg);
}
main section .wrap .accordion-button:hover{
    background-color: #ff9900;
}
main section .wrap .accordion-button:hover::after{
    background-image: url(image/add_2_48dp_000_FILL0_wght400_GRAD0_opsz48.svg);
}
main section .wrap .accordion-button:hover .acd_title, main section .wrap .accordion-button:hover .acd_addinfo{
    color: #000;
}
main section .wrap .accordion-button:active{
    background-color: #fff;
}

/*
main .wrapper_profile .wrap .myhistory {
    margin: 1rem;
}
*/

main .wrapper_profile .wrap .timeline{
    margin-top: 1rem;
    margin-bottom: 0;
}
main .wrapper_profile .wrap .timeline li{
    display: flex;
    width: 100%;
}
main .wrapper_profile .wrap .timeline li .timeline_date{
    width: 10%;
    margin-top: -0.5rem;
}
main .wrapper_profile .wrap .timeline li .timeline_date br{
    display: none;
}
main .wrapper_profile .wrap .timeline li .timeline_content{
    position: relative;
    width: 90%;
    padding-bottom: 2rem;
    padding-left: 2rem;
    border-left: solid 2px #fff;
}
main .wrapper_profile .wrap .timeline li:last-child .timeline_content{
    border-left: none;
}
main .wrapper_profile .wrap .timeline li .timeline_content::before{
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    left: -0.4rem;
    top: -0.3rem;
    border: double #ff9900;
    border-radius: 100%;
    background-color: #ff9900;
    z-index: 9999;
}
main .wrapper_profile .wrap .timeline li:last-child .timeline_content::before{
    left: -0.3rem;
}
main .wrapper_profile .wrap .timeline li .timeline_content h3{
    position: relative;
    border-bottom: solid 2px #fff;
    font-size: 1.5rem;
}
main .wrapper_profile .wrap .timeline li:last-child .timeline_content h3{
    padding-right: 2rem;
    width: auto;
    display: inline-block;
}
main .wrapper_profile .wrap .timeline li .timeline_content h3::before{
    position: absolute;
    top: 0.9rem;
    left: -2.4rem;
    display: block;
    content: "";
    border-top: solid 2px #fff;
    width: 2.8rem;
    transform: rotate(43deg);
}
main .wrapper_profile .wrap .timeline :last-child .timeline_content h3::after{
    position: absolute;
    top: 0.9rem;
    right: -0.4rem;
    display: block;
    content: "";
    border-top: solid 2px #fff;
    width: 2.8rem;
    transform: rotate(43deg);
}
main .wrapper_profile .wrap .timeline li .timeline_content .speechBubble_left{
    box-shadow: 8px 8px 5px #ff99008a;
    border: 2px solid #007ca0;
}
main .wrapper_profile .wrap .timeline li .timeline_content .speechBubble_left::before{
    border-color: transparent #007ca0 transparent transparent;
}
main .wrapper_profile .wrap .timeline li:last-child .timeline_content{
    padding-bottom: 0;
}
main .wrapper_profile .wrap .myfavorite .myfavorite_content_main{
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 2rem;
}
main .wrapper_profile .wrap .myfavorite .myfavorite_img{
    width: 100%;
    aspect-ratio: 1 / 1;
}
.speechBubble_right {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  padding: 16px;
  border: 2px solid #ffffff;
  background-color: #00000000;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}

.speechBubble_right::before {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent transparent #ffffff;
  translate: 100% -50%;
}

.speechBubble_right::after {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  border-style: solid;
  border-width: 0 0 15.2px 15.2px;
  border-color: transparent transparent transparent #00000000;
  translate: 100% calc(-50% - 0.4px);
}
.speechBubble_left {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding: 16px;
  border: 2px solid #ffffff;
  background-color: #00000000;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}

.speechBubble_left::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% -50%;
}

.speechBubble_left::after {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  border-style: solid;
  border-width: 0 15.2px 15.2px 0;
  border-color: transparent #15152b transparent transparent;
  translate: -100% calc(-50% - 0.4px);
}
main section .wrap .accordion-item .content_head{
    border-bottom: outset 2px #ff9900;
    width: fit-content;
    margin-bottom: 1.5rem;
}
main .wrapper_skill .wrap .tool .tool_content_main img{
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
}

/*パララックス*/

main .parallax_gridline{
    position: fixed;
    top: 0;
    left: 0;
    width: 96vw;
    height: 100%;
    z-index: 50;
    background-image: url(image/bg_gridline.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position-y: 0;
}

/*パララックス↑*/

/*
main .wrapper_profile .wrap .accordion-item .myfavorite{
    margin: 1rem;
    max-width:none;
    width: auto;
}
*/


main section .wrap p.content_head{
    font-size: 200%;
    font-weight: bold;
}
.container{
    margin: 3rem 0;
    padding: 0 3rem;
}
main .wrapper_profile .wrap .myhistory .timeline{
    max-width: 820px;
    margin: 4rem auto 4rem auto;
}
main .wrapper_skill .wrap .tool_content_main:nth-child(1), main .wrapper_skill .wrap .strength_content_main:nth-child(1){
    margin-top: 5rem;
    padding-right: 3rem;
}
main .wrapper_skill .wrap .tool_content_main:nth-child(2), main .wrapper_skill .wrap .strength_content_main:nth-child(2){
    margin-top: 10rem;
    padding-right: 2rem;
}
main .wrapper_skill .wrap .tool_content_main:nth-child(3), main .wrapper_skill .wrap .strength_content_main:nth-child(3){
    margin-top: 15rem;
    padding-right: 1rem;
}
main .wrapper_skill .wrap .tool, main .wrapper_skill .wrap .strength{
    position: relative;
}
main .wrapper_skill .wrap .container .content_head{
    position: absolute;
    top: 2rem;
    right: 9rem;
    transform: rotate(12deg);
    display: flex;
    align-items: center;
    border: none;
}
main .wrapper_skill .wrap .tool .tool_content_head span:nth-child(1){
    font-size: 204%;
    color: #ff9900;
}
main .wrapper_skill .wrap .tool .tool_content_head span:nth-child(2){
    font-size: 228%;
}
main .wrapper_skill .wrap .tool .tool_content_head span:nth-child(3){
    font-size: 252%;
}
main .wrapper_skill .wrap .tool .tool_content_head span:nth-child(4){
    font-size: 276%;
}
main .wrapper_skill .wrap .tool .tool_content_head span:nth-child(5){
    font-size: 300%;
}
main .wrapper_skill .wrap .strength .strength_content_head span:nth-child(1){
    font-size: 210%;
    color: #ff9900;
}
main .wrapper_skill .wrap .strength .strength_content_head span:nth-child(2){
    font-size: 240%;
}
main .wrapper_skill .wrap .strength .strength_content_head span:nth-child(3){
    font-size: 270%;
}
main .wrapper_skill .wrap .strength .strength_content_head span:nth-child(4){
    font-size: 300%;
}
main .wrapper_skill .wrap .strength .strength_content_main img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
}
main .wrapper_profile .wrap .timeline li .timeline_content .speechBubble_left {
    box-shadow: none; 
    border: 2px solid #007ca085;
    padding: 2rem;
}
main .wrapper_profile .wrap .timeline li .timeline_content .speechBubble_left::before {
    border-color: transparent #064a60 transparent transparent;
}
main .wrapper_profile .wrap .myfavorite .myfavorite_content_main p{
    padding: 0.5rem;
    text-align: center;
}
main .wrapper_profile .wrap .myfavorite .myfavorite_content_main h3{
    margin: 1.5rem 0 1rem 0;
    text-align: center;
}
main .wrapper_profile .wrap .myfavorite .row{
    margin: 4rem 0 2rem 0;
}
.work_content_main_img{
    width: 100%;
    aspect-ratio: 16 / 9;
    border: solid 1px #fff;
    display: block;
}
main .wrapper_profile .wrap .accordion-item .content_head{
    position: relative;
    border-bottom: none;
    width: fit-content;
    margin-bottom: 1.5rem;
}
main .wrapper_profile .wrap .accordion-item .content_head::before{
    position: absolute;
    bottom: 1rem;
    left: 4rem;
    font-size: 150%;
    content: "My History";
    color: #ff99008a;
    z-index: -1;
    width: 120%;
}
main .wrapper_profile .wrap .accordion-item .myfavorite_content_head::before{
    content: "My Faoritethings";
    font-size: 120%;
}
main section .accordion-collapse{
    justify-items: center;
}
main .wrapper_top .wrap .title_logo_outer{
    display: block;
}
main .wrapper_top .wrap .title_logo_inner{
    display: inline-block;
}
main .wrapper_top .wrap .title_logo_inner:nth-child(1){
    margin-right: 1vw;
}
/*main .wrapper_top .title_logo p::before{
    display: block;
    content: "";
    background: url(image/first_view.svg) center center / cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 30vw;
    height: 15vw;
}*/
main .wrapper_top .wrap .title_logo img{
    margin-top: -16vw;
    width: 44vw;
}
main .wrapper_work .wrap .work_content_main_vertical{
    display: block;
}
main .wrapper_work .wrap .work_content_main_vertical .work_content_main_img{
    width: 30%;
    aspect-ratio: 9 / 16;
}
main{
    z-index: 0;
}
main::after{
    z-index: -750;
}
main::before{
    z-index: -500;
}
main .parallax_gridline{
    z-index: -250;
}
header nav{
    z-index: 900;
}
header{
    z-index: 900;
}
.progress_frame{
    z-index: 900;
}
.modal-content{
    background-color: #070010e8;
    border-radius: 2rem;
    border: 2px solid #fff;
}
.modal-body{
    padding: 3rem;
}
.work_content_main_explain{
    margin: 3rem 0 0;
    padding: 0 1rem;
}
.modal-header{
    margin-top: 0.5rem;
    padding: 1.5rem;
    border-bottom: 1px solid #dee2e6;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}
.modal-header .work_content_main_title{
    margin: 0 1rem 0 0;
}
.work_content_main_explain li{
    display: flex;
}
.work_content_main_explain li h4{
    width: 11rem;
    margin-bottom: 2.5rem;
}
.work_content_main{
    padding: 2rem;
}
.work .work_content_main .work_content_main_category{
    margin-top: 2rem;
}
.modal-content .modal-body .work_content_main_img{
    border: none;
}
body .modal-content .modal-header .btn-close{
    background: url(image/close_150dp_FFF_FILL0_wght400_GRAD0_opsz48.svg) center / cover;
    width: 3rem;
    height: 3rem;
    margin: 0 0 0 auto;
    padding: 0;
}
.modal-footer .btn-secondary{
    margin-right: 1.5rem;
}
.btn-close:focus{
    box-shadow: none;
}
main .wrapper_work .work .work_content_main .zoomhidden{
    display: inline-block;
    overflow: hidden;
}
main .wrapper_work .work .work_content_main .zoomhidden a{
    display: block;
    transition-duration: .5s;
    position: relative;
    overflow: hidden;
}
main .wrapper_work .work .work_content_main .zoomhidden a::before,
main .wrapper_work .work .work_content_main .zoomhidden a::after{
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    margin: auto;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
    opacity: 0;
}
main .wrapper_work .work .work_content_main .zoomhidden a::before {
    background: rgba(8, 0, 41, 0.6);
    width: 100%;
    height: 100%;
}
main .wrapper_work .work .work_content_main .zoomhidden a::after{
    color: #fff;
    content: "Read More";
    font-size: 22px;
    font-weight: 100;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
}
main .wrapper_work .work .work_content_main .zoomhidden a:hover::before,
main .wrapper_work .work .work_content_main .zoomhidden a:hover::after{
    opacity: 1;
}
main .wrapper_work .work .work_content_main .zoomhidden a:hover{
    transform: scale(1.2);
}
.work_content_main_img{
    border: none;
}
.btn_close_square{
    background-color: #00000049;
    border: 1px solid #fff;
}
.btn_close_square:hover{
    background-color: #ff9900;
    border: 1px solid #fff;
}
footer{
    text-align: center;
}
.work_content_main_img_mobile{
    width: 100%;
    height: auto;
    display: block;
}
.work_mobile .zoomhidden{
    width: 40%;
    margin: 0 30% 0;
}
.work_content_main_img_poster{
    width: 100%;
    height: auto;
    display: block;
}
.work_poster .zoomhidden{
    width: 50%;
    margin: 0 25% 0;
}
.modal-content .modal-body .work_content_main_img_mobile{
    width: 40%;
    height: auto;
    margin: 0 30% 0;
}
.modal-content .modal-body .work_content_main_img_poster{
    width: 50%;
    height: auto;
    margin: 0 25% 0;
}
.wrapper_work .wrap .work_content_main_category{
    display: inline-block;
    margin-bottom: 1.5rem;
    padding: 0.5rem;
    background: #ff990094;
    border-radius: 8px;
}
.work_content_main_title{
    line-height: 1.5;
    font-weight: 300;
    font-size: clamp(28px, 3.2vw, 22px);
    text-align: center;
}
body.modal-open nav{
    width: 16%;
}
body .modal-content .modal-header .break_sm{
    display: none;
}























/*はみ出し原因*/
*{
    outline: 2px red solid;
    outline: none;
}













/*


レスポンシブ対応


*/
@media (max-width: 2560px){
.progress_frame{
    right: 13.1%;
}
}
@media (max-width: 1440px){
.progress_frame{
    right: 12.7%;
}
}

@media (max-width: 1080px){/*1080px以下の時適用*/
.progress_frame{
    right: 12.5%;
}
main .wrapper_skill .wrap .container .content_head {
    right: 4rem;
}
.work_content_main_title{
    font-size: 18px;
}
}










@media (max-width: 768px){/*タブレット　768px以下の時適用*/
.container {
    margin: 2rem 0;
    padding: 0 0.75rem;
}
header .header_wrap, main, footer{
    width: 100%;
}
header .header_wrap{
    position: fixed;
    top: 0;
    left: 0;
    height: 3.5rem;
    background-color: #000000c8;
}
header nav{
    display: none;
}
main{
    padding-top: 3rem;
}
/*main .wrapper_top .title_logo p::before{
    height: 107%;
    top: -2%;
    left: 17%;
}
main .wrapper_top .title_logo p::after{
    width: 83%;
    top: 103%;
    left: 52%;
}*/
section{
    margin-right: 1.2rem;
}

.progress_frame {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9000;
    padding-bottom: 0px;
    width: 0.75rem;
    height: 100%;
    border: none;
    border-left: solid;
    background-color: #000;
}
.progress_bar{
    margin-top: 0;
}
.sm_nav{
    display: block;
}
.sm_nav .hamburger{
    position: fixed;
    top: 4px;
    right: 14px;
    z-index: 1000;
    display: block;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
}
.hamburger span{
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #fff;
    transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1){
    top: 10px;
}
.hamburger span:nth-child(2){
    top: 20px;
}
.hamburger span:nth-child(3){
    top: 30px;
}
.hamburger.active span:nth-child(1) {
    top : 20px;
    left: 6px;
    transform        : rotate(-45deg);
} 
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 20px;
    transform        : rotate(45deg);
}
.sm_nav .sm_nav_wrap{
    position: fixed;
    top: 3.5rem;
    right: 0;
    z-index: 2300;
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
    width: 75%;
    height: 40%;
    text-align: center;
    color: #fff;
    background-color: #000000e0;
    transform: translateY(-150%);
    transition: all 0.6s;
}
.sm_nav .sm_nav_wrap ul{
    margin: 0;
    height: 100%;
}
.sm_nav .sm_nav_wrap ul li{
    height: calc(100% / 4);
    display: flex;
}
.sm_nav .sm_nav_wrap ul li a{
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    border-top: solid 2px #ffffffa0;
    background-color: #00000000;
    transition: 0.1s;
}
.sm_nav .sm_nav_wrap ul li a:active{
    background: linear-gradient(135deg, #ff9900, #ffffffa0, #00b7ff);
    color: #000;
}
.sm_nav .sm_nav_wrap.active{
    transform: translateY(0%);
}
main section .wrap .accordion-button{
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
main .wrapper_profile .wrap .timeline li{
    flex-direction: column;
}
main .wrapper_profile .wrap .timeline li .timeline_content{
    width: 100%;
}
main .wrapper_profile .wrap .timeline li .timeline_date{
    width: 100%;
    padding-left: 2rem;
    border-left: solid 2px #fff;
}
main .wrapper_profile .wrap .timeline li .timeline_content .speechBubble_left{
    margin-left: 0;
}
main .wrapper_profile .wrap .timeline li .timeline_content .speechBubble_left::before, main .wrapper_profile .wrap .timeline li .timeline_content .speechBubble_left::after{
    display: none;
}
main section .accordion-item .accordion-header .accordion-button .acd_title{
    margin-left: 0;
    width: auto;
}
main section .accordion-item .accordion-header .accordion-button .acd_addinfo{
    margin-left: 0;
}
main section .accordion-item .accordion-header .accordion-button::after{
    margin-right: auto;
    margin-left: auto;
}
main section .wrap{
    margin-top: -3.5rem;
    margin-bottom: 3.5rem;
    padding-top: 3.5rem;
}
main {
    padding-bottom: 0.001rem;
}
.modal-header{
    display: flex;
    flex-direction: column;
}
body .modal-content .modal-header .btn-close{
    margin-top: -3rem;
    margin-right: -0.75rem;
}
body .modal-content .modal-body .work_content_main_explain li{
    display: block;
}
body .modal-content .modal-body .work_content_main_explain li h4{
    margin-bottom: 0.5rem;
}
body .modal-content .modal-body .work_content_main_explain li p{
    margin-bottom: 2.5rem;
}
.modal-content .modal-body .work_content_main_img ,.modal-content .modal-body .work_content_main_img_mobile ,.modal-content .modal-body .work_content_main_img_poster{
    width: 100%;
    margin: 0;
}
main .wrapper_work .work .work_content_main .zoomhidden a{
    animation: expand 8s ease-in-out infinite;
}
@keyframes expand{
    0% { transform: scale(1.0);}
    45% { transform: scale(1.0);}
    47% { transform: scale(1.2);}
    53% { transform: scale(1.2);}
    55% { transform: scale(1.0);}
    100% { transform: scale(1.0);}
}
main .wrapper_work .work .work_content_main .zoomhidden a::before ,main .wrapper_work .work .work_content_main .zoomhidden a::after{
    animation: pop_up 8s ease-in-out infinite;
}
@keyframes pop_up{
    0% { opacity: 0;}
    45% { opacity: 0;}
    47% { opacity: 1;}
    53% { opacity: 1;}
    55% { opacity: 0;}
    100% { opacity: 0;}
}
main .wrapper_work .work .work_content_main_title{
    margin-bottom: 2.5rem;
}
}











@media (max-width: 480px){/*スマホ　480px以下の時適用*/
main .wrapper_profile .wrap .timeline li .timeline_content::before {
    top: -0.2rem;
}
main .wrapper_skill .wrap .container .content_head {
    font-size: 150%;
    
}
main .wrapper_skill .wrap .container .row .col{
    margin-top: 3rem;
    padding: 0 2rem;
}
main .wrapper_skill .wrap .container .content_head {
    display: flex;
    justify-content: center;
    position: static;
    width: 100%;
    margin-bottom: 0;
}
main .wrapper_top .title_logo p{
    font-size: 300%;
    width: 95%;
    padding-left: 4rem;
}
main .wrapper_top .wrap .title_logo_inner{
    display: block;
}
main .wrapper_top .title_logo p{
    font-size: 300%;
    width: 100%;
    padding-left: 1rem;
}
main .wrapper_top .title_logo p .title_logo_outer .title_logo_inner:nth-child(2){
    margin-left: 3rem;
}
main .wrapper_top .title_logo p .title_logo_outer:nth-child(2){
    margin-left: -1rem;
}
main .wrapper_top .wrap .title_logo img {
    margin-top: -20vw;
    margin-bottom: 40vw;
    width: 68vw;
}
main .wrapper_top .title_logo p {
    margin-top: 40vw;
}
body .modal-content .modal-header .break_sm{
    display: block;
}
body .modal-content .modal-header .work_content_main_title{
    text-align: center;
    margin: 0;
}
}