@charset "utf-8";

.justify-content-between {justify-content: space-between !important;}
.flex-wrap {flex-wrap: wrap !important;}
.d-flex {display: flex !important;}
.float-right {float: right !important;}
.float-left {float: left !important;}
.align-items-start {align-items: flex-start !important;}
.align-items-center {align-items: center !important;}
.align-self-start {align-self: flex-start !important;}
.flex-row-reverse {flex-direction: row-reverse !important;}

.wrap.pickup_babystartcare p {
    font-size: 16px;
    margin: 0 0 10.5px;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10.5px;
}

a:hover {
    opacity: 0.7;
    text-decoration: underline;
    color: #FFF;
}

.wrap.pickup_babystartcare #sk_why,
.wrap.pickup_babystartcare #recommend_anchor,
.wrap.pickup_babystartcare #howToUse ,
.wrap.pickup_babystartcare #cta_set_anchor {  /* アンカーリンク先調整 */
    display: block;
    padding-top: 70px;
    margin-top: -70px;
    margin-bottom: 0;
}

.wrap.pickup_babystartcare {
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #59483e;
    -webkit-font-smoothing: initial;
}

.sk_link {
    margin-bottom: 3em;
}

.pickup_babystartcare .sk_link ul {
    list-style: none;
    padding: 0;
}

.sk_link li {
    width: 32%;
    margin-bottom: 1.5em;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

.sk_link li a {
    background: #fff;
    color: #28A032;
    display: block;
    padding: 20px 20px 30px;
    border: 2px solid #28A032;
    border-radius: 10px;
    text-align: center;
    position: relative;
    box-shadow: 3px 3px rgba(0,0,0,0.1);
}

.pc_only {
    display: block;
}

.sk_link li a::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #28A032;
    border-right: solid 2px #28A032;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -5px;
}

.cta_head {
    border: 2px solid #FFA088;
    border-radius: 10px;
    box-shadow: 3px 3px rgba(0,0,0,0.1);
    margin: 0 20px;
}

.cta_head p.ttl {
    background: #FFA088;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0.5em;
    border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}

.cta_head .cta_head_inner {
    padding: 1.5em 1em 1.5em 2em;
    height: 160px;
}

figure {
    margin: 0;
}

.cta_head .cta_head_inner figure {
    width: 14%;
}

.wrap.pickup_babystartcare img {
    width: 100%;
}

.cta_head .cta_head_inner figcaption {
    width: 83%;
    text-align: center;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.stand_pink {
    background-image: url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/img_stand_pink_L.png) , url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/img_stand_pink_R.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left, right;
    background-size: contain, contain;
    padding: 0.2em 0 0;
}

.txt_pink {
    color: #FFA088;
    font-weight: bold;
}

.cta_head .cta_head_inner .stand_pink {
    font-size: 20px;
    font-weight: bold;
    background-position: left 6em top 0, right 6em top 0;
    text-align: center;
}

.cta_head .cta_head_inner .stand_pink + p {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.txt_marker {
    background: linear-gradient(transparent 70%, #fff799 70%);
    line-height: 1;
}

.txt_marker02 {
    background: linear-gradient(transparent 70%, #fff799 70%);
    line-height: 1;
}

.cta_head .cta_head_inner figcaption p.txt_marker {
    font-size: 24px;
    width: 11em;
    line-height: 1;
    font-weight: bold;
}

.cta_head .cta_head_inner figcaption p.txt_marker02 {
    font-size: 24px;
	width: 9em;
	line-height: 1;
	font-weight: bold;
    margin: 0 1em;
}

.cta_head .cta_head_inner figcaption p.txt_marker .price {
    font-size: 40px;
}

.cta_head .cta_head_inner figcaption p.txt_marker02 .price {
    font-size: 40px;
}

.tax {
    font-size: 14px;
    font-weight: normal;
}

.cta_head .cta_head_inner figcaption p.tax02 {
	font-weight: normal;
    text-align: right;
    margin: 0 2em;
}

a.btn_01 {
    background: -moz-linear-gradient(top, #f28b40, #ef6f11);
    background: -webkit-linear-gradient(top, #f28b40, #ef6f11);
    background: linear-gradient(to bottom, #f28b40, #ef6f11);
    border-radius: 30px;
    box-shadow: 0 3px rgba(210,90,1,1);
    padding: 0.7em;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    width: 100%;
    display: block;
    position: relative;
}

.cta_head .cta_head_inner .btn_01 {
    width: 232px;
}

a.btn_01::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -7px;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/* 3つの理由 */
.wrap.pickup_babystartcare #sk_why img {
    margin: 0;
}

#sk_why {
    margin-bottom: 3em;
}

.txt_hide {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

#sk_why .reason {
    background: url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/bg_01.gif) repeat;
    padding: 30px;
}

#sk_why .reason h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
}

#sk_why .reason h3 + p {
    margin-bottom: 2em;
}

.stand_dot {
    background-image: url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/img_stand_dot_L.png) , url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/img_stand_dot_R.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left, right;
    background-size: contain, contain;
    padding: 0.2em 0 0;
}

#sk_why .reason h3 .stand_dot {
    font-size: 22px;
    margin-bottom: 1em;
    line-height: 2.5;
    padding: 0.3em 1.5em 0;
}

.txt_green {
    color: #28a032;
    font-weight: bold;
}

#sk_why .reason h3 strong {
    font-size: 40px;
}

#sk_why .reason h3 strong b {
    color: #e1ac42;
}

#sk_why .reason h3 strong b span {
    font-size: 56px;
}

#sk_why .reason h3 strong span {
    font-size: 32px;
}

#sk_why .reason .reason_list li {
    margin-bottom: 3em;
}

#sk_why .reason .reason_list li:last-child {
    margin-bottom: 0;
}

#sk_why .reason .reason_list h4 { /* reason1 */
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #28A032 url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/img_reason_1.jpg) no-repeat left;
    background-size: contain;
    padding: 0.7em 1em 0.7em 5.8em;
    margin-bottom: 2em;
}

#sk_why .reason .reason_1 figure {
    width: 53%;
}

#sk_why .reason .reason_1 figcaption {
    width: 43%;
}

#sk_why .reason .reason_list .reason_2 h4 { /* reason2 */
    background: #28A032 url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/img_reason_2.jpg) no-repeat left;
}

#sk_why .reason .reason_2 .flow_kanso {
    position: relative;
    z-index: 1;
}

#sk_why .reason .reason_2 .flow_kanso::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    display: inline-block;
    width: 70%;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #d1c0a5;
}

#sk_why .reason .reason_2 .flow_kanso li {
    width: 27%;
    margin-right: 30px;
    margin-bottom: 0;
    padding: 0 10px;
    position: relative;
    z-index: 2;
}

#sk_why .reason .reason_2 .flow_kanso li:last-child {
    margin-right: 0;
}

#sk_why .reason .reason_2 .flow_kanso li p.num {
    font-size: 18px;
    color: #fff;
    background-color: #d1c0a5;
    padding: 0;
    margin: 0;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

#sk_why .reason .reason_2 .flow_kanso li figure {
    text-align: center;
    margin-bottom: 1em;
    padding-top: 30px;
}

#sk_why .reason .reason_2 .flow_kanso li figure img {
    max-height: 130px;
    width: auto;
    margin: 0 auto;
}

#sk_why .reason .reason_list .reason_3 h4 { /* reason3 */
    background: #28A032 url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/img_reason_3.jpg) no-repeat left;
}

#sk_why .reason .reason_3 figure {
    width: 56%;
}

#sk_why .reason .reason_3 figcaption {
    width: 40%;
}
/* end 3つの理由 */
/* いろんな肌トラブル */
#sk_why .trouble {
    background: url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/bg_trouble.jpg) no-repeat center;
    background-size: cover;
    padding: 3em 1em 1em;
}

#sk_why .trouble p:first-child {
    font-size: 22px;
    font-weight: bold;
}

#sk_why .trouble p:first-child strong {
    font-size: 36px;
    color: #A0555A;
}

#sk_why .trouble .trouble_list li {
    width: 18%;
    margin: 0 auto;
}

#sk_why .trouble .trouble_list li:last-child {
    margin-right: 0;
}

#sk_why .trouble .trouble_list li img {
    margin-bottom: 0.5em;
}

#sk_why .trouble .trouble_list li p {
    font-size: 18px;
    color: #A0555A;
    font-weight: bold;
    text-align: center;
}

#sk_why .bihada {
    background: url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/bg_bihada.jpg) no-repeat center;
    background-size: cover;
    padding: 3em 1em 1em;
}

#sk_why .bihada p:first-child {
    font-size: 18px;
    margin-bottom: 2em;
    text-align: center;
}

#sk_why .bihada p:nth-child(2) {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

#sk_why .bihada p:first-child b {
    font-size: 28px;
}

#sk_why .bihada p:nth-child(2) b {
    font-size: 40px;
}
/* end いろんな肌トラブル */

/* ALOBABY おススメ */
#recommend {
    margin: 0 20px 0 20px;
}

#recommend p.ttl {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 0.5em;
}
#recommend p.ttl img {
	display: inline;
    width: 7em;
	margin: 0 0.3em 0 0;
}
#recommend p.ttl + p {
    font-size: 28px;
    width: 15em;
    margin: 0 auto;
}
.stand_green {
    background-image: url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/img_stand_green_L.png) , url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/img_stand_green_R.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left, right;
    background-size: contain, contain;
    padding: 0.2em 0 0;
}
.cta_01 {
    width: 99%;
    border: 2px solid #FFA088;
    border-radius: 10px;
    box-shadow: 3px 3px rgba(0,0,0,0.1);
    margin-bottom: 4em;
}
.cta_01 .ttl_cta_01 {
    background: #FFA088;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0.8em;
    border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	justify-content: center;
    align-items: center;
}
.cta_01_inner {
    padding: 1.5em 1.5em 2em 2.5em;
}
.cta_01 .ttl_cta_01 p.sub_ttl {
    border: 1px solid #fff;
    padding: 0.2em 0.5em;
    margin: 0 1em 0 0;
    font-size: 16px;
    font-weight: normal;
}
.cta_01 .ttl_cta_01 p {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
.cta_01_inner figure {
    width: 19%;
}
.cta_01_inner figcaption {
    width: 76%;
}
.sp_only {
    display: none;
}
.cta_01_inner figcaption p:first-child {
    font-size: 14px;
    background: #f0f0f0;
    padding: 1em;
    width: 53%;
    margin-bottom: 0.5em;
    text-align: left;
}
.cta_01_inner figcaption p:nth-child(2) {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.5em;
    position: relative;
}
.cta_01_inner figcaption a {
	width: 100%;
	margin: 20px auto 0;
}
.cta_01_inner figcaption a img {
	margin: 0;
}
form.cta_btn_box {
    width: 100%;
    margin: 0 auto;
}
.cta_01_inner figcaption p:nth-child(2) b {
    font-size: 22px;
}
.tax {
    font-size: 14px;
    font-weight: normal;
}
.cta_head .cta_head_inner figcaption p.tax02 {
	font-weight: normal;
    text-align: right;
    margin: 0 2em;
}
.cta_01_inner figcaption p:nth-child(2) img {
    width: 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,60%);
	margin: 0;
}
.txt_nega {
    background-image: linear-gradient(#F00000, #F00000);
    background-position: 0 50%;
    background-size: 100% 2px;
    background-repeat: repeat-x;
    text-decoration: none;
}
/* end ALOBABY おススメ */
/* item_list_box area */
#recommend .item_list_box { 
	margin-bottom: 3em;
}
#recommend .item_list {
    width: 47%;
    text-align: center;
    padding: 0 10px;
}
#recommend .item_list.milk-lotion {
    border-right: 1px solid #ccc;
    padding-left: 10px;
    justify-content: center;
    align-items: center;
}
#recommend .item_list.baby-soap {
    padding-right: 10px;
    justify-content: center;
    align-items: center;
}
#recommend .item_list.milk-lotion .ttl img {
    width: 32%;
    margin: 0 auto 1.5em auto;
	
}
#recommend .item_list.baby-soap .ttl img {
    width: 27%;
    margin: 0 auto 0.8em auto;
}
#recommend .item_list .ttl p:nth-child(2) {
    font-size: 24px;
    font-weight: bold;
    color: #28A032;
	text-align: center;
}
#recommend .item_list img.item_thumb {
    width: 80%;
    margin-bottom: 1em;
}
meta_item {
	width: 100%;
}
#recommend .item_list .meta_item ul {
    text-align: left;
    background: #f5f5f5;
    padding: 1em;
    font-size: 14px;
    margin-bottom: 0;
}
#recommend .item_list .meta_item ul li {
    background: url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/icn_checkbox.png) no-repeat left top;
    background-size: 1.5em;
    padding-left: 2em;
    margin-bottom: 1em;
}
/* end item_list_box area */
/* award area */
#recommend .award { 
    background: url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/bg_award.jpg) no-repeat;
	background-size: contain;
    width: auto;
    padding: 0.8em 2em 1em;
}
#recommend .award p.sub-ttl {
    font-size: 20px;
    font-weight: bold;
    text-indent: 2em;
    margin-bottom: 0;
}
#recommend .award p.ttl {
    font-size: 28px;
}
#recommend .award p.sub-ttl b {
    font-size: 26px;
}
#recommend .award p.sub-ttl::after {
    content: "";
    background: url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/bg_award_ttl.png) no-repeat right;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 2em;
    height: 2em;
    margin: 0 0 10px 10px;
}
#recommend .award .award_list li {
    width: 30%;
    text-align: center;
}
#recommend .award .award_list li img {
    width: 80%;
    margin: 0 auto 1em auto;
}
#recommend .award .award_list li p {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
}

#recommend .component { /* component area */
    background: #f9f7f3;
    padding: 3em 2em 2em 0;
}
#recommend .component p.ttl {
    font-size: 32px;
    margin-bottom: 0;
}
#recommend .component figure {
    width: 55%;
}
#recommend .component figure img {
	margin: 0;
}
#recommend .component figcaption {
    width: 45%;
}
#recommend .component figcaption p {
    line-height: 1.9;
}
/* end award area */
/* faq area */
#recommend .faq { 
    margin-bottom: 4em;
}
#recommend .faq img {
    margin: 0;
}
#recommend .faq .question {
    padding: 2em 2em 3em;
}
#recommend .faq .question figure {
    width: 30%;
}
#recommend .faq .question figcaption {
    width: 60%;
    padding: 2em 2em 2em 4em;
    background: url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/img_skincare_set_13.jpg) no-repeat center center;
    background-size: contain;
    text-align: center;
}
#recommend .faq .question figcaption p {
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
}
#recommend .faq .question figcaption p b {
    font-size: 24px;
    color: #a4937f;
}
#recommend .faq .answer {
    background-image: url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/bg_answer_01.png) , url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/bg_answer_02.jpg);
    background-repeat: no-repeat, repeat;
    background-size: contain,auto;
    background-position: top,left;
    padding: 3em 2em 2em;
}
#recommend .faq .answer figure {
    width: 30%;
}
#recommend .faq .answer figcaption {
    width: 70%;
}
#recommend .faq .answer figcaption p {
    font-size: 18px;
	text-align: left;
}
#recommend .faq .answer figcaption p strong {
    font-size: 24px;
}
/* end faq area */
/* about_soap area */
#recommend .about_soap p.ttl {
    background: url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/bg_ttl_underline.png) no-repeat center bottom;
    background-size: contain;
    width: 13em;
    padding-bottom: 0.7em;
    margin: 0 auto 2em;
    font-size: 28px;
}
#recommend .about_soap_point {
    padding: 0 20px 1em 20px;
}
#recommend .about_soap figure {
    width: 48%;
    text-align: center;
}
#recommend .about_soap figcaption {
    width: 49%;
}
#recommend .about_soap figcaption p {
	text-align: left;
}
#recommend .about_soap figcaption p:first-child {
    font-size: 28px;
    font-weight: bold;
}
#recommend .about_soap_point.point_2 {
    margin-bottom: 4em;
}
#recommend .about_soap_point.point_2 figure img {
	width: 80%;
    margin: 0 auto;
}
/* end about_soap area */
/* cta_lead area */
#recommend .cta_lead p:first-child {
    font-size: 32px;
    margin-bottom: 1.5em;
}
#recommend .cta_lead p:first-child b {
    font-size: 42px;
    -webkit-text-emphasis: filled dot #FFA088;
    text-emphasis: filled dot #FFA088;
}
#recommend .cta_lead p.stand_dot {
    width: 8em;
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto;
}
#recommend .cta_lead p:last-child {
    font-size: 36px;
    margin-bottom: 2em;
}
#recommend .cta_lead .txt_marker {
    background: linear-gradient(transparent 70%, #fff799 70%);
    line-height: 1.6;
}
#recommend .cta_lead .txt_marker02 {
    background: linear-gradient(transparent 70%, #fff799 70%);
    line-height: 1.6;
}
/* end cta_lead area */
/* cta_02 area */
#recommend .cta_02 {
    background: url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/bg_02.jpg) repeat;
    padding: 0 5%;
    margin-top: 3em;
}
#recommend .cta_02 .cta_02_inner {
    background: #fff;
    padding: 2em;
    transform: translateY(-20%);
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
	justify-content: center;
    align-items: center;
}
#recommend .cta_02 .cta_02_inner figure {
    width: 15%;
    margin-right: 2em;
}
#recommend .cta_02 .cta_02_inner figure img {
	margin: 0;
}
#recommend .cta_02 .cta_02_inner figcaption {
    width: 75%;
    padding-top: 1em;
}
#recommend .cta_02 .cta_02_inner figcaption img {
	margin: 0;
}
#recommend .cta_02 .cta_02_inner figcaption p.txt_pink {
    font-size: 22px;
    font-weight: bold;
}
/* end cta_02 area */
/* howToUse area */
#howToUse p.ttl {
    text-align: center;
    background: url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/bg_ttl_howtouse.png) no-repeat center center;
    background-size: contain;
    padding: 0.4em 0;
    transform: translateY(50%);
    font-size: 36px;
    font-weight: bold;
    color: #cfa972;
}
#howToUse .howToUse_inner {
    background: #fafafa;
    border-bottom: 2px solid #cfa972;
    padding: 13em 3em 3em;
}
#howToUse .howToUse_inner .point {
    position: relative;
}
#howToUse .howToUse_inner .point_soap {
    margin-bottom: 10em;
}
#howToUse .howToUse_inner .point li {
    width: 47%;
}
#howToUse .howToUse_inner .point li:nth-child(2) {
    padding-top: 200px;
}
#howToUse .howToUse_inner .point .ttl_bg {
    background: #cfa972;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0,-70%);
	justify-content: center;
    align-items: center;
}
#howToUse .howToUse_inner .point li h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 1.6;
}
#howToUse .howToUse_inner .point li img.point_thumb {
    margin-bottom: 1.5em;
}
#howToUse .howToUse_inner .point li p {
    text-align: left;
}
#howToUse .howToUse_inner .point .point_soap_01 img.arrow {
    width: 30%;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(15%,150%);
}
#howToUse .howToUse_inner .point_soap .thumb_column {
    width: 47%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-40%);
}
#howToUse .howToUse_inner .point li:first-child {
    position: relative;
}
#howToUse .howToUse_inner .point .point_lotion_01 .ttl_bg {
    transform: translate(-40%,-70%);
}
#howToUse .howToUse_inner .point .point_lotion_01 img.arrow {
    width: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-30%,150%);
}
howToUse .howToUse_inner .point_lotion .thumb_column {
    width: 42%;
    position: absolute;
    top: 0;
    left: 1em;
    transform: translateY(-55%);
}
#howToUse .point_video p.ttl_video {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #cfa972;
    width: 11em;
    margin: 0 auto 1em;
    border-bottom: 2px solid #cfa972;
    padding-bottom: 0.5em;
}
#howToUse .point_video .video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
#howToUse .howToUse_inner .point_lotion .thumb_column {
    width: 42%;
    position: absolute;
    top: 0;
    left: 1em;
    transform: translateY(-55%);
}
/* end howToUse area */
/* teiki area */
#teiki .flow_teiki .ttl {
	margin: 0 10px 0 20px;
}
#teiki .flow_teiki .ttl figure {
    width: 19%;
}
#teiki .flow_teiki .ttl figcaption {
    width: 79%;
}
#teiki .flow_teiki .ttl figcaption p:first-child {
    font-size: 18px;
    margin-bottom: 0.3em;
}
#teiki .flow_teiki .ttl figcaption p:nth-child(2) {
    font-size: 26px;
    font-weight: bold;
}
#teiki .flow_teiki img.sectiontitle {
	margin: 0 5px;
}
#teiki .flow_teiki img.benefits {
	width: 95%;
    margin: 0 auto;
}
/* end teiki area */
/* cta_set area */
#cta_set {
    padding-top: 9em;
}
#cta_set .cta_03 {
    border: 4px solid #FFA088;
    outline: solid 2px #FFA088;
    outline-offset: -10px;
    border-radius: 10px;
    margin: 0px 20px 1em;
    padding: 8em 2em 3em;
    position: relative;
}
#cta_set .cta_03 img.thumb {
    width: 24%;
    margin: 0 auto;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%,-50%);
}
#cta_set .cta_03 p.txt_pink {
    font-size: 28px;
    font-weight: bold;
    border-bottom: 1px dotted #FFA088;
    margin-bottom: 1em;
}
#cta_set .cta_03 .cta_content_01 {
    width: 48%;
}
#cta_set .cta_03 .cta_content_02 {
    height: 192px;
    margin-bottom: 30px;
    width: 50%;
}

#cta_set .cta_03 .cta_content_02 .cta_voice_wrap {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fcf5f0;
}

#cta_set .cta_03 .cta_content_02 .cta_voice_wrap .voice_title {
    padding: 10px 15px;
}

#cta_set .cta_03 .cta_content_02 .cta_voice_wrap .voice_title img {
    margin-bottom: 0;
}

#cta_set .cta_03 .cta_content_02 .cta_voice_wrap p.voice {
    font-size: 14px;
    padding: 0px 15px;
    text-align: left;
}
#cta_set .cta_03 .cta_content_01 p::after {
    content: '';
    display: block;
    width: 18em;
    height: 2em;
    background-image: url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/bg_ttl_cta_content_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin: -0.5em auto;
}
#cta_set .cta_03 img.cta_btn_02 {
	width: 77%;
    margin: 0 auto;
}
#cta_set .cta_03 + small {
	display: block;
    margin: 0 20px 1em;
    font-size: 83%;
}
/* end cta_set area */
/* review area */
.review.gold {
	margin: 0 20px 3em;
}
.review.gold p.stand_green {
    background-color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 15em;
    margin: 0 auto;
    transform: translateY(1em);
}
.review.gold ul {
    border: 2px solid #28A032;
    border-radius: 10px;
    padding: 2em;
}
.review.gold ul li {
    width: 32%;
    align-content: space-between;
}
.review.gold ul li p {
    background: #fffbc8;
    padding: 1em;
    font-size: 14px;
    min-height: 10em;
    margin-bottom: 2em;
    border-radius: 10px;
    position: relative;
}
.review.gold ul li p::after {
    content: '';
    display: block;
    width: 2em;
    height: 2em;
    background-image: url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/arrow_03.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,90%);
}
.review.gold ul li img {
    width: auto;
    max-height: 7em;
    margin: 0 auto;
}
/* end review area */
/* cta_single area */
.cta_single li.item_single {
    width: 49%;
}
.cta_single p.ttl {
    font-size: 18px;
    font-weight: bold;
}
.cta_single .milk-lotion p.ttl::after {
    content: '';
    display: block;
    width: 2em;
    height: 2em;
    background-image: url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/arrow_02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin: 1em auto;
}
.cta_single .baby-soap p.ttl::after {
    content: '';
    display: block;
    width: 2em;
    height: 2em;
    background-image: url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/arrow_02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin: 0 auto 1em;
}
.cta_single li.item_single .item_single_content {
    border: 2px solid #28A032;
    border-radius: 10px;
    box-shadow: 3px 3px rgba(0,0,0,0.1);
    padding: 2em 2em 1em 2em;
    min-height: 340px;
}
.cta_single li.item_single .item_single_content img {
    width: 40%;
	margin: 0;
}
.cta_single li.item_single .item_single_content a img {
	width: 100%;
	margin: 0 auto;
}
.cta_single li.item_single .item_single_content .meta {
    position: relative;
    width: 60%;
}
.cta_single li.item_single.milk-lotion .item_single_content .meta {
    padding-top: 1.5em;
}
.cta_single li.item_single .item_single_content .meta p:first-child {
    font-size: 20px;
}
.cta_single li.item_single .item_single_content .meta img.discount {
    width: 85%;
    padding-left: 2em;
    margin-bottom: 1em;
}
.cta_single + small {
	display: block;
	margin: 0 20px 4em;
}
/* end cta_single area */
/* about_brand area */
#about_brand {
    background: url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/bg_01.gif) repeat;
    padding: 2em 3em;
    margin-bottom: 3em;
}
#about_brand h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.8;
    margin-top: 0;
    margin-bottom: 1em;
}
#about_brand h2 span {
    background: url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/bg_ttl_kodawari.png) no-repeat center bottom;
    font-size: 28px;
    padding-bottom: 0.5em;
}
#about_brand h2 img {
    display: inline;
    width: 6em;
}
#about_brand h2 + img {
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-bottom: 1em;
}
#about_brand ul li {
    border-top: 1px dotted #59483e;
    padding-top: 2em;
    margin-top: 2em;
}
#about_brand ul li figure {
    width: 43%;
}
#about_brand ul li figcaption {
    width: 55%;
    padding-left: 3em;
}
#about_brand ul li:nth-child(1) figcaption {
    background: url(https://www.rakuten.ne.jp/gold/babycresco/images/category/babystartcare/bg_num_1.png) no-repeat left top;
    background-size: 1.5em;
}
#about_brand ul li figcaption p.ttl {
    font-weight: bold;
    font-size: 22px;
}
/* end about_brand area */
/* cta_all area */
#cta_all {
    margin-bottom: 4em;
}
#cta_all p.stand_dot {
    font-size: 24px;
    font-weight: bold;
    width: 16em;
    margin: 0 auto 0.5em;
}
/* end cta_all area */
/* concept area */
#concept {
    padding-bottom: 2em;
}
#concept img {
    margin-bottom: 3em;
}
#concept p.txt_green {
    font-size: 28px;
}
#concept p:last-child {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 2px;
}
/* end concept area */


@media (max-width: 1024px) {

.wrap.pickup_babystartcare #sk_why,
.wrap.pickup_babystartcare #recommend_anchor,
.wrap.pickup_babystartcare #cta_set_anchor {
    padding-top: 0px;
    margin-top: -30px;
}

body .categorydescription {
    padding: 7px 0 5px !important;
}

.wrap.pickup_babystartcare {
    width: 100%;
    margin: 0 auto;
    font-family: 'Noto Sans Japanese', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.wrap.pickup_babystartcare p {
    font-size: 3.4375vw;
}

.wrap img {
    width: 100%;
}

h1 {
    font-size: 2em;
    margin: 0 0 0.67em 0;
}

body .ctgTtl {
    font-family: 'HiraKakuProN-W3';
}

.ctgTtl h1 {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-family: 'HiraKakuProN-W3';
    
}

.ctgTtl nav ul.ctgBreadcrumbs {
    margin: 0;
}

p {
    margin: 0;
}

.wrap ul {
    list-style: none;
    padding: 0;
}

.txt_center {
    text-align: center;
}

.txt_just {
    text-align: justify;
}

.txt_bold {
    font-weight: bold;
}

.txt_red {
    color: #e60027 !important;
}

.txt_blue {
    color: #1C80D7 !important;
}

.pc_only {
    display: none;
}

.sp_only {
    display: block;
}

/* アンカーリンク */
.sk_link {
    margin-bottom: 3em;
    padding: 0 4vw;
}

.sk_link li {
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

.sk_link li a {
    padding: 1em;
    border: 2px solid #28A032;
}

.sk_link li a::after {
    content: '';
    width: 0.5em;
    height: 0.5em;
    border: 0px;
    border-top: solid 1px #28A032;
    border-right: solid 1px #28A032;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    bottom: 50%;
    left: inherit;
    right: 1.5em;
    margin-left: 0;
}

/* CTAリンク */
.cta_head {
    width: 100%;
    border: 2px solid #FFA088;
    border-radius: 10px;
    box-shadow: 3px 3px rgba(0,0,0,0.1);
    margin: 0;
}

.cta_head p.ttl {
    font-size: 3.73vw;
    margin: 0;
    padding: 0.5em;
}

.cta_head .cta_head_inner {
    padding: 1.5em 1.5em 1.5em 2em;
    text-align: center;
    height: auto;
}

.cta_head .cta_head_inner figure {
    width: 25%;
}

.cta_head .cta_head_inner figcaption {
    width: 75%;
    text-align: center;
}

.cta_head .cta_head_inner .stand_pink {
    font-size: 3.2vw;
    font-weight: bold;
    background-position: left 1em top 0, right 1em top 0;
    margin-bottom: 1em;
}

.cta_head .cta_head_inner .stand_pink + p {
    font-size: 3.46vw;
    margin-bottom: 1em;
}

.cta_head .cta_head_inner figcaption p.txt_marker {
    font-size: 3.73vw;
    width: 13em;
    margin: 0 auto 2em;
}

.cta_head .cta_head_inner figcaption p.txt_marker02 {
    font-size: 3.73vw;
    width: 9em;
    margin: 0 4em;
}

.cta_head .cta_head_inner figcaption p.txt_marker .price {
    font-size: 6.4vw;
}

.cta_head .cta_head_inner figcaption p.txt_marker02 .price {
    font-size: 6.4vw;
}

.tax {
    font-size: 2.4vw;
    font-weight: normal;
}

.cta_head .cta_head_inner figcaption p.tax02 {
    font-weight: normal;
    text-align: right;
    margin: 0 -4em 1em;
}

.cta_head .cta_head_inner p:last-child {
    width: 100%;
    margin: 10px 0 0 0;
}

.cta_head .cta_head_inner .btn_01 {
    width: 100%;
    box-sizing: border-box;
    font-size: 4vw;
}

a.btn_01::after {
    content: '';
    width: 0.5em;
    height: 0.5em;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    position: absolute;
    top: 50%;
    right: 1.5em;
    margin-top: -0.4em;
}

#cta_set {
    padding-top: 0;
}




} /* end (max-width: 1024px) */


@media (max-width: 480px) {


} /* end (max-width: 480px) */
