@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;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    /*text-shadow: rgba(0,0,0,.01) 0 0 1px;*/
}

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: 'Noto Sans TC', 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;
  }
}

.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: 'Noto Serif TC', 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(../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;
  }
}

.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: auto;
  }
}

.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;
}
@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(../img/header_btn_menu.svg) no-repeat left bottom/100% auto;
  color: #fff;
  font-weight: bold;
}
@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_snsButton {
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 24px;
  margin: 37px 0 0;
  width: 60px; 

  justify-content: space-between;
}

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

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

.l-header_languageSwitch {
  position: absolute;
  top: 0;
  right: 0;
  margin: 28px 17.5px 0 0;
}
@media (min-width: 768px) {
  .l-header_languageSwitch {
    right: 160px;
    margin: 32px 0 0;
  }
}

.l-header_languageSwitch_btn,
.l-header_languageSwitch_items li {
  position: relative;
  padding: 4px 0 10px;
  border-top: 1px solid #fff;
  width: 64px;
  cursor: pointer;
  background-color: #009bb9;
  text-align: center;
  text-decoration: none; 
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-header_languageSwitch_btn,
  .l-header_languageSwitch_items li {
    padding: 10px 0;
    width: 95px;
    font-size: 1.2rem;
  }
}
.l-header_languageSwitch_btn a,
.l-header_languageSwitch_items li a {
  text-decoration: none; 
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
.l-header_languageSwitch_btn a:hover,
.l-header_languageSwitch_items li a:hover {
  opacity: 0.5; 
  color: #fff;
}

.l-header_languageSwitch_btn_arrow {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  margin: auto; 
  width: 5px;
  height: 4px;
}
@media (min-width: 768px) {
  .l-header_languageSwitch_btn_arrow {
    position: static;
    margin: 0 0 0 2px; 
    width: 8px;
  }
}

.l-header_languageSwitch_items {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.6s;
}
html:not(.header-is-hidden) .is-active + .l-header_languageSwitch_items {
  max-height: 80px;
}
@media (min-width: 768px) {
  html:not(.header-is-hidden) .is-active + .l-header_languageSwitch_items {
    max-height: 84px;
  }
}
.l-header_languageSwitch_items li {
  padding: 8px 0 7px;
}
@media (min-width: 768px) {
  .l-header_languageSwitch_items li {
    position: relative;
  }
}

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

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

.l-menu {
  overflow-y: auto;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  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: rgba(0, 153, 204, 0.95);
}
@media (min-width: 768px) {
  .l-menu {
    width: 490px;
  }
}
.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;
}

.l-menu_top {
  display: flex;

  justify-content: space-between;
}

.l-menu_closeBtn {
  display: inline-block;
  position: relative;
  margin: 17.5px 0 0 17.5px;
  border: none;
  width: 36px;
  height: 42px;
  transition: opacity 0.3s; 
  background: url(../img/menu_btn_close.svg) no-repeat center bottom/28px auto;
}
@media (min-width: 768px) {
  .l-menu_closeBtn:hover {
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .l-menu_closeBtn {
    margin: 23px 0 0 24px;
    width: 45px;
    height: 50px;
    background-size: 32px auto;
  }
}
.l-menu_closeBtn:before {
  content: "CLOSE";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.1em;
  color: #fff; 
  font-family: sofia-pro;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-menu_closeBtn:before {
    font-size: 1.2rem;
  }
}

.l-menu_snsButton {
  display: inline-flex;
  margin: 30px 25px 0 0;
  width: 50px; 

  justify-content: space-between;
}

.l-menu_snsButton_item {
  max-width: 20px; 

  flex: 1 0 20px;
}

.l-menu_content {
  margin: 12px auto 0;
  padding: 20px 0 160px; 
  width: 287.5px;
}
@media (min-width: 768px) {
  .l-menu_content {
    margin: 0 0 0 60px;
    padding: 20px 0 80px; 
    width: 364px;
  }
}

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

.l-menu_content_items > li + li {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .l-menu_content_items > li + li {
    margin-top: 22px;
  }
}

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

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

.l-menu_content_items.-lv3 > li {
  margin: 16px 0 0 12px;
}
@media (min-width: 768px) {
  .l-menu_content_items.-lv3 > li {
    margin: 9px 0 0 15px;
  }
}

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

.l-menu_content_link {
  display: block;
  position: relative;
  transition: opacity 0.3s; 
  text-decoration: none;
  letter-spacing: 0.22em;
  color: #fff;
  font-family: sofia-pro, sans-serif;
  font-size: 1.9rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .l-menu_content_link:hover {
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .l-menu_content_link {
    font-size: 2.3rem;
  }
}
.l-menu_content_link:hover {
  color: #fff;
}
.l-menu_content_link:visited {
  color: #fff;
}
.l-menu_content_link:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0.5em;
  width: 33.5px;
  height: 6.5px;
  background: url(../img/icon_arrow_w_md.svg) no-repeat left top/100% auto;
}
@media (min-width: 768px) {
  .l-menu_content_link:after {
    bottom: 0.65em;
  }
}
.l-menu_content_link[aria-current="page"] {
  color: #ffd200 !important;
}
.l-menu_content_link[aria-current="page"]:after {
  background-image: url(../img/icon_arrow_y_md.svg);
}
.-lv2 .l-menu_content_link,
.l-menu_content_link.-lv2 {
  letter-spacing: 0.25em; 
  font-size: 1.3rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .-lv2 .l-menu_content_link,
  .l-menu_content_link.-lv2 {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.l-menu_content_link.-lv2 {
  margin: 16px 0 0;
  letter-spacing: 0;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .l-menu_content_link.-lv2 {
    margin: 10px 0 0;
    font-size: 1.2rem;
    font-weight: normal;
  }
}
.l-menu_content_link.-lv2:after {
  right: 10px;
  width: 24px;
  background-position: right top; 
  background-size: 33.5px auto;
}
.-lv3 .l-menu_content_link,
.l-menu_content_link.-lv3 {
  padding-left: 15px;
  letter-spacing: 0; 
  font-size: 1.3rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .-lv3 .l-menu_content_link,
  .l-menu_content_link.-lv3 {
    letter-spacing: 0.15em; 
    font-size: 1.2rem;
  }
}
.-lv3 .l-menu_content_link:before,
.l-menu_content_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_content_link:after,
.l-menu_content_link.-lv3:after {
  right: 7px;
  width: 23.5px;
  height: 6.5px;
  background: url(../img/icon_arrow_w_md.svg) no-repeat left top/100% auto;
}
@media (min-width: 768px) {
  .-lv3 .l-menu_content_link:after,
  .l-menu_content_link.-lv3:after {
    right: 10px;
  }
}

.l-menu_cap {
  text-decoration: none;
  letter-spacing: 0.05em; 
  color: #fff;
  font-family: sofia-pro, sans-serif, sans-serif;
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .l-menu_cap {
    letter-spacing: 0.14em; 
    font-size: 2.5rem;
  }
}

.l-menu_content_products {
  display: flex;
  margin-top: 11px;
}
@media (min-width: 768px) {
  .l-menu_content_products {
    margin: 14px 0 0 0;
  }
}
.l-menu_content_products.-bottom {
  display: block;
  margin-top: 5px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .l-menu_content_products.-bottom {
    display: flex;
    margin-top: 18px;
    padding-bottom: 11px; 

    justify-content: space-between;
  }
}

.l-menu_content_product_container {
  display: flex;
  margin-top: 10px; 

  justify-content: space-between;
}
@media (min-width: 768px) {
  .l-menu_content_product_container {
    margin: 0 0 0 19px;
  }
}

.l-menu_content_product_wrap.-protect {
  padding: 0; 
  width: 100%;
}

.l-menu_content_product_wrap.-sensitive {
  padding: 0;
  width:50%;
}
@media (min-width: 768px) {
  .l-menu_content_product_wrap.-sensitive {
    flex: 0 1 172px;
  }
}

.l-menu_content_product_wrap.-white {
  flex: 0 1 135px;
}
@media (min-width: 768px) {
  .l-menu_content_product_wrap.-white {
    flex: 0 1 90px;
  }
}

.l-menu_content_product_wrap.-makeup {
  flex: 0 1 135px;
}
@media (min-width: 768px) {
  .l-menu_content_product_wrap.-makeup {
    margin-left: 19px; 

    flex: 0 1 172px;
  }
}

.l-menu_content_product_cap {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); 
  height: 24px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  line-height: 22px;
}
@media (min-width: 768px) {
  .l-menu_content_product_cap {
    display: flex;
    height: 36px;
    line-height: 1.2; 

    justify-content: center;
    align-items: center;
  }
}

.l-menu_content_product_items {
  display: flex;
  margin-top: 8px; 

  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .l-menu_content_product_items {
    margin-top: 8px;

    justify-content: center;
  }
}
.l-menu_content_product_items > li {
  margin: 0;
  text-align: center; 

  flex: 0 1 71px;
}
@media (min-width: 768px) {
  .l-menu_content_product_items > li {
    flex: 0 1 88px;
  }
}
.l-menu_content_product_items > li a {
  display: block;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .l-menu_content_product_items > li a:hover {
    opacity: 0.6;
  }
}
.l-menu_content_product_items > li a,
.l-menu_content_product_items > li a:visited {
  text-decoration: none; 
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 1.2rem;
}
.l-menu_content_product_items > li a:hover {
  color: #fff;
}
.l-menu_content_product_items > li a[aria-current="page"] {
  color: #ffd200 !important;
}
.-bottom .l-menu_content_product_items li {
  flex: 0 1 100%;
}
.l-menu_content_product_items .item_name {
  display: block;
  margin-bottom: 19px;
  letter-spacing: -0.01em; 
  word-break: keep-all;
  line-height: 1;
}
.-bottom .l-menu_content_product_items .item_name {
  margin-bottom: 10px;
}
.l-menu_content_product_items .-gel .item_name {
  margin-bottom: 10px;
}
.l-menu_content_product_items .-spray .item_name {
  margin-bottom: 10px;
}
.l-menu_content_product_items .-pact .item_name {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .l-menu_content_product_items .-sarasara .item_name,
  .l-menu_content_product_items .-mild .item_name {
    margin-bottom: 21px;
  }
}
.l-menu_content_product_items .-protect {
  justify-content: center;
}
.l-menu_content_product_items .-white,
.l-menu_content_product_items .-makeup {
  justify-content: center;
}
.l-menu_content_product_items .-whitegel .item_name {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .l-menu_content_product_items .-whitegel .item_name {
    margin-bottom: 10px;
  }
}
.l-menu_content_product_items .-makeup .item_name {
  margin-bottom: 5px;
}
.l-menu_content_product_items .-bb .item_name {
  line-height: 1.2;
}
@media (min-width: 768px) {
  .l-menu_content_product_items .-bb .item_name {
    margin-bottom: 0px;
  }
  .l-menu_content_product_items .-pact .item_name {
  margin-bottom: 24px;
}
}

.l-menu_content_product_pic {
  display: inline-flex;

  align-items: center;
}
@media (min-width: 768px) {
  .l-menu_content_product_pic {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
.-milk .l-menu_content_product_pic {
  width: 20px;
}
@media (min-width: 768px) {
  .-milk .l-menu_content_product_pic {
    width: 22px;
  }
}
.-gel .l-menu_content_product_pic {
  width: 23px;
}
@media (min-width: 768px) {
  .-gel .l-menu_content_product_pic {
    width: 25px;
  }
}
.-spray .l-menu_content_product_pic {
  width: 19px;
}
@media (min-width: 768px) {
  .-spray .l-menu_content_product_pic {
    width: 20px;
  }
}
.-pact .l-menu_content_product_pic {
  width: 43px;
}
@media (min-width: 768px) {
  .-pact .l-menu_content_product_pic {
    width: 48px;
  }
}
.-sarasara .l-menu_content_product_pic {
  width: 20px;
}
@media (min-width: 768px) {
  .-sarasara .l-menu_content_product_pic {
    width: 22px;
  }
}
.-mild .l-menu_content_product_pic {
  width: 20px;
}
@media (min-width: 768px) {
  .-mild .l-menu_content_product_pic {
    width: 22px;
  }
}
.-whitegel .l-menu_content_product_pic {
  width: 26px;
}
.-bb .l-menu_content_product_pic {
  width: 20px;
}
.-bb .l-menu_content_product_pic img {
  margin-top: 0;
}
.-pact .l-menu_content_product_pic {
  width: 45px;
}
.-pact .l-menu_content_product_pic img {
  margin-top: 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) {
.-bb .l-menu_content_product_pic img {
  margin-top: 100%;
}
.-pact .l-menu_content_product_pic img {
  margin-top: 0%;
}
  .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(../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: 42px 0 40px;
  }
}

.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: 75px; 

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

.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-footer_attention {
  padding: 50px 27.5px 0;
}
@media (min-width: 768px) {
  .l-footer_attention {
    display: flex;
    margin: auto;
    padding: 48px 0 0; 
    max-width: 1120px;
  }
}

.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(../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_lead {
  margin: 10px 0 0;
  font-size: 1.2rem;
  line-height: 1.88;
}
@media (min-width: 768px) {
  .l-footer_attention_lead {
    font-size: 1.4rem;
  }
}

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

@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_csr {
  margin-top: 46px;
}
@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 {
  margin-top: 15px;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .l-footer_attention_bunner:hover {
    opacity: 0.6;
  }
}

.l-footer_summary {
  margin: 45px 0 0;
  padding: 0 0 33px;
  border-top: 1px solid #e9e9e9;
}
@media (min-width: 768px) {
  .l-footer_summary {
    margin: 46px 0 0;
    padding-bottom: 56px;
  }
}

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

.l-footer_summary_lead {
  margin: 20px 0 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .l-footer_summary_lead {
    margin: 28px 0 0;
    font-size: 1.2rem;
  }
}

.l-footer_summary_thema {
  margin: 17px 0 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold; 
  line-height: 1;
}
@media (min-width: 768px) {
  .l-footer_summary_thema {
    margin: 18px 0 0;
    font-size: 2rem;
  }
}

.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(../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(../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(../../../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(../../../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: 63px;
  border-radius: 4px 0px 0 4px;
  white-space: nowrap;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .l-onlineShopBtn {
    bottom: 53px;
    border-radius: 8px 0px 0 8px;
  }
}
.l-onlineShopBtn a {
  display: block;
  overflow: hidden;
  width: 33.5px;
  height: 128px;
  transition: opacity 0.3s; 
  background: #009bb9 url(../img/btn_onlinestore_sm.png) no-repeat 5px 8px/22px 109.5px;
  text-indent: 100%;
}
@media (min-width: 768px) {
  .l-onlineShopBtn a:hover {
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .l-onlineShopBtn a {
    bottom: 53px;
    width: 72px;
    height: 250px;
    background-image: url(../img/btn_onlinestore_md.png);
    background-position: 17px 25px;
    background-size: 38px 195px;
  }
}

/* .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(../img/icon_btn_close.svg) no-repeat left top/100% auto;
  white-space: nowrap;
  text-indent: 100%;
}

.l-mfp .mfp-content {
  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(../img/arrow_bl_r.html) 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;
}

/* ------------------------
  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;
  }
}