@charset "UTF-8";
/***********************共通設定************************/
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

body {
  /* for iOS */
  -webkit-text-size-adjust: 100%;
}

img {
  /* for Chrome */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

body {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Ryumin Regular KL", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #363636;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  background: #ffffff;
  /* 751- */
}
@media all and (min-width: 751px) {
  body {
    padding-top: 90px;
  }
}

body.fixed {
  position: fixed;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

section,
picture {
  display: block;
}

a {
  color: #363636;
  outline: none;
  text-decoration: none;
}

a:link {
  color: #363636;
  text-decoration: none;
}

a:visited {
  color: #363636;
}

a:hover {
  color: #363636;
  text-decoration: underline;
}

img:not(.wp-block-image img) {
  width: 100%;
  height: auto;
  vertical-align: top;
}

a img {
  border: none;
}

ul,
li {
  list-style: none;
}

input,
label,
select,
textarea {
  vertical-align: middle;
}

.disp_non {
  display: none;
}

html {
  height: auto;
  /* 751- */
}
@media all and (min-width: 751px) {
  html {
    height: 100%;
  }
}

body {
  height: auto;
  /* 751- */
}
@media all and (min-width: 751px) {
  body {
    min-height: 100%;
    height: auto !important;
  }
}

.forPC {
  display: none;
  /* 751- */
}
@media all and (min-width: 751px) {
  .forPC {
    display: block;
  }
}

.forPC_il {
  display: none;
  /* 751- */
}
@media all and (min-width: 751px) {
  .forPC_il {
    display: inline;
  }
}

.forSP {
  display: block;
  /* 751- */
}
@media all and (min-width: 751px) {
  .forSP {
    display: none;
  }
}

.nowrap {
  white-space: nowrap;
}

em {
  font-style: normal;
}

strong {
  font-weight: bold;
}

/* move */
.move {
  margin-top: 60px;
  opacity: 0;
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
  -webkit-transition-timing-function: cubic-bezier(0.48, 0.31, 0.09, 0.97);
          transition-timing-function: cubic-bezier(0.48, 0.31, 0.09, 0.97);
  /* 751- */
}
@media all and (min-width: 751px) {
  .move.del {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .move.del2 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .move.del3 {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
}
.move.go {
  margin-top: 0;
  opacity: 1;
}

/*----------------------------------------------------
loader
----------------------------------------------------*/
#loaderBg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #ffffff;
  z-index: 10000;
}

/*----------------------------------------------------
inner
----------------------------------------------------*/
.inner,
.innerSP {
  margin: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 751- */
@media all and (min-width: 751px) {
  .inner,
  .innerPC {
    margin: 0 auto;
    padding: 0 40px;
  }
  .innerSP {
    margin: 0;
  }
}
/* 1377- */
@media all and (min-width: 1377px) {
  .inner,
  .innerPC {
    width: 1280px;
    padding: 0;
  }
}
.mini_inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 20px;
  /* 751- */
  /* 1159- */
}
@media all and (min-width: 751px) {
  .mini_inner {
    margin: 0 auto;
    width: 100%;
    padding: 0 40px;
  }
}
@media all and (min-width: 1159px) {
  .mini_inner {
    width: 1062px;
    padding: 0;
  }
}

/*----------------------------------------------------
改行 表示非表示
----------------------------------------------------*/
.brsp {
  display: block;
  /* 751- */
}
@media all and (min-width: 751px) {
  .brsp {
    display: none;
  }
}

.brpc {
  display: none;
  /* 751- */
}
@media all and (min-width: 751px) {
  .brpc {
    display: block;
  }
}

/*----------------------------------------------------
imgHov
----------------------------------------------------*/
/* 751- */
@media all and (min-width: 751px) {
  .imgHov .image {
    cursor: pointer;
    overflow: hidden;
  }
  .imgHov .image img {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .imgHov:hover .image img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
}
/*----------------------------------------------------
siteHead
----------------------------------------------------*/
#siteHead {
  opacity: 0;
}

#sp #siteHead,
#pc #siteHead {
  opacity: 1;
}

#sp #siteHead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #ffffff;
  z-index: 99;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#sp #siteHead.scr {
  background: rgba(255, 255, 255, 0.94);
}
#sp #siteHead .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 86px;
  height: 25px;
  margin: 15px 0 0 20px;
}
#sp #siteHead .logo a,
#sp #siteHead .logo img {
  display: block;
}
#sp #siteHead .menu {
  position: fixed;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  background: transparent;
  z-index: 99;
}
#sp #siteHead .menu span {
  display: block;
  position: absolute;
  right: 20px;
  width: 25px;
  height: 2px;
  background: #363636;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#sp #siteHead .menu span:nth-child(1) {
  top: 19px;
}
#sp #siteHead .menu span:nth-child(2) {
  top: 29px;
  width: 20px;
}
#sp #siteHead .menu span:nth-child(3) {
  top: 39px;
  width: 15px;
}
#sp #siteHead .menu.open span:nth-child(1) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 29px;
  width: 20px;
}
#sp #siteHead .menu.open span:nth-child(2) {
  right: 50%;
  left: 50%;
  width: 0;
}
#sp #siteHead .menu.open span:nth-child(3) {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 29px;
  width: 20px;
}

#pc #siteHead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #ffffff;
  z-index: 99;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 90px;
}
#pc #siteHead.scr {
  background: rgba(255, 255, 255, 0.94);
}
#pc #siteHead .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 86px;
  height: 25px;
  margin: 15px 0 0 20px;
}
#pc #siteHead .logo a,
#pc #siteHead .logo img {
  display: block;
}
#pc #siteHead .menu {
  position: fixed;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  background: transparent;
  z-index: 99;
}
#pc #siteHead .menu span {
  display: block;
  position: absolute;
  right: 20px;
  width: 25px;
  height: 2px;
  background: #363636;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#pc #siteHead .menu span:nth-child(1) {
  top: 19px;
}
#pc #siteHead .menu span:nth-child(2) {
  top: 29px;
  width: 20px;
}
#pc #siteHead .menu span:nth-child(3) {
  top: 39px;
  width: 15px;
}
#pc #siteHead .menu.open span:nth-child(1) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 29px;
  width: 20px;
}
#pc #siteHead .menu.open span:nth-child(2) {
  right: 50%;
  left: 50%;
  width: 0;
}
#pc #siteHead .menu.open span:nth-child(3) {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 29px;
  width: 20px;
}
#pc #siteHead .logo {
  width: 130px;
  height: 38px;
  margin: 26px 0 0 50px;
}
#pc #siteHead .logo a img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#pc #siteHead .logo a:hover img {
  opacity: 0.8;
}
#pc #siteHead .menu {
  display: none;
}

/*----------------------------------------------------
gNav
----------------------------------------------------*/
#gNav .logo {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gNav .logo.open {
  visibility: visible;
  opacity: 1;
}

#sp #gNav {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(204, 213, 221, 0.92);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#sp #gNav .forSP {
  display: block;
}
#sp #gNav .forPC {
  display: none;
}
#sp #gNav.open {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
#sp #gNav .navi.forSP {
  width: calc(100% - 40px);
  max-width: 640px;
  height: 100%;
  margin: 0 auto;
  padding: 165px 35px 0;
}
#sp #gNav .navi.forSP .listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#sp #gNav .navi.forSP ul:first-child {
  width: 60%;
}
#sp #gNav .navi.forSP ul:last-child {
  width: 40%;
}
#sp #gNav .navi.forSP li a {
  display: block;
  color: #363636;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.333;
  letter-spacing: 0;
  padding: 0.85em 0;
  text-align: left;
}
#sp #gNav .navi.forSP li a span {
  position: relative;
  display: inline-block;
}
#sp #gNav .navi.forPC {
  display: none;
}
#sp #gNav .insta {
  margin-top: 40px;
  text-align: left;
}
#sp #gNav .insta a {
  display: block;
}
#sp #gNav .insta img {
  display: block;
  width: 40px;
  height: 40px;
}
#sp #gNav .links {
  padding-top: 40px;
}
#sp #gNav .links a {
  display: block;
  margin-top: 10px;
  height: 48px;
  line-height: 48px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 18px;
}
#sp #gNav .links a:last-child {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  line-height: 52px;
}
#sp #gNav .navi li.same {
  position: relative;
}
#sp #gNav .navi li.same .arrow {
  position: absolute;
  top: 2px;
  right: 40px;
  padding: 0 10px 5px;
}
#sp #gNav .navi li.same .arrow span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #363636;
  border-right: 1px solid #363636;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#sp #gNav .navi li.same .arrow.open span {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: 12px;
}
#sp #gNav .navi li.same .sub {
  width: auto;
  white-space: nowrap;
  display: none; /*JSのslidetoggleで表示させるため非表示に*/
}
#sp #gNav .navi li.same .sub li a {
  font-size: 14px;
  padding: 0.5em 10px;
}

#pc #gNav .forSP {
  display: none;
}
#pc #gNav .forPC {
  display: block;
}
#pc #gNav .navi.forPC {
  text-align: right;
  letter-spacing: -0.4em;
  padding-left: 200px;
  padding-top: 12px;
}
#pc #gNav .navi.forPC li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
#pc #gNav .navi.forPC li a {
  display: block;
  padding: 8px 10px;
  color: #363636;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.025em;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#pc #gNav .navi.forPC li a span {
  position: relative;
  display: inline-block;
}
#pc #gNav .navi.forPC li a span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  width: 100%;
  height: 1px;
  bottom: -6px;
  background: #363636;
  left: 50%;
  right: 50%;
  width: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#pc #gNav .navi.forPC li a:hover {
  text-decoration: none;
}
#pc #gNav .navi.forPC li a.current {
  cursor: default;
}
#pc #gNav .navi.forPC li a:hover span::after, #pc #gNav .navi.forPC li a.current span::after {
  left: 0;
  right: 0;
  width: 100%;
}
#pc #gNav .navi.forPC li.insta {
  padding-top: 2px;
}
#pc #gNav .navi.forPC li.insta a {
  padding-top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#pc #gNav .navi.forPC li.insta img {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#pc #gNav .navi.forPC li.insta a:hover {
  opacity: 0.6;
}
#pc #gNav .navi.forPC li.insta a:hover span::after {
  display: none;
}
@media screen and (min-width: 1221px) {
  #pc #gNav .navi.forPC {
    padding: 0;
  }
  #pc #gNav .navi.forPC li a {
    font-size: 13px;
    padding: 37px 10px 34px;
  }
  #pc #gNav .navi.forPC li.insta {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1511px) {
  #pc #gNav .navi.forPC li a {
    font-size: 14px;
    padding: 37px 22px 34px;
  }
}
@media screen and (min-width: 1601px) {
  #pc #gNav .navi.forPC {
    padding-right: 30px;
  }
}
#pc #gNav .navi li.same {
  position: relative;
}
#pc #gNav .navi li.same > a > span {
  position: relative;
  padding-right: 18px;
}
#pc #gNav .navi li.same > a > span::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: -3px;
  right: 0;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #363636;
  border-right: 1px solid #363636;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 1511px) {
  #pc #gNav .navi li.same > a {
    padding-right: 30px;
  }
}
#pc #gNav .navi li.same .sub {
  position: absolute;
  left: 50%;
  top: 90px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#pc #gNav .navi li.same .sub li {
  display: block;
  text-align: center;
}
#pc #gNav .navi li.same .sub li a {
  padding: 8px 10px;
}
#pc #gNav .navi li.same:hover .sub {
  visibility: visible;
  opacity: 1;
}

/*----------------------------------------------------
banners
----------------------------------------------------*/
.banners {
  margin-top: 25px;
}
.banners li,
.banners .solo {
  margin-top: 20px;
}
.banners li:first-child,
.banners .solo:first-child {
  margin-top: 0;
}
.banners li a,
.banners .solo a {
  display: block;
  position: relative;
}
.banners li .image,
.banners .solo .image {
  position: relative;
}
.banners li .image::after,
.banners .solo .image::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 87%;
  height: 86%;
  border: 1px solid #ffffff;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.banners li span,
.banners .solo span {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.6em;
  width: 100%;
  text-align: center;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  z-index: 2;
}

/* 751- */
@media all and (min-width: 751px) {
  .banners {
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .banners li,
  .banners .solo {
    margin-top: 0;
    width: 31.875%;
  }
  .banners li span,
  .banners .solo span {
    font-size: 18px;
  }
}
/* 1159- */
@media all and (min-width: 1159px) {
  .banners li span,
  .banners .solo span {
    font-size: 20px;
  }
}
/*----------------------------------------------------
bigBanners
----------------------------------------------------*/
#bigBanners {
  /* 751- */
  /* 1159- */
}
#bigBanners li.solo {
  position: relative;
  text-align: center;
}
#bigBanners li.solo span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  margin: -17px 0 0 -60px;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  color: #707070;
  line-height: 34px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
}
@media all and (min-width: 751px) {
  #bigBanners ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #bigBanners ul li {
    width: 50%;
  }
  #bigBanners ul li.solo {
    width: 100%;
  }
  #bigBanners ul li.solo span {
    width: 260px;
    margin: -30px 0 0 -130px;
    line-height: 60px;
    font-size: 28px;
  }
}
@media all and (min-width: 1159px) {
  #bigBanners ul li.solo span {
    width: 310px;
    margin: -44px 0 0 -155px;
    line-height: 88px;
    font-size: 35px;
  }
}

/*----------------------------------------------------
futarie
----------------------------------------------------*/
#futarie {
  padding-bottom: 80px;
  background: #ffffff;
  /* 751- */
}
#futarie a {
  display: block;
  background: #ffffff;
}
@media all and (min-width: 751px) {
  #futarie {
    background: #e9e9e9;
    padding: 80px 0;
  }
  #futarie p {
    max-width: 960px;
    margin: 0 auto;
  }
  #futarie p a img {
    opacity: 0.84;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #futarie p a:hover img {
    opacity: 1;
  }
}

/*----------------------------------------------------
instagram
----------------------------------------------------*/
#instagram {
  padding: 50px 0 70px;
  background: #f0f3f5;
  /* 751- */
}
#instagram .sectionTitle {
  text-align: left;
}
#instagram .sectionTitle img {
  display: inline-block;
  width: 28px;
  margin: 2px 15px 0 0;
}
#instagram .viewAll {
  margin-top: 30px;
  text-align: center;
}
#instagram .body {
  margin-top: 20px;
}
#instagram .body #sb_instagram #sbi_images {
  float: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding: 0 !important;
}
#instagram .body #sb_instagram #sbi_images .sbi_item {
  aspect-ratio: 1/1;
}
@media screen and (max-width: 800px) {
  #instagram .body #sb_instagram #sbi_images .sbi_item {
    width: calc((100% - 20px) / 2);
  }
}
#instagram .body #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap {
  width: 100%;
  height: 100%;
}
#instagram .body #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo {
  height: 100% !important;
}
@media all and (min-width: 751px) {
  #instagram {
    padding: 100px 0;
  }
  #instagram .sectionTitle {
    text-align: center;
  }
  #instagram .sectionTitle img {
    display: block;
    width: 40px;
    margin: 0 auto 23px;
  }
  #instagram .body {
    margin-top: 35px;
  }
  #instagram .body #sb_instagram #sbi_images {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

/*----------------------------------------------------
footerFoot
----------------------------------------------------*/
#footerFoot {
  padding: 45px 0 80px;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  background: #707070;
  color: #ffffff;
  /* 751- */
}
#footerFoot a {
  color: #ffffff;
}
#footerFoot a:hover {
  text-decoration: none;
}
#footerFoot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footerFoot li {
  font-size: 14px;
  line-height: 1.2;
  margin-left: 32px;
}
#footerFoot li:first-child {
  margin-left: 0;
}
#footerFoot .copyright {
  margin-top: 35px;
  font-size: 12px;
  line-height: 1.2;
}
@media all and (min-width: 751px) {
  #footerFoot {
    padding: 45px 0 100px;
  }
  #footerFoot ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #footerFoot li {
    margin-left: 40px;
  }
  #footerFoot li a {
    display: block;
    position: relative;
  }
  #footerFoot li a::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #footerFoot li a:hover::after {
    width: 100%;
  }
}

/*----------------------------------------------------
footFloat
----------------------------------------------------*/
#footFloat {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 375px;
  height: 40px;
  background: transparent;
  letter-spacing: -0.4em;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* 751- */
}
#footFloat .catalogue,
#footFloat .pageTop {
  vertical-align: top;
  display: inline-block;
  letter-spacing: 0.08em;
}
#footFloat .catalogue {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  width: calc((100% - 40px) / 2);
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#footFloat .pageTop {
  position: relative;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
}
#footFloat .pageTop::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -2px 0 0 -8px;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#footFloat a {
  display: block;
  background: rgba(181, 181, 181, 0.9);
  color: #ffffff;
  font-size: 14px;
  line-height: 42px;
}
#footFloat a:hover {
  text-decoration: none;
}
#footFloat .catalogue a {
  line-height: 44px;
}
@media all and (min-width: 751px) {
  #footFloat {
    width: 580px;
    max-width: none;
    height: 60px;
  }
  #footFloat .buy {
    width: 260px;
    height: 60px;
  }
  #footFloat .catalogue {
    width: 260px;
    height: 60px;
  }
  #footFloat .pageTop {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #footFloat .pageTop::before {
    width: 22px;
    height: 22px;
    margin: -2px 0 0 -11px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #footFloat .pageTop:hover {
    background: rgb(255, 255, 255);
  }
  #footFloat .pageTop:hover::before {
    margin-top: -12px;
  }
  #footFloat a {
    font-size: 20px;
    line-height: 64px;
    background: rgba(181, 181, 181, 0.8);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #footFloat a:hover {
    background: rgb(151, 151, 151);
  }
  #footFloat .catalogue a {
    line-height: 70px;
  }
}

/*----------------------------------------------------
sectionTitle sectionShoulder
----------------------------------------------------*/
.sectionTitle {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-align: left;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sectionTitle {
    font-size: 30px;
  }
}

.sectionShoulder {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  color: #A7B7C4;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-align: left;
}

/*----------------------------------------------------
viewAll
----------------------------------------------------*/
.viewAll {
  text-align: right;
  /* 751- */
}
.viewAll a {
  display: inline-block;
  position: relative;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  color: #363636;
  font-size: 14px;
  line-height: 24px;
  vertical-align: top;
  padding: 0 0.3em;
}
.viewAll a:hover {
  text-decoration: none;
}
.viewAll a::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
}
@media all and (min-width: 751px) {
  .viewAll a {
    font-size: 20px;
    line-height: 33px;
  }
  .viewAll a::before {
    height: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .viewAll a:hover::before {
    width: 0;
  }
}

/*----------------------------------------------------
collection
----------------------------------------------------*/
#collection {
  padding: 40px 0 80px;
  /* 751- */
}
#collection .swipWrap {
  position: relative;
  margin-top: 20px;
  margin-left: 20px;
  padding-bottom: 50px;
}
#collection .swiper-slide a {
  display: block;
  padding-bottom: 18px;
  border-bottom: solid 1px #b5b5b5;
}
#collection .swiper-slide a h3 {
  padding-top: 20px;
  text-align: left;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
#collection .swiper-slide a:hover {
  text-decoration: none;
}
#collection .swiper-button-prev,
#collection .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 0;
}
#collection .swiper-button-prev::after,
#collection .swiper-button-next::after {
  color: #bcbcbc;
  --swiper-theme-color: #bcbcbc;
  --swiper-navigation-size: 20px;
}
#collection .swiper-button-prev {
  left: 0;
}
#collection .swiper-button-next {
  right: 20px;
}
#collection .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #f0f3f5 !important;
  opacity: 1 !important;
}
#collection .swiper-pagination-bullet-active {
  background: #ccd5dd !important;
  opacity: 1 !important;
}
@media all and (min-width: 751px) {
  #collection {
    padding: 80px 0 0;
  }
  #collection .swipWrap {
    margin-left: 40px;
    padding-bottom: 70px;
  }
  #collection .swiper-slide {
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #collection .swiper-slide.swiper-slide-duplicate-prev {
    opacity: 0.3;
  }
  #collection .swiper-slide.swiper-slide-duplicate-prev::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 2;
  }
  #collection .swiper-slide a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding-bottom: 23px;
  }
  #collection .swiper-slide a h3 {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding-top: 25px;
    font-size: 16px;
  }
  #collection .swiper-slide a:hover {
    background: #ccd5dd;
  }
  #collection .swiper-slide a:hover h3 {
    padding-left: 0.5em;
    color: #ffffff;
  }
  #collection .contWrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    position: relative;
    width: 420px;
    height: 70px;
    margin-left: -230px;
  }
  #collection .swiper-button-prev::after,
  #collection .swiper-button-next::after {
    --swiper-navigation-size: 26px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  #collection .swiper-button-prev:hover::after,
  #collection .swiper-button-next:hover::after {
    color: #707070;
    --swiper-theme-color: m.$dark_gray;
  }
  #collection .swiper-button-prev {
    left: 0;
  }
  #collection .swiper-button-next {
    right: 0;
  }
  #collection .swiper-pagination-bullet {
    margin: 0 10px !important;
  }
}
@media screen and (min-width: 1380px) {
  #collection .swipWrap {
    margin-left: calc((100% - 1280px) / 2);
  }
  #collection .swiper-slide a h3 {
    font-size: 20px;
  }
  #collection .swiper-slide a:hover h3 {
    padding-left: 1em;
  }
  #collection .contWrap {
    margin-left: calc(-210px - (100% - 1280px) / 2);
  }
}

/*----------------------------------------------------
Mv
----------------------------------------------------*/
#Mv {
  /* 751- */
}
#Mv .title {
  margin-top: 0.5em;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: left;
}
#Mv .shoulder {
  margin-top: 0.4em;
  text-align: left;
  font-size: 18px;
  line-height: 1.77;
  letter-spacing: 0.08em;
}
#Mv .lead {
  margin-top: 4em;
  text-align: left;
  font-size: 14px;
  line-height: 2.14;
  text-align: center;
}
@media all and (min-width: 751px) {
  #Mv .innerPC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #Mv .image {
    width: 55.9375%;
  }
  #Mv .body {
    width: 40.39%;
  }
  #Mv .title {
    margin-top: 0;
  }
  #Mv .shoulder {
    margin-top: 1em;
  }
  #Mv .lead {
    width: 100%;
    margin-top: 6em;
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }
}

/*----------------------------------------------------
breadcrumb
----------------------------------------------------*/
.breadcrumb {
  position: absolute;
  top: -30px;
  right: 20px;
  /* 751- */
}
.breadcrumb ul {
  text-align: right;
  letter-spacing: -0.4em;
}
.breadcrumb li {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-family: "Star Times Text Pro Regular";
  font-weight: 600;
  font-size: 11px;
  line-height: 1.5;
  padding-left: 20px;
}
.breadcrumb li::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  margin: 0.7em 0 0 -17px;
  width: 1.4em;
  height: 1px;
  background: #999999;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}
.breadcrumb li:first-child {
  padding-left: 0;
}
.breadcrumb li:first-child::before {
  display: none;
}
.breadcrumb li a {
  color: #363636;
}
.breadcrumb li a:hover {
  text-decoration: none;
}
.breadcrumb li.current, .breadcrumb li.current a {
  color: #a88821;
}
@media all and (min-width: 751px) {
  .breadcrumb {
    top: 22px;
  }
  .breadcrumb li {
    font-size: 13px;
    padding-left: 36px;
  }
  .breadcrumb li::before {
    width: 1.6em;
    margin: 0.7em 0 0 -28px;
  }
  .breadcrumb li a {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  .breadcrumb li a:hover {
    color: #a88821;
  }
}

/*----------------------------------------------------
pagination
----------------------------------------------------*/
.navSingle {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.3;
  overflow: hidden;
  /* 751- */
}
.navSingle .navPrevious {
  float: left;
  padding: 0 1em 1em 0;
}
.navSingle .navNext {
  float: right;
  padding: 0 0 1em 1em;
}
@media all and (min-width: 751px) {
  .navSingle {
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

/*----------------------------------------------------
wp-pagenavi
----------------------------------------------------*/
.wp-pagenavi {
  margin: 50px auto 0;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  font-weight: normal;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  width: 35px !important;
  height: 35px;
  background: #242424;
  color: #ffffff;
  margin: 10px;
}

.wp-pagenavi span {
  text-decoration: none;
  background-color: transparent;
}

.wp-pagenavi a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.wp-pagenavi span.current {
  position: relative;
  background: #5d4b10;
}

.wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
}

.wp-pagenavi a,
.wp-pagenavi span.current {
  margin: 0 7px;
  vertical-align: top;
}

/* 751- */
@media all and (min-width: 751px) {
  .wp-pagenavi {
    margin-top: 60px;
    font-size: 14px;
  }
  .wp-pagenavi a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .wp-pagenavi a:hover {
    background: #5d4b10;
  }
}
/* ページ送り */
.nextpostslink,
.previouspostslink {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: normal;
  width: auto !important;
}

/*----------------------------------------------------
COMING SOON…
----------------------------------------------------*/
body.comming_soon .body {
  display: -ms-grid;
  display: grid;
  place-items: center;
  background-color: #f0f3f5;
  width: 100%;
  height: 75vh;
  /* 751- */
}
@media all and (min-width: 751px) {
  body.comming_soon .body {
    height: 90vh;
  }
}
body.comming_soon .body p {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  color: #ccd5dd;
  line-height: 1.2;
  font-size: 40px;
}
body.comming_soon footer #bigBanners,
body.comming_soon footer #instagram,
body.comming_soon footer #futarie {
  display: none;
}
/*# sourceMappingURL=common.css.map */