@charset "utf-8";
/* CSS Document */


.modal_open{
    margin:0;
    padding:0;
}
 
.modal_box {
    position: fixed;
    z-index: 7777;
    display: none;
    width: 80%;
    height: 90vh;
    max-width: 840px;
    margin: 0;
    padding: 30px 4vw 80px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 20px; 
    overflow: scroll;
    border-top: 20px solid #ffffff;
    border-bottom: : 20px solid #ffffff;
    border-left: 10px solid #ffffff;
    border-right: : 10px solid #ffffff;
-webkit-overflow-scrolling: touch;
}
 
.modal_close {
    position: absolute;
    top: 0px;
    right: 20px;
    display: block;
    text-align: center;
    width: 35px;
    z-index: 40;
transform: translate3d(0,0,0);
}

.modal_close {
display: none}
 
.close_01{
    position: absolute;
    content: '';
    background: url("../../img/close_pink.png");
    background-size: 35px 52px;
　　 position: fixed;
    height:52px;
    width: 35px;
    right: 0px;
    margin: 20px;
    cursor: pointer;
}

.close_02{
    position: absolute;
    content: '';
    background: url("../../img/close_blue.png");
    background-size: 35px 52px;
　　 position: fixed;
    height:52px;
    width: 35px;
    right: 0px;
    margin: 20px;
    cursor: pointer;
}

 
.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(180,180,180,0.8);
}
 

.link_area {
    overflow: hidden;
    max-width: 410px;
    margin: 60px auto 0;
    text-align: center;
}
 
.link_area .modal_link {
    display: inline;
}
 
.link_area .modal_link a {
    display: inline-block;
    width: 180px;
    color: #000;
    line-height: 2.5;
    text-decoration: none;
    margin: 0 10px;
    background: #e6e6e6;
}
 
.link-area ul li.modal_link:first-child a {
    float: left;
}
 
.link-area ul li.modal_link:last-child a {
    float: right;
}

/*----------------------------------------
modal01 #modal_build
----------------------------------------*/
#modal1 .modal_head {
position: relative; 
height: 190px;
width:  100%;
text-align: left
}
#modal1 .modal_build {
    vertical-align: top;
}
#modal2 .modal_head {
position: relative; 
height: 170px;
width:  100%;
}

#modal1 .modal_head img.sec_img ,#modal2 .modal_head img.sec_img {
    position: absolute;
    width: 28%;
    top: 0;
}
#modal1 .modal_head p , #modal2 .modal_head p {
    position: relative;
    top:55px;
    left: 30%;
    font-size: 1.1em;
    font-weight: bold;
    width: 70%;
    line-height: 1.4;
    font-feature-settings: "palt";

}
#modal1 .modal_head p span , #modal2 .modal_head p span{
    display: block;
}

#modal1 h3.ub_gray{
 font-style: italic;
    font-size: 1.4em;
    color: #ff337c;
   background: linear-gradient(transparent 75%, #cdcdcd 75%);
   display:-webkit-inline-flex;
    line-height: 1.2;
    margin: 0 0 35px;
}

#modal1 h3.ub_dotted{
 font-style: italic;
    font-size: 1.2em;
    line-height: 2.3;
    margin: 40px 0 0px;
    border-bottom:3px dotted #ff337c; 
}

h4.area_title{
    font-size: 1.1em;
    letter-spacing: 1px;
    position: relative;
    padding: 0 0 0 27px;
    line-height: 0;    
    text-align: left;
}

h4.area_title::before{
position: absolute;
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 12px 9px 0 9px;
border-color: #e73a74 transparent transparent transparent;
top:-5px;
left: 0;
}

#modal1 .imgWrap{
    overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	width: 150px;	/*画像の幅*/
	height: 150px;
	margin-bottom: 10px;
    position: relative;
    overflow:hidden;
}

#modal1 .imgWrap .caption {
    position: absolute;
	text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
   -moz-transform: translate(-50%,-50%);
   -webkit-transform: translate(-50%,-50%);
   -ms-transform: translate(-50%,-50%);
   -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	color:#ffffff;
    font-size: 0.8em;
    line-height: 1.6;
     font-feature-settings : "palt";
}

#modal1 ul + h4{
    margin: 10px 0 25px;
}

#modal1 ul li , #modal2 ul li { 
    display: inline-block;
    width: 176px;
    margin-bottom: 20px;
}

#modal1 ul li a .inner p {
    text-decoration:none;
    font-size: 0.8em;
    border-left: 2px solid #ff337c; 
    margin: 0 0 10px;
    padding: 0 25px 0 5px;
	line-height: 1.5;
	text-align: justify;
    font-weight: normal;
    font-feature-settings : "palt";
}

#modal1 ul li a p span {
    display: block;
}

#modal2 ul li{
    vertical-align: top;
}
#modal2 .modal_live a .inner{
    border-left: 2px solid #00b9ce; 
    position: relative;
    display: block;
    padding: 0 25px 0 5px;
    width: 80%;
}

#modal2 .modal_live a{
    margin: 10px 0px 10px;
    display: block;
    text-decoration: none;
    position: relative;
}

#modal2 .modal_live a h3{
    margin: 15px 0 5px;
	line-height: 1;
	text-align: left;
    color: #00b9ce;
    font-size: 0.9em;
}


#modal2 .modal_live a p{
    font-size: 0.8em;
    line-height: 1.6;
	text-align: left;
     font-feature-settings : "palt";
    text-align: justify;
}

#modal2 .modal_live a h3 span{
	display: block;
}
#modal2 .modal_live a .hexagon{
    position: relative;
}
#modal2 .modal_live a .hexagon__inner-image:after{
   position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#modal2 .modal_live a .hexagon__inner-image:hover:after{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#modal2 a .hexagon__inner-image p.caption {
	text-align: center;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: ranslate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    color:#ffffff;
    font-size: 0.8em;
    font-feature-settings : "palt";
    line-height: 1.5;
    position: absolute;
    z-index: 200;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#modal2 a:hover .hexagon__inner-image p.caption {
    opacity: 1;
}


@media screen and (min-width: 1000px) {
.modal_box {
    width: 100%;
    max-width: 1000px;
}
}

/*--- 960px タブレット ▶︎ PC --------------------*/
@media screen and (max-width: 960px) {
.modal_box {
     width: 80%;
    max-width: 960px;
    text-align: left;
}
#modal1 .modal_head {
height: auto;
display: block;
}

#modal2 .modal_head {
position: relative; 
height: auto;
display: block;
}

#modal1 .modal_head img.sec_img ,#modal2 .modal_head img.sec_img {
    position: relative;
    width: 240px;
    top:0%;
    margin: 0 auto;
}
#modal1 .modal_head p {
    top:0%;
    left: 0%;
    width: 100%;
    margin: 20px auto;
}
#modal2 .modal_head p {
    top:0%;
    left: 0%;
    width: 100%;
    margin: 20px auto 0;
}
#modal1 .modal_head p span , #modal2 .modal_head p span{
    display: inline;
}
#modal1 ul li a .inner p {
    margin: 0 0 10px -5px;
    }   
}

/*--- 600px SP横 ▶︎ タブレット --------------------*/
@media screen and (max-width: 600px) {

 
  .modal_box {
      padding:20px 2vw 20px;
  }
 
  .modal_close {
      width: 30px;
      line-height: 40px;
      font-size: 30px;
  }
 
  .modal_close i {
      line-height: 44px;
  }
 
  .link_area {
      margin: 25px auto 0;
  }
 
  .link_area .modal_link a {
      margin: 15px auto 0;
  }
 
  .link_area ul li.modal_link:first-child a {
      float: none;
      margin-top: 0;
  }
 
  .link_area ul li.modal_link:last-child a {
      float: none;
  }
 
}

/*--- 480px SP縦 ▶︎ SP横 --------------------*/
@media screen and (max-width: 480px) {
.modal_box {
    width: 90%;
    height: 65vh;
    max-width: 600px;
margin: 12vh 0 0; 
    transform: translate3d(0,0,0);

    }

}