@charset "UTF-8";
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

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

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

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

* {
  margin: 0;
  padding: 0;
  border: none;
}

html {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

img {
  width: 100%;
  max-width: 100%;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

/*=============================
for vars
=============================*/
.u-bgcolor {
  background: #F8F8F8;
}

/*=============================
for font
=============================*/
.font-garamond {
  font-family: 'EB Garamond', serif;
  font-weight: 200;
  letter-spacing: 0.1em;
}

.font-sawarabi {
  font-family: "Sawarabi Mincho";
}

.font-noto {
  font-family: "Noto Sans Japanese";
  font-weight: 500;
}

.font-jins {
  font-family: 'EB Garamond', serif;
  font-weight: 200;
  letter-spacing: 0.1em;
}

@font-face {
  font-family: 'JINSNext';
  src: local("../font/woff/JINS_NextLight.woff"), url("../font/woff/JINS_NextLight.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: 'JINSNext';
  src: local("../font/woff/JINS_NextRegular.woff"), url("../font/woff/JINS_NextRegular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: 'JINSNext';
  src: local("../font/woff/JINS_NextMedium.woff"), url("../font/woff/JINS_NextMedium.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: 'JINSNext';
  src: local("../font/woff/JINS_NextBold.woff"), url("../font/woff/JINS_NextBold.woff") format("woff");
  font-weight: 600;
}

/*=============================
for common
=============================*/
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

body {
  background: #fff;
  color: #000;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho",  "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.2em;
  text-align: center;
}

ol,
ul,
li,
p {
  margin: 0;
  padding: 0;
}

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

*:focus {
  outline: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.color {
  color: #e5004f;
}

/* clearfix */
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

a {
  -webkit-transition: .3s ease opacity;
  transition: .3s ease opacity;
}

a:hover:link {
  opacity: 0.7;
}

/* media-queries */
.sp {
  display: none;
}

.tb {
  display: none;
}

.pc {
  display: none;
}

.sp-tb {
  display: none;
}

.tb-pc {
  display: none;
}

.js-media-queries {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .sp-tb {
    display: block;
  }
  .tb-pc {
    display: none;
  }
  .pc {
    display: none;
  }
  .js-media-queries {
    font-family: 'sp';
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sp {
    display: none;
  }
  .tb {
    display: block;
  }
  .sp-tb {
    display: block;
  }
  .tb-pc {
    display: block;
  }
  .js-media-queries {
    font-family: 'tb';
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .sp {
    display: none;
  }
  .tb-pc {
    display: block;
  }
  .pc {
    display: block;
  }
  .js-media-queries {
    font-family: 'pc';
  }
}

@media screen and (min-width: 1440px) {
  .sp {
    display: none;
  }
  .tb-pc {
    display: block;
  }
  .pc {
    display: block;
  }
  .js-media-queries {
    font-family: 'pc';
  }
}

@media print {
  .sp {
    display: none;
  }
  .tb {
    display: none;
  }
  .pc {
    display: block;
  }
}

.main_contents {
  margin-bottom: 60px;
}

.header_menu {
  width: 100%;
  height: 110px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transition-timing-function: cubic-bezier(0.09, 0.69, 0.24, 0.92);
  transition-timing-function: cubic-bezier(0.09, 0.69, 0.24, 0.92);
  -webkit-transition-property: top,-webkit-transform;
  transition-property: top,-webkit-transform;
  transition-property: transform,top;
  transition-property: transform,top,-webkit-transform;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.header_menu.transitionFix {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
}

.header_menu.animFix {
  position: fixed;
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transform: translateY(-110px);
  transform: translateY(-110px);
}

.header_menu.animFix.slideUpMenu {
  opacity: 1;
}

.header_menu.headerClose {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.header_menu.fixed {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: none;
  transform: none;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0.8;
}

h1.logo {
  text-align: left;
  padding: 39px 3.5%;
  margin: 0;
}

h1.logo img {
  max-width: 19px;
}

.g_menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80%;
  max-width: 860px;
  position: absolute;
  right: 3.5%;
  top: 0;
  margin: 46px 0;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .g_menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 87%;
    max-width: 860px;
    position: absolute;
    right: 3.5%;
    top: 0;
    margin: 46px 0;
  }
}

.g_menu li a {
  color: #000000;
  text-decoration: none;
  font-family: 'JINSNext';
  font-weight: 300;
  font-size: 14px;
  padding: 10px 0;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .g_menu li a {
    color: #000000;
    text-decoration: none;
    font-family: 'JINSNext';
    font-weight: 300;
    font-size: 10px;
    padding: 10px 0;
  }

}


.mv_first_cover {
  background: #e8eced;
  background: linear-gradient(135deg, #e8eced 0%, #e9ecee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8eced', endColorstr='#e9ecee',GradientType=1 );
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 93%;
  margin: auto;
  height: 100%;
  z-index: 100;
  -webkit-transition-property: width,margin,height,-webkit-transform;
  transition-property: width,margin,height,-webkit-transform;
  transition-property: width,margin,transform,height;
  transition-property: width,margin,transform,height,-webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.09, 0.69, 0.24, 0.92);
  transition-timing-function: cubic-bezier(0.09, 0.69, 0.24, 0.92);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.mv_first_cover i {
  position: absolute;
  margin: 5vw 5vw;
  right: 3%;
  bottom: 71px;
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
  width: 3.7vw;
  max-width: 62px;
}

.mv_first_cover .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #000000;
  height: 2px;
}

.mv_wrap {
  position: relative;
  height: 100vh;
  overflow: hidden;
  z-index: 200;
}

.mv_wrap i {
  position: absolute;
  margin: 5vw 5vw;
  right: 3%;
  bottom: 71px;
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
  width: 3.7vw;
  max-width: 62px;
  z-index: 1000;
}

.main_contents.first {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.main_contents.first .header_menu {
  -webkit-transform: translateY(-110px);
  transform: translateY(-110px);
}

.main_contents.first .mv_slide_wrap, .main_contents.first .mv_slide_wrap_sp {
  width: 100%;
  margin-top: 0;
  height: 100vh !important;
}

.main_contents.first .scroll_btn_wrap {
  -webkit-transform: translateY(71px);
  transform: translateY(71px);
  opacity: 0;
}

.main_contents.first .scroll_btn_wrap span {
  opacity: 0;
}

.main_contents.first .mv_first_cover {
  width: 100%;
}

.mv_slide_wrap, .mv_slide_wrap_sp {
  -webkit-transition-property: width,margin,height,-webkit-transform;
  transition-property: width,margin,height,-webkit-transform;
  transition-property: width,margin,transform,height;
  transition-property: width,margin,transform,height,-webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.09, 0.69, 0.24, 0.92);
  transition-timing-function: cubic-bezier(0.09, 0.69, 0.24, 0.92);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  width: 93%;
  margin: 0 auto;
  margin-top: 5vh;
  height: 90vh !important;
  max-width: 100%;
}

.mv_slide_wrap_sp {
  display: none;
}

.scroll_btn_wrap {
  width: 100%;
  height: 71px;
  display: block;
  bottom: 0;
  background-color: #ffffff;
  position: absolute;
  z-index: 200;
  -webkit-transition-property: width,margin,height,-webkit-transform;
  transition-property: width,margin,height,-webkit-transform;
  transition-property: width,margin,transform,height;
  transition-property: width,margin,transform,height,-webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.09, 0.69, 0.24, 0.92);
  transition-timing-function: cubic-bezier(0.09, 0.69, 0.24, 0.92);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.scroll_btn {
  font-size: 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30%;
  padding: 40px 10px 0;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #000000;
}

.scroll_btn span {
  -webkit-transition: 0.1s ease opacity;
  transition: 0.1s ease opacity;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  opacity: 1;
  display: inline-block;
  width: 1px;
  height: 46px;
  background-color: #000000;
  position: absolute;
  top: -20%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation-name: scrollNavAnim;
  animation-name: scrollNavAnim;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.84, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.84, 0, 0.14, 1);
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

.news {
  margin: 80px auto 0;
  width: 70%;
  max-width: 1020px;
  display: none;
}

.news li {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.news span, .news p {
  font-family: -apple-system, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, HelveticaNeue, Helvetica, sans-serif;
  font-size: 13px;
  padding: 20px 0;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 1px;
}

.news span {
  font-family: 'JINSNext';
}

.news span {
  width: 15%;
  margin-right: 15px;
  display: block;
  padding: 20px;
  border-left: 1px solid #000000;
}

.contents_section {
  margin: 80px auto 0;
  padding: 0 3.5%;
}

.common_ttl {
  font-family: 'JINSNext';
  letter-spacing: 8px;
  margin-top: 120px;
  margin-bottom: 60px;
  font-size: 50px;
}

h3.common_ttl {
  font-family: 'JINSNext';
  letter-spacing: 6px;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 32px;
}

.section_column {
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: stretch;
  justify-content: space-between;
  background: url(../img/bg.png) no-repeat center center;
  background-size: cover;
  margin-bottom: 40px;
  position: relative;
}

.section_column .img_wrap {
  width: 54%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_column .img_wrap.comfort {
  background-image: url("../img/photo_comfort.png");
}

.section_column .img_wrap.vintage {
  background-image: url("../img/photo_vintage.png");
}

.section_column .img_wrap.celluloid {
  background-image: url("../img/photo_celluloid.png");
}

.section_column .txt_section {
  width: 47%;
  padding: 0 30px;
}

.section_column .txt_section .img_ttl {
  width: 100%;
  margin-top: 12%;
  text-align: left;
}

.section_column .txt_section .img_ttl img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 32px;
}

.section_column .txt_section .txt {
  font-size: 13px;
  line-height: 2;
  margin-top: 30px;
  letter-spacing: 0;
  text-align: left;
  font-weight: 500;
}

.section_column .txt_section .txt_en {
  margin-top: 15px;
  font-size: 10px;
  line-height: 2;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 500;
  padding-bottom: 65px;
  letter-spacing: 0.5px;
}

.section_column .inner_link {
  position: absolute;
  right: 33px;
  bottom: 10px;
  font-size: 15px;
  width: 140px;
  text-align: left;
}

.section_column .inner_link .arrow {
  -webkit-transition: .5s ease transform;
  transition: .5s ease transform;
}

.section_column .inner_link:hover .arrow {
  -webkit-transform: translateX(9px);
  transform: translateX(9px);
}

.section_column:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.section_column:nth-of-type(2n) .txt_section {
  padding-left: 6%;
}

.lineup_wrap {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.lineup_wrap .lineup_content {
  width: 30%;
  margin-right: 5%;
  text-align: center;
  color: #000000;
  text-decoration: none;
  -webkit-transition: .3s ease opacity;
  transition: .3s ease opacity;
}

.lineup_wrap .lineup_content .arrow {
  display: block;
  margin: 0 auto;
  -webkit-transition: .5s ease transform;
  transition: .5s ease transform;
}

.lineup_wrap .lineup_content:hover {
  opacity: 0.6;
}

.lineup_wrap .lineup_content:hover .arrow {
  -webkit-transform: translateX(9px);
  transform: translateX(9px);
}

.lineup_wrap .lineup_content.lineup_content:last-child {
  margin-right: 0;
}

.lineup_wrap .lineup_content a {
  display: block;
  text-decoration: none;
  color: #000000;
}

.lineup_wrap .lineup_content a:hover {
  opacity: 1;
}

.lineup_wrap .lineup_content .lineup_content_btn .more {
  display: none;
}

.lineup_wrap .img_wrap {
  padding: 17.5% 0 3.5%;
  background-color: #f9f9f9;
  margin: 0 auto;
}

.lineup_wrap .img_wrap img {
  width: 50%;
}

.lineup_wrap .img_ttl {
  margin-top: 40px;
}

.lineup_wrap .img_ttl img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 16px;
}

.lineup_wrap p {
  margin-top: 40px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
}
.sunglasses_wrapper{
  padding-top: 60px;
}

#new_arrival .image_slide, #sunglasses .image_slide {
  width: 100%;
}

#new_arrival .image_slide span, #sunglasses .image_slide span {
  font-size: 13px;
  display: block;
  text-align: left;
  margin: 12px 0 50px;
  line-height: 1.6;
}

#new_arrival h3.img_ttl, #sunglasses h3.img_ttl {
  font-size: 32px;
  margin-bottom: 40px;
  letter-spacing: 10px;
}

#new_arrival p, #sunglasses p {
  font-size: 14px;
  width: 50%;
  text-align: center;
  margin: 10px auto;
  line-height: 1.8;
  letter-spacing: 0;
}

#new_arrival .slick-prev, #new_arrival .slick-next, #sunglasses .slick-prev, #sunglasses .slick-next {
  display: inline-block;
  width: 89px;
  height: 60px;
  overflow: hidden;
  z-index: 10;
  -webkit-transition: ease .3s opacity;
  transition: ease .3s opacity;
}

#new_arrival .slick-prev:hover, #new_arrival .slick-next:hover, #sunglasses .slick-prev:hover, #sunglasses .slick-next:hover {
  opacity: 0.7;
}

#new_arrival .slick-prev:before, #new_arrival .slick-next:before, #sunglasses .slick-prev:before, #sunglasses .slick-next:before {
  content: "";
  border-bottom: 1px solid #000000;
  height: 8px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 30px;
}

#new_arrival .slick-prev, #sunglasses .slick-prev {
  right: 986px;
  left: 0;
  margin: auto;
}

#new_arrival .slick-prev::after, #sunglasses .slick-prev::after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #000000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: -.7px;
  top: 34px;
}

#new_arrival .slick-next, #sunglasses .slick-next {
  right: 0;
  left: 986px;
  margin: auto;
}

#new_arrival .slick-next::after, #sunglasses .slick-next::after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -.7px;
  top: 34px;
}

.shop_info {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: stretch;
  justify-content: space-between;
  font-family: -apple-system, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, HelveticaNeue, Helvetica, sans-serif;
  margin: 0 auto;
  width: 100%;
}

.shop_info .img_wrap {
  width: 50%;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/photo_shop.png);
}

.shop_info .txt_wrap {
  width: 50%;
  padding: 120px 0;
  background-color: #f5f6f7;
}

.shop_info .txt_wrap h2 {
  font-weight: 600;
  font-size: 21px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}

.shop_info .txt_wrap h2:after {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #000000;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
}

.shop_info .txt_wrap p {
  line-height: 2;
  font-size: 12px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.shop_info .txt_wrap .info {
  margin: 0 auto;
  width: 157px;
  text-align: left;
}

.shop_info .txt_wrap .info .ttl, .shop_info .txt_wrap .info .exp {
  padding: 5px 0;
  font-size: 12px;
  font-family: 'JINSNext';
  font-weight: 300;
  letter-spacing: 1px;
  display: inline-block;
  text-align: left;
}

.shop_info .txt_wrap .info .ttl {
  width: 60px;
}

.service_wrap {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
}

.service_wrap h2 {
  font-family: 'JINSNext';
  font-weight: 400;
  font-size: 17px;
  color: #a7a9ac;
}

.service_wrap p {
  font-size: 15px;
  line-height: 2;
  margin-top: 40px;
  letter-spacing: 0;
}

.service_wrap .caption {
  margin-top: 20px;
}

.service_wrap .caption li {
  font-family: -apple-system, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, HelveticaNeue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
}

.service_wrap .flame {
  width: 50%;
  position: relative;
  padding: 0px 3%;
}

.service_wrap .flame:first-child:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 60px;
  width: 1px;
  height: 80px;
  background-color: #dfe1e4;
}

.link_wrap {
  width: 60%;
  margin: 0 auto;
  margin-top: 100px;
}

.link_wrap a {
  color: #000000;
  background-color: #f5f6f7;
  display: block;
  padding: 25px;
  text-decoration: none;
  margin-bottom: 25px;
  letter-spacing: 0;
  font-size: 13px;
}

.link_wrap a::after {
  content: "";
  background: url("../img/icon_pdf.png") no-repeat left center;
  background-size: 100%;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 5px;
}

.sns_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 184px;
  margin: 80px auto 0;
}

.sns_wrap a {
  background-color: #cbcecf;
  display: inline-block;
  width: 72px;
  height: 72px;
  text-align: center;
  border-radius: 50%;
  position: relative;
}

.sns_wrap a i {
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.link_group {
  margin: 0 auto;
  margin-top: 80px;
  width: 200px;
}

.link_group a {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  vertical-align: middle;
  letter-spacing: 0;
  display: inline-block;
  margin-bottom: 30px;
}

.link_group a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  margin-left: 10px;
}

#pages .header_menu {
  position: fixed;
}

#pages .header_menu.pagesFloatMenu {
  background-color: rgba(255, 255, 255, 0.85);
}

.contents_section.under {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  margin-top: 230px;
}

.contents_section.under h1 {
  width: 100%;
  text-align: left;
}

.contents_section.under h1 img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 32px;
}

.contents_section.under .lineup_wrap .lineup_content {
  width: 50%;
}

.contents_section .lineup_index_wrap {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}

.contents_section .lineup_index_wrap .img_wrap {
  width: 43%;
}

.contents_section .lineup_index_wrap .txt_section {
  width: 50%;
  margin-left: 7%;
  text-align: left;
}

.contents_section .lineup_index_wrap .txt_section .txt {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0;
  text-align: left;
  font-weight: 500;
}

.contents_section .lineup_index_wrap .txt_section .en {
  margin-top: 15px;
  font-size: 10px;
  line-height: 2;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 500;
  padding-bottom: 20px;
  letter-spacing: 0.5px;
}

.contents_section .lineup_index_wrap .txt_section .en + .inner_link {
  padding-left: 0;
  display: block;
}

.contents_section .lineup_index_wrap .txt_section .en + .inner_link .arrow {
  -webkit-transition: .5s ease transform;
  transition: .5s ease transform;
}

.contents_section .lineup_index_wrap .txt_section .en + .inner_link:hover .arrow {
  -webkit-transform: translateX(9px);
  transform: translateX(9px);
  opacity: 0.7;
}

.contents_section .arrow {
  display: inline-block;
  width: 35px;
  border-bottom: 1px solid #000000;
  position: relative;
  margin-left: 1em;
  height: 8px;
  overflow: hidden;
}

.contents_section .arrow:after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -.7px;
  bottom: 2px;
}

.contents_section .lineup_content .lineup_content_btn {
  padding: 20px 0;
}

.contents_section .lineup_detail_wrap {
  margin-top: 120px;
}

.contents_section .lineup_detail_wrap h2 {
  width: 100%;
  text-align: left;
}

.contents_section .lineup_detail_wrap h2 img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 20px;
}

.contents_section .lineup_detail_wrap h2:after {
  content: "";
  display: block;
  margin-top: 40px;
  width: 48px;
  border-top: 1px solid #000000;
  padding-top: 40px;
}

.contents_section .lineup_detail_wrap h2 span {
  display: block;
  font-size: 13px;
  margin-top: 15px;
  letter-spacing: 1px;
}

.contents_section .lineup_detail_wrap .linup_info {
  text-align: left;
  line-height: 2.5;
  font-size: 13px;
  letter-spacing: 1px;
}

.contents_section .lineup_detail_wrap .lineup_detail {
  text-align: left;
  margin-bottom: 25px;
}

.contents_section .lineup_detail_wrap .lineup_detail:nth-of-type(1) {
  margin-top: -40px;
}

.contents_section .lineup_detail_wrap .lineup_detail:nth-of-type(2n-1) .img_section {
  margin-left: 9%;
}

.contents_section .lineup_detail_wrap .lineup_detail:nth-of-type(2n-1) .img_section .item_detail {
  right: -6%;
  bottom: 17%;
}

.contents_section .lineup_detail_wrap .lineup_detail:nth-of-type(2n) {
  text-align: right;
}

.contents_section .lineup_detail_wrap .lineup_detail:nth-of-type(2n) .img_section .item_detail {
  left: -30%;
  top: 48%;
}

.contents_section .lineup_detail_wrap .lineup_detail .img_section {
  width: 50.1%;
  position: relative;
  display: inline-block;
}

.contents_section .lineup_detail_wrap .lineup_detail .img_section .item_detail {
  line-height: 1.9;
  font-size: 13px;
  position: absolute;
  text-align: left;
  letter-spacing: 1px;
}

.inner_link {
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 20px;
}

.slick-slide .filter {
  width: 100%;
}

.slick-slide .filter img {
  width: 986px;
  height: 638px;
}

.slick-slide:not(.slick-active) .filter {
  position: relative;
}

.slick-slide:not(.slick-active) .filter:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: whitesmoke;
  opacity: .70;
  z-index: 10;
}

.slick-slide:not(.slick-active) span {
  opacity: 0.5;
}

.slick-slide {
  float: left;
  height: 100%;
  max-height: 780px;
  overflow: hidden;
  min-height: 1px;
  display: none;
}

@media only screen and (max-width: 1520px) {
  .lineup_content p .pc {
    display: none;
  }
}

@media only screen and (max-width: 1320px) {
  .section_column .inner_link {
    right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  #new_arrival .slick-prev, #sunglasses .slick-prev {
    left: -20px;
    right: inherit;
    margin: 0;
  }
  #new_arrival .slick-next, #sunglasses .slick-next {
    left: inherit;
    right: -20px;
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  .main_contents.first .header_menu {
    top: -65px;
    -webkit-transform: none;
    transform: none;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
  }
  .main_contents.first .mv_slide_wrap, .main_contents.first .mv_slide_wrap_sp {
    width: 100%;
    margin-top: 0;
    height: 100vh !important;
  }
  .main_contents.first .mv_wrap.firstFix .mv_slide_wrap_sp {
    width: 100%;
    margin-top: 0;
    height: 100vh !important;
  }
  .main_contents.first .scroll_btn_wrap {
    -webkit-transform: translateY(71px);
    transform: translateY(71px);
    opacity: 0;
  }
  .main_contents.first .mv_first_cover {
    width: 100%;
  }
  .mv_wrap {
    height: 100vh;
  }
  .mv_wrap i {
    width: 4vw;
    max-width: 27px;
    margin: 7vw;
  }
  .mv_slide_wrap {
    display: none;
  }
  .mv_slide_wrap_sp {
    display: block;
    width: 90%;
    height: 80vh;
    margin-top: 6vh;
    position: relative;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
  }
  .scroll_btn_wrap {
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
  }
  .mv_first_cover {
    width: 90%;
  }
  .mv_first_cover i {
    width: 4vw;
    max-width: 27px;
    margin: 7vw;
  }
  .header_menu {
    text-align: left;
    height: 65px;
  }
  h1.logo {
    position: relative;
    z-index: 102;
    display: inline-block;
    width: 3.3%;
    padding: 12px 0;
    margin-left: 5%;
  }
  nav {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-color: #ffffff;
    -webkit-transition: .5s ease transform;
    transition: .5s ease transform;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  nav.menuOn {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  .header_menu.animFix {
    -webkit-transform: none;
    transform: none;
    top: -70px;
  }
  .header_menu.headerClose {
    top: 0;
  }
  .header_menu.fixed {
    -webkit-transition-property: top;
    transition-property: top;
    top: 0;
  }
  .g_menu {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 20% 10% 10%;
    text-align: left;
  }
  .g_menu li {
    width: 100%;
    text-align: left;
  }
  .g_menu li a {
    padding: 30px 20px;
    display: inline-block;
  }
  .close_btn {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 20px;
    top: 25px;
  }
  .close_btn:after, .close_btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
  }
  .close_btn::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .close_btn:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu_switch {
    width: 17px;
    height: 15px;
    position: absolute;
    top: 25px;
    right: 20px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
  .menu_switch:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
  }
  .news {
    width: 90%;
  }
  .news li {
    display: block;
    border-left: 1px solid #000000;
    padding-left: 20px;
  }
  .news span {
    border: none;
    padding-left: 0;
    width: 100%;
    font-size: 11px;
    padding: 15px;
  }
  .news p {
    width: 100%;
    font-size: 11px;
    padding-top: 0;
  }
  .contents_section {
    width: 90%;
    padding: 0;
    margin-top: 40px;
  }
  .contents_section .arrow {
    width: 25px;
    margin-left: 10px;
  }
  .common_ttl {
    font-size: 7.5vw;
    letter-spacing: 4px;
    margin-bottom: 30px;
    margin-top: 60px;
  }
  h3.common_ttl {
    font-size: 5.5vw;
    margin-bottom: 20px;
    margin-top: 45px;
  }
  .scroll_btn {
    font-size: 3vw;
  }
  .section_column {
    display: block;
    background: none;
  }
  .section_column .img_wrap {
    background: none;
    width: 100%;
  }
  .section_column .txt_section {
    width: 100%;
    padding: 0;
  }
  .section_column .txt_section .txt {
    font-size: 3.2vw;
    margin-top: 25px;
  }
  .section_column .txt_section .txt_en {
    font-size: 2vw;
    padding-bottom: 0;
  }
  .section_column .inner_link {
    margin-top: 20px;
    text-align: center;
    display: block;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 15px 0;
    position: static;
    width: 100%;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .section_column:nth-of-type(2n) .txt_section {
    padding: 0;
  }
  .lineup_wrap {
    display: block;
  }
  .lineup_wrap .lineup_content {
    width: 100%;
    display: block;
    margin: 0 0 50px;
  }
  .lineup_wrap .lineup_content > a:not(.lineup_content_btn) {
    pointer-events: none;
    padding-bottom: 20px;
  }
  .lineup_wrap .lineup_content .lineup_content_btn {
    display: block;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 15px 0;
    position: static;
    width: 100%;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .lineup_wrap .lineup_content .lineup_content_btn .more {
    display: inline-block;
  }
  .lineup_wrap .lineup_content .lineup_content_btn .arrow {
    margin-top: 0;
    display: inline-block;
    margin-left: 5px;
  }
  .lineup_wrap .img_wrap {
    padding: 16.3% 0 0%;
  }
  .lineup_wrap .img_ttl {
    margin-top: 30px;
  }
  .lineup_wrap p {
    margin-top: 20px;
    font-size: 3.2vw;
    line-height: 1.8;
    letter-spacing: 0;
    margin-bottom: 0;
  }
  .sunglasses_wrapper{
    padding-top: 0;
  }
  #new_arrival h3.img_ttl, #sunglasses h3.img_ttl {
    font-size: 5.5vw;
    letter-spacing: 5px;
    margin-bottom: 20px;
  }
  #new_arrival p, #sunglasses p {
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.6;
  }
  #new_arrival .slick-slide span, #sunglasses .slick-slide span {
    font-size: 10px;
    margin: 10px 0 30px;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 2px;
  }
  #new_arrival .slick-slide .filter img, #sunglasses .slick-slide .filter img {
    width: 100%;
    height: auto;
  }
  #new_arrival .slick-prev, #new_arrival .slick-next, #sunglasses .slick-prev, #sunglasses .slick-next {
    width: 25px;
    top: 33%;
  }
  #new_arrival .slick-prev, #sunglasses .slick-prev {
    left: -15px;
    right: inherit;
    margin: auto;
  }
  #new_arrival .slick-next, #sunglasses .slick-next {
    left: inherit;
    right: -15px;
    margin: auto;
  }
  .shop_info {
    display: block;
  }
  .shop_info .img_wrap, .shop_info .txt_wrap {
    width: 100%;
  }
  .shop_info .img_wrap {
    background: none;
  }
  .shop_info .txt_wrap {
    padding: 40px 0;
  }
  .shop_info .txt_wrap h2 {
    font-size: 3.5vw;
    letter-spacing: 1px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .shop_info .txt_wrap h2:after {
    width: 20px;
  }
  .shop_info .txt_wrap p {
    margin-bottom: 20px;
    font-size: 3.2vw;
  }
  .shop_info .txt_wrap .info {
    width: 42%;
  }
  .shop_info .txt_wrap .info .ttl, .shop_info .txt_wrap .info .exp {
    font-size: 2vw;
  }
  .service_wrap {
    display: block;
    width: 100%;
  }
  .service_wrap h2 {
    font-size: 3.5vw;
  }
  .service_wrap p {
    margin-top: 16px;
    font-size: 3.2vw;
    line-height: 1.7;
  }
  .service_wrap .caption li {
    font-size: 2vw;
    letter-spacing: -0.5px;
  }
  .service_wrap .flame {
    width: 100%;
    padding: 0;
  }
  .service_wrap .flame:first-child {
    margin-bottom: 40px;
  }
  .service_wrap .flame:first-child:after {
    content: none;
  }
  .link_wrap {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .link_wrap a {
    padding: 20px;
    margin-bottom: 18px;
  }
  .sns_wrap {
    margin-top: 60px;
  }
  .contents_section.under {
    margin-top: 110px;
  }
  .contents_section.under h1 img {
    max-height: 17px;
  }
  .contents_section.under .lineup_wrap .lineup_content {
    width: 100%;
  }
  .contents_section .lineup_index_wrap {
    margin-top: 20px;
    display: block;
  }
  .contents_section .lineup_index_wrap .img_wrap {
    width: 100%;
  }
  .contents_section .lineup_index_wrap .txt_section {
    width: 100%;
    margin: 20px 0;
  }
  .contents_section .lineup_index_wrap .txt_section .inner_link {
    display: block;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 15px 0;
    position: static;
    width: 100%;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .contents_section .lineup_index_wrap .en + .inner_link {
    text-align: center;
  }
  .contents_section .lineup_detail_wrap {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .contents_section .lineup_detail_wrap h2 img {
    max-height: 14px;
  }
  .contents_section .lineup_detail_wrap h2 span {
    font-size: 10px;
  }
  .contents_section .lineup_detail_wrap h2:after {
    margin-top: 20px;
    padding-top: 20px;
  }
  .contents_section .lineup_detail_wrap .linup_info {
    line-height: 1.8;
    font-size: 12px;
    margin-bottom: 60px;
  }
  .contents_section .lineup_detail_wrap .lineup_detail {
    display: block;
    margin: 0 auto 40px;
  }
  .contents_section .lineup_detail_wrap .lineup_detail:nth-of-type(2n) {
    text-align: right;
  }
  .contents_section .lineup_detail_wrap .lineup_detail:nth-of-type(2n-1) .img_section {
    margin-left: 0;
  }
  .contents_section .lineup_detail_wrap .lineup_detail .img_section {
    width: 100%;
    text-align: right;
    margin-left: 0;
  }
  .contents_section .lineup_detail_wrap .lineup_detail .img_section img {
    width: 80%;
  }
  .contents_section .lineup_detail_wrap .lineup_detail .img_section .item_detail {
    font-size: 10px;
    position: static;
    margin-top: -35px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 480px) {
  .section_column .txt_section .img_ttl img {
    max-height: 17px;
  }
  .section_column .txt_section .txt_en {
    font-size: 2.7vw;
  }
  .mv_wrap.firstFix .mv_slide_wrap_sp {
    height: 76vh !important;
    margin-top: 8vh;
  }
}

@media screen and (max-width: 360px) {
  .shop_info .txt_wrap .info {
    width: 141px;
  }
  .shop_info .txt_wrap .info .ttl, .shop_info .txt_wrap .info .exp {
    font-size: 10px;
  }
  .mv_wrap.firstFix .mv_slide_wrap_sp {
    height: 86vh !important;
    margin-top: 6vh;
  }
}

@media screen and (max-width: 320px) {
  .mv_wrap.firstFix .mv_slide_wrap_sp {
    margin-top: 0;
  }
}

@media screen and (max-height: 630px) {
  .scroll_btn_wrap {
    height: 50px;
  }
  .scroll_btn_wrap .scroll_btn {
    padding-top: 30px;
  }
  .mv_wrap i {
    bottom: 50px;
  }
}

@media screen and (max-height: 630px) and (max-width: 768px) {
  .g_menu {
    padding: 6% 10% 10%;
  }
  .g_menu li a {
    padding: 25px 20px;
  }
}

@media screen and (max-width: 320px) {
  .g_menu {
    padding: 5% 10% 10%;
  }
  .g_menu li a {
    padding: 20px;
  }
  .header_menu {
    height: 45px;
  }
  .scroll_btn_wrap {
    height: 33px;
  }
  h1.logo {
    padding: 0;
  }
  .menu_switch {
    top: 15px;
  }
  .mv_wrap.firstFix .mv_slide_wrap_sp {
    height: 84vh !important;
    margin-top: 3vh;
  }
}

.vegas-animation-fadeout {
  -webkit-animation: fadeout ease-out 2s;
  animation: fadeout ease-out 2s;
}

@media only screen and (max-width: 768px) {
  .vegas-animation-fadeout {
    -webkit-animation: fadeoutsp ease-out 2s;
    animation: fadeoutsp ease-out 2s;
  }
}

@-webkit-keyframes fadeout {
  0% {
    -webkit-transform: scale(1.1) translate(0);
    transform: scale(1.1) translate(0);
  }
  100% {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
  }
}

@keyframes fadeout {
  0% {
    -webkit-transform: scale(1.1) translate(0);
    transform: scale(1.1) translate(0);
  }
  100% {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
  }
}

@-webkit-keyframes fadeoutsp {
  0% {
    -webkit-transform: scale(1.2) translate(0);
    transform: scale(1.2) translate(0);
  }
  100% {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
  }
}

@keyframes fadeoutsp {
  0% {
    -webkit-transform: scale(1.2) translate(0);
    transform: scale(1.2) translate(0);
  }
  100% {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
  }
}

@-webkit-keyframes scrollNavAnim {
  0% {
    height: 0px;
    margin-top: 0;
  }
  38% {
    height: 30px;
    margin-top: 0;
  }
  40% {
    height: 30px;
    margin-top: 0;
  }
  42% {
    height: 30px;
    margin-top: 0;
  }
  90% {
    height: 0px;
    margin-top: 30px;
  }
  100% {
    height: 0px;
    margin-top: 0;
  }
}

@keyframes scrollNavAnim {
  0% {
    height: 0px;
    margin-top: 0;
  }
  38% {
    height: 30px;
    margin-top: 0;
  }
  40% {
    height: 30px;
    margin-top: 0;
  }
  42% {
    height: 30px;
    margin-top: 0;
  }
  90% {
    height: 0px;
    margin-top: 30px;
  }
  100% {
    height: 0px;
    margin-top: 0;
  }
}

@-webkit-keyframes hoverLinkArrow {
  30% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes hoverLinkArrow {
  30% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.hide {
  -webkit-transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58), -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58), -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58), transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58), transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0s;
  opacity: 0;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.hide.showOn {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.section_column.hide .img_wrap {
  opacity: 0;
}

.section_column.hide .img_wrap.comfort {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.2s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.2s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.2s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.2s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.2s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.2s;
}

.section_column.hide .img_wrap.vintage {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1s;
}

.section_column.hide .img_wrap.celluloid {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.2s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.2s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.2s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.2s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.2s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.2s;
}

.hide.showOn .img_wrap.comfort, .hide.showOn .img_wrap.vintage, .hide.showOn .img_wrap.celluloid {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.hide .txt_section .img_ttl, .hide .txt_section .txt, .hide .txt_section .txt_en {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.hide .txt_section.comfort .img_ttl {
  -webkit-transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.6s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.6s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.6s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.6s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.6s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.6s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.6s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.6s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.6s;
}

.hide .txt_section.comfort .txt {
  -webkit-transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.8s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.8s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.8s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.8s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.8s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.8s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.8s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.8s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.8s;
}

.hide .txt_section.comfort .txt_en {
  -webkit-transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1s;
}

.hide .txt_section.vintage .img_ttl {
  -webkit-transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.2s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.2s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.2s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.2s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.2s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.2s;
}

.hide .txt_section.vintage .txt {
  -webkit-transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.4s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.4s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.4s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.4s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.4s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.4s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.4s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.4s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.4s;
}

.hide .txt_section.vintage .txt_en {
  -webkit-transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.6s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.6s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.6s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.6s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.6s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.6s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.6s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.6s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.6s;
}

.hide .txt_section.celluloid .img_ttl {
  -webkit-transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.6s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.6s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.6s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.6s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.6s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.6s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.6s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.6s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.6s;
}

.hide .txt_section.celluloid .txt {
  -webkit-transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.8s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.8s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.8s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.8s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.8s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.8s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.8s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.8s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.8s;
}

.hide .txt_section.celluloid .txt_en {
  -webkit-transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1s;
}

.hide.showOn .txt_section .img_ttl, .hide.showOn .txt_section .txt, .hide.showOn .txt_section .txt_en {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.section_column.hide .inner_link {
  opacity: 0;
}

.section_column.hide .inner_link.comfort {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1.2s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1.2s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1.2s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1.2s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1.2s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1.2s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1.2s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1.2s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1.2s;
}

.section_column.hide .inner_link.vintage {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1.2s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1.2s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1.2s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1.2s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1.2s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1.2s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1.2s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1.2s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1.2s;
}

.section_column.hide .inner_link.celluloid {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1.2s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1.2s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1.2s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1.2s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1.2s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1.2s;
  transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1.2s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1.2s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1.2s;
}

.section_column.hide.showOn .inner_link.comfort, .section_column.hide.showOn .inner_link.vintage, .section_column.hide.showOn .inner_link.celluloid {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

@media screen and (max-width: 768px) {
  .section_column.hide .img_wrap.comfort, .section_column.hide .img_wrap.vintage, .section_column.hide .img_wrap.celluloid {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.2s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.2s;
    transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.2s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.2s;
    transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.2s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.2s;
    transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.2s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.2s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.2s;
  }
  .hide .txt_section.comfort .img_ttl, .hide .txt_section.vintage .img_ttl, .hide .txt_section.celluloid .img_ttl {
    -webkit-transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.6s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.6s;
    transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.6s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.6s;
    transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.6s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.6s;
    transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.6s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.6s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.6s;
  }
  .hide .txt_section.comfort .txt, .hide .txt_section.vintage .txt, .hide .txt_section.celluloid .txt {
    -webkit-transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.8s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.8s;
    transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.8s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.8s;
    transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.8s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.8s;
    transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 0.8s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.8s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 0.8s;
  }
  .hide .txt_section.comfort .txt_en, .hide .txt_section.vintage .txt_en, .hide .txt_section.celluloid .txt_en {
    -webkit-transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1s;
    transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1s;
    transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1s;
    transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1s;
  }
  .section_column.hide .inner_link.comfort, .section_column.hide .inner_link.vintage, .section_column.hide .inner_link.celluloid {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1.2s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1.2s;
    transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1.2s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1.2s;
    transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1.2s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1.2s;
    transition: opacity 0.6s cubic-bezier(0.52, 0.16, 0.81, 0.58) 1.2s, transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1.2s, -webkit-transform 0.8s cubic-bezier(0.09, 0.69, 0.24, 0.92) 1.2s;
  }
  .section_column.hide.showOn .img_wrap.comfort, .section_column.hide.showOn .img_wrap.vintage, .section_column.hide.showOn .img_wrap.celluloid {
    -webkit-transform: none;
    transform: none;
  }
  .section_column.hide.showOn .txt_section .img_ttl, .section_column.hide.showOn .txt_section .txt, .section_column.hide.showOn .txt_section .txt_en {
    -webkit-transform: none;
    transform: none;
  }
  .section_column.hide.showOn .inner_link.comfort, .section_column.hide.showOn .inner_link.vintage, .section_column.hide.showOn .inner_link.celluloid {
    -webkit-transform: none;
    transform: none;
  }
}

.neuron_bnr{
  width: 100%;
  transition: .3s ease;
  padding: 0 15%;
}
@media screen and (max-width: 768px) {
  .neuron_bnr{
    padding: 0;
  }
}
.neuron_bnr:hover{
  opacity: .8;
}
@media screen and (max-width: 768px) {
  .neuron_bnr:hover{
    opacity: 1;
  }
}
.neuron_bnr img{
  width: 100%;
}
.pcImage{
  display: block;
}
@media screen and (max-width: 768px) {
  .pcImage{
    display: none;
  }
}
.spImage{
  display: none;
}
@media screen and (max-width: 768px) {
  .spImage{
    display: block;
  }
}