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

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

/**
 * 1. Remove the bottom border in Chrome 57- and 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 */
  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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

@font-face {
  font-family: 'MADE Sunflower Regular';
  font-style: normal;
  font-weight: normal;
  src: local("MADE Sunflower Regular"), url("../../assets/fonts/MADE-Sunflower-Regular.woff2") format("woff2"), url("../../assets/fonts/MADE-Sunflower-Regular.woff") format("woff");
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

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

html {
  font-size: 16px;
}

@media screen and (max-width: 772px) {
  html {
    font-size: 6.85vw;
  }
}

h1, h2, h3, p, ul, li, dl, dt, dd {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

ul, li, dl, dt, dd {
  padding: 0;
}

img, svg {
  width: auto;
  max-width: 100%;
}

div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  color: #333;
  text-decoration: none;
  transition: all .3s ease-out;
}

a:hover {
  opacity: 0.65;
}

a.disabled {
  pointer-events: none;
  opacity: 0.25;
}

a.txtlink {
  text-decoration: underline;
}

a.txtlink:hover {
  text-decoration: none;
}

a:focus, button:focus {
  outline: none;
}

.bg-color {
  background-color: #D54668;
}

/* Device
------------------------------------------------------------*/
.spView {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pcView {
    display: none;
  }
  .spView {
    display: inline;
  }
}

/* body
------------------------------------------------------------*/
body {
  position: relative;
  background-color: #EAEAEA;
  font-family: source-han-sans-japanese, "Roboto", Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   Pro", "Hiragino Kaku Gothic Pro", Osaka, "\30E1\30A4\30EA\30AA", Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
  color: #000;
  font-size: 16px;
  text-align: justify;
  line-height: 2.0;
  font-weight: 300;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
  -moz-font-feature-settings: "palt" 1;
  -o-font-feature-settings: "palt" 1;
  -webkit-tap-highlight-color: rgba(8, 6, 6, 0);
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 3.615vw;
    line-height: 1.6;
  }
}

/* loading
------------------------------------------------------------*/
.wwd__loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 9999;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  transition-property: all;
  transition-duration: 1.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wwd__loading img {
  width: 100%;
  max-width: 350px;
}

@media only screen and (max-width: 768px) {
  .wwd__loading img {
    width: 52.0vw;
  }
}

/* header
------------------------------------------------------------*/
header {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  display: block;
  padding: 20px 0 0 40px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  header {
    padding: 5.33vw 4.27vw;
  }
}

header .wwd__logo {
  width: 110px;
  height: 32px;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

@media only screen and (max-width: 768px) {
  header .wwd__logo {
    width: 21.3vw;
    height: 6.196vw;
  }
}

header .wwd__logo a {
  display: block;
}

header .wwd__logo img, header .wwd__logo svg {
  width: 110px;
  height: 32px;
}

@media only screen and (max-width: 768px) {
  header .wwd__logo img, header .wwd__logo svg {
    width: 21.3vw;
    height: 6.196vw;
  }
}

/* footer
------------------------------------------------------------*/
footer {
  position: relative;
  display: block;
  padding: 80px 0 95px;
  width: 100%;
  background-color: #000;
}

@media only screen and (max-width: 768px) {
  footer {
    padding: 18.0vw 0;
  }
}

footer .credit {
  display: none;
  margin: 0 auto 45px;
}

@media only screen and (max-width: 768px) {
  footer .credit {
    margin-bottom: 15.0vw;
  }
}

footer .wwd__logo {
  width: 110px;
  height: 32px;
  margin: 0 auto 45px;
  line-height: 0;
}

@media only screen and (max-width: 768px) {
  footer .wwd__logo {
    width: 24.0vw;
    height: 6.98vw;
    margin: 0 auto 6.0vw;
  }
}

footer .wwd__logo img, footer .wwd__logo svg {
  width: 110px;
  height: 32px;
}

@media only screen and (max-width: 768px) {
  footer .wwd__logo img, footer .wwd__logo svg {
    width: 24.0vw;
    height: 6.98vw;
  }
}

footer p {
  margin: 0;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  footer p {
    font-size: 2.65vw;
    line-height: 1.6;
  }
}

.contents {
  min-height: 100vh;
  position: relative;
}

.box-title {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 100;
  background-color: #000;
}

.box-title > div {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 768px;
  background-image: url("../../images/bgr_mainvisual.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .box-title > div {
    padding-bottom: 20.0vw;
    height: calc(100vw * 1.48);
    background-image: url("../../images/bgr_mainvisual_sp.jpg");
    background-position: center bottom;
    background-size: cover;
  }
}

.box-title > div .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 99;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .box-title > div .container {
    margin: 0 auto;
    padding: 21.5vw 0 0;
    width: 100%;
    max-width: unset;
    height: 100%;
  }
}

.box-title > div .container .award-label {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 240px;
}

@media only screen and (max-width: 768px) {
  .box-title > div .container .award-label {
    margin-bottom: 8.0vw;
    max-width: 32.4vw;
  }
}

.box-title > div .container .award-label ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.box-title > div .container .award-label ul li {
  margin: 0;
  width: 103px;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .box-title > div .container .award-label ul li {
    width: 13.7vw;
  }
}

.box-title > div .container .award-label ul li img, .box-title > div .container .award-label ul li svg {
  display: block;
  margin: 0 auto;
  width: 100%;
  fill: #fff;
}

.box-title > div .container h1 {
  margin: 100px auto;
  width: 610px;
  font-size: 0;
  line-height: 1.0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .box-title > div .container h1 {
    margin: 0 auto;
    max-width: 81.5vw;
  }
}

.box-title > div .container h1 img {
  display: block;
  margin-bottom: 30px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .box-title > div .container h1 img {
    margin-bottom: 4.0vw;
  }
}

.box-title > div .container h1 span {
  color: #000;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: .16rem;
}

@media only screen and (max-width: 768px) {
  .box-title > div .container h1 span {
    font-size: 5.25vw;
  }
}

.box-title > div .container .scroll-sign {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 40px;
}

@media only screen and (max-width: 768px) {
  .box-title > div .container .scroll-sign {
    position: absolute;
    top: 4.85vw;
    left: auto;
    right: 4.27vw;
    width: 10.0vw;
    height: 10.0vw;
    margin-bottom: 0;
  }
}

.box-title > div .container .scroll-sign span {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  color: #000;
  font-size: 9px;
  line-height: 1.0;
  text-align: center;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .box-title > div .container .scroll-sign span {
    font-size: 2.85vw;
  }
}

.box-title > div .container .scroll-sign .scroll-arrow {
  position: relative;
  display: block;
  width: 28px;
  height: auto;
}

.box-title > div .container .scroll-sign .scroll-arrow img, .box-title > div .container .scroll-sign .scroll-arrow svg {
  display: block;
  width: 28px;
  height: auto;
  position: absolute;
  -webkit-animation: 1.0s ease-in 0.8s infinite alternate forwards running iconarrow;
  animation: 1.0s ease-in 0.8s infinite alternate forwards running iconarrow;
  fill: #000;
}

@-webkit-keyframes iconarrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes iconarrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

.box-spread {
  position: relative;
  z-index: 100;
  box-sizing: border-box;
  width: 100%;
}

.box-spread .inner-content {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content {
    max-width: 91.5vw;
    padding: 12.5vw 0 15.0vw;
  }
}

.box-spread .inner-content .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.box-spread.products .inner-content h2, .box-spread.column .inner-content h2, .box-spread.aggregate .inner-content h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: nowrap;
  position: relative;
  margin-bottom: 50px;
  width: 100%;
  font-size: 0;
  text-align: center;
  line-height: 1.0;
  font-weight: 100;
}

@media only screen and (max-width: 768px) {
  .box-spread.products .inner-content h2, .box-spread.column .inner-content h2, .box-spread.aggregate .inner-content h2 {
    flex-direction: column;
    margin: 0 0 5.0vw;
  }
}

.box-spread.products .inner-content h2 .ttl, .box-spread.column .inner-content h2 .ttl, .box-spread.aggregate .inner-content h2 .ttl {
  position: relative;
  width: 100%;
}

.box-spread.products .inner-content h2 .ttl span, .box-spread.column .inner-content h2 .ttl span, .box-spread.aggregate .inner-content h2 .ttl span {
  position: relative;
  z-index: 2;
  display: block;
  font-family: "MADE Sunflower Regular", serif;
  font-size: 3.75rem;
  font-weight: 300;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .box-spread.products .inner-content h2 .ttl span, .box-spread.column .inner-content h2 .ttl span, .box-spread.aggregate .inner-content h2 .ttl span {
    font-size: 10.0vw;
  }
}

.box-spread.products .inner-content h2 small, .box-spread.column .inner-content h2 small, .box-spread.aggregate .inner-content h2 small {
  font-size: 1.0rem;
  line-height: 1.45;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .box-spread.products .inner-content h2 small, .box-spread.column .inner-content h2 small, .box-spread.aggregate .inner-content h2 small {
    margin-top: 2.0vw;
    font-size: 3.25vw;
  }
}

.box-spread.products .inner-content h3, .box-spread.column .inner-content h3, .box-spread.aggregate .inner-content h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .box-spread.products .inner-content h3, .box-spread.column .inner-content h3, .box-spread.aggregate .inner-content h3 {
    margin-bottom: 3.5vw;
  }
}

.box-spread.products .inner-content h3 img, .box-spread.products .inner-content h3 svg, .box-spread.column .inner-content h3 img, .box-spread.column .inner-content h3 svg, .box-spread.aggregate .inner-content h3 img, .box-spread.aggregate .inner-content h3 svg {
  height: 45px;
}

@media only screen and (max-width: 768px) {
  .box-spread.products .inner-content h3 img, .box-spread.products .inner-content h3 svg, .box-spread.column .inner-content h3 img, .box-spread.column .inner-content h3 svg, .box-spread.aggregate .inner-content h3 img, .box-spread.aggregate .inner-content h3 svg {
    height: 5.6vw;
  }
}

.box-spread.products .inner-content .container p, .box-spread.column .inner-content .container p, .box-spread.aggregate .inner-content .container p {
  margin-bottom: 10px;
}

.box-spread.products .inner-content .container strong, .box-spread.column .inner-content .container strong, .box-spread.aggregate .inner-content .container strong {
  font-weight: bold;
}

.box-spread.introduction .inner-content {
  padding: 70px 0 60px;
}

@media only screen and (max-width: 768px) {
  .box-spread.introduction .inner-content {
    padding: 26.0vw 0 10.0vw;
  }
}

.box-spread.introduction .inner-content p {
  font-size: 1.0rem;
}

@media only screen and (max-width: 768px) {
  .box-spread.introduction .inner-content p {
    font-size: 4.25vw;
  }
}

.box-spread.introduction .inner-content .about_bestcosme {
  position: absolute;
  top: -130px;
  right: 10px;
  display: block;
  width: 355px;
}

@media only screen and (max-width: 768px) {
  .box-spread.introduction .inner-content .about_bestcosme {
    top: -19.5vw;
    right: -1.0vw;
    width: 70.0vw;
  }
}

.box-spread.category {
  max-width: 710px;
  margin: 0 auto;
}

.box-spread.category .inner-content {
  padding: 40px 0 50px;
}

@media only screen and (max-width: 768px) {
  .box-spread.category .inner-content {
    padding: 6.0vw 0;
  }
}

.box-spread.category .inner-content h2 {
  position: relative;
  margin-bottom: 30px;
  font-family: "MADE Sunflower Regular", serif;
  color: #fff;
  font-size: 0;
  text-align: center;
  line-height: 1.35;
  font-weight: 300;
  letter-spacing: .085rem;
}

@media only screen and (max-width: 768px) {
  .box-spread.category .inner-content h2 {
    flex-direction: column;
    margin: 0 0 8.0vw;
  }
}

.box-spread.category .inner-content h2.ttl {
  position: relative;
  width: 100%;
}

.box-spread.category .inner-content h2.ttl span {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "MADE Sunflower Regular", serif;
  font-size: 2.625rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .box-spread.category .inner-content h2.ttl span {
    font-size: 6.5vw;
  }
}

.box-spread.category .inner-content h2.ttl span small {
  font-size: 1.85rem;
  line-height: 1.0;
  text-transform: none;
}

@media only screen and (max-width: 768px) {
  .box-spread.category .inner-content h2.ttl span small {
    margin-bottom: 2.4vw;
    font-size: 5.8vw;
  }
}

.box-spread.category .inner-content .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .box-spread.category .inner-content .container {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

.box-spread.category .inner-content .container.award-category {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .box-spread.category .inner-content .container.award-category {
    width: 72.5vw;
    margin-bottom: 6.0vw;
  }
}

.box-spread.category .inner-content .container.award-category dl {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  width: 49.0%;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .box-spread.category .inner-content .container.award-category dl {
    width: 100%;
  }
}

.box-spread.category .inner-content .container.award-category dl:first-child {
  width: 45.0%;
}

@media only screen and (max-width: 768px) {
  .box-spread.category .inner-content .container.award-category dl:first-child {
    width: 100%;
    margin-bottom: 6.5vw;
  }
}

.box-spread.category .inner-content .container.award-category dl dt {
  margin-right: 15px;
}

@media only screen and (max-width: 768px) {
  .box-spread.category .inner-content .container.award-category dl dt {
    margin-right: 3.0vw;
  }
}

.box-spread.category .inner-content .container.award-category dl dt .award-label {
  width: 100%;
  font-size: 0;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .box-spread.category .inner-content .container.award-category dl dt .award-label {
    width: auto;
  }
}

.box-spread.category .inner-content .container.award-category dl dt .award-label span {
  width: 100px;
  height: 100%;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .box-spread.category .inner-content .container.award-category dl dt .award-label span {
    display: block;
    margin: 0;
    padding: 0;
    width: 20.0vw;
  }
}

.box-spread.category .inner-content .container.award-category dl dd {
  width: calc(100% - 115px);
  font-size: 1.15rem;
  line-height: 1.45;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .box-spread.category .inner-content .container.award-category dl dd {
    width: 100%;
  }
}

.box-spread.category .inner-content .container.award-category dl dd .ttl {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  font-size: 0;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .box-spread.category .inner-content .container.award-category dl dd .ttl {
    width: auto;
    margin: 0 auto 3.0vw;
  }
}

.box-spread.category .inner-content .container.award-category dl dd .ttl span {
  display: block;
}

.box-spread.category .inner-content .container.award-category dl dd .ttl span img, .box-spread.category .inner-content .container.award-category dl dd .ttl span svg {
  height: 23px;
}

@media only screen and (max-width: 768px) {
  .box-spread.category .inner-content .container.award-category dl dd .ttl span img, .box-spread.category .inner-content .container.award-category dl dd .ttl span svg {
    height: 5.0vw;
  }
}

.box-spread.category .inner-content .container.award-category dl dd h3 {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.45;
  font-weight: 300;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .box-spread.category .inner-content .container.award-category dl dd h3 {
    font-size: 3.75vw;
  }
}

.box-spread.category .inner-content .container.award-about dl {
  margin-bottom: 10px;
  color: #fff;
}

.box-spread.category .inner-content .container.award-about dl:last-child {
  margin-bottom: 0;
}

.box-spread.category .inner-content .container.award-about dl dt {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.box-spread.category .inner-content .container.award-about dl dt .num {
  position: relative;
  bottom: -.85rem;
  font-family: "MADE Sunflower Regular", serif;
  font-size: 3.12rem;
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .box-spread.category .inner-content .container.award-about dl dt .num {
    bottom: 0;
    font-size: 10.5vw;
  }
}

.box-spread.category .inner-content .container.award-about dl dt .title {
  position: relative;
  line-height: 1.0;
  font-size: 1.25rem;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .box-spread.category .inner-content .container.award-about dl dt .title {
    font-size: 4.5vw;
  }
}

.box-spread.category .inner-content .container.award-about dl dt .title:after {
  position: absolute;
  left: 0;
  bottom: -.25rem;
  display: block;
  width: 100%;
  height: .025rem;
  content: '';
  background-color: #fff;
}

.box-spread.category .inner-content .container.award-about dl dd {
  font-size: 1.0rem;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .box-spread.category .inner-content .container.award-about dl dd {
    font-size: 3.65vw;
  }
}

.box-spread.products .inner-content {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .box-spread.products .inner-content {
    padding: 12.0vw 0;
  }
}

@media only screen and (max-width: 768px) {
  .box-spread.products .inner-content h2 {
    margin: 0 0 10.0vw;
  }
}

.box-spread.products .inner-content .container .products__list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 950px;
}

@media only screen and (max-width: 768px) {
  .box-spread.products .inner-content .container .products__list ul {
    width: 91.5vw;
  }
}

.box-spread.products .inner-content .container .products__list ul::after {
  display: block;
  content: "";
  width: 30.0%;
}

@media only screen and (max-width: 768px) {
  .box-spread.products .inner-content .container .products__list ul::after {
    display: none;
  }
}

.box-spread.products .inner-content .container .products__list ul li {
  width: calc((100% - 58px) / 3);
  margin-bottom: 40px;
  list-style: none;
  transition: all .3s ease-out;
}

@media only screen and (max-width: 768px) {
  .box-spread.products .inner-content .container .products__list ul li {
    width: 44.0vw;
    margin-bottom: 4.0vw;
  }
}

.box-spread.products .inner-content .container .products__list ul li > div {
  height: 100%;
  overflow: hidden;
}

.box-spread.products .inner-content .container .products__list ul li.disabled {
  pointer-events: none;
}

.box-spread.products .inner-content .container .products__list ul li.disabled a {
  background-color: #575757;
}

.box-spread.products .inner-content .container .products__list ul li.disabled .btn-viewmore span {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .box-spread.products .inner-content .container .products__list ul li.disabled .btn-viewmore span {
    font-size: 4.25vw;
  }
}

.box-spread.products .inner-content .container .products__list ul li.disabled .btn-viewmore span.close {
  display: inline-block;
}

.box-spread.products .inner-content .container .products__list ul li.disabled .btn-viewmore span.open {
  display: none;
}

.box-spread.products .inner-content .container .products__list ul li.disabled .btn-viewmore span:after {
  display: none;
}

.box-spread.products .inner-content .container .products__list ul li a {
  position: relative;
  width: 297px;
  display: block;
  height: 100%;
  padding: 0;
  transition: none;
  background-color: #000;
}

@media only screen and (max-width: 768px) {
  .box-spread.products .inner-content .container .products__list ul li a {
    width: 44.0vw;
  }
}

.box-spread.products .inner-content .container .products__list ul li a:hover {
  opacity: 1.0;
}

.box-spread.products .inner-content .container .products__list ul li a:hover .thum img {
  transform: scale(1.1, 1.1);
}

.box-spread.products .inner-content .container .products__list ul li .thum {
  margin: 0;
  font-size: 0;
  line-height: 1.0;
  box-sizing: border-box;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .box-spread.products .inner-content .container .products__list ul li .thum {
    margin-bottom: 3.5vw;
  }
}

.box-spread.products .inner-content .container .products__list ul li .thum img {
  transition: all .9s ease-out;
  vertical-align: bottom;
}

.box-spread.products .inner-content .container .products__list ul li h3 {
  margin: 0;
  padding: 20px 0 15px;
  font-family: "heisei-mincho-std", "Noto Serif JP", "\6E38\660E\671D", "YuMincho", "Hiragino Mincho ProN", "\30D2\30E9\30AE\30CE\660E\671D   ProN", "\FF2D\FF33   \FF30\660E\671D", "MS PMincho", serif;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.35;
  text-align: center;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .box-spread.products .inner-content .container .products__list ul li h3 {
    padding: 0 0 2.0vw;
    font-size: 3.65vw;
  }
}

.box-spread.products .inner-content .container .products__list ul li h3.line02 {
  line-height: 3.65rem;
}

@media only screen and (max-width: 768px) {
  .box-spread.products .inner-content .container .products__list ul li h3.line02 {
    line-height: 1.42rem;
  }
}

.box-spread.products .inner-content .container .products__list ul li .btn-viewmore {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .box-spread.products .inner-content .container .products__list ul li .btn-viewmore {
    padding-bottom: 3.5vw;
  }
}

.box-spread.products .inner-content .container .products__list ul li .btn-viewmore span {
  position: relative;
  color: #fff;
  font-size: 1.685rem;
  font-family: "MADE Sunflower Regular", serif;
  line-height: 1.0;
  font-weight: 300;
  text-transform: uppercase;
  height: 1.86rem;
}

@media screen and (max-width: 768px) {
  .box-spread.products .inner-content .container .products__list ul li .btn-viewmore span {
    font-size: 3.65vw;
    height: auto;
  }
}

.box-spread.products .inner-content .container .products__list ul li .btn-viewmore span.close {
  display: none;
}

.box-spread.products .inner-content .container .products__list ul li .btn-viewmore span.open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-spread.products .inner-content .container .products__list ul li .btn-viewmore span svg {
  display: block;
  margin-left: .75rem;
  width: 1.86rem;
  height: 1.86rem;
  position: relative;
  top: -.13rem;
}

@media screen and (max-width: 768px) {
  .box-spread.products .inner-content .container .products__list ul li .btn-viewmore span svg {
    margin-left: 2.0vw;
    width: 4.2vw;
    height: 4.2vw;
    top: -.25vw;
  }
}

.box-spread.products .inner-content .container .products__list ul li .btn-viewmore span svg path {
  fill: #fff;
}

.box-spread.products .inner-content .container .products__list ul li .btn-viewmore img, .box-spread.products .inner-content .container .products__list ul li .btn-viewmore svg {
  height: 20px;
  fill: #ec484d;
}

@media screen and (max-width: 768px) {
  .box-spread.products .inner-content .container .products__list ul li .btn-viewmore img, .box-spread.products .inner-content .container .products__list ul li .btn-viewmore svg {
    height: 2.4vw;
  }
}

.box-spread.products .inner-content .container .notes {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .box-spread.products .inner-content .container .notes {
    padding-top: 2.4vw;
  }
}

.box-spread.products .inner-content .container .notes p {
  margin: 0;
  font-size: 12px;
  text-align: center;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .box-spread.products .inner-content .container .notes p {
    font-size: 2.65vw;
  }
}

.box-spread.column .inner-content {
  padding-top: 70px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .box-spread.column .inner-content {
    padding-top: 12.5vw;
    padding-bottom: 0;
  }
}

.box-spread.column .inner-content .box-header {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .box-spread.column .inner-content .box-header {
    margin-bottom: 12.5vw;
  }
}

.box-spread.column .inner-content .box-header h2 {
  margin-bottom: 20px;
}

.box-spread.column .inner-content .box-header h2 .ttl span {
  color: #000;
}

.box-spread.column .inner-content .box-header h2 .ttl span img, .box-spread.column .inner-content .box-header h2 .ttl span svg {
  fill: #000 !important;
}

.box-spread.column .inner-content .box-header h2 small {
  color: #000;
}

.box-spread.column .inner-content .box-header .leadtxt {
  font-size: 18px;
  line-height: 1.45;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .box-spread.column .inner-content .box-header .leadtxt {
    font-size: 4.2vw;
  }
}

.box-spread.column .inner-content .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  border-top: 0.098rem solid #000;
}

.box-spread.column .inner-content .container.comingsoon {
  display: none !important;
  border-top: none !important;
}

.box-spread.column .inner-content .container.comingsoon p {
  margin: 0 0 60px;
  font-family: "MADE Sunflower Regular", serif;
  font-size: 1.35rem;
  line-height: 1.0;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .box-spread.column .inner-content .container.comingsoon p {
    margin-bottom: 8.0vw;
    font-size: 5.0vw;
  }
}

.box-spread.column .inner-content .container > article.column-box {
  width: 100%;
}

.box-spread.column .inner-content .container > article.column-box a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 24px 0;
  border-bottom: 0.098rem solid #000;
}

@media only screen and (max-width: 768px) {
  .box-spread.column .inner-content .container > article.column-box a {
    flex-direction: column;
    padding: 8.0vw 0;
  }
}

.box-spread.column .inner-content .container > article.column-box a:hover {
  opacity: 1 !important;
}

.box-spread.column .inner-content .container > article.column-box a:hover dl dt {
  color: #D54668;
}

.box-spread.column .inner-content .container > article.column-box a:hover dl dd.btn-viewmore span {
  background-color: #fff;
  color: #D54668;
}

.box-spread.column .inner-content .container > article.column-box figure {
  margin: 0;
  padding: 0;
  width: 295px;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .box-spread.column .inner-content .container > article.column-box figure {
    margin-bottom: 5.0vw;
    width: 100%;
  }
}

.box-spread.column .inner-content .container > article.column-box dl {
  position: relative;
  width: calc(100% - 320px);
}

@media only screen and (max-width: 768px) {
  .box-spread.column .inner-content .container > article.column-box dl {
    width: 100%;
  }
}

.box-spread.column .inner-content .container > article.column-box dl dt {
  transition: all .3s ease-out;
  margin-bottom: 10px;
  font-family: "heisei-mincho-std", "Noto Serif JP", "\6E38\660E\671D", "YuMincho", "Hiragino Mincho ProN", "\30D2\30E9\30AE\30CE\660E\671D   ProN", "\FF2D\FF33   \FF30\660E\671D", "MS PMincho", serif;
  font-size: 1.45rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .box-spread.column .inner-content .container > article.column-box dl dt {
    margin-bottom: 2.5vw;
    font-size: 4.2vw;
  }
}

.box-spread.column .inner-content .container > article.column-box dl dd {
  margin: 0;
  padding: 0;
}

.box-spread.column .inner-content .container > article.column-box dl dd ul {
  list-style: none;
}

.box-spread.column .inner-content .container > article.column-box dl dd ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 1.75;
}

@media only screen and (max-width: 768px) {
  .box-spread.column .inner-content .container > article.column-box dl dd ul li {
    font-size: 3.25vw;
  }
}

.box-spread.column .inner-content .container > article.column-box dl dd ul li:before {
  display: block;
  content: '';
  width: 17px;
  height: 17px;
  margin: 5px 10px 0 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url("../../images/icon_column_check.svg");
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  .box-spread.column .inner-content .container > article.column-box dl dd ul li:before {
    width: 3.25vw;
    height: 3.25vw;
    margin: 1.5vw 2.5vw 0 1.0vw;
  }
}

.box-spread.column .inner-content .container > article.column-box dl dd.btn-viewmore {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.95rem;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .box-spread.column .inner-content .container > article.column-box dl dd.btn-viewmore {
    position: relative;
    width: 100%;
    margin-top: 5.0vw;
    font-size: 4.0vw;
  }
}

.box-spread.column .inner-content .container > article.column-box dl dd.btn-viewmore span {
  display: inline-block;
  padding: 8px 12px 5px;
  background-color: #D54668;
  color: #fff;
  font-family: "MADE Sunflower Regular", serif;
  font-weight: 100;
  text-transform: uppercase;
  transition: all .3s ease-out;
}

@media only screen and (max-width: 768px) {
  .box-spread.column .inner-content .container > article.column-box dl dd.btn-viewmore span {
    display: block;
    padding: 3.5vw 0 3.25vw;
    text-align: center;
  }
}

.box-spread.aggregate {
  position: relative;
}

.box-spread.aggregate:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 160px;
  background-color: #000;
}

@media only screen and (max-width: 768px) {
  .box-spread.aggregate:after {
    height: 30.0vw;
  }
}

.box-spread.aggregate .inner-content {
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .box-spread.aggregate .inner-content {
    padding-top: 16.0vw;
  }
}

.box-spread.aggregate .inner-content .container {
  position: relative;
  background-color: #fff;
  padding: 60px 40px 40px;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .box-spread.aggregate .inner-content .container {
    padding: 11.5vw 6.25vw 6.25vw;
  }
}

.box-spread.aggregate .inner-content .container h2 {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  box-sizing: border-box;
  padding: 0;
  font-family: "MADE Sunflower Regular", serif;
  font-size: 1.625rem;
  line-height: 1.0;
  text-align: center;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .box-spread.aggregate .inner-content .container h2 {
    top: -2.0vw;
    font-size: 5.0vw;
    text-align: left;
  }
}

.box-spread.aggregate .inner-content .container dl {
  width: 100%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .box-spread.aggregate .inner-content .container dl {
    margin-bottom: 6.0vw;
  }
}

.box-spread.aggregate .inner-content .container dl:last-child {
  margin-bottom: 0 !important;
}

.box-spread.aggregate .inner-content .container dl dt {
  margin-bottom: 1.25rem;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .box-spread.aggregate .inner-content .container dl dt {
    margin-bottom: 3.0vw;
    font-size: 3.5vw;
  }
}

.box-spread.aggregate .inner-content .container dl dd {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .box-spread.aggregate .inner-content .container dl dd {
    font-size: 3.25vw;
  }
}

.animate {
  position: relative;
  display: block;
  will-change: max-width;
  overflow: hidden;
}

.animate.slideInLeft {
  max-width: 0;
}

.animate.slideInTop {
  max-height: 0;
}

.animate.is_animated.slideInLeft {
  animation: slideInLeft .6s .3s forwards ease;
}

.animate.is_animated.slideInTop {
  animation: slideInTop .6s .9s forwards ease;
}

/* modal
------------------------------------------------------------*/
body.modal-open {
  overflow-y: hidden;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.modal__bg {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 950px;
}

@media only screen and (max-width: 768px) {
  .modal__content {
    top: 50%;
    width: 100%;
    height: 100%;
  }
}

.modal__content_inner {
  background-color: #000;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.45rem;
}

@media only screen and (max-width: 768px) {
  .modal__content_inner {
    padding: 0.5rem;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.modal__content h2 {
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .modal__content h2 {
    font-size: 80%;
  }
}

.modal__content p {
  margin-top: 0.5rem;
  font-size: 80%;
}

@media only screen and (max-width: 768px) {
  .modal__content p {
    font-size: 65%;
  }
}

.modal__content .btn-close {
  position: absolute;
  z-index: 100;
  top: 1.8rem;
  right: 1.8rem;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}

@media only screen and (max-width: 768px) {
  .modal__content .btn-close {
    top: 5.0vw;
    right: 5.0vw;
    width: 8.0vw;
    height: 8.0vw;
  }
}

.modal__content .btn-close:before, .modal__content .btn-close:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - .04275rem);
  right: 0;
  width: 2.4rem;
  height: .0855rem;
  background-color: #fff;
  margin: 0;
  font-size: 0;
  line-height: 0;
}

@media only screen and (max-width: 768px) {
  .modal__content .btn-close:before, .modal__content .btn-close:after {
    top: calc(50% - 2.25vw);
    width: 8.0vw;
    height: .65vw;
    margin: 1.8vw 0;
  }
}

.modal__content .btn-close:before {
  transform: translate(0, 0) rotate(45deg) !important;
}

.modal__content .btn-close:after {
  transform: translate(0, 0) rotate(-45deg) !important;
}

/* keyframes
------------------------------------------------------------*/
@keyframes slideInLeft {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}

@keyframes slideOutRight {
  from {
    max-width: 100%;
  }
  to {
    max-width: 0;
  }
}

@keyframes slideInTop {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 100%;
  }
}
