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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

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

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased; }

a {
  text-decoration: none;
  display: block;
  color: #666; }

img {
  width: 100%;
  display: block; }

:focus {
  outline: none; }

.Loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ebcbbf;
  z-index: 999; }

.spinner {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.borderImage-solid {
  padding: 15px; }
  @media screen and (max-width: 767px) {
    .borderImage-solid {
      padding: 8px; } }

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

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

body {
  font-size: 16px;
  background-image: url(../images/s2_bg.jpg);
  background-position: center;
  background-size: 100%; }
  @media screen and (max-width: 1024px) {
    body {
      font-size: 14px; } }

main {
  max-width: 1920px;
  margin: 0 auto;
  background-position: center;
  background-size: 100%; }

h2 {
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 2px; }
  @media screen and (max-width: 320px) {
    h2 {
      font-size: 1.8em; } }

p {
  font-size: 1.125em;
  line-height: 1.8; }

section {
  overflow: hidden; }

.bg-fill {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;'; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media screen and (max-width: 1024px) {
    .d-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .d-flex .col {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%; }
    @media screen and (max-width: 1024px) {
      .d-flex .col {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%; } }

.button {
  display: inline-block; }
  .button a {
    display: block;
    font-size: 1.125em;
    color: #ffffff;
    font-weight: 500;
    padding: 3px 10px;
    border: 1.5px solid #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 0.1em; }
    .button a:hover {
      border: 1.5px solid #ffffff;
      background-color: #ffffff;
      color: #a68d69; }

.container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }

footer {
  text-align: center; }
  footer .ft-copyright {
    padding: 2em 0;
    background-color: #fedccd;
    color: #3d2122; }

.ft-info {
  text-align: center;
  padding: 3em 0;
  color: #3d2122; }
  .ft-info a {
    color: #3d2122;
    display: inline-block;
    position: relative; }
  .ft-info-banner {
    background-image: url(../images/footer-bg.jpg);
    background-position: center; }
    .ft-info-banner .button {
      margin-bottom: 0 !important;
      padding: 4em 0; }
  .ft-info .button {
    font-weight: 300;
    margin-bottom: 30px;
    display: inline-block; }
    .ft-info .button a {
      border-color: #3d2122; }
      .ft-info .button a:hover {
        background-color: #3d2122;
        color: #fff; }
  .ft-info .link {
    position: relative;
    color: #3d2122;
    display: block;
    margin-bottom: 10px; }
    .ft-info .link:last-of-type {
      margin-bottom: 0; }
    .ft-info .link a:after {
      content: '';
      width: 0%;
      height: 1px;
      background-color: #3d2122;
      position: absolute;
      left: 50%;
      bottom: -1px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: width 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out;
      transition: width 0.3s ease-in-out; }
    .ft-info .link a:hover:after {
      width: 100%; }

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  100% {
    -webkit-transform: translate(-50%, 25%);
    transform: translate(-50%, 25%); } }

@keyframes arrow {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  100% {
    -webkit-transform: translate(-50%, 25%);
    transform: translate(-50%, 25%); } }

@-webkit-keyframes arrow2 {
  0% {
    -webkit-transform: rotate(-180deg) translateY(0);
    transform: rotate(-180deg) translateY(0); }
  100% {
    -webkit-transform: rotate(-180deg) translateY(25%);
    transform: rotate(-180deg) translateY(25%); } }

@keyframes arrow2 {
  0% {
    -webkit-transform: rotate(-180deg) translateY(0);
    transform: rotate(-180deg) translateY(0); }
  100% {
    -webkit-transform: rotate(-180deg) translateY(25%);
    transform: rotate(-180deg) translateY(25%); } }

@media screen and (max-width: 900px) {
  .slider-ready {
    opacity: 0;
    -webkit-transition: opacity 1.3s;
    -o-transition: opacity 1.3s;
    transition: opacity 1.3s; }
  .fadeIn {
    opacity: 1 !important; } }

.logo {
  max-width: 200px;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 99; }
  @media screen and (max-width: 1024px) {
    .logo {
      max-width: 180px; } }
  @media screen and (max-width: 767px) {
    .logo {
      max-width: 100px;
      left: 20px;
      top: 20px; } }

.goTop {
  position: fixed;
  max-width: 60px;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  cursor: pointer;
  display: none;
  width: 30px;
  height: 40px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../images/arrow-down.svg);
  background-position: bottom;
  background-size: 80%;
  background-repeat: no-repeat;
  cursor: pointer; }
  .goTop:after {
    content: 'TOP';
    display: block;
    position: relative;
    width: 100%;
    font-size: 14px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 600;
    color: #fff;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    text-align: center; }
  .goTop:hover {
    -webkit-animation: arrow2 0.5s ease-in-out infinite alternate;
    animation: arrow2 0.5s ease-in-out infinite alternate; }

.borderImage {
  position: relative;
  overflow: hidden; }
  .borderImage-line:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 1px solid #a68d69; }
  .borderImage-solid {
    background-color: #a68d69; }
  .borderImage-range {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }

.productIntro {
  position: relative;
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .productIntro_img {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media screen and (max-width: 900px) {
    .productIntro_img {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: 400px;
      position: relative; } }
  .productIntro_img img {
    max-width: 100%;
    height: 80vh; }
    @media screen and (max-width: 900px) {
      .productIntro_img img {
        height: 100%; } }
  .productIntro_img figure {
    overflow: hidden; }
    @media screen and (max-width: 900px) {
      .productIntro_img figure {
        width: 100%;
        height: 400px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
  .productIntro_txt {
    padding: 2em 1em;
    position: relative;
    background-color: #a68d69; }
    .productIntro_txt:before {
      content: '';
      position: absolute;
      top: -100px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      display: block;
      width: 500px;
      height: 400px;
      border-radius: 50%;
      background-color: #a68d69; }
      @media screen and (max-width: 767px) {
        .productIntro_txt:before {
          width: 300px;
          height: 300px;
          top: -50px; } }
    .productIntro_txt h2,
    .productIntro_txt p {
      color: #fff;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .productIntro_txt h2 br,
        .productIntro_txt p br {
          display: none; }
        .productIntro_txt h2 .mobile,
        .productIntro_txt p .mobile {
          display: inline; } }
    .productIntro_txt h2 {
      margin-top: -1.5em;
      margin-bottom: 0.5em; }
      @media screen and (max-width: 767px) {
        .productIntro_txt h2 {
          margin-top: 0; } }
    .productIntro_txt p {
      font-weight: 400;
      margin-bottom: 1em; }

.product-list {
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .product-list .d-flex {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media screen and (max-width: 900px) {
    .product-list .d-flex {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .product-list li {
    display: inline-block;
    padding: 10px; }
    @media screen and (max-width: 900px) {
      .product-list li {
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%; } }
    .product-list li:hover .product-list-img:after {
      background-color: rgba(166, 141, 105, 0.6); }
    .product-list li:hover .product-list-img:before {
      opacity: 1; }
  .product-list figure img {
    display: block; }
  .product-list figcaption {
    color: #330005;
    text-align: center;
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 2em; }
    .product-list figcaption .price {
      display: block;
      font-size: 0.88em; }
  .product-list-img {
    position: relative; }
    .product-list-img:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(166, 141, 105, 0);
      -webkit-transition: background-color 0.3s ease-in-out;
      -o-transition: background-color 0.3s ease-in-out;
      transition: background-color 0.3s ease-in-out; }
    .product-list-img:before {
      content: url(../images/plus.svg);
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      width: 30px;
      height: 30px;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2;
      opacity: 0;
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }

.igbox {
  width: 80%;
  margin: 0 auto; }
  .igbox h2 {
    color: #571800;
    font-weight: 500;
    font-size: 2em;
    line-height: 1.4em;
    letter-spacing: 4px;
    position: relative;
    text-align: center;
    margin-bottom: 1em; }

.s1 {
  position: relative;
  width: 100%;
  background-color: #fff9ee; }
  .s1 .arrow {
    width: 110px;
    height: 40px;
    border: 2px solid #3a1e13;
    border-radius: 40px;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    z-index: 1; }
    @media screen and (max-width: 1200px) {
      .s1 .arrow {
        width: 90px;
        height: 30px; } }
    .s1 .arrow::before {
      content: '';
      display: block;
      position: absolute;
      width: 60%;
      height: 2px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #3a1e13; }
  .s1 .text-postion {
    position: absolute;
    width: 100%;
    bottom: 9%;
    text-align: center; }
    @media screen and (max-width: 900px) {
      .s1 .text-postion {
        position: relative;
        padding: 5% 0; } }
  .s1 h1 {
    color: #3a1e13;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 10px; }
    @media screen and (max-width: 1200px) {
      .s1 h1 {
        font-size: 1.5em; } }
  .s1 h2 {
    color: #3a1e13;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 15px; }
    @media screen and (max-width: 1200px) {
      .s1 h2 {
        font-size: 1em; } }

.s2 {
  padding: 5em 0;
  color: #571800; }
  .s2-container {
    width: 90%;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .s2-container.d-flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .s2-container h2 {
      font-weight: 500;
      font-size: 2em;
      line-height: 1.4em;
      letter-spacing: 4px;
      position: relative;
      text-align: center;
      margin-bottom: 1em; }
      .s2-container h2 span {
        font-size: .7em;
        display: block; }
  .s2-item {
    position: relative;
    width: 20%;
    padding: 0 10px; }
    @media screen and (max-width: 1024px) {
      .s2-item {
        width: 50%;
        padding: 10px; } }
    .s2-item iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .s2-iframe {
    position: relative;
    width: 100%;
    padding-bottom: 80%; }

.s3 {
  position: relative;
  color: #3a1e13;
  background-color: #edcdc1; }
  .s3-bg {
    width: 100%; }
    .s3-bg img {
      width: 100%; }
  .s3-content {
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 900px) {
      .s3-content {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        padding: 30px 0;
        width: 90%;
        margin: auto;
        text-align: center; } }
  .s3 h2 {
    margin-bottom: 15px;
    font-size: 2em; }
  .s3 p {
    font-weight: 400;
    line-height: 1.8;
    margin: 10px 0; }
  .s3 .promotion {
    font-weight: bold; }
  .s3 .button {
    margin-top: 20px; }
    .s3 .button a {
      color: #3a1e13;
      border: 1px solid #3a1e13; }
      .s3 .button a:hover {
        background-color: #3a1e13;
        color: #fff;
        border-color: #3a1e13; }

.s4 {
  position: relative;
  width: 100%;
  background-color: #e8c3b4; }
  .s4-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -290%);
    -ms-transform: translate(-50%, -290%);
    transform: translate(-50%, -290%);
    max-width: 500px;
    width: 30%;
    z-index: 2; }
    @media screen and (max-width: 767px) {
      .s4-logo {
        position: relative;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        top: 0;
        left: 0;
        width: 60%;
        margin: auto;
        padding: 15px 0; } }
  .s4-bg {
    width: 100%;
    display: block;
    pointer-events: none; }
  .s4-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .s4-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .s4-left, .s4-right {
    position: relative; }
  .s4-content {
    width: 100%;
    text-align: center;
    margin-top: -35%;
    padding-bottom: 10%; }
  .s4 h2 {
    font-weight: 500;
    font-size: 2em;
    line-height: 1.4em;
    position: relative;
    margin-bottom: 10px; }

.s5 {
  position: relative; }
  .s5-content {
    width: 45%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .s5-content {
        position: relative;
        width: 100%;
        top: 0;
        right: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        background-color: #e44d61;
        padding: 15px 0; } }
    .s5-content h2 {
      font-weight: 500;
      font-size: 2em;
      line-height: 1.4em;
      position: relative;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .s5-content h2 {
          margin-bottom: 10px; } }
  .s5 .button a:hover {
    color: #e44d61; }

.s6 {
  padding: 5em 0;
  color: #571800; }
  .s6-container {
    width: 80%;
    margin: 0 auto; }
    .s6-container h2 {
      font-weight: 500;
      font-size: 2em;
      line-height: 1.4em;
      letter-spacing: 4px;
      position: relative;
      text-align: center;
      margin-bottom: .3em; }
      @media screen and (max-width: 900px) {
        .s6-container h2 {
          font-size: 1.5em; } }
    .s6-container h3 {
      font-weight: 500;
      font-size: 1.8em;
      line-height: 1.4em;
      letter-spacing: 4px;
      position: relative;
      text-align: center;
      margin-bottom: 1em; }
    .s6-container h4 {
      font-weight: 600;
      font-size: 1.5em;
      line-height: 1.4em;
      letter-spacing: 4px;
      position: relative;
      text-align: center;
      color: #ffffff; }
      .s6-container h4 span {
        display: block;
        font-weight: 400;
        letter-spacing: 1px;
        margin-bottom: 10px; }
  .s6 .d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 1024px) {
      .s6 .d-flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .s6-item {
    position: relative;
    width: 25%;
    padding: 10px; }
    @media screen and (max-width: 900px) {
      .s6-item {
        width: 50%; } }
    @media screen and (max-width: 900px) {
      .s6-item {
        width: 100%; } }
    .s6-item a {
      position: relative; }
      .s6-item a:before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(166, 141, 105, 0.7); }
      .s6-item.show a:before {
         background-color: transparent;
      }
    .s6-item:hover .s6-item-img {
      opacity: .7; }
    .s6-item.show .s6-item-img {
      opacity: .8; }
    .s6-item.show a{
      background: linear-gradient(180deg, rgba(119,101,76,0) 53%, rgba(119,101,76,1) 100%);
    }  
    .s6-item-img {
      width: 100%;
      opacity: 0.3;
      -webkit-transition: opacity .5s;
      -o-transition: opacity .5s;
      transition: opacity .5s; }
    .s6-item-content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .s6-iframe {
    position: relative;
    width: 100%;
    padding-bottom: 80%; }
