@charset "utf-8";
/* CSS Document */

a:hover img.hoverImg {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
}

a img {
  border-style: none;
}

a.hover:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
}

h2.contentsTitle {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 11px;
  line-height: 1em;
  border-bottom: 1px solid #3f2c1e;
}

/*ヘッダータイトル*/

#index {
  padding-top: 45px;
}

#header_title .breadcrumb {
  margin-bottom: 2px;
}

#header_title .border {
  height: 2px;
  margin: 0;
  padding: 0;
  line-height: 0;
}

#header_title h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  padding: 15px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 auto 30px auto;
  letter-spacing: 0.2rem;
}

#header_title_2 {
  background: #3c0115;
  border-top: 1px solid #d4c3b6;
}

#header_title_2 h2 {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 1em;
  padding: 14px 0;
}

/*ぱんくずリスト*/

.breadcrumb {
  text-align: left;
  margin-bottom: 15px;
  font-weight: bold;
}

.breadcrumb a {
  font-size: 12px;
}

.breadcrumb_link:after {
  content: ">";
  margin: 0 5px;
}

.breadcrumb_link_current:after {
  content: "";
  margin: 0;
}


/*メインビジュアル*/
#main_v {
  border: 2px solid #e9baba;
  display: flex;

  width: 100%;
  min-width: 700px;
  max-width: 1400px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}

#main_v img {
  width: 100%;
}

#main_v .left {
  margin: 5px;
  position: relative;
}

/* #main_v .banner1{
			display: block;
			max-width: 541px;
		}
		#main_v .ribbon{
			position: absolute;
			left: 10px;
			top: -14px;
			width: 30.3%;
			height: 184px;
			background: url(../img/index/main_v_ribbon.png) no-repeat;
			background-size:100% auto;

		}
			#main_v .ribbon p{
				width: 88%;
				margin:0 auto;
				color: #FFF;
				text-align: center;
			}
				#main_v .ribbon p.txt1{
					font-size: 1.0vw;
					padding-top: 0.8vw;
					padding-bottom: 0.5vw;
					border-bottom:1px solid #FFF;
				}
				#main_v .ribbon p.txt2{
					font-size: 1.0vw;
					padding-top: 0.5vw;
				}

	#main_v .middle{
		margin:5px 0;
		display: block;
	}
		#main_v .middle .banner2{
			display: block;
			max-width: 470px;
		}
		#main_v .middle .banner3{
			margin-top:5px;
			display: block;
			max-width: 470px;
		} */


#main_v .right {
  margin: 0;
  display: block;
  position: relative;
  border-left: 2px solid #e9baba;
  background: #f7dbd7
}

#main_v .right a {
  position: absolute;
  display: block;
  bottom: 4.3%;
  left: 16.8%;
  width: 66.4%;
}

#main_v .right a img {
  max-width: 249px;
}

/*キャンペーンリンク*/
.campain_link {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin: 50px auto;
  border: 2px solid #f72d51;
  padding: 15px 0;
}

.campain_link a {
  color: #f72d51;
}

/*オトクな情報*/
#otoku .contents_inner {
  padding-top: 30px;
}

#otoku .mainArea {
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
}

#otoku .mainArea a {
  width: 48%;
}

#otoku .mainArea a img {
  max-width: 100%;
}

/*おすすめ商品　～濃密肌への5ステップ～*/
#osusume_step {
  max-width: 100%;
  margin-top: 20px;
}

#osusume_step .bg_white {
  background: #fff;
  border-radius: 7px;
  padding-bottom: 32px;
}

#osusume_step .contentsTitle {
  padding: 20px 0 20px 32px;
}

#osusume_step .mainArea {
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
}

#osusume_step .stepBox {
  width: 20%;
  display: block;
  padding: 0 20px;
  border-right: 1px dashed #f38591;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

#osusume_step .stepBox:last-child {
  border: none;
}

#osusume_step .stepBox .icon {
  width: 62px;
  position: absolute;
  top: 0;
  left: 25px;
}

#osusume_step .stepBox .arrow {
  width: 16px;
  position: absolute;
  top: 35%;
  right: -9px;
}

#osusume_step .stepBox img {
  max-width: 100%;
}

#osusume_step .stepBox .imgMain {
  width: 90%;
  margin: 0 auto;
}

#osusume_step .stepBox .title_prodoct {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}

#osusume_step .stepBox .btn_check {
  margin: 0.5em auto 0;
  width: 96%;
  border-radius: 5px;
  color: #fff;
  background: #f48592;
  padding: 0 0;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  top: 2px;
  font-size: 13px;
}

#osusume_step .stepBox .btn_check:after {
  content: '▶︎';
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -5px;
  line-height: 10px;
  font-size: 10px;
  color: #fff;
  font-size: 9px;
}

#osusume_step .stepBox .btn_check:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 20px;
  background-image: url(../img/index/osusume_step_icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -1px;
}

#osusume_step .stepBox .btn_check:hover {
  text-decoration: none;
  color: #FFF;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
}

@media screen and (max-width:1035px) {
  #osusume_step .stepBox {
    padding: 0 5px;
  }

  #osusume_step .stepBox .btn_check {
    font-size: 12px;
  }

  #osusume_step .stepBox .btn_check:before {
    margin-right: 3px;
    width: 10.5px;
    height: 15px;
  }

  #osusume_step .stepBox .btn_check:after {}
}

@media screen and (max-width:804px) {
  #osusume_step .stepBox {
    padding: 0 5px;
  }

  #osusume_step .stepBox .title_prodoct {
    font-size: 11px;
  }

  #osusume_step .stepBox .btn_check {
    font-size: 10px;
  }

  #osusume_step .stepBox .btn_check:before {
    width: 7px;
    height: 10px;
    margin-right: 4px;
    margin-top: -2px;
  }

  #osusume_step .stepBox .btn_check:after {
    right: 4px;
    top: 50%;
    margin-top: -5px;
    font-size: 6px;
    line-height: 10px;
  }
}



/*「ジーノ」商品一覧～*/
#products .contents_inner {
  padding-top: 45px;
  font-weight: normal;
}

#products .description {
  text-align: right;
  font-size: 12px;
  padding-top: 0.7em;
}

#products .description2 {
  font-size: 16px;
  font-weight: bold;
  padding-top: 0.4em;
  padding-left: 1em;
}

#products .mainArea {
  padding-top: 40px;
}

.tab_wrap {
  width: 100%;
}

.tab_area {
  font-size: 0;
  display: flex;
  justify-content: space-between;
  /*padding: 0 7px;*/
}

.tab_area .tab {
  width: 24%;
  display: inline-block;
  padding: 32px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  box-shadow: 0px -20px 15px -3px rgba(0, 0, 0, 0.2) inset;
  margin-bottom: -5px;
}

.tab_area .tab.active {
  box-shadow: none;
}

.panel_area {
  position: relative;
}

.tab_panel {
  width: 100%;
  display: none;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  /*box-shadow: 0px -5px 3px -3px rgba(0,0,0,0.1) ;*/
}

.tab_panel.active {
  display: block;
}

.bg1 {
  background: #e25671;
}

.bg2 {
  background: #011837;
}

.bg3 {
  background: #662237;
}

.bg4 {
  background: #9d8eaf;
}

.small_txt {
  font-size: 12px;
}

/*タブの中身*/
.tab_wrap .panel_inner {
  padding: 45px 15px 23px;
}

.tab_wrap .category_txt {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 24px;
  line-height: 1em;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.tab_wrap .productList {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
}

.tab_wrap .productList .productBox {
  width: 24.62%;
  margin-bottom: 5px;
  background: #fff;
  border: 1px solid #d9d7d1;
  border-radius: 5px;
  margin-right: 0.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px 14px;
}

.tab_wrap .productList .productBox:nth-child(4n) {
  margin-right: 0%;
}

.tab_wrap .productList .productBox.dummy {
  background: none;
  border: none;
}

@media screen and (max-width:700px) {
  .tab_wrap .productList .productBox {
    width: 49.5%;
    margin-right: 1%;
  }

  .tab_wrap .productList .productBox:nth-child(2n) {
    margin-right: 0%;
  }

  .tab_wrap .productList .productBox.dummy {
    display: none;
  }
}

.tab_wrap .productList .productBox .img {
  width: 100%;
  border: 1px solid #d9d7d1;
}

.tab_wrap .productList .productBox .img img {
  max-width: 100%;
}

.tab_wrap .productList .productBox .title_prodoct {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f48592;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
}

.tab_wrap .productList .productBox ul {
  padding-top: 7px;
}

.tab_wrap .productList .productBox ul li {
  padding-left: 20px;
  padding-bottom: 4px;
  background: url(../img/index/product_icon.png) no-repeat 0 2px;
  font-size: 14px;
}

.tab_wrap .productList .productBox .price {
  margin-top: 40px;
  font-weight: bold;
}

.tab_wrap .productList .productBox .price2 {
  font-weight: bold;
}

.tab_wrap .productList .productBox .price2 span {
  font-weight: bold;
  color: #fc0421;
}

.tab_wrap .productList .productBox .btn_check {
  margin: 1em auto 0;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  background: #f48592;
  padding: 0 0px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  top: 2px;
  font-size: 13px;
}

.tab_wrap .productList .productBox .btn_check:after {
  content: '▶︎';
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -5px;
  line-height: 10px;
  font-size: 10px;
  color: #fff;
  font-size: 9px;
}

.tab_wrap .productList .productBox .btn_check:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 20px;
  background-image: url(../img/index/osusume_step_icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -1px;
}

@media screen and (max-width:804px) {
  .tab_wrap .productList .productBox .btn_check {
    font-size: 12px;
  }

  .tab_wrap .productList .productBox .btn_check:after {
    right: 3px;
  }
}

@media screen and (max-width:700px) {
  .tab_wrap .productList .productBox .btn_check {
    font-size: 13px;
  }

  .tab_wrap .productList .productBox .btn_check:after {
    right: 8px;
  }
}

.tab_wrap .productList .productBox a:hover img,
.tab_wrap .productList .productBox a:hover .btn_check {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
}

/*販売終了のお知らせ*/
.txt_sorry {
  padding: 3rem 0.5rem 0;
  line-height: 2;
  color: #fff;
}

/*初めての方へ*/
#beginner .contents_inner {
  /* padding-top: 45px; */
  padding-bottom: 90px;
}

#beginner .mainArea {
  display: flex;
  justify-content: center;
}

#beginner .mainArea a {
  width: 48%;
}

#beginner .mainArea a img {
  max-width: 100%;
}

/*肌悩みから選ぶ*/
#hadanayami .contents_inner {
  padding-top: 45px;
}

#hadanayami .mainArea {
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
}

#hadanayami .mainArea a {
  width: 24%;
}

#hadanayami .mainArea a img {
  max-width: 100%;
}

/*ジーノについて*/
#aboutJino .contents_inner {
  width: 100%;
  max-width: 1400px;
}

#aboutJino .mainArea {
  position: relative;
}

#aboutJino .mainArea img.bg {
  max-width: 100%;
}

#aboutJino .mainArea a.btn_detail {
  width: 20%;
  display: inline-block;
  position: absolute;
  left: 11%;
  top: 56%;
  background: #FFF;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 13px 0;
  text-align: center;
}

#aboutJino .mainArea a.btn_detail:after {
  content: '＞';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  line-height: 10px;
  font-size: 10px;
}

#aboutJino .mainArea a.btn_detail:hover {
  text-decoration: none;
  color: #000;
}

/*おすすめコンテンツ*/
#osusume .contents_inner {
  padding-top: 45px;
  padding-bottom: 60px;
}

#osusume .mainArea {
  padding-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#osusume .mainArea a {
  width: 23.78%;
  margin-bottom: 24px;
}

#osusume .mainArea a img {
  max-width: 100%;
}

#osusume .mainArea_2 {
  padding-top: 51px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#osusume .mainArea_2 a {
  width: 100%;
}

#osusume .mainArea_2 a img {
  max-width: 100%;
}

/*20220527追加*/
#main img {
  width: 100%;
}