@charset "UTF-8";
/*

mauna CSS
v2.1

*/
/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

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

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

html {
  line-height: 1.15;
  font-synthesis: none;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
}

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

em, b, strong {
  font-weight: 600;
  font-style: normal;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

iframe {
  vertical-align: bottom;
}

small {
  font-size: 85%;
  font-weight: inherit;
}

ruby {
  line-height: 2.5;
  margin-bottom: 0.5em;
}

rt {
  font-size: 60%;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.6;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
}

a {
  background: transparent;
  color: inherit;
  text-decoration: none;
}

a:hover,
a:active {
  color: inherit;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* html */
html {
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  -webkit-tap-highlight-color: transparent;
}

body {
  color: #434343;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
}

h1, h2, h3, h4, h5, h6, strong, b {
  font-weight: bold;
}

a {
  color: #434343;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
a img {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

a:hover {
  color: #777;
  text-decoration: none;
}
a:hover img {
  opacity: 0.85;
}

img {
  vertical-align: middle;
}

ul {
  list-style: none;
}

hr {
  display: block;
  height: 0;
  border: 0;
  border-top: 1px solid #bbb;
  margin: 3rem 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

::-ms-input-placeholder {
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa;
}

::placeholder {
  color: #aaa;
}

/* bootstrap */
.container {
  padding-right: 8%;
  padding-left: 8%;
}

.row {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

[class^=col-] {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.col-2-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
}

@media (min-width: 576px) {
  .col-sm-2-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .col-md-2-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-2-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
}
/* typo */
.clearboth {
  clear: both;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

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

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

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

.text-ja {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
}

.text-en {
  font-family: "Comfortaa", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
}

.text-sm {
  font-size: 90%;
}

.text-lg {
  font-size: 115%;
}

.text-xl {
  font-size: 130%;
}

.text-kerning {
  margin-right: -0.2em;
  margin-left: -0.2em;
}

.text-kerning-left {
  margin-left: -0.1em;
}

.text-kerning-right {
  margin-right: -0.1em;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-red {
  color: #D64A26;
}

.text-pink {
  color: #df8b76;
}

.text-blue {
  color: #3fb6ad;
}

.text-gray {
  color: #777;
}

/* heading */
.heading {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.heading__ttl {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
}
.heading__ttl .text-en {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
.heading__ttl .text-sub {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.6;
  color: #777;
}

.heading--line {
  position: relative;
  padding-top: 2rem;
}
.heading--line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 5px;
  background-color: #edad9d;
}

.heading__txt {
  margin-top: 1.5rem;
  font-size: 0.8rem;
  line-height: 1.8;
}

@media (min-width: 576px) {
  .heading {
    margin: 3rem 0;
  }
  .heading__ttl {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
  }
  .heading__ttl .text-en {
    font-size: 1.7rem;
    letter-spacing: 0.3em;
  }
  .heading__ttl .text-sub {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.8rem;
    line-height: 1.6;
    color: #777;
  }
  .heading--line:before {
    height: 5px;
  }
  .heading__txt {
    margin-top: 1.5rem;
    font-size: 0.8rem;
    line-height: 1.8;
  }
}
/* image */
.align-right,
.align-left,
.alignright,
.alignleft,
.aligncenter {
  float: none;
  display: block;
  margin: 1em auto;
  max-width: 100% !important;
}
.align-right img,
.align-left img,
.alignright img,
.alignleft img,
.aligncenter img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media (min-width: 576px) {
  .align-right,
  .alignright {
    float: right;
    margin: 0.2rem 0 1rem 2rem;
    max-width: 45% !important;
  }
  .align-left,
  .alignleft {
    float: left;
    margin: 0.2rem 2rem 1rem 0;
    max-width: 45% !important;
  }
}
.img-wrap {
  margin-bottom: 2rem;
}

.img-wrap__img {
  display: block;
  width: 100%;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-wrap--sm .img-wrap__img {
  height: 150px;
}

.img-wrap--lg .img-wrap__img {
  height: 300px;
}

.img-wrap--wide,
.is-wide {
  margin-right: -9.52380952%;
  margin-left: -9.52380952%;
}

@media (min-width: 576px) {
  .img-wrap__img {
    height: 300px;
  }
  .img-wrap--sm .img-wrap__img {
    height: 200px;
  }
  .img-wrap--lg .img-wrap__img {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .img-wrap__img {
    height: 380px;
  }
  .img-wrap--sm .img-wrap__img {
    height: 250px;
  }
  .img-wrap--lg .img-wrap__img {
    height: 500px;
  }
}
.icon-inline {
  position: relative;
  top: -0.1em;
  margin-right: 0.1em;
  margin-left: 0.1em;
}

.img-load {
  position: relative;
  background-color: #f7f7f7;
}
.img-load:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
  border: 3px #ddd solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  animation: spin 0.8s linear infinite;
  -webkit-animation: spin 0.8s linear infinite;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}
.img-load.is-active .img-load__img {
  opacity: 1;
}
.img-load.is-active:after {
  display: none;
}

.img-load__img {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 2;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* layout */
.outline {
  padding-top: 70px;
}

@media (min-width: 576px) {
  .outline {
    padding-top: 100px;
  }
}
.content-wrap {
  width: 100%;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  padding-right: 8%;
  padding-left: 8%;
  max-width: 1280px;
}

.read-wrap {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.anchor-wrap {
  margin-top: -70px;
  padding-top: 70px;
  pointer-events: none;
}
.anchor-wrap * {
  pointer-events: auto;
}

@media (min-width: 576px) {
  .content-wrap {
    margin-bottom: 5rem;
  }
  .anchor-wrap {
    margin-top: -100px;
    padding-top: 100px;
  }
}
.overlay {
  display: block;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 0;
}
.overlay.is-active {
  pointer-events: auto;
  opacity: 1;
  z-index: 500;
}

/* global header */
.global-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}

.global-header__container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  height: 70px;
  background-color: #fff;
}

.header-brand {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.7rem;
  z-index: 2;
  text-align: center;
}
.header-brand a {
  display: inline-block;
}

.header-brand--blog {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
}
.header-brand--blog .header-brand__img {
  display: inline-block;
  vertical-align: bottom;
}

.header-brand__img {
  padding-right: 0.5rem;
}
.header-brand__img img {
  vertical-align: middle;
}

.header-brand__desc,
.header-brand__sub {
  display: none;
}

@media (min-width: 576px) {
  .header-brand__desc {
    display: block;
    margin-top: 0.3rem;
    font-size: 0.65rem;
    letter-spacing: 0;
    color: #777;
  }
  .header-brand__sub {
    display: inline;
    margin-left: 0.1rem;
    color: #3fb6ad;
  }
}
.global-nav {
  position: relative;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5rem;
  z-index: 1;
}

.global-nav__fav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 0.7rem;
  padding-left: 1rem;
  border-left: 1px #ddd solid;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media (min-width: 576px) {
  .global-nav__fav {
    margin-left: 0.8rem;
    padding-left: 1.2rem;
  }
}
.global-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: right;
}

.global-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  font-size: 0;
  letter-spacing: -0.4em;
}
.global-menu__list li {
  display: inline-block;
  margin-left: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.link-blog {
  position: relative;
  background-color: #90c9c5;
  display: inline-block;
  padding: 0.45rem 1.8rem 0.4rem 0.8rem;
  color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.link-blog:hover {
  background-color: #7FC1BC;
  color: #fff;
}
.link-blog:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 7px;
  height: 7px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.link-blog--back {
  background-color: #fb9f95;
}
.link-blog--back:hover {
  background-color: #FA897C;
  color: #fff;
}

@media (min-width: 576px) {
  .link-blog {
    padding: 0.5rem 2.5rem 0.5rem 2rem;
  }
}
.toggle-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  margin-left: -0.4rem;
}

.toggle-btn__hamburger {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
}
.toggle-btn__hamburger:before, .toggle-btn__hamburger:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  background-color: #df8b76;
  -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, -webkit-transform 0.2s;
}
.toggle-btn__hamburger:after {
  margin-top: 3px;
}

.toggle-btn__caption {
  display: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding-right: 0.5rem;
  margin-top: 0.15rem;
  margin-left: 0.5rem;
  font-size: 0.8rem;
}

.toggle-btn.is-active .toggle-btn__hamburger:before {
  width: 24px;
  -webkit-transform: translate(-2px, 4px) rotate(-45deg);
          transform: translate(-2px, 4px) rotate(-45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.toggle-btn.is-active .toggle-btn__hamburger:after {
  width: 24px;
  -webkit-transform: translate(-2px, -4px) rotate(45deg);
          transform: translate(-2px, -4px) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.toggle-btn.is-active .toggle-btn__caption {
  color: #777;
}

.toggle-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  font-size: 0.75rem;
}

.toggle-menu__container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.toggle-menu__scroll {
  overflow: auto;
  margin-right: auto;
  margin-left: auto;
  max-height: calc(80vh - 70px);
  max-width: 1280px;
  background-color: #fff;
  padding: 1rem 8%;
  pointer-events: auto;
}

.toggle-menu__ttl {
  padding-bottom: 0.3rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px #edad9d solid;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  color: #df8b76;
}

.toggle-menu__unit {
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
}
.toggle-menu__unit li {
  margin-bottom: 0.7rem;
}

.category-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.category-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin-bottom: 0.2rem !important;
  font-weight: bold;
}
.category-list a {
  display: block;
  padding: 0.3rem 0;
  color: #484848;
}

@media (min-width: 576px) {
  .category-list ul {
    display: block;
  }
  .category-list li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .toggle-menu__unit {
    margin-bottom: 0;
  }
}
.group-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.group-list a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  font-weight: bold;
  padding: 0.3rem 1rem 0.3rem 0;
  margin-bottom: 0.2rem;
  color: #484848;
}

.form-search {
  margin-bottom: 1rem;
}

.form-search__wrap {
  display: block;
  position: relative;
}
.form-search__wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../images/common/icon_search.png) no-repeat center center;
  background-size: cover;
  z-index: 2;
}

.form-search__input {
  position: relative;
  display: block;
  width: 100%;
  height: 2.4rem;
  padding: 0.5rem 0.8rem 0.5rem 2.8rem;
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #434343;
  background-color: #F8F8F8;
  background-clip: padding-box;
  border: 0;
  border-radius: 1.2rem;
  z-index: 1;
}

.tag-list {
  line-height: 1.9rem;
}
.tag-list a {
  display: inline-block;
  margin-right: 1rem;
  font-size: 0.75rem;
  white-space: nowrap;
}

.side-tab {
  display: none;
}

@media (min-width: 576px) {
  .global-header__container,
  .global-nav {
    height: 100px;
  }
  .toggle-btn {
    margin-left: 0;
  }
  .toggle-menu__scroll {
    padding: 1rem 8% 3rem;
    max-height: calc(100vh - 100px);
  }
  .toggle-btn:hover {
    color: #777;
  }
  .toggle-btn:hover .toggle-btn__hamburger:before, .toggle-btn:hover .toggle-btn__hamburger:after {
    background-color: #edad9d;
  }
  .toggle-btn__caption {
    display: inline-block;
    font-family: "Comfortaa", sans-serif;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
    font-size: 0.9rem;
  }
  .global-menu {
    display: block;
    font-size: 0.8rem;
  }
  .global-menu__list {
    padding-right: 1rem;
  }
  .global-menu__list li {
    margin-left: 1.5rem;
  }
}
@media (min-width: 992px) {
  .side-tab {
    position: absolute;
    display: inline-block;
    top: 36vh;
    left: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    font-family: "Comfortaa", sans-serif;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
    font-size: 0.8rem;
    z-index: 500;
  }
  .side-tab a {
    display: block;
    padding: 1rem 2rem;
    background-color: #fce2dc;
    border-radius: 5px 5px 0 0;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .side-tab a:hover {
    color: #434343;
    background-color: #FAD0C5;
  }
  .side-tab__icon {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}
/* global main */
/* global footer */
.recommend-items {
  background-color: #F8F8F8;
  padding: 3rem 0 0.5rem;
}
.recommend-items .items__img {
  background-color: #fff;
}

.recommend-items__container {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8%;
  padding-left: 8%;
  max-width: 1280px;
}

.recommend-items__heading {
  font-size: 1.4rem;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  letter-spacing: 0.2em;
  color: #edad9d;
  text-align: center;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .recommend-items {
    padding: 3rem 0 1rem;
  }
  .recommend-items__heading {
    position: absolute;
    top: 0;
    right: calc(100% - 2rem);
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    font-size: 1.4rem;
    font-family: "Comfortaa", sans-serif;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
    letter-spacing: 0.2em;
    color: #edad9d;
    text-align: right;
    margin-bottom: auto;
  }
}
.history {
  width: 100%;
  margin: 2rem auto;
  padding-right: 8%;
  padding-left: 8%;
  max-width: 1280px;
}

.history__heading {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #df8b76;
}
.history__heading .text-en {
  letter-spacing: 0.2em;
}

.history__items {
  font-size: 0;
  letter-spacing: -0.4em;
  margin: 0 -9.52380952%;
  width: auto;
  overflow-x: auto;
}
.history__items ul {
  white-space: nowrap;
  width: 1000px;
  padding-right: 8%;
  padding-left: 8%;
}
.history__items li {
  display: inline-block;
  width: 8.2%;
  margin-right: 2%;
}
.history__items li:nth-child(10) {
  margin-right: 0;
}
.history__items li:nth-child(n+11) {
  display: none;
}

.history__thumb {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 42%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .history {
    margin-top: 3rem;
  }
  .history__items {
    margin: 0;
    width: 100%;
  }
  .history__items ul {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.global-footer {
  padding: 2rem 0;
}

.footer-menu__unit {
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
}
.footer-menu__unit li {
  margin-bottom: 0.7rem;
}
.footer-menu__unit:last-child {
  margin-bottom: 0;
}

.footer-menu__ttl {
  padding-bottom: 0.3rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px #edad9d solid;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  color: #df8b76;
}

.copyright {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
}

.pageup {
  position: fixed;
  right: 2rem;
  bottom: 2.3rem;
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 100;
}
.pageup:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  width: 15px;
  height: 15px;
  margin-top: -6px;
  border-top: 2px #434343 solid;
  border-right: 2px #434343 solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.pageup.is-active {
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 576px) {
  .global-footer {
    padding: 3rem 0;
  }
  .footer-menu__unit {
    margin-bottom: 0;
  }
}
/* parts */
.link-btn {
  border: 0;
  border-radius: 0;
  padding: 0.75rem 1rem;
  width: 100%;
  max-width: 360px;
  display: inline-block;
  color: #434343;
  font-size: 0.8rem;
  font-weight: normal;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fce2dc;
}
.link-btn:hover {
  color: #434343;
  border-color: transparent;
  background-color: #fbd8ce;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.link-btn--blue {
  background-color: #90c9c5;
  color: #fff;
  font-weight: bold;
}
.link-btn--blue:hover {
  background-color: #86C4C0;
  color: #fff;
}

.link-btn--line {
  background-color: #fff;
  border: 1px #edad9d solid;
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
}
.link-btn--line:hover {
  background-color: #fff;
  border-color: #E99B87;
  color: #df8b76;
}

.link-btn--line.link-btn--blue {
  border: 1px #AAD1CE solid;
}
.link-btn--line.link-btn--blue:hover {
  border-color: #99C8C4;
  color: #3fb6ad;
}

.link-btn--variable {
  padding-right: 2rem;
  padding-left: 2rem;
  max-width: none;
  width: auto;
}

.link-btn--sm {
  max-width: none;
  min-width: 100px;
  padding: 0.4rem 0.7rem 0.35rem;
  width: auto;
  font-size: 0.75rem;
}

.link-btn--lg {
  width: 100%;
  max-width: 480px;
  padding: 1rem 0.7rem;
  font-size: 0.9rem;
}

.link-btn--arr {
  position: relative;
}
.link-btn--arr:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 7px;
  height: 7px;
  border-top: 1px #434343 solid;
  border-right: 1px #434343 solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.link-btn--back {
  position: relative;
}
.link-btn--back:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 7px;
  height: 7px;
  border-top: 1px #434343 solid;
  border-left: 1px #434343 solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.link-btn--back:hover:before {
  border-color: #D64A26;
}

.link-btn--external:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 1px #434343 solid;
  border-top: 3px #434343 solid;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  border-radius: 1px;
  margin-left: 0.5rem;
}
.link-btn--external:hover:after {
  border-color: #434343;
}

.link-arr {
  position: relative;
  display: inline-block;
  padding-right: 0.8rem;
}
.link-arr:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px #777 solid;
  border-right: 1px #777 solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.breadcrumb-list {
  margin-bottom: 1rem;
  overflow: hidden;
  overflow-x: auto;
}
.breadcrumb-list ul {
  display: block;
  list-style: none;
  text-align: center;
  white-space: nowrap;
  padding: 0.5rem 1.5rem;
}
.breadcrumb-list li {
  position: relative;
  display: inline-block;
  padding: 0 0.7rem;
  vertical-align: middle;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #777;
}
.breadcrumb-list li:after {
  content: "";
  position: absolute;
  top: 45%;
  right: -0.32rem;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px #777 solid;
  border-right: 1px #777 solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.breadcrumb-list a {
  color: #434343;
}
.breadcrumb-list .is-home {
  padding: 0 0.5rem 0 0;
}
.breadcrumb-list .is-home a {
  display: inline-block;
  padding: 0.2rem;
}
.breadcrumb-list .is-current:after {
  display: none;
}

.cal-wrap {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.map-wrap {
  height: 500px;
  margin-bottom: 2rem;
}

.map-wrap iframe {
  width: 100%;
  height: 500px;
}

/* article list */
.articles {
  margin-bottom: 2rem;
}
.articles a:hover .articles__thumb {
  opacity: 0.8;
}

.articles__unit {
  margin-bottom: 2rem;
}

.articles__thumb {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background-color: #F8F8F8;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1rem;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.articles__label {
  margin-bottom: 0.3rem;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.7;
  color: #434343;
}

.articles__ttl {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.7;
  color: #434343;
}

.articles__excerpt {
  margin-top: 0.3rem;
  font-size: 0.75rem;
  line-height: 1.7;
  color: #777;
}

.articles__date {
  margin-top: 0.3rem;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  font-size: 0.8rem;
  color: #777;
}

.articles__more {
  margin-top: 0.5rem;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
  text-decoration: underline;
}

.heading-branding-sub {
  border-top: 4px #8FC9C4 solid;
  border-bottom: 4px #8FC9C4 solid;
  min-height: 180px;
  padding: 30px 0;
  display: block;
  margin: 0 auto 3rem;
}

.heading-branding-sub__logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 1rem 0;
  text-align: center;
}

.heading-branding-sub__logo-text {
  position: relative;
  display: block;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 2;
  top: -15px;
  z-index: 2;
}

.heading-branding-sub__copy,
.heading-branding-sub__desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.heading-branding-sub__copy {
  font-family: "Comfortaa", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  font-size: 0.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: center;
}

.heading-branding-sub__desc {
  font-size: 0.7rem;
  line-height: 2;
  text-align: center;
  padding: 0 4%;
}

@media (min-width: 800px) {
  .heading-branding-sub {
    padding: 20px 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem;
  }
  .heading-branding-sub__logo {
    margin: 0;
    text-align: left;
  }
  .heading-branding-sub__copy,
  .heading-branding-sub__desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .heading-branding-sub__copy {
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    text-align: right;
  }
  .heading-branding-sub__desc {
    text-align: left;
    padding: 0;
  }
}
/* article, style */
.article-body {
  min-height: 200px;
}

.article-footer {
  border-top: 1px #ddd solid;
  margin: 3rem auto 3rem;
  padding-top: 1.5rem;
}
.article-footer > * {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.6;
}
.article-footer > :not(:last-child) {
  margin-right: 1.5rem;
}
.article-footer b:after {
  content: ":";
}
.article-footer a {
  text-decoration: underline;
}

.style-wrap {
  font-size: 0.85rem;
  line-height: 1.8;
}
.style-wrap a {
  text-decoration: underline;
}
.style-wrap img {
  max-width: 100%;
  height: auto;
}
.style-wrap h1, .style-wrap h2, .style-wrap h3, .style-wrap h4, .style-wrap h5, .style-wrap h6,
.style-wrap .h1, .style-wrap .h2, .style-wrap .h3, .style-wrap .h4, .style-wrap .h5, .style-wrap .h6 {
  margin-bottom: 1rem;
  line-height: 1.6;
  font-weight: bold;
}
.style-wrap h1:not(:first-child), .style-wrap h2:not(:first-child), .style-wrap h3:not(:first-child), .style-wrap h4:not(:first-child), .style-wrap h5:not(:first-child), .style-wrap h6:not(:first-child),
.style-wrap .h1:not(:first-child), .style-wrap .h2:not(:first-child), .style-wrap .h3:not(:first-child), .style-wrap .h4:not(:first-child), .style-wrap .h5:not(:first-child), .style-wrap .h6:not(:first-child) {
  margin-top: 2rem;
}
.style-wrap h2,
.style-wrap .h2 {
  font-size: 1.1rem;
  line-height: 1.7;
  padding: 0.2rem 0 0.2rem 1rem;
  border-left: 6px #fbd8ce solid;
}
.style-wrap h3,
.style-wrap .h3 {
  font-size: 1.05rem;
}
.style-wrap h4,
.style-wrap .h4 {
  font-size: 0.95rem;
}
.style-wrap p {
  margin-bottom: 1rem;
  line-height: 1.9;
}
.style-wrap .text-sm {
  line-height: 1.7;
  font-size: 0.75rem;
}
.style-wrap ul, .style-wrap ol {
  margin: 0 0 1rem 1.5rem;
}
.style-wrap ul {
  list-style: disc;
}
.style-wrap ol {
  margin-left: 2rem;
}
.style-wrap li {
  margin-bottom: 0.5rem;
  line-height: 1.8;
}
.style-wrap li:last-child {
  margin-bottom: 0;
}
.style-wrap .list-sm li {
  margin-bottom: 0.3rem;
  font-size: 90%;
  line-height: 1.8;
}
.style-wrap .list-remarks {
  list-style: none;
}
.style-wrap .list-remarks li {
  position: relative;
}
.style-wrap .list-remarks li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: -1.4em;
}
.style-wrap dl {
  margin-bottom: 1rem;
}
.style-wrap dt {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.style-wrap dd {
  margin: 0 0 1rem 1rem;
}
.style-wrap dd:last-child, .style-wrap dd > :last-child {
  margin-bottom: 0;
}
.style-wrap .dl-col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px #ddd solid;
}
.style-wrap .dl-col dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  width: 30%;
  margin: 0;
  padding: 1rem 1rem 1rem 0;
  display: block;
  border-top: 1px #ddd solid;
}
.style-wrap .dl-col dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  width: 70%;
  margin: 0;
  padding: 1rem 0;
  display: block;
  border-top: 1px #ddd solid;
}
.style-wrap .dl-col dd > :last-child {
  margin-bottom: 0;
}
.style-wrap table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
  border-top: 1px #ddd solid;
  font-size: 95%;
}
.style-wrap th, .style-wrap td {
  border-bottom: 1px #ddd solid;
  padding: 1rem 0.5rem;
  vertical-align: top;
}
.style-wrap th:first-child, .style-wrap td:first-child {
  padding-left: 0;
}
.style-wrap th:last-child, .style-wrap td:last-child {
  padding-right: 0;
}
.style-wrap th {
  min-width: 80px;
  text-align: left;
}
.style-wrap td > :last-child {
  margin-bottom: 0;
}
.style-wrap blockquote,
.style-wrap .border-wrap,
.style-wrap .bg-wrap {
  margin: 1.5rem auto;
  padding: 1.5rem;
}
.style-wrap blockquote h2,
.style-wrap blockquote .h2,
.style-wrap .border-wrap h2,
.style-wrap .border-wrap .h2,
.style-wrap .bg-wrap h2,
.style-wrap .bg-wrap .h2 {
  font-size: 1rem;
  padding: 0.1rem 0 0.1rem 1rem;
}
.style-wrap blockquote h3,
.style-wrap blockquote .h3,
.style-wrap blockquote h4,
.style-wrap blockquote .h4,
.style-wrap .border-wrap h3,
.style-wrap .border-wrap .h3,
.style-wrap .border-wrap h4,
.style-wrap .border-wrap .h4,
.style-wrap .bg-wrap h3,
.style-wrap .bg-wrap .h3,
.style-wrap .bg-wrap h4,
.style-wrap .bg-wrap .h4 {
  font-size: 0.9rem;
}
.style-wrap blockquote > :last-child,
.style-wrap .border-wrap > :last-child,
.style-wrap .bg-wrap > :last-child {
  margin-bottom: 0;
}
.style-wrap blockquote {
  padding: 1rem 0 1rem 2rem;
  border-left: 3px #fbd8ce solid;
}
.style-wrap .border-wrap {
  border: 1px #ddd solid;
}
.style-wrap .bg-wrap {
  background-color: #F8F8F8;
}

@media (min-width: 576px) {
  .style-wrap {
    font-size: 0.9rem;
  }
  .style-wrap h2,
  .style-wrap .h2 {
    font-size: 1.2rem;
    padding: 0.3rem 0 0.3rem 1rem;
    border-left-width: 8px;
  }
  .style-wrap p {
    line-height: 2;
  }
  .style-wrap blockquote,
  .style-wrap .border-wrap,
  .style-wrap .bg-wrap {
    padding: 1.5rem 2rem;
  }
}
.content-howto dd img {
  margin-right: 0.4rem;
}

.info {
  margin: 3rem 0;
  padding: 3rem 0;
  background-color: #F8F8F8;
}

.info__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8%;
  padding-left: 8%;
  max-width: 1280px;
}

.info__heading {
  text-align: center;
  margin-bottom: 2rem;
}
.info__heading .text-en {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}

.info__date {
  margin-top: 0.1rem;
  margin-bottom: 0.5rem;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  font-size: 0.9rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: left;
  color: #df8b76;
}

.info__content {
  font-size: 0.8rem;
  line-height: 1.9;
  padding-right: 5%;
}
.info__content a {
  border-bottom: 1px #bbb solid;
  padding-bottom: 0.05rem;
}
.info__content a:hover {
  border-color: #3fb6ad;
}

.info__content:not(:last-child) {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .info {
    margin: 5rem 0;
    padding: 4rem 0;
  }
  .info__heading {
    margin-bottom: 0;
  }
}
.about {
  margin-bottom: 5rem;
}
.about p {
  margin-bottom: 1rem;
  font-size: 0.8rem;
  line-height: 1.8;
}
.about img {
  max-width: 100%;
  height: auto;
}

.feature {
  margin-bottom: 3rem;
}

.feature__heading {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.feature__heading .text-en {
  letter-spacing: 0.2em;
}

/* shop */
.cover__container {
  position: relative;
}

.cover__text {
  position: relative;
  z-index: 2;
  margin-top: -3rem;
  padding: 0 8%;
  pointer-events: none;
}
.cover__text p {
  font-size: 0.75rem;
  line-height: 2;
  margin-bottom: 0.5rem;
}
.cover__text a {
  pointer-events: auto;
}

.cover__heading {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
  padding-top: 2.2rem;
}
.cover__heading:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 50px;
  height: 6px;
  background-color: #edad9d;
}

.list-horizon {
  font-size: 0;
  letter-spacing: -0.4em;
}
.list-horizon li {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
}
.list-horizon li:not(:first-child) {
  margin-left: 0.7rem;
  padding-left: 0.7rem;
  border-left: 1px #bbb solid;
}
.list-horizon a {
  text-decoration: underline;
}

.slider-home {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 300px;
  background-color: #F8F8F8;
}

.slider-home #slider {
  position: relative;
  opacity: 0;
}

.slider-home .bx-viewport #slider,
.slider-home #slider.is-active {
  opacity: 1;
}

.slider-home__img {
  display: block;
  width: 100%;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F8F8F8;
  background-blend-mode: multiply;
}

/* BxSlider v4.1.2 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto !important;
  padding: 0;
  *zoom: 1;
}

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

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
  background: transparent !important;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 0 !important;
  top: 100% !important;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 0 !important;
  background: none !important;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100 !important;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: right !important;
  font-size: 0 !important;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding: 15px 12px 0 !important;
}

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

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ddd !important;
  text-indent: -9999px;
  display: block;
  width: 8px !important;
  height: 8px !important;
  margin: 0 3px !important;
  outline: 0;
  border-radius: 50% !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #edad9d !important;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 0 !important;
  background: none !important;
}

.bx-wrapper .bx-next {
  right: 0 !important;
  background: none !important;
}

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

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

.bx-wrapper .bx-prev:after,
.bx-wrapper .bx-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.2rem;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 2px #eee solid;
  border-left: 2px #eee solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: opacity 0.2s, border-color 0.2s;
  transition: opacity 0.2s, border-color 0.2s;
  opacity: 0;
}

.bx-wrapper .bx-next:after {
  left: auto;
  right: 1.2rem;
  border-right: 2px #eee solid;
  border-left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.bx-wrapper:hover .bx-prev:after,
.bx-wrapper:hover .bx-next:after {
  opacity: 0.7;
}

.bx-wrapper:hover .bx-prev:hover:after,
.bx-wrapper:hover .bx-next:hover:after {
  opacity: 1;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50% !important;
  bottom: auto !important;
  margin-top: -2rem !important;
  outline: 0;
  width: 3.5rem !important;
  height: 4rem !important;
  text-indent: -9999px;
  z-index: 110 !important;
}

@media (min-width: 576px) {
  .bx-wrapper .bx-controls-direction a {
    top: auto !important;
    bottom: 0 !important;
    margin-top: auto !important;
  }
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 480px) {
  .bx-wrapper .bx-viewport {
    border: none;
    left: 0;
  }
}
@media (min-width: 576px) {
  .cover {
    margin: 3rem auto 6rem;
    padding-right: 8%;
    padding-left: 8%;
    max-width: 1280px;
  }
  .cover__text {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
    padding: 0;
  }
  .cover__text .cover__desc {
    width: 35%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .cover__heading {
    font-size: 1.8rem;
  }
  .slider-home {
    position: relative;
    z-index: 1;
    width: 84.52380952%;
    height: 480px;
    margin-right: -9.52380952%;
    margin-left: 25%;
  }
  .slider-home #slider {
    position: relative;
    opacity: 0;
  }
  .slider-home .bx-viewport #slider,
  .slider-home #slider.is-active {
    opacity: 1;
  }
  .slider-home__img {
    height: 480px;
  }
}
@media (min-width: 992px) {
  .cover__text {
    left: 3%;
  }
  .slider-home,
  .slider-home__img {
    height: 500px;
  }
}
@media (min-width: 1280px) {
  .cover__text {
    left: 0;
  }
  .slider-home {
    width: 75%;
    margin-right: 0;
  }
}
.home-cat-tab__container {
  margin: 0 auto;
  padding-right: 4%;
  padding-left: 4%;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: bottom;
      -ms-flex-align: bottom;
          align-items: bottom;
  gap: 0.75rem;
}

.home-cat-tab__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  background-color: #CAE6E2;
  border-radius: 5px 5px 0 0;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700 !important;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  color: #70afa5;
  pointer-events: none;
  padding: 10px 10px 5px;
}

.home-cat-tab__banner {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.home-cat-tab__banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  margin-bottom: 5px;
  padding: 3px 10px 0;
  border: 2px #84C4BB solid;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  gap: 10px;
  background-color: transparent;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}

a:hover .home-cat-tab__banner-inner {
  background-color: #f1f7f6;
  border-color: #c8e6e1;
}

.home-cat-tab__banner-logo img {
  mix-blend-mode: multiply;
  width: 135px;
}

.home-cat-tab__banner-copy {
  font-size: 0.75rem;
}

.home-cat-list {
  background-color: #CAE6E2;
  padding: 30px 0;
}

.home-cat-list__container {
  margin: 0 auto;
  padding-right: 8%;
  padding-left: 8%;
  max-width: 1280px;
}

.home-cat-list__list {
  list-style: none;
  row-gap: 1.5rem;
  margin-right: -1rem;
  margin-left: -1rem;
}

.home-cat-list__unit {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.home-cat-list__unit-inner {
  display: block;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.home-cat-list__thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 35%;
  background-color: #fff;
}

.home-cat-list__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-cat-list__ttl {
  display: block;
  width: 100%;
  padding: 7px;
  background-color: #def0ed;
  font-size: 0.65rem;
  font-weight: 600;
  text-align: center;
  color: #5d6f6c;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

a:hover .home-cat-list__ttl {
  background-color: #ebf6f4;
}

@media (min-width: 576px) {
  .home-cat {
    margin-bottom: 5rem;
  }
  .home-cat-tab__container {
    padding-right: 8%;
    padding-left: 8%;
    gap: 1rem;
  }
  .home-cat-tab__label {
    font-size: 1.4rem;
    height: 85px;
  }
  .home-cat-tab__banner-inner {
    height: 80px;
  }
  .home-cat-tab__banner-logo img {
    width: 200px;
  }
  .home-cat-list {
    padding: 40px 0;
  }
  .home-cat-list__container {
    padding-right: 10%;
    padding-left: 10%;
  }
  .home-cat-list__unit {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .home-cat-list__thumb {
    padding-bottom: 30%;
  }
  .home-cat-list__ttl {
    padding: 7px 10px 8px;
    font-size: 12px;
  }
}
.banners {
  margin: 3rem 0;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #CEBAC6;
}
.banner:not(:last-child) {
  margin-bottom: 2rem;
}

.banner__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  height: 140px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F8F8F8;
  background-blend-mode: multiply;
}

.banner__heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 2rem 1rem;
  text-align: center;
}
.banner__heading .text-main {
  color: #fff;
  font-size: 1.2rem;
}
.banner__heading .text-en {
  letter-spacing: 0.3em;
}
.banner__heading .text-sub {
  font-size: 0.7rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
}

@media (min-width: 576px) {
  .banner {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 160px;
    background-color: #CEBAC6;
  }
  .banner__img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F8F8F8;
    background-blend-mode: multiply;
  }
  .banner__heading {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    padding: 2rem;
    text-align: center;
  }
  .banner__heading .text-main {
    color: #fff;
    font-size: 1.6rem;
  }
  .banner__heading .text-en {
    letter-spacing: 0.3em;
  }
  .banner__heading .text-sub {
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
  }
}
a.banner-box {
  display: block;
  color: #434343;
  margin-bottom: 1.5rem;
}
a.banner-box:hover .banner-box__thumb {
  background-color: #DCDAD4;
}
a.banner-box:hover .banner-box__heading {
  background-color: #FACFC5;
}

.banner-box__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 160px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ecebe8;
  background-blend-mode: multiply;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.banner-box__thumb-caption {
  font-family: "Comfortaa", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: 0.3rem;
}

.banner-box__heading {
  background-color: #fce2dc;
  text-align: center;
  padding: 1rem 0.5rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #777;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.banner-box--blue {
  color: #2B7D77;
}
.banner-box--blue .banner-box__heading {
  background-color: #C3E0DC;
}
.banner-box--blue:hover .banner-box__heading {
  background-color: #B2D7D2;
  color: #2B7D77;
}

.banner-wrap img {
  width: 100%;
  max-width: 520px;
  height: auto;
  vertical-align: bottom;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.banner-wrap a:hover img {
  opacity: 0.7;
}

/* product */
.cat-heading {
  margin: 1.8rem auto;
}

.cat-heading__ttl {
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.cat-heading__ttl.text-en,
.cat-heading__ttl .text-en {
  font-size: 1.4rem;
}

.cat-heading__txt {
  font-size: 0.75rem;
  line-height: 1.8;
}

@media (min-width: 576px) {
  .cat-heading {
    max-width: 1280px;
    margin: 3.5rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cat-heading__ttl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 26%;
            flex: 1 0 26%;
    text-align: center;
    padding-right: 2rem;
    margin-bottom: 0;
  }
  .cat-heading__txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 74%;
            flex: 0 1 74%;
    font-size: 0.8rem;
  }
}
.sub-category-menu {
  margin-bottom: 2rem;
}
.sub-category-menu .row {
  margin-right: -1rem;
  margin-left: -1rem;
}

.sub-category-menu__unit {
  margin-bottom: 1.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

.sub-category-menu__thumb {
  display: block;
  margin-bottom: 0.5rem;
  width: 100%;
  height: 0;
  padding-bottom: 45%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F8F8F8;
  background-blend-mode: multiply;
}

.sub-category-menu__caption {
  font-size: 0.7rem;
  line-height: 1.6;
}

@media (min-width: 576px) {
  .sub-category-menu .row {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .sub-category-menu__unit {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.sort {
  list-style: none;
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 0;
  letter-spacing: -0.4em;
  line-height: 1.2;
}
.sort:before {
  content: "SORT:";
  font-family: "Comfortaa", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  font-size: 0.7rem;
}
.sort li {
  display: inline-block;
  margin-left: 0.8rem;
  padding-left: 0.8rem;
  border-left: 1px #bbb solid;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  font-size: 0.7rem;
}
.sort li:first-child {
  padding-left: 0;
  border-left: 0;
}
.sort span {
  color: #868480;
}

.items {
  margin-bottom: 2rem;
}
.items .row {
  margin-right: -0.7rem;
  margin-left: -0.7rem;
}
.items a:hover .items__img {
  opacity: 0.8;
}

.items__unit {
  position: relative;
  margin-bottom: 1.5rem;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  text-align: center;
}

.items__thumb {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}

.items__img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  background-color: #F8F8F8;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border-radius: 38%;
  overflow: hidden;
  background-blend-mode: multiply;
}

.items__label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 38%;
  overflow: hidden;
}
.items__label .label {
  font-family: "Comfortaa", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
  letter-spacing: 0.07em;
  color: #434343;
}

.items__name {
  margin: 0 0 0.3rem;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.7;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #434343;
}

.item-icon {
  margin-right: 0.3rem;
  font-size: 80%;
  color: #D64A26;
}

.items__desc {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0.3rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.items__price {
  position: relative;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
  line-height: 1.6;
}
.items__price .label-sale {
  font-size: 0.75rem;
  color: #D64A26;
  margin-right: 0.1rem;
  position: relative;
  top: -0.03em;
}
.items__price .price {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}

.price-label {
  color: #3fb6ad;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  font-size: 0.65rem;
  line-height: 1.6;
}

.items__fav {
  position: absolute;
  display: block;
  top: 0;
  right: 1rem;
  width: 32px;
  height: 32px;
  z-index: 2;
}
.items__fav .favorite-button {
  display: block;
  padding: 0;
  border: 0;
  background-color: #fff;
  border: 1px #ddd solid;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  vertical-align: top;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.items__fav .favorite-button:before, .items__fav .favorite-button:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/icon_fav.png) no-repeat center center;
  background-size: 20px 20px;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.items__fav .favorite-button:after {
  background-image: url(../images/common/icon_fav_w.png);
  opacity: 0;
}
.items__fav .favorite-button--active {
  background-color: #fb9f95;
  border-color: #fb9f95;
}
.items__fav .favorite-button--active:before {
  opacity: 0;
}
.items__fav .favorite-button--active:after {
  opacity: 1;
}

@media (min-width: 576px) {
  .items .row {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .items__unit {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .items__fav {
    top: 0.3rem;
    right: 1.8rem;
  }
}
@media (min-width: 769px) {
  .items__fav .favorite-button:hover {
    background-color: #fb9f95;
    border-color: #fb9f95;
  }
  .items__fav .favorite-button:hover:before {
    opacity: 0;
  }
  .items__fav .favorite-button:hover:after {
    opacity: 1;
  }
  .items__fav .favorite-button--active:hover {
    background-color: #fff;
    border-color: #ddd;
  }
  .items__fav .favorite-button--active:hover:before {
    opacity: 1;
  }
  .items__fav .favorite-button--active:hover:after {
    opacity: 0;
  }
}
.paging {
  margin: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  font-size: 0.9rem;
  line-height: 1.6;
}

.paging__prev,
.paging__next {
  font-size: 1rem;
}
.paging__prev a,
.paging__next a {
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.paging__prev a:before, .paging__prev a:after,
.paging__next a:before,
.paging__next a:after {
  content: "";
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.paging__prev a:hover,
.paging__next a:hover {
  color: #edad9d;
}
.paging__prev a:hover:before, .paging__prev a:hover:after,
.paging__next a:hover:before,
.paging__next a:hover:after {
  border-color: #edad9d;
}

.paging__prev a {
  padding-left: 1.4rem;
}
.paging__prev a:before {
  left: 0;
  border-top: 2px #777 solid;
  border-left: 2px #777 solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.paging__next a {
  padding-right: 1.4rem;
}
.paging__next a:after {
  right: 0;
  border-top: 2px #777 solid;
  border-right: 2px #777 solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.paging__pos {
  color: #777;
}

.item-photo__main,
.item-photo__thumb {
  position: relative;
  font-size: 0;
  letter-spacing: -0.4em;
}
.item-photo__main a,
.item-photo__thumb a {
  display: block;
}

.item-photo__main {
  margin-bottom: 1.6rem;
  text-align: center;
}

.item-photo__main-img {
  max-width: 100%;
  height: auto;
}

.item-photo__thumb .row {
  margin-right: -0.8rem;
  margin-left: -0.8rem;
}

.item-photo__thumb-unit {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  margin-bottom: 1.6rem;
}

.item-photo__thumb-img {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-heading {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item-ttl {
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: normal;
  letter-spacing: 0.05em;
}

.item-group {
  margin-top: 0.5rem;
  font-size: 0;
  letter-spacing: -0.4em;
}
.item-group a {
  font-size: 0.7rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-right: 0.5rem;
}
.item-group a:before {
  content: "#";
  color: #D64A26;
  margin-right: 0.1rem;
}

.item-heading__fav {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-top: 0.3rem;
  margin-left: 0.8rem;
  text-align: right;
}
.item-heading__fav .favorite-button {
  position: relative;
  background-color: #fff;
  border: 1px #ccc solid;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}
.item-heading__fav .favorite-button:before, .item-heading__fav .favorite-button:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/icon_fav.png) no-repeat center center;
  background-size: 24px 24px;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.item-heading__fav .favorite-button:after {
  background-image: url(../images/common/icon_fav_w.png);
  opacity: 0;
}
.item-heading__fav .favorite-button--active {
  background-color: #fb9f95;
  border-color: #fb9f95;
}
.item-heading__fav .favorite-button--active:before {
  opacity: 0;
}
.item-heading__fav .favorite-button--active:after {
  opacity: 1;
}

@media (min-width: 769px) {
  .item-heading__fav .favorite-button:hover {
    background-color: #fb9f95;
    border-color: #fb9f95;
  }
  .item-heading__fav .favorite-button:hover:before {
    opacity: 0;
  }
  .item-heading__fav .favorite-button:hover:after {
    opacity: 1;
  }
  .item-heading__fav .favorite-button--active:hover {
    background-color: #fff;
    border-color: #ddd;
  }
  .item-heading__fav .favorite-button--active:hover:before {
    opacity: 1;
  }
  .item-heading__fav .favorite-button--active:hover:after {
    opacity: 0;
  }
}
.item-form {
  font-size: 0.8rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.item-form p, .item-form ul {
  margin-bottom: 1rem;
}
.item-form li {
  font-size: 0.75rem;
}
.item-form li:not(:last-child) {
  margin-bottom: 0.3rem;
}
.item-form a {
  text-decoration: underline;
}

.item-form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.item-price__label {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  font-size: 1rem;
  line-height: 1.4;
  padding-right: 0.5rem;
}

.item-price__price {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  font-size: 1.3rem;
  margin-right: 0.7rem;
}

.item-price__price--option {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-right: 0;
  margin-bottom: 0.2rem;
}

.item-price__fromto {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
  font-size: 0.9rem;
}

.item-price__optlink {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
  font-size: 0.75rem;
}

.item-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.item-qty__ttl {
  font-size: 0.8rem;
  padding-right: 0.5rem;
}

.item-qty__input {
  width: 3.5rem;
  font-size: 1.1rem;
  border: 1px #ddd solid;
  padding: 0.3rem;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  height: auto;
  text-align: center;
  color: #434343;
  border-radius: 1px;
  vertical-align: middle;
}

.item-qty__updw {
  display: inline-block;
  font-size: 0;
  letter-spacing: -0.4em;
  padding-top: 0.1rem;
  margin-left: 0.1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  vertical-align: middle;
}
.item-qty__updw .updw__up,
.item-qty__updw .updw__dw {
  position: relative;
  display: block;
  width: 20px;
  height: 18px;
}
.item-qty__updw .updw__up:after,
.item-qty__updw .updw__dw:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  border-top: 1px #434343 solid;
  border-left: 1px #434343 solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.item-qty__updw .updw__up:hover:after,
.item-qty__updw .updw__dw:hover:after {
  border-color: #D64A26;
}
.item-qty__updw .updw__dw:after {
  top: auto;
  bottom: 50%;
  border-top: 0;
  margin-top: auto;
  margin-bottom: -3px;
  border-bottom: 1px #434343 solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.item-qty__unit {
  display: inline-block;
  font-size: 0.75rem;
  margin-top: 0.2rem;
  margin-left: 0.3rem;
  vertical-align: middle;
}

.item-option {
  font-size: 0.75rem;
}

.item-option__select {
  position: relative;
  display: block;
}
.item-option__select select {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  padding: 0.5rem 0.8rem;
  font-size: 0.85rem;
  line-height: 1.7;
  color: #434343;
  background: none;
  background-clip: padding-box;
  border: 1px solid #bbb;
  border-radius: 1px;
  -webkit-appearance: none;
  cursor: pointer;
}
.item-option__select:after {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  width: 8px;
  height: 8px;
  bottom: 50%;
  margin-bottom: -4px;
  right: 1.2rem;
  border-right: 1px #434343 solid;
  border-bottom: 1px #434343 solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.stock_error {
  font-size: 0.8rem;
  color: #D64A26;
  margin-bottom: 1rem;
}

.item-cart {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.btn-cart {
  background-color: #fb9f95;
  border: 0;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  padding: 1.6rem 1rem 1.45rem;
  width: 100%;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.btn-cart:before {
  content: "";
  position: relative;
  top: -0.2em;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin-right: 0.5rem;
  background: url(../images/common/icon_cart_w.png) no-repeat center center;
  background-size: contain;
}
.btn-cart:hover {
  background-color: #FA897C;
}

.btn-soldout {
  display: block;
  border: 0;
  background-color: #eee;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  padding: 1.2rem 1rem;
  width: 100%;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  color: #777;
}

.btn-fav {
  background-color: #cbcbcb;
  border: 0;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  margin-left: 3px;
  width: 80px;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.btn-fav:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background: url(../images/common/icon_fav_w.png) no-repeat center center;
  background-size: contain;
}
.btn-fav:hover {
  background-color: #fb9f95;
}

.btn-fav--active {
  background-color: #fb9f95;
}
.btn-fav--active:hover {
  background-color: #cbcbcb;
}

.appeal-wrap {
  border: 1px #edad9d solid;
  color: #df8b76;
  padding: 0.8rem 1rem;
  text-align: center;
}

.item-desc,
.item-meta {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px #ddd solid;
  margin-bottom: 2rem;
}

.item-meta {
  position: relative;
}
.item-meta p {
  margin-bottom: 0.8rem;
  font-size: 0.8rem;
  line-height: 1.8;
}

.related-items {
  background-color: #FDEEEA;
  margin: 3rem -9.52380952% 3rem;
  padding: 2rem;
}
.related-items .items,
.related-items .items__unit {
  margin-bottom: 0;
}
.related-items .items__unit:nth-child(n+3) {
  display: none;
}
.related-items .items__img {
  padding-bottom: 100%;
}

.related-items__heading {
  text-align: center;
  margin-bottom: 1.5rem;
}
.related-items__heading .text-main {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  color: #edad9d;
}

.item-footer {
  margin: 3rem 0;
}

@media (min-width: 768px) {
  .item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2rem;
  }
  .item-photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%;
  }
  .item-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }
  .item-photo__main {
    margin-bottom: 2.4rem;
  }
  .item-photo__main a:hover .item-photo__main-frame {
    opacity: 0.8;
  }
  .item-photo__thumb-unit .item-photo__thumb-img {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .item-photo__thumb-unit a:hover .item-photo__thumb-img, .item-photo__thumb-unit:hover .item-photo__thumb-img {
    opacity: 0.8;
  }
  .item-photo__thumb .row {
    margin-right: -1.2rem;
    margin-left: -1.2rem;
  }
  .item-photo__thumb-unit {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    margin-bottom: 2.4rem;
  }
  .item-ttl {
    font-size: 1.25rem;
    line-height: 1.7;
  }
  .related-items {
    padding: 2rem 8% 3rem;
  }
  .related-items .items__unit:nth-child(n+3) {
    display: block;
  }
}
@media (min-width: 992px) {
  .related-items {
    margin-right: 0;
    margin-left: 0;
    padding: 2rem 3rem;
  }
  .related-items .row {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .related-items .items {
    padding: 0 2rem;
  }
  .related-items .items__unit {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .related-items__heading {
    margin-bottom: 0;
  }
}
/* howto */
.list-payment img,
.list-delivery img {
  margin-right: 0.3rem;
}

/* option */
.option-wrap {
  margin: 3rem auto;
  max-width: 1280px;
  padding: 0 8%;
}
.option-wrap h1 {
  margin-bottom: 1.5rem !important;
}

.option-table th, .option-table td {
  text-align: center;
}

/* blog */
.blog-wrap {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.blog-wrap__content img {
  max-width: 100%;
  height: auto;
}
.blog-wrap__content .entry {
  font-size: 0.85rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.blog-wrap__content .entry a {
  text-decoration: underline;
}
.blog-wrap__content .article {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  padding: 2rem 8%;
  border-bottom: 1px #ddd solid;
}
.blog-wrap__content .article:first-child {
  padding-top: 1rem;
}
.blog-wrap__content iframe {
  vertical-align: top;
}

.blog-box {
  padding: 2rem 8%;
  border-bottom: 1px #ddd solid;
}
.blog-box .paging {
  margin-top: 0;
  margin-bottom: 0;
}
.blog-box .copyright {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.entryhead {
  margin-bottom: 2rem;
}
.entryhead h2 {
  font-size: 1.3rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}

.entryhead__date {
  font-size: 0.75rem;
  line-height: 1.4;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  color: #3fb6ad;
}

.entryhead__label {
  margin-bottom: 0.8rem;
}
.entryhead__label a {
  display: inline-block;
  background-color: #90c9c5;
  color: #fff;
  padding: 0.25rem 1.5rem;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1.4;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.entryhead__label a:hover {
  color: #fff;
  background-color: #86C4C0;
}

.entry-meta {
  font-size: 0.8rem;
  line-height: 1.4;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  color: #777;
}
.entry-meta a {
  color: #3fb6ad;
}
.entry-meta a:hover {
  color: #AAD1CE;
}

.blog-about h2,
.blog-nav h2 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  letter-spacing: 0.2em;
  color: #3fb6ad;
}
.blog-about p,
.blog-nav p {
  margin-bottom: 0.8rem;
  font-size: 0.8rem;
  line-height: 1.8;
}
.blog-about > :last-child,
.blog-nav > :last-child {
  margin-bottom: 0;
}
.blog-about input,
.blog-nav input {
  padding: 5px 8px;
  width: 100%;
}
.blog-about ul,
.blog-nav ul {
  font-size: 0.8rem;
  line-height: 1.7;
}
.blog-about ul ul,
.blog-nav ul ul {
  margin: 0.5rem 0 1rem;
  padding-left: 1rem;
  border-left: 5px #F8F8F8 solid;
}
.blog-about li,
.blog-nav li {
  margin-bottom: 0.5rem;
  color: #3fb6ad;
  font-size: 0.7rem;
}
.blog-about li a,
.blog-nav li a {
  color: #434343;
  font-size: 0.8rem;
}

.blog-about a {
  text-decoration: underline;
}

.service_button {
  display: none;
}

@media (min-width: 576px) {
  .blog-wrap {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 8%;
    padding-left: 8%;
    max-width: 1280px;
  }
  .blog-wrap__content .article {
    padding: 3rem 4rem;
    border-left: 1px #ddd solid;
  }
  .blog-wrap__content .article:first-child {
    padding-top: 3rem;
  }
  .blog-wrap__content .blog-box {
    border-left: 1px #ddd solid;
  }
  .blog-wrap__content .blog-box:last-child {
    border-bottom: 0 !important;
  }
  .blog-box {
    padding: 3rem 4rem;
  }
}
/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
}

#colorbox {
  overflow: visible !important;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPreviousAlt, #cboxNextAlt, #cboxCloseAlt, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
User Style:
Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background-color: rgba(255, 255, 255, 0.9);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  float: none !important;
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 1.2rem 8% 0;
  text-align: center;
  letter-spacing: 0.01em;
  font-size: 13px;
  color: #666;
}

#cboxCurrent {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 20px;
  margin-left: -100px;
  width: 200px;
  color: #949494;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
}

#cboxLoadingOverlay {
  position: relative;
}

#cboxLoadingGraphic {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  border: 2px solid #bbb;
  border-right-color: transparent;
  border-bottom-color: transparent;
  animation: circlerotate 0.8s linear infinite;
  -webkit-animation: circlerotate 0.8s linear infinite;
  z-index: 1;
}

@-webkit-keyframes circlerotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes circlerotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes (circlerotate) {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxClose {
  opacity: 0;
}

#cboxPreviousAlt, #cboxNextAlt, #cboxSlideshow, #cboxCloseAlt {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
  cursor: pointer;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  text-align: center;
  z-index: 10000;
}

#cboxPreviousAlt, #cboxNextAlt {
  display: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPreviousAlt:active, #cboxNextAlt:active, #cboxSlideshow:active, #cboxCloseAlt:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPreviousAlt,
#cboxNextAlt {
  position: fixed;
  bottom: 50%;
  left: 20px;
  width: 60px;
  height: 60px;
  margin-bottom: -30px;
}

#cboxNextAlt {
  right: 20px;
  left: auto;
}

@media (max-width: 911px) {
  #cboxPreviousAlt,
  #cboxNextAlt {
    bottom: 20px;
    left: 20px;
    margin-bottom: 0;
  }
  #cboxNextAlt {
    right: 20px;
    left: auto;
  }
}
#cboxPreviousAlt:before,
#cboxPreviousAlt:after,
#cboxNextAlt:before,
#cboxNextAlt:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 24px;
  height: 2px;
  background-color: #777;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

#cboxPreviousAlt:after {
  top: auto;
  right: auto;
  bottom: 50%;
  left: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

#cboxNextAlt:before,
#cboxNextAlt:after {
  top: 50%;
  left: auto;
  right: 19px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

#cboxNextAlt:after {
  top: auto;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

#cboxCloseAlt {
  position: fixed;
  top: 10px;
  right: 14px;
  width: 60px;
  height: 60px;
  z-index: 10000;
}

#cboxCloseAlt:before,
#cboxCloseAlt:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 2px;
  margin-left: -15px;
  background-color: #bbb;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

#cboxCloseAlt:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}