/* CSS Document */
/*-------------------共通-------------------*/
.wrapCoan {
  margin-bottom: 0;
  background: url("/cms/magazine/a2209/21_202305/img/bg_001.jpg") 50% 0% / 100% auto no-repeat;
  background-attachment: fixed;
  
  }
.wrapCoan img {
  display: block;
  width: 100%;
  height: auto;
}
.wrapCoan h1 {
  margin: 0;
  padding: 0;
}
/*-------------------幅-------------------*/
.coanOrgLayW370Typ01, .coanOrgLayW500Typ01, .coanOrgLayW560Typ01, .coanOrgLayW370Typ02, .coanOrgLayW500Typ02, .coanOrgLayW560Typ02 {
  margin: 0 auto;
}
.coanOrgLayW370Typ02, .coanOrgLayW500Typ02, .coanOrgLayW560Typ02 {
  padding: 0 20px;
}
/*----幅370px 左右に余白を作らない----*/
.coanOrgLayW370Typ01 {
  max-width: 370px;
}
@media screen and (max-width:370px) {
  .coanOrgLayW370Typ01 {
    width: 100%;
    max-width: inherit;
  }
}
/*----幅370px 左右に余白を20px----*/
.coanOrgLayW370Typ02 {
  max-width: 410px;
}
@media screen and (max-width:410px) {
  .coanOrgLayW370Typ02 {
    width: 100%;
    max-width: inherit;
  }
}
/*----幅500px 左右に余白を作らない----*/
.coanOrgLayW500Typ01 {
  max-width: 500px;
}
@media screen and (max-width:500px) {
  .coanOrgLayW500Typ01 {
    width: 100%;
    max-width: inherit;
  }
}
/*----幅500px 左右に余白を20px----*/
.coanOrgLayW500Typ02 {
  max-width: 540px;
}
@media screen and (max-width:540px) {
  .coanOrgLayW500Typ02 {
    width: 100%;
    max-width: inherit;
  }
}
/*----幅560px 左右に余白を作らない----*/
.coanOrgLayW560Typ01 {
  max-width: 560px;
}
@media screen and (max-width:560px) {
  .coanOrgLayW560Typ01 {
    width: 100%;
    max-width: inherit;
  }
}
/*----幅560px 左右に余白を20px----*/
.coanOrgLayW560Typ02 {
  max-width: 600px;
}
@media screen and (max-width:600px) {
  .coanOrgLayW560Typ02 {
    width: 100%;
    max-width: inherit;
  }
}
/*-------------------背景-------------------*/
/*----背景 01----*/
.coanOrgBgTyp01 {
  padding: 40px 0;
  background: #dbbdb1;
}

.coanOrgBgTyp02 {
  padding: 40px 0;
  background: #ebeff2;
}

.coanOrgBgTyp03 {
  background: #FFFFFF;
}

/*-------------------本文-------------------*/
/*----文字色----*/
.wrapCoan {
  color: #000000;
}
/*----テキスト 01----*/
.coanOrgTxtTyp01 {
}


/*-------------------copy-------------------*/
.inBlock_S {
  max-width: 32.5em;
}
@media (max-width: 960px){
  .sp-full {
    width: auto;
    max-width: inherit;
    margin-right: -5.5vw !important;
    margin-left: -5.5vw !important;
    border-radius: 0 !important;
  }
}
@media (max-width: 768px){
  .sp-full {
    width: 100vw;
  }
}

.copy {
  letter-spacing: .08em;
}

/* --------------------
   Header
-------------------- */
.articleHeader {
    margin-bottom: 0;
}
/* --------------------
   .limited
-------------------- */
.limited {
  overflow: hidden;
}


/* --------------------
   .coanOrgcont1
-------------------- */
.coanOrgcont1 .btnBox .buyBtn {
   background: #ff4561;
   border-color: #ff4561;
}
.coanOrgcont1 .btnBox .buyBtn:hover {
   color: #ff4561;
   background-color: #fff;
   border-color: #ff4561;
}
.coanOrgcont1 .cvBox{
  background: #EBEFF2;
  padding-top: 0;
}
.coanOrgcont1 .acc-btn > span {
  color: #ff4561;
}
.coanOrgcont1 .reviewBox ul li {
  background-color: #ffe9e9;
}

/* --------------------
   .coanOrgcont2
-------------------- */
.coanOrgcont2 .btnBox .buyBtn {
   background: #5AC1FF;
   border-color: #5AC1FF;
}
.coanOrgcont2 .btnBox .buyBtn:hover {
   color: #5AC1FF;
   background-color: #fff;
   border-color: #5AC1FF;
}
.coanOrgcont2 .cvBox{
  background: #EBEFF2;
  padding-top: 0;
}
.coanOrgcont2 .acc-btn > span {
  color: #5AC1FF;
}
.coanOrgcont2 .reviewBox ul li {
  background-color: #E9F3FF;
}

/* --------------------
   Accordion
-------------------- */
.acc-btn {
  margin-bottom: 1em;
  text-align: center;
}
.acc-btn > span {
  color: #FF4561;
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-right: 2em;
  position: relative;
}
.acc-btn > span:after {
  display: block;
  content: "";
  width: 0.75em;
  height: 0.75em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-75%) rotate(45deg);
}
.acc-btn.on > span:after {
  transform: translateY(-25%) rotate(-135deg);
}


.cvBox{
  background: #DBBDB1;
  overflow: hidden;
}

.reviewBox {
  padding: .75em 1.25rem .5em;
}
.reviewBox ul {
  margin: 0;
}
.reviewBox ul li {
  background-color: #FFE9E9;
  padding: .75em;
  margin-bottom: 3px;
}
.reviewBox ul li .age {
  display: block;
  font-size: .92em;
}
.reviewBox ul li h4 {
  font-size: 1.5em;
}
.reviewBox ul li p {
  margin-bottom: 0;
  font-size: .75em;
}

/* --------------------
   .card
-------------------- */
.card {
  color: #2d2d2d;
}
.card + .card {
  margin-top: .25em;
}
.card .priceBox .price:not(.discount) .num {
  font-size: 1.875em;
}
.card .card_header .ttl {
   color: #000;
}
.card .card_header .imgBox {
   top: 1em;
}

.card .together {
  color: #c82d2d;
  text-align: center;
  padding: .5em 0 .25em;
}
.card .together span {
  display: inline-block;
  padding: 0 .75em;
  position: relative;
}
.card .together span:before,
.card .together span:after {
  content: '';
  display: inline-block;
  width: 1.5px;
  height: 1.75em;
  background: currentColor;
  position: absolute;
  top: .25em;
}
.card .together span:before {
  transform: rotate(-24deg);
  left: 0;
}
.card .together span:after {
  transform: rotate(24deg);
  right: 0;
}

.card .priceBox .off {
  flex-direction: column;
}
.card .priceBox .off small {
  display: block;
  font-size: .625em;
  letter-spacing: .24em;
  margin-top: .5em;
  padding-left: .24em;
}

.btnBox {
  text-align: center;
}
.btnBox .buyBtn {
   background: #FF4561;
   border-color: #FF4561;
}
.btnBox .buyBtn:hover {
   color: #FF4561;
   background-color: #fff;
   border-color: #FF4561;
}

.only-one {
  margin: 1em 1.5rem;
  padding: .5em 0;
  text-align: center;
  border-top: 1.5px solid #c82d2d;
  border-bottom: 1.5px solid #c82d2d;
  line-height: normal;
  font-weight: 500;
}
.only-one h4 {
  color: #c82d2d;
  font-weight: 500;
  margin-bottom: 0;
}
.only-one small {
  font-size: .83em;
}

.card .subscription {
   color: #00a33d;
   font-weight: 500;
}
/*-------------------上下余白-------------------*/
.coanOrgMt10 {
  margin-top: 10px !important;
}
.coanOrgMt20 {
  margin-top: 20px !important;
}
.coanOrgMt30 {
  margin-top: 30px !important;
}
.coanOrgMt40 {
  margin-top: 40px !important;
}
.coanOrgMt50 {
  margin-top: 50px !important;
}
.coanOrgMt60 {
  margin-top: 60px !important;
}
.coanOrgMt70 {
  margin-top: 70px !important;
}
.coanOrgMt80 {
  margin-top: 80px !important;
}
.coanOrgMt90 {
  margin-top: 90px !important;
}
.coanOrgMt100 {
  margin-top: 100px !important;
}
.coanOrgMt120 {
  margin-top: 120px !important;
}
@media screen and (max-width:768px) {
  .coanOrgMtSp10 {
    margin-top: 10px !important;
  }
  .coanOrgMtSp20 {
    margin-top: 20px !important;
  }
  .coanOrgMtSp30 {
    margin-top: 30px !important;
  }
  .coanOrgMtSp40 {
    margin-top: 40px !important;
  }
  .coanOrgMtSp50 {
    margin-top: 50px !important;
  }
  .coanOrgMtSp60 {
    margin-top: 60px !important;
  }
  .coanOrgMtSp70 {
    margin-top: 70px !important;
  }
  .coanOrgMtSp80 {
    margin-top: 80px !important;
  }
  .coanOrgMtSp90 {
    margin-top: 90px !important;
  }
  .coanOrgMtSp100 {
    margin-top: 100px !important;
  }
}
/*end*/