@charset "UTF-8";
/*common*/
html {
	font-size: 62.5%; /* -> 10px */ 
}
body{
	color:#272420;
	font-size:1.0rem;
	font-family: 'Lexend Peta', "Hiragino Kaku Gothic ProN","Hiragino Sans", 'メイリオ', 'Meiryo',sans-serif;
	line-height:1.0em;
	max-width:480px;
	width:100%;
	margin:0 auto;
	font-weight: 400;
}
img{
	width:100%;
	display: block;
}
a{
	display: block;
}
a:hover{
	opacity: 0.5;
	cursor: pointer;
	-webkit-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
	transition:0.3s ease-in-out;
}
main{
	height: 100%;
}
section{
	width:100%;
	padding:64px 0;
	margin: 0 auto;
}
.contents_title{
	font-size: 2.3rem;
	line-height: 1.6em;
	text-align: center;
	margin: 0 0 24px 0;
}
.contents_title span{
	display: block;
	font-size: 1.8rem;
}
.spOnly{
	display: block;
}
.pcOnly{
	display: none;
}

.fs-l-main, .fs-l-main{
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans", 'メイリオ', 'Meiryo',sans-serif;
}

h2.fs-c-linkedServiceLogin__title{
	display:none;
}


/*------header------*/
.header_sp{
	width: 100%;
	padding: 0;
}
.wrapper{
	margin: 0 auto; /** 2023.01.18 改修時 margin-bottom撤去**/
	width:90%;
}
.head_sentence_background{
  background-color: #7F8EC6;
  /***margin:0 0 16px 0; 2023.01.18 改修時撤去***/
}
.head_sentence{
	background:url( "../../image/re/icon_jurlique.svg") no-repeat 12% center #7F8EC6;
	color:#fff;
	text-align: center;
	font-size:1.6rem;
	padding:14px;
	text-indent: 1em;
	line-height:0.8;
  margin:0;
}
.head_sentence:visited{
  color:#fff;
}
.free_shipping{
	background-image:url( "../../image/re/icon_delivery.svg");
  background-position: 27% center;
}
.header_sp .header_contents{
	/*** margin:0 0 32px 0; 2023.01.18 改修時撤去***/
  padding: 16px 0 10px 0;
  position: relative;
}
.header_sp .header_contents:before{
  position:absolute;
  content: "";
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 1px;
  background-color: #C6C6C6;
  top: inherit;
  bottom: 0;
  box-sizing: content-box;
}
.header_contents{
	display: flex;
	justify-content: space-between;
	/*** margin:0 0 40px 0; 2023.01.18 改修時撤去 ***/
}

/*2023.4.1 ヘッダー固定*/
.header_contents {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
	padding: 16px 0 5px;
}
#header_fix.fixed{
	position: fixed;
	width: 100%;
	z-index: 98;
	background: #fff;
	top: 0;
}
/*/2023.4.1 ヘッダー固定*/


.logo h1 img{
	    margin-top: 7px;
}
.logo img{
	width:auto;
	height:35px;
	margin: 5px;
}
.head-icon{
  flex-basis: 15%;
}
.head-icon img{
	width:auto;
	height:30px;
	margin: 0 auto 5px;
}
.head-icon span{
	display: block;
	text-align: center;
	letter-spacing: -0.1em;
}
.logo{
	flex-basis:30%;
}
.search_window {
	position: relative;
	margin:0 auto 16px;
}
.search_window input[type="text"]{
	border:1px solid #272420;
	padding:15px 10px;
	width: 100%;
}
.search_window  input[type="image"]{
	position: absolute;
	right:3%;
	top:0;
	bottom:0;
	margin: auto;
}
.keyword{
	display: flex;
	justify-content:space-between;
}
.keyword li{
	display: table;
	background-color: #f5f5f5;
	border-radius: 5px;
	text-align: center;
	font-size: 1.3rem;
	margin:0 0 0 10px;
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans", 'メイリオ', 'Meiryo',sans-serif;
}
.keyword li:first-child{
	margin:0;
}
.keyword li a{
	    padding: 5px 4px;
    display: table-cell;
    color: #fff;
}
.btn_trigger{
	margin: 0;
  position: relative;
}
.btn_trigger span{
	margin: auto auto 8px auto;
	width: 62%;
	height: 3px;
	background-color: #272420;
  border-radius: 6px;
	transition: all .5s;
	box-sizing: border-box;
}
.btn_trigger.active span{
  position: absolute;
	transition: all .5s;
}
.btn_trigger.active span:nth-of-type(1) {
  left:10%;
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.btn_trigger.active span:nth-of-type(2) {
  top:30%;
  left: 50%;
	opacity: 0;
	-webkit-animation: active-btn17-bar02 .8s forwards;
	animation: active-btn17-bar02 .8s forwards;
}
.btn_trigger.active span:nth-of-type(3) {
   left:10%;
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

/*hamburger*/
.hamburger_menu{
	width: 100vw;
	padding:0 0 0 0;
	background-color:#FFFBF4;
	transform: translateY(100%);
  transition: transform 0.6s;
	position:fixed;
	bottom:0;
	overflow:scroll;
	-webkit-overflow-scrolling: touch;   /* 慣性スクロールを追加*/
	height: 100%;
  z-index: 99;
}
.hamburger_menu .free_shipping{
	background:url( "../../image/re/icon_delivery.svg") no-repeat 24% center #7F8EC6;
	color:#fff;
	text-align: center;
	font-size:1.6rem;
	padding:14px;
	text-indent: 1em;
	margin:0 0 16px 0;
}
.hamburger_menu.active{
	transform: translateY(0);
  z-index: 99;
}
.hamburger_head{
	width:90%;
	margin:8% auto 0;
	    color: #272420;
}
.hamburger_logo{
	margin:0 0 50px 0;
}
.hamburger_logo img{
	width:30%;
	margin:0 auto;
	padding-top: 7px;
}
.btn_close{
	margin-top: 16px;
	display: block;
	background-color: #272420;
	position:fixed;
	right: 5%;
    top: 42px;
	width:40px;
	height:40px;
	border-radius:50%;
}
.btn_close span{
	display: inline-block;
	position: absolute;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	margin: auto;
	width: 50%;
	height: 3px;
	background-color: #fff;
}
.btn_close span:nth-of-type(1){
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn_close span:nth-of-type(2){
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.login_menu{
	margin:0 0 30px 0;
}
.hamburger_member{
	display: flex;
	justify-content: space-between;
}
.login_out{
	flex-basis: 20%;
	text-align: center;
	font-size: 1.3rem;
}
.login_out img{
	margin:0 auto 8px;
	width:45%;
}
.member{
	flex-basis: 75%;
	background-color:#fff;
	border: 1px solid #272420;
	font-size: 1.6rem;
	text-align: center;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
}
.member img{
	display: inline-block;
	width:10%;
	margin:0 28px 0 0;
	vertical-align: middle;
}
.hamburger_contents{
	background-color: #FCF3E1;
	padding:16px 0 32px;
	    color: #272420;
}
.hamburger_category{
	font-size:1.6rem;
	border-bottom:1px solid #707070;
	position:relative;
	padding: 16px 40px;
}
.hamburger_category span{
	display: block;
	font-size: 1.3rem;
	margin:12px 0 0 0;
}
.accordion_menu_child{
	position: relative;
}
.hamburger_category::after,
.accordion_menu_child::after{
	display: block;
	content: "";
	position: absolute;
	top:40%;
	right:40px;
	width:12px;
	height:12px;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	border-top:1px solid #707070;
	border-right:1px solid #707070;
}
.hamburger_category.accordion::after,
.accordion_menu_child.accordion::after{
	-webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.hamburger_category.accordion.open::after,
.accordion_menu_child.accordion.open::after{
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.accordion_menu{
	font-family:"Hiragino Kaku Gothic ProN","Hiragino Sans", 'メイリオ', 'Meiryo',sans-serif;
	display: none;
	font-size:1.3rem;
	background-color: #FFFBF4;
}
.accordion_menu li{
	border-bottom:1px solid #c6c6c6;
}
.accordion_menu a{
	padding:16px 40px;
}
.accordion_memu.secondary{
	background-color: #fff;
	text-indent: 1em;
	display: none;
}
.hamburger_guide{
	width:80%;
	margin:32px auto 40px;
}
.hamburger_guide li{
	font-size: 1.6rem;
	padding: 10px 0;
	margin-bottom:16px;
}
.hamburger_sns{
	display: flex;
	justify-content:flex-start;
	width:80%;
	margin:0 auto;
}
.hamburger_sns li{
	flex-basis: 8%;
	margin:0 6% 0 0;
}


/*------main------*/


/*main_fv*/
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom:0;
}
.main_fv a{
	opacity: inherit;
}
.swiper-pagination-bullet-active {
	background: #000;
}
.slider1 .swiper-button-next, .slider1 .swiper-button-prev {
	background-size: 12px 30px;
	top: 46%;
}
.main_fv .swiper-wrapper{
  padding-bottom: 26px;
}


/*info*/
.mod-top-info_01{
    width: 90%;
    padding: 30px 0 0;
    margin: 0 auto;
}
.mod-top-info_01 p {
text-align: center;
    font-size: 14px;
    padding: 15px;
    border: solid 1px #D24F39;
    color: #D24F39;
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans", 'メイリオ', 'Meiryo',sans-serif;
	line-height: 1.5;
}
.mod-top-info_02{
    width: 90%;
    padding: 40px 0 0;
    margin: 0 auto;
}
.mod-top-info_02 p {
text-align: center;
    font-size: 14px;
    padding: 15px;
    border: solid 1px #D24F39;
    color: #D24F39;
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans", 'メイリオ', 'Meiryo',sans-serif;
	line-height: 1.5;
}


/*pickup_product*/
.pickup_product .wrapper{
  margin:0 0 32px 5%;
  width:100%;
}
.slider_pickup .swiper-wrapper{
  margin-bottom:32px;
}
.pickup_product_image{
  border-radius: 20px;
  margin-bottom:16px;
  height:260px;
  object-fit: cover;
}
.pickup_product_txt{
  font-size:1.5rem;
  line-height: 1.5;
  text-align: center;
}
.pickup_product_txt b{
  font-size:1.8rem;
}


/*bestseller*/
.bestseller_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
}
.bestseller_item,
.slider2 .swiper-slide {
	font-size: 1.4rem;
	line-height: 1.6em;
	/*flex-basis: 46%;*/
	margin: 0 0 24px 0;
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans", 'メイリオ', 'Meiryo',sans-serif;
	flex-shrink: 0;
}
.bestseller_item .more {
	display: inline-block;
	margin: 40% 5%;
}
.bestseller_item .more a {
	font-size: 1.6rem;
	text-align: center;
	border: 1px solid #272420;
	padding: 14px;
	margin: 0 auto;
	line-height: 3.8;
	background-color: #fff;
	width: 90px;
	height: 90px;
	border-radius: 50%;
}
.bestseller_item img{
	margin:0 0 16px 0;
}
.more{
	width:100%;
}
.more a{
	font-size: 1.6rem;
	text-align: center;
	border:1px solid #272420;
	padding:14px;
	margin:0 auto;
	line-height: 1.25;
	background-color: #fff;
}
.swiper-button-next.swiper-button-black{
    background-image: url(https://jurlique-japan.com/test/image/right-black.svg);
}
.swiper-button-prev.swiper-button-black {
    background-image: url(https://jurlique-japan.com/test/image/left-black.svg);
}


/*seasonal selection*/
.season {
	background-color: #FFFBF4;
	padding: 60px 0;
	margin: 0 auto;
}
.season .wrapper {
	margin: 0 auto;
}
.season_flex {
	display: flex;
	align-items: center;
}
.season_flex_left {
	width: 30%;
}
.season_flex_left p {
	font-size: 16px;
}
.season_flex_right {
	width: 70%;
	padding: 0 30px 0 0;
	position: relative;
}
.season .swiper-container {
	padding: 0;
}
.season .swiper-slide {
	margin: 0;
}
.swiper-slide_inner {
	width: 90%;
	height: 365px;
	background-color: #fff;
	padding: 15px;
	margin: 15px auto 10px;
	}
.season .swiper-button-next,
.season .swiper-button-prev {
	background-size: 12px 30px;
}
.season .swiper-button-prev {
	left: -30px;
}
.season .swiper-button-next {
	right: -5px;
}
.season_copy {
	font-size: 14px;
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans", 'メイリオ', 'Meiryo',sans-serif;
	background-color: #000;
	color: #fff;
	margin: 10px 0;
	padding: 7px 20px 6px 15px;
	display: inline-block;
	border-radius: 5px;
}
.season_icon {
	display: inline-block;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #DE2802;
	border: 1px solid #DE2802;
	color: #fff;
	font-size: 10px;
	font-weight: 500;
}
.season_itemname {
	font-size: 14px;
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans", 'メイリオ', 'Meiryo',sans-serif;
	line-height: 1.5;
	font-weight: 500;
}



/*-------campaign------*/
.top_campaign_wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_campaign_list{
  flex-basis: 43.2vw;
  margin-bottom:32px;
}
.top_campaign_list img{
  border-radius: 8%;
}
.campaign_paint{
  text-align: center;
  background:#769500;
  height:43.2vw;
  border-radius: 8%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_campaign_txt{
  font-size:1.4rem;
  margin-top:16px;
  line-height:1.5;
  text-align: center;
}
.paint_txt{
  font-size:1.3rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
}
.paint_txt b{
  display: block;
  padding-bottom:13px;
  font-size: 2.1rem;
  letter-spacing: -0.04em;
  font-weight: normal;
}


/***treatment***/
.treatment{
	background: url( "../../image/re/treatment_sp.jpg") no-repeat center;
	color: #fff;
	text-align: center;
	padding: 60px 0 34px;
	background-size: contain;
}
.treatment .wrapper{
  margin:0 auto;
}
.treatment .contents_title{
  font-size: 1.4rem;
  font-weight:200;
  margin:0 0 10px 0;
}
.treatment .comment{
  font-size:1.8rem;
  font-weight: 700;
  margin:0 0 36px 0;
  line-height: 1.22;
}
.treatment .detail{
	background:url( "../../image/re/icon_arrow.svg") no-repeat center center #fff;
  border-radius: 50%;
  width:37px;
  height:39px;
  margin:0 auto;
}
.treatment .detail a{
  width:100%;
  height:100%;
  padding: inherit;
}


/*topics*/
.topics{
	background-color: #FFFBF4;
}
.topics .wrapper{
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
}
.topics .contents_title{
  text-align: center;
  flex-basis: 100%;
  margin:0 0 32px 0;
}
.topics .contents_title img{
  width:60%;
  margin:0 auto;
}
.colomn_image{
  margin:0 auto 32px;
  border-radius: 20px;
}
.column a{
  display: flex;
  flex-wrap: wrap;
}
.topics_tag{
  font-size:1.4rem;
  padding:4px 10px;
  background:#272420;
  color:#fff;
  border-radius: 5%;
  text-align: center;
  box-sizing: border-box;
  margin:0 1px 16px 0;
  width:20%;
}
.topics_number{
  font-size: 2.2rem;
  flex-basis: 80%
}
.topics_date{
  font-size: 1.4rem;
  text-align: right;
  display: block;
  flex-basis: 20%;
}
.column_beginning{
  font-size: 1.6rem;
  line-height: 1.5;
  margin:16px 0  32px;
}


/*----reading----*/
.reading{
  background:#FFFBF4;
  padding:36px 0 64px;
}
.reading_box{
  margin:0 auto;
  background:url( "../../image/re/reading_background.jpg") no-repeat center center;
  padding:50px 0 300px;
  border-radius:20px 20px 0 0;
  box-shadow: 0px 3px 6px rgba(0,0, 0, 0.16);
}
.reading_title img{
  width:60%;
  margin-left: 10%;
}
.reading_box_lower{
  margin: 0 auto;
  background:#fff;
  padding:16px 0;
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 3px 6px rgba(0,0, 0, 0.16);
}
.reading_beginning{
  font-size: 1.8rem;
  line-height: 1.28;
  width: 90%;
  margin:0 auto;
  font-weight: bold;
}
.reading_btn{
  display: table;
  font-size: 0.8rem;
  border:1px solid #000;
  border-radius:50%;
  padding:10px 24px 10px 18px;
  margin-left: inherit;
  margin-right: 5%;
  position: relative;
}
.reading_btn::after{
  content:'';
  background: url( "../../image/re/icon_arrow_read.svg") no-repeat center center;
  display: block;
  width: 8px;
  height: 10px;
  position: absolute;
  margin:auto;
  right:15%;
  top:0;
  bottom :0;
}


/*news*/
.news{
  background-color: #FFFBF4;
	margin-top: 0;
}
.news article{
	font-size: 1.4rem;
	line-height: 1.8em;
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans", 'メイリオ', 'Meiryo',sans-serif;
	margin:0 0 16px 0;
}
.news .more{
	margin:40px 0 0 0;
}


/*shop*/
.shop{
	margin-bottom: 72px;
  line-height: 1.28;
}
.shop .wrapper{
  width:100%;
}
.shop_title,.shop .more{
  width:90%;
  margin: 0 auto;
}
.shop_list{
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex; 
  justify-content: space-between;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-bottom: 40px;
}
.shop_list_panel{
  flex-shrink: 0;
  flex-basis: 40%;
  text-align: center;
  white-space: nowrap;
  margin-left: 5%;
}
.shop_list_panel img{
  border-radius:20px;
  margin-bottom: 16px;
  height:44vw;
  object-fit: cover;
}
.shop_list_tag{
  font-size: 1.2rem;
  background-color: #7F8EC6;
  padding:5px 0;
  border-radius: 6px;
  margin:0 auto 16px;
  color: #fff;
}
.shop_list_name{
  font-size:1.6rem;
}


/*sns*/
.sns.over{
  padding:0;
  margin:100px 0;
}
.sns .wrapper{
  margin: 0 auto;
}
.sns .bubble{
  background: #B5B5B5;
  color: #fff;
  padding:12px 0;
  font-size: 1.4rem;
  border-radius: 17px;
  line-height: 1.0;
  margin:16px 0 42px;
  position: relative;
}
.sns .bubble::after{
  position:absolute;
  display: block;
  content: "";
  background:url( "../../image/re/icon_bubble.svg") no-repeat center center;
  width:22px;
  height:14px;
  right: 10%;
  bottom:-10px;
}
.sns_list{
	display: flex;
	justify-content: space-between;
}
.sns_icon{
	flex-basis: 30%;
	text-align: center;
  font-size: 1.2rem;
}
.sns_icon img{
	height:44px;
	margin: 0 auto 12px;
	object-fit: contain;
}


/*brand*/
.brand{
	text-align: center;
	background: url( "../../image/re/holistic_sp.jpg") no-repeat center bottom;
	background-size: cover;
	color: #fff;
}
.brand{
  padding:60px 0;
}
.brand .wrapper{
  margin:0 auto;
}
.brand .contents_title{
  font-size: 2.6rem;
	margin:0 0 16px 0;
}
.brand .contents_title img{
	width:44%;
	margin: 0 auto;
}
.secondary_title{
	font-size: 1.7rem;
	line-height: 1.5;
	margin: 0 0 16px 0;
  font-weight: 300;
}
.comment{
	font-size: 1.7rem;
  font-weight:600;
  line-height: 1.0;
}
.detail{
	width: 100%;
	font-size: 1.6rem;
	background-color:rgba(255,255,255,0.3);
	border: 1px solid #fff;
}
.detail a{
	padding: 20px;
	font-size: 14px;
}


/*------footer------*/
footer{
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans", 'メイリオ', 'Meiryo',sans-serif;
	background-color: #FCF3E1;
}
.footer_sp{
	width: 90%;
	margin: 0 auto;
	padding: 72px 0 42px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer_menu{
	flex-basis: 100%;
	margin:0 0 40px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer_menu li{
	font-size: 1.6rem;
	font-family: 'Lexend Peta', sans-serif;
	line-height:1.6;
	margin:0 0 16px 0;
	flex-basis: 50%;
}
.footer_company,
.footer_guide{
	font-size: 1.2rem;
	line-height: 2.0;
	margin:0 0 32px 0;
}
.footer_company{
	flex-basis: 48%;
}
.footer_guide{
	flex-basis: 52%;
}
.footer_sns li{
	display: inline-block;
	margin:0 20px 56px 0;
	width:8%;
}
.official{
	/*border:1px solid #707070;
	background-color: #fff;*/
	margin: 0 auto 32px;
}
.safety{
	font-size: 1.5rem;
	padding: 15px 30px 15px 55px;
	background:url( "../../image/re/icon_exclamation.svg") no-repeat 15px center;
	border:1px solid #707070;
	background-color: #fff;
	display: table;
    margin: auto;
}
.safety span{
	display: block;
	font-size: 1.0rem;
	margin:0 0 10px 0;
}
small{
	display: block;
	text-align: center;
	font-size:1.2rem;
	margin: 0 auto;
	
}


@media(max-width:768px){
	/* ------------------0px~768px以下に適用されるCSS（スマホ〜タブレット）------------------- */
  
	/*popupbanner*/
  .modal_inner {
      width: 100%;
  }
  .modal_close {
      color: #fff;
      font-size: 16px;
      position: absolute;
      top: -6px;
      right: 6%;
  }
    .modal {
      width: 100%;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999;
      align-items: center;
      display: none;
  }
  .modal.is_active {
      display: flex;
  }
  .modal_bg {
      background-color: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9998;
  }
  .modal_wrap {
      text-align: right;
      width: 100%;
      margin: 0 auto;
      padding: 20px;
      z-index: 10000;
      position: relative;
  }
  
  /*main_fv*/
    .slider1 .swiper-button-prev, .slider1 .swiper-container-rtl .swiper-button-next {
      left: 0;
    }
    .slider1 .swiper-button-next, .slider1 .swiper-container-rtl .swiper-button-prev {
      right: 0;
    }
  
  /*bestsellet*/
    .swiper-button-next.swiper-button-black{
     background-image: url(https://jurlique-japan.com/test/image/right-black.svg);
  }
    .swiper-button-prev.swiper-button-black {
      background-image: url(https://jurlique-japan.com/test/image/left-black.svg);
  }
    .swiper-button-next, .swiper-button-prev {
      width: 30px;
      height: 50px;
      top: 47%;
  }
    .bestseller_list {
      display: none;
  }
    .slider2 .more {
      display: inline-block;
      margin: 40% 5%;
   }
    .slider2 .more > a {
      font-size: 1.6rem;
      text-align: center;
      border: 1px solid #272420;
      padding: 14px;
      margin: 0 auto;
      line-height: 3.8;
      background-color: #fff;
      width: 90px;
      height: 90px;
      border-radius: 50%;
  }
    .slider2 .swiper-button-prev, .slider2 .swiper-container-rtl .swiper-button-next {
      left: -7px;
  }
    .slider2 .swiper-button-next, .slider2 .swiper-container-rtl .swiper-button-prev {
      right: -7px;
  }
    .slider2 .swiper-button-next, .slider2 .swiper-button-prev {
      background-size: 12px 30px;
      top: 32%;
  }
    .slider2 .swiper-button-next.swiper-button-disabled, .slider2 .swiper-button-prev.swiper-button-disabled {
      opacity: 0;
  }  
  
  
  /*season*/
	.season_flex {
		flex-direction: column;
	}
	.season_flex_left {
			width: 100%;
			padding-bottom: 30px;
	}
	.season_flex_right {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.swiper-slide_inner {
		width: 80%;
		height: 690px;
		padding: 15px 20px;
	}
	.season .swiper-button-prev {
		left: -5px;
	}
	.season .contents_title {
		margin: 0 0 15px 0;
	}
	.season_flex_left p {
		text-align: center;
	}
  
  
  /*news*/
  	.news {
		padding-top: 36px;
		margin-top: 0;
	}
}


	/* ----------------------seasonに適用されるCSS（スマホ）----------------------- */

@media(max-width:429px){
	.swiper-slide_inner {
		height: 440px;
	}
}
@media(max-width:415px){
	.swiper-slide_inner {
		height: 430px;
	}
}
@media(max-width:391px){
	.swiper-slide_inner {
		height: 410px;
	}
}
@media(max-width:376px){
	.swiper-slide_inner {
		height: 400px;
	}
}
@media(max-width:361px){
	.swiper-slide_inner {
		height: 390px;
	}
}
@media(max-width:321px){
	.swiper-slide_inner {
		height: 360px;
	}
}



@media screen and (min-width: 320px) and (max-width:375px) {
	/* ------------------320px~375px未満に適用されるCSS（SP小）------------------ */ 
	
/*------header------*/
  .head_sentence{
    font-size: 1.2rem;
    background-position: 15% center;
  }
	.free_shipping,.hamburger_menu .free_shipping{
		background-position: 23% center;
	}
	.mypage,
	.cart{
		flex-basis: 18%
	}
  .keyword li{
    font-size: 1.2rem;
  }
	.keyword li a{
		padding:5px 1px;
	}
	.member img{
		margin:0 5% 0 0;
	}
  
  
  /*campaign*/
  .paint_txt b{
    font-size:1.7rem;
  }
	
/*brand*/
	.detail{
		font-size: 1.4rem;
	}
  
/*sns*/
  .sns .bubble{
  font-size:1.2rem;
}

}


@media screen and (min-width: 376px) and (max-width:428px) {
	/* ------------------320px~375px未満に適用されるCSS（SP中）------------------ */ 
  .sns .bubble{
    font-size: 1.2rem;
  }
  .head_sentence{
    background-position: 17% center;
  }
  .head_sentence.free_shipping{
    background-position: 24% center;
  }
  
  
  
}


@media screen and (min-width: 481px) {
	/* ------------------481px以上に適用されるCSS（タブレット）------------------- */
	
/*common*/
	body{
		max-width: inherit;
	}
	
/*------header------*/
	.free_shipping{
		background-position: 33% center;
	}
	.btn_trigger span{
		width:20%;
	}
	.login_out img{
		width:25%;
	}
	.member img{
		width: 6%;
	}
	
/*------foote------r*/
	.official{
		margin: 0 0 32px 0;
	}	
}






@media screen and (min-width: 960px) {
	/* --------------------------------960px以上に適用されるCSS（PC）-------------------------------- */
	
/*common*/
	body{
		max-width:inherit;
		font-size: 1.2rem;
	}
	/*section{
		width: 100%;
		padding:0;
		margin: 0 auto 60px;
	}*/
	
	/*250401船山変更_商品頁下部にベタが入ったため*/
	section{
		width: 100%;
		padding:0;
		margin: 0 auto 0;
	}
	
	.spOnly{
		display: none;
	}
	.pcOnly{
		display: block;
	}
	.wrapper{
		width: 100%;
		max-width:1120px;
		position: relative;
	}
	.contents_title{
		text-align: left;
		font-size: 2.5rem;
	}
	.sns .contents_title {
		display: inline-block;
	}
	.more{
		width:145px;
		position: absolute;
		right: 0;
	}
	.over .more{
		right:0;
	}
	.over{
		padding:56px 0 112px;
		margin:0  auto 100px;
	}


/*------header------*/
	.pc_logo img{
		    width: 150px;
	}
	.header_pc{
		max-width:inherit;
		margin: 0 auto 47px;
	}
  .head_sentence_background{
    margin:0 0 40px 0;
  }
  .head_sentence_01{
		background-position: 37% center;
  }
	.free_shipping{
		background-position: 41% center;
		text-indent: inherit;
	}
	.header_contents{
		height: 40px;
		margin: 0 0 40px 0;
		width: inherit;
		padding: inherit;
	}
	
	.search_window{
		flex-basis: 24%;
		margin:0;
	}
	.search_window input[type="text"]{
		font-size: 1.2rem;
		font-family: 'Lexend Peta';
		font-weight: 500;
		border-radius: 0;
		color: #272420;
		height: auto;
		border:0;
		border-bottom:1px solid #272420;
		padding:13px 24px 13px 40px;
	}
	.personal{
		flex-basis: 24%;
		display: flex;
		justify-content:flex-end;
		position: relative;
	}
	.personal::after{
		display: block;
		content: "|";
		width:1px;
		height: 12px;
		color: #272420;
		position: absolute;
		top:6px;
		right:64px;
		margin:auto;
	}
	.mypage_pc{
		margin-right:72px;
	}
	.mypage_pc img,
	.cart_pc img{
		height:24px;
	}
	
/*nav*/
	.header_pc nav{
		max-width: 1120px;
		margin: 0 auto;
	}
	.global_navi{
		display: flex;
		justify-content: space-evenly;
	}
	.navi_menu{
		flex-basis: 15%;
		text-align: center;
		font-size: 1.3rem;
	}
	.navi_click{
		padding:0 0 12px 0;
		position: relative;
		font-family: 'Lexend Peta', "Hiragino Kaku Gothic ProN","Hiragino Sans", 'メイリオ', 'Meiryo',sans-serif;
	}
	.navi_menu a span{
		display: block;
		margin:5px 0 0 0;
		font-weight: 500;
    	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans", 'メイリオ', 'Meiryo',sans-serif;
	}
	.navi_click.mega_open{
		font-weight: bold;
		opacity: inherit;
	}
	.navi_click::after{
		display: block;
		content: "";
		position: absolute;
		width:8px;
		height:8px;
		border-top:1px solid #272420;
		border-right:1px solid #272420;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		left:0;
		right:0;
		bottom:-5px;
		margin:auto;
	}
	
/*mega_menu 中身*/
	.mega_menu{
		background-color:#fff;
		border-top:1px solid #707070;
		position: absolute;
		top:210px;
		left:0;
		right:0;
		margin:auto;
		max-width: inherit;
		z-index: 999;
		font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans", 'メイリオ', 'Meiryo',sans-serif;
	}
	.primary_title{
		font-size: 1.6rem;
		margin:32px 0 34px 0;
		font-family: 'Lexend Peta', sans-serif;
		text-align: left;
	}
	.primary_title span{
		font-size: 1.2rem;
	}
	.maga_menu_child{
		display: flex;
		justify-content:space-between;
	}
	.mega_item{
		display: flex;
		flex-wrap: wrap;
		margin:0 0 70px 0;
	}
	.mega_item.panel{
		flex-basis: 75%;
		justify-content: space-around;
	}
	.mega_item.panel li{
		flex-basis: 22%;
		text-align: center;
		font-size: 1.4rem;
		margin:0 0 16px 0;
	}
	.mega_item.panel li img{
		margin:0 0 13px 0;
	}
	.mega_item.text{
		flex-basis: 20%;
		border-left: 1px solid #808080;
		padding:0 0 0 47px;
		text-align: left;
	}
	.mega_item.text li{
		flex-basis: 100%;
		height:12px;
		margin:0 0 16px 0;
	}
	.lower .mega_item.panel li{
		flex-basis: 200px;
	}


/*------main------*/
	
/*main-fv*/
	.main_fv{
		margin:0 0 60px 0;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, 
	.swiper-pagination-custom,
	.swiper-pagination-fraction{
		bottom:0;
	}	

  /*info*/
.mod-top-info_01{
max-width: 1120px;
    width: 100%;
    padding: 0;
    margin: 0 auto 80px;
}
.mod-top-info_01 p {
text-align: center;
    font-size: 14px;
    padding: 12px;
    border: solid 1px #D24F39;
    color: #D24F39;
	    font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans", 'メイリオ', 'Meiryo',sans-serif;
}
	.mod-top-info_02{
max-width: 1120px;
    width: 100%;
    padding: 0;
    margin: 0 auto 30px;
}
.mod-top-info_02 p {
text-align: center;
    font-size: 14px;
    padding: 12px;
    border: solid 1px #D24F39;
    color: #D24F39;
	    font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans", 'メイリオ', 'Meiryo',sans-serif;
}
  
  /*pickup*/
  .pickup_product .wrapper{
    margin:0 auto 32px;
  }
	
/*bestsellers*/
	.bestseller{
    padding:0 0 120px 0;
		position: relative;
    margin:0 auto;
	}
	.bestseller_list{
		flex-wrap: nowrap;
	}
	.bestseller_item,
	.slider2 .swiper-slide {
		flex-basis: 20%;
		font-size: 1.4rem;
    line-height: 1.4em;
	}
	.slider2 .swiper-wrapper {
		justify-content: space-around;
	}
  .bestseller .more{
    bottom:-64px;
  }
  
	/*popupbanner*/
	.modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    align-items: center;
    display: none;
}
.modal.is_active {
    display: flex;
}
.modal_bg {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
}
.modal_wrap {
    text-align: right;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    z-index: 10000;
    position: relative;
}
.modal_inner {
    text-align: left;
    padding: 30px 30px 40px;
    font-size: 16px;
    width: 500px;
    margin: auto;
}
.modal_close {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 16px;
    right: 400px;
}
  
  
  /*campaign*/
  .top_campaign{
    padding:100px 0;
    margin:0 auto;
  }
  .top_campaign_wrapper{
    flex-wrap: nowrap;
  }
  .top_campaign_list{
    flex-basis: 23%;
    height:257px;
  }
  .campaign_paint{
    height:257px;
  }
  
  
/*treatmett*/
	.treatment{
		position: relative;
		margin:0 auto;
    background-image: url( "../../image/re/treatment_pc.jpg");
    background-size: cover;
    padding:72px 0;
	}
  .treatment .contents_title{
    font-size: 2.0rem;
    text-align: center;
    margin:0 0 16px 0;
  }
	.treatment .comment{
		text-align: center;
		font-size: 2.8rem;
    font-weight: 300;
    margin:0 0 42px 0;
	}
  .treatment_message{
    font-size: 1.6rem;
    line-height: 1.5;
  }
	.treatment .detail{
		position:absolute;
		right:0;
	}
  
  
/*topics*/
  .topics{
    margin:0 auto;
    padding: 100px 0;
  }
  .topics .wrapper{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .topics .contents_title img{
    width:70%;
  }
  .topics .contents_title,.colomn_image,.column{
    flex-basis: 30%;
    width: calc(100%/3);
  }
  .column{
    order:2;
  }
  .colomn_image{
    order: 3;
    margin: 0;
    height:258px;
  }
  .topics_tag{
    background: #fff;
    border: 1px solid #272420;
    color:#272420;
    padding:4px 10px;
    margin:0 0 24px 0;
  }
  .topics_number{
    flex-basis: 100%;
    line-height: 1.0;
    margin:0 0 16px 0;
    font-size:3.0rem;
  }
  .topics_date{
    flex-basis: 100%;
    text-align: left;
    margin:0 0 24px 0;
    font-size:1.2rem;
  }
  
  
  /*reading*/
  .reading{
    margin:0 auto;
    padding:0 0 100px 0;
  }
  .reading_title img{
    width:18%;
    margin-left:5%;
  }
  .reading_box{
    padding:32px 0 87px;
  }
  .reading_box_lower{
    height:56px;
  }
  .reading_beginning{
    display: table;
    font-size:1.6rem;
  }
  .reading_btn{
    font-size:1.2rem;
    top:-28px;
  }
  
    
/*news*/
  .news{
    margin:0 auto;
  }
  
  
/*shop*/
  .shop{
    margin:0;
  }
	.shop{
    background-color: #FFFBF4;
	}
  .shop .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .shop_title{
    flex-basis:50%;
  }
  .shop_title .contents_title{
    margin:0 0 34px 0;
  }
  .shop_title span{
    font-size: 1.6rem;
    margin-top:18px;
    line-height: 1.625;
  }
  .shop_list{
    overflow: inherit;
    margin:0;
  }
  .shop_list_panel{
    flex-basis: 31.6%;
    margin:0;
  }
  .shop_list_tag{
    width:88%;
  }
  .shop.over .more{
    right:inherit;
    left:0;
    width:15%;
  }
  .shop_list_panel img{
    height:272px;
  }

  
/*brand*/
	.brand{
		background: url( "../../image/re/holistic_pc.jpg") no-repeat center bottom;
		background-size:cover;
		padding: 93px 0;
	}
	.brand .contents_title{
		margin:0 0 40px 0;
	}
	.brand .contents_title img{
		width:19%;
	}
  .secondary_title{
    text-align: left;
  }
	.comment{
    text-align: left;
	}
	.detail{
		width:28%;
	}
	
  
/*sns*/
	.sns{
		padding-top: 60px;
		padding-bottom: 60px;
		background-color: #fff;
		margin-bottom: 0;
	}
	.sns .wrapper {
		margin: 40px auto 0;
		display: flex;
		justify-content: space-between;
	}
	.sns .contents_title span{
		font-size:1.6rem;
    padding:12px 20px;
    border-radius: 50px;
	}
  .sns .bubble::after{
    display: none;
  }
	.sns_list{
    flex-basis: 40%;
    justify-content: center;
	}
	.sns_icon img {
		height:inherit;
    min-height: 48px;
    width:34%;
	}
	
	
	
/*------footer------*/
	.footer_pc{
		padding:56px 0 40px;
		margin:0 auto;
	}
	.footer_wrapper{
		display: flex;
		justify-content: space-between;
	}
	.footer_menu{
	}
  .footer_pc .search_window input[type="image"]{
    left:inherit;
    right:5%;
  }
	.footer_menu li{
		font-size:1.2rem;
		flex-basis: 100%;
	}
	.footer_title{
		font-size: 1.2rem;
		font-family: 'Lexend Peta', sans-serif;
		border-bottom:1px solid rgba(39,36,32,0.5);
		padding:0 0 12px 0;
		margin:0 0 18px 0;
	}
	.footer_contents{
		flex-basis: 22%;
		margin-left: 34px;
	}
	.footer_contents:first-of-type{
		margin-left: 0;
	}
	.footer_search .footer_title{
		margin:0;
		border: 0;
	}
	.footer_search .search_window input[type="text"]{
		border:1px solid rgba(39,36,32,0.5);
		border-radius:25px;
		padding:4px 30px 4px 10px;
	}
	.search_window input[type="image"]{
		width:6%;
	}
	.official{
		width:240px;
		margin:0 0 40px 0;
		border:0;
	}
	.safety{
		font-size: 1.3rem;
		padding: 23px 12px 23px 58px;
		background-position: 11px center;
		background-size:34px;
	}
	.safety span{
		font-size:0.9rem;
	}
	.footer_bottom_area{
		display: flex;
		justify-content: space-between;
	}
	small{
		margin:auto 0;
		text-align: left;
		font-size:1.1rem;
	}
	.footer_company{
		display:flex;
		justify-content: space-between;
		flex-basis:55%;
		margin:0;
		font-size:1.1rem;
	}
	.footer_sns{
		flex-basis: 20%;
		text-align: right;
	}
	.footer_sns li{
		width:22px;
		margin:0 0 0 17px;
	}
}
