@charset "UTF-8";

/*
========================================
common
========================================
*/
/* SP */
.common__headline {
  position: relative;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}
.common__headline::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 101px;
  height: 3px;
  background-color: #333333;
}
.common_headline_01 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  border-bottom: solid 4px #ff3b3b;
  padding: 0 0 4px;
  margin: 0 4vw;
}
.common__headline_02 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.common__headline_02__inner {
  /* border-bottom: solid 2px #333; */
  display: inline-block;
  padding: 0 .2em 6px;
}
.common__headline_02__inner {
  position: relative;
}
.common__headline_02__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 37px;
  width: 88px;
  height: 2px;
  background-color: #000;
}  

/* PC */
@media (min-width: 768px) {
  .common__headline_02 {
      font-size: 32px;
  }
  .common__headline_02__inner::before {
      top: 50px;
      width: 133px;
  }
  }
  @media (min-width: 429px) {
    .common_noteBox_02 {
      margin: 12px 16px 0;
    }
    .common_textBold {
      margin: 24px 16px 0;
    }
  }
.common_headline03 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}
.common_text {
  font-size: 16px;
  text-align: center;
  margin: 0 4vw;
}
.common_textBold {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin: 24px 4vw 0;
}
.common_note {
  font-size: 14px;
  text-align: center;
  margin: 0 4vw;
  padding: 0 4vw;
}

.common_noteBox_02 {
  margin: 12px 4vw 0;
}
.common_note_02 {
  text-align: center;
  font-size: 12px;
}

.common__buttonText {
  margin-top: 16px;
  text-align: center;
}

.common_headline03.--goods:nth-of-type(1) {
    margin: 42px auto 0;
}
.common_headline03.--goods {
    margin: 36px auto 0;
}
.common__headline_01__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 37px;
  width: 88px;
  height: 2px;
  background-color: #002898;
}



/*
========================================
Common Image
========================================
*/
.common_imageBox {
  padding: 20px 16px 32px;
}

/*
========================================
header
========================================
*/
/* SP */
.header {
  width: 100%;
  background-color: #fff;
  border-bottom: #002896 2px solid;
  margin: 0 auto;
}
.header__inner {
  width: 100%;
  height: 58px;
  padding: 9px 0;
  text-align: center;
}
.header__image {
  width: auto;
  height: 40px;
  margin: 0 auto;
}
/* PC */
@media (min-width: 768px) {
  .header__inner {
    padding: 13px;
  }
  .header__logo {
    display: block;
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
  }
  .header__image {
    margin: 0;
    width: auto;
    height: 32px;
  }
}

/*
========================================
mainVisual
========================================
*/
/* SP */
.mainVisual{
  background-color: #fff;
}
.mainVisual__inner {
  max-width: 960px;
  margin: 0 auto;
}
.mainVisual__imageSP {
  width: calc((375 / 375) * 100%);
  height: auto;
}
/* PC */
@media (min-width: 768px) {
.mainVisual {
    background-image: url(../img/mainVisual_bg_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    padding: 0 20px;
}
}

/*
========================================
conversion
========================================
*/
/* SP */
.conversion {
  background-color: #fff;
  padding: 12px 0 36px;
}
.conversion__headline {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.conversion__text {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 6px;
}
.conversion__noteBox {
  text-align: center;
  font-size: 12px;
  margin: 12px 16px 0;
}
/* PC */
@media (min-width: 768px) {
.conversion__headline {
    font-size: 32px;
}
}
/*
========================================
about
========================================
*/
/* SP */
.about {
  background-color: #fff2f2;
  padding: 28px 0;
}
.about__speechBubble {
  position: relative;
  width: 120px;
  height: 28px;
  background: #ff3b3b;
  border-radius: 14px;
  margin: 0 auto;
}
.about__speechBubble::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-top-width: 12px;
  border-bottom-width: 10px;
  border-left-width: 8px;
  border-right-width: 8px;
  margin-left: -8px;
  border-top-color: #ff3b3b;
  top: 100%;
  left: 50%;
}
.about__speechBubbleText {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.about__list {
  display: flex;
  justify-content: center;
  margin: 20px 4vw 0;
}
.about__listItem {
  width: calc((109.66 / 345) * 100%);
  margin: 0 4px;
  display: inline-block;
  background-color: white;
  vertical-align: top;
  padding: 8px;
  border: 1px solid #ffb2b2;
  border-radius: 6px;
}
.about__listItem:nth-child(1) {
  margin-left: 0;
}
.about__listItem:nth-last-child(1) {
  margin-right: 0;
}
.about__listImage {
  width: calc((72 / 91.656) * 100%);
  max-width: 80px;
  margin: 0 auto;
}
.about__listText {
  font-size: 13px;
  text-align: center;
  margin-top: 16px;
}



/*
========================================
process
========================================
*/
/* SP */
.process {
  padding: 36px 0;
}

.process__box {
  width: calc((345 / 375) * 100%);
  max-width: 896px;
  padding: 0 16px;
  margin: 24px auto 0;
  background-color: #fff;
  overflow: hidden;
  border-radius: 12px;
}
.process__linkText {
  margin-top: 16px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.process__list {
  display: flex;
  flex-direction: column;
  padding: 24px 0;
}
.process__item {
  display: flex;
  align-items: flex-start;
}
.process__item.--block {
  display: block;
}
.process__item+.process__item {
  margin-top: 36px;
}
.process__textContainer {
  width: 55%;
  margin-right: 8px;
}
.process__iconBlock {
  width: 72px;
  text-align: center;
  border: 2px solid #172B5F;
  border-radius: 11px;
}
.process__iconText {
  color: #172B5F;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
}
.process__subListTitle {
  /* color: #172B5F; */
  margin-top: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}
.process__subListTitleNote {
  font-weight: 400;
  font-size: 12px;
}
.process__subListText {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
}
.process__imageBox {
  width: calc(44% - 8px)
}
.process__image {
  height: auto;
}
.process__imageBox_02 {
  margin: 28px 4vw 0;
}

/* PC */
@media (min-width: 429px) {
  .process__imageBox_02 {
    margin: 28px 16px 0;
  }
}

/* PC */
@media (min-width: 768px) {
  .process {
    padding: 44px 0 54px;
  }
  .process__box {
    max-width: 847px;
    margin: 30px auto 0;
    padding: 41px 16px;
  }
  .process__linkText {
    font-size: 16px;
  }
  .process__list {
    flex-direction: row;
    justify-content: center;
  }
  .process__item {
    flex-direction: column;
    align-items: center;
    width: 296px;
    padding: 0 8px;
  }
  .process__item+.process__item {
    margin: 0;
  }
  .process__textContainer {
    flex: 1 1 auto;
    width: 100%;
    margin: 0;
  }
  .process__iconBlock {
    width: 117px;
    height: 30px;
    margin: 0 auto;
    border-radius: 14px;
  }
  .process__iconText {
    font-size: 16px;
  }
  .process__subList {
    margin-top: 13px;
  }
  .process__subListTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .process__subListTitleNote {
    font-size: 14px;
  }

  .process__subListText {
    margin-top: 8px;
    font-size: 14px;
    text-align: center;
  }
  .process__imageBox {
    flex: 0 0 auto;
    width: 188px;
    margin-top: 25px;
  }
  .process__imageBox_01 {
    margin: 20px auto 0;
    width: calc((359 / 375) * 100%);
    max-width: 880px;
  }
  .process__imageBox_01 + .process__imageBox_01 {
    margin-top: 2px;
  }
  .process__noteBox {
    margin: 3px 4vw 0;
  }
  .process__note {
    font-size: 14px;
  }
}



/*
========================================
product
========================================
*/
/* SP */
.product {
  background-color: #fff;
  padding: 36px 0;
}
.product__list {
  display: flex;
  flex-wrap: wrap;
  width: calc((345 / 375) * 100%);
  margin: 32px auto 0;
}
.product__item {
  width: calc((((345 - 15) / 2) / 345 ) * 100%);
}
.product__item:nth-child(even) {
  margin-left: calc((15 / 345 ) * 100%);
}
.product__item:nth-child(n + 3) {
  margin-top: 28px;
}
.product__itemTitle {
  font-size: 14px;
  text-align: center;
  margin-top: 4px;
}


/*
========================================
tips
========================================
*/
/* SP */
.tips {
  background-color: #fff;
  padding: 36px 0;
}
.tips__imageBox {
  margin: 24px 4vw 0;
}

/* PC */
@media (min-width: 429px) {
  .tips__imageBox {
    margin: 24px 16px 0;
  }
}


/*
========================================
campaignBanner
========================================
*/
/* SP */
.campaignBanner {
  background-color: #fff;
  padding: 36px 0;
}
.common_headline_02.--campaignBanner {
  transform: scale(0.9, 1);
  transform-origin: top left;
  width: 111.11111%;
}
.campaignBanner__list {
  width: calc((343 / 375) * 100%);
  margin: 16px auto 0;
}
.campaignBanner__listItem:nth-child(n + 2) {
  margin-top: 16px;
}



/*
========================================
brand
========================================
*/
/* SP */
.brand {
  background-color: #fff2f2;
  padding: 28px 0;
}
.brand___list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 4vw 0;
}
.brand__item {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  width: calc(((358 / 375) * 100%) / 2);
  height: 52.8px;
  background: #ffffff;
  border: 1px solid #ffb2b2;
  border-radius: 6px;
}
.brand__item:nth-of-type(n + 3) {
  margin-top: 12px;
}
.brand__link {
  color: #333333;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 10px;
  text-decoration: none;
}
.brand__link:hover {
  text-decoration: none;
}


/*
========================================
shop
========================================
*/
/* SP */
.shop {
  padding: 28px 0;
}
.shop___list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc((345 / 375) * 100%);
  max-width: 391px;
  margin: 20px auto 0;
}
.shop__item {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  width: calc(((358 / 375) * 100%) / 2);
  background: #ffffff;
  border: 1px solid #ffb2b2;
  border-radius: 6px;
  overflow: hidden;
}
.shop__item:nth-of-type(n + 3) {
  margin-top: 20px;
}
.shop__link {
  color: #333333;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
.shop__link:hover {
  text-decoration: none;
}


/*
========================================
howToUse
========================================
*/
/* SP */
.howToUse {
  background-color: #fff2f2;
  padding: 28px 0;
}

.howToUse__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px;
}
.howToUse__item {
  width: calc(300/750*100vw);
}

.howToUse__item:nth-child(2n+1) {
  margin-right: calc(56/750*100vw);
}
.howToUse__item:nth-child(n+3) {
  margin-top: 16px;
}
.howToUse__num {
  text-align: center;
}
.howToUse__numImage {
  display: inline-block;
  width: calc(64/750*100vw);
}
.howToUse__figureImage {
  margin-top: 8px;
}
.howToUse__text {
  font-size: 13px;
  padding: 8px calc(16/750*100vw) 0;
}

@media screen and (min-width: 429px) {
  .howToUse__item  {
    width: 150px;
  }
  .howToUse__item:nth-child(2n+1) {
    margin-right: 28px;
  }
  .howToUse__num img {
    width: 32px;
  }
  .howToUse__text {
    padding: 8px 8px 0;
  }
}

/*
========================================
goods
========================================
*/
/* SP */
.goods {
  background-color: #fff4cc;
  padding: 36px 0;
}
.goods-headline {
  font-size: 20px;
  font-weight: 700; 
  line-height: 1.5; 
  text-align: center;
}
.goods-headline--heading{
  transform: scale(0.8, 1);
  transform-origin: top left;
  width: 125%;
}
.goods-headline__inner {
  position: relative;
}
.goods_headline__inner::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 36px;
    width: 60px;
    height: 2px;
    background-color: #333;
}
.goods__list {
  display: flex;
  flex-wrap: wrap;
  width: calc((343 / 375) * 100%);
  margin: 20px auto 0;
}
.goods__item {
  background-color: #fff;
  width: calc((((343 - 16) / 2) / 343 ) * 100%);
}
.goods__item:nth-child(even) {
  margin-left: calc((16 / 343 ) * 100%);
}
.goods__item:nth-child(n + 3) {
  margin-top: 28px;
}
.goods__itemTitle {
  font-size: 14px;
  text-align: center;
  margin: 4px 0 8px;
}

/*
========================================
application
========================================

/* SP */
.application {

  padding: 36px 0;
}
.application__box {
  width: calc((343 / 375) * 100%);
  padding: 32px;
  margin: 20px auto 0;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.rkm-app__title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.rkm-app__container {
  display: flex;
  justify-content: center;
  max-width: 410px;
  margin: 20px auto 0;
}
.rkm-app__container.-pc {
  display: none;
}
.rkm-app__iconBox {
  width: 42%;
  margin-right: 12px;
}
.rkm-app__linkBoxWrapper {
  width: calc(58% - 12px);
}
.rkm-app__linkBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rkm-app__link:nth-child(2) {
  margin-top: 16px;
}
.rkm-app__image {
  margin: 0 auto;
}

/* PC */
@media (min-width: 768px) {
  .application {
      max-width: 720px;
      margin: 0 auto;
  }
  }
.rkm-app__container {
  display: flex;
  justify-content: center;
  max-width: 410px;
  margin: 20px auto 0;
}
.rkm-app__container.-pc {
  display: none;
}
@media (min-width: 768px) {
  .rkm-app__container.-pc {
    display: block;
  }
  .rkm-app__container.-sp {
    display: none;
  }
}
@media (min-width: 429px) {
  .rkm-app__linkBoxWrapper {
    height: 117.18px;
    width: 117.18px;
  }
  .rkm-app__iconBox {
    height: 117.18px;
    width: 117.18px;
  }
}

/*
========================================
recomendation
========================================
*/

.recomendation {
  padding: 32px 0 40px;
  line-height: 1.5;
  background: #fff6df;
}
.recomendation__headline {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.recomendation-headline__balloon {
  position: relative;
  width: 248px;
  padding: 8px;
  margin: 0 auto 16px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  border-radius: 26px;
  background: #029444;
  text-align: center;
}

.recomendation-headline__balloon::before {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  border: 6px solid transparent;
  transform: translateX(-50%);
  border-top: 6px solid #029444;
}

.pick--green {
  background-color: #2bc53d;
}
.pick--green::before {
  border-top: 6px solid #2bc53d;
}

.pick--blue {
  background-color: #3c4aff;
}
.pick--blue::before {
  border-top: 6px solid #3c4aff;
}

.pick--purple {
  background-color: #d182ff;
}
.pick--purple::before {
  border-top: 6px solid #d182ff;
}

.pick--lightGreen {
  background-color: #03d5ae;
}
.pick--lightGreen::before {
  border-top: 6px solid #03d5ae;
}

.recomendation-Wrapper {
  padding: 0 16px;
}

.recomendation-whiteWrapper {
  border: none;
  border-radius: 12px;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.15);
  padding: 28px 13px;
  background-color: #ffffff;
}
/* PC */
@media (min-width: 768px) {
  .recomendation-whiteWrapper {
    margin: 0 auto;
    padding: 52px;
    border-radius: 26px;
    width: 880px;
}
}

.recomendation-description {
  position: relative;
  padding-bottom: 2px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 16px;
}

.recomendation-itemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}



.recomendation-itemList > * {
  width: calc((100% - 12px) / 2);
}
.recomendation-itemList > :nth-of-type(2n) {
  margin-left: 12px;
}
/* PC */
@media (min-width: 768px) {
  .recomendation-itemList {
      /* max-width: 644px; */
      margin: 0 auto;
  }
  .recomendation-itemList > * {
    width: calc((100% - 72px) / 4);
  }
  }
@media (min-width: 768px) {
  .recomendation-itemList > :nth-of-type(2n) {
    margin-left: 42px;
  }  
}
.recomendation-itemList > :nth-of-type(n + 3) {
  margin-top: 12px;
}

.recomendation-item {
  max-width: 252px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}


.recomendation-item__link {
  color: #333333;
  text-decoration: none;
  font-size: 14px;
}

.recomendation-item__image {}

.recomendation-item__title {
  padding: 8px;
  font-weight: 700;
}

.recomendation-button__area {
  margin-top: 40px;
}

.recomendation-button {
  position: relative;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
  background-color: #bf0000;
  border-radius: 50px;
}
.recomendation-button__link {
  display: block;
  padding: 16px 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}
.recomendation-button__link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.recomendation-button::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}



/*
========================================
About rakuma
========================================
*/
.aboutRakuma {
  padding: 32px 0 27px;
  background: #fff6df;
}

.aboutRakuma__headline {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.aboutRakuma-wrapper {
  padding: 0 16px;
}

.aboutRakuma-description {
  font-size: 14px;
  margin-top: 12px;
  text-align: center;
}

.aboutRakuma__iamgeBox {
  margin-top: 16px;
}

.aboutRakuma__iamgeBox02 {
  margin-top: 32px;
}

.aboutRakuma__note {
  font-size: 11px;
  text-align: center;
  margin-top: 16px;
}


/*
========================================
yupacketPostPrice
========================================
*/

.yupacketPostPrice {
  background: #ffd5d4;
  padding: 27px 0;
}

.yupacketPostPrice__title {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  margin: 0 16px;
  line-height: 33px; 
}

.yupacketPostPrice__title span {
  display: inline-block;
  padding: 0 0.2em 6px;
  border-bottom: solid 4px #ec0606;
}

.yupacketPostPrice__image {
  margin-top: 20px;
  padding: 0 16px;
}

/*
========================================
yupacketPost
========================================
*/

.yupacketPost {
  background: #ffd5d4;
  padding: 27px 0;
}

.yupacketPost__title {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  margin: 0 16px;
  line-height: 33px; 
}

.yupacketPost__title span {
  display: inline-block;
  padding: 0 0.2em 6px;
  border-bottom: solid 4px #ec0606;
}

.yupacketPost__image {
  margin-top: 20px;
  padding: 0 16px;
}

.yupacketPost__detail {
  font-size: 12px;
  text-align: center;
  padding: 16px 0 0;
}

.yupacketPost__button {
  margin-top: 16px;
}

/*
========================================
AboutyupacketPost
========================================
*/

.aboutYupacketPost {
  background: #ffd5d4;
  padding: 27px 16px;
}

.aboutYupacketPost__headline {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  margin: 0 16px;
  line-height: 33px; 
}

.aboutYupacketPost__headline em {
  display: inline-block;
  padding: 0 0.2em 6px;
  border-bottom: solid 4px #ec0606;
}

.aboutYupacketPost__desc {
  border: solid 2px #fff;
  background-color: #fff;
  border-radius: 13px;
  margin-top: 16px;
}

.aboutYupacketPost__desc > dt {
  font-size: 16px;
  background-color: #999;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  border-radius: 13px 13px 0 0;
}

.aboutYupacketPost__desc > dd {
  padding: 16px 32px;
}

.aboutYupacketPost__note {
  font-size: 12px;
  text-align: center;
  margin-top: 12px;
}

.aboutYupacketPost__note li {}

.aboutYupacketPost__detail {
  font-size: 12px;
  text-align: center;
}

.aboutYupacketPost__supplement {
  font-size: 12px;
  text-align: center;
  padding-top: 12px;
}

.aboutYupacketPost__moreDetail {
  text-align: center;
  margin-top: 16px;
  font-size: 12px;
}

.aboutYupacketPost__store {
  text-align: center;
  font-size: 12px;
}

.aboutYupacketPost__store a,
.aboutYupacketPost__moreDetail a,
.aboutYupacketPost__detail a {
  color: #00a0f0;
}

.aboutYupacketPost__action--headline {
  text-align: center;
  margin: 24px 0 0;
}

.aboutYupacketPost__action--headline p {
  position: relative;
  display: inline-block;
}

.aboutYupacketPost__action--headline p::after,
.aboutYupacketPost__action--headline p::before {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 24px;
  height: 1px;
  content: "";
  background-color: #333333;
  border-radius: 8px;
}


.aboutYupacketPost__action--headline p::after {
  transform: rotate(-56deg);
  right: -20px;
}

.aboutYupacketPost__action--headline p::before {
  transform: rotate(56deg);
  left: -24px;
}


.aboutYupacketPost__action--btn {
  margin-top: 12px;
}

/*
========================================
セレクトカテゴリーイメージ
========================================
*/

.selectetCategory {
  background-color: #fdf0dc;
  padding: 27px 0;
}

.selectetCategory__headline {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.selectetCategory__headline span {
  display: inline-block;
  position: relative;
}

.selectetCategory__headline span::after,
.selectetCategory__headline span::before {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 24px;
  height: 1px;
  content: "";
  background-color: #333333;
  border-radius: 8px;
}

.selectetCategory__headline span::after {
  transform: rotate(-56deg);
  right : -20px;
}

.selectetCategory__headline span::before {
  transform: rotate(56deg);
  left: -20px; 
}


/*
========================================
coupon
========================================
*/
/* SP */
.coupon {
  padding: 28px 0;
}
.coupon___list {
  width: calc((345 / 375) * 100%);
  max-width: 345px;
  margin: 28px auto 0;
}
.coupon__item {
  font-weight: 700;
  font-size: 12px;
}
.coupon__item:nth-child(n + 2) {
  margin-top: 28px;
}
.coupon__link {
  color: #333333;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
.coupon__link:hover {
  text-decoration: none;
}
.coupon__figcaption {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  margin: 8px 0 0;
}

/*
========================================
category
========================================
*/
/* SP */
.category {
  background-color: #f1eddd;
  padding: 28px 0;
}
.category__noteBox {
  text-align: center;
  font-size: 12px;
  margin: 28px 16px 0;
}
.category___list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc((345 / 375) * 100%);
  margin: 12px auto 0;
}
.category__item {
  font-weight: 700;
  font-size: 12px;
  width: calc(((358 / 375) * 100%) / 3);
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 24px;
  overflow: hidden;
}
.category__item:nth-of-type(n + 4) {
  border-radius: 30px;
  margin-top: 12px;
}
.category__link {
  color: #333333;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
.category__link:hover {
  text-decoration: none;
}
.category__figcaption {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  margin: 12px 4px;

  height: 28.8px;
}
.category__item:nth-of-type(n + 4) .category__figcaption {
  margin: 8px;
}

/*
========================================
accordion
========================================
*/
/* SP */
.accordion-container {
  position: relative;
  width: 100%;
  outline: 0;
  cursor: pointer;
}
.accordion-container .accordion-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0;
  font-weight: 700;
  cursor: pointer;
}
.accordion-title span {
  position: relative;
}
.accordion-title span::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #E4DFCA;;
  left: -56px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-title span::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #E4DFCA;;
  right: -56px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-content {
  margin: 12px 0 0
}


/*
========================================
payment
========================================
*/
/* SP */
.payment {
  position: relative;
  padding: 40px 14px 60px 18px;
  background-color: #feff89;
}
.payment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/payment_bg_top_sp.png);
  width: 100%;
  height: 31%;
  background-size: contain;
  background-repeat: no-repeat;
}
.payment::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../img/payment_bg_bottom_sp.png);
  width: 100%;
  height: 30%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.payment__area {
  max-width: 550px;
  margin: 45px auto 0;
  padding: 37px 16px 35px;
  background-color: #ffffff;
  line-height: 1.5;
  border-radius: 20px;
}
.payment__itemBox {
  position:relative;
  display: flex;
  justify-content: space-between;
}
.payment__itemBox + .payment__itemBox {
  margin: 35px 0 18px;
  padding-top: 35px;
  border-top: 1px solid #000000;
}
.payment__item {
  width: 48%;
}
.payment__imageTitle {
  width: 95px;
  margin: 0 auto 18px;
}
.payment__text01 {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 22px;
}
.payment__text02 {
  position: relative;
  display: table;
  margin: 0 auto;
  font-size: 14px;
  line-height: 21px;
  z-index: 2;
}

/*
========================================
overview
========================================
*/
/* SP */
.overview {
  padding: 36px 0;
  background-color: #fff;
}
.overview__list {
  margin: 36px calc(16/375 * 100%) 0;
}
  .overview__listItem {
    margin: 24px 0 0;
  }
  .overview__listItemTitle {
    position: relative;
    padding: 0 0 0 24px;
    font-size: 16px;
    font-weight: bold;
  }
  .overview__listItemTitle:before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 16px;
    height: 16px;
    content: "";
    background: #ebebeb;
    border-radius: 100px;
  }
  .overview__listItemText {
    margin: 8px 0 0;
  }
  .overview__id {
    padding: 8px 2em;
    margin: 8px 0 0;
    font-size: 140%;
    font-weight: bold;
    text-align: center;
    background: #f8f8f8;
  }
  .overview__note,
  .overview__note01 {
    position: relative;
    margin: 8px 0 0;
    padding: 0 0 0 16px;
    font-size: 11px;
    color: #999999;
  }
  .overview__note::before {
    position: absolute;
    top: 1px;
    left: 0;
    content: "※";
  }
  .overview__note_01::before {
    position: absolute;
    top: 1px;
    left: 3px;
    content: "-";
  }
  .overview__note_02 {
    position: relative;
    padding: 0 0 0 14px;
    font-size: 11px;
    color: #999999;
  }
  .overview__note_02::before {
    position: absolute;
    top: 1px;
    left: 3px;
    content: "・";
  }

/*
========================================
note
========================================
*/
/* SP */
.note {
  background: #f8f8f8;
  padding: 36px 0;
}
.note__list {
  margin: 36px calc(16/375 * 100%) 0;
}
.note__listItem {
  position: relative;
  padding: 0 0 0 24px;
  margin: 24px 0 0;
}
.note__listItem::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: #aaaaaa;
  border-radius: 100px;
}

.bl_list-child > li {
  position: relative;
  padding: 0 0 0 10px;
  margin: 8px 0;
}
.bl_list-child > li::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 2px;
  content: "";
  background: #aaaaaa;
}
/*
========================================
footer
========================================
*/
/* SP */
.footer {
  padding: 32px 0;
}
.footer__image {
  width: auto;
  height: 29px;
  margin: 0 auto;
}
.footer__copyright {
  color: #999999;
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
}

/* original */
.sell-button {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
}
.rkm-howto {
  background-color: #dbf5da;
}
.rkm-howto__listItem {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 468px;
  height: 90px;
  margin: 28px auto 0;
  background-color: #ffffff;
  border-radius: 8px;
}
.rkm-howto__listItem:first-child {
  margin-top: 0;
}
.rkm-howto__listItem::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  display: block;
  content: "";
  border-top: 11px solid #019444;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  transform: translateX(-50%);
}
.rkm-howto__listItem::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
.rkm-howto__listItem.-item_1::after {
  right: 16px;
  width: 67px;
  height: 48px;
  background-image: url(../img/illust_camera.png);
}
.rkm-howto__listItem.-item_2::after {
  right: 17px;
  width: 44px;
  height: 66px;
  background-image: url(../img/illust_smartPhone.png);
}
@media (min-width: 768px) {
  .rkm-howto__listItem.-item_2::after {
    right: 25px;
  }
}
.rkm-howto__listItem.-item_3::before {
  display: none;
}
.rkm-howto__listItem.-item_3::after {
  right: 19px;
  width: 69px;
  height: 70px;
  background-image: url(../img/illust_cardboard.png);
}
.rkm-howto__order {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: 27px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  color: #ffffff;
  text-align: center;
  background-color: #019444;
  border-radius: 50%;
}
.rkm-howto__text {
  margin-left: 7px;
  font-weight: bold;
}
.rkm-tips {
  background-color: #fff6df;
}
.rkm-tips__imageBox {
  display: inline-block;
}
.rkm-tips__imageBox:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .rkm-tips__container {
    display: flex;
    justify-content: space-between;
  }
  .rkm-tips__imageBox {
    width: calc((100% - 40px) / 2);
  }
}
.rkm-headline__headline.-marker {
  display: inline;
  padding: 0 20px;
  line-height: 1;
}
.rkm-headline__headline.-marker.-howto {
  background: linear-gradient(to bottom, transparent 70%, #aae6ac 0%);
}
.rkm-headline__headline.-marker.-tips {
  background: linear-gradient(to bottom, transparent 70%, #ffe6ab 0%);
}
@media (min-width: 768px) {
  .rkm-headline__headline.-marker {
    font-size: 32px;
}
}
.rkm-column1 {
  padding: 0 16px;
}
.rkm-app {
  width: 100%;
  padding: 32px 38px;
  margin-top: 28px;
  background-color: #ffffff;
  border: 2px solid #333333;
  border-radius: 26px;
}
.tx-app {
  margin: 10px auto 20px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.rkm-app {
  border: none;
  border-radius: 8px;
  box-shadow: 3.716px 3.346px 14.4px 1.6px rgba(0, 0, 0, 0.11);
}

.rkm-app__title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .rkm-app__title {
    font-size: 18px;
  }
}
.rkm-app__container {
  display: flex;
  justify-content: center;
  max-width: 410px;
  margin: 20px auto 0;
}
.rkm-app__container.-pc {
  display: none;
}
@media (min-width: 768px) {
  .rkm-app__container.-pc {
    display: block;
  }
  .rkm-app__container.-sp {
    display: none;
  }
}
.rkm-app__iconBox {
  width: 42%;
  margin-right: 12px;
}
@media (min-width: 768px) {
  .rkm-app__iconBox {
    display: flex;
    justify-content: center;
    width: auto;
    height: 100px;
    margin: 0 auto;
  }
  .rkm-app__iconBox .rkm-app__image {
    height: 100%;
  }
  .rkm-app__image {
    margin: 0;
    width: 100px!important;
  }
}
.rkm-app__image {
  width: 100%;
  object-fit: cover;
}
.rkm-app__linkBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(58% - 12px);
}
.bl_number-list {
  counter-reset: numb;
}
.bl_number-list li {
  position: relative;
  padding: 0 0 0 32px;
}
.bl_number-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "[" counter(numb) "]";
  counter-increment: numb;
}