@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

html,
body {
  overflow: visible !important;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
  .wow {
    visibility: visible !important;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "Merriweather Sans", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

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

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container {
  overflow: hidden;
}

.img {
  display: block;
  max-width: 100%;
}

.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .sm {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }

  body {
    position: static !important;
    top: auto !important;
  }

  .navigation {
    display: block !important;
  }

  .flex-md {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .flex-align {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .order1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .container {
    min-width: 1200px;
  }

  .wrapper {
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  html {
    height: 100%;
  }

  .md {
    display: none !important;
  }

  body {
    font-size: 14px;
    line-height: 1.43;
  }

  .container {
    width: 100% !important;
    min-width: 320px;
    margin: 0 !important;
    padding: 80px 0 0 !important;
  }
  .container main {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
  }

  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-fluid {
    width: 100% !important;
    margin: 0 !important;
	padding: 0 !important;
  }
}
/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
header {
  position: relative;
}
header .btn {
  position: absolute;
  background: url(../img/common/icn_cart.png) no-repeat 0 0;
  background-size: 100% auto;
  display: block;
}

.navigation .ul-menu {
  font-weight: bold;
  letter-spacing: 0.06em;
}
.navigation .ul-menu a {
  display: block;
  color: #000;
}

@media print, (min-width: 768px) {
  header {
    position: relative;
    padding: 48px 202px 48px 56px;
  }
  header .btn {
    width: 35px;
    height: 35px;
    top: 38px;
    right: 104px;
  }
  header .header-logo {
    width: 340px;
  }
  .ie header {
    display: block;
    *zoom: 1;
  }
  .ie header:after {
    content: "";
    display: table;
    clear: both;
  }
  .ie header .header-logo {
    float: left;
  }
  .ie header .navigation {
    float: right;
  }

  .navigation .ul-menu {
    font-size: 16px;
  }
  .navigation .ul-menu > li {
    margin-left: 50px;
  }
  .navigation .ul-menu > li:first-child {
    margin-left: 0;
  }
  .navigation a {
    position: relative;
  }
  .navigation a:after {
    -moz-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.26s;
    -o-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.26s;
    -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.26s;
    transition: cubic-bezier(0.19, 1, 0.22, 1) 0.26s;
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #000;
    left: 50%;
    bottom: -5px;
    content: "";
  }
  .navigation a:hover:after {
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  header {
    position: fixed;
    left: 0;
    top: 0;
    min-width: 320px;
    width: 100%;
    z-index: 999;
    padding: 18px 10px 9px;
    height: 79px;
    background: #fff;
  }
  header .btn,
  header .btn-menu,
  header .header-logo {
    z-index: 99995;
  }
  header .btn {
    width: 20px;
    height: 20px;
    top: 12px;
    right: 45px;
  }
  header .header-logo {
    width: 170px;
    margin: 0 auto;
    position: relative;
  }

  .navigation {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    min-width: 320px;
    z-index: 9999;
    padding-top: 85px;
    background: #fff;
    display: none;
  }
  .navigation .navigation-inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .navigation .ul-menu {
    font-size: 14px;
    border-top: 1px solid #12315b;
    position: relative;
    z-index: 4;
  }
  .navigation .ul-menu > li {
    border-bottom: 1px solid #12315b;
  }
  .navigation .ul-menu a {
    padding: 10px 20px;
  }
  .navigation .overlay-menu {
    position: absolute;
    left: 0;
    top: 85px;
    right: 0;
    bottom: 0;
  }
}
.btn-menu {
  position: absolute;
  cursor: pointer;
}
.btn-menu > span {
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  display: block;
}

@media print, (min-width: 768px) {
  .btn-menu {
    width: 50px;
    height: 50px;
    right: 32px;
    top: 34px;
  }
  .btn-menu > span {
    width: 26px;
    margin-left: -13px;
  }
  .btn-menu > span:nth-child(1) {
    top: 15px;
  }
  .btn-menu > span:nth-child(2) {
    top: 24px;
  }
  .btn-menu > span:nth-child(3) {
    top: 33px;
  }

  .btn-menu span:nth-of-type(1) {
    -webkit-animation: menu-bar01 0.75s forwards;
    animation: menu-bar01 0.75s forwards;
  }

  .btn-menu span:nth-of-type(3) {
    -webkit-animation: menu-bar02 0.75s forwards;
    animation: menu-bar02 0.75s forwards;
  }

  .btn-menu.js-active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 0.75s forwards;
    animation: active-menu-bar01 0.75s forwards;
  }

  .btn-menu.js-active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 0.75s forwards;
    animation: active-menu-bar03 0.75s forwards;
  }
}
.btn-menu span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.btn-menu.js-active span:nth-of-type(2) {
  opacity: 0;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -webkit-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
  }
  50% {
    -moz-transform: translateY(9px) rotate(0);
    -ms-transform: translateY(9px) rotate(0);
    -webkit-transform: translateY(9px) rotate(0);
    transform: translateY(9px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -webkit-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
  }
  50% {
    -moz-transform: translateY(9px) rotate(0);
    -ms-transform: translateY(9px) rotate(0);
    -webkit-transform: translateY(9px) rotate(0);
    transform: translateY(9px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -webkit-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    -moz-transform: translateY(-9px) rotate(0);
    -ms-transform: translateY(-9px) rotate(0);
    -webkit-transform: translateY(-9px) rotate(0);
    transform: translateY(-9px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -webkit-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    -moz-transform: translateY(-9px) rotate(0);
    -ms-transform: translateY(-9px) rotate(0);
    -webkit-transform: translateY(-9px) rotate(0);
    transform: translateY(-9px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(9px) rotate(0);
    -ms-transform: translateY(9px) rotate(0);
    -webkit-transform: translateY(9px) rotate(0);
    transform: translateY(9px) rotate(0);
  }
  100% {
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -webkit-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(9px) rotate(0);
    -ms-transform: translateY(9px) rotate(0);
    -webkit-transform: translateY(9px) rotate(0);
    transform: translateY(9px) rotate(0);
  }
  100% {
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -webkit-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(-9px) rotate(0);
    -ms-transform: translateY(-9px) rotate(0);
    -webkit-transform: translateY(-9px) rotate(0);
    transform: translateY(-9px) rotate(0);
  }
  100% {
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -webkit-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(-9px) rotate(0);
    -ms-transform: translateY(-9px) rotate(0);
    -webkit-transform: translateY(-9px) rotate(0);
    transform: translateY(-9px) rotate(0);
  }
  100% {
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -webkit-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
  }
}
@-webkit-keyframes menu-bar-sm01 {
  0% {
    -moz-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY(5px) rotate(45deg);
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
  }
  50% {
    -moz-transform: translateY(5px) rotate(0);
    -ms-transform: translateY(5px) rotate(0);
    -webkit-transform: translateY(5px) rotate(0);
    transform: translateY(5px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar-sm01 {
  0% {
    -moz-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY(5px) rotate(45deg);
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
  }
  50% {
    -moz-transform: translateY(5px) rotate(0);
    -ms-transform: translateY(5px) rotate(0);
    -webkit-transform: translateY(5px) rotate(0);
    transform: translateY(5px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar-sm02 {
  0% {
    -moz-transform: translateY(-5px) rotate(-45deg);
    -ms-transform: translateY(-5px) rotate(-45deg);
    -webkit-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg);
  }
  50% {
    -moz-transform: translateY(-5px) rotate(0);
    -ms-transform: translateY(-5px) rotate(0);
    -webkit-transform: translateY(-5px) rotate(0);
    transform: translateY(-5px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar-sm02 {
  0% {
    -moz-transform: translateY(-5px) rotate(-45deg);
    -ms-transform: translateY(-5px) rotate(-45deg);
    -webkit-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg);
  }
  50% {
    -moz-transform: translateY(-5px) rotate(0);
    -ms-transform: translateY(-5px) rotate(0);
    -webkit-transform: translateY(-5px) rotate(0);
    transform: translateY(-5px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar-sm01 {
  0% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(5px) rotate(0);
    -ms-transform: translateY(5px) rotate(0);
    -webkit-transform: translateY(5px) rotate(0);
    transform: translateY(5px) rotate(0);
  }
  100% {
    -moz-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY(5px) rotate(45deg);
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
  }
}
@keyframes active-menu-bar-sm01 {
  0% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(5px) rotate(0);
    -ms-transform: translateY(5px) rotate(0);
    -webkit-transform: translateY(5px) rotate(0);
    transform: translateY(5px) rotate(0);
  }
  100% {
    -moz-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY(5px) rotate(45deg);
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar-sm03 {
  0% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(-5px) rotate(0);
    -ms-transform: translateY(-5px) rotate(0);
    -webkit-transform: translateY(-5px) rotate(0);
    transform: translateY(-5px) rotate(0);
  }
  100% {
    -moz-transform: translateY(-5px) rotate(-45deg);
    -ms-transform: translateY(-5px) rotate(-45deg);
    -webkit-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg);
  }
}
@keyframes active-menu-bar-sm03 {
  0% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(-5px) rotate(0);
    -ms-transform: translateY(-5px) rotate(0);
    -webkit-transform: translateY(-5px) rotate(0);
    transform: translateY(-5px) rotate(0);
  }
  100% {
    -moz-transform: translateY(-5px) rotate(-45deg);
    -ms-transform: translateY(-5px) rotate(-45deg);
    -webkit-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg);
  }
}
@media only screen and (max-width: 767px) {
  .btn-menu {
    width: 30px;
    height: 30px;
    right: 7px;
    top: 6px;
  }
  .btn-menu > span {
    width: 16px;
    margin-left: -8px;
  }
  .btn-menu > span:nth-child(1) {
    top: 10px;
  }
  .btn-menu > span:nth-child(2) {
    top: 15px;
  }
  .btn-menu > span:nth-child(3) {
    top: 20px;
  }

  .btn-menu span:nth-of-type(1) {
    -webkit-animation: menu-bar-sm01 0.75s forwards;
    animation: menu-bar-sm01 0.75s forwards;
  }

  .btn-menu span:nth-of-type(3) {
    -webkit-animation: menu-bar-sm02 0.75s forwards;
    animation: menu-bar-sm02 0.75s forwards;
  }

  .btn-menu.js-active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar-sm01 0.75s forwards;
    animation: active-menu-bar-sm01 0.75s forwards;
  }

  .btn-menu.js-active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar-sm03 0.75s forwards;
    animation: active-menu-bar-sm03 0.75s forwards;
  }
}
/* COMMON FOOTER
 * ----------------------------------------------- */
footer {
  background: #12315b;
  color: #fff;
}
footer .footer-sns a {
  display: block;
}
footer .footer-sns a img {
  margin: 0 auto;
}
footer .copyright {
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  font-size: 12px;
}

@media print, (min-width: 768px) {
  footer {
    padding: 72px 0 66px;
  }
  footer .footer-logo {
    width: 275px;
    margin: 0 auto 38px;
  }
  footer .footer-sns {
    margin-bottom: 60px;
  }
  footer .footer-sns > li {
    width: 360px;
    margin-left: 40px;
    background: #fff;
  }
  footer .footer-sns > li:nth-child(2n+1) {
    margin-left: 0;
  }
  footer .footer-sns a {
    -moz-transition: ease 0.26s;
    -o-transition: ease 0.26s;
    -webkit-transition: ease 0.26s;
    transition: ease 0.26s;
  }
  footer .footer-sns a:hover {
    margin: 0 -10px 0 10px;
  }
  footer .footer-sns a img {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 28px 28px 22px;
  }
  footer .wrapper {
    padding: 0;
  }
  footer .footer-logo {
    width: 202px;
    margin: 0 auto 30px;
  }
  footer .footer-sns {
    margin-bottom: 36px;
  }
  footer .footer-sns img {
    height: 54px;
  }
  footer .footer-sns > li {
    margin-bottom: 10px;
  }
  footer .footer-sns a {
    background: #fff;
  }
  footer .copyright {
    letter-spacing: -0.025em;
    margin: 0 -15px;
  }
}
/* Title */
.sec-title img {
  margin: 0 auto;
}

@media print, (min-width: 768px) {
  .sec-title img {
    height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-title img {
    height: 22px;
  }
}
/* Buotton */
.btn-contact,
.btn-cart,
.btn-more {
  color: #fff;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: bold;
}
.btn-contact > span,
.btn-cart > span,
.btn-more > span {
  display: inline-block;
}

.btn-contact {
  background: #12315B;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  letter-spacing: 0.04em;
}
.btn-contact > span {
  background: url(../img/common/icn_mail.png) no-repeat 0 center;
}

.btn-cart {
  background: #1a1a1a;
  letter-spacing: 0.02em;
}
.btn-cart > span {
  background: url(../img/common/icn_cart_01.png) no-repeat 0 center;
  background-size: 20px auto;
  padding: 5px 0 0 35px;
}
.ie .btn-cart > span {
  padding-top: 9px;
}

.btn-more {
  background: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #1a1a1a;
  line-height: 1.43;
  text-align: center;
  font-weight: bold;
  width: 140px;
  height: 140px;
  font-size: 14px;
}
.btn-more > span {
  display: block;
  position: relative;
}
.btn-more > span:before {
  content: "";
  position: absolute;
  left: 50%;
  background: url(../img/common/icn_arrow_01.png) no-repeat 0 center;
  background-size: 100% auto;
  width: 8px;
  height: 12px;
  bottom: -24px;
  margin-left: -4px;
}

@media print, (min-width: 768px) {
  .btn-contact > span,
  .btn-cart > span {
    -moz-transition: ease 0.26s;
    -o-transition: ease 0.26s;
    -webkit-transition: ease 0.26s;
    transition: ease 0.26s;
  }
  .btn-contact:hover > span,
  .btn-cart:hover > span {
    margin-left: 20px;
  }

  .btn-contact {
    width: 500px;
    height: 100px;
    font-size: 20px;
  }
  .btn-contact > span {
    background-size: 40px auto;
    padding: 5px 0 5px 50px;
  }
  .ie .btn-contact > span {
    padding-top: 8px;
  }

  .btn-cart {
    font-size: 13px;
    width: 220px;
    height: 40px;
    padding-bottom: 5px;
  }

  .btn-more {
    -moz-transition: ease 0.26s;
    -o-transition: ease 0.26s;
    -webkit-transition: ease 0.26s;
    transition: ease 0.26s;
  }
  .btn-more > span {
    margin-top: -12px;
  }
  .btn-more:hover {
    background: #1a1a1a;
    color: #fff;
  }
  .btn-more:hover > span:before {
    background-image: url(../img/common/icn_arrow_02.png);
  }

  .zoom {
    overflow: hidden;
    display: block;
  }
  .zoom img {
    -moz-transition: ease 0.26s;
    -o-transition: ease 0.26s;
    -webkit-transition: ease 0.26s;
    transition: ease 0.26s;
  }
  .zoom:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@media only screen and (max-width: 767px) {
  .btn-contact {
    width: 95%;
    height: 60px;
    font-size: 14px;
    margin: 0 auto;
  }
  .btn-contact > span {
    background-size: 24px auto;
    padding: 5px 0 5px 30px;
  }

  .btn-cart {
    font-size: 15px;
    width: 100%;
    height: 45px;
    padding-bottom: 4px;
  }
  .btn-cart > span {
    background-size: 22px auto;
    padding: 7px 0 5px 35px;
  }
}
@media only screen and (max-width: 374px) {
  .btn-contact {
    width: 100%;
    letter-spacing: -0.025em;
  }
}
/* Other */
.txt-horizontal {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* Animation */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  30%, 100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  30%, 100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

/* PAGES
 * ----------------------------------------------- */
/* Section keyvisual */
.section-keyvisual {
  position: relative;
  z-index: 5;
}
.section-keyvisual .wrapper {
  position: relative;
}
.section-keyvisual .text {
  letter-spacing: 0.18em;
  font-weight: 300;
}
.section-keyvisual .col-l {
  *zoom: 1;
}
.section-keyvisual .col-l:after {
  content: "";
  display: table;
  clear: both;
}
.section-keyvisual .first {
  float: left;
}
.section-keyvisual .second {
  float: right;
}
.section-keyvisual .wow {
  visibility: hidden;
}

@media print, (min-width: 768px) {
  .section-keyvisual {
    padding: 36px 0;
  }
  .section-keyvisual .wrapper {
    width: 1100px;
  }
  .section-keyvisual .title {
    margin-bottom: 38px;
  }
  .section-keyvisual .title img {
    height: 118px;
  }
  .section-keyvisual .text {
    font-size: 24px;
  }
  .section-keyvisual .first {
    width: 400px;
  }
  .section-keyvisual .second {
    margin: -210px -183px 0 0;
    width: 450px;
  }
  .section-keyvisual .col-l {
    width: 450px;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin: -107px 0 0 39px;
  }
  .section-keyvisual .col-r {
    width: 440px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .section-keyvisual {
    padding: 0 0 192px;
  }
  .section-keyvisual .title {
    margin-bottom: 13px;
  }
  .section-keyvisual .title img {
    height: 62px;
  }
  .section-keyvisual .text {
    font-size: 14px;
  }
  .section-keyvisual .col-l {
    max-width: 335px;
    margin: 0 auto;
  }
  .section-keyvisual .col-r {
    margin-left: 8px;
  }
  .section-keyvisual .first {
    margin: -8px 0 0 5.97%;
    width: 59.7%;
  }
  .section-keyvisual .second {
    margin: -30.74% 0 -16px;
    width: 67.16%;
  }
}
.section-concept {
  background: #FFDF2E;
  position: relative;
}
.section-concept:before, .section-concept:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  border-style: solid;
}
.section-concept:before {
  top: -1px;
  border-color: transparent #fff transparent transparent;
}
.section-concept:after {
  bottom: -1px;
  border-color: transparent #fff transparent transparent;
}
.section-concept .wrapper {
  position: relative;
  z-index: 4;
}
.section-concept .sec-title img {
  margin: 0;
}
.section-concept .thumb {
  position: absolute;
  right: 0;
  z-index: 5;
}
.section-concept .text {
  position: absolute;
}
.section-concept .title {
  line-height: 1.7;
  letter-spacing: 0.12em;
  font-weight: 300;
}
.section-concept .car {
  position: absolute;
}

@media print, (min-width: 768px) {
  .section-concept {
    margin: -180px 0 -600px;
    padding: 280px 0 600px;
  }
  .section-concept:before {
    border-width: 0 100vw 482px 0;
  }
  .section-concept:after {
    border-width: 710px 100vw 0 0;
  }
  .section-concept .wrapper {
    width: 1050px;
  }
  .section-concept .sec-title {
    margin: 0 0 73px -7px;
  }
  .section-concept .thumb {
    width: 542px;
    top: 244px;
  }
  .section-concept .text {
    left: 337px;
    top: -77px;
    width: 385px;
    -moz-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg);
  }
  .section-concept .info {
    width: 540px;
    margin-left: -14px;
    font-size: 15px;
    line-height: 2;
  }
  .section-concept .title {
    font-size: 28px;
    margin-bottom: 33px;
  }
  .section-concept .car {
    width: 346px;
    top: -208px;
    left: -58px;
  }
}
@media only screen and (max-width: 1800px) {
  .section-concept .text {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}
@media only screen and (max-width: 1650px) {
  .section-concept .text {
    -moz-transform: rotate(16.5deg);
    -ms-transform: rotate(16.5deg);
    -webkit-transform: rotate(16.5deg);
    transform: rotate(16.5deg);
  }
}
@media only screen and (max-width: 1470px) {
  .section-concept .text {
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
}
@media only screen and (max-width: 1360px) {
  .section-concept .text {
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}
@media only screen and (max-width: 1270px) {
  .section-concept .text {
    -moz-transform: rotate(21deg);
    -ms-transform: rotate(21deg);
    -webkit-transform: rotate(21deg);
    transform: rotate(21deg);
  }
}
@media only screen and (max-width: 1200px) {
  .section-concept .text {
    -moz-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
}
@media only screen and (max-width: 1200px) {
  .section-concept:before {
    border-width: 0 1200px 482px 0;
  }
  .section-concept:after {
    border-width: 710px 1200px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-concept {
    margin: -152px 0 -130px;
    padding: 140px 0 130px;
  }
  .section-concept:before {
    border-width: 0 100vw 130px 0;
  }
  .section-concept:after {
    border-width: 200px 100vw 0 0;
  }
  .section-concept .sec-title {
    margin: 0 0 25px 4px;
  }
  .section-concept .thumb {
    width: 164px;
    top: 0;
    z-index: 6;
  }
  .section-concept .text {
    left: 22px;
    top: -140px;
    width: 244px;
  }
  .section-concept .title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .section-concept .car {
    top: -80px;
    width: 174px;
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-concept .text {
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@media only screen and (max-width: 675px) {
  .section-concept .text {
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@media only screen and (max-width: 580px) {
  .section-concept .text {
    -moz-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    -webkit-transform: rotate(13deg);
    transform: rotate(13deg);
    top: -130px;
  }
}
@media only screen and (max-width: 520px) {
  .section-concept .text {
    -moz-transform: rotate(14.5deg);
    -ms-transform: rotate(14.5deg);
    -webkit-transform: rotate(14.5deg);
    transform: rotate(14.5deg);
  }
}
@media only screen and (max-width: 480px) {
  .section-concept .text {
    -moz-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    -webkit-transform: rotate(16deg);
    transform: rotate(16deg);
    top: -125px;
  }
}
@media only screen and (max-width: 420px) {
  .section-concept .text {
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
    top: -120px;
  }
}
@media only screen and (max-width: 400px) {
  .section-concept .text {
    -moz-transform: rotate(18.3deg);
    -ms-transform: rotate(18.3deg);
    -webkit-transform: rotate(18.3deg);
    transform: rotate(18.3deg);
    top: -115px;
  }
}
@media only screen and (max-width: 380px) {
  .section-concept .text {
    -moz-transform: rotate(19.2deg);
    -ms-transform: rotate(19.2deg);
    -webkit-transform: rotate(19.2deg);
    transform: rotate(19.2deg);
  }
}
@media only screen and (max-width: 374px) {
  .section-concept .text {
    -moz-transform: rotate(20.2deg);
    -ms-transform: rotate(20.2deg);
    -webkit-transform: rotate(20.2deg);
    transform: rotate(20.2deg);
    top: -110px;
  }
}
@media only screen and (max-width: 335px) {
  .section-concept .text {
    -moz-transform: rotate(21.2deg);
    -ms-transform: rotate(21.2deg);
    -webkit-transform: rotate(21.2deg);
    transform: rotate(21.2deg);
    top: -106px;
  }
}
@media only screen and (max-width: 320px) {
  .section-concept .text {
    -moz-transform: rotate(20.2deg);
    -ms-transform: rotate(20.2deg);
    -webkit-transform: rotate(20.2deg);
    transform: rotate(20.2deg);
    top: -103px;
  }
  .section-concept:before {
    border-width: 0 320px 130px 0;
  }
  .section-concept:after {
    border-width: 200px 320px 0 0;
  }
}
/* Section feature */
.section-feature {
  position: relative;
  z-index: 4;
}
.section-feature .wrapper {
  position: relative;
}
.section-feature .sec-title {
  position: absolute;
}
.section-feature .text {
  letter-spacing: 0.12em;
  line-height: 1.797;
  position: absolute;
  font-weight: 300;
}

@media print, (min-width: 768px) {
  .section-feature {
    padding: 187px 0;
  }
  .section-feature .sec-title {
    right: -27px;
    top: -32px;
  }
  .section-feature .image {
    width: 562px;
    margin: 0 0 100px 124px;
  }
  .section-feature .text {
    font-size: 23px;
    top: 125px;
    right: 94px;
  }
}
@media only screen and (max-width: 767px) {
  .section-feature {
    padding: 65px 0 50px;
  }
  .section-feature .sec-title {
    right: 26px;
    top: 0;
  }
  .section-feature .image {
    max-width: 326px;
    margin: 0 auto 42px;
    padding: 82px 0 0 14px;
  }
  .section-feature .text {
    font-size: 15px;
    line-height: 1.578;
    top: 0;
    left: 32px;
  }
}
.item-feature .title {
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.item-feature .title > span {
  position: relative;
  display: inline;
  background: url(../img/top/icn_dots.png) repeat-x 0 bottom;
}

@media print, (min-width: 768px) {
  .item-feature {
    margin-bottom: 72px;
  }
  .item-feature:last-child {
    margin-bottom: 0;
  }
  .item-feature:nth-child(even) .thumb {
    margin: 0 -130px 0 0;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .item-feature:nth-child(even) .info {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 80px 0 0;
  }
  .item-feature .thumb {
    width: 700px;
    margin-left: -130px;
  }
  .item-feature .info {
    width: 470px;
    padding-left: 80px;
    line-height: 1.857;
    letter-spacing: -0.025em;
    margin-top: 40px;
  }
  .item-feature .number {
    margin: 0 0 32px 7px;
  }
  .item-feature .number img {
    height: 35px;
  }
  .item-feature .title {
    font-size: 26px;
    margin-bottom: 32px;
  }
  .item-feature .title > span {
    padding-bottom: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .item-feature {
    margin-bottom: 30px;
  }
  .item-feature:last-child {
    margin-bottom: 0;
  }
  .item-feature .thumb {
    margin: 0 -7px 26px;
  }
  .item-feature .number {
    margin: 0 0 17px 6px;
  }
  .item-feature .number img {
    height: 26px;
  }
  .item-feature .title {
    font-size: 20px;
    margin-bottom: 17px;
  }
  .item-feature .title > span {
    padding-bottom: 2px;
  }
}
/* Section story */
.section-top-story {
  position: relative;
  background: #ffdf2e;
}
.section-top-story:before, .section-top-story:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  border-style: solid;
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.section-top-story:before {
  top: -1px;
  border-color: transparent #fff transparent transparent;
}
.section-top-story:after {
  bottom: -1px;
  border-color: transparent #fff transparent transparent;
}
.section-top-story .wrapper {
  position: relative;
  z-index: 5;
}
.section-top-story .sec-title img {
  margin: 0;
}
.section-top-story .text {
  position: absolute;
  line-height: 2.25;
  letter-spacing: 0.12em;
  font-weight: 300;
}
.section-top-story .thumb-bg {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
.section-top-story .btn-more {
  position: absolute;
}

@media print, (min-width: 768px) {
  .section-top-story {
    padding: 255px 0 48px;
    margin: -222px 0 0;
  }
  .section-top-story:before {
    border-width: 275px 100vw 0 0;
  }
  .section-top-story:after {
    border-width: 0 100vw 340px 0;
  }
  .section-top-story .sec-title {
    margin-left: 320px;
  }
  .section-top-story .thumb {
    width: 605px;
    margin: 62px 0 0 84px;
  }
  .section-top-story .text {
    right: 138px;
    top: -46px;
    font-size: 20px;
    width: 254px;
    min-height: 300px;
  }
  .section-top-story .thumb-bg {
    width: 640px;
    left: 50%;
    margin-left: -53px;
    bottom: 37px;
  }
  .section-top-story .btn-more {
    right: 170px;
    bottom: 172px;
  }
}
@media only screen and (max-width: 1200px) {
  .section-top-story:before {
    border-width: 275px 1200px 0 0;
  }
  .section-top-story:after {
    border-width: 0 1200px 340px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-story {
    padding: 100px 0 89.6%;
    margin: -32px 0 -45px;
  }
  .section-top-story:before {
    border-width: 75px 100vw 0 0;
  }
  .section-top-story:after {
    border-width: 0 100vw 92px 0;
  }
  .section-top-story .sec-title {
    margin-left: 20px;
  }
  .section-top-story .thumb {
    width: 223px;
    margin: 33px 0 0 2px;
    position: relative;
    z-index: 3;
  }
  .section-top-story .text {
    right: 20px;
    top: 0;
    font-size: 15px;
    line-height: 1.767;
    min-width: 144px;
    min-height: 200px;
  }
  .section-top-story .thumb-bg {
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .section-top-story .btn-more {
    bottom: -114px;
    left: 50%;
    margin-left: -59px;
  }
}
@media only screen and (max-width: 320px) {
  .section-top-story:before {
    border-width: 75px 320px 0 0;
  }
  .section-top-story:after {
    border-width: 0 320px 92px 0;
  }
}
/* Section line up */
.section-line-up {
  position: relative;
  z-index: 5;
}

.list-line-up .info {
  font-weight: bold;
}
.list-line-up .info .brand {
	font-weight: 600;
	padding: 4px 6px;
	background-color: #ffdf2e; 
}

@media print, (min-width: 768px) {
  .section-line-up {
    padding: 41px 0 73px;
  }
  .section-line-up .sec-title {
    margin-bottom: 80px;
  }
  .section-line-up .btn-contact {
    margin: 145px auto 74px;
  }

  .list-line-up {
    width: 844px;
    margin: 0 auto;
  }
  .list-line-up > li {
    width: 50%;
    padding: 0 5px;
  }
  .list-line-up .info {
    width: 320px;
    padding-left: 4px;
    margin: 23px auto 0;
  }
  .list-line-up .name {
    font-size: 16px;
    margin-top: 10px;
  }
  .list-line-up .txt {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .list-line-up .btn-cart {
    margin: 14px 0 0 -4px;
  }
}
@media only screen and (max-width: 767px) {
  .section-line-up {
    padding: 80px 0 10px;
  }
  .section-line-up .sec-title {
    margin-bottom: 36px;
  }
  .section-line-up .sec-title img {
    height: 22px;
  }
  .section-line-up .btn-contact {
    margin: 77px auto 67px;
  }

  .list-line-up {
    padding: 0 10px;
  }
  .list-line-up > li {
    margin-bottom: 28px;
  }
  .list-line-up > li:last-child {
    margin-bottom: 0;
  }
  .list-line-up .info {
    margin: 7px auto 0;
    text-align: center;
  }
  .list-line-up img {
    margin: 0 auto;
  }
  .list-line-up .name {
    font-size: 15px;
    margin-top: 10px;
  }
  .list-line-up .txt {
    margin-bottom: 7px;
  }
  .list-line-up .btn-cart {
    margin: 14px auto 0;
  }
}
/* Section gallery */
.section-gallery .btn-contact {
  margin: 0 auto;
}

@media print, (min-width: 768px) {
  .section-gallery {
    padding: 100px 0 166px;
  }
  .section-gallery .sec-title {
    margin-bottom: 70px;
  }

  .list-gallery {
    margin-bottom: 116px;
  }
  .list-gallery > li {
    padding: 10px;
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .section-gallery {
    padding: 100px 0 40px;
  }
  .section-gallery .sec-title {
    margin-bottom: 26px;
  }
  .section-gallery .sec-title img {
    height: 22px;
  }

  .list-gallery {
    margin: 0 -9px 22px;
  }
  .list-gallery > li {
    padding: 6px;
    width: 50%;
  }

  .fancybox-slide--image,
  .fancybox-content {
    padding: 30px 20px;
  }
}
.section-story {
  position: relative;
  overflow: hidden;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.section-story:after, .section-story:before {
  content: "";
  border-top: 560px solid transparent;
  border-bottom: 890px solid transparent;
  position: absolute;
}
.section-story:before {
  border-left: 117vw solid #FFDF2E;
  left: 0;
  top: 210px;
}
.section-story:after {
  border-right: 117vw solid #FFDF2E;
  right: 0;
  top: 2710px;
}
.section-story .wrapper {
  position: relative;
  z-index: 2;
}
.section-story .desc,
.section-story .ttl {
  font-weight: bold;
}
.section-story .desc {
  letter-spacing: 0.12em;
  text-align: center;
}
.section-story .ttl {
  letter-spacing: 0.04em;
}
.section-story p + p {
  margin-top: 2em;
}
.section-story .thumb img {
  margin: 0 auto;
}
.section-story .text {
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .section-story {
    padding: 34px 0 177px;
    margin-bottom: -100px;
    line-height: 2;
  }
  .section-story .wrapper {
    width: 900px;
  }
  .section-story .sec-title {
    margin-bottom: 49px;
  }
  .section-story .desc,
  .section-story .ttl {
    font-size: 20px;
  }
  .section-story .desc {
    line-height: 1.8;
  }
  .section-story .ttl {
    line-height: 1.9;
    margin-bottom: 25px;
    text-align: center;
  }
  .section-story .ttl.mb01 {
    margin-bottom: 18px;
  }
  .section-story .thumb {
    margin: 56px 0 45px;
  }
  .section-story .mt01 {
    margin-top: 66px;
  }
  .section-story .mt02 {
    margin: 73px 0 50px;
  }
  .section-story .mt03 {
    margin: 63px 0 28px;
  }
  .section-story .text {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767px) {
  .section-story {
    padding: 40px 0 0;
    line-height: 1.7;
  }
  .section-story:after, .section-story:before {
    border-top: 243px solid transparent;
    border-bottom: 710px solid transparent;
  }
  .section-story:before {
    top: 170px;
    border-top: 243px solid transparent;
    border-bottom: 710px solid transparent;
    border-left: 320vw solid #FFDF2E;
  }
  .section-story:after {
    top: 2050px;
    border-top: 243px solid transparent;
    border-bottom: 270px solid transparent;
    border-right: 240vw solid #FFDF2E;
  }
  .section-story .sec-title {
    margin-bottom: 20px;
  }
  .section-story .desc {
    line-height: 1.533;
    font-size: 15px;
  }
  .section-story .ttl {
    font-size: 18px;
    line-height: 1.66667;
    margin-bottom: 20px;
  }
  .section-story .ttl.mb01 {
    margin-bottom: 27px;
  }
  .section-story .thumb {
    margin: 25px -20px 22px;
  }
  .section-story .mt01 {
    margin-top: 36px;
  }
  .section-story .mt02 {
    margin-top: 49px;
    margin-bottom: 22px;
  }
  .section-story .mt03 {
    margin-top: 43px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 374px) {
  .section-story .dis {
    display: none;
  }

  .section-story .desc {
    letter-spacing: -0.025em;
  }
}

/*# sourceMappingURL=style.css.map */
