@charset "UTF-8";
@font-face {
  font-family: open-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: kozuka-mincho-pr6n, serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: kozuka-mincho-pr6n, serif;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: kozuka-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: kozuka-gothic-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: kozuka-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: kozuka-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: stix-two-text, serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: stix-two-text, serif;
  font-weight: 700;
  font-style: normal;
}
.full-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/**
 * ホバーエフェクトの mixin<br>
 * 効果：中央からラインが伸びる（下）<br>
 * 参考：http://www.nxworld.net/tips/15-text-link-hover-effect-and-design.html
 *
 * @param {String} color ラインのカラー　デフォルトは #888
 * @param {String} border_height ラインの高さ　デフォルトは 1px
 * @param {String} transition トランジション　デフォルトは 0.3s
 */
/**
 * ホバーエフェクトの mixin で「中央からラインが伸びる（下）」のホバーじと同じ効果を上書きする<br>
 * 効果：中央からラインが伸びる（下）：ホバー<br>
 */
/**
 * ボックス型のボタン
 * ボタンのテキストにはクラスを設定したタグに data-button-text プロパティを設定して before と after にボタン名として入れられる
 * テキストは before に設定される。
 * ホバー時にはテキストがせり上がるようにしながら after が表示される。
 */
@font-face {
  font-family: "theano_didotregular";
  src: url("/wp-content/themes/delrey/fonts/theanodidot/theanodidot-regular-webfont.eot");
  src: url("/wp-content/themes/delrey/fonts/theanodidot/theanodidot-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/delrey/fonts/theanodidot/theanodidot-regular-webfont.woff2") format("woff2"), url("/wp-content/themes/delrey/fonts/theanodidot/theanodidot-regular-webfont.woff") format("woff"), url("/wp-content/themes/delrey/fonts/theanodidot/theanodidot-regular-webfont.ttf") format("truetype"), url("/wp-content/themes/delrey/fonts/theanodidot/theanodidot-regular-webfont.svg#theano_didotregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
#loader {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  _position: absolute;
  /* IE6対策 */
  top: 50%;
  left: 50%;
  margin-top: -25px;
  /* heightの半分のマイナス値 */
  margin-left: -25px;
  /* widthの半分のマイナス値 */
  z-index: 100;
}
#loader i {
  font-size: 36px;
}

#fade {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
}

#contents .baked h2, #contents .location .txt2 h2, #contents .ingredient h2, #contents .items .items-bg h2 {
  font-weight: bold;
  font-size: 2.14em;
  text-align: center;
  position: relative;
  margin-top: 4.84em;
  margin-bottom: 3em;
  width: 100%;
  display: inline-block;
}
#contents .baked h2:after, #contents .location .txt2 h2:after, #contents .ingredient h2:after, #contents .items .items-bg h2:after {
  position: absolute;
  content: "";
  width: 45%;
  border-bottom: 1px solid #5c3723;
  bottom: -0.55em;
  left: 27.5%;
  right: 27.5%;
}

html {
  margin-top: 0px !important;
}

.wrapper {
  max-width: 1366px;
  width: auto;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    padding: 0 30px;
  }
}

.inner-wrap {
  max-width: 1036px;
  margin: 0 auto;
  width: auto;
  position: relative;
}

.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}

body {
  background: url(/wp-content/themes/delrey/images/lp/financier/hai1.png) repeat;
  background-size: 10%;
  font-family: "theano_didotregular", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 768px) {
  body {
    background-size: 30%;
  }
}

#container {
  color: #5c3723;
  font-size: 14px;
  width: 100%;
}
#container #contents {
  background: none;
}
#container .lp-header {
  border-top: 22px solid rgba(188, 155, 102, 0.8);
  border-bottom: 4px solid #bf9d63;
  height: 140px;
}
@media screen and (max-width: 768px) {
  #container .lp-header {
    height: 100px;
  }
}
#container .lp-header .logo {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 12px;
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 768px) {
  #container .lp-header .logo {
    top: 7px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  #container .lp-header .logo {
    left: 15px;
  }
}
@media screen and (max-width: 1366px) {
  #container .lp-header .logo {
    left: 15px;
  }
}
#container .lp-header .logo img {
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 768px) {
  #container .lp-header .logo img {
    width: 60px;
    height: 60px;
  }
}
#container .lp-header .financier-ttl {
  position: relative;
  height: 118px;
}
@media screen and (max-width: 768px) {
  #container .lp-header .financier-ttl {
    height: 78px;
  }
}
#container .lp-header .financier-ttl img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 229px;
  height: 39px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #container .lp-header .financier-ttl img {
    width: 152px;
    height: 26px;
  }
}
#container .financier-mv {
  width: 100%;
}
#container .financier-mv.top-mv {
  border-bottom: 4px solid #bf9d63;
}
#container .financier-mv figure img {
  width: 100%;
  height: 460px;
}
@media screen and (max-width: 768px) {
  #container .financier-mv figure img {
    height: 246px;
  }
}

#contents .txt1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  margin-top: 1.375em;
  margin-bottom: 2.29em;
}
@media screen and (max-width: 768px) {
  #contents .txt1 {
    font-size: 18px;
  }
}
#contents .inner-logo {
  margin-bottom: 4.5em;
}
#contents .inner-logo figure img {
  width: 230px;
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #contents .inner-logo figure img {
    width: 160px;
    height: 160px;
  }
}
#contents .outline {
  display: flex;
  justify-content: space-between;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.857em;
}
@media screen and (max-width: 768px) {
  #contents .outline {
    display: block;
  }
}
#contents .outline .prof {
  max-width: 56.2%;
}
@media screen and (max-width: 768px) {
  #contents .outline .prof {
    max-width: 100%;
  }
}
#contents .outline .prof p {
  font-size: 1.28em;
  line-height: 2.17em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contents .outline .prof p {
    margin-top: 1.35em;
    font-size: 1.15em;
    line-height: 1.87em;
  }
}
#contents .outline .prof > div {
  width: 100%;
  margin-top: 3.928em;
}
@media screen and (max-width: 768px) {
  #contents .outline .prof > div {
    margin-top: 2em;
  }
}
#contents .outline .prof > div a {
  background: linear-gradient(to bottom, #5c3723 50%, #938277 100%);
  color: white;
  font-size: 1.1428em;
  padding: 0.57em 1.89em;
  display: block;
  font-weight: bold;
  max-width: 265px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#contents .outline .prof-photos {
  max-width: 34.9%;
}
@media screen and (max-width: 768px) {
  #contents .outline .prof-photos {
    margin-top: 2em;
    max-width: 100%;
  }
}
#contents .outline > div img {
  width: 100%;
}
#contents .items {
  padding-top: 11.214em;
  background: white;
}
@media screen and (max-width: 768px) {
  #contents .items {
    padding-top: 5.5em;
  }
}
@media all and (-ms-high-contrast: none\0 ) {
  #contents .items *::-ms-backdrop, #contents .items {
    padding-top: 0;
  }
}
#contents .items .items-bg {
  background: url(/wp-content/themes/delrey/images/lp/financier/financier-item_bg.svg) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  #contents .items .items-bg {
    background: none;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  #contents .items .items-bg h2 {
    margin-top: 0em;
    font-size: 1.8em;
  }
}
@media all and (-ms-high-contrast: none\0 ) {
  #contents .items .items-bg h2 *::-ms-backdrop, #contents .items .items-bg h2 {
    padding-top: 4.84em;
  }
}
#contents .items .all-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 86.87%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 19.714em;
}
@media screen and (max-width: 768px) {
  #contents .items .all-items {
    display: block;
    padding-bottom: 4.7em;
  }
}
#contents .items .all-items .financier-item {
  width: 96%;
  display: flex;
  margin-bottom: 4em;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #contents .items .all-items .financier-item {
    display: block;
    margin-bottom: 6.7em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
#contents .items .all-items .financier-item .item {
  text-align: center;
  width: 48.76%;
}
@media screen and (max-width: 768px) {
  #contents .items .all-items .financier-item .item {
    width: 100%;
    max-width: 382px;
    margin-left: auto;
    margin-right: auto;
  }
}
#contents .items .all-items .financier-item .item h3 {
  font-size: 1.42em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents .items .all-items .financier-item .item h3 {
    font-size: 1.28em;
  }
}
#contents .items .all-items .financier-item .item h3 span {
  font-size: 0.66em;
}
#contents .items .all-items .financier-item .item h3:after {
  position: absolute;
  content: "";
  width: 100%;
  border-bottom: 1px solid #bf9d63;
  bottom: 1px;
  left: 0;
}
#contents .items .all-items .financier-item .item p {
  font-family: "theano_didotregular", "Times New Roman";
  font-size: 1.42em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #contents .items .all-items .financier-item .item p {
    font-size: 1.28em;
  }
}
#contents .items .all-items .financier-item .item .detail {
  font-size: 1.28em;
}
@media screen and (max-width: 768px) {
  #contents .items .all-items .financier-item .item .detail {
    font-size: 1.15em;
  }
}
#contents .items .all-items .financier-item .item .toec {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#contents .items .all-items .financier-item .item .toec .item_btn {
  display: block;
  text-align: center;
  height: 1.93875rem;
  line-height: 1.93875rem;
  color: #bf9d63;
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
  border: 1px solid #bf9d63;
  border-radius: 14px;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  #contents .items .all-items .financier-item .item .toec .item_btn {
    width: 10.6875rem;
    margin-left: 0;
    margin-right: 1.5rem;
    height: 2rem;
    border-radius: 15px;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  #contents .items .all-items .financier-item .item .toec .item_btn {
    width: 46%;
    height: 2.25rem;
    border-radius: 18px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#contents .items .all-items .financier-item .item .toec .item_btn span {
  position: relative;
  display: inline-block;
}
#contents .items .all-items .financier-item .item .toec .item_btn span label {
  cursor: pointer;
}
#contents .items .all-items .financier-item .item .toec .item_btn.cart {
  color: white;
  background: #bf9d63;
}
#contents .items .all-items .financier-item .item .toec .item_btn.cart span:before {
  content: url(/wp-content/themes/delrey/images/common/cart_brown.svg);
  display: none;
  width: 1.02rem;
  height: auto;
  margin-top: 0.2rem;
  position: absolute;
  left: 0;
}
#contents .items .all-items .financier-item .item .toec .item_btn:hover {
  color: #bf9d63;
  background: white;
}
#contents .items .all-items .financier-item .item .toec .item_btn:hover.cart span:before {
  content: url(/wp-content/themes/delrey/images/common/cart_white.svg);
  display: none;
}
#contents .items .all-items .financier-item figure {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #contents .items .all-items .financier-item figure {
    width: 100%;
  }
}
#contents .items .all-items .financier-item figure img {
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#contents .items .all-items .financier-item.col2 {
  display: block;
  width: 49%;
  max-width: 382px;
}
@media screen and (max-width: 768px) {
  #contents .items .all-items .financier-item.col2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
#contents .items .all-items .financier-item.col2 .item {
  width: auto;
}
#contents .items .all-items .financier-item.col2 figure {
  width: auto;
}
#contents .items .all-items .financier-item.col2 figure img {
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#contents .ingredient {
  background: #e9e3d5;
  text-align: center;
  position: relative;
}
#contents .ingredient h2 {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  #contents .ingredient h2 {
    margin-bottom: 2.1em;
  }
}
#contents .ingredient p {
  font-size: 1.42em;
  line-height: 2.16;
  padding-bottom: 9.79em;
}
@media screen and (max-width: 768px) {
  #contents .ingredient p {
    font-size: 1.28em;
    padding-bottom: 1.28em;
  }
}
#contents .ingredient .seal {
  width: 67%;
  max-width: 917px;
  position: absolute;
  bottom: -9.79em;
  left: 57%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #contents .ingredient .seal {
    position: inherit;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    transform: inherit;
    display: block;
    justify-content: normal;
  }
}
#contents .ingredient .seal .img {
  width: 23.44%;
  max-width: 215px;
}
@media screen and (max-width: 768px) {
  #contents .ingredient .seal .img {
    margin-left: auto;
    margin-right: auto;
  }
}
#contents .ingredient .seal .img figure img {
  width: 100%;
}
#contents .ingredient .seal .txt {
  width: 51.14%;
}
@media screen and (max-width: 768px) {
  #contents .ingredient .seal .txt {
    width: 100%;
    padding-bottom: 0.25em;
  }
}
#contents .ingredient .seal .txt h4 {
  font-size: 1.714em;
  text-align: left;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #contents .ingredient .seal .txt h4 {
    margin-bottom: 0.25em;
    text-align: center;
  }
}
#contents .ingredient .seal .txt p {
  font-size: 1em;
  text-align: left;
  text-align: justify;
}
#contents .location {
  padding-top: 0.5em;
  background-color: white;
}
#contents .location .txt {
  text-align: justify;
  line-height: 2.428em;
}
#contents .location .ramplie {
  padding-top: 11.9em;
  display: flex;
  justify-content: space-between;
  width: 77.6%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #contents .location .ramplie {
    display: inline-block;
    width: 100%;
    padding-top: 8.9em;
    text-align: center;
  }
}
#contents .location .ramplie .about {
  width: 44.2%;
  margin-bottom: 11em;
}
@media screen and (max-width: 768px) {
  #contents .location .ramplie .about {
    width: 100%;
    margin-bottom: 5.5em;
  }
}
#contents .location .ramplie .about h4 {
  font-size: 1.714em;
  margin-bottom: 1.46em;
}
@media screen and (max-width: 768px) {
  #contents .location .ramplie .about h4 {
    margin-bottom: 1em;
  }
}
#contents .location .ramplie .about p {
  text-align: justify;
  line-height: 2.428em;
  margin-bottom: 6.214em;
}
@media screen and (max-width: 768px) {
  #contents .location .ramplie .about p {
    margin-bottom: 3.1em;
  }
}
#contents .location .ramplie .about figure img {
  max-width: 214px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #contents .location .ramplie .about figure img {
    max-width: 160.5px;
  }
}
#contents .location .ramplie .photos {
  width: 49%;
}
@media screen and (max-width: 768px) {
  #contents .location .ramplie .photos {
    width: 100%;
  }
}
#contents .location .ramplie div figure img {
  width: 100%;
}
#contents .location .butter {
  width: 77.6%;
  margin-bottom: 2.35em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #contents .location .butter {
    width: 100%;
  }
}
#contents .location .butter h4 {
  font-size: 1.714em;
  margin-bottom: 1.46em;
}
@media screen and (max-width: 768px) {
  #contents .location .butter h4 {
    margin-top: 1.76em;
    margin-bottom: 1em;
    text-align: center;
  }
}
#contents .location .butter p {
  width: 44%;
  line-height: 2.428em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #contents .location .butter p {
    width: 100%;
  }
}
#contents .location .butter_photos {
  display: flex;
  justify-content: space-between;
  width: 79%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #contents .location .butter_photos {
    display: block;
    width: 95%;
  }
}
#contents .location .butter_photos div {
  width: 46.75%;
}
@media screen and (max-width: 768px) {
  #contents .location .butter_photos div {
    width: 100%;
  }
}
#contents .location .butter_photos div figure img {
  border: 2px solid #5c3723;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #contents .location .butter_photos div figure {
    margin-bottom: 1em;
  }
}
#contents .location .txt2 {
  margin-bottom: 6.214em;
}
@media screen and (max-width: 768px) {
  #contents .location .txt2 {
    padding-top: 7.5em;
  }
}
#contents .location .txt2 h2 {
  margin-top: 6.5em;
  font-size: 1.857em;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 768px) {
  #contents .location .txt2 h2 {
    margin-top: 0em;
    font-size: 1.35em;
    line-height: 1.78;
  }
}
#contents .location .txt2 h2:before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 39px;
  background: url(/wp-content/themes/delrey/images/lp/financier/delrey-juwely.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -68px;
  left: 50%;
  transform: translateX(-50%);
}
#contents .location .txt2 h2:after {
  width: 53%;
  left: 23.5%;
  right: 23.5%;
  bottom: -0.3em;
}
@media screen and (max-width: 768px) {
  #contents .location .txt2 h2:after {
    width: 100%;
    left: 0;
    right: 0;
  }
}
#contents .location .txt2 h3 {
  text-align: center;
  font-size: 1.857em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #contents .location .txt2 h3 {
    margin-top: 0.5em;
    font-size: 1.35em;
  }
}
#contents .location .txt2 .ec_cart {
  padding: 10px 30px;
  max-width: 397px;
  margin-top: 2.42em;
  display: block;
  background: #f7c7c8;
  color: #8b6b27;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #contents .location .txt2 .ec_cart {
    margin-top: 3em;
    font-size: 14px;
  }
}
#contents .baked h2:after {
  width: 58.5%;
  left: 20.5%;
  right: 20.5%;
}
@media screen and (max-width: 768px) {
  #contents .baked h2 {
    margin-top: 0em;
    font-size: 1.8em;
  }
  #contents .baked h2:after {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media all and (-ms-high-contrast: none\0 ) {
  #contents .baked h2 *::-ms-backdrop, #contents .baked h2 {
    padding-top: 2rem;
  }
}
#contents .baked .baked_inner {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
#contents .baked .baked_inner ul {
  margin-left: -3.3125rem;
  margin-right: -3.3125rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #contents .baked .baked_inner ul {
    margin-left: calc(-3.3125rem / 2);
    margin-right: calc(-3.3125rem / 2);
  }
}
#contents .baked .baked_inner ul li {
  width: calc(50% - 6.625rem);
  margin-left: 3.3125rem;
  margin-right: 3.3125rem;
  text-align: center;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  #contents .baked .baked_inner ul li {
    width: calc(100% - 3.3125rem);
    margin-left: calc(3.3125rem / 2);
    margin-right: calc(3.3125rem / 2);
    padding-bottom: 4rem;
  }
}
#contents .baked .baked_inner ul li figure {
  max-width: 292px;
  margin-left: auto;
  margin-right: auto;
}
#contents .baked .baked_inner ul li h3 {
  font-size: 1.42em;
  margin-top: 3.375rem;
  position: relative;
}
#contents .baked .baked_inner ul li h3 span {
  font-size: 0.66em;
}
#contents .baked .baked_inner ul li h3:after {
  position: absolute;
  content: "";
  width: 100%;
  border-bottom: 1px solid #bf9d63;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #contents .baked .baked_inner ul li h3 {
    font-size: 1.2em;
    line-height: 1.5;
  }
  #contents .baked .baked_inner ul li h3:after {
    position: absolute;
    content: "";
    width: 58.5%;
    border-bottom: 1px solid #bf9d63;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#contents .baked .baked_inner ul li .detail {
  padding-top: 0.3rem;
}
#contents .baked .baked_inner ul li .toec {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#contents .baked .baked_inner ul li .toec .item_btn {
  display: block;
  text-align: center;
  height: 1.93875rem;
  line-height: 1.93875rem;
  color: #bf9d63;
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
  border: 1px solid #bf9d63;
  border-radius: 14px;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  #contents .baked .baked_inner ul li .toec .item_btn {
    width: 10.6875rem;
    margin-left: 0;
    margin-right: 1.5rem;
    height: 2rem;
    border-radius: 15px;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  #contents .baked .baked_inner ul li .toec .item_btn {
    width: 46%;
    height: 2.25rem;
    border-radius: 18px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#contents .baked .baked_inner ul li .toec .item_btn span {
  position: relative;
  display: inline-block;
}
#contents .baked .baked_inner ul li .toec .item_btn span label {
  cursor: pointer;
}
#contents .baked .baked_inner ul li .toec .item_btn.cart {
  color: white;
  background: #bf9d63;
}
#contents .baked .baked_inner ul li .toec .item_btn.cart span:before {
  content: url(/wp-content/themes/delrey/images/common/cart_brown.svg);
  display: none;
  width: 1.02rem;
  height: auto;
  margin-top: 0.2rem;
  position: absolute;
  left: 0;
}
#contents .baked .baked_inner ul li .toec .item_btn:hover {
  color: #bf9d63;
  background: white;
}
#contents .baked .baked_inner ul li .toec .item_btn:hover.cart span:before {
  content: url(/wp-content/themes/delrey/images/common/cart_white.svg);
  display: none;
}

#footer {
  color: #5c3723 !important;
  font-size: 1.2857em;
  text-align: center;
}
#footer > div {
  position: relative;
}
#footer .snsbox {
  position: absolute;
  left: 0;
  bottom: 1em;
}
@media screen and (max-width: 768px) {
  #footer .snsbox {
    position: inherit;
    left: 0;
    top: 0;
    bottom: auto;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
  }
}
#footer .snsbox ul {
  display: flex;
  justify-content: space-between;
}
#footer .snsbox ul .logo2 {
  width: 138px;
}
#footer .snsbox ul .logo2 img {
  width: 117px;
  height: 47px;
}
#footer .snsbox ul .snsicon {
  height: 47px;
  width: 31px;
}
#footer .snsbox ul .snsicon.insta img, #footer .snsbox ul .snsicon.facebook img {
  width: 22px;
}
#footer .inquery {
  margin-top: 4.16em;
  margin-bottom: 3.11em;
}
@media screen and (max-width: 768px) {
  #footer .inquery {
    margin-top: 3.16em;
  }
}
#footer .copyright {
  font-size: 0.778em;
  margin-bottom: 2.14em;
}

/*# sourceMappingURL=lp_financier.css.map */