/*
Theme Name: diamond_beauty
Author: diamond beauty
*/
html {
  margin-top: 0 !important;
}
* html body {
  margin-top: 0 !important;
}
body {
  display: none;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  text-align: center;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "メイリオ", Meiryo, Osaka, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #444 !important;
  font-size: 14px;
  line-height: 1.6em;
}
/* ページ間共有
=========================================================================*/
a {
  color: #444;
  text-decoration: none;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
}
a:visited {
  color: #444;
}
a:hover {
  color: #888;
  text-decoration: underline;
}
strong {
  font-weight: bold;
}
/*p { margin: 0; }*/
a:hover, a:active, a:focus {
  outline: none;
}
/********** ----- headerエリア ----- **********/
/***** -----▼ for desktop ▼----- *****/
.header_desktop_container {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 9000;
  background-color: rgba(255, 255, 255, 0.55);
}
@media (max-width: 959px) {
  .header_desktop_container {
    display: none;
  }
}
.header_desktop_container a:hover {
  opacity: 0.6;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
}
.header_desktop {
  overflow: hidden;
  width: 960px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
/* ----- logo ----- */
.header_desktop h1 {
  margin: 0;
  padding: 0
}
.header_desktop h1 a {
  float: left;
  margin: 7px 0 6px;
  padding: 0;
  text-indent: -9999px;
  background: url("img/logo.png") no-repeat left center;
  background-size: contain;
  height: 83px;
  width: 290px;
}
/* ----- nav ----- */
.header_desktop nav {
  overflow: hidden;
  float: right;
}
/* ----- SNSアイコン ----- */
.header_desktop ul.sns_icon {
  text-align: right;
  margin: 10px 0 0;
}
.header_desktop ul.sns_icon li {
  display: inline-block;
  margin: 0 7px;
}
.header_desktop ul.sns_icon li a {
  text-indent: 9999px;
  display: block;
  width: 39px;
  height: 38px;
}
.header_desktop ul.sns_icon li a.line {
  background: url(img/header_desktop_sns_line.png) left top;
  background-size: 39px 38px;
}
.header_desktop ul.sns_icon li a.facebook {
  background: url(img/header_desktop_sns_facebook.png) left top;
  background-size: 39px 38px;
}
.header_desktop ul.sns_icon li a.twitter {
  background: url(img/header_desktop_sns_twitter.png) left top;
  background-size: 39px 38px;
}
.header_desktop ul.sns_icon li a.instagram {
  background: url(img/header_desktop_sns_instagram.png) left top;
  background-size: 39px 38px;
}
/* ----- メニュー ----- */
.header_desktop ul.grobal_nav {
  margin: 15px 0 0;
}
.header_desktop ul.grobal_nav li {
  display: inline-block;
  margin: 0 0 0 17px;
}
.header_desktop ul.grobal_nav li a {
  display: block;
  text-indent: -9999px;
}
.header_desktop ul.grobal_nav li a.nav_products {
  background: url(img/header_desktop_products.png) left top;
  width: 76px;
  height: 12px;
}
.header_desktop ul.grobal_nav li a.nav_news {
  background: url(img/header_desktop_news.png) left top;
  width: 41px;
  height: 12px;
}
.header_desktop ul.grobal_nav li a.nav_itgirl {
  background: url(img/header_desktop_itgirl.png) left top;
  width: 47px;
  height: 12px;
}
.header_desktop ul.grobal_nav li a.nav_howto {
  background: url(img/header_desktop_howto.png) left top;
  width: 58px;
  height: 12px;
}
.header_desktop ul.grobal_nav li a.nav_media {
  background: url(img/header_desktop_media.png) left top;
  width: 47px;
  height: 12px;
}
.header_desktop ul.grobal_nav li a.nav_shoplist {
  background: url(img/header_desktop_shoplist.png) left top;
  width: 70px;
  height: 12px;
}
.header_desktop ul.grobal_nav li a.nav_webshop {
  background: url(img/header_desktop_webshop.png) left top;
  width: 75px;
  height: 12px;
}
/***** -----▼ for tablet & phone ▼----- *****/
.header_phone_container {
  background-color: rgba(255, 255, 255, 0.55);
}
@media (min-width: 959px) {
  .header_phone_container {
    display: none;
  }
}
.header_phone_container a:hover {
  opacity: 0.6;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
}
.header_phone {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}
/* ----- logo ----- */
.header_phone h1 {
  margin: 0;
  padding: 0
}
.header_phone h1 a {
  float: left;
  margin: 7px 15px 6px;
  padding: 0;
  text-indent: -9999px;
  background: url("img/logo.png") no-repeat left center;
  background-size: contain;
  width: 174px;
  height: 50px;
}
/* ----- menuボタン ----- */
.header_phone .button_toggle {
  position: absolute;
  top: 10px;
  right: 15px;
  margin: 0;
  width: 40px;
  height: 40px;
  background: url(img/header_phone_toggle_btn.png) center center no-repeat;
  background-size: auto 40px;
  cursor: pointer;
}
.header_phone .button_toggle:hover {
  opacity: 0.6;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
}
/* ----- navi ----- */
.header_phone_nav {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  color: #FFF;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.header_phone_nav a {
  color: #FFF;
}
/* ----- closeボタン ----- */
.header_phone_nav .button_toggle_close {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: url(img/header_phone_close_btn.png) center center no-repeat;
  background-size: auto 40px;
  cursor: pointer;
}
.header_phone_nav .button_toggle_close:hover {
  opacity: 0.6;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
}
/* ----- 仕切り線 ----- */
hr.header_phone_line {
  margin: 15px 20px 0 20px;
  border-top: 1px solid #EEE;
}
/* ----- グローバルナビ ----- */
.header_phone_nav ul.grobal_nav {
  padding: 0;
  margin: 60px 0 0 0;
  list-style: none;
}
.header_phone_nav ul.grobal_nav li {
  text-indent: -9999px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.header_phone_nav ul.grobal_nav li a {
  display: block;
  padding: 0;
  width: 100%;
  height: 40px;
}
.header_phone_nav ul.grobal_nav li a.nav_diamond_lash {
  background: url(img/header_phone_diamond_lash.png) center center no-repeat;
  background-size: auto 14px;
}
.header_phone_nav ul.grobal_nav li a.nav_product_lineup {
  background: url(img/header_phone_product_lineup.png) center center no-repeat;
  background-size: auto 14px;
}
.header_phone_nav ul.grobal_nav li a.nav_news {
  background: url(img/header_phone_news.png) center center no-repeat;
  background-size: auto 14px;
}
.header_phone_nav ul.grobal_nav li a.nav_itgirl {
  background: url(img/header_phone_itgirl.png) center center no-repeat;
  background-size: auto 14px;
}
.header_phone_nav ul.grobal_nav li a.nav_howto {
  background: url(img/header_phone_howto.png) center center no-repeat;
  background-size: auto 14px;
}
.header_phone_nav ul.grobal_nav li a.nav_media {
  background: url(img/header_phone_media.png) center center no-repeat;
  background-size: auto 14px;
}
.header_phone_nav ul.grobal_nav li a.nav_shoplist {
  background: url(img/header_phone_shoplist.png) center center no-repeat;
  background-size: auto 14px;
}
.header_phone_nav ul.grobal_nav li a.nav_webshop {
  background: url(img/header_phone_webshop.png) center center no-repeat;
  background-size: auto 14px;
}
/* ----- subメニュー ----- */
.header_phone_nav ul.sub_menu {
  list-style: none;
  margin: 20px 0 40px;
  padding: 0;
}
.header_phone_nav ul.sub_menu li a {
  display: block;
  padding: 8px 0;
  width: 100%;
  height: 40px;
  font-size: 16px;
}
/* ----- SNSアイコン ----- */
.header_phone_nav ul.sns_icon {
  margin: 0 auto 40px auto;
  padding: 0;
}
.header_phone_nav ul.sns_icon li {
  display: inline-block;
  margin: 0 7px;
}
.header_phone_nav ul.sns_icon li a {
  text-indent: -9999px;
  display: block;
  width: 40px;
  height: 40px;
}
.header_phone_nav ul.sns_icon li a.line {
  background: url(img/header_phone_sns_line.png) left top;
  background-size: 40px 40px;
}
.header_phone_nav ul.sns_icon li a.facebook {
  background: url(img/header_phone_sns_facebook.png) left top;
  background-size: 40px 40px;
}
.header_phone_nav ul.sns_icon li a.instagram {
  background: url(img/header_phone_sns_instagram.png) left top;
  background-size: 40px 40px;
}
.header_phone_nav ul.sns_icon li a.twitter {
  background: url(img/header_phone_sns_twitter.png) left top;
  background-size: 40px 40px;
}
/********** ----- footerエリア ----- **********/
footer {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #666666;
}
/* ----- pagetopボタン ----- */
.pagetop a {
  float: right;
  display: inline-block;
  width: 100px;
  height: 80px;
  background: url(img/btn_page_top.png);
}
.pagetop a:hover {
  background: url(img/btn_page_top_on.png);
}
.pagetop_xs {
  overflow: hidden;
}
.pagetop_xs a {
  float: right;
  display: inline-block;
  width: 50px;
  height: 40px;
  background: url(img/btn_page_top.png);
  background-size: 50px 40px;
}
.pagetop_xs a:hover {
  background: url(img/btn_page_top_on.png);
  background-size: 50px 40px;
}
/* ----- Footerコンテンツ ----- */
footer .widget {
  text-align: left;
  margin-top: 20px;
}
/* ----- Footerメニュー ----- */
footer .widget ul.footer_menu {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
footer .widget ul.footer_menu li {
  margin-bottom: 27px;
}
footer .widget ul.footer_menu li a, footer .widget ul li a:visited {
  color: #FFF;
}
footer .widget ul.footer_menu li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  footer .widget ul.footer_menu {
    margin: -18px -15px 0 -15px;
  }
  footer .widget ul.footer_menu li {
    margin: 0;
  }
  footer .widget ul.footer_menu li a {
    display: block;
    margin: 0;
    padding: 12px 15px;
    width: 100%;
    border-bottom: 1px solid #FFF;
    background: url(img/footer_menu_arrow.png) right center no-repeat;
    background-size: auto 10px;
  }
}
/* ----- SNSアイコン ----- */
footer .widget ul.sns-icon {
  float: right;
  margin-top: 220px;
}
footer .widget ul.sns-icon li {
  display: inline-block;
  margin: 0 12px;
}
@media screen and (max-width: 991px) {
  footer .widget ul.sns-icon {
    float: none;
    text-align: center;
    margin: 0; /* 余分なマージンを消去 */
    padding: 0; /* 余分なパディングを消去 */
  }
  footer .widget ul.sns-icon li {
    display: inline-block;
    margin: 0 6px;
  }
}
footer .widget ul.sns-icon li a {
  text-indent: -9999px;
  display: block;
  width: 52px;
  height: 52px;
}
footer .widget ul.sns-icon li a.line {
  background: url(img/footer_sns_line.png) left top;
  background-size: 52px 52px;
}
footer .widget ul.sns-icon li a.facebook {
  background: url(img/footer_sns_facebook.png) left top;
  background-size: 52px 52px;
}
footer .widget ul.sns-icon li a.instagram {
  background: url(img/footer_sns_instagram.png) left top;
  background-size: 52px 52px;
}
footer .widget ul.sns-icon li a.twitter {
  background: url(img/footer_sns_twitter.png) left top;
  background-size: 52px 52px;
}
footer .widget ul.sns-icon li a:hover {
  opacity: 0.6;
  background-size: 52px 52px;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
}
/* ----- コピーライト表記 ----- */
footer .copyright {
  width: 100%;
  margin-top: 15px;
  padding: 20px 0 80px;
  text-align: center;
  color: #FFF;
  border-top: 1px solid #AAAAAA;
}
@media (max-width: 767px) {
  footer .copyright {
    border-top: none;
    padding: 20px 0 20px;
  }
}
/* トップページ
=========================================================================*/
/********** ----- HERO SPACEエリア ----- **********/
#hero_space {
  max-height: 650px;
  overflow: hidden;
  background: url(img/top/hero_bg.jpg) left bottom repeat-x;
}
#slides {
  margin: 0 auto;
}
/********** ----- MEDIAエリア ----- **********/
.top_diamond_lash {
  overflow: hidden;
  margin: 0;
  padding: 25px 0;
  text-align: center;
  background: url(img/top/top_diamond_lash_bg_desktop.png) center top;
  border-top: 9px solid #FFF;
}
@media (max-width: 767px) {
  .top_diamond_lash {
    background: url(img/top/top_diamond_lash_bg_phone.png) center top;
    border-top: 4px solid #FFF;
  }
}
/* ----- 幅100% ----- */
.top_diamond_lash .diamond_lash_thumbnail_container {
  /*overflow: hidden;*/
  width: 100%;
  margin: 0;
  padding: 0;
}
/* ----- スライドコンテナー ----- */
.top_diamond_lash .diamond_lash_thumbnail_container .diamond_lash_thumbnail {
  /*width: 1400px;*/
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1399px) {
  .top_diamond_lash .diamond_lash_thumbnail_container .diamond_lash_thumbnail {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .top_diamond_lash .diamond_lash_thumbnail_container .diamond_lash_thumbnail {
    width: 100%;
    padding: 0;
  }
}
/* ----- スライドリスト ----- */
.diamond_lash_slides {}
.diamond_lash_slides .slide {
  margin: 0;
  padding: 0 40px;
  outline: none;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
@media (max-width: 991px) {
  .diamond_lash_slides .slide {
    padding: 0 10px;
  }
}
.diamond_lash_slides .slide img {
  width: 100%;
  height: auto;
  padding: 0;
}
.diamond_lash_slides .slide img:hover {
  opacity: 0.6;
  background-size: 52px 52px;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
}
/* ----- カルーセル・カスタマイズ ----- */
.top_diamond_lash .diamond_lash_thumbnail_container .diamond_lash_thumbnail .slick-prev, .slick-next {
  width: 18px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  text-indent: -9999px;
  white-space: nowrap;
  border: none;
  outline: none;
}
.top_diamond_lash .diamond_lash_thumbnail_container .diamond_lash_thumbnail .slick-disabled {
  opacity: 0.2;
  cursor: default;
}
.top_diamond_lash .diamond_lash_thumbnail_container .diamond_lash_thumbnail .slick-prev {
  top: 40%;
  left: 0;
  background: url(img/top/slide_prev.png) no-repeat 0 0;
  background-size: 18px 30px;
}
.top_diamond_lash .diamond_lash_thumbnail_container .diamond_lash_thumbnail .slick-next {
  top: 40%;
  right: 0;
  background: url(img/top/slide_next.png) no-repeat 0 0;
  background-size: 18px 30px;
}
/* ----- ALL VIEWリンク ----- */
.top_diamond_lash p a {
  display: inline-block;
  margin-top: 40px;
  font-size: 18px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .top_diamond_lash p a {
    width: 70%;
    padding: 10px 0;
    margin-top: 20px;
    font-size: 14px;
    background: #FFBFFF;
    border-radius: 5px;
    text-decoration: none;
  }
  .top_diamond_lash p a:hover {
    background: #F0D7FF;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    text-decoration: underline;
  }
}
/********** ----- DIAMOND LASH MENUエリア ----- **********/
/* ----- バナーコンタクト ----- */
.top_cosme_contact_ttl {
  margin: 2px 0 0 0;
  padding: 0;
  width: 100%;
  height: 75px;
  background: #E56DB7;
}
.top_cosme_contact_ttl h1 {
  margin: 0;
  height: 75px;
  text-indent: -9999px;
  background: url(img/top/top_cosme_contact_ttl.png) center center no-repeat;
  background-size: auto 55px;
}
.top_cosme_contact_ttl a:hover {
  opacity: 0.6;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
}
/* ----- TITLE ----- */
.top_diamond_lash_ttl {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 75px;
  background: url(img/top/top_diamond_lash_ttl_bg.png) center top repeat-x;
  background-size: auto 75px;
}
.top_diamond_lash_ttl h1 {
  margin: 0;
  height: 75px;
  text-indent: -9999px;
  background: url(img/top/top_diamond_lash_ttl.png) center center no-repeat;
  background-size: auto 55px;
}
.top_products_menu {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #909090;
}
.top_products_menu .top_products_menu_container { /*overflow: hidden;*/ position: relative;
  width: 980px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .top_products_menu .top_products_menu_container {
    position: relative;
    width: 100%;
  }
}
.top_products_menu_container ul.products_menu_list {
  overflow: hidden;
  margin: 0;
  padding: 0 0;
  text-align: left;
  list-style: none;
  background: #222;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .top_products_menu_container ul.products_menu_list {
    display: none;
  }
}
.top_products_menu_container ul.products_menu_list li {
  float: left;
  margin: 0;
  padding: 0 0;
  width: 25%;
  height: 45px;
  border-right: 1px solid #666;
}
/*.top_products_menu_container ul.products_menu_list li:first-child {
	width: 16.875%;
}*/
.top_products_menu_container ul.products_menu_list li:last-child {
  border-right: none;
}
.top_products_menu_container ul.products_menu_list li a {
  width: 100%;
  display: inline-block;
  margin: 0;
  text-indent: -9999px;
  height: 45px;
}
.top_products_menu_container ul.products_menu_list li a:hover {
  opacity: 0.6;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
}
.top_products_menu_container ul.products_menu_list li a.cosme_contact {
  background: url(img/top/products_menu_cosme_contact_desktop.png) center center no-repeat;
  background-size: auto 12px;
}
.top_products_menu_container ul.products_menu_list li a.eyelash {
  background: url(img/top/products_menu_diamond_lash_desktop.png) center center no-repeat;
  background-size: auto 12px;
}
.top_products_menu_container ul.products_menu_list li a.fixer {
  background: url(img/top/products_menu_fixer_desktop.png) center center no-repeat;
  background-size: auto 12px;
}
.top_products_menu_container ul.products_menu_list li a.diamond_beauty {
  background: url(img/top/products_menu_diamond_beauty_desktop.png) center center no-repeat;
  background-size: auto 12px;
}

.top_products_menu_container ul.products_menu_list li a.eyelash_glue {
  background: url(img/top/products_menu_eyelash_glue_desktop.png) center center no-repeat;
  background-size: auto 12px;
}

.top_products_menu_hr {
  margin: 0;
  padding: 0;
  height: 6px;
  background: url(img/top/top_products_menu_hr.png) #FFF;
}
.top_products_menu_container .top_products_menu_toggle {
  margin: 0;
  text-indent: -9999px;
  height: 50px;
  background: url(img/top/phone_menu_ttl.png) center center no-repeat #333;
  background-size: auto 15px;
  border-bottom: 1px solid #FFF;
  cursor: pointer;
}
.top_products_menu_container .top_products_menu_close {
  display: none;
  margin: 0;
  text-indent: -9999px;
  height: 50px;
  background: url(img/top/phone_menu_ttl_close.png) center center no-repeat #333;
  background-size: auto 15px;
  border-bottom: 1px solid #FFF;
  cursor: pointer;
}
@media (max-width: 767px) {
  .top_products_menu .top_products_menu_container {
    position: relative;
    width: 100%;
  }
  .top_products_menu_container ul.products_menu_list {
    border-radius: 0px;
    width: 100%;
    position: absolute;
    top: 300;
    z-index: 2;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
  }
  .top_products_menu_container ul.products_menu_list li {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    height: 45px;
    background: #333;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
  /*.top_products_menu_container ul.products_menu_list li:first-child { width: 100%; }*/
  .top_products_menu_container ul.products_menu_list li:nth-child(even) {
    border-right: none;
  }
  .top_products_menu_container ul.products_menu_list li a.cosme_contact {
    background: url(img/top/products_menu_cosme_contact_phone.png) center center no-repeat;
    background-size: auto 17px;
  }
  .top_products_menu_container ul.products_menu_list li a.eyelash {
    background: url(img/top/products_menu_diamond_lash_phone.png) center center no-repeat;
    background-size: auto 17px;
  }
  .top_products_menu_container ul.products_menu_list li a.fixer {
    background: url(img/top/products_menu_fixer_phone.png) center center no-repeat;
    background-size: auto 17px;
  }
  .top_products_menu_container ul.products_menu_list li a.diamond_beauty {
    background: url(img/top/products_menu_diamond_beauty_phone.png) center center no-repeat;
    background-size: auto 17px;
  } 
    .top_products_menu_container ul.products_menu_list li a.eyelash_glue {
    background: url(img/top/products_menu_eyelash_glue_phone.png) center center no-repeat;
    background-size: auto 17px;
  }
}
/********** ----- WEB SHOPボタンエリア ----- **********/
.webshop_container {
  padding: 65px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .webshop_container {
    padding: 32px 0;
  }
}
.btn_webshop a {
  text-indent: -9999px;
  display: block;
  width: 660px;
  height: 100px;
  margin: 0 auto;
  background: url(img/btn_webshop.png) center center no-repeat #222222;
  border-radius: 5px;
}
.btn_webshop a:hover {
  background-color: #666666;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
}
@media (max-width: 767px) {
  .webshop {
    padding: 30px 0;
  }
  .btn_webshop a {
    width: 90%;
    height: 70px;
    background-size: auto 15px;
  }
}
/********** ----- NEWSエリア ----- **********/
.top_news {
  padding: 74px 0 30px;
  text-align: center;
  background: url(img/slant_line_bg.png);
}
/* ----- TITLE ----- */
.top_news h1 {
  margin: 0 0 30px;
  text-indent: -9999px;
  background: url(img/top/news_ttl.png) center top no-repeat;
  background-size: 96px 37px;
}
.top_news ul.top_news_list {
  list-style: none;
  margin: 20px 0 20px;
  padding: 20px 44px 0 44px;
  text-align: left;
  font-size: 16px;
  background: #FFF;
}
.top_news ul.top_news_list li {
  margin: 15px 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #DDDDDD;
  background: url(img/top/news_arrow.png) right center no-repeat;
  background-size: auto 20px;
}
.top_news ul.top_news_list li:last-child {
  border: none;
}
.top_news ul.top_news_list li a {
  display: inline-block;
  width: 100%;
}
.top_news p a {
  font-size: 18px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .top_news {
    padding: 36px 0 16px;
  }
  .top_news h1 {
    margin: 0;
    background-size: auto 30px;
  }
  .top_news p a {
    font-size: 14px;
  }
  .top_news ul.top_news_list {
    margin: 0 0 20px;
    padding: 0;
    font-size: 14px;
  }
  .top_news ul.top_news_list li {
    margin: 7px 0;
    padding: 10px;
    background: url(img/top/news_arrow_xs.png) right center no-repeat;
    background-size: auto 15px;
  }
}
/********** ----- IT GIRLエリア ----- **********/
/*動画部分*/
/*.big-background {
    z-index:550;
    text-align:center;
    height:100vh;
    position:relative;
    overflow:hidden;
    background-position:center bottom;
}*/
/*スマホの時に表示する画像部分*/
.big-background-default-image {
  background: url(img/itgirl/itgirl_xs_bg01.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  /*height:100%;*/
  /*padding: -74px 0 -156px;*/
  z-index: 0;
  backface-visibility: hidden;
}
.pattern {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.25);
}
video#bgvid {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  background: url(img/itgirl/itgirl_xs_bg01.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  video#bgvid {
    display: none;
  }
}
#bgimg {
  display: none;
}
@media (max-width: 767px) {
  #bgimg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
  }
}
.top_itgirl {
  overflow: hidden;
  position: relative;
  padding: 74px 0 375px;
  text-align: center;
  /*background: url(img/itgirl/itgirl_bg.jpg) center top no-repeat;*/
  z-index: 2;
}
@media (max-width: 767px) {
  .top_itgirl {
    padding: 36px 0 900px;
    /*background: url(img/itgirl/itgirl_xs_bg.jpg) center center no-repeat;
		background-size: 100% auto*/
  }
}
@media (max-width: 480px) {
  .top_itgirl {
    padding: 36px 0 900px;
    /*background: url(img/itgirl/itgirl_xs_bg.jpg) center center no-repeat;
		background-size: 100% auto*/
  }
}
#top_itgirl {
  margin-top: -100px;
  padding-top: 100px;
}
@media (max-width: 958px) {
  #top_itgirl {
    margin: 0;
    padding: 0;
    height: 0;
  }
}
/* ----- TITLE ----- */
.top_itgirl h1 {
  position: relative;
  margin: 0 0 30px;
  height: 45px;
  text-indent: -9999px;
  background: url(img/top/itgirl_ttl.png) center top no-repeat;
  background-size: auto 45px;
  z-index: 100;
}
.top_itgirl h1.top_itgirl-black {
  position: relative;
  margin: 0 0 30px;
  height: 45px;
  text-indent: -9999px;
  background: url(img/top/itgirl_ttl-b.png) center top no-repeat;
  background-size: auto 45px;
  z-index: 100;
}
@media (max-width: 767px) {
  .top_itgirl h1 {
    margin: 0;
    background-size: auto 30px;
  }
}
.itgirl_container_wrap {
  z-index: 1;
  position: relative;
}
.top_itgirl .itgirl_container {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 15px;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .top_itgirl .itgirl_container {
    /*background: url(img/itgirl/itgirl_container_xs_bg.png) center center no-repeat;
		background-size: auto 100%;*/
  }
}
.top_itgirl .itgirl_container_cover {
  z-index: 3;
  position: relative;
}
area {
  border: none;
  outline: none;
}
.top_itgirl .itgirl_container .col-sm-3 {
  padding: 0;
}
@media (min-width: 768px) {
  .margin-top-sm {
    margin-top: -10%
  }
}
@media (max-width: 767px) {
  .margin-top-xs {
    margin-top: -13%
  }
}
.cycle-slideshow {
  -webkit-perspective: 1000;
  -webkit-transform-style: preserve-3d;
  -moz-perspective: 1000;
  -moz-transform-style: preserve-3d;
  -o-perspective: 1000;
  -o-transform-style: preserve-3d;
  perspective: 1000;
  transform-style: preserve-3d;
}
/* ----- モーダル ----- */
.remodal .itgirl_modal_container {
  padding: 20px 40px 30px 40px;
  background: url(img/itgirl/itgirl_modal_shadow.png) right top no-repeat;
  background-size: auto 100%;
  /*border: 1px solid white*/
}
@media (max-width: 767px) {
  .remodal .itgirl_modal_container {
    padding: 0;
    background: none;
    background: #fff;
  }
}
.remodal .itgirl_modal_container .remodal-close {
  margin-right: 20px;
  z-index: 9999;
}
@media (max-width: 767px) {
  .remodal .itgirl_modal_container .remodal-close {
    margin-right: 0;
  }
}
.remodal .itgirl_modal {
  padding: 40px 30px;
  background: #FFF;
}
@media (max-width: 767px) {
  .remodal .itgirl_modal {
    padding: 20px 15px;
    background: none;
  }
}
.remodal .itgirl_comment {
  margin: 15px 0 10px 0;
  text-align: left;
  color: #111;
}
.remodal .itgirl_modal .youtube_wrap { /*display: none;*/
}
/* ----- SNSアイコン ----- */
.itgirl_modal ul.sns_icon {
  text-align: center;
  margin: 30px 0 0;
  padding: 0;
}
.itgirl_modal ul.sns_icon li {
  display: inline-block;
  margin: 0 7px;
}
.itgirl_modal ul.sns_icon li a {
  text-indent: -9999px;
  display: block;
  width: 37px;
  height: 37px;
}
.itgirl_modal ul.sns_icon li a.blog {
  background: url(img/itgirl/btn_blog.png) left top;
  background-size: 37px 37px;
}
.itgirl_modal ul.sns_icon li a.twitter {
  background: url(img/itgirl/btn_twitter.png) left top;
  background-size: 37px 37px;
}
.itgirl_modal ul.sns_icon li a.instagram {
  background: url(img/itgirl/btn_instagram.png) left top;
  background-size: 37px 37px;
}
.itgirl_modal ul.sns_icon li a.youtube {
  background: url(img/itgirl/btn_youtube.png) left top;
  background-size: 37px 37px;
}
.itgirl_modal ul.sns_icon li a.tiktok {
  background: url(img/itgirl/btn_tiktok.png) left top;
  background-size: 37px 37px;
}
/* ----- MAKING ----- */
.top_itgirl .youtube_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.top_itgirl .youtube_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.top_itgirl .making_ttl {
  margin: 20px 0 0;
  height: 22px;
  text-indent: -9999px;
  background: url(img/top/itgirl_making_ttl.png) center top no-repeat;
  background-size: auto 22px;
}
@media (max-width: 767px) {
  .top_itgirl .making_ttl {
    margin: 10px 0 0;
    background-size: auto 12px;
  }
}
/* ----- MAKING MOVIEモーダルテスト！ ----- */
.remodal .youtube_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.remodal .youtube_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/********** ----- HOW TO  ----- **********/
#top_howto {
  margin-top: -90px;
  padding-top: 90px;
}
.top_howto {
  padding: 0 0 0;
  text-align: center;
  /*
	background: url(img/top/howto_bg.jpg) center top no-repeat #D8D8D8;
*/
  background: #fff;
  border-top: 2px solid #FFF;
  /*height: 1196px;*/
  /*background-position: 50% 50%;*/
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/* iOSでbackground-attachment"が効かない！ */
@media (max-width: 767px) {
  .top_howto {
    z-index: -1;
    padding: 0;
    background: url(img/top/howto_bg.jpg) no-repeat #D8D8D8;
    background-size: auto 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.howto_desktop_wrap {
  padding: 65px 0 0;
  /*background: url(img/top/howto_desktop_container.png) center top;*/
  background-color: transparent;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 50%, transparent 50%), linear-gradient(rgba(0, 0, 0, .5) 50%, transparent 50%);
  background-size: 2px 2px;
}
/*@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (   min--moz-device-pixel-ratio: 2),
       only screen and (     -o-min-device-pixel-ratio: 2/1),
       only screen and (        min-device-pixel-ratio: 2),
       only screen and (                min-resolution: 192dpi),
       only screen and (                min-resolution: 2dppx) {
	   .howto_desktop_wrap {
	   		padding: 65px 0 0;
	   		background: url(img/top/howto_desktop_container@2x.png) center top;
	}
}*/
/* ----- TITLE ----- */
.top_howto h1 {
  margin: 0 0 30px;
  height: 72px;
  text-indent: -9999px;
  background: url(img/top/how_ttl.png) center top no-repeat;
  background-size: 178px 72px;
}
/* ----- YOU TUBE ----- */
.top_howto .widget_youtube {
  margin: 0 0 40px;
  padding: 50px 35px 20px 35px;
  text-align: left;
  color: #FFF;
  background: #000;
  height: auto;
}
.top_howto .widget_youtube h2 {
  margin: 50px 0 25px;
  font-size: 20px;
}
.top_howto .widget_youtube .youtube_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.top_howto .widget_youtube .youtube_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* ----- SP用 ----- */
.top_howto_xs {
  padding: 5px 0;
  text-align: center;
  /*
	background: url(img/top/howto_xs_bg.jpg) left top no-repeat #555555;
*/
  background: #555555;
  -moz-background-size: cover;
  background-size: cover;
  border-top: 1px solid #FFF;
}
.top_howto_xs .howto_xs_wrap {
  margin: 0 -10px;
  padding: 40px 0;
  /*background: url(img/top/howto_xs_container.png) center top;*/
  /*background-color: transparent;
	background-image: linear-gradient(90deg, rgba(0,0,0,.5) 50%, transparent 50%), linear-gradient(rgba(0,0,0,.5) 50%, transparent 50%);
	background-size: 2px 2px;*/
}
.top_howto_xs h1 {
  margin: 0 0 10px;
  height: 100px;
  text-indent: -9999px;
  background: url(img/top/how_xs_ttl.png) center top no-repeat;
  background-size: 240px 100px;
}
/*.top_howto_xs p.btn_shoplist a {
		display: inline-block;
		margin: 0;
		padding: 0;
		width: 30px;
		height: 17px;
		background: url(img/top/btn_howto.png) left top;
		background-size: 30px 18px;
}*/
/********** ----- MEDIAエリア ----- **********/
.top_media {
  padding: 74px 0 30px;
  text-align: center;
  background: url(img/slant_line_bg.png);
}
@media (max-width: 767px) {
  .top_media {
    padding: 36px 0 16px;
  }
}
/* ----- TITLE ----- */
.top_media h1 {
  margin: 0 0 30px;
  text-indent: -9999px;
  background: url(img/top/media_ttl.png) center top no-repeat;
  background-size: auto 36px;
}
@media (max-width: 767px) {
  .top_media h1 {
    margin: 0 0;
    background-size: auto 30px;
  }
}
/* ----- 幅100%白背景 ----- */
.top_media .media_thumbnail_container {
  overflow: hidden;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 30px 0 20px 0;
  background: #FFF;
}
/* ----- サムネイルリスト ----- */
.top_media .media_thumbnail_container .media_thumbnail {
  width: 920px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .top_media .media_thumbnail_container .media_thumbnail {
    width: 90%;
    padding: 0 20px;
  }
}
.top_media .media_thumbnail_container .media_slides .slide {
  margin: 0 20px;
  outline: none;
}
.media_slides .media_list {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
  background: #FFF;
}
.media_slides .media_list .madia_thumbnail_wrap {
  margin: 0 auto;
  margin-bottom: 15px;
  position: relative;
  width: 190px;
  height: 258px;
  padding: 15px;
  background: #F3EFE8;
}
@media (max-width: 991px) {
  .media_slides .media_list .madia_thumbnail_wrap {
    width: 170px;
    height: 231px;
  }
}
@media (max-width: 767px) {
  .media_slides .media_list .madia_thumbnail_wrap {
    width: 170px;
    height: 231px;
  }
}
@media (max-width: 500px) {
  .media_slides .media_list .madia_thumbnail_wrap {
    width: 115px;
    height: 156px;
  }
}
.media_slides .media_list .madia_thumbnail_wrap img.madia_thumbnail {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}
.media_slides .media_list .madia_thumbnail_wrap img.madia_thumbnail p {
  font-size: 14px;
  text-decoration: none;
}
/*
.top_media .media_thumbnail_container .media_thumbnail .slide img {
	width: 100%;
	height: auto;
	padding: 10%;
	background: #F3EFE8;
}
.top_media .media_thumbnail_container .media_thumbnail .slide p {
	margin-top: 15px;
	font-size: 14px;
	text-decoration: none;
}*/
/* ----- オンマウス・ズーム画像 ----- */
.top_media .media_thumbnail_container .media_thumbnail .slide {
  position: relative;
}
.top_media .media_thumbnail_container .media_thumbnail .slide .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(img/media/zoom.png) no-repeat;
  background-size: 100% auto;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  filter: alpha(opacity=0);
}
.top_media .media_thumbnail_container .media_thumbnail .slide .overlay:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* ----- カルーセル・カスタマイズ ----- */
.top_media .media_thumbnail_container .media_thumbnail .slick-prev, .slick-next {
  width: 18px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  text-indent: -9999px;
  white-space: nowrap;
  border: none;
  outline: none;
}
.top_media .media_thumbnail_container .media_thumbnail .slick-disabled {
  opacity: 0.2;
  cursor: default;
}
.top_media .media_thumbnail_container .media_thumbnail .slick-prev {
  top: 40%;
  left: -25px;
  background: url(img/top/slide_prev.png) no-repeat 0 0;
  background-size: 18px 30px;
}
.top_media .media_thumbnail_container .media_thumbnail .slick-next {
  top: 40%;
  right: -25px;
  background: url(img/top/slide_next.png) no-repeat 0 0;
  background-size: 18px 30px;
}
/* ----- ALL VIEWリンク ----- */
.top_media p a {
  display: inline-block;
  margin-top: 15px;
  font-size: 18px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .top_media p a {
    font-size: 14px;
  }
}
/********** ----- SHOP LISTエリア ----- **********/
.top_shoplist {
  padding: 98px 0 76px;
  text-align: center;
  background: url(img/top/shoplist_bg.png);
  border-top: 2px solid #FFF
}
.top_shoplist h1 {
  margin: 0 0 30px;
  text-indent: -9999px;
  background: url(img/top/shoplist_ttl.png) center top no-repeat;
  background-size: 199px 36px;
}
.top_shoplist p a {
  font-size: 18px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .top_shoplist {
    padding: 30px 0 10px;
  }
  .top_shoplist h1 {
    margin: 0 0;
    background-size: 130px auto;
  }
  .top_shoplist p.btn_shoplist a {
    display: inline-block;
    margin: 0;
    width: 30px;
    height: 18px;
    background: url(img/top/btn_shoplist.png) left top;
    background-size: 30px 18px;
  }
}
/* PRODUCTSページ
=========================================================================*/
#products {
  position: relative;
  margin: 0;
  padding: 0 0 90px;
  text-align: center;
  border-top: 90px solid #FFF;
  background: url(img/products/bg_desktop.png) center bottom repeat-x #ECEBF1;
}
@media (max-width: 959px) {
  #products {
    margin-top: 0;
    border-top: none;
    background: url(img/products/bg_phone.png) center top repeat-x #D9E8F1;
  }
}
/* ----- TITLE ----- */
#products h1.ttl {
  margin: 125px 0 50px;
  text-indent: -9999px;
  height: 69px;
  background: url(img/products/ttl.png) center top no-repeat;
  background-size: auto 69px;
}
@media (max-width: 959px) {
  #products h1.ttl {
    margin: 40px 0 20px;
    height: 40px;
    background-size: auto 40px;
  }
}
/* ----- PODUCT LINEUP desktop時のオフセット ----- 
.desktop_offset_2 { margin-left:37.5%; }*/
/* ----- PODUCT LINEUP phone時のオフセット ----- */
@media (max-width: 767px) {
  .phone_offset_2 {
    margin-left: 16.66666667%;
  }
}
.products_thumbnail_container {
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}
.products_thumbnail_container_diamond_lash_phone {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.products_thumbnail_container img:hover, .products_thumbnail_container_diamond_lash_phone img:hover {
  opacity: 0.6;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
}
/* 製品ページ共通
=========================================================================*/
/* 製品ページ・タイトル部分 */
.product_ttl {}
.product_ttl img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
/* 製品ページ・カテゴリータイトル部分 */
.product_category_ttl {
  background: url(img/products/product_category_ttl_bg.png) left top;
  background-size: auto 155px;
}
@media (max-width: 767px) {
  .product_category_ttl {
    background-size: auto 77px;
  }
}
#products .products_thumbnail_container img, #products .products_thumbnail_container_diamond_lash_phone img, #products_eyelash .eyelash_thumbnail_container img, #products_diamond_beauty .diamond_beauty_thumbnail_container img, #products_fixer .fixer_thumbnail_container img, #cosme_contact .cosme_contact_container img {
  width: 100%;
  height: auto;
}
#products_eyelash .eyelash_thumbnail_container p.product_name, #products_diamond_beauty .diamond_beauty_thumbnail_container p.product_name, #products_fixer .fixer_thumbnail_container p.product_name, #cosme_contact .cosme_contact_container p.product_name {
  margin: 8px 0 0 0;
}
#products_eyelash .eyelash_thumbnail_container a, #products_diamond_beauty .diamond_beauty_thumbnail_container a, #products_fixer .fixer_thumbnail_container a, #cosme_contact .cosme_contact_container a {
  color: #E5A4B8;
  text-decoration: none;
}
#products_eyelash .eyelash_thumbnail_container a:hover, #products_diamond_beauty .diamond_beauty_thumbnail_container a:hover, #products_fixer .fixer_thumbnail_container a:hover, #cosme_contact .cosme_contact_container a:hover {
  text-decoration: underline;
}
/* desktop時の1アイテムの場合中央 */
@media (min-width: 768px) {
  .offset-sm-1center {
    margin-left: 37.5%
  }
}
/* desktop時の2アイテムの場合中央 */
@media (min-width: 768px) {
  .offset-sm-2center {
    margin-left: 25%
  }
}
/* desktop時の3アイテムの場合中央 */
@media (min-width: 768px) {
  .offset-sm-3center {
    margin-left: 12.5%
  }
}
/* phone時の1アイテムの場合中央 */
@media (max-width: 767px) {
  .offset-xs-1item {
    margin-left: 25%
  }
}
/* desktop時の2アイテムの場合中央 */
@media (max-width: 767px) {
  .offset-xs-2center {
    margin-left: 16.66666667%
  }
}
/* 一覧ページ
=========================================================================*/
@media (min-width: 768px) {
  .col-sm-products {
    width: 20%
  }
}
/* COSME CONTACTページ
=========================================================================*/
#cosme_contact {
  position: relative;
  margin: 0;
  padding: 0 0 50px;
  text-align: center;
}
@media (max-width: 959px) {
  #cosme_contact {
    margin-top: 0;
  }
}
/* ----- ANCHOR LINK ----- */
ul.cosme_contact_anchor {
  overflow: hidden;
  margin: 30px 0 15px 0;
  padding: 0;
  list-style: none;
}
ul.cosme_contact_anchor li {
  float: left;
  width: 48.305084%;
}
ul.cosme_contact_anchor li:first-child {
  margin-right: 3.389830%;
}
/* ----- TITLE ----- */
#cosme_contact h1.ttl {
  margin: 0;
  text-indent: -9999px;
  height: 0;
}
/* ----- 1day Cosme Conact ----- */
#cosme_contact h2.oneday_ttl {
  margin: 0 0 50px;
  text-indent: -9999px;
  height: 155px;
  background: url(img/products/cosme_contact/1day_ttl.png) center top no-repeat;
  background-size: auto 155px;
}
@media (max-width: 767px) {
  #cosme_contact h2.oneday_ttl {
    margin: 0 0 30px;
    height: 77px;
    background-size: auto 77px;
  }
}
/* ----- Monthly Cosme Conact ----- */
#cosme_contact h2.monthly_ttl {
  margin: 0 0 50px;
  text-indent: -9999px;
  height: 155px;
  background: url(img/products/cosme_contact/monthly_ttl.png) center top no-repeat;
  background-size: auto 155px;
}
@media (max-width: 767px) {
  #cosme_contact h2.monthly_ttl {
    margin: 0 0 30px;
    height: 77px;
    background-size: auto 77px;
  }
}
/* オンマウス・ズーム画像 */
.cosme_contact_container {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
.cosme_contact_container .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(img/products/blush/zoom.png) no-repeat;
  background-size: 100% auto;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  filter: alpha(opacity=0);
}
.cosme_contact_container .overlay:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* EYELASH（旧DIAMOND LASH）ページ
=========================================================================*/
#products_eyelash {
  position: relative;
  margin: 0;
  padding: 0 0 50px;
  text-align: center;
}
@media (max-width: 959px) {
  #products_eyelash {
    margin-top: 0;
  }
}
/* ----- TITLE ----- */
#products_eyelash h1.ttl {
  margin: 0;
  text-indent: -9999px;
  height: 0;
}
/* ----- Category Menu ----- */
#products_eyelash .category_menu_toggle {
  margin: 0;
  text-indent: -9999px;
  height: 50px;
  background: url(img/products/eyelash/phone_menu_ttl.png) center center no-repeat #333;
  background-size: auto 15px;
  border: 1px solid #FFF;
  cursor: pointer;
}
#products_eyelash .category_menu_close {
  display: none;
  margin: 0;
  text-indent: -9999px;
  height: 50px;
  background: url(img/products/eyelash/phone_menu_ttl_close.png) center center no-repeat #333;
  background-size: auto 15px;
  border: 1px solid #FFF;
  cursor: pointer;
}
#products_eyelash ul.category_menu {
  /*overflow: hidden;*/
  width: 100%;
  position: absolute;
  top: 300;
  z-index: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
#products_eyelash ul.category_menu li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  background: #111;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
#products_eyelash ul.category_menu li:nth-child(even) {
  border-right: none;
}
#products_eyelash ul.category_menu li a {
  width: 100%;
  display: inline-block;
  margin: 0;
  text-indent: -9999px;
  height: 60px;
}
#products_eyelash ul.category_menu li a.phone_menu_new_item {
  background: url(img/products/eyelash/phone_menu_new_item.png) left top no-repeat;
  background-size: contain;
}





#products_eyelash ul.category_menu li a.phone_menu_three_d_1day {
  background: url(img/products/eyelash/phone_menu_3d_1day.png) left top no-repeat;
  background-size: contain;
}






#products_eyelash ul.category_menu li a.phone_menu_three_d {
  background: url(img/products/eyelash/phone_menu_3d.png) left top no-repeat;
  background-size: contain;
}
#products_eyelash ul.category_menu li a.phone_menu_twopairs {
  background: url(img/products/eyelash/phone_menu_2p.png) left top no-repeat;
  background-size: contain;
}
#products_eyelash ul.category_menu li a.phone_menu_pink_diamond {
  background: url(img/products/eyelash/phone_menu_pink_diamond.png) left top no-repeat;
  background-size: contain;
}
#products_eyelash ul.category_menu li a.phone_menu_green_diamond {
  background: url(img/products/eyelash/phone_menu_green_diamond.png) left top no-repeat;
  background-size: contain;
}
#products_eyelash ul.category_menu li a.phone_menu_orange_diamond {
  background: url(img/products/eyelash/phone_menu_orange_diamond.png) left top no-repeat;
  background-size: contain;
}
#products_eyelash ul.category_menu li a.phone_menu_blue_diamond {
  background: url(img/products/eyelash/phone_menu_blue_diamond.png) left top no-repeat;
  background-size: contain;
}
#products_eyelash ul.category_menu li a.phone_menu_dramatical_memory {
  background: url(img/products/eyelash/phone_menu_dramatical_memory.png) left top no-repeat;
  background-size: contain;
}
#products_eyelash ul.category_menu li a.phone_menu_first {
  background: url(img/products/eyelash/phone_menu_1st.png) left top no-repeat;
  background-size: contain;
}
#products_eyelash ul.category_menu li a.phone_menu_lady_glamourous {
  background: url(img/products/eyelash/phone_menu_lady_glamourous.png) left top no-repeat;
  background-size: contain;
}
#products_eyelash ul.category_menu li a.phone_menu_pure {
  background: url(img/products/eyelash/phone_menu_pure.png) left top no-repeat;
  background-size: contain;
}
#products_eyelash ul.category_menu li a.phone_menu_volume {
  background: url(img/products/eyelash/phone_menu_volume.png) left top no-repeat;
  background-size: contain;
}
#products_eyelash ul.category_menu li a.phone_menu_little_wink {
  background: url(img/products/eyelash/phone_menu_little_wink.png) left top no-repeat;
  background-size: contain;
}
#products_eyelash ul.category_menu li a.phone_menu_rich_brown {
  background: url(img/products/eyelash/phone_menu_rich_brown.png) left top no-repeat;
  background-size: contain;
}
#products_eyelash ul.category_menu li a.phone_menu_nudy_sweet {
  background: url(img/products/eyelash/phone_menu_nudy_sweet.png) left top no-repeat;
  background-size: contain;
}
#products_eyelash ul.category_menu li a.phone_menu_nc {
  background: url(img/products/eyelash/phone_menu_nc.png) left top no-repeat;
  background-size: contain;
}
#products_eyelash ul.category_menu li a.phone_menu_yuuki_yamamoto {
  background: url(img/products/eyelash/phone_menu_yuuki_yamamoto.png) left top no-repeat;
  background-size: contain;
}
#products_eyelash ul.category_menu li a.phone_menu_mai_miyagi {
  background: url(img/products/eyelash/phone_menu_mai_miyagi.png) left top no-repeat;
  background-size: contain;
}
/* ----- NEW ITEM ----- */
#products_eyelash h2.new_item_ttl {
  margin: 0 0 50px;
  text-indent: -9999px;
  height: 155px;
  background: url(img/products/eyelash/new_item_ttl.png) center top no-repeat;
  background-size: auto 155px;
}
@media (max-width: 767px) {
  #products_eyelash h2.new_item_ttl {
    margin: 0 0 30px;
    height: 77px;
    background-size: auto 77px;
  }
}






/* ----- 3D 1DAYマツエクEYELASH Serie ----- */
#products_eyelash h2.three_d_1day_ttl {
  margin: 0 0 50px;
  text-indent: -9999px;
  height: 155px;
  background: url(img/products/eyelash/3d_1day_eyelash_ttl.png) center top no-repeat;
  background-size: auto 155px;
}
@media (max-width: 767px) {
  #products_eyelash h2.three_d_1day_ttl{
    margin: 0 0 30px;
    height: 77px;
    background-size: auto 77px;
  }
}



























/* ----- 3d EYELASH Series ----- */
#products_eyelash h2.three_d_ttl {
  margin: 0 0 50px;
  text-indent: -9999px;
  height: 155px;
  background: url(img/products/eyelash/3d_ttl.png) center top no-repeat;
  background-size: auto 155px;
}
@media (max-width: 767px) {
  #products_eyelash h2.three_d_ttl {
    margin: 0 0 30px;
    height: 77px;
    background-size: auto 77px;
  }
}
/* ----- 2pairs Series ----- */
#products_eyelash h2.twopairs_ttl {
  margin: 0 0 50px;
  text-indent: -9999px;
  height: 155px;
  background: url(img/products/eyelash/2pairs_ttl.png) center top no-repeat;
  background-size: auto 155px;
}
@media (max-width: 767px) {
  #products_eyelash h2.twopairs_ttl {
    margin: 0 0 30px;
    height: 77px;
    background-size: auto 77px;
  }
}
/* ----- Pink　Diamond Series ----- */
#products_eyelash h2.pink_diamond_ttl {
  margin: 0 0 50px;
  text-indent: -9999px;
  height: 155px;
  background: url(img/products/eyelash/pink_diamond_ttl.png) center top no-repeat;
  background-size: auto 155px;
}
@media (max-width: 767px) {
  #products_eyelash h2.pink_diamond_ttl {
    margin: 0 0 30px;
    height: 77px;
    background-size: auto 77px;
  }
}
/* ----- Green　Diamond Series ----- */
#products_eyelash h2.green_diamond_ttl {
  margin: 0 0 50px;
  text-indent: -9999px;
  height: 155px;
  background: url(img/products/eyelash/green_diamond_ttl.png) center top no-repeat;
  background-size: auto 155px;
}
@media (max-width: 767px) {
  #products_eyelash h2.green_diamond_ttl {
    margin: 0 0 30px;
    height: 77px;
    background-size: auto 77px;
  }
}
/* ----- Orenge　Diamond Series ----- */
#products_eyelash h2.orange_diamond_ttl {
  margin: 0 0 50px;
  text-indent: -9999px;
  height: 155px;
  background: url(img/products/eyelash/orange_diamond_ttl.png) center top no-repeat;
  background-size: auto 155px;
}
@media (max-width: 767px) {
  #products_eyelash h2.orange_diamond_ttl {
    margin: 0 0 30px;
    height: 77px;
    background-size: auto 77px;
  }
}
/* ----- Blue　Diamond Series ----- */
#products_eyelash h2.blue_diamond_ttl {
  margin: 0 0 50px;
  text-indent: -9999px;
  height: 155px;
  background: url(img/products/eyelash/blue_diamond_ttl.png) center top no-repeat;
  background-size: auto 155px;
}
@media (max-width: 767px) {
  #products_eyelash h2.blue_diamond_ttl {
    margin: 0 0 30px;
    height: 77px;
    background-size: auto 77px;
  }
}
/* ----- Dramatical Memory Series ----- */
#products_eyelash h2.dramatical_memory_ttl {
  margin: 0 0 50px;
  text-indent: -9999px;
  height: 155px;
  background: url(img/products/eyelash/dramatical_memory_ttl.png) center top no-repeat;
  background-size: auto 155px;
}
@media (max-width: 767px) {
  #products_eyelash h2.dramatical_memory_ttl {
    margin: 0 0 30px;
    height: 77px;
    background-size: auto 77px;
  }
}
/* ----- 1st Series ----- */
#products_eyelash h2.first_ttl {
  margin: 0 0 50px;
  text-indent: -9999px;
  height: 155px;
  background: url(img/products/eyelash/1st_ttl.png) center top no-repeat;
  background-size: auto 155px;
}
@media (max-width: 767px) {
  #products_eyelash h2.first_ttl {
    margin: 0 0 30px;
    height: 77px;
    background-size: auto 77px;
  }
}
/* ----- Lady Glamourous Series ----- */
#products_eyelash h2.lady_glamourous_ttl {
  margin: 0 0 50px;
  text-indent: -9999px;
  height: 155px;
  background: url(img/products/eyelash/lady_glamourous_ttl.png) center top no-repeat;
  background-size: auto 155px;
}
@media (max-width: 767px) {
  #products_eyelash h2.lady_glamourous_ttl {
    margin: 0 0 30px;
    height: 77px;
    background-size: auto 77px;
  }
}
/* ----- Pure Series ----- */
#products_eyelash h2.pure_ttl {
  margin: 0 0 50px;
  text-indent: -9999px;
  height: 155px;
  background: url(img/products/eyelash/pure_ttl.png) center top no-repeat;
  background-size: auto 155px;
}
@media (max-width: 767px) {
  #products_eyelash h2.pure_ttl {
    margin: 0 0 30px;
    height: 77px;
    background-size: auto 77px;
  }
}
/* ----- Volume Series ----- */
#products_eyelash h2.volume_ttl {
  margin: 0 0 50px;
  text-indent: -9999px;
  height: 155px;
  background: url(img/products/eyelash/volume_ttl.png) center top no-repeat;
  background-size: auto 155px;
}
@media (max-width: 767px) {
  #products_eyelash h2.volume_ttl {
    margin: 0 0 30px;
    height: 77px;
    background-size: auto 77px;
  }
}
/* ----- Little Wink Series ----- */
#products_eyelash h2.little_wink_ttl {
  margin: 0 0 50px;
  text-indent: -9999px;
  height: 155px;
  background: url(img/products/eyelash/little_wink_ttl.png) center top no-repeat;
  background-size: auto 155px;
}
@media (max-width: 767px) {
  #products_eyelash h2.little_wink_ttl {
    margin: 0 0 30px;
    height: 77px;
    background-size: auto 77px;
  }
}
/* ----- Rich Brown Series ----- */
#products_eyelash h2.rich_brown_ttl {
  margin: 0 0 50px;
  text-indent: -9999px;
  height: 155px;
  background: url(img/products/eyelash/rich_brown_ttl.png) center top no-repeat;
  background-size: auto 155px;
}
@media (max-width: 767px) {
  #products_eyelash h2.rich_brown_ttl {
    margin: 0 0 30px;
    height: 77px;
    background-size: auto 77px;
  }
}
/* ----- Nudy Sweet Series ----- */
#products_eyelash h2.nudy_sweet_ttl {
  margin: 0 0 50px;
  text-indent: -9999px;
  height: 155px;
  background: url(img/products/eyelash/nudy_sweet_ttl.png) center top no-repeat;
  background-size: auto 155px;
}
@media (max-width: 767px) {
  #products_eyelash h2.nudy_sweet_ttl {
    margin: 0 0 30px;
    height: 77px;
    background-size: auto 77px;
  }
}
/* オンマウス・ズーム画像 */
.eyelash_thumbnail_container {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
.eyelash_thumbnail_container .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(img/products/eyelash/zoom.png) no-repeat;
  background-size: 100% auto;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  filter: alpha(opacity=0);
}
.eyelash_thumbnail_container .overlay:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* Diamond Beauty（旧EYE MAKE）ページ
=========================================================================*/
#products_diamond_beauty {
  position: relative;
  margin: 0;
  padding: 0 0 50px;
  text-align: center;
}
@media (max-width: 959px) {
  #products_diamond_beauty {
    margin-top: 0;
  }
}
/* ----- TITLE ----- */
#products_diamond_beauty h1.ttl {
  margin: 0;
  text-indent: -9999px;
  height: 0;
}
/* ----- Mascara ----- */
#products_diamond_beauty h2.mascara_ttl {
  margin: 0 0 50px;
  text-indent: -9999px;
  height: 155px;
  background: url(img/products/diamond_beauty/mascara_ttl.png) center top no-repeat;
  background-size: auto 155px;
}
@media (max-width: 767px) {
  #products_diamond_beauty h2.mascara_ttl {
    margin: 0 0 30px;
    height: 77px;
    background-size: auto 77px;
  }
}
/* ----- Eyeliner ----- */
#products_diamond_beauty h2.eyeliner_ttl {
  margin: 0 0 50px;
  text-indent: -9999px;
  height: 155px;
  background: url(img/products/diamond_beauty/eyeliner_ttl.png) center top no-repeat;
  background-size: auto 155px;
}
@media (max-width: 767px) {
  #products_diamond_beauty h2.eyeliner_ttl {
    margin: 0 0 30px;
    height: 77px;
    background-size: auto 77px;
  }
}
/* ----- Daiamond Puff ----- */
#products_diamond_beauty h2.diamond_puff_ttl {
  margin: 0 0 50px;
  text-indent: -9999px;
  height: 155px;
  background: url(img/products/diamond_beauty/diamond_puff_ttl.png) center top no-repeat;
  background-size: auto 155px;
}
@media (max-width: 767px) {
  #products_diamond_beauty h2.diamond_puff_ttl {
    margin: 0 0 30px;
    height: 77px;
    background-size: auto 77px;
  }
}
/* ----- Daiamond Eyelid ----- */
#products_diamond_beauty h2.diamond_eyelid_ttl {
  margin: 0 0 50px;
  text-indent: -9999px;
  height: 155px;
  background: url(img/products/diamond_beauty/diamond_eyelid_ttl.png) center top no-repeat;
  background-size: auto 155px;
}
@media (max-width: 767px) {
  #products_diamond_beauty h2.diamond_eyelid_ttl {
    margin: 0 0 30px;
    height: 77px;
    background-size: auto 77px;
  }
}
/* ----- Daiamond Eyelid Type ----- */
#products_diamond_beauty h2.diamond_eyelid_tape_ttl {
  margin: 0 0 50px;
  text-indent: -9999px;
  height: 155px;
  background: url(img/products/diamond_beauty/diamond_eyelid_tape_ttl.png) center top no-repeat;
  background-size: auto 155px;
}
@media (max-width: 767px) {
  #products_diamond_beauty h2.diamond_eyelid_tape_ttl {
    margin: 0 0 30px;
    height: 77px;
    background-size: auto 77px;
  }
}
/* ----- Cheek_Highlight ----- */
#products_diamond_beauty h2.cheek_highlight_ttl {
  margin: 0 0 50px;
  text-indent: -9999px;
  height: 155px;
  background: url(img/products/diamond_beauty/cheek_highlight_ttl.png) center top no-repeat;
  background-size: auto 155px;
}
@media (max-width: 767px) {
  #products_diamond_beauty h2.cheek_highlight_ttl {
    margin: 0 0 30px;
    height: 77px;
    background-size: auto 77px;
  }
}
/* オンマウス・ズーム画像 */
.diamond_beauty_thumbnail_container {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
.diamond_beauty_thumbnail_container .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(img/products/diamond_beauty/zoom.png) no-repeat;
  background-size: 100% auto;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  filter: alpha(opacity=0);
}
.diamond_beauty_thumbnail_container .overlay:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* FIXERページ
=========================================================================*/
#products_fixer {
  position: relative;
  margin: 0;
  padding: 0 0 50px;
  text-align: center;
}
@media (max-width: 959px) {
  #products_fixer {
    margin-top: 0;
  }
}
/* ----- TITLE ----- */
#products_fixer h1.ttl {
  margin: 0;
  text-indent: -9999px;
  height: 0;
}
/* ----- Fixer ----- */
#products_fixer h2.fixer_ttl {
  margin: 0 0 50px;
  text-indent: -9999px;
  height: 155px;
  background: url(img/products/fixer/fixer_ttl.png) center top no-repeat;
  background-size: auto 155px;
}
#products_fixer h2.eyelash-glue_ttl {
  margin: 0 0 50px;
  text-indent: -9999px;
  height: 155px;
  background: url(img/products/eyelash_glue/eyelash-glue_ttl.png) center top no-repeat;
  background-size: auto 155px;
}
@media (max-width: 767px) {
  #products_fixer h2.fixer_ttl {
    margin: 0 0 30px;
    height: 77px;
    background-size: auto 77px;
  }
}
/* ----- Daiamond Eyelid Liquid ----- */
#products_fixer h2.diamond_eyelid_liquid_ttl {
  margin: 0 0 50px;
  text-indent: -9999px;
  height: 155px;
  background: url(img/products/fixer/diamond_eyelid_liquid_ttl.png) center top no-repeat;
  background-size: auto 155px;
}
@media (max-width: 767px) {
  #products_fixer h2.diamond_eyelid_liquid_ttl {
    margin: 0 0 30px;
    height: 77px;
    background-size: auto 77px;
  }
}
/* オンマウス・ズーム画像 */
.fixer_thumbnail_container {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
.fixer_thumbnail_container .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(img/products/fixer/zoom.png) no-repeat;
  background-size: 100% auto;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  filter: alpha(opacity=0);
}
.fixer_thumbnail_container .overlay:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* NEWSページ
=========================================================================*/
#news {
  margin: 0;
  padding: 74px 0 0 0;
  text-align: left;
  background: url(img/slant_line_bg.png);
  border-top: 90px solid #FFF;
}
@media (max-width: 959px) {
  #news {
    margin-top: 0;
    padding: 36px 0 0;
    border-top: none;
  }
}
/* ----- TITLE ----- */
#news h1.ttl {
  margin: 0 0 60px;
  text-indent: -9999px;
  height: 50px;
  background: url(img/news/ttl.png) center top no-repeat;
  background-size: auto 50px;
}
@media (max-width: 767px) {
  #news h1.ttl {
    margin: 0;
    background-size: auto 30px;
  }
}
/* ----- PC幅100%白背景 ----- */
.news_container {
  overflow: hidden;
  width: 100%;
  margin: 0 0 0 0;
  padding: 30px 0 20px 0;
  background: #FFF;
}
@media (max-width: 767px) {
  .news_container {
    padding: 15px 0 5px 0;
    background: none;
  }
}
/* ----- 一覧 ----- */
.news_list_widget {
  margin-bottom: 20px;
  min-height: 275px;
}
@media (max-width: 767px) {
  .news_list_widget {
    margin-bottom: 20px;
    border: none;
  }
}
.news_list {
  margin-bottom: 20px;
  padding: 0 0;
  background: #FFF;
}
@media (max-width: 767px) {
  .news_list {
    padding: 20px;
  }
}
/* 日付 */
p.news_list_date {
  margin: 5px 0 8px 0
}
.news_list a img:hover {
  opacity: 0.7;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
}
/* 画像にタイトルを重ねる */
figure.relative {
  position: relative;
}
figcaption.absolute {
  position: absolute;
  bottom: 0;
  color: #fff;
  background: rgba(0, 0, 0, .6);
  width: 100%;
  /*height: 32%;*/
  /*max-width: 600px;*/
  padding: 10px 0;
  /* ▼ 透過グラデーション設定 ▼ */
  background: -moz-linear-gradient(top, rgba(24, 24, 24, 0.2), rgba(24, 24, 24, 0.7)); /* Firefox用 */
  background: -o-linear-gradient(rgba(24, 24, 24, 0.2), rgba(24, 24, 24, 0.7)); /* Opera */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 24, 24, 0.2)), to(rgba(24, 24, 24, 0.7))); /* Safari,Google Chrome用 */
  background: linear-gradient(top, rgba(24, 24, 24, 0.2), rgba(24, 24, 24, 0.7));
}
.absolute p.text_overflow {
  overflow: hidden;
  margin: 0;
  padding: 0 10px;
  font-size: 16px;
  height: 48px;
  text-align: left;
}
/* ----- 詳細ページ ----- */
.news_detail {
  margin-bottom: 20px;
  padding: 0 0;
  background: #FFF;
}
@media (max-width: 767px) {
  .news_detail {
    padding: 20px;
  }
}
/* 日付 */
.news_detail p.news_date {
  margin: 5px 0 8px 0
}
/*  タイトル  */
.news_detail h1.news_ttl {
  margin: 30px 0 30px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .news_detail h1.news_ttl {
    margin: 15px 0 15px;
    font-size: 18px;
  }
}
/*  pタグマージン  */
.news_detail .news_detail p {
  margin: 30px 0 !important;
}
/*  画像マージン  */
.news_detail img {
  margin: 15px 0;
  width: 100%;
  height: auto;
}
/* ページャー */
.list_pager {
  margin: 40px auto 20px auto;
}
.lin_prev {}
.lin_next {
  text-align: right;
}
.lin_list {
  text-align: center;
}
/* MEDIAページ
=========================================================================*/
#media {
  margin: 0;
  padding: 74px 0 0 0;
  text-align: left;
  background: url(img/slant_line_bg.png) center top;
  background-size: inherit;
  border-top: 90px solid #FFF;
}
@media (max-width: 959px) {
  #media {
    margin-top: 0;
    padding: 36px 0 0;
    border-top: none;
  }
}
/* ----- TITLE ----- */
#media h1.ttl {
  margin: 0 0 60px;
  text-indent: -9999px;
  height: 50px;
  background: url(img/media/ttl.png) center top no-repeat;
  background-size: auto 50px;
}
@media (max-width: 767px) {
  #media h1.ttl {
    margin: 0;
    background-size: auto 30px;
  }
}
/* ----- PC幅100%白背景 ----- */
.media_container {
  overflow: hidden;
  width: 100%;
  margin: 0 0 0 0;
  padding: 30px 0 20px 0;
  background: #FFF;
}
@media (max-width: 767px) {
  .media_container {
    padding: 15px 0 5px 0;
    background: none;
  }
}
/* ----- 一覧 ----- */
.media_list_widget {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .media_list_widget {
    margin-bottom: 20px;
    border: none;
  }
}
.media_list_widget .media_list {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 20px 0;
  text-align: center;
  background: #FFF;
}
@media (max-width: 767px) {
  .media_list_widget .media_list {
    padding: 40px 20px 20px 20px;
  }
}
.media_list_widget .madia_thumbnail_container {
  margin: 0 auto;
  position: relative;
  width: 140px;
  height: 190px;
  padding: 15px;
  background: #F3EFE8;
}
@media (max-width: 991px) {
  .media_list_widget .media_list img.madia_thumbnail {
    width: 100%;
    height: 136%;
  }
}
.media_list_widget .media_list img.madia_thumbnail {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}
/* ----- オンマウス・ズーム画像 ----- */
.madia_thumbnail_container .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(img/media/zoom.png) no-repeat;
  background-size: 100% auto;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  filter: alpha(opacity=0);
}
.madia_thumbnail_container .overlay:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.media_list p.media_list_date {
  margin: 15px 0 0 0;
  font-size: 14px;
  text-decoration: none;
}
.media_list p.media_list_ttl {
  margin-top: 5px;
  font-size: 14px;
  text-decoration: none;
}
/* HOW TOページ（phone）
=========================================================================*/
#howto {
  margin: 0;
  padding: 0;
  text-align: left;
  /*
	background: url(img/howto/bg_photo.jpg) center top no-repeat;
	*/
  background-size: 100% auto;
}
#howto .bg_container {
  margin: 0;
  padding: 0;
  /*background: url(img/howto/bg.png);*/
  background-color: transparent;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 50%, transparent 50%), linear-gradient(rgba(0, 0, 0, .5) 50%, transparent 50%);
  background-size: 2px 2px;
}
/* ----- TITLE ----- */
#howto h1.ttl {
  margin: 36px 0 30px;
  text-indent: -9999px;
  height: 60px;
  background: url(img/howto/ttl.png) center top no-repeat;
  background-size: auto 60px;
}
/* ----- YOU TUBE ----- */
#howto .widget_youtube {
  margin: 0 0 40px;
  padding: 25px 20px 10px 25px;
  text-align: left;
  color: #FFF;
  background: #000;
  height: auto;
}
#howto .widget_youtube h2 {
  margin: 25px 0 25px;
  font-size: 20px;
}
#howto .widget_youtube .youtube_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#howto .widget_youtube .youtube_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* Shop Listページ
=========================================================================*/
#shoplist {
  margin: 0;
  padding: 74px 0 0 0;
  text-align: left;
  background: url(img/shoplist/bg.png);
  border-top: 90px solid #FFF;
}
@media (max-width: 959px) {
  #shoplist {
    margin: 0;
    padding: 36px 0 0;
    border-top: none;
  }
}
/* ----- TITLE ----- */
#shoplist h1.ttl {
  margin: 0 0 60px;
  text-indent: -9999px;
  height: 50px;
  background: url(img/shoplist/ttl.png) center top no-repeat;
  background-size: auto 50px;
}
@media (max-width: 767px) {
  #shoplist h1.ttl {
    margin: 0;
    background-size: auto 30px;
  }
}
/* ----- 100%白背景 ----- */
.shoplist_container {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 60px 0 20px 0;
  background: #FFF;
}
@media (max-width: 767px) {
  .shoplist_container {
    padding: 40px 0 5px 0;
  }
}
/* ----- 表 ----- */
table.shoplist_table {
  width: 100%;
  border-collapse: separate;
}
table.shoplist_table thead th {
  padding: 0 10px;
  border-bottom: 10px solid #FFF;
  vertical-align: middle;
  background: url(img/shoplist/shoplist_table_border_left.png) left top repeat-y;
}
table.shoplist_table tbody td {
  width: 100% !important;
  padding: 0;
  border-top: none;
  vertical-align: middle;
  text-align: left;
  border-bottom: 10px solid #FFF;
  word-wrap: break-word;
}
table.shoplist_table tbody td p.shop_name {
  margin: 0;
  padding: 10px;
  border-bottom: 1px dotted #AAAAAA;
  background: #EEEEEE;
}
table.shoplist_table tbody td p.shop_tel {
  margin: 0;
  padding: 10px;
  background: #F0F0E1;
}
.shoplist_container p.shoplist_note {
  margin: 50px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .shoplist_container p.shoplist_note {
    padding: 15px 0 5px 0;
    text-align: left;
  }
}
.shoplist_container p.link_webshop {
  margin: 10px 0 50px 0;
  text-align: center;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .shoplist_container p.link_webshop {
    padding: 15px 0 5px 0;
  }
}
/* Privacy Policyページ
=========================================================================*/
#privacy {
  margin: 0;
  padding: 0;
  text-align: left;
  border-top: 90px solid #FFF;
}
@media (max-width: 959px) {
  #privacy {
    border-top: none;
  }
}
/* ----- TITLE ----- */
#privacy h1.ttl {
  margin: 30px 0 60px;
  padding: 15px;
  font-size: 20px;
  text-align: center;
  background: #EEE;
}
@media (max-width: 959px) {
  #privacy h1.ttl {
    margin: 30px 0 30px;
    font-size: 16px;
  }
}
/* ----- リスト ----- */
#privacy ol.privacy {
  margin: 30px 0;
  padding-left: 25px;
}
#privacy ol.privacy li {
  margin: 0 0 15px;
  padding: 0;
}
#privacy p.privacy_date {
  margin: 20px 0 30px;
  text-align: right;
}
/* Mail Magazineページ
=========================================================================*/
#mailmagazine {
  margin: 0;
  padding: 0;
  text-align: left;
  border-top: 90px solid #FFF;
}
@media (max-width: 959px) {
  #mailmagazine {
    border-top: none;
  }
}
/* ----- TITLE ----- */
#mailmagazine h1.ttl {
  margin: 100px 0 60px;
  padding: 15px;
  font-size: 20px;
  text-align: center;
  background: #EEE;
}
@media (max-width: 959px) {
  #mailmagazine h1.ttl {
    margin: 30px 0 30px;
    font-size: 16px;
  }
}
#mailmagazine p.mailmagazine_catch {
  margin-bottom: 30px;
  font-size: 16px;
  text-align: center;
}
/* ----- まぐまぐ部分カスタマイズ ----- */
#mailmagazine .mag2_container {
  width: 100%;
  margin-bottom: 100px;
}
/* ----- タイトル ----- */
#mailmagazine .mag2_ttl {
  padding: 10px;
  background: #8e8e8e;
}
#mailmagazine .mag2_ttl h2 {
  margin: 0;
  font-size: 16px;
  text-align: center;
  color: #FFF;
}
/* ----- 内容 ----- */
#mailmagazine .mag2_wiget {
  width: 100%;
  margin: 0;
  padding: 10px;
  border: 1px solid #8e8e8e;
}
#mailmagazine .mag2_wiget h3 {
  margin: 10px 0 20px 0;
  padding: 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#mailmagazine .mag2_wiget p.back_number {
  text-align: right;
  font-size: 12px;
}
/*  form囲み  */
#mailmagazine .mag2_wiget .form_container {
  margin: 0 10px 20px 10px;
  padding: 10px;
  text-align: center;
  background: #F0F0E1;
}
#mailmagazine .mag2_wiget .form_container input[type="text"] {
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
}
#mailmagazine .mag2_wiget .form_container input[type="submit"] {
  padding: 5px 0;
  width: 100px;
  background: #FFBFFF;
  border-radius: 3px;
  border-style: none;
}
#mailmagazine .mag2_wiget .form_container input[type="submit"]:hover {
  background: #F0D7FF;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
}
#mailmagazine a {
  text-decoration: underline;
}
#mailmagazine p.mag2_link {
  text-align: right;
  font-size: 11px;
}
/* 404 Not Foundページ
=========================================================================*/
#not_found {
  display: table;
  width: 100%;
  height: 100%;
  margin-top: 20%;
}
h1.not_found {
  margin: 50px 0;
  font-size: 20px;
}
/* マージン
=========================================================================*/
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.bg-line {
  background: url(img/slant_line_bg2.png);
  border-top: 1px solid #fff;
}
.girl-list a {
  display: inline;
  float: left;
  width: 25%;
  padding: 10px;
}
.girl-list {
  display: table;
  margin: 0 auto;
}
.girl-list2 {
  display: table;
  margin: 0 auto;
}
.girl-list2 a {
  display: inline;
  float: left;
  width: calc(100% /3);
  margin-bottom: 30px;
  padding: 10px;
}
.name-link {
  text-decoration: underline;
  padding: 5px;
}
.click-girl {
  display: block;
}
@media (max-width: 767px) {
  .girl-list a {
    display: inline;
    float: left;
    width: 50%;
    padding: 10px;
  }
  .girl-list2 a {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
  }
}
