@charset "utf-8";
/* CSS Document */


/* 全画面メニューの縦スクロール制御 */
.overlay_scll{
   overflow-y: hidden;
}

.overlay_sclln{
   overflow-y: hidden;
}


/* =============================================================================
   トップモーダル
   ========================================================================== */


.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-color: rgba(0,0,0,1.00);
}


.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/menu/b_close.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/menu/b_close.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: 90%;
   max-width: 900px;
   margin: 80px auto 80px auto;
}

.modal_top_wrap2{
   width: min(100% , 1200px);
   margin: 80px auto 80px auto;
}


.modal_inner{
   position: relative;
   overflow: hidden;
   /*display: flex;
   justify-content: space-between;
   flex-wrap: wrap;*/
}

.modal_down{
   position: relative;
   width: 100%;
   overflow: hidden;
}

.modal_visual{
   position: relative;
   width: 70%;
   margin: auto;
   margin-top: 40px;
}
   @media screen and (max-width: 800px) {
      .modal_visual{
         width: 88%;
      }
   }


.modal_visual2{
   position: relative;
   width: 100%;
   margin: auto;
   margin-top: 40px;
}
   @media screen and (max-width: 800px) {
      .modal_visual2{
         width: 88%;
      }
   }


.modal_visual img{
   width: 100%;
   height: auto;
}

.modal_visual2 img{
   border: rgba(255,2,6,1.00) 1px solid;
   box-sizing: border-box;
}



.v2_right {
  position: relative;
  width: 100%;
  z-index: 0;
}

.v3_chara {
  position: relative;
  width: 100%;
}

.modal_logo{
   position: relative;
   width: min(90% , 600px);
   margin: 0 auto 60px auto;
}
   @media screen and (max-width: 800px) {
      .modal_logo{
         margin: 0 auto 20px auto;
      }
   }


.modal_logo img{
   width: 100%;
   height: auto;
}


.modal_i01{
   position: relative;
   width: min(90% , 600px);
   margin: 0 auto 20px auto;
}

.modal_i02{
   position: relative;
   width: min(100% , 800px);
   margin: 0 auto 0px auto;
}

.img_100 img{
   width: 100%;
   height: auto;
}

/* -----------------------------------------
   モーダル内部
   -----------------------------------------*/

.modal_wrap{
  width: 100%;
  margin: auto;
}


.modal_link_wrap{
   position: relative;
   width: min(95% , 1200px);
   margin: 0 auto 40px auto;
}

.modal_link_wrap ol{
   position: relative;
   width: 100%;
   display: flex;
   justify-content: center;
   gap: 10px 2%;
   flex-wrap: wrap;
}

.modal_link_wrap ol li{
   width: 50%;
   border: rgba(255,0,4,1.00) 1px solid;
}
   @media screen and (max-width: 600px) {
      .modal_link_wrap ol li{
         width: 80%;
      }
   }


.modal_link_wrap3{
   width: min(95% , 1200px);
   margin: 80px auto 20px auto;
}

.modal_link_wrap3 ol{
   position: relative;
   width: 100%;
   display: flex;
   justify-content: center;
   gap: 10px 2%;
   flex-wrap: wrap;
}


.modal_link_wrap3 ol li{
   width: 50%;
   border: rgba(255,0,4,1.00) 1px solid;
}
   @media screen and (max-width: 600px) {
      .modal_link_wrap3 ol li{
         width: 80%;
      }
   }


.modal_link_wrap2{
   position: relative;
   width: min(95% , 1200px);
   margin: 0 auto 60px auto;
}

.modal_link_wrap2 ol{
   position: relative;
   width: 100%;
   display: flex;
   justify-content: center;
   gap: 10px 2%;
   margin-bottom: 30px;
   flex-wrap: wrap;
}

.modal_link_wrap2 ol li{
   width: 48%;
   border: rgba(255,0,4,1.00) 1px solid;
}
   @media screen and (max-width: 600px) {
      .modal_link_wrap2 ol li{
         width: 80%;
      }
   }

.modal_copy{
   position: relative;
   text-align: center;
   font-size: 90%;
   margin: auto;
   color: rgba(255,255,255,1.00);
   line-height: 1.8;
}


.modal_under{
   position: relative;
   width: min(100% , 900px);
   margin: auto;
}

/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
   タブレット版
   〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */

@media screen and (max-width: 1024px) {


}

/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
   スマホ版
   〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */

@media screen and (max-width: 480px) {

.modalwindow .body .modal_content{
	position: relative;
}

.modal_wrapper{
	position: relative;
	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{
   width: 95%;
   margin: 60px auto 60px auto;
   border-radius: 20px;
   padding: 30px 0;
   box-sizing: border-box;
}


.modal_pic_wrap{
   position: relative;
   width: 100%;
   display: flex;
   justify-content: center;
   margin-bottom: 30px;
}

.modal_pic_left{
   width: 40%;
   padding: 0 1%;
}

.modal_pic_right{
   width: 40%;
   padding: 0 1%;
}


}
