@charset "UTF-8";
html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #000;
  -webkit-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
}

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: #3a3a3a;
  font-family: 'Noto Serif JP',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.3rem;
  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%;
}

.container {
  overflow: hidden;
}

@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 1090px;
    width: 100%;
    margin: 0 auto;
  }
  .container {
    overflow: hidden;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.5);
  }
  .header__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 15px 12px 30px;
  }
  .header__logo {
    line-height: 0;
  }
  .header__logo a {
    display: inline-block;
    width: 194.55px;
  }
  .header__logo a img {
    width: 100%;
    height: auto;
  }
  .header__nav ul {
    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;
  }
  .header__nav ul li + li {
    margin-left: 25px;
  }
  .header__nav ul li a {
    font-size: 1.4rem;
    line-height: 24px;
    font-weight: 300;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    color: #3a3a3a;
  }
  .header__right {
    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;
    padding-right: 80px;
    position: relative;
  }
  .header__right > ul {
    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;
  }
  .header__right > ul li + li {
    margin-left: 10px;
  }
  .header__right > ul li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    height: 30px;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: kozuka-gothic-pr6n, sans-serif;
    color: #fff;
    background: #d1be63;
    -moz-border-radius: 15px;
         border-radius: 15px;
    padding: 0 15px;
  }
  .header__rightCart {
    position: absolute;
    top: -10px;
    right: 0;
  }
  .header__rightCart a {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../img/cart.svg") center no-repeat #d1be63;
    -moz-background-size: 33.27px 29px;
         background-size: 33.27px 29px;
  }
  .footer {
    background: #d1be63;
    padding: 60px 0 30px;
  }
  .footer__logo {
    text-align: center;
  }
  .footer__logo a, .footer__logo span {
    line-height: 0;
    display: inline-block;
    width: 264.84px;
  }
  .footer__logo a img, .footer__logo span img {
    width: 100%;
    height: auto;
  }
  .footer__ins {
    text-align: center;
    margin-top: 35px;
  }
  .footer__ins a {
    line-height: 0;
    display: inline-block;
    width: 43.68px;
  }
  .footer__ins a img {
    width: 100%;
    height: auto;
  }
  .footer__nav {
    margin-top: 30px;
  }
  .footer__nav 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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__nav ul li + li {
    margin-left: 25px;
  }
  .footer__nav ul li a {
    font-size: 1.4rem;
    line-height: 24px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 300;
    color: #3a3a3a;
  }
  .footer__copy {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 300;
    color: #3a3a3a;
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 2.08333vw;
    padding-right: 2.08333vw;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.5);
  }
  .header__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.47222vw 4.16667vw;
  }
  .header__logo {
    line-height: 0;
  }
  .header__logo a {
    display: inline-block;
    width: 26.66667vw;
  }
  .header__logo a img {
    width: 100%;
    height: auto;
  }
  .header__right {
    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;
  }
  .header__rightCart a {
    display: inline-block;
    width: 4.77944vw;
    height: 4.16667vw;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../img/cart_sp.svg") center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header__right .menu_icon_wr {
    margin-left: 4.02778vw;
    width: 4.91458vw;
    height: 3.19444vw;
  }
  .header__right .menu_icon_wr .menu_icon {
    display: block;
    position: relative;
    width: 4.91458vw;
    height: 3.19444vw;
    background: transparent;
    border-top: 0.27778vw solid #d1be63;
    border-bottom: 0.27778vw solid #d1be63;
    font-size: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .header__right .menu_icon_wr .menu_icon:before, .header__right .menu_icon_wr .menu_icon:after {
    content: '';
    display: block;
    width: 100%;
    height: 0.27778vw;
    position: absolute;
    top: 50%;
    left: 0;
    background: #d1be63;
    margin-top: -1px;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out, -moz-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, -moz-transform 0.25s ease-in-out;
  }
  .header__right .menu_icon_wr .menu_icon.active {
    border-color: transparent;
  }
  .header__right .menu_icon_wr .menu_icon.active:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #d1be63;
  }
  .header__right .menu_icon_wr .menu_icon.active:after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #d1be63;
  }
  .header__nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
  }
  .header__nav ul {
    padding: 3.05556vw 0;
  }
  .header__nav ul li {
    text-align: center;
  }
  .header__nav ul li + li {
    margin-top: 8.33333vw;
  }
  .header__nav ul li a {
    font-size: 3.47222vw;
    line-height: 5.97222vw;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    color: #3a3a3a;
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__nav ul li a:hover {
    opacity: 1;
    color: #000;
  }
  .footer {
    background: #d1be63;
    padding: 8.33333vw 0 4.16667vw;
  }
  .footer__logo {
    text-align: center;
  }
  .footer__logo a, .footer__logo span {
    line-height: 0;
    display: inline-block;
    width: 36.78333vw;
  }
  .footer__logo a img, .footer__logo span img {
    width: 100%;
    height: auto;
  }
  .footer__ins {
    text-align: center;
    margin-top: 4.86111vw;
  }
  .footer__ins a {
    line-height: 0;
    display: inline-block;
    width: 6.06667vw;
  }
  .footer__ins a img {
    width: 100%;
    height: auto;
  }
  .footer__nav {
    margin-top: 4.16667vw;
  }
  .footer__nav 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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__nav ul li + li {
    margin-left: 3.47222vw;
  }
  .footer__nav ul li a {
    font-size: 1.94444vw;
    line-height: 3.33333vw;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 300;
    color: #3a3a3a;
  }
  .footer__copy {
    text-align: center;
    font-size: 1.80556vw;
    line-height: 1;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 300;
    color: #3a3a3a;
    margin-top: 5.55556vw;
  }
  .fadeInUp_SP {
    -webkit-transform: translate3d(0, 100px, 0);
       -moz-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  .fadeInUp_SP.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.effect {
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
}

.delay03 {
  -webkit-transition-delay: 0.3s;
     -moz-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay06 {
  -webkit-transition-delay: 0.6s;
     -moz-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay09 {
  -webkit-transition-delay: 0.9s;
     -moz-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay12 {
  -webkit-transition-delay: 1.2s;
     -moz-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay15 {
  -webkit-transition-delay: 1.5s;
     -moz-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.delay18 {
  -webkit-transition-delay: 1.8s;
     -moz-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.delay21 {
  -webkit-transition-delay: 2.1s;
     -moz-transition-delay: 2.1s;
       -o-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

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

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

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

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

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

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

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

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