@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*-----------------------------------------------------------
font-face
------------------------------------------------------------*/
@font-face {
  font-family: "Fleur";
  src: url("../font/Fleur Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --main_gray: #242121;
  --main_beige: #d8c7bc;
}

/*-----------------------------------------------------------
clearfix
------------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
/*-----------------------------------------------------------
reset
------------------------------------------------------------*/
p {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
  resize: none;
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=url] {
  word-break: normal;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

dl,
dt,
dd,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-size: 100%;*/
  font-weight: normal;
  margin: 0;
  padding: 0;
}

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,
dialog {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}

table img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus {
  outline: none !important;
}

label,
select,
button {
  cursor: pointer;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select::-ms-expand {
    display: none;
  }
}
@media screen\0  {
  select::-ms-expand {
    display: none;
  }
}
/*-----------------------------------------------------------
Link
------------------------------------------------------------*/
a {
  outline: none;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 1025px) {
  a:hover {
    text-decoration: none;
    color: #444444;
    opacity: 0.5;
  }
}

a:link,
a:visited,
a:active {
  color: #444444;
  text-decoration: none;
}

/*-----------------------------------------------------------
FONT family
------------------------------------------------------------*/
.ffN {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ffM {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.ffYG {
  font-family: "游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.ffYM {
  font-family: "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/*-----------------------------------------------------------
PAGE BOOT
------------------------------------------------------------*/
/* WordPress */
.wp-pagenavi {
  clear: both;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
}

.wp-pagenavi span,
.wp-pagenavi a {
  line-height: 30px;
  display: inline-block;
  margin: 0 4px;
  color: #666;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span.current {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  background: #ededed;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background: #1489c3;
  color: #fff;
}

.wp-pagenavi .pages {
  margin-right: 15px;
}

/*-----------------------------------------------------------
Body
-------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html.is-ipad * {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  color: #1b1b1b;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  letter-spacing: 0;
  height: 100%;
  word-break: break-word;
}

/*-----------------------------------------------------------
Container
------------------------------------------------------------*/
.container {
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .sp,
  .SP {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc,
  .PC {
    display: none !important;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 0 20px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px auto;
}

.alignleft {
  float: left;
  margin: 5px auto 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px auto;
}

a img.alignnone {
  margin: 5px 0 20px;
}

a img.alignleft {
  float: left;
  margin: 5px auto 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.leftCol {
  width: 70%;
  float: left;
}

.rightCol {
  width: 30%;
  float: right;
}

.cmsContent {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}
.cmsContent:before, .cmsContent:after {
  content: " ";
  display: table;
}
.cmsContent:after {
  clear: both;
}
.cmsContent ul,
.cmsContent ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.cmsContent ul[style*="list-style-type: circle;"] li {
  list-style-type: circle;
}
.cmsContent ul[style*="list-style-type: square;"] li {
  list-style-type: square;
}
.cmsContent ul li {
  list-style: disc;
}
.cmsContent ol[style*="list-style-type: lower-roman;"] li {
  list-style-type: lower-roman;
}
.cmsContent ol[style*="list-style-type: lower-alpha;"] li {
  list-style-type: lower-alpha;
}
.cmsContent ol[style*="list-style-type: lower-greek;"] li {
  list-style-type: lower-greek;
}
.cmsContent ol[style*="list-style-type: upper-alpha;"] li {
  list-style-type: upper-alpha;
}
.cmsContent ol[style*="list-style-type: upper-roman;"] li {
  list-style-type: upper-roman;
}
.cmsContent ol li {
  list-style-type: decimal;
}
.cmsContent p {
  margin-bottom: 30px;
}
.cmsContent iframe {
  max-width: 100% !important;
}
.cmsContent img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
}

.pagingDt {
  position: relative;
  width: 80%;
  margin: 95px auto;
  font-size: 14px;
}

.pagingDt a {
  text-decoration: underline;
}

.pagingDt .prev {
  background: url(../../img/blog/ico_prev.png) no-repeat left center;
  width: 145px;
  float: left;
  padding-left: 20px;
}

.pagingDt .next {
  background: url(../../img/blog/ico_next.png) no-repeat right center;
  width: 145px;
  float: right;
  padding-right: 20px;
}

.pagingDt .list {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -54px;
  margin-top: -9px;
}

.c-fw {
  width: 100%;
}

[rel~=js-lazy] {
  opacity: 0;
}
[rel~=js-lazy]:not(.initial) {
  transition: opacity 0.1s;
}
[rel~=js-lazy].initial, [rel~=js-lazy].loaded, [rel~=js-lazy].error {
  opacity: 1;
}

.c-lazybg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c-lazybg--top {
  background-position: center top;
}

.footer {
  margin: 0 auto;
  padding: 291px 0 150px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer {
    padding: 200px 0 150px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 83px 0 75px;
  }
}
.footer .footer-logo {
  text-align: center;
}
.footer .footer-logo img {
  width: 151px;
  position: relative;
  top: 2px;
  left: -4px;
}
@media (max-width: 767px) {
  .footer .footer-logo img {
    width: 102px;
    height: 160px;
  }
}
.footer .footer-text {
  margin: 88px auto 0;
}
@media (max-width: 767px) {
  .footer .footer-text {
    margin: 80px auto 0;
  }
}
.footer .footer-text span {
  display: block;
  color: var(--main_beige, #d8c7bc);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  letter-spacing: 1.44px;
  font-weight: 400;
}
.footer .footer-text img {
  width: 32px;
  height: 32px;
  display: block;
  margin: 38px auto 0;
}
@media (max-width: 767px) {
  .footer .footer-text img {
    margin: 26px auto 0;
  }
}
.footer .footer-link {
  margin: 76px auto 0;
}
@media (min-width: 768px) {
  .footer .footer-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer .footer-link {
    margin-top: 78px;
  }
}
.footer .footer-link a {
  margin: 0 29px;
  color: var(--main_beige, #d8c7bc);
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  letter-spacing: 0.9px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer .footer-link a {
    margin: 0 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.footer .footer-link a.ico-blank {
  position: relative;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer .footer-link a.ico-blank {
    padding-right: 15px;
  }
}
.footer .footer-link a.ico-blank::after {
  content: "";
  width: 10px;
  height: 10px;
  top: 6px;
  right: 3px;
  position: absolute;
  background: url(.././img/lp/ico-blank.svg) no-repeat;
  background-position: top right;
  background-size: contain;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer .footer-link a.ico-blank::after {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 767px) {
  .footer .footer-link a {
    display: table;
    margin: 0 auto 30px;
  }
  .footer .footer-link a:last-child {
    margin-bottom: 0;
  }
}
.footer .footer-copy {
  color: var(--main_beige, #d8c7bc);
  text-align: center;
  font-family: "Shippori Mincho", serif;
  margin-top: 242px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  letter-spacing: 0.72px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer .footer-copy {
    margin-top: 180px;
  }
}
@media (max-width: 767px) {
  .footer .footer-copy {
    margin-top: 122px;
  }
}

.header {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: flex-end;
  padding: 26px 28px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
@media (max-width: 767px) {
  .header {
    padding: 18px 0 18px 0;
  }
}
.header #logo {
  width: 126px;
  height: auto;
}
@media (max-width: 767px) {
  .header #logo {
    width: 143px;
    height: 55px;
    margin: 0 auto;
  }
}
.header .header-navi {
  margin: 0 0 5px 47px;
}
.header .header-navi ul {
  display: flex;
  align-items: center;
}
.header .header-navi ul li {
  margin: 0 36px 0 0;
}
.header .header-navi ul li:last-child {
  margin-right: 0;
}
.header .header-navi ul li a span {
  color: var(--main_beige, #d8c7bc);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  letter-spacing: 1.44px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .header .header-navi {
    display: none;
  }
}
.header .header-cart {
  position: fixed;
  top: 0;
  right: 0;
  width: 245px;
  height: 74px;
  color: #fff;
  background: #161212;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  letter-spacing: 3.2px;
  font-weight: 500;
}
.header .header-cart svg {
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .header .header-cart {
    padding: 0 0 5px 0;
  }
  .header .header-cart svg {
    margin: 0 8px -5px 0;
    display: inline-block;
    position: relative;
    top: -1px;
  }
}
@media only screen and (min-width: 1025px) {
  .header .header-cart:hover {
    background: #fff;
  }
  .header .header-cart:hover path {
    fill: #161212;
  }
  .header .header-cart:hover span {
    color: #161212;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .header .header-cart {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .header .header-cart {
    width: 50px;
    height: 50px;
    font-size: 0;
    padding: 0 2px 0px 0;
    color: transparent;
  }
  .header .header-cart span {
    width: 17px;
    height: 19px;
  }
}
/*# sourceMappingURL=maps/style.min.css.map */
