@charset "utf-8";
/* SNS #タグキャンペーン CSS*/
:root {
  /*color*/
  --c-brw01: #694A44;
  /*width*/
  --w-campCont: min(100%, 102.8rem);
}
/*-------------------------------
 #タグキャンペーン
---------------------------------*/
.camp-tag {
  margin: 0 0.25em;
  color: #c72b58;
  font-size: 125%;
  font-weight: bold;
  display: inline-block;
}
/*-------------------------------
 campaign outline
---------------------------------*/
#snsCamp-wrap {
  width: 100%;
  padding: 1px 0;
  margin: 1em auto;
  font-family: var(--ff-yugothic);
  position: relative;
}
#snsCampOutline {
  width: var(--w-campCont);
  margin: calc(var(--rs)* 2) auto;
  background: rgb(255 255 255 / 80%);
  border: 2px solid var(--c-brw01);
  container-type: inline-size;
}
#snsCampOutline + .note {
  width: min(96%, 96rem);
}
.outline-title {
  width: min(100%, 20rem);
  padding: calc(var(--rs) * 0.5) calc(var(--rs) * 2);
  background: var(--c-brw01);
  color: #fff;
  font-size: calc(var(--fs) * 1.7);
  text-align: center;
  flex: 1 1 auto;
}
.outline-period {
  min-width: 87.5%;
  padding: calc(var(--fs) * 1.5)  2%;
  font-size: calc(var(--rs) * 0.6 + var(--fs) * 2.4);
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  flex: 1 1 auto;
}
.outline-period > small {
  font-size: 75%;
  font-weight: bold;
}
.snsCampOutline-details {
  padding: 1px 2%;
  display: flex;
  /*flex-flow: row nowrap;*/
  flex-flow: column nowrap;
}
/*campaign period*/
.snsCampOutline-period {
  width: calc(100% - calc(var(--fs) * 2) - 12px);
  margin: 0 auto;
  background: #fff;
}
/*campaign howto*/
.snsCampOutline-howto {
  margin-top: 1em;
}
.outline-sns {
  width: min(100%, 96rem);
  min-width: 40%;
  padding: calc(var(--fs) * 1) calc(var(--rs) * 2);
  margin-bottom: 1em;
  position: relative;
  flex: 1 1 auto;
}
.outline-sns:first-of-type::before {
  content: "";
  width: 96%;
  height: 0;
  border-bottom: 2px dashed var(--c-brw01);
  display: block;
  position: absolute;
  right: auto;
  top: auto;
  left: 2%;
  bottom: -2px;
}
.outline-sns-title {
  padding-left: calc(var(--rs) * 1);
  margin-top: 0.5em;
  color:  var(--c-brw01);
  font-size: calc(var(--fs) * 2.4);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  display: block;
}
.outline-sns-title.sns-title-x {
  color: #000;
}
.outline-sns-title.sns-title-insta {
  color: #d5426d;
}
.outline-sns-step {
  padding: 0.5em 0;
  padding-left: calc(var(--rs) * 1);
  display: flex;
  flex-flow: row wrap;
  counter-reset: number 0;
}
.outline-sns-step li {
  margin: 1em 0 0;
  margin-left: 2em;
  font-size: calc(var(--fs) * 1.8);
  font-weight: bold;
  line-height: 1.2;
  flex: 1 1 auto;
}
.outline-sns-step li::before {
  counter-increment: number 1;
  content: counter(number,decimal/*-leading-zero*/) "";
  width: 2em;
  height: 2em;
  margin-left: -2.5em;
  margin-right: 0.5em;
  background: var(--c-brw01);
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  line-height: 2em;
  text-align: center;
  display: inline-block;
}
.outline-sns-step li > .snsbtn {
  width: calc(100% - 1em);
  margin-left: -1em;
  position: relative;
}
@container (max-width: 760px) {
  .snsCampOutline {
    flex-direction: column;
  }
  .outline-period > span {
    display: block;
  }
  .snsCampOutline-period,
  .outline-title,
  .outline-sns {
    width: 100%;
  }

}
/*sns link bottun*/
.snsLinkContainer {
  width: min(100%, 120rem);
  margin: calc(var(--rs) * 6) auto 0;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
}
.snsLinkContainer li {
  width: min(100%, 40rem);
  padding: 1% 2%;
  font-size: calc(var(--fs) * 1.5);
  font-weight: bold;
  text-align: center;
  flex: 1 1 auto;
}
.snsLinkContainer li span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .snsLinkContainer li span {
    display: block;
  }
}
.snsbtn {
  width: 100%;
  padding: 1em 1.5em 1em 0.5em;
  margin: 1em auto;
  border-radius: 10em;
  color: #fff !important;
  font-size: calc(var(--fs) * 1.4);
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.snsbtn:hover	{
  color: #fff;
  filter: brightness(110%);
  text-decoration: none;
}
.snsbtn.btn-x {
  background-color: rgb(0, 0, 0);
}
.snsbtn.btn-x i.fa-x-twitter {
  color: #fff;
}
.snsbtn.btn-ig {
  background: url(/event/dolpa/assets/image/cmnPrts/bg_insta_gradient.png) 50% 0% / 100% auto repeat;/*Old Browser*/
  background: linear-gradient(270deg, #BC32A4 0%, #E03768 50%, #F67C33 100%);
}
.snsbtn i	{
  margin: 0 calc(var(--fs) * 1);
  font-size: calc(var(--fs) * 3);
}
.snsbtn-caption {
  margin: 0;
}
/*-------------------------------
 campaign note
---------------------------------*/
.camp-notes {
  margin: 1em auto;;
  font-size: calc(var(--fs) * 1.4);
}
.snsCamp-note {
  width: var(--w-campCont);
  padding: 0 0.5em;
  margin: 1em auto;
  font-size: calc(var(--fs) * 1.4);
  line-height: 1.3;
}
.snsCamp-note > * {
  padding-left: 1em;
  margin-right: 1em;
  margin-bottom: 0.25em;
  text-indent: -1em;
  display: inline-block;
}
/*-------------------------------
 campaign terms
---------------------------------*/
#campTerms {
  width: var(--w-campCont);
  padding: 1% 2%;
  margin: calc(var(--rs)* 2) auto;
  background: #efefef;
  box-shadow: var(--bs-cmn);
}
.termsHeader {
  padding: 2% 0;
  text-align: center;
}
.terms-title {
  padding-bottom: calc(var(--rs) * 0.5);
  margin-bottom: calc(var(--fs) * 2);
  border-bottom: 1px solid #bbb;
  color: #000;
  font-size: calc(var(--fs) * 2.4);
  position: relative;
}
.terms-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.termsHeader > p {
  margin-top: 0.5em;
  font-size: calc(var(--fs) * 1.7);
  font-weight: bold;
}
/*terms contents*/
#termsConts {
  width: min(100%, 120rem);
  padding: 1% calc(var(--fs) * 0.5);
  margin: calc(var(--fs) * 1) auto;
  border: 1px solid #555;
  background: #fff;
  border-radius: calc(var(--fs) * 1);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#termsContsWrapper {
  height: calc(var(--fs) * 30);
  padding: 1em;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #f00;  
}
#termsContsWrapper::-webkit-scrollbar {
  width: calc(var(--rs) * 1);
  height: calc(var(--rs) * 1);
}
#termsContsWrapper::-webkit-scrollbar-track {
  border-radius: 0.5rem;
  background: #fcfcfc;
  box-shadow: 0 0 0.3rem #aaa inset;
}
#termsContsWrapper::-webkit-scrollbar-thumb {
  background: #f00;
  border-radius: 0.5rem;
}
/*terms contents section*/
.termsConts-sctn + .termsConts-sctn {
  margin-top: 2em;
}
.termsConts-title {
  margin-bottom: calc(var(--fs) * 0.5);
  color: #000;
  font-size: calc(var(--fs) * 1.7);
}
.termsConts-title::before {
  content: "\0025a0";
  margin-right: 0.25em;
}
.termsConts-sctn > p {
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: calc(var(--fs) * 1.4);
  text-align: justify;
}
.termsConts-sctn a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.termsConts-sctn > ul {
  padding-left: 1em;
  font-size: calc(var(--fs) * 1.4);
  list-style: disc;
}
.termsConts-sctn > ul li {
  margin-bottom: 0.5em;
}