@charset "UTF-8";

article * { box-sizing: border-box; }
article img { width: 100%; max-width: 100%; height: auto;
  vertical-align: bottom;/* 画像下のスペースを消す */ }
.link-txt { text-decoration: underline; }

/************************************************/
.mainArea { width: 100%; padding: 1rem 1rem 0.1rem; background: #ffe4ed; position: relative; }
.mainArea:before { content: ''; position: absolute; bottom: 0; width: 0; height: 0; left: 50%;
    border-style: solid; border-width: 1.5rem 5rem 0 5rem;
    border-color: #ffe4ed transparent transparent transparent; transform: translateX(-50%) translateY(100%); }

/************************************************/
.camBlock { margin-bottom: 2rem; }
.camBlock .end-txt { font-size: 1.3rem; font-weight: bold; text-align: center; color: #EF3232; }
.camBlock .periodBox { width: 80%; margin: 0 auto; background: #fff; border: 1px dotted #ff789e; padding: 1rem; }
.camBlock .periodBox .cam-txt { margin-bottom: 1rem; text-align: center; line-height: 1.2; }
.camBlock .periodBox .cam-txt span { display: block; margin-bottom: 0.5rem; font-weight: bold; color: #ff789e; }
.camBlock .periodBox .camNote { font-size: 0.8rem; }

/************************************************/
.mainBlock { line-height: 1.2; }
.mainBlock .note { font-size: 0.8rem; }
.mainBlock .pointsBox { margin-bottom: 2rem;  text-align: center; }
.mainBlock .pointsBox .bubble { position: relative; display: inline-block; border-radius: 0.3rem; background: #fff; padding: 0.5rem 1rem; margin-bottom: 1rem; font-size: 1.2rem; font-weight: bold; color: #ff789e; }
.mainBlock .pointsBox .bubble:before { content: ''; position: absolute; bottom: 0; width: 0; height: 0; left: 50%;
    border-style: solid; border-width: 0.5rem 0.4rem 0 0.4rem;
    border-color: #fff transparent transparent transparent; transform: translateX(-50%) translateY(100%); }
.mainBlock .pointsBox .copy { font-size: 1.2rem; }
.mainBlock .howtoBox { margin-bottom: 2rem; padding: 1.5rem 1rem; background: #fff; }

/************************************************/
.secondArea { width: 100%; padding: 3rem 1rem 2rem; position: relative; }

/************************************************/
.sectionTitle { position: relative; padding-bottom: 1rem; margin-bottom: 1rem; text-align: center; font-size: 1.7rem; font-weight: bold; color: #ff789e; }
.sectionTitle:before { content: ''; position: absolute; display: inline-block; bottom: 0; width: 5rem; height: 0.3rem; left: 50%;
  -webkit-transform: translateX(-50%); transform: translateX(-50%); background-color: #ff789e; border-radius: 1rem;
}

/************************************************/
.btnBlock { text-align: center; margin-top: 4rem; }
.btnBlock a { display: inline-block; width: 15rem; margin: 0 0.5rem 1rem; padding: 1rem; font-size: 1.2rem; font-weight: bold; color: #fff;
    border: 1px solid #c7c7c7; border-radius: 4rem; background: #ff789e; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16); }
.btnBlock a:hover { opacity: .8;}
.btnBlock .note { font-size: 0.8rem; margin-top: 0.5rem; }

/************************************************/
.titleBlock { margin-bottom: 2rem; }
.titleBlock ul { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 1.5rem; }
.titleBlock .titleName { margin-top: 0.5rem; font-size: 1rem; line-height: 1.2; 
    -webkit-box-orient: vertical; -webkit-line-clamp: 2; display: -webkit-box; overflow: hidden; word-break: normal; }
@media (max-width: 568px){ 
    .titleBlock ul { grid-template-columns: 1fr 1fr; }
}

/************************************************/
.howtoBox .swiperArea { position: relative; }
.howtoBox .swiperArea.thumbnail { margin: 1rem 3rem 0; }
.howtoBox .step { display: flex; align-items: center; width: 100%; order: 1; margin: 0 0 0.5rem 0.1rem; }
.howtoBox .step .num { display: grid; align-items: center; justify-content: center; width: 2rem; height: 2rem; border-radius: 100%; background: #ff789e; font-size: 1.2rem; font-weight: bold; color: #fff; }
.howtoBox .step p { flex: 1; margin-left: 0.3rem; font-size: 1.5rem; font-weight: bold; color: #ff789e; }
.howtoBox .stepTxt { width: 100%; order: 2; margin: 0 0 0.5rem 0; }
.howtoBox figure { width: 100%; order: 3; }
    
 /************************************************/
.swiper-card.swiper-container { width: 90%; margin: 0 auto; overflow: hidden; }
.swiper-card.swiper-container .swiper-slide { display: flex; flex-wrap: wrap; align-content: flex-start; }
.swiper-thumbnail.swiper-container { margin: 0 3rem; overflow: hidden; }
/*サムネイルのスタイル*/
.swiper-thumbnail .swiper-slide { filter: brightness(70%); }
/*アクティブなときのスタイル*/
.swiper-thumbnail .swiper-slide.swiper-slide-thumb-active { filter: brightness(1); }

/*矢印ボタンの色を変更*/
.swiper-button-next,
.swiper-button-prev { width: 2rem; color: #787878; }
.swiper-button-next:after,
.swiper-button-prev:after { font-size: 2rem; }
    
@media ( min-width: 920px ){
    .swiper-card.swiper-container { width: 100%; }
    .swiper-card.swiper-container .swiper-wrapper { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 1rem; }
    .howtoBox .step p { font-size: 1rem; }
    .howtoBox .stepTxt { order: 3; margin: 0.5rem 0 0 0;}
    .howtoBox figure { order: 2; }
    
    .swiper-button-next,
    .swiper-button-prev,
    .howtoBox .swiperArea.thumbnail { display: none; }
}
@media ( max-width: 414px ){
    .howtoBox .step p { font-size: 1.2rem; }
}
    
/************************************************/
.sliderArea { width: 100%; margin: 0 auto 1.5rem; padding-bottom: 0; }
.sliderArea .titleName  { margin-top: 0.5rem; font-size: 1rem; line-height: 1.2; 
    -webkit-box-orient: vertical; -webkit-line-clamp: 2; display: -webkit-box; overflow: hidden; word-break: normal; }
.sliderArea .swiper-button-next,
.sliderArea .swiper-button-prev { display: none; }

/**
 * ***************************************
 * 応募規約
 * ***************************************
 */
.entry-agreement { border: solid 1px #ff789e; padding: 1rem 1rem 0rem 1rem; margin: 3rem 5%; }
.entry-agreement p {font-size: 1rem; margin-bottom: 1rem; line-height: 1.5rem; }
.entry-agreement a { text-decoration: underline; }
.entry-agreement p.caTitle { text-align: center; }
.txt-blue { color: #ff789e; font-size: 1.2rem; font-weight: bold; }
.txt-red { color: #EF3232; }


