@charset "shift_jis";
.pos_rel{position:relative;}
.pos_abs{position:absolute;}
.st {
    background: rgb(51 51 51 / 70%);
    border-radius: 10px;
}
.st:before {
    content: "SOLDOUT";
    color: #fff;
    font-size: 2vmin;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(-15deg);
    border: 2px #fff solid;
    line-height: 2vw;
    width: 9vw;
    height: 3vh;
    text-align: center;
}
/* CSS Document */
.fa_pa{
    position: relative;
}
.p_alltxt{
    position: absolute;
}

.p_xmas{
    top: 50%;
    transform: translateY(-50%);
    left: 28%;
    color: #fff;    
}
.p_xmas h6{
 font-size: 2.2em;
 color: #fff;
}
.p_btn{
    display: block;
    background: #fff;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    border: 1px #fff solid;
}

.p_btn:hover{
    background:#ecb477;
    color:#540909;
}
/**/
.p_lb{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;    
}
.p_lb h6{
 font-size: 2.2em;
    color: #fff86c;
    text-shadow: 0px 0px 1px #000000;
}
.p_btn_lb{
    display: block;
    background: #fff;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    border: 1px #fff solid;
    box-shadow: 0px 0px 2px 0 #999;
}
.p_btn_lb:hover{
    background:#74de75;
    color:#6b553f;
}
/**/
.mc_title{
    position: relative;
    width: auto;
}
/*.mc_title:before,*/
.mc_title:after{
    content:"";
    position:absolute;
    width: 45%;
    height: 2px;
    background: #353535;
}
/*
.mc_title:before{
    top:0;
    right: 50%;
    transform:translateX(50%);
}
*/
.mc_title:after{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.no_btn_link{}
.no_btn_link a{
    position: relative;
    display: block;
}
/*
.no_btn_link a:before{
    display: block;
    content: "";
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #a26d80;
    margin-left: -15px;
    z-index: 98;
}

.no_btn_link a:after{
    display: block;
    content: "";
    position: absolute;
    bottom: 15px;
    right: 5px;
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-left: 15px solid #fbebeb;
    margin-left: -5px;
    z-index: 99;
}
.no_btn_link a:hover{
    opacity: .8;
}
.no_btn_link a:hover:before{
    background: red;
}
*/
/*----------------------*/
.backtop{
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #563975;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.backtop i.icon{
	color: #fff;
    font-size: 2em;
    text-align: center;
    line-height: 46px;
}
.backtop span.icon-chevron-up{	
   width: 10px;
   height: 10px;
   border-top: 3px solid #fff;
   border-right: 3px solid #fff;
   transform: rotate(-45deg);
   margin-top: 5px;	
}
.backtop.dark-red{
	background: #661114;	
}
.backtop.red{
	background: red;
}
.backtop.color_scalp_hair_oil{
	background: #a26e3f;
}
.backtop.color_repair_shampoo{
	background: #0a1612;
}
.backtop.color_venus{
	background: #9f9f9f;
}
.backtop.color_npsset{
	background: #df9e9c;
}

/*----------------------*/
.no_btn_link a:after{
    content: '';
    border: 0;
    border-top: solid 2px #b8b8b8;
    border-right: solid 2px #b8b8b8;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}

.no_btn_link a:hover{
    opacity: .8;
}
.no_btn_link a:hover::after{
    border-top: solid 3px #596c8d;
    border-right: solid 3px #596c8d;
}

.half.no_btn_link a{
box-shadow: 1px 1px 10px 0px #a0a0a0;
}

/*happy new year*/
.hnyb{
	position:absolute;
	top: 50%;
	right: 20%;
	/* display: flex; */
	/* flex-wrap: wrap; */
	transform: translateY(-50%);
	max-height: 80%;
	width:6%;
	list-style: none;
}
.hnyb .hnybitem{
    /* display: inline-block; */
    /* width: 25%; */
    max-height: 100%;
}
.hnyb .hnybitem{
	max-height:100%;
}
/**/

.fixed-bg{
	background:url(../../images/main/interview/goton_bg_07.jpg);
	background-attachment:fixed;
	background-size:cover;
	background-position:center center;
}
.box-pbg{
	padding:50px 0;
	background-color: rgb(145 145 145 / 50%);
}
.width-1000{
	width:1000px;
	margin:0 auto;
}

.full_c{
	width: 950px;
    margin: 0 auto;
	position:relative;
}
#Xmas_01,#Xmas_02{
    position: absolute;
    width: 158px;
    height: 37px;
    /*background: #ff00007a;*/
    border-radius: 10px;
}
#Xmas_01{
    top: 536px;
    left: 73px;
}
#Xmas_02{
	bottom: 66px;
    left: 73px;
}
#Xmas_01:hover,#Xmas_02:hover{
    background: #fff;
	opacity:.5;
}
.msg-bar>.na-msg>.na-title.na-subtitle{font-size:1.2em;}
.msg-bar>.na-msg>.na-title.na-font-2em{font-size:2em;}
.msg-bar>.na-msg>.na-title.na-font-3em{font-size:3em;}




.full_c_2201{
	width: 950px;
    margin: 50px auto;
	position:relative;
}

#LuckyBag_01,#LuckyBag_02{
position: absolute;
    width: 173px;
    height: 43px;
    /* background: #ff00007a; */
    border-radius: 0px;
}
#LuckyBag_01{
	bottom: 86px;
    left: 70px;
}
#LuckyBag_02{
	bottom: 86px;
    right: 297px;
}
#LuckyBag_01:hover,#LuckyBag_02:hover{
    background: #fff;
	opacity:.5;
}

/**/
.topbanner{width:100%;}
.topbanner a{display:block;}
.topbanner a:hover{opacity: .8;}

/**/
.hover_o{}
.hover_o:hover{opacity: .8;}

.box_shadow{
	box-shadow: 1px 1px 10px 0px #a0a0a0;
	filter: drop-shadow(1px 1px 10px #a0a0a0)
}

.fuwafuwa {
  animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
}
 
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(0deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(0deg);
  }
}

@media screen and (max-width:768px){
.msg-bar>.na-msg>.na-title.na-subtitle{font-size:1.2em;}
	.msg-bar>.na-msg>.na-title.na-font-3em{font-size:1.5em;}	
.msg-bar>.na-msg>.na-title.na-font-2em{font-size:1.5em;}
}


@media screen and (max-width:560px){
.box_shadow {
    box-shadow: 0px 0px 5px 0px #a0a0a0;
    filter: drop-shadow(0px 0px 5px #a0a0a0);
}
	.no_btn_link a:before {
		display: none;
		content: "";
		position: absolute;
		bottom: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: #a26d80;
		margin-left: -15px;
		z-index: 98;
	}
	.no_btn_link a:after {
		display: none;
		content: "";
		position: absolute;
		bottom: 15px;
		right: 5px;
		width: 0px;
		height: 0px;
		border: 10px solid transparent;
		border-left: 15px solid #fbebeb;
		margin-left: -5px;
		z-index: 99;
	}


}