@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap"); /* design size variable */
/* constance variable */
/* device width variable */
/* font responsive ratio */
/* spacer responsive ratio */
/* noto sans font weight */
/* general method */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
#footer {
  background: #fff;
}
#footer .top_box {
  padding: 72px 0;
  position: relative;
}
@media only screen and (max-width: 736px) {
  #footer .top_box {
    display: block;
    padding: 13vw 0;
  }
}
#footer .top_box .f_bk {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  z-index: 0;
}
#footer .top_box .f_bk img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#footer .top_box .f_btn {
  position: relative;
  width: 400px;
  margin: auto;
  display: table;
  z-index: 1;
}
@media only screen and (max-width: 736px) {
  #footer .top_box .f_btn {
    width: 85%;
  }
}
#footer .top_box .f_btn a {
  display: block;
}
#footer .top_box .f_btn a:hover {
  opacity: 1;
}
#footer .btm_box {
  background: #f2f2f2;
  padding: 70px 0;
  position: relative;
}
@media only screen and (max-width: 736px) {
  #footer .btm_box {
    padding: 14vw 0;
  }
}
#footer .btm_box .footer_logo {
  width: 60px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 736px) {
  #footer .btm_box .footer_logo {
    margin-bottom: 12vw;
    width: 13.3333333333vw;
  }
}
#footer .btm_box .f_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 736px) {
  #footer .btm_box .f_nav {
    margin-bottom: 5vw;
  }
}
@media only screen and (max-width: 736px) {
  #footer .btm_box .f_nav.-btm li {
    padding: 0 3vw;
  }
}
#footer .btm_box .f_nav li {
  padding: 0 30px;
  line-height: 100%;
  border-right: solid 1px #666;
}
@media only screen and (max-width: 736px) {
  #footer .btm_box .f_nav li {
    padding: 0 3vw;
  }
}
#footer .btm_box .f_nav li:last-child {
  border: none;
}
#footer .btm_box .f_nav li a {
  font-size: 18px;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 736px) {
  #footer .btm_box .f_nav li a {
    font-size: 4vw;
  }
}
#footer .btm_box .name {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 50px;
}
@media only screen and (max-width: 736px) {
  #footer .btm_box .name {
    font-size: 5.8666666667vw;
    margin-bottom: 2vw;
    margin-top: 7vw;
  }
}
#footer .btm_box .copy {
  text-align: center;
  font-size: 12px;
  color: #333;
}
@media only screen and (max-width: 736px) {
  #footer .btm_box .copy {
    font-size: 2.4vw;
  }
}
#footer .btm_box .page_top {
  position: fixed;
  right: 80px;
  bottom: 80px;
  z-index: 10;
}
@media only screen and (max-width: 736px) {
  #footer .btm_box .page_top {
    right: 5.3333333333vw;
    bottom: 12vw;
  }
}
#footer .btm_box .page_top a {
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #b19a8e;
  font-weight: 500;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 736px) {
  #footer .btm_box .page_top a {
    font-size: 4.2666666667vw;
  }
}
#footer .btm_box .page_top img {
  position: absolute;
  top: -65px;
  width: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 736px) {
  #footer .btm_box .page_top img {
    top: -17vw;
    width: 2.6666666667vw;
  }
}
#footer .btm_box .page_top.down {
  position: absolute;
  bottom: auto;
  top: 40px;
}
@media only screen and (max-width: 736px) {
  #footer .btm_box .page_top.down {
    top: 10vw;
  }
}

/* header */
header.ec-layoutRole__header {
  width: 100%;
  background: #fff;
  z-index: 999;
  position: fixed;
}
header.ec-layoutRole__header .logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
header.ec-layoutRole__header .logo:after {
  position: absolute;
  content: "";
  width: 282px;
  height: 282px;
  border-radius: 50%;
  background: #b19a8e;
  top: -80px;
  left: -75px;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header .logo:after {
    width: 45.3333333333vw;
    height: 45.3333333333vw;
    top: -13.3333333333vw;
    left: -12vw;
  }
}
header.ec-layoutRole__header .logo a {
  width: 130px;
  display: block;
  position: relative;
  z-index: 1;
  padding: 35px 0 0 40px;
  transition: 0.3s;
  box-sizing: unset;
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header .logo a {
    width: 20.5333333333vw;
    padding: 5vw 0 0 6vw;
  }
}
header.ec-layoutRole__header .logo a img {
  filter: brightness(0) invert(1);
}
header.ec-layoutRole__header .ec-headerNaviRole {
  display: block;
  padding-bottom: 15px;
  padding-top: 20px;
}
header.ec-layoutRole__header .ec-headerNaviRole__right {
  width: 100%;
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header .ec-headerNaviRole__right {
    padding-right: 10vw;
  }
}
header.ec-layoutRole__header #glia_nav {
  display: flex;
  flex-wrap: wrap;
}
header.ec-layoutRole__header #glia_nav li a {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #b19a8e;
  padding: 0 32px 0 0;
  margin-right: 30px;
}
header.ec-layoutRole__header #glia_nav li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) skew(45deg);
  width: 30px;
  height: 8px;
  border: none;
  border-right: 2px solid #b19a8e;
  border-bottom: 1px solid #b19a8e;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header #glia_nav li a:after {
    display: none;
  }
}
header.ec-layoutRole__header .ec-headerNaviRole__nav .ec-headerNav {
  line-height: 100%;
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header .ec-headerNaviRole__nav .ec-headerNav {
    display: flex;
  }
}
header.ec-layoutRole__header .ec-headerNaviRole__nav .may_icon {
  display: inline-block;
  width: 21px;
  margin-right: 10px;
  margin-left: 5px;
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header .ec-headerNaviRole__nav .may_icon {
    margin-right: 3vw;
    margin-left: 0;
    width: 4.5333333333vw;
    line-height: 100%;
    display: block;
  }
}
header.ec-layoutRole__header .ec-headerNaviRole__nav .ec-headerNav__itemLink {
  font-size: 16px;
  font-weight: 400;
  color: #b19a8e;
}
header.ec-layoutRole__header .ec-headerNaviRole__nav .ec-headerNav__itemIcon {
  color: #b19a8e;
  margin-left: 0;
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header .ec-headerNaviRole__nav .ec-headerNav__itemIcon {
    margin-left: 1.5vw;
  }
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header .ec-headerNaviRole__nav .ec-headerNav__item {
    font-size: 0;
  }
}
header.ec-layoutRole__header .ec-cartNavi__icon {
  width: 21px;
}
header.ec-layoutRole__header .ec-cartNavi__badge {
  background: #b19a8e;
  position: absolute;
  top: -8px;
  left: 15px;
}
header.ec-layoutRole__header .ec-cartNavi {
  background: none;
  padding: 15px 8px 28px 15px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header .ec-cartNavi {
    padding: 1vw 2vw 3vw;
  }
}
header.ec-layoutRole__header .ec-cartNavi:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 88px;
  height: 1px;
  border: none;
  background: #9f605c;
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header .ec-cartNavi:after {
    display: none;
  }
}
header.ec-layoutRole__header .ec-cartNavi__label {
  margin-top: -10px;
}
header.ec-layoutRole__header .ec-cartNaviNull {
  min-width: 360px;
  max-width: 360px;
  z-index: 1000;
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header .ec-cartNaviNull {
    min-width: 100%;
    max-width: 100%;
  }
}
header.ec-layoutRole__header .ec-cartNaviNull:before {
  right: 29%;
}
header.ec-layoutRole__header .ec-cartNaviNull .ec-cartNaviNull__message {
  background: #dcd2cd;
  padding: 14px 0;
}
header.ec-layoutRole__header .ec-cartNaviNull .ec-cartNaviNull__message p {
  color: #9f605c;
  font-size: 12px;
  font-weight: 400;
}
header.ec-layoutRole__header .ec-cartNaviIsset.is-active {
  min-width: 360px;
  max-width: 360px;
  z-index: 1000;
  overflow-y: scroll;
  display: block;
  height: 100vh;
  background: none;
  padding: 0;
  margin-top: 0;
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header .ec-cartNaviIsset.is-active {
    min-width: 100%;
    max-width: 100%;
  }
}
header.ec-layoutRole__header .ec-cartNaviIsset.is-active .cartNaviIsset_inner {
  margin-top: 10px;
  background: #f2f2f2;
  padding: 16px 16px 10vw 16px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header .ec-cartNaviIsset.is-active .cartNaviIsset_inner {
    padding-bottom: 20vw;
  }
}
header.ec-layoutRole__header .ec-cartNaviIsset.is-active .cartNaviIsset_inner:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8.5px 10px 8.5px;
  border-color: transparent transparent #f2f2f2 transparent;
  position: absolute;
  top: -9px;
  z-index: 1000;
  right: 29%;
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header .ec-cartNaviIsset.is-active .cartNaviIsset_inner:before {
    right: 18vw;
  }
}
header.ec-layoutRole__header .ec-cartNaviIsset.is-active .ec-cartNaviIsset__cart {
  border-bottom: none;
  margin-bottom: 16px;
  padding-bottom: 0;
}
header.ec-layoutRole__header .ec-cartNaviIsset.is-active .ec-cartNaviIsset__cartImage {
  width: 35%;
}
header.ec-layoutRole__header .ec-cartNaviIsset.is-active .ec-cartNaviIsset__cartContent {
  width: 65%;
}
header.ec-layoutRole__header .ec-cartNaviIsset.is-active .ec-cartNaviIsset__cartContentNumber {
  font-size: 12px;
  font-weight: 300;
  margin-top: 2px;
}
header.ec-layoutRole__header .ec-cartNaviIsset.is-active .ec-blockBtn--action {
  background: #9f605c;
  padding-right: 8vw;
  padding-left: 2.5vw;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  border: solid 1px #9f605c;
}
header.ec-layoutRole__header .ec-cartNaviIsset.is-active .ec-blockBtn--action:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5vw;
  transform: translateY(-50%) skew(45deg);
  width: 4vw;
  height: 7px;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header .ec-cartNaviIsset.is-active .ec-blockBtn--action:after {
    right: 8vw;
    width: 10.6666666667vw;
  }
}
header.ec-layoutRole__header .ec-cartNaviIsset.is-active .ec-blockBtn--action:hover {
  opacity: 1;
  background: #fff;
  color: #9f605c;
  border: solid 1px #9f605c;
}
header.ec-layoutRole__header .ec-cartNaviIsset.is-active .ec-blockBtn--action:hover:after {
  right: 5vw;
  border-right: 2px solid #9f605c;
  border-bottom: 1px solid #9f605c;
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header .ec-cartNaviIsset.is-active .ec-blockBtn--action:hover:after {
    right: 9vw;
  }
}
header.ec-layoutRole__header .ec-cartNaviIsset.is-active .ec-cartNavi--cancel {
  background: #dcd2cd;
  padding-right: 8vw;
  padding-left: 2.5vw;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  color: #9f605c;
  border: solid 1px #dcd2cd;
}
header.ec-layoutRole__header .ec-cartNaviIsset.is-active .ec-cartNavi--cancel:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5vw;
  transform: translateY(-50%) skew(45deg);
  width: 4vw;
  height: 7px;
  border: none;
  border-right: 2px solid #9f605c;
  border-bottom: 1px solid #9f605c;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header .ec-cartNaviIsset.is-active .ec-cartNavi--cancel:after {
    right: 8vw;
    width: 10.6666666667vw;
  }
}
header.ec-layoutRole__header .ec-cartNaviIsset.is-active .ec-cartNavi--cancel:hover {
  opacity: 1;
  background: #fff;
  color: #9f605c;
  border: solid 1px #9f605c;
}
header.ec-layoutRole__header .ec-cartNaviIsset.is-active .ec-cartNavi--cancel:hover:after {
  right: 5vw;
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header .ec-cartNaviIsset.is-active .ec-cartNavi--cancel:hover:after {
    right: 9vw;
  }
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header #top_head {
    width: 100%;
    margin: 0 auto;
    line-height: 1;
    z-index: 999;
    position: fixed;
    box-sizing: border-box;
    text-decoration: none;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header #top_head #mobile_head {
    z-index: 999;
    position: absolute;
    top: 4.2vw;
    right: 4vw;
    transform: translateX(0px);
    transition: 0.5s ease-in-out;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
  }
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header #top_head #mobile_head #nav_toggle {
    width: 7vw;
    height: 5vw;
    position: relative;
    cursor: pointer;
    z-index: 101;
    transition: 0.5s ease-in-out;
    opacity: 1;
    border-radius: 50%;
  }
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header #top_head #mobile_head #nav_toggle div {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header #top_head #mobile_head #nav_toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #b19a8e;
    right: 0;
    transition: 0.35s ease-in-out;
  }
}
header.ec-layoutRole__header #top_head #mobile_head #nav_toggle span:nth-child(1) {
  top: 0;
}
header.ec-layoutRole__header #top_head #mobile_head #nav_toggle span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
header.ec-layoutRole__header #top_head #mobile_head #nav_toggle span:nth-child(3) {
  bottom: 0;
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header #top_head #global_nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: 0;
    width: 100%;
    transition: 0.5s ease-in-out;
    transform: translateX(100%);
    z-index: 10;
    right: 0;
    box-sizing: border-box;
    padding-top: 26vw;
    padding-bottom: 10vw;
    display: block;
    background: #dcd2cd;
  }
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header #top_head #global_nav .sp {
    display: block !important;
  }
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header #top_head #global_nav .pc {
    display: none !important;
  }
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header #top_head #global_nav .nav_list {
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header #top_head #global_nav .nav_list li {
    min-height: unset;
    width: 100%;
    border-right: none;
  }
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header #top_head #global_nav .nav_list li a {
    padding: 5vw 0;
    font-size: 4.8vw;
    text-align: center;
    display: block;
    position: relative;
    color: #9f605c;
  }
}
header.ec-layoutRole__header #top_head #global_nav .nav_list li a:after {
  position: absolute;
  content: "";
  width: 10vw;
  height: 1px;
  background: #9f605c;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 1vw;
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header #top_head.open {
    height: 100vh;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header #top_head.open #global_nav {
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header #top_head.open #mobile_head #nav_toggle div {
    height: 6.5vw;
  }
}
header.ec-layoutRole__header #top_head.open #mobile_head #nav_toggle span:nth-child(1) {
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(316deg);
}
header.ec-layoutRole__header #top_head.open #mobile_head #nav_toggle span:nth-child(2) {
  display: none;
}
header.ec-layoutRole__header #top_head.open #mobile_head #nav_toggle span:nth-child(3) {
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-316deg);
}
header.ec-layoutRole__header #top_head.open #global_nav {
  transform: translateX(0);
}
header.ec-layoutRole__header #top_head.scroll #global_nav {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header #top_head.scroll #global_nav {
    z-index: 998;
  }
}
header.ec-layoutRole__header #top_head.stop #global_nav {
  opacity: 0;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header #top_head.stop #global_nav {
    opacity: 1;
  }
}
header.ec-layoutRole__header.following .logo a {
  width: 80px;
  padding: 25px;
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header.following .logo a {
    width: 15vw;
    padding: 5vw 0 0 6vw;
  }
}
header.ec-layoutRole__header.following .logo:after {
  width: 224px;
  height: 224px;
  top: -90px;
  left: -70px;
}
@media only screen and (max-width: 736px) {
  header.ec-layoutRole__header.following .logo:after {
    width: 40vw;
    height: 40vw;
    top: -13.3333333333vw;
    left: -12vw;
  }
}

.front_page header .logo:after {
  background: #fff;
}
.front_page header .logo a img {
  filter: unset;
}

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, 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, sub, sup, tt, var,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/**
EC-CUBE リセット
 */
body {
  background: none;
}

.ec-layoutRole {
  background: none;
}
.ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
}

html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  font-weight: 400;
}
@media only screen and (max-width: 736px) {
  body {
    font-size: 4.2666666667vw;
  }
}

h2, h3, h4, h5, h6, p, li, dt, dd, input, textarea, th, td {
  color: #666;
  line-height: 165%;
}

a {
  color: #666;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
  transition: 0.3s;
  color: #9f605c;
}

img {
  width: 100%;
  height: auto;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .inner {
    width: 90.9090909091vw;
  }
}
@media only screen and (max-width: 736px) {
  .inner {
    width: 89.3333333333vw;
  }
}

.inner_in {
  width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .inner_in {
    width: 88.8888888889vw;
  }
}
@media only screen and (max-width: 736px) {
  .inner_in {
    width: 89.3333333333vw;
  }
}

.pc {
  display: block;
}
@media only screen and (max-width: 736px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 736px) {
  .sp {
    display: block !important;
  }
}

img.pc, br.pc, span.pc, strong.pc, small.pc {
  display: block;
}
@media only screen and (max-width: 736px) {
  img.pc, br.pc, span.pc, strong.pc, small.pc {
    display: none;
  }
}
img.sp, br.sp, span.sp, strong.sp, small.sp {
  display: none;
}
@media only screen and (max-width: 736px) {
  img.sp, br.sp, span.sp, strong.sp, small.sp {
    display: block;
  }
}

a[href^=tel] {
  cursor: text;
}
@media only screen and (max-width: 736px) {
  a[href^=tel] {
    cursor: pointer;
  }
}

span[data-aos],
strong[data-aos],
small[data-aos] {
  display: inline-block;
}

main {
  overflow: hidden;
  margin-top: 150px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 736px) {
  main {
    margin-bottom: 15vw;
    margin-top: 34vw;
  }
}
main .main_ttl {
  font-size: 28px;
  text-align: center;
  font-weight: 500;
  color: #666;
  margin-bottom: 95px;
}
@media only screen and (max-width: 736px) {
  main .main_ttl {
    margin-bottom: 8vw;
    font-size: 6.4vw;
  }
}
main .main_ttl span {
  display: block;
  color: #b19a8e;
  font-size: 18px;
  letter-spacing: 0.12em;
  margin-top: 10px;
}
main .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 55px;
}
@media only screen and (max-width: 736px) {
  main .breadcrumbs {
    margin-bottom: 10vw;
  }
}
main .breadcrumbs li a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0 7px;
}
main .breadcrumbs li.arrow a:after {
  content: "";
  display: inline-block;
  transform: translateY(-50%) skew(45deg);
  width: 30px;
  height: 8px;
  border: none;
  border-right: 2px solid #b19a8e;
  border-bottom: 1px solid #b19a8e;
  margin-left: 5px;
}
main .ec-blockBtn--action {
  background: #9f605c;
  border-color: #9f605c;
}
main .ec-blockBtn--action:hover {
  opacity: 1;
  background: #fff;
  color: #9f605c;
  border: solid 1px #9f605c;
}
main .ec-login {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
main .ec-login .form-check-label {
  font-weight: 400;
}
main .ec-login .ec-login__input {
  margin-bottom: 5px;
}
main .ec-login .ec-link {
  color: #9f605c;
}
main .ec-login .ec-blockBtn--cancel {
  display: block;
  background: #9f605c;
  color: #fff;
  padding: 0 3vw;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  border: none;
}
@media only screen and (max-width: 736px) {
  main .ec-login .ec-blockBtn--cancel {
    width: 100%;
    padding: 0 7vw;
  }
}
main .ec-login .ec-blockBtn--cancel:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.4vw;
  transform: translateY(-50%) skew(45deg);
  width: 4.8vw;
  height: 8px;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  main .ec-login .ec-blockBtn--cancel:after {
    right: 8vw;
    width: 10.6666666667vw;
  }
}
main .ec-login .ec-blockBtn--cancel:hover {
  opacity: 1;
  background: #dcd2cd;
  color: #9f605c;
}
main .ec-login .ec-blockBtn--cancel:hover:after {
  right: 60px;
  border-right: 2px solid #9f605c;
  border-bottom: 1px solid #9f605c;
}
@media only screen and (max-width: 736px) {
  main .ec-login .ec-blockBtn--cancel:hover:after {
    right: 9vw;
  }
}
main .ec-blockBtn--cancel {
  background: #9f605c;
  font-weight: 500;
}
main .ec-modal .ec-modal-wrap {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border: none;
}
main .ec-modal .ec-inlineBtn--cancel {
  background: #dcd2cd;
  color: #9f605c;
  padding-right: 6vw;
  padding-left: 2.5vw;
  font-weight: 400;
  position: relative;
  border: solid 1px #dcd2cd;
}
@media only screen and (max-width: 736px) {
  main .ec-modal .ec-inlineBtn--cancel {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
main .ec-modal .ec-inlineBtn--cancel:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  transform: translateY(-50%) skew(45deg);
  width: 3vw;
  height: 7px;
  border: none;
  border-right: 2px solid #9f605c;
  border-bottom: 1px solid #9f605c;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  main .ec-modal .ec-inlineBtn--cancel:after {
    display: none;
  }
}
main .ec-modal .ec-inlineBtn--cancel:hover {
  opacity: 1;
  background: #dcd2cd;
  color: #9f605c;
  border: solid 1px #9f605c;
}
main .ec-modal .ec-inlineBtn--cancel:hover:after {
  right: 3vw;
  border-right: 2px solid #9f605c;
  border-bottom: 1px solid #9f605c;
}
@media only screen and (max-width: 736px) {
  main .ec-modal .ec-inlineBtn--cancel:hover:after {
    right: 9vw;
  }
}
main .ec-modal .ec-inlineBtn--action {
  background: #9f605c;
  padding-right: 8vw;
  padding-left: 2.5vw;
  font-weight: 400;
  position: relative;
  border: solid 1px #9f605c;
}
@media only screen and (max-width: 736px) {
  main .ec-modal .ec-inlineBtn--action {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
main .ec-modal .ec-inlineBtn--action:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4vw;
  transform: translateY(-50%) skew(45deg);
  width: 3vw;
  height: 7px;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  main .ec-modal .ec-inlineBtn--action:after {
    display: none;
  }
}
main .ec-modal .ec-inlineBtn--action:hover {
  opacity: 1;
  background: #dcd2cd;
  color: #9f605c;
  border: solid 1px #9f605c;
}
main .ec-modal .ec-inlineBtn--action:hover:after {
  right: 5vw;
  border-right: 2px solid #9f605c;
  border-bottom: 1px solid #9f605c;
}
@media only screen and (max-width: 736px) {
  main .ec-modal .ec-inlineBtn--action:hover:after {
    right: 9vw;
  }
}
main .ec-progress .ec-progress__number {
  font-weight: 500;
  background: #b3b3b3;
}
main .ec-progress .ec-progress__item:after {
  background: #b3b3b3;
}
main .ec-progress .is-complete .ec-progress__number {
  background: #9f605c;
}
main .ec-progress .is-complete .ec-progress__label {
  color: #9f605c;
}
main .ec-progress .ec-progress__label {
  font-weight: 500;
}
main .ec-alert-warning {
  background: #9f605c;
}
main .ec-cartRow li {
  border-bottom: 1px solid #ccc !important;
}
main .ec-cartRow .ec-cartRow__name {
  line-height: 160%;
  color: #666;
  font-weight: 500;
}
main .ec-cartRow .ec-cartRow__unitPrice {
  color: #4d4d4d;
}
main .ec-navlistRole__navlist .ec-navlistRole__item {
  background: #f2f2f2;
}
main .ec-navlistRole__navlist .ec-navlistRole__item.active {
  background: #dcd2cd;
}
main .ec-navlistRole__navlist .ec-navlistRole__item.active a {
  color: #9f605c;
}
main .ec-cartRole .ec-cartRole__totalAmount {
  color: #9f605c;
}
main .ec-cartRole .ec-blockBtn--action {
  background: #9f605c;
  padding-right: 11vw;
  padding-left: 2.5vw;
  font-weight: 400;
  position: relative;
  border: solid 1px #9f605c;
  height: 45px;
  line-height: 45px;
}
main .ec-cartRole .ec-blockBtn--action:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) skew(45deg);
  width: 28%;
  height: 7px;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  main .ec-cartRole .ec-blockBtn--action:after {
    right: 8vw;
    width: 10.6666666667vw;
  }
}
main .ec-cartRole .ec-blockBtn--action:hover {
  opacity: 1;
  background: #fff;
  color: #9f605c;
  border: solid 1px #9f605c;
}
main .ec-cartRole .ec-blockBtn--action:hover:after {
  right: 50px;
  border-right: 2px solid #9f605c;
  border-bottom: 1px solid #9f605c;
}
@media only screen and (max-width: 736px) {
  main .ec-cartRole .ec-blockBtn--action:hover:after {
    right: 9vw;
  }
}
main .ec-cartRole .ec-blockBtn--cancel {
  background: #dcd2cd;
  color: #9f605c;
  padding-right: 9vw;
  padding-left: 2.5vw;
  font-weight: 400;
  position: relative;
  border: solid 1px #dcd2cd;
  height: 45px;
  line-height: 45px;
}
main .ec-cartRole .ec-blockBtn--cancel:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) skew(45deg);
  width: 28%;
  height: 7px;
  border: none;
  border-right: 2px solid #9f605c;
  border-bottom: 1px solid #9f605c;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  main .ec-cartRole .ec-blockBtn--cancel:after {
    right: 8vw;
    width: 10.6666666667vw;
  }
}
main .ec-cartRole .ec-blockBtn--cancel:hover {
  opacity: 1;
  background: #fff;
  color: #9f605c;
  border: solid 1px #9f605c;
}
main .ec-cartRole .ec-blockBtn--cancel:hover:after {
  right: 50px;
  border-right: 2px solid #9f605c;
  border-bottom: 1px solid #9f605c;
}
@media only screen and (max-width: 736px) {
  main .ec-cartRole .ec-blockBtn--cancel:hover:after {
    right: 9vw;
  }
}
@media only screen and (max-width: 736px) {
  main .ec-cartRole__cart .ec-cartRow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 5vw 0;
  }
}
@media only screen and (max-width: 736px) {
  main .ec-cartRole__cart .ec-cartRow__delColumn {
    border-bottom: none !important;
  }
}
@media only screen and (max-width: 736px) {
  main .ec-cartRole__cart .ec-cartRow__contentColumn {
    border-bottom: none !important;
    padding: 10px 0;
    display: block;
    width: 85%;
  }
}
@media only screen and (max-width: 736px) {
  main .ec-cartRole__cart .ec-cartRow__amountColumn {
    width: 100%;
    background: #f2f2f2;
    padding: 3vw 0;
    border-bottom: none !important;
  }
}
main .ec-cartRole__cart .ec-cartHeader .ec-cartHeader__label {
  padding: 12px;
  background: #f2f2f2;
}
main .ec-off3Grid .ec-withdrawConfirmRole__title {
  text-align: center;
}
main .ec-off3Grid .ec-withdrawConfirmRole__description {
  text-align: center;
}
main .ec-off4Grid .ec-withdrawConfirmRole__cancel {
  position: relative;
  border: solid 1px #9f605c;
  padding-right: 10vw;
}
main .ec-off4Grid .ec-withdrawConfirmRole__cancel:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6vw;
  transform: translateY(-50%) skew(45deg);
  width: 7vw;
  height: 7px;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  main .ec-off4Grid .ec-withdrawConfirmRole__cancel:after {
    right: 8vw;
    width: 10.6666666667vw;
  }
}
main .ec-off4Grid .ec-withdrawConfirmRole__cancel:hover {
  opacity: 1;
  background: #fff;
  color: #9f605c;
  border: solid 1px #9f605c;
}
main .ec-off4Grid .ec-withdrawConfirmRole__cancel:hover:after {
  right: 7vw;
  border-right: 2px solid #9f605c;
  border-bottom: 1px solid #9f605c;
}
@media only screen and (max-width: 736px) {
  main .ec-off4Grid .ec-withdrawConfirmRole__cancel:hover:after {
    right: 9vw;
  }
}
main .ec-off4Grid .ec-blockBtn {
  background: #dcd2cd;
  border: none;
  color: #9f605c;
  position: relative;
  padding-right: 9vw;
}
main .ec-off4Grid .ec-blockBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6vw;
  transform: translateY(-50%) skew(45deg);
  width: 7vw;
  height: 7px;
  border: none;
  border-right: 2px solid #9f605c;
  border-bottom: 1px solid #9f605c;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  main .ec-off4Grid .ec-blockBtn:after {
    right: 8vw;
    width: 10.6666666667vw;
  }
}
main .ec-off4Grid .ec-blockBtn:hover {
  opacity: 1;
  background: #fff;
  color: #9f605c;
  border: solid 1px #9f605c;
}
main .ec-off4Grid .ec-blockBtn:hover:after {
  right: 7vw;
}
@media only screen and (max-width: 736px) {
  main .ec-off4Grid .ec-blockBtn:hover:after {
    right: 9vw;
  }
}
main .ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price, main .ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel {
  color: #9f605c;
}
main .ec-totalBox .ec-totalBox__btn .ec-blockBtn--action {
  background: #dcd2cd;
  padding-right: 8vw;
  padding-left: 2.5vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  color: #9f605c;
  border: solid 1px #dcd2cd;
}
@media only screen and (max-width: 736px) {
  main .ec-totalBox .ec-totalBox__btn .ec-blockBtn--action {
    font-size: 4.2666666667vw;
  }
}
main .ec-totalBox .ec-totalBox__btn .ec-blockBtn--action:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) skew(45deg);
  width: 28%;
  height: 7px;
  border: none;
  border-right: 2px solid #9f605c;
  border-bottom: 1px solid #9f605c;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  main .ec-totalBox .ec-totalBox__btn .ec-blockBtn--action:after {
    right: 8vw;
    width: 10.6666666667vw;
  }
}
main .ec-totalBox .ec-totalBox__btn .ec-blockBtn--action:hover {
  opacity: 1;
  background: #fff;
  color: #9f605c;
  border: solid 1px #9f605c;
}
main .ec-totalBox .ec-totalBox__btn .ec-blockBtn--action:hover:after {
  right: 40px;
}
@media only screen and (max-width: 736px) {
  main .ec-totalBox .ec-totalBox__btn .ec-blockBtn--action:hover:after {
    right: 9vw;
  }
}
main .ec-totalBox .ec-totalBox__btn .ec-blockBtn--cancel {
  background: #9f605c;
  padding-right: 8vw;
  padding-left: 2.5vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  border: solid 1px #9f605c;
}
@media only screen and (max-width: 736px) {
  main .ec-totalBox .ec-totalBox__btn .ec-blockBtn--cancel {
    font-size: 4.2666666667vw;
  }
}
main .ec-totalBox .ec-totalBox__btn .ec-blockBtn--cancel:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) skew(45deg);
  width: 28%;
  height: 7px;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  main .ec-totalBox .ec-totalBox__btn .ec-blockBtn--cancel:after {
    right: 8vw;
    width: 10.6666666667vw;
  }
}
main .ec-totalBox .ec-totalBox__btn .ec-blockBtn--cancel:hover {
  opacity: 1;
  background: #fff;
  color: #9f605c;
  border: solid 1px #9f605c;
}
main .ec-totalBox .ec-totalBox__btn .ec-blockBtn--cancel:hover:after {
  right: 40px;
  border-right: 2px solid #9f605c;
  border-bottom: 1px solid #9f605c;
}
@media only screen and (max-width: 736px) {
  main .ec-totalBox .ec-totalBox__btn .ec-blockBtn--cancel:hover:after {
    right: 9vw;
  }
}
main .ec-orderRole__summary .ec-totalBox {
  margin-top: 50px;
  padding-top: 20px;
}
@media only screen and (max-width: 736px) {
  main .ec-orderRole__summary .ec-totalBox {
    margin-top: 0;
    padding-top: 0;
  }
}
main .ec-blockBtn--primary:hover {
  border: solid 1px #9f605c !important;
  background: #fff !important;
}

body.front_page main {
  margin-top: 80px;
  margin-bottom: 0;
}
@media only screen and (max-width: 736px) {
  body.front_page main {
    margin-top: 13vw;
  }
}
body.front_page #index #mv {
  position: relative;
}
body.front_page #index #mv .slide_box {
  max-height: 648px;
  height: 47.4377745242vw;
  overflow: hidden;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #mv .slide_box {
    height: 79.2vw;
  }
}
body.front_page #index #mv .in_box {
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 100%;
}
body.front_page #index #mv .swiper-slide-active .swiper-img,
body.front_page #index #mv .swiper-slide-duplicate-active .swiper-img,
body.front_page #index #mv .swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}
body.front_page #index #mv .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
body.front_page #index #mv .scroll {
  position: absolute;
  right: 80px;
  bottom: -26px;
  z-index: 1;
}
body.front_page #index #mv .scroll span {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  display: block;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 15px;
  margin-left: 5px;
}
body.front_page #index #mv .scroll img {
  width: 10px;
  margin: 0 auto;
  display: block;
}
body.front_page #index #mv.down .in_box {
  position: unset;
}
body.front_page #index .wrapper {
  background: #fff;
}
body.front_page #index #top_block {
  padding-top: 70px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #top_block {
    padding-top: 12vw;
    margin-bottom: 25vw;
  }
}
body.front_page #index #top_block .ttl {
  font-size: 50px;
  letter-spacing: 0.12em;
  margin-bottom: 40px;
  text-align: center;
  line-height: 130%;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #top_block .ttl {
    font-size: 8vw;
    margin-bottom: 5vw;
  }
}
body.front_page #index #top_block .text {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #top_block .text {
    font-size: 4.8vw;
  }
}
body.front_page #index #bk_gr {
  background: #f2f2f2;
  padding: 80px 0 65px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #bk_gr {
    padding: 1px 0 18vw;
    margin-bottom: 0;
  }
}
body.front_page #index #bk_gr .block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #bk_gr .block {
    display: block;
    margin-bottom: 9vw;
  }
}
body.front_page #index #bk_gr .block .img {
  width: 60%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #bk_gr .block .img {
    width: 100%;
  }
}
body.front_page #index #bk_gr .block .r_box {
  width: 50%;
  padding: 40px 50px 125px;
  box-sizing: border-box;
  background: #fff;
  margin-left: -10%;
  margin-top: 40px;
  position: relative;
  z-index: 2;
  min-height: 400px;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #bk_gr .block .r_box {
    width: 82.6666666667vw;
    margin: -5vw auto 0;
    min-height: auto;
    padding: 4vw 4vw 5vw;
  }
}
body.front_page #index #bk_gr .block .ttl {
  font-size: 28px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #bk_gr .block .ttl {
    font-size: 7.4666666667vw;
    line-height: 150%;
  }
}
body.front_page #index #bk_gr .block .price {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #bk_gr .block .price {
    font-size: 5.8666666667vw;
    margin-bottom: 2vw;
  }
}
body.front_page #index #bk_gr .block .text {
  font-size: 16px;
  line-height: 200%;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #bk_gr .block .text {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
}
body.front_page #index #bk_gr .block .btn {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #bk_gr .block .btn {
    position: unset;
    width: 100%;
  }
}
body.front_page #index #bk_gr .block .btn a {
  display: block;
  background: #dcd2cd;
  color: #9f605c;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 15px 12%;
  position: relative;
  font-weight: 500;
  text-align: left;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #bk_gr .block .btn a {
    font-size: 4.8vw;
  }
}
body.front_page #index #bk_gr .block .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16%;
  transform: translateY(-50%) skew(45deg);
  width: 20%;
  height: 8px;
  border: none;
  border-right: 2px solid #9f605c;
  border-bottom: 1px solid #9f605c;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #bk_gr .block .btn a:after {
    width: 10.6666666667vw;
  }
}
body.front_page #index #bk_gr .block .btn a:hover {
  opacity: 1;
  background: #9f605c;
  color: #fff;
}
body.front_page #index #bk_gr .block .btn a:hover:after {
  right: 19%;
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #bk_gr .block.-top .img {
    margin-top: -13vw;
  }
}
body.front_page #index #bk_gr .block.-btm .img {
  order: 2;
  margin-left: -10%;
  margin-top: 40px;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #bk_gr .block.-btm .img {
    margin-left: 0;
    margin-top: 0;
  }
}
body.front_page #index #bk_gr .block.-btm .r_box {
  order: 1;
  margin-left: 0;
  margin-top: 0;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #bk_gr .block.-btm .r_box {
    margin: -5vw auto 0;
  }
}
body.front_page #index #bk_gr .b_btn {
  width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #bk_gr .b_btn {
    width: 74.6666666667vw;
  }
}
body.front_page #index #bk_gr .b_btn a {
  display: block;
  background: #9f605c;
  color: #fff;
  padding: 20px 40px;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
}
body.front_page #index #bk_gr .b_btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 80px;
  transform: translateY(-50%) skew(45deg);
  width: 100px;
  height: 8px;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #bk_gr .b_btn a:after {
    right: 8vw;
    width: 10.6666666667vw;
  }
}
body.front_page #index #bk_gr .b_btn a:hover {
  opacity: 1;
  background: #fff;
  color: #9f605c;
}
body.front_page #index #bk_gr .b_btn a:hover:after {
  right: 95px;
  border-right: 2px solid #9f605c;
  border-bottom: 1px solid #9f605c;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #bk_gr .b_btn a:hover:after {
    right: 9vw;
  }
}
@media only screen and (max-width: 736px) {
  body.front_page #index #top_other {
    width: 100%;
  }
}
body.front_page #index #top_other .block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  body.front_page #index #top_other .block {
    display: block;
    margin-bottom: 8vw;
  }
}
body.front_page #index #top_other .block .r_box {
  order: 1;
  width: 40%;
  margin-right: 5%;
  filter: blur(3px);
  transition: 0.9s ease-in-out;
}
@media only screen and (max-width: 768px) {
  body.front_page #index #top_other .block .r_box {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 736px) {
  body.front_page #index #top_other .block .r_box {
    width: 89.3333333333vw;
    margin: auto;
  }
}
body.front_page #index #top_other .block .r_box.aos-animate {
  filter: blur(0);
}
body.front_page #index #top_other .block .sub {
  width: 148px;
  margin-bottom: 25px;
  display: block;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #top_other .block .sub {
    width: 39.4666666667vw;
    margin-bottom: 3vw;
  }
}
body.front_page #index #top_other .block .ttl {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #top_other .block .ttl {
    margin-bottom: 3vw;
    font-size: 7.4666666667vw;
  }
}
body.front_page #index #top_other .block .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 190%;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #top_other .block .text {
    font-size: 4.2666666667vw;
  }
}
body.front_page #index #top_other .block .img {
  width: 45%;
  position: relative;
  margin-bottom: 40px;
  order: 2;
}
@media only screen and (max-width: 768px) {
  body.front_page #index #top_other .block .img {
    width: 450px;
    margin: 0 auto 5vw;
  }
}
@media only screen and (max-width: 736px) {
  body.front_page #index #top_other .block .img {
    width: 77.3333333333vw;
    margin: 0 0 5vw;
  }
}
body.front_page #index #top_other .block .img img {
  position: relative;
  z-index: 1;
}
body.front_page #index #top_other .block .img:after {
  position: absolute;
  content: "";
  background: #e6dfdb;
  width: 260px;
  height: 260px;
  bottom: -11.1111111111%;
  right: -22.2222222222%;
  z-index: 0;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #top_other .block .img:after {
    width: 44.5333333333vw;
    height: 44.5333333333vw;
    bottom: -8vw;
  }
}
@media only screen and (max-width: 736px) {
  body.front_page #index #top_other .block.-top {
    margin-top: -7vw;
  }
}
body.front_page #index #top_other .block.-btm {
  align-items: flex-start;
  margin-bottom: 70px;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #top_other .block.-btm {
    margin-bottom: 11vw;
  }
}
body.front_page #index #top_other .block.-btm .r_box {
  order: 2;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  body.front_page #index #top_other .block.-btm .r_box {
    margin: auto;
  }
}
body.front_page #index #top_other .block.-btm .sub {
  width: 144px;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #top_other .block.-btm .sub {
    width: 38.4vw;
  }
}
body.front_page #index #top_other .block.-btm .img {
  order: 1;
  margin-right: 10%;
}
@media only screen and (max-width: 768px) {
  body.front_page #index #top_other .block.-btm .img {
    margin: 0 auto 5vw;
  }
}
@media only screen and (max-width: 736px) {
  body.front_page #index #top_other .block.-btm .img {
    width: 84vw;
    margin-left: 5.3333333333vw;
    margin-bottom: 10vw;
  }
}
body.front_page #index #top_other .block.-btm .img:after {
  position: absolute;
  content: "";
  background: #d7ccc6;
  width: 200px;
  height: 200px;
  bottom: -50px;
  right: -50px;
  z-index: 0;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #top_other .block.-btm .img:after {
    width: 41.8666666667vw;
    height: 41.8666666667vw;
    right: -10.6666666667vw;
    bottom: -9vw;
  }
}
body.front_page #index #top_bnr {
  padding-bottom: 75px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  body.front_page #index #top_bnr {
    padding-bottom: 11vw;
  }
}
body.front_page #index #top_bnr a {
  display: block;
}

body #other_page .wrapper {
  margin-bottom: 120px;
}
body #other_page .list_box {
  margin-bottom: 60px;
}
body #other_page .list_box .ttl {
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
}
body #other_page .list_box .ttl:after {
  content: "";
  display: table;
  width: 23px;
  height: 1px;
  background: #9f605c;
  margin: 10px auto;
}
body #other_page .list_box .text {
  font-size: 16px;
  line-height: 200%;
}
body #other_page .ec-borderedDefs {
  width: 100%;
  border-top: 0;
}
body #other_page .ec-borderedDefs dl {
  border-bottom: solid 0.3px #ccc;
  padding: 12px 0;
}
body #other_page .ec-borderedDefs dt {
  font-size: 18px;
  font-weight: 500;
  width: 240px;
  text-align: left;
  vertical-align: top;
  padding: 0;
}
@media only screen and (max-width: 736px) {
  body #other_page .ec-borderedDefs dt {
    width: 100%;
    margin-bottom: 2vw;
  }
}
body #other_page .ec-borderedDefs dt label {
  font-weight: 500;
  margin: 0;
}
body #other_page .ec-borderedDefs dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 190%;
}
body main .ec-orderRole__summary .ec-totalBox {
  margin-top: 80px;
}
@media only screen and (max-width: 736px) {
  body main .ec-orderRole__summary .ec-totalBox {
    margin-top: 0;
  }
}
body .ec-blockBtn--primary {
  background: #9f605c;
}

body.product_page main .ec-shelfGrid__item p {
  font-size: 22px;
}
@media only screen and (max-width: 736px) {
  body.product_page main .ec-shelfGrid__item p {
    font-size: 4.6vw;
  }
}
body.product_page main .ec-shelfGrid__item p.price02-default {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 736px) {
  body.product_page main .ec-shelfGrid__item p.price02-default {
    font-size: 4vw;
  }
}
body.product_page main .ec-shelfGrid__item p.ec-shelfGrid__item-image {
  margin-bottom: 2px;
}

#page_product_detail .ec-productRole .ec-headingTitle {
  font-size: 27px;
  font-weight: 500;
  border-bottom: solid 1px #666;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 736px) {
  #page_product_detail .ec-productRole .ec-headingTitle {
    padding-bottom: 2vw;
    margin-bottom: 4vw;
  }
}
#page_product_detail .ec-productRole .ec-productRole__tags {
  border: none;
}
#page_product_detail .ec-productRole .ec-productRole__price {
  border: none;
}
#page_product_detail .ec-productRole .ec-price {
  color: #9f605c;
}
#page_product_detail .ec-productRole .ec-price__price {
  padding: 0;
  font-size: 30px;
}
#page_product_detail .ec-productRole .ec-price__tax {
  font-size: 18px;
  font-weight: 700;
}
#page_product_detail .ec-productRole #quantity {
  max-width: 70px;
  border: none;
  background: #e6e6e6;
  margin-left: 10px;
  border-radius: 0;
  padding: 15px 10px;
  text-align: right;
}
#page_product_detail .ec-productRole .ec-productRole__btn {
  width: 80%;
}
@media only screen and (max-width: 736px) {
  #page_product_detail .ec-productRole .ec-productRole__btn {
    width: 100%;
  }
}
#page_product_detail .ec-productRole .ec-productRole__btn .ec-blockBtn--action {
  background: #9f605c;
  color: #fff;
  border: solid 1px #9f605c;
}
#page_product_detail .ec-productRole .ec-productRole__btn .ec-blockBtn--action:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%) skew(45deg);
  width: 20%;
  height: 8px;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  #page_product_detail .ec-productRole .ec-productRole__btn .ec-blockBtn--action:after {
    width: 10.6666666667vw;
  }
}
#page_product_detail .ec-productRole .ec-productRole__btn .ec-blockBtn--action:hover {
  background: #fff;
  color: #9f605c;
}
#page_product_detail .ec-productRole .ec-productRole__btn .ec-blockBtn--action:hover:after {
  border-right: 2px solid #9f605c;
  border-bottom: 1px solid #9f605c;
}
#page_product_detail .ec-productRole .ec-productRole__btn .ec-blockBtn--action:disabled:after {
  right: 15%;
}
#page_product_detail .ec-productRole .ec-productRole__btn .ec-blockBtn--action:disabled:hover:after {
  right: 15%;
}
#page_product_detail .ec-productRole .ec-productRole__btn .ec-blockBtn--cancel {
  background: #dcd2cd;
  color: #9f605c;
  border: solid 1px #dcd2cd;
}
#page_product_detail .ec-productRole .ec-productRole__btn .ec-blockBtn--cancel:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%) skew(45deg);
  width: 20%;
  height: 8px;
  border: none;
  border-right: 2px solid #9f605c;
  border-bottom: 1px solid #9f605c;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  #page_product_detail .ec-productRole .ec-productRole__btn .ec-blockBtn--cancel:after {
    width: 10.6666666667vw;
  }
}
#page_product_detail .ec-productRole .ec-productRole__btn .ec-blockBtn--cancel:hover {
  background: #fff;
  color: #9f605c;
  border: solid 1px #9f605c;
}
#page_product_detail .ec-productRole .ec-productRole__btn .ec-blockBtn--cancel:hover:after {
  border-right: 2px solid #9f605c;
  border-bottom: 1px solid #9f605c;
}
#page_product_detail .ec-productRole .ec-productRole__btn .ec-blockBtn--action, #page_product_detail .ec-productRole .ec-productRole__btn .ec-blockBtn--cancel {
  font-size: 18px;
  font-weight: 400;
  padding-right: 24%;
  position: relative;
}
#page_product_detail .ec-productRole .ec-productRole__btn .ec-blockBtn--action:hover:after, #page_product_detail .ec-productRole .ec-productRole__btn .ec-blockBtn--cancel:hover:after {
  right: 22%;
}
#page_product_detail .ec-productRole .ec-productRole__btn .ec-blockBtn--cancel:hover:after {
  right: 16%;
}
#page_product_detail .ec-productRole .ec-productRole__description {
  font-weight: 400;
  line-height: 190%;
  margin-bottom: 30px;
}
#page_product_detail .ec-productRole .sub_ttl {
  font-size: 20px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 10px;
}
#page_product_detail .ec-layoutRole__contents .ec-grid2 {
  margin-bottom: 60px;
}
#page_product_detail .ec-layoutRole__contents .b_btn {
  width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  #page_product_detail .ec-layoutRole__contents .b_btn {
    width: 74.6666666667vw;
  }
}
#page_product_detail .ec-layoutRole__contents .b_btn a {
  display: block;
  background: #9f605c;
  color: #fff;
  padding: 15px 40px;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  border: solid 1px #9f605c;
}
#page_product_detail .ec-layoutRole__contents .b_btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 80px;
  transform: translateY(-50%) skew(45deg);
  width: 100px;
  height: 8px;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  #page_product_detail .ec-layoutRole__contents .b_btn a:after {
    right: 8vw;
    width: 10.6666666667vw;
  }
}
#page_product_detail .ec-layoutRole__contents .b_btn a:hover {
  opacity: 1;
  background: #fff;
  color: #9f605c;
}
#page_product_detail .ec-layoutRole__contents .b_btn a:hover:after {
  right: 95px;
  border-right: 2px solid #9f605c;
  border-bottom: 1px solid #9f605c;
}
@media only screen and (max-width: 736px) {
  #page_product_detail .ec-layoutRole__contents .b_btn a:hover:after {
    right: 9vw;
  }
}

body#page_contact .wrapper .top_text, body#page_entry .wrapper .top_text {
  text-align: center;
  line-height: 180%;
}
body#page_contact .wrapper .tell, body#page_entry .wrapper .tell {
  font-size: 24px;
  text-align: center;
  margin: 10px 0;
}
body#page_contact .wrapper .bk_gry, body#page_entry .wrapper .bk_gry {
  background: #f2f2f2;
}
body#page_contact .wrapper .ec-borderedDefs, body#page_entry .wrapper .ec-borderedDefs {
  margin-top: 50px;
  margin-bottom: 80px;
  padding: 50px 0;
  border: none;
}
@media only screen and (max-width: 736px) {
  body#page_contact .wrapper .ec-borderedDefs, body#page_entry .wrapper .ec-borderedDefs {
    margin-top: 8vw;
    padding: 9vw 0;
    margin-bottom: 10vw;
  }
}
body#page_contact .wrapper .ec-borderedDefs .ec-label, body#page_entry .wrapper .ec-borderedDefs .ec-label {
  font-weight: 500;
  font-size: 18px;
}
@media only screen and (max-width: 736px) {
  body#page_contact .wrapper .ec-borderedDefs .ec-label, body#page_entry .wrapper .ec-borderedDefs .ec-label {
    font-size: 4vw;
  }
}
body#page_contact .wrapper .ec-borderedDefs dl, body#page_entry .wrapper .ec-borderedDefs dl {
  border: none;
}
body#page_contact .wrapper .ec-borderedDefs dl dd input, body#page_entry .wrapper .ec-borderedDefs dl dd input {
  border: none;
}
body#page_contact .wrapper .ec-borderedDefs dl dd .ec-select select, body#page_entry .wrapper .ec-borderedDefs dl dd .ec-select select {
  width: 100%;
  border: none;
  background: #fff;
}
body#page_contact .wrapper .ec-borderedDefs dl dd #contact_contents, body#page_entry .wrapper .ec-borderedDefs dl dd #contact_contents {
  border: none;
}
body#page_contact .wrapper .ec-borderedDefs .ec-input textarea, body#page_entry .wrapper .ec-borderedDefs .ec-input textarea {
  min-height: 150px;
}
body#page_contact .wrapper .ec-borderedDefs #contact_company_name, body#page_contact .wrapper .ec-borderedDefs #contact_postal_code, body#page_entry .wrapper .ec-borderedDefs #contact_company_name, body#page_entry .wrapper .ec-borderedDefs #contact_postal_code {
  width: 100%;
}
body#page_contact .wrapper .b_text, body#page_entry .wrapper .b_text {
  margin-top: 30px;
}
body#page_contact .wrapper .agree_text, body#page_entry .wrapper .agree_text {
  display: table;
  margin: 0 auto 30px;
}
body#page_contact .wrapper .agree_text a, body#page_entry .wrapper .agree_text a {
  text-decoration: underline;
  color: #666;
}
body#page_contact .wrapper .agree_text .ec-checkbox label, body#page_entry .wrapper .agree_text .ec-checkbox label {
  font-weight: 400;
  text-align: center;
  display: block;
  margin: 0 auto 20px;
}
body#page_contact .wrapper .agree_text .ec-errorMessage, body#page_entry .wrapper .agree_text .ec-errorMessage {
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: bold;
  color: #DE5D50;
}
body#page_contact .wrapper #contact_agree, body#page_entry .wrapper #contact_agree {
  display: inline-block;
}
body#page_contact .wrapper .ec-off4Grid__cell, body#page_entry .wrapper .ec-off4Grid__cell {
  width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  body#page_contact .wrapper .ec-off4Grid__cell, body#page_entry .wrapper .ec-off4Grid__cell {
    width: 74.6666666667vw;
  }
}
body#page_contact .wrapper .ec-off4Grid__cell .ec-blockBtn--action, body#page_entry .wrapper .ec-off4Grid__cell .ec-blockBtn--action {
  display: block;
  background: #9f605c;
  color: #fff;
  padding: 0 10vw 0 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: 400;
  border: none;
  text-decoration: none;
  margin-bottom: 15px;
}
body#page_contact .wrapper .ec-off4Grid__cell .ec-blockBtn--action:after, body#page_entry .wrapper .ec-off4Grid__cell .ec-blockBtn--action:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translateY(-50%) skew(45deg);
  width: 100px;
  height: 8px;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  body#page_contact .wrapper .ec-off4Grid__cell .ec-blockBtn--action:after, body#page_entry .wrapper .ec-off4Grid__cell .ec-blockBtn--action:after {
    right: 8vw;
    width: 10.6666666667vw;
  }
}
body#page_contact .wrapper .ec-off4Grid__cell .ec-blockBtn--action:hover, body#page_entry .wrapper .ec-off4Grid__cell .ec-blockBtn--action:hover {
  opacity: 1;
  background: #fff;
  color: #9f605c;
  border: solid 1px #9f605c;
}
body#page_contact .wrapper .ec-off4Grid__cell .ec-blockBtn--action:hover:after, body#page_entry .wrapper .ec-off4Grid__cell .ec-blockBtn--action:hover:after {
  right: 85px;
  border-right: 2px solid #9f605c;
  border-bottom: 1px solid #9f605c;
}
@media only screen and (max-width: 736px) {
  body#page_contact .wrapper .ec-off4Grid__cell .ec-blockBtn--action:hover:after, body#page_entry .wrapper .ec-off4Grid__cell .ec-blockBtn--action:hover:after {
    right: 9vw;
  }
}
body#page_contact .wrapper .ec-off4Grid__cell .ec-blockBtn--cancel, body#page_entry .wrapper .ec-off4Grid__cell .ec-blockBtn--cancel {
  display: block;
  background: #dcd2cd;
  color: #9f605c;
  padding: 0 10vw 0 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: 400;
  border: none;
  text-decoration: none;
}
body#page_contact .wrapper .ec-off4Grid__cell .ec-blockBtn--cancel:after, body#page_entry .wrapper .ec-off4Grid__cell .ec-blockBtn--cancel:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translateY(-50%) skew(45deg);
  width: 100px;
  height: 8px;
  border: none;
  border-right: 2px solid #9f605c;
  border-bottom: 1px solid #9f605c;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  body#page_contact .wrapper .ec-off4Grid__cell .ec-blockBtn--cancel:after, body#page_entry .wrapper .ec-off4Grid__cell .ec-blockBtn--cancel:after {
    right: 8vw;
    width: 10.6666666667vw;
  }
}
body#page_contact .wrapper .ec-off4Grid__cell .ec-blockBtn--cancel:hover, body#page_entry .wrapper .ec-off4Grid__cell .ec-blockBtn--cancel:hover {
  opacity: 1;
  background: #fff;
  color: #9f605c;
  border: solid 1px #9f605c;
}
body#page_contact .wrapper .ec-off4Grid__cell .ec-blockBtn--cancel:hover:after, body#page_entry .wrapper .ec-off4Grid__cell .ec-blockBtn--cancel:hover:after {
  right: 85px;
  border-right: 2px solid #9f605c;
  border-bottom: 1px solid #9f605c;
}
@media only screen and (max-width: 736px) {
  body#page_contact .wrapper .ec-off4Grid__cell .ec-blockBtn--cancel:hover:after, body#page_entry .wrapper .ec-off4Grid__cell .ec-blockBtn--cancel:hover:after {
    right: 9vw;
  }
}
body#page_contact .wrapper .confirm_box, body#page_entry .wrapper .confirm_box {
  margin-bottom: 50px;
  padding: 0;
}
body#page_contact .wrapper .confirm_box dl, body#page_entry .wrapper .confirm_box dl {
  border-top: solid 1px #cccccc;
  padding: 10px 0;
}
body#page_contact .wrapper .confirm_box dl:first-child, body#page_entry .wrapper .confirm_box dl:first-child {
  border: none;
}