html, body {
  margin: 0;
  color: #fff;
}

#wrap{
  overflow: hidden;}

.center{text-align: center; font-size: 2.0em!important;}


.anime05s {
      /* 0.5秒待ってからアニメーションする */
      -webkit-animation-duration: 0.5s;
      animation-delay: 0.5s;
    }

.anime1s {
      /* 1秒待ってからアニメーションする */
      -webkit-animation-duration: 1s;
      animation-delay: 1s;
    }

.anime2s {
      /* 2秒待ってからアニメーションする */
      -webkit-animation-duration: 2s;
      animation-delay: 2s;
    }

.april-01 .box {
    position: relative;
    background: #ec484d;
    margin: 0 0 15px;
    text-align: center;
    color: #fff;
	}
.april-02 .box {
    position: relative;
    background: #DD0003;
    margin: 10px 0;
    text-align: center;
    color: #fff;
	}
	
.box1{
    font-size: 2.0em;
    padding: 30px 0;
    font-weight: bold;
    letter-spacing: 4px;
}

.april-01{padding-bottom: 60px;}
.april-02{padding-bottom: 60px; background: #0aa2ba;}
.april-03{padding-bottom: 60px; padding-top: 50px; background: #0aba58;}
.april-04{padding-bottom: 60px; padding-top: 50px; background: #d65bd8;}
.april-05{padding-bottom: 60px; padding-top: 50px; background: #4dc6e6;}
.april-06{padding-bottom: 60px; padding-top: 50px; background: #575757;}

.april-01 h2{
    font-size: 1.2em;
    padding: 15px 0;
    letter-spacing: 1px;}
.april-02 h2{
    font-size: 2.4em;
    padding: 36px 0 20px;
    letter-spacing: 1px;}
.april-04 h2{
    font-size: 1.3em;}
.april-01-img1 img{width:86%; margin: 20px auto;}
.april-01-img2{width: 35%; display: inline-block; vertical-align: top;}
.april-01-img3{
    width: 62%;
    display: inline-block;
    font-size: 1.0em;
    line-height: 1.2em;
    letter-spacing: 1px;
    padding: 2% 0 2% 2%;}
.april-01-img3 span{font-weight: 600; font-size: 1.2em; line-height: 1.5em}
.kantoku{background:#0aba58; text-align: left; padding: 20px 0;}

.april-02 p{padding: 10px 0 30px; letter-spacing: 1px; line-height: 1.6em;}
.april-02 a{color: #fff; text-decoration: none; font-size: 1.4em; line-height: 1.8em;}
.april-02 rt{font-size:0.4em;}

.item-title{ font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; text-align: left; padding: 0 0 20px 5px; font-size: 1.2em;}
.april-item-name{font-size:1.9em; line-height: 2.0em;}
.april-item-text{font-size:1.15em; line-height: 1.4em; letter-spacing: 1px; padding-bottom: 20px; width: 97%; margin: 0 auto;}
.april-item-text span{font-size: 0.9em;}
.april-item-link{font-size: 1.5em; font-weight: 600; letter-spacing: 1px; text-align: center; border: 2px solid #fff; padding: 8px 0!important; width: 55%!important; margin: 5px auto 15px!important;}
.april-price{font-size: 2.0em; font-style: italic; padding: 20px;}

.item-img01{text-align: left;}
.april-03 .item-img01 img,.april-04 .item-img01 img,.april-05 .item-img01 img,.april-06 .item-img01 img{width: 90%;}
.april-03 .item-img02 img{width: 60%;}
.april-04 .item-img02 img{width: 40%;}
.april-05 .item-img02 img{width: 40%;}
.april-06 .item-img02 img{width: 40%;}



.april-fool{font-size:1.2em; margin:80px 0 20px; letter-spacing: 1px; text-align: center; line-height: 1.4em;}

@media screen and (max-width: 450px) {
    .april-link-box{width: initial!important;}
    .april-link-text{font-size: 0.7em;}
	.april-link a{font-size: 0.7em;}
	.april-link p{text-align: center!important; margin: 15px 0 0 0!important;}
	.comform-row .itemTitle{font-size: 13px!important;}
	.iframe-wrap{padding-top: 150%!important;}
}

/*  modalエリア
===============================================================*/

.popupModal1 > input { /* ラジオボックス非表示 */
    display: none;
}
.popupModal1 > input:nth-child(1) + label {
    cursor: pointer;
}
.modalPopup2 { /* 初期設定 ポップアップ非表示 */
    display: none;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
    display: block;
    z-index: 9098;
    position: fixed;
    width: 94%;
    height: 540px;
    border-radius: 8px;
    left: 50%;
    top: 44%;
    margin-top: 30px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 5px;
    overflow: scroll;
}

@media (min-width: 768px) {/* PCのときはページの真ん中の600x600領域 */
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
         width: 680px;
         height: 720px;
         padding: 30px;

    }
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
     left: 50% !important;
     top: 50% !important;
     margin-left: 300px !important;
     margin-top: -400px !important;
}
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {/* */
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
    width: 100%;
      height:100%;
      border:none;
      display:block;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {/* ポップアップの中の要素 */
max-width: 100%;
}
.popupModal1 > input:nth-child(1) + label ~ label {
    display: none;/* ラジオ１ 以外のラベルを初期は非表示 */

}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9097;
    text-indent: -999999px;
    overflow: hidden;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    color: #000;
	font-weight: 600;
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    position: fixed;
    left: 10px;
    top: 20px;
    z-index: 9999;
    width: 44pt;
    height: 44pt;
    font-size: 40px;
    border-radius: 50%;
    line-height: 44pt;
    text-align: center;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
    display: none;
}


.modalPopup2 {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.popupModal1 .modalTitle {
     padding-bottom: .5em;
     margin: .5em 0;
     border-bottom:
     1px solid #ccc;
     font-weight: bold;
}
.popupModal1 .modalMain {
     color:#222;
     text-align: left;
     font-size: 14px;
     line-height: 1.8em;
}




