@charset "utf-8";

.flex {
  display: flex;
}
.flex.center {
  align-items: center;
  justify-content: center;
}

.pop_content {
  width: 100%;
  margin: 0 auto;
  padding-left:10px;
}
.pop_content .ttl {
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 1px solid #dedede;
}

.left_text_l{ text-align:left;}

.modalCheck {
  display: none;
}

.modalCheck02 {
  display: none;
}

label {
  cursor: pointer;
}

.scroller {
    margin: 0 auto;
    width: 200px;
    height: 280px;
    overflow-y: scroll;
	overflow-x: hidden;
    background-color: #f8e9f2;
    border: solid 2px #4F392A;
    border-radius: 5px;
}

.modalWrap, .modalBg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 999910;
}

.modalWrap {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s cubic-bezier(1, 0, 0, 1);
  transition-property: opacity;
  will-change: opacity;
  
}

.modalBg {
  cursor: pointer;
  opacity: 0.7;
  background-color: rgba(255,255,255,0.5);
  z-index: 2;;
}
.modalBg label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.modalCon {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  width: 92%;
  max-width: 800px;
  height: 86%;
  margin: auto;
  z-index: 3;
}

.modalInner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: auto;
  padding: 0 30px 1.5em;
  cursor: default;
  background-color: #fff;
  border:2px #4F392A solid;
  text-align:center;
}

.modalCloseBtn {
  position: absolute;
  top: 0;
  right: 0;
}
.modalCloseBtn label {
  display: inline-block;
  padding: 0 0.5em;
  color: #000000;
  text-decoration: none;
  font-size: 3em;
}

.modalCheck:not(:checked) ~ .pop_wrapper > *:not(.modalWrap) {
  filter: blur(0px);
}
.modalCheck:not(:checked) ~ .pop_wrapper .modalWrap {
  opacity: 0;
  visibility: hidden;
}

.modalCheck:checked ~ .pop_wrapper > *:not(.modalWrap) {
  filter: blur(3px);
}




.modalCheck02:not(:checked) ~ .pop_wrapper > *:not(.modalWrap) {
  filter: blur(0px);
}
.modalCheck02:not(:checked) ~ .pop_wrapper .modalWrap {
  opacity: 0;
  visibility: hidden;
}

.modalCheck02:checked ~ .pop_wrapper > *:not(.modalWrap) {
  filter: blur(3px);
}


#modal00:checked ~ .pop_wrapper #modal00Con {
  opacity: 1;
  visibility: visible;
}

#modal01:checked ~ .pop_wrapper #modal01Con {
  opacity: 1;
  visibility: visible;
}

#modal02:checked ~ .pop_wrapper #modal02Con {
  opacity: 1;
  visibility: visible;
}

#modal03:checked ~ .pop_wrapper #modal03Con {
  opacity: 1;
  visibility: visible;
}

#modal04:checked ~ .pop_wrapper #modal04Con {
  opacity: 1;
  visibility: visible;
}

.modalTtl {
  padding: 0 0 15px;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  color: #666666;
  font-weight:bold;
  text-align:center;
}

.modalText .modalCover {
  margin: 0 -1.5em 20px;
}
.modalText p {
  margin-bottom: 20px;
  line-height: 1.7;
  font-size:15px;
  color:#000000;
}

.pop_space{
height:60px;
clear:both;
}
.pop_middle{
width:100%;
display:table;
margin-bottom:10px;
margin-top:20px;
}
.pop_middle_l{
width:46%;
display:table-cell;
font-size:13px;
vertical-align:top;
float:left;
margin-bottom:5px;
}
.pop_middle_l img{
width:100%;
margin-top:5px;
margin-bottom:5px;
}
.pop_middle_r{
width:46%;
display:table-cell;
vertical-align:top;
font-size:13px;
float:right;
margin-bottom:5px;
}
.pop_middle_r img{
width:100%;
margin-top:5px;
margin-bottom:5px;
}


.pop_middle_l02{
width:46%;
display:table-cell;
font-size:13px;
float:left;
}
.pop_middle_l02 img{
width:100%;
margin-top:5px;
margin-bottom:5px;
}
.pop_middle_r02{
width:46%;
padding-top:10%;
font-size:13px;
float:right;
text-align:left;
}


.pink_line{
height:14px;
width:100%;
clear:both;
}

/*Youtube*/
.youtube {
  width: 100%;

}
.youtube iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

@media (max-width: 640px) {
  .pop_content {
    margin: 1.5em auto;
  }
  
.modalCloseBtn label {
  padding: 0 0.5em;
  font-size: 2em;
}

  .modalInner {
    padding-left: 1.5em;
    padding-right: 1.5em;
	height:100%;
  }

  .modalTtl {
    font-size: 15px;
    padding-bottom:15px;
	margin-top:5px;
  }
  
.modalText p {
  margin-bottom: 20px;
  font-size:13px;
}

  .modalText .modalCover {
    margin: 0 -1em 1em;
  }

.pop_space{
height:40px;
clear:both;
}

.pop_middle{
width:100%;
margin-bottom:-20px;
clear:both;
height:auto;
}

.pop_middle img{
width:88%;
margin:5px auto;
}

.pop_middle_l{
width:100%;
display:block;
text-align:center;
}
.pop_middle_l img{
width:80%;
margin:5px auto;
}
.pop_middle_r{
width:100%;
display:block;
}

.pop_middle_r img{
width:80%;
margin:5px auto;
}


.pop_middle_l02{
width:100%;
display:block;
text-align:center;
}
.pop_middle_l02 img{
width:80%;
margin:5px auto;
}
.pop_middle_r02{
width:100%;
display:block;
}

.pop_middle_r02 img{
width:80%;
margin:5px auto;
}

.modalInner{
 overflow-y: scroll;
 /* IE, Edge 対応 */
 /* Firefox 対応 */
}
/* Chrome, Safari 対応 */
.modalInner::-webkit-scrollbar{
   width: 3px;
   padding-right:10px;
}
.modalInner::-webkit-scrollbar-track{
   background-color: #FFF;
}
.modalInner::-webkit-scrollbar-thumb{
   background-color: #4F392A;
   
}
.pink_line{
height:18px;
width:100%;
clear:both;
margin:5px 0;
}
}

.btn_pink:hover{
  background:rgba(181,181,181,0.55);
  color:#FFFFFF;
}

.btn-pop{
  width: 200px;
  text-align:center;
  background:rgba(181,181,181,0.25);
  border-radius:6px;
  font-size:15px;
  padding:20px 30px 0 30px;
  text-decoration:none;
  border:1px solid #C4C4C4;
  margin:10px auto;
  line-height:1.0;
}

.btn-pop:hover, .btn-buy:focus{
	background-color: #c9c9c9;
	color: #fff;
}
