@charset "utf-8";

/* ############################################################################
 *
 * フォトコンLP
 *
 * ############################################################################ */
/* 汎用ブロック */
.contens-detail *,
.contens-detail *:before,
.contens-detail *:after {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box; 
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img{
  vertical-align: bottom;
}
ol{
  list-style: none;
  padding-left: 0;
}
.contens-detail{
  font-size: 22px;
}
.sp-only{
  display: none;
}

/* MVエリア */
.mv{
  padding: 45px 10px 52px;
  background: #fff5ee url(../images/mv_bg-pc.jpg) no-repeat center / 1162px;
}
.mv-inner{
  max-width: 962px;
  margin: 0 auto;
}
.mv-heading{
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 34px;
  margin: 0 0 36px;
}
.mv-detail {
  text-align: left;
}
.mv-center {
  width: fit-content;
}
.mv-text{
  margin: 0 0 34px;
  color: #4c2f11;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}

.period{
  display: flex;
  align-items: center;
  padding: 16px 30px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .8);
  color: #4c2f11;
  font-weight: 700;
}
.period-item + .period-item{
  margin-left: 20px;
  padding-left: 22px;
  border-left: 1px solid #ff9e2c;
}
.period-title{
  position: relative;
  margin: 0 0 8px;
  padding: 0 0 0 42px;
  font-size: 24px;
}
.period-title::before{
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 1px;
  transform: translateY(-50%);
  display: inline-block;
  width: 30px;
  height: 30px;
}
.period-item--entry .period-title::before{
  background: url(../images/icon_entry.png) no-repeat center / contain;
}
.period-item--result .period-title::before{
  background: url(../images/icon_result.png) no-repeat center / contain;
}

.period-dates{
  display: flex;
  align-items: center;
  gap: 35px;
  font-size: 30px;
}
.period-date{
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}
.period-date + .period-date::before{
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  left: -25px;
  transform: translateY(-50%);
  display: inline-block;
  border-left: 18px solid #4c2f11;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.period-weekday{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-top: 4px;
  padding: 0 0 4px;
  border-radius: 50%;
  background: #ff8100;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}


/* MV下汎用的アイテム */
.conts{
  padding: 80px 10px;
  background: #fff;
}
.conts--lo{
  background: #fff5ee;
}

.conts-inner{
  max-width: 962px;
  margin: 0 auto;
}

.text{
  line-height: 1.7;
}

.text-large{
  margin: 0 0 16px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.btn{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  border-bottom: solid 5px #007c77;
  border-radius: 10px;
  background: #00a7a0;
  color: #fff!important;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
}
.btn:hover{
  opacity: .7;
}
.btn--apply{
  position: relative;
  max-width: 620px;
  padding: 26px 20px 28px 100px;
  font-size: 36px;
  pointer-events: none;
  filter: grayscale(1);
}
.btn--apply::before{
  content: "";
  position: absolute;
  top: 50%;
  left: -32px;
  transform: translateY(-50%);
  display: inline-block;
  width: 146px;
  height: 121px;
  background: url(../images/btn_img.png) no-repeat center / contain;
}
/* 押下可能ボタン */
.is-active .btn--apply{
  pointer-events: auto;
  filter: grayscale(0);
}
.is-active .btn--apply::before{
  top: -18px;
  transform: none;
}
.btn--apply .btn-note{
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: normal;
}
.btn--apply .btn-note:empty{
  display: none;
}

.primary-heading{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 498px;
  height: 71px;
  margin: 0 auto 28px;
  padding: 0 0 4px;
  border: none;
  box-shadow: none;
  background: url(../images/heading_bg.png) no-repeat center / contain;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

/* 導入 */
.intro{
  padding-top: 60px;
  padding-bottom: 56px;
  text-align: center;
}
.intro .text + .text{
  margin-top: 40px;
}

/* CTA */
.intro + .cta{
  padding-top: 0;
}
.cta{
  text-align: center;
}

/* 賞品内容 */
.prize .text{
  margin: 0 0 60px;
  color: #4c2f11;
}

.note {
  width: fit-content;
  margin: 17px 0 0 auto;
}
.note-text {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 2px;
  color: #4c2f11;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}
.note-text span {
  padding-right: .5em;
}

/* 商品一覧 */
.prizeList{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 53px 20px;
}
.prizeList-item{
  width: calc(50% - 10px);
  position: relative;
  padding: 32px 20px 30px;
  border: 1px solid #ff9e2c;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.prizeList-title{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 90%;
  min-height: 64px;
  margin: -72px auto 0;
  padding: 0 25px 0 0;
  border-radius: 5px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.prizeList-title::before{
  content: "";
  position: absolute;
  top: 50%;
  left: -32px;
  transform: translateY(-50%);
  display: inline-block;
  width: 87px;
  height: 69px;
  background: url(../images/icon-paw.png) no-repeat center / contain;
}
.prizeList-count{
  margin-left: 30px;
  padding: 5px 28px 10px;
  border: 1px solid #ccc;
  border-radius: 100vh;
  background: #fff9e3;
  color: #4c2f11;
  font-size: 22px;
  line-height: 1;
}
.prizeList-countNumber{
  font-size: 28px;
  line-height: 1;
}
.prizeList-text{
  color: #4c2f11;
  font-size: 22px;
  font-weight: 700;
}

/* 商品一覧 - ペットゴー */
.prizeList-item--petgo{
  width: 100%;
  padding: 40px 0 30px;
}
.prizeList-item--petgo .prizeList-title{
  max-width: 526px;
  background: #3fb7b6;
}
.prizeList-item--petgo .prizeList-title::before{
  right: auto;
  background: url(../images/icon-crown.png) no-repeat center / contain;
}
.prizeList-item--petgo .note{
  margin: 10px 30px 0 auto;
}
.prizeList-item--petgo .note-text{
  font-size: 14px;
}

.petgoList{
  display: flex;
  justify-content: space-between;
}
.petgoList-item{
  width: calc(100% / 3);
}
.petgoList-item + .petgoList-item .prizeList-image{
  position: relative;
}
.petgoList-item + .petgoList-item .prizeList-image::before{
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/icon-plus.png) no-repeat center / contain;
}

/* 商品一覧 - ネコジルシ */
.prizeList-item--nekojirushi .prizeList-title{
  background: #ffa5bd;
}
.prizeList-item--nekojirushi .prizeList-body{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 100%;
  margin: 15px 0 0;
}

/* 商品一覧 - クーポン */
.prizeList-item--coupon .prizeList-title{
  justify-content: center;
  padding: 0;
  background: #ffdab4;
  color: #4c2f11;
}
.prizeList-item--coupon .prizeList-text{
  margin: 20px 0 16px;
  font-size: 20px;
  line-height: 1.4;
}
.prizeList-item--coupon .prizeList-text span{
  color: #ff8100;
  font-size: 22px;
}
.prizeList-item--coupon .prizeList-text sup{
  font-size: 12px;
}


/* 応募方法 */
.apply .text-large{
  margin-bottom: 24px;
  color: #4c2f11;
  font-size: 45px;
}
.applyList{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.applyList-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.applyList-heading{
  padding: 8px 10px 14px;
  border-radius: 17px 17px 0 0;
  background: #ff9e2c;
}
.applyList-body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: start;
  height: 100%;
  padding: 28px 20px 22px;
  border: 2px solid #ffdab4;
  border-top: none;
  border-radius: 0 0 17px 17px;
}
.applyList-icon{
  margin: 0 0 28px;
}
.applyList-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 24px;
}
.applyList-point{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 10px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
}
.applyList-point:not(.btn){
  background: #ffdab4;
  color: #4c2f11;
}
.applyList-point.btn{
  border-bottom-width: 4px;
}

/* 応募概要 */
.white-block{
  padding: 12px 30px;
  background: #fff;
  border: 1px solid #fee8d2;
  border-radius: 17px;
  box-shadow: 0 2px 6px 0 rgba(3, 2, 4, .03);
}

.entrySummary {
  margin: 0;
  padding: 0;
  list-style: none;
}

.entrySummary-item {
  display: grid;
  grid-template-columns: 88px 1fr;
  column-gap: 28px;
  padding: 16px 14px;
}

.entrySummary-item + .entrySummary-item {
  border-top: 1px solid #ccc;
}

.entrySummary-title {
  margin: 0;
  color: #4c2f11;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.entrySummary-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  align-self: start;
}

.entrySummary-item > .entrySummary-text:not(.entrySummary-text--disc) {
  padding-top: .05em;
}

.entrySummary-text--disc li{
  position: relative;
  padding-left: 1em;
}
.entrySummary-text--disc li + li{
  margin-top: 8px;
}
.entrySummary-text--disc li::before{
  content: "";
  position: absolute;
  top: calc(.5em + 1px);
  left: calc(.5em - 3px);
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
}

