@charset "UTF-8";

.lineUp_wrap{
  display: flex;
  flex-wrap: wrap;
}
.lineUp_imageLeft{
  width: 50.6%;
}
.lineUp_imageRight{
  width: 49.4%;
}
.lineUp_wrap img{
  display:block;
}
.campaign{
  scroll-margin-top: 128px;
}
.campaign_details{
  background-image: url(/images/pc/type/se_riaria1d/2026/campaign_bg.webp);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 5%;
}
.campaign_summary{
  align-items: center;
  background-color: #fff;
  color: #2d2a26;
  cursor: pointer;
  font-size: 3.1rem;
  padding: 16px 0 16px 60px;
  letter-spacing: 0;
  display: flex;
  list-style: none;
}
.campaign_summary::after {
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 28px solid #2d2823;
  content: "";
  width: 0;
  height: 0;
  margin-left: 30px;
  margin-top: 3px;
  transition: transform 0.3s ease;
}
.campaign_details[open] .campaign_summary::after{
  transform: rotate(180deg);
}
.campaign_block{
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 30px 5%;
}
.campaign_text{
  color: #fff;
  font-size: 2.8rem;
  line-height: 4.2rem;
  text-align: center;
  margin-bottom: 40px;
}
.specNotes_item{
  padding-left: 2.2rem;
  position: relative;
}
.specNotes_item::before {
  content: "";
  background: url(https://fatp275ehc.user-space.cdn.idcfcloud.net/images/pc/type/se_riaria1d/cate_ri1d_spec_mark.webp) no-repeat 0 0 / contain;
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  top: 3px;
  left: 0;
}

.campaignNotice_wrap{
  display: flex;
  margin-bottom: 30px;
}
.campaignNotice_wrap:last-of-type{
  margin-bottom: 0;
}
.campaignNotice_title{
  color: #f8f5b0;
  font-size: 2rem;
  line-height: 3.2rem;
  width: 30%;
}
.campaignNotice_text{
  color: #fff;
  font-size: 2rem;
  line-height: 3.2rem;
  width: 70%;
}
.campaignNotice_textInner{
  font-size: 2rem;
  line-height: 3.2rem;
  text-indent: -1em;
  padding-left: 1em;
}
.campaignNotice_emphasis{
  color: #f8f5b0;
}

.color a{
  color: #000;
}
.color a:hover{
  text-decoration: none;
}
.colorFeature{
  position: relative;
}
.colorFeature_text{
  position: absolute;
  font-size: 3.3rem;
  line-height: 5.1rem;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.spec_block{
  position: relative;
}
.specNotes{
  border: 1px solid #5d5b5c;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 3% 5%;
  width: 90%;
}
.specNotes_item{
  font-size: 1.8rem;
  list-style: none;
  margin-bottom: 16px;
}
.specNotes_item:last-child{
  margin-bottom: 0;
}

.specList{
  display: flex;
  flex-wrap: wrap;
}
.specList_item{
  list-style: none;
  position: relative;
  width: 49.7%;
}
.specList_item:nth-child(2),
.specList_item:nth-child(4){
  width: 50.3%;
}
.specList_text{
  font-size: 1.8rem;
  position: absolute;
  line-height: 3rem;
  text-align: center;
}
.specList_item:nth-child(1) .specList_text{
  left: 140px;
  top: 60%;
}
.specList_item:nth-child(2) .specList_text{
  right: 128px;
  top: 60%;
}
.specList_item:nth-child(3) .specList_text{
  left: 140px;
  top: 51%;
}
.specList_item:nth-child(4) .specList_text{
  right: 128px;
  top: 51%;
}
.specList_note{
  font-size: 1.4rem;
}

.attention_block{
  position: relative;
}
.attention_text{
  font-size: 2.4rem;
  line-height: 3.8rem;
  position: absolute;
  top: 20px;
  left: 10%;
}
.spec_text{
  font-size: 1.6rem;
  line-height: 2.8rem;
  position: absolute;
  top: 86%;
  right: 136px;
  text-align: center;
}

.profile{
  position: relative;
}
.profile_text{
  font-size: 2.4rem;
  line-height: 4.4rem;
  position: absolute;
  top: 1015px;
  padding: 0 75px;
}

/*商品ページ*/
.product_detail_lp {
  text-align: left;
}
.product_detail_lp .lineUp_imageLeft{
  width: 50.6%;
}
.product_detail_lp .lineUp_imageRight{
  width: 49.4%;
}
.product_detail_lp .campaign_summary {
  font-size: 2rem;
  padding: 16px 0 16px 22px;
}
.product_detail_lp .campaign_summary::after {
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 21px solid #2d2823;
  margin-left: 20px;
}
.product_detail_lp .campaign_block{
  padding: 30px 5%;
}
.product_detail_lp .campaign_text{
  font-size: 1.9rem;
  line-height: 3.2rem;
  margin-bottom: 32px;
}
.product_detail_lp .specNotes_item{
  padding-left: 2.2rem;
}
.product_detail_lp .specNotes_item::before {
  background: url(https://fatp275ehc.user-space.cdn.idcfcloud.net/images/pc/type/se_riaria1d/cate_ri1d_spec_mark.webp) no-repeat 0 0 / contain;
  width: 0.7em;
  height: 0.7em;
  top: 3px;
  left: 0;
}
.product_detail_lp .campaignNotice_wrap{
  margin-bottom: 30px;
}
.product_detail_lp .campaignNotice_title{
  font-size: 1.6rem;
  line-height: 2.8rem;
  width: 30%;
}
.product_detail_lp .campaignNotice_text{
  font-size: 1.6rem;
  line-height: 2.6rem;
  width: 70%;
}
.product_detail_lp .campaignNotice_textInner{
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.product_detail_lp .chart{
  padding-top: 12%;
}
.product_detail_lp .colorFeature_text {
  font-size: 1.8rem;
  line-height: 3.2rem;
  bottom: 43px;
}
.product_detail_lp .spec_text {
  font-size: 1.2rem;
  line-height: 2rem;
  top: 86%;
  right: 69px;
}
.product_detail_lp .specNotes{
  padding: 3% 5%;
}
.product_detail_lp .specNotes_item {
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.product_detail_lp .specNotes_item:last-child {
  margin-bottom: 0;
}
.product_detail_lp .specList_text{
  font-size: 1.4rem;
  line-height: 2.2rem;
  width: 100%;
}
.product_detail_lp .specList_item:nth-child(1) .specList_text{
  left: 20px;
  top: 60%;
}
.product_detail_lp .specList_item:nth-child(2) .specList_text{
  right: 20px;
  top: 60%;
}
.product_detail_lp .specList_item:nth-child(3) .specList_text{
  left: 20px;
  top: 51%;
}
.product_detail_lp .specList_item:nth-child(4) .specList_text{
  right: 20px;
  top: 51%;
}
.product_detail_lp .specList_note{
  font-size: 1rem;
}
.product_detail_lp .attention_text {
  font-size: 1.6rem;
  line-height: 2.8rem;
  top: 10px;
  left: 10%;
}
.product_detail_lp .profile_text {
  font-size: 1.6rem;
  line-height: 3rem;
  top: 610px;
  padding: 0 40px;
}
/*定期便ページ*/
.faq_ri1d{
  background-color: #fff;
}
.faq_ri1d .productFaq_title {
  color: #68686a;
}
.faq_ri1d .productFaq_subTitle {
  color: #68686a;
}
.faq_ri1d .productFaq_summary{
  background-color: #b4afe4;
}