html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
  background-color: #FFF5EB;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

a {
  color: #000;
}

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

div,
p {
  /*word-break: break-all;*/
}

ul,
ol,
li {
  list-style: none;
}

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, nav, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}

body,
td,
th,
input,
textarea {
  color: #000;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

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

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

figure, picture {
  line-height: 0;
}

picture {
  display: block;
}

html, body {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp, .show_mid {
    display: none !important;
  }
  .container {
    overflow: hidden;
  }
  .row {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1279px) {
  .row {
    max-width: 1000px;
  }
}

@media screen and (min-width: 1280px), print {
  .inner {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1279px) {
  .inner {
    max-width: 1000px;
  }
}

@media screen and (min-width: 1280px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body {
    padding-top: 85px;
  }
  body main p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
  }
  .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
         transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
       -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    -moz-animation-name: hvr-pop;
         animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
         animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
         animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
         animation-iteration-count: 1;
  }
  .hvz {
    overflow: hidden;
    display: block;
  }
  .hvz .cate img {
    -webkit-transform: scale(1) !important;
       -moz-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  .hvz figure {
    overflow: hidden;
  }
  .hvz img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  }
  .hvz:hover {
    opacity: 1;
  }
  .hvz:hover img {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
  .header {
    height: 86px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #231815 url(../images/header_bg.png) repeat-x;
    z-index: 99;
  }
  .header_top h1 a {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 99;
  }
  .header_top h1 a img {
    width: 183px;
  }
  .header_bot .row ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_bot .row ul li {
    margin: 0 65px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1279px) {
  .header_bot .row ul li {
    margin: 0 35px;
  }
}

@media screen and (min-width: 1280px), print {
  .header_bot .row ul li:nth-of-type(2) {
    margin-right: 185px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1279px) {
  .header_bot .row ul li:nth-of-type(2) {
    margin-right: 135px;
  }
}

@media screen and (min-width: 1280px), print {
  .header_bot .row ul li:nth-of-type(2) a::before {
    width: 36px;
    height: 18px;
    background-image: url(../images/ic_products.svg);
  }
  .header_bot .row ul li:nth-of-type(3) {
    margin-left: 185px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1279px) {
  .header_bot .row ul li:nth-of-type(3) {
    margin-right: 75px;
  }
}

@media screen and (min-width: 1280px), print {
  .header_bot .row ul li:nth-of-type(3) a::before {
    width: 30px;
    height: 18px;
    background-image: url(../images/ic_lifestyle.svg);
  }
  .header_bot .row ul li:nth-of-type(4) a::before {
    width: 25px;
    height: 24px;
    background-image: url(../images/ic_faq.svg);
  }
  .header_bot .row ul li.active a::after {
    width: 100%;
  }
  .header_bot .row ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    font-weight: 600;
    height: 86px;
    color: #fff;
    position: relative;
  }
  .header_bot .row ul li a:hover::after {
    width: 100%;
  }
  .header_bot .row ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 0;
    height: 3px;
    background: #AE9336;
    display: block;
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
  .header_bot .row ul li a::before {
    content: "";
    width: 49px;
    height: 18px;
    background-image: url(../images/ic_story.svg);
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 8px;
  }
  .p_history .header_bot .row ul li a.navHistory::after {
    width: 100%;
  }
  .p_products .header_bot .row ul li a.navProducts::after {
    width: 100%;
  }
  .p_lifestyle .header_bot .row ul li a.navLife::after {
    width: 100%;
  }
  .footer {
    background: #231815 url(../images/header_bg.png) repeat-x;
    padding: 19px 0;
    position: relative;
    margin-top: 170px;
  }
  .footer .backtop {
    position: absolute;
    left: 50%;
    top: -80px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 11px;
    font-weight: 700;
    color: #AE9336;
    cursor: pointer;
  }
  .footer .backtop span {
    position: relative;
    padding-top: 20px;
  }
  .footer .backtop span::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 64px;
    height: 13px;
    background: url(../images/ft_ar1.svg) center/contain no-repeat;
    display: block;
  }
  .footer > span {
    position: absolute;
    left: 50%;
    top: -33px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .footer > span img {
    width: 60px;
    vertical-align: bottom;
  }
  .footer > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer > ul li {
    margin: 0 8px;
  }
  .footer > ul li a {
    font-weight: 700;
    font-size: 11px;
    color: #AE9336;
    position: relative;
    padding-left: 10px;
  }
  .footer > ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
       -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
  }
  .footer p {
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    margin-top: 7px;
  }
  .ttl {
    padding-bottom: 45px;
    color: #231815;
  }
  .ttl .social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 25px;
    margin: 25px 0 45px;
  }
  .ttl .social li:not(:last-child) {
    margin-right: 15px;
  }
  .ttl .social li a img {
    width: 25px;
  }
  .ttl h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 35px;
  }
  .ttl p {
    font-size: 23px;
    font-weight: 600;
    text-align: center;
  }
  .maskRight {
    position: relative;
    overflow: hidden;
  }
  .maskRight::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 50%;
    left: 0;
    right: 0;
    background: #4E4744;
    z-index: 2;
    -webkit-transition-duration: 2s;
       -moz-transition-duration: 2s;
         -o-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .effect.active.maskRight::before {
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .maskLeft {
    position: relative;
    overflow: hidden;
  }
  .maskLeft::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 50%;
    left: 0;
    right: 0;
    background: #231815;
    z-index: 2;
    -webkit-transition-duration: 2s;
       -moz-transition-duration: 2s;
         -o-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .effect.active.maskLeft::before {
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1279px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
  }
  .row {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1279px) and (max-width: 1279px) {
  .row {
    max-width: 1000px;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1279px), print {
  .inner {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1279px) and (max-width: 1279px) {
  .inner {
    max-width: 1000px;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1279px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body {
    padding-top: 85px;
  }
  body main p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
  }
  .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
         transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
       -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    -moz-animation-name: hvr-pop;
         animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
         animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
         animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
         animation-iteration-count: 1;
  }
  .hvz {
    overflow: hidden;
    display: block;
  }
  .hvz .cate img {
    -webkit-transform: scale(1) !important;
       -moz-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  .hvz figure {
    overflow: hidden;
  }
  .hvz img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  }
  .hvz:hover {
    opacity: 1;
  }
  .hvz:hover img {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
  .header {
    height: 86px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #231815 url(../images/header_bg.png) repeat-x;
    z-index: 99;
  }
  .header_top h1 a {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 99;
  }
  .header_top h1 a img {
    width: 183px;
  }
  .header_bot .row ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_bot .row ul li {
    margin: 0 65px;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1279px) and (max-width: 1279px) {
  .header_bot .row ul li {
    margin: 0 35px;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1279px), print {
  .header_bot .row ul li:nth-of-type(2) {
    margin-right: 185px;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1279px) and (max-width: 1279px) {
  .header_bot .row ul li:nth-of-type(2) {
    margin-right: 135px;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1279px), print {
  .header_bot .row ul li:nth-of-type(2) a::before {
    width: 36px;
    height: 18px;
    background-image: url(../images/ic_products.svg);
  }
  .header_bot .row ul li:nth-of-type(3) {
    margin-left: 185px;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1279px) and (max-width: 1279px) {
  .header_bot .row ul li:nth-of-type(3) {
    margin-right: 75px;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1279px), print {
  .header_bot .row ul li:nth-of-type(3) a::before {
    width: 30px;
    height: 18px;
    background-image: url(../images/ic_lifestyle.svg);
  }
  .header_bot .row ul li:nth-of-type(4) a::before {
    width: 25px;
    height: 24px;
    background-image: url(../images/ic_faq.svg);
  }
  .header_bot .row ul li.active a::after {
    width: 100%;
  }
  .header_bot .row ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    font-weight: 600;
    height: 86px;
    color: #fff;
    position: relative;
  }
  .header_bot .row ul li a:hover::after {
    width: 100%;
  }
  .header_bot .row ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 0;
    height: 3px;
    background: #AE9336;
    display: block;
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
  .header_bot .row ul li a::before {
    content: "";
    width: 49px;
    height: 18px;
    background-image: url(../images/ic_story.svg);
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 8px;
  }
  .p_history .header_bot .row ul li a.navHistory::after {
    width: 100%;
  }
  .p_products .header_bot .row ul li a.navProducts::after {
    width: 100%;
  }
  .p_lifestyle .header_bot .row ul li a.navLife::after {
    width: 100%;
  }
  .footer {
    background: #231815 url(../images/header_bg.png) repeat-x;
    padding: 19px 0;
    position: relative;
    margin-top: 170px;
  }
  .footer .backtop {
    position: absolute;
    left: 50%;
    top: -80px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 11px;
    font-weight: 700;
    color: #AE9336;
    cursor: pointer;
  }
  .footer .backtop span {
    position: relative;
    padding-top: 20px;
  }
  .footer .backtop span::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 64px;
    height: 13px;
    background: url(../images/ft_ar1.svg) center/contain no-repeat;
    display: block;
  }
  .footer > span {
    position: absolute;
    left: 50%;
    top: -33px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .footer > span img {
    width: 60px;
    vertical-align: bottom;
  }
  .footer > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer > ul li {
    margin: 0 8px;
  }
  .footer > ul li a {
    font-weight: 700;
    font-size: 11px;
    color: #AE9336;
    position: relative;
    padding-left: 10px;
  }
  .footer > ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
       -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
  }
  .footer p {
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    margin-top: 7px;
  }
  .ttl {
    padding-bottom: 45px;
    color: #231815;
  }
  .ttl .social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 25px;
    margin: 25px 0 45px;
  }
  .ttl .social li:not(:last-child) {
    margin-right: 15px;
  }
  .ttl .social li a img {
    width: 25px;
  }
  .ttl h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 35px;
  }
  .ttl p {
    font-size: 23px;
    font-weight: 600;
    text-align: center;
  }
  .maskRight {
    position: relative;
    overflow: hidden;
  }
  .maskRight::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 75%;
    left: 0;
    right: 0;
    background: #4E4744;
    z-index: 2;
    -webkit-transition-duration: 2s;
       -moz-transition-duration: 2s;
         -o-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .effect.active.maskRight::before {
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .maskLeft {
    position: relative;
    overflow: hidden;
  }
  .maskLeft::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 81%;
    left: 0;
    right: 0;
    background: #231815;
    z-index: 2;
    -webkit-transition-duration: 2s;
       -moz-transition-duration: 2s;
         -o-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .effect.active.maskLeft::before {
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@media screen and (max-width: 1000px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 5.86667vw;
    padding-right: 5.86667vw;
  }
  .inner {
    padding-left: 5.86667vw;
    padding-right: 5.86667vw;
  }
  body {
    padding-top: 22.4vw;
  }
  body p {
    font-size: 2.13333vw;
    line-height: 3.2vw;
    font-weight: 600;
  }
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #fff;
  }
  .header_top {
    height: 22.66667vw;
    overflow: hidden;
  }
  .header_top h1 a {
    display: inline-block;
    width: 41.33333vw;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 99;
  }
  .header_top .row {
    height: 22.66667vw;
    width: 100%;
    margin: 0;
    font-size: 0;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    background: #231815 url(../images/header_bg_sp.png) no-repeat left top;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  .header_top .row .menu_icon {
    position: fixed;
    z-index: 200;
    top: 1.33333vw;
    right: 1.33333vw;
    width: 21.33333vw;
    height: 21.33333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_top .row .menu_icon i {
    position: absolute;
    top: 6.66667vw;
    left: 0;
    width: 21.33333vw;
    font-size: 3.2vw;
    font-style: normal;
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
    color: #A99446;
    text-indent: -11.2vw;
  }
  .header_top .row .menu_icon.active {
    background-color: #A99446;
  }
  .header_top .row .menu_icon.active .menu_icon_in {
    top: 7.73333vw;
  }
  .header_top .row .menu_icon.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(2.13333vw) rotate(-45deg);
       -moz-transform: translateY(2.13333vw) rotate(-45deg);
        -ms-transform: translateY(2.13333vw) rotate(-45deg);
            transform: translateY(2.13333vw) rotate(-45deg);
    background-color: #fff;
  }
  .header_top .row .menu_icon.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header_top .row .menu_icon.active .menu-trigger span:nth-of-type(3) {
    background-color: #fff;
    -webkit-transform: translateY(-2.13333vw) rotate(45deg);
       -moz-transform: translateY(-2.13333vw) rotate(45deg);
        -ms-transform: translateY(-2.13333vw) rotate(45deg);
            transform: translateY(-2.13333vw) rotate(45deg);
  }
  .header_top .row .menu_icon_in {
    width: 9.6vw;
    height: 5.33333vw;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    cursor: pointer;
    position: absolute;
    top: 5.33333vw;
  }
  .header_top .row .menu_icon_in .menu-trigger,
  .header_top .row .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header_top .row .menu_icon_in .menu-trigger {
    position: relative;
    width: 9.6vw;
    height: 5.33333vw;
  }
  .header_top .row .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.8vw;
    background-color: #A99446;
  }
  .header_top .row .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .header_top .row .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 2.13333vw;
  }
  .header_top .row .menu_icon_in .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .header .header_bot {
    position: absolute;
    top: 22.66667vw;
    left: 0;
    width: 100%;
    overflow-y: auto;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-overflow-scrolling: touch;
    background: #A99446;
    padding-bottom: 18.93333vw;
  }
  .header .header_bot .row {
    padding: 10.66667vw 10.66667vw;
  }
  .header .header_bot .row .closeMenu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #231815;
    font-size: 3.73333vw;
    color: #A99446;
    font-weight: 600;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 6.66667vw 0;
  }
  .header .header_bot .row .closeMenu::before {
    content: "";
    width: 4.8vw;
    height: 4.8vw;
    background: url(../images/ic_close.svg) center/contain no-repeat;
    display: block;
    margin-right: 3.2vw;
  }
  .header .header_bot.active {
    opacity: 1;
    visibility: visible;
  }
  .header .header_bot ul li:not(:last-child) {
    margin-bottom: 4vw;
  }
  .header .header_bot ul li a {
    font-size: 3.73333vw;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-left: 5.86667vw;
  }
  .header .header_bot ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border: solid #fff;
    border-width: 0 0.53333vw 0.53333vw 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
       -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
  }
  .footer {
    background: #231815 url(../images/header_bg.png) repeat;
    padding: 5.06667vw 0;
    position: relative;
    margin-top: 45.33333vw;
  }
  .footer .backtop {
    position: absolute;
    left: 50%;
    top: -21.33333vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 2.93333vw;
    font-weight: 700;
    color: #AE9336;
    cursor: pointer;
  }
  .footer .backtop span {
    position: relative;
    padding-top: 5.33333vw;
  }
  .footer .backtop span::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 17.06667vw;
    height: 3.46667vw;
    background: url(../images/ft_ar1.svg) center/contain no-repeat;
    display: block;
  }
  .footer > span {
    position: absolute;
    left: 50%;
    top: -8.8vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .footer > span img {
    width: 16vw;
    vertical-align: bottom;
  }
  .footer > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer > ul li {
    margin: 0 2.13333vw;
  }
  .footer > ul li a {
    font-weight: 700;
    font-size: 2.93333vw;
    color: #AE9336;
    position: relative;
    padding-left: 2.66667vw;
  }
  .footer > ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 0.53333vw;
    -webkit-transform: translateY(-50%) rotate(-45deg);
       -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
  }
  .footer p {
    color: #fff;
    text-align: center;
    font-size: 2.13333vw;
    font-weight: 700;
    margin-top: 1.86667vw;
  }
  .ttl {
    padding-bottom: 5.33333vw;
    padding-top: 10.66667vw;
    color: #231815;
  }
  .ttl .inner {
    padding: 0;
    position: relative;
  }
  .ttl .social {
    position: absolute;
    top: -8vw;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 2.66667vw;
    margin: 0;
  }
  .ttl .social li:not(:last-child) {
    margin-right: 2.66667vw;
  }
  .ttl .social li a img {
    width: 5.33333vw;
  }
  .ttl h2 {
    text-align: center;
    font-size: 5.33333vw;
    font-weight: 600;
    margin-bottom: 2.66667vw;
  }
  .ttl p {
    font-size: 2.93333vw;
    line-height: 4.53333vw;
    font-weight: 600;
    text-align: center;
  }
  .maskRight {
    position: relative;
    overflow: hidden;
  }
  .maskRight::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 73%;
    left: 0;
    right: 0;
    background: #4E4744;
    z-index: 2;
    -webkit-transition-duration: 2s;
       -moz-transition-duration: 2s;
         -o-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .effect.active.maskRight::before {
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .maskLeft {
    position: relative;
    overflow: hidden;
  }
  .maskLeft::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 80%;
    left: 0;
    right: 0;
    background: #231815;
    z-index: 2;
    -webkit-transition-duration: 2s;
       -moz-transition-duration: 2s;
         -o-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .effect.active.maskLeft::before {
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@-webkit-keyframes blobber {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes blobber {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@keyframes blobber {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes cobler {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}

@-moz-keyframes cobler {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}

@keyframes cobler {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}

@-webkit-keyframes wobbler {
  0% {
    -webkit-transform: rotateZ(8deg);
            transform: rotateZ(8deg);
  }
  100% {
    -webkit-transform: rotateZ(-8deg);
            transform: rotateZ(-8deg);
  }
}

@-moz-keyframes wobbler {
  0% {
    -moz-transform: rotateZ(8deg);
         transform: rotateZ(8deg);
  }
  100% {
    -moz-transform: rotateZ(-8deg);
         transform: rotateZ(-8deg);
  }
}

@keyframes wobbler {
  0% {
    -webkit-transform: rotateZ(8deg);
       -moz-transform: rotateZ(8deg);
            transform: rotateZ(8deg);
  }
  100% {
    -webkit-transform: rotateZ(-8deg);
       -moz-transform: rotateZ(-8deg);
            transform: rotateZ(-8deg);
  }
}

.effect {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.delay_03 {
  -webkit-transition: all 1s ease 0.2s;
  -o-transition: all 1s ease 0.2s;
  -moz-transition: all 1s ease 0.2s;
  transition: all 1s ease 0.2s;
}

.delay_06 {
  -webkit-transition: all 1s ease 0.4s;
  -o-transition: all 1s ease 0.4s;
  -moz-transition: all 1s ease 0.4s;
  transition: all 1s ease 0.4s;
}

.delay_09 {
  -webkit-transition: all 1s ease 0.6s;
  -o-transition: all 1s ease 0.6s;
  -moz-transition: all 1s ease 0.6s;
  transition: all 1s ease 0.6s;
}

.delay_12 {
  -webkit-transition: all 1s ease 0.8s;
  -o-transition: all 1s ease 0.8s;
  -moz-transition: all 1s ease 0.8s;
  transition: all 1s ease 0.8s;
}

.delay_15 {
  -webkit-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}

.delay_18 {
  -webkit-transition: all 1s ease 1.2s;
  -o-transition: all 1s ease 1.2s;
  -moz-transition: all 1s ease 1.2s;
  transition: all 1s ease 1.2s;
}

.delay_21 {
  -webkit-transition: all 1s ease 1.4s;
  -o-transition: all 1s ease 1.4s;
  -moz-transition: all 1s ease 1.4s;
  transition: all 1s ease 1.4s;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.slideUp {
  -webkit-transform: translate3d(0, 50px, 0);
     -moz-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  opacity: 0;
}

.slideUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideDown {
  -webkit-transform: translate3d(0, -50px, 0);
     -moz-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
  opacity: 0;
}

.slideDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideToRight {
  -webkit-transform: translate3d(-100px, 0, 0);
     -moz-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
  opacity: 0;
}

.slideToRight.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideToLeft {
  -webkit-transform: translate3d(100px, 0, 0);
     -moz-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
  opacity: 0;
}

.slideToLeft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
