@charset "shift_jis";

/* obasic3_index CSS */
a:hover {
	text-decoration: none;
}
a>img:hover {
	opacity: 1;
}
.fwb {
	font-weight: bold;
}
.clearfix {
	overflow: hidden;
}
.contentInner {
	width: 100%;
	background: #ffffff;
}
.innerSection {
	padding: 0 50px;
}

.contentInner,
.Category {
  color: #333333;
}

.pnavi {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 75%;
}
.pnavi a {
	color: #ff6f8d;
}

.mvTitleText p {
  margin: 40px 0 0;
  line-height: 2;
  text-align: center;
}
.mv img{
  width: 100%;
}
/* section */
.section{
	padding-top: 60px;
}
.secTtlContainer p {
	margin: 26px 0 25px;
}
.sectionTitle{
	margin-bottom: 64px;
	text-align: center;
}

.sectionTitle h2 {
	display: inline;
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.8;
}

.sectionTitle h2::after{
	content: '';
	display: block;
	width: 32px;
	height: 8px;
	background-image: url(../images/bg_category01.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: 20px auto 40px auto;
}

#section02 .sectionTitle h2::after{
  content: none;
}
.sectionTitle h2 img {
	display: inline-block;
	vertical-align: middle;
}
.sectionTitle h2 img:first-child {
	margin-right: 30px;
}
.sectionTitle h2 img:last-child {
	margin-left: 30px;
}

#section01 .bedExplain {
  line-height: 2;
  margin-top: 40px;
}

.productsContainer{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.productsContainer .productsItem{
  width: calc((100% - 60px)/ 2);
  margin-bottom: 60px;
}

.productsContainer .productsItem p{
  margin-top: 20px;
  margin-bottom: 0;
}

.productsContainer .productsItem .ranking{
  font-size: 13px;
  padding: 7px 8px 7px 8px;
  color: #ffffff;
  border-radius: 4px;
  width: 6em;
  margin-top: 0;
  margin-bottom: 10px;
}

.productsContainer .productsItem .ranking::before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_crown.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.productsContainer .productsItem:nth-of-type(1) .ranking{
  background-color: #dcb000;
}
.productsContainer .productsItem:nth-of-type(2) .ranking{
  background-color: #a8a8a8;
}
.productsContainer .productsItem:nth-of-type(3) .ranking{
  background-color: #8a7835;
}

.productsContainer .productsItem .productImg{
  text-align: center;
}

.productsContainer .productsItem .detailBtn{
  display: block;
  color: #ff6f8d;
  font-size: 14px;
  margin-top: 20px;
}
.productsContainer .productsItem .detailBtn::after{
  content: '';
  display: inline-block;
  width:16px;
  height: 16px;
  background-image: url(../images/icon_arrow01.png);
  background-repeat: no-repeat;
  margin-left: 1em;
  vertical-align: middle;
}
.productsContainer .productsItem .attention{
  font-size: 11px;
  color: #808080;
  margin-top: 10px;
}
.productsContainer .productsItem .cartBtn{
  width: calc(100% - 70px);
  margin: 30px auto;
  padding: 13px;
  display: block;
  text-align: center;
  background-color: #ff6f8d;
  border-radius: 50px;
  color: #ffffff;
  position: relative;
}

.productsContainer .productsItem .cartBtn::after{
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/icon_arrow02.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0,-50%);
}

.productsContainer .rentalItem{
  background-color: #fff6f8;
  border-radius: 8px;
  padding: 30px 20px;
}

.productsContainer .rentalItem .title,
.productsContainer .rentalItem .rentalTxt{
  text-align: center;
}
.productsContainer .rentalItem .title{
  margin-top: 8px;
  margin-bottom: 18px;
}
.productsContainer .rentalItem .rentalSubItem{
  margin-top: 10px;
}
.productsContainer .rentalItem .rentalSubItem .rentalImg{
  margin-top: 19px;
  text-align: center;
}
.productsContainer .rentalItem .rentalSubItem .rentalTxt{
  font-size: 12px;
}
.productsContainer .rentalItem .rentalSubItem .rentalTxt p{
  margin-top: 0;
}

.productsContainer .rentalItem .rentalSubItem .detailBtn{
  font-size: 12px;
  text-align: center;
}

.productsContainer .rentalItem .rentalBtn{
  display: block;
  width: calc(100% - 70px);
  margin: 20px auto 0 auto;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 50px;
  font-size: 14px;
  line-height: 1.5;
  color: #ff6f8d;
  border: 1px solid #ff6f8d;
  text-align: center;
  position: relative;
}

.productsContainer .rentalItem .rentalBtn::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/icon_arrow01.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0,-50%);
}
.productsContainer .rentalItem .cationBox{
  font-size: 12px;
  line-height: 1.33;
}
.cationBox p,
.cationListBox li{
	padding-left: 1em;
	text-indent: -1em;
}
.cationBox p:not(:first-of-type){
  margin-top: 0;
}
.redBox{
  margin-top: 16px;
  margin-bottom: 40px;
  padding: 16px;
  border: 1px solid #FF6F8D;
}
.redButton{
  width: 438px;
  margin: 0 auto 16px;
}
.redButton a{
  background-color: #ff6f8d;
  border: 1px solid #ff6f8d;
  color: #fff;
  height: 50px;
  padding: 0 20px 0 40px;
  border-radius: 25px;
  font-size: 100%;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  position: relative;
  display: block;
  text-decoration: none;
}
.redButton:hover{
  opacity: 0.7;
}
.redButton .red a::before{
  background-image: url(/item/obasic3_baby/images/pagenav1.png);
  background-size: 90% auto;
}
.redButton .gray a::before{
  background-image: url(/item/obasic3_baby/images/pagenav2.png);
  background-size: 90% auto;
}
.redButton .gray{
  margin-bottom: 24px;
}
.redButton a::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -20px;
  border-radius: 20px;
  /* background-color: #ffe1e7; */
  background-position: center center;
  background-repeat: no-repeat;
  width: 45px;
  height: 40px;
  text-align: center;
}
.redButton a::after{
  border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    -ms-transform: rotate( -45deg );
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotateZ( -45deg );
    transform: rotateZ(-45deg);
    position: absolute;
    top: 50%;
    right: 15px;
}

/* image flex */

.sectionImage {
  position: relative;
  width: 100%;
  height: 280px;
  margin-bottom: 30px;
}
.sectionImage02 {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.sectionImage03 {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 40px;
}
.sectionImage::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/item/obasic3_baby/images/Osouji_img01.png) no-repeat left center;
  background-size: 70%;
  z-index: 0;
}
.sectionImage02::before {
  content: '';
  position: absolute;
  top: -37px;
  left: 62px;
  width: 102px;
  height: 100%;
  background: url(/item/obasic3_baby/images/02.png) no-repeat left center;
  z-index: 0;
}
.sectionImage03::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(/item/obasic3_baby/images/Osouji_img03.png) no-repeat right center;
  background-size: 90%;
  z-index: 0;
}
.txt_right {
  position: relative;
  z-index: 1;
  width: 50%;
  height: 100%;
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 20px 20px 56px;
  box-sizing: border-box;
}
.sectionImage03 .txt_right {
  position: relative;
  z-index: 1;
  width: 52%;
  height: 100%;
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 40px 20px 0;
  box-sizing: border-box;
}
.txt_left {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}
.img_right {
  width: 50%;
  text-align: center;
}

.img_right img {
  max-width: 100%;
  height: auto;
  width: 75%;
  margin-right: 50px;
}
.txt_right .heading{
  color:#EF0050;
  font-weight: bold;
  margin-bottom: 16px;
}
.txt_left .heading{
  color:#EF0050;
  font-weight: bold;
  margin-bottom: 16px;
}
.productsContainer .rentalItem .check{
  text-align: center;
  margin-bottom: 14px;
  margin-top: 20px;
  cursor: pointer;
  font-weight: bold;
}
.productsContainer .rentalItem .check::after{
  content: '';
  display: inline-block;
  background: url(/item/obasic3_babybed/images/icon_arrow03.png);
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  transition: all .3s ease-in-out;
}
.productsContainer .rentalItem .check.acActive::after{
  background: url(/item/obasic3_babybed/images/icon_arrow04.png);
}
.productsContainer .rentalItem .cationBox .cationListBox{
  display: none;
}
.productsContainer .rentalItem .cationBox .cationListBox li{
  padding-left: 1em;
  text-indent: -1em;
}
.cationBox p:nth-of-type(2),
.productsContainer .rentalItem .cationBox li:nth-child(n+6) {
  padding-left: 2em;
  text-indent: -2em;
}
#section02{
  padding-top: 0;
}
#section02 .secTtlContainer {
  background-image: url(../images/bg_clean.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 45px;
  padding-bottom: 50px;
}
#section02 .sectionTitle{
  margin-bottom: 40px;
}
#section02 .sectionTitle h2{
  font-size: 20px;
  color: #fff;
}

#section02 .basicCaption{
  text-align: center;
  color: #fff;
  line-height: 2;
  margin-top: 0;
  margin-bottom: 40px;
}
.detailBtn{
  margin:auto;
  font-size: 12px;
  text-decoration: underline;
  text-align: center;
  position: relative;
}
.detailBtn>a{
  color: #333333;
}
.detailBtn::after{
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/icon_arrow07.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}
.flex_container{
  display: flex;
  justify-content: center;
  align-items: center;
}
#section02 .detailBtn{
  display: block;
  width: 32%;
  margin:auto;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 50px;
  font-size: 14px;
  color: #ff6f8d;
  text-align: center;
  position: relative;
}
#section02 .detailBtn::after{
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/icon_arrow07.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0,-50%);
}

/*modal*/
.modalContainer{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	overflow: auto;
	opacity: 0;
	display: none;
	transition: .3s;
  z-index: 10;
}
.modalContainer:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modalContainer.active{
	opacity: 1;
	display: block;
}

.modalBody {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 620px;
    width: 100%;
}
.modalContent{
  background: #fff;
  padding: 40px 30px 30px;
  border-radius: 8px;
}

.modalContent .osoujiTitle{
  font-size: 20px;
  font-weight: bold;
}

.modalContent .osoujiTitle .free{
  font-size: 28px;
  color: #e04191;
  font-weight: bold;
}
.modalContent .osoujiBtnBox {
  margin: 0 10px 30px;
  display: flex;
  justify-content: space-between;
}
.ob_btn_wrap {
  display: flex;
  flex-flow: column;
  width: 48%;
}
.fc_red {
  color: #d84250;
}
.fc_gray {
  color: #6e6d6d;
}
.ob_btn_tit {
  font-size: 20px;
  margin: 0 0 5px;
  font-weight: bold;
}
.modalContent .osoujiImgBox{
  margin-bottom: 20px;
}
.modalContent .osoujiBtnBox{
  margin: 0 10px 30px;
  display: flex;
  justify-content: space-between;
}
.modalContent .osoujiBtnBox .osoujiBtn {
  padding: 15px 0;
  color: #ffffff;
  border-radius: 34px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
}
.modalContent .osoujiBtnBox .osoujiBtn::after{
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/icon_arrow02.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0,-50%);
}

.modalContent .osoujiBtnBox .osoujiBtn.gray{
  background-color: #6e6d6d;
}
.modalContent .osoujiBtnBox .osoujiBtn.red{
  background-color: #d84250;
}
.modalContent .modalClose{
  color: #ff6f8d;
  font-weight: bold;
}
/* end of  */

/* includeContentInner */
.includeContentInner {
	background: #ffffff;
}
/* end of includeContentInner */

/* osusumeSection */
.rec_osusumeSection {
    padding: 0 15px;
}
/* end of osusumeSection */


/* PJ18_D012-3320 */
.ac_link {
	position: relative;
    display: block;
	width: 315px;
	font-weight: bold;
    color: #FF6F8D!important;
    text-align: center;
    border: 1px solid #FF6F8D;
    border-radius: 50px;
    padding: 19px 0;
    margin: 50px auto 0;
}
.ac_link::after{
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-image: url(../images/icon_arrow05.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 37%;
    right: 15px;
}
.sub_tit {
	text-align: center;
    padding: 50px 0 0;
}
.sub_tit img {
	width: 100%;
}
.wrap_appeal img{
  width: 384px;
}
.wrap_appeal {
    width: 830px;
    text-align: center;
    background: #FFF1F4;
    padding: 50px 0;
    margin: 50px auto 0;
}
.link_obasic3 {
	position: relative;
	font-size: 16px;
    font-weight: bold;
    color: #FF6F8D!important;
    margin: 25px 0;
}
.link_obasic3 a {
    color: #FF6F8D!important;
}
.link_obasic3::after{
	content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/icon_arrow06.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    left: 50%;
    right: 50%;
    margin: 0 0 0 120px;
}
.wrap_add_txt {
    width: 598px;
    font-size: 12px;
    text-align: left;
    margin: 0 auto 40px;
}
.add_txt {
    font-size: 12px;
    color: #FF0000;
    text-indent: -1em;
    padding-left: 1em;
    margin: 20px 0 20px;
}

.add_txt:nth-of-type(2){
  padding-left: 2em;
}
.wrap_add_txt p:nth-of-type(3){
  padding-left: 2em;
  text-indent: -1em;
}
.con_voice {
    padding: 0 0 50px;
    margin: 0 0 50px;
}
.wrap_voice {
    display: flex;
    justify-content: space-between;
    width: 770px;
    margin: 0 auto 30px;
}
.wrap_voice:last-child {
    justify-content: center;
    margin: 0 auto;
}
.box_voice {
    width: 355px;
    height: 182px;
    background: url(../images/img_bg_voice.png) no-repeat;
    box-sizing: border-box;
    padding: 0 20px;
}
.name_voice {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 10px;
    margin: 28px 0 10px;
}
.txt_voice {
    font-size: 12px;
    line-height: 20px;
}
.note_voice {
    text-align: center;
    font-size: 12px;
    margin: 40px 0 0;
}
.link_voice {
	position: relative;
    display: block;
	width: 315px;
	font-weight: bold;
    color: #FF6F8D!important;
    text-align: center;
    border: 1px solid #FF6F8D;
    border-radius: 50px;
    padding: 19px 0;
    margin: 50px auto 0;
}
.link_voice::after{
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-image: url(../images/icon_arrow06.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 37%;
    right: 15px;
}
.cationListBox {
	display: none;
	width: 680px;
    font-size: 12px;
    text-align: left;
    margin: 0 auto;
}
.check {
	text-align: center;
	font-weight: bold;
	line-height: 1.61;
	margin: 15px 0;
	cursor: pointer;
}
.check::after {
	content: '';
	display: inline-block;
	background: url(../images/icon_arrow03.png);
	width: 18px;
	height: 18px;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	transition: all .3s ease-in-out;
}
.check.acActive::after {
	background: url(../images/icon_arrow04.png);
	background-position: center;
	background-repeat: no-repeat;
}
.secTtlContainer .add_note {
	width: 315px;
    font-size: 12px;
    color: #FF0000;
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 auto;
}
