/*
Theme Name: pellico
Description: pellico
Version: 1.0
Author: pellico
*/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Josefin+Slab:600,700");
.header,
.footer,
.page-top .section-latest-updates,
.page-top .section-pick-up,
.page-collection .page-nav,
.page-collection .modal .modal-contents .container,
.page-news .section-news-list,
.page-news .section-news-detail,
.page-magazine .section-series,
.page-magazine .section-back-number,
.page-magazine .header-magazine,
.page-magazine .section-items,
.page-magazine .section-paging,
.page-magazine .section-moment,
.page-magazine .section-atelier,
.page-magazine .section-interview,
.page-magazine.magazine-list .article-list-container,
.page-magazine .section-styling,
.page-magazine .section-anelli,
.page-privacy .section-privacy,
.page-privacy .section-term-of-use {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a,
.slide-container .button-prev,
.slide-container .button-next,
.page-collection .modal .button-prev,
.page-collection .modal .button-next,
.page-magazine .section-back-number .back-number .article-container .button-prev,
.page-magazine .section-back-number .back-number .article-container .button-next,
.page-magazine .modal-contents .button-close,
.page-magazine .section-paging .paging li a,
.page-magazine .section-styling .section-item .button-next,
.page-magazine .section-styling .section-item .button-prev {
  -webkit-transition: opacity 1000ms ease-in-out;
  -moz-transition: opacity 1000ms ease-in-out;
  -o-transition: opacity 1000ms ease-in-out;
  -ms-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;
}
a:hover,
.slide-container .button-prev:hover,
.slide-container .button-next:hover,
.page-collection .modal .button-prev:hover,
.page-collection .modal .button-next:hover,
.page-magazine .section-back-number .back-number .article-container .button-prev:hover,
.page-magazine .section-back-number .back-number .article-container .button-next:hover,
.page-magazine .modal-contents .button-close:hover,
.page-magazine .section-paging .paging li a:hover,
.page-magazine .section-styling .section-item .button-next:hover,
.page-magazine .section-styling .section-item .button-prev:hover {
  opacity: 0.7;
}
.nav li a span:after,
.nav li.current span:after,
.nav li.current-menu-item span:after,
.page-shop .section-shop .tel:after,
.page-collection .category-container .category-list li.is-current a:after,
.page-collection .category-container .category-list li:hover a:after,
.page-news .section-news-list .page-numbers li a:after,
.page-news .section-news-list .page-numbers li .current:after,
.page-news .section-news-detail .shop-info a:after,
.page-magazine .header-magazine .page-links li a:after,
.page-magazine .header-magazine .page-links li span:after,
.page-magazine.magazine-list .category-list ul li a:after,
.page-magazine.magazine-list .category-list ul li span:after,
.page-magazine.magazine-list .page-numbers li a:after,
.page-magazine.magazine-list .page-numbers li .current:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #343434;
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-in-out;
  -moz-transition: opacity 1000ms ease-in-out;
  -o-transition: opacity 1000ms ease-in-out;
  -ms-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;
}
.nav li a span:hover:after,
.nav li.current span:hover:after,
.nav li.current-menu-item span:hover:after,
.page-shop .section-shop .tel:hover:after,
.page-collection .category-container .category-list li.is-current a:hover:after,
.page-collection .category-container .category-list li:hover a:hover:after,
.page-news .section-news-list .page-numbers li a:hover:after,
.page-news .section-news-list .page-numbers li .current:hover:after,
.page-news .section-news-detail .shop-info a:hover:after,
.page-magazine .header-magazine .page-links li a:hover:after,
.page-magazine .header-magazine .page-links li span:hover:after,
.page-magazine.magazine-list .category-list ul li a:hover:after,
.page-magazine.magazine-list .category-list ul li span:hover:after,
.page-magazine.magazine-list .page-numbers li a:hover:after,
.page-magazine.magazine-list .page-numbers li .current:hover:after {
  opacity: 0.7;
}
.item-container .item-list li .heading-container,
.page-top .section-latest-updates .container-news .heading-container,
.page-top .section-latest-updates .container-magazine .heading-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(173,113,115,0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.item-container .item-list li .heading-container .frame,
.page-top .section-latest-updates .container-news .heading-container .frame,
.page-top .section-latest-updates .container-magazine .heading-container .frame {
  position: relative;
  width: 100%;
  height: 100%;
}
.item-container .item-list li .heading-container .frame span,
.page-top .section-latest-updates .container-news .heading-container .frame span,
.page-top .section-latest-updates .container-magazine .heading-container .frame span {
  position: absolute;
  display: block;
  background-color: #fff;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.item-container .item-list li .heading-container .frame .top,
.page-top .section-latest-updates .container-news .heading-container .frame .top,
.page-top .section-latest-updates .container-magazine .heading-container .frame .top {
  left: 0;
  top: 0;
}
.item-container .item-list li .heading-container .frame .right,
.page-top .section-latest-updates .container-news .heading-container .frame .right,
.page-top .section-latest-updates .container-magazine .heading-container .frame .right {
  right: 0;
  top: 0;
}
.item-container .item-list li .heading-container .frame .bottom,
.page-top .section-latest-updates .container-news .heading-container .frame .bottom,
.page-top .section-latest-updates .container-magazine .heading-container .frame .bottom {
  right: 0;
  bottom: 0;
}
.item-container .item-list li .heading-container .frame .left,
.page-top .section-latest-updates .container-news .heading-container .frame .left,
.page-top .section-latest-updates .container-magazine .heading-container .frame .left {
  left: 0;
  bottom: 0;
}
.item-container .item-list li .heading-container .frame .top,
.page-top .section-latest-updates .container-news .heading-container .frame .top,
.page-top .section-latest-updates .container-magazine .heading-container .frame .top,
.item-container .item-list li .heading-container .frame .bottom,
.page-top .section-latest-updates .container-news .heading-container .frame .bottom,
.page-top .section-latest-updates .container-magazine .heading-container .frame .bottom {
  width: 0;
  height: 1px;
}
.item-container .item-list li .heading-container .frame .right,
.page-top .section-latest-updates .container-news .heading-container .frame .right,
.page-top .section-latest-updates .container-magazine .heading-container .frame .right,
.item-container .item-list li .heading-container .frame .left,
.page-top .section-latest-updates .container-news .heading-container .frame .left,
.page-top .section-latest-updates .container-magazine .heading-container .frame .left {
  width: 1px;
  height: 0;
}
.item-container .item-list li .heading-container .text-container,
.page-top .section-latest-updates .container-news .heading-container .text-container,
.page-top .section-latest-updates .container-magazine .heading-container .text-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.item-container .item-list li .heading-container .text-container .container,
.page-top .section-latest-updates .container-news .heading-container .text-container .container,
.page-top .section-latest-updates .container-magazine .heading-container .text-container .container {
  width: 100%;
}
.item-container .item-list li .heading-container .date,
.page-top .section-latest-updates .container-news .heading-container .date,
.page-top .section-latest-updates .container-magazine .heading-container .date {
  display: block;
  margin-bottom: 18px;
}
.item-container .item-list li a,
.page-top .section-latest-updates .container-news a,
.page-top .section-latest-updates .container-magazine a,
.item-container .item-list li span,
.page-top .section-latest-updates .container-news span,
.page-top .section-latest-updates .container-magazine span {
  position: relative;
  display: block;
  cursor: pointer;
}
.item-container .item-list li a:hover,
.page-top .section-latest-updates .container-news a:hover,
.page-top .section-latest-updates .container-magazine a:hover,
.item-container .item-list li span:hover,
.page-top .section-latest-updates .container-news span:hover,
.page-top .section-latest-updates .container-magazine span:hover {
  opacity: 1;
}
.item-container .item-list li a:hover .heading-container,
.page-top .section-latest-updates .container-news a:hover .heading-container,
.page-top .section-latest-updates .container-magazine a:hover .heading-container,
.item-container .item-list li span:hover .heading-container,
.page-top .section-latest-updates .container-news span:hover .heading-container,
.page-top .section-latest-updates .container-magazine span:hover .heading-container {
  opacity: 1;
}
.item-container .item-list li a:hover .heading-container .frame .top,
.page-top .section-latest-updates .container-news a:hover .heading-container .frame .top,
.page-top .section-latest-updates .container-magazine a:hover .heading-container .frame .top,
.item-container .item-list li span:hover .heading-container .frame .top,
.page-top .section-latest-updates .container-news span:hover .heading-container .frame .top,
.page-top .section-latest-updates .container-magazine span:hover .heading-container .frame .top,
.item-container .item-list li a:hover .heading-container .frame .bottom,
.page-top .section-latest-updates .container-news a:hover .heading-container .frame .bottom,
.page-top .section-latest-updates .container-magazine a:hover .heading-container .frame .bottom,
.item-container .item-list li span:hover .heading-container .frame .bottom,
.page-top .section-latest-updates .container-news span:hover .heading-container .frame .bottom,
.page-top .section-latest-updates .container-magazine span:hover .heading-container .frame .bottom {
  width: 100%;
}
.item-container .item-list li a:hover .heading-container .frame .right,
.page-top .section-latest-updates .container-news a:hover .heading-container .frame .right,
.page-top .section-latest-updates .container-magazine a:hover .heading-container .frame .right,
.item-container .item-list li span:hover .heading-container .frame .right,
.page-top .section-latest-updates .container-news span:hover .heading-container .frame .right,
.page-top .section-latest-updates .container-magazine span:hover .heading-container .frame .right,
.item-container .item-list li a:hover .heading-container .frame .left,
.page-top .section-latest-updates .container-news a:hover .heading-container .frame .left,
.page-top .section-latest-updates .container-magazine a:hover .heading-container .frame .left,
.item-container .item-list li span:hover .heading-container .frame .left,
.page-top .section-latest-updates .container-news span:hover .heading-container .frame .left,
.page-top .section-latest-updates .container-magazine span:hover .heading-container .frame .left {
  height: 100%;
}
.page-privacy .section-privacy,
.page-privacy .section-term-of-use,
.page-news .section-news-detail,
.page-company .section-company {
  padding: 0 110px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav li,
.footer .copyright,
.page-collection .category-container .category-list li a,
.page-collection .modal .modal-header,
.page-collection .modal .modal-footer,
.page-news .section-news-list .page-numbers li a,
.page-news .section-news-list .page-numbers li span,
.page-news .section-news-detail .article-date,
.page-news .section-news-detail .article-heading,
.page-magazine.magazine-list .category-list ul li a,
.page-magazine.magazine-list .category-list ul li span,
.page-magazine.magazine-list .article-list-container ul.article-list li .date,
.page-magazine.magazine-list .page-numbers li a,
.page-magazine.magazine-list .page-numbers li span,
.page-magazine .section-styling .section-item .point ul li .title,
.page-company .section-company .company-detail.en,
.page-privacy .section-privacy .link-company,
.page-top .section-latest-updates .container-news .heading-container .text-container,
.page-top .section-latest-updates .container-magazine .heading-container .text-container {
  letter-spacing: 0.1em;
}
.page-heading,
.page-top .section-latest-updates .container-news .content-name,
.page-top .section-latest-updates .container-magazine .content-name,
.page-collection .page-nav a,
.page-magazine .main >.heading,
.page-magazine .section-series .series li .detail .number,
.page-magazine .section-series .series li .detail .heading,
.page-magazine .section-back-number .heading,
.page-magazine .section-back-number .back-number .sub-heading,
.page-magazine .section-back-number .back-number .article-container li .number,
.page-magazine .article-number,
.page-magazine .section-atelier .tips .heading,
.page-magazine.magazine-list .article-list-container ul.article-list li .category,
.page-magazine .section-styling .section-item .heading,
.page-magazine .section-styling .section-styling-pattern .heading,
.page-magazine .section-styling .section-styling-pattern .styling-container .styling .img .label {
  font-family: 'Josefin Slab', serif;
  letter-spacing: 0.1em;
}
.page-magazine .section-back-number .back-number .article-container li .heading {
  font-family: 'Open Sans', YuGothic, Yu Gothic, '游ゴシック体', '游ゴシック', Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', Pathway Gothic One, 'ＭＳ Ｐゴシック', sans-serif;
}
.footer .notification a,
.page-privacy .section-privacy .link-company,
.page-privacy .section-term-of-use a {
  padding-bottom: 2px;
  border-bottom: 1px solid #343434;
}
.nav .nav-sunny a,
.nav .nav-online a,
.nav .nav-recruit a {
  color: #8e4c3a;
}
.nav .nav-sunny a:hover span:after,
.nav .nav-online a:hover span:after,
.nav .nav-recruit a:hover span:after {
  background-color: #8e4c3a;
}
@-moz-keyframes rotate-360 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-360 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate-360 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-360 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
body {
  font-family: 'Open Sans', YuGothic, Yu Gothic, '游ゴシック体', '游ゴシック', Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', Pathway Gothic One, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 13px;
  line-height: 1.54;
  color: #343434;
  background-color: #fafafa;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a {
  color: #343434;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
}
input {
  outline: none;
}
.for-tab {
  display: none;
}
.for-sp {
  display: none;
}
.js-slider-viewport {
  overflow: hidden;
}
.js-slider-slides {
  width: 100%;
  height: 100%;
  position: relative;
}
.js-slider-slide {
  top: 0;
}
.js-slider-slide ~ .js-slider-slide {
  display: none;
  position: absolute;
}
@media (max-width: 767px) {
  .section-atelier .js-slider-slides {
    height: auto !important;
  }
  .section-atelier .js-slider-slide {
    position: static !important;
    display: block !important;
  }
}
@media (max-width: 767px) {
  html.is-menu-opened {
    overflow-y: hidden;
  }
  .js-menu {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
html.is-mw-lock {
  height: 100%;
  overflow-y: hidden;
}
html.is-mw-scrollbar .js-mw-scrollbar-cover {
  display: block;
}
html.is-mw-over-width body {
  overflow-x: hidden;
  overflow-y: scroll;
}
.mw-scrollbar-cover {
  display: none;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
.mw-overlay {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
.js-mw {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 102;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.js-mw:before {
  margin-left: -100%;
}
.js-mw:after {
  margin-right: -100%;
}
.js-mw:before,
.js-mw:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.js-mw-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  outline: none;
  position: relative;
  vertical-align: middle;
}

.js-mw:not(:target) {
  width: calc(100% + 17px)\9;
}
.js-mw:before, .js-mw:after {
  margin: 0\9;
}
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .js-mw {
    width: 100% !important;
  }
  *::-ms-backdrop, .js-mw:before {
    margin-left: -100% !important;
  }
  *::-ms-backdrop, .js-mw:after {
    margin-right: -100% !important;
  }
}
@charset "UTF-8";
.header,
.footer,
.page-top .section-latest-updates,
.page-top .section-pick-up,
.page-collection .page-nav,
.page-collection .modal .modal-contents .container,
.page-news .section-news-list,
.page-news .section-news-detail,
.page-magazine .section-series,
.page-magazine .section-back-number,
.page-magazine .header-magazine,
.page-magazine .section-items,
.page-magazine .section-paging,
.page-magazine .section-moment,
.page-magazine .section-atelier,
.page-magazine .section-interview,
.page-magazine.magazine-list .article-list-container,
.page-magazine .section-styling,
.page-magazine .section-anelli,
.page-privacy .section-privacy,
.page-privacy .section-term-of-use {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slide-container .button-prev,
.slide-container .button-next,
.page-collection .modal .button-prev,
.page-collection .modal .button-next,
.page-magazine .section-back-number .back-number .article-container .button-prev,
.page-magazine .section-back-number .back-number .article-container .button-next,
.page-magazine .modal-contents .button-close,
.page-magazine .section-paging .paging li a,
.page-magazine .section-styling .section-item .button-next,
.page-magazine .section-styling .section-item .button-prev {
  -webkit-transition: opacity 1000ms ease-in-out;
  -moz-transition: opacity 1000ms ease-in-out;
  -o-transition: opacity 1000ms ease-in-out;
  -ms-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;
}
.slide-container .button-prev:hover,
.slide-container .button-next:hover,
.page-collection .modal .button-prev:hover,
.page-collection .modal .button-next:hover,
.page-magazine .section-back-number .back-number .article-container .button-prev:hover,
.page-magazine .section-back-number .back-number .article-container .button-next:hover,
.page-magazine .modal-contents .button-close:hover,
.page-magazine .section-paging .paging li a:hover,
.page-magazine .section-styling .section-item .button-next:hover,
.page-magazine .section-styling .section-item .button-prev:hover {
  opacity: 0.7;
}
.nav li a span:after,
.nav li.current span:after,
.nav li.current-menu-item span:after,
.page-shop .section-shop .tel:after,
.page-collection .category-container .category-list li.is-current a:after,
.page-collection .category-container .category-list li:hover a:after,
.page-news .section-news-list .page-numbers li a:after,
.page-news .section-news-list .page-numbers li .current:after,
.page-news .section-news-detail .shop-info a:after,
.page-magazine .header-magazine .page-links li a:after,
.page-magazine .header-magazine .page-links li span:after,
.page-magazine.magazine-list .category-list ul li a:after,
.page-magazine.magazine-list .category-list ul li span:after,
.page-magazine.magazine-list .page-numbers li a:after,
.page-magazine.magazine-list .page-numbers li .current:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #343434;
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-in-out;
  -moz-transition: opacity 1000ms ease-in-out;
  -o-transition: opacity 1000ms ease-in-out;
  -ms-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;
}
.nav li a span:hover:after,
.nav li.current span:hover:after,
.nav li.current-menu-item span:hover:after,
.page-shop .section-shop .tel:hover:after,
.page-collection .category-container .category-list li.is-current a:hover:after,
.page-collection .category-container .category-list li:hover a:hover:after,
.page-news .section-news-list .page-numbers li a:hover:after,
.page-news .section-news-list .page-numbers li .current:hover:after,
.page-news .section-news-detail .shop-info a:hover:after,
.page-magazine .header-magazine .page-links li a:hover:after,
.page-magazine .header-magazine .page-links li span:hover:after,
.page-magazine.magazine-list .category-list ul li a:hover:after,
.page-magazine.magazine-list .category-list ul li span:hover:after,
.page-magazine.magazine-list .page-numbers li a:hover:after,
.page-magazine.magazine-list .page-numbers li .current:hover:after {
  opacity: 0.7;
}
.item-container .item-list li .heading-container,
.page-top .section-latest-updates .container-news .heading-container,
.page-top .section-latest-updates .container-magazine .heading-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(173,113,115,0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.item-container .item-list li .heading-container .frame,
.page-top .section-latest-updates .container-news .heading-container .frame,
.page-top .section-latest-updates .container-magazine .heading-container .frame {
  position: relative;
  width: 100%;
  height: 100%;
}
.item-container .item-list li .heading-container .frame span,
.page-top .section-latest-updates .container-news .heading-container .frame span,
.page-top .section-latest-updates .container-magazine .heading-container .frame span {
  position: absolute;
  display: block;
  background-color: #fff;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.item-container .item-list li .heading-container .frame .top,
.page-top .section-latest-updates .container-news .heading-container .frame .top,
.page-top .section-latest-updates .container-magazine .heading-container .frame .top {
  left: 0;
  top: 0;
}
.item-container .item-list li .heading-container .frame .right,
.page-top .section-latest-updates .container-news .heading-container .frame .right,
.page-top .section-latest-updates .container-magazine .heading-container .frame .right {
  right: 0;
  top: 0;
}
.item-container .item-list li .heading-container .frame .bottom,
.page-top .section-latest-updates .container-news .heading-container .frame .bottom,
.page-top .section-latest-updates .container-magazine .heading-container .frame .bottom {
  right: 0;
  bottom: 0;
}
.item-container .item-list li .heading-container .frame .left,
.page-top .section-latest-updates .container-news .heading-container .frame .left,
.page-top .section-latest-updates .container-magazine .heading-container .frame .left {
  left: 0;
  bottom: 0;
}
.item-container .item-list li .heading-container .frame .top,
.page-top .section-latest-updates .container-news .heading-container .frame .top,
.page-top .section-latest-updates .container-magazine .heading-container .frame .top,
.item-container .item-list li .heading-container .frame .bottom,
.page-top .section-latest-updates .container-news .heading-container .frame .bottom,
.page-top .section-latest-updates .container-magazine .heading-container .frame .bottom {
  width: 0;
  height: 1px;
}
.item-container .item-list li .heading-container .frame .right,
.page-top .section-latest-updates .container-news .heading-container .frame .right,
.page-top .section-latest-updates .container-magazine .heading-container .frame .right,
.item-container .item-list li .heading-container .frame .left,
.page-top .section-latest-updates .container-news .heading-container .frame .left,
.page-top .section-latest-updates .container-magazine .heading-container .frame .left {
  width: 1px;
  height: 0;
}
.item-container .item-list li .heading-container .text-container,
.page-top .section-latest-updates .container-news .heading-container .text-container,
.page-top .section-latest-updates .container-magazine .heading-container .text-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.item-container .item-list li .heading-container .text-container .container,
.page-top .section-latest-updates .container-news .heading-container .text-container .container,
.page-top .section-latest-updates .container-magazine .heading-container .text-container .container {
  width: 100%;
}
.item-container .item-list li .heading-container .date,
.page-top .section-latest-updates .container-news .heading-container .date,
.page-top .section-latest-updates .container-magazine .heading-container .date {
  display: block;
  margin-bottom: 18px;
}
.item-container .item-list li a,
.page-top .section-latest-updates .container-news a,
.page-top .section-latest-updates .container-magazine a,
.item-container .item-list li span,
.page-top .section-latest-updates .container-news span,
.page-top .section-latest-updates .container-magazine span {
  position: relative;
  display: block;
  cursor: pointer;
}
.item-container .item-list li a:hover,
.page-top .section-latest-updates .container-news a:hover,
.page-top .section-latest-updates .container-magazine a:hover,
.item-container .item-list li span:hover,
.page-top .section-latest-updates .container-news span:hover,
.page-top .section-latest-updates .container-magazine span:hover {
  opacity: 1;
}
.item-container .item-list li a:hover .heading-container,
.page-top .section-latest-updates .container-news a:hover .heading-container,
.page-top .section-latest-updates .container-magazine a:hover .heading-container,
.item-container .item-list li span:hover .heading-container,
.page-top .section-latest-updates .container-news span:hover .heading-container,
.page-top .section-latest-updates .container-magazine span:hover .heading-container {
  opacity: 1;
}
.item-container .item-list li a:hover .heading-container .frame .top,
.page-top .section-latest-updates .container-news a:hover .heading-container .frame .top,
.page-top .section-latest-updates .container-magazine a:hover .heading-container .frame .top,
.item-container .item-list li span:hover .heading-container .frame .top,
.page-top .section-latest-updates .container-news span:hover .heading-container .frame .top,
.page-top .section-latest-updates .container-magazine span:hover .heading-container .frame .top,
.item-container .item-list li a:hover .heading-container .frame .bottom,
.page-top .section-latest-updates .container-news a:hover .heading-container .frame .bottom,
.page-top .section-latest-updates .container-magazine a:hover .heading-container .frame .bottom,
.item-container .item-list li span:hover .heading-container .frame .bottom,
.page-top .section-latest-updates .container-news span:hover .heading-container .frame .bottom,
.page-top .section-latest-updates .container-magazine span:hover .heading-container .frame .bottom {
  width: 100%;
}
.item-container .item-list li a:hover .heading-container .frame .right,
.page-top .section-latest-updates .container-news a:hover .heading-container .frame .right,
.page-top .section-latest-updates .container-magazine a:hover .heading-container .frame .right,
.item-container .item-list li span:hover .heading-container .frame .right,
.page-top .section-latest-updates .container-news span:hover .heading-container .frame .right,
.page-top .section-latest-updates .container-magazine span:hover .heading-container .frame .right,
.item-container .item-list li a:hover .heading-container .frame .left,
.page-top .section-latest-updates .container-news a:hover .heading-container .frame .left,
.page-top .section-latest-updates .container-magazine a:hover .heading-container .frame .left,
.item-container .item-list li span:hover .heading-container .frame .left,
.page-top .section-latest-updates .container-news span:hover .heading-container .frame .left,
.page-top .section-latest-updates .container-magazine span:hover .heading-container .frame .left {
  height: 100%;
}
.page-privacy .section-privacy,
.page-privacy .section-term-of-use,
.page-news .section-news-detail,
.page-company .section-company {
  padding: 0 110px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav li,
.footer .copyright,
.page-collection .category-container .category-list li a,
.page-collection .modal .modal-header,
.page-collection .modal .modal-footer,
.page-news .section-news-list .page-numbers li a,
.page-news .section-news-list .page-numbers li span,
.page-news .section-news-detail .article-date,
.page-news .section-news-detail .article-heading,
.page-magazine.magazine-list .category-list ul li a,
.page-magazine.magazine-list .category-list ul li span,
.page-magazine.magazine-list .article-list-container ul.article-list li .date,
.page-magazine.magazine-list .page-numbers li a,
.page-magazine.magazine-list .page-numbers li span,
.page-magazine .section-styling .section-item .point ul li .title,
.page-company .section-company .company-detail.en,
.page-privacy .section-privacy .link-company,
.page-top .section-latest-updates .container-news .heading-container .text-container,
.page-top .section-latest-updates .container-magazine .heading-container .text-container {
  letter-spacing: 0.1em;
}
.page-heading,
.page-top .section-latest-updates .container-news .content-name,
.page-top .section-latest-updates .container-magazine .content-name,
.page-collection .page-nav a,
.page-magazine .main >.heading,
.page-magazine .section-series .series li .detail .number,
.page-magazine .section-series .series li .detail .heading,
.page-magazine .section-back-number .heading,
.page-magazine .section-back-number .back-number .sub-heading,
.page-magazine .section-back-number .back-number .article-container li .number,
.page-magazine .article-number,
.page-magazine .section-atelier .tips .heading,
.page-magazine.magazine-list .article-list-container ul.article-list li .category,
.page-magazine .section-styling .section-item .heading,
.page-magazine .section-styling .section-styling-pattern .heading,
.page-magazine .section-styling .section-styling-pattern .styling-container .styling .img .label {
  font-family: 'Josefin Slab', serif;
  letter-spacing: 0.1em;
}
.page-magazine .section-back-number .back-number .article-container li .heading {
  font-family: 'Open Sans', YuGothic, Yu Gothic, '游ゴシック体', '游ゴシック', Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', Pathway Gothic One, 'ＭＳ Ｐゴシック', sans-serif;
}
.footer .notification a,
.page-privacy .section-privacy .link-company,
.page-privacy .section-term-of-use a {
  padding-bottom: 2px;
  border-bottom: 1px solid #343434;
}
.nav .nav-sunny a,
.nav .nav-online a,
.nav .nav-recruit a {
  color: #8e4c3a;
}
.nav .nav-sunny a:hover span:after,
.nav .nav-online a:hover span:after,
.nav .nav-recruit a:hover span:after {
  background-color: #8e4c3a;
}
.nav {
  margin-bottom: 34px;
}
.nav .nav-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.nav li {
  position: relative;
  font-size: 15px;
  line-height: 37px;
  letter-spacing: 0.04em;
}
.nav li a {
  position: relative;
  display: block;
}
.nav li span {
  position: relative;
  display: block;
}
.nav li.current span:after,
.nav li.current-menu-item span:after {
  opacity: 1;
}
.nav li.current:hover span:after,
.nav li.current-menu-item:hover span:after {
  opacity: 1;
}
.header {
  border-bottom: 1px solid #d2d2d2;
  background-color: #fafafa;
}
.header .logo {
  width: 450px;
  margin: 0 auto 61px;
  padding-top: 80px;
  line-height: 0;
}
.header .logo a {
  display: block;
}
.footer {
  margin-top: 80px;
  padding-top: 36px;
  border-top: 1px solid #d2d2d2;
}
.footer .nav {
  width: 720px;
  margin: 0 auto 22px;
}
.footer .nav a {
  display: block;
}
.footer .nav li {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: normal;
}
.footer .nav-contact {
  margin-right: 25px;
  margin-left: 42px;
}
.footer .nav-member {
  margin-right: 24px;
}
.footer .nav-company {
  margin-right: 24px;
}
.footer .nav-privacy {
  margin-right: 25px;
}
.footer .nav-recruit {
  margin-right: 30px;
}
.footer .line,
.footer .instagram,
.footer .facebook {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.footer .line a,
.footer .instagram a,
.footer .facebook a {
  display: block;
}
.footer .line {
  margin-right: 24px;
}
.footer .line a {
  width: 18px;
  height: 17px;
  background: url("images/common/footer-nav.png?hash=c5505f9b8e9fdb5109fb41e401d9c5d4") no-repeat;
  background-position: 0px -32px;
}
.footer .instagram {
  margin-right: 24px;
}
.footer .instagram a {
  width: 16px;
  height: 16px;
  background: url("images/common/footer-nav.png?hash=c5505f9b8e9fdb5109fb41e401d9c5d4") no-repeat;
  background-position: 0px -16px;
}
.footer .facebook a {
  width: 16px;
  height: 16px;
  background: url("images/common/footer-nav.png?hash=c5505f9b8e9fdb5109fb41e401d9c5d4") no-repeat;
  background-position: 0px 0px;
}
.footer .notification {
  margin-top: 33px;
  margin-bottom: 60px;
  text-align: center;
}
.footer .notification a {
  display: inline-block;
  padding-bottom: 1px;
  font-size: 10px;
  line-height: 1.6;
  color: #343434;
}
.footer .banner {
  width: 500px;
  margin: 0 auto 52px;
  line-height: 0;
}
.footer .banner a {
  display: block;
}
.footer .banner img {
  width: 100%;
}
.footer .link-logo {
  width: 485px;
  margin: 0 auto 33px;
  line-height: 0;
}
.footer .link-logo::after,
.item-container .item-list::after,
.paging::after,
.page-top .section-latest-updates::after,
.page-about .section-about::after,
.page-collection .page-nav::after,
.page-collection .modal .modal-main .thumbnails::after,
.page-collection .modal .modal-footer .sns::after,
.page-news .section-news-detail .detail-container::after,
.page-news .section-news-detail .detail-container .detail .img-container::after,
.page-news .section-news-detail .detail-container .detail.column-2 .section::after,
.page-magazine .sns::after,
.page-magazine .section-moment::after,
.page-magazine .section-moment .sns::after,
.page-magazine .section-interview::after,
.page-magazine .section-interview .module-container .block-img-left::after,
.page-magazine .section-interview .module-container .block-img-right::after,
.page-magazine .section-interview .sns::after,
.page-magazine .section-interview.interview-1 .intro-container .text-container::after,
.page-magazine .section-interview.interview-2 .intro-container .text-container::after,
.page-magazine .section-interview.interview-3 .intro-container .text-container::after,
.page-magazine .section-styling::after,
.page-magazine .section-styling .sns::after,
.page-magazine .section-anelli::after,
.page-magazine .section-anelli .sns::after,
.page-contact .form-container .item::after {
  content: "";
  display: block;
  clear: both;
}
.footer .link-logo a {
  display: block;
}
.footer .link-logo li {
  float: left;
}
.footer .link-logo .logo-1 {
  margin-right: 60px;
}
.footer .copyright {
  padding-bottom: 24px;
  font-size: 11px;
  text-align: center;
  line-height: 1;
  letter-spacing: normal;
}
.slide-container {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.slide-container:before {
  display: block;
  content: "";
}
.slide-container .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.slide-container .slide li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 0;
}
.slide-container .button-prev,
.slide-container .button-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -29px;
  cursor: pointer;
}
.slide-container .button-prev {
  left: 5%;
  width: 30px;
  height: 58px;
  background: url("images/common/buttons.png?hash=cfc69b2a255a3b3c46ea5db82e22ad9d") no-repeat;
  background-position: 0px -104px;
}
.slide-container .button-next {
  right: 5%;
  width: 30px;
  height: 58px;
  background: url("images/common/buttons.png?hash=cfc69b2a255a3b3c46ea5db82e22ad9d") no-repeat;
  background-position: 0px -30px;
}
.item-container {
  width: 1000px;
  min-height: 200px;
  margin: 0 auto;
  padding: 16px 0 0 16px;
  line-height: 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.item-container .item-loader {
  width: 24px;
  height: 24px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.item-container .item-loader .loader,
.loader-wrap .loader,
html.is-mw-waiting .page-collection .mw-overlay .loader,
html.is-mw-waiting .page-magazine .mw-overlay .loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}
.item-container .item-loader .ring,
.loader-wrap .ring,
html.is-mw-waiting .page-collection .mw-overlay .ring,
html.is-mw-waiting .page-magazine .mw-overlay .ring {
  position: relative;
}
.item-container .item-loader .ring::before,
.loader-wrap .ring::before,
html.is-mw-waiting .page-collection .mw-overlay .ring::before,
html.is-mw-waiting .page-magazine .mw-overlay .ring::before,
.item-container .item-loader .ring::after,
.loader-wrap .ring::after,
html.is-mw-waiting .page-collection .mw-overlay .ring::after,
html.is-mw-waiting .page-magazine .mw-overlay .ring::after {
  content: '';
  display: block;
}
.item-container .item-loader .ring ::after,
.loader-wrap .ring ::after,
html.is-mw-waiting .page-collection .mw-overlay .ring ::after,
html.is-mw-waiting .page-magazine .mw-overlay .ring ::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.05) inset;
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.05) inset;
}
.item-container .item-loader .ring::before,
.loader-wrap .ring::before,
html.is-mw-waiting .page-collection .mw-overlay .ring::before,
html.is-mw-waiting .page-magazine .mw-overlay .ring::before {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  -webkit-animation: rotate-360 0.75s linear infinite;
  -moz-animation: rotate-360 0.75s linear infinite;
  -o-animation: rotate-360 0.75s linear infinite;
  -ms-animation: rotate-360 0.75s linear infinite;
  animation: rotate-360 0.75s linear infinite;
}
.item-container .item-loader .ring::before,
.loader-wrap .ring::before,
html.is-mw-waiting .page-collection .mw-overlay .ring::before,
html.is-mw-waiting .page-magazine .mw-overlay .ring::before {
  -webkit-box-shadow: 0 1px 0 #653a15 inset;
  box-shadow: 0 1px 0 #653a15 inset;
}
.item-container .item-list {
  display: none;
}
.item-container .item-list li {
  float: left;
  width: 31.70731707317073%;
  margin-right: 1.626016260162602%;
  margin-bottom: 1.626016260162602%;
}
.item-container .item-list li img {
  width: 100%;
}
.item-container .item-list li .heading-container {
  font-size: 13px;
  line-height: 1.76;
}
.paging {
  width: 100%;
  margin-top: 60px;
}
.paging li {
  list-style: none;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.paging li.prev {
  float: left;
  padding-right: 2%;
}
.paging li.prev:only-child {
  border-right: 1px solid #d2d2d2;
}
.paging li.prev a .thumbnail {
  padding-right: 5.208333333333334%;
  padding-left: 18.75%;
}
.paging li.next {
  float: right;
  padding-left: 2%;
  border-left: 1px solid #d2d2d2;
}
.paging li.next a .thumbnail {
  padding-right: 18.75%;
  padding-left: 5.208333333333334%;
}
.paging li.next a .heading-container {
  text-align: right;
}
.paging li a {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.paging li a .heading-container {
  width: 59.375%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.paging li a .heading {
  display: block;
  width: 100%;
  overflow: hidden;
}
.paging li a .thumbnail {
  width: 40.625%;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.paging li a .thumbnail img {
  width: 100%;
}
.paging li a .heading-container span {
  border-bottom: 1px solid rgba(102,102,102,0);
  -webkit-transition: border-color 1000ms, color 1000ms;
  -moz-transition: border-color 1000ms, color 1000ms;
  -o-transition: border-color 1000ms, color 1000ms;
  -ms-transition: border-color 1000ms, color 1000ms;
  transition: border-color 1000ms, color 1000ms;
}
.paging li a:hover .heading-container span {
  border-color: #666;
}
.paging .button-next {
  right: 0;
  width: 30px;
  height: 58px;
  background: url("images/common/buttons.png?hash=cfc69b2a255a3b3c46ea5db82e22ad9d") no-repeat;
  background-position: 0px -30px;
}
.paging .button-prev {
  left: 0;
  width: 30px;
  height: 58px;
  background: url("images/common/buttons.png?hash=cfc69b2a255a3b3c46ea5db82e22ad9d") no-repeat;
  background-position: 0px -104px;
}
.paging .button-prev,
.paging .button-next {
  position: absolute;
  top: 50%;
  margin-top: -29px;
}
.product-links {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 60px;
}
.product-links li {
  width: 24.6%;
  padding-bottom: 4%;
  margin-right: 0.5%;
  overflow: hidden;
}
.product-links li a {
  display: block;
}
.product-links li:nth-child(4n) {
  margin-right: 0;
}
.product-links li.no-link .img-container,
.product-links li.limited .img-container {
  border: 1px solid #653a15;
}
.product-links li.no-link .info,
.product-links li.limited .info {
  color: #653a15;
}
.product-links .img-container {
  margin-bottom: 14px;
  line-height: 0;
}
.product-links .img-container img {
  width: 100%;
}
.product-links .info {
  padding: 0 20px;
  text-align: center;
}
.product-links a .info span {
  border-bottom: 1px solid rgba(102,102,102,0);
  -webkit-transition: border-color 1000ms, color 1000ms;
  -moz-transition: border-color 1000ms, color 1000ms;
  -o-transition: border-color 1000ms, color 1000ms;
  -ms-transition: border-color 1000ms, color 1000ms;
  transition: border-color 1000ms, color 1000ms;
}
.product-links a:hover .info span {
  border-color: #666;
}
.page-top .section-latest-updates,
.page-top .section-pick-up,
.page-collection .page-nav,
.page-collection .modal .modal-contents .container,
.page-news .section-news-list,
.page-news .section-news-detail,
.page-magazine .section-series,
.page-magazine .section-back-number,
.page-magazine .header-magazine,
.page-magazine .section-items,
.page-magazine .section-paging,
.page-magazine .section-moment,
.page-magazine .section-atelier,
.page-magazine .section-interview,
.page-magazine.magazine-list .article-list-container,
.page-magazine .section-styling,
.page-magazine .section-anelli,
.page-privacy .section-privacy,
.page-privacy .section-term-of-use {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-collection .modal .button-prev,
.page-collection .modal .button-next,
.page-magazine .section-back-number .back-number .article-container .button-prev,
.page-magazine .section-back-number .back-number .article-container .button-next,
.page-magazine .modal-contents .button-close,
.page-magazine .section-paging .paging li a,
.page-magazine .section-styling .section-item .button-next,
.page-magazine .section-styling .section-item .button-prev {
  -webkit-transition: opacity 1000ms ease-in-out;
  -moz-transition: opacity 1000ms ease-in-out;
  -o-transition: opacity 1000ms ease-in-out;
  -ms-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;
}
.page-collection .modal .button-prev:hover,
.page-collection .modal .button-next:hover,
.page-magazine .section-back-number .back-number .article-container .button-prev:hover,
.page-magazine .section-back-number .back-number .article-container .button-next:hover,
.page-magazine .modal-contents .button-close:hover,
.page-magazine .section-paging .paging li a:hover,
.page-magazine .section-styling .section-item .button-next:hover,
.page-magazine .section-styling .section-item .button-prev:hover {
  opacity: 0.7;
}
.page-shop .section-shop .tel:after,
.page-collection .category-container .category-list li.is-current a:after,
.page-collection .category-container .category-list li:hover a:after,
.page-news .section-news-list .page-numbers li a:after,
.page-news .section-news-list .page-numbers li .current:after,
.page-news .section-news-detail .shop-info a:after,
.page-magazine .header-magazine .page-links li a:after,
.page-magazine .header-magazine .page-links li span:after,
.page-magazine.magazine-list .category-list ul li a:after,
.page-magazine.magazine-list .category-list ul li span:after,
.page-magazine.magazine-list .page-numbers li a:after,
.page-magazine.magazine-list .page-numbers li .current:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #343434;
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-in-out;
  -moz-transition: opacity 1000ms ease-in-out;
  -o-transition: opacity 1000ms ease-in-out;
  -ms-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;
}
.page-shop .section-shop .tel:hover:after,
.page-collection .category-container .category-list li.is-current a:hover:after,
.page-collection .category-container .category-list li:hover a:hover:after,
.page-news .section-news-list .page-numbers li a:hover:after,
.page-news .section-news-list .page-numbers li .current:hover:after,
.page-news .section-news-detail .shop-info a:hover:after,
.page-magazine .header-magazine .page-links li a:hover:after,
.page-magazine .header-magazine .page-links li span:hover:after,
.page-magazine.magazine-list .category-list ul li a:hover:after,
.page-magazine.magazine-list .category-list ul li span:hover:after,
.page-magazine.magazine-list .page-numbers li a:hover:after,
.page-magazine.magazine-list .page-numbers li .current:hover:after {
  opacity: 0.7;
}
.page-top .section-latest-updates .container-news .heading-container,
.page-top .section-latest-updates .container-magazine .heading-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(173,113,115,0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.page-top .section-latest-updates .container-news .heading-container .frame,
.page-top .section-latest-updates .container-magazine .heading-container .frame {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-top .section-latest-updates .container-news .heading-container .frame span,
.page-top .section-latest-updates .container-magazine .heading-container .frame span {
  position: absolute;
  display: block;
  background-color: #fff;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.page-top .section-latest-updates .container-news .heading-container .frame .top,
.page-top .section-latest-updates .container-magazine .heading-container .frame .top {
  left: 0;
  top: 0;
}
.page-top .section-latest-updates .container-news .heading-container .frame .right,
.page-top .section-latest-updates .container-magazine .heading-container .frame .right {
  right: 0;
  top: 0;
}
.page-top .section-latest-updates .container-news .heading-container .frame .bottom,
.page-top .section-latest-updates .container-magazine .heading-container .frame .bottom {
  right: 0;
  bottom: 0;
}
.page-top .section-latest-updates .container-news .heading-container .frame .left,
.page-top .section-latest-updates .container-magazine .heading-container .frame .left {
  left: 0;
  bottom: 0;
}
.page-top .section-latest-updates .container-news .heading-container .frame .top,
.page-top .section-latest-updates .container-magazine .heading-container .frame .top,
.page-top .section-latest-updates .container-news .heading-container .frame .bottom,
.page-top .section-latest-updates .container-magazine .heading-container .frame .bottom {
  width: 0;
  height: 1px;
}
.page-top .section-latest-updates .container-news .heading-container .frame .right,
.page-top .section-latest-updates .container-magazine .heading-container .frame .right,
.page-top .section-latest-updates .container-news .heading-container .frame .left,
.page-top .section-latest-updates .container-magazine .heading-container .frame .left {
  width: 1px;
  height: 0;
}
.page-top .section-latest-updates .container-news .heading-container .text-container,
.page-top .section-latest-updates .container-magazine .heading-container .text-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-top .section-latest-updates .container-news .heading-container .text-container .container,
.page-top .section-latest-updates .container-magazine .heading-container .text-container .container {
  width: 100%;
}
.page-top .section-latest-updates .container-news .heading-container .date,
.page-top .section-latest-updates .container-magazine .heading-container .date {
  display: block;
  margin-bottom: 18px;
}
.page-top .section-latest-updates .container-news a,
.page-top .section-latest-updates .container-magazine a,
.page-top .section-latest-updates .container-news span,
.page-top .section-latest-updates .container-magazine span {
  position: relative;
  display: block;
  cursor: pointer;
}
.page-top .section-latest-updates .container-news a:hover,
.page-top .section-latest-updates .container-magazine a:hover,
.page-top .section-latest-updates .container-news span:hover,
.page-top .section-latest-updates .container-magazine span:hover {
  opacity: 1;
}
.page-top .section-latest-updates .container-news a:hover .heading-container,
.page-top .section-latest-updates .container-magazine a:hover .heading-container,
.page-top .section-latest-updates .container-news span:hover .heading-container,
.page-top .section-latest-updates .container-magazine span:hover .heading-container {
  opacity: 1;
}
.page-top .section-latest-updates .container-news a:hover .heading-container .frame .top,
.page-top .section-latest-updates .container-magazine a:hover .heading-container .frame .top,
.page-top .section-latest-updates .container-news span:hover .heading-container .frame .top,
.page-top .section-latest-updates .container-magazine span:hover .heading-container .frame .top,
.page-top .section-latest-updates .container-news a:hover .heading-container .frame .bottom,
.page-top .section-latest-updates .container-magazine a:hover .heading-container .frame .bottom,
.page-top .section-latest-updates .container-news span:hover .heading-container .frame .bottom,
.page-top .section-latest-updates .container-magazine span:hover .heading-container .frame .bottom {
  width: 100%;
}
.page-top .section-latest-updates .container-news a:hover .heading-container .frame .right,
.page-top .section-latest-updates .container-magazine a:hover .heading-container .frame .right,
.page-top .section-latest-updates .container-news span:hover .heading-container .frame .right,
.page-top .section-latest-updates .container-magazine span:hover .heading-container .frame .right,
.page-top .section-latest-updates .container-news a:hover .heading-container .frame .left,
.page-top .section-latest-updates .container-magazine a:hover .heading-container .frame .left,
.page-top .section-latest-updates .container-news span:hover .heading-container .frame .left,
.page-top .section-latest-updates .container-magazine span:hover .heading-container .frame .left {
  height: 100%;
}
.page-privacy .section-privacy,
.page-privacy .section-term-of-use,
.page-news .section-news-detail,
.page-company .section-company {
  padding: 0 110px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-collection .category-container .category-list li a,
.page-collection .modal .modal-header,
.page-collection .modal .modal-footer,
.page-news .section-news-list .page-numbers li a,
.page-news .section-news-list .page-numbers li span,
.page-news .section-news-detail .article-date,
.page-news .section-news-detail .article-heading,
.page-magazine.magazine-list .category-list ul li a,
.page-magazine.magazine-list .category-list ul li span,
.page-magazine.magazine-list .article-list-container ul.article-list li .date,
.page-magazine.magazine-list .page-numbers li a,
.page-magazine.magazine-list .page-numbers li span,
.page-magazine .section-styling .section-item .point ul li .title,
.page-company .section-company .company-detail.en,
.page-privacy .section-privacy .link-company,
.page-top .section-latest-updates .container-news .heading-container .text-container,
.page-top .section-latest-updates .container-magazine .heading-container .text-container {
  letter-spacing: 0.1em;
}
.page-heading,
.page-top .section-latest-updates .container-news .content-name,
.page-top .section-latest-updates .container-magazine .content-name,
.page-collection .page-nav a,
.page-magazine .main >.heading,
.page-magazine .section-series .series li .detail .number,
.page-magazine .section-series .series li .detail .heading,
.page-magazine .section-back-number .heading,
.page-magazine .section-back-number .back-number .sub-heading,
.page-magazine .section-back-number .back-number .article-container li .number,
.page-magazine .article-number,
.page-magazine .section-atelier .tips .heading,
.page-magazine.magazine-list .article-list-container ul.article-list li .category,
.page-magazine .section-styling .section-item .heading,
.page-magazine .section-styling .section-styling-pattern .heading,
.page-magazine .section-styling .section-styling-pattern .styling-container .styling .img .label {
  font-family: 'Josefin Slab', serif;
  letter-spacing: 0.1em;
}
.page-magazine .section-back-number .back-number .article-container li .heading {
  font-family: 'Open Sans', YuGothic, Yu Gothic, '游ゴシック体', '游ゴシック', Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', Pathway Gothic One, 'ＭＳ Ｐゴシック', sans-serif;
}
.page-privacy .section-privacy .link-company,
.page-privacy .section-term-of-use a {
  padding-bottom: 2px;
  border-bottom: 1px solid #343434;
}
.page-heading {
  padding: 38px 0 36px;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  color: #c5ae87;
  letter-spacing: 0.05em;
}
.main {
  position: relative;
}
html.is-splashing {
  height: 100%;
  overflow-y: scroll;
  position: relative;
}
html.is-splashing body {
  height: 100%;
  overflow-y: hidden;
}
.loader-wrap {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 6;
}
.opening-container {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.opening-container .opening-img {
  background: url("images/top/opening-visual-1.jpg?hash=2754c8517fbfd392904372005db224b0") 50% 50% no-repeat transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.opening-container .opening-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 550px;
  height: 30px;
  margin-top: -15px;
  margin-left: -275px;
}
.page-top .header {
  border-bottom: 0;
}
.page-top .header .nav {
  margin-bottom: 29px;
}
.page-top .slide-container {
  margin-bottom: 60px;
}
.page-top .slide-container a {
  display: block;
}
.page-top .slide-container img {
  width: 100%;
}
.page-top .slide-container:before {
  padding-top: 54.6%;
}
.page-top .section-latest-updates {
  padding-bottom: 60px;
  line-height: 0;
  border-bottom: 1px solid #d2d2d2;
}
.page-top .section-latest-updates .container-news,
.page-top .section-latest-updates .container-magazine {
  float: left;
  width: 49.7%;
}
.page-top .section-latest-updates .container-news a,
.page-top .section-latest-updates .container-magazine a {
  display: block;
}
.page-top .section-latest-updates .container-news img,
.page-top .section-latest-updates .container-magazine img {
  width: 100%;
}
.page-top .section-latest-updates .container-news span,
.page-top .section-latest-updates .container-magazine span {
  display: inline;
}
.page-top .section-latest-updates .container-news .content-name,
.page-top .section-latest-updates .container-magazine .content-name {
  margin: 0 auto 37px;
  color: #c5ae87;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.page-top .section-latest-updates .container-news .content-name,
.page-top .section-latest-updates .container-magazine .content-name {
  margin: 0 auto 36px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
}
.page-top .section-latest-updates .container-news {
  margin-right: 0.6%;
}
.page-top .section-pick-up .page-heading {
  padding-top: 39px;
  padding-bottom: 48px;
  font-size: 30px;
}
.page-top .section-pick-up .item-container {
  margin-bottom: 42px;
}
.page-top .section-pick-up .item-list {
  display: block;
}
.page-top .section-pick-up .button-view-all {
  display: block;
  width: 240px;
  height: 48px;
  margin: 0 auto;
  background: url("images/top/button-view-all.png?hash=4f887fe2382c5cab10b24ea18b08d69d") left top no-repeat;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.page-top .section-pick-up .button-view-all:after {
  display: block;
  content: "";
  width: 240px;
  height: 48px;
  background: url("images/top/button-view-all-hover.png?hash=bc58886c10d72d2ad1fea9d68f9b12ed") left top no-repeat;
  opacity: 0;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.page-top .section-pick-up .button-view-all:hover {
  opacity: 1;
}
.page-top .section-pick-up .button-view-all:hover:after {
  opacity: 1;
}
.page-shop .page-heading {
  padding-bottom: 32px;
  letter-spacing: 0.1em;
  text-indent: 0.08em;
}
.page-shop .section-shop {
  padding: 0 11%;
}
.page-shop .section-shop .shop {
  margin-bottom: 68px;
}
.page-shop .section-shop h3 {
  margin-bottom: 15px;
  margin-left: -2px;
  font-size: 19px;
  color: #653a15;
  letter-spacing: 0.06em;
}
.page-shop .section-shop p {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.03em;
}
.page-shop .section-shop p.closed {
  margin-bottom: 1.1em;
}
.page-shop .section-shop p.add {
  padding-left: 28px;
  text-indent: -28px;
}
.page-shop .section-shop .tel {
  position: relative;
}
.page-shop .section-shop .tel:after {
  opacity: 1;
  bottom: -1px;
}
.page-shop .section-shop .button-map {
  position: relative;
  display: inline-block;
  width: 102px;
  height: 28px;
  margin-left: 16px;
  padding-left: 3px;
  color: #653a15;
  text-indent: 0;
  text-align: center;
  vertical-align: bottom;
  border: 1px solid #653a15;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.page-shop .section-shop .button-map:hover {
  color: #fff;
  background: #653a15;
}
.page-shop .footer {
  margin-top: 24px;
}
.page-collection .page-heading {
  padding-bottom: 0;
}
.page-collection .collection-name {
  display: block;
  padding-top: 18px;
  font-size: 16px;
  color: #653a15;
  letter-spacing: 0.099em;
}
.page-collection .slide-container {
  margin-top: 38px;
  margin-bottom: 36px;
}
.page-collection .slide-container:before {
  padding-top: 54.6%;
}
.page-collection .page-nav {
  margin-top: -16px;
}
.page-collection .page-nav a {
  position: relative;
  display: inline-block;
  color: #653a15;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.page-collection .page-nav a::after {
  position: absolute;
  top: 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
}
.page-collection .page-nav .prev {
  padding-right: 17px;
  float: right;
}
.page-collection .page-nav .prev::after {
  right: 0;
  background: url("images/collection/button-prev.png?hash=b742635077181752268f2cf5c1a92aa4") right top no-repeat;
}
.page-collection .page-nav .next {
  padding-left: 20px;
}
.page-collection .page-nav .next::after {
  left: 0;
  background: url("images/collection/button-next.png?hash=d8c83906164320f8c88a3f583c9ddc67") left top no-repeat;
}
.page-collection .category-container {
  width: 100%;
  padding: 18px 0;
  background-color: rgba(250,250,250,0.95);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.page-collection .category-container .category-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.page-collection .category-container .category-list li {
  padding: 0 24px;
}
.page-collection .category-container .category-list li a {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 1.76;
  color: #666;
  cursor: pointer;
}
.page-collection .category-container .category-list li.is-current a:after,
.page-collection .category-container .category-list li:hover a:after {
  opacity: 0.7;
  background-color: #666;
}
.page-collection .item-list-wrap {
  margin-top: 36px;
}
.page-collection .modal {
  padding: 0;
}
.page-collection .modal .modal-inner {
  width: 100%;
}
.page-collection .modal .modal-contents {
  position: relative;
  text-align: left;
  background-color: #fff;
}
.page-collection .modal .modal-header {
  width: 100%;
  white-space: normal;
  background-color: #fafafa;
}
.page-collection .modal .modal-header .container {
  padding: 24px 0;
}
.page-collection .modal .modal-header .button-back {
  position: absolute;
  left: 0;
  top: 27px;
  display: inline-block;
  padding-left: 20px;
  font-size: 14px;
  line-height: 16px;
  background: url("images/common/icon-arrow-back.png?hash=432ebfc635b90cabc0f5830d091ad04a") left top no-repeat;
}
.page-collection .modal .modal-header .heading {
  padding: 0 230px;
  text-align: center;
  line-height: 1.76;
}
.page-collection .modal .modal-header .logo {
  position: absolute;
  right: 0;
  top: 30px;
  line-height: 0;
}
.page-collection .modal .modal-header .logo a {
  display: block;
}
.page-collection .modal .modal-main .large-img {
  position: relative;
  width: 660px;
  margin: 0 auto;
  line-height: 0;
}
.page-collection .modal .modal-main .large-img .img-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.page-collection .modal .modal-main .large-img .img-container li {
  position: absolute;
  left: 0;
  top: 0;
}
.page-collection .modal .modal-main .thumbnails {
  margin-top: 18px;
  margin-bottom: 24px;
}
.page-collection .modal .modal-main .thumbnails li {
  position: relative;
  float: left;
  width: 60px;
  margin-right: 12px;
  line-height: 0;
  list-style: none;
  cursor: pointer;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.page-collection .modal .modal-main .thumbnails li:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #d2d2d2;
  opacity: 0;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.page-collection .modal .modal-main .thumbnails li img {
  width: 100%;
  border: 1px solid #dfdfdf;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-collection .modal .modal-main .thumbnails li.is-current:after,
.page-collection .modal .modal-main .thumbnails li:hover:after {
  opacity: 0.7;
}
.page-collection .modal .modal-main .thumbnails li.is-current {
  cursor: default;
}
.page-collection .modal .modal-main .thumbnails li.is-current img {
  border: 1px solid #fff;
}
.page-collection .modal .modal-footer {
  width: 100%;
  white-space: normal;
  background-color: #fafafa;
}
.page-collection .modal .modal-footer .container {
  padding-bottom: 30px;
}
.page-collection .modal .modal-footer .heading {
  padding: 18px 120px;
  text-align: center;
  font-size: 14px;
  line-height: 1.85;
}
.page-collection .modal .modal-footer a {
  display: block;
}
.page-collection .modal .modal-footer .button-online {
  position: relative;
  margin: 0 auto 24px;
  width: 180px;
  height: 40px;
  background: url("images/collection/button-online.png?hash=214b65bab4b7c4e313a567c936f95477") left top no-repeat;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.page-collection .modal .modal-footer .button-online:after {
  display: block;
  content: "";
  width: 180px;
  height: 40px;
  background: url("images/collection/button-online-hover.png?hash=1426c5c4f490f8f83f5cced6cdeb1b92") left top no-repeat;
  opacity: 0;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.page-collection .modal .modal-footer .button-online:hover {
  opacity: 1;
}
.page-collection .modal .modal-footer .button-online:hover:after {
  opacity: 1;
}
.page-collection .modal .modal-footer .sns {
  width: 58px;
  margin: 0 auto;
}
.page-collection .modal .modal-footer .sns li {
  float: left;
  width: 29px;
}
.page-collection .modal .modal-footer .button-facebook {
  width: 20px;
  height: 16px;
  background: url("images/common/buttons.png?hash=cfc69b2a255a3b3c46ea5db82e22ad9d") no-repeat;
  background-position: 0px 0px;
}
.page-collection .modal .modal-footer .button-twitter {
  margin-left: 4px;
  width: 20px;
  height: 16px;
  background: url("images/common/buttons.png?hash=cfc69b2a255a3b3c46ea5db82e22ad9d") no-repeat;
  background-position: 0px -162px;
}
.page-collection .modal .modal-footer .button-back {
  display: none;
}
.page-collection .modal .button-prev {
  left: 50px;
  width: 30px;
  height: 58px;
  background: url("images/common/buttons.png?hash=cfc69b2a255a3b3c46ea5db82e22ad9d") no-repeat;
  background-position: 0px -104px;
}
.page-collection .modal .button-next {
  right: 50px;
  width: 30px;
  height: 58px;
  background: url("images/common/buttons.png?hash=cfc69b2a255a3b3c46ea5db82e22ad9d") no-repeat;
  background-position: 0px -30px;
}
.page-collection .modal .button-prev,
.page-collection .modal .button-next {
  position: absolute;
  bottom: 50%;
  margin-bottom: -285px;
}
.page-collection .mw-overlay {
  background-color: #fafafa;
}
html.is-mw-over-width .page-collection .category-container {
  overflow-x: hidden;
  overflow-y: scroll;
}
.page-news .page-heading {
  letter-spacing: 0.1em;
  text-indent: -0.4em;
}
.page-news .section-news-list .news-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5%;
  margin-bottom: 25px;
}
.page-news .section-news-list .news-list li {
  width: 32.83582089552239%;
  margin-right: 0.497512437810945%;
  margin-bottom: 54px;
  font-size: 0;
}
.page-news .section-news-list .news-list li a {
  display: block;
}
.page-news .section-news-list .news-list li a {
  width: 100%;
  height: 100%;
}
.page-news .section-news-list .news-list li img {
  width: 100%;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.page-news .section-news-list .news-list li .heading-container {
  padding-top: 12px;
}
.page-news .section-news-list .news-list li .heading-container .text-container {
  padding: 0 20px;
  font-size: 15px;
  text-align: center;
}
.page-news .section-news-list .news-list li .heading-container .text-container span span {
  border-bottom: 1px solid rgba(102,102,102,0);
  -webkit-transition: border-color 1000ms, color 1000ms;
  -moz-transition: border-color 1000ms, color 1000ms;
  -o-transition: border-color 1000ms, color 1000ms;
  -ms-transition: border-color 1000ms, color 1000ms;
  transition: border-color 1000ms, color 1000ms;
}
.page-news .section-news-list .news-list li .heading-container .date {
  display: block;
  margin-bottom: 2.439024390243902%;
}
.page-news .section-news-list .news-list li .heading-container .date span {
  display: inline;
}
.page-news .section-news-list .news-list li .heading-container .heading {
  display: block;
  line-height: 1.55;
}
.page-news .section-news-list .news-list li .heading-container .heading span {
  display: inline;
}
.page-news .section-news-list .news-list li a:hover {
  opacity: 1;
}
.page-news .section-news-list .news-list li a:hover img {
  opacity: 0.7;
}
.page-news .section-news-list .news-list li a:hover .heading-container .text-container span span {
  border-color: #666;
}
.page-news .section-news-list .page-numbers {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.page-news .section-news-list .page-numbers li {
  padding: 0 16px;
}
.page-news .section-news-list .page-numbers li a,
.page-news .section-news-list .page-numbers li span {
  position: relative;
  display: block;
  padding: 0 5px;
  font-size: 13px;
  line-height: 1.69;
}
.page-news .section-news-list .page-numbers li .current:after {
  opacity: 1;
}
.page-news .section-news-list .page-numbers li .current:hover:after {
  opacity: 1;
}
.page-news .section-news-list .page-numbers li .next,
.page-news .section-news-list .page-numbers li .prev {
  padding: 0;
}
.page-news .section-news-detail {
  padding: 0;
}
.page-news .section-news-detail .article-date {
  margin-bottom: 4px;
  padding-top: 55px;
  font-size: 14px;
  color: #653a15;
}
.page-news .section-news-detail .article-heading {
  margin-bottom: 35px;
  font-size: 20px;
}
.page-news .section-news-detail .text-center {
  text-align: center;
}
.page-news .section-news-detail .detail-container {
  color: #4e4e4e;
}
.page-news .section-news-detail .detail-container p {
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 1.85em;
}
.page-news .section-news-detail .detail-container .detail .section {
  margin-bottom: 53px;
}
.page-news .section-news-detail .detail-container .detail a.link-underline {
  text-decoration: underline;
}
.page-news .section-news-detail .detail-container .detail p:last-child {
  margin-bottom: 0;
}
.page-news .section-news-detail .detail-container .detail .img-container {
  line-height: 0;
}
.page-news .section-news-detail .detail-container .detail .img-container img {
  width: 100%;
}
.page-news .section-news-detail .detail-container .detail .img-container img.img-left {
  float: left;
  width: 48.07692307692308%;
}
.page-news .section-news-detail .detail-container .detail .img-container img.img-right {
  float: right;
  width: 48.07692307692308%;
}
.page-news .section-news-detail .detail-container .detail.column-2 .section {
  width: 100%;
  margin-bottom: 60px;
}
.page-news .section-news-detail .detail-container .detail.column-2 .section > div {
  float: left;
  width: 48%;
}
.page-news .section-news-detail .detail-container .detail.column-2 .section > div:first-child {
  margin-right: 4%;
}
.page-news .section-news-detail .detail-container .detail.column-1 .section {
  width: 780px;
  margin: 0 auto 53px;
}
.page-news .section-news-detail .detail-container .detail.column-1 .img-container {
  margin-bottom: 35px;
  text-align: center;
}
.page-news .section-news-detail .detail-container .line-item {
  margin-top: 55px;
}
.page-news .section-news-detail .shop-info {
  width: 780px;
  padding: 24px 30px;
  margin: 0 auto 60px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-news .section-news-detail .shop-info .heading {
  margin-bottom: 7px;
  font-size: 17px;
}
.page-news .section-news-detail .shop-info p {
  line-height: 1.85;
  margin-bottom: 1.85em;
}
.page-news .section-news-detail .shop-info p:last-child {
  margin-bottom: 0;
}
.page-news .section-news-detail .shop-info a {
  position: relative;
}
.page-news .section-news-detail .shop-info a:after {
  opacity: 1;
}
.page-magazine .main {
  padding-bottom: 30px;
}
.page-magazine .main >.heading {
  margin-top: 28px;
  margin-bottom: 28px;
  color: #c5ae87;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
}
.page-magazine .button-view-all {
  display: block;
  width: 240px;
  height: 48px;
  margin: 0 auto;
  background: url("images/magazine/button-view-all.png?hash=4f887fe2382c5cab10b24ea18b08d69d") left top no-repeat;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.page-magazine .button-view-all:after {
  display: block;
  content: "";
  width: 240px;
  height: 48px;
  background: url("images/magazine/button-view-all-hover.png?hash=bc58886c10d72d2ad1fea9d68f9b12ed") left top no-repeat;
  opacity: 0;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.page-magazine .button-view-all:hover {
  opacity: 1;
}
.page-magazine .button-view-all:hover:after {
  opacity: 1;
}
.page-magazine .section-series {
  margin-bottom: 80px;
}
.page-magazine .section-series .series {
  margin-bottom: 42px;
}
.page-magazine .section-series .series li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
}
.page-magazine .section-series .series li:last-child {
  margin-bottom: 0;
}
.page-magazine .section-series .series li .thumbnail {
  width: 31%;
  line-height: 0;
}
.page-magazine .section-series .series li .thumbnail a {
  display: block;
}
.page-magazine .section-series .series li .thumbnail img {
  width: 100%;
}
.page-magazine .section-series .series li .detail {
  position: relative;
  width: 69%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-magazine .section-series .series li .detail .number {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
  color: #653a15;
  letter-spacing: normal;
}
.page-magazine .section-series .series li .detail .heading {
  margin-bottom: 2.898550724637681%;
  padding-top: 8.695652173913043%;
  font-size: 30px;
  line-height: 1.1;
  color: #653a15;
  font-weight: 600;
  text-indent: 0.1em;
}
.page-magazine .section-series .series li .detail .lead {
  margin-bottom: 6.376811594202898%;
  line-height: 1.53;
  letter-spacing: 0.05em;
}
.page-magazine .section-series .series li .detail a {
  padding: 0 10px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-magazine .section-series .series li .detail a .date {
  display: block;
  margin-bottom: 1px;
  line-height: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-magazine .section-series .series li .detail a .date {
    margin-bottom: 13px;
  }
}
.page-magazine .section-series .series li .detail a .date span {
  display: inline-block;
  padding-bottom: 4px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #666;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-magazine .section-series .series li .detail a .date span {
    padding-bottom: 6px;
  }
}
.page-magazine .section-series .series li .detail a .title {
  font-size: 18px;
  line-height: 1.67;
}
.page-magazine .section-series .series li .detail a .title span {
  line-height: 1.9;
  padding-bottom: 4px;
  vertical-align: top;
  border-bottom: 1px solid #666;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-magazine .section-series .series li .detail a .title span {
    padding-bottom: 3px;
  }
}
.page-magazine .section-series .series li.series-interview .detail .heading {
  padding-top: 5.797101449275362%;
}
.page-magazine .section-series .series li.series-interview .detail .number {
  left: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-magazine .section-series .series li.series-atelier .detail .number {
  left: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-magazine .section-series .series li.series-styling .detail .heading {
  padding-top: 5.797101449275362%;
}
.page-magazine .section-series .series li.series-styling .detail .number {
  left: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-magazine .section-series .series li.series-anelli .detail .number {
  left: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-magazine .section-series .series li.series-story .detail .number {
  left: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-magazine .section-back-number {
  padding-top: 30px;
  border-top: 1px solid #d2d2d2;
}
.page-magazine .section-back-number .button-view-all {
  margin-top: 39.737991266375545%;
  width: 160px;
  background: url("images/magazine/button-view-all-small.png?hash=d935c68a62d917ec4f0bb054fb15d51c") left top no-repeat;
}
.page-magazine .section-back-number .button-view-all:after {
  width: 160px;
  background: url("images/magazine/button-view-all-small-hover.png?hash=3bfc36a0f57c7f5ad0d6382b570a3752") left top no-repeat;
}
.page-magazine .section-back-number .heading {
  margin-bottom: 3.4%;
  color: #c5ae87;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
.page-magazine .section-back-number .back-number {
  margin-bottom: 6.800000000000001%;
}
.page-magazine .section-back-number .back-number:last-child {
  margin-bottom: 0;
}
.page-magazine .section-back-number .back-number .sub-heading {
  margin-left: 3%;
  margin-bottom: 1.9%;
  color: #653a15;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.page-magazine .section-back-number .back-number .article-container {
  position: relative;
  margin: 0 2.6%;
}
.page-magazine .section-back-number .back-number .article-container .slides {
  padding-bottom: 1px;
}
.page-magazine .section-back-number .back-number .article-container li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.421940928270042%;
  text-align: center;
  line-height: 1;
}
.page-magazine .section-back-number .back-number .article-container li a {
  display: block;
}
.page-magazine .section-back-number .back-number .article-container li .thumbnail {
  margin-bottom: 6.11353711790393%;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.page-magazine .section-back-number .back-number .article-container li .thumbnail img {
  width: 100%;
}
.page-magazine .section-back-number .back-number .article-container li .number {
  margin-bottom: 1.746724890829694%;
  color: #653a15;
  font-size: 26px;
  font-weight: 700;
}
.page-magazine .section-back-number .back-number .article-container li .heading {
  padding: 0 15px;
  font-size: 15px;
  color: #343434;
  font-weight: normal;
  line-height: 1.6;
}
.page-magazine .section-back-number .back-number .article-container li .heading span {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(102,102,102,0);
  -webkit-transition: border-color 1000ms, color 1000ms;
  -moz-transition: border-color 1000ms, color 1000ms;
  -o-transition: border-color 1000ms, color 1000ms;
  -ms-transition: border-color 1000ms, color 1000ms;
  transition: border-color 1000ms, color 1000ms;
}
.page-magazine .section-back-number .back-number .article-container li a:hover {
  opacity: 1;
}
@media (min-width: 769px) {
  .page-magazine .section-back-number .back-number .article-container li a:hover {
    opacity: 1;
  }
  .page-magazine .section-back-number .back-number .article-container li a:hover .thumbnail {
    opacity: 0.7;
  }
  .page-magazine .section-back-number .back-number .article-container li a:hover .heading span {
    border-color: #666;
  }
}
.page-magazine .section-back-number .back-number .article-container li.current .thumbnail {
  opacity: 0.7;
}
.page-magazine .section-back-number .back-number .article-container .button-prev,
.page-magazine .section-back-number .back-number .article-container .button-next {
  position: absolute;
  top: 0;
  width: 4.641350210970464%;
  height: 100%;
  z-index: 1;
}
.page-magazine .section-back-number .back-number .article-container .button-prev .button,
.page-magazine .section-back-number .back-number .article-container .button-next .button {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.page-magazine .section-back-number .back-number .article-container .button-prev .button::after,
.page-magazine .section-back-number .back-number .article-container .button-next .button::after {
  position: absolute;
  top: 0;
  margin-top: 240.9090909090909%;
  content: "";
  display: block;
}
.page-magazine .section-back-number .back-number .article-container .button-prev:hover,
.page-magazine .section-back-number .back-number .article-container .button-next:hover {
  opacity: 0.7;
}
.page-magazine .section-back-number .back-number .article-container .button-prev {
  left: 0;
  margin-left: -4.641350210970464%;
}
.page-magazine .section-back-number .back-number .article-container .button-prev .button::after {
  left: 41.66666666666667%;
  width: 9px;
  height: 16px;
  background: url("images/common/buttons.png?hash=cfc69b2a255a3b3c46ea5db82e22ad9d") no-repeat;
  background-position: 0px -88px;
}
.page-magazine .section-back-number .back-number .article-container .button-next {
  right: 0;
  margin-right: -4.641350210970464%;
}
.page-magazine .section-back-number .back-number .article-container .button-next .button::after {
  right: 41.66666666666667%;
  width: 8px;
  height: 14px;
  background: url("images/common/buttons.png?hash=cfc69b2a255a3b3c46ea5db82e22ad9d") no-repeat;
  background-position: 0px -16px;
}
.page-magazine .modal-inner {
  width: 970px;
}
.page-magazine .modal-contents:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.page-magazine .modal-contents .button-close {
  position: absolute;
  right: -10px;
  top: -55px;
  width: 45px;
  height: 45px;
  background: url("images/magazine/buttons.png?hash=b0d310a25ac64fa8d1f1f49f452cdd7e") no-repeat;
  background-position: 0px -784px;
  cursor: pointer;
}
.page-magazine .modal-contents .movie-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.page-magazine .modal-contents .movie-container iframe {
  width: 100%;
  height: 100%;
}
.page-magazine .mw-overlay {
  background-color: #fff;
}
.page-magazine.magazine-detail .main {
  padding-bottom: 5px;
}
.page-magazine.magazine-detail .footer {
  margin-top: 60px;
}
.page-magazine.magazine-detail .section-back-number {
  padding-top: 70px;
}
.page-magazine .header-magazine {
  border-bottom: 1px solid #d2d2d2;
}
.page-magazine .header-magazine .logo {
  position: relative;
  z-index: 1;
  padding-top: 39px;
  line-height: 0;
}
.page-magazine .header-magazine .logo a {
  display: block;
  width: 310px;
  margin: 0 auto;
}
.page-magazine .header-magazine .heading {
  margin-top: -15px;
  text-align: center;
}
.page-magazine .header-magazine .heading a {
  display: block;
}
.page-magazine .header-magazine .nav {
  margin-bottom: 0;
}
.page-magazine .header-magazine .page-links {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 15px;
}
.page-magazine .header-magazine .page-links li {
  padding: 0 30px;
}
.page-magazine .header-magazine .page-links li a:after,
.page-magazine .header-magazine .page-links li span:after {
  bottom: -1px;
}
.page-magazine .header-magazine .page-links li.current span:after {
  opacity: 1;
}
.page-magazine .article-number {
  position: absolute;
  left: 0;
  top: -44px;
  z-index: 2;
  width: 100%;
  letter-spacing: normal;
  font-size: 74px;
  line-height: 1;
  color: #653a15;
  font-weight: 600;
  text-align: center;
}
.page-magazine .article-number span {
  display: inline-block;
  border-bottom: 1px solid #673d18;
}
.page-magazine .section-items {
  padding-bottom: 75px;
  border-top: 1px solid #d2d2d2;
}
.page-magazine .section-items .page-heading {
  padding: 76px 0 45px;
  letter-spacing: 0.05em;
}
.page-magazine .section-items .item-container {
  min-height: auto;
  padding: 0;
  background-color: transparent;
}
.page-magazine .section-items .item-container .item-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.page-magazine .section-items .item-container .item-list li {
  position: relative;
  width: 24.6%;
  margin-right: 0.5%;
  margin-bottom: 0.5%;
  overflow: hidden;
}
.page-magazine .section-items .item-container .item-list li:nth-child(4n) {
  margin-right: 0;
}
.page-magazine .section-items .item-container .item-list li a {
  display: block;
}
.page-magazine .section-items .item-container .item-list li span {
  cursor: default;
}
.page-magazine .section-items .item-container .item-list li a span {
  cursor: pointer;
}
.page-magazine .section-items .item-container .item-contact {
  margin-bottom: 12px;
  margin-top: 44px;
  text-align: center;
}
.page-magazine .section-items .item-container .item-contact .tel {
  text-decoration: underline;
}
.page-magazine .section-paging {
  border-top: 1px solid #d2d2d2;
}
.page-magazine .section-paging .paging {
  width: 100%;
  margin: 0;
  padding: 26px 0 25px;
}
.page-magazine .section-paging .paging li {
  width: 50%;
  letter-spacing: 0.12em;
}
.page-magazine .section-paging .paging li.prev {
  float: left;
  padding-right: 0;
  margin-right: 0;
}
.page-magazine .section-paging .paging li.prev a {
  padding-left: 28px;
}
.page-magazine .section-paging .paging li.next {
  float: right;
  padding-left: 0;
  text-align: right;
}
.page-magazine .section-paging .paging li.next a {
  padding-right: 28px;
}
.page-magazine .section-paging .paging li a {
  display: block;
  height: 58px;
  line-height: 58px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-magazine .section-paging .paging li a span {
  font-size: 18px;
}
.page-magazine .section-paging .paging .button-next {
  width: 8px;
  height: 14px;
  background: url("images/common/buttons.png?hash=cfc69b2a255a3b3c46ea5db82e22ad9d") no-repeat;
  background-position: 0px -16px;
}
.page-magazine .section-paging .paging .button-prev {
  width: 9px;
  height: 16px;
  background: url("images/common/buttons.png?hash=cfc69b2a255a3b3c46ea5db82e22ad9d") no-repeat;
  background-position: 0px -88px;
}
.page-magazine .section-paging .paging .button-prev,
.page-magazine .section-paging .paging .button-next {
  top: 50%;
  margin-top: -8px;
}
.page-magazine .sns-container a {
  display: block;
}
.page-magazine .sns li {
  padding: 0 6px;
}
.page-magazine .sns li:first-child {
  line-height: 16px;
}
.page-magazine .button-facebook {
  width: 20px;
  height: 16px;
  background: url("images/common/buttons.png?hash=cfc69b2a255a3b3c46ea5db82e22ad9d") no-repeat;
  background-position: 0px 0px;
}
.page-magazine .button-twitter {
  margin-left: 4px;
  width: 20px;
  height: 16px;
  background: url("images/common/buttons.png?hash=cfc69b2a255a3b3c46ea5db82e22ad9d") no-repeat;
  background-position: 0px -162px;
}
.page-magazine .section-moment {
  overflow: hidden;
}
.page-magazine .section-moment .page-heading {
  padding-top: 47px;
  padding-bottom: 56px;
  line-height: 1.2;
}
.page-magazine .section-moment .visual-container {
  position: relative;
}
.page-magazine .section-moment .visual-container .visual {
  line-height: 0;
}
.page-magazine .section-moment .visual-container .visual img {
  width: 100%;
}
.page-magazine .section-moment .intro-container {
  padding: 0 80px;
}
.page-magazine .section-moment .catch {
  position: relative;
  margin-bottom: 33px;
  padding: 33px 0;
  font-size: 26px;
  line-height: 1.38;
  font-weight: bold;
  text-align: center;
}
.page-magazine .section-moment .catch:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  margin-left: -25px;
  background-color: #4c4c4c;
}
.page-magazine .section-moment .text {
  margin-bottom: 72px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: -0.05em;
}
.page-magazine .section-moment .contents-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-magazine .section-moment .contents-wrap li:nth-child(even) .img-container {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.page-magazine .section-moment .contents-wrap li:nth-child(even) .detail-container {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  padding-right: 35px;
  padding-left: 0;
}
.page-magazine .section-moment .contents-wrap li:nth-child(even) .detail-container .detail {
  vertical-align: bottom;
}
.page-magazine .section-moment .contents-wrap li .img-container {
  width: 50%;
  line-height: 0;
}
.page-magazine .section-moment .contents-wrap li .img-container img {
  width: 100%;
}
.page-magazine .section-moment .contents-wrap li .detail-container {
  position: relative;
  width: 50%;
  padding-left: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-magazine .section-moment .contents-wrap li .detail-container .detail {
  display: table-cell;
  vertical-align: middle;
}
.page-magazine .section-moment .contents-wrap li .detail-container .catch {
  padding-top: 0;
  text-align: left;
}
.page-magazine .section-moment .contents-wrap li .detail-container .catch:after {
  left: 0;
  margin-left: 0;
}
.page-magazine .section-moment .contents-wrap li .detail-container .text {
  margin-bottom: 1.8em;
}
.page-magazine .section-moment .contents-wrap li .detail-container .text:last-child {
  margin-bottom: 0;
}
.page-magazine .section-moment .sns-container {
  float: right;
  margin-right: -6px;
  padding: 80px 0;
}
.page-magazine .section-moment .sns-container a {
  display: block;
}
.page-magazine .section-moment .sns li {
  float: left;
}
.page-magazine .section-moment .sns li:first-child {
  padding: 0 8px;
}
.page-magazine .section-moment.moment-1 .contents-wrap li:nth-child(1) .detail-container .text {
  letter-spacing: -0.14em;
}
.page-magazine .section-moment.moment-1 .contents-wrap li:nth-child(2) .detail-container .text {
  letter-spacing: -0.1em;
}
.page-magazine .section-moment.moment-2 .contents-wrap li:nth-child(1) {
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.page-magazine .section-moment.moment-2 .contents-wrap li:nth-child(1) .detail-container .text {
  padding-top: 120px;
  letter-spacing: -0.1em;
}
.page-magazine .section-moment.moment-2 .contents-wrap li:nth-child(2) {
  margin-top: -375px;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.page-magazine .section-moment.moment-2 .contents-wrap li:nth-child(2) .detail-container .text {
  letter-spacing: -0.1em;
}
.page-magazine .section-moment.moment-3 .contents-wrap li:nth-child(1) .detail-container .text {
  letter-spacing: -0.1em;
}
.page-magazine .section-moment.moment-3 .contents-wrap li:nth-child(2) .detail-container .text {
  letter-spacing: -0.1em;
}
.page-magazine .section-moment.moment-4 .intro-container .text {
  letter-spacing: -0.8px;
}
.page-magazine .section-moment.moment-4 .contents-wrap li:nth-child(1) .detail-container .text {
  letter-spacing: -1px;
}
.page-magazine .section-moment.moment-4 .contents-wrap li:nth-child(2) .detail-container .text {
  letter-spacing: -0.1em;
}
.page-magazine .section-moment.moment-5 .intro-container .text {
  margin-bottom: 1.8em;
}
.page-magazine .section-moment.moment-5 .intro-container .text:last-child {
  margin-bottom: 72px;
}
.page-magazine .section-moment.moment-5 .contents-wrap li:nth-child(1) .detail-container .text {
  letter-spacing: -1px;
}
.page-magazine .section-moment.moment-5 .contents-wrap li:nth-child(2) .detail-container .text {
  letter-spacing: -0.1em;
}
.page-magazine .section-moment.moment-6 .intro-container .text {
  margin-bottom: 1.8em;
}
.page-magazine .section-moment.moment-6 .intro-container .text:last-child {
  margin-bottom: 65px;
}
.page-magazine .section-moment.moment-6 .contents-wrap li {
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.page-magazine .section-moment.moment-6 .contents-wrap li:nth-child(1) {
  margin-bottom: 66px;
}
.page-magazine .section-moment.moment-6 .contents-wrap li:nth-child(1) .img-container {
  margin-top: 8px;
}
.page-magazine .section-moment.moment-6 .contents-wrap li:nth-child(1) .detail-container .detail {
  display: block;
}
.page-magazine .section-moment.moment-6 .contents-wrap li:nth-child(1) .detail-container .text {
  letter-spacing: -0.1em;
}
.page-magazine .section-moment.moment-6 .contents-wrap li:nth-child(1) .detail-container .text:nth-child(2) {
  margin-bottom: 3.6em;
}
.page-magazine .section-moment.moment-6 .contents-wrap li:nth-child(2) .img-container {
  margin-top: 7px;
}
.page-magazine .section-moment.moment-6 .contents-wrap li:nth-child(2) .detail-container .text {
  letter-spacing: -0.1em;
}
.page-magazine .section-moment.moment-7 .intro-container {
  margin-bottom: 73px;
}
.page-magazine .section-moment.moment-7 .intro-container .text {
  margin-bottom: 1.8em;
}
.page-magazine .section-moment.moment-7 .intro-container .text:last-child {
  margin-bottom: 0;
}
.page-magazine .section-moment.moment-7 .contents-wrap li:last-child {
  margin-top: 72px;
}
.page-magazine .section-moment.moment-7 .contents-wrap li:last-child .detail-container {
  width: 100%;
  margin-left: 46px;
}
.page-magazine .section-moment.moment-8 .intro-container {
  margin-bottom: 73px;
}
.page-magazine .section-moment.moment-8 .intro-container .text {
  margin-bottom: 1.8em;
}
.page-magazine .section-moment.moment-8 .intro-container .text:last-child {
  margin-bottom: 0;
}
.page-magazine .section-moment.moment-8 .contents-wrap li:nth-child(1) .detail-container .text {
  letter-spacing: -0.08em;
}
.page-magazine .section-moment.moment-8 .contents-wrap li:nth-child(2) {
  margin-bottom: 72px;
}
.page-magazine .section-moment.moment-8 .contents-wrap li:last-child .detail-container {
  width: 100%;
  margin-left: 46px;
  margin-right: 90px;
}
.page-magazine .section-moment.moment-9 .intro-container {
  margin-bottom: 73px;
}
.page-magazine .section-moment.moment-9 .intro-container .text {
  margin-bottom: 1.8em;
}
.page-magazine .section-moment.moment-9 .intro-container .text:last-child {
  margin-bottom: 0;
}
.page-magazine .section-moment.moment-9 .intro-container .paragraph {
  margin-bottom: 3.6em;
}
.page-magazine .section-moment.moment-9 .contents-wrap li:nth-child(1) .detail-container .text {
  letter-spacing: -0.08em;
}
.page-magazine .section-moment.moment-9 .contents-wrap li:nth-child(1) .detail-container .text:nth-child(1),
.page-magazine .section-moment.moment-9 .contents-wrap li:nth-child(1) .detail-container .text:nth-child(3) {
  letter-spacing: -0.12em;
}
.page-magazine .section-moment.moment-9 .contents-wrap li:nth-child(2) {
  margin-bottom: 72px;
}
.page-magazine .section-moment.moment-9 .contents-wrap li:last-child .detail-container {
  width: 100%;
  margin-left: 46px;
  margin-right: 90px;
}
.page-magazine .section-moment.moment-10 .intro-container {
  margin-bottom: 73px;
}
.page-magazine .section-moment.moment-10 .intro-container .text {
  margin-bottom: 1.8em;
}
.page-magazine .section-moment.moment-10 .intro-container .text:last-child {
  margin-bottom: 0;
}
.page-magazine .section-moment.moment-10 .intro-container .paragraph {
  margin-bottom: 3.6em;
}
.page-magazine .section-moment.moment-10 .contents-wrap li:nth-child(1) .detail-container .text {
  letter-spacing: -0.08em;
}
.page-magazine .section-moment.moment-10 .contents-wrap li:nth-child(1) .detail-container .text:nth-child(1),
.page-magazine .section-moment.moment-10 .contents-wrap li:nth-child(1) .detail-container .text:nth-child(3) {
  letter-spacing: -0.12em;
}
.page-magazine .section-moment.moment-10 .contents-wrap li:nth-child(2) {
  margin-bottom: 72px;
}
.page-magazine .section-moment.moment-10 .contents-wrap li:nth-child(2) .detail-container .text:nth-child(1) {
  letter-spacing: -0.08em;
}
.page-magazine .section-moment.moment-10 .contents-wrap li:last-child .detail-container {
  width: 100%;
  margin-left: 46px;
  margin-right: 90px;
}
.page-magazine .section-moment.story-template .page-heading {
  padding-bottom: 20px;
}
.page-magazine .section-moment.story-template .visual-container .article-number {
  top: -9px;
}
.page-magazine .section-moment.story-template .sns-container {
  padding-top: 90px;
}
.page-magazine .section-moment.story-template .movie {
  padding: 30px 0;
}
.page-magazine .section-moment.story-template .movie .movie-container {
  width: 100%;
  position: relative;
  width: 667px;
  margin: 0 auto;
  line-height: 1;
  font-size: 0;
}
.page-magazine .section-moment.story-template .movie .movie-container::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.page-magazine .section-moment.story-template .movie .movie-container > * {
  position: absolute;
}
.page-magazine .section-moment.story-template .movie .movie-contents {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 56.25%;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.page-magazine .section-moment.story-template .movie .movie-contents iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.page-magazine .section-moment.story-template .movie .movie-button {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.page-magazine .section-moment.story-template .movie .movie-button img {
  width: 100%;
}
.page-magazine .section-moment.story-template .movie .movie-button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
}
.page-magazine .section-moment.story-template .movie .movie-button .thumbnail {
  position: relative;
  -webkit-transition: opacity 1000ms ease-in-out;
  -moz-transition: opacity 1000ms ease-in-out;
  -o-transition: opacity 1000ms ease-in-out;
  -ms-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;
}
.page-magazine .section-moment.story-template .movie .movie-button .play-icon {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border: 1px solid #653a15;
  border-radius: 50%;
  -webkit-transition: opacity 1000ms ease-in-out;
  -moz-transition: opacity 1000ms ease-in-out;
  -o-transition: opacity 1000ms ease-in-out;
  -ms-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;
}
.page-magazine .section-moment.story-template .movie .movie-button .play-icon::before {
  content: "";
  display: block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  margin-left: 6px;
  border-style: solid;
  border-width: 18px 0 18px 26px;
  border-color: transparent transparent transparent #653a15;
}
.page-magazine .section-moment.story-template .movie .movie-button:hover .thumbnail,
.page-magazine .section-moment.story-template .movie .movie-button:hover .play-icon {
  opacity: 0.7;
}
.page-magazine .section-moment.story-template .title {
  padding: 23px 0;
  color: #4e4e4e;
  font-size: 26px;
  line-height: 1.38;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
}
.page-magazine .section-moment.story-template .visual-container + .title {
  padding-top: 120px;
}
.page-magazine .section-moment.story-template .lead {
  padding: 24px 80px;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
.page-magazine .section-moment.story-template .lead p:not(:last-child) {
  margin-bottom: 1.8em;
}
.page-magazine .section-moment.story-template .visual-container + .lead {
  padding-top: 120px;
}
.page-magazine .section-moment.story-template .img-list {
  padding: 30px 0 25px;
}
.page-magazine .section-moment.story-template .img-list.column-4 li {
  width: calc(25% - 5px);
}
.page-magazine .section-moment.story-template .img-list.column-3 li {
  width: calc(33.333% - 5px);
}
.page-magazine .section-moment.story-template .img-list.column-2 li {
  width: calc(50% - 5px);
}
.page-magazine .section-moment.story-template .img-list.column-1 {
  padding-left: 15%;
  padding-right: 15%;
}
.page-magazine .section-moment.story-template .img-list.column-1 li {
  width: calc(100% - 5px);
}
.page-magazine .section-moment.story-template .img-list img {
  vertical-align: top;
}
.page-magazine .section-moment.story-template .img-list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
}
.page-magazine .section-moment.story-template .img-list li {
  width: 330px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.page-magazine .section-moment.story-template .img-list li img {
  width: 100%;
}
.page-magazine .section-atelier {
  max-width: none;
  margin-bottom: 79px;
  overflow: hidden;
}
.page-magazine .section-atelier .page-heading {
  padding-top: 40px;
  padding-bottom: 56px;
  letter-spacing: 0.05em;
}
.page-magazine .section-atelier .visual-container {
  position: relative;
}
.page-magazine .section-atelier .visual {
  position: relative;
  left: 50%;
  top: 0;
  width: 1280px;
  margin-left: -640px;
  line-height: 0;
}
.page-magazine .section-atelier .slide-container .slide-container-text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
}
.page-magazine .section-atelier .slide-container .slide-container-text .slide {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
}
.page-magazine .section-atelier .slide-container .slide-container-text .slide li {
  width: 500px;
  height: 416px;
  position: absolute;
  left: 50%;
  top: 95px;
  padding: 26px 40px 0;
  background-color: #fafafa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-magazine .section-atelier .slide-container .title {
  margin-bottom: 31px;
  color: #c5ae87;
  font-weight: bold;
  font-size: 15px;
}
.page-magazine .section-atelier .slide-container .button-prev,
.page-magazine .section-atelier .slide-container .button-next {
  z-index: 2;
  top: 319px;
  left: 50%;
  margin-top: 0;
}
.page-magazine .section-atelier .slide-container .button-prev:after,
.page-magazine .section-atelier .slide-container .button-next:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 25px;
  height: 49px;
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.page-magazine .section-atelier .slide-container .button-prev:hover,
.page-magazine .section-atelier .slide-container .button-next:hover {
  opacity: 1;
}
.page-magazine .section-atelier .slide-container .button-prev:hover:after,
.page-magazine .section-atelier .slide-container .button-next:hover:after {
  opacity: 1;
}
.page-magazine .section-atelier .slide-container .button-prev {
  margin-left: 5px;
  width: 25px;
  height: 49px;
  background: url("images/magazine/buttons.png?hash=b0d310a25ac64fa8d1f1f49f452cdd7e") no-repeat;
  background-position: 0px -735px;
}
.page-magazine .section-atelier .slide-container .button-prev:after {
  background: url("images/magazine/atelier-button-prev-hover.png?hash=eb86fc5b4b7ab14d5e17498eef35e2d4") left top no-repeat transparent;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.page-magazine .section-atelier .slide-container .button-next {
  margin-left: 470px;
  width: 25px;
  height: 49px;
  background: url("images/magazine/buttons.png?hash=b0d310a25ac64fa8d1f1f49f452cdd7e") no-repeat;
  background-position: 0px -686px;
}
.page-magazine .section-atelier .slide-container .button-next:after {
  background: url("images/magazine/atelier-button-next-hover.png?hash=c276d4407b84695f11a73b2c19249c82") left top no-repeat transparent;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.page-magazine .section-atelier .slide-container .slide-paginations {
  position: absolute;
  left: 50%;
  top: 503px;
  z-index: 2;
  width: 500px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.page-magazine .section-atelier .slide-container .slide-paginations span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 1px;
  padding: 20px 10px;
  margin: 0 8px;
  cursor: pointer;
}
.page-magazine .section-atelier .slide-container .slide-paginations span:before {
  display: block;
  content: "";
  opacity: 0;
  width: 20px;
  height: 1px;
  background-color: #343434;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.page-magazine .section-atelier .slide-container .slide-paginations span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: -1px;
  display: block;
}
.page-magazine .section-atelier .slide-container .slide-paginations span:nth-child(1):after {
  content: '1';
}
.page-magazine .section-atelier .slide-container .slide-paginations span:nth-child(2):after {
  content: '2';
}
.page-magazine .section-atelier .slide-container .slide-paginations span:nth-child(3):after {
  content: '3';
}
.page-magazine .section-atelier .slide-container .slide-paginations span:nth-child(4):after {
  content: '4';
}
.page-magazine .section-atelier .slide-container .slide-paginations span:nth-child(5):after {
  content: '5';
}
.page-magazine .section-atelier .slide-container .slide-paginations span:nth-child(6):after {
  content: '6';
}
.page-magazine .section-atelier .slide-container .slide-paginations span:nth-child(7):after {
  content: '7';
}
.page-magazine .section-atelier .slide-container .slide-paginations span:nth-child(8):after {
  content: '8';
}
.page-magazine .section-atelier .slide-container .slide-paginations span:nth-child(9):after {
  content: '9';
}
.page-magazine .section-atelier .slide-container .slide-paginations span:nth-child(10):after {
  content: '10';
}
.page-magazine .section-atelier .slide-container .slide-paginations span.is-current {
  cursor: default;
}
.page-magazine .section-atelier .slide-container .slide-paginations span.is-current:before,
.page-magazine .section-atelier .slide-container .slide-paginations span:hover:before {
  opacity: 1;
}
.page-magazine .section-atelier .slide-container .catch {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
}
.page-magazine .section-atelier .slide-container .text {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: -0.06em;
}
.page-magazine .section-atelier .tips {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 500px;
  height: 544px;
  margin-top: -273px;
  padding: 20px 40px 0;
  background-color: #fafafa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-magazine .section-atelier .tips .heading {
  position: relative;
  font-size: 26px;
  line-height: 2.4;
  color: #c5ae87;
  text-align: center;
}
.page-magazine .section-atelier .tips .heading:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #4c4c4c;
}
.page-magazine .section-atelier .tips .sns-container {
  position: absolute;
  left: 0;
  bottom: 41px;
  width: 100%;
}
.page-magazine .section-atelier .tips .sns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 0.1em;
}
.page-magazine .section-atelier.atelier-1 .slide-container .button-prev {
  width: 25px;
  height: 49px;
  background: url("images/magazine/buttons.png?hash=b0d310a25ac64fa8d1f1f49f452cdd7e") no-repeat;
  background-position: 0px -49px;
}
.page-magazine .section-atelier.atelier-1 .slide-container .button-prev:after {
  background: url("images/magazine/atelier-1-button-prev-hover.png?hash=f3d53e840effad5c93b40d0386ea5e30") left top no-repeat transparent;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.page-magazine .section-atelier.atelier-1 .slide-container .button-next {
  width: 25px;
  height: 49px;
  background: url("images/magazine/buttons.png?hash=b0d310a25ac64fa8d1f1f49f452cdd7e") no-repeat;
  background-position: 0px 0px;
}
.page-magazine .section-atelier.atelier-1 .slide-container .button-next:after {
  background: url("images/magazine/atelier-1-button-next-hover.png?hash=e39e60e42517a18000b3dd340462c8cf") left top no-repeat transparent;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.page-magazine .section-atelier.atelier-1 .slide-container .slide-paginations {
  top: 482px;
}
.page-magazine .section-atelier.atelier-1 .tips {
  height: 500px;
  margin-top: -250px;
}
.page-magazine .section-atelier.atelier-2 .slide-container .slide-container-text .slide li {
  top: 78px;
}
.page-magazine .section-atelier.atelier-2 .slide-container .button-prev {
  width: 25px;
  height: 49px;
  background: url("images/magazine/buttons.png?hash=b0d310a25ac64fa8d1f1f49f452cdd7e") no-repeat;
  background-position: 0px -147px;
}
.page-magazine .section-atelier.atelier-2 .slide-container .button-prev:after {
  background: url("images/magazine/atelier-2-button-prev-hover.png?hash=eb86fc5b4b7ab14d5e17498eef35e2d4") left top no-repeat transparent;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.page-magazine .section-atelier.atelier-2 .slide-container .button-next {
  width: 25px;
  height: 49px;
  background: url("images/magazine/buttons.png?hash=b0d310a25ac64fa8d1f1f49f452cdd7e") no-repeat;
  background-position: 0px -98px;
}
.page-magazine .section-atelier.atelier-2 .slide-container .button-next:after {
  background: url("images/magazine/atelier-2-button-next-hover.png?hash=aa56dd6ead9d53e87057a752b8a8be51") left top no-repeat transparent;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.page-magazine .section-atelier.atelier-2 .slide-container .slide-paginations {
  top: 499px;
}
.page-magazine .section-atelier.atelier-2 .tips {
  height: 534px;
  margin-top: -267px;
}
.page-magazine .section-atelier.atelier-3 .slide-container .slide-container-text .slide li {
  top: 65px;
}
.page-magazine .section-atelier.atelier-3 .slide-container .button-prev {
  width: 25px;
  height: 49px;
  background: url("images/magazine/buttons.png?hash=b0d310a25ac64fa8d1f1f49f452cdd7e") no-repeat;
  background-position: 0px -245px;
}
.page-magazine .section-atelier.atelier-3 .slide-container .button-prev:after {
  background: url("images/magazine/atelier-3-button-prev-hover.png?hash=eb86fc5b4b7ab14d5e17498eef35e2d4") left top no-repeat transparent;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.page-magazine .section-atelier.atelier-3 .slide-container .button-next {
  width: 25px;
  height: 49px;
  background: url("images/magazine/buttons.png?hash=b0d310a25ac64fa8d1f1f49f452cdd7e") no-repeat;
  background-position: 0px -196px;
}
.page-magazine .section-atelier.atelier-3 .slide-container .button-next:after {
  background: url("images/magazine/atelier-3-button-next-hover.png?hash=d001ed1dc7153edf7605615429b578fe") left top no-repeat transparent;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.page-magazine .section-atelier.atelier-3 .slide-container .slide-paginations {
  top: 512px;
}
.page-magazine .section-atelier.atelier-3 .tips {
  height: 560px;
  margin-top: -280px;
}
.page-magazine .section-atelier.atelier-4 .slide-container .slide-container-text .slide li {
  top: 65px;
}
.page-magazine .section-atelier.atelier-4 .slide-container .button-prev {
  width: 25px;
  height: 49px;
  background: url("images/magazine/buttons.png?hash=b0d310a25ac64fa8d1f1f49f452cdd7e") no-repeat;
  background-position: 0px -343px;
}
.page-magazine .section-atelier.atelier-4 .slide-container .button-prev:after {
  background: url("images/magazine/atelier-4-button-prev-hover.png?hash=e786e80787e24e0fda69586749dcbbc4") left top no-repeat transparent;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.page-magazine .section-atelier.atelier-4 .slide-container .button-next {
  width: 25px;
  height: 49px;
  background: url("images/magazine/buttons.png?hash=b0d310a25ac64fa8d1f1f49f452cdd7e") no-repeat;
  background-position: 0px -294px;
}
.page-magazine .section-atelier.atelier-4 .slide-container .button-next:after {
  background: url("images/magazine/atelier-4-button-next-hover.png?hash=cca4d22c71a88ef5f3a54715f21b9735") left top no-repeat transparent;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.page-magazine .section-atelier.atelier-4 .slide-container .slide-paginations {
  top: 512px;
}
.page-magazine .section-atelier.atelier-4 .tips {
  height: 560px;
  margin-top: -280px;
}
.page-magazine .section-atelier.atelier-5 .slide-container .slide-container-text .slide li {
  top: 70px;
  height: 446px;
}
.page-magazine .section-atelier.atelier-5 .slide-container .button-prev {
  width: 25px;
  height: 49px;
  background: url("images/magazine/buttons.png?hash=b0d310a25ac64fa8d1f1f49f452cdd7e") no-repeat;
  background-position: 0px -441px;
}
.page-magazine .section-atelier.atelier-5 .slide-container .button-prev:after {
  background: url("images/magazine/atelier-5-button-prev-hover.png?hash=eb86fc5b4b7ab14d5e17498eef35e2d4") left top no-repeat transparent;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.page-magazine .section-atelier.atelier-5 .slide-container .button-next {
  width: 25px;
  height: 49px;
  background: url("images/magazine/buttons.png?hash=b0d310a25ac64fa8d1f1f49f452cdd7e") no-repeat;
  background-position: 0px -392px;
}
.page-magazine .section-atelier.atelier-5 .slide-container .button-next:after {
  background: url("images/magazine/atelier-5-button-next-hover.png?hash=d001ed1dc7153edf7605615429b578fe") left top no-repeat transparent;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.page-magazine .section-atelier.atelier-5 .slide-container .slide-paginations {
  top: 521px;
}
.page-magazine .section-atelier.atelier-5 .tips {
  height: 578px;
  margin-top: -289px;
}
.page-magazine .section-atelier.atelier-6 .slide-container .slide-container-text .slide li {
  top: 70px;
  height: 446px;
}
.page-magazine .section-atelier.atelier-6 .slide-container .button-prev {
  width: 25px;
  height: 49px;
  background: url("images/magazine/buttons.png?hash=b0d310a25ac64fa8d1f1f49f452cdd7e") no-repeat;
  background-position: 0px -539px;
}
.page-magazine .section-atelier.atelier-6 .slide-container .button-prev:after {
  background: url("images/magazine/atelier-6-button-prev-hover.png?hash=eb86fc5b4b7ab14d5e17498eef35e2d4") left top no-repeat transparent;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.page-magazine .section-atelier.atelier-6 .slide-container .button-next {
  width: 25px;
  height: 49px;
  background: url("images/magazine/buttons.png?hash=b0d310a25ac64fa8d1f1f49f452cdd7e") no-repeat;
  background-position: 0px -490px;
}
.page-magazine .section-atelier.atelier-6 .slide-container .button-next:after {
  background: url("images/magazine/atelier-6-button-next-hover.png?hash=3fc95592efab18d58cac8f5fdf742c31") left top no-repeat transparent;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.page-magazine .section-atelier.atelier-6 .slide-container .slide-paginations {
  top: 521px;
}
.page-magazine .section-atelier.atelier-6 .tips {
  height: 578px;
  margin-top: -289px;
}
.page-magazine .section-atelier.atelier-7 .slide-container .slide-container-text .slide li {
  top: 70px;
  height: 446px;
}
.page-magazine .section-atelier.atelier-7 .slide-container .button-prev {
  width: 25px;
  height: 49px;
  background: url("images/magazine/buttons.png?hash=b0d310a25ac64fa8d1f1f49f452cdd7e") no-repeat;
  background-position: 0px -637px;
}
.page-magazine .section-atelier.atelier-7 .slide-container .button-prev:after {
  background: url("images/magazine/atelier-7-button-prev-hover.png?hash=eb86fc5b4b7ab14d5e17498eef35e2d4") left top no-repeat transparent;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.page-magazine .section-atelier.atelier-7 .slide-container .button-next {
  width: 25px;
  height: 49px;
  background: url("images/magazine/buttons.png?hash=b0d310a25ac64fa8d1f1f49f452cdd7e") no-repeat;
  background-position: 0px -588px;
}
.page-magazine .section-atelier.atelier-7 .slide-container .button-next:after {
  background: url("images/magazine/atelier-7-button-next-hover.png?hash=c276d4407b84695f11a73b2c19249c82") left top no-repeat transparent;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.page-magazine .section-atelier.atelier-7 .slide-container .slide-paginations {
  top: 521px;
}
.page-magazine .section-atelier.atelier-7 .tips {
  height: 578px;
  margin-top: -289px;
}
.page-magazine .section-atelier.atelier-1 .slide-container .slide-container-text .slide,
.page-magazine .section-atelier.atelier-2 .slide-container .slide-container-text .slide,
.page-magazine .section-atelier.atelier-3 .slide-container .slide-container-text .slide,
.page-magazine .section-atelier.atelier-4 .slide-container .slide-container-text .slide,
.page-magazine .section-atelier.atelier-5 .slide-container .slide-container-text .slide,
.page-magazine .section-atelier.atelier-6 .slide-container .slide-container-text .slide,
.page-magazine .section-atelier.atelier-7 .slide-container .slide-container-text .slide {
  padding-bottom: 70px;
}
.page-magazine .section-atelier.atelier-1 .slide-container .slide-container-text .slide li,
.page-magazine .section-atelier.atelier-2 .slide-container .slide-container-text .slide li,
.page-magazine .section-atelier.atelier-3 .slide-container .slide-container-text .slide li,
.page-magazine .section-atelier.atelier-4 .slide-container .slide-container-text .slide li,
.page-magazine .section-atelier.atelier-5 .slide-container .slide-container-text .slide li,
.page-magazine .section-atelier.atelier-6 .slide-container .slide-container-text .slide li,
.page-magazine .section-atelier.atelier-7 .slide-container .slide-container-text .slide li {
  height: 430px;
}
.page-magazine .section-interview {
  overflow: hidden;
}
.page-magazine .section-interview .page-heading {
  padding-top: 40px;
  padding-bottom: 56px;
}
.page-magazine .section-interview .article-number {
  top: -33px;
}
.page-magazine .section-interview .module-container {
  padding-bottom: 40px;
}
.page-magazine .section-interview .module-container .text {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: -0.08em;
}
.page-magazine .section-interview .module-container .block .heading {
  color: #653a15;
  font-size: 18px;
  font-weight: bold;
}
.page-magazine .section-interview .module-container .block .img {
  font-size: 0;
  line-height: 1;
}
.page-magazine .section-interview .module-container .block .img img {
  width: 100%;
}
.page-magazine .section-interview .module-container .block .text-container {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-magazine .section-interview .module-container .block-img-left .img,
.page-magazine .section-interview .module-container .block-img-right .img {
  position: relative;
  z-index: 1;
  width: 44%;
}
.page-magazine .section-interview .module-container .block-img-left .heading,
.page-magazine .section-interview .module-container .block-img-right .heading {
  margin-bottom: 6.136363636363637%;
}
.page-magazine .section-interview .module-container .block-img-left .text-container,
.page-magazine .section-interview .module-container .block-img-right .text-container {
  width: 53%;
  padding-top: 5.4%;
  padding-bottom: 5.2%;
}
.page-magazine .section-interview .module-container .block-img-left .img {
  float: left;
  margin-left: 6%;
  margin-right: -3%;
}
.page-magazine .section-interview .module-container .block-img-left .text-container {
  float: right;
  padding-left: 6%;
  padding-right: 3%;
}
.page-magazine .section-interview .module-container .block-img-right .img {
  float: right;
  margin-right: 6%;
  margin-left: -3%;
}
.page-magazine .section-interview .module-container .block-img-right .heading {
  margin-bottom: 6.818181818181817%;
}
.page-magazine .section-interview .module-container .block-img-right .text-container {
  float: left;
  padding-left: 3%;
  padding-right: 6%;
}
.page-magazine .section-interview .module-container .block-img-right .text-container .text {
  letter-spacing: -0.04em;
}
.page-magazine .section-interview .module-container .block-text-only .text-container {
  padding: 8.4% 9% 5.2%;
}
.page-magazine .section-interview .module-container .block-img-full .img {
  width: 88%;
  margin: 0 auto;
}
.page-magazine .section-interview .module-container .block-img-full .heading {
  margin-bottom: 3.292682926829269%;
}
.page-magazine .section-interview .module-container .block-img-full .text-container {
  margin-top: -3%;
  padding: 8.4% 9% 5.3%;
}
.page-magazine .section-interview .module-container .module-a {
  position: relative;
  margin-bottom: 5.4%;
}
.page-magazine .section-interview .module-container .module-a .visual {
  margin-bottom: 4.9%;
}
.page-magazine .section-interview .module-container .module-a .lead {
  margin: 0 9%;
}
.page-magazine .section-interview .module-container .module-a .lead .name {
  margin-bottom: 4.75609756097561%;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
.page-magazine .section-interview .module-container .module-a .lead .name::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  margin: 4.26829268292683% auto 0;
  background: #4b4b4b;
}
.page-magazine .section-interview .module-container .module-b {
  margin-bottom: 6%;
}
.page-magazine .section-interview .module-container .module-b .block-img-left .img {
  margin-top: 8%;
}
.page-magazine .section-interview .module-container .module-b .block-text-only {
  margin-top: -3%;
}
.page-magazine .section-interview .module-container .module-c {
  margin-bottom: 6%;
}
.page-magazine .section-interview .module-container .module-c .block-img-right .text-container {
  margin-top: 9.6%;
}
.page-magazine .section-interview .module-container .module-d {
  margin-bottom: 6%;
}
.page-magazine .section-interview .module-container .module-d .block-img-left {
  margin-bottom: 6%;
}
.page-magazine .section-interview .module-container .module-d .block-img-left .text-container {
  margin-bottom: -9%;
  margin-top: 12.7%;
  padding-bottom: 8.3%;
}
.page-magazine .section-interview .module-container .module-d .block-img-left .text-container .heading {
  margin-bottom: 6.818181818181817%;
}
.page-magazine .section-interview .module-container .module-e .profile {
  width: 78%;
  margin: 0 auto;
  padding: 3.4% 3% 4% 3%;
  border: 1px solid #653a15;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-magazine .section-interview .module-container .module-e .profile .name {
  margin-bottom: 3.899721448467967%;
  font-size: 18px;
}
.page-magazine .section-interview .module-container .module-e .profile .name span {
  display: inline-block;
  font-weight: bold;
}
.page-magazine .section-interview .module-container .module-e .profile .name .en {
  letter-spacing: 0.05em;
}
.page-magazine .section-interview .module-container .module-e .profile .name .separator {
  margin-left: 12px;
  margin-right: 8px;
}
.page-magazine .section-interview .module-container .module-e .profile .text {
  margin-bottom: 2.785515320334262%;
  letter-spacing: -0.02em;
}
.page-magazine .section-interview .module-container .module-e .profile .link {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.page-magazine .section-interview .module-container .module-e .profile .link a {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #343434;
}
.page-magazine .section-interview .sns-container {
  float: right;
  margin-right: -6px;
  padding: 80px 0;
}
.page-magazine .section-interview .sns-container a {
  display: block;
}
.page-magazine .section-interview .sns .sns-heading {
  letter-spacing: 0.1em;
}
.page-magazine .section-interview .sns li {
  float: left;
}
.page-magazine .section-interview .sns li:first-child {
  padding: 0 4px 0 0;
}
.page-magazine .section-interview.interview-1 .visual-container,
.page-magazine .section-interview.interview-2 .visual-container,
.page-magazine .section-interview.interview-3 .visual-container {
  position: relative;
}
.page-magazine .section-interview.interview-1 .visual-container .visual,
.page-magazine .section-interview.interview-2 .visual-container .visual,
.page-magazine .section-interview.interview-3 .visual-container .visual {
  line-height: 0;
}
.page-magazine .section-interview.interview-1 .visual-container .visual img,
.page-magazine .section-interview.interview-2 .visual-container .visual img,
.page-magazine .section-interview.interview-3 .visual-container .visual img {
  width: 100%;
}
.page-magazine .section-interview.interview-1 .intro-container,
.page-magazine .section-interview.interview-2 .intro-container,
.page-magazine .section-interview.interview-3 .intro-container {
  position: relative;
  margin-top: -173px;
  margin-bottom: 42px;
  z-index: 1;
}
.page-magazine .section-interview.interview-1 .intro-container .text-container,
.page-magazine .section-interview.interview-2 .intro-container .text-container,
.page-magazine .section-interview.interview-3 .intro-container .text-container {
  margin-bottom: 36px;
}
.page-magazine .section-interview.interview-1 .intro-container .text-container .text,
.page-magazine .section-interview.interview-2 .intro-container .text-container .text,
.page-magazine .section-interview.interview-3 .intro-container .text-container .text {
  width: 440px;
  padding: 36px 40px 34px;
  color: #fff;
  font-size: 15px;
  background: rgba(101,58,21,0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
  line-height: 1.8;
}
.page-magazine .section-interview.interview-1 .intro-container .name,
.page-magazine .section-interview.interview-2 .intro-container .name,
.page-magazine .section-interview.interview-3 .intro-container .name {
  text-align: center;
  line-height: 1;
}
.page-magazine .section-interview.interview-1 .intro-container .name span,
.page-magazine .section-interview.interview-2 .intro-container .name span,
.page-magazine .section-interview.interview-3 .intro-container .name span {
  display: block;
  font-size: 22px;
  font-weight: bold;
}
.page-magazine .section-interview.interview-1 .intro-container .name::after,
.page-magazine .section-interview.interview-2 .intro-container .name::after,
.page-magazine .section-interview.interview-3 .intro-container .name::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  margin: 41px auto 0;
  background: #4b4b4b;
}
.page-magazine .section-interview.interview-1 .contents-wrap li,
.page-magazine .section-interview.interview-2 .contents-wrap li,
.page-magazine .section-interview.interview-3 .contents-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.page-magazine .section-interview.interview-1 .contents-wrap li .img-container,
.page-magazine .section-interview.interview-2 .contents-wrap li .img-container,
.page-magazine .section-interview.interview-3 .contents-wrap li .img-container {
  position: relative;
  width: 44%;
  line-height: 0;
  z-index: 1;
}
.page-magazine .section-interview.interview-1 .contents-wrap li .img-container img,
.page-magazine .section-interview.interview-2 .contents-wrap li .img-container img,
.page-magazine .section-interview.interview-3 .contents-wrap li .img-container img {
  width: 100%;
}
.page-magazine .section-interview.interview-1 .contents-wrap li .detail-container,
.page-magazine .section-interview.interview-2 .contents-wrap li .detail-container,
.page-magazine .section-interview.interview-3 .contents-wrap li .detail-container {
  position: relative;
  width: 53%;
  padding-top: 54px;
  padding-bottom: 52px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.page-magazine .section-interview.interview-1 .contents-wrap li .detail-container .heading,
.page-magazine .section-interview.interview-2 .contents-wrap li .detail-container .heading,
.page-magazine .section-interview.interview-3 .contents-wrap li .detail-container .heading {
  margin-bottom: 27px;
  color: #653a15;
  font-size: 18px;
  font-weight: bold;
}
.page-magazine .section-interview.interview-1 .contents-wrap li .detail-container .text,
.page-magazine .section-interview.interview-2 .contents-wrap li .detail-container .text,
.page-magazine .section-interview.interview-3 .contents-wrap li .detail-container .text {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 1.8em;
  text-align: justify;
}
.page-magazine .section-interview.interview-1 .contents-wrap li .detail-container .text:last-child,
.page-magazine .section-interview.interview-2 .contents-wrap li .detail-container .text:last-child,
.page-magazine .section-interview.interview-3 .contents-wrap li .detail-container .text:last-child {
  margin-bottom: 0;
}
.page-magazine .section-interview.interview-1 .intro-container .text-container .text {
  margin-left: 60px;
}
.page-magazine .section-interview.interview-1 .intro-container .name span {
  margin-top: 3px;
}
.page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(1) .img-container {
  margin-left: 6%;
  margin-top: 93px;
}
.page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(1) .detail-container {
  margin-left: -30px;
  padding-left: 60px;
  padding-right: 30px;
}
.page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(2) {
  margin-top: -30px;
  margin-bottom: 60px;
}
.page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(2) .detail-container {
  width: 100%;
  padding-top: 84px;
  padding-left: 90px;
  padding-right: 90px;
}
.page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(3) {
  margin-bottom: 62px;
}
.page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(3) .img-container {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-right: 60px;
}
.page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(3) .detail-container {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin: 126px -30px 0 0;
  padding-right: 60px;
  padding-left: 30px;
  padding-right: 60px;
}
.page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(3) .detail-container .text {
  letter-spacing: -0.03em;
}
.page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(4) .img-container {
  margin-left: 6%;
}
.page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(4) .detail-container {
  margin-top: 30px;
  margin-left: -30px;
  padding-left: 60px;
  padding-right: 30px;
}
.page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(4) .detail-container {
  padding-bottom: 80px;
  margin-top: 30px;
}
.page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(4) .detail-container .text {
  letter-spacing: -0.06em;
}
.page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(5) {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -30px;
}
.page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(5) .img-container {
  width: 880px;
  margin: 0 auto;
}
.page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(5) .detail-container {
  width: 100%;
  margin-top: -30px;
  padding-top: 84px;
  padding-left: 90px;
  padding-right: 90px;
}
.page-magazine .section-interview.interview-2 .intro-container .text {
  float: right;
  margin-right: 20px;
}
.page-magazine .section-interview.interview-2 .intro-container .name span {
  margin-top: 8px;
}
.page-magazine .section-interview.interview-2 .contents-wrap li .detail-container .text {
  letter-spacing: -0.06em;
}
.page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(1) .img-container {
  margin-left: 6%;
  margin-top: 106px;
}
.page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(1) .detail-container {
  margin-left: -30px;
  padding-left: 60px;
  padding-right: 30px;
}
.page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(2) {
  margin-top: -30px;
  margin-bottom: 60px;
}
.page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(2) .detail-container {
  width: 100%;
  padding-top: 84px;
  padding-left: 90px;
  padding-right: 90px;
}
.page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(3) {
  margin-bottom: 62px;
}
.page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(3) .img-container {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-right: 60px;
}
.page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(3) .detail-container {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin: 87px -30px 0 0;
  padding-right: 60px;
  padding-left: 30px;
  padding-right: 60px;
}
.page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(4) {
  margin-bottom: 61px;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(4) .img-container {
  width: 880px;
  margin: 0 auto;
}
.page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(4) .detail-container {
  width: 100%;
  margin-top: -30px;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 84px;
}
.page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(5) .img-container {
  margin-left: 6%;
}
.page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(5) .detail-container {
  margin-top: 30px;
  margin-left: -30px;
  padding-left: 60px;
  padding-right: 30px;
}
.page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(5) .detail-container .heading {
  margin-bottom: 30px;
}
.page-magazine .section-interview.interview-3 .intro-container .text {
  width: 450px;
  float: right;
  margin-right: 20px;
  letter-spacing: -0.04em;
}
.page-magazine .section-interview.interview-3 .intro-container .name span {
  margin-top: -15px;
}
.page-magazine .section-interview.interview-3 .contents-wrap li .detail-container .text {
  letter-spacing: -0.06em;
}
.page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(1) .img-container {
  margin-left: 6%;
  margin-top: 93px;
}
.page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(1) .detail-container {
  margin-left: -30px;
  padding-left: 60px;
  padding-right: 30px;
}
.page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(2) {
  margin-top: -30px;
  margin-bottom: 60px;
}
.page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(2) .detail-container {
  width: 100%;
  padding-top: 84px;
  padding-left: 90px;
  padding-right: 90px;
}
.page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(3) {
  margin-bottom: 62px;
}
.page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(3) .img-container {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-right: 60px;
}
.page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(3) .detail-container {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin: 60px -30px 0 0;
  padding-right: 60px;
  padding-left: 30px;
  padding-right: 60px;
}
.page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(3) .detail-container .text:nth-child(3) {
  letter-spacing: -0.02em;
}
.page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(4) {
  margin-bottom: 61px;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(4) .img-container {
  width: 880px;
  margin: 0 auto;
}
.page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(4) .detail-container {
  width: 100%;
  margin-top: -30px;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 84px;
}
.page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(5) .img-container {
  margin-left: 6%;
}
.page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(5) .detail-container {
  margin-top: 60px;
  margin-left: -30px;
  padding-left: 60px;
  padding-right: 30px;
  padding-bottom: 112px;
}
.page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(5) .detail-container .heading {
  margin-bottom: 30px;
}
.page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(6) {
  margin-bottom: 40px;
  margin-top: -60px;
}
.page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(6) .img-container {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-right: 60px;
}
.page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(6) .detail-container {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin: 237px -30px 0 0;
  padding-right: 60px;
  padding-left: 30px;
  padding-right: 60px;
}
.page-magazine .section-interview.story-template .page-heading {
  padding-bottom: 20px;
}
.page-magazine .section-interview.story-template .visual-container .article-number {
  top: -9px;
}
.page-magazine .section-interview.story-template .sns-container {
  padding-top: 90px;
}
.page-magazine .section-interview.story-template .movie {
  padding: 30px 0;
}
.page-magazine .section-interview.story-template .movie .movie-container {
  width: 100%;
  position: relative;
  width: 667px;
  margin: 0 auto;
  line-height: 1;
  font-size: 0;
}
.page-magazine .section-interview.story-template .movie .movie-container::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.page-magazine .section-interview.story-template .movie .movie-container > * {
  position: absolute;
}
.page-magazine .section-interview.story-template .movie .movie-contents {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 56.25%;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.page-magazine .section-interview.story-template .movie .movie-contents iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.page-magazine .section-interview.story-template .movie .movie-button {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.page-magazine .section-interview.story-template .movie .movie-button img {
  width: 100%;
}
.page-magazine .section-interview.story-template .movie .movie-button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
}
.page-magazine .section-interview.story-template .movie .movie-button .thumbnail {
  position: relative;
  -webkit-transition: opacity 1000ms ease-in-out;
  -moz-transition: opacity 1000ms ease-in-out;
  -o-transition: opacity 1000ms ease-in-out;
  -ms-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;
}
.page-magazine .section-interview.story-template .movie .movie-button .play-icon {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border: 1px solid #653a15;
  border-radius: 50%;
  -webkit-transition: opacity 1000ms ease-in-out;
  -moz-transition: opacity 1000ms ease-in-out;
  -o-transition: opacity 1000ms ease-in-out;
  -ms-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;
}
.page-magazine .section-interview.story-template .movie .movie-button .play-icon::before {
  content: "";
  display: block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  margin-left: 6px;
  border-style: solid;
  border-width: 18px 0 18px 26px;
  border-color: transparent transparent transparent #653a15;
}
.page-magazine .section-interview.story-template .movie .movie-button:hover .thumbnail,
.page-magazine .section-interview.story-template .movie .movie-button:hover .play-icon {
  opacity: 0.7;
}
.page-magazine .section-interview.story-template .title {
  padding: 23px 0;
  color: #4e4e4e;
  font-size: 26px;
  line-height: 1.38;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
}
.page-magazine .section-interview.story-template .visual-container + .title {
  padding-top: 120px;
}
.page-magazine .section-interview.story-template .lead {
  padding: 24px 80px;
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
}
.page-magazine .section-interview.story-template .lead p:not(:last-child) {
  margin-bottom: 1.8em;
}
.page-magazine .section-interview.story-template .visual-container + .lead {
  padding-top: 120px;
}
.page-magazine .section-interview.story-template .img-list {
  padding: 30px 0 25px;
}
.page-magazine .section-interview.story-template .img-list img {
  vertical-align: top;
}
.page-magazine .section-interview.story-template .img-list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
}
.page-magazine .section-interview.story-template .img-list li {
  width: 330px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.page-magazine .section-interview.story-template .img-list li img {
  width: 100%;
}
.page-magazine.magazine-list .main {
  padding-bottom: 4px;
}
.page-magazine.magazine-list .main >.heading {
  margin-bottom: 23px;
}
.page-magazine.magazine-list .category-list {
  margin-bottom: 38px;
}
.page-magazine.magazine-list .category-list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.page-magazine.magazine-list .category-list ul li {
  padding: 0 24px;
}
.page-magazine.magazine-list .category-list ul li a,
.page-magazine.magazine-list .category-list ul li span {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 1.76;
  color: #666;
  cursor: pointer;
  letter-spacing: 0.04em;
}
.page-magazine.magazine-list .category-list ul li.is-current a:after,
.page-magazine.magazine-list .category-list ul li:hover a:after,
.page-magazine.magazine-list .category-list ul li.is-current span:after,
.page-magazine.magazine-list .category-list ul li:hover span:after {
  opacity: 0.7;
  background-color: #666;
}
.page-magazine.magazine-list .article-list-container ul.article-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3.1%;
  margin-right: -0.5%;
}
.page-magazine.magazine-list .article-list-container ul.article-list li {
  width: 32.83582089552239%;
  margin-right: 0.497512437810945%;
  margin-bottom: 57px;
  font-size: 15px;
  text-align: center;
}
.page-magazine.magazine-list .article-list-container ul.article-list li a {
  display: block;
}
.page-magazine.magazine-list .article-list-container ul.article-list li span {
  border-bottom: 1px solid rgba(102,102,102,0);
  -webkit-transition: border-color 1000ms, color 1000ms;
  -moz-transition: border-color 1000ms, color 1000ms;
  -o-transition: border-color 1000ms, color 1000ms;
  -ms-transition: border-color 1000ms, color 1000ms;
  transition: border-color 1000ms, color 1000ms;
}
.page-magazine.magazine-list .article-list-container ul.article-list li .thumbnail {
  margin-bottom: 3.03030303030303%;
  font-size: 0;
  line-height: 1;
  -webkit-transition: opacity 1000ms ease-in-out;
  -moz-transition: opacity 1000ms ease-in-out;
  -o-transition: opacity 1000ms ease-in-out;
  -ms-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;
}
.page-magazine.magazine-list .article-list-container ul.article-list li .thumbnail img {
  width: 100%;
}
.page-magazine.magazine-list .article-list-container ul.article-list li .category {
  color: #653a15;
  font-size: 26px;
  font-weight: 600;
  -webkit-transition: opacity 1000ms ease-in-out;
  -moz-transition: opacity 1000ms ease-in-out;
  -o-transition: opacity 1000ms ease-in-out;
  -ms-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;
}
.page-magazine.magazine-list .article-list-container ul.article-list li .title {
  padding: 0 9.090909090909092%;
}
.page-magazine.magazine-list .article-list-container ul.article-list li a:hover {
  opacity: 1;
}
.page-magazine.magazine-list .article-list-container ul.article-list li a:hover .thumbnail,
.page-magazine.magazine-list .article-list-container ul.article-list li a:hover .category {
  opacity: 0.7;
}
.page-magazine.magazine-list .article-list-container ul.article-list li a:hover span {
  border-color: #666;
}
.page-magazine.magazine-list .page-numbers {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.page-magazine.magazine-list .page-numbers li {
  padding: 0 16px;
}
.page-magazine.magazine-list .page-numbers li a,
.page-magazine.magazine-list .page-numbers li span {
  position: relative;
  display: block;
  padding: 0 5px;
  font-size: 13px;
  line-height: 1.69;
}
.page-magazine.magazine-list .page-numbers li .current:after {
  opacity: 1;
}
.page-magazine.magazine-list .page-numbers li .current:hover:after {
  opacity: 1;
}
.page-magazine.magazine-list .page-numbers li .next,
.page-magazine.magazine-list .page-numbers li .prev {
  padding: 0;
}
.page-magazine .section-styling .article-number {
  top: -39px;
}
.page-magazine .section-styling .article-number span {
  display: inline-block;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-magazine .section-styling .page-heading {
  padding-top: 44px;
  padding-bottom: 64px;
  letter-spacing: 0.05em;
}
.page-magazine .section-styling .text {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: -0.08em;
}
.page-magazine .section-styling .visual-container {
  position: relative;
  margin-bottom: 5.2%;
}
.page-magazine .section-styling .visual-container .visual {
  margin-bottom: 5.3%;
  line-height: 1;
  font-size: 0;
}
.page-magazine .section-styling .visual-container .visual img {
  width: 100%;
}
.page-magazine .section-styling .visual-container .lead {
  margin: 0 9%;
}
.page-magazine .section-styling .visual-container .lead .heading {
  margin-bottom: 4.146341463414634%;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
.page-magazine .section-styling .visual-container .lead .heading::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  margin: 4.26829268292683% auto 0;
  background: #4b4b4b;
}
.page-magazine .section-styling .section-item {
  margin-bottom: 6%;
  padding-top: 8.1%;
  border-top: 1px solid #d2d2d2;
}
.page-magazine .section-styling .section-item .heading {
  margin-bottom: 1.4%;
  color: #c5ae87;
  font-size: 34px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.page-magazine .section-styling .section-item .item-name {
  margin-bottom: 2.6%;
  text-align: center;
  letter-spacing: 0.06em;
}
.page-magazine .section-styling .section-item .item-slide-container {
  position: relative;
  width: 100%;
}
.page-magazine .section-styling .section-item .item-slide-container img {
  width: 100%;
}
.page-magazine .section-styling .section-item .item {
  width: 54%;
  margin: 0 auto 2.6%;
}
.page-magazine .section-styling .section-item .button-next,
.page-magazine .section-styling .section-item .button-prev {
  position: absolute;
  top: 0;
  margin-top: 15.6%;
  cursor: pointer;
}
.page-magazine .section-styling .section-item .button-prev {
  left: 14.6%;
  width: 26px;
  height: 48px;
  background: url("images/magazine/buttons.png?hash=b0d310a25ac64fa8d1f1f49f452cdd7e") no-repeat;
  background-position: 0px -948px;
}
.page-magazine .section-styling .section-item .button-next {
  right: 14.6%;
  width: 26px;
  height: 48px;
  background: url("images/magazine/buttons.png?hash=b0d310a25ac64fa8d1f1f49f452cdd7e") no-repeat;
  background-position: 0px -900px;
}
.page-magazine .section-styling .section-item .slide-paginations {
  width: 55.2%;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  line-height: 1;
}
.page-magazine .section-styling .section-item .slide-paginations span {
  position: relative;
  display: inline-block;
  width: 16.304347826086957%;
  margin: 0 1.08695652173913%;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
}
.page-magazine .section-styling .section-item .slide-paginations span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 1500ms ease-in-out;
  -moz-transition: all 1500ms ease-in-out;
  -o-transition: all 1500ms ease-in-out;
  -ms-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
}
.page-magazine .section-styling .section-item .slide-paginations span:hover::after,
.page-magazine .section-styling .section-item .slide-paginations span.is-current::after {
  border-color: #d2d2d2;
  opacity: 0.7;
  background: #d2d2d2;
}
.page-magazine .section-styling .section-item .slide-paginations span:hover::after {
  border: 1px solid #d2d2d2;
}
.page-magazine .section-styling .section-item .point {
  margin-top: 40px;
  background: #fff;
}
.page-magazine .section-styling .section-item .point ul {
  padding: 3.8% 1.8% 3.5%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-magazine .section-styling .section-item .point ul li {
  width: 28.838174273858918%;
  padding: 0 2.074688796680498%;
}
.page-magazine .section-styling .section-item .point ul li .title {
  margin-bottom: 10px;
  color: #653a15;
  font-size: 15px;
  letter-spacing: 0.01em;
}
.page-magazine .section-styling .section-item .point ul.column-1 li {
  width: 62.03319502074689%;
}
.page-magazine .section-styling .section-styling-pattern {
  padding-top: 8.200000000000001%;
  margin-bottom: 12px;
  border-top: 1px solid #d2d2d2;
}
.page-magazine .section-styling .section-styling-pattern .heading {
  margin-bottom: 18px;
  color: #c5ae87;
  font-size: 34px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.page-magazine .section-styling .section-styling-pattern .styling-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
.page-magazine .section-styling .section-styling-pattern .styling-container .styling {
  width: 49%;
}
.page-magazine .section-styling .section-styling-pattern .styling-container .styling .img {
  margin-bottom: 26px;
  font-size: 0;
  line-height: 1;
}
.page-magazine .section-styling .section-styling-pattern .styling-container .styling .img .label {
  position: relative;
  margin-bottom: -16px;
  color: #653a15;
  font-size: 46px;
  text-align: center;
  line-height: 1;
  z-index: 1;
  font-weight: 600;
}
.page-magazine .section-styling .section-styling-pattern .styling-container .styling .img img {
  width: 100%;
}
.page-magazine .section-styling .section-styling-pattern .styling-container .stylist {
  position: relative;
  margin-bottom: 3.26530612244898%;
  height: 80px;
  width: 100%;
}
.page-magazine .section-styling .section-styling-pattern .styling-container .stylist .inner {
  position: absolute;
  top: 0;
  left: 74.48979591836735%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  color: #653a15;
  white-space: nowrap;
}
.page-magazine .section-styling .section-styling-pattern .styling-container .stylist.for-sp {
  display: block;
  visibility: hidden;
}
.page-magazine .section-styling .section-styling-pattern .styling-container .stylist .img {
  margin-right: 17px;
  width: 80px;
}
.page-magazine .section-styling .section-styling-pattern .styling-container .stylist .img img {
  border-radius: 40px;
}
.page-magazine .section-styling .section-styling-pattern .styling-container .stylist .title {
  margin-top: 18px;
  margin-bottom: 2px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.page-magazine .section-styling .section-styling-pattern .styling-container .stylist .name {
  font-size: 18px;
  letter-spacing: 0.04em;
}
.page-magazine .section-styling .sns-container {
  float: right;
  margin-right: -6px;
  padding: 80px 0;
}
.page-magazine .section-styling .sns-container a {
  display: block;
}
.page-magazine .section-styling .sns li {
  float: left;
}
.page-magazine .section-styling .sns li:first-child {
  padding: 0 8px;
}
.page-magazine .section-anelli {
  overflow: hidden;
}
.page-magazine .section-anelli .page-heading {
  padding-top: 47px;
  padding-bottom: 56px;
  line-height: 1.2;
}
.page-magazine .section-anelli .visual-container {
  position: relative;
}
.page-magazine .section-anelli .visual-container .visual {
  line-height: 0;
}
.page-magazine .section-anelli .visual-container .visual img {
  width: 100%;
}
.page-magazine .section-anelli .intro-container {
  padding: 0 80px;
}
.page-magazine .section-anelli .catch {
  position: relative;
  margin-bottom: 33px;
  padding: 33px 0;
  font-size: 26px;
  line-height: 1.38;
  font-weight: bold;
  text-align: center;
}
.page-magazine .section-anelli .catch:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  margin-left: -25px;
  background-color: #4c4c4c;
}
.page-magazine .section-anelli .text {
  margin-bottom: 72px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: -0.05em;
}
.page-magazine .section-anelli .contents-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-magazine .section-anelli .contents-wrap li:nth-child(even) .img-container {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.page-magazine .section-anelli .contents-wrap li:nth-child(even) .detail-container {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  padding-right: 35px;
  padding-left: 0;
}
.page-magazine .section-anelli .contents-wrap li:nth-child(even) .detail-container .detail {
  vertical-align: bottom;
}
.page-magazine .section-anelli .contents-wrap li .img-container {
  width: 50%;
  line-height: 0;
}
.page-magazine .section-anelli .contents-wrap li .img-container img {
  width: 100%;
}
.page-magazine .section-anelli .contents-wrap li .detail-container {
  position: relative;
  width: 50%;
  padding-left: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-magazine .section-anelli .contents-wrap li .detail-container .detail {
  display: table-cell;
  vertical-align: middle;
}
.page-magazine .section-anelli .contents-wrap li .detail-container .catch {
  padding-top: 0;
  text-align: left;
}
.page-magazine .section-anelli .contents-wrap li .detail-container .catch:after {
  left: 0;
  margin-left: 0;
}
.page-magazine .section-anelli .contents-wrap li .detail-container .text {
  margin-bottom: 1.8em;
}
.page-magazine .section-anelli .contents-wrap li .detail-container .text:last-child {
  margin-bottom: 0;
}
.page-magazine .section-anelli .sns-container {
  float: right;
  margin-right: -6px;
  padding: 80px 0;
}
.page-magazine .section-anelli .sns-container a {
  display: block;
}
.page-magazine .section-anelli .sns li {
  float: left;
}
.page-magazine .section-anelli .sns li:first-child {
  padding: 0 8px;
}
.page-magazine .section-anelli .page-heading {
  padding-bottom: 56px;
}
.page-magazine .section-anelli .visual-container .article-number {
  top: -33px;
}
.page-magazine .section-anelli .sns-container {
  padding-top: 90px;
}
.page-magazine .section-anelli .title {
  padding: 23px 0;
  color: #4e4e4e;
  font-size: 26px;
  line-height: 1.38;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
}
.page-magazine .section-anelli .visual {
  margin-bottom: 32px;
}
.page-magazine .section-anelli .lead {
  padding: 24px 80px;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
.page-magazine .section-anelli .lead p:not(:last-child) {
  margin-bottom: 1.8em;
}
.page-magazine .section-anelli .text-block {
  padding: 24px 80px;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
.page-magazine .section-anelli .text-block p:not(:last-child) {
  margin-bottom: 1.8em;
}
.page-magazine .section-anelli .img-list {
  padding: 30px 0 25px;
}
.page-magazine .section-anelli .img-list.column-4 li {
  width: calc(25% - 5px);
}
.page-magazine .section-anelli .img-list.column-3 li {
  width: calc(33.333% - 5px);
}
.page-magazine .section-anelli .img-list.column-2 li {
  width: calc(50% - 5px);
}
.page-magazine .section-anelli .img-list.column-1 {
  padding-left: 15%;
  padding-right: 15%;
}
.page-magazine .section-anelli .img-list.column-1 li {
  width: calc(100% - 5px);
}
.page-magazine .section-anelli .img-list img {
  vertical-align: top;
}
.page-magazine .section-anelli .img-list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
}
.page-magazine .section-anelli .img-list li {
  margin-bottom: 5px;
  margin-right: 5px;
}
.page-magazine .section-anelli .img-list li img {
  width: 100%;
}
.page-magazine .section-anelli .profile {
  margin-top: 48px;
}
.page-magazine .section-anelli .profile .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.page-magazine .section-anelli .profile .img {
  width: 80px;
  margin-right: 17px;
}
.page-magazine .section-anelli .profile .img img {
  width: 100%;
  border-radius: 40px;
}
.page-magazine .section-anelli .profile .info {
  padding-bottom: 6px;
  color: #653a15;
}
.page-magazine .section-anelli .profile .info .job {
  margin-bottom: 4px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.page-magazine .section-anelli .profile .info .name {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.page-magazine .section-anelli .profile .info a {
  font-size: 13px;
  color: #653a15;
  word-break: break-all;
}
.page-contact .page-heading {
  font-size: 28px;
}
.page-contact .form-container {
  width: 460px;
  margin: 0 auto;
}
.page-contact .form-container .text-error {
  display: none;
  font-size: 12px;
  color: #d64f58;
}
.page-contact .form-container .item {
  position: relative;
  padding-bottom: 36px;
  padding-left: 30px;
}
.page-contact .form-container .item.required {
  background: url("images/contact/icon-asterisk.png?hash=285116a6bd11380a621e94491de84db9") 10px 11px no-repeat;
}
.page-contact .form-container .item .text-error {
  position: absolute;
  left: 30px;
  top: 35px;
}
.page-contact .form-container .input-text,
.page-contact .form-container .original-select,
.page-contact .form-container .textarea {
  width: 400px;
  height: 30px;
  line-height: 30px;
  border: none;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  padding: 0 10px;
  font-family: 'Open Sans', YuGothic, Yu Gothic, '游ゴシック体', '游ゴシック', Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', Pathway Gothic One, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  cursor: default;
}
.page-contact .form-container .input-text:focus,
.page-contact .form-container .original-select:focus,
.page-contact .form-container .textarea:focus {
  outline: none;
}
.page-contact .form-container .input-text::-ms-clear,
.page-contact .form-container .original-select::-ms-clear,
.page-contact .form-container .textarea::-ms-clear {
  display: none;
}
.page-contact .form-container .input-text::-webkit-input-placeholder,
.page-contact .form-container .original-select::-webkit-input-placeholder,
.page-contact .form-container .textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}
.page-contact .form-container .input-text::-moz-placeholder,
.page-contact .form-container .original-select::-moz-placeholder,
.page-contact .form-container .textarea::-moz-placeholder {
  color: #b8b8b8;
}
.page-contact .form-container .input-text:-ms-input-placeholder,
.page-contact .form-container .original-select:-ms-input-placeholder,
.page-contact .form-container .textarea:-ms-input-placeholder {
  color: #b8b8b8;
}
.page-contact .form-container .select-wrap {
  position: relative;
}
.page-contact .form-container .select-wrap .original-select {
  display: none;
}
.page-contact .form-container .select-wrap .select {
  width: 400px;
  height: 30px;
  padding: 0 10px;
  font-family: 'Open Sans', YuGothic, Yu Gothic, '游ゴシック体', '游ゴシック', Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', Pathway Gothic One, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  cursor: default;
}
.page-contact .form-container .select-wrap .select:before {
  display: block;
  content: "";
  position: absolute;
  left: 374px;
  top: 13px;
  z-index: 1;
  width: 13px;
  height: 7px;
  background: url("images/contact/icon-arrow.png?hash=9d26347ba5ba43bb68334b4516d5f75f") left top no-repeat;
}
.page-contact .form-container .select-wrap .select-options {
  display: none;
  width: 400px;
  background-color: #fff;
  position: absolute;
  top: 28px;
  z-index: 1;
  color: #6f6f6f;
  border-right: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  border-left: 1px solid #b8b8b8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 2px rgba(4,0,0,0.12);
  box-shadow: 0 1px 2px rgba(4,0,0,0.12);
}
.page-contact .form-container .select-wrap .select-options > div {
  padding-left: 12px;
  line-height: 28px;
}
.page-contact .form-container .select-wrap .select-options > div:hover,
.page-contact .form-container .select-wrap .select-options > div.is-selected {
  color: #343434;
  background-color: #cec2bf;
}
.page-contact .form-container .select-wrap.is-placeholder .select {
  color: #b8b8b8;
}
.page-contact .form-container .textarea {
  height: 190px;
  padding-top: 3px;
  resize: none;
  line-height: 1.64;
}
.page-contact .form-container .button-container .button-send {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 180px;
  height: 40px;
  background: url("images/contact/buttons.png?hash=4d233a06401f4d94dcf22a5b900c733d") no-repeat;
  background-position: 0px 0px;
  cursor: default;
}
.page-contact .form-container .button-container .button-send.is-enabled {
  width: 180px;
  height: 40px;
  background: url("images/contact/buttons.png?hash=4d233a06401f4d94dcf22a5b900c733d") no-repeat;
  background-position: 0px -40px;
  cursor: pointer;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.page-contact .form-container .button-container .button-send.is-enabled:after {
  width: 180px;
  height: 40px;
  display: block;
  content: "";
  background: url("images/contact/button-send-hover.png?hash=acfaaa049c2f54f7705ebdcf0be6004d") left top no-repeat;
  opacity: 0;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.page-contact .form-container .button-container .button-send.is-enabled:hover:after {
  opacity: 1;
}
.page-contact .form-container .button-container .text-error {
  display: block;
  padding-top: 15px;
  text-align: center;
}
.page-contact .form-container .button-container .text-complete {
  display: none;
  padding-top: 15px;
  font-size: 15px;
  color: #653a15;
  text-align: center;
}
.page-contact .form-container .name-kanji .container,
.page-contact .form-container .name-katakana .container {
  float: left;
  width: 196px;
  margin-right: 8px;
}
.page-contact .form-container .name-kanji .input-text,
.page-contact .form-container .name-katakana .input-text {
  width: 196px;
}
.page-contact .form-container .your-comment {
  padding-bottom: 42px;
}
.page-contact .form-container .your-comment .text-error {
  top: 195px;
}
.page-company .section-company .company-detail {
  width: 600px;
  margin: 0 auto 36px;
  font-size: 14px;
  line-height: 1.64;
}
.page-company .section-company .company-detail dt {
  float: left;
  width: 140px;
  clear: both;
}
.page-company .section-company .company-detail dd {
  width: 460px;
  margin-left: 140px;
}
.page-company .section-company .company-detail dt {
  color: #653a15;
}
.page-company .section-company .company-detail dt,
.page-company .section-company .company-detail dd {
  padding-bottom: 1.64em;
}
.page-company .section-company .company-detail dd p {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.page-privacy .section-privacy {
  border-bottom: 1px solid #d2d2d2;
}
.page-privacy .section-privacy .text {
  margin-bottom: 33px;
}
.page-privacy .section-privacy .privacy-list li {
  margin-bottom: 1.54em;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.page-privacy .section-privacy .privacy-list li:before {
  content: "";
  display: inline;
  color: #653a15;
  width: 15px;
  padding-right: 5px;
}
.page-privacy .section-privacy .privacy-list li:nth-child(1):before {
  content: "1.";
}
.page-privacy .section-privacy .privacy-list li:nth-child(2):before {
  content: "2.";
}
.page-privacy .section-privacy .privacy-list li:nth-child(3):before {
  content: "3.";
}
.page-privacy .section-privacy .privacy-list li:nth-child(4):before {
  content: "4.";
}
.page-privacy .section-privacy .privacy-list li:nth-child(5):before {
  content: "5.";
}
.page-privacy .section-privacy .privacy-list li:nth-child(6):before {
  content: "6.";
}
.page-privacy .section-privacy .privacy-list li:nth-child(7):before {
  content: "7.";
}
.page-privacy .section-privacy .privacy-list li:nth-child(8):before {
  content: "8.";
}
.page-privacy .section-privacy .privacy-list .detail li {
  margin-bottom: 0;
}
.page-privacy .section-privacy .privacy-list .detail li:before {
  content: "";
  padding-right: 0;
}
.page-privacy .section-privacy .name {
  padding-top: 14px;
  margin-bottom: 38px;
}
.page-privacy .section-privacy .link-company {
  margin-bottom: 61px;
  display: inline-block;
}
.page-privacy .section-term-of-use .text {
  margin-bottom: 30px;
}
.page-privacy .section-term-of-use .container .heading {
  font-size: 16px;
  line-height: 1.43;
  color: #653a15;
}
@media (min-width: 768px) {
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .clearfix {
    display: inline-block;
  }
  * html .clearfix {
    height: 1%;
  }
  .clearfix {
    display: block;
  }
  .contents {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    line-height: 230%;
  }
  .page-about .img {
    width: 495px;
    float: left;
    line-height: 0;
  }
  .page-about .img img {
    width: 100%;
  }
  .page-about .txt {
    width: 455px;
    float: right;
    font-size: 14px;
    line-height: 1.85;
  }
  .shopG {
    width: 470px;
    float: left;
  }
  .shopG:nth-child(even) {
    float: right;
  }
  .shopG h3 {
    margin: 25px 0 15px;
    font-size: 18px;
    color: #653a15;
  }
  .shopG p {
    font-size: 14px;
    line-height: 1.85;
  }
  .shopG p.closed {
    margin-bottom: 1.85em;
  }
  .shopG02 {
    padding-top: 30px;
  }
  .ttl_bd {
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    border-bottom: solid 1px #301a09;
    color: #301a09;
    padding-bottom: 10px;
    text-align: left;
    font-weight: normal;
  }
  .ttl_bd:first-child {
    margin-top: 0;
  }
  .guide_cont {
    padding-top: 20px;
  }
  .guide_cont h3 {
    font-size: 16px;
    border-bottom: solid 1px #653a15;
    color: #653a15;
    padding-bottom: 10px;
    text-align: left;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .guide_cont p {
    font-size: 13px;
    line-height: 1.53;
  }
  .list_decimal {
    line-height: 1.54;
  }
  .list_decimal li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .list_decimal li:before {
    display: inline;
    color: #653a15;
  }
  .list_decimal li:nth-child(1):before {
    content: '1. ';
  }
  .list_decimal li:nth-child(2):before {
    content: '2. ';
  }
  .list_decimal li:nth-child(3):before {
    content: '3. ';
  }
  .list_decimal li:nth-child(4):before {
    content: '4. ';
  }
  .list_decimal li:nth-child(5):before {
    content: '5. ';
  }
  .list_decimal li:nth-child(6):before {
    content: '6. ';
  }
  .list_decimal li {
    margin-top: 15px;
  }
  .guide_cont a {
    text-decoration: underline;
  }
  .list_disc {
    list-style-type: disc;
    margin-left: 20px;
  }
  .list_disc li {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  body {
    min-width: 320px;
    font-size: 12px;
  }
  a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
  .for-pc {
    display: none;
  }
  .for-sp {
    display: inline-block;
  }
  img {
    width: 100%;
  }
}
@media (min-width: 1180px) {
  .paging {
    width: 1180px;
    margin-left: -90px;
  }
  .paging li.prev {
    padding-right: 1.694915254237288%;
  }
  .paging li.prev a .thumbnail {
    padding-right: 4.385964912280701%;
    padding-left: 31.57894736842105%;
  }
  .paging li.next {
    padding-left: 1.694915254237288%;
  }
  .paging li.next a .thumbnail {
    padding-right: 31.57894736842105%;
    padding-left: 4.385964912280701%;
  }
  .paging li a .thumbnail {
    width: 50%;
  }
  .paging li a .heading-container {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .header .logo a {
    width: 452px;
  }
  .header .logo a .for-pc {
    display: none;
  }
  .header .logo a .for-tab {
    display: inline-block;
    width: 100%;
  }
  .header .nav {
    padding: 0 5%;
  }
  .header .nav li {
    font-size: 13px;
  }
  .item-container {
    width: 100%;
  }
  .item-container .item-list li .heading-container {
    font-size: 10px;
  }
  .footer .line a {
    background: url("images/sp/common/footer-nav-line-tab.png?hash=6e1eb8f6157fd207ba3ff96e071eaa4a") left top no-repeat transparent;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .footer .instagram a {
    background: url("images/sp/common/footer-nav-instagram-tab.png?hash=54ae7b94f861729e06d92734212776f8") left top no-repeat transparent;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .footer .facebook a {
    background: url("images/sp/common/footer-nav-facebook-tab.png?hash=3b5993bd89b10e1f4782f162b1654071") left top no-repeat transparent;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .main {
    padding-top: 61px;
  }
  .nav .nav-list {
    display: block;
  }
  .header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    border-bottom: 0;
  }
  .header .logo {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
    background-color: #fafafa;
    border-bottom: 1px solid #d2d2d2;
  }
  .header .logo a {
    width: 180px;
    padding: 25px 0 24px;
    margin: 0 auto;
  }
  .header .nav {
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.7);
    padding-top: 60px;
  }
  .header .nav .nav-list {
    padding-top: 20px;
    padding-bottom: 44px;
    font-weight: 300;
    background-color: #fafafa;
  }
  .header .nav li {
    width: 100%;
    font-size: 17px;
    text-align: center;
  }
  .header .nav li a {
    padding: 2.1875% 0;
  }
  .header .nav li a:hover span:after {
    display: none;
  }
  .header .nav li span {
    display: inline-block;
  }
  .header .nav li.current {
    padding: 2.1875% 0;
  }
  .header .button-menu {
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 2;
    width: 22px;
    height: 22px;
    cursor: pointer;
  }
  .header .button-menu span {
    position: absolute;
    left: 0;
    width: 22px;
    height: 1px;
    background-color: #653a15;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header .button-menu span:nth-child(1) {
    top: 3px;
  }
  .header .button-menu span:nth-child(2) {
    top: 8px;
  }
  .header .button-menu span:nth-child(3) {
    top: 13px;
  }
  .header .button-menu span:nth-child(4) {
    top: 18px;
  }
  .is-menu-opened .button-menu span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -moz-transform: translateY(8px) rotate(-45deg);
    -o-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .is-menu-opened .button-menu span:nth-child(2) {
    opacity: 0;
  }
  .is-menu-opened .button-menu span:nth-child(3) {
    opacity: 0;
  }
  .is-menu-opened .button-menu span:nth-child(4) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    -moz-transform: translateY(-7px) rotate(45deg);
    -o-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
  .footer {
    width: 90.625%;
    margin: 12.5% 4.6875% 0;
    padding-top: 5.625%;
  }
  .footer .nav {
    width: 100%;
    margin: 0 auto;
  }
  .footer .nav li span {
    display: inline-block;
    padding-bottom: 2px;
  }
  .footer .nav-list {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .footer .nav-list::after,
  .footer .nav-list .line::after,
  .footer .nav-list .instagram::after,
  .footer .nav-list .facebook::after,
  .page-top .section-latest-updates::after,
  .page-news .section-news-detail .detail-container .detail.column-2 .section::after,
  .page-contact .form-container .item::after {
    content: "";
    display: block;
    clear: both;
  }
  .footer .nav-list li {
    float: left;
    width: 50%;
    margin: 0;
    font-size: 12px;
    line-height: 1;
    text-align: center;
  }
  .footer .nav-list li.nav-magazine {
    width: 100%;
  }
  .footer .nav-list li a {
    padding: 9px 0 10px;
  }
  .footer .nav-list li a:hover span:after {
    display: none;
  }
  .footer .nav-list li.current a {
    padding-bottom: 9px;
  }
  .footer .nav-list li.current span {
    border-bottom: 1px solid #343434;
  }
  .footer .nav-list li.current span:after {
    display: none;
  }
  .footer .nav-list.footer-nav-2 {
    width: 245px;
    margin-left: auto;
    margin-top: 13px;
  }
  .footer .nav-list.footer-nav-2 li {
    font-size: 10px;
    line-height: 1;
  }
  .footer .nav-list .nav-contact,
  .footer .nav-list .nav-member,
  .footer .nav-list .nav-company {
    width: 33%;
  }
  .footer .nav-list .nav-privacy {
    text-align: right;
  }
  .footer .nav-list .nav-privacy span {
    margin-right: 2px;
  }
  .footer .nav-list .nav-recruit span {
    padding-right: 10px;
  }
  .footer .nav-list .line,
  .footer .nav-list .instagram,
  .footer .nav-list .facebook {
    position: relative;
    width: auto;
    height: auto;
    margin: 9.482758620689655% 20px 0;
    float: left;
  }
  .footer .nav-list .line a,
  .footer .nav-list .instagram a,
  .footer .nav-list .facebook a {
    display: block;
    width: 25px;
    height: 25px;
    padding: 0;
  }
  .footer .nav-list .line {
    margin-left: 18.103448275862068%;
  }
  .footer .nav-list .line a {
    width: 27px;
    height: 26px;
    background: url("images/sp/common/footer-nav-line.png?hash=32c5b2fb667d246dd04a7d34f45687cd") left top no-repeat transparent;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .footer .nav-list .instagram a {
    background: url("images/sp/common/footer-nav-instagram.png?hash=a52c555ca9f4d1dc2ff7378251fb653d") left top no-repeat transparent;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .footer .nav-list .facebook a {
    background: url("images/sp/common/footer-nav-facebook.png?hash=5a884f4351b495663324312675644622") left top no-repeat transparent;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .footer .notification {
    margin-top: 9.310344827586208%;
    margin-bottom: 10.344827586206897%;
  }
  .footer .notification a {
    padding-bottom: 0;
  }
  .footer .banner {
    width: 290px;
    margin-bottom: 8.96551724137931%;
  }
  .footer .link-logo {
    width: 100%;
    margin-bottom: 8.620689655172415%;
  }
  .footer .link-logo li {
    width: 50%;
    text-align: center;
  }
  .footer .link-logo .logo-1 {
    margin-right: 0;
  }
  .footer .link-logo .logo-1 img {
    width: 100px;
    margin: 0 auto;
  }
  .footer .link-logo .logo-2 img {
    width: 112px;
    margin: 0 auto;
  }
  .footer .copyright {
    padding-bottom: 5.172413793103448%;
  }
  .slide-container {
    width: 90.625%;
    margin: 0 auto;
  }
  .slide-container .button-prev,
  .slide-container .button-next {
    width: 16px;
    height: 29px;
    margin-top: -14px;
  }
  .slide-container .button-prev {
    left: 3.448275862068965%;
    background: url("images/sp/common/button-prev-slide.png?hash=74b9b30a13a90ad9180ac6bf741c2cc3") left top no-repeat transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .slide-container .button-next {
    right: 3.448275862068965%;
    background: url("images/sp/common/button-next-slide.png?hash=91e9e400872d2ac7d00735f8c27ff3cc") left top no-repeat transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .item-container {
    width: 90.625%;
    padding-top: 4.6875%;
    padding-left: 0;
    margin-top: 0;
  }
  .item-container .item-list li {
    width: 50%;
    margin-right: 0 !important;
    margin-bottom: 6.206896551724138%;
  }
  .item-container .item-list li .heading-container {
    display: none !important;
  }
  .paging {
    display: block;
    margin-top: 14px;
  }
  .paging li {
    display: block;
    width: 100%;
  }
  .paging li a {
    padding: 25px 0;
  }
  .paging li a .thumbnail {
    width: 44.827586206896555%;
  }
  .paging li a .heading-container {
    width: 55.172413793103445%;
    font-size: 10px;
    line-height: 1.4;
  }
  .paging li a .heading-container span {
    border-bottom: 0;
  }
  .paging li.prev {
    padding-right: 0;
  }
  .paging li.prev:only-child {
    border-right: 0;
  }
  .paging li.prev a .thumbnail {
    padding-right: 5.172413793103448%;
    padding-left: 15.517241379310345%;
  }
  .paging li.next {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #d2d2d2;
  }
  .paging li.next:only-child {
    border-top: 0;
  }
  .paging li.next a .thumbnail {
    padding-right: 15.517241379310345%;
    padding-left: 5.172413793103448%;
  }
  .paging .button-prev,
  .paging .button-next {
    width: 15px;
    height: 29px;
    margin-top: -15px;
  }
  .paging .button-next {
    background: url("images/sp/news/button-next.png?hash=69e0ccc5fe11ac48c135e0e306049ca5") left top no-repeat transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .paging .button-prev {
    background: url("images/sp/news/button-prev.png?hash=e7a38fc23bb8ecef3c10c3ce1675e6c6") left top no-repeat transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .product-links {
    width: 100%;
    margin: 35px auto 22px;
  }
  .product-links li {
    width: 48.62068965517241%;
    margin-right: 2.758620689655173%;
    padding-bottom: 16px;
  }
  .product-links li:nth-child(even) {
    margin-right: 0;
  }
  .product-links .img-container {
    margin-bottom: 10px;
  }
  .product-links .info {
    font-size: 10px;
    line-height: 1.35;
  }
  .product-links .info span {
    border-bottom: 0;
  }
}
@media (min-width: 1180px) {
  .page-top .slide-container .button-prev,
  .page-collection .slide-container .button-prev {
    left: 50%;
    margin-left: -590px;
  }
  .page-top .slide-container .button-next,
  .page-collection .slide-container .button-next {
    right: 50%;
    margin-right: -590px;
  }
}
@media (min-width: 1100px) {
  .page-magazine .modal-contents .button-close {
    right: -65px;
    top: -10px;
  }
  .page-magazine .section-atelier .slide-container .button-prev {
    margin-left: -45px;
  }
  .page-magazine .section-atelier .slide-container .button-next {
    margin-left: 520px;
  }
}
@media (min-width: 768px) {
  .page-top .section-latest-updates .container-magazine .last-line,
  .page-top .section-latest-updates .container-news .last-line {
    display: inline !important;
    white-space: normal !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .page-news .section-news-detail,
  .page-company .section-company,
  .page-privacy .section-privacy,
  .page-privacy .section-term-of-use {
    padding: 0 5%;
  }
  .page-top .section-latest-updates {
    padding-right: 5%;
    padding-left: 5%;
  }
  .page-top .section-pick-up {
    padding: 0 5%;
  }
  .page-top .section-pick-up .button-view-all {
    width: 240px;
    height: 48px;
    background: url("images/sp/top/button-view-all-tab.png?hash=52ce90c3c3451eead489d3ec9a1b21be") left top no-repeat transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .page-top .section-pick-up .button-view-all:after {
    display: none;
  }
  .opening-container .opening-img {
    background: url("images/sp/top/opening-visual-1-tab.jpg?hash=e026e440ea254971ae871f7a2e99f9e8") 50% 50% no-repeat transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .opening-container .opening-logo {
    width: 465px;
    height: 26px;
    margin-top: -13px;
    margin-left: -232px;
  }
  .opening-container .opening-logo .for-pc {
    display: none;
  }
  .opening-container .opening-logo .for-tab {
    display: inline-block;
    width: 100%;
  }
  .page-top .slide-container,
  .page-collection .slide-container {
    width: 100%;
  }
  .page-top .slide-container img,
  .page-collection .slide-container img {
    width: 100%;
  }
  .page-collection .item-list-wrap {
    padding: 0 5%;
  }
  .page-collection .modal .modal-header .button-back {
    left: 5%;
  }
  .page-collection .modal .modal-header .logo {
    right: 5%;
    width: 201px;
  }
  .page-collection .modal .modal-header .logo .for-pc {
    display: none;
  }
  .page-collection .modal .modal-header .logo .for-tab {
    display: inline-block;
    width: 100%;
  }
  .page-collection .modal .modal-header .heading {
    padding: 0 250px;
  }
  .page-collection .modal .modal-main .thumbnails {
    margin-left: 5%;
  }
  .page-collection .modal .modal-footer .button-online {
    width: 179.5px;
    height: 41px;
    background: url("images/sp/collection/button-online-tab.png?hash=2a782ac3270f3049f7545b4f44d956e1") left top no-repeat transparent;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .page-collection .modal .modal-footer .button-online:after {
    display: none;
  }
  .page-collection .modal .modal-footer .button-facebook,
  .page-collection .modal .modal-footer .button-facebook:hover {
    width: 20px;
    height: 17px;
    background: url("images/sp/common/button-facebook-tab.png?hash=3a8aba4e252bc363946e6cc2532ea8ff") left top no-repeat transparent;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .page-collection .modal .modal-footer .button-twitter,
  .page-collection .modal .modal-footer .button-twitter:hover {
    width: 20px;
    height: 17px;
    background: url("images/sp/common/button-twitter-tab.png?hash=44a8bc0217a1169be0416fbc67728dc1") left top no-repeat transparent;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .page-about .section-about {
    padding: 0 5%;
  }
  .page-shop .section-shop {
    padding: 0 5%;
  }
  .page-news .section-news-list {
    padding: 0 5%;
  }
  .page-news .section-news-list .news-list {
    width: 100%;
  }
  .page-news .section-news-list .news-list li .heading-container .text-container {
    font-size: 13px;
  }
  .page-news .section-news-detail .detail-container .detail .img-container img {
    width: 100%;
  }
  .page-news .section-news-detail .detail-container .detail.column-1 .section {
    width: 100%;
  }
  .page-news .section-news-detail .shop-info {
    width: 100%;
  }
  .page-magazine .section-series {
    padding: 0 5%;
  }
  .page-magazine .section-series .series li .detail .number {
    font-size: 44px;
  }
  .page-magazine .section-series .series li .detail .heading {
    font-size: 21px;
  }
  .page-magazine .section-series .series li .detail .lead {
    font-size: 12px;
  }
  .page-magazine .section-series .series li .detail a .date {
    font-size: 10px;
  }
  .page-magazine .section-series .series li .detail a .title {
    font-size: 12px;
  }
  .page-magazine .section-series .series li .detail a .title span {
    padding-bottom: 0;
  }
  .page-magazine .section-back-number .back-number .sub-heading {
    margin-left: 5%;
    font-size: 24px;
  }
  .page-magazine .section-back-number .back-number .article-container {
    margin: 0 5%;
  }
  .page-magazine .section-back-number .back-number .article-container li .number {
    font-size: 24px;
  }
  .page-magazine .section-back-number .back-number .article-container li .heading {
    font-size: 13px;
  }
  .page-magazine .modal-inner {
    width: 100%;
    padding: 0 4.6875%;
  }
  .page-magazine .modal-contents .button-close {
    width: 45px;
    height: 45px;
    background: url("images/sp/magazine/button-close.png?hash=a6a3a7161b1b73f1309085eefd5bbf84") left top no-repeat transparent;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .page-magazine .header-magazine .logo a {
    width: 244px;
  }
  .page-magazine .header-magazine .logo .for-common {
    display: none;
  }
  .page-magazine .header-magazine .logo .for-tab {
    display: inline-block;
    width: 100%;
  }
  .page-magazine .header-magazine .heading {
    width: 354px;
    margin: 0 auto;
  }
  .page-magazine .header-magazine .heading .for-common {
    display: none;
  }
  .page-magazine .header-magazine .heading .for-tab {
    display: inline-block;
    width: 100%;
  }
  .page-magazine .section-items {
    margin: 0 5%;
    width: 90%;
  }
  .page-magazine .section-paging {
    padding: 0 5%;
  }
  .page-magazine .button-facebook,
  .page-magazine .button-facebook:hover {
    width: 21px;
    height: 20px;
    background: url("images/sp/common/button-facebook.png?hash=b7b85667f1ae98075365968b55e23e3b") left top no-repeat transparent;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .page-magazine .button-twitter,
  .page-magazine .button-twitter:hover {
    width: 24px;
    height: 20px;
    background: url("images/sp/common/button-twitter.png?hash=bdd063acb56da009ef4a756bd026a9be") left top no-repeat transparent;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .page-magazine .section-moment .contents-wrap {
    padding: 0 5%;
  }
  .page-magazine .section-moment .catch {
    font-size: 18px;
  }
  .page-magazine .section-moment .text {
    font-size: 13px;
  }
  .page-magazine .section-moment .sns-container {
    margin-right: 5%;
    padding: 40px 0;
  }
  .page-magazine .section-moment.moment-2 .contents-wrap li:nth-child(1) .detail-container .text {
    padding-top: 16%;
  }
  .page-magazine .section-moment.moment-2 .contents-wrap li:nth-child(2) {
    margin-top: -37.5%;
  }
  .page-magazine .section-moment.moment-5 .contents-wrap li {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .page-magazine .section-moment.moment-5 .contents-wrap li:nth-child(1) {
    padding-bottom: 50px;
  }
  .page-magazine .section-moment.moment-7 .intro-container {
    margin-bottom: 50px;
  }
  .page-magazine .section-moment.moment-7 .contents-wrap li {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .page-magazine .section-moment.moment-7 .contents-wrap li:nth-child(1) {
    margin-bottom: 50px;
  }
  .page-magazine .section-moment.moment-7 .contents-wrap li:last-child {
    margin-top: 50px;
  }
  .page-magazine .section-moment.moment-8 .intro-container {
    margin-bottom: 50px;
  }
  .page-magazine .section-moment.moment-8 .contents-wrap li {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .page-magazine .section-moment.moment-8 .contents-wrap li:nth-child(1) {
    margin-bottom: 50px;
  }
  .page-magazine .section-moment.moment-8 .contents-wrap li:last-child {
    margin-top: 50px;
  }
  .page-magazine .section-moment.moment-8 .contents-wrap li:last-child .detail-container {
    margin-left: 23px;
    margin-right: 45px;
  }
  .page-magazine .section-moment.moment-9 .intro-container {
    margin-bottom: 50px;
  }
  .page-magazine .section-moment.moment-9 .contents-wrap li {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .page-magazine .section-moment.moment-9 .contents-wrap li:nth-child(1) {
    margin-bottom: 50px;
  }
  .page-magazine .section-moment.moment-9 .contents-wrap li:last-child {
    margin-top: 50px;
  }
  .page-magazine .section-moment.moment-9 .contents-wrap li:last-child .detail-container {
    margin-left: 23px;
    margin-right: 45px;
  }
  .page-magazine .section-moment.moment-10 .intro-container {
    margin-bottom: 50px;
  }
  .page-magazine .section-moment.moment-10 .contents-wrap li {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .page-magazine .section-moment.moment-10 .contents-wrap li:nth-child(1),
  .page-magazine .section-moment.moment-10 .contents-wrap li:nth-child(2) {
    margin-bottom: 50px;
  }
  .page-magazine .section-moment.moment-10 .contents-wrap li:last-child {
    margin-top: 50px;
  }
  .page-magazine .section-moment.moment-10 .contents-wrap li:last-child .detail-container {
    margin-left: 23px;
    margin-right: 45px;
  }
  .page-magazine .section-moment.story-template .movie .movie-container {
    width: 100%;
  }
  .page-magazine .section-moment.story-template .movie .movie-button:hover .thumbnail,
  .page-magazine .section-moment.story-template .movie .movie-button:hover .play-icon {
    opacity: 1;
  }
  .page-magazine .section-moment.story-template .title {
    font-size: 18px;
  }
  .page-magazine .section-moment.story-template .lead {
    font-size: 13px;
  }
  .page-magazine .section-moment.story-template .img-list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1%;
  }
  .page-magazine .section-moment.story-template .img-list li {
    width: 32.67326732673268%;
    margin-bottom: 0.495049504950495%;
    margin-right: 0.5%;
  }
  .page-magazine .section-moment.story-template .img-list li img {
    width: 100%;
  }
  .page-magazine .section-atelier .slide-container {
    width: 100%;
  }
  .page-magazine .section-atelier .slide-container .catch {
    font-size: 18px;
    letter-spacing: -0.01em;
  }
  .page-magazine .section-atelier .slide-container .text {
    font-size: 13px;
  }
  .page-magazine .section-atelier .slide-container .slide-container-text .slide {
    padding-bottom: 50px;
  }
  .page-magazine .section-atelier .slide-container .slide-container-text .slide li {
    left: auto;
    right: 0;
    padding-right: 80px;
    padding-left: 80px;
  }
  .page-magazine .section-atelier .slide-container .slide-paginations {
    left: auto;
    right: 0;
  }
  .page-magazine .section-atelier .slide-container .button-prev,
  .page-magazine .section-atelier .slide-container .button-next {
    right: 25px;
    left: auto;
    margin-left: 0;
  }
  .page-magazine .section-atelier .slide-container .button-prev {
    right: 450px;
  }
  .page-magazine .section-atelier .tips {
    left: auto;
    right: 0;
  }
  .page-magazine .section-interview .sns-container {
    margin-right: 5%;
    padding: 40px;
  }
  .page-magazine .section-interview .module-container .text {
    font-size: 13px;
  }
  .page-magazine .section-interview .module-container .block .heading {
    font-size: 16px;
  }
  .page-magazine .section-interview .module-container .block-text-only .text-container {
    padding-top: 5.2%;
  }
  .page-magazine .section-interview .module-container .module-b {
    padding: 0 5%;
  }
  .page-magazine .section-interview .module-container .module-b .block-img-left {
    margin-bottom: 6%;
  }
  .page-magazine .section-interview .module-container .module-b .block-img-left .img {
    margin-top: 0;
  }
  .page-magazine .section-interview .module-container .module-b .block-text-only {
    margin-top: 0;
  }
  .page-magazine .section-interview .module-container .module-c {
    padding: 0 5%;
  }
  .page-magazine .section-interview .module-container .module-c .block-img-right .text-container {
    margin-top: 0;
  }
  .page-magazine .section-interview .module-container .module-d {
    padding: 0 5%;
  }
  .page-magazine .section-interview .module-container .module-d .block-img-left {
    margin-bottom: 6%;
  }
  .page-magazine .section-interview .module-container .module-d .block-img-left .text-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5.2%;
  }
  .page-magazine .section-interview .module-container .module-e .profile .name {
    font-size: 16px;
  }
  .page-magazine .section-interview .module-container .module-e .profile .link {
    font-size: 13px;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap,
  .page-magazine .section-interview.interview-2 .contents-wrap,
  .page-magazine .section-interview.interview-3 .contents-wrap {
    padding: 0 5%;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li .detail-container,
  .page-magazine .section-interview.interview-2 .contents-wrap li .detail-container,
  .page-magazine .section-interview.interview-3 .contents-wrap li .detail-container {
    padding-top: 34px;
    padding-bottom: 32px;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li .detail-container .heading,
  .page-magazine .section-interview.interview-2 .contents-wrap li .detail-container .heading,
  .page-magazine .section-interview.interview-3 .contents-wrap li .detail-container .heading {
    font-size: 15px;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li .detail-container .text,
  .page-magazine .section-interview.interview-2 .contents-wrap li .detail-container .text,
  .page-magazine .section-interview.interview-3 .contents-wrap li .detail-container .text {
    font-size: 13px;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(1) {
    margin-bottom: 30px;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(1) .img-container {
    margin-top: 73px;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(1) .detail-container {
    padding-bottom: 32px;
    padding-left: 50px;
    padding-right: 20px;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(2) {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(2) .detail-container {
    padding-top: 34px;
    padding-left: 70px;
    padding-right: 70px;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(3) {
    margin-bottom: 30px;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(3) .detail-container {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 50px;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(4) {
    margin-bottom: 30px;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(4) .detail-container {
    padding-bottom: 32px;
    padding-left: 50px;
    padding-right: 20px;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(5) {
    margin-top: 0;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(5) .img-container {
    width: 88%;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(5) .detail-container {
    padding-top: 54px;
    padding-left: 70px;
    padding-right: 70px;
  }
  .page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(1) {
    margin-bottom: 30px;
  }
  .page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(1) .img-container {
    margin-top: 70px;
  }
  .page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(2) {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(2) .detail-container {
    padding-top: 34px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(3) {
    margin-bottom: 30px;
  }
  .page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(3) .detail-container {
    margin-top: 70px;
    padding-right: 60px;
    padding-left: 30px;
    padding-right: 60px;
  }
  .page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(4) {
    margin-bottom: 30px;
  }
  .page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(4) .img-container {
    width: 88%;
  }
  .page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(4) .detail-container {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 54px;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(1) {
    margin-bottom: 30px;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(1) .img-container {
    margin-left: 6%;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(2) {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(2) .detail-container {
    width: 100%;
    padding-top: 34px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(3) {
    margin-bottom: 30px;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(4) {
    margin-bottom: 30px;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(4) .img-container {
    width: 88%;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(4) .detail-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(5) {
    margin-bottom: 30px;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(5) .detail-container {
    padding-bottom: 32px;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(6) {
    margin-top: 0;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(6) .detail-container {
    margin: 100px -30px 0 0;
  }
  .page-magazine.magazine-list .article-list-container {
    padding: 0 5%;
  }
  .page-magazine.magazine-list .article-list-container ul.article-list li {
    font-size: 13px;
  }
  .page-magazine.magazine-list .article-list-container ul.article-list li .category {
    font-size: 24px;
  }
  .page-magazine .section-styling .section-items {
    margin: 0 5%;
    width: 90%;
  }
  .page-magazine .section-styling .sns-container {
    margin-right: 5%;
    padding: 40px 0;
  }
  .page-magazine .section-styling .text {
    font-size: 13px;
  }
  .page-magazine .section-styling .visual-container .lead .heading {
    font-size: 20px;
  }
  .page-magazine .section-styling .section-item .heading {
    font-size: 32px;
  }
  .page-magazine .section-styling .section-item .point {
    margin: 5%;
  }
  .page-magazine .section-styling .section-item .point ul li .title {
    margin-bottom: 15px;
  }
  .page-magazine .section-styling .section-styling-pattern .heading {
    font-size: 32px;
  }
  .page-magazine .section-styling .section-styling-pattern .styling-container {
    padding: 5%;
  }
  .page-magazine .section-styling .section-styling-pattern .styling-container .styling .img .label {
    font-size: 42px;
  }
  .page-magazine .section-styling .section-styling-pattern .styling-container .stylist .title {
    font-size: 13px;
  }
  .page-magazine .section-styling .section-styling-pattern .styling-container .stylist .name {
    font-size: 16px;
  }
  .page-magazine .section-anelli .contents-wrap {
    padding: 0 5%;
  }
  .page-magazine .section-anelli .catch {
    font-size: 18px;
  }
  .page-magazine .section-anelli .text {
    font-size: 13px;
  }
  .page-magazine .section-anelli .sns-container {
    margin-right: 5%;
    padding: 40px 0;
  }
  .page-magazine .section-anelli .title {
    font-size: 18px;
  }
  .page-magazine .section-anelli .lead {
    font-size: 13px;
  }
  .page-magazine .section-anelli .text-block {
    font-size: 13px;
  }
  .page-magazine .section-anelli .img-list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1%;
  }
  .page-magazine .section-anelli .img-list li {
    width: 32.67326732673268%;
    margin-bottom: 0.495049504950495%;
    margin-right: 0.5%;
  }
  .page-magazine .section-anelli .img-list li img {
    width: 100%;
  }
  .page-contact .form-container .select-wrap:before {
    display: block;
    content: "";
    position: absolute;
    right: 39px;
    top: 12px;
    z-index: 1;
    left: auto;
    width: 10px;
    height: 6px;
    background: url("images/sp/contact/icon-arrow.png?hash=86cacc9f60e932a39d9fba69b8996d91") left top no-repeat transparent;
    -webkit-background-size: 10px 6px;
    -moz-background-size: 10px 6px;
    background-size: 10px 6px;
  }
  .page-contact .form-container .select-wrap .original-select {
    display: block;
  }
  .page-contact .form-container .select-wrap .select,
  .page-contact .form-container .select-wrap .select-options {
    display: none;
  }
  .page-contact .form-container .button-container .button-send {
    width: 180px;
    height: 40px;
    background: url("images/sp/contact/button-send-inactive-tab.png?hash=5895da642e7af717b3338cde5cb005f2") left top no-repeat transparent;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .page-contact .form-container .button-container .button-send.is-enabled {
    width: 180px;
    height: 40px;
    background: url("images/sp/contact/button-send-tab.png?hash=d5f139367cadef807bf6e76a6e1ad751") left top no-repeat transparent;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .page-contact .form-container .button-container .button-send.is-enabled:after {
    display: none;
  }
  .page-member .section-member {
    padding: 0 5%;
  }
}
@media (max-width: 767px) {
  .page-news .section-news-detail,
  .page-company .section-company,
  .page-privacy .section-privacy,
  .page-privacy .section-term-of-use {
    padding: 0 4.6875%;
  }
  .page-heading {
    padding: 27px 0 25px;
    font-size: 21px;
  }
  .page-top .slide-container {
    width: 100%;
    margin-bottom: 13.125%;
  }
  .page-top .slide-container:before {
    padding-top: 100%;
  }
  .page-top .section-latest-updates {
    width: 90.625%;
    padding-bottom: 17.65625%;
    margin: 0 4.6875%;
  }
  .page-top .section-latest-updates .container-news,
  .page-top .section-latest-updates .container-magazine {
    width: 100%;
    float: none;
  }
  .page-top .section-latest-updates .container-news .content-name,
  .page-top .section-latest-updates .container-magazine .content-name {
    margin-bottom: 4.482758620689655%;
    font-size: 19px;
  }
  .page-top .section-latest-updates .container-news .heading-container,
  .page-top .section-latest-updates .container-magazine .heading-container {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    padding: 4.137931034482759% 0 0;
    color: #343434;
    background: transparent;
    opacity: 1;
  }
  .page-top .section-latest-updates .container-news .heading-container:before,
  .page-top .section-latest-updates .container-magazine .heading-container:before {
    display: none;
  }
  .page-top .section-latest-updates .container-news .heading-container .frame,
  .page-top .section-latest-updates .container-magazine .heading-container .frame {
    display: none;
  }
  .page-top .section-latest-updates .container-news .heading-container .text-container,
  .page-top .section-latest-updates .container-magazine .heading-container .text-container {
    position: relative;
    left: auto;
    top: auto;
    padding: 0 3.448275862068965%;
    font-size: 10px;
    font-weight: normal;
  }
  .page-top .section-latest-updates .container-news .heading-container .date,
  .page-top .section-latest-updates .container-magazine .heading-container .date {
    margin-bottom: 1.111111111111111%;
    line-height: 1.2;
  }
  .page-top .section-latest-updates .container-news .heading-container .heading,
  .page-top .section-latest-updates .container-magazine .heading-container .heading {
    font-size: 11px;
    line-height: 1.36;
  }
  .page-top .section-latest-updates .container-news {
    margin-right: 0;
    margin-bottom: 13.793103448275861%;
  }
  .page-top .section-latest-updates .container-magazine .heading-container .text-container {
    padding: 0;
  }
  .page-top .section-latest-updates .container-magazine .heading-container .heading {
    word-break: break-all;
  }
  .page-top .section-pick-up .page-heading {
    padding: 4.375% 0 4.0625%;
    font-size: 15px;
  }
  .page-top .section-pick-up .item-container {
    margin-bottom: 9.375%;
  }
  .page-top .section-pick-up .button-view-all {
    width: 175px;
    height: 35px;
    background: url("images/sp/top/button-view-all.png?hash=37d4affcd9880e08284f824dc969eb1b") left top no-repeat transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .page-top .section-pick-up .button-view-all:after {
    display: none;
  }
  .page-top .footer {
    margin-top: 15.625%;
  }
  .opening-container .opening-img {
    background: url("images/sp/top/opening-visual-1.jpg?hash=10229aaf3bec30b02e7109ec0f043c02") 50% bottom no-repeat transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .opening-container .opening-logo {
    width: 260px;
    height: 15px;
    margin-top: -7.5px;
    margin-left: -130px;
  }
  .is-menu-opened .page-top .header .logo {
    border-bottom: 1px solid #d2d2d2;
  }
  .page-collection .page-heading {
    margin-bottom: 13px;
  }
  .page-collection .collection-name {
    padding-top: 13px;
    font-size: 12px;
  }
  .page-collection .slide-container {
    margin-bottom: 21px;
  }
  .page-collection .page-nav {
    margin-top: 0;
    margin-bottom: 18px;
    width: 100%;
    text-align: center;
  }
  .page-collection .page-nav a {
    font-size: 10px;
  }
  .page-collection .page-nav a::after {
    top: -2px;
    width: 7px;
    height: 13px;
  }
  .page-collection .page-nav .prev {
    padding-left: 5px;
    padding-right: 10px;
    float: none;
  }
  .page-collection .page-nav .prev::after {
    right: 0;
    background: url("images/sp/collection/button-prev.png?hash=488ebdf87774690f5b9d14e981660ed9") right top no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .page-collection .page-nav .next {
    padding-left: 10px;
    padding-right: 5px;
  }
  .page-collection .page-nav .next::after {
    left: 0;
    background: url("images/sp/collection/button-next.png?hash=a189be9fdde22cd29eb8821be50d265d") left top no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .page-collection .category-container {
    padding: 11px 0;
  }
  .page-collection .category-container .category-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .page-collection .category-container .category-list li {
    padding: 0 13px 0 14px;
  }
  .page-collection .category-container .category-list li a {
    font-size: 11px;
    line-height: 2;
  }
  .page-collection .item-list-wrap {
    margin-top: 21px;
  }
  .page-collection .footer {
    margin-top: 15.625%;
  }
  .page-collection .modal .modal-header .container {
    padding: 25px 0 22px;
  }
  .page-collection .modal .modal-header .button-back {
    display: none;
  }
  .page-collection .modal .modal-header .heading {
    padding: 0 50px;
    font-size: 11px;
  }
  .page-collection .modal .modal-header .logo {
    position: relative;
    right: auto;
    top: auto;
    width: 156px;
    margin: 0 auto 25px;
  }
  .page-collection .modal .modal-main .large-img {
    position: relative;
    width: 88.75%;
    height: auto;
  }
  .page-collection .modal .modal-main .thumbnails {
    margin: 5.625% 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .page-collection .modal .modal-main .thumbnails li {
    float: none;
    margin: 0 1.40625%;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
  .page-collection .modal .modal-main .thumbnails li:after {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
  .page-collection .modal .modal-footer .heading {
    padding: 13px 15px;
    font-size: 11px;
    line-height: 1.72;
  }
  .page-collection .modal .modal-footer a {
    display: block;
  }
  .page-collection .modal .modal-footer .button-online {
    width: 175px;
    height: 35px;
    background: url("images/sp/collection/button-online.png?hash=8a0b46060c989b0ddff8fee064361105") left top no-repeat transparent;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .page-collection .modal .modal-footer .button-online:after {
    display: none;
  }
  .page-collection .modal .modal-footer .sns {
    width: 125px;
    margin-bottom: 30px;
  }
  .page-collection .modal .modal-footer .sns li {
    float: left;
    width: auto;
  }
  .page-collection .modal .modal-footer .button-facebook,
  .page-collection .modal .modal-footer .button-facebook:hover {
    width: 21px;
    height: 20px;
    background: url("images/sp/common/button-facebook.png?hash=b7b85667f1ae98075365968b55e23e3b") left top no-repeat transparent;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .page-collection .modal .modal-footer .button-twitter,
  .page-collection .modal .modal-footer .button-twitter:hover {
    margin-left: 28px;
    width: 24px;
    height: 20px;
    background: url("images/sp/common/button-twitter.png?hash=bdd063acb56da009ef4a756bd026a9be") left top no-repeat transparent;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .page-collection .modal .modal-footer .button-line {
    margin-left: 26.5px;
    width: 21px;
    height: 20px;
    background: url("images/sp/common/button-line.png?hash=a1b5e63ad6072770cc8d6c6e27110624") left top no-repeat transparent;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .page-collection .modal .modal-footer .button-back {
    display: block;
    width: 50px;
    margin: 0 auto;
    padding-left: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 13px;
    background: url("images/sp/common/icon-arrow-back.png?hash=64c6d2066aa16e12ad07dc986476e6fd") left top no-repeat transparent;
    -webkit-background-size: 7px 13px;
    -moz-background-size: 7px 13px;
    background-size: 7px 13px;
  }
  .page-collection .modal .button-prev {
    left: 15px;
    background: url("images/sp/common/button-prev.png?hash=de22988e861c56b72d4a6ecb41033fd8") left top no-repeat transparent;
    -webkit-background-size: 12px 22px;
    -moz-background-size: 12px 22px;
    background-size: 12px 22px;
  }
  .page-collection .modal .button-next {
    right: 15px;
    background: url("images/sp/common/button-next.png?hash=4db43be7cc4b28f39532768ec7828107") left top no-repeat transparent;
    -webkit-background-size: 12px 22px;
    -moz-background-size: 12px 22px;
    background-size: 12px 22px;
  }
  .page-collection .modal .button-prev,
  .page-collection .modal .button-next {
    display: block;
    position: absolute;
    top: 58px;
    margin-top: 0;
    width: 12px;
    height: 22px;
  }
  .page-shop .page-heading {
    padding-bottom: 22px;
  }
  .page-shop .section-shop {
    padding: 0 0 52px;
  }
  .page-shop .section-shop .shop {
    margin-bottom: 40px;
  }
  .page-shop .section-shop .shop:last-child {
    margin-bottom: 0;
  }
  .page-shop .section-shop h3 {
    margin-bottom: 13px;
    margin-left: 0;
    font-size: 15px;
    letter-spacing: 0;
  }
  .page-shop .section-shop p {
    font-size: 12px;
    line-height: 1.9;
  }
  .page-shop .section-shop p.closed {
    margin-bottom: 1.1em;
  }
  .page-shop .section-shop p.add {
    margin-bottom: 18px;
    padding-left: 36px;
    text-indent: -36px;
  }
  .page-shop .section-shop .button-map {
    display: block;
    width: 122px;
    height: 26px;
    margin-top: 9px;
    margin-left: 0;
    font-size: 12px;
    line-height: 24px;
  }
  .page-shop .footer {
    margin-top: 0;
  }
  .page-news .page-heading {
    padding: 17px 0 20px;
    letter-spacing: 0.05em;
    text-indent: 0;
  }
  .page-news .section-news-list {
    width: 90.625%;
    margin: 0 auto;
  }
  .page-news .section-news-list .news-list {
    margin-right: -1.379310344827586%;
    margin-bottom: 3.103448275862069%;
  }
  .page-news .section-news-list .news-list li {
    width: 48.63945578231292%;
    margin-right: 1.360544217687075%;
    margin-bottom: 6.462585034013606%;
  }
  .page-news .section-news-list .news-list li .heading-container {
    padding: 5.594405594405594% 0;
  }
  .page-news .section-news-list .news-list li .heading-container .text-container {
    padding: 0 6.993006993006993%;
    font-size: 10px;
  }
  .page-news .section-news-list .news-list li .heading-container .date {
    margin-bottom: 2.439024390243902%;
    line-height: 1.2;
  }
  .page-news .section-news-list .news-list li .heading-container .heading {
    font-size: 11px;
    line-height: 1.4;
  }
  .page-news .section-news-list .page-numbers {
    padding-bottom: 18px;
  }
  .page-news .section-news-list .page-numbers li {
    padding: 0 12px;
  }
  .page-news .section-news-list .page-numbers li a,
  .page-news .section-news-list .page-numbers li span {
    padding: 0 2px;
    font-size: 11px;
    line-height: 2;
  }
  .page-news .section-news-detail .article-date {
    padding-top: 25px;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 1.3;
  }
  .page-news .section-news-detail .article-heading {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.35;
  }
  .page-news .section-news-detail .detail-container p {
    font-size: 12px;
    line-height: 1.83;
    margin-bottom: 1.83em;
  }
  .page-news .section-news-detail .detail-container .detail p {
    font-size: 12px;
    line-height: 1.83;
    margin-bottom: 1.83em;
  }
  .page-news .section-news-detail .detail-container .detail.column-2 .section {
    width: 100%;
    margin-bottom: 40px;
  }
  .page-news .section-news-detail .detail-container .detail.column-2 .section > div {
    float: none;
    width: 100%;
  }
  .page-news .section-news-detail .detail-container .detail.column-2 .section > div:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .page-news .section-news-detail .detail-container .detail.column-2 .section > div.portrait {
    width: 66.55172413793103%;
    margin-right: auto;
    margin-left: auto;
  }
  .page-news .section-news-detail .detail-container .detail.column-1 .section {
    width: 100%;
    margin-bottom: 35px;
  }
  .page-news .section-news-detail .detail-container .detail.column-1 .img-container {
    margin-bottom: 20px;
    text-align: center;
  }
  .page-news .section-news-detail .detail-container .detail.column-1 .img-container.portrait {
    width: 66.55172413793103%;
    margin-right: auto;
    margin-left: auto;
  }
  .page-news .section-news-detail .detail-container .line-item {
    width: 90px;
    margin: 35px auto 0;
  }
  .page-news .section-news-detail .shop-info {
    width: 100%;
    margin: 0 auto 15px;
    padding: 9px 15px;
  }
  .page-news .section-news-detail .shop-info .heading {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.83;
  }
  .page-news .section-news-detail .shop-info p {
    line-height: 1.83;
  }
  .page-news .footer {
    margin-top: 25px;
  }
  .page-magazine .footer {
    margin-top: 8.75%;
  }
  .page-magazine .main {
    padding-bottom: 0;
  }
  .page-magazine .main >.heading {
    margin-top: 14px;
    margin-bottom: 10px;
    font-size: 21px;
  }
  .page-magazine .button-view-all {
    width: 175px;
    height: 35px;
    background: url("images/sp/magazine/button-view-all.png?hash=37d4affcd9880e08284f824dc969eb1b") left top no-repeat transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .page-magazine .button-view-all:after {
    display: none;
  }
  .page-magazine .section-series {
    margin-bottom: 11.875%;
  }
  .page-magazine .section-series .series {
    margin: 0 4.6875% 9.375%;
  }
  .page-magazine .section-series .series li {
    display: block;
    padding-bottom: 35px;
    margin-bottom: 5.172413793103448%;
  }
  .page-magazine .section-series .series li .thumbnail,
  .page-magazine .section-series .series li .detail {
    width: 100%;
  }
  .page-magazine .section-series .series li .detail {
    padding: 0 5.172413793103448%;
  }
  .page-magazine .section-series .series li .detail .number {
    top: -14px;
    left: 0;
    width: 100%;
    margin-top: 0;
    text-align: center;
    font-size: 28px;
  }
  .page-magazine .section-series .series li .detail .heading {
    padding-top: 28px;
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.15;
  }
  .page-magazine .section-series .series li .detail .lead {
    margin-bottom: 32px;
    line-height: 1.85;
  }
  .page-magazine .section-series .series li .detail .lead span {
    letter-spacing: -0.03em;
  }
  .page-magazine .section-series .series li .detail a .date {
    margin-bottom: 1px;
    font-size: 10px;
  }
  .page-magazine .section-series .series li .detail a .title {
    font-size: 13px;
  }
  .page-magazine .section-series .series li .detail a .title span {
    padding-bottom: 0;
  }
  .page-magazine .section-series .series li.series-interview .detail .number,
  .page-magazine .section-series .series li.series-atelier .detail .number,
  .page-magazine .section-series .series li.series-styling .detail .number,
  .page-magazine .section-series .series li.series-anelli .detail .number,
  .page-magazine .section-series .series li.series-story .detail .number {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .page-magazine .section-series .series li.series-interview .detail .heading {
    padding-top: 27px;
    margin-bottom: 8px;
  }
  .page-magazine .section-back-number {
    width: 90.625%;
    padding-top: 13px;
  }
  .page-magazine .section-back-number .button-view-all {
    margin-top: 37.76223776223776%;
    width: 100px;
    background: url("images/sp/magazine/button-view-all-small.png?hash=ecad95616a2d93d687ba49a5982f2a91") left top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .page-magazine .section-back-number .button-view-all:after {
    display: none;
  }
  .page-magazine .section-back-number .heading {
    margin-bottom: 18px;
    font-size: 19px;
  }
  .page-magazine .section-back-number .back-number {
    margin-bottom: 41px;
  }
  .page-magazine .section-back-number .back-number .sub-heading {
    margin-left: 0;
    margin-bottom: 14px;
    font-size: 15px;
    text-align: center;
  }
  .page-magazine .section-back-number .back-number .article-container {
    margin-left: -0.689655172413793%;
    margin-right: -0.689655172413793%;
  }
  .page-magazine .section-back-number .back-number .article-container li .thumbnail {
    margin-bottom: 8px;
  }
  .page-magazine .section-back-number .back-number .article-container li .number {
    margin-bottom: 4px;
    font-size: 13px;
  }
  .page-magazine .section-back-number .back-number .article-container li .heading {
    font-size: 11px;
    line-height: 1.6;
  }
  .page-magazine .section-back-number .back-number .article-container .button-prev,
  .page-magazine .section-back-number .back-number .article-container .button-next {
    width: 50px;
    height: 30px;
    margin-top: -40px;
  }
  .page-magazine .section-back-number .back-number .article-container .button-prev .button::after,
  .page-magazine .section-back-number .back-number .article-container .button-next .button::after {
    width: 7px;
    height: 13px;
    margin-top: 8px;
  }
  .page-magazine .section-back-number .back-number .article-container .button-prev {
    margin-left: 0;
  }
  .page-magazine .section-back-number .back-number .article-container .button-prev .button::after {
    left: 2px;
    background: url("images/sp/magazine/button-prev-small.png?hash=e67db6503d13c1240ab2524f29ebfaa5") left top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .page-magazine .section-back-number .back-number .article-container .button-next {
    margin-right: 0;
  }
  .page-magazine .section-back-number .back-number .article-container .button-next .button::after {
    right: 2px;
    background: url("images/sp/magazine/button-next-small.png?hash=b4a38dd2062b64967c42ad1853771825") left top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .page-magazine.magazine-detail .footer {
    margin-top: 36px;
  }
  .page-magazine.magazine-detail .section-back-number {
    padding-top: 10.9375%;
  }
  .page-magazine.magazine-detail .section-back-number .heading {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .page-magazine .header-magazine .logo {
    padding-top: 17px;
  }
  .page-magazine .header-magazine .logo a {
    width: 155px;
  }
  .page-magazine .header-magazine .heading {
    margin-top: -7px;
    text-align: center;
  }
  .page-magazine .header-magazine .heading img {
    width: 302px;
  }
  .page-magazine .header-magazine .page-links li {
    padding: 0;
    font-size: 10px;
  }
  .page-magazine .header-magazine .page-links li a,
  .page-magazine .header-magazine .page-links li span {
    padding: 0 10px;
  }
  .page-magazine .article-number {
    top: -19px;
    font-size: 35px;
  }
  .page-magazine .section-items {
    padding-bottom: 16.25%;
    border-top: none;
  }
  .page-magazine .section-items .page-heading {
    padding: 8.59375% 0 5.3125%;
    font-size: 18px;
  }
  .page-magazine .section-items .item-container .item-list li {
    width: 48.62068965517241%;
    margin-right: 2.758620689655173% !important;
    margin-bottom: 2.758620689655173% !important;
  }
  .page-magazine .section-items .item-container .item-list li:nth-child(even) {
    margin-right: 0 !important;
  }
  .page-magazine .section-items .item-container .item-contact {
    margin-top: 22px;
    font-size: 10px;
  }
  .page-magazine .section-paging {
    padding: 0 4.6875%;
    border-top: none;
  }
  .page-magazine .section-paging .paging li.prev a {
    padding-left: 14px;
  }
  .page-magazine .section-paging .paging li.next a {
    padding-right: 14px;
  }
  .page-magazine .section-paging .paging li .button-prev {
    margin-top: -6px;
    width: 7px;
    height: 13px;
    background: url("images/sp/magazine/button-prev-small.png?hash=e67db6503d13c1240ab2524f29ebfaa5") left top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .page-magazine .section-paging .paging li .button-next {
    margin-top: -6px;
    width: 7px;
    height: 13px;
    background: url("images/sp/magazine/button-next-small.png?hash=b4a38dd2062b64967c42ad1853771825") left top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .page-magazine .sns {
    width: 220px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .page-magazine .sns li {
    padding: 0 13px;
  }
  .page-magazine .sns li:first-child {
    width: 100%;
    padding: 0 0 18px !important;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  .page-magazine .sns li:nth-child(2) {
    padding-left: 48px;
  }
  .page-magazine .button-facebook,
  .page-magazine .button-facebook:hover {
    width: 21px;
    height: 20px;
    background: url("images/sp/common/button-facebook.png?hash=b7b85667f1ae98075365968b55e23e3b") left top no-repeat transparent;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .page-magazine .button-twitter,
  .page-magazine .button-twitter:hover {
    width: 24px;
    height: 20px;
    background: url("images/sp/common/button-twitter.png?hash=bdd063acb56da009ef4a756bd026a9be") left top no-repeat transparent;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .page-magazine .button-line {
    width: 21px;
    height: 20px;
    background: url("images/sp/common/button-line.png?hash=a1b5e63ad6072770cc8d6c6e27110624") left top no-repeat transparent;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .page-magazine .section-paging .paging {
    display: block;
    margin-top: 0;
    border-top: 1px solid #d2d2d2;
    padding: 15px 0;
  }
  .page-magazine .section-paging .paging li {
    display: block;
    width: 50%;
  }
  .page-magazine .section-paging .paging li.prev {
    padding-right: 0;
  }
  .page-magazine .section-paging .paging li.prev:only-child {
    border-right: 0;
  }
  .page-magazine .section-paging .paging li.next {
    padding-left: 0;
    border-left: 0;
    border: none;
    border-left: 1px solid #d2d2d2;
  }
  .page-magazine .section-paging .paging li.next:only-child {
    border-top: 0;
  }
  .page-magazine .section-paging .paging li a {
    padding: 0;
    height: 39px;
    line-height: 39px;
  }
  .page-magazine .section-paging .paging li a span {
    font-size: 12px;
  }
  .page-magazine .section-paging .paging .button-prev,
  .page-magazine .section-paging .paging .button-next {
    margin-top: -7px;
  }
  .page-magazine .section-paging .paging .button-next {
    width: 8px;
    height: 14px;
    background: url("images/common/buttons.png?hash=cfc69b2a255a3b3c46ea5db82e22ad9d") no-repeat;
    background-position: 0px -16px;
  }
  .page-magazine .section-paging .paging .button-prev {
    width: 9px;
    height: 16px;
    background: url("images/common/buttons.png?hash=cfc69b2a255a3b3c46ea5db82e22ad9d") no-repeat;
    background-position: 0px -88px;
  }
  .page-magazine .section-moment {
    padding: 0 4.6875%;
  }
  .page-magazine .section-moment .page-heading {
    padding: 37px 0 39px;
  }
  .page-magazine .section-moment .intro-container {
    padding: 0;
  }
  .page-magazine .section-moment .visual {
    margin-bottom: 26px;
  }
  .page-magazine .section-moment .catch {
    margin-bottom: 15px;
    padding: 0 0 18px !important;
    font-size: 14px;
    line-height: 1.42;
  }
  .page-magazine .section-moment .catch:after {
    width: 26px;
    margin-left: -13px;
  }
  .page-magazine .section-moment .text {
    margin-bottom: 34px;
    font-size: 12px;
    letter-spacing: normal !important;
  }
  .page-magazine .section-moment .contents-wrap li {
    display: block;
  }
  .page-magazine .section-moment .contents-wrap li .img-container {
    width: 100%;
    margin-bottom: 26px;
  }
  .page-magazine .section-moment .contents-wrap li .img-container.portrait {
    width: 66.72413793103448%;
    margin-right: auto;
    margin-left: auto;
  }
  .page-magazine .section-moment .contents-wrap li .detail-container {
    width: 100%;
    padding-left: 0;
  }
  .page-magazine .section-moment .contents-wrap li .detail-container .text {
    margin-bottom: 1.8em;
    text-align: left;
  }
  .page-magazine .section-moment .contents-wrap li .detail-container .text:last-child {
    margin-bottom: 35px;
  }
  .page-magazine .section-moment .contents-wrap li:nth-child(even) .detail-container {
    padding-right: 0;
  }
  .page-magazine .section-moment .sns-container {
    float: none;
    margin-right: 0;
    padding: 0;
  }
  .page-magazine .section-moment.moment-2 .contents-wrap li:nth-child(1) .detail-container .text {
    padding-top: 0;
  }
  .page-magazine .section-moment.moment-2 .contents-wrap li:nth-child(2) {
    margin-top: 0;
  }
  .page-magazine .section-moment.moment-3 .contents-wrap li:nth-child(1) .detail-container .text span {
    padding-left: 1em;
  }
  .page-magazine .section-moment.moment-5 .intro-container .text:last-child {
    margin-bottom: 35px;
  }
  .page-magazine .section-moment.moment-5 .contents-wrap li .detail-container .text {
    margin-bottom: 1.8em;
  }
  .page-magazine .section-moment.moment-5 .contents-wrap li .detail-container .text:last-child {
    margin-bottom: 50px;
  }
  .page-magazine .section-moment.moment-6 .intro-container .text:last-child {
    margin-bottom: 36px;
  }
  .page-magazine .section-moment.moment-6 .contents-wrap li:nth-child(1) {
    margin-bottom: 0;
  }
  .page-magazine .section-moment.moment-6 .contents-wrap li:nth-child(1) .img-container {
    margin-top: 0;
  }
  .page-magazine .section-moment.moment-6 .contents-wrap li:nth-child(2) .img-container {
    margin-top: 0;
  }
  .page-magazine .section-moment.moment-7 .intro-container {
    margin-bottom: 0;
  }
  .page-magazine .section-moment.moment-7 .intro-container .text:last-child {
    margin-bottom: 36px;
  }
  .page-magazine .section-moment.moment-7 .contents-wrap li:nth-child(2) .detail-container .text:last-child {
    margin-bottom: 1.8em;
  }
  .page-magazine .section-moment.moment-7 .contents-wrap li:last-child {
    margin-top: 0;
  }
  .page-magazine .section-moment.moment-7 .contents-wrap li:last-child .detail-container {
    width: 100%;
    margin-left: 0;
  }
  .page-magazine .section-moment.moment-8 .intro-container {
    margin-bottom: 0;
  }
  .page-magazine .section-moment.moment-8 .intro-container .text:last-child {
    margin-bottom: 36px;
  }
  .page-magazine .section-moment.moment-8 .contents-wrap li:nth-child(2) {
    margin-bottom: 0;
  }
  .page-magazine .section-moment.moment-8 .contents-wrap li:nth-child(2) .detail-container .text:last-child {
    margin-bottom: 1.8em;
  }
  .page-magazine .section-moment.moment-8 .contents-wrap li:last-child {
    margin-top: 0;
  }
  .page-magazine .section-moment.moment-8 .contents-wrap li:last-child .detail-container {
    width: 100%;
    margin-left: 0;
  }
  .page-magazine .section-moment.moment-9 .intro-container {
    margin-bottom: 0;
  }
  .page-magazine .section-moment.moment-9 .intro-container .text:last-child {
    margin-bottom: 36px;
  }
  .page-magazine .section-moment.moment-9 .contents-wrap li:nth-child(2) {
    margin-bottom: 0;
  }
  .page-magazine .section-moment.moment-9 .contents-wrap li:nth-child(2) .detail-container .text:last-child {
    margin-bottom: 1.8em;
  }
  .page-magazine .section-moment.moment-9 .contents-wrap li:last-child {
    margin-top: 0;
  }
  .page-magazine .section-moment.moment-9 .contents-wrap li:last-child .detail-container {
    width: 100%;
    margin-left: 0;
  }
  .page-magazine .section-moment.moment-10 .intro-container {
    margin-bottom: 0;
  }
  .page-magazine .section-moment.moment-10 .intro-container .text {
    line-height: 1.9;
  }
  .page-magazine .section-moment.moment-10 .intro-container .text:last-child {
    margin-bottom: 36px;
  }
  .page-magazine .section-moment.moment-10 .contents-wrap li:nth-child(1) {
    margin-bottom: 0;
  }
  .page-magazine .section-moment.moment-10 .contents-wrap li:nth-child(1) .detail-container .text {
    line-height: 1.9;
  }
  .page-magazine .section-moment.moment-10 .contents-wrap li:nth-child(2) {
    margin-bottom: 0;
  }
  .page-magazine .section-moment.moment-10 .contents-wrap li:nth-child(2) .detail-container .text {
    line-height: 1.85;
  }
  .page-magazine .section-moment.moment-10 .contents-wrap li:nth-child(2) .detail-container .text:last-child {
    margin-bottom: 1.8em;
  }
  .page-magazine .section-moment.moment-10 .contents-wrap li:last-child {
    margin-top: 0;
  }
  .page-magazine .section-moment.moment-10 .contents-wrap li:last-child .detail-container {
    width: 100%;
    margin-left: 0;
  }
  .page-magazine .section-moment.moment-10 .contents-wrap li:last-child .detail-container .text {
    line-height: 1.85;
  }
  .page-magazine .section-moment.story-template .page-heading {
    padding-bottom: 18px;
  }
  .page-magazine .section-moment.story-template .visual-container .article-number {
    top: 4px;
  }
  .page-magazine .section-moment.story-template .sns-container {
    padding-top: 34px;
  }
  .page-magazine .section-moment.story-template .movie {
    padding: 23px 0;
  }
  .page-magazine .section-moment.story-template .movie .movie-container {
    width: 100%;
  }
  .page-magazine .section-moment.story-template .movie .movie-container::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fafafa;
  }
  .page-magazine .section-moment.story-template .movie .movie-button .play-icon {
    width: 50px;
    height: 50px;
    border: 1px solid #653a15;
  }
  .page-magazine .section-moment.story-template .movie .movie-button .play-icon::before {
    margin-left: 2px;
    border-width: 11px 0 11px 16px;
  }
  .page-magazine .section-moment.story-template .movie .movie-button:hover .thumbnail,
  .page-magazine .section-moment.story-template .movie .movie-button:hover .play-icon {
    opacity: 1;
  }
  .page-magazine .section-moment.story-template .title {
    padding: 20px 0;
    padding-bottom: 19px;
    font-size: 14px;
  }
  .page-magazine .section-moment.story-template .title:after {
    width: 25px;
    height: 1px;
    margin-left: -12px;
  }
  .page-magazine .section-moment.story-template .visual-container + .title {
    padding-top: 82px;
  }
  .page-magazine .section-moment.story-template .lead {
    padding: 17px 0;
    font-size: 12px;
    line-height: 1.833333333333333;
  }
  .page-magazine .section-moment.story-template .visual-container + .lead {
    padding-top: 82px;
  }
  .page-magazine .section-moment.story-template .img-list {
    padding: 23px 0 19px;
  }
  .page-magazine .section-moment.story-template .img-list.column-4 li {
    width: 31.97278911564626%;
  }
  .page-magazine .section-moment.story-template .img-list.column-3 li {
    width: 48.63945578231292%;
  }
  .page-magazine .section-moment.story-template .img-list.column-2 li {
    width: 48.63945578231292%;
  }
  .page-magazine .section-moment.story-template .img-list.column-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .page-magazine .section-moment.story-template .img-list.column-1 li {
    width: 98.63945578231292%;
  }
  .page-magazine .section-moment.story-template .img-list ul {
    margin-right: -1.379310344827586%;
  }
  .page-magazine .section-moment.story-template .img-list li {
    width: 100%;
    margin: 0;
    width: 48.63945578231292%;
    margin-bottom: 1.360544217687075%;
    margin-right: 1.360544217687075%;
  }
  .page-magazine .section-atelier {
    margin-bottom: 30px;
    padding: 0 4.6875%;
  }
  .page-magazine .section-atelier .page-heading {
    padding: 28px 0 39px;
    letter-spacing: 0.02em;
  }
  .page-magazine .section-atelier .article-number {
    z-index: 4;
  }
  .page-magazine .section-atelier .slide-container {
    width: 100%;
  }
  .page-magazine .section-atelier .slide-container .slide-container-visual {
    display: none;
  }
  .page-magazine .section-atelier .slide-container .slide-container-text {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
  }
  .page-magazine .section-atelier .slide-container .slide-container-text .slide {
    height: auto;
    padding-bottom: 40px;
  }
  .page-magazine .section-atelier .slide-container .slide-container-text .slide li {
    position: relative;
    left: auto;
    top: auto !important;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0;
    line-height: 1;
    margin-bottom: 30px;
  }
  .page-magazine .section-atelier .slide-container .slide-container-text .slide li:last-child {
    margin-bottom: 16px;
  }
  .page-magazine .section-atelier .slide-container .text-container {
    padding: 9.655172413793103% 5.172413793103448% 8.275862068965518%;
  }
  .page-magazine .section-atelier .slide-container .title {
    margin-bottom: 24px;
    font-size: 12px;
  }
  .page-magazine .section-atelier .slide-container .catch {
    margin-bottom: 22px;
    font-size: 14px;
  }
  .page-magazine .section-atelier .slide-container .text {
    font-size: 12px;
    letter-spacing: normal !important;
  }
  .page-magazine .section-atelier .slide-container .button-prev,
  .page-magazine .section-atelier .slide-container .button-next {
    display: none;
  }
  .page-magazine .section-atelier .slide-container .slide-paginations {
    display: none;
  }
  .page-magazine .section-atelier .tips {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto !important;
    margin-top: 0 !important;
    padding: 0 12.068965517241379%;
  }
  .page-magazine .section-atelier .tips .heading {
    padding: 15px 0 7px;
    font-size: 18px;
  }
  .page-magazine .section-atelier .tips .sns-container {
    position: relative;
    bottom: auto;
  }
  .page-magazine .section-atelier .tips .sns-container .sns {
    display: block;
    padding-bottom: 0;
  }
  .page-magazine .section-atelier .tips .sns-container .sns li {
    float: left;
  }
  .page-magazine .modal-inner {
    width: 90.625%;
    margin: 0 auto;
  }
  .page-magazine .modal-contents .button-close {
    width: 45px;
    height: 45px;
    background: url("images/sp/magazine/button-close.png?hash=a6a3a7161b1b73f1309085eefd5bbf84") left top no-repeat transparent;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .page-magazine .section-interview .page-heading {
    padding: 27px 0 41px;
    text-indent: 0.3em;
  }
  .page-magazine .section-interview .article-number {
    top: -19px;
  }
  .page-magazine .section-interview .module-container {
    width: 90.625%;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .page-magazine .section-interview .module-container .text {
    font-size: 12px;
    line-height: 1.9;
  }
  .page-magazine .section-interview .module-container .block .heading {
    font-size: 12px;
  }
  .page-magazine .section-interview .module-container .block-img-left .img,
  .page-magazine .section-interview .module-container .block-img-right .img {
    width: 65.51724137931035%;
  }
  .page-magazine .section-interview .module-container .block-img-left .heading,
  .page-magazine .section-interview .module-container .block-img-right .heading {
    margin-bottom: 7.307692307692308%;
  }
  .page-magazine .section-interview .module-container .block-img-left .text-container,
  .page-magazine .section-interview .module-container .block-img-right .text-container {
    width: 84.48275862068965%;
    padding-top: 9.310344827586208%;
    padding-bottom: 13.10344827586207%;
  }
  .page-magazine .section-interview .module-container .block-img-left .img {
    float: none;
    margin-left: 5.172413793103448%;
    margin-right: 0;
  }
  .page-magazine .section-interview .module-container .block-img-left .text-container {
    float: none;
    padding-left: 5.172413793103448%;
    padding-right: 5.172413793103448%;
  }
  .page-magazine .section-interview .module-container .block-img-right .img {
    float: none;
    margin-right: 0;
    margin-left: 29.310344827586203%;
  }
  .page-magazine .section-interview .module-container .block-img-right .heading {
    margin-bottom: 5.769230769230769%;
  }
  .page-magazine .section-interview .module-container .block-img-right .text-container {
    float: none;
    padding-left: 5.172413793103448%;
    padding-right: 5.172413793103448%;
  }
  .page-magazine .section-interview .module-container .block-text-only {
    width: 84.48275862068965%;
    margin-left: 15.517241379310345%;
  }
  .page-magazine .section-interview .module-container .block-text-only .text-container {
    padding: 17.142857142857142% 6.122448979591836% 10.612244897959183%;
  }
  .page-magazine .section-interview .module-container .block-img-full .img {
    width: 89.65517241379311%;
  }
  .page-magazine .section-interview .module-container .block-img-full .heading {
    margin-bottom: 3.292682926829269%;
  }
  .page-magazine .section-interview .module-container .block-img-full .text-container {
    margin-top: -5.172413793103448%;
    padding: 14.482758620689657% 5.172413793103448% 9.137931034482758%;
  }
  .page-magazine .section-interview .module-container .module-a {
    margin-bottom: 8.275862068965518%;
  }
  .page-magazine .section-interview .module-container .module-a .visual {
    margin-bottom: 7.241379310344828%;
  }
  .page-magazine .section-interview .module-container .module-a .lead {
    margin: 0;
  }
  .page-magazine .section-interview .module-container .module-a .lead .name {
    margin-bottom: 3.620689655172414%;
    font-size: 14px;
  }
  .page-magazine .section-interview .module-container .module-a .lead .name::after {
    width: 25px;
    height: 1px;
    margin: 5.172413793103448% auto 0;
  }
  .page-magazine .section-interview .module-container .module-b {
    margin-bottom: 10.344827586206897%;
  }
  .page-magazine .section-interview .module-container .module-b .block-img-left .img {
    margin-top: -5.172413793103448%;
  }
  .page-magazine .section-interview .module-container .module-b .block-img-left .text-container {
    width: 100%;
  }
  .page-magazine .section-interview .module-container .module-b .block-text-only {
    margin-top: -5.172413793103448%;
  }
  .page-magazine .section-interview .module-container .module-c {
    margin-bottom: 10.344827586206897%;
  }
  .page-magazine .section-interview .module-container .module-c .block-img-right .text-container {
    margin-top: -5.172413793103448%;
    padding-top: 14.482758620689657%;
    padding-bottom: 3.448275862068965%;
  }
  .page-magazine .section-interview .module-container .module-d {
    margin-bottom: 10.344827586206897%;
  }
  .page-magazine .section-interview .module-container .module-d .block-img-left {
    margin-bottom: 10.344827586206897%;
  }
  .page-magazine .section-interview .module-container .module-d .block-img-left .text-container {
    margin-bottom: -15.517241379310345%;
    margin-top: -5.172413793103448%;
    margin-left: 15.517241379310345%;
    padding-top: 14.482758620689657%;
    padding-bottom: 12.586206896551724%;
  }
  .page-magazine .section-interview .module-container .module-d .block-img-left .text-container .heading {
    margin-bottom: 6.818181818181817%;
  }
  .page-magazine .section-interview .module-container .module-e .profile {
    width: 100%;
    padding: 8.620689655172415% 6.551724137931035% 7.241379310344828%;
  }
  .page-magazine .section-interview .module-container .module-e .profile .name {
    margin-bottom: 6.685236768802229%;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .page-magazine .section-interview .module-container .module-e .profile .name .separator {
    margin-left: 12px;
    margin-right: 8px;
  }
  .page-magazine .section-interview .module-container .module-e .profile .text {
    margin-bottom: 14px;
  }
  .page-magazine .section-interview .module-container .module-e .profile .link {
    font-size: 12px;
  }
  .page-magazine .section-interview .sns-container {
    float: none;
    margin-right: 0;
    padding: 0;
  }
  .page-magazine .section-interview.interview-1 .visual-container,
  .page-magazine .section-interview.interview-2 .visual-container,
  .page-magazine .section-interview.interview-3 .visual-container {
    width: 90.625%;
    margin: 0 auto;
  }
  .page-magazine .section-interview.interview-1 .intro-container,
  .page-magazine .section-interview.interview-2 .intro-container,
  .page-magazine .section-interview.interview-3 .intro-container {
    margin-left: 0;
    margin-top: -4.6875%;
    margin-bottom: 21px;
  }
  .page-magazine .section-interview.interview-1 .intro-container .text-container,
  .page-magazine .section-interview.interview-2 .intro-container .text-container,
  .page-magazine .section-interview.interview-3 .intro-container .text-container {
    margin-bottom: 22px;
  }
  .page-magazine .section-interview.interview-1 .intro-container .text-container .text,
  .page-magazine .section-interview.interview-2 .intro-container .text-container .text,
  .page-magazine .section-interview.interview-3 .intro-container .text-container .text {
    width: 81.25%;
    padding: 16px 12px;
    font-size: 12px;
    line-height: 1.9;
  }
  .page-magazine .section-interview.interview-1 .intro-container .name span,
  .page-magazine .section-interview.interview-2 .intro-container .name span,
  .page-magazine .section-interview.interview-3 .intro-container .name span {
    font-size: 14px;
  }
  .page-magazine .section-interview.interview-1 .intro-container .name::after,
  .page-magazine .section-interview.interview-2 .intro-container .name::after,
  .page-magazine .section-interview.interview-3 .intro-container .name::after {
    width: 25px;
    margin-top: 20px;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap,
  .page-magazine .section-interview.interview-2 .contents-wrap,
  .page-magazine .section-interview.interview-3 .contents-wrap {
    width: 90.625%;
    margin: 0 auto 60px;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li,
  .page-magazine .section-interview.interview-2 .contents-wrap li,
  .page-magazine .section-interview.interview-3 .contents-wrap li {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li .img-container,
  .page-magazine .section-interview.interview-2 .contents-wrap li .img-container,
  .page-magazine .section-interview.interview-3 .contents-wrap li .img-container {
    width: 65.51724137931035%;
    z-index: 1;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li .detail-container,
  .page-magazine .section-interview.interview-2 .contents-wrap li .detail-container,
  .page-magazine .section-interview.interview-3 .contents-wrap li .detail-container {
    width: 84.48275862068965%;
    padding-top: 27px;
    padding-bottom: 24px;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li .detail-container .heading,
  .page-magazine .section-interview.interview-2 .contents-wrap li .detail-container .heading,
  .page-magazine .section-interview.interview-3 .contents-wrap li .detail-container .heading {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li .detail-container .text,
  .page-magazine .section-interview.interview-2 .contents-wrap li .detail-container .text,
  .page-magazine .section-interview.interview-3 .contents-wrap li .detail-container .text {
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: -0.06em;
  }
  .page-magazine .section-interview.interview-1 .intro-container .text-container .text {
    margin-left: 9.375%;
  }
  .page-magazine .section-interview.interview-1 .intro-container .name img {
    margin-top: 0;
    width: 180px;
  }
  .page-magazine .section-interview.interview-1 .intro-container .name span {
    margin-top: 4px;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(1) .img-container {
    margin-left: 15px;
    margin-top: -15px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(1) .detail-container {
    width: 100%;
    margin-left: 0;
    padding-bottom: 39px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(2) {
    margin-top: -15px;
    margin-bottom: 0;
    margin-left: 15.517241379310345%;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(2) .detail-container {
    padding: 42px 15px 39px;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(2) .detail-container .text {
    letter-spacing: -0.06em;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(2) .detail-container .text:last-child {
    letter-spacing: -0.1em;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(3) {
    margin-top: -15px;
    margin-bottom: 0;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(3) .img-container {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-right: 0;
    margin-left: 29.310344827586203%;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(3) .detail-container {
    margin: -15px 0 0;
    padding: 42px 15px 39px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(3) .detail-container .text {
    letter-spacing: -0.06em;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(4) {
    margin-top: -15px;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(4) .img-container {
    margin-left: 15px;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(4) .detail-container {
    margin-top: -15px;
    margin-left: 15.517241379310345%;
    padding: 42px 15px 38px;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(4) .detail-container .text {
    letter-spacing: -0.05em;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(5) {
    margin-top: -15px;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(5) .img-container {
    width: 89.65517241379311%;
    padding: 0;
  }
  .page-magazine .section-interview.interview-1 .contents-wrap li:nth-child(5) .detail-container {
    margin-top: -15px;
    padding-top: 42px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-magazine .section-interview.interview-2 .intro-container {
    margin-top: -3.125%;
  }
  .page-magazine .section-interview.interview-2 .intro-container .text-container {
    margin-bottom: 17px;
  }
  .page-magazine .section-interview.interview-2 .intro-container .text-container .text {
    float: none;
    margin-left: 9.375%;
  }
  .page-magazine .section-interview.interview-2 .intro-container .name img {
    width: 180px;
  }
  .page-magazine .section-interview.interview-2 .intro-container .name span {
    margin-top: 4px;
  }
  .page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(1) .img-container {
    margin-left: 15px;
    margin-top: -19px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(1) .detail-container {
    width: 100%;
    margin-left: 0;
    padding-bottom: 39px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(2) {
    margin-top: -15px;
    margin-bottom: 0;
    margin-left: 15.517241379310345%;
  }
  .page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(2) .detail-container {
    padding: 39px 15px 39px;
  }
  .page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(2) .detail-container .text {
    letter-spacing: -0.06em;
  }
  .page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(2) .detail-container .text:last-child {
    letter-spacing: -0.1em;
  }
  .page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(3) {
    margin-top: -15px;
    margin-bottom: 0;
  }
  .page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(3) .img-container {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-right: 0;
    margin-left: 29.310344827586203%;
  }
  .page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(3) .detail-container {
    margin: -15px 0 0;
    padding: 42px 15px 39px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(3) .detail-container .text {
    letter-spacing: -0.06em;
  }
  .page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(4) {
    margin-bottom: 0;
    margin-top: -15px;
  }
  .page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(4) .img-container {
    width: 89.65517241379311%;
    padding: 0;
  }
  .page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(4) .detail-container {
    margin-top: -15px;
    padding-top: 42px;
    padding-bottom: 39px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(5) {
    margin-top: -10px;
  }
  .page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(5) .detail-container {
    margin-top: -15px;
    margin-left: 10.344827586206897%;
    padding-top: 42px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(5) .detail-container .text {
    letter-spacing: -0.06em;
  }
  .page-magazine .section-interview.interview-2 .contents-wrap li:nth-child(5) .detail-container .text:last-child {
    letter-spacing: -0.1em;
  }
  .page-magazine .section-interview.interview-3 .intro-container .text-container {
    margin-bottom: 21px;
  }
  .page-magazine .section-interview.interview-3 .intro-container .text-container .text {
    float: none;
    margin-left: 9.375%;
  }
  .page-magazine .section-interview.interview-3 .intro-container .name img {
    width: 243px;
  }
  .page-magazine .section-interview.interview-3 .intro-container .name span {
    margin-top: -5px;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(1) .img-container {
    margin-left: 15px;
    margin-top: -15px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(1) .detail-container {
    width: 100%;
    margin-left: 0;
    padding-bottom: 39px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(2) {
    margin-top: -15px;
    margin-bottom: 0;
    margin-left: 15.517241379310345%;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(2) .detail-container {
    padding: 39px 15px 39px;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(2) .detail-container .text {
    letter-spacing: -0.06em;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(2) .detail-container .text:last-child {
    letter-spacing: -0.1em;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(3) {
    margin-top: -15px;
    margin-bottom: 0;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(3) .img-container {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-right: 0;
    margin-left: 29.310344827586203%;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(3) .detail-container {
    margin: -15px 0 0;
    padding: 42px 15px 39px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(3) .detail-container .text {
    letter-spacing: -0.06em;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(4) {
    margin-bottom: 0;
    margin-top: -15px;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(4) .img-container {
    width: 89.65517241379311%;
    padding: 0;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(4) .detail-container {
    margin-top: -15px;
    padding-top: 42px;
    padding-bottom: 39px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(5) {
    margin-top: -15px;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(5) .detail-container {
    margin-top: -15px;
    margin-left: 15.517241379310345%;
    padding-bottom: 40px;
    padding-top: 42px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(5) .detail-container .text {
    letter-spacing: -0.06em;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(5) .detail-container .text:last-child {
    letter-spacing: -0.1em;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(6) {
    margin-top: -15px;
    margin-bottom: 0;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(6) .img-container {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-right: 0;
    margin-left: 29.310344827586203%;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(6) .detail-container {
    margin: -15px 0 0;
    padding: 39px 15px 20px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-magazine .section-interview.interview-3 .contents-wrap li:nth-child(6) .detail-container .text {
    letter-spacing: -0.06em;
  }
  .page-magazine.magazine-list .main {
    padding-bottom: 0;
  }
  .page-magazine.magazine-list .main >.heading {
    margin-bottom: 1.5625%;
  }
  .page-magazine.magazine-list .category-list {
    margin-bottom: 7.5%;
  }
  .page-magazine.magazine-list .category-list ul li {
    padding: 0 3.4375%;
  }
  .page-magazine.magazine-list .category-list ul li a,
  .page-magazine.magazine-list .category-list ul li span {
    font-size: 11px;
  }
  .page-magazine.magazine-list .category-list ul li.is-current a {
    padding-bottom: 2px;
  }
  .page-magazine.magazine-list .article-list-container {
    width: 90.625%;
    margin: 0 auto;
  }
  .page-magazine.magazine-list .article-list-container ul.article-list {
    margin-right: -1.379310344827586%;
    margin-bottom: 2.068965517241379%;
  }
  .page-magazine.magazine-list .article-list-container ul.article-list li {
    width: 48.63945578231292%;
    margin-right: 1.360544217687075%;
    margin-bottom: 9.693877551020408%;
    font-size: 10px;
  }
  .page-magazine.magazine-list .article-list-container ul.article-list li .thumbnail {
    margin-bottom: 8px;
  }
  .page-magazine.magazine-list .article-list-container ul.article-list li .category {
    margin-bottom: 2px;
    font-size: 13px;
  }
  .page-magazine.magazine-list .article-list-container ul.article-list li .date {
    margin-bottom: 2px;
  }
  .page-magazine.magazine-list .article-list-container ul.article-list li .title {
    padding: 0 9.090909090909092%;
  }
  .page-magazine.magazine-list .article-list-container .page-numbers {
    padding-bottom: 18px;
  }
  .page-magazine.magazine-list .article-list-container .page-numbers li {
    padding: 0 12px;
  }
  .page-magazine.magazine-list .article-list-container .page-numbers li a,
  .page-magazine.magazine-list .article-list-container .page-numbers li span {
    padding: 0 2px;
    font-size: 11px;
    line-height: 2;
  }
  .page-magazine .section-styling .article-number {
    top: -19px;
  }
  .page-magazine .section-styling .page-heading {
    padding-top: 37px;
    padding-bottom: 40px;
  }
  .page-magazine .section-styling .text {
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: -0.06em;
  }
  .page-magazine .section-styling .visual-container {
    width: 90.625%;
    margin: 0 auto 10.3125%;
  }
  .page-magazine .section-styling .visual-container .visual {
    margin-bottom: 9.310344827586208%;
  }
  .page-magazine .section-styling .visual-container .lead {
    margin: 0;
  }
  .page-magazine .section-styling .visual-container .lead .heading {
    margin-bottom: 4.146341463414634%;
    font-size: 11px;
  }
  .page-magazine .section-styling .visual-container .lead .heading::after {
    width: 25px;
    margin: 5.172413793103448% auto 0;
  }
  .page-magazine .section-styling .section-item {
    width: 90.625%;
    margin: 0 auto 12.1875%;
    padding-top: 12.5%;
  }
  .page-magazine .section-styling .section-item .heading {
    margin-bottom: 2.413793103448276%;
    font-size: 19px;
  }
  .page-magazine .section-styling .section-item .item-name {
    margin-bottom: 9.655172413793103%;
    font-size: 10px;
  }
  .page-magazine .section-styling .section-item .item-slide-container {
    width: 100%;
  }
  .page-magazine .section-styling .section-item .item {
    width: 82.75862068965517%;
    margin: 0 auto 17.24137931034483%;
  }
  .page-magazine .section-styling .section-item .button-next,
  .page-magazine .section-styling .section-item .button-prev {
    top: 0;
    margin-top: 23.448275862068964%;
    width: 13px;
    height: 24px;
  }
  .page-magazine .section-styling .section-item .button-prev {
    left: 0;
    background: url("images/sp/magazine/styling-prev.png?hash=96f4605fedd8b1c19829c8ea344e9f4e") left top no-repeat transparent;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .page-magazine .section-styling .section-item .button-next {
    right: 0;
    background: url("images/sp/magazine/styling-next.png?hash=1c123b23e787b9c05ebded170e4509b9") left top no-repeat transparent;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .page-magazine .section-styling .section-item .slide-paginations {
    width: 101.72413793103448%;
    margin-left: -0.862068965517241%;
  }
  .page-magazine .section-styling .section-item .slide-paginations span {
    width: 18.305084745762713%;
    margin: 0 0.847457627118644%;
  }
  .page-magazine .section-styling .section-item .point {
    margin-top: 3.793103448275862%;
  }
  .page-magazine .section-styling .section-item .point ul {
    padding: 25px 15px;
    padding-bottom: 4px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-magazine .section-styling .section-item .point ul li {
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
  }
  .page-magazine .section-styling .section-item .point ul li .title {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .page-magazine .section-styling .section-item .point ul.column-1 li {
    width: 100%;
  }
  .page-magazine .section-styling .section-styling-pattern {
    width: 90.625%;
    margin: 0 auto;
    padding-top: 12.5%;
  }
  .page-magazine .section-styling .section-styling-pattern .heading {
    margin-bottom: 10px;
    font-size: 19px;
  }
  .page-magazine .section-styling .section-styling-pattern .styling-container {
    display: block;
    overflow: hidden;
  }
  .page-magazine .section-styling .section-styling-pattern .styling-container .styling {
    width: 100%;
    margin-bottom: 11.379310344827587%;
  }
  .page-magazine .section-styling .section-styling-pattern .styling-container .styling .img {
    margin-bottom: 4.137931034482759%;
  }
  .page-magazine .section-styling .section-styling-pattern .styling-container .styling .img .label {
    margin-bottom: -10px;
    font-size: 29px;
    padding-left: 1px;
  }
  .page-magazine .section-styling .section-styling-pattern .styling-container .stylist {
    height: 50px;
    margin-bottom: 3.103448275862069%;
    margin-left: 4.827586206896552%;
  }
  .page-magazine .section-styling .section-styling-pattern .styling-container .stylist .inner {
    position: static;
  }
  .page-magazine .section-styling .section-styling-pattern .styling-container .stylist.for-sp {
    visibility: visible;
  }
  .page-magazine .section-styling .section-styling-pattern .styling-container .stylist .img {
    width: 50px;
    margin-right: 12px;
  }
  .page-magazine .section-styling .section-styling-pattern .styling-container .stylist .img img {
    width: 100%;
  }
  .page-magazine .section-styling .section-styling-pattern .styling-container .stylist .title {
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 12px;
  }
  .page-magazine .section-styling .section-styling-pattern .styling-container .stylist .name {
    font-size: 12px;
  }
  .page-magazine .section-styling .section-styling-pattern .styling-container .stylist .text {
    margin: 0;
  }
  .page-magazine .section-styling .section-styling-pattern .styling-container .text {
    margin: 0 15px;
  }
  .page-magazine .section-styling .sns-container {
    float: none;
    margin-right: 0;
    padding: 0;
  }
  .page-magazine .section-anelli {
    padding: 0 4.6875%;
  }
  .page-magazine .section-anelli .page-heading {
    padding: 37px 0 39px;
  }
  .page-magazine .section-anelli .intro-container {
    padding: 0;
  }
  .page-magazine .section-anelli .visual {
    margin-bottom: 26px;
  }
  .page-magazine .section-anelli .catch {
    margin-bottom: 15px;
    padding: 0 0 18px !important;
    font-size: 14px;
    line-height: 1.42;
  }
  .page-magazine .section-anelli .catch:after {
    width: 26px;
    margin-left: -13px;
  }
  .page-magazine .section-anelli .text {
    margin-bottom: 34px;
    font-size: 12px;
    letter-spacing: normal !important;
  }
  .page-magazine .section-anelli .contents-wrap li {
    display: block;
  }
  .page-magazine .section-anelli .contents-wrap li .img-container {
    width: 100%;
    margin-bottom: 26px;
  }
  .page-magazine .section-anelli .contents-wrap li .img-container.portrait {
    width: 66.72413793103448%;
    margin-right: auto;
    margin-left: auto;
  }
  .page-magazine .section-anelli .contents-wrap li .detail-container {
    width: 100%;
    padding-left: 0;
  }
  .page-magazine .section-anelli .contents-wrap li .detail-container .text {
    margin-bottom: 1.8em;
    text-align: left;
  }
  .page-magazine .section-anelli .contents-wrap li .detail-container .text:last-child {
    margin-bottom: 35px;
  }
  .page-magazine .section-anelli .contents-wrap li:nth-child(even) .detail-container {
    padding-right: 0;
  }
  .page-magazine .section-anelli .sns-container {
    float: none;
    margin-right: 0;
    padding: 0;
  }
  .page-magazine .section-anelli .page-heading {
    padding: 28px 0 41px;
  }
  .page-magazine .section-anelli .visual-container .article-number {
    top: -19px;
  }
  .page-magazine .section-anelli .sns-container {
    padding-top: 52px;
  }
  .page-magazine .section-anelli .title {
    padding: 20px 0;
    padding-bottom: 19px;
    font-size: 14px;
  }
  .page-magazine .section-anelli .title:after {
    width: 25px;
    height: 1px;
    margin-left: -12px;
  }
  .page-magazine .section-anelli .lead {
    padding: 17px 0;
    font-size: 12px;
    line-height: 1.833333333333333;
  }
  .page-magazine .section-anelli .text-block {
    padding: 17px 0;
    font-size: 12px;
    line-height: 1.833333333333333;
  }
  .page-magazine .section-anelli .img-list {
    padding: 23px 0 19px;
  }
  .page-magazine .section-anelli .img-list.column-4 li {
    width: 31.97278911564626%;
  }
  .page-magazine .section-anelli .img-list.column-3 li {
    width: 48.63945578231292%;
  }
  .page-magazine .section-anelli .img-list.column-2 li {
    width: 48.63945578231292%;
  }
  .page-magazine .section-anelli .img-list.column-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .page-magazine .section-anelli .img-list.column-1 li {
    width: 98.63945578231292%;
  }
  .page-magazine .section-anelli .img-list ul {
    margin-right: -1.379310344827586%;
  }
  .page-magazine .section-anelli .img-list li {
    margin: 0;
    margin-bottom: 1.360544217687075%;
    margin-right: 1.360544217687075%;
  }
  .page-magazine .section-anelli .profile {
    margin-top: 24px;
  }
  .page-magazine .section-anelli .profile .img {
    width: 50px;
    min-width: 50px;
    margin-right: 12px;
  }
  .page-magazine .section-anelli .profile .info {
    padding-bottom: 4px;
  }
  .page-magazine .section-anelli .profile .info .job {
    margin-bottom: 4px;
    font-size: 12px;
  }
  .page-magazine .section-anelli .profile .info .name {
    font-size: 14px;
  }
  .page-magazine .section-anelli .profile .info a {
    font-size: 12px;
  }
  .page-contact .page-heading {
    font-size: 21px;
  }
  .page-contact .form-container {
    width: 90.625%;
    margin: 0 4.6875%;
  }
  .page-contact .form-container .text-error {
    font-size: 11px;
  }
  .page-contact .form-container .item {
    padding-bottom: 30px;
    padding-left: 5.172413793103448%;
  }
  .page-contact .form-container .item.required {
    background: url("images/sp/contact/icon-asterisk.png?hash=6390587c21d5dd0ddc731b47c36cf0e0") left 12px no-repeat transparent;
    -webkit-background-size: 7px 7px;
    -moz-background-size: 7px 7px;
    background-size: 7px 7px;
  }
  .page-contact .form-container .item .text-error {
    position: absolute;
    left: 5.172413793103448%;
    top: 37px;
  }
  .page-contact .form-container .input-text,
  .page-contact .form-container .original-select,
  .page-contact .form-container .textarea {
    width: 100%;
    font-size: 12px;
  }
  .page-contact .form-container .input-text {
    line-height: normal;
  }
  .page-contact .form-container .select-wrap:before {
    display: block;
    content: "";
    position: absolute;
    right: 9px;
    top: 12px;
    left: auto;
    width: 10px;
    height: 6px;
    background: url("images/sp/contact/icon-arrow.png?hash=86cacc9f60e932a39d9fba69b8996d91") left top no-repeat transparent;
    -webkit-background-size: 10px 6px;
    -moz-background-size: 10px 6px;
    background-size: 10px 6px;
  }
  .page-contact .form-container .select-wrap .original-select {
    display: block;
  }
  .page-contact .form-container .select-wrap .select,
  .page-contact .form-container .select-wrap .select-options {
    display: none;
  }
  .page-contact .form-container .button-container .button-send {
    width: 175px;
    height: 35px;
    background: url("images/sp/contact/button-send-inactive.png?hash=cafe1cbbdaff1064e4935165dc3143b2") left top no-repeat transparent;
    -webkit-background-size: 175px 35px;
    -moz-background-size: 175px 35px;
    background-size: 175px 35px;
  }
  .page-contact .form-container .button-container .button-send.is-enabled {
    width: 175px;
    height: 35px;
    background: url("images/sp/contact/button-send.png?hash=aef33787bb21f0c67070590c4c169bcd") left top no-repeat transparent;
    -webkit-background-size: 175px 35px;
    -moz-background-size: 175px 35px;
    background-size: 175px 35px;
  }
  .page-contact .form-container .button-container .button-send.is-enabled:after {
    display: none;
  }
  .page-contact .form-container .button-container .text-error {
    padding-top: 12px;
  }
  .page-contact .form-container .button-container .text-complete {
    padding-top: 6px;
    font-size: 12px;
  }
  .page-contact .form-container .name-kanji .container,
  .page-contact .form-container .name-katakana .container {
    width: 48.72727272727273%;
    margin-right: 2.545454545454545%;
  }
  .page-contact .form-container .name-kanji .container:nth-child(2),
  .page-contact .form-container .name-katakana .container:nth-child(2) {
    margin-right: 0;
  }
  .page-contact .form-container .name-kanji .container .input-text,
  .page-contact .form-container .name-katakana .container .input-text {
    width: 100%;
  }
  .page-contact .form-container .question-related .container {
    width: 100%;
  }
  .page-contact .form-container .your-comment .text-error {
    top: 197px;
  }
  .page-company .section-company .company-detail {
    width: 100%;
    margin-bottom: 6.551724137931035%;
    font-size: 12px;
    line-height: 1.67;
  }
  .page-company .section-company .company-detail dt {
    float: left;
    width: 34%;
    clear: both;
  }
  .page-company .section-company .company-detail dd {
    width: 66%;
    margin-left: 34%;
  }
  .page-company .section-company .company-detail dt,
  .page-company .section-company .company-detail dd {
    padding-bottom: 1.67em;
  }
  .page-privacy {
    font-size: 11px;
  }
  .page-privacy .section-privacy .name {
    margin-bottom: 27px;
  }
  .page-privacy .section-privacy .link-company {
    margin-bottom: 50px;
  }
  .page-privacy .section-term-of-use .container .heading {
    font-size: 11px;
  }
}
@media (max-width: 481px) {
  .page-magazine .section-moment.story-template .img-list,
  .page-magazine .section-anelli .img-list {
    padding: 23px 5% 19px;
  }
  .page-magazine .section-moment.story-template .img-list.column-4,
  .page-magazine .section-anelli .img-list.column-4 {
    padding: 23px 0 19px;
  }
  .page-magazine .section-moment.story-template .img-list.column-4 li,
  .page-magazine .section-anelli .img-list.column-4 li {
    width: 48.63945578231292%;
  }
  .page-magazine .section-moment.story-template .img-list.column-3 ul,
  .page-magazine .section-anelli .img-list.column-3 ul {
    margin-right: 0;
  }
  .page-magazine .section-moment.story-template .img-list.column-3 li,
  .page-magazine .section-anelli .img-list.column-3 li {
    width: 100%;
    margin-bottom: 3%;
    margin-right: 0;
  }
  .page-magazine .section-moment.story-template .img-list.column-2 ul,
  .page-magazine .section-anelli .img-list.column-2 ul {
    margin-right: 0;
  }
  .page-magazine .section-moment.story-template .img-list.column-2 li,
  .page-magazine .section-anelli .img-list.column-2 li {
    width: 100%;
    margin-bottom: 3%;
    margin-right: 0;
  }
  .page-magazine .section-moment.story-template .img-list.column-1 ul,
  .page-magazine .section-anelli .img-list.column-1 ul {
    margin-right: 0;
  }
  .page-magazine .section-moment.story-template .img-list.column-1 li,
  .page-magazine .section-anelli .img-list.column-1 li {
    width: 100%;
    margin-bottom: 3%;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .contents {
    width: 100%;
  }
  .page-about .img {
    width: 49.5%;
  }
  .page-about .img img {
    width: 100%;
  }
  .page-about .txt {
    width: 45.5%;
  }
  .shopG {
    width: 50%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .shopG:nth-child(even) {
    padding-right: 0;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .contents {
    margin-right: 4.6875%;
    margin-left: 4.6875%;
  }
  .page-about .img {
    width: 79.3103448275862%;
    margin-right: auto;
    margin-left: auto;
    line-height: 0;
  }
  .page-about .txt {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.83;
  }
  .shopG {
    padding-bottom: 30px;
    border-bottom: dashed 1px #c1c1c1;
    margin-top: 30px;
    font-size: 90%;
  }
  .shopG:last-child {
    padding-bottom: 0px;
    border-bottom: none;
  }
  .shopG:first-child {
    margin-top: 0px;
  }
  .shopG h3 {
    margin: 20px 0 15px;
    font-size: 15px;
    color: #653a15;
  }
  .shopG p {
    font-size: 12px;
    line-height: 1.83;
  }
  .shopG p.closed {
    margin-bottom: 1.83em;
  }
  .shopG .block {
    display: block;
    margin-left: 3em;
  }
  .shopG02 {
    border-top: dashed 1px #c1c1c1;
    margin-top: 30px;
    padding-top: 10px;
  }
  .ttl_bd {
    margin-top: 50px;
    font-size: 120%;
    border-bottom: solid 1px #301a09;
    color: #301a09;
    padding-bottom: 10px;
    text-align: left;
    font-weight: normal;
  }
  .ttl_bd:first-child {
    margin-top: 0;
  }
  .guide_cont {
    margin-top: 15px;
  }
  .guide_cont h3 {
    font-size: 110%;
    border-bottom: dotted 1px #301a09;
    color: #301a09;
    padding-bottom: 5px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .guide_cont p {
    font-size: 11px;
    line-height: 1.54;
  }
  .list_decimal {
    font-size: 11px;
    line-height: 1.54;
  }
  .list_decimal li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .list_decimal li:before {
    display: inline;
    color: #653a15;
  }
  .list_decimal li:nth-child(1):before {
    content: '1. ';
  }
  .list_decimal li:nth-child(2):before {
    content: '2. ';
  }
  .list_decimal li:nth-child(3):before {
    content: '3. ';
  }
  .list_decimal li:nth-child(4):before {
    content: '4. ';
  }
  .list_decimal li:nth-child(5):before {
    content: '5. ';
  }
  .list_decimal li:nth-child(6):before {
    content: '6. ';
  }
  .list_decimal li {
    margin-top: 5px;
  }
  .list_disc {
    list-style-type: disc;
    margin-left: 1.5em;
  }
  .list_disc li {
    margin-top: 5px;
  }
  .guide_cont a {
    text-decoration: underline;
  }
}
/*# sourceMappingURL=style.css.map */