@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'icomoon';
  src:  url('/common/fonts/icomoon.eot?jd2qqs');
  src:  url('/common/fonts/icomoon.eot?jd2qqs#iefix') format('embedded-opentype'),
    url('/common/fonts/icomoon.ttf?jd2qqs') format('truetype'),
    url('/common/fonts/icomoon.woff?jd2qqs') format('woff'),
    url('/common/fonts/icomoon.svg?jd2qqs#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e900";
}
.icon-spinner:before {
  content: "\e984";
}
.icon-search:before {
  content: "\e986";
}
.icon-warning:before {
  content: "\ea07";
}
.icon-arrow-up2:before {
  content: "\ea3a";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-arrow-down2:before {
  content: "\ea3e";
}
.icon-arrow-left2:before {
  content: "\ea40";
}
.icon-circle-up:before {
  content: "\ea41";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-app-fd:before {
  content: "\e901";
}
.icon-arrow_down:before {
  content: "\e90b";
}
.icon-arrow_left:before {
  content: "\e90c";
}
.icon-arrow_right:before {
  content: "\e90d";
}
.icon-arrow_up:before {
  content: "\e90e";
}
.icon-cancel:before {
  content: "\e90f";
}
.icon-plus:before {
  content: "\e910";
}
.icon-minus:before {
  content: "\e911";
}
.icon-blank:before {
  content: "\e912";
}
.icon-login:before {
  content: "\e913";
}
.icon-pdf:before {
  content: "\e914";
}
.icon-tel:before {
  content: "\e915";
}
.icon-youtube:before {
  content: "\e916";
}
.icon-fax:before {
  content: "\e917";
}
.icon-arrpw_left_double:before {
  content: "\e918";
}
.icon-arrow_right_double:before {
  content: "\e919";
}

html {
  font-size: 16px;
}
body{
  font-family: "游ゴシック体","游ゴシック Medium","Yu Gothic Medium","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.75;
}

a {
  text-decoration: none;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}

.content {
  max-width: 1200px;
  margin:  auto;
}

.ttl_min_XL {
  font-family: 'Noto Serif JP','游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
  font-size:2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.6rem;
}
.ttl_min_XL span.sub_ttl {
	font-size: 1.2rem;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
	padding: 0 24px;
}
.ttl_min_XL span.sub_ttl:before,
.ttl_min_XL span.sub_ttl:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #333333;
}
.ttl_min_XL span.sub_ttl:before {
    left: 0;
}
 
.ttl_min_XL span.sub_ttl:after {
    right: 0;
}

.ttl_min_L {
  font-family: 'Noto Serif JP','游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
  font-size:1.7rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
.ttl_min_m {
  font-family: 'Noto Serif JP','游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
  font-size: 1.3rem;
}
.ttl_L {
  font-size:1.6rem;
  font-weight: bold;
}
.ttl_m {
  font-size: 1.3rem;
}

.ttl_underline {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
}
.ttl_underline::after {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #000;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -24px;
}

/* PC表示 */
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

/* スマホ表示 */
@media only screen and (max-width: 767px) {
  .ttl_min_XL {
    font-size: 2rem;
  }
  .PC {
    display: none;
  }
}



/*--- btn ---*/
a.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  max-width: 400px;
  height: 46px;
  font-family: "A1 Gothic M", sans-serif;
  font-feature-settings: "pkna" 1;
  font-size: 14px;
  letter-spacing: 0;
  text-decoration: none;
  margin-top: 30px;
  background: transparent;
  border: 1px solid #000;
  color: #000;
  z-index: 1;
}
a.btn_arw {
  background: #fff;
}
a.btn_arw::after {
  content: "";
  position: absolute;
  bottom: 23px;
  right: -28px;
  width: 56px;
  height: 6px;
  background-image: url(../img/arrow_black.png);
  background-size: 100% auto;
}

a.btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #e7ce7d;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
/*a.btn:hover {
  color: #fff;
}*/
a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
a.btn:hover::after {
  background-image: url(../img/arrow_black_half.png);
}
a.btn_small {
  width: 60%;
  margin-top: 10px;
  height: 38px;
  min-width: 300px;
}
a.btn_small::after {
  bottom: 19px;
}
a.btn_black {
  background: #333;
  color: #fff;
}
a.btn_black::after {
  background-image: url(../img/arrow_black_half.png);
}
a.btn_black::before{
  background: #fff;
}
a.btn_black:hover{
  color: #333;
}
a.btn_black:hover::after{
   background-image: url(../img/arrow_black.png);
}
a.btn_green {
  background: #c3ecd0;
}
a.btn_green::before{
  background: #91d5a7;
}
.btn_notice {
  background: #999;
  color: #fff;
  width: 70%;
  max-width: 400px;
  text-align: center;
  padding: 5px;
}

/* スマホ表示 */
@media only screen and (max-width: 767px) {
  a.btn {
    width: 92%;
  }
  .btn_notice {
    width: 100%;
  }
}

/* ライトコロンページ内リンクボタン */
@media only screen and (min-width: 768px) {
  .gem a.btn_small {
    width: 70%;
  }
  .cologne a.btn_small {
    width: 70%;
  }
}

/*--- header ---*/
.logo {
  position: absolute;
  z-index: 10;
  top:10px;
  left: 16px;
  width: 100px;
}
.logo img {
  width: 100%
}

.drawer-hamburger {
  padding-top: 30px;
  padding-bottom: 36px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.drawer-hamburger:hover{
  background-color: #333;
}
.drawer-hamburger:hover .drawer-hamburger-icon,
.drawer-hamburger:hover .drawer-hamburger-icon:before,
.drawer-hamburger:hover .drawer-hamburger-icon:after {
  background-color: #fff;
}
.drawer-open .drawer-hamburger:hover .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer-nav {
  width: 60%;
}
.drawer--right .drawer-nav{
  right: -100%;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}

.menu_logo {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 20px;
}
.menu_logo img {
  width: 90px;
}
.menu {
  width: 560px;
  margin: 0 auto;
}
.menu .menu_item {
  margin-bottom: 30px;
}
.menu .menu_item a {
  display: block;
  color: #333;
  text-decoration: none;
}
.menu a:hover{
  opacity: 0.7;
}
.menu .menu_item p {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 4px;
}
.menu .menu_item img {
  width: 100%;
  height: auto;
}
.sns_menu {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}
.sns_menu li {
  width: 24%;
  text-align: center;
}
.sns_menu li i {
		font-size: 1.6rem;
		color: #333;
		position: inherit;
		text-align: center;
		border: solid 1px #333;
	width: 1.8em;
	line-height: 1.8em;
	border-radius: 1em;
	padding: 0.45em;
}
.nav_txt {
  font-size: 0.76rem;
  color: #666;
  margin-top: 40px;
}

/* スマホ表示 */
@media only screen and (max-width: 767px) {
  .logo {
    width: 60px;
  }
  .drawer-nav {
    width: 100%;
  }
  .menu {
    width: 100%;
    padding: 0 16px;
  }
.menu .menu_item p {
  font-size: 1.2rem;
  }
}



/*--- footer ---*/

footer {
  background: #f5f5f5;
  padding: 30px 0 20px;
	border-top:#d8dddf solid 1px;
}
.footer_inner {
  padding: 0 10px;
}
.footer_menu {
	max-width: 1200px;
  display: flex;
  margin: 0 auto;
  align-items: center;
	padding: 0 16px;
}
.footer_nav {
  width: 100%;
  max-width: 940px;
}
.footer_nav li {
	position: relative;
	padding-left: 18px;
}
.footer_nav li:before {
	content: "\e90d";
	font-family: 'icomoon';
	position: absolute;
	left: 0;
	top: 6px;
	font-size: 0.6em;
}
.footer_menu .sns_menu {
  width: 16em;
  margin-top: 0;
  justify-content: flex-end;
}
.footer_menu .sns_menu li {
  width: 24%;
}
.footer_menu .sns_menu li i {
	font-size: 1.3rem;
	padding: 10px;
}
.footer_menu .sns_menu a:hover{
  opacity: 0.7;
}
footer a {
  color: #333;
}
footer a:hover {
  text-decoration: underline;
}
footer .sns_menu li a:hover {
	text-decoration: none;
}
.footer_nav li i {
  margin-right: 6px;
}
.links {
  display: flex;
  justify-content: flex-end;
  font-size: 0.9rem;
	max-width: 1200px;
  margin: 20px auto 0;
}
.links li {
  border-right: #999 solid 1px;
  padding: 0 16px;
  line-height: 1.5;
}
.links li:first-child {
  border-left:  #999 solid 1px;
}
footer .btnArea {
	padding: 24px 0 0;
}
footer .btnArea ul {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 16px;
	display: flex;
	justify-content: space-between;
}
footer .btnArea ul li {
	width: 23%;
	line-height: 1;
}
footer .btnArea ul li a {
	display: block;
}
footer .btnArea ul li img {
	width: 100%;
	height: auto;
}
footer .btnArea ul li .bnr_cap{
	text-align: center;
	font-size: 13px;
	line-height: 1.2;
	margin-top: 5px;
	color: #666;
}
footer .btnArea ul li .bnr_cap:hover {
	text-decoration: underline;
}

/* スマホ表示 */
@media only screen and (max-width: 767px) {
  .footer_menu {
    display: block;
  }
  .footer_nav {
    font-size: 0.9rem;
  }
  .footer_menu .sns_menu {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  .sns_menu li {
    width: 20%;
  }
  .links {
    justify-content: center;
    font-size: 0.8rem;
  }
	footer .btnArea ul {
		display: block;
	}
	footer .btnArea ul li {
		width: 80%;
		margin: 0 auto 10px;
	}
}





/*==== TOP ====*/

/*--- top_area ---*/
.top_area {
  background:url("../img/top_bg_wh.png") no-repeat center center;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.top_area_inner {
  background:url("../img/top_bg.png") no-repeat center center;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
}
.top_theme {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.top_theme img {
  max-width: 760px;
}
.top_txt {
  position: absolute;
  bottom: 10%;
  width: 45%;
  text-align: center;
  font-family: '游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
  font-size: 1.6rem;
  letter-spacing: 0.4em;
  margin-left: 4%;
  text-shadow: 1px 1px 5px #fff;
  color: #000;
}
.top_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
  margin-right: 3%;
}
.top_img img {
  width: 100%;
  max-width: 600px;
}
.twinkle1 {
  position: absolute;
  top: 50%;
  left: 20%;
  opacity: 0;
}
.twinkle2 {
  position: absolute;
  top: 60%;
  left: 30%;
  opacity: 0;
}
.twinkle3 {
  position: absolute;
  top: 70%;
  left: 70%;
  opacity: 0;
}
.twinkle4 {
  position: absolute;
  top: 20%;
  left: 90%;
  opacity: 0;
}

/* スマホ表示 */
@media only screen and (max-width: 767px) {
  .top_area {
  background:url("../img/top_bg_wh_sp.png") no-repeat center center;
  }
  .top_area_inner {
  background:url("../img/top_bg_sp.png") no-repeat center center;
  }
  .top_theme {
    width: 98%;
  }
  .top_theme img {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
  }
  .top_txt {
    width: 100%;
    margin-left: 0;
    font-size: 1.2rem;
    bottom: 44%;
  }
  .top_img{
    width: 82%;
    bottom: 16%;
  }
}

/*--- concept ---*/

.concept {
  background: url("../img/bg_concept.png") no-repeat center top;
  background-size: cover;
  padding: 50px ;
  font-weight: bold;
  line-height: 2;
}
.concept_inner {
  background:rgba(255,255,255,0.5);
  width: 100%;
  display: flex;
  align-items: center;
}
.concept_inner div {
  width: 50%;
  text-align: center;
  padding: 30px 20px;
}
.concept_inner p {
  line-height: 2.4;
}

/* スマホ表示 */
@media only screen and (max-width: 767px) {
  .concept{
    padding: 20px;
  }
  .concept_inner {
    display: block;
  }
  .concept_inner div {
    width: 100%;
    padding: 20px 10px;
  }
  .concept_inner img {
    width: 46%;
    height: auto;
  }
}

/*--- product_area ---*/
.product_area {
  margin-top: 50px;  
}
.p_box2 {
  display: flex;
  padding: 70px 0;
}
.product_img_r {
  justify-content: flex-end;
}
.p_box2>div {
  width: 50%;
}
.p_img_box {

}
.product_img_l, .product_img_r  {
  position: relative;
}
.product_img_l .p_img_box {
  padding-right: 8%;
}
.product_img_r .p_img_box {
  padding-left: 4%;
  text-align: right;
}
.product_img_l .star1 {
  width: 97px;
  position: absolute;
  left: 34%;
  top: 70%;
}
.product_img_r .shine {
  width: 102px;
  position: absolute;
  right: 36%;
  top: 76%;
}
.product_img_l .star1 img, .product_img_r .shine img {
  width: 100%;
  height: auto;
}
.p_img_box img {
  width: 100%;
  height: auto;
  max-width: 720px;
}
.p_img_box .cologne_over_img {
  margin-top: -24%;
}
.p_txt_box {
  margin-top: 50px;
  position: relative;
}
.product_img_l .p_txt_box {
  padding-right: 5%;
	max-width: 640px;
}
.product_img_r .p_txt_box {
  padding-left: 8%;
}
.product_name {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: bold;
}
.bg_jem {
  background: url("../img/bg_gem.png") no-repeat right top;
}
.bg_mist {
  background: #f8f1f2 url("../img/bg_mist.png") no-repeat left top;
}
.bg_mist2 {
  background: #f8f1f2 url("../img/bg_mist2.png") no-repeat center top;
  background-size: cover;
}
.bg_cologne {
  background: url("../img/bg_cologne.png") no-repeat right top;
}

.p_box2 div.new_label {
  position: absolute;
  display: block;
  width: 110px;
  height: 110px;
  right: -8%;
  top:-65px;
}

.special_box {
	border: #474e9f solid 3px;
	padding: 16px 30px;
	margin-right: 20px;
	display: flex;
	flex-direction: row-reverse;
	background: #fff;
	margin-top: 80px;
	position: relative
}
.special_data {
	width: 100%;
}
.special_label {
	background: #474e9f;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	width: 94%;
	line-height: 1.5;
}
.special_name {
	text-align: center;
	color: #474e9f;
  font-family: '游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 0;
}
.special_name .L_ttl {
	font-size: 1.9em;
}
.special_img {
	margin: 14px 10px 0 40px;
}
.special_data a.btn {
	width: 94%;
	margin-top: 10px
}

/* 大画面表示 */
@media only screen and (min-width: 1201px) {
  .product_img_r .p_txt_box {
    padding-left: 16%;
  }
}
/* タブレット表示 */
@media only screen and (max-width: 800px) {
	.special_box{
		display: block;
		text-align: center;
	}
	.special_img{
		margin: 0;
	}
	.special_label{
		width: 10em;
		margin: 0 auto 1em;
	}
}
/* スマホ表示 */
@media only screen and (max-width: 767px) {
  .p_box2 {
    display: block;
  }
  .p_box2 div {
    width: 100%;
  }
  .product_img_l .p_txt_box, .product_img_r .p_txt_box {
    padding: 0 16px;
  } 
  .bg_jem {
    background-size: 50%;
  }
  .product_img_l .star1 {
    width: 70px;
    left: 76%;
    top: 30%;
  }
  .bg_mist {
    background-size: 70%;
  }
  .product_img_r .p_img_box {
    margin-top: 20px;
  }
  .product_img_r .shine {
    width: 82px;
    right: 70%;
    top: 82%;
  }
  .p_box2 div.new_label {
    height: 90px;
    right:-12px;
    top:-50px;
  }
  .p_box2 div.new_label img {
    width: 100%;
    height: auto;
  }
}


/*==== 製品詳細 ====*/
.page .logo {
  position: inherit;
  width: 60px;
  margin-top: 4px;
  margin-left: 16px;
}
.top_image img {
  width: 100%;
  height: auto;
}

.first_section {
  position: relative;
  padding-bottom: 50px;
}
.first_section_inner {
  padding-top: 140px;
}
.name_box {
  position: absolute;
  top: -5vw;
  left: 0;
  z-index: 1;
  padding: 20px 40px;
  color: #fff;
  width: 600px;
}
.name_box h1 {
  font-size: 1.6rem;
  font-weight: bold;
}
.name_sub {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0;
}

.col2 {
  display: flex;
}

.ttl_u_line {
  font-family: 'Noto Serif JP','游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
  font-size:2.2rem;
  line-height: 1.4;
  margin-bottom: 1em;
}
.ttl_u_line span{
  background:linear-gradient(transparent 50%, #d2f6fa 50%);
}
.ttl_s {
  font-weight: bold;
  margin-bottom: 0;
}
.txt_s {
  font-size: 0.9rem;
}
  
.al_center {
  text-align: center;
}

.bg_1 {
  background: #ebeff0;
  padding: 60px 0;
}
.reg_secton {
  padding: 60px 0;
}

.detail_unit {
  padding: 50px 0;
}
.detail_img {
  text-align: center;
}
.detail_area {
  margin-top: 90px;
  width: 40%;
}
.detail_area dd {
  line-height: 1.5;
  margin-bottom: 5px;
}
.detail_area h3, .detail_box h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.label_area {
  margin-top: 90px;
  width: 10%;
}
.label_area img {
  width: 100%;
  height: auto;
}

.price {
  margin-top: 1.5em;
  margin-bottom: 2em;
}

.dl_data {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 30px;
}
.dl_data dt {
  width: 18%;
  font-weight: bold;
  margin-bottom: 2px;
}
.dl_data dd {
  width: 82%;
}
.dl_data .txt_s {
  line-height: 1.5;
  padding-top: 5px;
}

.annotation {
  font-size: 0.8rem;
  margin-top: 40px;
}

/* PC表示 */
@media only screen and (min-width: 768px) {
  .ma_right {
    margin-right: 10%;
    width: 40%;
  }
  .ma_right img {
    width: 100%;
    height: auto;
  }
  .ma_left {
    margin-left: 10%;
    width: 40%;
  }
  .txt_box {
    width: 50%;
  }
  .ma_left img {
    width: 100%;
    height: auto;
  }
}
/* スマホ表示 */
@media only screen and (max-width: 767px) {
  .col2 {
    display: block;
  }
  .col2 img {
    width: 100%;
    height: auto;
  }
  .first_section_inner {
    padding-top: 100px;
  }
  .first_section_inner, .bg_1, .reg_secton {
    padding-left: 16px;
    padding-right: 16px;
  }
  .name_box {
    width: 90%;
    padding: 10px 20px;
  }
  .name_box h1 {
    font-size: 1.3rem;
  }
  .name_sub {
    font-size: 1.1rem;
  }
  .ma_right {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .ma_left {
    margin-left: 0;
    margin-top: 30px;
  }
  
  .ttl_u_line {
    font-size: 1.8rem;
  }
  .detail_area {
    width: 100%;
    margin-top: 0;
  }
  .detail_unit {
    position: relative;
  }
  .detail_unit .ma_right {
    margin-bottom: 0;
  }
  .label_area {
    position: absolute;
    top: 100vw;
    right: 0;
    width: 36%;
    max-width: 125px;
    margin-top: 0;
  }
  .detail_box h3 {
    font-size: 1.2rem;
  }
  .dl_data {
    display: block;
  }
  .dl_data dt{
    width: 100%;
  }
  .dl_data dd {
    width: 100%;
    margin-bottom: 5px;
    line-height: 1.5;
  }
}


/*--- ジェムソープ ---*/
.gem .name_box {
  background: #36a4af;
}
.star2 {
  position: absolute;
  left: -40px;
  top: 300px;
}
.modal_window {
  display: none;
}
.modaal-container {
  border-radius: 6px;
}

/* PC表示 */
@media only screen and (min-width: 768px) {
  .gem .detail_unit .ma_right {
    width: 45%;
    margin-right: 1%;
  }
  .gem .detail_unit .detail_area {
    width: 44%;
  }
  .gem .detail_unit .detail_img img {
    max-width: 391px;
  }
  
}
/* スマホ表示 */
@media only screen and (max-width: 767px) {
  .star2 {
    left: 0;
  }
  .modaal-content-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .modaal-inner-wrapper{
    padding: 80px 16px;
  }
  .modal_img {
    width: 80%;
    margin: 0 auto;
  }
  .gem .detail_unit .detail_img {
    width: 96%;
    margin: 0 auto;
    padding-left: 22%;
  }
}



/*--- メイクアップ ロック ミスト ---*/
.mist .name_box {
  background: #b268a2;
}
.mist .ttl_u_line span{
  background:linear-gradient(transparent 50%, #fcd9f5 50%);
}
.ttl_alial {
  font-size: 2.2rem;
  font-family: Arial, Helvetica, "sans-serif";
  margin-bottom: 30px;

}
.step {
  display: flex;
  justify-content: center;
}
.step li {
  background: #fff;
  padding: 20px 20px 10px;
  width: 28%;
  margin: 0 20px;
}
.step li img {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
  height: auto;
  max-width: 237px;
}

@media only screen and (min-width: 768px) {
  .mist .detail_unit .ma_right {
    width: 30%;
    margin-right: 5%;
  }
  .mist .detail_unit .detail_box {
    width: 65%;
  }
}
  /* スマホ表示 */
@media only screen and (max-width: 767px) {
  .step {
    display: block;
  }
  .step li {
    width: 100%;
    margin: 0 0 20px;
  }
  
}

/*--- メイクアップ ライトコロン ---*/
.cologne .name_box {
  background: #d06c6c;
}
.cologne .ttl_u_line span{
  background:linear-gradient(transparent 50%, #fad2d2 50%);
}

.cologne .detail_name {
  margin-bottom: 20px;
}
.lead {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.2em;
}
.cologne .detail_area h3 {
  font-size: 1.3rem;
  font-weight: normal;
}
.cologne .label_area {
  margin-top: 0;
}

.tone {
  width: 70%;
}
.tone img {
  width: 100%;
}

.list_col {
  display: flex;
  justify-content: space-between;
  margin: 80px 0;
}
.list_col li {
  width: 22.5%;
  text-align: center;
  position: relative;
}
.list_col li.item_p {
  background: #f9ecf6;
}
.list_col li.item_b {
  background: #e8eff3;
}
.list_col li.item_y {
  background: #f3f4de;
}
.list_col li.item_o {
  background: #f5e8e3;
}
.list_col a {
  display: block;
  padding: 6% 0 5%;
  transition : 0.5s;
}
.list_col a:after {
  opacity: 0;
  content: url(/light-cologne/img/arw_down.png);
  position: absolute;
  bottom: -24px;;
  left: 50%;
  margin-left: -5px;
  z-index: 2;
}
.list_col a:hover:after {
  opacity: 1;
  bottom: -48px;;
  transition : 0.5s;
}
.list_col li img {
  width: 60%;
}
.list_col li span {
  display: block;
  line-height: 1;
  color: #ad8b1c;
  font-family: '游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
  font-size: 1.2em;
}
.list_col li .icon_new {
  position: absolute;
  border-top: 40px solid #ad8b1c;
  border-right: 40px solid #ad8b1c;
  border-bottom: 40px solid transparent;
  border-left: 40px solid transparent;
  top: 0;
  right: 0;
}
.list_col li .icon_new span{
  position: absolute;
  color: #ffffff;
  top: -1.2rem;
  right: -2.1rem;
  font-size: 1.2rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  padding: 0;
  display: block;
}

.bg_p {
	background:url("/light-cologne/img/bg_purple.png") repeat-x top;
	padding: 60px 0;
}
.detail_unit_l {
	padding-top: 10px;
}
.label_l {
	background: #fff;
	color: #474e9f;
	font-weight: bold;
	padding: 4px 20px;
	font-size: 1.5em;
	border: #474e9f solid 2px;
	border-radius: 10px;
}

.in_bnr {
	text-align: center;
	padding-top: 100px;
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.cologne .first_section_inner{
	padding-top: 100px;
}
.in_bnr a:after {
  opacity: 0;
  content: url(/light-cologne/img/arw_down.png);
  position: absolute;
  bottom: -24px;;
  left: 50%;
  margin-left: -5px;
  z-index: 2;
}
.in_bnr a:hover:after {
  opacity: 1;
  bottom: -38px;;
  transition : 0.5s;
}
.in_bnr img {
	width: 100%;
}

@media only screen and (min-width: 768px) {
  .cologne .detail_unit .detail_img img {
    max-width: 319px;
  }
  .cologne .detail_name img {
    max-width: 400px;
  }
}
  /* スマホ表示 */
@media only screen and (max-width: 767px) {
  .cologne .detail_unit .ma_right {
    margin-right: 0;
  }
  .cologne .detail_unit .detail_img img {
    width: 60%;
  }
  .cologne .detail_unit .label_area {
    top:132vw;
  }
  .lead {
    font-size: 1.5rem;
    margin-top: 20px;
  }
  .cologne .detail_name {
    width: 90%;
  }
  .tone {
    width: 100%;
  }
  .list_col {
    display: flex;
    flex-wrap: wrap;
  }
  .list_col li {
    width: 48%;
    margin-bottom: 4%;
  }
  .list_col a:after {
    bottom: -48px;;
  }
	.list_col li .icon_new {
		border-top: 30px solid #ad8b1c;
		border-right: 30px solid #ad8b1c;
		border-bottom: 30px solid transparent;
		border-left: 30px solid transparent;
		}
	.list_col li .icon_new span{
		top: -1.0rem;
		right: -1.8rem;
		font-size: 1rem;
  }
	.bg_p {
		padding-left: 16px;
		padding-right: 16px;
	}
	.label_l {
		font-size: 1.3em;
	}
}

/* インスタギャラリー */
.bg_insta {
  background: #fafafa;
  padding: 60px 0;
}
.insta__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 2%;
  padding: 0;
  align-items: center;
  justify-content: flex-start;
}
.insta__item {
  width: 23%;
  position: relative;
  margin-bottom: 28px;
  margin-right: 2.6%;
}
.insta__item:nth-of-type(4), .insta__item:nth-of-type(8) {
    margin-right: 0;
}
li.insta__item:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.insta__item img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
@media screen and (max-width: 767px){
  .insta__item {
    width: 48%;
    margin-bottom: 4%;
  }
  .insta__item:nth-of-type(2), .insta__item:nth-of-type(6){
    margin-right: 0;
}
}
