@charset "UTF-8";

/*    common    */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-family: yu-mincho-pr6, sans-serif;
	font-weight: 400;
	font-style: normal;
}
br.pc-hidden {
	display: none;
}
.hidden{
	display: none;
}
.ten-mincho {
	font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}
section{
	padding:100px 0;
}

.wrapper{
	max-width: 1200px;
}

.content.productLp {
	padding-bottom: 0;
}
.sectionTitle {
    position: absolute;
    display: inline-block;
    margin: 0 50px 50px 0;
    left: 150px;
}
.sectionTitlePadding {
    height: 110px;
}
.sectionTitleBg{
	font-size: 86px;
	color: rgba(255,255,255,0.2);
	position: absolute;
	top: -80px;
	left: -50px;
	font-family: Times New Roman;
	font-style: italic;
	white-space: nowrap;
}
.sectionTitle>p.ten-mincho.fontSize24px {
    margin-bottom: 8px;
}
.sectionTitleUl{
	position: absolute;
	bottom: 0px;
	right: -10px;
	left: calc(50% - 50vw);
	border: solid;
	border-width: 0 0 1px 0;
}
.sectionTitleUl:after{
	content: "";
	position: absolute;
	right: 0px;
	top: -2.5px;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background-color: #000;
}

.barToBottom{
	margin:0 auto;
	width: 1px;
	height: 60px;
	border: solid;
	border-width: 0 1px 0 0;
	position: relative;
}
.barToBottom>div{
	position: absolute;
	width: 5px;
	height: 5px;
	bottom: -2.5px;
	left: -1.8px;
	background-color: #000;
	border-radius: 10px;
}

.commonBtn{
    display: block;
    padding: 15px 0;
    font-size: 18px;
    text-align: center;
    color: #000;
    border: solid 1px;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.linkLine {
	position: absolute;
	border: solid;
	border-width: 0 0 1px 0;
	margin-top: -13px;
	width: 10%;
	right: 20%;
}

.linkLine:after{
	content: "";
	position: absolute;
	right: 0px;
	top: -2px;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background-color: #000;
}

.flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.flex-fd-c{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.flex-jc-sb{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-jc-fe{
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.flex-jc-st{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
.flex-jc-c{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex-ai-c{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*    フォントについて    */
.ten-mincho { /* てん明朝　*/
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}
.midashigo { /* 見出しゴシック　*/
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
}
.timesNewRoman {
	font-family: Times New Roman, serif;
	letter-spacing: 0.1rem;
	font-style: italic;
}

/*    フォントサイズ    */
.fontSize10px{
	font-size: 10px;
}
.fontSize14px{
	font-size: 14px;
}
.fontSize15px{
    font-size: 15px;
}
.fontSize16px{
	font-size: 16px;
	line-height: 30px;
}
.fontSize18px{
    font-size: 18px;
    line-height: 34px;

}
.fontSize20px{
	font-size: 20px;
}
.fontSize22px{
	font-size: 22px;
	line-height: 40px;
}
.fontSize24px{
    font-size: 24px;
    line-height: 44px;
}
.fontSize25px{
    font-size: 25px;
}

.fontSize28px{
	font-size: 28px;
}
.fontSize30px{
	font-size: 30px;
}
.fontSize36px{
	font-size: 36px;
	line-height: 58px;
}

/*    文字寄せ    */
.textAlignRight{
	text-align: right;
}
.textAlignCenter{
    text-align: center;
}
.textAlignLeft{
    text-align: left;
}

/*    文字色    */
.textRed{
	color: #B40D23;
}

/*    その他    */
.margin-tb-30px{
    margin: 30px 0;
}

.posRelative{
	position: relative;
}

.wm-vertical{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

/* スクロールボタン */
.scrollInner {
	position: relative;
	top: -100px;
}
.scrollInner p {
  font-size: 12px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 100px;
  margin: 0 auto 0 0;
  position: relative;
  left: -50px;
}

.scrollInner a {
  color: black;
}

.scrollInner a:hover{
  text-decoration: none;
}

.scrollArrow {
  width: 1px;
  height: 100px;
  margin: 0 auto 0 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}

.scrollArrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: scrollArrow 2.5s ease 0s infinite normal;
  animation: scrollArrow 2.5s ease 0s infinite normal;
}

.scrollDot {
	position: relative;
	width: 5px;
	height: 5px;
	left: -2px;
	background-color: #000;
	border-radius: 10px;
	}

.scrollInner a:hover,
.scrollDot:hover{
	color: #B20D23;
}
.hover {
	color: #B20D23;
}
@keyframes scrollArrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}



/*    section topImg   */
#topImg{
	width: 100vw;
	height: 100vh;
	background-image: url("https://softmama.co.jp/user_data/ProductLP/img/lpTopImg.jpg");
	background-size: cover;
	background-position: center;
}

#topImg .flex, #topImg .wrapper{
	height: 100%;
}

#topImg .flex>div{
	width: 50%;
}

#topImgContainer{
	text-align: center;
}

#topImgContainer p{
	font-size: 21px;
	line-height: 40px;
    margin-bottom: 40px;
}


/*    section feature    */
#feature{
	background-image: url("https://softmama.co.jp/user_data/ProductLP/img/featureBg.jpg");
	background-size: cover;
}
/*#feature .fontSize36px br.pc-hidden {
	display:none;
}*/
#featureTitle{
	display: inline-block;
    font-size: 36px;
    height: 95px;
    background-image: url("https://softmama.co.jp/user_data/ProductLP/img/featureTitleBg.png");
    background-size: contain;
    background-position: center;
    padding: 0 20px;
    margin: 0;
}
#feature .flex{
	margin-top: 60px;
}
.feature{
	width: 32%;
	background-color: #EEF4F8;
	box-sizing: border-box;
	padding: 30px 25px;
	box-shadow: 0 0 30px #CCC;
}
.feature p.fontSize22px,
.feature p.fontSize20px {
    margin: 0;
}
.feature>div{
	text-align: left;
}
.feature>img {
    margin-bottom: 15px;
    width: 60%;
    min-width: 180px;
}
.theFeatureTitle{
	letter-spacing: -4px;
	font-size: 28px;
}
.lsUnset{
	letter-spacing: 0;
}
#feature2 .catchcopy{
	letter-spacing: -3px;
	margin-bottom: 10px;
}
#feature .catchcopy br.pc-hidden{
	display: none;
}

/*    section getNow    */
#getNow1, #getNow2{
	background-color: #EEF4F8;
	padding: 0;
}
#getNow3{
	background-color: white;
}
.productImgContainer {
	width: 50%;
}
.productImg{
	width: 85%;
	align-self: flex-start;
	position: relative;
	top: 20%;
}
.getNowContainer{
	width: 50%;
	padding: 70px 60px 60px 60px;
	box-sizing: border-box;
	position: relative;
	background-color: #FFF;
	box-shadow: 0 0 30px #CCC;
	margin: 100px 0;
}

.getNowContainer span.fontSize22px{ 
	margin-left: 5px;
}
.getNowContainer span.fontSize10px{ 
	margin-left: 3px;
}
.recommendItem{
	font-size: 86px;
	opacity: 0.1;
	position: absolute;
	top: -70px;
	left: -50px;
	font-family: Times New Roman;
	font-style: italic;
	white-space: nowrap;
}
.getNowContainer a{
    margin-top: 30px;
}
.getNowContainer p.fontSize30px {
	margin-bottom: -3px;
}
.getNowContainer .originalPrice,
.getNowContainer .arrow{
	color: grey;
	margin-right: 5px;
}
.setTitle{
    position: relative;
}
.titleBar{
    content: "";
    position: absolute;
    border: solid;
    border-width: 1px 0 0 0;
    height: 1px;
    top: 15px;
}
.titleBar.leftBar{
    left: 0px;
    right: calc(50% + 60px);
}
.titleBar.leftBar:after{
    content: "";
    position: absolute;
    left: 0px;
    top: -3px;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background-color: #000;
}
.titleBar.rightBar{
    right:  0px;
    left:  calc(50% + 60px);
}
.titleBar.rightBar:after{
    content: "";
    position: absolute;
    right: 0px;
    top: -3px;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background-color: #000;
}
.getNowContainerLineup.flex {
    margin-top: 10px;
   	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.getNowContainerLineupHalf {
    width: 40%;
    line-height: 26px;
}
#getNow3 .getNowContainer{
	padding: 60px;
}
.setLineup {
    margin-bottom: 15px;
}
.setLineup>.mobile {
    display: none;
}
#getNow3 .productImgContainer {
    padding-right: 2%;
}
#getNow3 .getNowContainer {
    margin-top: 0px;
}
#getNow3 .getNowContainer a {
    margin-top: 0px;
    margin-bottom: 50px;
}
#getNow3 .productImg {
    width: 80%;
    top: unset;
}

/* 商品のご案内*/
#getNow3 .sectionTitleBg{
	color: rgba(179,216,231,0.4);
} 
#productSetContent div.title{
	background-image: url("https://softmama.co.jp/user_data/ProductLP/img/getNow3Bg.png");
	background-size: contain;
	margin: 20px 0;
}

#productSetContent div span{
	padding: 10px;
	background-color: white; 
	position: relative;
	right: -40%;
}

#productSetContent .flex {
	justify-content: center;
}
#productSetContent div ul {
	margin-right: 20px;
}
#productSetContent div ul li:before{
	content: "";
	width: 8px;
	height: 8px;
	display: inline-block;
	background-color: white;
	border: solid 2px black;
	border-radius: 50%;
	position: relative;
	top: -1px;
	margin-right: 10px;
}

/*    section Problem    */
#problem{
	background-image: url("https://softmama.co.jp/user_data/ProductLP/img/problemBg.png");
	background-position: center bottom;
	background-size: cover;
	padding-bottom: 50px;
}
#problem .wrapper {
    max-width: 900px;
}
#problemImgs{
	width: 100%;
	text-align: center;
}
#problemImgs img{
	width: 85%;
}
#problemDesc{
	background-image: url("https://softmama.co.jp/user_data/ProductLP/img/problemDesc.png");
	background-size: contain;
	background-position: center;
	padding: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}
#problemDesc>p{
	margin: 10px 0;
}
#problemDesc+p{
	margin-top: 20px;
}

/*    section detailedFeature    */
.dFeature{
	width: 100%;
	position: relative;
	margin-bottom: 80px;
}
#dFeature2{
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.dFeatureText {
	width: 50%;
    position: relative;
    box-shadow: 0 0 30px #CCC;
    padding: 0 50px 50px;
    margin: 40px 0;
    background-color: #FFF;
}
.dFeatureTitle {
    font-size: 30px;
    padding: 50px 0 10px;
    margin-bottom: 0;
}
.dFeatureUl{
	position: absolute;
	right: 50px;
	left: 0;
	border: solid;
	border-width: 0 0 1px 0;
}
.dFeatureUl:after{
	content: "";
	position: absolute;
	right: 0px;
	top: -2.5px;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background-color: #000;
}
#dFeature1 .dFeatureTitle{
	background-image: url("https://softmama.co.jp/user_data/ProductLP/img/dFeature1Bg.png");
}
#dFeature2 .dFeatureTitle{
	background-image: url("https://softmama.co.jp/user_data/ProductLP/img/dFeature2Bg.png");
}
#dFeature3 .dFeatureTitle{
	background-image: url("https://softmama.co.jp/user_data/ProductLP/img/dFeature3Bg.png");
}
.dFeatureImgContainer {
    position: absolute;
    right: 0;
    left: 44%;
    z-index: -1;
}
#dFeature2 .dFeatureImgContainer{
    right: 44%;
    left: 0;
}
.dFeatureSubtitle{
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-top: 30px;
    position: relative;
    display: inline-block;
    z-index: 1;
    padding: 0 10px;
}
.dFeatureSubtitle:before{
	content: "";
	position: absolute;
	background-color: #dfeaf2;
	width: 100%;
    height: 80%;
    top: 10px;
    left: 0px;
    z-index: -1;
}
.dFeature>img{
	position: absolute;
	z-index: 2;
	bottom: -70px;
	left: 43%;
	width: 350px;
}

#dFeature2>img{
	left: unset;
	right: 46%;
}

.dFeatureImgContainer.pc-hidden,
.dFeature img.pc-hidden {
	display: none;
}

/*    section forMama    */
#forMama{
	background-color: #B3D8E7;
}
#forMamaDesc{
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin:0 0 50px 0;
}
#forMamaDesc img{
    width: 200px;
    margin-right: 50px;
}
#forMamaDesc > div {
	background-image: url("https://softmama.co.jp/user_data/ProductLP/img/forMamaBg.png");
	background-size: cover;
}
.forMamaPoint{
	position: relative;
	width: 30%;
	background-color: #FFF;
	padding: 330px 30px 30px;
}
.forMamaPoint>img{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.forMamaPoint>.ten-mincho.fontSize18px {
    padding-top: 20px;
}
.forMamaPointUl{
	position: absolute;
	right: 50px;
	left: 0;
	border: solid;
	border-width: 0 0 1px 0;
	margin-top: -10px;
}
.forMamaPointUl:after{
	content: "";
	position: absolute;
	right: 0px;
	top: -2.5px;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background-color: #000;
}

#forMamaBottom{
	margin-top: 50px;
}
#forMamaBottomTitle{
    white-space: nowrap;
}
#forMamaBottom .barToBottom{
	margin: 0 50px;
	height: unset;
}
#forMamaBottom .barToBottom>div {
    position: absolute;
}
#forMamaBottom .fontSize18px {
    line-height: 32px;
}
#forMamaBottom .fontSize24px:not(#forMamaBottomTitle){
    margin: 20px 0;
}

/*    section asGift     */
#asGift .sectionTitleBg{
	color: rgba(179,216,231,0.4);
}
#asGift .sectionTitlePadding {
    height: 154px;
}
#asGiftRight,
#asGiftLeft {
	width: 50%;
}
#asGiftLeft div, #asGiftRight div, #asGiftRight p{
	margin-left: 50px;
}
#asGiftRight img.pc-hidden {
	display: none;
}
#asGiftRight p{
	margin-bottom: 20px;
}
#asGiftLeft div, #asGiftRight div{
	line-height: 32px;
}
#asGiftLeft div{
	margin-top: 50px;
}
#asGiftLeft-mobile {
	display: none;
}

/*    section momVoice    */
#momVoice{
	background-color: #B3D8E7;
}
#momVoice .wrapper {
    max-width: 900px;
}
#momVoice1, #momVoice2{
	background-image: url("https://softmama.co.jp/user_data/ProductLP/img/momVoiceContainer.png");
	background-size: auto 80%;
	background-position: center;
}
#momVoice1{
	background-position: center left 10px;
}
#momVoice2{
	background-position: center right 10px;
}
#momVoice1 img.pc-hidden {
	display: none;
}
#momVoice1>div, #momVoice2>div{
	padding: 0 50px;
}

/*    section howToGet    */
#howToGet {
	background: #EEF4F8;
}
#howToGetTitle {
	background-image: url("https://softmama.co.jp/user_data/ProductLP/img/howToGetTitleBg.png"); 
	background-position: center;
	background-size: contain;
	padding: 30px 0;
}
#howToGetTitle p:first-child{
	margin-bottom: 10px;
}
#howToGet img{
	width: 50%;
	height: auto;
	align-self: flex-start;
}
#howToGet .flex > div{
	width: 45%;
	height: auto;
	align-self: flex-start;
	min-height: 540px;
}
.customizableProductContainer {
	width: 100%;
	padding: 20px 30px 10px;
	box-sizing: border-box;
	position: relative;
	background-color: #FFF;
	box-shadow: 0 0 30px #CCC;
	margin-bottom: 20px;
}
.customizableProductContainer p{
	margin-bottom: 5px;
}
.customizableProductContainer ul li:before{
	content:  "";     /* 空の要素作成 */
    width:  8px;               /* 幅指定 */
    height:  8px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: white;  /* 背景色指定 */
    border: solid 2px black;
    border-radius:  50%;        /* 要素を丸くする */
    position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 10px;          /* 余白指定 */
}

/*    order flow    */
#orderFlow .sectionTitleBg {
	color: rgba(179,216,231,0.4);
}
#orderFlow .flex{
	justify-content: space-between;
	min-height: 180px;
}
.orderflowContainer {
	width: 25%;
	margin-right: 45px;
}
.orderflowContainer .textAlignCenter:after {
	content: '';
    display: block;
    position: relative;
    top: -50px;
    right: -100%;
    background: black;
    height: 1px;
    width: 45px;
}
.orderflowContainer .textAlignCenter.last:after {
    height: 0px;
    width: 0px;
}
.orderflowContainer.customer .person{ /* お客様のプロセス */
	background: white;
	border: 1px solid #B3D8E7;
	padding: 10px 0;
}
.orderflowContainer.customer .action {
	background: #B3D8E7;
	border: 1px solid #B3D8E7;
	padding: 15px 0;
}
.orderflowContainer.ourCompany .person{ /* 会社のプロセス */
	background: #B3D8E7;
	border: 1px solid #B3D8E7;
	padding: 10px 0;
}
.orderflowContainer.ourCompany .action {
	background: white;
	border: 1px solid #B3D8E7;
	padding: 15px 0;
}
.desc {
	padding-top: 20px;
}
.desc.afterTitle{
	padding-top: 10px;
}
.orderflowContainer .title{
	padding-left: 10px;
	border: solid;
	border-width: 0 0 0 1px; 
	margin-top: 20px;
}
.orderflowContainer .mobile{
	display: none;
}
/* application */
#application {
	background: #B3D8E7;
}
#application .must {
	right: unset;
}
#application table {
	margin: 0 auto;
}
#application tr {
	padding: 5px 0;
}
#application tr.multi-input input:first-child{
	margin-right: 20px;
}
.productMenu>p {
    margin-bottom: 0;
}
.productMenu {
    margin-bottom: 10px;
}
#confirmation .productMenu .flex table td:nth-child(2){
	opacity: 0.8;
}
#application form input,
#application form textarea {
	background: white;
	padding: 15px;
	width: 100%;
}

#application button {
	width: 60%;
	margin: 0 auto;
	position: relative;
}
#application button .linkLine {
    right: 100px;
    width: 20%;
}
#application .confirm-tr input{
	width: auto;
}
.customImg {
    width: 250px;
}
.customImg+table {
    width: calc(100% - 250px);
}
.productMenu tr td:first-child {
    width: 100px;
    vertical-align: top;
    padding-top: 10px;
    padding-right: 0!important;
    padding-left: 10px;
}

#confirmation .productMenu tr td:first-child {
	padding-top: 0px;
}
.mailform * {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
    vertical-align: unset;
}
#noteTitle{
	vertical-align: top;
}
.confirmCheck{
	margin-left: 10px;
}
#confirmCheckFirst{
	margin-top: 20px;
}
#confirmCheckLast{
	margin-bottom: 15px;
}
.mailform tr td:first-child {
    padding-right: 20px;
}
.mailform select {
    background-color: #CCC;
    width: 50%;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.mailform select, .mailform input {
    margin-bottom: 15px;
}
.mfp_col10 {
    position: relative;
}
.colorSelectContainer {
    height: 44px;
    width: 400px;
    position: relative;
   	background-color: #CCC;
    border-radius: 5px;
    margin-bottom: 15px;
    cursor: pointer;
}
.colorChip {
    position: absolute;
    top: 8px;
    right: 35px;
    bottom: 8px;
    left: 12px;
    background-color: #FFF;
}
p.noNeedleW {
    padding-left: 10px;
}
.setPulldownTri{
	position: relative;
}
.pulldownTri {
    position: absolute;
    right: 13px;
    top: 13px;
    color: #666;
    font-size: 14px;
    z-index: 1;
}
span.pulldownTri {
    right: calc(50% - 7px);
}
.setPulldownTri>.pulldownTri{
	right: 13px;
}
ul.colorSample {
    position: absolute;
    top: 44px;
    right: 27px;
    left: 6px;
    background-color: #FFF;
    padding: 5px 0px 0 6px;
    z-index: 1;
}
#custom1BtnContainer ul.colorSample, #custom3BtnContainer ul.colorSample, #custom4BtnContainer ul.colorSample {
	height: 575px;
}
#custom3NwContainer ul.colorSample,#custom4NwContainer ul.colorSample{
	height: 95px;
}

li.colorSampleChip {
	position: absolute;
    height: 25px;
    border: solid 1px #AAA;
    width: calc((100% - 15px) / 3);
    display: inline-block;
    margin: 0px 5px 2px 0;
    cursor: pointer;
    overflow: hidden;
}
li.colorSampleChip.row1 {
	left: 5px;
}
li.colorSampleChip.row2 {
	left: calc(100% / 3 + 10px / 3);
}
li.colorSampleChip.row3 {
	left: calc(200% / 3 + 5px / 3);
}
.optionTable tr td:last-child{
	width: 400px;
}
.optionTable tr td:last-child select{
	width: calc(100% - 20px);
}
.customBtnNote{
    padding: 10px;
    box-sizing: border-box;
    background-color: #FFF;
}

/*    confirmation.php    */
#confirmation .hidden{
	display: unset;
}
#confirmation tr {
    height: 50px;
     margin-bottom: 15px;
}
/*#confirmation tr.multi-input {
    margin-bottom: 15px;
}*/
a.commonBtn.backBtn {
    color: #FFF;
    border: 0;
    background-color: #000;
    width: 200px;
}
#confirmation>.flex{
	margin-top: 60px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#confirmation .flex .mfp_buttons {
    width: 50%;
    margin-left: 20px;
}
#confirmation .mfp_buttons button {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#confirmation .mfp_buttons button .linkLine{
    right: 20px;
}
#confirmationText{
	margin-bottom: 50px;
}
/*    to HP    */
#toHP .flex{
	justify-content: space-between;
}
#toHP .flex img {
	width: 50%;
	height: auto;
	align-self: flex-start;
}
.message{
	padding-bottom: 30px;
}
.toHpComment {
	color:#B3D8E7;
	font-size: 18px; 
	margin-bottom: 5px;
}
#toHP .linkLine {
	width: 8%;
	right: 13%;
}
#toHP .commonBtn{
	position: relative;
}
/*    LP footer    */
#insta_icon {
    position: fixed;
    height: 50px;
    width: 50px;
    top:calc(50% - 50px/2);
    right: 5px;
}
#insta_icon img{
    display: block;
    width: 35px;
    height: auto;
    z-index: 999;
}
#page_top {
    width: 100%;
}
#page_top img{
    position: fixed;
    bottom: 20px;
    right: 30px;
    display: block;
    width: 15px;
    height: auto;
    margin: 0 0 0 auto;
}
footer#LPfooter {
	font-size: 12px; 
	background-color: #B3D8E7;
	text-align: center;
	padding: 30px 0 10px 0;
}
footer#LPfooter img{
	width: 181px;
	padding-bottom: 15px;
}
@media screen and (max-width: 1400px){
	#toHP .linkLine {
		width: 3%;
		right: 10%;
	}
@media screen and (max-width: 1300px){
	.wrapper {
		width: 100%;
		max-width: none;
		padding: 0 80px; 
	}
	#feature .fontSize25px {
		font-size: 22px;
	}
	#feature .fontSize24px {
		font-size: 22px;
	}
	#feature .fontSize36px {
		font-size: 32px;
	}
	#featureTitle {
		font-size: 30px;
	}
	#feature .fontSize20px {
		font-size: 22px;
	}
	#feature .catchcopy br.pc-hidden{
		display: block;
	}
	.theFeatureTitle {
		font-size: 24px;
	}
	#feature .fontSize18px {
		font-size: 16px;
	}
	#dFeature2>img {
		right: 55%;
	}
	/* Recommend Item */
	.recommendItem {
		font-size: 6vw;
		top: -50px;
	}
	.productImg {
		width: 90%;
	}
	.getNowContainer {
		width: 50%;
		padding: 50px 40px 40px 40px; 
	}
	#getNow3 .getNowContainer .flex{
	    display: block;
	    margin-bottom: 1rem;
	}
	#getNow3 .productImg {
	    top: unset;
	    margin-bottom: 10px;
	    width: 100%;
	}
	.setLineup {
	    margin-bottom: 10px;
	}
	.setLineup>.mobile {
	    display: block;
	}
	.orderflowContainer .mobile-hidden{
		display: none;
	}
	.orderflowContainer .mobile{
		display: inline;
	}
	.action.fontSize20px.midashigo {
	    height: 85px;
	    padding: 0;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	/* section problem */
	#problem .wrapper {
		max-width: none;
	}
	#problemImgs {
		width: 80%;
		margin: 0 auto;
	}
	/* section detailedFeature */
	.dFeatureText {
		width: 60%;
	}
	.dFeature>img {
		width: 30%;
		left: 49%;
	}
	/* section forMama */
	#momVoice .wrapper {
		max-width: none;
	}
	.forMamaPoint {
		padding: 27% 30px 30px;
	}
	/* section getNow */
	.getNowContainerLineup.flex {
	  	-webkit-box-orient: vertical;
	  	-webkit-box-direction: normal;
	  	-ms-flex-direction: column;
	  	flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.getNowContainerLineupHalf {
	    width: 50%;
	}

	/* section getNow3 */
	#getNow3 {
		padding: 100px 0 0 0;
	}
	#getNow3 .getNowContainer {
		width: 100%;
		margin: 0 auto;
		max-width: 900px;
		padding: 60px 100px;
	}
	#getNow3 .productImgContainer {
	    display: none;
	}

	/* section mamaVoice*/
	#momVoice1,
	#momVoice2 {
		background-size: auto 100%;
	}
	#momVoice1>div, #momVoice2>div {
		padding: 30px 30px 30px 50px;
	}
	#momVoice1 {
		margin: 30px 0;
	}
	/* section ToHp*/
	#toHP .flex img {
		padding-right: 30px;
	}
	#toHP .linkLine {
	    width: 7%;
	    right: 50px;
	}

	@media screen and (max-width: 1200px){
	/* section features */
	#feature .fontSize36px {
		font-size: 28px;
		line-height: 48px;
	}
	#feature .fontSize24px {
		font-size: 20px;
	}
	#feature .fontSize18px {
		font-size: 16px;
		line-height: 28px;
	}
	.theFeatureTitle {
		font-size: 22px;
	}
	.feature p.fontSize22px{
		font-size: 18px;
	}
	#feature2 .catchcopy{
		font-size: 16px;
	}
	/* section getNow */
	#getNowContainer.flex .fontSize30px{
		font-size: 24px;
	}
	.productImg {
		width: 100%;
	}
	#getNow1 .getNowContainer .flex,
	#getNow2 .getNowContainer .flex {
		display: block;
		margin-bottom: 1rem;
	}
	.getNowContainerLineupHalf {
	    width: 55%;
	}
	.getNowContainer div p.fontSize14px{
		display: none;
	}
	/* section orderFlow */
	.orderflowContainer {
    	width: 25%;
    	margin-right: 30px;
	}
	.orderflowContainer .textAlignCenter:after {
		width: 30px;
	}
	@media screen and (max-width: 1100px){
	/* section Application */
	.productMenu>.flex{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.customImg+table{
		width: unset;
	}
	.productMenu>p {
	    margin: 20px 0 -30px;
	}
	@media screen and (max-width: 1000px){
	.commonBtn {
		font-size: 16px;
		padding: 12px 0; 
	}
	.fontSize18px {
		font-size: 16px;
		line-height: 180%;
	}
	.sectionTitle {
	    left: 75px;
	}
	/* section feature */

	#feature .flex {
	    -webkit-box-lines:multiple;
	    -moz-box-lines:multiple;
	    -webkit-flex-wrap:wrap;
	    -moz-flex-wrap:wrap;
	    -ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	    -webkit-flex-line-pack:center;
	    -moz-flex-line-pack:center;
	    -webkit-align-content:center;
	    -moz-align-content:center;
	    align-content:center;
	}
	.feature {
		width: 48%;
	}
	.feature:last-child {
		display: block;
		margin:30px auto 0; 
	}
	.feature>img {
		width: 30%;
		margin: 15px 0 25px;
	}
	#feature .catchcopy br.pc-hidden{
		display: none;
	}
	/* section getNow1 */
	.getNowContainer .flex p{
		margin-bottom:0.5rem;
	}
	.flex .fontSize30px{
		font-size: 24px;
	}
	.productImg {
		top: 110px;
	}
	.recommendItem {
		font-size: 10vw;
	}
	/* section problem */
	#problemImgs {
		width: 100%;
	}
	#problemImgs img {
		width: 90%;
	}
	#problemImgs .fontSize20px {
		font-size: 16px;
	}
	#problemDesc {
		background: white;
		margin: 30px 0;
		padding:35px;
	}
	#problemDesc>p {
		margin: 5px 0;
	}
	#problemDesc .fontSize24px{
		font-size: 22px;
		line-height: 32px;
	}
	#problemDesc+p.fontSize30px {
		font-size: 28px;
	}
	.getNowContainerLineupHalf {
	    width: 100%;
	}
	p.recommendItem {
	    font-size: 55px;
	}
	/* section dFeature */
	.dFeatureTitle {
		font-size: 24px;
	}
	.dFeatureSubtitle {
		margin-top: 20px 
	}
	.dFeatureText .fontSize22px{
		font-size: 20px;
		line-height: 32px;
	}
	.dFeature>img {
		left: 54%;
	}
	#dFeature2>img {
		right: 55%;
	}
	/* section forMama */
	.forMamaPoint {
		width: 32%;
		padding: 29% 25px 25px;
	}
	.forMamaPoint .fontSize24px {
		font-size: 20px;
	}
	#forMamaDesc img {
		width: 150px;
	}
	#forMamaDesc > div {
		background-position: right;
	}
	/* section asgift */
	#asGiftLeft,
	#asGiftRight {
		width: 50%;
	}
	#asGift .fontSize24px {
		font-size: 
	}
	#asGift br.mobile-hidden {
		display: none;
	}
	/* section getNow3 */
	#getNow3 {
		padding: 100px 0;
	}
	#getNow3 .sectionTitle + div.flex {
		display: block;
	} 
	#getNow3 .productImgContainer {
		width: 80%;
		margin: 0 auto;
	}
	#productSetContent div.title {
		background-position: center;
	}
	#getNow3 .getNowContainer {
		padding: 60px 60px;
	}

	/* section howToget */

	#howToGet .flex {
		display: block;
	}
	#howToGet .flex img{
		display: block;
		margin: 0 auto 20px;
		min-width: 400px;
	}
	#howToGet .flex > div {
		width: 100%;
		display: flex;
		display:-webkit-box;
	    display:-moz-box;
	    display:-ms-flexbox;
	    display:-webkit-flex;
	    display:-moz-flex;
	    display:flex;
	    -webkit-box-lines:multiple;
	    -moz-box-lines:multiple;
	    -webkit-flex-wrap:wrap;
	    -moz-flex-wrap:wrap;
	    -ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	}
	#howToGet .flex > div.fontSize18px {
		width: 100%;
	}
	.customizableProductContainer {
		width: 46%;
		margin: 20px 10px;
	}
	/* section orderFlow */
	.orderflowContainer {
    	width: 100%;
    	margin-right: 30px;
	}
	#orderFlow .flex {
		display: block;
	}
	.orderflowContainer{
		display: flex;
		margin-bottom: 40px;
	}
	.orderflowContainer .textAlignCenter{
		width: 50%;
	}
	.orderflowContainer .desc{
		width: 100%;
	}
	.orderflowContainer .desc,.orderflowContainer .title {
		margin: 0 0 20px 20px;
		padding-top: 0;
	}
	.orderflowContainer .textAlignCenter:after {
		border: unset;
	}
	#orderFlow>.wrapper>.flex{
		position: relative;
	}
	#orderFlow>.wrapper>.flex :after{
		position: absolute;
		content: "";
		height: 100%;
		border: solid;
		border-width: 0 0 0 1px;
		left: 25%;
		top: 0;
		width: 1px;
		z-index: -1;
	}
	.orderflowContainerText {
	    width: calc(50% - 20px);
	}
	/* section toHP */
	#toHP .flex img {
		width: 40%;
	}
	@media screen and (max-width: 800px){
	.fontSize24px {
		font-size: 22px;
		line-height: 36px;
	}
	/* section topImg */
	#topImg {
		background-image:url("https://softmama.co.jp/user_data/ProductLP/img/lpTopImg_mobile.jpg")
	}
	#topImg .mobile-hidden {
		display: none;
	}
	#topImg .flex>div {
		width: 100%;
	}
	#topImgContainer img{
		width: 70%;
		min-width: 380px;
	}
	#topImg .flex-ai-c {
		-webkit-box-align: start;
	    -ms-flex-align: start;
	    align-items: start;
	}
	#topImgContainer p {
		font-size: 18px;
    	line-height: 36px;
    	margin-bottom: 20px;
	}
	/* スクロールボタン */
	.scrollArrow {
		margin: 0 auto;
		height: 70px;
	}
	.scrollInner {
		top: -50px;
	}
	.scrollInner p {
		left: 0;
		margin: 0 auto;
	}
	.scrollDot {
		left: 49.5%;
	}
	/* feature */
		#feature .fontSize25px,
		#feature .fontSize24px {
			font-size: 18px;
			line-height: 38px;
		}
		#featureTitle,
		#feature .fontSize36px {
			font-size: 24px;
			line-height: 44px;
		}
		#feature .fontSize24px {
			font-size: ;
		}
		#feature .flex {
			display: block;
		}
		.feature {
			width: 100%;
			margin: 30px auto 0;
		}
	/* section getNow */
	#getNow1, #getNow2 {
		padding: 50px 0;
	}
	#getNow1 .wrapper.flex,
	#getNow2 .wrapper.flex {
		display: block;
	}
	.getNowContainer {
		margin: 50px 0;
		padding: 30px 40px 40px 40px;
	}
	.productImgContainer,
	.productImg,
	.getNowContainer {
		width: 100%;
	}
	#getNow3 .getNowContainer {
		padding: 40px 40px;
	}
	.getNowContainer .flex p {
		margin-bottom: 0;
	}
	.productImg {
		top: 0px;
	}
	.recommendItem {
		top: -40px;
		left: unset;
	}
	p.recommendItem {
	    top: -45px;
	    left: 10px;
	}
	/* section problem */
	#problem br.pc-hidden{
		display: block;
	}
	#problemImgs {
		width: 85%;
	}
	#problemImgs.flex {
		-webkit-box-lines:multiple;
	    -moz-box-lines:multiple;
	    -webkit-flex-wrap:wrap;
	    -moz-flex-wrap:wrap;
	    -ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	    -webkit-flex-line-pack:center;
	    -moz-flex-line-pack:center;
	    -webkit-align-content:center;
	    -moz-align-content:center;
	    align-content:center;
	}
	#problemImgs.flex > div {
		width: 48%;
	}
	#problemImgs.flex > div:last-child {
		margin: 0 auto;
		display: block;
	}
	#problemDesc {
		font-size: 16px;
		padding: 25px;
	}
	#problemDesc+p.fontSize30px {
		font-size: 26px;
	}
	/* section dFeature */
	.dFeature.flex {
		display: block;
	}
	.dFeatureText {
		width: 100%;
	}
	.dFeatureImgContainer {
		position: relative;
		width: 100%;
		left: unset;
	}
	.dFeatureImgContainer.pc-hidden,
	.dFeature img.pc-hidden {
		display: block;
	}
	.dFeatureImgContainer.mobile-hidden,
	.dFeature img.mobile-hidden {
		display: none;
	}
	.dFeatureImgContainer {
		height: 300px;
	}
	.dFeature>img {
		top: -70px;
		width: 45%;
		left: 60%;
	}
	/* section forMama */
	#forMamaPointContainer.flex {
		-webkit-box-lines:multiple;
	    -moz-box-lines:multiple;
	    -webkit-flex-wrap:wrap;
	    -moz-flex-wrap:wrap;
	    -ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	    -webkit-flex-line-pack:center;
	    -moz-flex-line-pack:center;
	    -webkit-align-content:center;
	    -moz-align-content:center;
	    align-content:center;
	}
	.forMamaPoint {
		width: 48%;
		padding:43% 25px 25px;
	}
	.forMamaPoint:last-child {
		margin: 30px auto 0;
	}
	/* section asgift */
	#asGift .wrapper .flex {
		display: block;
	} 
	#asGiftLeft {
		display: none;
	}
	#asGiftLeft-mobile,
	#asGiftRight {
		display: block;
		width: 100%;
	}
	#asGiftRight img.pc-hidden {
		display: inline-block;
	}
	#asGiftRight img {
		width: 48%;
	}
	#asGift .fontSize24px {
		font-size: 
	}
	#asGift br.mobile-hidden {
		display: none;
	}
	#asGiftRight p,
	#asGiftRight div {
		margin-left: 0;
	}
	#asGiftLeft-mobile {
		margin-top: 35px;
	}
	/* section mamaVoice */
	#momVoice1 img.pc-hidden {
		display: block;
	}
	#momVoice1 img.mobile-hidden {
		display: none;
	}
	#momVoice1.flex,
	#momVoice2.flex {
		display: block;
	}
	#momVoice2.flex img,
	#momVoice1.flex img.pc-hidden{
		display: block;
		margin: 0 auto;
		padding-top: 30px;
	}
	#momVoice1>div, #momVoice2>div {
		padding: 30px;
	}
	/* section toHP */
	#toHP .flex {
		display: block;
	}
	#toHP .flex img {
		width: 60%;
		display: block;
		margin: 0 auto;
		padding: 0 0 30px 0;
	}
	#toHP .linkLine {
		width: 4%;
		right: 15%; 
	}
	/* section application */
	#application table tr {
		display: block;
	}
	#application table td {
		display: block;
		width: 100%;
	}
	#application tr {
		padding: 0;
	}
	#application button {
		width: 100%;
	}
	#application tr.confirm-tr .mfp_rows {
		padding: 5px 0;
	}
	#application form input, #application form textarea {
	    padding: 10px 13px;
	}
	#application .mailform tr td:first-child {
		padding-bottom: 5px;
	}
	#application .productMenu tr td:first-child {
		padding-left:0;
		padding-bottom: 5px; 
	}
	/* confirmation */
	#confirmation tr {
	    height: unset;
	}
	#confirmation .productMenu tr td:first-child {
		padding-top:0;
		padding-left: 0; 
	}
	#confirmation .customImg img {
		padding-top: 25px;
	}
	@media screen and (max-width: 700px){
		#feature .fontSize24px br.pc-hidden {
			display: block;
		}
		#feature .fontSize36px br.pc-hidden {
			display: block;
		}
		/* section problem */
		#problemDesc .fontSize24px br.pc-hidden{
			display: block;
		}
		/* section detailedFeature */
		.dFeatureText br.mobile-hidden {
			display: none;
		}
		.dFeatureText .fontSize22px {
			display: block;
			margin-top: 15px;
		}
		/* section getNow */
		.setLineup .flex .fontSize30px {
		    font-size: 20px;
		}
		/* section forMama */
		#forMamaDesc.flex {
			display: block;
		}
		#forMamaDesc img {
			display: block;
			margin: 0 auto 30px;
		}
		/* section asGift */
		#asGiftRight img.pc-hidden {
			display: block;
		}
		#asGiftRight img {
			width: 100%;
		}
	@media screen and (max-width: 600px){
		.fontSize24px {
			line-height: 180%;
		}
		.wrapper {
			padding:0 40px;
		}
		.recommendItem {
			top: -25px;
		}
		/* section topImg */
		#topImgContainer img{
			width: 100%;
			min-width: auto;
		}
		#topImgContainer p {
			font-size: 16px;
    		line-height: 32px;
    		margin-bottom: 20px;
		}
		/* section problem */
		#problemImgs {
			width: 100%;
		}
		/* section forMama */
		.forMamaPoint {
			width: 100%;
			padding:90% 25px 25px;
			margin-top: 30px;
		}
		#forMamaBottom .barToBottom {
			margin: 0 30px;
		}
		#forMamaDesc {
			margin: 0 0 15px 0;
		}
		/* section howToGet */
		.customizableProductContainer {
			width: 100%;
			margin: 15px 0px;
		}
		/* section toHP */
		#toHP .flex img {
			width: 100%;
			padding: 0 0 20px 0;
		}
		/* */
		#application .sectionTitleBg {
			font-size: 50px;
		}
		#insta_icon img{
			width: 40px;
		}
		#insta_icon img{
			width: 30px;
		}
		@media screen and (max-width: 500px){
		section {
			padding: 50px 0;
		}
		p {
			margin-bottom: 0.5rem;
		}
		.wrapper {
			padding: 0 30px;
		}
		.sectionTitleBg {
			font-size: 70px;
			top: -0px;
		}
		/* section feature */
		#featureTitle {
			height: 60px;
		}
		/* section problem */
		#problemImgs {
			width: 100%;
		}
		#problemImgs.flex > div {
			width: 60%;
			margin: 0 auto;
		}
		#feature .fontSize24px {
			font-size: 16px;
			line-height: 30px;
		}
		#featureTitle, #feature .fontSize36px {
			font-size: 22px;
			line-height:40px;
		}
		/* section dFeature */
		.dFeature.flex {
			display: block;
		}	
		.dFeatureText {
			padding: 0 30px 40px;
		}
		.dFeatureImgContainer {
			position: relative;
			width: 100%;
			left: unset;
		}
		.dFeatureTitle {
			padding: 30px 0 10px;
		}
		.dFeatureImgContainer.pc-hidden,
		.dFeature img.pc-hidden {
			display: block;
		}
		.dFeatureImgContainer.mobile-hidden,
		.dFeature img.mobile-hidden {
			display: none;
		}
		.dFeatureImgContainer {
			height: 200px;
		}
		.dFeature>img {
			top: -70px;
			width: 45%;
			left: 60%;
		}
		/* section forMama */
		#forMamaBottom .fontSize18px{
			font-size: 16px;
			line-height: 180%;
		}
		#forMamaBottom .fontSize24px{
			font-size: 20px
		}
		#forMamaBottomTitle {
			font-size: 20px;
		}
		#forMamaBottom .barToBottom {
			margin: 0 20px;
		}
		#forMamaBottom br.mobile-hidden {
			display: none;
		}
		/* section getNow */
		p.recommendItem {
		    font-size: 45px;
		    top: -40px;
		}
		/* section getNow3 */
		#getNow3 .getNowContainer .flex {
			display: block;
			margin-bottom: 1rem;
		}
		#productSetContent div span {
			right: -22vw
		}
		/* section momVoice */
		#momVoice p.sectionTitleBg {
		    font-size: 55px;
		}
		/* section howToget */
		#howToGet .flex img{
			min-width: auto;
			width: 100%;
		}
		#howToGet br.pc-hidden{
			display: block;
		}
		#howToGet br.mobile-hidden{
			display: none;
		}
		/* section orderFlow */
		.orderflowContainer {
	    	width: 100%;
	    	margin-right: 30px;
		}
		#orderFlow .flex {
			display: block;
		}
		.orderflowContainer{
			display: block;
			margin-bottom: 20px;
		}
		.orderflowContainer .textAlignCenter,
		.orderflowContainer .desc
		 {
			width: 100%;
		}
		.orderflowContainer .desc {
			padding: 20px 0 0px 00px;
		}
		.orderflowContainer .textAlignCenter:after {
			width: 0px;
			height: 0px;
		}
		.orderflowContainer .desc:after {
			content: '';
		    display: block;
		    position: relative;
		    background: black;
			width: 1px;
			height: 35px;
			top: unset;
			right: -50%;
		}
		.orderflowContainer .desc.last:after {
			width: 0px;
			height: 0px;
		}
		.orderflowContainerText {
		    width: 100%;
		}
		#orderFlow>.wrapper>.flex :after {
		   display: none;
		}
		.orderflowContainer .desc {
			margin: 0;
		    padding: 20px 20px 0px;
		}
		.orderflowContainer .title {
		    margin: 20px 0 -10px 20px;
		}

		/* section Application */
		.colorSelectContainer, .mailform select {
			width: 300px;
		}
		span.pulldownTri {
			right: 13px;
		}
		#application button .linkLine {
		    right: 20px;
		    width: 20%;
		}

		/* confirmation */
		#confirmation a.commonBtn.backBtn {
			width: 100px;
		}
		/* section toHP */
		#toHP .linkLine {
		    width: 5%;
		    right: 20px;
		}
}