@charset "UTF-8";
.slick-track {
  zoom: 1; }
  .slick-track:before, .slick-track:after {
    position: static;
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .slick-track:after {
    clear: both; }

/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 100;
  src: url("webfont.eot");
  /* IE9 Compat Modes */
  src: local("myfont Regular"), url("../font/notoserifcjkjp_regular.eot?#iefix") format("embedded-opentype"), url("../font/notoserifcjkjp_regular.woff") format("woff"), url("../font/notoserifcjkjp_regular.ttf") format("truetype"); }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

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

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

i {
  font-style: normal; }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

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

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

hr {
  border: none; }

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

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

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

/* 共通スタイル定設
-----------------------------------------------------------------*/
html, body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1; }
  html.scrollLock, body.scrollLock {
    overflow: hidden; }

body {
  width: 100%;
  letter-spacing: 0.1em; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    body {
      min-width: 768px; } }
  @media print, screen and (max-width: 767px) {
    body {
      min-width: 2px; } }

a {
  text-decoration: none;
  color: inherit; }

button,
input[type="button"] {
  cursor: pointer; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none; }

@media print, screen and (min-width: 1025px) {
  .dn-pc {
    display: none !important; } }

@media print, screen and (min-width: 768px) {
  .dn-tab_pc {
    display: none !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .dn-tab {
    display: none !important; } }

@media print, screen and (max-width: 1024px) {
  .dn-sp_tab {
    display: none !important; } }

@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important; } }

/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/*
	 css animation
----------------------------------------*/
@-webkit-keyframes scrollAnime-circle {
  0% {
    top: 0;
    opacity: 1; }
  50% {
    top: 100%;
    opacity: 1; }
  55% {
    top: 100%;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 0; } }
@keyframes scrollAnime-circle {
  0% {
    top: 0;
    opacity: 1; }
  50% {
    top: 100%;
    opacity: 1; }
  55% {
    top: 100%;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 0; } }

@-webkit-keyframes scrollAnime-bar {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@keyframes scrollAnime-bar {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@-webkit-keyframes wind {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(36.41593px, -59.21763px, 0);
    transform: translate3d(36.41593px, -59.21763px, 0); }
  10% {
    opacity: .2;
    -webkit-transform: translate3d(32.58241px, -33.46748px, 0);
    transform: translate3d(32.58241px, -33.46748px, 0); }
  20% {
    opacity: .4;
    -webkit-transform: translate3d(27.73278px, -15.94025px, 0);
    transform: translate3d(27.73278px, -15.94025px, 0); }
  30% {
    opacity: .6;
    -webkit-transform: translate3d(22.45861px, -5.88942px, 0);
    transform: translate3d(22.45861px, -5.88942px, 0); }
  40% {
    opacity: .8;
    -webkit-transform: translate3d(17.33719px, -1.26076px, 0);
    transform: translate3d(17.33719px, -1.26076px, 0); }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(12.85398px, 0px, 0);
    transform: translate3d(12.85398px, 0px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(9.34157px, 0px, 0);
    transform: translate3d(9.34157px, 0px, 0); }
  70% {
    opacity: 1;
    -webkit-transform: translate3d(6.94252px, 0px, 0);
    transform: translate3d(6.94252px, 0px, 0); }
  80% {
    opacity: 1;
    -webkit-transform: translate3d(5.59999px, 0px, 0);
    transform: translate3d(5.59999px, 0px, 0); }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(5.07688px, 0px, 0);
    transform: translate3d(5.07688px, 0px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(5px, 0px, 0);
    transform: translate3d(5px, 0px, 0); } }

@keyframes wind {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(36.41593px, -59.21763px, 0);
    transform: translate3d(36.41593px, -59.21763px, 0); }
  10% {
    opacity: .2;
    -webkit-transform: translate3d(32.58241px, -33.46748px, 0);
    transform: translate3d(32.58241px, -33.46748px, 0); }
  20% {
    opacity: .4;
    -webkit-transform: translate3d(27.73278px, -15.94025px, 0);
    transform: translate3d(27.73278px, -15.94025px, 0); }
  30% {
    opacity: .6;
    -webkit-transform: translate3d(22.45861px, -5.88942px, 0);
    transform: translate3d(22.45861px, -5.88942px, 0); }
  40% {
    opacity: .8;
    -webkit-transform: translate3d(17.33719px, -1.26076px, 0);
    transform: translate3d(17.33719px, -1.26076px, 0); }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(12.85398px, 0px, 0);
    transform: translate3d(12.85398px, 0px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(9.34157px, 0px, 0);
    transform: translate3d(9.34157px, 0px, 0); }
  70% {
    opacity: 1;
    -webkit-transform: translate3d(6.94252px, 0px, 0);
    transform: translate3d(6.94252px, 0px, 0); }
  80% {
    opacity: 1;
    -webkit-transform: translate3d(5.59999px, 0px, 0);
    transform: translate3d(5.59999px, 0px, 0); }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(5.07688px, 0px, 0);
    transform: translate3d(5.07688px, 0px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(5px, 0px, 0);
    transform: translate3d(5px, 0px, 0); } }

/*
	 共通 詳細背景
----------------------------------------*/
/*
	 共通 詳細背景
----------------------------------------*/
/*
	 共通 詳細背景
----------------------------------------*/
.slick-slider * {
  outline: 0; }

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 24px 0 0;
  font-size: 0px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: 0;
      background: transparent; }
      .slick-dots li button:before {
        font-size: 6px;
        line-height: 6px;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        border-radius: 6px;
        text-align: center;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

.slick-list {
  overflow: hidden; }

.slick-slide {
  float: left; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 1001;
  display: block;
  padding: 0;
  border: 0;
  outline: 0; }

/*
  CUSTOM
———————————————–*/
.slick-dots {
  position: absolute;
  bottom: 0;
  text-align: center;
  font-size: 0;
  width: 100%;
  margin: 0; }
  .slick-dots li {
    cursor: pointer;
    margin: 0 5px 0;
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    background-color: #dedfe0;
    border-radius: 50%; }
    .slick-dots li.slick-active, .slick-dots li:hover {
      background-color: #000; }

.ht {
  display: none; }

.campaignSection_index, .shoplistSection_index {
  margin-bottom: 78px;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center; }

.c-button, .c-button-white, .c-button-ec {
  padding: 12px 50px;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 23px;
  text-align: center;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  transition: .2s ease; }
  .c-button:hover, .c-button-white:hover, .c-button-ec:hover {
    background-color: #000;
    color: #fff; }

.c-button-white {
  border-color: #fff;
  color: #fff; }
  .c-button-white:hover {
    background-color: #fff;
    color: #000; }

.c-button-ec {
  position: relative;
  padding: 17px 58px;
  border-radius: 25px; }
  .c-button-ec:hover:after {
    background-image: url(../svg/cart-white.svg); }
  .c-button-ec:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    text-index: -20px;
    right: 35px;
    width: 12px;
    height: 12px;
    margin: auto;
    background-image: url(../svg/cart-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

.intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }

.intro_progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #fff;
  transition: width .5s ease; }

.intro_bg {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.intro_bg_node {
  background-color: #000;
  width: 33.3%;
  height: 100%;
  transition: height 1.2s cubic-bezier(0.23, 1, 0.32, 1); }
  .intro_bg_node:nth-child(1) {
    transition-delay: 100ms; }
  .intro_bg_node:nth-child(2) {
    transition-delay: 200ms; }
  .intro_bg_node:nth-child(3) {
    transition-delay: 300ms; }
  .hide .intro_bg_node {
    height: 0; }

.header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  height: 100px;
  color: #fff; }
  .header a {
    color: #fff; }

.header_logo_svg {
  margin-left: 39px;
  width: 140px;
  height: 30px; }

.headerNav_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

.headerNav_list_node {
  width: 180px;
  background-color: #000;
  text-align: center;
  transition: background .3s ease; }
  .headerNav_list_node + .headerNav_list_node {
    margin-left: 1px; }
  .headerNav_list_node:hover {
    background-color: #f1de10; }

.headerNav_list_link {
  position: relative;
  display: block;
  height: 100px;
  line-height: 100px;
  font-size: 13px;
  transition: .3s ease; }
  .headerNav_list_link:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    margin: auto;
    width: 19px;
    height: 10px;
    background-image: url(../svg/arrow_down-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px auto; }
    .headerNav_list_node:hover .headerNav_list_link:after {
      background-image: url(../svg/arrow_down-black.svg); }
  .headerNav_list_link:hover {
    color: #000; }

/*-------------------------------

 mainVisual

-----------------------------------*/
.mainVisual {
  position: relative; }

.mainVisual_list {
  padding-bottom: 48px; }
  .mainVisual_list .slick-dots {
    background-color: #000;
    height: 45px; }
    .mainVisual_list .slick-dots li {
      width: 5px;
      height: 5px;
      margin: 20px 20px;
      background-color: #686868; }
      .mainVisual_list .slick-dots li.slick-active {
        background-color: #f1de10; }
  .mainVisual_list img {
    width: 100%; }

.mainVisual_timeline {
  width: 100%;
  position: absolute;
  bottom: 45px;
  left: 0;
  background-color: #686868; }

.mainVisual_timeline_bar {
  width: 0;
  height: 3px;
  background-color: #f1de10; }
  .goal .mainVisual_timeline_bar {
    width: 100%;
    transition: width 5s ease; }

/*-------------------------------

 campaignSection

-----------------------------------*/
.campaignSection {
  padding: 97px 0;
  background-image: url(../img/parts/cpfu19ss/campaign_bg-pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.campaignSection_index {
  color: #fff; }

.campaignSection_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.campaignSection_list_node {
  background-color: #fff;
  width: 300px;
  margin: 0 15px; }
  .campaignSection_list_node img {
    width: 100%; }

.campaignSection_list_link {
  transition: opacity .3s ease; }
  .campaignSection_list_link:hover {
    opacity: 0.7; }

/*-------------------------------

 stylingSection

-----------------------------------*/
.stylingSection {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background-color: #000;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.13em; }

.stylingSection_bgLogo {
  position: absolute;
  bottom: -280px;
  left: -50px; }

.stylingSection_bgLogo_svg {
  fill: #0d0d0d;
  width: 417px;
  height: 500px; }

.stylingSection_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .3s ease; }
  .is-indexShow .stylingSection_bg {
    opacity: 0;
    visibility: hidden; }

.stylingSection_bg_node {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: 0;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  background-repeat: no-repeat;
  background-position: center 20%;
  background-size: cover;
  transition: 2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  [data-slider="0"] .stylingSection_bg_node.styling0 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  [data-slider="1"] .stylingSection_bg_node.styling1 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  [data-slider="2"] .stylingSection_bg_node.styling2 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  [data-slider="3"] .stylingSection_bg_node.styling3 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  [data-slider="4"] .stylingSection_bg_node.styling4 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  [data-slider="5"] .stylingSection_bg_node.styling5 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  [data-slider="6"] .stylingSection_bg_node.styling6 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  [data-slider="7"] .stylingSection_bg_node.styling7 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  [data-slider="8"] .stylingSection_bg_node.styling8 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  [data-slider="9"] .stylingSection_bg_node.styling9 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  [data-slider="10"] .stylingSection_bg_node.styling10 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  [data-slider="11"] .stylingSection_bg_node.styling11 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  [data-slider="12"] .stylingSection_bg_node.styling12 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .stylingSection_bg_node:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); }

/* hideNav */
.hideNav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(-300px, 0);
  -ms-transform: translate(-300px, 0);
  transform: translate(-300px, 0);
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease; }
  .hideNav.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .is-indexShow .hideNav {
    -webkit-transform: translate(-350px, 0);
    -ms-transform: translate(-350px, 0);
    transform: translate(-350px, 0); }

/* itemDetail */
.itemDetail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  background-color: #fff;
  font-family: "Oswald", sans-serif;
  text-align: center; }

.itemDetail_list {
  width: 100%; }

.itemDetail_pic {
  width: 200px;
  margin: 0 auto 28px; }
  .itemDetail_pic img {
    width: 100%; }

.itemDetail_name {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 500; }

.itemDetail_price {
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 500; }

/* hideBar */
.hideBar {
  cursor: pointer;
  position: relative;
  width: 50px;
  height: 100%;
  background-color: #000;
  transition: background .3s ease; }
  .hideBar:hover {
    background-color: #f1de10; }
    .hideBar:hover .hideBar_svg {
      fill: #000; }

.hideBar_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.hideBar_svg {
  fill: #fff;
  width: 20px;
  height: 18px; }
  .is-open .hideBar_svg.cart {
    display: none; }
  .hideBar_svg.back {
    display: none; }
    .is-open .hideBar_svg.back {
      display: block; }

.stylingSection_inner {
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto; }

.stylingSection_indexBox {
  position: relative;
  width: 340px;
  color: #fff; }

.stylingSection_logo {
  margin-bottom: 25px; }

.stylingSection_logo_svg {
  fill: #fff;
  width: 183px;
  height: 183px; }

.stylingSection_index {
  margin-bottom: 18px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.15em; }

.stylingSection_season {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: normal; }

.stylingSection_tab {
  margin-bottom: 48px; }

.stylingSection_tab_node {
  display: inline-block;
  cursor: pointer; }
  .stylingSection_tab_node + .stylingSection_tab_node:before {
    content: "/";
    margin-left: 16px;
    margin-right: 16px; }
  .stylingSection_tab_node a {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid #fff; }

.stylingSection_indexButton_link {
  transition: .3s ease; }
  .is-indexShow .stylingSection_indexButton_link {
    background-color: #fff;
    color: #000; }

.is-indexShow .stylingSection_indexButton_text:nth-child(1) {
  display: none; }

.stylingSection_indexButton_text:nth-child(2) {
  display: none; }
  .is-indexShow .stylingSection_indexButton_text:nth-child(2) {
    display: block; }

/* styleInfo */
.styleInfo {
  position: absolute;
  bottom: 0;
  right: -60px;
  z-index: 10;
  transition: .3s ease; }
  .is-indexShow .styleInfo {
    opacity: 0;
    visibility: hidden; }

.styleInfo_node {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: .6s ease; }
  .styleInfo_node.is-select {
    opacity: 1;
    visibility: visible; }

.styleInfo_detail {
  position: relative;
  width: 230px; }
  .styleInfo_detail + .styleInfo_detail {
    margin-top: 17px; }
  .styleInfo_detail:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  .styleInfo_detail:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.styleInfo_link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  line-height: 1.2; }

.styleInfo_name {
  color: #fff; }

/* stylingSection_leftBox */
.stylingSection_leftBox {
  position: relative;
  width: 620px; }

.stylingSection_status {
  position: absolute;
  right: 40px;
  top: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 100%;
  color: #fff; }

.stylingSection_status_title {
  margin-bottom: 217px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
  line-height: 50px; }

.stylingSection_status_counter {
  text-align: center; }

.stylingSection_status_index {
  display: block; }
  .stylingSection_status_index:first-child:after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    margin: 16px auto;
    background-color: #fff; }

.stylingSection_pager {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  .stylingSection_pager .slick-arrow {
    width: 50px;
    height: 50px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px auto;
    z-index: 1;
    transition: background-color 300ms ease; }
    .stylingSection_pager .slick-arrow:hover {
      background-color: #f1de10; }
  .stylingSection_pager .slick-prev {
    background-image: url(../svg/arrow_left-white.svg); }
    .stylingSection_pager .slick-prev:hover {
      background-image: url(../svg/arrow_left-black.svg); }
  .stylingSection_pager .slick-next {
    background-image: url(../svg/arrow_right-white.svg); }
    .stylingSection_pager .slick-next:hover {
      background-image: url(../svg/arrow_right-black.svg); }

.stylingSection_pager_node {
  cursor: pointer;
  position: relative;
  width: 50px;
  height: 50px;
  padding-top: 15px;
  text-align: center;
  transition: background .3s ease; }
  .stylingSection_pager_node:hover {
    background-color: #f1de10; }

/* stylingSection_slider */
.stylingSection_slider {
  width: 530px;
  margin-left: 90px;
  transition: .3s ease; }
  .is-indexShow .stylingSection_slider {
    opacity: 0;
    visibility: hidden; }

.stylingSection_sliderList {
  width: 980px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.stylingSection_sliderList_node {
  position: relative; }

.stylingSection_sliderList_img {
  position: relative;
  width: 440px; }
  .stylingSection_sliderList_img img {
    width: 100%; }

.stylingSection_maker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity .3s ease; }
  .stylingSection_sliderList_node:hover .stylingSection_maker {
    opacity: 1; }

.stylingSection_maker_node {
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .stylingSection_maker_node:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: 0.3;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  .stylingSection_maker_node:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.7;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  .stylingSection_maker_node:hover:before {
    border-color: #f1de10;
    -webkit-transform: scale(1.35);
    -ms-transform: scale(1.35);
    transform: scale(1.35); }
  .stylingSection_maker_node:hover:after {
    background-color: #f1de10;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }

/* stylingSection_indexList */
.stylingSection_indexList {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease; }
  .is-indexShow .stylingSection_indexList {
    opacity: 1;
    visibility: visible; }

.stylingSection_indexList_node {
  cursor: pointer;
  width: 135px;
  margin: 0 0 20px 20px;
  opacity: 0;
  transition: opacity .5s ease; }
  .stylingSection_indexList_node:nth-child(1) {
    transition-delay: 60ms; }
  .stylingSection_indexList_node:nth-child(2) {
    transition-delay: 120ms; }
  .stylingSection_indexList_node:nth-child(3) {
    transition-delay: 180ms; }
  .stylingSection_indexList_node:nth-child(4) {
    transition-delay: 240ms; }
  .stylingSection_indexList_node:nth-child(5) {
    transition-delay: 300ms; }
  .stylingSection_indexList_node:nth-child(6) {
    transition-delay: 360ms; }
  .stylingSection_indexList_node:nth-child(7) {
    transition-delay: 420ms; }
  .stylingSection_indexList_node:nth-child(8) {
    transition-delay: 480ms; }
  .stylingSection_indexList_node:nth-child(9) {
    transition-delay: 540ms; }
  .stylingSection_indexList_node:nth-child(10) {
    transition-delay: 600ms; }
  .stylingSection_indexList_node:nth-child(11) {
    transition-delay: 660ms; }
  .stylingSection_indexList_node:nth-child(12) {
    transition-delay: 720ms; }
  .is-indexShow .stylingSection_indexList_node {
    opacity: 1; }
  .stylingSection_indexList_node img {
    width: 100%; }

.bannerSection {
  text-align: center;
  background-color: #000;
  padding: 100px 0; }

.bannerSection_link {
  display: inline-block;
  overflow: hidden; }
  .bannerSection_link img {
    transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease, -webkit-transform .8s ease; }
  .bannerSection_link:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

/*-------------------------------

 stylingSection

-----------------------------------*/
.shoplistSection {
  padding: 98px 0 70px; }

.shopArea {
  width: 800px;
  margin: 0 auto; }

.shopArea_node {
  padding-bottom: 10px; }

.shopArea_title {
  position: relative;
  cursor: pointer;
  background-color: #000;
  height: 70px;
  line-height: 70px;
  padding: 0 30px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 20px; }
  .shopArea_title:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px auto;
    background-image: url(../svg/open-white.svg);
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease; }
    .is-active .shopArea_title:after {
      background-image: url(../svg/close-white.svg);
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.shopArea_list {
  display: none;
  margin-bottom: 50px; }

.shopArea_list_node {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 28px;
  border-bottom: 1px solid #e5e5e5; }

.shop_detail {
  line-height: 1.3; }

.shop_name {
  margin-bottom: 13px;
  font-weight: bold; }
  .shop_name img {
    height: 28px; }

.shop_address {
  margin-bottom: 9px; }

.shop_moreButton .c-button, .shop_moreButton .c-button-white, .shop_moreButton .c-button-ec {
  width: 140px;
  padding-left: 0;
  padding-right: 0; }

.movieSection {
  position: relative;
  overflow: hidden;
  color: #fff; }

.movieSection_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/parts/cpfu19ss/movie_stop.gif);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
  .is-play .movieSection_bg {
    background-image: url(../img/parts/cpfu19ss/movie.gif); }
  .movieSection_bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); }

.movieSection_inner {
  position: relative;
  width: 960px;
  padding: 204px 0 100px;
  margin: 0 auto; }

.movieSection_logo {
  margin-bottom: 48px; }

.movieSection_logo_svg {
  fill: #fff;
  width: 191px;
  height: 191px; }

.movieSection_catch {
  margin-bottom: 28px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.2em; }

.movieSection_read {
  line-height: 2; }

.movieSection_playButton {
  cursor: pointer;
  position: absolute;
  top: 96px;
  right: 0;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid #515151;
  padding: 18px; }

.movieSection_playButton_inner {
  position: relative;
  border-radius: 50%;
  border: 4px solid #515151;
  width: 100%;
  height: 100%; }
  .movieSection_playButton_inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: .5s ease; }
    .movieSection_playButton:hover .movieSection_playButton_inner:before {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      border: 4px solid #fff;
      opacity: 0; }

.movieSection_playButton_text {
  position: relative;
  margin-left: -80px;
  width: 225px;
  line-height: 260px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  letter-spacing: 0.35em;
  background-image: url(../svg/play-white.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 30px auto; }

.movieSection_playButton_svg {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 262px;
  height: 262px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }
  .movieSection_playButton_svg circle {
    fill: transparent;
    stroke: #fff;
    stroke-width: 4;
    stroke-dasharray: 0 810;
    transition: stroke-dasharray .6s ease .5s; }
    .is-moviePlay .movieSection_playButton_svg circle {
      stroke-dasharray: 810 810;
      transition-delay: 0s; }

.modal_bg {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  height: 0%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: .5s ease .3s; }
  .is-moviePlay .modal_bg {
    transition-delay: .6s;
    opacity: 1;
    height: 100%; }

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1001;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 850px;
  height: 478px;
  opacity: 0;
  visibility: hidden;
  transition: .5s ease; }
  .is-moviePlay .modal {
    transition-delay: .6s;
    opacity: 1;
    visibility: visible; }

.modal_movie {
  width: 100%;
  height: 100%; }

.modal_closeButton {
  cursor: pointer;
  opacity: 0;
  transition: .5s ease; }
  .is-moviePlay .modal_closeButton {
    opacity: 1; }
  .modal_closeButton:hover {
    opacity: 0.7; }

.modal_closeButton_svg {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  stroke: #fff; }

.footer {
  padding: 77px 0 100px;
  background-image: url(../img/parts/cpfu19ss/footer_bg-pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.footer_sns {
  margin-bottom: 76px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.footer_sns_node {
  margin: 0 25px;
  transition: opacity .3s ease; }
  .footer_sns_node:hover {
    opacity: 0.6; }

.footer_sns_svg {
  fill: #fff;
  width: 26px;
  height: 26px; }

.footer_copy {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #808080; }
