@charset "UTF-8";
/* For 海の森化粧品 */
@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&display=swap');
body {
  position: relative;
  font-family: 'Klee One', cursive;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #262626;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
  word-break: break-all;
}
/*    common style
------------------------------------------- */
img {
  width: 100%;
  height: auto;
}
a {
  transition: opacity .3s ease;
}
@media screen and (min-width: 751px) {
  a:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
}
p small {
  font-size: 70%;
  line-height: 1.4em;
}
.UKC_flex_justify {
  display: flex;
  justify-content: space-between;
}
.UKC_flex_center {
  display: flex;
  justify-content: center;
}
.UKC_flex_left {
  display: flex;
  justify-content: flex-start;
}
.UKC_flex_right {
  display: flex;
  justify-content: flex-end;
}
p {
  font-feature-settings: "palt";
}
hr {
  margin: 50px 0;
}
/*  pc sp 切り替え  */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media screen and (max-width: 750px) {
  hr {
    margin: 25px 0;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*  css 改行  */
.brpc::before {
  content: "\A";
  white-space: pre;
}
.brsp::before {
  content: none;
  white-space: normal;
}
@media screen and (max-width: 750px) {
  .brpc::before {
    content: none;
    white-space: normal;
  }
  .brsp::before {
    content: "\A";
    white-space: pre;
  }
}
/* 要素 センタリング */
.UK_obj_center {
  margin-left: auto;
  margin-right: auto;
}
/* text センタリング */
.UK_txt_center {
  text-align: center;
}
/* justify */
#ktsCont .mj_soroe {
  text-align: justify;
  text-justify: inter-ideograph;
}
/* 文字詰 */
#ktsCont .mj_tume {
  font-feature-settings: "palt";
}
/**/
a.UKC_pdf {}
a.UKC_pdf::before {
  display: inline-block;
  content: url(/html/template/cosme/assets/img/common/UL_Pdf_icon.svg);
  width: 0.8em;
  margin: 0.3em 0.5em 0 0;
}
.UK_info_link {
  display: inline-block;
  margin-top: 15px;
  border: 1px solid #666666;
  transition: opacity .3s ease;
}
.UK_info_link.small {
  margin-top: 14px;
  border: none;
  transition: opacity .3s ease;
}
@media screen and (min-width: 751px) {
  .UK_info_link:hover {
    opacity: 0.7;
  }
}
.UK_info_link a {
  display: inline-block;
  padding: 10px 40px 12px 20px;
  height: 30px;
  background-image: url(/html/template/cosme/assets/img/common/UK_Link_Arrow01.svg);
  background-position: right 1em center;
  background-size: 8px auto;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #666666;
}
.UK_info_link.small a {
  padding: 10px 25px 12px 0px;
  height: 20px;
  font-size: 14px;
}
.UK_info_link.out_sode {
  position: relative;
}
.UKC_link_arrow a {
  padding-right: 0.8em;
  margin-right: 0.8em;
  margin-top: 0.1em;
  background-image: url(/html/template/cosme/assets/img/common/UK_Link_Arrow01.svg);
  background-position: right center;
  background-size: 8px auto;
  background-repeat: no-repeat;
}
.UK_info_link.out_sode::after {
  content: url(/html/template/cosme/assets/img/common/UK_OutSide_icon.svg);
  width: 10px;
  position: absolute;
  top: -0.5em;
  right: -1em;
}
.UK_info_link.small.out_sode::after {
  right: 0;
}
/**/
.UK_more_info_link {
  display: inline-block;
  margin-top: 15px;
  border: 1px solid #666666;
  transition: opacity .3s ease;
}
@media screen and (min-width: 751px) {
  .UK_more_info_link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 750px) {
  .UK_more_info_link {}
}
.UK_more_info_link.UK_more_info_link_off a {
  display: inline-block;
  padding: 10px 40px 12px 20px;
  height: 30px;
  background-image: url(/html/template/cosme/assets/img/common/UK_Link_Arrow02.svg);
  background-position: right 1em center;
  background-size: 9px auto;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #666666;
}
.UK_more_info_link.UK_more_info_link_open a {
  display: inline-block;
  padding: 10px 40px 12px 20px;
  height: 30px;
  background-image: url(/html/template/cosme/assets/img/common/UK_Link_Arrow03.svg);
  background-position: right 1em center;
  background-size: 9px auto;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #666666;
}
.UK_more_info_list {
  display: none;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.UK_more_info_list strong {
  font-weight: bold;
}
.UK_about_L_txt h3, .UK_about_R_txt h3, .UK_more_info_list h3 {
  font-size: 24px;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
  color: #006837;
}
.UK_more_info_list p {
  font-size: 20px;
  line-height: 1.6em;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0.5em 0;
}
.UK_more_info_list p.small {
  font-size: 75%;
  line-height: 1.6em;
  margin-top: 0.2em;
}
.UK_more_info_list .UK_more_info_list_bgc {
  background-color: #DCFFD7;
  font-weight: bold;
}
.UK_more_info_list_kei {
  border: 1px solid #999999;
  padding: 0.1em 0.8em;
  margin-top: 1.5em;
}
@media screen and (max-width: 1220px) {
  .UK_more_info_list {
    padding: 0 20px;
  }
  .UK_about_L_txt h3, .UK_about_R_txt h3, .UK_more_info_list h3 {
    font-size: 1.8vw;
  }
  .UK_more_info_list p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  .UK_more_info_list {
    width: 100%;
    padding: 0 20px;
  }
  .UK_about_L_txt h3, .UK_about_R_txt h3, .UK_more_info_list h3 {
    font-size: 20px;
  }
  .UK_more_info_list p {
    font-size: 16px;
  }
}
/**/
.font_f00 {
  color: #FF3D00;
}
/*    common header style
------------------------------------------- */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999;
  border-top: 5px solid #970000;
}
header.UK_cosme {
  width: 100%;
  background-color: #000000;
}
.UK_header_wrap {
  height: 60px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
}
.UK_header_Left {}
.UK_header_Right {
  display: block;
}
.UK_header_Logo {
  width: 160px;
  margin: -10px 0 0 0;
  padding: 0;
  /*position: static;
	z-index: 1000000;
	display: flex;
	justify-content: center;
	align-items: center;*/
}
.UK_header_Navi {
  font-size: 16px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.UK_header_Hamburger {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 750px) {
  header {}
  header.UK_cosme {}
  .UK_header_wrap {
    padding: 15px 20px;
  }
  .UK_header_Left {}
  .UK_header_Right {}
  .UK_header_Logo {
    width: 120px;
  }
  .UK_header_Navi {}
  .UK_header_Hamburger {}
}
.UK_header_Navi {}
.UK_header_Navi a {
  color: #FFFFFF;
}
.ec-cartNavi__badge, .ec-cartNavi__icon {
  color: #FFFFFF;
}
/*    common footer style
------------------------------------------- */
footer {
  position: static;
  z-index: 500;
  background-color: #FFFFFF;
}
.UK_cosme_hooter {
  margin-top: 50px;
  width: 100%;
  background-color: #000000;
}
@media screen and (max-width: 750px) {
  .UK_cosme_hooter {
    margin-top: 25px;
  }
}
/*   ハンバーガー Page navi style
------------------------------------------- */
.ULC_Page_navi {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}
.ULC_Page_navi ul {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ULC_Page_navi li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 15px;
  border-top: 1px solid #000000;
  overflow-x: scroll;
  font-size: 16px;
}
/*    common main style
------------------------------------------- */
main {
  width: 100%;
  position: static;
  z-index: 100;
  opacity: 1;
  display: block;
  margin: 0 0 0 0;
}
.UK_top_Kv {
  width: 100%;
  height: 44.27083vw;
  position: relative;
  margin-top: 60px;
}
.UK_top_Kv h1 {
  /*width: 507px;*/
  width: 33.52459vw;
  position: absolute;
  left: 50%;
  top: 50%;
  /*top: 24.5vw;*/
  transform: translateX(-50%) translateY(-40%);
  /*transform: translateY(-50%);*/
  margin: 0;
  padding: 0;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}
.BE_TM {
  display: none;
  width: 40px;
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  z-index: 100;
}
.UK_Background_wrap {
  position: relative;
  z-index: 50;
  background-color: #ffffff;
  padding: 50px 0 0 0;
}
@media screen and (max-width: 750px) {
  main.UK_main {}
  .UK_top_Kv {
    width: 100%;
    height: 64vw;
  }
  .UK_top_Kv h1 {
    width: 78.93333vw;
    /*top: 43vw;*/
    transform: translateX(-50%) translateY(-50%);
    filter: drop-shadow(0px 0px 0.6vw rgba(0, 0, 0, 0.1));
  }
  .BE_TM {
    width: 5.33333vw;
    bottom: -2.6vw; /*-2.6vw*/
  }
  .UK_Background_wrap {
    padding: 25px 0 0 0;
  }
}
.UK_more_info_wrap {
  text-align: center;
  margin-top: 50px;
}
.UK_more_info_wrap .UK_more_info_link {}
.UK_more_info_wrap .UK_more_info {
  display: none;
  text-align: justify;
  text-justify: inter-ideograph;
}
/*    UK_top_maincopy block style
------------------------------------------- */
.UK_top_maincopy_wrap {
  margin: 0;
  padding: 50px 0;
  background-color: #ffffff;
}
.UK_top_maincopy {
  width: 700px;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
}
.UK_top_maincopy h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.7em;
  text-align: center;
}
.UK_top_maincopy p {
  font-size: 18px;
  margin: 1.5em 0;
}
.UK_top_maincopy strong {
  font-size: 1.1em;
}
@media screen and (max-width: 750px) {
  .UK_top_maincopy_wrap {
    padding: 25px 20px;
  }
  .UK_top_maincopy {
    width: 100%;
  }
  .UK_top_maincopy h2 {
    font-size: 22px;
    line-height: 1.6em;
    text-align: center;
  }
  .UK_top_maincopy p {
    font-size: 14px;
    margin: 1.5em 0;
  }
  .UK_top_maincopy strong {}
}
/*    UK_top_lineup block style
------------------------------------------- */
.UK_top_lineup_wrap {
  margin: 0;
  padding: 0 0 50px 0;
  background-color: #ffffff;
}
.UK_top_lineup {
  width: 100%;
  margin: 0;
  padding: 0;
}
.UK_item {
  width: 95px;
  margin: 0 auto;
}
.UK_top_lineup_wrap ul {
  list-style-type: none;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.UK_top_lineup_wrap li {
  width: 350px;
  margin-top: 50px;
  text-align: center;
  position: relative;
}
.UK_top_lineup_wrap li a {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .3s ease;
}
@media screen and (min-width: 751px) {
  .UK_top_lineup_wrap li a:hover {
    opacity: 0.7;
  }
}
.UK_top_lineup_wrap li h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 1em 0 0 0;
  padding: 0;
}
.UK_top_lineup_wrap li h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6em;
  margin: 1em 0 0 0;
  padding: 0;
}
.UK_top_lineup_wrap li .UK_top_lineup_txt {
  width: 280px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 18px auto 0 auto;
}
.UK_top_lineup_wrap li .UK_top_lineup_txt p {
  font-size: 12px;
  line-height: 1.8em;
}
@media screen and (max-width: 750px) {
  .UK_top_lineup_wrap {
    padding: 0 0 25px 0;
  }
  .UK_top_lineup {}
  .UK_item {
    width: 80px;
  }
  .UK_top_lineup_wrap ul {
    width: 100%;
  }
  .UK_top_lineup_wrap li {
    width: 180px;
    margin-top: 25px;
  }
  .UK_top_lineup_wrap li a {}
  .UK_top_lineup_wrap li h3 {
    font-size: 24px;
  }
  .UK_top_lineup_wrap li h4 {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6em;
    margin: 1em 0 0 0;
    padding: 0;
  }
  .UK_top_lineup_wrap li .UK_top_lineup_txt {}
  .UK_top_lineup_wrap li .UK_top_lineup_txt p {}
}
/*    UK_top_hadatrouble block style
------------------------------------------- */
.UK_top_hadatrouble_wrap {
  margin: 0;
  padding: 50px 0;
  background-color: #ffffff;
}
.UK_top_hadatrouble_wrap .UK_info_ico {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .UK_top_hadatrouble_wrap {
    padding: 25px 20px;
  }
}
/*    UK_top_care block style
------------------------------------------- */
.UK_top_care_wrap {
  margin: 0;
  padding: 50px 0;
  background-color: #ffffff;
}
.UK_top_care {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
.UK_top_care_img_01 {
  width: 610px;
  margin-right: 40px;
}
.UK_top_care_txt_01_wrap {
  display: flex;
  align-items: center;
}
.UK_top_care_txt_01 {
  text-align: left;
}
.UK_top_care_txt_01 h4 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  color: #b2272d;
}
.UK_top_care_txt_01 p {
  font-size: 16px;
  line-height: 1.8em;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 1220px) {
  .UK_top_care_img_01 {
    width: 50vw;
    margin-right: 3vw;
  }
  .UK_top_care_txt_01 {
    width: 47vw;
  }
}
@media screen and (max-width: 750px) {
  .UK_top_care_wrap {
    padding: 25px 0;
  }
  .UK_top_care {
    display: block;
  }
  .UK_top_care_img_01 {
    width: 100%;
    margin-right: 0;
  }
  .UK_top_care_txt_01_wrap {}
  .UK_top_care_txt_01 {
    width: 100%;
    margin-top: 8vw;
    text-align: center;
  }
  .UK_top_care_txt_01 h4 {
    font-size: 20px;
  }
  .UK_top_care_txt_01 p {
    font-size: 13px;
  }
}
/*    UK_top_howto block style
------------------------------------------- */
.UK_top_howto_wrap {
  margin: 0;
  padding: 50px 0;
  background-color: #ffffff;
}
.UK_top_howto {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.UK_top_howto_img_02 {
  width: 610px;
  margin-left: 40px;
}
.UK_top_howto_txt_02_wrap {
  display: flex;
  align-items: center;
}
.UK_top_howto_txt_02 {
  width: 570px;
  text-align: right;
}
.UK_top_howto_txt_02 h4 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  color: #b2272d;
}
.UK_top_howto_txt_02 p {
  font-size: 16px;
  line-height: 1.8em;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 1220px) {
  .UK_top_howto_img_02 {
    width: 50vw;
    margin-left: 3vw;
  }
  .UK_top_howto_txt_02 {
    width: 47vw;
  }
}
@media screen and (max-width: 750px) {
  .UK_top_howto_wrap {
    padding: 25px 0;
  }
  .UK_top_howto {
    display: block;
  }
  .UK_top_howto_img_02 {
    width: 100%;
    margin-left: 0;
  }
  .UK_top_howto_txt_02_wrap {}
  .UK_top_howto_txt_02 {
    width: 100%;
    margin-top: 8vw;
    text-align: center;
  }
  .UK_top_howto_txt_02 h4 {
    font-size: 20px;
  }
  .UK_top_howto_txt_02 p {
    font-size: 13px;
  }
}
/*    UK_top_uminomori block style
------------------------------------------- */
.UK_top_uminomori {
  margin: 50px 0;
  padding: 0;
  height: 19vw;
  text-align: center;
  background-image: url(/html/template/cosme/assets/img/top/UK_Uminomori_Block_BG.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
h2.UK_Uminomori_Logo {
  display: block;
  width: 13.3vw;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .UK_top_uminomori {
    margin: 25px 0;
  }
  h2.UK_Uminomori_Logo {
    width: 160px;
  }
}
/*    UK_top_news block style
------------------------------------------- */
.UK_top_news_wrap {
  margin: 0;
  padding: 50px 0;
  background-color: #ffffff;
  position: static;
}
.UK_top_news {
  width: 600px;
  margin: 0 auto;
}
.UK_top_ttl {
  font-size: 28px;
  font-weight: bolde;
  text-align: center;
}
.ec-newsRole {
  padding: 0;
  margin: 10px 0 0 0;
}
.ec-newsRole__news {
  overflow-y: scroll;
  height: 200px;
}
.ec-newsRole__newsItem {
  padding: 10px 5px;
}
@media only screen and (min-width: 768px) {
  .ec-newsRole .ec-newsRole__newsItem {
    padding: 10px 5px;
  }
}
.ec-newsRole .ec-newsRole__newsCloseBtn {
  display: inline-block;
  margin-left: auto;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: #333333;
  text-align: center;
  background: none;
  cursor: pointer;
  position: absolute;
  right: 5px;
}
.ec-newsRole .ec-newsRole__news {
  border: none;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .ec-newsRole .ec-newsRole__news {
    border: none;
    padding: 0;
  }
}
.ec-newsRole .ec-newsRole__newsDate {
  display: block;
  margin: 5px 0 5px;
  font-size: 12px;
  color: black;
}
@media screen and (max-width: 750px) {
  .UK_top_news_wrap {
    padding: 25px 20px;
  }
  .UK_top_news {
    width: 100%;
  }
  .UK_top_ttl {}
  .ec-newsRole {}
  .ec-newsRole__news {
    height: 250px;
  }
  .ec-newsRole__newsItem {
    padding: 5px 5px;
  }
  .ec-newsRole .ec-newsRole__newsDate {
    display: block;
    margin: 5px 0 5px;
    font-size: 12px;
    color: black;
  }
}
/*    UK_info_UK style
------------------------------------------- */
.UK_Info_UK {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 100px 0;
  background-color: #FFFFFF;
}
.UK_info_ico {
  width: 80px;
  margin: 0 auto 10px auto;
}
p.UK_info_txt {
  font-size: 20px;
  line-height: 1.8em;
  margin: 0;
  font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
  .UK_info_ico {
    width: 60px;
  }
  p.UK_info_txt {
    font-size: 14px;
  }
}
/*    default hack style
------------------------------------------- */
.ec-sliderRole {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 60px;
  z-index: 0;
}
.slick-dotted.slick-slider {
  margin: 0 !important;
}
.ec-blockTopBtn {
  z-index: 9999999;
}
@media screen and (max-width: 750px) {
  .ec-sliderRole {
    top: 60px;
  }
}
.ec-footerNavi {
  padding: 50px 0 0 0;
}
@media screen and (max-width: 750px) {
  .ec-footerNavi {
    padding-top: 0;
  }
}
/*    slick hack style
------------------------------------------- */
.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  position: absolute;
  bottom: 15px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  content: " ";
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  text-align: center;
  opacity: .25;
  background-color: black;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: black;
}
.slick-dots li button.thumbnail img {
  width: 0;
  height: 0;
}
@media screen and (max-width: 750px) {
  .slick-dots {
    bottom: 0.5vw;
  }
}
/* SPナビ */
.ec-headerRole .ec-headerRole__navSP {
  display: block;
  /*position: absolute;*/
  top: 15px;
  width: 40px;
  /*right: 0;*/
  text-align: right;
}
.ec-headerNavSP {
  display: inline;
  width: auto;
  height: auto;
  cursor: pointer;
  font-size: 20px;
  color: #FFFFFF;
  background: none;
  position: static;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 750px) {
  .ec-headerNavSP {
    display: block;
    padding: 10px;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 15px;
    right: 0;
  }
}
.ec-headerNavSP .fas {
  color: #FFFFFF;
}
.ec-overlayRole {
  width: 280px;
  right: 0 !important;
}
.ec-drawerRole {
  overflow-y: scroll;
  background: black;
  width: 280px;
  height: calc(100vh - 60px);
  position: fixed;
  top: 60px;
  right: 0 !important;
  transform: translateX(100vw);
  z-index: 1;
  transition: z-index 0ms 1ms;
}
.ec-drawerRole.is_active {
  display: block;
  transform: translateX(0);
  transition: all 0.3s;
  z-index: 100000;
}
.ec-modal {
  z-index: 100000;
}
.ec-blockTopBtn {
  font-size: 15px;
}
/*product*/
.ec-productRole {
  width: 100%;
  max-width: 1220px;
  padding: 90px 0 0 0;
}
.ec-grid2 .ec-grid2__cell {
  padding-left: 20px;
  padding-right: 20px;
}
.UK_sub_KV {
  width: 100%;
  max-width: 100%;
  height: 13vw;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 60px;
  z-index: 0;
  background-image: url(../img/top/UK_Uminomori_Block_BG.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ec-productRole .ec-productRole__description {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  position: static;
}
.ec-productRole__title h3 {
  font-size: 28px;
  margin-top: 0.2em;
}
@media screen and (max-width: 750px) {
  .UK_sub_KV {
    height: 25vw;
    top: 60px;
  }
  .ec-grid2 .ec-grid2__cell {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ec-productRole .ec-productRole__description {
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ec-productRole__title h3 {
    font-size: 18px;
  }
}
/* News */
.ec-newsRole .ec-newsRole__newsTitle {
  display: flex;
  align-items: center;
}
.ec-newsRole .ec-newsRole__newsCloseBtn {
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
    margin: 10px 0 0;
  }
}
/*    UK_About style
------------------------------------------- */
.UK_about_Kv {
  width: 100%;
  /*height: 15.57377vw;*/
  height: 13vw;
  position: relative;
  margin-top: 60px;
}
.UK_about_Kv h1 {
  /*width: 507px;*/
  width: 29.75409vw;
  position: absolute;
  left: 10.65573vw;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 750px) {
  .UK_about_Kv {
    height: 25vw;
  }
  .UK_about_Kv h1 {
    width: 49.33333vw;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    filter: drop-shadow(0px 0px 0.6vw rgba(0, 0, 0, 0.1));
  }
}
/**/
.UK_subPage_copy_wrap {
  margin: 0;
  padding: 50px 0;
  background-color: #ffffff;
}
.UK_subPage_copy {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UK_subPage_copy.ta_left {
  text-align: left;
}
.UK_subPage_copy p.UKC_Sub_pBox {
  display: block;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  /*text-align: left;*/
  text-align: justify;
  text-justify: inter-ideograph;
}
.UK_subPage_copy h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6em;
  color: #006837;
  margin: 0;
}
.UK_subPage_copy p {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: bold;
  margin: 10px 0 0 0;
}
.UK_subPage_copy p.small {
  font-size: 70%;
  line-height: 1.6em;
  font-weight: normal;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 750px) {
  .UK_subPage_copy_wrap {
    padding: 25px 0;
  }
  .UK_subPage_copy {
    padding: 0 20px;
  }
  .UK_subPage_copy h2 {
    font-size: 6vw;
  }
  .UK_subPage_copy p {
    font-size: 18px;
    text-align: left;
  }
}
/**/
.UK_about_L_wrap {
  margin: 0;
  padding: 50px 0;
  background-color: #ffffff;
}
.UK_about_L {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
.UK_about_L_img {
  width: 610px;
  margin-right: 40px;
}
.UK_about_L_txt_wrap {
  display: flex;
  align-items: center;
  position: relative;
}
.UK_about_L_txt {
  width: 570px;
  text-align: left;
}
.UK_about_L_txt h4 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  color: #b2272d;
}
.UK_about_L_txt p {
  font-size: 20px;
  line-height: 1.6em;
  margin: 0 0 0 0;
  font-weight: bold;
}
@media screen and (max-width: 1220px) {
  .UK_about_L_img {
    width: 50vw;
    margin-right: 3vw;
  }
  .UK_about_L_txt {
    width: 47vw;
    padding-right: 20px;
  }
  .UK_about_L_txt p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  .UK_about_L_wrap {
    padding: 25px 0;
  }
  .UK_about_L {
    display: block;
  }
  .UK_about_L_img {
    width: 100%;
    margin-right: 0;
  }
  .UK_about_L_txt_wrap {}
  .UK_about_L_txt {
    width: 100%;
    margin-top: 8vw;
    padding: 0 20px;
    text-align: left;
  }
  .UK_about_L_txt h4 {
    font-size: 20px;
  }
  .UK_about_L_txt p {
    font-size: 18px;
  }
}
.UK_about_R_wrap {
  margin: 0;
  padding: 50px 0;
  background-color: #ffffff;
}
.UK_about_R {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.UK_about_R_img {
  width: 610px;
  margin-left: 40px;
}
.UK_about_R_txt_wrap {
  display: flex;
  align-items: center;
  position: relative;
}
.UK_about_R_txt {
  width: 570px;
  text-align: left;
}
.UK_about_R_txt h4 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  color: #b2272d;
}
.UK_about_R_txt p {
  font-size: 20px;
  line-height: 1.6em;
  margin: 0 0 0 0;
  font-weight: bold;
}
@media screen and (max-width: 1220px) {
  .UK_about_R_img {
    width: 50vw;
    margin-left: 3vw;
    padding-left: 20px;
  }
  .UK_about_R_txt {
    width: 47vw;
    padding-left: 20px;
  }
  .UK_about_R_txt p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  .UK_about_R_wrap {
    padding: 25px 0;
  }
  .UK_about_R {
    display: block;
  }
  .UK_about_R_img {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .UK_about_R_txt_wrap {}
  .UK_about_R_txt {
    width: 100%;
    margin-top: 8vw;
    padding: 0 20px;
    text-align: left;
  }
  .UK_about_R_txt h4 {
    font-size: 20px;
  }
  .UK_about_R_txt p {
    font-size: 18px;
  }
}
.UK_sita_L {
  position: absolute;
  left: 0;
  bottom: 0;
}
.UK_sita_R {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .UK_sita_L {
    position: static;
  }
  .UK_sita_R {
    position: static;
  }
}
/*    UK_ItemLineUp style
------------------------------------------- */
.UK_lineup_Kv {
  width: 100%;
  height: 13vw;
  position: relative;
  margin-top: 60px;
}
.UK_lineup_Kv h1 {
  /*width: 507px;*/
  width: 29.918032vw;
  position: absolute;
  left: 10.65573vw;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 750px) {
  .UK_lineup_Kv {
    height: 25vw;
  }
  .UK_lineup_Kv h1 {
    width: 49.5vw;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    filter: drop-shadow(0px 0px 0.6vw rgba(0, 0, 0, 0.1));
  }
}
/*    UK_HowTo style
------------------------------------------- */
.UK_HowTo_Kv {
  width: 100%;
  height: 13vw;
  position: relative;
  margin-top: 60px;
}
.UK_HowTo_Kv h1 {
  /*width: 507px;*/
  width: 48.606557vw;
  position: absolute;
  left: 10.65573vw;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 750px) {
  .UK_HowTo_Kv {
    height: 25vw;
  }
  .UK_HowTo_Kv h1 {
    width: 85.06666vw;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    filter: drop-shadow(0px 0px 0.6vw rgba(0, 0, 0, 0.1));
  }
}
/*    UK_HowTo_Mov style
------------------------------------------- */
.UK_HowTo_Mov_wrap {
  margin: 0;
  padding: 0 0 50px 0;
  background-color: #ffffff;
}
.UK_HowTo_Mov {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .UK_HowTo_Mov_wrap {
    padding: 0 0 25px 0;
  }
  .UK_HowTo_Mov {
    padding: 0;
  }
}
.UK_HowTo_Mov_box {
  width: 100%;
  max-width: 360px;
  margin: 50px 25px 0 25px;
  padding: 0;
  text-align: center;
}
.UK_mov_thum {
  width: 100%;
}
.UK_HowTo_Mov_box h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  color: #006837;
  margin: 8px 0 0 0;
}
.UK_HowTo_link {
  display: inline;
  font-size: 14px;
  line-height: 1.5em;
  margin: 5px 0 0 0;
}
.modal_mov {
  cursor: pointer;
  transition: opacity .3s ease;
}
@media screen and (min-width: 751px) {
  .modal_mov:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 750px) {
  .UK_HowTo_Mov_box {
    margin: 50px 20px 0 20px;
  }
  .UK_mov_thum {}
  .UK_HowTo_Mov_box h3 {
    font-size: 20px;
    margin: 8px 0 0 0;
  }
  .UK_HowTo_link {
    display: inline;
    font-size: 14px;
    line-height: 1.5em;
    margin: 5px 0 0 0;
  }
}
/*    UK_HowTo_List style
------------------------------------------- */
.UK_HowTo_List_wrap {
  margin: 0;
  padding: 50px 0;
  background-color: #ffffff;
}
.UK_HowTo_List_wrap h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5em;
  color: #006837;
  text-align: center;
}
.UK_HowTo_List {
  width: 100%;
  max-width: 950px;
  margin: 20px auto 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
}
.UK_HowTo_List_box {
  width: 40%;
  margin: 0 5%;
}
.UK_HowTo_List_box ol {
  margin-top: 10px;
}
.UK_HowTo_List_box h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #006837;
  text-align: center;
}
.UK_HowTo_List_box li {
  margin-bottom: 0.5em;
}
.UK_HowTo_List_box li.out_sode {
  position: relative;
  /*display: inline;*/
  font-size: 20px;
}
li.out_sode a {
  display: inline;
  position: relative;
}
li.out_sode a::after {
  content: url(/html/template/cosme/assets/img/common/UK_OutSide_icon.svg);
  width: 10px;
  position: absolute;
  top: -0.5em;
  right: -1em;
}
@media screen and (max-width: 750px) {
  .UK_HowTo_List_wrap {
    padding: 25px 20px;
  }
  .UK_HowTo_List {
    display: block;
  }
  .UK_HowTo_List_box {
    width: 100%;
    margin: 0;
  }
  .UK_HowTo_List_box li.out_sode {
    font-size: 16px;
  }
}
/*    UK_detail style
------------------------------------------- */
.UK_detail_wrap {
  margin: 0;
  padding: 0 0;
  background-color: #ffffff;
}
.UK_detail_wrap h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5em;
  color: #006837;
  text-align: center;
}
.UK_detail {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}
.UK_detail hr {
  margin: 30px 0;
}
.UK_detail_list {
  margin-top: 20px;
}
.UK_detail_list li {
  font-size: 16px;
  line-height: 1.4em;
  margin: 0.2em;
}
.UK_detail_list p {
  font-size: 16px;
  line-height: 1.4em;
  margin: 0.2em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.UK_detail_list .small {
  font-size: 75%;
}
.detail_more_link {
  text-align: right;
  font-size: 70%;
  margin: 0.5em 0;
  padding: 0 1.5em 0.2em 1em;
  background-image: url(/html/template/cosme/assets/img/common/UK_Link_Arrow02.svg);
  background-position: right 0.5em center;
  background-size: 9px auto;
  background-repeat: no-repeat;
  /*border: 1px solid #666666;*/
  cursor: pointer;
}
.detail_more_link.view {
  background-image: url(/html/template/cosme/assets/img/common/UK_Link_Arrow03.svg);
}
.detail_more_info {
  display: none;
}
@media screen and (max-width: 750px) {
  .UK_detail_wrap {
    padding: 0 0;
  }
  .UK_detail {}
  .UK_detail_list {
    margin-top: 20px;
  }
  .UK_detail_list li {
    font-size: 16px;
  }
  .UK_detail_list p {
    font-size: 16px;
  }
  .UK_detail_list .small {
    font-size: 60%;
  }
  .detail_more_link {}
  .detail_more_info {}
}
.UK_detail_HowTo {
  margin-top: 20px;
}
.UK_detail_Mov_box {
  width: 100%;
  max-width: 360px;
  margin: 20px auto 0 auto;
  padding: 0;
  text-align: center;
}
.UK_detail_HowTo_Doc {
  margin-top: 20px;
}
.UK_detail_HowTo_Doc p {
  font-size: 16px;
  line-height: 1.4em;
  margin: 0.2em 0;
}
.UK_detail_HowTo_Doc p.small {
  font-size: 12px;
  line-height: 1.4em;
}
.UK_detail_HowTo_Doc a {
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .UK_detail_HowTo {
    margin-top: 20px;
  }
  .UK_detail_Mov_box {
    margin: 20px auto 0 auto;
  }
  .UK_detail_HowTo_Doc {
    margin-top: 20px;
  }
  .UK_detail_HowTo_Doc p {
    font-size: 14px;
  }
  .UK_detail_HowTo_Doc a {}
}
.UK_detail_Seibun {
  margin-top: 20px;
  height: auto;
}
.UK_detail_Seibun p {
  font-size: 14px;
  line-height: 1.4em;
  margin: 0.2em 0;
}
.UK_detail_Seibun p small {
  font-size: 12px;
}
.UK_detail_Seibun.note p {
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .UK_detail_Seibun {
    margin-top: 30px;
    height: 50vw;
    overflow-y: scroll;
  }
  .UK_detail_Seibun p {
    font-size: 14px;
  }
}
/*    UK_HowTo_OnePoint style
------------------------------------------- */
#UK_hada_trouble {
  margin-top: -50px;
  padding-top: 50px;
}
.UK_HowTo_OnePoint_wrap {
  margin: 0;
  padding: 50px 0;
  background-color: #ffffff;
}
.UK_HowTo_OnePoint_wrap h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5em;
  color: #006837;
  text-align: center;
}
.UK_HowTo_OnePoint {
  width: 100%;
  max-width: 950px;
  margin: 0px auto 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
}
.UK_HowTo_OnePoint_box {
  width: 40%;
  margin: 0 5%;
}
.UK_HowTo_OnePoint_inner {
  margin: 25px 0 0 0;
}
@media screen and (max-width: 750px) {
  .UK_HowTo_OnePoint_wrap {
    padding: 25px 20px;
  }
  .UK_HowTo_OnePoint {
    display: block;
  }
  .UK_HowTo_OnePoint_box {
    width: 100%;
    margin: 0;
  }
}
.UK_HowTo_OnePoint_box h4.iti_title {
  display: block;
  padding-right: 1.5em;
  padding-bottom: 0.3em;
  border-bottom: 2px solid #337ab7;
  font-size: 22px;
  font-weight: bold;
  color: #337ab7;
  cursor: pointer;
  transition: opacity .3s ease;
  margin-top: 0.5em;
}
.UK_HowTo_OnePoint_box h4.iti_title:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.UK_HowTo_OnePoint_box h4.iti_title.iti_off {
  background-image: url(/html/template/cosme/assets/img/common/UK_Link_Arrow02.svg);
  background-position: right 0.5em center;
  background-size: 9px auto;
  background-repeat: no-repeat;
}
.UK_HowTo_OnePoint_box h4.iti_title.iti_open {
  background-image: url(/html/template/cosme/assets/img/common/UK_Link_Arrow03.svg);
  background-position: right 0.5em center;
  background-size: 9px auto;
  background-repeat: no-repeat;
}
.UK_HowTo_OnePoint_box .iti_list {
  display: none;
  margin-top: 0.5em;
  font-size: 18px;
}
.UK_HowTo_OnePoint_box .iti_list p {
  font-size: 20px;
  font-weight: bold;
}
/*    動画 MODAL style
------------------------------------------- */
#MODAL2 {
  display: none;
}
#MODAL2.MODALview {}
#MBG2 {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: #000000;
  opacity: 0.7;
  z-index: 100000000;
}
#MFL2 {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100000001;
}
#MFL2 .movie {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 100000002;
  padding: 0;
}
#MFL2 .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  /*overflow: hidden;*/
}
#MFL2 .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#MFL2 .MOV_close {
  width: 24px;
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
}
#MFL2 .MOV_close img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  #MFL2 .movie {
    max-width: 95%;
  }
  #MFL2 .MOV_close {
    width: 18px;
    top: -20px;
    right: 0px;
  }
}
/*   ドキュメントページ style
------------------------------------------- */
.UK_Docs_Kv {
  width: 100%;
  height: 13vw;
  position: relative;
  margin-top: 60px;
}
.UK_Docs_Kv h1 {
  /*width: 507px;*/
  width: 20.57377vw;
  position: absolute;
  left: 10.65573vw;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 750px) {
  .UK_Docs_Kv {
    height: 25vw;
  }
  .UK_Docs_Kv h1 {
    width: 45vw;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    filter: drop-shadow(0px 0px 0.6vw rgba(0, 0, 0, 0.1));
  }
}
.UK_Doc_list_wrap {
  max-width: 820px;
  margin: 0 auto 0 auto;
}
.UK_Doc_list_wrap ul {
  list-style-type: none;
}
.UK_Doc_list_wrap li {
  font-size: 20px;
  margin: 1em 0;
}
.UK_Doc_list_wrap li a {
  padding-bottom: 0.2em;
}
@media screen and (max-width: 750px) {
  .UK_Doc_list_wrap {
    margin-right: 1em;
  }
  .UK_Doc_list_wrap ul {

}
    .UK_Doc_list_wrap li {
font-size: 4.8vw;
}
}
/**/
/*    他ページ style
------------------------------------------- */
.ec-mypageRole, .ec-role, .ec-contactRole, .ec-contactConfirmRole {
  margin-top: 67px;
}
p.order_note {
  font-size: 14px!important;
  line-height: 1.5em;
}
@media screen and (max-width: 750px) {
  p.order_note {
    font-size: 12px!important;
  }
}
p.text_ind1 {
  padding-left: 1em;
  text-indent: -1em;
}
p.text_ind2 {
  padding-left: 2em;
  text-indent: -2em;
}
p.text_ind3 {
  padding-left: 3em;
  text-indent: -3em;
}
.textharea3 {
  text-align: justify;
  text-justify: inter-ideograph;
}
.mj_soroe {
  text-align: justify;
  text-justify: inter-ideograph;
}
/*    UK_AboutUs style
------------------------------------------- */
.ec-aboutUs_txt {
  padding: 0 6em;
}
@media screen and (max-width: 750px) {
  .ec-aboutUs_txt {
  padding: 0 0;
}
}
/**/