@charset "utf-8";

html{
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
h1{
  font-size: 2em;
  margin: 0.67em 0;
}
hr{
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
main{
  display: block;
}
pre{
  font-family: monospace, monospace;
  font-size: 1em;
}
a{
  -webkit-text-decoration-skip: objects;
}
abbr[title]{
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong{
  font-weight: bolder;
}
code,
kbd,
samp{
  font-family: monospace, monospace;
  font-size: 1em;
}
small{
  font-size: 80%;
}
svg:not(:root){
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea{
  margin: 0;
}
button{
  overflow: visible;
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"]{
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner{
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring{
  outline: 1px dotted ButtonText;
}
fieldset{
  padding: 0.35em 0.75em 0.625em;
}
input{
  overflow: visible;
}
legend{
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress{
  display: inline-block;
  vertical-align: baseline;
}
select{
  text-transform: none;
}
textarea{
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button{
  height: auto;
}
[type="search"]{
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration{
  -webkit-appearance: none;
}
::-webkit-file-upload-button{
  -webkit-appearance: button;
  font: inherit;
}
details{
  display: block;
}
summary{
  display: list-item;
}
template{
  display: none;
}

/**
 * Base Style
 */
@font-face {
  font-family: 'MyHiragino';
  src: local("HiraginoSans-W3"), local("ヒラギノ角ゴ ProN W3"), local("Hiragino Kaku Gothic ProN");
}

@font-face {
  font-family: 'MyHiragino';
  font-weight: bold;
  src: local("HiraginoSans-W6"), local("ヒラギノ角ゴ ProN W6"), local("Hiragino Kaku Gothic ProN W6");
}

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

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  min-width: 1240px;
  height: 100%;
  color: #000000;
  font-size: 1.6rem;
  font-family: "MyHiragino", "メイリオ", Meiryo, sans-serif;
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 0;
    font-size: 1.4rem;
    line-height: 1.92857;
  }
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/**
 * Layout Style
 */
.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 95px;
  background-color: #ffffff;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .l-header {
    height: 66px;
    z-index: 10;
  }
}

.l-contents-wrap {
  position: relative;
  margin-top: 95px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .l-contents-wrap {
    margin-top: 66px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .l-contents-wrap.is-show {
    -webkit-transform: translate3d(calc(-1 * (100% - 20px)), 0, 0);
            transform: translate3d(calc(-1 * (100% - 20px)), 0, 0);
  }
}

.l-main {
  background-color: #ffffff;
}

.l-footer {
  background-color: #000000;
}

@media print, screen and (min-width: 768px) {
  .l-sp-menu {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .l-sp-menu {
    display: none;
    position: fixed;
    top: 66px;
    right: 0;
    padding-bottom: 100px;
    width: calc(100% - 20px);
    height: 100%;
    z-index: 0;
  }
  .l-sp-menu.is-visible {
    display: block;
  }
  .l-sp-menu.is-show {
    -webkit-overflow-scrolling: touch;
  }
  .l-sp-menu-inner {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow-y: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .l-page-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .l-page-row:not(:first-child) {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .l-page-row:first-child {
    margin: 0 -20px 0;
  }
  .l-page-row:nth-child(n + 2) {
    margin: 40px -20px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .l-page-main {
    -webkit-box-flex: 1;
            flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    width: 100%;
    min-width: 645px;
  }
}

@media screen and (max-width: 767px) {
  .l-page-row:first-child .l-page-main {
    padding: 0 20px 0;
  }
  .l-page-row:nth-child(n + 2) .l-page-main {
    padding: 40px 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}

@media print, screen and (min-width: 768px) {
  .l-page-side {
    margin-left: 65px;
    width: 290px;
  }
}

@media screen and (max-width: 767px) {
  .l-page-side {
    margin-top: 50px;
    padding: 50px 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  /*margin-bottom: 60px;*/
  padding: 0;
  *zoom: 1;
  touch-action: pan-y;
}

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

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../img/bxslider/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../img/bxslider/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../img/bxslider/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../img/bxslider/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../img/bxslider/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot");
  src: url("../fonts/iconfont.eot?#iefix") format("eot"), url("../fonts/iconfont.woff2") format("woff2"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype");
}

.icon-angle-left:before, .icon-angle-right:before, .icon-chevron-down:before, .icon-chevron-left:before, .icon-chevron-right:before, .icon-chevron-up:before, .icon-envelope:before, .icon-facebook:before, .icon-history:before, .icon-home:before, .icon-instagram:before, .icon-microphone:before, .icon-pack:before, .icon-window-restore:before, .sp-menu-lv1-link:after {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-angle-left:before {
  content: "";
}

.icon-angle-right:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-history:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-microphone:before {
  content: "";
}

.icon-pack:before {
  content: "";
}

.icon-window-restore:before {
  content: "";
}

/**
 * Block Style
 */
.inner {
  margin: 0 auto;
  width: 1200px;
}

@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }
}

.social-link {
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0;
  padding-left: 0;
  font-size: 0;
  line-height: 1;
}

.social-link > li {
  margin: 0;
}

.social-link > li:nth-child(n + 2) {
  margin-left: 12px;
}

@media screen and (max-width: 767px) {
  .social-link > li:nth-child(n + 2) {
    margin-left: 35px;
  }
}

.social-link > li > a {
  color: #000000;
  font-size: 3rem;
  line-height: 1;
}

.social-link .social-icon {
  display: -webkit-box;
  display: flex;
}

.social-link--sp-menu {
  -webkit-box-pack: center;
          justify-content: center;
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.section-header {
  border-top: 1px solid rgba(0, 0, 0, 0.201);
}

@media print, screen and (min-width: 768px) {
  .section-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.202);
  }
}

.section-title {
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .section-title {
    padding: 60px 0;
    width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  .section-title {
    padding: 30px 0;
  }
}

.section-body {
  position: relative;
  overflow: hidden;
}

.page-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 300px;
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .page-header {
    height: 135px;
  }
}

.page-header--news {
  background-image: url(../img/news/bg_page_header.jpg);
}

.page-header--item {
  background-image: url(../img/item/bg_page_header.jpg);
}

.page-header--item-mountain-parka {
  background-image: url(../img/item/jacket/bg_page_header.jpg);
}

@media screen and (max-width: 767px) {
  .page-header--item-mountain-parka {
    background-image: url(../img/item/jacket/bg_page_header_sp.jpg);
  }
}

.page-header--item-jacket {
  background-image: url(../img/item/jacket/bg_page_header.jpg);
}

@media screen and (max-width: 767px) {
  .page-header--item-jacket {
    background-image: url(../img/item/jacket/bg_page_header_sp.jpg);
  }
}

.page-header--item-down-jacket {
  background-image: url(../img/item/jacket/bg_page_header.jpg);
}

@media screen and (max-width: 767px) {
  .page-header--item-down-jacket {
    background-image: url(../img/item/jacket/bg_page_header_sp.jpg);
  }
}

.page-header--item-coat {
  background-image: url(../img/item/jacket/bg_page_header.jpg);
}

@media screen and (max-width: 767px) {
  .page-header--item-coat {
    background-image: url(../img/item/jacket/bg_page_header_sp.jpg);
  }
}

.page-header--item-t-shirt {
  background-image: url(../img/item/jacket/bg_page_header.jpg);
}

@media screen and (max-width: 767px) {
  .page-header--item-t-shirt {
    background-image: url(../img/item/jacket/bg_page_header_sp.jpg);
  }
}

.page-header--item-shorts {
  background-image: url(../img/item/jacket/bg_page_header.jpg);
}

@media screen and (max-width: 767px) {
  .page-header--item-shorts {
    background-image: url(../img/item/jacket/bg_page_header_sp.jpg);
  }
}

.page-header--item-pack {
  background-image: url(../img/item/pack/bg_page_header.jpg);
}

@media screen and (max-width: 767px) {
  .page-header--item-pack {
    background-image: url(../img/item/pack/bg_page_header_sp.jpg);
  }
}

.news-entry .page-header,
.item-entry .page-header {
  height: 150px;
}

.page-title {
  margin: 0;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 5.2rem;
  line-height: 1.2;
  text-shadow: 0px 0px 5px #000000, 0px 0px 14px rgba(0, 0, 0, 0.32);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-title {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .page-title > span {
    display: block;
    white-space: nowrap;
  }
}

.bread-crumbs {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: auto;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .bread-crumbs {
    -webkit-box-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .bread-crumbs {
    height: 25px;
  }
}

.bread-crumbs::-webkit-scrollbar {
  height: 1px;
}

.bread-crumbs::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.bread-crumbs::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}

.bread-crumbs-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .bread-crumbs-inner {
    font-size: 1.1rem;
  }
}

.bread-crumbs-inner > a {
  color: #000000;
  font-weight: 600;
}

.bread-crumbs-inner > span {
  font-weight: 600;
}

.bread-crumbs-inner > .icon-chevron-right {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 10px;
}

.bread-crumbs-inner > em {
  font-style: normal;
}

.brand-story .page-content {
  background-image: url(../img/brand-story/bg_page_content.jpg);
  background-position: center 135px;
  background-repeat: repeat-y;
  background-size: 100%;
  background-attachment: fixed;
}

@media screen and (max-width: 767px) {
  .brand-story .page-content {
    background-position: center top;
    background-attachment: scroll;
  }
}

.page-content-inner {
  margin: 0 auto;
  padding: 80px 0;
  width: 1000px;
}

@media screen and (max-width: 767px) {
  .page-content-inner {
    padding: 40px 20px;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .item-entry .page-content-inner,
  .brand-story .page-content-inner {
    width: 1100px;
  }
}

.tab-menu {
  list-style: none;
  display: -webkit-box;
  display: flex;
  margin: 0 auto;
  padding-left: 0;
}

@media print, screen and (min-width: 768px) {
  .tab-menu {
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.tab-menu > li {
  width: 240px;
  height: 58px;
}

@media screen and (max-width: 767px) {
  .tab-menu > li {
    width: 50%;
  }
}

.tab-menu-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  transition: border-color .3s;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .tab-menu-link {
    font-size: 1.8rem;
  }
}

.tab-menu-link > span {
  position: relative;
  color: #000000;
  z-index: 1;
  transition: color .3s;
}

.tab-menu-link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background-color: #14ae67;
  transition: bottom .3s;
  z-index: 0;
}

.tab-menu-link:hover, .tab-menu-link.is-active {
  border-color: #14ae67;
}

.tab-menu-link:hover > span, .tab-menu-link.is-active > span {
  color: #ffffff;
}

.tab-menu-link:hover:after, .tab-menu-link.is-active:after {
  bottom: 0;
}

.tab-menu > li:last-child .tab-menu-link {
  border-right: 2px solid #000000;
}

.tab-menu > li:last-child .tab-menu-link:hover, .tab-menu > li:last-child .tab-menu-link.is-active {
  border-right-color: #14ae67;
}

.pager {
  list-style: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 40px 0 0 0;
  padding-left: 0;
}

.pager > li {
  width: 2em;
  height: 2em;
  font-size: 1.4rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .pager > li {
    width: 40px;
    height: 40px;
  }
}

.pager-number {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #b5b5b5;
  font-family: "Open Sans", sans-serif;
}

.pager-number:hover, .pager-number:not(a) {
  color: #000000;
  text-decoration: underline;
}

.pager-prev, .pager-next {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .pager--entry {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.pager--entry > li {
  width: auto;
}

@media print, screen and (min-width: 768px) {
  .pager--entry > li {
    margin: 0 40px;
  }
}

.pager--entry .pager-prev,
.pager--entry .pager-next {
  width: 70px;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.pager-label {
  font-family: "Open Sans", sans-serif;
}

.category-menu {
  list-style: none;
  display: -webkit-box;
  display: flex;
  margin: 0 auto;
  padding-left: 0;
}

.category-menu > li {
  width: 100%;
  height: 58px;
}

.category-menu-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  border-left: 2px solid #000000;
  background-color: #ffffff;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  transition: border-color .3s;
  overflow: hidden;
}

.category-menu-link > span {
  position: relative;
  color: #000000;
  z-index: 1;
  transition: color .3s;
}

.category-menu-link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background-color: #14ae67;
  transition: bottom .3s;
  z-index: 0;
}

.category-menu-link:hover, .category-menu-link.is-active {
  border-color: #14ae67;
}

.category-menu-link:hover > span, .category-menu-link.is-active > span {
  color: #ffffff;
}

.category-menu-link:hover:after, .category-menu-link.is-active:after {
  bottom: 0;
}

.category-menu > li:last-child .category-menu-link {
  border-bottom: 2px solid #000000;
}

.category-menu > li:last-child .category-menu-link:hover, .category-menu > li:last-child .category-menu-link.is-active {
  border-bottom-color: #14ae67;
}

.fb-page-plugin-container {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

@media print, screen and (min-width: 768px) {
  .fb-page-plugin-container {
    padding: 70px 0;
  }
}

@media screen and (max-width: 767px) {
  .fb-page-plugin-container {
    padding: 30px;
  }
}

.fb-page-plugin {
  margin: 0 auto;
  width: 500px;
}

@media screen and (max-width: 767px) {
  .fb-page-plugin {
    width: 100%;
    max-width: 500px;
  }
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}

.note {
  display: block;
  padding-left: 1em;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 2;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .note {
    font-size: 1.1rem;
    line-height: 2.18182;
  }
}

/**
 * Button Style
 */
.button {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  height: 44px;
}

.button--online-shop {
  background-color: #a03238;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}

.button--more, .button--back {
  border: 2px solid #000000;
  background-color: #ffffff;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  overflow: hidden;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .button--more, .button--back {
    border-width: 1px;
  }
}

.button--more > span, .button--back > span {
  position: relative;
  z-index: 1;
  color: #000000;
  transition: color .3s;
}

.button--more:after, .button--back:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: #14ae67;
  transition: top .3s;
}

.button--more:hover, .button--back:hover {
  border-color: #14ae67;
}

.button--more:hover > span, .button--back:hover > span {
  color: #ffffff;
}

.button--more:hover:after, .button--back:hover:after {
  top: 0%;
}

.button--back {
  height: 58px;
}

.button--buynow {
  width: 240px;
  height: 58px;
  margin-top: 40px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  background-color: #14ae67;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .button--buynow {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
    margin: 40px 0;
  }
}

.button--buynow > a {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.45px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .button--buynow > a {
    font-size: 1.4rem;
  }
}

.button--buynow:hover {
  opacity: .8;
}

@media print, screen and (min-width: 768px) {
  .onlineshop-button--pc {
    position: absolute;
    top: 95px;
    left: 0;
    width: 100px;
    height: 118px;
    overflow: hidden;
  }
  .onlineshop-button--pc .button {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
            justify-content: center;
    background-color: transparent;
    height: 100%;
    transition: opacity .3s;
  }
  .onlineshop-button--pc .button > span {
    display: block;
    margin-left: 16px;
    margin-right: auto;
    width: 50%;
  }
  .onlineshop-button--pc .button-label {
    position: relative;
    font-size: 1.2rem;
    z-index: 1;
  }
  .onlineshop-button--pc .button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-top: 59px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 59px solid transparent;
    border-left: 100px solid #a03238;
    width: 0;
    height: 0;
    z-index: 0;
  }
  .onlineshop-button--pc .button:hover {
    opacity: .8;
  }
  .onlineshop-button--pc .icon-window-restore {
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    margin-left: 2px;
    font-size: 1.4rem;
    line-height: 1;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .onlineshop-button--pc {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .onlineshop-button--sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .onlineshop-button--sp {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .onlineshop-button--sp .icon-window-restore {
    display: -webkit-box;
    display: flex;
    margin-left: 6px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .onlineshop-button--sp-main {
    margin-bottom: 0;
    padding: 15px;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .topics-button,
  .news-button,
  .item-button {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(about:blank);
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .topics-button > .button,
  .news-button > .button,
  .item-button > .button {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .topics-button,
  .news-button,
  .item-button {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .topics-button {
    margin: 40px 0 0 0;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .news-button {
    margin: 24px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .item-button {
    margin: 24px 0 0 0;
  }
}

.item-back-button {
  margin: 80px auto 0;
  width: 240px;
}

@media screen and (max-width: 767px) {
  .item-back-button {
    width: 100%;
    margin: 0;
  }
}

/**
 * Nav Style
 */
.gnav {
  margin: 0 auto;
  width: 911px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .gnav.is-pc-visible {
    display: none;
  }
}

.gnav-lv1 {
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0;
  padding-left: 0;
  width: 100%;
  height: 100%;
}

.gnav-lv1 > li {
  position: relative;
  height: 100%;
}

.gnav-lv1-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 50px;
  height: 100%;
  color: #000000;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}

.gnav-lv1-link:hover, .gnav-lv1-link.is-active {
  color: #14ae67;
}

.gnav-lv1-label {
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
}

.gnav-lv1-icon {
  display: -webkit-box;
  display: flex;
  margin-right: 4px;
  font-size: 1.8rem;
  line-height: 1;
}

.gnav-lv1-target {
  display: none;
  position: absolute;
  top: 95px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.gnav-lv1-target.is-open {
  display: block;
}

.gnav-lv1-target.is-open:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: 6px solid #fff;
  border-right: 8px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid transparent;
  width: 0;
  height: 0;
}

.gnav-lv2 {
  list-style: none;
  margin: 0;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.5);
}

.gnav-lv2:nth-child(n + 2) {
  margin-top: 2px;
}

.gnav-lv2 > li {
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.71429;
}

.gnav-lv2 > li > a {
  color: #000000;
  white-space: nowrap;
  cursor: pointer;
}

.gnav-lv2 > li > a:before {
  content: "";
  display: inline-block;
  margin-right: .5em;
  border-top: 1px solid #000000;
  width: .5em;
  height: 0;
  vertical-align: middle;
}

.gnav-lv2 > li > a:hover, .gnav-lv2 > li > a.is-active {
  color: #14ae67;
}

.gnav-lv2 > li > a:hover:before, .gnav-lv2 > li > a.is-active:before {
  border-top-color: #14ae67;
}

.sp-menu-lv1-target {
  display: none;
}

.sp-menu-lv1-target.is-open {
  display: block;
}

.sp-menu-cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .sp-menu-cover.is-show {
    display: block;
  }
}

.sp-menu-lv1 {
  list-style: none;
  margin: 0;
  padding: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.sp-menu-lv1-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 12px 0;
  color: #000000;
  line-height: 1;
}

.sp-menu-lv1-link:after {
  content: "";
}

.sp-menu-lv1-link:after {
  display: -webkit-box;
  display: flex;
  margin-left: auto;
}

.sp-menu-lv1-link:not(a):after {
  content: "";
}

.sp-menu-lv1-link:not(a).is-active:after {
  content: "";
}

.sp-menu-lv1-label {
  font-size: 1.7rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.sp-menu-lv1-icon {
  display: -webkit-box;
  display: flex;
  margin-right: 4px;
  font-size: 1.6rem;
  line-height: 1;
}

.sp-menu-lv2 {
  list-style: none;
  margin: 0 0 0 20px;
  padding-left: 0;
}

.sp-menu-lv2:nth-child(n + 2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.sp-menu-lv2 > li {
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.71429;
}

.sp-menu-lv2 > li > a {
  display: block;
  padding: 4px 0;
  color: #000000;
  white-space: nowrap;
}

.sp-menu-lv2 > li > a:before {
  content: "";
  display: inline-block;
  margin-right: .5em;
  border-top: 1px solid #000000;
  width: .5em;
  height: 0;
  vertical-align: middle;
}

/**
 * Header Style
 */
.header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
}

@media print, screen and (min-width: 768px) {
  .header {
    padding: 0 20px;
    min-width: 1240px;
    background-color: #ffffff;
  }
}

.logo {
  display: block;
}

@media screen and (max-width: 767px) {
  .logo {
    width: 31px;
    margin-left: 20px;
  }
}

.sp-menu-trigger {
  position: relative;
  margin-left: auto;
  padding: 15px 20px;
  width: 83px;
  height: 66px;
}

.sp-menu-trigger > span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 43px;
  height: 0;
  border-top: 3px solid #000000;
  transition: opacity .3s;
}

.is-show .sp-menu-trigger > span {
  opacity: 0;
}

.sp-menu-trigger:after, .sp-menu-trigger:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  border-top: 3px solid #000000;
  width: 43px;
  height: 0;
  margin: auto 0;
  transition: top .3s, -webkit-transform .3s;
  transition: transform .3s, top .3s;
  transition: transform .3s, top .3s, -webkit-transform .3s;
}

.sp-menu-trigger:before {
  top: -30px;
}

.is-show .sp-menu-trigger:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sp-menu-trigger:after {
  top: 30px;
}

.is-show .sp-menu-trigger:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media print, screen and (min-width: 768px) {
  .sp-menu-trigger {
    display: none;
  }
}

/**
 * Footer Style
 */
.footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 20px 0 40px;
  }
}

.footer-link {
  -webkit-box-ordinal-group: 3;
          order: 2;
  list-style: none;
  display: -webkit-box;
  display: flex;
  margin: 0 0 0 auto;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .footer-link {
    -webkit-box-ordinal-group: 2;
            order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    margin: 0;
  }
}

.footer-link > li {
  padding: 0 10px;
  font-size: 1.2rem;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  .footer-link > li:not(:last-child):after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    border-left: 1px solid #ffffff;
    width: 0;
    height: 1em;
    -webkit-transform: skewx(-20deg);
            transform: skewx(-20deg);
  }
}

@media screen and (max-width: 767px) {
  .footer-link > li {
    font-size: 1.4rem;
  }
}

.footer-link > li > a {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .footer-link > li > a {
    display: block;
    padding: 12px 0;
  }
}

.footer-social-link {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

@media print, screen and (min-width: 768px) {
  .footer-social-link {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer-social-link {
    -webkit-box-ordinal-group: 3;
            order: 2;
    margin-top: 20px;
  }
}

.footer-social-link > li > a {
  color: #ffffff;
}

.copyright {
  -webkit-box-ordinal-group: 2;
          order: 1;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 2;
}

.copyright > span {
  display: inline-block;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .copyright {
    -webkit-box-ordinal-group: 4;
            order: 3;
    margin-top: 40px;
    font-size: 1.1rem;
    line-height: 1.36364;
    text-align: center;
  }
}

/**
 * Page Style
 */
.main-visual-container {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .main-visual-container {
    height: 530px;
  }
}

@media screen and (max-width: 767px) {
  .main-visual-container {
    height: 502px;
  }
}

.main-visual-container .brand-logo {
  position: absolute;
  top: 97px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 205px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .main-visual-container .brand-logo {
    top: 81px;
    width: 128px;
  }
}

.main-visual {
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .main-visual {
    height: 530px;
  }
}

@media screen and (max-width: 767px) {
  .main-visual {
    height: 502px;
  }
}

.main-visual > li {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

.main-visual > li span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50% 0%;
  background-size: cover;
}

.main-visual > li img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: none;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
  visibility: hidden;
}

.main-visual-pager {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

@media print, screen and (min-width: 768px) {
  .main-visual-pager {
    width: 170px;
    height: 65px;
  }
}

@media screen and (max-width: 767px) {
  .main-visual-pager {
    width: 100%;
    height: 45px;
  }
}

.main-visual-pager > a {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 2px;
}

@media print, screen and (min-width: 768px) {
  .main-visual-pager > a {
    cursor: pointer;
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .main-visual-pager > a {
    width: 28px;
    height: 28px;
  }
}

.main-visual-pager > a > span {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  opacity: 0;
  transition: all .5s;
}

.main-visual-pager > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #ffffff;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  transition: all .5s;
}

@media print, screen and (min-width: 768px) {
  .main-visual-pager > a:hover > span {
    opacity: 1;
  }
  .main-visual-pager > a:hover:after {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.main-visual-pager > a.active > span {
  opacity: 1;
}

.main-visual-pager > a.active:after {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.information {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .information {
    bottom: 30px;
    width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  .information {
    bottom: 60px;
    margin: 0 20px;
  }
}

.information-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .information-list {
    width: 1030px;
    height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .information-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.information-list > dt {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0;
  padding: 0 10px;
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .information-list > dt {
    -webkit-box-align: center;
            align-items: center;
    padding: 10px 15px;
    width: 100%;
  }
}

.information-list > dd {
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .information-list > dd {
    padding: 10px 15px;
    width: 100%;
  }
}

.information-list > dd > a {
  color: #000000;
}

.information-list > dd > a:hover {
  color: #14ae67;
}

.topics {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.topics:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

@media print, screen and (min-width: 768px) {
  .topics {
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .topics {
    padding: 40px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}

.topics-image {
  width: 50%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .topics-image {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .topics-image > img {
    width: 100%;
  }
  .topics .topics-image > img {
    transition: all cubic-bezier(0.195, 0.84, 0.68, 1) 1s;
  }
  .topics:hover .topics-image > img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.topics-image-sp {
  margin-top: 40px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .topics-image-sp {
    display: none;
  }
}

.topics-image-sp > img {
  width: 100%;
}

.topics-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 80px;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .topics-text {
    padding: 0;
    width: 100%;
  }
}

.topics-title {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.22222;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .topics-title {
    padding: 0 20px;
    font-size: 3.3rem;
    line-height: 1.21212;
  }
}

.topics-title > span {
  display: block;
  white-space: nowrap;
}

.topics-logo {
  margin-top: 30px;
  width: 140px;
}

@media screen and (max-width: 767px) {
  .topics-logo {
    width: 200px;
  }
}

.topics-summary {
  margin: 30px auto 0;
}

.topics-summary > p {
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.77778;
}

@media print, screen and (min-width: 768px) {
  .topics-summary > p {
    text-align: center;
  }
}

.topics-summary > p:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .topics-summary {
    width: 470px;
  }
}

@media screen and (max-width: 767px) {
  .topics-summary {
    padding: 0 20px;
  }
}

.top-items-container {
  display: -webkit-box;
  display: flex;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .top-items-container {
    padding: 0 50px;
    width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  .top-items-container {
    flex-wrap: wrap;
  }
}

.top-items1 {
  position: relative;
  width: 439px;
}

@media print, screen and (min-width: 768px) {
  .top-items1 {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 767px) {
  .top-items1 {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
  }
}

.top-items2 {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .top-items2 {
    width: 661px;
  }
  .top-items2:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    width: 100vw;
    height: 0;
  }
}

@media screen and (max-width: 767px) {
  .top-items2 {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
  }
}

.top-items2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  width: 0;
  height: 100%;
}

.top-item {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.top-items1 .top-item {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .top-items1 .top-item {
    padding: 30px 20px;
  }
}

.top-items2 .top-item {
  width: 50%;
}

@media print, screen and (min-width: 768px) {
  .top-items2 .top-item {
    padding-left: 30px;
    height: 160px;
  }
}

@media screen and (max-width: 767px) {
  .top-items2 .top-item {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .top-items2 .top-item:nth-child(odd) {
    padding-right: 15px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .top-items2 .top-item:nth-child(even) {
    padding-left: 15px;
    padding-right: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .top-items2 .top-item:nth-child(n + 3) {
    margin-top: 1px;
  }
}

@media screen and (max-width: 767px) {
  .top-items2 .top-item:nth-child(n + 3) {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}

@media print, screen and (min-width: 768px) {
  .top-item-image {
    position: absolute;
    top: 0;
    right: 20px;
    height: 160px;
    z-index: 0;
  }
  .top-item-image > img {
    height: 100%;
  }
  .top-items1 .top-item-image {
    right: 0;
    height: 321px;
  }
}

@media screen and (max-width: 767px) {
  .top-item-image {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }
}

.top-item-title {
  font-family: "Open Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
}

@media print, screen and (min-width: 768px) {
  .top-item-title {
    position: relative;
    margin: 30px 0 0 0;
    z-index: 2;
  }
}

@media screen and (max-width: 767px) {
  .top-item-title {
    -webkit-box-flex: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin: 0;
    line-height: 1.09091;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .top-item-text {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.85714;
    z-index: 2;
  }
}

@media screen and (max-width: 767px) {
  .top-item-text > br {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .top-item-button {
    position: relative;
    margin-top: auto;
    margin-bottom: 30px;
    width: 160px;
    z-index: 2;
  }
}

/* instagram */
.l-instagram {
  background-color: #e8e8e8;
  height: 190px !important;
}

.instagram-widget {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .instagram-widget > iframe {
    width: 100vw !important;
  }
}

.instagram-widget-cover {
  position: absolute;
  width: 100%;
  height: 190px !important;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../img/home/bg_instagram_widget_cover.png);
}

@media screen and (max-width: 767px) {
  .instagram-widget-cover {
    width: 100vw !important;
  }
}

.instagram-widget .iframe .thumbnail {
  background: #e8e8e8 !important;
}

.news-list {
  list-style: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -32.5px -32.5px 0;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .news-list {
    margin: 0 -20px;
  }
}

.news-list > li {
  padding: 32.5px;
  width: 355px;
}

@media screen and (max-width: 767px) {
  .news-list > li {
    width: 100%;
    padding: 0 20px;
  }
  .news-list > li:nth-child(n + 2) {
    padding-top: 40px;
  }
}

.news-link {
  position: relative;
}

.news-thumb {
  position: relative;
  width: 290px;
  height: 190px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .news-thumb {
    width: 100%;
    height: auto;
  }
}

.news-thumb > img {
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media screen and (max-width: 767px) {
  .news-thumb > img {
    width: 100%;
  }
}

.news-link:hover .news-thumb > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news-date {
  display: block;
  margin-top: 10px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.57143;
}

.news-title {
  margin: 0;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.57143;
}

.entry-meta {
  padding-bottom: 8px;
  border-bottom: 1px solid #000000;
}

.entry-date {
  font-family: "Open Sans", sans-serif;
}

.entry-title {
  margin: 10px 0;
  color: #14ae67;
  font-size: 2.2rem;
  line-height: 1.54545;
}

@media screen and (max-width: 767px) {
  .entry-title {
    font-size: 1.8rem;
  }
}

.entry-body {
  margin-top: 40px;
}

.entry-body > p {
  margin: 2em 0;
}

.entry-body img {
  width: 100% !important;
  height: auto !important;
}

.contact-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 40px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.contact-block > p > a {
  color: #000000;
}

.contact-block > p > a:hover {
  color: #14ae67;
}

.contact-block .icon-envelope {
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
}

.social-button-list {
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 40px 0 0 0;
  padding-left: 0;
}

@media print, screen and (min-width: 768px) {
  .social-button-list {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .social-button-list {
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.social-button-list > li {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  vertical-align: top;
}

.social-button-list > li:nth-child(n + 2) {
  margin: 0 0 0 14px;
}

.social-button-list > li > div {
  line-height: 1;
}

.social-button-list .social-button--fb {
  min-width: 83px;
}

.social-button-list iframe {
  margin: 0 !important;
}

.widget-title {
  margin: 0 0 1em 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
}

.tags {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.tags > li {
  font-size: 1.4rem;
  line-height: 2.14286;
}

.tags > li > a {
  color: #000000;
}

.tags > li > a:hover {
  color: #14ae67;
}

.item-list {
  list-style: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 47.5px -32.5px 0;
  padding-left: 0;
}

.item-list:first-child {
  margin-top: -32.5px;
}

@media screen and (max-width: 767px) {
  .item-list {
    margin: 0 -20px;
  }
  .item-list:first-child {
    margin-top: -40px;
  }
}

.item-list > li {
  padding: 32.5px;
  width: 355px;
}

@media screen and (max-width: 767px) {
  .item-list > li {
    width: 100%;
    padding: 40px 20px 0;
  }
}

.item-link {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .item-link {
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .item-list > li:nth-child(n + 2) .item-link {
    padding-top: 40px;
    border-top: 1px solid #000000;
  }
}

.item-thumb {
  position: relative;
  width: 290px;
  height: 337px;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .item-thumb {
    width: 290px;
    height: 337px;
  }
}

@media screen and (max-width: 767px) {
  .item-thumb {
    width: calc(100vw - 40px);
    height: calc(100vw - 40px * 1.160714286);
    max-height: 650px;
  }
}

.item-thumb > span {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media print, screen and (min-width: 768px) {
  .item-link:hover .item-thumb > span {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.item-thumb > span > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  height: 100%;
}

.item-text {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .item-text {
    padding: 32px 0 0 0;
  }
}

.item-new {
  line-height: 0;
}

@media print, screen and (min-width: 768px) {
  .item-new {
    position: absolute;
    margin-top: -32px;
  }
  .item-header .item-new {
    position: static;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .item-new {
    margin-bottom: 15px;
  }
}

.item-new > span {
  display: inline-block;
  background-color: #a03238;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.09091;
}

@media print, screen and (min-width: 768px) {
  .item-new > span {
    padding: 3px 4px;
    font-size: 1.0rem;
  }
  .item-header .item-new > span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .item-new > span {
    padding: 6px;
    font-size: 1.1rem;
  }
}

.item-name-en {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.33333;
}

@media print, screen and (min-width: 768px) {
  .item-header .item-name-en {
    margin: 16px 0 0 0;
    font-size: 2.6rem;
  }
}

.item-name-ja {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.71429;
}

.item-price-value {
  font-size: 1.6rem;
  line-height: 1.71429;
}

.item-price-tax {
  font-size: 1.2rem;
  line-height: 1.71429;
}

.item-brand {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px 0;
}

.item-brand-logo {
  padding: 10px;
  width: 100px;
}

.item-brand-logo > div {
  min-height: 55px;
}

.item-brand-logo > span {
  display: block;
  margin-top: 6px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.16667;
}

.item-textarea {
  margin: 40px 0 0 0;
  padding: 35px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.21);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .item-textarea {
    border-color: #000000;
  }
}

.item-description {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.71429;
}

.item-data {
  margin: 1.5em 0 0 0;
  font-size: 1.4rem;
  line-height: 1.71429;
}

.category-menu {
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 60px 0 0 0;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .category-menu {
    margin: 30px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

@media print, screen and (min-width: 768px) {
  .category-menu > li {
    margin: 0 10px;
  }
}

.category-link {
  color: #000000;
}

.category-link:hover {
  color: #14ae67;
}

.topics-intro {
  display: -webkit-box;
  display: flex;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .topics-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
            align-items: center;
    padding: 40px 0;
  }
}

.topics-intro-logo {
  width: 140px;
}

@media screen and (max-width: 767px) {
  .topics-intro-logo {
    margin: 40px auto 0;
    padding: 0 40px;
    width: auto;
    max-width: 480px;
  }
}

.topics-intro-text {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  margin-top: -7px;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .topics-intro-text {
    margin-left: 0;
  }
}

.topics-intro-text > p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.86667;
}

.topics-brand {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

.topics-brand-logo {
  width: 360px;
}

@media screen and (max-width: 767px) {
  .topics-brand-logo {
    width: 200px;
  }
}

.topics-brand-lead {
  margin: 40px 0 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .topics-brand-lead {
    margin: 20px 0;
    font-size: 1.5rem;
    line-height: 2;
  }
}

.topics-brand-lead > p {
  margin: 0;
}

.topics-body {
  position: relative;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .topics-body {
    padding-bottom: 40px;
  }
}

.topics-body:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  border-bottom: 1px solid #0e0509;
  width: calc(100% + 100px);
  height: 0;
}

@media screen and (max-width: 767px) {
  .topics-body:after {
    width: 100vw;
  }
}

.topics-body h2 {
  margin: 1em 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .topics-body h2 {
    padding-bottom: 10px;
    font-size: 1.5rem;
    line-height: 2;
  }
}

@media print, screen and (min-width: 768px) {
  .topics-body h2:nth-child(n + 2) {
    margin-top: 44px;
  }
}

@media screen and (max-width: 767px) {
  .topics-body h2:nth-child(n + 2) {
    margin-top: 40px;
  }
}

.topics-body p {
  font-size: 1.4rem;
  line-height: 2;
}

.topics-body img {
  margin: 2em 0;
}

.topics-body .image-grid {
  margin: 2em auto;
  text-align: center !important;
}

.topics-body .image-grid > img {
  width: auto !important;
  height: auto !important;
}

.brand-content {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 5px 0px #000000, 0px 0px 14px 0px rgba(0, 0, 0, 0.32);
}

.brand-content:nth-child(n + 2) {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .brand-content:nth-child(n + 2) {
    margin-top: 25px;
  }
}

.brand-content-inner {
  padding: 100px 116px;
}

@media screen and (max-width: 767px) {
  .brand-content-inner {
    padding: 40px 28px;
  }
}

.brand-intro-title {
  margin: 0;
  border-bottom: 1px solid #000000;
  font-size: 2.8rem;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  .brand-intro-title {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .brand-intro-title {
    padding-bottom: 24px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.brand-intro-text {
  margin: 3em 0;
  font-size: 1.8rem;
  line-height: 2.22222;
}

@media screen and (max-width: 767px) {
  .brand-intro-text {
    margin: 24px 0;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

@media print, screen and (min-width: 768px) {
  .brand-intro-image {
    margin: 0 -7px;
    width: 882px;
  }
}

.brand-content-title {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.53846;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .brand-content-title {
    font-size: 2.2rem;
    line-height: 1.13636;
  }
}

.chronology-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 768px) {
  .chronology-list {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .chronology-list {
    margin-top: 40px;
  }
}

.chronology-item {
  position: relative;
  padding-left: 57px;
}

@media print, screen and (min-width: 768px) {
  .chronology-item {
    display: -webkit-box;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .chronology-item {
    padding-left: 16px;
  }
}

.chronology-item:not(:last-child) {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .chronology-item:not(:last-child) {
    padding-bottom: 40px;
  }
}

.chronology-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #14ae67;
}

@media screen and (max-width: 767px) {
  .chronology-item:before {
    width: 12px;
    height: 12px;
  }
}

.chronology-item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
  border-left: 1px solid #14ae67;
  width: 0;
  height: 100%;
}

@media print, screen and (min-width: 768px) {
  .chronology-data {
    -webkit-box-flex: 1;
            flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
  }
}

.chronology-data > time {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .chronology-data > time {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .chronology-data > p {
    font-size: 1.5rem;
    line-height: 1.86667;
  }
}

@media print, screen and (min-width: 768px) {
  .chronology-image {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    width: 334px;
  }
}

@media screen and (max-width: 767px) {
  .chronology-image {
    max-width: 209px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 768px) {
  .chronology-image > img {
    height: 103px;
  }
}

@media print, screen and (min-width: 768px) {
  .chronology-image > img:nth-child(n + 2) {
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .chronology-image > img:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.fablic-text {
  margin: 40px 0 0 0;
}

@media print, screen and (min-width: 768px) {
  .fablic-feature {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.fablic-feature-item {
  margin-top: 66px;
}

@media print, screen and (min-width: 768px) {
  .fablic-feature-item {
    width: 409px;
  }
}

@media screen and (max-width: 767px) {
  .fablic-feature-item {
    margin-top: 40px;
  }
}

.fablic-feature-title {
  margin: 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .fablic-feature-title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.fablic-feature-image {
  margin: 38px 0 0 0;
}

@media screen and (max-width: 767px) {
  .fablic-feature-image {
    margin: 24px auto 0;
    max-width: 468px;
  }
}

.fablic-feature-text {
  margin: 38px 0 0 0;
}

@media screen and (max-width: 767px) {
  .fablic-feature-text {
    margin-top: 24px;
  }
}

/**
 * Item Style
 */
@media print, screen and (min-width: 768px) {
  .item-detail {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .item-detail-image {
    position: relative;
    width: 560px;
  }
}

@media screen and (max-width: 767px) {
  .item-detail-image {
    padding: 0 0 40px 0;
  }
}

.item-detail-data {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .item-detail-data {
    width: 460px;
  }
}

@media screen and (max-width: 767px) {
  .item-detail-data {
    padding: 40px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .item-detail-data:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 0;
  }
}

.item-detail-label {
  margin: 40px 0 0 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.item-slider-container {
  position: relative;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .item-slider-container {
    width: 560px;
    height: 650px;
  }
}

.item-slider {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.item-slider > li {
  float: left;
  position: relative;
  text-align: center;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .item-slider > li {
    width: 560px;
    height: 650px;
  }
}

@media screen and (max-width: 767px) {
  .item-slider > li {
    width: calc(100vw - 40px);
    height: calc(100vw - 40px * 1.160714286);
  }
}

.item-slider > li > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  height: 100%;
}

.item-controll {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.item-prev {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 100%;
  font-size: 1.8rem;
}

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

.item-next {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 100%;
  font-size: 1.8rem;
}

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

.item-thumb-slider-container {
  position: relative;
  margin: 10px 0 0 0;
  width: 560px;
  height: 95px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .item-thumb-slider-container {
    height: 0;
  }
}

.item-thumb-slider-container .caroufredsel_wrapper {
  margin: 0 auto !important;
  width: 510px !important;
  overflow: hidden;
}

.item-thumb-slider {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.item-thumb-slider > li {
  float: left;
  position: relative;
  margin-right: 12px;
  width: 75px;
  height: 95px;
  cursor: pointer;
  overflow: hidden;
}

.item-thumb-slider > li:hover, .item-thumb-slider > li.is-selected {
  opacity: .8;
}

.item-thumb-slider > li > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.item-thumb-controll {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
  z-index: 10;
}

.item-thumb-prev,
.item-thumb-next {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  width: 25px;
  height: 95px;
  cursor: pointer;
}

.item-thumb-prev {
  left: 0;
}

.item-thumb-next {
  right: 0;
}

.item-color-list {
  list-style: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
  padding: 0 25px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .item-color-list {
    padding: 0;
  }
}

.item-color-list > li {
  margin: 10px 6px 0 6px;
  width: 75px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .item-color-list > li {
    width: 60px;
  }
}

.item-color-list > li:hover, .item-color-list > li.is-selected {
  opacity: .8;
}

.item-color-list > li > span {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.16667;
  text-align: center;
  word-wrap: break-word;
}

.item-color-image {
  position: relative;
  width: 100%;
  height: 95px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .item-color-image {
    height: 76px;
  }
}

.item-color-image > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

/**
 * State Style
 */
@media screen and (max-width: 767px) {
  .is-pc-visible {
    display: none !important;
  }
}

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

@media print {
  body {
    zoom: .8;
  }
}

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