@charset "UTF-8";
/* CSS Document */
/*=======================

共通

=======================*/
html {
    color: #000;
    background: #FFF;
    scroll-behavior: ;
}
blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
figure,
ul,
section {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: 400;
}
ol,
ul {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}
q:after,
q:before {
    content: '';
}
abbr,
acronym {
    border: 0;
    font-variant: normal;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
legend {
    color: #000;
}
a{
	color:#666666;
	text-decoration: none;
}
a:hover{
	color:#666666;
	text-decoration: underline;
	opacity: 0.7;
}
/*a img {
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}*/
@media screen and (min-width:768px) {
    .pchide {
        display: none!important;
    }
}
@media screen and (max-width: 767px) {
    .sphide {
        display: none!important;
    }
}


/*=======================
fadein
=======================*/
.ScrJS {
    transform: translateY(100px);
    opacity   :        0;
    position  : relative;
    transition: 2.0s ease;
	animation-name: fadeupanimedis2021;
}
.ScrJS.Mov {
	transform: translateY(0);
	opacity: 1; }

.fadeup-dis2021,
.fadeup-dis2021sc
{opacity: 0}
.fadeup-dis2021on{
animation-name: fadeupanimedis2021;
animation-duration:2s;
animation-fill-mode: forwards;
opacity: 1;
}
@keyframes fadeupanimedis2021{
  from {
   opacity: 0;
   transform: translateY(100px);
  }
  to {
  opacity: 1;
  transform: translateY(0);
  }
}


/*=======================
font
=======================*/
.mincho {
	font-family:"Noto Serif JP", "FOT-筑紫明朝 Pr6N R", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #140001;
}
.fontEn {
    font-family: 'Sacramento', cursive, serif;
}
.fontsans {
font-family: 'Noto Sans JP', sans-serif;
}


/*=======================
FV
=======================*/
.sakurabalm2022 .fv {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-image:url('../images/fv/fv-bgimg_pc.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	height: 36.5vw;
}
.sakurabalm2022 .fv img {
	width: 58.6vw;
    margin: 0 auto;
    text-align: center;
    padding-top: 4vw;
}
.sakurabalm2022 .fv .fv-text {
	width: 34.4vw;
	padding-top: 10.2vw;
}

.sakurabalm2022 .fv-sidebg {
	width: 100%;
	position: absolute;
	z-index: 0!important;
}
.sakurabalm2022 .fv-sidebg img {
	width: 100%!important;
}
@media screen and (max-width: 767px) {
.sakurabalm2022 .fv {
	background-image:url('../images/fv/fv-bgimg_sp.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	height: 100%;
	padding: 0 20px;
}
.sakurabalm2022 .fv img {
    width: 100%;
    padding: 11vw 0 15vw;
}
.sakurabalm2022 .fv .fv-text {f
	width: 100%;
	padding-top: 24vw;
}
}


/*=======================

cont01

=======================*/
.sakurabalm2022 .cont01 {
	width: 100%;
	display: inline-block;
	background: #fef8f8;
	margin: 0 auto;
	text-align: center;
	padding: 100px 0 0;
} 
.sakurabalm2022 .cont01 .cont01-ttl {
	width: 1000px;
	padding-bottom: 68px;
	margin: 0 auto;
}
.sakurabalm2022 .cont01 .cont01-ttl img {
	width: 52px;
}
.sakurabalm2022 .cont01 .cont01-ttl p {
	font-size: 22px;
    line-height: 2.6em;
}


/*SP表示*/
@media screen and (max-width: 767px) {
.sakurabalm2022 .cont01 {
    width: 100%;
    padding: 45px 25px;
}
.sakurabalm2022 .cont01 .cont01-ttl {
	width: 100%;
	padding: 0;
}
.sakurabalm2022 .cont01 .cont01-ttl img {
	width: 12%;
}
.sakurabalm2022 .cont01 .cont01-ttl p {
    font-size: 15px;
    line-height: 2.2em;
}
}



/*=======================

bg-sakura

=======================*/

.sakurabalm2022 .bg-sakura {
	width: 100%;
}
.sakurabalm2022  .bg-sakura img {
	width: 100%;
}




/*=======================

product02

=======================*/

.sakurabalm2022 .cont02 {
	background-image: url("../images/cont-point/point-bgimg_pc.png");
	background-size: 100%;
	background-repeat: no-repeat;
	height: 160rem;
	margin-top: -5vw;
}
.sakurabalm2022 .cont02 .top {
	width: 100%;
}
.sakurabalm2022 .cont02 .top .top-bg img {
	width: 100%;
    position: absolute;
    margin-top: -20vw;
	z-index: 1;
}
.sakurabalm2022 .cont02 .top img {
	width: 80%;
	margin-top: -15vw;
	z-index: 3;
}
.sakurabalm2022 .cont02 .point-frame {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	z-index: 3;
	margin-top: 10vw;
}
.sakurabalm2022 .cont02 .point-inner {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 120px;
}
.sakurabalm2022 .cont02 .point-frame .point-inner li .text-box {
	width: 525px;
	text-align: left;
	float: left;
}
.sakurabalm2022 .cont02 .point-frame .point-inner li .icon-sakura {
	width: 90px;
	margin: 5px 20px 0 0;
	float: left;
}
.sakurabalm2022 .cont02 .point-frame .point-inner li span {
	font-size: 33px;
	line-height: 1.4em;
	color: #eb6e96;
	font-weight: 600;
}
.sakurabalm2022 .cont02 .point-frame .point-inner li p {
	font-size: 20px;
	margin-top: 35px;
	line-height: 1.8em;
}
.sakurabalm2022 .cont02 .point-frame .point-inner li .sub {
	font-size: 9px;
    color: #140001;
    font-weight: normal;
    display: block;
    padding-top: 25px;
    line-height: 1.8em;
}
.sakurabalm2022 .cont02 .point-frame .point-inner li .point-img {
	width: 475px;
	
}

/* li-01 */
.sakurabalm2022 .cont02 .point-frame .point-inner li:nth-child(1) .text-box {
	margin-top: 9em;
}

/* li-02 */
.sakurabalm2022 .cont02 .point-frame .point-inner li:nth-child(2) {
	padding-top: 3em;
}
.sakurabalm2022 .cont02 .point-frame .point-inner li:nth-child(2) .text-box {
	margin-top: 7em;
	float: right;
}

/* li-03 */
.sakurabalm2022 .cont02 .point-frame .point-inner li:nth-child(3) {
	padding-top: 3em;
}
.sakurabalm2022 .cont02 .point-frame .point-inner li:nth-child(3) .text-box {
	margin-top: 4em;
	width: 480px;
}
.sakurabalm2022 .cont02 .point-frame .point-inner li:nth-child(3) .point-img {
	width: 520px;
}

/* li-04 */
.sakurabalm2022 .cont02 .point-frame .point-inner li:nth-child(4) {
	padding-top: 6em;
}
.sakurabalm2022 .cont02 .point-frame .point-inner li:nth-child(4) .text-box {
	float: none;
    width: 1000px;
    text-align: center;
}
.sakurabalm2022 .cont02 .point-frame .point-inner li:nth-child(4) .point-img {
	width: 83%;
	padding-top: 40px;
}
.sakurabalm2022 .cont02 .point-frame .point-inner li:nth-child(4) .icon-sakura {
	float: none;
	margin: 0 auto 20px;
	display: block;
}
.sakurabalm2022 .cont02 .point-frame .point-inner li:nth-child(4) .sub {
	text-align: right;
}



/*SP表示*/
@media screen and (max-width: 767px) {

.sakurabalm2022 .cont02 {
	background-image: url("../images/cont-point/point-bgimg_sp.png");
	height: 760vw;
}
.sakurabalm2022 .cont02 .point-frame {
	margin-top:7vw;
}
.sakurabalm2022 .cont02 .point-inner {
	width: 100%;
	padding-bottom: 0;
}
.sakurabalm2022 .cont02 .point-frame .point-inner li {
	padding: 0 25px;
}
.sakurabalm2022 .cont02 .point-frame .point-inner li .text-box {
	width: 100%!important;
	
}
.sakurabalm2022 .cont02 .point-frame .point-inner li .icon-sakura {
    width: 19.5%;
    margin: 0 auto;
    float: none;
    display: block;
    padding-bottom: 5px;
}
.sakurabalm2022 .cont02 .point-frame .point-inner li span {
    font-size: 25px;
    display: block;
	text-align: center;
}
.sakurabalm2022 .cont02 .point-frame .point-inner li .point-img {
    width: 100%;
}	
.sakurabalm2022 .cont02 .point-frame .point-inner li p {
	letter-spacing: 0.01em;
    font-size: 15px;
    margin: 15px 0 10px;
    line-height: 1.6em;
}

/* li-01 */
.sakurabalm2022 .cont02 .point-frame .point-inner li:nth-child(1) .text-box {
	margin-top: 3.4em;
}
	
/* li-02 */	
.sakurabalm2022 .cont02 .point-frame .point-inner li:nth-child(2) {
	padding-top: 4em;
}
.sakurabalm2022 .cont02 .point-frame .point-inner li:nth-child(2) .text-box {
    margin-top: 0;
    float: none;
}
	
/* li-03 */	
.sakurabalm2022 .cont02 .point-frame .point-inner li:nth-child(3) {
	padding-top: 4em;
}
.sakurabalm2022 .cont02 .point-frame .point-inner li:nth-child(3) .text-box {
    margin-top: 0;
    width: 100%;
}
.sakurabalm2022 .cont02 .point-frame .point-inner li:nth-child(3) .point-img {
    width: 100%;
}
.sakurabalm2022 .cont02 .point-frame .point-inner li:nth-child(3) .sub {
	font-size: 8px;
	text-align: right;
	}
}

/* li-04 */	
.sakurabalm2022 .cont02 .point-frame .point-inner li:nth-child(4) {
    padding-top: 4em;
}
.sakurabalm2022 .cont02 .point-frame .point-inner li:nth-child(4) .icon-sakura {
    margin: 0 auto;
    padding-bottom: 8px;
}
.sakurabalm2022 .cont02 .point-frame .point-inner li:nth-child(4) .point-img {
    width: 90%;
    padding-top: 20px;
}









/*=======================

how to use

=======================*/

.sakurabalm2022 .howto {
	background-image: url("../images/cont-howtouse/howtouse-bgimg_pc.png");
	background-size: 100%;
	background-repeat: no-repeat;
	height: 56rem;
	padding: 220px 0 0;
	margin-top: -10vw;
}
.sakurabalm2022 .howto .ttl-text {
	font-size: 33px;
	padding-bottom: 60px;
	text-align: center;
	font-weight: 400;
}
.sakurabalm2022 .howto .ttl-text span {
	font-size: 20px;
	display: block;
	padding-bottom: 15px;
	font-weight: normal;
}
.sakurabalm2022 .howto__step {
	width: 1200px;
    margin: 0 auto;
}

.sakurabalm2022 .howto__step ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  margin: 0 -30px;
}

.sakurabalm2022 .howto__step ul li {
  width: 50%;
  margin: 0 0 50px;
  padding: 0 30px;
}

.sakurabalm2022 .howto__item {
  position: relative;
  height: 100%;
  padding: 40px;
  background: #fff;
}

.sakurabalm2022 .howto__step ul li:nth-child(2) .howto__item {
  padding: 50px 40px 40px 40px;
}

.sakurabalm2022 .howto__step ul li:nth-child(3) .howto__item {
  padding: 50px 40px 40px 40px;
}

.sakurabalm2022 .howto__icon {
  position: absolute;
  top: -10px;
  left: 40px;
  font-size: 2rem!important;
}

.sakurabalm2022 .howto__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
}

.sakurabalm2022 .howto__img {
  width: 100px;
}

.sakurabalm2022 .howto__text {
  width: 375px;
  text-align: left;
  color: #140001;
}

.sakurabalm2022 .howto__img img {
  display: block;
  margin: 0 auto;
}

.sakurabalm2022 .howto__img img.step01 {
  width: 72px;
}

.sakurabalm2022 .howto__img img.step02 {
  width: 80px;
}

.sakurabalm2022 .howto__img img.step03 {
  width: 64px;
}

.sakurabalm2022 .howto__img img.step04 {
  width: 69px;
}

.sakurabalm2022 .howto__text {
  line-height: 1.5;
}

.sakurabalm2022 .howto__notes {
  display: block;
  margin: 15px 0 0;
  font-size: 0.7rem;
  text-align: left;
  font-weight: 400;
  color: #140001;
}




@media screen and (max-width:768px){
  .howto__step {
  }

  .howto__step ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    margin: 0 -14px;
  }

  .howto__step ul li {
    width: 50%;
    margin: 0 0 50px;
    padding: 0 14px;
  }

  .howto__item {
    position: relative;
    height: 100%;
    padding: 30px;
    background: #fff;
  }

  .howto__step ul li:nth-child(2) .howto__item {
    padding: 50px 30px 30px 30px;
  }

  .howto__step ul li:nth-child(3) .howto__item {
    padding: 50px 30px 30px 30px;
  }

  .howto__icon {
    position: absolute;
    top: -10px;
    left: 40px;
    font-size: 2.8rem;
  }

  .howto__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .howto__img {
    width: 20%;
  }

  .howto__text {
    width: 68%;
  }

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

  .howto__img img.step01 {
    width: 64px;
  }

  .howto__img img.step02 {
    width: 68px;
  }

  .howto__img img.step03 {
    width: 56px;
  }

  .howto__img img.step04 {
    width: 58px;
  }

  .howto__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .howto__notes {
    display: block;
    margin: 15px 0 0;
    font-size: 1.2rem;
  }
}

@media screen and (max-width:480px){
.sakurabalm2022 .howto {
    background-image: url(../images/cont-howtouse/howtouse-bgimg_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 260vw;
    padding: 90px 0 0;
    margin-top: -20vw;
}
.sakurabalm2022 .howto__step {
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}
.sakurabalm2022 .howto .ttl-text {
	font-size: 25px;
	line-height: 1.4em;
	padding-bottom: 40px;
}
.sakurabalm2022 .howto .ttl-text span {
    font-size: 14px;
    padding-bottom: 0;
	margin-bottom: -3px;
}

.sakurabalm2022 .howto__step ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    margin: 0;
  }

.sakurabalm2022 .howto__step ul li {
    width: 100%;
    margin: 0 0 50px;
    padding: 0 ;
  }

.sakurabalm2022 .howto__item {
    position: relative;
    height: 100%;
    padding: 30px;
    background: #fff;
  }

.sakurabalm2022 .howto__step ul li:nth-child(2) .howto__item {
    padding: 30px;
  }

.sakurabalm2022 .howto__step ul li:nth-child(3) .howto__item {
    padding: 30px;
  }

.sakurabalm2022 .howto__icon {
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 2.8rem;
  }

.sakurabalm2022 .howto__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

.sakurabalm2022 .howto__img {
    width: 20%;
  }

.sakurabalm2022 .howto__text {
    width: 68%;
  }

.sakurabalm2022 .howto__img img {
    display: block;
    margin: 0 auto;
  }

.sakurabalm2022 .howto__img img.step01 {
    width: 64px;
  }

.sakurabalm2022 .howto__img img.step02 {
    width: 68px;
  }

.sakurabalm2022 .howto__img img.step03 {
    width: 56px;
  }
	
.sakurabalm2022 .howto__img img.step04 {
    width: 58px;
  }

.sakurabalm2022 .howto__text {
    font-size: 13px;
    line-height: 1.5;
  }

.sakurabalm2022 .howto__notes {
    display: block;
    margin: 15px 0 0;
    font-size: 11px;
  }
}














/*=======================

product-detail_balm

=======================*/
.sakurabalm2022 .product-balm {
	background-image: url("../images/cont-balm/balm-bgimg_pc.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	height: 43rem;
	margin: 0 auto;
	text-align: center;
	padding: 100px 0;
}
@media screen and (min-width: 1500px) {
	.sakurabalm2022 .product-balm {
	}
}
.sakurabalm2022 .product-balm .ttl-text {
	font-size: 33px;
	padding-bottom: 50px;
	text-align: center;
	font-weight: 400;
}
.sakurabalm2022 .product-balm .ttl-text span {
	font-size: 20px;
	display: block;
	padding-bottom: 15px;
	font-weight: normal;
}
.sakurabalm2022 .product-balm .detail-box {
	width: 1000px;
    display: inline-block;
	margin: 0 auto;
	z-index: 3;
}
.sakurabalm2022 .product-balm .detail-box img {
	width: 375px;
    float: left;
    margin-right: 60px;
    z-index: 3;
	margin-left: 95px;
}
.sakurabalm2022 .product-balm .detail-text {
	text-align: left;
    width: 410px;
    display: table;
	padding-top: 30px;
}
.sakurabalm2022 .product-balm .detail-text .limited {
	background-color: #e96d95;
    padding: 6px 12px;
    font-size: 15px;
    width: 22.4%;
    color: #fff;
    margin-bottom: 4px;
    letter-spacing: 0.13em;
}
.sakurabalm2022 .product-balm .detail-text .product-name {
	font-size: 20px;
	line-height: 1.6em;
	padding-bottom: 10px;
}
.sakurabalm2022 .product-balm .detail-text .product-name span {
	font-size: 15px;
}
.sakurabalm2022 .product-balm .detail-text label {
	font-size: 10px;
    padding-bottom: 3px;
    border-bottom: 1px solid #140001;
}
.sakurabalm2022 .product-balm .detail-text img {
	width: 410px;
	float: none;
	margin-right: 0;
}
.sakurabalm2022 .product-balm .detail {
	text-align: center;
    padding: 28px 6.5vw 0 0;
}
.sakurabalm2022 .product-balm .detail img {
	width: 86px;
}

/*ボタン*/
.sakurabalm2022 .buttons-box {
	margin: 0 auto;
	text-align: center;
}
.sakurabalm2022 .buttons {
	margin: 35px auto 0;
	z-index: 10;
}
.sakurabalm2022 .buttons1124 .button, .sakurabalm2022 .product02 .buttons1124 .button {
	max-width: 100%!important;
}
.sakurabalm2022 .button {
	max-width: 100%;
    width: 270px;
}
.sakurabalm2022 .button a {
	max-width: 100%;
	text-decoration: none;
}
.sakurabalm2022 .buttons a:hover {
	opacity: 0.7;
}
.sakurabalm2022 .button a span {
	position: relative;
	display: block;
	width: 100%;
}
.sakurabalm2022 .button a span::before, .sakurabalm2022 .button a span::after {
	position: absolute;
    top: 50%;
    left: 18px;
    content: '';
    display: block;
    margin-top: -10px;
    width: 22px;
    height: 22px;
    background-color: transparent;
    background-size: contain;
}
.sakurabalm2022 .btn-more a {
	background-color: #e86d95;
    border: solid 2px #e86d95;
    padding: 17px 0;
    font-size: 17px;
    font-weight: 500;
    border-radius: 50px;
    display: block;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}
.sakurabalm2022 .btn-more span {
	color: #fff;
}
.sakurabalm2022 .btn-more a span::after {
	right: auto;
	left: 25px;
	background-image: url('../images/cont-balm/icon-cart_pink01.png');
}
.sakurabalm2022 .btn-more a span::before {
	background-image: url('../images/cont-balm/icon-arrow_white.png');
}
.sakurabalm2022 .btn-more a span::before, .sakurabalm2022 .btn-search a span::before{
	left: auto!important;
    right: 20px;
	position: absolute;
    top: 50%;
    left: 18px;
    content: '';
    display: block;
    margin-top: -8px;
    width: 17px;
    height: 17px;
    background-color: transparent;
    background-size: contain;
	background-repeat: no-repeat;
	
}

.sakurabalm2022 .btn-search a  {
	background-color: #ffffff;
	border: solid 2px #e86d95;
	padding: 17px 0;
    font-size: 17px;
    font-weight: 500;
    border-radius: 50px;
    display: block;
	letter-spacing: 0.1em;
}
.sakurabalm2022 .btn-search span {
	color: #e86d95;
}
.sakurabalm2022 .btn-search a span::after {
	right: auto;
	left: 20px;
	background-image: url('../images/cont-balm/balm-icon-search_ping02.png');
}

.sakurabalm2022 li:last-child .buttons {
	float: right;
}
.sakurabalm2022 li:last-child .btn-more a {
	background-color: #046090;
    border: solid 2px #046090;
}
.sakurabalm2022 li:last-child .btn-search a {
	border: solid 2px #046090;
}
.sakurabalm2022 li:last-child .btn-search span {
	color: #046090;
}
.sakurabalm2022 .btn-search span::before {
	background-image: url('../images/cont-balm/icon-arrow_pink.png');
}





/*SP表示*/
@media screen and (max-width: 767px) {
.sakurabalm2022 .product-balm {
	background-image: url(../images/cont-balm/balm-bgimg_sp.jpg);
    height: 228vw;
    padding: 70px 0;	
}
.sakurabalm2022 .product-balm .ttl-text {
	font-size: 25px;
    line-height: 1.4em;
    padding-bottom: 25px;
}
.sakurabalm2022 .product-balm .ttl-text span {
	font-size: 14px;
    padding-bottom: 0;
    margin-bottom: -3px;
}
.sakurabalm2022 .product-balm .detail-box {
    width: 100%;
    padding: 0 25px;
}
.sakurabalm2022 .product-balm .detail-box img {
    width: 86%;
    float: none;
    margin: 0 auto;
}
.sakurabalm2022 .product-balm .detail-text .limited {
    padding: 6px 12px;
    font-size: 15px;
    width: 30%;
    margin: 0 auto 8px;
}
.sakurabalm2022 .product-balm .detail-text {
    text-align: center;
    width: 100%;
    padding-top: 20px;
}
.sakurabalm2022 .product-balm .detail-text .product-name {
	font-size: 16px;
	line-height: 1.5em;
}
.sakurabalm2022 .product-balm .detail-text .product-name span {
	font-size: 12px;
}
.sakurabalm2022 .button {
	margin: 0 auto;
}
	
	
	
	
.sakurabalm2022 .cont02 .product-detail {
	background-color: transparent;
}
.sakurabalm2022 .cont02 .product-detail .detail {
	padding: 5vw 0 0;
}
.sakurabalm2022 .cont02 .product-detail .detail-box {
	width: 100%;
}
.sakurabalm2022 .cont02 .product-detail .detail-box img {
	width: 100%;
	float: none;
	margin-right: 0;
	margin-top: 2.7vw;	
}
.sakurabalm2022 .cont02 .product-detail .detail-text {
	width: 100%;
}

.sakurabalm2022 .cont02 .product-detail .detail img {
	width: 20%;
	margin-top: 0;
}

.sakurabalm2022 .cont02 .buttons {
	width: 75%;
	display: block;
	margin: 30px auto 0;
}
.sakurabalm2022 .cont02 .buttons-box {
width: 100%;
display: block;
}
.sakurabalm2022 .cont02 .btn-more {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
}
.sakurabalm2022 .cont02 .button {
	margin-top: 12px;
	max-width: 100%;
	width: 100%;
}
.sakurabalm2022 .cont02 .btn-more a {
	padding: 18px 0;
    font-size: 15px;	
}
.sakurabalm2022 .cont02 .button a span::before, .sakurabalm2022 .cont02 .button a span::after {
	width: 19px;
    height: 19px;
}
.sakurabalm2022 .cont02 .btn-search a {
	padding: 18px 0;
    font-size: 15px;
}
}




/*=======================

product-detail_facemask

=======================*/
.sakurabalm2022 .product-facemask {
	background-image: url("../images/cont-facemask/facemask-bgimg_pc.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	height: 50rem;
	margin: 0 auto;
	text-align: center;
	padding: 100px 0;
}
.sakurabalm2022 .product-facemask .ttl-text {
	font-size: 33px;
	padding-bottom: 40px;
	text-align: center;
	font-weight: 400;
}
.sakurabalm2022 .product-facemask .ttl-text span {
	font-size: 20px;
	display: block;
	padding-bottom: 15px;
	font-weight: normal;
}
.sakurabalm2022 .product-facemask .detail-box {
	width: 1000px;
    display: inline-block;
	margin: 0 auto;
	z-index: 3;
}
.sakurabalm2022 .product-facemask .detail-box img {
	width: 260px;
    z-index: 3;
}
.sakurabalm2022 .product-facemask .detail-text {
	padding-top: 1.3vw;
	letter-spacing: 0.13em;
}
.sakurabalm2022 .product-facemask .product-name {
	font-size: 20px;
	line-height: 1.6em;
	padding-bottom: 10px;
}
.sakurabalm2022 .product-facemask .detail-text .product-name span {
	font-size: 15px;
}
.sakurabalm2022 .product-facemask .detail-text label {
	font-size: 10px;
    padding-bottom: 3px;
    border-bottom: 1px solid #140001;
}
.sakurabalm2022 .product-facemask .detail-text img {
	width: 410px;
	float: none;
	margin-right: 0;
	padding-bottom: 12px;
}
.sakurabalm2022 .product-facemask .detail {
	text-align: center;
    padding: 28px 6.5vw 0 0;
}
.sakurabalm2022 .product-facemask .detail img {
	width: 86px;
}
.sakurabalm2022 .product-facemask .buttons {
	margin: 25px 0 0;
}
.sakurabalm2022 .product-facemask .button {
	margin: 0 auto;
}
.sakurabalm2022 .product-facemask .btn-more a {
	background-color: #ea436f;
    border: solid 2px #ea436f;
}
.sakurabalm2022 .product-facemask .btn-more a span::after {
	right: auto;
	left: 25px;
	background-image: none;
}



/*SP表示*/
@media screen and (max-width: 767px) {
.sakurabalm2022 .product-facemask {
    background-image: url(../images/cont-facemask/facemask-bgimg_sp.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 188vw;
    padding: 70px 0;
}
.sakurabalm2022 .product-facemask .detail-box {
    width: 100%;
    padding: 0 25px;
}
.sakurabalm2022 .product-facemask .ttl-text {
	font-size: 25px;
    line-height: 1.4em;
    padding-bottom: 25px;
}
.sakurabalm2022 .product-facemask .ttl-text span {
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom: -3px;
}
.sakurabalm2022 .product-facemask .detail-text img {
	width: 92%;
	padding: 20px 0 5px;
}
.sakurabalm2022 .product-facemask .product-name {
    font-size: 16px;
    line-height: 1.6em;
    padding-bottom: 0;
}
.sakurabalm2022 .product-facemask .detail-text .product-name span {
    font-size: 12px;
}
.sakurabalm2022 .product-facemask .btn-more a {
		margin-bottom: 0;
}
	
}





/*=======================

go-category

=======================*/

.sakurabalm2022 .go-category {
	background-image: url("../images/cont-category/category-bgimg_pc.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	height: 16rem;
	padding: 100px 0;
}
.sakurabalm2022 .go-category .button {
	margin: 0 auto;
	text-align: center;
	width: 330px;
}
.sakurabalm2022 .go-category .btn-search span::after {
	background-image: none;
}
.sakurabalm2022 .go-category .btn-search a {
	font-size: 20px;
	padding: 20px 0;
	letter-spacing: 0.1em;
}





@media screen and (max-width: 767px) {
.sakurabalm2022 .go-category{
	background-image: url("../images/cont-category/category-bgimg_sp.jpg");
    height: 52vw;
    padding: 65px 0px;
}
.sakurabalm2022 .go-category .button {
	width: 82%;
}
.sakurabalm2022 .go-category .btn-search a {
    font-size: 17px;
    letter-spacing: 0.14em;
}
}













/*=======================

product02

=======================*/
.sakurabalm2022 .product02  {
	background-color: #f0c8da;
}


/*SP表示*/
@media screen and (max-width: 767px) {
.sakurabalm2022 .product02 {
	background-image: url(../img/product02/product02-bg_sp.jpg);
	background-size: 100%;
	padding-bottom: 12vw;
	background-color: transparent;
}
.sakurabalm2022 .product02-1124 {
	background-image: url(../img/product02/product02-bg_sp_1124.jpg)!important;	
	}	
.sakurabalm2022 .product02 .top img {
	width: 100%;
	margin-top: -20vw;
}
.sakurabalm2022 .product02 .about {
	background-color:transparent;
}
.sakurabalm2022 .product02 .about img {
	width: 100%;
	padding-top: 22vw;
}
.sakurabalm2022 .product02 .component {
	background-color:transparent;
	padding-bottom: 0;
}
.sakurabalm2022 .product02 .component img {
	width: 100%;
	margin-top: 0;
}
.sakurabalm2022 .product02 .gobuy-product {
	background-color: transparent;
}
.sakurabalm2022 .product02 .gobuy-product img {
	margin-top: 0;
}
.sakurabalm2022 .product02 .product-detail {
	background-color: transparent;
}
.sakurabalm2022 .product02 .product-detail .detail {
	padding: 5vw 0 0;
}
.sakurabalm2022 .product02 .product-detail .detail-box {
	width: 100%;
}
.sakurabalm2022 .product02 .product-detail .detail-box img {
	width: 100%;
	float: none;
	margin-right: 0;
	margin-top: -4vw;	
}
.sakurabalm2022 .product02 .product-detail .detail-text {
	width: 100%;
}

.sakurabalm2022 .product02 .product-detail .detail img {
	width: 20%;
	margin-top: 0;
}

.sakurabalm2022 .product02 .buttons {
	width: 75%;
	display: block;
	margin: 30px auto 0;
}
.sakurabalm2022 .product02 .buttons-box {
width: 100%;
display: block;
}
.sakurabalm2022 .product02 .btn-more {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
}
.sakurabalm2022 .product02 .button {
	margin-top: 12px;
	max-width: 100%;
	width: 100%;
}
.sakurabalm2022 .product02 .btn-more a {
	padding: 18px 0;
    font-size: 15px;	
}
.sakurabalm2022 .product02 .button a span::before, .sakurabalm2022 .product02 .button a span::after {
	width: 19px;
    height: 19px;
}
.sakurabalm2022 .product02 .btn-search a {
	padding: 18px 0;
    font-size: 15px;
}
}










/*=======================

modal モーダル

=======================*/
.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
	max-width: 980px;
    align-self: center;
    width: 90%;
	height: 80%;
    padding: 5%;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
	overflow: auto;
	text-align: center;
	font-family: "FOT-筑紫A丸ゴシック Std M", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

.modal_content p {
  padding-top: 0;
}
.modal_content .txt-inner {
	margin: 50px 0;
    padding: 50px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-align: left;	
	color: #666666;
}
.modal_content .txt-inner p {
	padding-bottom: 20px;
    line-height: 1.6;
}

.close_button {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: translateY(20px);
}

.open-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/

}

/*アイコンを表示*/
.open-button:after {
font-family: "Font Awesome 5 Free";
  content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.open-button:hover {
  color: #FFFFFF;
  background-color: #4f96f6;
  transition: .6s;
}

.modal_title2 {
	font-size: 18px;
	font-weight: normal;
    color: #666666;
    text-align: center;
}

.modal_title2::before,
.modal_title2::after{
	content: "";
	position: absolute;
	bottom: 0;
}
	
.modal_content .button_close {
	display: inline-block;
    width: 260px;
    line-height: 50px;
    background: #8e8e8e;
    color: #fff;
    font-size: 1.5em;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
}

/*プレシャス*/
.modal_wrap02 input {
  display: none;
}

.modal_overlay02 {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger02 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
	max-width: 980px;
    align-self: center;
    width: 90%;
	height: 80%;
    padding: 5%;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
	overflow: auto;
	text-align: center;
	font-family: "FOT-筑紫A丸ゴシック Std M", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

.modal_content02 p {
  padding-top: 0;
}
.modal_content02 .txt-inner {
	margin: 50px 0;
    padding: 50px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-align: left;	
	color: #666666;
}
.modal_content02 .txt-inner p {
	padding-bottom: 20px;
    line-height: 1.6;
}

.close_button02 {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.modal_wrap02 input:checked ~ .modal_overlay02 {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_wrap02 input:checked ~ .modal_overlay02 .modal_content02 {
  transform: translateY(20px);
}

.open-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/

}

/*アイコンを表示*/
.open-button:after {
font-family: "Font Awesome 5 Free";
  content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.open-button:hover {
  color: #FFFFFF;
  background-color: #4f96f6;
  transition: .6s;
}

.modal_title2 {
	font-size: 18px;
	font-weight: normal;
    color: #666666;
    text-align: center;
}

.modal_title2::before,
.modal_title2::after{
	content: "";
	position: absolute;
	bottom: 0;
}
	
.modal_content02 .button_close02 {
	display: inline-block;
    width: 260px;
    line-height: 50px;
    background: #8e8e8e;
    color: #fff;
    font-size: 1.5em;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
}


@media screen and (max-width:768px) {
.modal_content02 .txt-inner {
		margin: 30px 0;
		padding: 30px 0;
}
}


