@charset "UTF-8";
/* CSS Document */
/*u0031011_7_739_2874.css copy*/

/*=========================================== 

　　　　　モーダルウィンドウ（8beat Studio）　

　=========================================== */

.myModal_popUp,
input[name="myModal_switch"],
#myModal_open + label ~ label {
  display: none;
}
#myModal_open + label,
#myModal_close-button + label {
  cursor: pointer;
}

.myModal_popUp {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
#myModal_open:checked ~ #myModal_close-button + label{
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

#myModal_open:checked + label ~ .myModal_popUp {
  background: #fff;
  display: block;
  width: 90%;
  height: 35%;
  position: fixed;
  top: 70%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  z-index: 998;
}

#myModal_open:checked + label ~ .myModal_popUp > .myModal_popUp-content {
  width: calc(100% - 40px);
  height: calc(100% - 20px - 44px );
  padding: 10px 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling:touch;
}

#myModal_open:checked + label + #myModal_close-overlay + label {
  background: rgba(0, 0, 0, 0.70);
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  z-index: 997;
}

#myModal_open:checked ~ #myModal_close-button + label {
  display: block;
  background: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 44px;
  width: 90%;
  height: 44px;
  position: fixed;
  bottom: 10%;
  left: 5%;
  z-index: 999;
}
#myModal_open:checked ~ #myModal_close-button + label::before {
  content: '×';
}
#myModal_open:checked ~ #myModal_close-button + label::after {
  content: 'CLOSE';
  margin-left: 5px;
  font-size: 80%;
}

@media (min-width: 768px) {
  #myModal_open:checked + label ~ .myModal_popUp {
    width: 600px;
    height: 480px;
  }
  #myModal_open:checked + label ~ .myModal_popUp > .myModal_popUp-content {
    height: calc(100% - 20px);
  }
  #myModal_open:checked ~ #myModal_close-button + label {
    width: 44px;
    height: 44px;
    left: 50%;
    top: 50%;
    margin-left: 240px;/*240px*/
    margin-top: 380px;/*-285px*/
    overflow: hidden;
  }
  #myModal_open:checked ~ #myModal_close-button + label::after {
    display: none;
  }
}

/*=========================================== 

　　　　　　　　その他

　=========================================== */


.KORG_IMGBox_L{/*画像が左*/
	width: 45%; 
	float: left; 
	padding: 1em;
	}
	
.KORG_TxtBox_R{/*文章が右*/
	width: 50%;
	float: left;"
	}

.KORG_IMGBox_R{/*画像が右*/
	width: 45%; 
	float: right; 
	padding: 1em;
	}
	
.KORG_TxtBox_L{/*文章が左*/
	width: 50%;
	float: right;"
	}
		
#magazine_space .KORG_Name{
	font-size:2em;
	line-hieght:1.5em;
	margin:1em 0 0 0 ;
	padding: 0;
	}

#magazine_space .KORG_smallTxt{
	font-size:1em;
	line-height:1.2em;
	margin:0.5em 0 ;
	}

#magazine_space .KORG_price{
	font-size:0.9em;
	margin:0.5em 0 ;
	font-weight:200;
	}

.KORG_midashi{
	border-top:solid 1px #ff6600;
	border-bottom:solid 1px #ff6600;
	font-size:1.2em;
	line-height:1.2em;
	padding:1em 0;
	margin:0.5em 0; 
	color:#ff6600;
	}

.KORG_icon{
	width: 100%; 
	margin: 0 auto;
	}

#magazine_space .KORG_ditail li{
	line-height:1.5em;
	}


#magazine_space .KORG_ditail  li:before{
	content:"▪︎";
	color: #959595;
	}

@media (max-width: 768px) {
	
.KORG_IMGBox_L{/*画像が左*/
	width: 90%;
	margin:0 auto;
	float: none; 
	padding: 1em;
	}
	
.KORG_TxtBox_R{/*文章が右*/
	width: 100%;
	float: none;
	}

.KORG_IMGBox_R{/*画像が右*/
	width: 90%;
	margin:0 auto;
	float: none; 
	padding: 1em;
	}
	
.KORG_TxtBox_L{/*文章が左*/
	width: 100%;
	float: none;
	}
	
	}