@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*! plugin & modules
   @mixin ========================================================================= */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.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;
  height: auto;
  border: 1px solid transparent;
}

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

/*! Basic styles
   @mixin ========================================================================= */
html {
  height: 100%;
  color: #333333;
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

body {
  height: 100%;
}

body > .container {
  min-height: 100%;
  overflow-x: hidden;
}

img, iframe {
  vertical-align: bottom;
}

ul, ol, li {
  list-style-type: none;
}

.none,
.mobile-only {
  display: none;
}

.hidden {
  display: none;
}

.global-body {
  position: relative;
}

.-en {
  font-family: "Lato", sans-serif;
}

.item-color-icon.-white {
  background-color: #fff;
}

.item-color-icon.-black {
  background-color: #333;
}

.item-color-icon.-gray {
  background-color: #ababab;
}

.item-color-icon.-brown {
  background-color: #6d4c33;
}

.item-color-icon.-blue {
  background-color: #4b6ab9;
}

.item-color-icon.-green {
  background-color: #477e1d;
}

.item-color-icon.-purple {
  background-color: #6c007c;
}

.item-color-icon.-yellow {
  background-color: #e6c929;
}

.item-color-icon.-red {
  background-color: #bf1d1d;
}

.item-color-icon.-orange {
  background-color: #e9a326;
}

.item-color-icon.-silver {
  background-color: #c0c0c0;
}

.item-color-icon.-gold {
  background-color: #d2b071;
}

.item-color-icon.-navy {
  background-color: #3b506a;
}

.item-color-icon.-charcoal {
  background-color: #4b484d;
}

.item-color-icon.-medium {
  background-color: #636363;
}

.item-color-icon.-light {
  background-color: #d1d1d1;
}

.item-color-icon.-beige {
  background-color: #e0cca6;
}

.item-color-icon.-olive {
  background-color: #6a622a;
}

.item-color-icon.-bordeaux {
  background-color: #77232a;
}

.global-header__group1 {
  position: relative;
  height: 60px;
  border-bottom: 2px solid #333333;
  margin: 0 15px;
}

.global-header__logo-asahicom {
  display: none;
}

.global-header__logo-asm {
  width: 220px;
  margin: 0;
  padding-top: 22px;
}

.global-header__logo-asm img {
  width: 220px;
  height: 21px;
  vertical-align: top;
}

.global-header-nav1 {
  display: none;
}

.global-header-nav2 {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: -100px;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .35s ease-in-out;
  -o-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out;
}

.global-header-nav2__trigger {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 15px;
  width: 38px;
  height: 40px;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: transparent url("/asm/images/icon-sns.svg") no-repeat 0 19px;
  -webkit-background-size: 24px 21px;
  background-size: 24px 21px;
  text-indent: -9999px;
}

.global-header-nav2__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  padding: 13px 0 0 53px;
  width: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.global-header-nav2__items-show {
  width: 100%;
  opacity: 1;
}

.global-header-nav2__item {
  -webkit-flex-basis: 32px;
  -ms-flex-preferred-size: 32px;
  flex-basis: 32px;
  margin-right: 13px;
}

.global-header-nav2__item-hatebu__inner,
.global-header-nav2__item a,
.global-header-nav2__item button {
  display: block;
  padding: 7px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
}

.global-header-nav2__item img {
  width: 18px;
  height: auto;
}

.global-header-nav2__item-twitter a {
  padding-top: 9px;
}

.global-header-nav2__item-hatebu__inner > a {
  height: 21px;
  width: 21px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #00a4de;
}

.global-header-nav2__item-hatebu__inner > a img {
  width: 17px;
  height: 17px;
}

.global-header-nav3 {
  display: none;
}

.global-header-nav4 {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  margin: 10px 0;
  padding-right: 13px;
}

.global-header-nav4__items {
  padding-left: 13px;
  display: inline;
}

.global-header-nav4__item {
  font-size: 1.1rem;
  position: relative;
  display: inline;
  margin: 0 3px;
}

.global-header-nav4__item > span {
  color: #FFA5B0;
}

.global-header-nav4__item a {
  color: #000;
  text-decoration: none;
}

.global-header-nav4__item:not(:first-of-type)::before {
  padding-right: 5px;
  content: '>';
  color: #000;
}

.global-header-fixed {
  position: fixed;
  z-index: 99;
  top: -47px;
  left: 0;
  width: 100%;
  -webkit-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
}

.global-header-fixed .global-header__group1 {
  height: 46px;
  border-bottom: 0;
}

.global-footer {
  background-color: #ebebeb;
}

.global-footer__group1 {
  border-top: 3px solid #333333;
}

.global-footer-nav1 {
  margin: 26px 0 0;
}

.global-footer-nav1__title {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 1.30769;
  text-align: center;
  letter-spacing: .1em;
}

.global-footer-nav1__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 17px 0 0;
  padding: 0;
}

.global-footer-nav1__item {
  -webkit-flex-basis: 24px;
  -ms-flex-preferred-size: 24px;
  flex-basis: 24px;
}

.global-footer-nav1__item a {
  display: block;
}

.global-footer-nav1__item-facebook {
  margin-right: 35px;
}

.global-footer-nav1__item-twitter a {
  padding-top: 3px;
}

.global-footer-nav1__item-instagram {
  margin-left: 32px;
}

.global-footer-nav4 {
  margin: 28px 15px 0;
  border-top: 1px solid #333333;
  font-size: 11px;
  line-height: 3.18182;
}

.global-footer-nav4 a {
  color: #333333;
  text-decoration: none;
}

.global-footer-nav4__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 290px;
  margin: 18px auto 0;
  padding: 0;
}

.global-footer-nav4__item {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 19px 0 18px;
  vertical-align: top;
  white-space: nowrap;
}

.global-footer-nav4__item:first-child {
  padding: 0 30px 0 29px;
}

.global-footer-nav4__line {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background-color: #d2d2d2;
  vertical-align: middle;
}

.global-footer-copyright {
  margin: 12px 15px 0;
  padding: 8px 0 12px;
  border-top: 1px solid #333333;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

.global-footer-copyright small {
  display: block;
  margin-top: 5px;
}

.article .global-footer {
  background-color: white;
}

.category .global-footer {
  background-color: #ebebeb;
}

.index .global-footer {
  background-color: #ebebeb;
}

.brands .global-footer {
  background-color: #ebebeb;
}

.global-menu {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 101%;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  opacity: 0;
  -webkit-transition: opacity .35s ease-in-out;
  -o-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out;
}

.global-menu__inner {
  position: relative;
  height: 100%;
  padding-top: 62px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.global-menu__logo-asm {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 62px;
  margin: 0;
  padding: 60px 15px 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.global-menu__logo-asm:after {
  content: "";
  display: block;
  height: 2px;
  overflow: hidden;
  background-color: #333333;
}

.global-menu__logo-asm a {
  position: absolute;
  display: block;
  top: 22px;
  left: 15px;
  width: 220px;
}

.global-menu__logo-asm img {
  width: 220px;
  height: 21px;
  vertical-align: top;
}

.global-menu-nav1 {
  margin: 0;
}

.global-menu-nav1 a {
  display: block;
  color: #333333;
  text-decoration: none;
}

.global-menu-nav1__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 22px 0 0;
}

.global-menu-nav1__item {
  display: inline-block;
  margin: 0 22px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.05em;
}

.global-menu-nav1__item.__login > a:before, .global-menu-nav1__item.__logout > a:before, .global-menu-nav1__item.__user > a:before, .global-menu-nav1__item.__myclip > a:before {
  line-height: 1;
  display: inline-block;
  margin-left: 4px;
}

.global-menu-nav1__item.__login > a {
  letter-spacing: -.03em;
  margin-right: -8px;
}

.global-menu-nav1__item.__login > a:before {
  width: 13px;
  height: 13px;
  vertical-align: -1px;
  content: url("/asm/images/icon-lock.svg");
  margin-right: 6px;
}

.global-menu-nav1__item.__myclip > a {
  margin-left: 1px;
  letter-spacing: -.1em;
}

.global-menu-nav1__item.__myclip > a:before {
  width: 13px;
  height: 13px;
  content: url("/asm/images/icon-clip--sp.svg");
  margin-right: 3px;
}

.global-menu-nav1__item.__logout > a {
  margin-left: 1px;
  letter-spacing: -.1em;
}

.global-menu-nav1__item.__logout > a:before {
  width: 11px;
  height: 13px;
  content: url("/asm/images/icon-unlock.svg");
  margin-right: 3px;
}

.global-menu-nav1__item.__user > a {
  margin-left: 1px;
  letter-spacing: -.1em;
}

.global-menu-nav1__item.__user > a:before {
  width: 13px;
  height: 13px;
  content: url("/asm/images/icon-users.svg");
  margin-right: 3px;
}

.global-menu-nav2 {
  margin: 11px 15px 0;
}

.global-menu-nav2 a {
  position: relative;
  display: block;
  padding: 22.5px 25px 22.5px 17px;
  color: #333333;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
}

.js .global-menu-nav2 a {
  visibility: hidden;
}

.js.ts-on-complete .global-menu-nav2 a {
  visibility: visible;
}

.global-menu-nav2 a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 11px;
  margin-top: -5px;
  background: url("/asm/images/arrow-black.svg") no-repeat 0 0;
  -webkit-background-size: 8px auto;
  background-size: 8px auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.global-menu-nav2__items {
  margin: 0;
  padding: 0;
}

.global-menu-nav2__item {
  margin: 0;
  border-bottom: 1px solid #ebebeb;
}

.global-menu__logo-asahicom {
  margin: 0;
  padding: 25px 0;
  background-color: #333333;
  text-align: center;
}

.global-menu__logo-asahicom a {
  display: inline-block;
  padding: 7px 0;
  vertical-align: top;
}

.global-menu__logo-asahicom img {
  width: 70px;
  height: auto;
}

.global-menu__trigger {
  position: fixed;
  top: 0;
  right: 15px;
  z-index: 102;
  width: 28px;
  height: 43px;
  padding: 0;
  border: 0;
  background-color: transparent;
  margin: 0;
}

.global-menu__trigger span {
  display: block;
  position: absolute;
  top: 29px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333333;
  font-size: 0;
  -webkit-transition: background-color .35s ease-in-out;
  -o-transition: background-color .35s ease-in-out;
  transition: background-color .35s ease-in-out;
}

.global-menu__trigger span:before, .global-menu__trigger span:after {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333333;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.global-menu__trigger span:after {
  top: 7px;
}

.global-menu-open .global-menu {
  opacity: 1;
}

.global-menu-open .global-menu__logo-asm {
  display: block;
}

.global-menu-open .global-menu__trigger span {
  background-color: transparent;
}

.global-menu-open .global-menu__trigger span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

.global-menu-open .global-menu__trigger span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

.type-login > li {
  margin: 0 5px !important;
}

.search-box {
  margin: 23px 15px 0;
  padding-bottom: 30px;
  background-color: #ffa5b0;
}

.search-box__container {
  margin: 0;
}

.search-box__input {
  margin: 0 17px 15px;
  padding: 17px 0 0;
  border-bottom: 2px solid #333333;
}

.search-box__input input {
  width: 100%;
  border: 0;
  padding: 13px 0;
  font-size: 16px;
  line-height: 1.125;
  background-color: transparent;
  text-align: center;
}

.search-box__submit {
  margin: 0;
  text-align: center;
}

.search-box__submit button {
  height: 35px;
  padding: 0 14px 0 20px;
  border: 0;
  background-color: #333333;
  color: white;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 15px;
  line-height: 2.33333;
  letter-spacing: .3em;
  white-space: nowrap;
}

.js .search-box__submit button {
  visibility: hidden;
}

.js.ts-on-complete .search-box__submit button {
  visibility: visible;
}

.search-box__submit svg {
  width: 14px;
  height: 13px;
  margin-right: 10px;
  vertical-align: -2px;
}

.search-box__submit path {
  fill: white;
}

.button {
  margin: 0;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 12px;
  line-height: 1.33333;
  text-align: center;
}

.js .button {
  visibility: hidden;
}

.js.ts-on-complete .button {
  visibility: visible;
}

.button a {
  display: inline-block;
  vertical-align: bottom;
  color: #333333;
  text-decoration: none;
}

.button__text {
  display: block;
  position: relative;
  white-space: nowrap;
  text-align: center;
}

.button__text-inner {
  display: block;
  position: relative;
  padding: 8px 25px;
}

.button__text-inner:before, .button__text-inner:after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #333333;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.button__text-inner:before {
  left: 0;
}

.button__text-inner:after {
  right: 0;
}

.button__border {
  display: block;
  height: 1px;
  overflow: hidden;
  background-color: #333333;
  margin: 0 4px 3px;
}

.button__border:last-child {
  margin: 3px 4px 0;
}

.button-more {
  margin: 0 60px;
  font-size: 12px;
  line-height: 2.25;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  text-align: center;
}

.js .button-more {
  visibility: hidden;
}

.js.ts-on-complete .button-more {
  visibility: visible;
}

.button-more a {
  display: block;
  color: #333333;
  text-decoration: none;
}

.button-more__text {
  display: block;
  position: relative;
  white-space: nowrap;
  text-align: center;
}

.button-more__text-inner {
  display: block;
  position: relative;
}

.button-more__text-inner:before, .button-more__text-inner:after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #333333;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.button-more__text-inner:before {
  left: 0;
}

.button-more__text-inner:after {
  right: 0;
}

.button-more__text-inner > span:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 11px;
  margin: 0 0 0 10px;
  background: url("/asm/images/arrow-black.svg") no-repeat 0 0;
  -webkit-background-size: 8px auto;
  background-size: 8px auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  vertical-align: 0;
}

.button-more__border {
  display: block;
  height: 1px;
  overflow: hidden;
  background-color: #333333;
  margin: 0 4px 3px;
}

.button-more__border:last-child {
  margin: 3px 4px 0;
}

.button-more-plus .button-more__text-inner > span {
  position: relative;
  padding-right: 22px;
}

.button-more-plus .button-more__text-inner > span:before, .button-more-plus .button-more__text-inner > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  overflow: hidden;
  background-image: none;
  background-color: #333333;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-more-plus .button-more__text-inner > span:before {
  right: 0;
  width: 14px;
  height: 2px;
  margin-top: -1px;
}

.button-more-plus .button-more__text-inner > span:after {
  width: 2px;
  height: 14px;
  right: 6px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-top: -7px;
}

.btn-link {
  cursor: pointer;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  text-decoration: none;
  width: 100%;
  height: 45px;
  line-height: 45px;
}

.btn-link > .-text {
  color: #333333;
  font-size: 11px;
  display: inline-block;
}

.btn-link > .-icon {
  position: relative;
}

.btn-link.-clip {
  width: 100%;
  height: 33px;
  line-height: 33px;
}

.btn-link.-clip > .-text {
  font-size: 11px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

.js .btn-link.-clip > .-text {
  visibility: hidden;
}

.js.ts-on-complete .btn-link.-clip > .-text {
  visibility: visible;
}

.btn-link.-clip > .-icon {
  margin-right: 2px;
}

.btn-link.-clip > .-icon > .-text {
  line-height: 1;
}

.btn-link.-clip > .-icon .clip-icon {
  background: transparent url("/asm/images/icon-clip.svg") no-repeat center center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  top: -1px;
  display: inline-block;
  width: 15px;
  height: 7px;
  margin-top: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-link.-clip > .-icon .minus-icon {
  background-color: #333333;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: -1px;
  top: -2px;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.btn-link.-clip > .-icon .minus-icon:before {
  content: '';
  background: #fff;
  position: absolute;
  display: block;
  width: 10px;
  height: 1px;
  top: 3.5px;
  left: -1px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.iphone .btn-link.-chat > .-text {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.btn-link.-chat > .-icon {
  margin-left: 8px;
}

.btn-link.-chat > .-icon .chat-icon {
  background: transparent url("/asm/images/icon-baloon--yellow.svg") no-repeat center center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  top: -3px;
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.btn-link.-gray {
  background: #434343;
  border-width: 0;
}

.btn-link.-gray > .-text {
  color: #fff;
}

.btn-link.-pale {
  background: #b0b0b0;
  border-width: 0;
}

.btn-link.-pale > .-text {
  color: #fff;
}

.btn-link.-navy {
  background-color: #283152;
  border-color: #283152;
}

.btn-link.-navy > .-text {
  color: #fdff69;
}

.btn-link.-small {
  width: 121px;
  min-height: 36px;
  height: auto;
  line-height: normal;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-link.btn-link--reset {
  font-size: 14px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

.js .btn-link.btn-link--reset {
  visibility: hidden;
}

.js.ts-on-complete .btn-link.btn-link--reset {
  visibility: visible;
}

.btn-link.btn-link--search {
  font-size: 14px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

.js .btn-link.btn-link--search {
  visibility: hidden;
}

.js.ts-on-complete .btn-link.btn-link--search {
  visibility: visible;
}

.btn-link.btn-link--search > .-icon {
  margin-right: 8px;
}

.btn-link.btn-link--search > .-icon .search-icon {
  background: transparent url("/asm/images/icon-search--white.svg") no-repeat center center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  top: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.iphone .btn-link[target="_blank"] > .-text {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.btn-link[target="_blank"] > .-icon {
  margin-left: 8px;
}

.btn-link[target="_blank"] > .-icon .blank-icon {
  background: transparent url("/asm/images/icon-blank.svg") no-repeat center center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  top: -4px;
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.entry-list {
  margin: 0 15px;
  padding-top: 25px;
}

.entry-list__header {
  margin: 0;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.js .entry-list__header {
  visibility: hidden;
}

.js.ts-on-complete .entry-list__header {
  visibility: visible;
}

.entry-list__container {
  margin: 13px 0 0;
  padding: 0;
  border-top: 1px solid #333333;
}

.entry-list__container-featured {
  margin: -25px 0 0;
  border-top: 0;
}

.entry-list__container-featured .entry-list__item {
  margin-top: 28px;
  padding-top: 15px;
  border-top: 2px solid #333333;
}

.entry-list__container-featured .entry-list__item:first-child {
  margin: 0;
}

.entry-list__container-featured .entry-list__item-multiple:before {
  top: 21px;
}

.entry-list__container-featured .entry-list__item-inner {
  padding: 0;
}

.entry-list__container-featured .entry-list__title {
  margin: 12px 0 0;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 16px;
  line-height: 1.625;
}

.js .entry-list__container-featured .entry-list__title {
  visibility: hidden;
}

.js.ts-on-complete .entry-list__container-featured .entry-list__title {
  visibility: visible;
}

.entry-list__container-featured .entry-list__meta {
  margin: 10px 0 0;
}

.entry-list__container-2columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 0;
  padding-top: 20px;
}

.entry-list__container-2columns .entry-list__item {
  -webkit-flex-basis: 47.58621%;
  -ms-flex-preferred-size: 47.58621%;
  flex-basis: 47.58621%;
  -webkit-flex-basis: -webkit-calc(50% - 7px);
  -ms-flex-preferred-size: calc(50% - 7px);
  flex-basis: calc(50% - 7px);
  padding-bottom: 12px;
  border-top: 2px solid #333333;
}

.entry-list__container-2columns .entry-list__title {
  margin: 9px 0 0;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 13px;
  line-height: 1.38462;
}

.js .entry-list__container-2columns .entry-list__title {
  visibility: hidden;
}

.js.ts-on-complete .entry-list__container-2columns .entry-list__title {
  visibility: visible;
}

.entry-list__container-2columns .entry-list__meta {
  margin: 8px 0 0;
}

.entry-list__item {
  position: relative;
  border-top: 1px solid #333333;
}

.entry-list__item-multiple:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 3px;
  width: 20px;
  height: 15px;
  -webkit-background-size: 20px 15px;
  background-size: 20px 15px;
}

.entry-list__item-pr .entry-thumbnail:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: url("/asm/images/icon-pr-l.png") no-repeat 0 0;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
}

.entry-list__item-inner {
  display: block;
  padding: 15px 0;
  color: #333333;
  text-decoration: none;
}

.entry-list__item-inner:after {
  content: "";
  display: block;
  clear: both;
}

.entry-list__label {
  position: relative;
  z-index: 2;
  margin: 0 15px -59px auto;
  text-align: right;
}

.entry-list__label img {
  width: 76px;
  height: auto;
}

.entry-list__title {
  margin: 0 0 0 70px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 13px;
  line-height: 1.38462;
}

.js .entry-list__title {
  visibility: hidden;
}

.js.ts-on-complete .entry-list__title {
  visibility: visible;
}

.entry-list__meta {
  margin: 6px 0 0 70px;
  font-size: 10px;
  line-height: 1.2;
}

.entry-list__category {
  display: inline-block;
  margin: 0 7px 0 0;
  padding: 0 7px 0 0;
  border-right: 1px solid #333333;
  font-size: 10px;
  line-height: 1.1;
}

.entry-list__date {
  display: inline-block;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  line-height: 1.1;
}

.entry-list__footer {
  position: relative;
  margin: 0;
}

.entry-list__error {
  color: #ff4258;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.entry-list__loading {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -18px 0 0 -18px;
  border-style: solid;
  border-width: 0;
  border-color: transparent #ffa5b0;
  -webkit-animation: loadingwidth 2.5s infinite linear, loadingrotate 4s infinite linear;
  animation: loadingwidth 2.5s infinite linear, loadingrotate 4s infinite linear;
}

.entry-list-trend {
  padding-top: 12px;
}

.entry-list-trend .entry-list__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 13px -13px 0 0;
  border-top: 0;
}

.entry-list-trend .entry-list__item {
  -webkit-flex-basis: 30.34483%;
  -ms-flex-preferred-size: 30.34483%;
  flex-basis: 30.34483%;
  -webkit-flex-basis: -webkit-calc(33.3% - 13px);
  -ms-flex-preferred-size: calc(33.3% - 13px);
  flex-basis: calc(33.3% - 13px);
  margin-right: 13px;
  padding-top: 34px;
  border-top: 2px solid #333333;
}

.entry-list-trend .entry-list__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 50%;
  margin: 0 0 0 -8px;
  background: no-repeat 0 0;
}

.entry-list-trend .entry-list__item:nth-of-type(3n) {
  margin-right: 0;
}

.entry-list-trend .entry-list__item:nth-of-type(1):before {
  width: 8px;
  height: 13px;
  background-image: url("/asm/images/num-1.png");
  -webkit-background-size: 8px auto;
  background-size: 8px auto;
}

.entry-list-trend .entry-list__item:nth-of-type(2):before {
  width: 18px;
  height: 13px;
  background-image: url("/asm/images/num-2.png");
  -webkit-background-size: 9px auto;
  background-size: 9px auto;
}

.entry-list-trend .entry-list__item:nth-of-type(3):before {
  width: 10px;
  height: 14px;
  background-image: url("/asm/images/num-3.png");
  -webkit-background-size: 10px auto;
  background-size: 10px auto;
}

.entry-list-trend .entry-list__item:nth-of-type(4):before {
  width: 11px;
  height: 13px;
  background-image: url("/asm/images/num-4.png");
  -webkit-background-size: 11px auto;
  background-size: 11px auto;
}

.entry-list-trend .entry-list__item:nth-of-type(5):before {
  width: 10px;
  height: 14px;
  background-image: url("/asm/images/num-5.png");
  -webkit-background-size: 10px 10px;
  background-size: 10px;
}

.entry-list-trend .entry-list__item-inner {
  padding-top: 0;
}

.entry-list-trend .entry-list__title {
  margin: 6px 0 0;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 11px;
  line-height: 1.45455;
}

.js .entry-list-trend .entry-list__title {
  visibility: hidden;
}

.js.ts-on-complete .entry-list-trend .entry-list__title {
  visibility: visible;
}

.entry-list-trend .entry-list__meta {
  margin: 0;
}

.entry-list-trend .entry-list__category {
  display: block;
  margin: 8px 0 0;
  border: 0;
}

.entry-list-trend .entry-list__date {
  display: block;
  margin: 5px 0 0;
}

.entry-list-qa {
  padding-top: 46px;
}

.entry-list-qa .entry-list__container {
  margin-top: 10px;
}

.entry-list-qa-index {
  padding-top: 30px;
}

.entry-list-qa-index .entry-list__label {
  z-index: 4;
  margin-bottom: -83px;
}

.entry-list-qa-index .entry-list__container {
  margin-top: 30px;
}

.entry-list-qa-index .entry-list__footer {
  margin-top: 15px;
}

.entry-list-trivia .entry-list__container {
  padding-top: 7px;
}

.entry-list-trivia-index {
  padding-top: 0;
  margin-top: -7px;
}

.entry-list-category {
  -webkit-transition: opacity .35s ease-in-out;
  -o-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out;
}

.entry-list-category + .entry-list-category {
  padding-top: 0;
}

.entry-list-category + .entry-list-category .entry-list__container {
  margin-top: 0;
  padding-top: 0;
}

.category .entry-list-recommend {
  padding-top: 18px;
}

.index .entry-list:first-child {
  padding-top: 7px;
}

.index .entry-list-trend {
  margin-top: 40px;
  padding-top: 0;
}

.main-banner + .entry-list {
  padding-top: 0;
}

@-webkit-keyframes loadingwidth {
  0% {
    border-width: 36px 36px 0 0;
  }
  25% {
    border-width: 0 36px 36px 0;
  }
  50% {
    border-width: 0 0 36px 36px;
  }
  75% {
    border-width: 36px 0 0 36px;
  }
  100% {
    border-width: 36px 36px 0 0;
  }
}

@keyframes loadingwidth {
  0% {
    border-width: 36px 36px 0 0;
  }
  25% {
    border-width: 0 36px 36px 0;
  }
  50% {
    border-width: 0 0 36px 36px;
  }
  75% {
    border-width: 36px 0 0 36px;
  }
  100% {
    border-width: 36px 36px 0 0;
  }
}

@-webkit-keyframes loadingrotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loadingrotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.entry-thumbnail {
  position: relative;
  margin: 0;
  width: 60px;
  padding-top: 60px;
  overflow: hidden;
}

.entry-thumbnail__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.entry-thumbnail-sns {
  width: 100px;
  padding-top: 100px;
}

.entry-thumbnail-16-9 {
  width: 100%;
  padding-top: 56.25%;
}

.entry-thumbnail-qa, .entry-thumbnail-qa-index {
  width: 100%;
  padding-top: 76.37931%;
}

.entry-thumbnail-top .entry-thumbnail__inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.entry-thumbnail-right .entry-thumbnail__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.entry-thumbnail-bottom .entry-thumbnail__inner {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.entry-thumbnail-left .entry-thumbnail__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.entry-list .entry-thumbnail {
  float: left;
}

.entry-list__container-featured .entry-thumbnail {
  float: none;
  width: 100%;
  padding-top: 56.25%;
}

.entry-list__container-ordered .entry-thumbnail {
  float: none;
  width: 100%;
  padding-top: 100%;
}

.entry-list__container-2columns .entry-thumbnail {
  float: none;
  width: 100%;
  padding-top: 100%;
}

.qa .entry-thumbnail, .qa-index .entry-thumbnail {
  float: none;
}

.js .entry-thumbnail__inner img {
  opacity: 0;
}

.lookbook-list {
  position: relative;
  margin: 45px 0 0;
}

.lookbook-list a {
  color: #333333;
  text-decoration: none;
}

.lookbook-list__label {
  position: relative;
  z-index: 2;
  margin: 0 30px -34px auto;
  text-align: right;
}

.lookbook-list__label img {
  width: 76px;
  height: auto;
}

.lookbook-list__header {
  margin: 0 15px;
  padding: 40px 0 13px;
  border-top: 2px solid #333333;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 15px;
  line-height: 1.53333;
  text-align: center;
}

.js .lookbook-list__header {
  visibility: hidden;
}

.js.ts-on-complete .lookbook-list__header {
  visibility: visible;
}

.lookbook-list__container {
  width: 100%;
  max-width: 891px;
  margin: 0 auto;
  overflow: hidden;
}

.lookbook-list__container:after {
  content: "";
  display: block;
  clear: both;
}

.lookbook-list__item {
  float: left;
  width: 167px;
  margin: 0 0 0 14px;
  position: relative;
}

.lookbook-list__item.slick-current .lookbook-list__title {
  opacity: 1;
}

.lookbook-list__title {
  margin: 8px 0 0;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 13px;
  line-height: 1.38462;
  opacity: 0;
  -webkit-transition: opacity .35s ease-in-out;
  -o-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out;
}

.js .lookbook-list__title {
  visibility: hidden;
}

.js.ts-on-complete .lookbook-list__title {
  visibility: visible;
}

.lookbook-list__footer {
  margin-top: 17px;
}

.lookbook-list .slick-prev,
.lookbook-list .slick-next {
  position: absolute;
  z-index: 2;
  top: 105px;
  width: 24px;
  height: 50px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: url("/asm/images/bg-link-search.svg") repeat 0 0;
  -webkit-background-size: 2px 2px;
  background-size: 2px 2px;
  text-indent: -9999px;
}

.lookbook-list .slick-prev:after,
.lookbook-list .slick-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 8px;
  height: 11px;
  margin-top: -5px;
  background: url("/asm/images/arrow-black.svg") no-repeat 0 0;
  -webkit-background-size: 8px auto;
  background-size: 8px auto;
}

.lookbook-list .slick-prev {
  left: 0;
}

.lookbook-list .slick-next {
  right: 0;
}

.lookbook-list .slick-next:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.index .lookbook-list {
  margin-top: 37px;
}

.lookbook-thumbnail {
  position: relative;
  margin: 0;
  width: 167px;
  padding-top: 250px;
  overflow: hidden;
}

.lookbook-thumbnail__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.lookbook-thumbnail-top .lookbook-thumbnail__inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lookbook-thumbnail-right .lookbook-thumbnail__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lookbook-thumbnail-bottom .lookbook-thumbnail__inner {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lookbook-thumbnail-left .lookbook-thumbnail__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.js .lookbook-thumbnail__inner img {
  opacity: 0;
}

.entry-header {
  margin: 16px 0 0;
  text-align: center;
}

.entry-header__pr {
  margin: -4px 15px 3px;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: .1em;
  text-align: right;
}

.entry-header__category {
  margin: 0 15px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 13px;
  line-height: 1.38462;
}

.js .entry-header__category {
  visibility: hidden;
}

.js.ts-on-complete .entry-header__category {
  visibility: visible;
}

.entry-header__category span {
  position: relative;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ffa5b0), color-stop(50%, #ffa5b0), color-stop(50%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #ffa5b0 0, #ffa5b0 50%, rgba(255, 255, 255, 0) 50%);
  background-image: -o-linear-gradient(left, #ffa5b0 0, #ffa5b0 50%, rgba(255, 255, 255, 0) 50%);
  background-image: linear-gradient(90deg, #ffa5b0 0, #ffa5b0 50%, rgba(255, 255, 255, 0) 50%);
  -webkit-background-size: 200% 7px;
  background-size: 200% 7px;
  background-position: 0 100%;
  background-repeat: no-repeat;
}

.entry-header__title {
  margin: 15px 15px 0;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 21px;
  line-height: 1.47619;
}

.js .entry-header__title {
  visibility: hidden;
}

.js.ts-on-complete .entry-header__title {
  visibility: visible;
}

.entry-header__subtitle {
  margin: 18px 15px 0;
  text-align: center;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 13px;
  line-height: 1.61538;
}

.js .entry-header__subtitle {
  visibility: hidden;
}

.js.ts-on-complete .entry-header__subtitle {
  visibility: visible;
}

.entry-header__date {
  margin: 8px 0 0;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  line-height: 1.2;
}

.entry-header__author {
  margin: 15px 15px 0;
  white-space: nowrap;
}

.entry-header__author-inner {
  display: inline-block;
  margin: 0;
}

.entry-header__author-inner img {
  margin: 0 9px 0 0;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}

.entry-header__author-inner span {
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 11px;
  line-height: 45px;
}

.js .entry-header__author-inner span {
  visibility: hidden;
}

.js.ts-on-complete .entry-header__author-inner span {
  visibility: visible;
}

.entry-header__img {
  margin: 20px 0 0;
}

.entry-header__img figure {
  margin: 0;
}

.entry-header__img img {
  width: 100%;
}

.entry-header__caption {
  position: relative;
  min-height: 24px;
  margin-bottom: -10px;
  color: #666666;
  font-size: 12px;
  line-height: 1.58333;
}

.entry-header__caption:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 18px;
  width: 8px;
  height: 11px;
  background: url("/asm/images/arrow-black.svg") no-repeat 0 0;
  -webkit-background-size: 8px auto;
  background-size: 8px auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.entry-header__caption:before {
  content: "Credit";
  display: block;
  width: 6em;
  margin: 11px 34px 0 auto;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 2.18182;
  letter-spacing: .1em;
  text-align: right;
}

.entry-header__caption span {
  display: block;
  opacity: 0;
  overflow: hidden;
  margin: 0 15px;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  text-align: left;
}

.entry-header__caption a {
  color: #333333;
  text-decoration: none;
}

.entry-header__caption a:not(.promotion_brand__link):not([tabindex]) {
  color: #333333;
  text-decoration: underline;
  -webkit-text-decoration-color: #ff8594;
  text-decoration-color: #ff8594;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.entry-header__caption a:not(.promotion_brand__link):not([tabindex]).-icon-blank::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("/asm/images/icon-blank--pink.svg") 0 0 no-repeat;
  margin-left: 4px;
}

.entry-header__caption a:not(.promotion_brand__link):not([tabindex]).-link-img {
  background: none;
}

.entry-header__caption a:not(.promotion_brand__link):not([tabindex]).-link-img::after {
  display: none;
}

.entry-header__caption-open {
  margin-bottom: 0;
}

.entry-header__caption-open:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.entry-header__caption-open span {
  height: auto;
  margin-top: 6px;
  opacity: 1;
}

.entry-body {
  margin: 20px 15px 0;
  font-size: 15px;
  line-height: 1.73333;
  letter-spacing: .03em;
  text-align: justify;
}

.entry-body h1, .entry-body h2, .entry-body h3, .entry-body h4, .entry-body h5, .entry-body h6 {
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

.js .entry-body h1, .js .entry-body h2, .js .entry-body h3, .js .entry-body h4, .js .entry-body h5, .js .entry-body h6 {
  visibility: hidden;
}

.js.ts-on-complete .entry-body h1, .js.ts-on-complete .entry-body h2, .js.ts-on-complete .entry-body h3, .js.ts-on-complete .entry-body h4, .js.ts-on-complete .entry-body h5, .js.ts-on-complete .entry-body h6 {
  visibility: visible;
}

.entry-body h2 {
  font-size: 19px;
  line-height: 1.58824;
  border-left: 6px solid #ffa5b0;
  padding-left: 9px;
  margin-top: 60px;
  margin-bottom: 24px;
}

.entry-body > h2:first-child {
  margin-top: 48px;
}

.entry-body h3 {
  font-size: 17px;
  line-height: 1.58824;
  margin-top: 36px;
  margin-bottom: 24px;
}

.entry-body a:not(.promotion_brand__link):not([tabindex]) {
  color: #333333;
  text-decoration: underline;
  -webkit-text-decoration-color: #ff8594;
  text-decoration-color: #ff8594;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.entry-body a:not(.promotion_brand__link):not([tabindex]).-icon-blank::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("/asm/images/icon-blank--pink.svg") 0 0 no-repeat;
  margin-left: 4px;
}

.entry-body a:not(.promotion_brand__link):not([tabindex]).-link-img {
  background: none;
}

.entry-body a:not(.promotion_brand__link):not([tabindex]).-link-img::after {
  display: none;
}

.entry-body img {
  max-width: 100%;
}

.entry-figure {
  position: relative;
  margin: 25px 15px 0;
  text-align: center;
}

.entry-figure figure {
  margin: 0;
}

.entry-figure img {
  max-width: 100%;
  max-height: 350px;
}

.entry-figure__caption {
  margin: 10px 0 0;
  color: #666666;
  font-size: 12px;
  line-height: 1.58333;
  text-align: left;
}

.entry-figure__caption a:not(.promotion_brand__link):not([tabindex]) {
  color: #333333;
  text-decoration: underline;
  -webkit-text-decoration-color: #ff8594;
  text-decoration-color: #ff8594;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.entry-figure__caption a:not(.promotion_brand__link):not([tabindex]).-icon-blank::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("/asm/images/icon-blank--pink.svg") 0 0 no-repeat;
  margin-left: 4px;
}

.entry-figure__caption a:not(.promotion_brand__link):not([tabindex]).-link-img {
  background: none;
}

.entry-figure__caption a:not(.promotion_brand__link):not([tabindex]).-link-img::after {
  display: none;
}

.entry-figure__item {
  position: relative;
}

.entry-figure-movie .entry-figure__item {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0;
}

.entry-figure-movie .entry-figure__item > div, .entry-figure-movie .entry-figure__item video, .entry-figure-movie .entry-figure__item iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.entry-figure-movie .movie-youtube {
  position: relative;
  width: 100%;
  height: 100%;
}

.entry-figure-play .entry-figure__item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 43px;
  height: 32px;
  margin: -16px 0 0 -21px;
  background: url("/asm/images/icon-play.svg") no-repeat 0 0;
  -webkit-background-size: 43px auto;
  background-size: 43px auto;
}

.entry-figure-container__title {
  margin: 25px 15px 0;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 19px;
  line-height: 1.58824;
  border-left: 6px solid #ffa5b0;
  padding-left: 9px;
  margin-top: 60px;
  margin-bottom: 24px;
}

.js .entry-figure-container__title {
  visibility: hidden;
}

.js.ts-on-complete .entry-figure-container__title {
  visibility: visible;
}

.entry-figure-container h3 {
  font-size: 17px;
  line-height: 1.58824;
  margin-top: 36px;
  margin-bottom: 24px;
}

.entry-gallery {
  margin: 20px 15px 0;
}

.entry-gallery__title {
  margin: 20px 0 0;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 19px;
  line-height: 1.58824;
  border-left: 6px solid #ffa5b0;
  padding-left: 9px;
  margin-top: 60px;
  margin-bottom: 24px;
}

.js .entry-gallery__title {
  visibility: hidden;
}

.js.ts-on-complete .entry-gallery__title {
  visibility: visible;
}

.entry-gallery h3 {
  font-size: 17px;
  line-height: 1.58824;
  margin-top: 36px;
  margin-bottom: 24px;
}

.entry-gallery__items {
  margin: 0;
  padding: 0;
}

.entry-gallery__items-2columns, .entry-gallery__items-3columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.entry-gallery__items-2columns .entry-gallery__item {
  -webkit-flex-basis: 43.125%;
  -ms-flex-preferred-size: 43.125%;
  flex-basis: 43.125%;
  -webkit-flex-basis: -webkit-calc(50% - 10px);
  -ms-flex-preferred-size: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  margin-right: 14px;
}

.entry-gallery__items-2columns .entry-gallery__item:nth-child(2n) {
  margin-right: 0;
}

.entry-gallery__items-3columns .entry-gallery__item {
  -webkit-flex-basis: 27.5%;
  -ms-flex-preferred-size: 27.5%;
  flex-basis: 27.5%;
  -webkit-flex-basis: -webkit-calc(33.3% - 10px);
  -ms-flex-preferred-size: calc(33.3% - 10px);
  flex-basis: calc(33.3% - 10px);
  margin-right: 14px;
}

.entry-gallery__items-3columns .entry-gallery__item:nth-child(3n) {
  margin-right: 0;
}

.entry-gallery__item {
  margin: 26px 0 0;
}

.entry-gallery__figure {
  margin: 0;
}

.entry-gallery__figure img {
  width: 100%;
  height: auto;
}

.entry-gallery__caption {
  margin: 11px 0 0;
  color: #666666;
  font-size: 12px;
  line-height: 1.58333;
}

.entry-credit {
  margin: 23px 15px 0;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  line-height: 1.63636;
}

.entry-credit p {
  margin: 0;
}

.entry-info {
  margin: 27px 15px 0;
  padding: 16px 14px 20px;
  border: 1px solid #333333;
}

.entry-info__title {
  margin-top: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.58333;
}

.entry-info__description {
  font-size: 12px;
  line-height: 1.58333;
}

.entry-info__description a {
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid #333333;
}

.entry-info__link {
  font-size: 12px;
  line-height: 1.58333;
}

.entry-info__link a:not(.promotion_brand__link):not([tabindex]) {
  color: #333333;
  text-decoration: underline;
  -webkit-text-decoration-color: #ff8594;
  text-decoration-color: #ff8594;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.entry-info__link a:not(.promotion_brand__link):not([tabindex]).-icon-blank::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("/asm/images/icon-blank--pink.svg") 0 0 no-repeat;
  margin-left: 4px;
}

.entry-info__link a:not(.promotion_brand__link):not([tabindex]).-link-img {
  background: none;
}

.entry-info__link a:not(.promotion_brand__link):not([tabindex]).-link-img::after {
  display: none;
}

.entry-next {
  margin: 20px 30px 0;
  text-align: center;
}

.entry-next a {
  display: block;
  border: 1px solid #333333;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid #333333;
}

.js .entry-next a {
  visibility: hidden;
}

.js.ts-on-complete .entry-next a {
  visibility: visible;
}

.entry-next__label {
  display: block;
  background-color: #333333;
  color: white;
  font-size: 12px;
  line-height: 2.83333;
}

.entry-next__label:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 11px;
  margin: -2px 10px 0 0;
  background: url("/asm/images/arrow-white.svg") no-repeat 0 0;
  -webkit-background-size: 8px 8px;
  background-size: 8px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.entry-next__text {
  display: block;
  padding: 0 13px;
  overflow: hidden;
  font-size: 13px;
  line-height: 2.53846;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.entry-next__save-link {
  cursor: pointer;
  border: 1px solid #333333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  margin: 0 auto 25px;
}

.entry-next__save-link .plus {
  display: block;
  height: 17px;
}

.entry-next__save-link .minus {
  display: none;
  height: 17px;
}

.entry-next__save-link.is-saved .plus {
  display: none;
}

.entry-next__save-link.is-saved .minus {
  display: block;
}

.entry-pagination {
  margin: 36px 0 0;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.entry-pagination a {
  display: block;
  height: 50px;
  color: #333333;
  text-decoration: none;
  text-align: center;
}

.entry-pagination__prev, .entry-pagination__next {
  position: relative;
  -webkit-flex-basis: 31px;
  -ms-flex-preferred-size: 31px;
  flex-basis: 31px;
  overflow: hidden;
  text-indent: -9999px;
}

.entry-pagination__prev:before, .entry-pagination__next:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 8px;
  height: 11px;
  margin: -5px 0 0;
  background: url("/asm/images/arrow-black.svg") no-repeat 0 0;
  -webkit-background-size: 8px auto;
  background-size: 8px auto;
}

.entry-pagination__next:before {
  left: auto;
  right: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.entry-pagination__number, .entry-pagination__etc {
  -webkit-flex-basis: 45px;
  -ms-flex-preferred-size: 45px;
  flex-basis: 45px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 3.125;
}

.entry-pagination__current {
  background-image: -webkit-linear-gradient(-49deg, #ffa5b0 0, #ffa5b0 50%, rgba(255, 255, 255, 0) 50.9%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(139deg, #ffa5b0 0, #ffa5b0 50%, rgba(255, 255, 255, 0) 50.9%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(139deg, #ffa5b0 0, #ffa5b0 50%, rgba(255, 255, 255, 0) 50.9%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(-49deg, #ffa5b0 0, #ffa5b0 50%, rgba(255, 255, 255, 0) 50.9%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: 0 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.entry-keywords {
  margin: 27px 15px 0;
}

.entry-keywords__title {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 0.88889;
  letter-spacing: .1em;
  text-align: center;
}

.entry-keywords__items {
  margin: 14px 0 0;
  padding: 0;
}

.entry-keywords__item {
  display: inline-block;
  margin: 9px 4px 0;
  font-size: 13px;
  line-height: 1.07692;
}

.entry-keywords__item a {
  display: block;
  padding: 8px 12px;
  background-color: #ebebeb;
  color: #333333;
  text-decoration: none;
}

.entry-keywords__item-current a {
  background-color: #333333;
  color: white;
}

.lookbook-list + .entry-keywords {
  margin-top: 42px;
}

.category-entry-list .entry-keywords__item a {
  background-color: white;
  color: #333333;
}

.entry-sns {
  margin: 30px 0 0;
  padding: 30px 0 26px;
  background-color: #ebebeb;
}

.entry-sns-share {
  position: relative;
  margin: 0 15px;
  padding: 0 0 25px;
  border: 2px solid #333333;
}

.entry-sns-share__title {
  position: absolute;
  top: -10px;
  width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 1.125;
  text-align: center;
}

.entry-sns-share__title span {
  display: inline-block;
  padding: 0 12px;
  background-color: #ebebeb;
  font-family: "Lato", sans-serif;
  font-size: bold;
}

.entry-sns-share__img {
  float: left;
  width: 100px;
  margin: 32px 0 15px 13px;
}

.entry-sns-share__text {
  margin: 32px 13px 15px 124px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 13px;
  line-height: 1.76923;
}

.js .entry-sns-share__text {
  visibility: hidden;
}

.js.ts-on-complete .entry-sns-share__text {
  visibility: visible;
}

.entry-sns-share__items {
  clear: both;
  border-top: 1px solid #333333;
  margin: 0 13px;
  padding: 20px 31px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.entry-sns-share__label {
  -webkit-flex-basis: 64px;
  -ms-flex-preferred-size: 64px;
  flex-basis: 64px;
  margin: 0 25px 0 0;
  white-space: nowrap;
  font-size: 11px;
  line-height: 1.90909;
}

.entry-sns-share__item {
  -webkit-flex-basis: 21px;
  -ms-flex-preferred-size: 21px;
  flex-basis: 21px;
  margin: 0;
}

.entry-sns-share__item img {
  width: 21px;
}

.entry-sns-share__item button {
  padding: 0;
  background-color: transparent;
  border: 0;
  vertical-align: top;
}

.entry-sns-share__item a {
  display: block;
}

.entry-sns-share__item-facebook {
  margin-right: 24px;
}

.entry-sns-share__item-twitter {
  margin-right: 22px;
}

.entry-sns-share__item-twitter a {
  padding-top: 3px;
}

.category .entry-sns {
  margin: 0;
  padding: 30px 0 26px;
  background-color: transparent;
}

.category .entry-sns-share {
  position: relative;
  margin: 0 15px;
  padding: 0 0 25px;
  border: 2px solid #333333;
}

.category .entry-sns-share__title span {
  background-color: white;
}

.float-sns {
  position: fixed;
  bottom: 65px;
  right: 0;
  display: inline-block;
  z-index: 2;
}

.float-sns-share__item {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  text-align: center;
}

.float-sns-share__item-facebook {
  background-color: #395696;
}

.float-sns-share__item-facebook img {
  width: 9px;
  height: 17px;
  margin-top: 6px;
  margin-left: -1px;
}

.float-sns-share__item-facebook > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-width: 0;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
}

.float-sns-share__item-twitter {
  background-color: #1da1f2;
}

.float-sns-share__item-twitter img {
  width: 16px;
  height: 13px;
  margin-top: 9px;
  margin-left: 1px;
}

.float-sns-share__item-save-link img {
  display: block;
  width: 30px;
  height: 30px;
}

.float-sns-share__item-save-link .plus {
  display: block;
}

.float-sns-share__item-save-link .minus {
  display: none;
}

.float-sns-share__item-save-link.is-saved .plus {
  display: none;
}

.float-sns-share__item-save-link.is-saved .minus {
  display: block;
}

.js-sns {
  opacity: 0;
  margin-bottom: -45px;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}

.js-sns.-show {
  opacity: 1;
  margin-bottom: 0;
}

.js-sns.-hide {
  -webkit-transition: margin-bottom .01s ease-in-out .45s, opacity .25s;
  -o-transition: margin-bottom .01s ease-in-out .45s, opacity .25s;
  transition: margin-bottom .01s ease-in-out .45s, opacity .25s;
}

.entry-outline {
  margin: 23px 15px 0;
}

.entry-lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: .05em;
}

.entry-lead + .entry-contents {
  margin-top: 44px;
}

.entry-contents {
  border: 1px solid #333333;
  padding: 10px 17px 11px;
  margin-top: 0;
}

.entry-contents .entry-contents__arrow {
  display: none;
  margin-right: 1px;
}

.entry-contents .entry-contents__arrow .-icon {
  display: block;
}

.entry-contents.js-accordion .entry-contents__arrow {
  display: block;
  -webkit-transform: rotate(-90deg) scale(1, -1);
  -ms-transform: rotate(-90deg) scale(1, -1);
  transform: rotate(-90deg) scale(1, -1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.entry-contents.js-accordion.-open .entry-contents__arrow {
  -webkit-transform: rotate(-90deg) scale(-1, 1);
  -ms-transform: rotate(-90deg) scale(-1, 1);
  transform: rotate(-90deg) scale(-1, 1);
}

.entry-contents .entry-contents__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.entry-contents .entry-contents__title.js-accordion--title {
  cursor: pointer;
}

.entry-contents .entry-contents__title .entry-contents__label {
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 18px;
  line-height: 1.68889;
  color: #000000;
}

.js .entry-contents .entry-contents__title .entry-contents__label {
  visibility: hidden;
}

.js.ts-on-complete .entry-contents .entry-contents__title .entry-contents__label {
  visibility: visible;
}

.entry-contents .entry-contents__text {
  display: block;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: .03em;
}

.entry-contents .entry-contents__text .entry-contents__link {
  color: inherit;
  text-decoration: none;
}

.entry-contents .entry-contents__body {
  overflow: hidden;
}

.entry-contents .entry-contents__main {
  padding: 0 0 13px 0;
  margin: 0;
}

.entry-contents .entry-contents__main > li {
  margin: 23px 0 0;
}

.entry-contents .entry-contents__main > li > .entry-contents__text {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .03em;
  border-left: 5px solid #ffa5b0;
  padding-left: 9px;
}

.entry-contents .entry-contents__main > li ~ li {
  margin-top: 22px;
}

.entry-contents .entry-contents__main .entry-contents__sub {
  padding-left: 0;
  margin: 0 0 0 14px;
}

.entry-contents .entry-contents__main .entry-contents__sub > li {
  margin: 17px 0 0;
}

.entry-contents .entry-contents__main .entry-contents__sub > li ~ li {
  margin-top: 13px;
}

.followus {
  margin: 26px 0 0;
}

.followus__title {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 1.30769;
  text-align: center;
  letter-spacing: .1em;
}

.followus__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 17px 0 0;
  padding: 0;
}

.followus__item {
  -webkit-flex-basis: 48px;
  -ms-flex-preferred-size: 48px;
  flex-basis: 48px;
}

.followus__item a {
  display: block;
  text-align: center;
}

.followus__item img {
  width: 24px;
  height: auto;
}

.followus__item-facebook {
  margin-right: 11px;
}

.followus__item-twitter a {
  padding-top: 3px;
}

.followus__item-instagram {
  margin-left: 8px;
}

.followus__caption {
  margin: 27px 0 0;
  font-size: 11px;
  line-height: 1.45455;
  text-align: center;
}

.global-menu .followus {
  margin-top: 36px;
}

.entry-category-links {
  margin: 15px 0 0;
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
}

.entry-category-links a {
  display: block;
  color: #333333;
  text-decoration: none;
}

.entry-category-links__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.entry-category-links__index {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border-bottom: 1px solid #333333;
  font-size: 12px;
  line-height: 1.41667;
  text-align: center;
}

.entry-category-links__index a {
  padding: 8px 0;
}

.entry-category-links__prev, .entry-category-links__next {
  position: relative;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin: 9px 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.41667;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-category-links__prev a:before, .entry-category-links__next a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 11px;
  margin: -5px 0 0;
  background: url("/asm/images/arrow-black.svg") no-repeat 0 0;
  -webkit-background-size: 8px auto;
  background-size: 8px auto;
}

.entry-category-links__prev {
  border-right: 1px solid #333333;
}

.entry-category-links__prev a {
  padding: 0 15px 0 17px;
}

.entry-category-links__next a {
  padding: 0 15px 0 15px;
}

.entry-category-links__next a:before {
  left: auto;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.entry-category-links__caption {
  margin: 2px 0;
}

.entry-links-group {
  margin: 30px 0 0;
  padding-bottom: 12px;
  background-color: #ebebeb;
}

.category .entry-links-group {
  background-color: transparent;
  margin: 0;
}

.category .entry-links-group2 {
  padding-bottom: 45px;
  background-color: #ebebeb;
}

.qa__link {
  color: #333333;
}

.qa__label {
  position: relative;
  margin: 24px 0 0;
  text-align: center;
}

.qa__label-border {
  display: block;
  height: 1px;
  overflow: hidden;
  background-color: #333333;
  margin: 0 5px 4px;
}

.qa__label-border:last-child {
  margin: 4px 5px 0;
}

.qa__label-text {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 14px;
  line-height: 1.35714;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.js .qa__label-text {
  visibility: hidden;
}

.js.ts-on-complete .qa__label-text {
  visibility: visible;
}

.qa__label-img {
  display: block;
  border-right: 1px solid #333333;
  border-left: 1px solid #333333;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qa__label-img img {
  width: 100%;
}

.qa__img {
  margin: 5px 0 0;
}

.qa-type1 .qa__label-text, .qa-type2 .qa__label-text {
  padding: 33.44828% 25.51724% 0;
}

.qa-type3 .qa__label-text {
  padding: 30% 10.34483% 0 40.68966%;
}

.index-content .qa {
  border-top: 2px solid #333333;
}

.index-content .qa__label {
  margin: 22px 0 0;
}

.watch-list {
  margin: 30px 15px 0;
}

.watch-list__label {
  position: relative;
  z-index: 2;
  margin: 0 15px -68px auto;
  text-align: right;
}

.watch-list__label img {
  width: 76px;
  height: auto;
}

.watch-list__container {
  margin: 0;
  padding: 0;
}

.watch-list__container-featured .watch-list__item {
  margin-top: 28px;
  padding-top: 15px;
  border-top: 2px solid #333333;
}

.watch-list__container-featured .watch-list__item:first-child {
  margin: 0;
}

.watch-list__container-featured .watch-list__item-multiple:before {
  top: 21px;
}

.watch-list__container-featured .watch-list__item-inner {
  padding: 0;
}

.watch-list__container-featured .watch-list__title {
  margin: 12px 0 0;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 16px;
  line-height: 1.625;
}

.js .watch-list__container-featured .watch-list__title {
  visibility: hidden;
}

.js.ts-on-complete .watch-list__container-featured .watch-list__title {
  visibility: visible;
}

.watch-list__container-featured .watch-list__meta {
  margin: 10px 0 0;
}

.watch-list__container-2columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 0;
  padding-top: 10px;
}

.watch-list__container-2columns .watch-list__item {
  -webkit-flex-basis: 47.58621%;
  -ms-flex-preferred-size: 47.58621%;
  flex-basis: 47.58621%;
  -webkit-flex-basis: -webkit-calc(50% - 7px);
  -ms-flex-preferred-size: calc(50% - 7px);
  flex-basis: calc(50% - 7px);
  border-top: 2px solid #333333;
}

.watch-list__container-2columns .watch-list__title {
  margin: 9px 0 0;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 13px;
  line-height: 1.38462;
}

.js .watch-list__container-2columns .watch-list__title {
  visibility: hidden;
}

.js.ts-on-complete .watch-list__container-2columns .watch-list__title {
  visibility: visible;
}

.watch-list__container-2columns .watch-list__meta {
  margin: 8px 0 0;
}

.watch-list__item {
  margin: 19px 0 0;
  padding-top: 15px;
  border-top: 2px solid #333333;
}

.watch-list__item-featured {
  margin: 29px 0 0;
  padding-top: 15px;
  border-top: 2px solid #333333;
}

.watch-list__item-featured:first-child {
  margin-top: 0;
}

.watch-list__item-inner, .watch-list__item-inner-featured {
  display: block;
  color: #333333;
  text-decoration: none;
}

.watch-list__label {
  position: relative;
  z-index: 2;
  margin: 0 15px -59px auto;
  text-align: right;
}

.watch-list__label img {
  width: 76px;
  height: auto;
}

.watch-list__title, .watch-list__title-featured {
  margin: 10px 0 0;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 13px;
  line-height: 1.38462;
}

.js .watch-list__title, .js .watch-list__title-featured {
  visibility: hidden;
}

.js.ts-on-complete .watch-list__title, .js.ts-on-complete .watch-list__title-featured {
  visibility: visible;
}

.watch-list__meta, .watch-list__meta-featured {
  margin: 6px 0 0;
  font-size: 10px;
  line-height: 1.2;
}

.watch-list__date, .watch-list__date-featured {
  display: inline-block;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  line-height: 1.1;
}

.watch-list__footer {
  position: relative;
  margin: 29px 0 0;
}

.watch-thumbnail {
  position: relative;
  margin: 0;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.watch-thumbnail__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.watch-thumbnail-sns {
  width: 100px;
  padding-top: 100px;
}

.watch-thumbnail-16-9 {
  width: 100%;
  padding-top: 56.25%;
}

.watch-thumbnail-top .watch-thumbnail__inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.watch-thumbnail-right .watch-thumbnail__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.watch-thumbnail-bottom .watch-thumbnail__inner {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.watch-thumbnail-left .watch-thumbnail__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.watch-list__container-featured .watch-thumbnail {
  padding-top: 56.25%;
}

.watch-list__item {
  position: relative;
}

.watch-list__item-featured {
  position: relative;
}

.watch-list__item-pr .watch-thumbnail:after,
.watch-list__item-featured-pr .watch-thumbnail:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: url("/asm/images/icon-pr-l.png") no-repeat 0 0;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
}

.js .watch-thumbnail__inner img {
  opacity: 0;
}

.clip {
  position: absolute;
  right: 3px;
  z-index: 2;
  width: 23px;
  height: 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 23px;
  border-radius: 23px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity .35s ease-in-out;
  -o-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out;
  border-width: 0;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  outline: none;
}

.clip .clip-svg {
  background: transparent url("/asm/images/icon-clip--short.svg") no-repeat center center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  width: 14px;
  height: 13px;
  -webkit-transform: translateX(0.5px);
  -ms-transform: translateX(0.5px);
  transform: translateX(0.5px);
}

.clip .clip-icon {
  content: '';
  width: 26px;
  height: 26px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  position: absolute;
  left: 0;
  top: 0;
  margin: -1px auto auto -1px;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  opacity: 0;
}

.clip .clip-icon:before, .clip .clip-icon:after {
  content: '';
  background: #fff;
  position: absolute;
  display: block;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  top: 8px;
  left: 12px;
  width: 2px;
  height: 10px;
}

.clip .clip-icon:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.clip.clip--clipped .clip-icon {
  width: 23px;
  height: 23px;
  background-color: #ffa5b0;
  top: 1px;
  left: 1px;
  opacity: 1;
}

.clip.clip--clipped .clip-icon:before {
  width: 1.5px;
  height: 6px;
  top: 10px;
  left: 8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.clip.clip--clipped .clip-icon:after {
  width: 1.5px;
  height: 10px;
  top: 7px;
  left: 13px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.js-clip {
  opacity: 0;
}

.clip-wrap {
  position: relative;
}

.clip-wrap .clip {
  right: 3px;
  bottom: 3px;
  opacity: 1;
}

.clip-wrap--fit {
  display: inline-block;
  position: relative;
}

.gallery-thumbnail .clip {
  right: 6px;
  bottom: 6px;
  opacity: 1;
}

.gallery-thumbnail--nocut .clip {
  right: 6px;
  bottom: 6px;
  opacity: 1;
}

.main-banner__item {
  position: relative;
}

.main-banner__item .clip {
  right: 3px;
}

.entry-info .clip {
  bottom: 3px;
  right: 3px;
  opacity: 1;
}

.gallery-list__wrap .clip-svg {
  -webkit-transform: translateX(1px);
  -ms-transform: translateX(1px);
  transform: translateX(1px);
}

.window-notice {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 230px;
  z-index: 3;
  background: rgba(51, 51, 51, 0.9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clip-sign {
  font-size: 15px;
  line-height: 1.7;
  color: #fff;
  padding: 21px 25px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  opacity: 0;
  display: none;
  letter-spacing: .05em;
  text-align: center;
}

.clip-animation {
  -webkit-animation-name: clipAnimation;
  animation-name: clipAnimation;
  -webkit-animation-duration: 2.4s;
  animation-duration: 2.4s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes clipAnimation {
  0% {
    display: block;
    opacity: 0;
    margin-top: 20px;
  }
  40% {
    opacity: 1;
    margin-top: 0;
  }
  70% {
    opacity: 1;
    margin-top: 0;
  }
  100% {
    opacity: 0;
    margin-top: -20px;
    display: none;
  }
}

@keyframes clipAnimation {
  0% {
    display: block;
    opacity: 0;
    margin-top: 20px;
  }
  40% {
    opacity: 1;
    margin-top: 0;
  }
  70% {
    opacity: 1;
    margin-top: 0;
  }
  100% {
    opacity: 0;
    margin-top: -20px;
    display: none;
  }
}

.modal-login {
  display: none;
  position: relative;
  z-index: 150;
}

.modal-login__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
  background-color: #ffa5b0;
}

.modal-login__inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 151;
  overflow-y: scroll;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  bottom: 0;
}

.modal-login__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 78px;
  left: 0;
  right: 0;
  overflow-y: scroll;
  padding: 13px;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.modal-login__container::before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.modal-login__contents {
  margin: 0 auto;
}

.modal-login__close {
  position: absolute;
  top: 22px;
  right: 23px;
  z-index: 101;
  width: 12px;
  height: 12px;
  border: 0;
  background: transparent;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  outline: none;
}

.modal-login__close:hover {
  opacity: 0.8;
}

.modal-login__close::before, .modal-login__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 50%;
  width: 2px;
  height: 14px;
  margin: 0 0 0 -1px;
  background-color: #333333;
}

.modal-login__close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-login__close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-login__title-box {
  margin: 0 0 30px;
  position: relative;
  text-align: center;
}

.modal-login__logo {
  margin-bottom: 13px;
  text-align: center;
}

.modal-login__logo img {
  width: 100%;
  max-width: 339px;
  max-height: 23px;
}

.modal-login__error-msg {
  color: #f00;
  font-size: 12px;
  position: absolute;
  bottom: -35px;
  width: 100%;
  font-weight: bold;
}

.modal-login__title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

.js .modal-login__title {
  visibility: hidden;
}

.js.ts-on-complete .modal-login__title {
  visibility: visible;
}

.modal-login__text {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.1;
  margin: 0;
}

.modal-login__text-link {
  color: #333;
  text-decoration: underline;
}

.modal-login__label {
  font-size: 20px;
  font-weight: bold;
}

.modal-login__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: 2px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  display: block;
  height: 35px;
  padding: 0 5px;
  width: 100%;
  text-align: center;
}

.modal-login__btn-login {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #333;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
  width: 150px;
  height: 65px;
  margin: 0 auto;
  text-decoration: none;
}

.modal-login__btn-login-in {
  background: url("/asm/images/icon-lock-white.png") left top no-repeat;
  -webkit-background-size: 20px 22px;
  background-size: 20px 22px;
  display: inline-block;
  padding-left: 28px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

.js .modal-login__btn-login-in {
  visibility: hidden;
}

.js.ts-on-complete .modal-login__btn-login-in {
  visibility: visible;
}

.modal-login__input-box:not(:last-child) {
  margin-bottom: 30px;
}

.modal-login__input-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal-login__input-col-l {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 25px;
  width: 100%;
}

.modal-login__input-col-r {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  text-align: center;
}

.modal-reservation-cancel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.modal-reservation-cancel__inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  overflow: hidden;
}

.modal-reservation-cancel__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 12px;
  text-align: center;
}

.modal-reservation-cancel__contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #fff;
  padding: 35px 5px;
  width: 100%;
}

.modal-reservation-cancel__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.modal-reservation-cancel__text {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.modal-reservation-cancel__button-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -5px;
}

.modal-reservation-cancel__button {
  color: #fff;
  cursor: pointer;
  background-color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  margin: 0 5px;
  padding: 10px;
  width: 100px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  text-align: center;
}

.js .modal-reservation-cancel__button {
  visibility: hidden;
}

.js.ts-on-complete .modal-reservation-cancel__button {
  visibility: visible;
}

.header-cmn__title.quit-title {
  margin-bottom: 8px;
}

.quit_lead {
  text-align: center;
}

.quit_lead:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #333;
}

.quit_lead_attention {
  margin: 23px auto 0;
}

.quit_lead_attention__title {
  border: 1px solid #373737;
  padding: 12px 0 10px;
  font-size: 15px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  margin: 0 15px;
}

.js .quit_lead_attention__title {
  visibility: hidden;
}

.js.ts-on-complete .quit_lead_attention__title {
  visibility: visible;
}

.quit_lead_attention__p {
  font-size: 13px;
  line-height: 1.8;
  margin: 22px auto 0;
  letter-spacing: .05em;
  width: 82%;
}

.quit_lead_attention__list {
  display: block;
  width: 82%;
  margin: 23px auto 0;
  padding: 0;
  text-align: left;
}

.quit_lead_attention__list > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: .06em;
  margin-top: 12px;
}

.quit_lead_attention__list > li .-text {
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  background-repeat: no-repeat;
  -webkit-background-size: 200% 6px;
  background-size: 200% 6px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ffa5b0), color-stop(50%, #ffa5b0), color-stop(50%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #ffa5b0 0, #ffa5b0 50%, rgba(255, 255, 255, 0) 50%);
  background-image: -o-linear-gradient(left, #ffa5b0 0, #ffa5b0 50%, rgba(255, 255, 255, 0) 50%);
  background-image: linear-gradient(90deg, #ffa5b0 0, #ffa5b0 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 86%;
}

.quit_lead_attention__list > li:before {
  content: "";
  display: inline-block;
  position: relative;
  background: no-repeat 0 0;
  -webkit-background-size: contain;
  background-size: contain;
  margin: 0 5px 0 0;
  vertical-align: -2px;
}

.quit_lead_attention__list > li:nth-of-type(1) {
  margin-top: 0;
}

.quit_lead_attention__list > li:nth-of-type(1):before {
  width: 7px;
  height: 13px;
  background-image: url("/asm/images/num-1.svg");
}

.quit_lead_attention__list > li:nth-of-type(2):before {
  width: 8px;
  height: 13px;
  background-image: url("/asm/images/num-2.svg");
}

.quit_lead_attention__list > li:nth-of-type(3):before {
  width: 9px;
  height: 14px;
  background-image: url("/asm/images/num-3.svg");
}

.quit_userinfo {
  background: #ebebeb;
  margin: 26px auto 0;
  padding: 16px 0 5px;
}

.quit_userinfo__title {
  font-size: 18px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  letter-spacing: .13em;
}

.js .quit_userinfo__title {
  visibility: hidden;
}

.js.ts-on-complete .quit_userinfo__title {
  visibility: visible;
}

.quit_userinfo__inner {
  margin-top: 10px;
}

.quit_userinfo__inner:first-of-type {
  margin-top: 22px;
}

.quit_userinfo__inner .entry-list__container {
  margin: 0 auto;
}

.quit_userinfo__inner .entry-list.clip-list {
  padding-top: 29px;
}

.quit_userinfo__inner .entry-list.clip-list .entry-list__container {
  text-align: left;
}

.quit_userinfo__inner .entry-list.clip-list .entry-list__container .entry-list__item {
  margin-bottom: 2px;
}

.quit_userinfo__inner_null {
  font-size: 14px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  padding-bottom: 30px;
}

.js .quit_userinfo__inner_null {
  visibility: hidden;
}

.js.ts-on-complete .quit_userinfo__inner_null {
  visibility: visible;
}

.quit_userinfo__inner_title {
  background: #fff;
  padding: 9px 0;
  margin: 0 auto;
  width: 90%;
  font-size: 16px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  letter-spacing: .25em;
}

.js .quit_userinfo__inner_title {
  visibility: hidden;
}

.js.ts-on-complete .quit_userinfo__inner_title {
  visibility: visible;
}

.quit_userinfo__inner_lead {
  margin: 17px 15px 0;
  color: #e65667;
  font-size: 14px;
  text-align: left;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  letter-spacing: .1em;
}

.js .quit_userinfo__inner_lead {
  visibility: hidden;
}

.js.ts-on-complete .quit_userinfo__inner_lead {
  visibility: visible;
}

.quit_userinfo__reservation {
  margin: 14px auto 0;
  text-align: left;
  padding: 0 0 35px 0;
  width: 90%;
}

.quit_userinfo__reservation .quit_userinfo__reservationlist {
  margin-top: 10px;
  font-size: 13px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

.js .quit_userinfo__reservation .quit_userinfo__reservationlist {
  visibility: hidden;
}

.js.ts-on-complete .quit_userinfo__reservation .quit_userinfo__reservationlist {
  visibility: visible;
}

.quit_userinfo__reservation .quit_userinfo__reservationlist .-date {
  display: block;
}

.quit_userinfo__reservation .quit_userinfo__reservationlist .-text {
  display: block;
}

.quit_footer {
  padding: 38px 0;
}

.button-banner {
  margin-top: 10px;
}

.button-banner:first-child {
  margin-top: 0;
}

.button-banner > a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #333;
  color: #fff;
  width: 81%;
  min-height: 45px;
  text-decoration: none;
  font-size: 14px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.js .button-banner > a {
  visibility: hidden;
}

.js.ts-on-complete .button-banner > a {
  visibility: visible;
}

.button-banner > a:after {
  content: "";
  -webkit-transition: -webkit-transform .35s ease-out;
  transition: -webkit-transform .35s ease-out;
  -o-transition: transform .35s ease-out;
  transition: transform .35s ease-out;
  transition: transform .35s ease-out, -webkit-transform .35s ease-out;
  width: 8px;
  height: 12px;
  margin: -1px 0 0 8px;
  background: url("/asm/images/arrow-white.svg") no-repeat 0 0;
  -webkit-background-size: 8px auto;
  background-size: 8px auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.button-banner.-white > a {
  background: #fff;
  color: #333;
  border: 1px solid #d2d2d2;
}

.button-banner.-white > a:after {
  background: url("/asm/images/arrow-black.svg") no-repeat 0 0;
}

.button-banner.-wide > a {
  width: 90%;
}

.cancel .global-footer {
  background-color: #fff;
}

.-accent {
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  background-repeat: no-repeat;
  -webkit-background-size: 200% 6px;
  background-size: 200% 6px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ffa5b0), color-stop(50%, #ffa5b0), color-stop(50%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #ffa5b0 0, #ffa5b0 50%, rgba(255, 255, 255, 0) 50%);
  background-image: -o-linear-gradient(left, #ffa5b0 0, #ffa5b0 50%, rgba(255, 255, 255, 0) 50%);
  background-image: linear-gradient(90deg, #ffa5b0 0, #ffa5b0 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 86%;
}

.badge-area {
  padding-top: 19px;
}

.badge-link {
  position: relative;
  margin: 0 auto;
  width: 216px;
  height: 58px;
  display: block;
  text-align: center;
  font-size: 10px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  color: #333;
  text-decoration: none;
}

.js .badge-link {
  visibility: hidden;
}

.js.ts-on-complete .badge-link {
  visibility: visible;
}

.badge-link .badge-bg {
  width: 216px;
  height: 58px;
  background: #ebebeb;
  display: block;
  -webkit-border-radius: 29px;
  border-radius: 29px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.badge-link .badge-label {
  margin-top: 3px;
  letter-spacing: .05em;
  -webkit-background-size: 200% 2px;
  background-size: 200% 2px;
  background-position: 0 100%;
}

.badge-link .badge-text {
  position: relative;
  margin: 4px 0 0;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: .16em;
}

.badge-link .badge-icon {
  display: block;
  line-height: 1;
  margin-top: 1px;
}

.badge-link .badge-icon > .-icon {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  width: 8px;
  height: auto;
}

@-webkit-keyframes bounce {
  0%, 40%, 50%, 90% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  20%, 70% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}

@keyframes bounce {
  0%, 40%, 50%, 90% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  20%, 70% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}

.js-bounce-twice-play {
  -webkit-animation: bounce 2s ease 1s;
  animation: bounce 2s ease 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.header-cmn__title.membership-title {
  margin-bottom: 12px;
  margin-top: 29px;
  font-size: 10px;
  line-height: 1;
}

.membership_lead {
  text-align: center;
}

.membership_lead.membership_lead_top:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #333;
}

.membership_lead .entry-figure {
  margin-top: 31px;
}

.membership_lead .area-button {
  margin-top: 40px;
}

.membership_lead__p {
  font-size: 13px;
  margin: 20px 15px 0;
  line-height: 1.8;
  text-align: left;
}

.nav-membership {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 23px 15px 0;
}

.nav-membership__link {
  color: #333;
  text-decoration: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #333;
  position: relative;
  padding-top: 4px;
  padding-bottom: 16px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

.js .nav-membership__link {
  visibility: hidden;
}

.js.ts-on-complete .nav-membership__link {
  visibility: visible;
}

.nav-membership__link > .-label {
  letter-spacing: .2em;
  margin-left: -2px;
}

.nav-membership__link > .-label > .-icon {
  margin-left: 5px;
}

.nav-membership__link > .-text {
  margin-top: 9px;
  display: block;
  font-size: 14px;
  line-height: 1.3;
}

.nav-membership__link > .-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.nav-membership__link > .-arrow > img {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  width: 8px;
  height: 11px;
}

.nav-membership__link:first-of-type {
  border-left-width: 0;
}

.nav-membership__link[href="#concierge"] {
  padding-right: 7px;
  padding-left: 7px;
}

.nav-membership__link[href="#reservation"] > .-text {
  margin-top: 17px;
}

.entry-figure-play {
  position: relative;
}

.entry-figure-play .entry-figure__item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 42px;
  margin: -21px 0 0 -28px;
  background: url("/asm/images/icon-play.svg") no-repeat 0 0;
  -webkit-background-size: 56px auto;
  background-size: 56px auto;
}

.entry-figure__item.-embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.entry-figure__item.-embed-youtube > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-campaign {
  background: #ebebeb;
  padding: 16px 0 38px;
  margin: 38px auto 0;
}

.sec-campaign .area-button {
  margin-top: 40px;
}

.sec-campaign__title {
  text-align: center;
  margin-top: 5px;
}

.sec-campaign__title > .-text {
  padding-top: 12px;
  display: block;
  font-size: 21px;
  line-height: 1.3;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

.js .sec-campaign__title > .-text {
  visibility: hidden;
}

.js.ts-on-complete .sec-campaign__title > .-text {
  visibility: visible;
}

.sec-campaign__body {
  margin: 22px 0 0;
}

.sec-campaign__column {
  margin: 0 15px;
}

.sec-campaign__column > .-figure img {
  width: 100%;
}

.sec-campaign__column > .-content {
  background: #fff;
  padding-top: 24px;
  padding-bottom: 22px;
}

.sec-campaign__column > .-content > .-title {
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

.js .sec-campaign__column > .-content > .-title {
  visibility: hidden;
}

.js.ts-on-complete .sec-campaign__column > .-content > .-title {
  visibility: visible;
}

.sec-campaign__column > .-content > .-p {
  font-size: 15px;
  margin: 10px 15px 0;
  line-height: 1.8;
  letter-spacing: .05em;
}

.sec-membership {
  margin-top: 34px;
  padding-bottom: 45px;
}

.sec-membership .sec-membership__title {
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 21px;
}

.js .sec-membership .sec-membership__title {
  visibility: hidden;
}

.js.ts-on-complete .sec-membership .sec-membership__title {
  visibility: visible;
}

.sec-membership > .area-button {
  margin-top: 32px;
}

.sec-membership__inner {
  margin: 34px 15px 0;
}

.sec-membership__inner > .sec-membership-list {
  overflow: hidden;
}

.sec-membership-list {
  border-top: 2px solid #333;
  margin-top: 38px;
}

.sec-membership-list:first-of-type {
  margin-top: 0;
}

.sec-membership-list_figure {
  margin: 22px 0 0;
}

.sec-membership-list_img {
  width: 100%;
  height: auto;
}

.sec-membership-list_title {
  margin-top: 14px;
  font-size: 16px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

.js .sec-membership-list_title {
  visibility: hidden;
}

.js.ts-on-complete .sec-membership-list_title {
  visibility: visible;
}

.sec-membership-list_title > .-label {
  font-size: 12px;
  margin-left: -32px;
  letter-spacing: .2em;
}

.sec-membership-list_title > .-label > .-icon {
  margin-left: 4px;
  vertical-align: -2px;
  display: inline-block;
}

.sec-membership-list_title > .-text {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}

.sec-membership-list_subtitle {
  text-align: left;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 17px;
  margin: 19px 0 0;
  line-height: 1.5;
  letter-spacing: .03em;
}

.js .sec-membership-list_subtitle {
  visibility: hidden;
}

.js.ts-on-complete .sec-membership-list_subtitle {
  visibility: visible;
}

.sec-membership-list_body {
  margin: 14px 0 0;
  text-align: left;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: .07em;
}

@media only screen and (min-width: 481px) {
  .membership_lead__p {
    margin-right: auto;
    margin-left: auto;
    max-width: 412px;
  }
}

.membership .global-footer {
  background-color: #fff;
}

.entry-table {
  position: relative;
  margin: 27px 15px 0;
  overflow-x: auto;
}

.entry-table::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.entry-table::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ebebeb;
}

.entry-table::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #cccccc;
}

.entry-table .-bold {
  font-weight: bold;
}

.entry-table img {
  max-width: 100%;
}

.entry-table table {
  width: 100%;
  display: table;
  table-layout: auto;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #333333;
}

.entry-table table.-first-4em th {
  min-width: 4em;
}

.entry-table table.-first-9em th {
  min-width: 9em;
}

.entry-table table.-first-11em th {
  min-width: 11em;
}

.entry-table table.-first-15em th {
  min-width: 15em;
}

.entry-table table.-first-20em th {
  min-width: 20em;
}

.entry-table table.-first-30em th {
  min-width: 30em;
}

.entry-table table.-fixed {
  table-layout: fixed;
}

.entry-table table.-fixed.-first-4em th {
  width: 4em;
}

.entry-table table.-fixed.-first-9em th {
  width: 9em;
}

.entry-table table.-fixed.-first-11em th {
  min-width: 11em;
}

.entry-table table.-fixed.-first-15em th {
  width: 15em;
}

.entry-table table.-fixed.-first-20em th {
  min-width: 20em;
}

.entry-table table.-fixed.-first-30em th {
  width: 30em;
}

.entry-table tr {
  border-bottom: 1px solid #333333;
}

.entry-table th, .entry-table td {
  padding: 8px 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

.entry-table th.-v-top, .entry-table td.-v-top {
  vertical-align: top;
}

.entry-table th {
  text-align: left;
  line-height: 1.6;
  font-size: 12px;
  letter-spacing: .05em;
  font-weight: bold;
}

.entry-table td {
  text-align: left;
  line-height: 1.6;
  font-size: 12px;
  letter-spacing: .05em;
}

html.iphone .entry-table.js-table-scrollbar {
  overflow-x: overlay;
}

html.iphone .entry-table.js-table-scrollbar::-webkit-scrollbar {
  display: none;
}

html.iphone .entry-table.js-table-scrollbar .entry-table-scroller__bg {
  background: #ebebeb;
  height: 10px;
  width: 100%;
  display: block;
  position: relative;
}

html.iphone .entry-table.js-table-scrollbar .entry-table-scroller__bar {
  background: #cccccc;
  height: 10px;
  width: 50%;
  display: block;
  position: absolute;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.entry-ul {
  position: relative;
  margin: 27px 15px 0;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  padding: 0;
  text-align: left;
  line-height: 1.75;
  font-size: 15px;
  letter-spacing: .03em;
}

.entry-ul > li {
  margin-left: 0.99em;
  text-indent: -0.99em;
  margin-top: 8px;
}

.entry-ul > li:first-child {
  margin-top: 0;
}

.entry-ul > li::before {
  content: '';
  border: 1px solid #333333;
  display: inline-block;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ebebeb;
  margin-right: 0.6em;
  vertical-align: middle;
}

.main-banner {
  margin: 0 15px;
}

.main-banner__item {
  margin: 33px 0 0;
  border-top: 2px solid #333333;
  padding: 15px 0 0;
}

.main-banner__item:first-child {
  margin-top: 0;
  border: 0;
}

.main-banner__item-inner {
  display: block;
  color: #333333;
  text-decoration: none;
}

.main-banner__img {
  position: relative;
  margin: 0;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}

.main-banner__img-top .main-banner__img-inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-banner__img-right .main-banner__img-inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-banner__img-bottom .main-banner__img-inner {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-banner__img-left .main-banner__img-inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.main-banner__img-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.main-banner__meta {
  margin: 11px 0 0;
  font-size: 10px;
  line-height: 1.2;
}

.main-banner__category {
  display: inline-block;
  margin: 0 7px 0 0;
  padding: 0 7px 0 0;
  border-right: 1px solid #333333;
  font-size: 10px;
  line-height: 1.1;
}

.main-banner__date {
  display: inline-block;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  line-height: 1.1;
}

.main-banner__title {
  margin: 0;
  padding-top: 11px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 16px;
  line-height: 1.625;
}

.js .main-banner__title {
  visibility: hidden;
}

.js.ts-on-complete .main-banner__title {
  visibility: visible;
}

.index-content > .main-banner {
  margin-top: -250px;
}

.js .main-banner__img img {
  opacity: 0;
}

.index-content {
  position: relative;
  background-color: #ebebeb;
  margin-top: 240px;
  padding: 10px 0 32px;
}

.dspnone {
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(117, 117, 117, 0.5);
  z-index: 10000;
}

.overlay .indexModal {
  background-color: #FFFFFF;
  width: 90%;
  height: 80%;
  max-height: 550px;
  position: absolute;
  top: 2.5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
}

.overlay .indexModal-gift {
  width: 100%;
  background-color: #ebebeb;
}

.overlay .indexModal-gift--div {
  width: 300px;
  position: relative;
  margin: auto;
}

.overlay .indexModal-gift--div p {
  font-size: 14px;
  text-align: center;
  padding: 10px;
  margin: 0;
}

.overlay .indexModal-gift--line {
  width: 95px;
  border-bottom: 2px solid #ffa5b0;
  position: absolute;
  top: 27px;
  left: 12.5px;
}

.overlay .indexModal-content {
  overflow: auto;
  width: 100%;
  height: -webkit-calc(100% - 100px);
  height: calc(100% - 100px);
}

.overlay .indexModal-content--title {
  display: block;
  width: 80%;
  height: auto;
  padding-top: 30px;
  margin: 0 auto;
}

.overlay .indexModal-content--desc {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding: 30px 20px 0 20px;
}

.overlay .indexModal-content__tokuten {
  width: 95%;
  margin: auto;
  margin-top: 30px;
}

.overlay .indexModal-content__tokuten__list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 1px solid #000000;
}

.overlay .indexModal-content__tokuten__list h3 {
  position: relative;
  text-align: center;
  margin-top: 25px;
}

.overlay .indexModal-content__tokuten__list h3 img {
  width: auto;
  height: 18px;
  position: absolute;
  top: 25px;
  left: 20px;
}

.overlay .indexModal-content__tokuten__list h3 span {
  font-size: 16px;
  line-height: 2em;
  padding-left: 10px;
}

.overlay .indexModal-content__tokuten__list img {
  width: 100px;
  height: 100px;
  margin: 10px auto;
}

.overlay .indexModal-content__tokuten__list__div {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
}

.overlay .indexModal-content__tokuten__list__div h4 {
  font-size: 15px;
  text-align: left;
  margin: 10px auto;
}

.overlay .indexModal-content__tokuten__list__div p {
  font-size: 12px;
  text-align: left;
}

.overlay .indexModal-content__tokuten__list:last-child {
  border-bottom: 1px solid #000000;
}

.overlay .indexModal-content__btn {
  width: 95%;
  margin: auto;
  margin-top: 20px;
}

.overlay .indexModal-content__btn a {
  font-size: 18px;
  text-decoration: none;
  background-color: #333333;
  color: #FFFFFF;
  display: block;
  text-align: center;
  width: 100%;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.overlay .indexModal-content__btn a:first-child {
  margin-top: 10px;
}

.overlay .indexModal-content__btn a:last-child {
  margin-top: 10px;
  margin-bottom: 10px;
}

.overlay .indexModal-close {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-color: #FFFFFF;
}

.overlay .indexModal-close > p {
  text-align: center;
  font-size: 14px;
  margin: 0;
  padding-top: 50px;
  padding-bottom: 10px;
}

.overlay .indexModal-close__field {
  width: 50px;
  height: 55px;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.overlay .indexModal-close__field > i {
  position: relative;
  cursor: pointer;
}

.overlay .indexModal-close__field > i::after, .overlay .indexModal-close__field > i::before {
  position: absolute;
  top: 25px;
  left: 7px;
  content: '';
  background-color: #000000;
  height: 2px;
  width: 35px;
  cursor: pointer;
}

.overlay .indexModal-close__field > i::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.overlay .indexModal-close__field > i::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.index-movie {
  margin: 45px 15px 0;
  border-top: 2px solid #333333;
}

.index-movie a {
  display: block;
  color: #333333;
  text-decoration: none;
}

.index-movie__header {
  margin: 10px 0 0;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
}

.js .index-movie__header {
  visibility: hidden;
}

.js.ts-on-complete .index-movie__header {
  visibility: visible;
}

.index-movie__item {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 8px;
}

.index-movie__item > * {
  position: absolute;
  top: 0;
  left: 0;
}

.index-movie__description {
  margin: 11px 0 0;
  color: #666666;
  font-size: 11px;
  line-height: 1.63636;
}

.index-movie__meta {
  margin: 6px 0 0;
  font-size: 10px;
  line-height: 1.2;
}

.index-movie__category {
  display: inline-block;
  margin: 0 7px 0 0;
  padding: 0 7px 0 0;
  border-right: 1px solid #333333;
  font-size: 10px;
  line-height: 1.1;
}

.index-movie__date {
  display: inline-block;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  line-height: 1.1;
}

.index-movie__footer {
  margin: 20px 0 0;
}

.movie-youtube > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.column-list {
  position: relative;
  margin: 30px auto 0;
  padding: 13px 0 0;
  background: #fff;
}

.column-list * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.column-list__header {
  margin-bottom: 17px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  letter-spacing: .09em;
}

.js .column-list__header {
  visibility: hidden;
}

.js.ts-on-complete .column-list__header {
  visibility: visible;
}

.column-list__container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.column-list-item {
  background-color: #ebebeb;
  margin: 22px 0 0;
  width: 100%;
}

.column-list-item:first-child {
  margin-top: 0;
}

.column-list-item__header {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  text-decoration: none;
}

.column-list-item__header .button-more {
  text-align: left;
  margin: 0;
}

.column-list-item__header .button-more .button-more__text {
  display: inline-block;
  font-size: 12px;
}

.column-list-item__header .button-more .button-more__text-inner {
  display: inline-block;
  padding-left: 0;
}

.column-list-item__header .button-more .button-more__text-inner:before, .column-list-item__header .button-more .button-more__text-inner:after {
  display: none;
}

.column-list-item__header-box {
  padding-left: 15px;
  padding-right: 10px;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.column-list-item__title {
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 17px;
  line-height: 1.3;
  font-weight: normal;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.js .column-list-item__title {
  visibility: hidden;
}

.js.ts-on-complete .column-list-item__title {
  visibility: visible;
}

.column-list-item__container {
  position: relative;
  padding-bottom: 12px;
}

.column-list-item__tags {
  background-color: #fff;
  display: block;
  overflow: hidden;
  margin: 15px 15px 0;
  height: 35px;
  line-height: 35px;
}

.column-list-item__tags dt {
  display: none;
}

.column-list-item__tags dd {
  font-size: 1.1rem;
  line-height: 3.18182;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 15px;
  margin-left: 0;
}

.column-list-item__tags dd span {
  display: inline;
  margin-right: 12px;
}

.column-list__footer {
  padding: 30px 0;
}

.column-articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 0;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 0 15px;
}

.column-articles__item {
  -webkit-flex-basis: 47.58621%;
  -ms-flex-preferred-size: 47.58621%;
  flex-basis: 47.58621%;
  -webkit-flex-basis: -webkit-calc(50% - 7px);
  -ms-flex-preferred-size: calc(50% - 7px);
  flex-basis: calc(50% - 7px);
  position: relative;
  margin-top: 12px;
}

.column-articles__item:nth-child(-n+2) {
  margin-top: 0;
}

.column-articles__item-inner {
  display: block;
  padding: 0;
  color: #333333;
  text-decoration: none;
}

.column-articles__item-inner:after {
  content: "";
  display: block;
  clear: both;
}

.column-articles__title {
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 7px;
  margin-bottom: 0;
}

.js .column-articles__title {
  visibility: hidden;
}

.js.ts-on-complete .column-articles__title {
  visibility: visible;
}

.column-small-thumbnail {
  display: block;
  position: relative;
  height: auto;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: #333333;
  width: 100%;
  padding-top: 100%;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.column-small-thumbnail__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.column-thumbnail {
  display: block;
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.column-thumbnail__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: 0;
}

.magazine-list__header {
  margin: 0;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 15px;
  line-height: 1.66667;
  text-align: center;
}

.js .magazine-list__header {
  visibility: hidden;
}

.js.ts-on-complete .magazine-list__header {
  visibility: visible;
}

.global-menu .magazine-list {
  background-color: #ebebeb;
  margin-top: 40px;
  padding: 27px 0 35px;
}

.global-menu .magazine-list .button {
  margin-top: 20px;
}

.magazine-latest {
  max-width: 320px;
  margin: 20px auto 0;
  padding-left: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.magazine-latest:after {
  content: "";
  display: block;
  clear: both;
}

.magazine-latest__header {
  float: right;
  width: 100%;
  margin: 0 0 0 -140px;
  padding: 0 0 0 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.magazine-latest__vol {
  display: block;
  margin: 0;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 12px;
  line-height: 1.33333;
}

.js .magazine-latest__vol {
  visibility: hidden;
}

.js.ts-on-complete .magazine-latest__vol {
  visibility: visible;
}

.magazine-latest__title {
  display: block;
  margin: 18px 0 0;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 14px;
  font-style: normal;
  line-height: 1.57143;
}

.js .magazine-latest__title {
  visibility: hidden;
}

.js.ts-on-complete .magazine-latest__title {
  visibility: visible;
}

.magazine-latest__img {
  float: left;
  width: 125px;
}

.magazine-latest__img img {
  width: 100%;
}

.category-header {
  margin: 30px 15px 0;
}

.category-header__title {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 21px;
  line-height: 1.47619;
  text-align: center;
}

.js .category-header__title {
  visibility: hidden;
}

.js.ts-on-complete .category-header__title {
  visibility: visible;
}

.category-header__title:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 1px;
  overflow: hidden;
  margin: 0 0 0 -30px;
  background-color: #333333;
}

.category-header__title.-no-line:after {
  display: none;
}

.category-header__description {
  margin: 24px 0 0;
  font-size: 13px;
  line-height: 1.76923;
}

.category-entry-list {
  margin: 16px 0 0;
  padding-bottom: 30px;
  background-color: #ebebeb;
}

.category-entry-list__count {
  height: 75px;
  margin: 0 0 -32px;
  background-color: white;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 14px;
  line-height: 1.85714;
  text-align: center;
}

.js .category-entry-list__count {
  visibility: hidden;
}

.js.ts-on-complete .category-entry-list__count {
  visibility: visible;
}

.entry {
  padding-bottom: 45px;
}

.gallery .global-footer {
  background-color: #ebebeb;
}

.gallery .entry-header {
  position: relative;
  z-index: 1;
}

.gallery .entry-keywords {
  padding: 27px 0 30px;
}

.gallery .entry-keywords__title {
  margin: 0 auto;
}

.gallery .entry-keywords__items {
  margin: 7px 0 0;
}

.gallery .entry-keywords__item {
  margin: 9px 7px 0 0;
}

.gallery .entry-keywords__item a {
  padding: 8px 15px;
}

.l-bg-reverse .entry-keywords {
  margin: 0;
  background-color: #ebebeb;
}

.l-bg-reverse .entry-keywords__title, .l-bg-reverse .entry-keywords__items {
  margin-right: auto;
  margin-left: auto;
}

.l-bg-reverse .entry-keywords__item > a {
  background-color: #fff;
}

.l-bg-reverse .entry-keywords__item > a:hover {
  background-color: #333333;
  color: #fff;
}

.l-bg-reverse .entry-keywords__item-current > a {
  background-color: #333333;
}

.l-bg-reverse .entry-sns {
  margin-top: 0;
  background-color: #fff;
}

.l-bg-reverse .entry-sns-share__title span {
  background-color: #fff;
}

.l-bg-reverse .entry-links-group {
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
}

.l-bg-reverse .entry-links-group2 {
  padding: 14px 0 90px;
  background-color: #ebebeb;
}

.button-more-detail .button-more__text-inner {
  padding: 0 65px;
}

.button-more-detail .button-more__text-inner > span:after {
  display: none;
}

.button-back {
  height: 55px;
}

.button-back .button-more__text-inner {
  padding: 0 36px 0 50px;
}

.button-back .button-more__text-inner > span:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  right: auto;
  left: 28px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
}

.button-back a {
  font-size: 1.2rem;
  line-height: 2.33333;
}

.l-layout--top [class$="__inner"] {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-layout--right [class$="__inner"] {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-layout--bottom [class$="__inner"] {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-layout--left [class$="__inner"] {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.js .slider-wrap {
  opacity: 0;
}

.slider {
  background-color: #ebebeb;
}

.slider-wrap {
  margin: 107px auto -50px;
  position: relative;
}

.slider-wrap .slick-prev,
.slider-wrap .slick-next {
  position: absolute;
  z-index: 2;
  border: 0;
  background: transparent url("/asm/images/arrow2-black.svg") no-repeat center center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding: 0;
  text-indent: -9999px;
  outline: none;
  height: 27px;
  width: 27px;
  top: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: opacity .35s;
  -o-transition: opacity .35s;
  transition: opacity .35s;
}

.slider-wrap .slick-prev.slick-disabled,
.slider-wrap .slick-next.slick-disabled {
  opacity: 0;
}

.slider-wrap .slick-prev {
  -webkit-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
}

.slider-wrap .slick-next {
  -webkit-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
  background-image: url("/asm/images/arrow2-black-right.svg");
}

.slider-gallery {
  top: -85px;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.slider-gallery__contents {
  padding: 0;
  margin: 70px 0 0;
}

.slider-gallery__contents .entry-keywords {
  padding-top: 16px;
}

.slider-gallery__contents .button-back {
  max-width: 200px;
  margin: 35px auto 0;
}

.slider-gallery__contents .button-back .button-more__text-inner > span:after {
  left: 50px;
}

.slider-gallery__title {
  font-size: 1.5rem;
  line-height: 1.74;
  color: #333333;
}

.slider-gallery__caption {
  margin-top: 25px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #666666;
}

.slider-gallery__caption a {
  color: #666666;
}

.slider-gallery__link {
  margin-top: 25px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.slider-gallery__link span {
  display: block;
}

.slider-gallery__link a {
  text-decoration: underline;
  font-size: 1.2rem;
  line-height: 1.58333;
  font-family: "Lato", sans-serif;
  color: #333333;
}

.slider-gallery__link a:hover {
  text-decoration: none;
}

.slider-gallery__num {
  position: absolute;
  z-index: 1;
  top: 435px;
  right: 0;
  left: 0;
  margin: -80px auto 80px;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  font-family: "Lato", sans-serif;
  font-weight: bold;
  width: 100px;
  height: 20px;
}

.slider-gallery__num .slider-gallery__num-current {
  display: block;
  font-size: 2.1rem;
  line-height: 0.61905;
  position: absolute;
  top: 3px;
  text-align: right;
  width: 50px;
}

.slider-gallery__num .slider-gallery__num-max {
  display: block;
  font-size: 1.2rem;
  line-height: 1.08333;
  position: absolute;
  top: 21px;
  left: 59px;
  width: 50px;
}

.slider-gallery__num:after {
  content: '';
  width: 1px;
  height: 22px;
  top: 8px;
  left: 56px;
  display: block;
  background: #333333;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slider-gallery .slick-slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

.gallery-thumbnail {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: -webkit-calc((100vw - 30px) * .6667);
  height: calc((100vw - 30px) * .6667);
  background: #cccccc;
}

.gallery-thumbnail__inner img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  width: auto !important;
  height: auto !important;
  -o-object-fit: contain;
  object-fit: contain;
}

.gallery-thumbnail__inner2 {
  height: 100%;
}

.gallery-index {
  margin-top: 22px;
  position: relative;
  z-index: 0;
}

.gallery-index + .entry-keywords {
  padding-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
}

.gallery-index + .entry-keywords .entry-keywords__title {
  margin-top: 0;
}

.gallery-index-header__container {
  position: relative;
  z-index: 1;
}

.gallery-index-header__container .button-more.button-more-detail {
  padding-top: 10px;
}

.gallery-index-header__figure {
  padding: 0 15px;
}

.gallery-index-header__contents {
  background-color: #ebebeb;
  margin-top: -226px;
  padding: 226px 15px 0;
}

.gallery-index-header__contents .button-more {
  font-size: 1.2rem;
  line-height: 2.5;
  width: 200px;
  padding-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.gallery-index-header__title {
  font-size: 1.6rem;
  line-height: 1.625;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  margin-top: 0;
  padding-top: 25px;
}

.js .gallery-index-header__title {
  visibility: hidden;
}

.js.ts-on-complete .gallery-index-header__title {
  visibility: visible;
}

.gallery-index-header__text {
  font-size: 1.3rem;
  line-height: 1.76923;
  margin-top: 22px;
}

.gallery-index-img {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.gallery-index-img__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.gallery-list__wrap {
  background-color: #ebebeb;
  position: relative;
  padding: 32px 0 30px;
}

.gallery-list {
  padding: 0 15px;
}

.gallery-list .entry-list__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -13px 0 0;
  border-top: 0;
}

.gallery-list .entry-list__item {
  border-width: 0;
  -webkit-flex-basis: 30.34483%;
  -ms-flex-preferred-size: 30.34483%;
  flex-basis: 30.34483%;
  -webkit-flex-basis: -webkit-calc(33.3% - 13px);
  -ms-flex-preferred-size: calc(33.3% - 13px);
  flex-basis: calc(33.3% - 13px);
  margin-right: 13px;
  margin-top: 13px;
}

.gallery-list .entry-list__item-inner {
  padding: 0;
}

.gallery-list .entry-thumbnail {
  width: 100%;
  padding-top: 0;
}

.gallery-list .entry-list__footer .button-more {
  padding-top: 25px;
}

.slider--nombre-hidden .slider-gallery__num,
.slider--nombre-hidden .slick-arrow {
  display: none;
  visibility: hidden;
}

.slider--nombre-hidden .slider-gallery__contents {
  margin-top: 20px;
}

.entry-body .slider-landscape {
  padding: 30px 0 10px;
  margin-left: -15px;
  margin-right: -15px;
}

.slider-landscape {
  padding: 30px 0 10px;
  margin-top: 37px;
  margin-bottom: 48px;
}

.slider-landscape a {
  border-bottom-width: 0;
  background: none;
}

.slider-landscape .slider-wrap {
  margin: auto;
}

.slider-landscape .slider-gallery {
  top: 0;
}

.slider-landscape .slick-slide img {
  height: auto !important;
  max-width: 100%;
}

.slider-landscape .slider-gallery__num {
  -webkit-transition: top 0s .35s, opacity .35s;
  -o-transition: top 0s .35s, opacity .35s;
  transition: top 0s .35s, opacity .35s;
  margin: 0 auto;
  top: -webkit-calc((100vw - 30px) * .6667);
  top: calc((100vw - 30px) * .6667);
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}

.slider-landscape .slider-gallery__contents .button-back .button-more__text-inner > span:after {
  left: 28px;
}

.tabarea {
  width: 100%;
}

.tabarea > .tabarea-tabbox {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
}

.tabarea > .tabarea-tabbox.-tab-2 > .tabarea-tab {
  width: 50%;
}

.tabarea > .tabarea-tabbox.-tab-3 > .tabarea-tab {
  width: 33.3%;
}

.tabarea > .tabarea-tabbox > .tabarea-tab {
  position: relative;
  text-align: center;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 3px;
  color: inherit;
  text-decoration: none;
}

.tabarea > .tabarea-tabbox > .tabarea-tab:first-child {
  margin-left: 0;
}

.tabarea > .tabarea-tabbox > .tabarea-tab:last-child {
  margin-right: 0;
}

.tabarea > .tabarea-tabbox > .tabarea-tab:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background-color: #333333;
}

.tabarea > .tabarea-tabbox > .tabarea-tab.-current {
  background-color: #ebebeb;
}

.tabarea > .tabarea-tabbox > .tabarea-tab.-current:after {
  width: 100%;
}

.tabarea > .tabarea-tabbox > .tabarea-tab .tabarea__title {
  font-size: 12px;
  line-height: 1.4;
  word-break: keep-all;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

.js .tabarea > .tabarea-tabbox > .tabarea-tab .tabarea__title {
  visibility: hidden;
}

.js.ts-on-complete .tabarea > .tabarea-tabbox > .tabarea-tab .tabarea__title {
  visibility: visible;
}

.tabarea > .tabarea-tabbox > .tabarea-tab .tabarea__title .text-mid {
  margin: 0 4px;
}

.tabarea-body {
  background-color: #ebebeb;
  padding-bottom: 45px;
}

.tabarea-body .tabarea-main {
  width: 100%;
  margin: 0 auto;
}

.tabarea-body .entry-list__footer {
  margin-top: 9px;
}

.tabarea-body .entry-list__footer .button-more {
  margin: 0 45px;
}

.tabarea-body.-atoz .brand-section .brand-section__title {
  font-size: 20px;
}

.brand-index-link {
  text-align: center;
  padding: 22px 0 0;
  margin: 0 0 0 8px;
}

.brand-index-link:after {
  content: "";
  display: block;
  clear: both;
}

.brand-index-link .brand-index-link__item {
  float: left;
  width: 35px;
  height: 35px;
  background: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 0 8px 7.5px;
  overflow: hidden;
}

.brand-index-link .brand-index-link__item:after {
  content: "";
  position: absolute;
  background-color: #fdff69;
  bottom: -17px;
  right: -5px;
  width: 27px;
  height: 50px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

.brand-index-link .brand-index-link__item.-current:after {
  display: block;
}

.brand-index-link .brand-index-link__item.-disable {
  background: #f5f5f5;
}

.brand-index-link .brand-index-link__item.-disable .brand-index-link__link {
  color: #999;
}

.brand-index-link .brand-index-link__item.-small .brand-index-link__link {
  font-size: 10px;
  letter-spacing: -.02em;
}

.brand-index-link .brand-index-link__link {
  font-size: 12px;
  position: relative;
  z-index: 1;
  display: block;
  padding: 0;
  text-align: left;
  text-decoration: none;
  outline: none;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  color: #333333;
  word-break: keep-all;
}

.js .brand-index-link .brand-index-link__link {
  visibility: hidden;
}

.js.ts-on-complete .brand-index-link .brand-index-link__link {
  visibility: visible;
}

.brand-section-wrap {
  margin-top: 12px;
}

.brand-section > .entry-list {
  padding-top: 0;
}

.brand-section .brand-section__title {
  font-size: 16px;
  padding: 20px 0 0;
  margin: 0;
  text-align: center;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

.js .brand-section .brand-section__title {
  visibility: hidden;
}

.js.ts-on-complete .brand-section .brand-section__title {
  visibility: visible;
}

.brand-section .brand-index-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  border-top-width: 0;
}

.brand-section .brand-index-list .brand-index-list__item-list {
  margin-top: 10px;
  width: 100%;
}

.brand-section .brand-index-list .brand-index-list__item {
  display: block;
  border-top: 2px solid #333333;
  padding: 14px 0 17px;
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #333333;
}

.brand-section .brand-index-list .brand-index-list__item > ._title {
  margin-right: 100px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

.js .brand-section .brand-index-list .brand-index-list__item > ._title {
  visibility: hidden;
}

.js.ts-on-complete .brand-section .brand-index-list .brand-index-list__item > ._title {
  visibility: visible;
}

.brand-section .brand-index-list .brand-index-list__item > ._title > ._title__ja {
  letter-spacing: .1em;
}

.brand-section .brand-index-list .brand-index-list__item > ._title > ._title__en {
  letter-spacing: .08em;
}

.brand-section .brand-index-list .brand-index-list__item > ._title > ._main {
  display: block;
  font-size: 15px;
}

.brand-section .brand-index-list .brand-index-list__item > ._title > ._sub {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  font-family: "Lato", sans-serif;
}

.brand-section .brand-index-list .brand-index-list__item > ._icon {
  position: absolute;
  top: 17px;
  right: 0;
  font-size: 11px;
}

.brand-section .brand-index-list .brand-index-list__item > ._icon:after {
  content: "";
  line-height: 1;
  position: relative;
  top: 2px;
  display: inline-block;
  width: 8px;
  height: 11px;
  margin: 0 0 0 10px;
  background: url("/asm/images/arrow-black.svg") no-repeat 0 0;
  -webkit-background-size: 8px auto;
  background-size: 8px auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  vertical-align: 0;
}

.brand-index-list-pickup {
  border: 1px solid #fff;
  background-color: #ebebeb;
  position: relative;
  margin-bottom: 20px;
}

.brand-index-list-pickup .brand-index-list-pickup__label {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  color: #333333;
  font-size: 10px;
  padding: 1px 3px 2px 2px;
  letter-spacing: .03em;
  line-height: 1;
  font-family: "Lato", sans-serif;
}

.brand-index-list-pickup .brand-index-list-pickup__label .-text {
  display: inline-block;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.brand-index-list-pickup-inner {
  padding: 13px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  min-height: 100px;
  color: #333333;
  text-decoration: none;
}

.brand-index-list-pickup-inner:after {
  content: "";
  display: block;
  clear: both;
}

.brand-pickup-thumbnail {
  float: right;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.brand-pickup-thumbnail__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
}

.brand-pickup-thumbnail .brand-pickup-thumbnail__pr {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333333;
  color: #fff;
  font-size: 10px;
  padding: 2px 3px 1px 3px;
  line-height: 1;
  font-family: "Lato", sans-serif;
}

.brand-pickup-thumbnail .brand-pickup-thumbnail__pr .-text {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  display: inline-block;
}

.brand-index-list-pickup__title {
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 12px;
  margin: 7px 110px 0 0;
}

.js .brand-index-list-pickup__title {
  visibility: hidden;
}

.js.ts-on-complete .brand-index-list-pickup__title {
  visibility: visible;
}

.brand-index-list-pickup__info {
  margin: 7px 110px 0 0;
}

.brand-index-list-pickup__info .brand-index-list-pickup__cat {
  font-size: 10px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  display: inline-block;
  margin-left: -3px;
  letter-spacing: .04em;
}

.brand-index-list-pickup__info .brand-index-list-pickup__cat + .brand-index-list-pickup__time {
  letter-spacing: .08em;
}

.brand-index-list-pickup__info .brand-index-list-pickup__cat + .brand-index-list-pickup__time:before {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1px;
  background-color: #333333;
  margin: 0 8px 0 3px;
  -webkit-transform: translateY(0.2em);
  -ms-transform: translateY(0.2em);
  transform: translateY(0.2em);
}

.brand-index-list-pickup__info .brand-index-list-pickup__time {
  font-family: "Lato", sans-serif;
  font-size: 10px;
}

.float-box {
  position: fixed;
  z-index: 2;
}

.float-box.chat-link {
  bottom: 12px;
  right: 10px;
  width: 74px;
  height: 74px;
}

.float-box.chat-link .chat-link__link {
  position: relative;
  display: block;
  width: 74px;
  height: 74px;
  cursor: pointer;
  text-decoration: none;
}

.float-box.chat-link .chat-link__bg {
  position: absolute;
  width: 74px;
  height: 74px;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  margin: auto;
  -webkit-border-radius: 68px;
  border-radius: 68px;
  background-color: #283152;
}

.float-box.chat-link .chat-link__inner {
  top: 11px;
  position: relative;
  text-align: center;
  margin: auto;
  display: block;
  font-size: 11px;
  color: #fdff69;
}

.float-box.chat-link .chat-link__text {
  margin-top: 2px;
  line-height: 1.4;
  letter-spacing: -.05em;
}

.items .category-header__title-sub {
  position: relative;
  text-align: center;
  font-size: 14px;
  margin-bottom: 18px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

.js .items .category-header__title-sub {
  visibility: hidden;
}

.js.ts-on-complete .items .category-header__title-sub {
  visibility: visible;
}

.items .category-header__title.-no-line + .category-header__title-sub {
  margin-top: -2px;
}

.items .category-header__body {
  text-align: center;
}

.items .category-header__body:before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  overflow: hidden;
  margin: 0 auto 9px;
  background-color: #333333;
}

.refine-result {
  display: inline-block;
  font-size: 14px;
  width: 100%;
  margin: 7px auto 0;
  padding: 0;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

.js .refine-result {
  visibility: hidden;
}

.js.ts-on-complete .refine-result {
  visibility: visible;
}

.refine-result > li {
  display: block;
  margin: -1px -8px 0 0;
}

.refine-result-list {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.label-result {
  display: inline-block;
  background: #ebebeb;
  padding: 3px 10px;
  word-break: break-word;
  margin-right: 9px;
  margin-top: 9px;
  font-size: 12px;
  text-align: left;
}

.button-more.link-search .button-more__text-inner {
  font-size: 13px;
}

.button-more.link-search .button-more__text-inner:before, .button-more.link-search .button-more__text-inner:after {
  display: none;
}

.button-more.link-search .button-more__text-inner:before {
  content: url("/asm/images/icon-search.svg");
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 7px;
  background: transparent;
  position: relative;
  top: 2px;
}

.category-header__link {
  margin-top: 20px;
}

.items-index {
  margin-top: 23px;
}

.items-index > .items-index__body {
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
}

.items-index > .items-index__body .entry-list {
  padding-top: 0;
}

.items-index > .items-index__body .entry-list:first-child {
  padding-top: 1px;
}

.items-index .area-column__main {
  padding-top: 0;
  background-color: #ebebeb;
}

.float-button_item_search {
  position: fixed;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  left: 10px;
  bottom: 13px;
}

.float-button_item_search .float-button_item_search__inner {
  background-color: #797979;
  width: 105px;
  font-size: 12px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  overflow: hidden;
  text-align: left;
}

.js .float-button_item_search .float-button_item_search__inner {
  visibility: hidden;
}

.js.ts-on-complete .float-button_item_search .float-button_item_search__inner {
  visibility: visible;
}

.float-button_item_search .float-button_item_search__inner:first-child {
  -webkit-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
}

.float-button_item_search .float-button_item_search__inner:last-child {
  -webkit-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
  border-left: 1px solid #bcbcbc;
}

.float-button_item_search__link {
  display: block;
  padding-left: 21px;
}

.float-button_item_search__link .-icon {
  background: transparent url("/asm/images/icon-search--white.svg") no-repeat center center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  top: 0;
  display: inline-block;
  width: 11px;
  height: 11px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  margin-right: 7px;
}

.float-button_item_search__select {
  font-size: 16px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  text-align: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-width: 0;
  outline-width: 0;
  padding-left: 33px;
  height: 30px;
  position: relative;
  z-index: 1;
  background-color: transparent;
  color: #797979;
  opacity: .001;
}

.js .float-button_item_search__select {
  visibility: hidden;
}

.js.ts-on-complete .float-button_item_search__select {
  visibility: visible;
}

.float-button_item_search__sort {
  position: relative;
}

.float-button_item_search__sort:before {
  content: "並び替え";
  margin-left: 33px;
  position: absolute;
  z-index: 1;
}

.float-button_item_search__sort .-icon {
  background: transparent url("/asm/images/icon-sort.svg") no-repeat center center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 17px;
  display: inline-block;
  width: 12px;
  height: 12px;
}

.iphone .float-button_item_search__sort .-icon {
  top: 0;
}

.items-result__select-wrap {
  text-align: right;
  z-index: 2;
  position: relative;
}

.items-result__select {
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 14px;
  text-align: left;
  width: 200px;
  display: inline-block;
}

.js .items-result__select {
  visibility: hidden;
}

.js.ts-on-complete .items-result__select {
  visibility: visible;
}

.items-result__select.-open .items-result__select-label:after {
  -webkit-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}

.items-result__select-label {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.items-result__select-label:after {
  content: url(/asm/images/arrow-black.svg);
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 10px;
  height: 15px;
  line-height: 1;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.items-result__select-list {
  border-top: 2px solid #ebebeb;
  width: 200px;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}

.items-result__select-item {
  background: #fff;
  width: 100%;
  display: inline-block;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
  text-decoration: none;
}

.items-result__select-item.-current {
  background: #f5f5f5;
}

.items-search-form {
  background: #fff;
}

.items-search-form__content .items-search-form__form {
  padding: 22px 15px 75px;
}

.items-search-form__content .items-search-form__form .js-accordion > .js-accordion--title {
  cursor: pointer;
  position: relative;
}

.items-search-form__content .items-search-form__form .js-accordion > .js-accordion--title:before, .items-search-form__content .items-search-form__form .js-accordion > .js-accordion--title:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  background: #333333;
  right: 9px;
  top: 3px;
}

.items-search-form__content .items-search-form__form .js-accordion > .js-accordion--title:before {
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.items-search-form__content .items-search-form__form .js-accordion > .js-accordion--title:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.items-search-form__content .items-search-form__form .js-accordion > .js-accordion--body {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.items-search-form__content .items-search-form__form .js-accordion.-open > .js-accordion--title:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.items-search-form__content .items-search-form__form .item-form__main {
  border-width: 0;
  border-top: 2px solid #333333;
  display: block;
  position: relative;
  padding: 0;
  margin: 38px 0 0;
}

.items-search-form__content .items-search-form__form .item-form__main:nth-last-of-type(1) {
  margin-bottom: 25px;
}

.items-search-form__content .items-search-form__form .item-form__main > .item-form__title {
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 18px;
  position: absolute;
  top: 10px;
  width: 100%;
}

.js .items-search-form__content .items-search-form__form .item-form__main > .item-form__title {
  visibility: hidden;
}

.js.ts-on-complete .items-search-form__content .items-search-form__form .item-form__main > .item-form__title {
  visibility: visible;
}

.items-search-form__content .items-search-form__form .item-form__main > .item-form__title .item-form__title-text {
  display: block;
  width: 100%;
}

.items-search-form__content .items-search-form__form .item-form__main > .item-form__title.js-accordion--title:before, .items-search-form__content .items-search-form__form .item-form__main > .item-form__title.js-accordion--title:after {
  width: 2px;
  height: 15px;
}

.items-search-form__content .items-search-form__form .item-form__main > .item-form__body {
  width: 100%;
  padding: 48px 0 0;
}

.items-search-form__content .items-search-form__form .item-form__main > .item-form__body .item-detail__list-color {
  margin-top: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.items-search-form__content .items-search-form__form .item-form__main > .item-form__body .item-detail__list-color > li {
  width: 16.66%;
  min-width: 56px;
  margin-bottom: 19px;
}

.items-search-form__content .items-search-form__form .item-form__sub {
  border-width: 0;
  display: block;
  position: relative;
  padding: 0;
  font-size: 14px;
  color: #333333;
}

.items-search-form__content .items-search-form__form .item-form__sub > .item-form__title {
  display: block;
  width: 100%;
}

.items-search-form__content .items-search-form__form .item-form__sub > .item-form__title .item-form__title-text {
  display: block;
}

.items-search-form__content .items-search-form__form .item-form__sub > .item-form__title.js-accordion--title:before, .items-search-form__content .items-search-form__form .item-form__sub > .item-form__title.js-accordion--title:after {
  width: 1px;
  height: 12px;
  top: 9px;
  right: 15px;
}

.items-search-form__content .items-search-form__form .item-form__sub > .item-form__body {
  margin-left: 19px;
  margin-right: 32px;
}

.items-search-form__content .items-search-form__form label {
  display: block;
  padding: 6px 0;
  cursor: pointer;
}

.items-search-form__content .items-search-form__form input[type="checkbox"] {
  margin-right: 10px;
}

.form-item--check_none {
  font-size: 14px;
  position: relative;
  margin-left: 0;
  padding-top: 11px;
  padding-right: 20px;
  padding-bottom: 11px;
}

.form-item--check {
  font-size: 14px;
  position: relative;
  margin-left: 22px;
}

.form-item--check > input[type="checkbox"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: none;
}

.form-item--check > input[type="checkbox"]:checked + .form-item--check_text:before {
  background: #333333;
}

.form-item--check > input[type="checkbox"][data-all="true"] + .form-item--check_text:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  position: absolute;
  left: -21px;
  top: -2px;
}

.form-item--check > .form-item--check_text {
  position: relative;
  left: 0;
}

.form-item--check > .form-item--check_text:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ebebeb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: -18px;
  top: 1px;
}

.form-item--check > .form-item--check_text > .-en {
  font-family: "Lato", sans-serif;
}

.js-check-has_all.-check-all .form-item--check > input[type="checkbox"]:checked + .form-item--check_text:before {
  background: #666666;
}

.js-check-has_all.-check-all .form-item--check > input[type="checkbox"][data-all="true"] + .form-item--check_text:before {
  background: #333333;
}

.items-search-form__content .items-search-form__form .form-item--check.form-item--check-color {
  padding: 0;
}

.items-search-form__content .items-search-form__form .form-item--check .item-color-text {
  line-height: 1.6;
  margin-top: 2px;
}

.form-item--check-color {
  position: relative;
  width: 100%;
  margin-left: 0;
}

.form-item--check-color .item-color-icon {
  position: relative;
}

.form-item--check-color .form-item--check_text {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: block;
  height: 20px;
  width: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  letter-spacing: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-item--check-color .form-item--check_text .item-color-icon {
  height: 18px;
  width: 18px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  border: 1px solid transparent;
}

.form-item--check-color .form-item--check_text .item-color-icon.-white {
  border: 1px solid #b0b0b0;
}

.form-item--check-color .form-item--check_text .item-color-icon.-all {
  background: url("/asm/images/color-all.png") no-repeat center center;
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
  border: 1px solid #ebebeb;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-item--check-color .form-item--check_text:before {
  position: absolute;
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
  z-index: 1;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.form-item--check-color > input[type="checkbox"] + .form-item--check_text:before {
  background-color: transparent;
}

.form-item--check-color > input[type="checkbox"]:checked + .form-item--check_text:before {
  background-color: #fff;
}

.form-item--check-color.-white > input[type="checkbox"]:checked + .form-item--check_text:before {
  background-color: #333333;
}

.form-item--check-color.-all .form-item--check_text {
  width: 24px;
  height: 24px;
  margin-top: -2px;
  left: 0;
}

.form-item--check-color.-all .form-item--check_text:before {
  left: 0;
}

.form-item--check-color.-all > input[type="checkbox"] {
  background: url("/asm/images/color-all.png") no-repeat 0 0;
}

.form-item--check-color.-all > input[type="checkbox"]:checked + .form-item--check_text:before {
  background-color: #333333;
}

.item-form__main.js-check-has_all.js-accordion.-check-all .form-item--check-color > input[type="checkbox"] + .form-item--check_text:before {
  background-color: transparent;
}

.item-form__main.js-check-has_all.js-accordion.-check-all .form-item--check-color > input[type="checkbox"]:checked + .form-item--check_text:before {
  background-color: #fff;
}

.item-form__main.js-check-has_all.js-accordion.-check-all .form-item--check-color.-white > input[type="checkbox"]:checked + .form-item--check_text:before {
  background-color: #333333;
}

.item-form__main.js-check-has_all.js-accordion.-check-all .form-item--check-color.-all > input[type="checkbox"]:checked + .form-item--check_text:before {
  background-color: #333333;
}

.items-search-form__content .items-search-form__form .form-item--check-color.-all .item-color-text {
  margin-top: 0;
}

.items-search-form__content .items-search-form__form .form-item--check-color.-all .form-item--check_text:after {
  display: none;
}

.item-form--text {
  background: #ebebeb;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  padding: 0 10px;
  width: 100%;
  border-width: 0;
  height: 40px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.item-form--text::-webkit-input-placeholder {
  color: #999;
  padding-top: 4px;
}

.item-form--text::-webkit-input-placeholder-shown {
  color: #999;
}

.item-form--text::-moz-placeholder-shown {
  color: #999;
}

.item-form--text:-ms-input-placeholder-shown {
  color: #999;
}

.item-form--text::-ms-input-placeholder-shown {
  color: #999;
}

.item-form--text::placeholder-shown {
  color: #999;
}

.item-form--text::-ms-input-placeholder {
  color: #999;
}

.modal-open .item-form__button {
  display: block;
}

.item-form__button {
  display: none;
  border-top: 2px solid #ebebeb;
  position: fixed;
  z-index: 103;
  top: auto;
  bottom: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 12px 0 65px;
}

.item-form__button > .btn-link {
  min-height: 35px;
  margin-left: 15px;
}

.item-form__button > .btn-link.-small {
  width: 139px;
}

.item-form__button > .btn-link .-text {
  font-size: 15px;
}

.item-form__button > .btn-link:first-child {
  margin-left: 0;
}

.item-form__button > .btn-link.btn-link--search > .-icon .search-icon {
  width: 16px;
  height: 16px;
}

.tabarea.brand-tab {
  margin-top: 6px;
}

.tabarea.brand-tab.-en .form-item--check_text > .-ja {
  display: none;
}

.tabarea.brand-tab.-ja .form-item--check_text > .-en {
  display: none;
}

.tabarea.brand-tab > .tabarea-tabbox {
  padding-right: 0;
  padding-left: 0;
}

.tabarea.brand-tab > .tabarea-tabbox > .tabarea-tab {
  background-color: #f7f7f7;
  cursor: pointer;
}

.tabarea.brand-tab > .tabarea-tabbox > .tabarea-tab:after {
  height: 3px;
}

.tabarea.brand-tab > .tabarea-tabbox > .tabarea-tab.-current {
  background-color: #f1f1f1;
}

.tabarea.brand-tab > .tabarea-tabbox > .tabarea-tab .tabarea__title {
  font-size: 15px;
  margin: 10px 0 5px;
}

.tabarea.brand-tab > .tabarea-body {
  background-color: #f1f1f1;
  padding-bottom: 0;
}

.tabarea.brand-tab > .tabarea-body .brand-form__search {
  padding: 15px;
  position: relative;
}

.tabarea.brand-tab > .tabarea-body .brand-form__search:before {
  content: url("/asm/images/icon-search.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  margin-top: 10px;
  margin-left: 7px;
}

.tabarea.brand-tab > .tabarea-body .item-form--text_brand {
  background: #fff;
  padding-left: 32px;
  font-size: 16px;
}

.myclip-index-wrap .entry-list.clip-list + .clip-list {
  padding-top: 0;
}

.brand-form__body {
  padding: 0 3px;
  position: relative;
}

.brand-form__body-inner {
  height: 223px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.brand-form__body-inner::-webkit-scrollbar {
  background: #ebebeb;
  width: 8px;
}

.brand-form__body-inner::-webkit-scrollbar-thumb {
  background: #cccccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.brand-form__body-inner .form-item--check > .form-item--check_text:before {
  background-color: #dedede;
}

.brand-form__result-zero {
  position: absolute;
  top: 0;
  font-size: 13px;
  margin-right: 15px;
  margin-left: 12px;
}

.js-result-zero {
  display: none;
}

.modal-search {
  position: fixed;
  z-index: 102;
  display: none;
  top: 0;
  left: 101%;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  opacity: 0;
  -webkit-transition: opacity .35s ease-in-out;
  -o-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out;
}

.modal-search .modal-search__inner {
  position: relative;
  padding-top: 0;
  -webkit-overflow-scrolling: touch;
}

.modal-search__trigger {
  display: none;
}

.modal-open .modal-search {
  opacity: 1;
}

.modal-open .modal-search__trigger {
  display: block;
}

.global-menu__trigger.modal-search__trigger span {
  background-color: transparent;
}

.global-menu__trigger.modal-search__trigger span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

.global-menu__trigger.modal-search__trigger span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

.entry-list__clip-item .entry-list__itementry {
  margni-top: 5px;
  letter-spacing: .075em;
}

.entry-list__clip-item .entry-list__itementry .-text-en {
  font-family: "Lato", sans-serif;
  font-size: 10px;
}

.entry-list__clip-item .entry-list__itementry .-text-info {
  margin-top: 4px;
  font-size: 10px;
  display: block;
}

.entry-list__clip-item .entry-list__itementry .-text-info .-text-price {
  font-family: "Lato", sans-serif;
}

.entry-list__clip-item .entry-list__itementry .-text-info .-text-tax {
  margin-left: 3px;
}

.entry-list__item .fit-thumbnail {
  position: relative;
  margin: 0;
  width: 60px;
  padding-top: 60px;
  overflow: hidden;
}

.entry-list__item .fit-thumbnail.-height .entry-thumbnail__inner img {
  width: auto;
  height: 100%;
}

.entry-list__item .fit-thumbnail .entry-thumbnail__inner {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.entry-list__item .fit-thumbnail .entry-thumbnail__inner img {
  opacity: 1;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.entry-list__item .fit-thumbnail .entry-thumbnail__inner .entry-thumbnail__inner2 {
  width: 100%;
  height: 100%;
}

.entry-list__container-2columns .fit-thumbnail {
  float: none;
  width: 100%;
  padding-top: 100%;
}

.indexitem-list {
  position: relative;
  margin: 45px 0 0;
  margin-top: 37px;
}

.indexitem-list .indexitem-list__header {
  margin: 0 15px;
  padding: 45px 0 15px;
  font-family: "秀英明朝 B", "Shuei Mincho B", "ShueiMinPro-B", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 15px;
  line-height: 1.53333;
  text-align: center;
}

.indexitem-list .indexitem-list__header::after {
  content: '';
  height: 2px;
  background: #333;
  width: auto;
  display: block;
  position: absolute;
  top: 107.5px;
  right: 15px;
  left: 15px;
}

.items_list_index__wrap {
  margin-bottom: -28px;
  top: -28px;
  position: relative;
}

.items_list_index__wrap .entry-list__container {
  width: 100%;
  max-width: 891px;
  margin: 0 auto;
  overflow: hidden;
  border-top-width: 0;
  padding-top: 10px;
}

.items_list_index__wrap .fit-thumbnail {
  position: relative;
  margin: 0;
  width: 167px;
  padding-top: 167px;
  overflow: hidden;
}

.items_list_index__wrap .fit-thumbnail .entry-thumbnail__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.items_list_index__wrap .entry-list__title {
  margin-left: 0;
  padding-top: 12px;
  padding-right: 16px;
}

.items_list_index__wrap .entry-list__meta {
  margin-left: 0;
  padding-right: 16px;
}

.items_list_index__wrap .entry-list__item {
  float: left;
  width: 167px;
  margin: 0 0 0 14px;
  position: relative;
  border-top-width: 0;
}

.items_list_index__wrap .slick-prev,
.items_list_index__wrap .slick-next {
  position: absolute;
  z-index: 2;
  top: 83px;
  width: 24px;
  height: 50px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: url("/asm/images/bg-link-search.svg") repeat 0 0;
  -webkit-background-size: 2px 2px;
  background-size: 2px 2px;
  text-indent: -9999px;
}

.items_list_index__wrap .slick-prev:after,
.items_list_index__wrap .slick-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 8px;
  height: 11px;
  margin-top: -5px;
  background: url("/asm/images/arrow-black.svg") no-repeat 0 0;
  -webkit-background-size: 8px auto;
  background-size: 8px auto;
}

.items_list_index__wrap .slick-prev {
  left: 0;
}

.items_list_index__wrap .slick-next {
  right: 0;
}

.items_list_index__wrap .slick-next:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.items_list_index__wrap .slick-track {
  left: 7.6%;
}

.indexitem-list__label {
  position: relative;
  z-index: 2;
  margin: 0 30px -34px auto;
  text-align: right;
}

.indexitem-list__label img {
  width: 76px;
  height: auto;
}

@media screen and (max-width: 320px) {
  .indexitem-list .slick-track {
    left: 5%;
  }
  .indexitem-list .fit-thumbnail {
    width: 138px;
    padding-top: 138px;
  }
  .indexitem-list .entry-list__item {
    width: 138px;
    margin-left: 15px;
  }
  .indexitem-list .slick-prev {
    top: 70px;
  }
  .indexitem-list .slick-next {
    top: 70px;
  }
}

@media screen and (min-width: 321px) and (max-width: 374px) {
  .indexitem-list .slick-track {
    left: 1.7%;
  }
}

@media screen and (min-width: 375px) and (max-width: 410px) {
  .indexitem-list .slick-track {
    left: 3.5%;
  }
}

@media screen and (min-width: 411px) and (orientation: landscape) {
  .indexitem-list .slick-track {
    left: 5%;
  }
  .indexitem-list .fit-thumbnail {
    width: 240px;
    padding-top: 240px;
  }
  .indexitem-list .entry-list__item {
    width: 240px;
    margin-left: 15px;
  }
  .indexitem-list .slick-prev {
    top: 120px;
  }
  .indexitem-list .slick-next {
    top: 120px;
  }
}

.item-detail__header {
  margin: 20px 15px 19px;
}

.item-detail__header .item-detail__season {
  font-family: "Lato", sans-serif;
  font-size: 11px;
  margin-bottom: 8px;
  letter-spacing: .1em;
}

.item-detail__header .-text-main {
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 15px;
  margin: 0;
}

.js .item-detail__header .-text-main {
  visibility: hidden;
}

.js.ts-on-complete .item-detail__header .-text-main {
  visibility: visible;
}

.item-detail__header .-text-sub {
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 12px;
  margin: -4px 0 0;
}

.js .item-detail__header .-text-sub {
  visibility: hidden;
}

.js.ts-on-complete .item-detail__header .-text-sub {
  visibility: visible;
}

.item-detail__content {
  background-color: #ebebeb;
  width: 100%;
  padding-bottom: 40px;
}

.item-detail__content .item-detail__title {
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 20px;
  padding: 18px 15px 4px;
  line-height: 1.3;
}

.js .item-detail__content .item-detail__title {
  visibility: hidden;
}

.js.ts-on-complete .item-detail__content .item-detail__title {
  visibility: visible;
}

.gallery-thumbnail--nocut {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail--nocut.fit-thumbnail .gallery-thumbnail__inner img {
  width: 100%;
  height: auto;
}

.gallery-thumbnail--nocut.fit-thumbnail.-height .gallery-thumbnail__inner img {
  width: auto;
  height: 100%;
}

.gallery-thumbnail--nocut.fit-thumbnail .gallery-thumbnail__inner {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.gallery-thumbnail--nocut.fit-thumbnail .gallery-thumbnail__inner img {
  opacity: 1;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.gallery-thumbnail--nocut.fit-thumbnail .gallery-thumbnail__inner .gallery-thumbnail__inner2 {
  display: block;
  width: 100%;
  height: 100%;
}

.item-detail__photos {
  top: 0;
  position: relative;
  padding-bottom: 26px;
}

.item-detail__photos .slider-gallery__num {
  position: relative;
  margin: 0 auto;
  width: 118px;
  top: 1px;
  left: 0;
}

.item-detail__photos .slider-gallery__num .slider-gallery__num-current {
  font-size: 12px;
  top: 7px;
}

.item-detail__photos .slider-gallery__num .slider-gallery__num-max {
  top: 20px;
}

.item-detail__photos .slider-wrap {
  width: 100%;
  padding-bottom: 0;
  margin: 0 auto;
}

.item-detail__photos .slider-wrap .slider-gallery {
  top: 0;
}

.item-detail__photos .slick-arrow {
  top: auto;
}

.item-detail__photos .slick-arrow.slick-next {
  left: -18px;
}

.item-detail__photos .slick-arrow.slick-prev {
  left: 14px;
}

.item-detail__main {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.item-detail__main .item-detail__section-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1px;
}

.item-detail__section.-parent .item-detail__section-title {
  border-bottom: 1px solid #b0b0b0;
  padding-bottom: 3px;
}

.item-detail__list-color {
  text-align: left;
  margin-top: 9px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.item-detail__list-color > li {
  width: 16.66%;
  min-width: 56px;
  text-align: center;
  display: inline-block;
  margin-bottom: 14px;
  line-height: 1;
}

.item-detail__list-color > li .item-color-text {
  display: block;
  font-size: 10px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  margin-top: 1px;
}

.item-detail__list-color .item-color-icon {
  height: 15px;
  width: 15px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
}

.item-detail__section-size {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  letter-spacing: .07em;
  margin-bottom: 0;
}

.item-detail__section-tax > .-price {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  letter-spacing: .07em;
}

.item-detail__section-tax > .-tax {
  font-size: 11px;
}

.item-detail__section-sub-title {
  font-size: 13px;
  margin-bottom: 0;
}

.item-detail__section-body {
  margin-bottom: 19px;
  font-size: 14px;
  line-height: 1.75;
}

.item-detail__section-body > p {
  margin-top: 0;
}

.item-detail__section-body > ul {
  padding-left: 0;
}

.item-detail__section-body > a.sizeguide {
  font-size: 12px;
  text-decoration: none;
  color: #585858;
  margin-top: 10px;
  display: inline-block;
  border-bottom: 2px solid #b1b1b1;
}

.item-detail__section-body > .btn-link {
  max-width: 240px;
  margin: 0 auto 15px;
  display: block;
}

.item-detail__section-body > .btn-link > .-text {
  font-size: 14px;
}

.item-detail__section-body > .btn-link:last-child {
  margin-bottom: 32px;
}

.item-detail__section-sub-body {
  font-size: 13px;
}

.item-detail__section-sub-body > p {
  margin-top: 5px;
  line-height: 1.75;
}

.item-detail__section-sub-body > ul {
  margin-top: 0;
  padding-left: 0;
}

.item-detail__section-sub-body > ul > li {
  line-height: 1.5;
  margin-top: 1px;
  margin-bottom: 4px;
}

.item-detail__small {
  overflow: hidden;
  margin-top: 20px;
}

.item-detail__small .item-detail__section-title {
  font-size: 12px;
  font-weight: normal;
  margin-top: 0;
}

.item-detail__small .list-small {
  margin-top: 5px;
  line-height: 1.6;
}

.list-small {
  padding-left: 0;
  margin-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  line-height: 19px;
}

.list-small > li {
  margin-top: 5px;
}

.item-detail__wrap .entry-keywords__title {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 0;
  padding-top: 20px;
}

.item-detail__wrap .entry-keywords__items {
  margin: 0 15px;
}

.item-detail__wrap .entry-keywords__items a {
  word-break: break-all;
}

.items-list {
  position: relative;
  margin: 45px 0 0;
}

.items-list .items-list__container {
  width: auto;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.items-list .items-list__container:after {
  content: "";
  display: block;
  clear: both;
}

.items-list .items-list__container .slick-track {
  margin: 0 auto;
}

.items-list .items-thumbnail {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.items-list .items-thumbnail.fit-thumbnail {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.items-list .items-thumbnail.fit-thumbnail .items-thumbnail__inner img {
  width: 100%;
  height: auto;
}

.items-list .items-thumbnail.fit-thumbnail.-height .items-thumbnail__inner img {
  width: auto;
  height: 100%;
}

.items-list .items-thumbnail.fit-thumbnail .items-thumbnail__inner {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.items-list .items-thumbnail.fit-thumbnail .items-thumbnail__inner img {
  opacity: 1;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.items-list .items-thumbnail.fit-thumbnail .items-thumbnail__inner .items-thumbnail__inner2 {
  width: 100%;
  height: 100%;
  display: block;
}

.items-list .items-thumbnail.fit-thumbnail .items-thumbnail__inner .items-thumbnail__inner2:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.items-list .items-list__item {
  position: relative;
  float: left;
  width: 50%;
  margin: 0 8px;
  height: 100%;
  padding-bottom: 0;
  text-align: left;
}

.items-list .items-list__item.slick-current .items-list__title {
  opacity: 1;
}

.items-list .items-list__item-inner {
  text-decoration: none;
  color: #333333;
  word-break: break-all;
}

.items-list .items-list__title {
  text-align: left;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 13px;
  margin-bottom: 5px;
}

.js .items-list .items-list__title {
  visibility: hidden;
}

.js.ts-on-complete .items-list .items-list__title {
  visibility: visible;
}

.items-list .items-list__itementry {
  text-align: left;
}

.items-list .items-list__itementry .-text-en {
  font-family: "Lato", sans-serif;
  font-size: 10px;
  margin-bottom: 0;
}

.items-list .items-list__itementry .-text-info {
  text-align: left;
}

.items-list .items-list__itementry .-text-info .-text-price {
  font-family: "Lato", sans-serif;
}

.items-list .items-list__itementry .-text-info .-text-tax {
  margin-left: 5px;
}

.items-list .slick-prev,
.items-list .slick-next {
  position: absolute;
  z-index: 1;
  -webkit-transform: translateY(-23px);
  -ms-transform: translateY(-23px);
  transform: translateY(-23px);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 27px;
  height: 27px;
  overflow: hidden;
  vertical-align: top;
  border: 0;
  background: transparent url("/asm/images/arrow2-black.svg") no-repeat center center;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
  outline: none;
  -webkit-background-size: contain;
  background-size: contain;
}

.items-list .slick-prev {
  left: -32px;
}

.items-list .slick-next {
  right: -32px;
  background-image: url("/asm/images/arrow2-black-right.svg");
}

.items-list .slick-slide {
  height: auto;
}

.items-list .slick-slide > div {
  height: 100%;
}

.items-list .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.js.ts-on-complete .items-list .items-list__title {
  opacity: 1;
}

.items-thumbnail {
  position: relative;
  overflow: hidden;
  width: 150px;
  height: 226px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.items-thumbnail__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #cccccc;
}

.items-list__item-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.items-list__item-inner img {
  width: 100%;
  height: auto;
}

.area-interest {
  margin-top: 36px;
}

.area-interest .recommend-article {
  margin: 0;
}

.area-interest .recommend-article .items-list__container {
  margin: 0;
}

.area-interest .items-list {
  background: #ebebeb;
}

.area-interest .items-list .items-list__item .items-list__title,
.area-interest .items-list .items-list__item .items-list__itementry {
  -webkit-transition: opacity .35s ease-in-out;
  -o-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out;
  opacity: 0;
}

.area-interest .items-list .items-list__item.slick-current .items-list__title,
.area-interest .items-list .items-list__item.slick-current .items-list__itementry {
  opacity: 1;
}

.area-interest .items-list .recommend-article__body:before, .area-interest .items-list .recommend-article__body:after {
  display: none;
}

.area-interest .items-list .recommend-article__body-inner {
  padding: 30px 0;
}

.area-interest .items-list .recommend-article__body-inner:before, .area-interest .items-list .recommend-article__body-inner:after {
  display: none;
}

.area-interest .items-list .recommend-article__header {
  margin: 0 auto 21px;
}

.area-interest,
.area-promotion {
  margin-bottom: 36px;
}

.area-interest .items-list,
.area-promotion .items-list {
  margin-top: 36px;
}

.area-interest .items-list .slick-prev,
.area-interest .items-list .slick-next,
.area-promotion .items-list .slick-prev,
.area-promotion .items-list .slick-next {
  margin: 0;
  position: absolute;
  z-index: 2;
  top: 34%;
  width: 24px;
  height: 50px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: url("/asm/images/bg-link-search.svg") repeat 0 0;
  -webkit-background-size: 2px 2px;
  background-size: 2px 2px;
  text-indent: -9999px;
}

.area-interest .items-list .slick-prev:after,
.area-interest .items-list .slick-next:after,
.area-promotion .items-list .slick-prev:after,
.area-promotion .items-list .slick-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 8px;
  height: 11px;
  margin-top: -5px;
  background: url("/asm/images/arrow-black.svg") no-repeat 0 0;
  -webkit-background-size: 8px auto;
  background-size: 8px auto;
}

.area-interest .items-list .slick-prev,
.area-promotion .items-list .slick-prev {
  left: 0;
}

.area-interest .items-list .slick-next,
.area-promotion .items-list .slick-next {
  right: 0;
}

.area-interest .items-list .slick-next:after,
.area-promotion .items-list .slick-next:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.area-promotion .items-list__item-inner {
  width: 80%;
  margin: 0 auto;
}

.area-promotion .clip {
  right: 11%;
}

.area-promotion .items-list .slick-prev,
.area-promotion .items-list .slick-next {
  top: 46%;
}

.promotion_body {
  padding: 0 15px;
}

.promotion_body__inner {
  background: #ebebeb;
  position: relative;
  padding: 36px 0 46px;
}

.promotion_brand__img {
  width: 100%;
}

.promotion_list .items-list__item {
  margin: 0 33px;
}

.promotion_list .promotion_label {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 10px;
  position: absolute;
  bottom: 5px;
  right: 4px;
  letter-spacing: 0.1em;
  color: #858585;
  margin: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.promotion_brand {
  height: auto !important;
  position: relative;
}

.promotion_brand .promotion_brand__link {
  position: absolute;
  bottom: 12px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  font-size: 12px;
  width: 89%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 0 8px;
  border: 1px solid #8e8e8e;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color .35s ease-in-out;
  -o-transition: background-color .35s ease-in-out;
  transition: background-color .35s ease-in-out;
}

.promotion_brand .promotion_brand__link:hover {
  background-color: #737373;
}

.promotion_brand .promotion_brand__link .-icon {
  width: 14px;
  height: 14px;
  margin-left: 10px;
  vertical-align: -3px;
  display: inline;
}

.promotion_brand .promotion_brand__title {
  position: absolute;
  width: 100%;
  bottom: 58px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: .08em;
  margin: 0;
  color: #fff;
}

.promotion_brand__link {
  background: #373737;
  display: inline-block;
  color: #fff;
}

.entry-list-recommend + .area-interest-ranking {
  margin-top: 21px;
  padding-top: 0;
}

.area-interest-ranking {
  margin-top: 36px;
  padding-top: 36px;
  margin-bottom: 36px;
}

.area-interest-ranking.area-aside {
  background: #ebebeb;
}

.area-interest-ranking .items-list {
  background: #fff;
  margin: 0 15px;
}

.area-interest-ranking .items-list .recommend-article__body {
  background: #fff;
}

.area-interest-ranking .items-list .items-list__container {
  margin: 0 auto;
  padding: 0 15px;
}

.area-interest-ranking .items-list .items-list__item {
  margin: 30px 0 0;
  text-align: center;
  width: 47.5%;
}

.area-interest-ranking .items-list .items-list__item:first-of-type {
  width: 58%;
  float: none;
  margin: 0 auto;
}

.area-interest-ranking .items-list .items-list__item:nth-child(3) {
  float: right;
}

.area-interest-ranking .items-list .items-list__itementry {
  text-align: left;
}

.area-interest-ranking .items-list .recommend-article__body:before, .area-interest-ranking .items-list .recommend-article__body:after {
  display: none;
}

.area-interest-ranking .items-list .recommend-article__body-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.area-interest-ranking .items-list .recommend-article__body-inner:before, .area-interest-ranking .items-list .recommend-article__body-inner:after {
  display: none;
}

.items-list__rank-title {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid #333;
  margin-bottom: 12px;
  margin-top: 7px;
}

.items-list__rank-title > img {
  height: 20px;
  width: auto;
}

.area-interest-rows {
  margin-top: 36px;
  margin-bottom: 36px;
}

.area-interest-rows .items-list {
  background: #ebebeb;
  margin: 0;
}

.area-interest-rows .items-list .recommend-article__header {
  margin: 0 auto 20px;
}

.area-interest-rows .items-list .recommend-article__body:before, .area-interest-rows .items-list .recommend-article__body:after {
  display: none;
}

.area-interest-rows .items-list .recommend-article__body-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.area-interest-rows .items-list .recommend-article__body-inner:before, .area-interest-rows .items-list .recommend-article__body-inner:after {
  display: none;
}

.area-interest-rows .items-list .items-list__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: baseline;
  -ms-flex-line-pack: baseline;
  align-content: baseline;
  margin: 0 auto;
  padding-left: 7px;
}

.area-interest-rows .items-list .items-list__container .items-list__item {
  height: auto;
  margin: 20px 7px 0;
  width: 28%;
}

.area-interest-rows .items-list .items-list__container .items-list__item:nth-child(-n+3) {
  margin-top: 0;
}

.area-interest-rows .items-list .items-list__container .items-list__itementry {
  margin-top: 8px;
}

.area-aside {
  background: #fff;
}

.area-aside__recommend {
  padding: 46px 0;
}

.recommend-article {
  margin: 0 25px;
}

.recommend-article .items-list__container {
  margin-right: 17px;
  margin-left: 17px;
}

.recommend-article__header {
  text-align: center;
  margin: 0 auto 15px;
}

.recommend-article__header .recommend-article__header-inner {
  display: inline-block;
  position: relative;
  padding: 0 3px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 15px;
}

.js .recommend-article__header .recommend-article__header-inner {
  visibility: hidden;
}

.js.ts-on-complete .recommend-article__header .recommend-article__header-inner {
  visibility: visible;
}

.recommend-article__header .recommend-article__header-inner:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fdff69;
}

.recommend-article__header .recommend-article__header-inner .-text {
  position: relative;
  z-index: 1;
}

.recommend-article__body {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.recommend-article__body:before, .recommend-article__body:after {
  content: "";
  position: absolute;
  background: #333333;
  width: 93%;
  height: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.recommend-article__body:before {
  top: -12px;
}

.recommend-article__body:after {
  bottom: -12px;
}

.recommend-article__body-inner {
  padding: 14px 0;
}

.recommend-article__body-inner:before, .recommend-article__body-inner:after {
  content: "";
  position: absolute;
  background: #333333;
  width: 1px;
  height: 100%;
  top: 0;
}

.recommend-article__body-inner:before {
  left: 0;
}

.recommend-article__body-inner:after {
  right: 0;
}

.area-aside__related {
  background-color: #ebebeb;
  text-align: center;
}

.related-article {
  padding: 30px 0 7px;
}

.items-related__container {
  margin: 0 auto;
  padding: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.items-related__container .brand-index-list-pickup {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  display: block;
  margin-bottom: 15px;
  width: 100%;
}

.items-related__container .recommend-article__header {
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 15px;
  margin-bottom: 0;
}

.js .items-related__container .recommend-article__header {
  visibility: hidden;
}

.js.ts-on-complete .items-related__container .recommend-article__header {
  visibility: visible;
}

.items .global-footer {
  background-color: #ebebeb;
  padding-top: 40px;
}

.dspnone {
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(117, 117, 117, 0.5);
  z-index: 1000;
}

.overlay .sizeModal {
  width: 90%;
  height: 80%;
  max-height: 550px;
  position: absolute;
  top: 2.5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.overlay .sizeModal-tab {
  width: 100%;
}

.overlay .sizeModal-tab > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.overlay .sizeModal-tab > ul > li.tablist {
  cursor: pointer;
  background-color: #333333;
  width: -webkit-calc(33% - 10px);
  width: calc(33% - 10px);
  height: 40px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 5px;
  line-height: 1.4em;
}

.overlay .sizeModal-tab > ul > li.tablist.active {
  background-color: #FFFFFF;
  color: #333333;
}

.overlay .sizeModal-tab > ul > li#tablist1 {
  margin-left: 0;
}

.overlay .sizeModal-tab > ul > li#tablist3 {
  margin-right: 0;
}

.overlay .sizeModal-tabitems {
  background-color: #FFFFFF;
  margin-top: 0;
  padding-top: 20px;
  overflow-y: auto;
  height: -webkit-calc(100% - 165px);
  height: calc(100% - 165px);
}

.overlay .sizeModal-tabitems > table {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin: auto;
  border: 2px solid #000000;
  border-collapse: collapse;
}

.overlay .sizeModal-tabitems > table th, .overlay .sizeModal-tabitems > table td {
  border-bottom: 1px solid #000000;
  border-left: 2px solid #000000;
  font-size: 11px;
  text-align: center;
}

.overlay .sizeModal-tabitems > table th {
  background-color: #797979;
  color: #FFFFFF;
  text-align: center;
  height: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.overlay .sizeModal-tabitems > table td.title {
  background-color: #ebebeb;
}

.overlay .sizeModal-tabitems > table td.title.body {
  border-left: none;
}

.overlay .sizeModal #tabitem-1 > table th {
  width: 23%;
}

.overlay .sizeModal #tabitem-1 > table td.title.head {
  height: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.overlay .sizeModal #tabitem-1 > table td.items {
  height: 45px;
}

.overlay .sizeModal #tabitem-2 > table th {
  width: 15%;
  height: 45px;
}

.overlay .sizeModal #tabitem-2 > table th:first-child {
  width: 10%;
  border-left: none;
}

.overlay .sizeModal #tabitem-2 > table th:nth-child(3) {
  width: 30%;
}

.overlay .sizeModal #tabitem-2 > table td.items {
  height: 25px;
}

.overlay .sizeModal #tabitem-2 > table td:nth-child(3) {
  width: 15%;
}

.overlay .sizeModal #tabitem-3 > table th {
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  height: 21px;
}

.overlay .sizeModal #tabitem-3 > table th:first-child, .overlay .sizeModal #tabitem-3 > table td:first-child {
  border-left: none;
}

.overlay .sizeModal #tabitem-3 > table th, .overlay .sizeModal #tabitem-3 > table td {
  height: 21px;
}

.overlay .sizeModal-desc__span {
  background-color: #FFFFFF;
  font-size: 12px;
  display: block;
  padding: 15px 10px 15px 10px;
}

.overlay .sizeModal-close {
  background-color: #FFFFFF;
  padding-top: 30px;
  padding-bottom: 10px;
  position: relative;
}

.overlay .sizeModal-close__field {
  width: 50px;
  height: 55px;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.overlay .sizeModal-close__field > i {
  position: relative;
  cursor: pointer;
}

.overlay .sizeModal-close__field > i::after, .overlay .sizeModal-close__field > i::before {
  position: absolute;
  top: 23px;
  left: 7px;
  content: '';
  background-color: #000000;
  height: 2px;
  width: 35px;
  cursor: pointer;
}

.overlay .sizeModal-close__field > i::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.overlay .sizeModal-close__field > i::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.overlay .sizeModal-close > p {
  text-align: center;
  font-size: 14px;
}

.entry-list.clip-list {
  margin-top: 0;
  padding-top: 16px;
}

.entry-list.clip-list .entry-list__container {
  padding-top: 0;
  border-top-width: 0;
}

.entry-list.clip-list .entry-list__container .entry-list__item {
  margin-bottom: 49px;
  position: relative;
}

.entry-list.clip-list .entry-list__container .entry-list__item .btn-link {
  position: absolute;
  bottom: -19px;
}

.entry-list.clip-list .entry-list__category {
  border-right-width: 0;
  margin-right: 0;
  display: block;
  letter-spacing: .1em;
}

.entry-list.clip-list .entry-list__date {
  display: block;
  margin-top: 4px;
  letter-spacing: .07em;
}

.entry-list.clip-list .entry-list__footer {
  margin-top: 0;
}

.myclip .global-footer {
  background-color: #ebebeb;
}

.signup-header__title {
  text-align: center;
  font-size: 21px;
  margin: 36px auto 10px;
  font-weight: bold;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

.js .signup-header__title {
  visibility: hidden;
}

.js.ts-on-complete .signup-header__title {
  visibility: visible;
}

.signup-header__txt {
  text-align: center;
  margin: 0 0 20px;
  position: relative;
}

.signup-header__txt span {
  font-size: 14px;
  display: inline-block;
  position: relative;
}

.signup-header__txt span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ff2222;
  left: 0;
  bottom: 0;
}

.signup-header__txt span a {
  color: #ff2222;
  text-decoration: none;
}

.sec-signup {
  position: relative;
  background-color: #ebebeb;
}

.sec-signup__inner {
  max-width: 1050px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 15px;
}

.sec-signup__inner .form-sign-up {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 40px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sec-signup__inner .form-sign-up--01 {
  padding: 0;
  margin: 50px 0 78px;
}

.sec-signup__inner .form-sign-up .form-grop {
  position: relative;
  display: block;
}

.sec-signup__inner .form-sign-up__ttl-inp {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 12px;
}

.sec-signup__inner .form-sign-up__input {
  width: 100%;
  height: 50px;
  text-align: center;
  color: #696969;
  margin-bottom: 55px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 2px 10px 0;
}

.sec-signup__inner .form-sign-up__input:hover, .sec-signup__inner .form-sign-up__input:visited, .sec-signup__inner .form-sign-up__input:focus, .sec-signup__inner .form-sign-up__input:active {
  outline: none;
}

.sec-signup__inner .form-sign-up__txt-valid {
  position: absolute;
  color: #ff0000;
  font-size: 12px;
  bottom: 20px;
  font-weight: bold;
}

.sec-signup__inner .form-sign-up .box-capcha {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0 0;
}

.sec-signup__inner .form-sign-up .box-capcha.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sec-signup__inner .form-sign-up .box-capcha__img {
  width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

.sec-signup__inner .form-sign-up .box-capcha__btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: right;
  -webkit-align-items: right;
  -ms-flex-align: right;
  align-items: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sec-signup__inner .form-sign-up .box-capcha__btn__capcha {
  background-color: #ffffff;
  padding: 0 20px;
  min-width: 195px;
  height: 40px;
  font-size: 14px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 2px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

.js .sec-signup__inner .form-sign-up .box-capcha__btn__capcha {
  visibility: hidden;
}

.js.ts-on-complete .sec-signup__inner .form-sign-up .box-capcha__btn__capcha {
  visibility: visible;
}

.sec-signup__inner .form-sign-up .box-capcha__btn__capcha:hover {
  opacity: 0.8;
}

.sec-signup__inner .form-sign-up .box-valid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.sec-signup__inner .form-sign-up .box-valid__text {
  min-width: 140px;
  position: relative;
  background-color: #a7a7a7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec-signup__inner .form-sign-up .box-valid__text p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 0;
}

.sec-signup__inner .form-sign-up .box-valid__img {
  margin: 0;
  background-color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.sec-signup__inner .form-sign-up .box-valid__img img {
  width: 100%;
  max-width: 200px;
}

.sec-signup__inner .form-sign-up__text {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 4px;
}

.list-valid {
  padding-left: 10px;
  position: relative;
  margin-top: 12px;
}

.list-valid__item {
  font-size: 10px;
  position: relative;
  line-height: 1.4;
}

.list-valid__item::before {
  content: '※';
  position: absolute;
  left: -10px;
}

_:default:not(:root:root) .form-sign-up__input, .sec-signup__inner .form-sign-up__input {
  padding-top: 0px;
  line-height: 1.6;
}

.header-cmn__title {
  text-align: center;
  font-size: 21px;
  margin: 34px auto 56px;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

.js .header-cmn__title {
  visibility: hidden;
}

.js.ts-on-complete .header-cmn__title {
  visibility: visible;
}

.sec-cmn-complete {
  position: relative;
  background-color: #ebebeb;
  padding: 16px 0 77px;
}

.sec-cmn-complete__inner {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
}

.sec-cmn-complete__inner__ttl {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
}

.sec-cmn-complete__inner__middle-txt {
  margin: 28px 0 27px;
  font-size: 16px;
  text-align: center;
  line-height: 1.65;
  font-weight: bold;
  letter-spacing: -1px;
}

.sec-cmn-complete__inner__txt {
  font-size: 14px;
  line-height: 1.4;
}

.box-cmn-btn {
  margin: 46px 0 0;
  text-align: center;
}

.box-cmn-btn__btn {
  font-size: 14px;
  padding: 10px 52px;
  background-color: #fff;
  display: inline-block;
  letter-spacing: 1px;
  text-decoration: none;
  color: #333;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

.js .box-cmn-btn__btn {
  visibility: hidden;
}

.js.ts-on-complete .box-cmn-btn__btn {
  visibility: visible;
}

.member--input .member__head {
  padding: 35px 15px 15px;
}

.member--input .member__title {
  margin: 0 0 15px;
}

.member--reservation-cancel .member__content {
  padding: 40px 15px 50px;
}

.member__head {
  padding: 35px 15px 25px;
  text-align: center;
}

.member__content {
  background-color: #ebebeb;
  padding: 40px 15px 75px;
}

.member__title {
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 2.1rem;
  line-height: 1.19048;
  margin: 0;
}

.js .member__title {
  visibility: hidden;
}

.js.ts-on-complete .member__title {
  visibility: visible;
}

.member__auth-link {
  color: #fff;
  background-color: #3b579d;
  font-size: 1.4rem;
  line-height: 1.28571;
  font-weight: bold;
  display: inline-block;
  padding: 5px 10px;
}

.member-input__head {
  padding: 35px 15px 15px;
  text-align: center;
}

.member-input__content {
  background-color: #ebebeb;
  padding: 40px 15px 75px;
}

.member-input__title {
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 2.1rem;
  line-height: 1.09524;
  margin: 0 0 15px;
}

.js .member-input__title {
  visibility: hidden;
}

.js.ts-on-complete .member-input__title {
  visibility: visible;
}

.member-input__auth-link {
  color: #fff;
  background-color: #3b579d;
  font-size: 1.4rem;
  line-height: 1.28571;
  font-weight: bold;
  display: inline-block;
  padding: 5px 10px;
}

.txt-content-input {
  max-width: 690px;
  width: 100%;
  height: 300px;
  overflow-y: auto;
  font-size: 1.4rem;
  background-color: #fff;
  padding: 15px;
  margin: 20px auto 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

.txt-content-input .title {
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
}

.txt-content-input .article-title {
  font-weight: bold;
}

.txt-content-input .tos-date {
  text-align: right;
}

.txt-content-input ul li {
  list-style-type: disc;
}

.modal-brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.modal-brand.-ja .label-cloned .-en {
  display: none;
}

.modal-brand.-en .label-cloned .-ja {
  display: none;
}

.modal-brand__contents {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  padding: 0 7px 7px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.modal-brand__contents--is-open {
  bottom: -webkit-calc(100% + 37px);
  bottom: calc(100% + 37px);
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.modal-brand__body {
  padding: 0 6px 6px;
  position: relative;
}

.modal-brand__body-inner {
  height: 140px;
  overflow-y: scroll;
}

.modal-brand__brand-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -25px 0 0 -25px;
}

.modal-brand__brand-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 33.33%;
  margin-top: 25px;
  padding-left: 25px;
}

.modal-brand__close {
  position: absolute;
  top: 14px;
  right: 14px;
}

.modal-brand__close img {
  display: block;
  width: 12px;
  height: 12px;
}

.modal-brand__title {
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 1.4rem;
  line-height: 1.28571;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}

.js .modal-brand__title {
  visibility: hidden;
}

.js.ts-on-complete .modal-brand__title {
  visibility: visible;
}

.modal-brand__tab-area {
  overflow: hidden;
}

.modal-brand__tab-area.-ja .modal-brand__tab-body .modal-brand__label-text .-en {
  display: none;
}

.modal-brand__tab-area.-en .modal-brand__tab-body .modal-brand__label-text .-ja {
  display: none;
}

.modal-brand__tab-head {
  margin: 0 -3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal-brand__tab-body {
  background-color: #ebebeb;
}

.modal-brand__tab-title {
  font-size: 1.4rem;
  line-height: 1.28571;
  word-break: keep-all;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

.js .modal-brand__tab-title {
  visibility: hidden;
}

.js.ts-on-complete .modal-brand__tab-title {
  visibility: visible;
}

.modal-brand__tab-title .text-mid {
  margin: 0 4px;
}

.modal-brand__tab {
  color: inherit;
  cursor: pointer;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 3px;
  position: relative;
  width: 50%;
  text-decoration: none;
  text-align: center;
}

.modal-brand__tab:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #333333;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.modal-brand__tab.-current {
  background-color: #ebebeb;
}

.modal-brand__tab.-current:after {
  width: 100%;
}

.modal-brand__button-modal {
  color: #fff;
  cursor: pointer;
  background-color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.28571;
  display: block;
  width: 130px;
  height: 30px;
  padding: 7px 0;
  text-align: center;
}

.modal-brand__button-modal-in {
  padding: 0 15px;
  position: relative;
}

.modal-brand__button-modal-in::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 14px;
  height: 15px;
  background: url("/asm/images/icon-search--white.svg") no-repeat 0 0;
  -webkit-background-size: 14px 15px;
  background-size: 14px 15px;
}

.modal-brand__append-modal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 80px;
  padding: 10px 0 30px;
}

.modal-brand__modal-empty {
  font-size: 1.4rem;
  line-height: 1.28571;
  margin: 30px 0 0;
}

.modal-brand__modal-empty--tab {
  margin-left: 20px;
}

.modal-brand__search-wrap {
  background-color: #f1f1f1;
}

.modal-brand__search-box {
  margin: 0 auto;
  padding: 20px 6px 14px;
  position: relative;
  width: auto;
  background-color: #ebebeb;
}

.modal-brand__search-box:before {
  content: url("/asm/images/icon-search.svg");
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  margin-top: 8px;
  margin-left: 11px;
}

.safari .modal-brand__search-box:before {
  margin-top: 10px;
}

.msie .modal-brand__search-box:before {
  margin-top: 9px;
}

.edge .modal-brand__search-box:before {
  margin-top: 9px;
}

.modal-brand__search {
  background: #fff;
  font-size: 14px;
  padding: 8px 11px 8px 36px;
  display: block;
  width: 100%;
  border-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-brand__search::-webkit-input-placeholder {
  color: #999;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.safari .modal-brand__search::-webkit-input-placeholder {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.modal-brand__search::-webkit-input-placeholder-shown {
  color: #999;
}

.modal-brand__search::-moz-placeholder-shown {
  color: #999;
}

.modal-brand__search:-ms-input-placeholder-shown {
  color: #999;
}

.modal-brand__search::-ms-input-placeholder-shown {
  color: #999;
}

.modal-brand__search::placeholder-shown {
  color: #999;
}

.modal-brand__search::-ms-input-placeholder {
  color: #999;
}

.modal-brand__result-zero {
  position: absolute;
  top: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.modal-brand__label {
  cursor: pointer;
}

.modal-brand__label-text {
  font-size: 1.4rem;
  line-height: 1.28571;
  display: inline-block;
  padding-left: 15px;
  position: relative;
}

.modal-brand__label-text .-en {
  font-family: "Lato", sans-serif;
  letter-spacing: .075em;
}

.modal-brand__label-item:not(:last-child) {
  margin-bottom: 12px;
}

.modal-brand__checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: none;
}

.modal-brand__checkbox + .modal-brand__label-text::before {
  position: absolute;
  content: '';
  top: 4px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #999;
}

.modal-brand__checkbox:checked + .modal-brand__label-text::before {
  background-color: #333;
}

.modal-brand .label-cloned {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: block;
  width: 100%;
}

.modal-brand .label-cloned:not(:last-child) {
  margin-bottom: 8px;
}

.modal-brand .label-cloned__in {
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 7px 34px 7px 8px;
  position: relative;
  background-color: #fff;
}

.modal-brand .label-cloned__close {
  cursor: pointer;
  position: absolute;
  top: -webkit-calc(50% - 6px);
  top: calc(50% - 6px);
  right: 8px;
}

.modal-brand .label-cloned__close img {
  display: block;
  width: 12px;
  height: 12px;
}

.list-table {
  padding: 0;
  margin: 0;
  position: relative;
}

.list-table__item {
  margin-bottom: 7px;
}

.list-table__item:last-child {
  margin-bottom: 0;
}

.list-table__item__text {
  font-size: 14px;
  margin: 0;
}

.list-table__item__status-text {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  background-color: #333333;
  padding: 3px 0 3px 5px;
  min-width: 107px;
  margin-right: 12px;
  color: #fff;
}

.member-confirm__head {
  margin: 35px 0 55px;
  text-align: center;
}

.member-confirm__title {
  font-size: 21px;
  margin: 0;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

.js .member-confirm__title {
  visibility: hidden;
}

.js.ts-on-complete .member-confirm__title {
  visibility: visible;
}

.wrap-btn-confirm {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 22px;
}

.wrap-btn-confirm__btn {
  background-color: #fff;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  max-width: 195px;
  text-align: center;
  padding: 10px 70px;
  margin: 10px 0;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

.js .wrap-btn-confirm__btn {
  visibility: hidden;
}

.js.ts-on-complete .wrap-btn-confirm__btn {
  visibility: visible;
}

.wrap-btn-confirm__btn:hover {
  opacity: 0.7;
}

.member-confirm__content {
  background-color: #ebebeb;
  padding: 40px 0 60px;
}

.member-confirm__content__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 auto;
}

.s-lh-13 {
  line-height: 1.3;
}

.txt-table-from {
  font-size: 14px;
  color: #333;
}

.txt-table-from a {
  display: inline-block;
  pointer-events: none;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.table-form {
  /* reservation detail */
}

.table-form--register-form .table-form__detail {
  padding: 6px 0 30px;
}

.table-form--confirm .table-form__wrap {
  display: none;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}

.table-form--confirm .table-form__head {
  height: auto;
}

.table-form--confirm .table-form__text--alter {
  margin: 0;
  letter-spacing: -1px;
  display: inline-block;
  margin-bottom: 20px;
}

.table-form--confirm .table-form__text--bigger {
  text-align: center;
}

.table-form--confirm .table-form__head-text {
  line-height: 1.8;
}

.table-form--confirm .table-form__detail--edit {
  display: block;
}

.table-form--confirm .table-form__detail-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 17px 0 13px;
}

.table-form--confirm .table-form__detail-btn-readmore {
  text-align: center;
  margin: 24px 0 48px;
}

.table-form--confirm .table-form__detail-btn-readmore.is-open .txt-normal {
  display: none;
}

.table-form--confirm .table-form__detail-btn-readmore.is-open .txt-all {
  display: inline;
}

.table-form--confirm .table-form__detail-btn-readmore.is-open span img {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.table-form--confirm .table-form__detail-btn-readmore span {
  font-size: 14px;
  position: relative;
  letter-spacing: 2px;
  cursor: pointer;
}

.table-form--confirm .table-form__detail-btn-readmore span img {
  width: 15px;
  height: 11px;
  vertical-align: middle;
  margin-left: 2px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.table-form--confirm .table-form__detail-btn-readmore span.txt-normal {
  display: inline;
}

.table-form--confirm .table-form__detail-btn-readmore span.txt-all {
  display: none;
}

.table-form--confirm .table-form__detail-btn-readmore span::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #333;
  left: 0;
  position: absolute;
  bottom: 0;
}

.table-form--confirm .table-form__detail-btn {
  padding: 10px 32px;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  min-width: 208px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

.js .table-form--confirm .table-form__detail-btn {
  visibility: hidden;
}

.js.ts-on-complete .table-form--confirm .table-form__detail-btn {
  visibility: visible;
}

.table-form__form-group {
  display: block;
  position: relative;
}

.table-form__head {
  background-color: #333333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 7px;
  width: 100%;
  height: auto;
  position: relative;
}

.table-form__head-text {
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.42857;
  display: inline-block;
  vertical-align: middle;
}

.js .table-form__head-text {
  visibility: hidden;
}

.js.ts-on-complete .table-form__head-text {
  visibility: visible;
}

.table-form__head-text--center {
  text-align: center;
  width: 100%;
}

.table-form__head-text-small {
  font-size: 1.2rem;
  line-height: 1.33333;
}

.table-form__require {
  color: #fff;
  background-color: #ffa5b0;
  font-size: 1.2rem;
  line-height: 1.16667;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  padding: 2px 10px;
}

.table-form__detail {
  padding: 15px 0 14px;
}

.table-form__detail.tab {
  padding-left: 7px;
}

.table-form__detail--modal {
  padding: 6px 0 0;
}

.table-form__detail-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 -7px;
  position: relative;
}

.table-form__detail-group--radio-group {
  margin-top: 8px;
}

.table-form__detail-text {
  margin: 0;
  font-size: 14px;
}

.table-form__detail-text a {
  text-decoration: none;
  color: #333;
}

.table-form__detail-box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: block;
  width: 100%;
}

.table-form__detail-box:not(:last-child) {
  margin-bottom: 15px;
}

.table-form__title-detail {
  margin: 0 0 12px;
}

.table-form__title-detail-in {
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 1.4rem;
  line-height: 1.28571;
  border-bottom: 1px solid #333;
  display: inline-block;
}

.js .table-form__title-detail-in {
  visibility: hidden;
}

.js.ts-on-complete .table-form__title-detail-in {
  visibility: visible;
}

.table-form__error-msg {
  color: #f00;
  font-size: 1.2rem;
  line-height: 1.33333;
  font-weight: bold;
  position: absolute;
  left: 7px;
  bottom: -20px;
  margin: 0;
}

.table-form__input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.71429;
  margin: 0 7px;
  padding: 5px;
  height: 35px;
}

.table-form__input-text::-webkit-input-placeholder {
  color: #aaa;
}

.table-form__input-text:-moz-placeholder {
  color: #aaa;
}

.table-form__input-text::-moz-placeholder {
  color: #aaa;
}

.table-form__input-text:-ms-input-placeholder {
  color: #aaa;
}

.table-form__input-text.pattern-01 {
  width: 50%;
}

.table-form__input-text.pattern-02 {
  width: 175px;
}

.table-form__input-text.pattern-03 {
  width: 100%;
}

.table-form__input-text--postal-code {
  font-size: 1.2rem;
  line-height: 1.16667;
}

.table-form__input-manual {
  margin: 0 -7px;
  width: 100%;
}

.table-form__select-box-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -7px;
  position: relative;
}

.table-form__select-box-list.col-03 .table-form__select-box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 33.33%;
}

.table-form__select-box {
  display: inline-block;
  margin: 0 7px;
  position: relative;
}

.table-form__select-box::after {
  position: absolute;
  content: '';
  right: 10px;
  top: -webkit-calc(50% - 4px);
  top: calc(50% - 4px);
  width: 13px;
  height: 7px;
  background: url("/asm/images/icon_select_arrow.png") no-repeat 0 0;
  -webkit-background-size: 13px 7px;
  background-size: 13px 7px;
}

.table-form__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.28571;
  height: 35px;
  padding: 5px;
  position: relative;
}

.table-form__select::-ms-expand {
  display: none;
}

.table-form__select.pattern-01 {
  width: 100%;
}

.table-form__select.pattern-02 {
  width: 175px;
}

.table-form__textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 5px;
  resize: none;
}

.table-form__button {
  color: #fff;
  cursor: pointer;
  background-color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1;
  display: block;
  width: 105px;
  height: 35px;
  padding: 12px;
  text-align: center;
}

.table-form__label {
  margin: 0 8px;
}

.table-form__label--manual {
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  position: absolute;
  top: 4px;
  right: 6px;
}

.js .table-form__label--manual {
  visibility: hidden;
}

.js.ts-on-complete .table-form__label--manual {
  visibility: visible;
}

.table-form__label--manual .table-form__label-text {
  color: #fff;
  padding-left: 20px;
}

.table-form__label--submit {
  margin-right: 0;
}

.table-form__label-text {
  font-size: 1.4rem;
  line-height: 1.28571;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.table-form__radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: -9999px;
}

.table-form__radio + .table-form__label-text::before {
  position: absolute;
  content: '';
  top: 3px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #333;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.table-form__radio:checked + .table-form__label-text::before {
  background-color: #333;
}

.table-form__checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: -9999px;
}

.table-form__checkbox + .table-form__label-text::before {
  position: absolute;
  content: '';
  top: 1px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #999;
}

.table-form__checkbox:checked + .table-form__label-text::before {
  background-color: #333;
}

.table-form__checkbox--manual + .table-form__label-text::before {
  top: -webkit-calc(50% - 7px);
  top: calc(50% - 7px);
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: none;
}

.table-form__checkbox--manual:checked + .table-form__label-text::before {
  background-color: #000;
}

.table-form__list-check {
  overflow: hidden;
  margin: -12px 0 0 -12px;
  padding: 0;
}

.table-form__list-check li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 12px 0 0 12px;
}

.table-form__list-check li .table-form__label {
  margin: 0;
}

.table-form__list-check--pattern-01 {
  margin-top: 0px;
}

.table-form__form-submit {
  margin-top: 60px;
  position: relative;
  text-align: center;
}

.table-form__submit-error {
  font-size: 1.2rem;
  line-height: 1.33333;
  font-weight: bold;
  color: #f00;
  position: absolute;
  top: -55px;
  width: 100%;
}

.table-form__submit-check {
  margin-bottom: 20px;
}

.table-form__submit-check .submit-check-uline {
  text-decoration: underline;
  color: #333;
}

.table-form__submit-check .table-form__label-text {
  font-weight: bold;
}

.table-form__submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.28571;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  width: 200px;
  height: 40px;
  padding: 10px;
}

.js .table-form__submit {
  visibility: hidden;
}

.js.ts-on-complete .table-form__submit {
  visibility: visible;
}

.table-form__detail-map {
  border: none;
  display: block;
  width: 100%;
  height: 200px;
}

.table-form__reservation-button-list {
  margin: 35px 0 0;
}

.table-form__reservation-button-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-form__reservation-button-item:not(:last-child) {
  margin-bottom: 20px;
}

.table-form__reservation-button {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 1.4rem;
  line-height: 1.28571;
  display: block;
  width: 195px;
  height: 40px;
  padding: 12px;
  text-align: center;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  text-decoration: none;
  color: #333;
}

.js .table-form__reservation-button {
  visibility: hidden;
}

.js.ts-on-complete .table-form__reservation-button {
  visibility: visible;
}

.table-form__reservation-button:hover {
  opacity: 0.6;
  color: #333;
}

.sec-sub-content {
  width: 100%;
  position: relative;
  display: block;
}

.local-navi .list-local-navi {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -5px;
}

.local-navi .list-local-navi__item {
  position: relative;
  margin: 0 5px;
  width: 100%;
  background-color: #f5f5f5;
  overflow: hidden;
}

.local-navi .list-local-navi__item__link {
  color: #333;
  text-decoration: none;
  padding: 10px 5px;
  font-size: 12px;
  display: block;
  text-align: center;
  background-color: #f5f5f5;
  position: relative;
  height: 100%;
}

.local-navi .list-local-navi__item__link:hover, .local-navi .list-local-navi__item__link.is-active {
  background-color: #ebebeb;
}

.local-navi .list-local-navi__item__link.is-active::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #030000;
  left: 0;
  top: 0;
}

.sec-main-content {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.member-detail .member-confirm__head {
  margin-bottom: 19px;
}

.member-detail .member-confirm__content {
  padding-bottom: 25px;
}

.s-mb-45 {
  margin-bottom: 45px !important;
}

.sec-reservation--fix-height {
  min-height: 1600px;
}

.sec-reservation .table-form {
  margin-bottom: 42px;
  padding-bottom: 30px;
  border-bottom: 2px solid #333;
}

.sec-reservation .table-form:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sec-reservation .table-form__head {
  padding: 0px 7px;
}

.sec-reservation .table-form__detail {
  padding: 12px 0 17px;
}

.txt-message-no {
  position: relative;
  background-color: #fff;
  font-size: 14px;
  padding: 35px 15px;
  text-align: center;
  margin: 0;
}

.table-form__detail-link-arrow {
  float: right;
  font-size: 14px;
  color: #333;
  position: relative;
  padding-right: 17px;
  margin: 10px 0 0;
  text-decoration: none;
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

.js .table-form__detail-link-arrow {
  visibility: hidden;
}

.js.ts-on-complete .table-form__detail-link-arrow {
  visibility: visible;
}

.table-form__detail-link-arrow::after {
  content: '';
  width: 9px;
  height: 16px;
  background-image: url(/asm/images/icon-arrow-right.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  right: 0;
  margin-top: 4px;
}

.s-pb-00 {
  padding-bottom: 0px !important;
}

.form-mail {
  width: 100%;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-mail__text {
  font-size: 14px;
  margin: 33px 0 43px;
  line-height: 1.7;
}

.form-mail .form-grop {
  position: relative;
}

.form-mail .wrap-btn-confirm {
  margin: 8px 0 40px;
}

.form-mail .wrap-btn-confirm__btn {
  min-width: 168px;
  padding: 10px 15px;
}

.txt-mail-address {
  font-family: "秀英明朝 M", "Shuei Mincho M", "ShueiMinPro-M", serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  background-color: #333;
  color: #fff;
  font-size: 14px;
  text-align: left;
  padding: 2px 7px;
  margin: 0;
}

.js .txt-mail-address {
  visibility: hidden;
}

.js.ts-on-complete .txt-mail-address {
  visibility: visible;
}

.txt-mail {
  background-color: #fff;
  color: #333;
  font-size: 16px;
  text-align: left;
  padding: 14px 7px;
  margin: 0 0 55px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}

html.black .global-body {
  color: #fff;
  background-color: #000;
}

html.black .global-header {
  color: #fff;
  background-color: #000;
}

html.black .global-header__group1 {
  border-color: #fff;
}

html.black .global-header__logo-asm > a > img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

html.black .global-menu__trigger span {
  background-color: #fff;
}

html.black .global-menu__trigger span:before, html.black .global-menu__trigger span:after {
  background-color: #fff;
}

html.black .global-footer {
  color: #fff;
  background-color: #000;
}

html.black .global-footer__group1 {
  border-color: #fff;
}

html.black .global-footer-nav1__item > a > img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

html.black .global-footer-nav4,
html.black .global-footer-copyright {
  border-color: #fff;
}

html.black .global-footer-nav4__item > a {
  color: #fff;
}

html.black .global-footer-nav4__line {
  background-color: #474747;
}

html.black.global-menu-open .global-menu__trigger span:before, html.black.global-menu-open .global-menu__trigger span:after {
  background-color: #000;
}

html.black .button-banner > a {
  background-color: #fff;
  color: #333;
}

html.black .button-banner > a:after {
  background-image: url("/asm/images/arrow-black.svg");
}

html.black .membership-title > img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

html.black .membership_lead:before {
  background-color: #fff;
}

html.black .nav-membership__link {
  color: #fff;
  border-color: #fff;
}

html.black .nav-membership__link .-icon > img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

html.black .nav-membership__link .-arrow > img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

html.black .sec-campaign {
  background-color: #333;
  color: #333;
}

html.black .sec-campaign__title {
  color: #fff;
}

html.black .sec-campaign__title > .-img > img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

html.black .-accent {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #d7717d), color-stop(50%, #d7717d), color-stop(50%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #d7717d 0, #d7717d 50%, rgba(255, 255, 255, 0) 50%);
  background-image: -o-linear-gradient(left, #d7717d 0, #d7717d 50%, rgba(255, 255, 255, 0) 50%);
  background-image: linear-gradient(90deg, #d7717d 0, #d7717d 50%, rgba(255, 255, 255, 0) 50%);
  background-image: -ms-linear-gradient(90deg, #d7717d 0, #d7717d 50%, rgba(255, 255, 255, 0) 50%);
}

html.black .sec-membership-list {
  border-color: #fff;
}

html.black .sec-membership-list_title .-icon > img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

html.black .badge-link .-accent {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ffa5b0), color-stop(50%, #ffa5b0), color-stop(50%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #ffa5b0 0, #ffa5b0 50%, rgba(255, 255, 255, 0) 50%);
  background-image: -o-linear-gradient(left, #ffa5b0 0, #ffa5b0 50%, rgba(255, 255, 255, 0) 50%);
  background-image: linear-gradient(90deg, #ffa5b0 0, #ffa5b0 50%, rgba(255, 255, 255, 0) 50%);
  background-image: -ms-linear-gradient(90deg, #ffa5b0 0, #ffa5b0 50%, rgba(255, 255, 255, 0) 50%);
}
