@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;
}

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: #000;
  font-family: 'Noto Serif JP', "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', Tahoma, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Verdana, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

* {
  -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%;
}

body {
  -moz-font-feature-settings: "palt";
       font-feature-settings: "palt";
  background: #87A895;
}

@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
    min-width: 1266px;
  }
  .row {
    max-width: 1266px;
    width: 100%;
    margin: 0 auto;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .header {
    min-width: 1266px;
    padding: 24px 10px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
  }
  .header__top {
    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;
  }
  .header__top .header__right {
    width: 100%;
    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;
  }
  .header__top .header__right .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__top .header__right .header__nav ul li {
    line-height: 0;
  }
  .header__top .header__right .header__nav ul li:not(:last-child) {
    margin-right: 40px;
  }
  .header__top .header__right .header__nav ul li > a {
    font-size: 1.8rem;
    line-height: 1;
    font-family: "EB Garamond", serif;
    color: #fff;
    letter-spacing: 0.26em;
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    transition: color .3s ease-out;
  }
  .header__top .header__right .header__nav ul li > a:hover {
    opacity: 1;
    color: #000;
  }
  .header__top .header__right .header__btn {
    text-align: right;
  }
  .header__top .header__right .header__btn a {
    font-size: 1.8rem;
    line-height: 1;
    font-family: "EB Garamond", serif;
    color: #fff;
    letter-spacing: 0.26em;
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    transition: color .3s ease-out;
  }
  .header__top .header__right .header__btn a:hover {
    opacity: 1;
    color: #FF0064;
  }
  .header.fixed {
    background: rgba(230, 169, 89, 0.8);
  }
  .footer {
    position: relative;
    background: #87A895;
    padding: 30px 10px;
  }
  .footer__row {
    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;
  }
  .footer__row p {
    font-size: 1.8rem;
    line-height: 46px;
    color: #fff;
    font-weight: 500;
  }
  .footer__row .footer__nav {
    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;
  }
  .footer__row .footer__nav li {
    line-height: 0;
  }
  .footer__row .footer__nav li.footer__shop {
    width: 238px;
    margin: 0 30px;
  }
  .footer__row .footer__nav li.footer__shop a {
    width: 100%;
    height: 70px;
    background: #fff;
    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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.26em;
    font-family: "EB Garamond", serif;
    font-weight: 500;
  }
  .banner {
    position: relative;
    margin-bottom: 60px;
  }
  .banner:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
  }
  .banner .bannerPara {
    height: 100vh;
  }
  .banner > picture img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .banner__logo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner__logo .row {
    height: 100%;
    position: relative;
    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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner__arr {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
  }
  .news {
    margin-bottom: 40px;
    padding: 0 10px;
  }
  .news .row {
    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;
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 20px 0;
    -moz-box-shadow: 0 3px 16px #627C6D;
         box-shadow: 0 3px 16px #627C6D;
  }
  .news .row h2 {
    width: 193px;
    font-size: 4rem;
    line-height: 1;
    font-family: "EB Garamond", serif;
    color: #E6A959;
    text-align: center;
  }
  .news .row .news__list {
    width: -webkit-calc(100% - 193px - 193px);
    width: -moz-calc(100% - 193px - 193px);
    width: calc(100% - 193px - 193px);
/*    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;*/
    padding: 0 30px;
    position: relative;
  }
  .news .row .news__list:before {
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-left: 1px solid #E6A959;
    border-right: 1px solid #E6A959;
  }
  .news .row .news__list:after {
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #E6A959;
    border-right: 1px solid #E6A959;
  }
  .news .row .news__list li {
    width: 100%;
    margin: 0 10px 10px;
  }
  .news .row .news__list li a p {
    font-size: 1.6rem;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 22px;
  }
  .news .row .news__list li a time {
    font-size: 1.4rem;
    line-height: 1;
    text-align: right;
    color: #E6A959;
    font-family: "EB Garamond", serif;
    display: block;
  }
  .news .row .news__more {
    width: 193px;
    text-align: center;
  }
  .news .row .news__more a {
    font-size: 1.6rem;
    line-height: 1;
    color: #E6A959;
    font-family: "EB Garamond", serif;
    text-align: center;
    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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news .row .news__more a i {
    margin-left: 10px;
  }
  .store {
    margin-bottom: 90px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 10px 67px;
  }
  .store:after {
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 1266px;
    height: 220px;
    background: url("../img/store_l.svg") left bottom no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    z-index: -1;
  }
  .store .row {
    position: relative;
  }
  .store .row:before {
    content: '';
    right: 0;
    top: 0;
    width: 220px;
    height: 918px;
    background: url("../img/store_r.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    z-index: -1;
  }
  .store .row h2 {
    font-size: 11rem;
    line-height: 1;
    color: #fff;
    font-family: "EB Garamond", serif;
    margin-bottom: 30px;
    letter-spacing: 0.06em;
  }
  .store .row p {
    font-size: 1.8rem;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 60px;
  }
  .store .row picture {
    margin-left: -50px;
    margin-right: -141px;
  }
  .store__gallery::after {
    content: "";
    clear: both;
    display: table;
  }
  .store__gallery .storeFig {
    float: left;
    margin: 0 0 10px;
  }
  .store__gallery .storeFig img {
    width: 100%;
    height: auto;
  }
  .store__gallery .store01 {
    width: 64.7877%;
    height: 604px;
  }
  .store__gallery .store02 {
    float: right;
    width: 27.81845%;
  }
  .store__gallery .store03 {
    width: 26.79356%;
    margin-left: 2.19619%;
    margin-top: 3.95315%;
  }
  .store__gallery .store04 {
    width: 29.5754%;
    margin-left: 5.6369%;
    margin-top: -8.85798%;
  }
  .store__gallery .store05 {
    width: 27.37921%;
    margin-top: -8.85798%;
    margin-left: 2.19619%;
  }
  .store__gallery .store06 {
    position: absolute;
    width: 36.74963%;
    right: -6.58858%;
    bottom: 0;
  }
  .original {
    padding: 0 10px;
    margin-bottom: 259px;
  }
  .original .row h2 {
    font-size: 11rem;
    line-height: 1;
    color: #fff;
    font-family: "EB Garamond", serif;
    margin-bottom: 90px;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .original .row .original__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .original .row .original__list article {
    position: relative;
    width: 394px;
    height: 812px;
    margin: 0 15px 30px;
    padding: 28px;
    border: 4px solid #E6A959;
  }
  .original .row .original__list article:before {
    content: '';
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    height: -webkit-calc(100% - 10px);
    height: -moz-calc(100% - 10px);
    height: calc(100% - 10px);
    border: 2px solid #E6A959;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index:-1;
  }
  .original .row .original__list article figure {
    margin-bottom: 22px;
  }
  .original .row .original__list article h3 {
    font-size: 3.2rem;
    line-height: 36px;
    color: #A05A00;
    font-weight: 500;
    margin-bottom: 21px;
  }
  .original .row .original__list article h3 span{
    display: block;
    margin-bottom: -10px;
    font-size: 1.6rem;
    color: #0F4525;
  }
  .original .row .original__list article p {
    font-size: 1.8rem;
    line-height: 30px;
    margin-bottom: 179px;
  }
  .original .row .original__list article .original__price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding: 0 30px;
	pointer-events: none;  
  }
  .original .row .original__list article .original__price span {
    font-size: 3rem;
    line-height: 1;
    color: #A05A00;
    text-align: right;
    display: block;
    font-weight: 500;
  }
  .original .row .original__list article .original__price span + span {
    margin-top: 10px;
  }
  .original .row .original__list article .original__price span small {
    font-size: 1.6rem;
    margin-right: 25px;
  }
  .original .row .original__list article:nth-child(3n+1) {
    -webkit-transform: translateY(200px);
       -moz-transform: translateY(200px);
        -ms-transform: translateY(200px);
            transform: translateY(200px);
  }
  .original .row .original__list article:nth-child(3n+2) {
    -webkit-transform: translateY(100px);
       -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
  }
  .gift {
    margin-bottom: 82px;
  }
  .gift .row .gift__inner {
    background: #fff;
    padding: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gift .row .gift__inner .gift__ct {
    width: -webkit-calc(100% - 346px);
    width: -moz-calc(100% - 346px);
    width: calc(100% - 346px);
    padding-right: 194px;
  }
  .gift .row .gift__inner .gift__ct h3 {
    font-size: 2.4rem;
    line-height: 26px;
    font-weight: 500;
    color: #A05A00;
    margin-bottom: 35px;
  }
  .gift .row .gift__inner .gift__ct dl dt {
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 500;
    color: #A05A00;
    margin-bottom: 15px;
  }
  .gift .row .gift__inner .gift__ct dl dd {
    font-size: 1.8rem;
    line-height: 30px;
    font-weight: 500;
  }
  .gift .row .gift__inner figure {
    width: 346px;
  }
  .info h2 {
    font-size: 11rem;
    line-height: 1;
    color: #fff;
    font-family: "EB Garamond", serif;
    margin-bottom: 90px;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .info .figure {
    margin-bottom: 60px;
    height: 600px;
  }
  .info .figure img {
    width: 100%;
  }
  .info__ct .row .info__inner {
    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-bottom: 60px;
    border-bottom: 1px solid #fff;
  }
  .info__ct .row .info__inner figure {
    width: 475px;
    text-align: center;
  }
  .info__ct .row .info__inner figure img {
    width: 324px;
  }
  .info__ct .row .info__inner .info__txt {
    width: -webkit-calc(100% - 475px);
    width: -moz-calc(100% - 475px);
    width: calc(100% - 475px);
    padding: 0 72px;
    border-left: 1px solid #fff;
  }
  .info__ct .row .info__inner .info__txt p {
    font-size: 2.8rem;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .info__ct .row .info__inner .info__txt .info__time {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  .info__ct .row .info__inner .info__txt .info__time dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .info__ct .row .info__inner .info__txt .info__time dl:not(:last-child) {
    margin-right: 35px;
  }
  .info__ct .row .info__inner .info__txt .info__time dl dt {
    font-size: 1.6rem;
    line-height: 1;
    position: relative;
    top: -1px;
  }
  .info__ct .row .info__inner .info__txt .info__time dl dd {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 500;
    margin-left: 10px;
  }
  .info__ct .row .info__inner .info__txt .info__time dl dd a img{
    margin: 0 0 -12px 10px;
  }
  .info__ct .row .info__inner .info__txt .info__contact {
    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;
  }
  .info__ct .row .info__inner .info__txt .info__contact .info__phone {
    margin-right: 55px;
  }
  .info__ct .row .info__inner .info__txt .info__contact .info__phone2 {
    margin-right: 55px;
  }
  .info__ct .row .info__inner .info__txt .info__contact .info__phone .info__phone_a {
    font-size: 5rem;
    line-height: 1;
    font-weight: 500;
    color: #000;
    display: block;
    position: relative;
    padding-left: 55px;
  }
  .info__ct .row .info__inner .info__txt .info__contact .info__phone .info__phone_b {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 500;
    color: #000;
    display: block;
    position: relative;
    padding-top: 10px;
    padding-left: 55px;
  }
  .info__ct .row .info__inner .info__txt .info__contact .info__phone .info__phone_a:before {
    content: '';
    width: 42px;
    height: 24px;
    background: url("../img/ic_phone.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 17px;
    left: 0;
  }
  .info__ct .row .info__inner .info__txt .info__contact .info__map a {
    font-size: 2.8rem;
    line-height: 1;
    font-family: "EB Garamond", serif;
    text-decoration: underline;
    position: relative;
    top: 4px;
  }
  .page--contact {
    background: #EBEBEC;
    padding-bottom: 120px;
  }
  .page--contact .contact__tt {
    text-align: center;
    margin-bottom: 30px;
  }
  .page--contact .contact__tt span {
    margin: 0 auto;
    display: block;
    width: 400px;
    height: 40px;
    background: #264A6C;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 3px;
    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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page--contact p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .page--contact .contact__form {
    background: #fff;
    padding: 40px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
    margin: 0 auto;
  }
  .page--contact .contact__form form {
    width: 100%;
  }
  .page--contact .contact__form form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #C3C4C6;
    padding: 10px 0 16px;
  }
  .page--contact .contact__form form dl:nth-child(even) {
    background: #F0F0F3;
  }
  .page--contact .contact__form form dl dt {
    width: 220px;
    font-size: 1.6rem;
    line-height: 1;
  }
  .page--contact .contact__form form dl dt.has_request {
    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;
  }
  .page--contact .contact__form form dl dt.has_request:before {
    content: '※';
    width: 20px;
    height: 20px;
    background: #BE282E;
    -moz-border-radius: 3px;
         border-radius: 3px;
    display: inline-block;
    margin-right: 3px;
    color: #D48F96;
    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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.2rem;
    line-height: 1;
  }
  .page--contact .contact__form form dl dd {
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: calc(100% - 220px);
  }
  .page--contact .contact__form form dl dd input[type="text"] {
    border: 1px solid #C3C4C6;
    -moz-border-radius: 3px;
         border-radius: 3px;
    padding: 5px 10px;
    width: 280px;
    font-size: 1.6rem;
    line-height: 1;
  }
  .page--contact .contact__form form dl dd textarea {
    width: 280px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 10px 10px;
    border: 1px solid #C3C4C6;
    -moz-border-radius: 3px;
         border-radius: 3px;
  }
  .page--contact .contact__form form dl dd.has_2col input {
    width: initial;
  }
  .page--contact .contact__form form dl dd.has_checkbox input[type="checkbox"] {
    font-size: 1.6rem;
    line-height: 1;
  }
  .page--contact .contact__form form dl dd.has_checkbox label {
    font-size: 1.6rem;
    line-height: 1;
  }
  .page--contact .contact__form form button {
    display: block;
    background: #343435;
    width: 200px;
    height: 40px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    margin: 30px auto 0;
    cursor: pointer;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .page--contact .contact__form form button:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 4.26667vw;
    padding-right: 4.26667vw;
  }
  .header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    padding: 4.26667vw 4.26667vw;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .header.active {
    background: rgba(230, 169, 89, 0.8);
  }
  .header__row {
    padding: 0;
  }
  .header__top {
    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;
    position: relative;
  }
  .header__left {
    z-index: 1;
  }
  .header__left .menu_icon {
    -webkit-transform-origin: top;
       -moz-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
  }
  .header__left .menu_icon.active .menu_icon_in .menu-trigger span {
    background: #fff;
  }
  .header__left .menu_icon.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translate(0, 1.73333vw) rotate(-45deg);
       -moz-transform: translate(0, 1.73333vw) rotate(-45deg);
        -ms-transform: translate(0, 1.73333vw) rotate(-45deg);
            transform: translate(0, 1.73333vw) rotate(-45deg);
  }
  .header__left .menu_icon.active .menu-trigger span:nth-of-type(2) {
    display: none;
  }
  .header__left .menu_icon.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translate(0, -1.73333vw) rotate(45deg);
       -moz-transform: translate(0, -1.73333vw) rotate(45deg);
        -ms-transform: translate(0, -1.73333vw) rotate(45deg);
            transform: translate(0, -1.73333vw) rotate(45deg);
  }
  .header__left .menu_icon_in {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__left .menu_icon_in .menu-trigger,
  .header__left .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header__left .menu_icon_in .menu-trigger {
    position: relative;
    width: 5.33333vw;
    height: 3.73333vw;
  }
  .header__left .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    min-height: 1px;
    height: 1px;
    background-color: #E6A959;
    -moz-border-radius: 1px;
         border-radius: 1px;
  }
  .header__left .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .header__left .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header__left .menu_icon_in .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .header__nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 12.26667vw;
    right: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding: 0 8vw;
    background: rgba(230, 169, 89, 0.8);
    overflow-y: auto;
  }
  .header__nav .header__sp {
    padding-bottom: 8.53333vw;
    border-bottom: 1px solid #fff;
    margin-bottom: 4.53333vw;
  }
  .header__nav .header__sp > li + li {
    margin-top: 8.53333vw;
  }
  .header__nav .header__sp > li a {
    font-size: 4.26667vw;
    line-height: 1;
    color: #222222;
    font-family: "EB Garamond", serif;
    letter-spacing: 0.26em;
    display: block;
    position: relative;
    color: #fff;
  }
  .header__nav .header__info h2 {
    font-size: 3.46667vw;
    line-height: 1;
    color: #fff;
    margin-bottom: 3.2vw;
  }
  .header__nav .header__info h2 span {
    font-size: 4.26667vw;
    display: block;
    margin-bottom: 3.2vw;
  }
  .header__nav .header__info dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__nav .header__info dl dt {
    font-size: 3.46667vw;
    line-height: 6.93333vw;
    color: #fff;
    margin-right: 2.66667vw;
  }
  .header__nav .header__info dl .header__info_dt {
    padding: 0.55vw 0 0;
  }
  .header__nav .header__info dl dd {
    font-size: 3.46667vw;
    line-height: 6.93333vw;
    color: #fff;
  }
  .header__nav .header__info dl dd a img{
    margin: 0 0 -2.66vw 2.66vw;
    width: 16vw;
  }
  .header__nav .header__info .header__contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 4.53333vw;
    margin-bottom: 4.53333vw;
    border-bottom: 1px solid #fff;
  }
  .header__nav .header__info .header__contact .header__phone {
    margin-top: 5.06667vw;
    margin-bottom: 4.8vw;
  }
  .header__nav .header__info .header__contact .header__phone a{
    display: block;
  }
  .header__nav .header__info .header__contact .header__phone .info__phone_b{
    display: block;
    margin: 0 0 0 8vw;
    color: #fff;
    font-size: 3.46667vw;
  }
  .header__nav .header__info .header__contact .header__phone img {
    width: 67.46667vw;
  }
  .header__nav .header__info .header__contact .header__map a {
    display: inline-block;
    font-size: 3.46667vw;
    line-height: 1;
    font-family: "EB Garamond", serif;
    color: #fff;
    text-decoration: underline;
  }
  .header__nav .header__info .header__social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1.33333vw;
  }
  .header__nav .header__info .header__social li {
    line-height: 0;
    margin-bottom: 4.26667vw;
    width: 16vw;
  }
  .header__nav .header__info .header__social li:nth-child(2) {
    margin-right: 9.33333vw;
  }
  .header__nav .header__info .header__social li:nth-child(3) {
    width: 37.33333vw;
  }
  .header__nav .header__info .header__social li.header__shop {
    width: 100%;
  }
  .header__nav .header__info .header__social li.header__shop a {
    width: 100%;
    height: 18.66667vw;
    border: 2px solid #fff;
    color: #fff;
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0.26em;
    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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "EB Garamond", serif;
  }
  .header__nav .header__info .header__copy {
    text-align: center;
    font-size: 3.46667vw;
    line-height: 1;
    color: #fff;
  }
  .header__nav.active {
    opacity: 1;
    visibility: visible;
    padding: 5.33333vw 8vw 4.26667vw;
  }
  .header__nav.active:before {
    position: fixed;
    opacity: 1;
    visibility: visible;
  }
  .header__nav.active:after {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .footer {
    position: relative;
    background: #87A895;
    padding: 4.26667vw 0;
  }
  .footer__row {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer__row p {
    font-size: 3.46667vw;
    line-height: 1;
    color: #fff;
    font-weight: 500;
  }
  .footer__row .footer__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__row .footer__nav li {
    line-height: 0;
    margin-bottom: 4.53333vw;
  }
  .footer__row .footer__nav li img {
    width: 18.66667vw;
  }
  .footer__row .footer__nav li:nth-child(2) {
    margin-right: 16.53333vw;
  }
  .footer__row .footer__nav li:nth-child(4) img {
    width: 37.33333vw;
  }
  .footer__row .footer__nav li.footer__shop {
    width: 100%;
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer__row .footer__nav li.footer__shop a {
    width: 100%;
    height: 18.66667vw;
    background: #fff;
    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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.46667vw;
    line-height: 1;
    letter-spacing: 0.26em;
    font-family: "EB Garamond", serif;
    font-weight: 500;
  }
  .banner {
    position: relative;
    margin-bottom: 8.53333vw;
  }
  .banner .bannerPara {
    height: 100vh;
  }
  .banner > picture img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .banner__logo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner__logo .row {
    position: relative;
    width: 100%;
    height: 100%;
    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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner__logo .row picture img {
    width: 91.46667vw;
  }
  .banner__arr {
    position: fixed;
    bottom: 4.26667vw;
    right: 2.66vw;
    z-index: 999;
  }
  .news {
    margin-bottom: 12.8vw;
  }
  .news .row {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #fff;
    -moz-border-radius: 1.6vw;
         border-radius: 1.6vw;
    padding: 4.26667vw;
    -moz-box-shadow: 0 0.8vw 4.26667vw #627C6D;
         box-shadow: 0 0.8vw 4.26667vw #627C6D;
    width: 91.46667vw;
    margin: 0 auto;
  }
  .news .row h2 {
    width: 50%;
    font-size: 12vw;
    line-height: 1;
    letter-spacing: 0.045em;
    font-family: "EB Garamond", serif;
    color: #E6A959;
    position: relative;
    padding: 2.66667vw 0;
  }
  .news .row h2:before {
    content: '';
    width: 1.33333vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #E6A959;
    border-right: 1px solid #E6A959;
  }
  .news .row .news__list {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 4.26667vw;
  }
  .news .row .news__list li + li {
    margin-top: 4.26667vw;
  }
  .news .row .news__list li a p {
    font-size: 4.26667vw;
    line-height: 8vw;
    font-weight: 500;
    margin-bottom: 2.66667vw;
  }
  .news .row .news__list li a time {
    font-size: 1.4rem;
    line-height: 1;
    text-align: right;
    color: #E6A959;
    font-family: "EB Garamond", serif;
    display: block;
  }
  .news .row .news__more {
    width: 50%;
  }
  .news .row .news__more a {
    font-size: 4.26667vw;
    line-height: 1;
    color: #E6A959;
    font-family: "EB Garamond", serif;
    text-align: center;
    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: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 20px;
  }
  .news .row .news__more a i {
    margin-left: 2.66667vw;
  }
  .store {
    margin-bottom: 13.06667vw;
    position: relative;
  }
  .store:after {
    content: '';
    left: 4.26667vw;
    bottom: 0;
    width: 48.53333vw;
    height: 34.66667vw;
    background: url("../img/store_l.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    z-index: -1;
  }
  .store .row {
    position: relative;
  }
  .store .row:before {
    content: '';
    right: 4.26667vw;
    top: 0;
    width: 34.66667vw;
    height: 144.53333vw;
    background: url("../img/store_r.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    z-index: -1;
  }
  .store .row h2 {
    font-size: 12vw;
    line-height: 1;
    color: #fff;
    font-family: "EB Garamond", serif;
    margin-bottom: 8vw;
    letter-spacing: 0.06em;
  }
  .store .row p {
    font-size: 4.26667vw;
    line-height: 8vw;
    font-weight: 500;
    margin-bottom: 8.53333vw;
    padding-right: 6.93333vw;
  }
  .store .row picture {
    margin-left: -4.26667vw;
    margin-right: -11.2vw;
  }
  .store__gallery {
    position: relative;
    padding-bottom: 48.53333vw;
  }
  .store__gallery .store01 {
    width: 88.8vw;
    height: 60.53333vw;
  }
  .store__gallery .store05 {
    width: 57.06667vw;
    margin-left: 31.73333vw;
    margin-top: 8.53333vw;
  }
  .store__gallery .store04 {
    position: absolute;
    width: 58.13333vw;
    left: 4vw;
    bottom: 10.66667vw;
  }
  .store__gallery .store06 {
    position: absolute;
    width: 57.06667vw;
    bottom: 0;
    right: -10.66667vw;
  }
  .original {
    margin-bottom: 8.53333vw;
  }
  .original .row h2 {
    font-size: 12vw;
    line-height: 1;
    color: #fff;
    font-family: "EB Garamond", serif;
    margin-bottom: 13.86667vw;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .original .row .original__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .original .row .original__list article {
    position: relative;
    width: 100%;
    height: 194.66667vw;
    padding: 7.46667vw;
    border: 1.06667vw solid #E6A959;
  }
  .original .row .original__list article + article {
    margin-top: 8.53333vw;
  }
  .original .row .original__list article:before {
    content: '';
    width: -webkit-calc(100% - 2.66667vw);
    width: -moz-calc(100% - 2.66667vw);
    width: calc(100% - 2.66667vw);
    height: -webkit-calc(100% - 2.66667vw);
    height: -moz-calc(100% - 2.66667vw);
    height: calc(100% - 2.66667vw);
    border: 0.53333vw solid #E6A959;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .original .row .original__list article figure {
    margin-bottom: 4.8vw;
  }
  .original .row .original__list article figure img {
    width: 100%;
  }
  .original .row .original__list article h3 {
    font-size: 7.46667vw;
    line-height: 9.6vw;
    color: #A05A00;
    font-weight: 500;
    margin-bottom: 4.53333vw;
  }
  .original .row .original__list article h3 span{
    display: block;
    margin-bottom: -5.33%;
    font-size: 3.2vw;
    color: #0F4525;
  }
  .original .row .original__list article p {
    font-size: 4.26667vw;
    line-height: 8vw;
    margin-bottom: 45.33333vw;
  }
  .original .row .original__list article .original__price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    bottom: 6.66667vw;
    left: 0;
    width: 100%;
    padding: 0 6.66667vw;
  }
  .original .row .original__list article .original__price span {
    font-size: 8.53333vw;
    line-height: 1;
    color: #A05A00;
    text-align: right;
    display: block;
    font-weight: 500;
  }
  .original .row .original__list article .original__price span + span {
    margin-top: 2.66667vw;
  }
  .original .row .original__list article .original__price span small {
    font-size: 4.26667vw;
    line-height: 1;
    margin-right: 4vw;
    position: relative;
    top: -0.53333vw;
  }
  .gift {
    margin-bottom: 13.06667vw;
  }
  .gift .row .gift__inner {
    background: #fff;
    padding: 4.26667vw;
  }
  .gift .row .gift__inner .gift__ct h3 {
    font-size: 5.33333vw;
    line-height: 9.6vw;
    font-weight: 500;
    color: #A05A00;
    margin-bottom: 16vw;
  }
  .gift .row .gift__inner .gift__ct dl dt {
    font-size: 7.46667vw;
    line-height: 1;
    font-weight: 500;
    color: #A05A00;
    margin-bottom: 5.6vw;
  }
  .gift .row .gift__inner .gift__ct dl dd {
    font-size: 4.26667vw;
    line-height: 8vw;
    font-weight: 500;
  }
  .gift .row .gift__inner figure {
    margin-top: 9.06667vw;
    width: 100%;
  }
  .info h2 {
    font-size: 12vw;
    line-height: 1;
    color: #fff;
    font-family: "EB Garamond", serif;
    margin-bottom: 13.86667vw;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .info .figure {
    margin-bottom: 21.33333vw;
    height: 56vw;
  }
  .info .figure img {
    width: 100%;
  }
  .info__ct .row .info__inner {
    padding-bottom: 8.53333vw;
    border-bottom: 1px solid #fff;
  }
  .info__ct .row .info__inner figure {
    text-align: center;
    padding-bottom: 20.8vw;
    border-bottom: 1px solid #fff;
    margin-bottom: 8.8vw;
  }
  .info__ct .row .info__inner figure img {
    width: 61.33333vw;
  }
  .info__ct .row .info__inner .info__txt p {
    font-size: 4.26667vw;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 3.73333vw;
  }
  .info__ct .row .info__inner .info__txt p span {
    font-size: 3.46667vw;
    line-height: 1;
    margin-top: 3.2vw;
    display: block;
  }
  .info__ct .row .info__inner .info__txt .info__time {
    margin-bottom: 5.06667vw;
  }
  .info__ct .row .info__inner .info__txt .info__time dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .info__ct .row .info__inner .info__txt .info__time dl + dl {
    margin-top: 3.2vw;
  }
  .info__ct .row .info__inner .info__txt .info__time dl dt {
    font-size: 3.46667vw;
    line-height: 1;
  }
  .info__ct .row .info__inner .info__txt .info__time dl dd {
    font-size: 3.46667vw;
    line-height: 1;
    font-weight: 500;
    margin-left: 2.66667vw;
  }
  .info__ct .row .info__inner .info__txt .info__time dl dd a img{
    margin: 0 0 -2.66vw 2.66vw;
    width: 16.4vw;
  }
  .info__ct .row .info__inner .info__txt .info__contact .info__phone {
    margin-bottom: 4.8vw;
  }
  .info__ct .row .info__inner .info__txt .info__contact .info__phone .info__phone_a {
    font-size: 8.53333vw;
    line-height: 1;
    color: #000;
    display: block;
    position: relative;
    padding-left: 7.73333vw;
    font-weight: bold;
  }

  .info__ct .row .info__inner .info__txt .info__contact .info__phone .info__phone_a:before {
    content: '';
    width: 6.4vw;
    height: 3.73333vw;
    background: url("../img/ic_phone.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 3.2vw;
    left: 0;
  }
  .info__ct .row .info__inner .info__txt .info__contact .info__phone .info__phone_b {
    font-size: 4.2vw;
    line-height: 1;
    color: #000;
    display: block;
    position: relative;
    padding-left: 7.73333vw;
    font-weight: bold;
    padding-top: 1.33vw;
  }
  .info__ct .row .info__inner .info__txt .info__contact .info__map a {
    font-size: 3.46667vw;
    line-height: 1;
    font-family: "EB Garamond", serif;
    text-decoration: underline;
  }
  .page--contact {
    background: #EBEBEC;
    padding-bottom: 32vw;
  }
  .page--contact .contact__tt {
    text-align: center;
    margin-bottom: 8vw;
  }
  .page--contact .contact__tt span {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 21.33333vw;
    background: #264A6C;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 8vw;
    line-height: 1;
    letter-spacing: 0.8vw;
    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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page--contact p {
    font-size: 6.93333vw;
    line-height: 1.5;
    margin-bottom: 10.66667vw;
  }
  .page--contact .contact__form {
    background: #fff;
    padding: 10.66667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
    margin: 0 auto;
  }
  .page--contact .contact__form form {
    width: 100%;
  }
  .page--contact .contact__form form dl {
    border-top: 1px solid #C3C4C6;
    padding: 8vw 0;
  }
  .page--contact .contact__form form dl:nth-child(even) {
    background: #F0F0F3;
  }
  .page--contact .contact__form form dl dt {
    font-size: 6.93333vw;
    line-height: 1;
    margin-bottom: 8vw;
  }
  .page--contact .contact__form form dl dt.has_request {
    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;
  }
  .page--contact .contact__form form dl dt.has_request:before {
    content: '※';
    width: 10.66667vw;
    height: 10.66667vw;
    background: #BE282E;
    -moz-border-radius: 0.8vw;
         border-radius: 0.8vw;
    display: inline-block;
    margin-right: 0.8vw;
    color: #D48F96;
    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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 5.86667vw;
    line-height: 1;
  }
  .page--contact .contact__form form dl dd input[type="text"] {
    border: 1px solid #C3C4C6;
    -moz-border-radius: 0.8vw;
         border-radius: 0.8vw;
    padding: 1.33333vw 2.66667vw;
    width: 100%;
    font-size: 6.93333vw;
    line-height: 1;
  }
  .page--contact .contact__form form dl dd textarea {
    width: 100%;
    font-size: 6.93333vw;
    line-height: 1;
    padding: 2.66667vw 2.66667vw;
    border: 1px solid #C3C4C6;
    -moz-border-radius: 0.8vw;
         border-radius: 0.8vw;
  }
  .page--contact .contact__form form dl dd.has_2col {
    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;
  }
  .page--contact .contact__form form dl dd.has_2col input {
    width: 49%;
  }
  .page--contact .contact__form form dl dd.has_checkbox input[type="checkbox"] {
    font-size: 6.93333vw;
    line-height: 1;
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .page--contact .contact__form form dl dd.has_checkbox label {
    font-size: 6.93333vw;
    line-height: 1;
  }
  .page--contact .contact__form form dl.twocol {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page--contact .contact__form form dl.twocol dt {
    width: 66.66667vw;
    margin-bottom: 0;
  }
  .page--contact .contact__form form dl.twocol dd {
    width: -webkit-calc(100% - 66.66667vw);
    width: -moz-calc(100% - 66.66667vw);
    width: calc(100% - 66.66667vw);
    padding-top: 2.13333vw;
  }
  .page--contact .contact__form form button {
    display: block;
    background: #343435;
    width: 106.66667vw;
    height: 21.33333vw;
    -moz-border-radius: 1.33333vw;
         border-radius: 1.33333vw;
    border: none;
    color: #fff;
    font-size: 7.46667vw;
    line-height: 1;
    margin: 8vw auto 0;
    cursor: pointer;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .page--contact .contact__form form button:hover {
    opacity: .7;
  }
}

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

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

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.delay_03 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0.3s;
     -moz-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay_06 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0.6s;
     -moz-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay_09 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0.9s;
     -moz-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay_12 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 1.2s;
     -moz-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay_15 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 1.5s;
     -moz-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.delay_18 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 1.8s;
     -moz-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.delay_21 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 2.1s;
     -moz-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.delay_24 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 2.4s;
     -moz-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.delay_27 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 2.7s;
     -moz-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
.effect a {
  position: relative;
  z-index: 10;
}
