@charset "utf-8";
/* CSS Document */

/* =============================================================================
   トップモーダル
   ========================================================================== */

.modal_btn{
	cursor: pointer;
}

/* 開く時の.bodyのアニメーション */
@keyframes modalwindow_body_in {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes modalwindow_body_out {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.modalwindow {
  /* オーバーレイ＆スクロール領域になるレイヤー */
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 9999999;
  width: 100%;
  /* スマホでスワイプして指を離すまでの間下部の背景が無くなるため余分に指定 */
  height: 100%;
  cursor: pointer;
  opacity: 1;
  background-image: url("../images/bg/bg_001.jpg");
  background-position: top center;
  background-size: 100% auto;
}
   @media screen and (max-width: 600px) {
      .modalwindow{
        background-size: 180% auto;
      } 
   }


.modalwindow.no_overlay_close {
  cursor: default;
}
.modalwindow.lock .close_modal {
  background: #ccc;
}
.modalwindow .body {
  /* ウィンドウ自体 アニメーションなどで装飾 */
  position: relative;
  top: 0;
  width: 100%;
  margin: auto;
  cursor: default;
  /*transform: translateY(-20px);
  animation: 200ms modalwindow_body_out;*/
}
.modalwindow .body .modal_content {
  padding: 0;
}
.modalwindow .body > footer {
  border-radius: 0 0 4px 4px;
}
.modalwindow.is_visible .body {
  /*transform: translateY(0px);
  animation: 400ms modalwindow_body_in;*/
}
.modalwindow_header_close {
  /* 右上に表示する×ボタン 面倒なので動的に追加してます */
  position: absolute;
  right: 0;
  top: 5px;
  background: none;
  border: none;
  cursor: pointer;
}
.modalwindow_header_close:before {
  content: "\D7";
  font-size: 24px;
  font-family: serif;
  color: #ccc;
}

.close_modal{
  position: fixed;
  top: 0;
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 99999999;
  width: 70px;
  height: 70px;
  background-image: url("../images/shadowbox/close_on.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 15px 10px auto auto;
}
   @media screen and (max-width: 1200px) {
      .close_modal{
         width: 60px;
         height: 60px;
         margin: 10px 10px auto auto;
      } 
   }



.close_modal:hover{
  background-image: url("../images/shadowbox/close_on.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 15px 10px auto auto;
}
   @media screen and (max-width: 1200px) {
      .close_modal:hover{
         width: 60px;
         height: 60px;
         margin: 10px 10px auto auto;
      } 
   }


/* -----------------------------------------
   モーダル内部スタイル
   -----------------------------------------*/
.modal_top_wrap{
   width: 95%;
   max-width: 900px;
   margin: 80px auto 80px auto;
   background-color: rgba(255,255,255,1.00);
   border: rgba(131,0,0,1.00) 2px solid;
   padding: 50px 30px;
   box-shadow: 10px 10px rgba(255,45,180,1.00);
}

.modal_top_wrap.pkg{
   width: 95%;
   max-width: 1200px;
   margin: 20px auto 40px auto;
   padding: 10px 30px;
   background-image: none;
}
   @media screen and (max-width: 480px) {
      .modal_top_wrap.pkg{
         margin: 10px auto 0 auto;
      }
   }

.modal_inner{
   position: relative;
   overflow: hidden;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}

.modal_pic_wrap{
   position: relative;
   width: 100%;
   display: flex;
   justify-content: center;
   margin-bottom: 50px;
   padding-bottom: 30px;
   border-bottom: rgba(0,0,0,1.00) 4px dotted;
   gap: 0 30px;
}

.modal_pic_left{
   width: 30%;
   border: rgba(255,45,180,1.00) 4px solid;
}
   @media screen and (max-width: 600px) {
      .modal_pic_left{
         width: 60%;
      } 
   }

.modal_pic_right{
   width: 30%;
   border: rgba(131,0,0,1.00) 1px solid;
}

.modal_pic_music{
   width: 80%;
   margin: auto;
}

.modal_txt_wrap{
   position: relative;
   width: 100%;
   font-family: "M PLUS 2", sans-serif;
   font-size: 115%;
   padding: 0 20px;
   font-weight: 600;
   line-height: 2.5;
   text-align: left;
   margin-bottom: 60px;
   
  background-image: linear-gradient(#ccc 1px, transparent 1px);
  background-size: 100% 2.5em;
  padding-bottom: 1px;
  
}
   @media screen and (max-width: 480px) {
      .modal_txt_wrap{
         text-align: left;
         font-size: 110%;
         background-image: none;
         padding: 0 5px;
         margin-bottom: 20px;
      } 
   }

.modal_txt_wrap.pkg{
   padding: 0;
   margin-bottom: 20px;
}

.modal_bar{
   position: relative;
   width: 100%;
   border-bottom: rgba(0,0,0,1.00) 4px dotted;
   margin: 0 auto 30px auto;
  }

.modal_credit{
   font-family: 'M PLUS Rounded 1c', sans-serif;
   transform: rotate(0.03deg);
   font-size: 160%;
   line-height: 1.2;
   letter-spacing: 2px;
   color: rgba(0,0,0,1.00);
   font-weight: 900;
}

.modal_cv_name{
   font-family: 'M PLUS Rounded 1c', sans-serif;
   transform: rotate(0.03deg);
   width: 100%;
   font-size: 340%;
   line-height: 1.2;
   letter-spacing: 2px;
   color: rgba(0,0,0,1.00);
   margin-bottom: 10px;
   font-weight: 900;
}







.modal_pic_wrap2{
   position: relative;
   width: 100%;
   display: flex;
   justify-content: center;
   margin-bottom: 20px;
   flex-wrap: wrap;
}



.modal_pic_left2{
   position: relative;
   width: 40%;
}
   @media screen and (max-width: 800px) {
      .modal_pic_left2{
         width: 40%;
         margin-bottom: 15px;
      } 
   }
   @media screen and (max-width: 600px) {
      .modal_pic_left2{
         width: 80%;
         margin: auto;
         order: 1;
         margin-bottom: 0;
      } 
   }


.modal_pic_right2{
   position: relative;
   width: 50%;
   display: flex;
   justify-content: flex-start;
   flex-wrap: wrap;
   align-items: flex-end;
   align-content: center;
   margin-left: 30px;
}
   @media screen and (max-width: 800px) {
      .modal_pic_right2{
         width: 50%;
      } 
   }
   @media screen and (max-width: 600px) {
      .modal_pic_right2{
         width: 100%;
         margin: auto;
         margin-bottom: 20px;
         text-align: center;
         order: 0;
      } 
   }


.modal_credit2{
   position: relative;
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   padding: 50px 30px 15px 30px;
   box-sizing: border-box;
   margin-bottom: 30px;
   border-top-left-radius: 30px;
   border-top-right-radius: 30px;
}
   @media screen and (max-width: 600px) {
      .modal_credit2{
         border-top-left-radius: 17px;
         border-top-right-radius: 17px;
         padding: 20px 10px 15px 10px;
      } 
   }


.modal_credit2 .position{
   width: 100%;
   font-size: 140%;
   line-height: 1.4;
   letter-spacing: 2px;
   font-weight: 700;
   color: rgba(29,32,136,1.00);
   text-align: center;
}
   @media screen and (max-width: 800px) {
      .modal_credit2 .position{
         font-size: 3.2vw;
      } 
   }
   @media screen and (max-width: 600px) {
      .modal_credit2 .position{
         font-size: 4.2vw;
         letter-spacing: 0;
      } 
   }

.modal_pic_right2 .position{
   text-align: left;
}
   @media screen and (max-width: 600px) {
      .modal_pic_right2 .position{
         text-align: center;
      } 
   }


.modal_cv_name2{
   width: 100%;
   font-size: 260%;
   font-weight: 900;
   line-height: 1.4;
   letter-spacing: 2px;
   color: rgba(29,32,136,1.00);
   
}
   @media screen and (max-width: 800px) {
      .modal_cv_name2{
         font-size: 5vw;
      }
   }
   @media screen and (max-width: 600px) {
      .modal_cv_name2{
         font-size: 7vw;
      } 
   }

.modal_pic_right2 .modal_cv_name{
   text-align: left;
}
   @media screen and (max-width: 600px) {
      .modal_pic_right2 .modal_cv_name{
         text-align: center;
      } 
   }




/* -----------------------------------------
   モーダル内部
   -----------------------------------------*/

.modal_wrap{
  width: 100%;
  margin: auto;
}




/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
   タブレット版
   〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */

@media screen and (max-width: 1024px) {


}

/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
   スマホ版
   〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */

@media screen and (max-width: 480px) {

.modalwindow .body .modal_content{
	position: relative;
}

.modal_wrapper{
	position: relative;
	min-height: 100vh;
}

.close_modal{
  width: 50px;
  height: 50px;
  background-size: 100% auto;
  margin: 5px 5px auto auto;
}

.close_modal:hover{
  width: 50px;
  height: 50px;
  background-size: 100% auto;
  margin: 5px 5px auto auto;
}

.modal_top_wrap{
   position: relative;
   width: 95%;
   margin: 60px auto 60px auto;
   border-radius: 20px;
   padding: 30px 18px;
}




}
