@charset "UTF-8";
					.c-btn-border.bottom::after{
						transform: rotate(90deg);
    					right: 0;
    					left: 0;
    					bottom: -2.2vw;
					}
					.c-btn-border.bottom:hover::after {
                        transform: rotate(90deg) translateX(5px);
                    }
					#twoProduct{
						max-width: 1400px;
						gap: 0 2vw;
						display: grid;
						justify-content: center;
						grid-template-columns: 1fr 1fr;
						margin:auto;
						width: 90%;
					}
					@media screen and (max-width: 768px) {
					    #twoProduct{
						    width: 100%;
					    }
					}
					#twoProduct .title br{
						display:none;
					}
					#twoProduct div:nth-child(1) .title{
						background-color: #eb1e82;
						color:#FFFFFF;
						text-align: center;
						padding: 1vw;
					}
					#twoProduct div:nth-child(1) .tick span{
						color:#eb1e82;
					}
					#twoProduct div:nth-child(2) .title{
						background-color: rgb(160 14 108);
						color:#FFFFFF;
						text-align: center;
						padding: 1vw;	
					}
					#twoProduct div:nth-child(2) .tick span{
						color:rgb(160 14 108);
					}
					#twoProduct a{
						display: flex;
					    flex-wrap: wrap;
    					align-items: center;
    					justify-content: center;
    					letter-spacing: 0.01rem;
    					font-size: 1.875rem;
    					line-height: 1;
    					font-weight: 600;
    					text-decoration: none;
						height: 70px;
						margin: 0 25px 0 25px;
						background: #FFFFFF;
						max-width: 50%;
    					margin: -2.5vw 25% 0;
						padding-bottom: .5vw;
					}
#twoProduct div .title{
	font-size: 1.875rem;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
	#twoProduct div .title{
		font-size: 1.5625vw;
	}
	#twoProduct a{
        font-size: 1.5625vw;
		height: 3.723vw;
    }
}
@media screen and (max-width: 768px) {
	#twoProduct div .title{
    	font-size: 4vw;
	}
	#twoProduct a{
		padding-bottom: 3vw;
        font-size: 3.5vw;
        height: 50px;
        margin: -2.5vw 10% 0;
        max-width: none;
	}
	.c-btn-border.bottom::after{
    	bottom: -6vw;
	}
	#twoProduct .title br{
		display:block;
	}
}

#twoProduct img{
	width:50%;
	margin:auto;
	margin-top: 2vw;
	margin-bottom: 2vw;
}
#twoProduct .content{
	background-color: #FFFFFF;
    padding-top: 10vw;
    margin-top: -10vw;
    border-radius: 20px;
    padding-bottom: 5vw;
}
.tick{
	width: fit-content;
    margin: auto;
}
.tick p {
  letter-spacing: 0.008rem;
  font-size: 1.875rem;
  line-height: 2;
  font-weight: 400;
  padding: 0 25px 0 4vw;
  position: relative;
}
.tick p::before {
	position: absolute;
	content: "✓";
	left:2vw;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .tick p {
    letter-spacing: 0.0066666667vw;
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .tick p {
    padding: 0 1.3020833333vw 0 3.2291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .tick p {
    font-size: 3.6vw;
    letter-spacing: 0.0432vw;
    line-height: 1.7037037037;
    padding: 0 3.3333333333vw 0 8.2666666667vw;
  }
}

.p-top-about{
	padding: 3.6458333333vw 0;
}
.btnBuy a {
    display: inline-block;
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    opacity: 1;
    transition: opacity 0.3s;
}
.btnBuy a:last-child {
    margin-right: 0;
}
.btnBuy2 > img {
    display: inline-block !important;
    width: calc((100% - 40px) / 3) !important;
    margin-right: 20px;
    margin-bottom: 10px;
    opacity: 1;
    transition: opacity 0.3s;
}
.btnBuy2 > img:last-child, .btnBuy2 > img:nth-child(3n) {
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    .btnBuy a {
        width: calc((100% - 20px) / 2);
        margin-bottom: 10px;
    }
    .btnBuy a:nth-child(2) {
        margin-right: 0;
    }
    .btnBuy2 img {
        width: calc((100% - 20px) / 2) !important;
    }
    .btnBuy2 > img:nth-child(3) {
        margin-right: 20px;
    }
    .btnBuy2 > img:nth-child(even) {
        margin-right: 0;
    }
}
.btnBuy{
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
	padding:0 2vw;
}
.btnBuy2 {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
	padding:0 2vw;
}
.p-top-type__ttl-main span{
  font-size: 6.3281255rem;
}
.p-top-type__ttl-main {
    font-size: 4.21875rem;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
    .p-top-type__ttl-main {
        font-size: 3.515625vw;
    }
	.p-top-type__ttl-main span{
    	font-size: 5.2734375vw;
  	}
}
.p-top-product__text {
        font-size: 1.875rem;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
    .p-top-product__text {
        font-size: 1.5625vw;
    }
}
.p-top-product__text.big {
        font-size: 2.125rem;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
    .p-top-product__text.big {
        font-size: 1.7708333333vw;
    }
}





/* footer */
.l-footer_shiseido {
  overflow: hidden;
  padding: 13px 10px 10px 10px; 
  background-color: #000;
}

@media (max-width: 1179.98px) {
  .l-footer_shiseido {
    padding: 0;
  }
}

.l-footer_shiseido .footerLink {
  float: left;
}

@media (max-width: 1179.98px) {
  .l-footer_shiseido .footerLink {
    width: 100%;
  }
}

.l-footer_shiseido .footerLink .pcLogo {
  float: left;
  margin-right: 18px; 
  vertical-align: middle;
}

@media (max-width: 1179.98px) {
  .l-footer_shiseido .footerLink .pcLogo {
    display: none;
  }
}

.l-footer_shiseido .footerLink .footerLinkList {
  float: left;
  margin-top: -2px; 
  vertical-align: middle;
}

@media (max-width: 1179.98px) {
  .l-footer_shiseido .footerLink .footerLinkList {
    float: none;
    padding: 10px 10px; 
    width: 100%;
    background-color: #303030;
  }
}

.l-footer_shiseido .footerLink .footerLinkList li {
  display: inline-block;
  margin-right: 10px; 
  vertical-align: middle;
}

@media (max-width: 1179.98px) {
  .l-footer_shiseido .footerLink .footerLinkList li {
    margin-right: 5px;
  }
}

.l-footer_shiseido .footerLink .footerLinkList li:last-child {
  margin-right: 0;
}

.l-footer_shiseido .footerLink .footerLinkList li a {
  display: block;
  vertical-align: top;
  text-decoration: none; 
  color: #fff;
  font-size: 1rem;
}

@media (max-width: 1179.98px) {
  .l-footer_shiseido .footerLink .footerLinkList li a {
    padding-left: 10px; 
    /*background: url(../../../www.shiseido.co.jp/sp/shared/cmn_footer/html/black/icon_fnavi.gif) left center no-repeat;*/
    background-size: 7px auto;
  }
  .l-footer_shiseido .footerLink .footerLinkList li a.arrow {
    padding-left: 10px; 
    /*background: url(../../../www.shiseido.co.jp/sp/shared/cmn_footer/html/black/icon_fnavi2.gif) left center no-repeat;*/
    background-size: 5px 5px;
  }
}

.l-footer_shiseido .footerLink .footerLinkList li a span {
  display: none;
}

@media (max-width: 1179.98px) {
  .l-footer_shiseido .footerLink .footerLinkList li a span {
    display: block;
    white-space: nowrap;
  }
}

.l-footer_shiseido .footerLink .footerLinkList li a img {
  vertical-align: middle;
}

@media (max-width: 1179.98px) {
  .l-footer_shiseido .footerLink .footerLinkList li a img {
    display: none;
  }
}

@media (max-width: 1179.98px) {
  .l-footer_shiseido .copyrightWrap {
    overflow: hidden; 
    padding: 7px 10px 4px 10px;
  }
}

.l-footer_shiseido .copyrightWrap .spLogo {
  display: none;
}

@media (max-width: 1179.98px) {
  .l-footer_shiseido .copyrightWrap .spLogo {
    display: block;
    float: left;
  }
  .l-footer_shiseido .copyrightWrap .spLogo img {
    width: 75px;
    height: 13px;
    vertical-align: top;
  }
}

.l-footer_shiseido .copyrightWrap .copyright {
  float: right;
  color: #fff; 
  font-size: 9px;
  font-size: 0.9rem;
}

@media (max-width: 1179.98px) {
  .l-footer_shiseido .copyrightWrap .copyright {
    padding-top: 0;
  }
}

@media (max-width: 1179.98px) {
  .l-footer_shiseido .copyrightWrap .copyright span {
    vertical-align: middle; 
    color: #fff;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1;
  }
}

#btnFlow{
    position: fixed;
    width: 10%;
    min-width: 100px;
    right: 10px;
    bottom: 10px;
}
#btnFlow img{
    width:100%;
}

