@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*---------------------------------------------
01. common
02. layout
03. home
04. contents
05. news
06. shop
---------------------------------------------*/
/*---------------------------------------------
01. common
---------------------------------------------*/
a {
  color: #7F7F77;
  text-decoration: none; }

img {
  max-width: 100%;
  width: 100%;
  height: auto; }

.view_pc {
  display: none !important; }
  @media only screen and (min-width: 568px) {
    .view_pc {
      display: block !important; } }

.view_sp {
  display: none !important; }
  @media only screen and (max-width: 567px) {
    .view_sp {
      display: block !important; } }

@keyframes marquee {
  0% {
    left: 100%;
    transform: translate(0); }
  100% {
    left: 0;
    transform: translate(-100%); } }
.roboto {
  font-family: 'Roboto', sans-serif; }

.CenturyGothicBold {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal; }

.wpContents p {
  margin-bottom: 5.0rem; }
.wpContents strong {
  font-weight: bold; }
.wpContents em {
  font-style: italic; }
.wpContents blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }
.wpContents .aligncenter {
  display: block;
  margin: 0 auto; }
.wpContents .alignright {
  float: right; }
.wpContents .alignleft {
  float: left; }
.wpContents img[class*="wp-image-"],
.wpContents img[class*="attachment-"] {
  height: auto;
  max-width: 100%; }
.wpContents .wp-caption {
  width: 100% !important;
  margin-bottom: 7.0rem;
  line-height: 0; }
  .wpContents .wp-caption .wp-caption-text {
    margin-top: 0.5rem;
    font-size: 1.0rem;
    line-height: calc(29 / 14);
    color: rgba(0, 0, 0, 0.6); }
@media only screen and (max-width: 567px) {
  .wpContents p {
    margin-bottom: 4.0rem;
    line-height: 2; }
  .wpContents .wp-caption {
    margin-bottom: 10.0rem; }
    .wpContents .wp-caption .wp-caption-text {
      margin-top: 1.0rem;
      font-size: 2.0rem; } }

.effectBtn {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 5.2rem;
  border-radius: 8px; }
  .effectBtn a {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: all 0.45s cubic-bezier(0.215, 0.61, 0.325, 1) 0s; }
    .effectBtn a::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      background-color: #fff; }
    .effectBtn a::after {
      position: absolute;
      content: "";
      width: 0;
      height: 100%;
      top: 0;
      right: 0;
      z-index: -1;
      background-color: #916774;
      transition: all 0.45s cubic-bezier(0.215, 0.61, 0.325, 1) 0s; }
    .effectBtn a:hover {
      color: #fff; }
      .effectBtn a:hover::after {
        left: 0%;
        right: auto;
        width: 100%; }
  @media only screen and (max-width: 567px) {
    .effectBtn {
      height: 7.8rem; } }

.borderlink__txt {
  position: relative;
  display: inline-block;
  padding: 0 0 0.6rem 0.2rem;
  font-size: 1.8rem;
  color: #B28D98;
  line-height: 1; }
  .borderlink__txt::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #B28D98;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s; }
  .borderlink__txt:hover::after {
    transform-origin: left top;
    transform: scale(1, 1); }
  @media only screen and (max-width: 567px) {
    .borderlink__txt {
      font-size: 2.0rem; }
      .borderlink__txt::after {
        transform: scale(1, 1); } }

/* slick */
#slider {
  transition: .25s ease-out;
  opacity: 0;
  display: none; }
  #slider.slick-initialized {
    opacity: 1;
    display: block; }

.slick-slide {
  outline: none; }

.slick-prev,
.slick-next {
  position: absolute;
  top: 40%;
  z-index: 9;
  display: block;
  margin: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  text-indent: -9999px;
  transition: .25s ease-out; }

.slick-prev {
  left: 18%;
  width: 2.4rem;
  height: 4.6rem;
  background: url("../images/slider_arrow_prev.svg") center center no-repeat;
  background-size: contain; }

.slick-next {
  right: 18%;
  width: 2.4rem;
  height: 4.6rem;
  background: url("../images/slider_arrow_next.svg") center center no-repeat;
  background-size: contain; }

@media only screen and (max-width: 567px) {
  .slick-prev,
  .slick-next {
    top: 38%; }

  .slick-prev {
    left: 4%; }

  .slick-next {
    right: 4%; } }
@keyframes news-5 {
  0% {
    top: 3.0rem;
    visibility: visible; }
  5% {
    top: 0; }
  15% {
    top: 0; }
  20% {
    top: -3.0rem; }
  35% {
    top: -3.0rem; }
  40% {
    top: -6.0rem; }
  55% {
    top: -6.0rem; }
  60% {
    top: -9.0rem; }
  75% {
    top: -9.0rem; }
  80% {
    top: -12.0rem; }
  95% {
    top: -12.0rem; }
  99% {
    top: -15.0rem;
    visibility: hidden; }
  100% {
    top: 3.0rem;
    visibility: hidden; } }
@keyframes news-4 {
  0% {
    top: 3.0rem;
    visibility: visible; }
  5% {
    top: 0; }
  15% {
    top: 0; }
  20% {
    top: -3.0rem; }
  40% {
    top: -3.0rem; }
  45% {
    top: -6.0rem; }
  65% {
    top: -6.0rem; }
  70% {
    top: -9.0rem; }
  90% {
    top: -9.0rem; }
  95% {
    top: -12.0rem; }
  99% {
    top: -12.0rem;
    visibility: hidden; }
  100% {
    top: 3.0rem;
    visibility: hidden; } }
@keyframes news-3 {
  0% {
    top: 3.0rem;
    visibility: visible; }
  5% {
    top: 0; }
  30% {
    top: 0; }
  35% {
    top: -3.0rem; }
  60% {
    top: -3.0rem; }
  65% {
    top: -6.0rem; }
  90% {
    top: -6.0rem; }
  95% {
    top: -9.0rem; }
  99% {
    top: -9.0rem;
    visibility: hidden; }
  100% {
    top: 3.0rem;
    visibility: hidden; } }
@keyframes news-2 {
  0% {
    top: 3.0rem;
    visibility: visible; }
  5% {
    top: 0; }
  55% {
    top: 0; }
  60% {
    top: -3.0rem; }
  90% {
    top: -3.0rem; }
  95% {
    top: -6.0rem; }
  99% {
    top: -6.0rem;
    visibility: hidden; }
  100% {
    top: 3.0rem;
    visibility: hidden; } }
/*---------------------------------------------
02. layout
---------------------------------------------*/
html,
body {
  height: 100%; }

html {
  font-size: 0.83333vw; }
  @media only screen and (max-width: 567px) {
    html {
      font-size: 1.5625vw; }}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: calc(33 / 14);
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  color: #916774;
  -webkit-text-size-adjust: 100%;
  transition: .25s ease-out; }
  body.opened #gnavi {
    opacity: 1;
    pointer-events: all; }
  body.opened #gnaviBtn span {
    opacity: 0; }
  body.opened #gnaviBtn::before, body.opened #gnaviBtn::after {
    transform-origin: 50%; }
  body.opened #gnaviBtn::before {
    top: 50%;
    transform: translateY(-50%) rotate(-25deg); }
  body.opened #gnaviBtn::after {
    top: 50%;
    transform: translateY(-50%) rotate(25deg); }
  @media only screen and (min-width: 567px) {
      img.ourbrands {
        position: relative;
        z-index: -1;
        margin-top: 55em;
      }
  }
  @media only screen and (max-width: 567px) {
    img.ourbrands {
      padding-top: 0;
    }
    body {
      min-height: 100vh;
      min-height: -webkit-fill-available;
      font-size: 2.2rem; }
      body.opened #gnaviBtn {
        background-color: #CCCCC4; }
        body.opened #gnaviBtn span {
          opacity: 0; }
        body.opened #gnaviBtn::before, body.opened #gnaviBtn::after {
          background-color: #fff;
          transform-origin: 50%; }
        body.opened #gnaviBtn::before {
          top: 50%;
          transform: translate(-50%, -50%) rotate(-45deg); }
        body.opened #gnaviBtn::after {
          top: 50%;
          transform: translate(-50%, -50%) rotate(45deg); } }

/* IE対応 */
html.no-backgroundcliptext #mainContents .section h2 span.en {
  background-image: none; }
html.no-backgroundcliptext #mainContents .section h2.pattern1 span.en {
  color: #916774; }
html.no-backgroundcliptext #mainContents .section h2.pattern2 span.en {
  color: #A8704A; }

.view_ie {
  display: none; }

html.no-backgroundblendmode .view_noie {
  display: none; }
html.no-backgroundblendmode .view_ie {
  display: block; }

#wrap {
  transition: 1.5s ease-out;
  opacity: 1;
  position: relative;
  height: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 567px) {
    #wrap {
      width: 100%; } }

/*** header ***/
#header {
  position: absolute;
  top: 7.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 997; }
  #header .logo {
    width: 282px; }
  @media only screen and (max-width: 567px) {
    #header {
      top: 50.7%;
      transform: translate(-50%, -50%); }
      #header .logo {
        width: 31.5rem; } }

#gnaviBtn {
  position: fixed;
  top: 5.5rem;
  right: 5.5rem;
  z-index: 999;
  width: 5.4rem;
  height: 3.6rem;
  cursor: pointer; }
  #gnaviBtn span {
    transition: .25s ease-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 4px;
    background-color: #A9808C; }
  #gnaviBtn::before, #gnaviBtn::after {
    transition: .25s ease-out;
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #A9808C; }
  #gnaviBtn::before {
    top: 0; }
  #gnaviBtn::after {
    top: 90%; }
  @media only screen and (max-width: 567px) {
    #gnaviBtn {
      top: 5.0rem;
      right: 5.0rem;
      box-sizing: border-box;
      width: 9.0rem;
      height: 9.0rem;
      background-color: #fff;
      border-radius: 50%; }
      #gnaviBtn span {
        width: 5.4rem;
        height: 2px; }
      #gnaviBtn::before, #gnaviBtn::after {
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 5.4rem;
        height: 2px; }
      #gnaviBtn::before {
        top: 2.7rem; }
      #gnaviBtn::after {
        top: 5.9rem; } }

#snsBtn {
  position: absolute;
  top: 5.5rem;
  left: 5.5rem;
  z-index: 999;
  display: flex; }
  #snsBtn .twitter {
    margin-right: 3.0rem; }
    #snsBtn .twitter a {
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%; }
      #snsBtn .twitter a svg {
        width: 6.0rem;
        height: 6.0rem;
        fill: #fff; }
  #snsBtn .instagram a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; }
    #snsBtn .instagram a svg {
      width: 6.0rem;
      height: 6.0rem;
      padding-right: 3.0rem;
      fill: #fff; }
      #snsBtn .youtube a {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%; }
        #snsBtn .youtube a svg {
          width: 6.0rem;
          height: 6.0rem;
          fill: #fff; }
  @media only screen and (max-width: 567px) {
    #snsBtn {
      display: none; } }

#gnavi {
  transition: .25s ease-out;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 8vh 0;
  background-color: #fff; }
  #gnavi .logo img {
    width: 15.0rem; }
  #gnavi .list {
    width: 100%; }
    #gnavi .list li a {
      transition: .25s ease-out;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      padding: 3vh; }
      #gnavi .list li a:hover {
        background-color: #F7F7F7; }
      #gnavi .list li a span {
        display: block;
        color: #B28D98; }
        #gnavi .list li a span.en {
          font-size: 4.0rem;
          line-height: 1; }
        #gnavi .list li a span.jp {
          font-size: 1.3rem;
          font-weight: bold; }
  #gnavi .linkList {
    position: absolute;
    bottom: 8vh;
    right: 5.5rem;
    display: flex;
    justify-content: center; }
    #gnavi .linkList li {
      margin: 0 3.0rem; }
  #gnavi .partner {
    position: absolute;
    bottom: 8vh;
    left: 5.5rem; }
  #gnavi .snsBtn {
    display: flex;
    justify-content: center; }
    #gnavi .snsBtn .twitter {
      margin: 0 2.5rem; }
      #gnavi .snsBtn .twitter a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        border-radius: 50%; }
        #gnavi .snsBtn .twitter a svg {
          width: 6.0rem;
          height: 6.0rem;
          fill: #B28D98; }
    #gnavi .snsBtn .instagram {
      margin: 0 2.5rem; }
      #gnavi .snsBtn .instagram a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        border-radius: 50%; }
        #gnavi .snsBtn .instagram a svg {
          width: 6.0rem;
          height: 6.0rem;
          fill: #B28D98; }
          #gnavi .snsBtn .youtube {
            margin: 0 2.5rem; }
            #gnavi .snsBtn .youtube a {
              display: flex;
              justify-content: space-between;
              align-items: center;
              background-color: #fff;
              border-radius: 50%; }
              #gnavi .snsBtn .youtube a svg {
                width: 6.0rem;
                height: 6.0rem;
                fill: #B28D98; }
  @media only screen and (max-width: 567px) {
    #gnavi {
      padding: 8vh 0; }
      #gnavi .logo {
        order: 1; }
        #gnavi .logo img {
          width: 22.8rem; }
      #gnavi .list {
        order: 2;
        width: 100%; }
        #gnavi .list li a {
          padding: 2vh; }
          #gnavi .list li a span.en {
            margin-bottom: 1.5rem; }
          #gnavi .list li a span.jp {
            font-size: 1.6rem; }
      #gnavi .linkList {
        position: relative;
        bottom: auto;
        right: auto;
        order: 4;
        justify-content: center;
        margin-bottom: 2vh; }
        #gnavi .linkList li {
          margin: 0 2.0rem; }
      #gnavi .partner {
        position: relative;
        order: 3;
        bottom: auto;
        left: auto;
        text-align: center; }
      #gnavi .snsBtn {
        order: 5;
        margin-bottom: 2.0rem; }
        #gnavi .snsBtn .twitter {
          margin: 0 2.0rem; }
          #gnavi .snsBtn .twitter a svg {
            width: 9.0rem;
            height: 9.0rem; }
        #gnavi .snsBtn .instagram {
          margin: 0 2.0rem; }
          #gnavi .snsBtn .instagram a svg {
            width: 9.0rem;
            height: 9.0rem; }
            #gnavi .snsBtn .youtube {
              margin: 0 2.0rem; }
              #gnavi .snsBtn .youtube a svg {
                width: 9.0rem;
                height: 9.0rem; }
      #gnavi .copyright {
        order: 6;
        text-align: center;
        font-size: 1.3rem; } }

#snsArea {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 70.0rem;
  background-image: url("../images/instagram_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  #snsArea .btnArea {
    position: absolute;
    bottom: 6.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex; }
    #snsArea .btnArea .btn {
      width: 32.0rem;
      height: 7.2rem;
      margin: 0 2.5rem; }
      #snsArea .btnArea .btn a {
        position: relative;
        font-size: 1.8rem;
        letter-spacing: 0.08em;
        color: #B6B7B6; }
        #snsArea .btnArea .btn a svg {
          position: absolute;
          top: 50%;
          right: 2.3rem;
          transform: translateY(-50%);
          fill: #B6B7B6;
          transition: all 0.45s cubic-bezier(0.215, 0.61, 0.325, 1) 0s; }
        #snsArea .btnArea .btn a:hover {
          color: #fff; }
          #snsArea .btnArea .btn a:hover svg {
            fill: #fff; }
      #snsArea .btnArea .btn.twitter a svg {
        width: 3.1rem;
        height: 2.1rem; }
      #snsArea .btnArea .btn.instagram a svg {
        width: 3.1rem;
        height: 3.1rem; }
        #snsArea .btnArea .btn.youtube a svg {
          width: 3.1rem;
          height: 3.1rem; }
  @media only screen and (max-width: 567px) {
    #snsArea {
      position: relative;
      width: 100%;
      height: 87.0rem;
      background-image: url("../images/instagram_bg_sp.jpg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      #snsArea .btnArea {
        bottom: 8.0rem;
        flex-direction: column; }
        #snsArea .btnArea .btn {
          width: 48.0rem;
          height: 7.8rem;
          margin: 2.0rem auto 0; }
          #snsArea .btnArea .btn a {
            font-size: 2.6rem;
            letter-spacing: 0.12em; }
          #snsArea .btnArea .btn.twitter a svg {
            width: 3.7rem;
            height: 2.5rem; }
          #snsArea .btnArea .btn.instagram a svg {
            width: 3.1rem;
            height: 3.1rem; }
            #snsArea .btnArea .btn.youtube a svg {
              width: 3.1rem;
              height: 3.1rem; } }

/*** footer ***/
#footer .footerArea {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 15.0rem;
  padding: 0 5.5rem; }
  #footer .footerArea .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24.5rem; }
  #footer .footerArea .navArea {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2.0rem; }
    #footer .footerArea .navArea .navi {
      display: flex;
      align-items: center; }
      #footer .footerArea .navArea .navi li {
        margin-right: 3.6rem; }
        #footer .footerArea .navArea .navi li a {
          font-size: 1.6rem;
          color: #B28D98; }
    #footer .footerArea .navArea .linkList {
      display: flex;
      align-items: center; }
      #footer .footerArea .navArea .linkList li {
        margin-right: 3.0rem; }
        #footer .footerArea .navArea .linkList li a {
          position: relative;
          padding: 0 0 0.5rem 0.2rem;
          font-size: 1.0rem;
          color: #999999; }
          #footer .footerArea .navArea .linkList li a::after {
            position: absolute;
            bottom: -4px;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #999999;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
          #footer .footerArea .navArea .linkList li a:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
  #footer .footerArea .snsBtnArea {
    display: none; }
  #footer .footerArea .partner {
    position: absolute;
    top: 50%;
    right: 5.5rem;
    transform: translateY(-50%);
    width: 31.8rem; }
  #footer .footerArea .copyright {
    font-size: 0.8rem;
    line-height: 1;
    color: #999999; }

@media only screen and (max-width: 567px) {
  #footer .img {
    height: 25.6rem;
    background-image: url("../images/footer_img_sp.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    #footer .img img {
      display: none; }
  #footer .footerArea {
    height: auto;
    padding: 5.5rem 0 6.0rem; }
    #footer .footerArea .logo {
      position: relative;
      top: 0;
      left: 0;
      transform: none;
      width: 32.0rem;
      margin: 0 auto 6.0rem; }
    #footer .footerArea .navArea {
      display: block;
      margin-bottom: 3.5rem; }
      #footer .footerArea .navArea .navi {
        display: none; }
      #footer .footerArea .navArea .linkList {
        display: flex;
        justify-content: center; }
        #footer .footerArea .navArea .linkList li {
          margin: 0 3.0rem; }
          #footer .footerArea .navArea .linkList li a {
            position: relative;
            padding: 0 0 0.5rem 0.2rem;
            font-size: 2.0rem; }
            #footer .footerArea .navArea .linkList li a::after {
              content: '';
              transition: .25s ease-out;
              position: absolute;
              bottom: 0;
              left: 0;
              display: block;
              width: 100%;
              height: 1px;
              background-color: #7F7F77;
              transform: none; }
    #footer .footerArea .snsBtnArea {
      display: flex;
      justify-content: center;
      margin-bottom: 4.0rem; }
      #footer .footerArea .snsBtnArea .twitter {
        margin: 0 3.0rem; }
        #footer .footerArea .snsBtnArea .twitter a {
          display: flex;
          justify-content: space-between;
          align-items: center;
          background-color: #fff;
          border-radius: 50%; }
          #footer .footerArea .snsBtnArea .twitter a svg {
            width: 9.0rem;
            height: 9.0rem;
            fill: #7F7F77; }
      #footer .footerArea .snsBtnArea .instagram {
        margin: 0 3.0rem; }
        #footer .footerArea .snsBtnArea .instagram a {
          display: flex;
          justify-content: space-between;
          align-items: center;
          background-color: #fff;
          border-radius: 50%; }
          #footer .footerArea .snsBtnArea .instagram a svg {
            width: 9.0rem;
            height: 9.0rem;
            fill: #7F7F77; }
            #footer .footerArea .snsBtnArea .youtube a svg {
              width: 9.0rem;
              height: 9.0rem;
              fill: #7F7F77; }
    #footer .footerArea .partner {
      position: relative;
      top: auto;
      right: auto;
      transform: translateY(0);
      width: 37.3rem;
      margin: 0 auto 4.0rem; }
    #footer .footerArea .copyright {
      font-size: 1.3rem;
      text-align: center; } }

#btn_info {
  display: none; }
  @media only screen and (max-width: 567px) {
    #btn_info {
      display: block;
      position: fixed;
      top: 5.0rem;
      right: 5.0rem;
      z-index: 5; }
      #btn_info img {
        width: 9.0rem;
        height: 9.0rem; } }

#opening {
  position: relative;
  z-index: 2;
  width: 100vw;
  height: 100vh; }
  #opening .slider {
    position: absolute;
    top: 0;
    height: 100vh;
    transform-style: preserve-3d;
    will-change: transform; }
    #opening .slider .slide {
      overflow: hidden;
      position: absolute;
      left: auto;
      right: 0;
      transform-style: preserve-3d;
      will-change: transform; }
      #opening .slider .slide .bg {
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        transform-style: preserve-3d;
        will-change: transform; }
      #opening .slider .slide .bg a {
        display: block;
        width: 100%;
        height: 100%;
      }
    #opening .slider#opening_slider_left {
      left: 0;
      width: 50vw; }
      #opening .slider#opening_slider_left .slide {
        width: 0;
        height: 100vh; }
        #opening .slider#opening_slider_left .slide .bg {
          width: 50vw;
          background-position: 50% 50%; }
    #opening .slider#opening_slider_right {
      right: 0;
      width: 50vw; }
      #opening .slider#opening_slider_right .slide {
        width: 50vw;
        height: 0; }
        #opening .slider#opening_slider_right .slide .bg {
          width: 50vw;
          background-position: 50% 50%; }
  #opening .newsArea {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    width: 110.0rem;
    height: 6.0rem; }
    #opening .newsArea h2 {
      order: 2;
      width: 17.0rem;
      height: 100%;
      border-radius: 0; }
      #opening .newsArea h2 a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #fff;
        line-height: 1;
        font-size: 1.8rem; }
        #opening .newsArea h2 a::before {
          background-color: #B28D98; }
    #opening .newsArea .box {
      order: 1;
      display: flex;
      justify-content: space-between;
      align-items: center;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      background-color: #fff;
      padding: 0 2.5rem; }
      #opening .newsArea .box .icon {
        width: 16px;
        line-height: 0; }
      #opening .newsArea .box .txtArea {
        position: relative;
        overflow: hidden;
        flex: 1 auto;
        height: 3.0rem;
        margin-left: 1.5em;
        line-height: 1;
        color: #916774; }
        #opening .newsArea .box .txtArea > ul {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          margin: 0;
          padding: 0;
          list-style: none; }
          #opening .newsArea .box .txtArea > ul[data-length="5"] {
            top: 3.0rem;
            animation-name: news-5;
            animation-duration: 30s;
            animation-iteration-count: infinite;
            animation-timing-function: ease;
            animation-fill-mode: both;
            animation-delay: 3s; }
          #opening .newsArea .box .txtArea > ul[data-length="4"] {
            top: 3.0rem;
            animation-name: news-4;
            animation-duration: 24s;
            animation-iteration-count: infinite;
            animation-timing-function: ease;
            animation-fill-mode: both;
            animation-delay: 3s; }
          #opening .newsArea .box .txtArea > ul[data-length="3"] {
            top: 3.0rem;
            animation-name: news-3;
            animation-duration: 18s;
            animation-iteration-count: infinite;
            animation-timing-function: ease;
            animation-fill-mode: both;
            animation-delay: 3s; }
          #opening .newsArea .box .txtArea > ul[data-length="2"] {
            top: 3.0rem;
            animation-name: news-2;
            animation-duration: 12s;
            animation-iteration-count: infinite;
            animation-timing-function: ease;
            animation-fill-mode: both;
            animation-delay: 3s; }
          #opening .newsArea .box .txtArea > ul:hover {
            animation-play-state: paused; }
      #opening .newsArea .box .news {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 3.0rem;
        line-height: 3.0rem; }
        #opening .newsArea .box .news p {
          margin: 0;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
          #opening .newsArea .box .news p a {
            position: relative;
            display: inline-block;
            text-decoration: none; }
            #opening .newsArea .box .news p a::after {
              position: absolute;
              bottom: 0;
              left: 0;
              content: '';
              width: 100%;
              height: 1px;
              background: #7F7F77;
              transform: scale(0, 1);
              transform-origin: right top;
              transition: transform .3s; }
            #opening .newsArea .box .news p a:hover::after {
              transform-origin: left top;
              transform: scale(1, 1); }
  @media only screen and (max-width: 567px) {
    #opening {
      position: relative;
      z-index: 2;
      width: 100%;
      height: 100%; }
      #opening .slider {
        height: 50%; }
        #opening .slider .slide {
          position: absolute;
          left: auto;
          right: 0; }
          #opening .slider .slide .bg {
            position: absolute;
            left: auto;
            right: 0;
            top: 0;
            height: 50vh; }
        #opening .slider#opening_slider_left {
          right: 0;
          width: 100vw; }
          #opening .slider#opening_slider_left .slide {
            width: 0;
            height: 50vh; }
            #opening .slider#opening_slider_left .slide .bg {
              width: 100vw; }
        #opening .slider#opening_slider_right {
          top: auto;
          bottom: 0;
          width: 100vw; }
          #opening .slider#opening_slider_right .slide {
            width: 100vw;
            height: 0; }
            #opening .slider#opening_slider_right .slide .bg {
              width: 100vw; }
      #opening .newsArea {
        width: 100%;
        height: 6.0rem; }
        #opening .newsArea h2 {
          width: 12.5rem; }
          #opening .newsArea h2 a {
            width: 100%; }
        #opening .newsArea .box {
          box-sizing: border-box;
          width: 51.5rem;
          height: 100%;
          padding: 0 2.5rem; }
          #opening .newsArea .box .icon {
            width: 1.6rem; }
          #opening .newsArea .box .txtArea {
            height: 3.0rem; }
            #opening .newsArea .box .txtArea p {
              font-size: 1.8rem;
              line-height: 2; } }

/*---------------------------------------------
03. home
---------------------------------------------*/
main#home #intro {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 70.0rem;
  background-image: url("../images/intro_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  main#home #intro h2 {
    width: 34.0rem;
    height: 5.0rem;
    margin: 0 auto 5.5rem;
    line-height: 0; }
  main#home #intro .catch {
    margin: 0 auto 5.5rem;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1; }
  main#home #intro .flex {
    display: flex;
    justify-content: space-between;
    width: 93.0rem;
    margin: 0 auto; }
    main#home #intro .flex .img {
      width: 44.1rem;
      margin-top: 2.0rem; }
      main#home #intro .flex .img img {
        mix-blend-mode: multiply; }
    main#home #intro .flex .txtArea {
      width: 44.0rem;
      font-size: 1.4rem;
      letter-spacing: 0; }
      main#home #intro .flex .txtArea .jp {
        margin-bottom: 2em;
        line-height: calc(33 / 14); }
      main#home #intro .flex .txtArea .en {
        line-height: calc(29 / 14); }
main#home .section {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 7.0rem 0; }
  main#home .section h2 {
    margin-bottom: 5.0rem;
    text-align: center; }
    main#home .section h2 span {
      display: block; }
      main#home .section h2 span.en {
        margin-bottom: 1.5rem;
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        font-size: 4.8rem;
        line-height: 1; }
      main#home .section h2 span.jp {
        font-size: 1.4rem;
        font-weight: bold; }
    main#home .section h2.pattern1 span.en {
      background-image: url("../images/bg_pattern1.jpg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    main#home .section h2.pattern2 span.en {
      background-image: url("../images/bg_pattern2.jpg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    main#home .section h2.pattern2 span.jp {
      color: #A8704A; }
main#home #lineup {
  background-image: url("../images/lineup_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  main#home #lineup .btn {
    position: absolute;
    top: 7.0rem;
    right: 7.0rem;
    z-index: 1;
    width: 21.0rem;
    height: 5.2rem; }
  main#home #lineup #slider .slide {
    text-align: center; }
    main#home #lineup #slider .slide.slick-current .img::before {
      opacity: 1; }
    main#home #lineup #slider .slide.square .img::before {
      top: 48%; }
    main#home #lineup #slider .slide .img {
      position: relative;
      padding-left: 3.0rem; }
      main#home #lineup #slider .slide .img::before {
        content: '';
        position: absolute;
        top: 53%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 1.5s ease-out;
        opacity: 0;
        display: block;
        mix-blend-mode: multiply; }
    main#home #lineup #slider .slide .name {
      position: relative;
      box-sizing: content-box;
      display: inline-block;
      line-height: 1; }
      main#home #lineup #slider .slide .name::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(-140%);
        display: block;
        width: 6.5rem;
        height: 6.2rem;
        background-image: url("../images/lineup_icon.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: contain; }
      main#home #lineup #slider .slide .name em {
        display: block;
        margin-bottom: 1.0rem;
        font-size: 3.6rem; }
      main#home #lineup #slider .slide .name span {
        display: block;
        font-size: 1.6rem; }
    main#home #lineup #slider .slide:nth-child(2n) .img::before {
      width: 25.7rem;
      height: 12.8rem;
      background-image: url("../images/neko_face_gif.gif");
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: contain; }
    main#home #lineup #slider .slide:nth-child(2n-1) .img::before {
      width: 23.4rem;
      height: 12.8rem;
      background-image: url("../images/neko_face2_gif.gif");
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: contain; }
main#home #shop {
  position: relative;
  width: 100%;
  height: 70.0rem;
  padding: 0;
  background-image: url("../images/bg_shop.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  main#home #shop h2 {
    width: 100%;
    height: 100%;
    margin: 0; }
    main#home #shop h2 a {
      transition: background-color 0.2s ease-out;
      display: flex;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      width: 100%;
      height: 100%; }
      main#home #shop h2 a .textArea {
        box-sizing: border-box;
        position: relative;
        padding-right: 5.0rem;
        text-align: center; }
        main#home #shop h2 a .textArea::after {
          content: '';
          transition: 0.2s ease-out;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          display: block;
          width: 2.3rem;
          height: 4.5rem;
          background-image: url("../images/icon_arrow_white.svg");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: contain; }
        main#home #shop h2 a .textArea span {
          display: block;
          letter-spacing: 0.12em;
          color: #fff; }
          main#home #shop h2 a .textArea span.en {
            margin-bottom: 0.5rem;
            font-size: 4.8rem;
            line-height: 1; }
          main#home #shop h2 a .textArea span.jp {
            font-size: 1.4rem;
            font-weight: bold; }
      main#home #shop h2 a:hover {
        background-color: rgba(0, 0, 0, 0.3); }
        main#home #shop h2 a:hover .textArea::after {
          right: -10%; }
@media only screen and (max-width: 567px) {
  main#home #intro {
    box-sizing: border-box;
    height: auto;
    padding: 7.5rem 0 4.0rem; }
    main#home #intro h2 {
      margin: 0 auto 4.5rem; }
    main#home #intro .catch {
      margin: 0 auto 5.5rem;
      font-size: 2.6rem;
      line-height: calc(45 / 26);
      text-align: center; }
    main#home #intro .flex {
      display: flex;
      flex-direction: column-reverse;
      width: 100%;
      margin: 0 auto; }
      main#home #intro .flex .img {
        width: 28.8rem;
        margin: 3.5rem auto 0; }
        main#home #intro .flex .img img {
          margin-left: 2.0rem; }
      main#home #intro .flex .txtArea {
        width: 50.0rem;
        margin: 0 auto;
        font-size: 2.0rem; }
  main#home .section h2 {
    margin-bottom: 2.0rem; }
    main#home .section h2 span.en {
      font-size: 5.0rem; }
    main#home .section h2 span.jp {
      font-size: 1.6rem; }
  main#home #lineup {
    background-image: url("../images/lineup_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    main#home #lineup .btn {
      position: relative;
      top: auto;
      right: auto;
      width: 48.0rem;
      height: 7.8rem;
      margin: 0 auto;
      font-size: 2.8rem; }
    main#home #lineup #slider {
      margin-bottom: 5.0rem; }
      main#home #lineup #slider .slide .img {
        padding-left: 4.0rem; }
      main#home #lineup #slider .slide .name::before {
        width: 6.3rem;
        height: 6.0rem; }
  main#home #shop {
    height: 87.0rem; }
    main#home #shop h2 a .textArea {
      padding-right: 5.0rem; }
      main#home #shop h2 a .textArea span.en {
        margin-bottom: 0.5rem;
        font-size: 5.0rem; }
      main#home #shop h2 a .textArea span.jp {
        font-size: 1.6rem; } }

/*---------------------------------------------
04. contents
---------------------------------------------*/
body.contents #header {
  position: relative;
  top: auto;
  left: auto;
  transform: translateX(0);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 23.0rem;
  background-image: url("../images/intro_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  body.contents #header .logo {
    width: 17.5rem; }
body.contents .mainContents {
  padding-top: 10.0rem; }
  body.contents .mainContents #mainTtl {
    margin-bottom: 5.0rem;
    text-align: center; }
    body.contents .mainContents #mainTtl span {
      display: block;
      letter-spacing: 0.12em; }
      body.contents .mainContents #mainTtl span.en {
        margin-bottom: 0.5rem;
        font-size: 4.2rem;
        line-height: 1;
        color: #B28D98; }
      body.contents .mainContents #mainTtl span.jp {
        font-size: 1.3rem;
        font-weight: bold;
        color: #916774; }
  body.contents .mainContents #sortNav {
    margin-bottom: 5.0rem; }
    body.contents .mainContents #sortNav ul {
      display: flex;
      justify-content: center; }
      body.contents .mainContents #sortNav ul li {
        display: flex;
        align-items: center; }
        body.contents .mainContents #sortNav ul li::after {
          content: '';
          display: inline-block;
          width: 1px;
          height: 1.7rem;
          margin: 0 2em;
          background-color: #B28D98;
          transform: rotate(45deg); }
        body.contents .mainContents #sortNav ul li:last-child::after {
          display: none; }
        body.contents .mainContents #sortNav ul li a {
          position: relative;
          font-size: 1.6rem;
          color: #916774;
          line-height: 2;
          text-indent: 0.2em; }
          body.contents .mainContents #sortNav ul li a::after {
            position: absolute;
            bottom: -4px;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #B28D98;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
          body.contents .mainContents #sortNav ul li a:hover::after, body.contents .mainContents #sortNav ul li a.on::after {
            transform-origin: left top;
            transform: scale(1, 1); }
@media only screen and (max-width: 567px) {
  body.contents .mainContents {
    padding-top: 6.0rem; }
    body.contents .mainContents #mainTtl span.en {
      margin-bottom: 0.5rem;
      font-size: 5.0rem; }
    body.contents .mainContents #mainTtl span.jp {
      font-size: 1.6rem; }
    body.contents .mainContents #sortNav {
      margin-bottom: 6.0rem; }
      body.contents .mainContents #sortNav ul {
        flex-wrap: wrap;
        margin: 0 2.0rem; }
        body.contents .mainContents #sortNav ul li {
          margin-bottom: 2.0rem; }
          body.contents .mainContents #sortNav ul li::after {
            height: 1.7rem;
            margin: 0 1em; }
          body.contents .mainContents #sortNav ul li a {
            font-size: 1.8rem; } }

/*---------------------------------------------
05. news
---------------------------------------------*/
main#news .archiveList {
  display: flex;
  flex-wrap: wrap;
  width: 98.0rem;
  margin: 0 auto; }
  main#news .archiveList.col3 li {
    width: 28.0rem;
    margin-right: 7.0rem; }
    main#news .archiveList.col3 li:nth-child(3n) {
      margin-right: 0; }
    main#news .archiveList.col3 li .img {
      height: 27.0rem; }
  main#news .archiveList.col4 li {
    width: 22.5rem;
    margin-right: 2.5rem; }
    main#news .archiveList.col4 li:nth-child(4n) {
      margin-right: 0; }
    main#news .archiveList.col4 li .img {
      height: 21.7rem; }
  main#news .archiveList li {
    margin-bottom: 3.0rem; }
    main#news .archiveList li a {
      display: block; }
      main#news .archiveList li a:hover .img span {
        transform: scale(1.05) rotate(0.1deg);
        transition: 0.2s ease-out;
        opacity: 0.3; }
    main#news .archiveList li .img {
      overflow: hidden;
      width: 100%;
      margin-bottom: 3.0rem; }
      main#news .archiveList li .img span {
        transition: 0.7s ease-out;
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
    main#news .archiveList li .meta {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 3.0rem;
      line-height: 1; }
      main#news .archiveList li .meta .cat {
        padding: 0.7rem 1.5rem;
        background-color: #CCAEB8;
        border-radius: 0.4rem;
        font-size: 1.2rem;
        color: #fff; }
      main#news .archiveList li .meta .date {
        font-size: 1.1rem;
        font-style: italic; }
    main#news .archiveList li h4 {
      font-size: 1.3rem;
      color: #916774; }
main#news.single .article {
  width: 72.0rem;
  margin: 0 auto;
  padding-bottom: 6.0rem; }
  main#news.single .article .articleHeader {
    margin-bottom: 6.0rem;
    color: #916774; }
    main#news.single .article .articleHeader .cat {
      display: inline-block;
      margin-bottom: 3.0rem;
      padding: 0.7rem 1.5rem;
      background-color: #CCAEB8;
      border-radius: 0.4rem;
      font-size: 1.3rem;
      color: #fff;
      line-height: 1; }
    main#news.single .article .articleHeader h3 {
      margin-bottom: 3.0rem;
      padding-bottom: 3.0rem;
      border-bottom: 1px solid #F3F3F3;
      font-size: 1.8rem; }
    main#news.single .article .articleHeader .date {
      font-size: 1.1rem;
      line-height: 1;
      font-style: italic; }
main#news.single #recentNews {
  padding: 10.0rem 0;
  background-color: #F7F7F7; }
  main#news.single #recentNews h3 {
    margin-bottom: 5.0rem;
    text-align: center; }
    main#news.single #recentNews h3 span {
      display: block;
      letter-spacing: 0.12em; }
      main#news.single #recentNews h3 span.en {
        margin-bottom: 0.5rem;
        font-size: 2.8rem;
        line-height: 1;
        color: #B28D98; }
      main#news.single #recentNews h3 span.jp {
        font-size: 1.3rem;
        font-weight: bold;
        color: #916774; }
main#news.archive {
  padding-bottom: 6.0rem; }
@media only screen and (max-width: 567px) {
  main#news .archiveList {
    display: flex;
    flex-wrap: wrap;
    width: 48.0rem; }
    main#news .archiveList.col3 li {
      width: 100%;
      margin-right: 0; }
      main#news .archiveList.col3 li .img {
        width: 15.0rem;
        height: 14.5rem; }
    main#news .archiveList.col4 li {
      width: 100%;
      margin-right: 0; }
      main#news .archiveList.col4 li .img {
        width: 15.0rem;
        height: 14.5rem; }
    main#news .archiveList li {
      margin-bottom: 4.0rem; }
      main#news .archiveList li a {
        display: flex;
        justify-content: space-between; }
      main#news .archiveList li .img {
        margin-bottom: 0; }
      main#news .archiveList li .flex {
        width: 30.0rem; }
      main#news .archiveList li .meta .cat {
        padding: 0.7rem 1.5rem;
        font-size: 1.6rem; }
      main#news .archiveList li .meta .date {
        font-size: 1.8rem; }
      main#news .archiveList li h4 {
        font-size: 2.0rem;
        line-height: 1.75; }
  main#news.single .article {
    width: 48.0rem;
    padding-bottom: 6.0rem; }
    main#news.single .article .articleHeader {
      margin-bottom: 6.0rem; }
      main#news.single .article .articleHeader .cat {
        margin-bottom: 2.0rem;
        font-size: 1.6rem; }
      main#news.single .article .articleHeader h3 {
        margin-bottom: 2.0rem;
        padding-bottom: 2.0rem;
        font-size: 2.6rem;
        line-height: 1.75; }
      main#news.single .article .articleHeader .date {
        font-size: 1.8rem; }
  main#news.single #recentNews {
    padding: 10.0rem 0;
    background-color: #F7F7F7; }
    main#news.single #recentNews h3 {
      margin-bottom: 5.0rem;
      text-align: center; }
      main#news.single #recentNews h3 span {
        display: block;
        letter-spacing: 0.12em; }
        main#news.single #recentNews h3 span.en {
          margin-bottom: 0.5rem;
          font-size: 2.8rem;
          line-height: 1;
          color: #B28D98; }
        main#news.single #recentNews h3 span.jp {
          font-size: 1.3rem;
          font-weight: bold;
          color: #916774; }
  main#news.archive {
    padding-bottom: 6.0rem; } }

/*---------------------------------------------
06. shop
---------------------------------------------*/
main#shop #mainTtl span.en {
  color: #D1AE8F; }
main#shop #mainTtl span.jp {
  color: #A8704A; }
main#shop .intro {
  margin-bottom: 2em;
  font-size: 1.3rem;
  text-align: center; }
main#shop #shopArea {
  padding: 8.0rem 0;
  background-color: #F7F7F7; }
  main#shop #shopArea .section {
    width: 72.0rem;
    margin: 0 auto 10.0rem; }
    main#shop #shopArea .section > h3 {
      position: relative;
      box-sizing: border-box;
      display: inline-block;
      width: 100%;
      margin-bottom: 4.0rem;
      padding-bottom: 4.0rem;
      padding-left: 7.7rem;
      border-bottom: 1px solid #fff;
      line-height: 1; }
      main#shop #shopArea .section > h3::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 4.8rem;
        height: 4.5rem;
        background-image: url("../images/lineup_icon.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: contain; }
      main#shop #shopArea .section > h3 span {
        display: block;
        letter-spacing: 0.12em; }
        main#shop #shopArea .section > h3 span.jp {
          margin-bottom: 1.5rem;
          font-size: 2.0rem;
          font-weight: bold;
          color: #916774; }
        main#shop #shopArea .section > h3 span.en {
          font-size: 1.1rem;
          line-height: 1;
          color: #B28D98;
          text-transform: lowercase; }
          main#shop #shopArea .section > h3 span.en::first-letter {
            text-transform: capitalize; }
    main#shop #shopArea .section .list {
      width: 100%;
      height: 100%; }
      main#shop #shopArea .section .list li {
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        margin-bottom: 5.0rem; }
        main#shop #shopArea .section .list li .txtArea {
          flex: 1 auto; }
          main#shop #shopArea .section .list li .txtArea h4 {
            margin-bottom: 1em;
            font-size: 1.6rem;
            font-weight: bold;
            text-decoration: underline; }
          main#shop #shopArea .section .list li .txtArea p {
            margin-bottom: 1.5em;
            font-size: 1.3rem; }
          main#shop #shopArea .section .list li .txtArea .btn {
            width: 16.0rem;
            height: 3.8rem; }
            main#shop #shopArea .section .list li .txtArea .btn a {
              font-size: 1.2rem;
              color: #fff; }
              main#shop #shopArea .section .list li .txtArea .btn a::before {
                background-color: #C29EA7; }
        main#shop #shopArea .section .list li .img {
          display: flex;
          align-items: flex-end;
          width: 26.0rem;
          line-height: 0; }
@media only screen and (max-width: 567px) {
  main#shop #sortNav {
    margin-bottom: 2.0rem; }
  main#shop .intro {
    margin-bottom: 2em;
    font-size: 1.8rem; }
  main#shop #shopArea {
    padding: 4.0rem 0; }
    main#shop #shopArea .section {
      width: 48.0rem;
      margin: 0 auto 10.0rem; }
      main#shop #shopArea .section > h3 {
        margin-bottom: 3.5rem;
        padding-bottom: 3.5rem;
        padding-left: 7.5rem; }
        main#shop #shopArea .section > h3 span.jp {
          margin-bottom: 1.0rem;
          font-size: 2.4rem; }
        main#shop #shopArea .section > h3 span.en {
          font-size: 1.4rem; }
      main#shop #shopArea .section .list {
        width: 100%;
        height: 100%; }
        main#shop #shopArea .section .list li {
          display: block;
          margin-bottom: 8.0rem; }
          main#shop #shopArea .section .list li .txtArea h4 {
            margin-bottom: 1.0rem;
            font-size: 2.6rem; }
          main#shop #shopArea .section .list li .txtArea p {
            margin-bottom: 1.0em;
            font-size: 2.2rem; }
          main#shop #shopArea .section .list li .txtArea .btn {
            width: 21.4rem;
            height: 5.6rem; }
            main#shop #shopArea .section .list li .txtArea .btn a {
              font-size: 2.0rem; }
          main#shop #shopArea .section .list li .img {
            display: block;
            width: 38.0rem;
            margin: 4.0rem auto 0; } }
