@charset "utf-8";
/* Subject Hoiku Common */
#main {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  #main {
    font-size: 1.5rem;
	  letter-spacing: 0;
  }
}

.container-1000 {max-width: 1000px;margin: 0 auto; width: calc(100% - 40px);}

#main .title {
    font-size: 3rem;
    line-height: 3.2rem;
    font-weight: 500;
    text-align: center;
}

#main .title span {
    position: relative;
    z-index: 2;
    padding: 0 8px;
}

#main .title span::after {
    content: '';
    position: absolute;
    width: 0%;
    transition: 1s 0.4s;
    height: 12px;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 20px;
    background: linear-gradient(to right, #ffc8d1 0, #ffc8d1 100%);
}

#main .title.is-view span::after {
    width: 100%;
}

@media (max-width: 768px) {
	
}
/* btn link */
#main .btn-link {
    opacity: 1 !important;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    border-radius: 40px;
    border: 2px solid #fff;
    box-shadow: 3px 3px 0px 0px #ccc;
    text-align: center;
    height: 56px;
    color: #fff;
    max-width: 500px;
	width: 90%;
	min-width: 280px;
    margin: 30px auto 0;
    border-radius: 10px;
    display: flex;
	justify-content: center;
	align-items: center;
    overflow: hidden;
    background: url("../images/subjects/subject_hoiku/common/btn-pink.jpg") no-repeat center center/100% 100%;
    position: relative;
}

#main .btn-link:hover {
    background: #f78397;
    opacity: 1 !important;
}

#main .btn-link::after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 3%;
    display: block;
    background: url("../images/subjects/subject_hoiku/common/arrow-pink.svg") no-repeat top left/100% 100%;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
}

/* mv */
#main .mv {
    position: relative;
}

#main .mv img {
    width: 100%;
}

#main #pankuzu {
    position: absolute;
    left: calc(50% - 500px);
    top: 0;
}

@media (max-width: 1000px) {
    #main #pankuzu {
        left: 20px;
    }
}

@media (max-width: 768px) {
	#main #pankuzu{
        left: 0;
    }
	
    #pankuzu ul li{
        letter-spacing: 0.1em;
    }
}

/* Page Btn */
.bottom-page{margin-top: 150px;}
[class*="page-btn"]{display: flex; flex-wrap: wrap; justify-content: space-between;}
[class*="page-btn"] a{opacity: 1 !important; width: 100%; font-size: min(1.5vw,1.8rem); letter-spacing: 0.1em; line-height: 1.3; border: 2px solid #fff;
 box-shadow: 3px 3px 0px 0px #ccc; height: 64px; color: #fff; border-radius: 8px; display: flex; align-items: center; overflow: hidden; background: url("../images/subjects/subject_hoiku/common/btn-pink.jpg") no-repeat center center/100% 100%; position: relative; padding-left: 15px; box-sizing: border-box;}
[class*="page-btn"] a:hover {background: #f78397;}
[class*="page-btn"] a::after {content: ''; width: 24px; height: 24px; position: absolute; top: 50%; right: 10px; display: block; background: url("../images/subjects/subject_hoiku/common/arrow-pink.svg") no-repeat top left/100% 100%; transform: translateY(-50%);}
[class*="page-btn"] a.is-active{background: #fff; border: 2px solid #f78397; color: #f78397;}
[class*="page-btn"] a.is-active::after {background: url("../images/subjects/subject_hoiku/common/arrow-pink_active.svg") no-repeat top left/100% 100%;}

.page-btn2 a{justify-content: center; text-align: center;}
.page-btn2 li:nth-of-type(1) a{background: url("../images/subjects/subject_hoiku/common/btn-green.jpg") no-repeat center center/100% 100%;}
.page-btn2 li:nth-of-type(1) a:after{background: url("../images/subjects/subject_hoiku/common/arrow-green.svg") no-repeat top left/100% 100%;}
.page-btn2 li:nth-of-type(1) a:hover{background: #a3c600;}
.page-btn2 li:nth-of-type(2) a{background: url("../images/subjects/subject_hoiku/common/btn-blue.jpg") no-repeat center center/100% 100%;}
.page-btn2 li:nth-of-type(2) a:after{background: url("../images/subjects/subject_hoiku/common/arrow-blue.svg") no-repeat top left/100% 100%;}
.page-btn2 li:nth-of-type(2) a:hover{background: #47c5da;}

@media (min-width: 769px) {
	.page-btn1 li{width: 17.54%; margin-bottom: 30px;}
	.page-btn1 li:nth-of-type(2){width: 20.17%;}
	.page-btn1 li:nth-of-type(3){width: 24.56%;}

	.page-btn2 li{width: 49.2%;}
}

@media (max-width: 768px) {
	.bottom-page{margin-top: 80px;}
	[class*="page-btn"] li{margin-bottom: 4%;}
	[class*="page-btn"] a{font-size: 1.4rem; height: 56px; padding-left: 8px;}
	[class*="page-btn"] a::after{width: 18px; height: 18px; right: 5px;}
	
	.page-btn1 li{width: 49%;}
	.page-btn2 li{width: 100%;}
}


.slick-dots { visibility: hidden;}