
.p-lp{
  background: #FCF0F5;
}
@media screen and (min-width: 768px) {
  .p-lp_content{
    max-width: 500px;
  }
}
.p-lp_content-inner{
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

.font-large{
  font-size: 1.25em;
}

.colabobag_cv{
  display: inline-block;
  width: 100%;
  background: #FECB5A!important;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .colabobag_cv{
    width: 100%;
  }
}
.colabobag_cv:hover,
.colabobag_cv:active,
.colabobag_cv:focus{
  color: #fff;
}

.colabobag_details summary{
  text-align: center;
}
.colabobag_details summary span{
  padding: .5em;
  position: relative;
  text-align: center;
  color: #51BED9;
  background: #fff;
  display: inline-block;
}
.colabobag_details summary span::after {
  content: "";
  position: absolute;
  top: calc(50% - .5em);
  right: -1.5em;
  width: 0;
  height: 0;
  border-width: .9em .65em 0 .65em;
  border-style: solid;
  border-color: #51BED9 transparent transparent transparent;
}
.colabobag_details[open] summary span::after {
  border-width: 0 .65em .9em .65em;
  border-color: transparent transparent #51BED9 transparent;
}
.colabobag_product dt,
.colabobag_product dd{
  padding: .5em;
}
.colabobag_product dt{
  background: #C9ECF4;
  color: #707070;
  padding: .5em;
  border: 1px solid;
}
.colabobag_product dd{
  border-width: 0 1px;
}
.colabobag_product dd:last-child{
  border-bottom-width: 1px;
}

.colabobag_ttl-1{
  text-align: center;
  overflow: hidden;
}
.colabobag_ttl-1 span{
  display: inline-block;
  border-radius: 3em;
  background: #E99BB9;
  color: #fff;
  position: relative;
  padding: .25em 1em;
  min-width: 6em;
}
.colabobag_ttl-1 span::before,
.colabobag_ttl-1 span::after{
  content: "";
  display: block;
  width: 100vw;
  height: 0;
  border-top: 1px solid #E99BB9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.colabobag_ttl-1 span::before{
  right: calc(100% + 10px);
}
.colabobag_ttl-1 span::after{
  left: calc(100% + 10px);
}
.colabobag_ttl-2{
  text-align: center;
  color: #FAAE04;
  border-top: 4px dotted;
  border-bottom: 4px dotted;
  padding: .5em;
}


.colabobag_note_ttl{
  text-align: center;
  color: #CA507F;
  font-size: 14px!important;
}
@media screen and (min-width: 768px){
  .colabobag_note_ttl{
    font-size: 18px!important;
    font-size: 1.8rem!important;
  }
}
.colabobag_note{
  border: 1px solid #E99BB9;
  padding: 10px;
  font-size: 14px!important;
}

.color-theme{
  color: #CA507F;
}

.sakura01{
  text-align: right;
}
.sakura01 img{
  position: relative;
  top: -30px;
  right: -40px;
  width: 30%;
  max-width: 170px;
  margin-bottom: -30px;
}
.sakura02 img{
  width: 30%;
  max-width: 170px;
}

figure.full{
  margin-right: -20px;
  margin-left: -20px;
}