@charset "UTF-8";
/*
* main.css
*
*/
/* Slider */
.slick-slider {
  display: block;
  box-sizing: border-box;
  position: relative;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto; 
  margin-left: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none; 
  float: left;
  /* height: 100%; */
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  border: 1px solid transparent; 
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ------------------------
  magnificPopup v1.1.0
------------------------ */
/* Magnific Popup CSS */
.mfp-bg {
  overflow: hidden;
  opacity: 0.8; 
  position: fixed;
  z-index: 1042;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0b0b0b;
}

.mfp-wrap {
  position: fixed;
  z-index: 1043;
  top: 0;
  left: 0;
  outline: none !important;
  width: 100%;
  height: 100%;

  -webkit-backface-visibility: hidden;
}

.mfp-container {
  box-sizing: border-box; 
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  width: 100%;
  height: 100%;
  text-align: center;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  display: inline-block;
  position: relative;
  z-index: 1045; 
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor:         zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor:         zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
     -moz-user-select: none;
          -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  z-index: 1044; 
  top: 50%;
  right: 8px;
  left: 8px;
  margin-top: -0.8em;
  width: auto;
  text-align: center;
  color: #ccc;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  display: block;
  overflow: visible;
  z-index: 1046;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: transparent;
  box-shadow: none;

  -webkit-appearance: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  opacity: 0.65;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 18px 10px;
  width: 44px;
  height: 44px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-family: Arial, Baskerville, monospace; 
  font-size: 28px;
  font-style: normal;
  line-height: 44px;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: -6px;
  padding-right: 6px;
  width: 100%; 
  text-align: right;
  color: #fff;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap; 
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  opacity: 0.65;
  position: absolute;
  top: 50%;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;

  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; 
  width: 0;
  height: 0;
}

.mfp-arrow:after {
  top: 8px; 
  border-top-width: 13px;
  border-bottom-width: 13px;
}

.mfp-arrow:before {
  opacity: 0.7; 
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  margin-left: 31px; 
  border-right: 17px solid #fff;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  margin-left: 39px; 
  border-left: 17px solid #fff;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 900px; 
  line-height: 0;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  overflow: hidden;
  padding-top: 56.25%; 
  width: 100%;
  height: 0;
}

.mfp-iframe-scaler iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000; 
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Main image in popup */
img.mfp-img {
  display: block;
  box-sizing: border-box;
  margin: 0 auto; 
  padding: 40px 0 40px;
  width: auto;
  max-width: 100%;
  height: auto;
  line-height: 0;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  width: auto;
  height: auto;
  background: #444; 
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure small {
  display: block;
  color: #bdbdbd;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -36px;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  padding-right: 36px; 
  text-align: left;
  word-wrap: break-word;
  color: #f3f3f3;
  line-height: 18px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0; 
    padding-left: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    box-sizing: border-box; 
    position: fixed;
    top: auto;
    bottom: 0;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6);
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    top: 3px; 
    right: 5px;
  }
  .mfp-img-mobile .mfp-close {
    position: fixed;
    top: 0;
    right: 0;
    padding: 0; 
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 35px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
            transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
            transform-origin: 100%;
  }
  .mfp-container {
    padding-right: 6px; 
    padding-left: 6px;
  }
}

/* ------------------------
  reset
------------------------ */
html,
body {
  height: 100%;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline; 
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0; 
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit; 
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; 

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0; 
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
}

ol,
ul {
  list-style: none;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
html {
  font-size: 10px;
}

body {
  min-width: 320px; 
  background-color: #fff;
  word-wrap: break-word;
  color: #333;
  font-family: ryo-gothic-plusn, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.6875;

  -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.is-browser-ie {
  font-family: Meiryo, sans-serif;
}

a {
  text-decoration: underline; 
  color: #333;
}
a:visited {
  color: #333;
}
a:hover {
  text-decoration: none; 
  color: #333;
}
a:active {
  text-decoration: none; 
  color: #333;
}
a[href^="tel:"]:hover {
  color: #333;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    cursor: text; 
    text-decoration: none;
  }
}

/* ------------------------
  utilities Classes
------------------------ */
.hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1179.98px) {
  .hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1180px) {
  .hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

.hidden-up-sm {
  display: none !important;
  visibility: hidden;
}

@media (min-width: 768px) {
  .hidden-up-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1180px) {
  .hidden-up-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 767.98px) {
  .hidden-down-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 1179.98px) {
  .hidden-down-md {
    display: none !important;
    visibility: hidden;
  }
}

.hidden-down-lg {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0); 
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto; 
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ------------------------
  Components
------------------------ */
/* fonts ------- */
/* .c-font-mincho {
  font-family: ryo-display-plusn , serif;
}
.is-browser-ie .c-font-mincho {
  font-family: "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
} */

/* btn ------- */
.c-btn {
  display: inline-flex;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 10px 50px;
  border: 0;
  min-width: 224px;
  min-height: 40px;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
  background: linear-gradient(to right, #e4c794 0%, #f7efd9 28%, #ddbd8b 80%, #eaca94 100%);
  text-align: left;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #483431;
  font-family: sofia-pro, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;

  -webkit-appearance: none;
  justify-content: center;
  align-items: center;
}
.c-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 8px;
  width: 32px;
  height: 32px;
  background: url(/anessa/common/img/icon_arrow_bk.svg) no-repeat center;
  background-size: contain;
}
.c-btn:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}
@media (min-width: 768px) {
  .c-btn {
    min-width: 288px;
    min-height: 46px;
    font-size: 1.6rem;
  }
}

.c-btn-full {
  width: 100%;
}

.c-btn-rev::after {
  right: auto;
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.c-btnGroup {
  display: flex;

  justify-content: center;
}
.c-btnGroup ul {
  display: flex;
  flex-direction: column;
  margin: -10px -10px; 

  flex-wrap: wrap;
}
.c-btnGroup li {
  margin: 10px 10px; 

  -ms-grid-row-align: stretch; 

      align-self: stretch;
}
@media (min-width: 768px) {
  .c-btnGroup ul {
    flex-direction: row;
    margin: -16px -16px;
  }
  .c-btnGroup li {
    margin: 16px 16px;
  }
}

/* mordal ------- */
.c-mordal {
  position: relative; 
  width: 100%;
}
@media (min-width: 768px) {
  .c-mordal {
    margin: 0 auto; 
    padding: 0;
    width: auto;
    max-height: 600px;
  }
  .c-mordal img {
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    max-height: 600px;
  }
}

.c-mordal-movie {
  position: relative; 
  width: 100%;
}
@media (min-width: 768px) {
  .c-mordal-movie {
    margin: 0 auto; 
    padding: 0;
    max-width: 900px;
    max-height: 506px;
  }
}
.c-mordal-movie:before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  padding-top: 56.25%;
}
.c-mordal-movie .c-mordal-movie_inner {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 900px; 
  height: 100%;
}
.c-mordal-movie iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------
  Layout
------------------------ */
#body {
  position: relative;
}
@media (min-width: 768px) {
  #body {
    min-width: 1180px;
  }
}

.l-header {
  height: 78px;
}
@media (min-width: 768px) {
  .l-header {
    height: 96px;
  }
}

.l-header_bar {
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  width: 100%;
  height: 78px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; 
  -webkit-transform: translate3d(0, 0, 0); 
          transform: translate3d(0, 0, 0);
  background: #fff;
}
@media (min-width: 768px) {
  .l-header_bar {
    height: 96px;
  }
}
.header-is-hidden .l-header_bar {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.l-header_logo {
  position: absolute;
  top: 0;
  right: 15px;
  left: 0;
  margin: 28px auto 0;
  width: 140px;
  height: auto;
}
.l-header_logo img {
  width: 100%;
}
@media screen and (max-width: 320px) {
  .l-header_logo {
    right: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 799px) {
  .l-header_logo {
    right: 60px;
  }
}
@media (min-width: 768px) {
  .l-header_logo {
    width: 240px;
  }
}

.l-header_menuBtn {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 17.5px 0 0 17.5px;
  border: none;
  width: 38px;
  height: 42px;
  transition: opacity 0.3s; 
  background: url(/anessa/common/img/header_btn_menu.svg) no-repeat left bottom/100% auto;
  color: #fff;
  font-weight: bold;
}
.is-browser-ie .l-header_menuBtn {
  height: 60px;
}
@media (min-width: 768px) {
  .l-header_menuBtn:hover {
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .l-header_menuBtn {
    margin: 23px 0 0 24px;
    width: 45px;
    height: 50px;
  }
  .is-browser-ie .l-header_menuBtn {
    height: 60px;
  }
}
.l-header_menuBtn:before {
  content: "MENU";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.08em;
  color: #009bb9; 
  font-family: sofia-pro, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}

.l-header_cart {
  display: inline-flex;
  position: absolute;
  top: 22px;
  right: 20px;
  width: 35px;
}
@media (min-width: 768px) {
  .l-header_cart {
    top: 34px;
    right: 46px;
    width: 31px; 
  }
}

.cart_num {
  position: absolute;
  right: -11px;
  top: -8px;
  background-color: #009ab9;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cart_num {
    position: absolute;
    right: -14px;
    top: -7px;
    background-color: #009ab9;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
  }
}


.l-header_snsButton {
  display: inline-flex;
  position: absolute;
  top: 14px;
  right: 17.5px;
  width: 47.5px; 

  justify-content: space-between;
}
@media (min-width: 768px) {
  .l-header_snsButton {
    top: 34px;
    right: 24px;
    width: 80px;
  }
}

.l-header_snsButton_item {
  max-width: 15px;

  flex: 1 0 15px;
}
.l-header_snsButton_item a {
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .l-header_snsButton_item a:hover {
    opacity: 0.6;
  }
}
.l-header_snsButton_item img {
  width: 100%;
}
@media (min-width: 768px) {
  .l-header_snsButton_item {
    max-width: 28px;

    flex: 1 0 28px;
  }
}
.l-header_languageSwitch_inner,
.l-footer_languageSwitch_inner {
  padding-top: 50px;
  background: #fff;
}
.l-header_languageSwitch,
.l-footer_languageSwitch {
  top: 45px;
  right: 27.5px;
}
@media (min-width: 768px) {
  .l-header_languageSwitch,
  .l-footer_languageSwitch {
    top: 32px;
    left: 50%;
  }
}

.l-menu-footer_languageSwitch_btn,
.l-header_languageSwitch_btn,
.l-footer_languageSwitch_btn,
.l-menu-footer_languageSwitch_items li,
.l-header_languageSwitch_items li,
.l-footer_languageSwitch_items li {
  position: relative;
  padding: 4vw 0;
  width: 76.8vw;
  cursor: pointer;
  border: 1px solid #009bb9;
  text-align: center;
  text-decoration: none;
  color: #009BB9;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  margin: auto
}
.l-menu-footer_languageSwitch_items li,
.l-header_languageSwitch_items li,
.l-footer_languageSwitch_items li {
  border-top: none;
}
@media (min-width: 768px) {
  .l-menu-footer_languageSwitch_btn,
  .l-header_languageSwitch_btn,
  .l-footer_languageSwitch_btn,
  .l-menu-footer_languageSwitch_items li,
  .l-header_languageSwitch_items li,
  .l-footer_languageSwitch_items li {
    padding: 15px 0;
    width: 330px;
    font-size: 1.4rem;
    margin: auto;
  }
}
.l-menu-footer_languageSwitch_btn a,
.l-header_languageSwitch_btn a,
.l-footer_languageSwitch_btn a,
.l-menu-footer_languageSwitch_items li a,
.l-header_languageSwitch_items li a,
.l-footer_languageSwitch_items li a {
  text-decoration: none; 
  color: #009BB9;
  font-size: 1.4rem;
  font-weight: bold;
}
.l-menu-footer_languageSwitch_btn a:hover,
.l-header_languageSwitch_btn a:hover,
.l-footer_languageSwitch_btn a:hover,
.l-menu-footer_languageSwitch_items a:hover,
.l-header_languageSwitch_items li a:hover,
.l-footer_languageSwitch_items li a:hover {
  opacity: 0.5; 
}

.l-menu-footer_languageSwitch_btn_arrow,
.l-header_languageSwitch_btn_arrow,
.l-footer_languageSwitch_btn_arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #009BB9;
  position: absolute;
  top: 17px;
  right: 20px;
}
@media (min-width: 768px) {
  .l-menu-footer_languageSwitch_btn_arrow,
  .l-header_languageSwitch_btn_arrow,
  .l-footer_languageSwitch_btn_arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #009BB9;
    position: absolute;
    top: 17px;
    right: 20px;
  }
}

.l-menu-footer_languageSwitch_items,
.l-header_languageSwitch_items,
.l-footer_languageSwitch_items {
  overflow: hidden;
  max-height: 0;
  transition: all 0.6s;
}
.is-active + .l-menu-footer_languageSwitch_items,
.is-active + .l-header_languageSwitch_items,
.is-active + .l-footer_languageSwitch_items {
  max-height: 145px;
}
@media (min-width: 768px) {
  .is-active + .l-menu-footer_languageSwitch_items,
  .is-active + .l-header_languageSwitch_items,
  .is-active + .l-footer_languageSwitch_items {
    max-height: 145px;
  }
}
@media (min-width: 768px) {
  .l-menu-footer_languageSwitch_items li,
  .l-header_languageSwitch_items li,
  .l-footer_languageSwitch_items li {
    position: relative;
  }
}

.l-menu-footer_languageSwitch_link,
.l-header_languageSwitch_link,
.l-footer_languageSwitch_link {
  position: relative;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .l-menu-footer_languageSwitch_link:hover,
  .l-header_languageSwitch_link:hover,
  .l-footer_languageSwitch_link:hover {
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .l-menu-footer_languageSwitch_link,
  .l-header_languageSwitch_link,
  .l-footer_languageSwitch_link {
    position: static;
  }
}
.l-menu-footer_languageSwitch_link.-current:before,
.l-header_languageSwitch_link.-current:before,
.l-footer_languageSwitch_link.-current:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.1em;
  left: -8px;
  width: 6px;
  height: 8.5px;
  background: url(/anessa/common/img/header_langage_check.svg) no-repeat left top/contain;
}
@media (min-width: 768px) {
  .l-menu-footer_languageSwitch_link.-current:before,
  .l-header_languageSwitch_link.-current:before,
  .l-footer_languageSwitch_link.-current:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: translateX(-4.5rem);
  }
}

@media (max-width: 767.98px) {
  .is-menuActive body {
    overflow: hidden;
    position: fixed;
    width: 100vw; 
    height: 100vh;
  }
}

.l-menu {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; 
  -webkit-transform: translate3d(-100%, 0, 0); 
          transform: translate3d(-100%, 0, 0);
  background: #00ACD7;
  color: #fff;
}
@media (min-width: 768px) {
  .l-menu {
    width: 486px;
  }
}
.is-menuActive .l-menu {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.l-closeLayer {
  position: fixed;
  z-index: 301;
  top: 0;
  left: 0;
}
.is-menuActive .l-closeLayer {
  width: 100vw;
  height: 100vh;
}

@media (min-width: 768px) {
  .l-menu_top {
    padding: 21px 20px;
  }
}
@media (max-width: 767px) {
  .l-menu_top {
    padding: 4vw 5.333333333vw;
  }
}

.l-menu_closeBtn {
  position: relative;
  border: none;
  background: url(/anessa/common/img/menu_btn_close.svg) no-repeat center bottom;
}
.l-menu_closeBtn:before {
  content: "CLOSE";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.1em;
  color: #fff; 
  font-family: sofia-pro;
  font-size: 2.666666667vw;
  font-weight: bold;
  line-height: 1;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .l-menu_closeBtn {
    width: 32px;
    height: 40px;
    background-size: 81.25% auto;
    transition: opacity 0.3s;
  }
  .l-menu_closeBtn:hover {
    opacity: 0.6;
  }
  .l-menu_closeBtn:before {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .l-menu_closeBtn {
    width: 8.533333333vw;
    height:10.53333333vw;
    background-size: 81.25% auto;
  }
  .l-menu_closeBtn:before {
    font-size: 1.2rem;
  }
}

.l-menu_content {
  background-color: #00ACD7;
}
@media (min-width: 768px) {
  .l-menu_content {
    padding: 0 32px 32px;
  }
}
@media (max-width: 767px) {
  .l-menu_content {
    padding: 0 8.533333333vw 9.866666667vw;
  }
}

.l-menu_container {
  position: relative;
  overflow-x: hidden;
}
#menu-primary {
  transition: all .4s;
}
#menu-primary.is-fade {
  opacity: 0;
  transform: scale(0.95);
}
#menu-primary.is-backface {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
.l-menu-secondary {
  position: relative;
  z-index: 1;
  transition: transform .3s;
}
.l-menu-secondary.is-outside {
  transform: translateX(100%);
}
#menu-primary.is-hide,
.l-menu-secondary.is-hide {
  display: none;
}

.l-menu_nav_list a.-current {
  color: #fc0;
}

.l-menu_nav_list .-border {
  margin-top: 18px; 
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .l-menu_nav_list .-border {
    margin-top: 12px;
  }
}

.l-menu_nav_list.-lv2 > li {
  margin: 14px 0 0 0;
}
@media (min-width: 768px) {
  .l-menu_nav_list.-lv2 > li {
    margin: 6px 0 0 0;
  }
}

@media (min-width: 768px) {
  .l-menu_nav_list.-lv2 > li + li {
    margin-top: 10px;
  }
}

.l-menu_nav_list.-lv2 > li:nth-of-type(2) a,
.l-menu_nav_list.-lv2 > li:nth-of-type(3) a {
  letter-spacing: -0.01em;
}
.l-menu_nav_list.-lv2 > li:nth-of-type(2) a::after {
  top: 1em;
}

@media (min-width: 768px) {
  .l-menu_nav_list.-lv2 > li:nth-of-type(3) a {
    margin-top: 15px;
    letter-spacing: 1.5px;
    line-height: 1.3;
  }
}
.l-menu_nav_list.-lv2 > li:nth-of-type(3) a::after {
  top: 0;
}
@media (min-width: 768px) {
  .l-menu_nav_list.-lv2 > li:nth-of-type(3) a {
    margin-top: 20px;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .l-menu_nav_list.-lv2.en > li:nth-of-type(3) a {
    margin-top: 0;
    letter-spacing: 2px;
    line-height: 1.3;
  }
}

.l-menu_nav_list.-lv3 {
  margin-bottom: 14px;
}
.l-menu_nav_list.-lv3 > li {
  margin: 14px 0 0 12px;
}
@media (min-width: 768px) {
  .l-menu_nav_list.-lv3 > li {
    margin: 9px 0 0 15px;
  }
}
@media (min-width: 768px) {
  .l-menu_nav_list.-lv3 li + li {
    margin-top: 10px;
  }
}

.l-menu_nav_list {
  border-bottom: 1px solid #fff;
}
.l-menu_nav_list.-no_border {
  border-bottom: none;
}
.l-menu_nav_link {
  display: block;
  position: relative;
  text-decoration: none;
  letter-spacing: 0.02em;
  color: #fff;
  /* font-family: sofia-pro, sans-serif; */
  font-weight: bold;
}
.l-menu_nav_list li + li {
  border-top: 1px solid #fff;
}
@media (min-width: 768px) {
  .l-menu_nav_link {
    font-size: 16px;
    padding: 20px 30px 20px 0;
    transition: opacity 0.3s;
  }
}
@media (max-width: 767px) {
  .l-menu_nav_link {
    padding: 5.333333333vw 8.533333333vw 5.333333333vw 0;
    font-size: 4.8vw;
  }
}

.l-menu_nav_link:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .l-menu_nav_link:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}

.l-menu_nav_link:visited {
  color: #fff;
}

.l-menu_nav_link.-link:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: url(/anessa/common/img/icon_arrow_w_md.svg) no-repeat center center/100% auto;
}
@media (min-width: 768px) {
  .l-menu_nav_link.-link:after {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .l-menu_nav_link.-link:after {
    width: 8.533333333vw;
  }
}

.l-menu_nav_link[aria-current="page"] {
  color: #ffd200 !important;
}
.l-menu_nav_link.-link[aria-current="page"]:after {
  background-image: url(/anessa/common/img/icon_arrow_y_md.svg);
}

.l-menu_nav_link.-nav span {
  position: absolute;
  top: 50%;
  background-color: #fff;
  transform: translateY(-50%);
}
.l-menu_nav_link.-nav span::before,
.l-menu_nav_link.-nav span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #00ACD7;
  transform: translate(-50%, -50%);
  content: '';
}
@media (min-width: 768px) {
  .l-menu_nav_link.-nav span {
    width: 22px;
    height: 22px;
    right: 8px;
  }
  .l-menu_nav_link.-nav span::before{
    width: 8px;
    height: 1px;
  }
  .l-menu_nav_link.-nav span::after {
    width: 1px;
    height: 8px;
  }
}
@media (max-width: 767px) {
  .l-menu_nav_link.-nav span {
    width: 5.866666667vw;
    height: 5.866666667vw;
    right: 1.6vw;
  }
  .l-menu_nav_link.-nav span::before{
    width: 3.2vw;
    height: 0.2666666667vw;
  }
  .l-menu_nav_link.-nav span::after {
    width: 0.2666666667vw;
    height: 3.2vw;
  }
}

.l-menu_nav_link img{
  width: 13vw;
}

@media (min-width: 768px) {
  .l-menu_nav_link img{
    width: 65px
  }
}

.-lv2 .l-menu_nav_link,
.l-menu_nav_link.-lv2 {
  letter-spacing: 0.25em; 
  font-size: 1.5rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .-lv2 .l-menu_nav_link,
  .l-menu_nav_link.-lv2 {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.l-menu_nav_link.-lv2 {
  letter-spacing: 0;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .l-menu_nav_link.-lv2 {
    font-size: 1.2rem;
  }
}
.l-menu_nav_link.-lv2:after {
  right: 10px;
  width: 24px;
  background-position: right top; 
  background-size: 34px 7px;
}
.-lv3 .l-menu_nav_link,
.l-menu_nav_link.-lv3 {
  padding-left: 15px;
  letter-spacing: 0; 
  font-size: 1.3rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .-lv3 .l-menu_nav_link,
  .l-menu_nav_link.-lv3 {
    letter-spacing: 0.15em; 
    font-size: 1.2rem;
  }
}
.-lv3 .l-menu_nav_link:before,
.l-menu_nav_link.-lv3:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: 1px;
  background: #fff;
}
.-lv3 .l-menu_nav_link:after,
.l-menu_nav_link.-lv3:after {
  right: 7px;
  width: 23.5px;
  height: 6.5px;
  background: url(/anessa/common/img/icon_arrow_w_md.svg) no-repeat left top/100% auto;
}
@media (min-width: 768px) {
  .-lv3 .l-menu_nav_link:after,
  .l-menu_nav_link.-lv3:after {
    right: 10px;
  }
}
.l-menu_nav_link.-brightening {
  display: flex;
  font-size: 1.2rem;
  line-height: 1.5;

  align-items: center;
}
.l-menu_nav_link.-brightening .item_name {
  padding-right: 10px;
}
@media (min-width: 768px) {
  .l-menu_nav_link.-brightening .item_name {
    padding-right: 20px;
  }
}

.l-menu-secondary-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-menu-secondary-heading_head {
  font-weight: 700;
}
.l-menu-secondary-heading_link a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
}
.l-menu-secondary-heading_link a:hover {
  color: inherit;
}
.l-menu-secondary-heading_link a:visited {
  color: inherit;
}
.l-menu-secondary-heading_link a::after {
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0;
  background: url(/anessa/common/img/icon_arrow_w_md.svg) no-repeat center center/100% auto;
  content: "";
}
@media (min-width: 768px) {
  .l-menu-secondary-heading {
    padding: 15px 0 17px;
  }
  .l-menu-secondary-heading_head {
    font-size: 16px;
  }
  .l-menu-secondary-heading_link a {
    padding: 7px 35px 7px 15px;
    font-size: 13px;
    transition: opacity .3s;
  }
  .l-menu-secondary-heading_link a:hover {
    opacity: .6;
  }
  .l-menu-secondary-heading_link a::after {
    width: 19px;
    right: 9px;
  }
}
@media (max-width: 767px) {
  .l-menu-secondary-heading {
    padding: 4vw 0 4.5333333333vw;
  }
  .l-menu-secondary-heading_head {
    font-size: 4.8vw;
  }
  .l-menu-secondary-heading_link a {
    padding: 1.8666666667vw 9.0666666667vw 1.8666666667vw 2.6666666667vw;
    background-color: #27B8DE;
    font-size: 3.2vw;
  }
  .l-menu-secondary-heading_link a::after {
    width: 4.2666666667vw;
    right: 2.4vw;
  }
}

.is-yellow {
  color: #FFD200;
}

.l-menu_contents_ttl {
  letter-spacing: 0.04em;
  font-family: ryo-gothic-plusn, sofia-pro, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding-bottom: 1vw;
}

.l-menu_contents_ttl_en {
  letter-spacing: 0.04em;
  font-family: sofia-pro, sans-serif;
}
@media (min-width: 768px) {
  .l-menu_contents {
    margin-top: 30px;
  }
  .l-menu_contents_ttl_en {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .l-menu_contents {
    margin-top: 13.86666667vw;
  }
  .l-menu_contents_ttl_en {
    font-size: 5.866666667vw;
  }
}

.l-menu_nav_list + .l-menu_contents_list {
  margin-top: 0;
}
@media (min-width: 768px) {
  .l-menu_contents_list {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .l-menu_contents_list {
    margin-top: 5.866666667vw;
  }
}

.l-menu_contents_item {
  background-color: #fff;
}
.l-menu_contents_item a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #483431;
}
.l-menu_contents_item a:hover,
.l-menu_contents_item a:visited {
  color: #483431;
}
.l-menu_contents_item a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: url(/anessa/common/img/icon_arrow_bk.svg) no-repeat center center/100% auto;
}
@media (min-width: 768px) {
  .l-menu_contents_item + .l-menu_contents_item {
    margin-top: 12px;
  }
  .l-menu_contents_item a::after {
    right: 30px;
    width: 28px;
  }
}
@media (max-width: 767px) {
  .l-menu_contents_item + .l-menu_contents_item {
    margin-top: 2.133333333vw;
  }
  .l-menu_contents_item a::after {
    right: 6.133333333vw;
    width: 5.333333333vw;
  }
}

.l-menu_contents_fig {
  display: flex;
}
.l-menu_contents_fig img {
  flex: 0 0 auto;
  height: auto;
}
@media (min-width: 768px) {
  .l-menu_contents_fig img {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .l-menu_contents_fig img {
    width: 28.93890675%;
  }
}

.l-menu_contents_cap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  line-height: 1.4;
}
.l-menu_contents_cap em {
  margin-bottom: .2em;
  font-family: sofia-pro, ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-menu_contents_cap {
    padding: 0 60px 0 19px;
    font-size: 17px;
  }
  .l-menu_contents_cap span {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .l-menu_contents_cap {
    padding: 0 11.73333333vw 0 3.733333333vw;
    font-size: 3.466666667vw;
  }
  .l-menu_contents_cap span {
    font-size: 2.666666667vw;
  }
}

.l-menu_back a {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
.l-menu_back i {
  display: inline-block;
  background: url("/anessa/common/img/icon_arrow_w_back.svg") no-repeat center top/100% auto;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .l-menu_back {
    border-bottom: 1px solid #fff;
  }
  .l-menu_back a {
    padding: 17px 0;
    font-size: 12px;
  }
  .l-menu_back i {
    width: 9px;
    height: 6px;
    margin-right: 6px;
  }
}
@media (max-width: 767px) {
  .l-menu_back {
    border-bottom: 0.2666666667vw solid #fff;
  }
  .l-menu_back a {
    padding: 4.533333333vw 0;
    font-size: 3.2vw;
  }
  .l-menu_back i {
    width: 2.666666667vw;
    height: 1.866666667vw;
    margin-right: 1.6vw;
  }
}

.l-menu-item_arrow {
  position: relative;
}
.l-menu-item_arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 34px;
  height: 7px;
  background: url(/anessa/common/img/icon_arrow_w_md.svg) no-repeat left top/100% auto;
}

.l-menu-footer {
  background-color: #fff;
}
@media (min-width: 768px) {
  .l-menu-footer {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .l-menu-footer {
    padding: 8vw 0;
  }
}

.l-breadcrumb {
  display: flex;
  border-top: 1px solid #09c; 
  min-height: 52px;
  background: #fff;

  align-items: center;
}

.l-breadcrumb_lists {
  display: flex;
  padding: 10px 27.5px;
  font-size: 1.2rem; 

  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .l-breadcrumb_lists {
    margin: 0 auto;
    padding: 23px 80px;
    width: 1120px;
    font-size: 1.4rem;
  }
}
.l-breadcrumb_lists li + li {
  padding-left: 17px;
  background: url(/anessa/common/img/breadcrumb_arrow.svg) no-repeat 5px 0.6em/6px 10px;
}
@media (min-width: 768px) {
  .l-breadcrumb_lists li + li {
    padding-left: 38px;
    background-position: 17px 0.6em;
  }
}

.l-footer {
  position: relative;
  border-top: 1px solid #09c;
  background: #f4f4f4;
}

.l-footer_sns {
  padding: 40px 0 33px;
  background: #fff;
}
@media (min-width: 768px) {
  .l-footer_sns {
    padding: 40px 0;
  }
}

.footer_sns_cap {
  text-align: center;
  letter-spacing: 0.1em; 
  color: #09c;
  font-size: 1.6rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .footer_sns_cap {
    font-size: 1.4rem;
  }
}

.l-footer_sns_btns {
  display: flex;
  margin: 18px auto 0;
  width: 103px; 

  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .l-footer_sns_btns {
    margin-top: 20px;
    width: 85px;
  }
}

.l-footer_sns_btn_item {
  max-width: 36px;

  flex: 1 0 36px;
}
@media (min-width: 768px) {
  .l-footer_sns_btn_item {
    max-width: 30px;

    flex: 1 0 30px;
  }
}
.l-footer_sns_btn_item a {
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .l-footer_sns_btn_item a:hover {
    opacity: 0.6;
  }
}

.l-menu_products_col {
  display: flex;
  justify-content: flex-start;
}
.l-menu_products {
  display: flex;
  flex-wrap: wrap;
  background-color: #00BBE1;
}
.l-menu_products_col .l-menu_products {
  width: 48.23151125%;
  height: 100%;
}
.l-menu_products_col .l-menu_products + .l-menu_products {
  margin-top: 0;
}
.l-menu_products_col .l-menu_products:nth-child(even) {
  margin-left: 3.536977492%;
}
.l-menu_products a {
  color: #fff;
  text-decoration: none;
}
.l-menu_products a:visited {
  color: #fff;
}
.l-menu_products_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  text-align: center;
  color: #009BB9;
}
.l-menu_products_item {
  width: 50%;
}
.l-menu_products_col .l-menu_products_item {
  width: 100%;
}
.l-menu_products_box {
  display: block;
  position: relative;
}
.l-menu_products_name {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.l-menu_products_box i {
  display: block;
  background: url("/anessa/common/img/icon_arrow_w_sm.svg") no-repeat center center/100% auto;
}
.l-menu_products_fig {
  position: absolute;
  z-index: 0;
}
@media (min-width: 768px) {
  .l-menu_products + .l-menu_products,
  .l-menu_products + .l-menu_products_col,
  .l-menu_products_col + .l-menu_products,
  .l-menu_products_col + .l-menu_products_col {
    margin-top: 20px;
  }
  .l-menu_products_ttl {
    min-height: 28px;
    font-size: 12px;
  }
  .l-menu_products_item {
    min-height: 97px;
  }
  .l-menu_products_box {
    padding: 21px 0 17px 20px;
  }
  .l-menu_products_name {
    font-size: 14px;
    line-height: 1.4285714286;
  }
  .l-menu_products_box i {
    width: 25px;
    height: 7px;
    margin-top: 12px;
  }
  .l-menu_products_fig.-uv_gel {
    top: 14.43298969%;
    right: 36px;
    width: 59px;
  }
  .l-menu_products_fig.-white_gel {
    top: 14.43298969%;
    right: 18px;
    width: 61px;
  }
  .l-menu_products_fig.-dayserum {
    top: 6.18556701%;
    right: 26px;
    width: 58px;
  }
  .l-menu_products_fig.-milk {
    top: 17.5257732%;
    right: 48px;
    width: 28px;
  }
  .l-menu_products_fig.-uv_spray {
    top: 12.37113402%;
    right: 50px;
    width: 21.55px;
  }
  .l-menu_products_fig.-mild_milk {
    top: 16.49484536%;
    right: 58px;
    width: 39.92px;
  }
  .l-menu_products_fig.-mild_gel {
    top: 16.49484536%;
    right: 48px;
    width: 33px;
  }
  .l-menu_products_fig.-compact {
    top: 29.89690722%;
    right: 26px;
    width: 69.26px;
  }
  .l-menu_products_fig.-foundation {
    top: 25.77319588%;
    right: 43px;
    width: 32.59px;
  }
}
@media (max-width: 767px) {
  .l-menu_products + .l-menu_products,
  .l-menu_products + .l-menu_products_col,
  .l-menu_products_col + .l-menu_products,
  .l-menu_products_col + .l-menu_products_col {
    margin-top: 5.333333333vw;
  }
  .l-menu_products_ttl {
    min-height: 10.66666667vw;
    font-size: 2.666666667vw;
  }
  .l-menu_products_item {
    min-height: 25.86666667vw;
  }
  .l-menu_products_box {
    padding: 5.333333333vw 0 4.266666667vw 2.933333333vw;
  }
  .l-menu_products_name {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
  .l-menu_products_box i {
    width: 6.133333333vw;
    height: 2.133333333vw;
    margin-top: 3.2vw;
  }
  .l-menu_products_fig.-uv_gel {
    top: 14.43298969%;
    right: 1.333333333vw;
    width: 15.73333333vw;
  }
  .l-menu_products_fig.-white_gel {
    top: 14.43298969%;
    right: 4.8vw;
    width: 16.26666667vw;
  }
  .l-menu_products_fig.-dayserum {
    top: 6.18556701%;
    right: 1.866666667vw;
    width: 15.46666667vw;
  }
  .l-menu_products_fig.-milk {
    top: 17.5257732%;
    right: 6.133333333vw;
    width: 7.733333333vw;
  }
  .l-menu_products_fig.-uv_spray {
    top: 12.37113402%;
    right: 6.666666667vw;
    width: 5.866666667vw;
  }
  .l-menu_products_fig.-mild_milk {
    top: 16.49484536%;
    right: 7.2vw;
    width: 10.66666667vw;
  }
  .l-menu_products_fig.-mild_gel {
    top: 16.49484536%;
    right: 6.666666667vw;
    width: 8.8vw;
  }
  .l-menu_products_fig.-compact {
    top: 29.89690722%;
    right: 2.133333333vw;
    width: 18.66666667vw;
  }
  .l-menu_products_fig.-foundation {
    top: 25.77319588%;
    right: 6.4vw;
    width: 8.8vw;
  }
}

.l-footer_attention {
  padding: 50px 27.5px 0;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .l-footer_attention {
    display: flex;
    margin: auto;
    padding: 48px 0 0;
    max-width: 1120px;
    font-size: 1.4rem;
  }
}

.l-footer_attention_cap {
  text-align: center; 
  letter-spacing: 0.015em;
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-footer_attention_cap {
    text-align: left; 
    font-size: 1.6rem;
  }
}

.l-footer_attention_tel {
  display: flex;
  margin: 7px 0 0;
  padding: 0;
  letter-spacing: 0.05em;
  font-family: sofia-pro, sans-serif;
  font-size: 2rem;
  font-weight: bold; 

  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .l-footer_attention_tel {
    margin: 4px 0 0;
    letter-spacing: 0.06em; 
    font-size: 2.6rem;

    justify-content: flex-start;
  }
}
.l-footer_attention_tel::before {
  content: "";
  display: inline-block;
  left: 0;
  margin-right: 5px; 
  width: 26.5px;
  height: 17.5px;
  background: url(/anessa/common/img/icon_tel.png) no-repeat left top/contain;
}
@media (min-width: 768px) {
  .l-footer_attention_tel::before {
    margin-right: 8px; 
    width: 30px;
    height: 21px;
  }
}
.l-footer_attention_tel a {
  text-decoration: none;
}

.l-footer_attention_lead {
  margin: 10px 0 0;
  line-height: 1.88;
}

.l-footer_attention_time {
  margin: 0;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .l-footer_attention_time {
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .l-footer_attention_note {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .l-footer_attention_shop {
    margin: 0 0 0 54px;
    max-width: 500px;

    flex: 0 1 500px;
  }
}

.l-footer_attention_bottom {
  margin: 38px 0 0;
}
@media (min-width: 768px) {
  .l-footer_attention_bottom {
    margin: 0 0 0 100px;
    max-width: 450px;

    flex: 0 1 450px;
  }
}

.l-footer_attention_customer {
  margin-top: 38px;
}
@media (min-width: 768px) {
  .l-footer_attention_customer {
    margin-top: 42px;
  }
}

.l-footer_attention_csr {
  display: none;
  margin-top: 46px;
}
body.page-top .l-footer_attention_csr {
  display: block;
}
@media (min-width: 768px) {
  .l-footer_attention_csr {
    margin-top: 38px;
  }
}

.l-footer_attention_bunnerContainer {
  margin: 14px auto 0;
  max-width: 290px;
}
@media (min-width: 768px) {
  .l-footer_attention_bunnerContainer {
    margin-left: 0; 
    max-width: 350px;
  }
}

.l-footer_attention_bunner {
  display: block;
  margin-top: 15px;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .l-footer_attention_bunner:hover {
    opacity: 0.6;
  }
}

.l-footer_attention_bunner + .l-footer_attention_bunner {
  margin-top: 10px;
}

.l-footer_summary {
  padding-bottom: 38px;
}
@media (min-width: 768px) {
  .l-footer_summary {
    padding-bottom: 56px;
  }
}

.l-footer_summary_logo {
  margin: 43px auto 0;
  width: 113.5px;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .l-footer_summary_logo {
    margin: 40px auto 0; 
    width: 140px;
  }
}

.l-footer_pagetop {
  display: inline-block;
  position: absolute;
  top: 36px;
  right: 13px;
}
@media (min-width: 768px) {
  .l-footer_pagetop {
    top: auto;
    right: 41px;
    bottom: 86px;
  }
}
.l-footer_pagetop a {
  display: inline-block;
  overflow: hidden;
  width: 8px;
  height: 79px;
  background: url(/anessa/common/img/scrolltop_sm.svg) no-repeat left top/contain; 
  white-space: nowrap;
  text-indent: 100%;
}
@media (min-width: 768px) {
  .l-footer_pagetop a {
    width: 15px;
    height: 165px;
    background-image: url(/anessa/common/img/scrolltop_md.svg);
  }
}

.l-footer_shiseido {
  overflow: hidden;
  padding: 13px 10px 10px 10px; 
  background-color: #000;
}

@media (max-width: 1179.98px) {
  .l-footer_shiseido {
    padding: 0;
  }
}

.l-footer_shiseido .footerLink {
  float: left;
}

@media (max-width: 1179.98px) {
  .l-footer_shiseido .footerLink {
    width: 100%;
  }
}

.l-footer_shiseido .footerLink .pcLogo {
  float: left;
  margin-right: 18px; 
  vertical-align: middle;
}

@media (max-width: 1179.98px) {
  .l-footer_shiseido .footerLink .pcLogo {
    display: none;
  }
}

.l-footer_shiseido .footerLink .footerLinkList {
  float: left;
  margin-top: -2px; 
  vertical-align: middle;
}

@media (max-width: 1179.98px) {
  .l-footer_shiseido .footerLink .footerLinkList {
    float: none;
    padding: 10px 10px; 
    width: 100%;
    background-color: #303030;
  }
}

.l-footer_shiseido .footerLink .footerLinkList li {
  display: inline-block;
  margin-right: 10px; 
  vertical-align: middle;
}

@media (max-width: 1179.98px) {
  .l-footer_shiseido .footerLink .footerLinkList li {
    margin-right: 5px;
  }
}

.l-footer_shiseido .footerLink .footerLinkList li:last-child {
  margin-right: 0;
}

.l-footer_shiseido .footerLink .footerLinkList li a {
  display: block;
  vertical-align: top;
  text-decoration: none; 
  color: #fff;
  font-size: 1rem;
}

@media (max-width: 1179.98px) {
  .l-footer_shiseido .footerLink .footerLinkList li a {
    padding-left: 10px; 
    background: url(http://www.shiseido.co.jp/sp/shared/cmn_footer/html/black/icon_fnavi.gif) left center no-repeat;
    background-size: 7px auto;
  }
  .l-footer_shiseido .footerLink .footerLinkList li a.arrow {
    padding-left: 10px; 
    background: url(http://www.shiseido.co.jp/sp/shared/cmn_footer/html/black/icon_fnavi2.gif) left center no-repeat;
    background-size: 5px 5px;
  }
}

.l-footer_shiseido .footerLink .footerLinkList li a span {
  display: none;
}

@media (max-width: 1179.98px) {
  .l-footer_shiseido .footerLink .footerLinkList li a span {
    display: block;
    white-space: nowrap;
  }
}

.l-footer_shiseido .footerLink .footerLinkList li a img {
  vertical-align: middle;
}

@media (max-width: 1179.98px) {
  .l-footer_shiseido .footerLink .footerLinkList li a img {
    display: none;
  }
}

@media (max-width: 1179.98px) {
  .l-footer_shiseido .copyrightWrap {
    overflow: hidden; 
    padding: 7px 10px 4px 10px;
  }
}

.l-footer_shiseido .copyrightWrap .spLogo {
  display: none;
}

@media (max-width: 1179.98px) {
  .l-footer_shiseido .copyrightWrap .spLogo {
    display: block;
    float: left;
  }
  .l-footer_shiseido .copyrightWrap .spLogo img {
    width: 75px;
    height: 13px;
    vertical-align: top;
  }
}

.l-footer_shiseido .copyrightWrap .copyright {
  float: right;
  padding-top: 5px;
  color: #fff; 
  font-size: 9px;
  font-size: 0.9rem;
}

@media (max-width: 1179.98px) {
  .l-footer_shiseido .copyrightWrap .copyright {
    padding-top: 0;
  }
}

@media (max-width: 1179.98px) {
  .l-footer_shiseido .copyrightWrap .copyright span {
    vertical-align: middle; 
    color: #fff;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1;
  }
}

.l-onlineShopBtn {
  display: inline-block;
  overflow: hidden; 
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 95px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .l-onlineShopBtn {
    top: 50%;
    bottom: auto;
    margin-top: -125px;
  }
}
.l-onlineShopBtn a {
  display: block;
  overflow: hidden;
  width: 38px;
  height: 129px;
  transition: opacity 0.3s; 
  background: url(/anessa/common/img/btn_onlinestore_sm.png?date=210617) no-repeat;
  background-size: 38px 129px;
  text-indent: 100%;
}
@media (min-width: 768px) {
  .l-onlineShopBtn a:hover {
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .l-onlineShopBtn a {
    bottom: 53px;
    width: 79px;
    height: 258px;
    background-image: url(/anessa/common/img/btn_onlinestore_md.png?date=210617);
    background-size: 79px 258px;
  }
}

.l-onlineShop_heading {
  display: block;
  margin-right: 30px;
  margin-bottom: 5px;
  margin-left: 30px;
  color: #444;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}
.l-onlineShop_heading span {
  display: inline-block;
  margin-right: 5px; 
  border-width: 10px 7px 0 7px;
  border-style: solid;
  border-color: #444 transparent transparent transparent;
  width: 0;
  height: 0;
}
ul + .l-onlineShop_heading {
  margin-top: 20px;
}

/* .l-mfp
----------------------------------------------------------- */
.l-mfp .mfp-close,
.l-mfp .mfp-close:focus,
.l-mfp .mfp-close:active,
.l-mfp .mfp-close:hover {
  overflow: hidden;
  top: -30px;
  right: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  cursor: pointer; 
  background: url(/anessa/common/img/icon_btn_close.svg) no-repeat left top/100% auto;
  white-space: nowrap;
  text-indent: 100%;
}

.l-mfp .mfp-content {
  display: inline-flex;
  padding-top: 12.4vw;
}
@media (min-width: 768px) {
  .l-mfp .mfp-content {
    padding-top: 4.86111vw;
  }
}

/* .l-mfp-onlineShop
----------------------------------------------------------- */
.l-mfp-onlineShop {
  position: relative; 
  margin-right: auto;
  /*width: 232px;*/
  margin-left: auto;
  padding: 20px 0;
  border-radius: 3px;
  width: 572px;
  background-color: #fff;
}

@media only screen and (max-width: 750px) {
  .l-mfp-onlineShop {
    border-radius: 5px; 
    width: 71.88%;
  }
}

.l-mfp-onlineShop .heading {
  margin-right: 30px;
  margin-bottom: 5px; 
  margin-left: 30px;
  color: #444;
  font-weight: bold;
}

.l-mfp-onlineShop .heading span {
  display: inline-block;
  margin-right: 5px; 
  border-width: 10px 7px 0 7px;
  border-style: solid;
  border-color: #444 transparent transparent transparent;
  width: 0;
  height: 0;
}

.l-mfp-onlineShop ul + .heading {
  margin-top: 20px;
}

.l-mfp-onlineShop ul {
  display: table;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 0 5px;
}

@media only screen and (max-width: 750px) {
  .l-mfp-onlineShop ul {
    display: block;
    width: 78.26%;
    min-width: 180px;
  }
}

.l-mfp-onlineShop ul li {
  display: table-cell;
  padding: 5px 7px 5px; 
  height: 90px;
  vertical-align: middle;
}

@media only screen and (max-width: 750px) {
  .l-mfp-onlineShop ul li {
    display: block;
    margin-bottom: 10px; 
    width: 100%;
  }
}

.l-mfp-onlineShop ul li a {
  display: block;
  position: relative;
  border: 2px solid #009fd6;
  border-radius: 5px;
  width: 160px;
  height: 90px;
  background-color: #fff;
  text-align: center;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 750px) {
  .l-mfp-onlineShop ul li a {
    opacity: 1; 
    width: 100%;
  }
}

.l-mfp-onlineShop ul li a dl {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  vertical-align: middle; 
  font-size: 11px;
  font-size: 1.1rem;
}

.l-mfp-onlineShop ul li a dl dt {
  margin-bottom: 5px; 
  width: 100%;
  height: 55px;
  vertical-align: middle;
  line-height: 55px;
}

.l-mfp-onlineShop ul li a dl dt img {
  vertical-align: middle;
}

.l-mfp-onlineShop ul li a dl dd {
  white-space: nowrap;
  color: #009fd6;
}

.l-mfp-onlineShop ul li a dl dd span {
  padding-right: 13px;
  width: 5px;
  background: url(/anessa/common/img/arrow_bl_r.png) right center no-repeat;
  background-size: 5px auto;
  font-weight: bold;
}

.l-mfp-onlineShop ul li.watashi dt img {
  width: 111px;
  height: auto;
}

.l-mfp-onlineShop ul li.amazon dt img {
  width: 93px;
  height: auto;
}

.l-mfp-onlineShop ul li.lohaco dt img {
  width: 105px;
  height: auto;
}

/* リンク先が私プラスのみ */
.l-mfp-onlineShop_watashi {
  position: relative; 
  margin-right: auto;
  margin-left: auto;
  padding: 45px 90px 51px;
  border-radius: 3px;
  background-color: #fff;
}

@media only screen and (max-width: 750px) {
  .l-mfp-onlineShop_watashi {
    padding: 35px 0;
    border-radius: 5px; 
    width: 71.88%;
  }
}

.l-mfp-onlineShop_watashi .l-mfp-onlineShop_lead {
  margin-bottom: 22px;
  text-align: center;
  color: #009fd6;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; 
  line-height: 1.8;
}

@media only screen and (max-width: 750px) {
  .l-mfp-onlineShop_watashi .l-mfp-onlineShop_lead {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.l-mfp-onlineShop_watashi .l-mfp-onlineShop_lead span {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 750px) {
  .l-mfp-onlineShop_watashi .l-mfp-onlineShop_lead span {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.l-mfp-onlineShop_watashi .heading {
  margin-right: 30px;
  margin-bottom: 5px; 
  margin-left: 30px;
  color: #444;
  font-weight: bold;
}

.l-mfp-onlineShop_watashi .heading span {
  display: inline-block;
  margin-right: 5px; 
  border-width: 10px 7px 0 7px;
  border-style: solid;
  border-color: #444 transparent transparent transparent;
  width: 0;
  height: 0;
}

.l-mfp-onlineShop_watashi ul + .heading {
  margin-top: 20px;
}

.l-mfp-onlineShop_watashi ul {
  display: table;
  margin-right: auto;
  margin-left: auto;
  padding: 0 5px;
}

@media only screen and (max-width: 750px) {
  .l-mfp-onlineShop_watashi ul {
    display: block;
    width: 82%;
    min-width: 215px;
  }
}

.l-mfp-onlineShop_watashi ul li {
  display: table-cell;
  padding: 5px 7px 5px; 
  vertical-align: middle;
}

@media only screen and (max-width: 750px) {
  .l-mfp-onlineShop_watashi ul li {
    display: block;
    margin-bottom: 20px; 
    width: 100%;
  }
  .l-mfp-onlineShop_watashi ul li:last-child {
    margin-bottom: 0;
  }
}

.l-mfp-onlineShop_watashi ul li a {
  display: block;
  position: relative;
  padding: 25px 0 5px;
  border: 2px solid #009fd6;
  border-radius: 5px;
  width: 280px;
  background-color: #fff;
  text-align: center;
  text-decoration: none; 
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 750px) {
  .l-mfp-onlineShop_watashi ul li a {
    opacity: 1; 
    padding-top: 20px;
    width: 100%;
  }
}

.l-mfp-onlineShop_watashi ul li.watashi a .fukidashi {
  position: absolute;
  z-index: 10; 
  top: -23px;
  left: 14px;
  width: 115px;
}

@media only screen and (max-width: 750px) {
  .l-mfp-onlineShop_watashi ul li.watashi a .fukidashi {
    top: -20px;
    left: 10px;
    width: 81px;
  }
}

.l-mfp-onlineShop_watashi ul li a dl {
  text-align: center;
  vertical-align: middle; 
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 750px) {
  .l-mfp-onlineShop_watashi ul li.watashi a dl {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.l-mfp-onlineShop_watashi ul li a dl dt {
  margin-bottom: 0px;
  width: 100%;
  vertical-align: middle;
}

@media only screen and (max-width: 750px) {
  .l-mfp-onlineShop_watashi ul li a dl dt {
    margin-bottom: 0;
  }
}

.l-mfp-onlineShop_watashi ul li a dl dt img {
  vertical-align: middle;
}

.l-mfp-onlineShop_watashi ul li a dl .l-mfp-onlineShop_product {
  display: inline-block;
  margin-top: 12px;
  padding: 0 20px;
  border: 1px solid #483431;
  border-radius: 20px;
  height: 26px;
  color: #483431; 
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 750px) {
  .l-mfp-onlineShop_watashi ul li a dl .l-mfp-onlineShop_product {
    margin-top: 8px;
    padding: 0 10px;
    height: 20px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.l-mfp-onlineShop_watashi ul li a dl .l-mfp-onlineShop_product span {
  line-height: 26px;
}

@media only screen and (max-width: 750px) {
  .l-mfp-onlineShop_watashi ul li a dl .l-mfp-onlineShop_product span {
    line-height: 20px;
  }
}

.l-mfp-onlineShop_watashi ul li a dl .l-mfp-onlineShop_btnTxt {
  margin-top: 5px;
  white-space: nowrap;
  color: #009fd6;
}

.l-mfp-onlineShop_watashi ul li a dl .l-mfp-onlineShop_btnTxt span {
  padding-right: 25px;
  width: 21px;
  background: url(/anessa/common/img/icon_arrow_bl.svg) right center no-repeat;
  background-size: 21px auto;
  font-weight: bold;
}

.l-mfp-onlineShop_watashi ul li.watashi dt img {
  margin-left: 16px;
  width: 144px;
  height: auto;
}

@media only screen and (max-width: 750px) {
  .l-mfp-onlineShop_watashi ul li.watashi dt img {
    width: 110px;
  }
}

/* .l-floatingBanner
----------------------------------------------------------- */
.l-floatingBanner {
  visibility: hidden; 
  opacity: 0;
  position: fixed;
  z-index: 100;
  bottom: 11px;
  left: 50%;
  border-radius: 6px;
  width: 90.4vw;
  max-width: 678px;
  transition: opacity 0.4s ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .l-floatingBanner {
    border-radius: 11px; 
    width: 878px;
    max-width: none;
  }
}
.l-floatingBanner-is-show .l-floatingBanner {
  visibility: visible; 
  opacity: 1;
}
.l-floatingBanner a {
  display: block;
  transition: opacity 0.4s ease;
}
@media (min-width: 768px) {
  .l-floatingBanner a {
    bottom: 53px;
  }
}
@media (min-width: 768px) {
  .l-floatingBanner a:hover {
    opacity: 0.8;
  }
}
.l-floatingBanner .l-floatingBanner_close {
  position: absolute;
  top: -1.6vw;
  right: -0.8vw;
  width: 5.6vw;
  cursor: pointer; 
  transition: opacity 0.4s ease;
}
@media (min-width: 768px) {
  .l-floatingBanner .l-floatingBanner_close {
    top: -5px;
    right: 1px;
    width: 26px;
  }
}
@media (min-width: 768px) {
  .l-floatingBanner .l-floatingBanner_close:hover {
    opacity: 0.8;
  }
}
.u-is-pc{
  display: none !important
}
.u-is-sp{
  display: block !important
}
@media (min-width: 768px) {
  .u-is-pc{
    display: block !important
  }
  .u-is-sp{
    display: none !important
  }
}

/*  メニューアイテム画像 */
.mi06 {
  width: 50px;
  margin: 10px;
}
.mi07 {
  width: 40px;
  margin: 10px;
}
.mi08 {
  width: 130px;
  margin: 10px;
}
.mi09 {
  width: 50px;
  margin: 10px;
}


/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}