@charset "UTF-8";
#magazine {
  background: url("/cms/magazine/a2207/30_202305/img/bg_001.jpg") 50% 0% / 100% auto no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}

#coanOrgbg{
  max-width: 563px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
}


.block-container-section {
  padding: 0 !important;
}

.center {
  text-align: center;
}

.articleHeader {
  max-width: 563px;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.btnBox.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.byBtnWrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 10px 20px;
}

.byBtnWrapper dt {
  font-weight: 500;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 0.2em;
}

.byBtnWrapper .buyBtn {
  max-width: 10em;
}

.byBtnWrapper.paleblue dt {
  color: #79b1d7;
}

.byBtnWrapper.yellow dt {
  color: #f0cf54;
}

@media (max-width: 640px) {
  .byBtnWrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin: 0 5px 20px;
  }
  .byBtnWrapper dt {
    font-size: 1rem;
  }
}

#cont1 {
  background: url(/cms/magazine/a2207/30_202305/img/1__img1_bg.png) no-repeat;
  background-size: 100% auto;
  padding: 0 18px 15px;
  max-width: 563px;
  margin-left: auto;
  margin-right: auto;
}

#cont1 .cont1_img1 {
  padding: 0 0 18px 0;
  text-align: center;
}

#cont1 .cont1_img1 img {
  width: auto;
  max-width: 478px;
}

#cont1 .notes {
  text-align: center;
  font-size: 11px;
  margin: 0;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #cont1 .cont1_img1 img {
    width: 70%;
    margin-bottom: 0;
}
}

@media (max-width: 750px) {
  #cont1 .cont1_img1 img {
    width: 60%;
    margin-bottom: 0;
}
}

@media (max-width: 640px) {
  #cont1 {
    background: url(/cms/magazine/a2207/30_202305/img/1__img1_bg.png) no-repeat;
    background-size: 100% auto;
    padding: 15px 0;
  }
  #cont1 .cont1_img1 {
    padding-bottom: 0;
  }
  #cont1 .cont1_img1 img {
    width: 90%;
  }
  #cont1 .byBtnWrapper {
    margin-bottom: 6px;
  }
  #cont1 .btnBox + .notes {
    display: block;
    margin-bottom: 20px;
  }
}






#cont2{
  max-width: 563px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
}

#cont2 .cont2_img2 {
  margin-top: 30px;
  
}

/* タブ */
.tabs_wrapper {
  margin: 20px;
}

.tabs {
  max-width: 496px;
  width: calc(100vw - 40px);
  margin: auto;
}

.tabs input[name^="tab_item"] {
  display: none;
}

.tab_item {
  background-color: #908d80;
  line-height: 1em;
  font-size: clamp(22px, 2vw, 30px);
  text-align: center;
  color: #565656;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: table;
  float: left;
  height: 5em;
  width: 50%;
}

.tab_item .label {
  font-weight: 500;
  display: table-cell;
  vertical-align: middle;
}

.tab_item .multiply {
  font-weight: normal;
}

.tab_item .narrow {
  letter-spacing: -0.1em;
}

.tab_item .small {
  font-size: 90%;
}

.tab_item:hover {
  opacity: 0.75;
  cursor: pointer;
}

.tab_content {
  display: none;
  padding: 0 2%;
  clear: both;
}

.tab_content .card {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.tab_content .card .txtBox {
  margin-top: 0;
}

.tab_content .card .card_header {
  padding: 0;
}

[id^="tab_bb"] + .tab_item {
  color: #9fb0b9;
  background-color: #8097a1;
}

[id^="tab_bb"] + .tab_item .multiply {
  color: #58717d;
}

[id^="tab_bb"]:checked + .tab_item {
  background-color: #3480a8;
  color: #fff;
}

[id^="tab_bb"]:checked + .tab_item .multiply {
  color: #215a7d;
}

[id^="tab_moist"] + .tab_item {
  color: #80805a;
  background-color: #908d80;
}

[id^="tab_moist"] + .tab_item .multiply {
  color: #746f4e;
}

[id^="tab_moist"]:checked + .tab_item {
  background-color: #f4d354;
  color: #c78600;
}

[id^="tab_moist"]:checked + .tab_item .multiply {
  color: #c6a634;
}

[id^="tab_bb"]:checked ~ .tab_content.item_bb,
[id^="tab_moist"]:checked ~ .tab_content.item_moist {
  display: block;
}

.tab_content.item_bb {
  border-top: 5px #3480a8 solid;
}

.tab_content.item_moist {
  border-top: 5px #f4d354 solid;
}

.review {
  margin-top: 1rem;
  width: 100%;
}

.review_title {
  font-family: "Sulphur Point", Arial, Sans-serif;
  font-size: 1.6rem;
  margin-bottom: 0.2em;
}

.review_rating {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review_rating_text {
  margin-right: 1em;
  font-size: 1.3rem;
}

.review_rating_age {
  font-size: 1.7rem;
}

.review_rating_stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 28px;
}

.star-rating {
  position: relative;
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  margin-right: 0.5em;
}

.star-rating::before, .star-rating::after {
  content: "★★★★★";
  color: #a7a8a8;
  line-height: 1;
}

.star-rating::after {
  color: #f4d354;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.star-rating[data-rate="0"]::after {
  width: 2px;
}

.star-rating[data-rate="0.5"]::after {
  width: 16px;
}

.star-rating[data-rate="1"]::after {
  width: 30px;
}

.star-rating[data-rate="1.5"]::after {
  width: 44px;
}

.star-rating[data-rate="2"]::after {
  width: 58px;
}

.star-rating[data-rate="2.5"]::after {
  width: 72px;
}

.star-rating[data-rate="3"]::after {
  width: 86px;
}

.star-rating[data-rate="3.5"]::after {
  width: 100px;
}

.star-rating[data-rate="4"]::after {
  width: 114px;
}

.star-rating[data-rate="4.5"]::after {
  width: 128px;
}

.star-rating[data-rate="5"]::after {
  width: 142px;
}

.item_bb {
  background-color: #d6eaf5;
}

.item_bb .review_title {
  color: #3480a8;
}

.item_bb .star-rating::after {
  color: #0080a0;
}

.item_moist {
  background-color: #edebd6;
}

.item_moist .review_title {
  color: #c78600;
}

.voc_list {
  padding-bottom: 3rem;
}

.voc {
  margin: 0rem 1rem 2rem;
}

.voc_header {
  border-bottom: 1px #222222 solid;
}

.voc_header.review_rating {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.voc_item {
  text-align: left;
}

.voc_item dt {
  margin: 0.2em 0;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
}

.voc_item dd {
  font-size: clamp(12px, 3vw, 18px);
}

.block {
  display: block;
  margin: 0 auto;
}

.slick-next {
  right: -35px;
}

.slick-prev {
  left: -35px;
}

#cont3 {
  max-width: 563px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  margin-top: 4rem;
}

#cont4 .tabs_wrapper {
  margin-top: -160px;
  position: relative;
  z-index: 1;
}

.tabs2 .tab_item {
  position: relative;
  padding: 0 50px 0 0.5em;
  text-align: left;
  font-size: clamp(1rem, 2vw, 1.6rem);
  height: 90px;
  line-height: 1.4;
}

.tabs2 .tab_item img {
  position: absolute;
  width: 50px;
  height: auto;
  right: 10px;
  top: -25px;
}

@media (max-width: 480px) {
  .tabs2 .tab_item {
    height: 80px;
  }
  .tabs2 .tab_item img {
    width: 40px;
  }
}

.tabs2 [id^="tab_bb"]:not(:checked) + .tab_item {
  color: #488085;
}

.tabs2 [id^="tab_moist"]:not(:checked) + .tab_item {
  color: #80805a;
}

.tabs2 [id^="tab_moist"]:checked + .tab_item {
  color: #fff;
}

.tabs2 .card {
  margin-top: 1rem !important;
}

#cont5 {
  margin-top: 4em;
  width: 100%;
}

#cont5 .inBlock_XS {
  padding: 0 2vw;
}

#magazine #cont51,
#magazine #cont52 {
  max-width: 563px;
  margin-left: auto;
  margin-right: auto;
}

#magazine #cont51 .card,
#magazine #cont52 .card {
  background: url(/cms/magazine/a2207/30_202305/img/5__img3_1_bg.jpg) no-repeat center top/100% auto;
  margin: 0;
  max-width: inherit;
  padding-left: 2%;
  padding-right: 2%;
  overflow: auto;
}

#magazine #cont51 .review,
#magazine #cont52 .review {
  margin-top: 0;
  padding-top: 1rem;
  padding: 0 2% 2%;
}

#magazine #cont51 .cont5_bottom,
#magazine #cont52 .cont5_bottom {
  padding: 20px;
  background: url(/cms/magazine/a2207/30_202305/img/5__img3_3_bg.jpg) no-repeat center top/100% auto;
}

#magazine #cont51 .cont5_bottom .voc_list,
#magazine #cont52 .cont5_bottom .voc_list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  padding: 0 1rem;
}

#magazine #cont51 .cont5_bottom .slick-list,
#magazine #cont52 .cont5_bottom .slick-list {
  max-width: calc(100vw - 80px);
}

#magazine #cont51 .cont5_bottom .voc_item,
#magazine #cont52 .cont5_bottom .voc_item {
  width: inherit;
  max-width: inherit;
}

#magazine #cont51 .cont5_bottom .voc,
#magazine #cont52 .cont5_bottom .voc {
  margin-top: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 1rem 0;
}

#magazine #cont51 .cont5_bottom .card,
#magazine #cont52 .cont5_bottom .card {
  padding-top: 0;
  background: none #d6eaf5;
}

#magazine #cont51 .cont5_bottom .review,
#magazine #cont52 .cont5_bottom .review {
  margin-top: 1.5rem;
}

#magazine #cont51 .cont5_bottom .slick-prev,
#magazine #cont52 .cont5_bottom .slick-prev {
  left: -40px;
}

#magazine #cont51 .cont5_bottom .slick-next,
#magazine #cont52 .cont5_bottom .slick-next {
  right: -40px;
}

#magazine #cont52 .card {
  background: url(/cms/magazine/a2207/30_202305/img/5__img4_1_bg.jpg) no-repeat center top/100% auto;
}

#magazine #cont52 .cont5_bottom .card {
  background-color: #edebd6;
}

#magazine #cont52 .cont5_bottom {
  background: url(/cms/magazine/a2207/30_202305/img/5__img4_3_bg.jpg) no-repeat center top/100% auto;
  padding-bottom: 0;
}

.choice_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.choice_btns li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin: 3rem 10px;
}

#cont7 .tabs_wrapper {
  margin-top: 3em;
  margin-bottom: 5em;
}

#magazine .tabs3 {
  margin-top: 4rem;
}

#magazine .tabs3 .tab_item {
  height: inherit;
  width: 46%;
  margin: 0 2%;
  border: 2px #ffb452 solid;
  border-bottom: none;
  margin-bottom: -3px;
}

#magazine .tabs3 [id^="tab_loose"] + .tab_item {
  background: url(/cms/magazine/a2207/30_202305/img/6_tab1_off.png) no-repeat left top/100% auto;
}

#magazine .tabs3 [id^="tab_foundation"] + .tab_item {
  background: url(/cms/magazine/a2207/30_202305/img/6_tab2_off.png) no-repeat left top/100% auto;
  border-color: #3b98b3;
}

#magazine .tabs3 [id^="tab_foundation"]:not(:checked) + .tab_item img,
#magazine .tabs3 [id^="tab_loose"]:not(:checked) + .tab_item img {
  visibility: hidden;
}

#magazine .tabs3 [id^="tab_loose"]:checked ~ .tab_content.item_loose,
#magazine .tabs3 [id^="tab_foundation"]:checked ~ .tab_content.item_foundation {
  display: block;
}

#magazine .tabs3 .tab_content {
  padding: 0;
  margin-top: -2px;
}

#magazine .tabs3 .tab_content .tab3_item {
  margin-bottom: 20px;
}

#magazine .tabs3 .card {
  margin: 20px !important;
  padding-top: 1rem !important;
}

#magazine .tabs3 .card .priceBox {
  margin-top: 1rem;
}

#magazine .tabs3 .item_loose {
  border: 2px #ffb452 solid;
}

#magazine .tabs3 .item_loose .card {
  background-color: #fff6e3;
}

#magazine .tabs3 .item_foundation {
  border: 2px #3b98b3 solid;
}

#magazine .tabs3 .item_foundation .card {
  background-color: #d4dbdf;
}

.inBlock_text {
  text-align: left;
  color: #5a5a5a;
  font-size: 1.1em;
}

.inBlock_XXS {
  max-width: 497px;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.notes {
  font-size: 0.9em;
  text-align: left;
  margin: 1em 0;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

/* --------------------
   .card
-------------------- */
#magazine > section {
  text-align: center;
}

#magazine .card {
  background: transparent;
  max-width: 496px;
  margin-top: 35px;
  padding: 5% 0.5%;
}

#magazine .card .txtBox {
  text-align: left;
}

#magazine .card .imgBox {
  width: 35%;
}

#magazine .card .imgBox img {
  width: 130px;
}

#magazine .card .specialPrice {
  color: #c82d2d;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  padding: 0.25em 0;
  margin: 0.75em 1.5rem 0.5em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}

#magazine .card .specialPrice em {
  display: block;
  color: #2d2d2d;
  font-size: 0.625em;
  font-style: normal;
  font-weight: 500;
  padding: 0.25em 0;
}

#magazine .price .num {
  font-size: 1.875em;
}

#magazine .off {
  border-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#magazine .off em {
  font-weight: 500;
  display: block;
  margin-top: 0.25em;
  font-size: 0.575em;
}

#magazine .card .subscription,
#magazine .cvBox .subscription {
  text-align: center;
  line-height: 1;
  margin: 0.75em 1.25rem;
  color: #00a33d;
  font-weight: 500;
}

.buyBtn.paleblue {
  background: #79b1d7;
  border-color: #79b1d7;
}

.buyBtn.paleblue:hover {
  background: #fff;
  color: #79b1d7;
}

.buyBtn.blue {
  background: #3480a8;
  border-color: #3480a8;
}

.buyBtn.blue:hover {
  background: #fff;
  color: #3480a8;
}

.buyBtn.blue.white {
  background: #fff;
  color: #3480a8;
  border-color: #fff;
}

.buyBtn.yellow {
  background: #f0cf54;
  border-color: #f0cf54;
}

.buyBtn.yellow:hover, .buyBtn.yellow.white {
  background: #fff;
  color: #f0cf54;
}

.buyBtn.yellow.white {
  background: #fff;
  color: #d08800;
  border-color: #fff;
}

.buyBtn.mustard {
  background: #dbba54;
  border-color: #dbba54;
}

.buyBtn.mustard:hover, .buyBtn.mustard.white {
  background: #fff;
  color: #dbba54;
}

.buyBtn.mustard.white {
  background: #fff;
  color: #dbba54;
  border-color: #fff;
}

.fs_small {
  font-size: 12px;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

.mb4 {
  margin-bottom: 4em;
}

.mb05 {
  margin-bottom: 0.5em;
}

.mt1 {
  margin-top: 1em;

}

.mt2 {
  margin-top: 2em;
}

.mt3 {
  margin-top: 2em;
  
}

.mt05 {
  margin-top: 0.5em;
}
/*# sourceMappingURL=style.css.map */