@charset "UTF-8";
/* line 171, base.scss */
html body {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/* line 173, base.scss */
html body a {
  color: #7B8174;
}

/* line 179, base.scss */
.noSmp {
  display: block;
}

/* line 180, base.scss */
.noPc {
  display: none;
}

@media only screen and (max-width: 426px) {
  /* line 182, base.scss */
  .noSmp {
    display: none;
  }

  /* line 183, base.scss */
  .noPc {
    display: block;
  }
}
/* line 186, base.scss */
section.loading.loaded {
  opacity: 0;
  visibility: hidden;
}

/* line 190, base.scss */
section.loading {
  display: block;
  visibility: visible;
  position: fixed;
  z-index: 1001;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: all 0.5s ease;
}
/* line 201, base.scss */
section.loading div.content {
  width: auto;
  height: auto;
  text-align: center;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 211, base.scss */
section.loading .svg-wrapper {
  width: 3vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 218, base.scss */
section.loading svg#carpenter-logo path {
  fill: none;
  stroke: #000000;
  stroke-width: 3;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: dash 5s linear forwards;
  animation: dash 5s linear forwards;
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes drawline {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes FillIn {
  from {
    fill-opacity: 0;
  }
  to {
    fill-opacity: 1;
  }
}
@keyframes loading_anime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 254, base.scss */
.ec-layoutRole {
  background-color: transparent;
}
/* line 256, base.scss */
.ec-layoutRole .ec-layoutRole__contents {
  background: #FFFFFF;
  width: 100%;
  max-width: none;
  padding-bottom: 50px;
  padding-top: 100px;
  /*    margin-bottom: 100px; */
}
/* line 264, base.scss */
.ec-layoutRole .ec-layoutRole__main {
  padding-bottom: 0;
}

/* line 269, base.scss */
.first_view {
  width: 100%;
  min-width: 1000px;
  height: 100%;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  background-color: transparent;
}
@media only screen and (max-width: 486px) {
  /* line 269, base.scss */
  .first_view {
    min-width: auto;
  }
}

/* line 282, base.scss */
#page_homepage .ec-layoutRole__header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
/* line 288, base.scss */
#page_homepage .ec-layoutRole__header .ec-categoryNaviRole .ec-itemNav__nav li a {
  color: #7B8174;
}
/* line 291, base.scss */
#page_homepage .ec-layoutRole__header .ec-categoryNaviRole .ec-itemNav__nav > li > ul {
  background: #ffffff;
}
/* line 293, base.scss */
#page_homepage .ec-layoutRole__header .ec-categoryNaviRole .ec-itemNav__nav > li > ul li a:hover {
  background: #F2F3F1;
}

/* line 299, base.scss */
.ec-layoutRole__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  /* line 299, base.scss */
  .ec-layoutRole__header {
    width: 100%;
  }
}
/* line 307, base.scss */
.front_page .ec-layoutRole__header {
  width: 100%;
}
/* line 310, base.scss */
.ec-layoutRole__header .ec-headerRole {
  max-width: none;
  width: 20%;
  align-self: center;
  margin: 0 0;
}
@media only screen and (max-width: 486px) {
  /* line 310, base.scss */
  .ec-layoutRole__header .ec-headerRole {
    width: 60vw;
    margin: 0 20vw;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 317, base.scss */
.ec-layoutRole__header .ec-categoryNaviRole {
  max-width: none;
  text-align: right;
  padding-top: 20px;
}
/* line 321, base.scss */
.gnav .ec-layoutRole__header .ec-categoryNaviRole {
  width: 85%;
}
/* line 322, base.scss */
.ec-layoutRole__header .ec-categoryNaviRole .ec-itemNav__nav li a {
  background: transparent;
  color: #7B8174;
  align-self: center;
}
@media screen and (max-width: 486px) {
  /* line 322, base.scss */
  .ec-layoutRole__header .ec-categoryNaviRole .ec-itemNav__nav li a {
    font-size: 12px;
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 322, base.scss */
  .ec-layoutRole__header .ec-categoryNaviRole .ec-itemNav__nav li a {
    font-size: 12px;
    font-size: 1.94805vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 322, base.scss */
  .ec-layoutRole__header .ec-categoryNaviRole .ec-itemNav__nav li a {
    font-size: 12px;
  }
}
/* line 328, base.scss */
.ec-layoutRole__header .ec-categoryNaviRole .ec-itemNav__nav > li > ul {
  background: #ffffff;
}

/* line 334, base.scss */
.ec-categoryNaviRole .ec-itemNav {
  text-align: right;
}

/*メインイメージ*/
/* line 339, base.scss */
video {
  position: fixed;
  z-index: -100;
  top: 0px;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  /* line 345, base.scss */
  video {
    display: block;
  }
}
@media (aspect-ratio: 16 / 9), (min-aspect-ratio: 16 / 9) {
  /* line 349, base.scss */
  video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-aspect-ratio: 16 / 9) {
  /* line 354, base.scss */
  video {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* line 358, base.scss */
.first_view h1 {
  width: 250px;
  overflow: hidden;
  position: absolute;
  top: 30px;
  left: 30px;
}

@media only screen and (max-width: 768px) {
  /* line 365, base.scss */
  .first_view h1 {
    z-index: 100;
    width: 190px;
  }
}
/* line 368, base.scss */
.first_view h1 > a > img {
  width: 160px;
  padding-top: 3px;
}

@media only screen and (max-width: 768px) {
  /* line 372, base.scss */
  .first_view h1 > a > img {
    width: 120px;
  }
}
/* line 374, base.scss */
.first_view h1 span {
  display: block;
  width: 70px;
  float: right;
}

@media only screen and (max-width: 768px) {
  /* line 379, base.scss */
  .first_view h1 span {
    width: 55px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 383, base.scss */
  .first_view {
    min-height: 768px;
    height: 768px;
    background: url(../img/top/pad_main.jpg) no-repeat center center;
    background-size: 100% 100%;
  }

  /* line 389, base.scss */
  .first_view2 {
    min-height: 768px;
    height: 768px;
  }
}
/* line 392, base.scss */
.first_view h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: "palt";
  font-size: 28px;
  letter-spacing: 0.3em;
  color: #fff;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  animation: fadeIn 0.5s 1.0s;
  animation-fill-mode: both;
}

@media only screen and (max-height: 700px) {
  /* line 409, base.scss */
  .first_view h2 {
    top: 45%;
    height: 265px;
    font-size: 22px;
    letter-spacing: 0.2em;
  }
}
@media only screen and (max-width: 768px) {
  /* line 415, base.scss */
  .first_view h2 {
    display: none;
  }
}
/* line 418, base.scss */
.ec-sliderRole {
  width: 100%;
  max-width: 100%;
}

/* line 424, base.scss */
.conceptWrap {
  width: 100%;
  min-height: 700px;
  height: 100vh;
}
@media only screen and (max-width: 486px) {
  /* line 424, base.scss */
  .conceptWrap {
    height: auto;
    min-height: auto;
  }
}
/* line 429, base.scss */
.conceptWrap .ec-sliderRole {
  width: 50%;
  float: left;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 486px) {
  /* line 429, base.scss */
  .conceptWrap .ec-sliderRole {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 486px) {
  /* line 436, base.scss */
  .conceptWrap .ec-sliderRole .slick-slider {
    margin-bottom: 0;
  }
}
/* line 440, base.scss */
.conceptWrap .ec-sliderRole .item img {
  max-width: 100%;
  max-height: 100%;
  height: 100vh;
  width: auto\9;
  /* ie8 */
  margin: 0 auto;
}
@media only screen and (max-width: 486px) {
  /* line 440, base.scss */
  .conceptWrap .ec-sliderRole .item img {
    height: auto;
  }
}
/* line 450, base.scss */
.conceptWrap .conceptTxt {
  width: 50%;
  float: right;
  height: 100%;
  position: relative;
  background: url("/html/template/refala/assets/img/top/conceptBg.jpg") no-repeat center center;
}
@media only screen and (max-width: 486px) {
  /* line 450, base.scss */
  .conceptWrap .conceptTxt {
    width: 100%;
    float: none;
  }
}
/* line 457, base.scss */
.conceptWrap .conceptTxt h2 {
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}
@media screen and (max-width: 486px) {
  /* line 457, base.scss */
  .conceptWrap .conceptTxt h2 {
    font-size: 24px;
    font-size: 6.25vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 457, base.scss */
  .conceptWrap .conceptTxt h2 {
    font-size: 24px;
    font-size: 3.8961vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 457, base.scss */
  .conceptWrap .conceptTxt h2 {
    font-size: 24px;
  }
}
/* line 463, base.scss */
.conceptWrap .conceptTxt h3 {
  color: #ffffff;
  letter-spacing: 0.2em;
  line-height: 1.6em;
}
@media screen and (max-width: 486px) {
  /* line 463, base.scss */
  .conceptWrap .conceptTxt h3 {
    font-size: 12px;
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 463, base.scss */
  .conceptWrap .conceptTxt h3 {
    font-size: 12px;
    font-size: 1.94805vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 463, base.scss */
  .conceptWrap .conceptTxt h3 {
    font-size: 12px;
  }
}
/* line 469, base.scss */
.conceptWrap .conceptTxt .eyecatchRoleInner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  width: 70%;
}
@media only screen and (max-width: 486px) {
  /* line 469, base.scss */
  .conceptWrap .conceptTxt .eyecatchRoleInner {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    overflow: hidden;
    padding: 5vw;
    width: 100vw;
  }
}
/* line 476, base.scss */
.conceptWrap .conceptTxt .eyecatchRoleInner .ec-blockBtn--top {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
/* line 482, base.scss */
.conceptWrap .conceptTxt p {
  color: #FFFFFF;
  line-height: 1.6em;
}

/* line 489, base.scss */
.ec-layoutRole__mainBottom {
  clear: both;
}

/* line 493, base.scss */
.ec-eyecatchRole .ec-eyecatchRole__image {
  margin-top: 45px;
}

/* line 496, base.scss */
.ec-eyecatchRole .ec-eyecatchRole__intro {
  width: 100%;
}

/* line 499, base.scss */
.ec-newsRole {
  padding: 60px 0 60px;
}

/* line 502, base.scss */
.ec-footerRole {
  padding-top: 40px;
  margin-top: 0;
}

@media only screen and (max-width: 486px) {
  /* line 508, base.scss */
  #main iframe {
    width: 100%;
  }
}

@media only screen and (max-width: 486px) {
  /* line 513, base.scss */
  #page_produlayoutRole__contentBottomct_detail .slick-dots {
    bottom: 0px;
    position: relative;
  }
}

/* line 516, base.scss */
#page_product_detail .slick-dots li {
  width: 10px;
  height: 10px;
}

/* line 522, base.scss */
table.size {
  margin: 0 auto 10px;
  width: 100%;
  border: none;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-collapse: separate;
  border-spacing: 0 10px;
  background: #fff;
}

/* line 533, base.scss */
table.size th {
  vertical-align: middle;
  border-right: solid 1px #ccc;
  margin: 0;
  text-align: center;
  color: #333;
  font-weight: bold;
  padding: 10px;
  width: 20%;
}
@media screen and (max-width: 486px) {
  /* line 533, base.scss */
  table.size th {
    font-size: 12px;
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 533, base.scss */
  table.size th {
    font-size: 12px;
    font-size: 1.94805vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 533, base.scss */
  table.size th {
    font-size: 12px;
  }
}

/* line 545, base.scss */
table.size td {
  padding: 0 20px;
  margin: 0;
  border: none;
  color: #666;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
  overflow: hidden;
  padding: 10px;
  line-height: 1.8em;
}
@media screen and (max-width: 486px) {
  /* line 545, base.scss */
  table.size td {
    font-size: 12px;
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 545, base.scss */
  table.size td {
    font-size: 12px;
    font-size: 1.94805vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 545, base.scss */
  table.size td {
    font-size: 12px;
  }
}

/* line 559, base.scss */
table.size tr {
  border-bottom: solid 1px #666;
}

/* line 563, base.scss */
table.size td:fst-child {
  padding: 0 0 0 10px;
  vertical-align: middle;
}

/* line 568, base.scss */
table.size td.bar {
  height: 1px;
  width: 100%;
  border-top: solid 1px #34495e;
}

@media only screen and (max-width: 768px) {
  /* line 575, base.scss */
  .itemDetails .itemSpecWrap {
    padding: 20px 0;
    margin: 0 0;
    width: 100%;
  }

  /* line 581, base.scss */
  .itemDetails table {
    clear: both;
  }

  /* line 585, base.scss */
  table.size {
    margin: 0 auto;
    width: 100%;
    border: none;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-collapse: collapse;
    border-spacing: 0 10px;
    background: #fff;
  }

  /* line 596, base.scss */
  table.size th {
    vertical-align: middle;
    border-right: none;
    margin: 0;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0;
    width: 100%;
    display: block;
  }

  /* line 609, base.scss */
  table.size td {
    width: 80%;
    border-left: 1px dotted #ddd;
    margin: 40% 0;
  }

  /* line 615, base.scss */
  table.size td.data {
    padding: 0 20px;
    margin: 0;
    border: none;
    color: #666;
    font-size: 14px;
    line-height: 1.8em;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
    display: block;
  }

  /* line 630, base.scss */
  table.size tr {
    border-bottom: dotted 1px #aaa;
  }

  /* line 634, base.scss */
  table.size td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
  }

  /* line 639, base.scss */
  table.size td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #34495e;
  }
}
/* line 647, base.scss */
.ec-headerNaviRole {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 486px) {
  /* line 647, base.scss */
  .ec-headerNaviRole {
    display: block;
  }
}
/* line 653, base.scss */
.ec-headerNaviRole .ec-headerNaviRole__right {
  display: none;
}

/* line 659, base.scss */
.guideWrap h1, .guideDetailsWrap h1 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
@media screen and (max-width: 486px) {
  /* line 659, base.scss */
  .guideWrap h1, .guideDetailsWrap h1 {
    font-size: 24px;
    font-size: 6.25vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 659, base.scss */
  .guideWrap h1, .guideDetailsWrap h1 {
    font-size: 24px;
    font-size: 3.8961vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 659, base.scss */
  .guideWrap h1, .guideDetailsWrap h1 {
    font-size: 24px;
  }
}
/* line 664, base.scss */
.guideWrap nav, .guideDetailsWrap nav {
  width: 30%;
  float: left;
}
@media only screen and (max-width: 486px) {
  /* line 664, base.scss */
  .guideWrap nav, .guideDetailsWrap nav {
    width: 100%;
    float: none;
  }
}
/* line 671, base.scss */
.guideWrap nav ul, .guideDetailsWrap nav ul {
  margin-top: 40px;
}
/* line 673, base.scss */
.guideWrap nav ul li, .guideDetailsWrap nav ul li {
  line-height: 1.8em;
}
@media screen and (max-width: 486px) {
  /* line 673, base.scss */
  .guideWrap nav ul li, .guideDetailsWrap nav ul li {
    font-size: 16px;
    font-size: 4.16667vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 673, base.scss */
  .guideWrap nav ul li, .guideDetailsWrap nav ul li {
    font-size: 16px;
    font-size: 2.5974vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 673, base.scss */
  .guideWrap nav ul li, .guideDetailsWrap nav ul li {
    font-size: 16px;
  }
}
/* line 679, base.scss */
.guideWrap section, .guideDetailsWrap section {
  width: 68%;
  float: right;
  margin-top: 20px;
}
@media only screen and (max-width: 486px) {
  /* line 679, base.scss */
  .guideWrap section, .guideDetailsWrap section {
    width: 100%;
    float: none;
  }
}
/* line 687, base.scss */
.guideWrap section ul, .guideDetailsWrap section ul {
  list-style-type: decimal;
  padding-left: 20px;
}
/* line 690, base.scss */
.guideWrap section ul li, .guideDetailsWrap section ul li {
  line-height: 1.8em;
}
/* line 694, base.scss */
.guideWrap section h2, .guideDetailsWrap section h2 {
  padding: 10px;
  background: #000000;
  color: #FFFFFF;
}
@media screen and (max-width: 486px) {
  /* line 694, base.scss */
  .guideWrap section h2, .guideDetailsWrap section h2 {
    font-size: 20px;
    font-size: 5.20833vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 694, base.scss */
  .guideWrap section h2, .guideDetailsWrap section h2 {
    font-size: 20px;
    font-size: 3.24675vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 694, base.scss */
  .guideWrap section h2, .guideDetailsWrap section h2 {
    font-size: 20px;
  }
}
/* line 700, base.scss */
.guideWrap section h2, .guideDetailsWrap section h2 {
  padding: 10px;
  background: #000000;
  color: #FFFFFF;
}
@media screen and (max-width: 486px) {
  /* line 700, base.scss */
  .guideWrap section h2, .guideDetailsWrap section h2 {
    font-size: 20px;
    font-size: 5.20833vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 700, base.scss */
  .guideWrap section h2, .guideDetailsWrap section h2 {
    font-size: 20px;
    font-size: 3.24675vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 700, base.scss */
  .guideWrap section h2, .guideDetailsWrap section h2 {
    font-size: 20px;
  }
}
/* line 706, base.scss */
.guideWrap section h3, .guideDetailsWrap section h3 {
  color: #0B0340;
  padding: 40px 0 10px;
  border-bottom: 1px dotted #dddddd;
  line-height: 1.8em;
}
@media screen and (max-width: 486px) {
  /* line 706, base.scss */
  .guideWrap section h3, .guideDetailsWrap section h3 {
    font-size: 18px;
    font-size: 4.6875vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 706, base.scss */
  .guideWrap section h3, .guideDetailsWrap section h3 {
    font-size: 18px;
    font-size: 2.92208vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 706, base.scss */
  .guideWrap section h3, .guideDetailsWrap section h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 486px) {
  /* line 706, base.scss */
  .guideWrap section h3, .guideDetailsWrap section h3 {
    padding: 10px 0 10px;
    margin: 0 0 0;
  }
}
@media only screen and (max-width: 486px) and (max-width: 486px) {
  /* line 706, base.scss */
  .guideWrap section h3, .guideDetailsWrap section h3 {
    font-size: 24px;
    font-size: 6.25vw;
  }
}
@media only screen and (max-width: 486px) and (min-width: 481px) and (max-width: 768px) {
  /* line 706, base.scss */
  .guideWrap section h3, .guideDetailsWrap section h3 {
    font-size: 24px;
    font-size: 3.8961vw;
  }
}
@media only screen and (max-width: 486px) and (min-width: 769px) {
  /* line 706, base.scss */
  .guideWrap section h3, .guideDetailsWrap section h3 {
    font-size: 24px;
  }
}

/* line 717, base.scss */
.guideWrap section h3 span, .guideDetailsWrap section h3 span {
  color: #ffffff;
  background: #F23869;
  display: inline-block;
  padding: 0.5em 1em;
  vertical-align: top;
  line-height: 1.2em;
}
@media screen and (max-width: 486px) {
  /* line 717, base.scss */
  .guideWrap section h3 span, .guideDetailsWrap section h3 span {
    font-size: 14px;
    font-size: 3.64583vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 717, base.scss */
  .guideWrap section h3 span, .guideDetailsWrap section h3 span {
    font-size: 14px;
    font-size: 2.27273vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 717, base.scss */
  .guideWrap section h3 span, .guideDetailsWrap section h3 span {
    font-size: 14px;
  }
}
@media screen and (max-width: 486px) {
  /* line 727, base.scss */
  .guideWrap section p, .guideDetailsWrap section p {
    font-size: 14px;
    font-size: 3.64583vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 727, base.scss */
  .guideWrap section p, .guideDetailsWrap section p {
    font-size: 14px;
    font-size: 2.27273vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 727, base.scss */
  .guideWrap section p, .guideDetailsWrap section p {
    font-size: 14px;
  }
}
/* line 729, base.scss */
.guideWrap section p.caution, .guideDetailsWrap section p.caution {
  color: #F23869;
}
@media screen and (max-width: 486px) {
  /* line 729, base.scss */
  .guideWrap section p.caution, .guideDetailsWrap section p.caution {
    font-size: 12px;
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 729, base.scss */
  .guideWrap section p.caution, .guideDetailsWrap section p.caution {
    font-size: 12px;
    font-size: 1.94805vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 729, base.scss */
  .guideWrap section p.caution, .guideDetailsWrap section p.caution {
    font-size: 12px;
  }
}

/* line 738, base.scss */
.guideDetailsWrap section {
  width: 100%;
  float: none;
  margin: 0 auto;
}

/* line 745, base.scss */
.aboutWrap h1 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
@media screen and (max-width: 486px) {
  /* line 745, base.scss */
  .aboutWrap h1 {
    font-size: 24px;
    font-size: 6.25vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 745, base.scss */
  .aboutWrap h1 {
    font-size: 24px;
    font-size: 3.8961vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 745, base.scss */
  .aboutWrap h1 {
    font-size: 24px;
  }
}
/* line 750, base.scss */
.aboutWrap nav {
  width: 30%;
  float: left;
}
/* line 753, base.scss */
.aboutWrap nav ul {
  margin-top: 40px;
}
/* line 755, base.scss */
.aboutWrap nav ul li {
  line-height: 1.8em;
}
@media screen and (max-width: 486px) {
  /* line 755, base.scss */
  .aboutWrap nav ul li {
    font-size: 16px;
    font-size: 4.16667vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 755, base.scss */
  .aboutWrap nav ul li {
    font-size: 16px;
    font-size: 2.5974vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 755, base.scss */
  .aboutWrap nav ul li {
    font-size: 16px;
  }
}
/* line 761, base.scss */
.aboutWrap section {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
}
/* line 765, base.scss */
.aboutWrap section ul {
  list-style-type: decimal;
}
/* line 767, base.scss */
.aboutWrap section ul li {
  line-height: 1.8em;
}
/* line 771, base.scss */
.aboutWrap section h2 {
  padding: 10px;
  background: #000000;
  color: #FFFFFF;
}
@media screen and (max-width: 486px) {
  /* line 771, base.scss */
  .aboutWrap section h2 {
    font-size: 20px;
    font-size: 5.20833vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 771, base.scss */
  .aboutWrap section h2 {
    font-size: 20px;
    font-size: 3.24675vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 771, base.scss */
  .aboutWrap section h2 {
    font-size: 20px;
  }
}
/* line 777, base.scss */
.aboutWrap section h2 {
  padding: 10px;
  background: #000000;
  color: #FFFFFF;
}
@media screen and (max-width: 486px) {
  /* line 777, base.scss */
  .aboutWrap section h2 {
    font-size: 20px;
    font-size: 5.20833vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 777, base.scss */
  .aboutWrap section h2 {
    font-size: 20px;
    font-size: 3.24675vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 777, base.scss */
  .aboutWrap section h2 {
    font-size: 20px;
  }
}
/* line 783, base.scss */
.aboutWrap section h3 {
  color: #000000;
  padding: 10px 0;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 486px) {
  /* line 783, base.scss */
  .aboutWrap section h3 {
    font-size: 18px;
    font-size: 4.6875vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 783, base.scss */
  .aboutWrap section h3 {
    font-size: 18px;
    font-size: 2.92208vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 783, base.scss */
  .aboutWrap section h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 486px) {
  /* line 789, base.scss */
  .aboutWrap section p {
    font-size: 14px;
    font-size: 3.64583vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 789, base.scss */
  .aboutWrap section p {
    font-size: 14px;
    font-size: 2.27273vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 789, base.scss */
  .aboutWrap section p {
    font-size: 14px;
  }
}

/* line 796, base.scss */
.faqWrap h1 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
@media screen and (max-width: 486px) {
  /* line 796, base.scss */
  .faqWrap h1 {
    font-size: 24px;
    font-size: 6.25vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 796, base.scss */
  .faqWrap h1 {
    font-size: 24px;
    font-size: 3.8961vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 796, base.scss */
  .faqWrap h1 {
    font-size: 24px;
  }
}
/* line 801, base.scss */
.faqWrap nav {
  width: 30%;
  float: left;
}
/* line 804, base.scss */
.faqWrap nav ul {
  margin-top: 40px;
}
/* line 806, base.scss */
.faqWrap nav ul li {
  line-height: 1.8em;
}
@media screen and (max-width: 486px) {
  /* line 806, base.scss */
  .faqWrap nav ul li {
    font-size: 16px;
    font-size: 4.16667vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 806, base.scss */
  .faqWrap nav ul li {
    font-size: 16px;
    font-size: 2.5974vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 806, base.scss */
  .faqWrap nav ul li {
    font-size: 16px;
  }
}
/* line 812, base.scss */
.faqWrap section {
  width: 100%;
  margin-top: 20px;
}
/* line 815, base.scss */
.faqWrap section ul {
  list-style-type: decimal;
}
/* line 817, base.scss */
.faqWrap section ul li {
  line-height: 1.8em;
}
/* line 821, base.scss */
.faqWrap section h2 {
  padding: 10px;
  background: #000000;
  color: #FFFFFF;
}
@media screen and (max-width: 486px) {
  /* line 821, base.scss */
  .faqWrap section h2 {
    font-size: 20px;
    font-size: 5.20833vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 821, base.scss */
  .faqWrap section h2 {
    font-size: 20px;
    font-size: 3.24675vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 821, base.scss */
  .faqWrap section h2 {
    font-size: 20px;
  }
}
/* line 827, base.scss */
.faqWrap section h2 {
  padding: 10px;
  background: #000000;
  color: #FFFFFF;
}
@media screen and (max-width: 486px) {
  /* line 827, base.scss */
  .faqWrap section h2 {
    font-size: 20px;
    font-size: 5.20833vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 827, base.scss */
  .faqWrap section h2 {
    font-size: 20px;
    font-size: 3.24675vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 827, base.scss */
  .faqWrap section h2 {
    font-size: 20px;
  }
}
/* line 833, base.scss */
.faqWrap section h3 {
  color: #000000;
  padding: 10px 0;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 486px) {
  /* line 833, base.scss */
  .faqWrap section h3 {
    font-size: 18px;
    font-size: 4.6875vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 833, base.scss */
  .faqWrap section h3 {
    font-size: 18px;
    font-size: 2.92208vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 833, base.scss */
  .faqWrap section h3 {
    font-size: 18px;
  }
}
/* line 839, base.scss */
.faqWrap section p {
  padding-bottom: 50px;
}
@media screen and (max-width: 486px) {
  /* line 839, base.scss */
  .faqWrap section p {
    font-size: 14px;
    font-size: 3.64583vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 839, base.scss */
  .faqWrap section p {
    font-size: 14px;
    font-size: 2.27273vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 839, base.scss */
  .faqWrap section p {
    font-size: 14px;
  }
}

/* line 846, base.scss */
.ec-role {
  max-width: 90%;
}

/* line 850, base.scss */
.ec-itemNav__nav > li:hover li:hover > a {
  background: #eeeeee;
}

/* line 853, base.scss */
#page_homepage .ec-itemNav__nav > li:hover li:hover > a {
  background: #333333;
}

@media screen and (max-width: 486px) {
  /* line 858, base.scss */
  .ec-pageHeader h1 {
    font-size: 24px;
    font-size: 6.25vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 858, base.scss */
  .ec-pageHeader h1 {
    font-size: 24px;
    font-size: 3.8961vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 858, base.scss */
  .ec-pageHeader h1 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 486px) {
  /* line 861, base.scss */
  form.ec-cartRole {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* line 867, base.scss */
.ec-cartRole .ec-cartRole__actions {
  width: 30%;
}
@media only screen and (max-width: 486px) {
  /* line 867, base.scss */
  .ec-cartRole .ec-cartRole__actions {
    width: 100%;
  }
}

/* line 874, base.scss */
.cautionTxt {
  font-weight: bold;
  color: #F23869;
  padding: 30px 0 50px;
}
@media screen and (max-width: 486px) {
  /* line 874, base.scss */
  .cautionTxt {
    font-size: 20px;
    font-size: 5.20833vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 874, base.scss */
  .cautionTxt {
    font-size: 20px;
    font-size: 3.24675vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 874, base.scss */
  .cautionTxt {
    font-size: 20px;
  }
}

/* line 880, base.scss */
.cautionTxtInline {
  color: #F23869;
  text-align: left;
}
@media screen and (max-width: 486px) {
  /* line 880, base.scss */
  .cautionTxtInline {
    font-size: 12px;
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 880, base.scss */
  .cautionTxtInline {
    font-size: 12px;
    font-size: 1.94805vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 880, base.scss */
  .cautionTxtInline {
    font-size: 12px;
  }
}

/* line 885, base.scss */
.btnTxt {
  color: #0B0340;
  line-height: 1.4em;
  text-align: left;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 486px) {
  /* line 885, base.scss */
  .btnTxt {
    font-size: 12px;
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 885, base.scss */
  .btnTxt {
    font-size: 12px;
    font-size: 1.94805vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 885, base.scss */
  .btnTxt {
    font-size: 12px;
  }
}

/* line 893, base.scss */
.ec-progress {
  max-width: 700px;
}

/* line 897, base.scss */
.ec-progress .ec-progress__number {
  background: #aaaaaa;
}

/* line 900, base.scss */
.ec-progress .ec-progress__item:after {
  background: #aaaaaa;
}

/* line 903, base.scss */
.ec-progress .is-complete .ec-progress__number {
  background: #7B8174;
}

/* line 906, base.scss */
.ec-progress .is-complete .ec-progress__label {
  color: #7B8174;
}

/* line 909, base.scss */
.ec-blockBtn--action {
  background: #7B8174;
  border: #7B8174;
}

/* line 914, base.scss */
.ec-blockBtn--cancel {
  background: #aaaaaa;
  border: #aaaaaa;
  /*  background:#ffffff;
    color:#0367A6;*/
  margin-top: 20px;
}

/* line 923, base.scss */
.ec-shelfGrid__item form {
  display: none;
}
/* line 926, base.scss */
.ec-shelfGrid__item .ec-productRole__btn {
  display: none;
}

/* line 931, base.scss */
.orderFlow {
  max-width: 800px;
  margin: 0 auto;
}
/* line 934, base.scss */
.orderFlow h2 {
  font-weight: bold;
  border-bottom: 1px solid #7B8174;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 486px) {
  /* line 934, base.scss */
  .orderFlow h2 {
    font-size: 28px;
    font-size: 7.29167vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 934, base.scss */
  .orderFlow h2 {
    font-size: 28px;
    font-size: 4.54545vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 934, base.scss */
  .orderFlow h2 {
    font-size: 28px;
  }
}
/* line 941, base.scss */
.orderFlow h3 {
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 486px) {
  /* line 941, base.scss */
  .orderFlow h3 {
    font-size: 24px;
    font-size: 6.25vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 941, base.scss */
  .orderFlow h3 {
    font-size: 24px;
    font-size: 3.8961vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 941, base.scss */
  .orderFlow h3 {
    font-size: 24px;
  }
}
/* line 947, base.scss */
.orderFlow p {
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 486px) {
  /* line 947, base.scss */
  .orderFlow p {
    font-size: 14px;
    font-size: 3.64583vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 947, base.scss */
  .orderFlow p {
    font-size: 14px;
    font-size: 2.27273vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 947, base.scss */
  .orderFlow p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 486px) {
  /* line 952, base.scss */
  .orderFlow p br {
    display: none;
  }
}
/* line 957, base.scss */
.orderFlow figure {
  padding: 20px 0 20px;
}
@media only screen and (max-width: 486px) {
  /* line 957, base.scss */
  .orderFlow figure {
    padding: 0px 0 0;
  }
}
/* line 967, base.scss */
.guideDetailsWrap .orderFlow h3 {
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 486px) {
  /* line 967, base.scss */
  .guideDetailsWrap .orderFlow h3 {
    font-size: 24px;
    font-size: 6.25vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 967, base.scss */
  .guideDetailsWrap .orderFlow h3 {
    font-size: 24px;
    font-size: 3.8961vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 967, base.scss */
  .guideDetailsWrap .orderFlow h3 {
    font-size: 24px;
  }
}
/* line 972, base.scss */
.guideDetailsWrap .orderFlow p {
  text-align: left;
  line-height: 1.8em;
}
@media screen and (max-width: 486px) {
  /* line 972, base.scss */
  .guideDetailsWrap .orderFlow p {
    font-size: 16px;
    font-size: 4.16667vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 972, base.scss */
  .guideDetailsWrap .orderFlow p {
    font-size: 16px;
    font-size: 2.5974vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 972, base.scss */
  .guideDetailsWrap .orderFlow p {
    font-size: 16px;
  }
}

/* line 981, base.scss */
.ec-select__delivery, .ec-select__time {
  display: none;
}

@media screen and (max-width: 486px) {
  /* line 985, base.scss */
  h4.daysTxt {
    font-size: 18px;
    font-size: 4.6875vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 985, base.scss */
  h4.daysTxt {
    font-size: 18px;
    font-size: 2.92208vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 985, base.scss */
  h4.daysTxt {
    font-size: 18px;
  }
}

@media only screen and (max-width: 486px) and (max-width: 486px) {
  /* line 990, base.scss */
  .ec-cartRow .ec-cartRow__name {
    font-size: 14px;
    font-size: 3.64583vw;
  }
}
@media only screen and (max-width: 486px) and (min-width: 481px) and (max-width: 768px) {
  /* line 990, base.scss */
  .ec-cartRow .ec-cartRow__name {
    font-size: 14px;
    font-size: 2.27273vw;
  }
}
@media only screen and (max-width: 486px) and (min-width: 769px) {
  /* line 990, base.scss */
  .ec-cartRow .ec-cartRow__name {
    font-size: 14px;
  }
}

@media only screen and (max-width: 486px) {
  /* line 995, base.scss */
  .ec-cartRow .ec-cartRow__contentColumn {
    display: block;
    border-bottom: none;
  }
}
@media only screen and (max-width: 486px) {
  /* line 1001, base.scss */
  .ec-cartRow .ec-cartRow__amountColumn {
    display: flex;
    width: 100%;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 486px) {
  /* line 1007, base.scss */
  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP {
    width: 40%;
  }
}

@media screen and (max-width: 486px) {
  /* line 1018, base.scss */
  .ec-footerTitle .ec-footerTitle__logo a {
    font-size: 14px;
    font-size: 3.64583vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1018, base.scss */
  .ec-footerTitle .ec-footerTitle__logo a {
    font-size: 14px;
    font-size: 2.27273vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 1018, base.scss */
  .ec-footerTitle .ec-footerTitle__logo a {
    font-size: 14px;
  }
}

/* line 1025, base.scss */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 45%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/* line 1043, base.scss */
.slick-prev {
  left: -25px;
}

/* line 1046, base.scss */
.slick-prev:before {
  content: url("../img/common/allow-left.svg");
}

/* line 1049, base.scss */
.slick-next {
  right: -25px;
}

/* line 1052, base.scss */
.slick-next:before {
  content: url("../img/common/allow-right.svg");
}

/* line 1055, base.scss */
.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1063, base.scss */
.ec-sliderItemRole .slideThumb {
  margin-bottom: 10px;
  width: 16.5%;
}
/* line 1066, base.scss */
.ec-sliderItemRole .slideThumb img {
  width: 95%;
}

/* line 1072, base.scss */
.ec-layoutRole__contentBottom {
  clear: both;
  padding-top: 50px;
  border-top: 1px solid #dddddd;
  padding-bottom: 100px;
  background: #ffffff;
}
@media only screen and (min-width: 486px) {
  /* line 1072, base.scss */
  .ec-layoutRole__contentBottom {
    display: flex;
    padding: 5%;
  }
}
/* line 1083, base.scss */
.ec-layoutRole__contentBottom .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1130px;
  margin: 0 auto;
}
@media only screen and (max-width: 486px) {
  /* line 1072, base.scss */
  .ec-layoutRole__contentBottom {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/* line 1094, base.scss */
.ec-layoutRole__contentBottom .calenderWrap {
  width: 26%;
  margin-right: 4%;
}
@media only screen and (max-width: 486px) {
  /* line 1094, base.scss */
  .ec-layoutRole__contentBottom .calenderWrap {
    width: 100%;
  }
}
/* line 1101, base.scss */
.ec-layoutRole__contentBottom .footerGuideWrap {
  display: flex;
  width: 60%;
}
@media only screen and (max-width: 486px) {
  /* line 1101, base.scss */
  .ec-layoutRole__contentBottom .footerGuideWrap {
    display: block;
  }
}
@media only screen and (max-width: 486px) {
  /* line 1101, base.scss */
  .ec-layoutRole__contentBottom .footerGuideWrap {
    width: 100%;
  }
}
/* line 1110, base.scss */
.ec-layoutRole__contentBottom .footerGuideWrap .footerGuideBox {
  width: 50%;
}
@media only screen and (max-width: 486px) {
  /* line 1110, base.scss */
  .ec-layoutRole__contentBottom .footerGuideWrap .footerGuideBox {
    width: 100%;
  }
}
/* line 1117, base.scss */
.ec-layoutRole__contentBottom h3 {
  padding: 20px 0;
  margin: 0;
  color: #000000;
}
/* line 1122, base.scss */
.ec-layoutRole__contentBottom p {
  color: #000000;
}

/* calender css */
/* line 1136, base.scss */
div.cal_wrapper {
  padding: 10px 0px;
}

/* line 1139, base.scss */
div.schedule_wrapper {
  padding: 10px 0px;
  width: 310px;
  border: solid 1px #CCC;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #666;
}

/* line 1146, base.scss */
div.schedule_wrapper h3 {
  padding: 0px 10px;
  font-weight: normal;
  margin: 0px;
  font-size: 12px;
  color: #666;
}

/* line 1153, base.scss */
div.schedule_wrapper div.schedule_list {
  padding: 0px 10px;
  margin: 0px;
}

/* line 1157, base.scss */
div.schedule_wrapper div.schedule_list ol {
  padding: 0px;
  margin: 5px auto;
  border-top: solid 1px #CCC;
}

/* line 1162, base.scss */
div.schedule_wrapper div.schedule_list ol li {
  padding: 5px 10px 0px 0px;
  margin: 0px 0px 0px 30px;
  font-size: 12px;
  line-height: 1.5em;
}

/* line 1168, base.scss */
div.schedule_wrapper div.schedule_list ol li:hover {
  text-decoration: underline;
}

/* line 1171, base.scss */
div.cal_wrapper table.cal {
  width: 100%;
}

/* line 1172, base.scss */
div.cal_wrapper table.cal tr th p {
  float: left;
  padding: 5px;
  margin: 0px;
  color: #666;
  font-size: 12px;
}

/* line 1179, base.scss */
div.cal_wrapper table.cal tr th div.cal_ui {
  float: right;
}

/* line 1182, base.scss */
div.cal_wrapper table.cal tr th div.cal_ui input {
  border: solid 1px #CCC;
  background-color: #FFF;
  font-size: 12px;
  margin: 0px 1px;
  padding: 1px 5px;
  border-radius: 3px;
}

/* line 1190, base.scss */
div.cal_wrapper table.cal tr td {
  border-top: solid 1px #EEE;
}

/* line 1193, base.scss */
div.cal_wrapper table.cal tr td {
  font-size: 10px;
  text-align: center;
  padding: 2px;
}

/* line 1198, base.scss */
div.cal_wrapper table.cal tr.headline td {
  padding: 5px 0px;
  color: #666;
}

/* line 1202, base.scss */
div.cal_wrapper table.cal tr.headline {
  background-color: #EEE;
}

/* line 1205, base.scss */
div.cal_wrapper table.cal tr td div {
  position: relative;
  padding: 5px 5px;
  font-size: 10px;
  text-align: center;
  background-color: #FFF;
  border-radius: 3px;
}

/* line 1213, base.scss */
div.cal_wrapper table.cal tr td div span {
  display: none;
  position: absolute;
  top: 20px;
  left: 0px;
  width: 180px;
  border: solid 1px #EEE;
  background-color: #FFF;
  text-align: left;
  padding: 5px;
  z-index: 10;
  color: #000;
  font-weight: normal;
  line-height: 1.5em;
  box-shadow: 1px 1px 3px #666;
}

/* 以下、クラス指定するときのアレ */
/* line 1232, base.scss */
div.cal_wrapper table.cal tr td div.Sat {
  color: #00F;
}

/* line 1235, base.scss */
div.cal_wrapper table.cal tr td div.Sun {
  color: #F00;
}

/* line 1238, base.scss */
div.cal_wrapper table.cal tr td div.Today {
  font-weight: bolder;
}

/* line 1241, base.scss */
div.cal_wrapper table.cal tr td div.Deli {
  background-color: #EFE;
}

/* line 1244, base.scss */
div.cal_wrapper table.cal tr td div.Holyday {
  font-weight: bolder;
  color: #F00;
  background-color: #FEE;
}

/* line 1249, base.scss */
div.cal_wrapper table.cal tr td div.Birthday {
  font-weight: bolder;
  background-color: #EEF;
  color: #090;
  border-radius: 3px;
}

/* line 1256, base.scss */
div.cal_wrapper table.cal tr td div.backward {
  color: #CCC;
  font-weight: normal;
  background-color: #FFF;
  border-radius: 3px;
}

/* line 1262, base.scss */
div.cal_wrapper table.cal tr td div.pointer {
  cursor: pointer;
}

/* line 1265, base.scss */
div.cal_wrapper table.cal tr td div.pointer:hover {
  background-color: #EEE;
}

/* line 1271, base.scss */
.ec-productRole__description p.itemLead {
  padding: 10px 0;
}
/* line 1274, base.scss */
.ec-productRole__description .priceTable {
  width: 100%;
  border: 1px solid #dddddd;
  border-collapse: collapse;
}
/* line 1278, base.scss */
.ec-productRole__description .priceTable caption {
  text-align: center;
  font-weight: bold;
  color: #000000;
}
@media screen and (max-width: 486px) {
  /* line 1278, base.scss */
  .ec-productRole__description .priceTable caption {
    font-size: 16px;
    font-size: 4.16667vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1278, base.scss */
  .ec-productRole__description .priceTable caption {
    font-size: 16px;
    font-size: 2.5974vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 1278, base.scss */
  .ec-productRole__description .priceTable caption {
    font-size: 16px;
  }
}
/* line 1284, base.scss */
.ec-productRole__description .priceTable th {
  padding: 10px;
  background: #eeeeee;
  border: 1px solid #dddddd;
}
/* line 1289, base.scss */
.ec-productRole__description .priceTable td {
  padding: 10px;
  border: 1px solid #dddddd;
}

/* line 1296, base.scss */
.ec-cartWrap {
  background: #f1f7fc;
  padding: 20px;
  text-align: center;
}

/* line 1302, base.scss */
.ec-productRole .ec-productRole__btn {
  margin: 0 auto;
}

/* line 1306, base.scss */
.ec-grid2 {
  padding-bottom: 50px;
}

@media only screen and (max-width: 486px) {
  /* line 1312, base.scss */
  .ec-modal-box .ec-role label {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 486px) {
  /* line 1318, base.scss */
  #page_product_detail .slick-dots {
    bottom: -35px;
  }
}

@media only screen and (max-width: 486px) {
  /* line 1322, base.scss */
  #page_product_detail .slick-dots li button:before {
    width: 8px;
    height: 8px;
  }
}

@media only screen and (max-width: 486px) {
  /* line 1326, base.scss */
  #page_product_detail .slick-dots li {
    width: 10px;
    height: 10px;
  }
}

@media only screen and (max-width: 486px) {
  /* line 1329, base.scss */
  #page_product_detail .slick-dots li {
    margin: 0 1.5px;
  }
}

/* line 1333, base.scss */
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li.spContNav a {
  background: #999999;
  color: #7B8174;
}

/* line 1338, base.scss */
.btnLink {
  text-align: center;
  padding-top: 20px;
  clear: both;
}

/* line 1344, base.scss */
.cartCoution {
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  padding: 15px 0;
}
/* line 1348, base.scss */
.cartCoution h3 {
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1.6em;
}
@media screen and (max-width: 486px) {
  /* line 1348, base.scss */
  .cartCoution h3 {
    font-size: 20px;
    font-size: 5.20833vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1348, base.scss */
  .cartCoution h3 {
    font-size: 20px;
    font-size: 3.24675vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 1348, base.scss */
  .cartCoution h3 {
    font-size: 20px;
  }
}
/* line 1354, base.scss */
.cartCoution h3 span {
  font-weight: bold;
  color: #0367A4;
}
@media screen and (max-width: 486px) {
  /* line 1354, base.scss */
  .cartCoution h3 span {
    font-size: 24px;
    font-size: 6.25vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1354, base.scss */
  .cartCoution h3 span {
    font-size: 24px;
    font-size: 3.8961vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 1354, base.scss */
  .cartCoution h3 span {
    font-size: 24px;
  }
}
/* line 1359, base.scss */
.cartCoution h3 b {
  border-bottom: 3px solid #ffff00;
}
/* line 1363, base.scss */
.cartCoution h4 {
  text-align: center;
  color: #C82829;
  padding: 0;
  font-weight: bold;
}
@media screen and (max-width: 486px) {
  /* line 1363, base.scss */
  .cartCoution h4 {
    font-size: 14px;
    font-size: 3.64583vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1363, base.scss */
  .cartCoution h4 {
    font-size: 14px;
    font-size: 2.27273vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 1363, base.scss */
  .cartCoution h4 {
    font-size: 14px;
  }
}
/* line 1370, base.scss */
.cartCoution p {
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 486px) {
  /* line 1370, base.scss */
  .cartCoution p {
    font-size: 14px;
    font-size: 3.64583vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1370, base.scss */
  .cartCoution p {
    font-size: 14px;
    font-size: 2.27273vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 1370, base.scss */
  .cartCoution p {
    font-size: 14px;
  }
}

/* line 1377, base.scss */
.notification {
  width: 90%;
  text-align: center;
}

/* line 1382, base.scss */
.ec-productRole__description {
  padding: 5vh 0;
}
/* line 1384, base.scss */
.ec-productRole__description p {
  letter-spacing: 0.1em;
  line-height: 1.8em;
}
@media screen and (max-width: 486px) {
  /* line 1384, base.scss */
  .ec-productRole__description p {
    font-size: 14px;
    font-size: 3.64583vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1384, base.scss */
  .ec-productRole__description p {
    font-size: 14px;
    font-size: 2.27273vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 1384, base.scss */
  .ec-productRole__description p {
    font-size: 14px;
  }
}
@media screen and (max-width: 486px) {
  /* line 1389, base.scss */
  .ec-productRole__description h3 {
    font-size: 18px;
    font-size: 4.6875vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1389, base.scss */
  .ec-productRole__description h3 {
    font-size: 18px;
    font-size: 2.92208vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 1389, base.scss */
  .ec-productRole__description h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 486px) {
  /* line 1392, base.scss */
  .ec-productRole__description p.coution {
    font-size: 11px;
    font-size: 2.86458vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1392, base.scss */
  .ec-productRole__description p.coution {
    font-size: 11px;
    font-size: 1.78571vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 1392, base.scss */
  .ec-productRole__description p.coution {
    font-size: 11px;
  }
}

/* line 1398, base.scss */
.ec-productRole .ec-productRole__title {
  padding-bottom: 20px;
}
/* line 1400, base.scss */
.ec-productRole .ec-productRole__title .ec-headingTitle {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 486px) {
  /* line 1400, base.scss */
  .ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 24px;
    font-size: 6.25vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1400, base.scss */
  .ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 24px;
    font-size: 3.8961vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 1400, base.scss */
  .ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 24px;
  }
}
/* line 1405, base.scss */
.ec-productRole .ec-productRole__price {
  border-bottom: none;
}
/* line 1408, base.scss */
.ec-productRole .ec-productRole__actions_wrap {
  padding: 20px 0;
  background: #f8f8f8;
}
/* line 1411, base.scss */
.ec-productRole .ec-productRole__actions_wrap .ec-productRole__actions {
  padding: 10px 10% 0;
}
/* line 1414, base.scss */
.ec-productRole .ec-productRole__actions_wrap .ec-productRole__btn {
  width: 80%;
}

/* line 1421, base.scss */
.ec-displayRankRole {
  width: 100%;
  margin: 0 auto;
}
/* line 1425, base.scss */
.ec-displayRankRole .ec-secHeading .ec-secHeading__en {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .2em;
  text-align: center;
}
/* line 1432, base.scss */
.ec-displayRankRole .ec-secHeading .ec-secHeading__line {
  display: block;
  margin: 13px auto;
  width: 20px;
  height: 1px;
  background: black;
}
/* line 1439, base.scss */
.ec-displayRankRole .ec-secHeading .ec-secHeading__ja {
  display: block;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: .15em;
  vertical-align: 2px;
  text-align: center;
}
/* line 1449, base.scss */
.ec-displayRankRole .ec-secHeading {
  margin-top: 20px;
}
/* line 1453, base.scss */
.ec-displayRankRole div.moreBtn {
  padding: 20px;
  margin: 20px auto;
  text-align: center;
}
/* line 1459, base.scss */
.ec-displayRankRole .ec-shelfGrid .ec-shelfGrid__item {
  width: 20%;
}
@media only screen and (max-width: 486px) {
  /* line 1459, base.scss */
  .ec-displayRankRole .ec-shelfGrid .ec-shelfGrid__item {
    width: 50%;
  }
}

/* line 1468, base.scss */
.ec-newItemRole {
  width: 100%;
  margin: 0 auto;
}
/* line 1471, base.scss */
.ec-newItemRole .ec-newItemRole__list {
  flex-wrap: wrap;
}
/* line 1474, base.scss */
.ec-newItemRole .ec-newItemRole__listItem {
  width: 18%;
  margin: 0 1%;
  margin-right: 1%;
  margin-left: 1%;
}
/* line 1476, base.scss */
.ec-newItemRole .ec-newItemRole__listItem:nth-child(odd) {
  margin-right: 1%;
}
/* line 1479, base.scss */
.ec-newItemRole .ec-newItemRole__listItem:not(:last-of-type) {
  margin-right: 1%;
}
/* line 1486, base.scss */
.ec-newItemRole .ec-newItemRole__listItemHeading {
  margin-top: 20px;
}
/* line 1490, base.scss */
.ec-newItemRole div.moreBtn {
  padding: 20px;
  margin: 20px auto;
  text-align: center;
}

/* line 1498, base.scss */
.ec-sliderRole {
  padding-left: 0;
  padding-right: 0;
}

/* line 1504, base.scss */
.ec-categoryTitle {
  text-align: center;
  width: 100%;
}
/* line 1507, base.scss */
.ec-categoryTitle h2 {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 486px) {
  /* line 1507, base.scss */
  .ec-categoryTitle h2 {
    font-size: 32px;
    font-size: 8.33333vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1507, base.scss */
  .ec-categoryTitle h2 {
    font-size: 32px;
    font-size: 5.19481vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 1507, base.scss */
  .ec-categoryTitle h2 {
    font-size: 32px;
  }
}
/* line 1510, base.scss */
.ec-categoryTitle h2 a {
  color: #7B8174;
}
/* line 1514, base.scss */
.ec-categoryTitle p.cateEng {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 486px) {
  /* line 1514, base.scss */
  .ec-categoryTitle p.cateEng {
    font-size: 10px;
    font-size: 2.60417vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1514, base.scss */
  .ec-categoryTitle p.cateEng {
    font-size: 10px;
    font-size: 1.62338vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 1514, base.scss */
  .ec-categoryTitle p.cateEng {
    font-size: 10px;
  }
}

/* line 1522, base.scss */
.ec-topicpath .ec-topicpath__item a, .ec-topicpath .ec-topicpath__item--active a {
  color: #7B8174;
}

/* line 1530, base.scss */
.ec-productRole .ec-productRole__category a {
  color: #7B8174;
}

/* line 1538, base.scss */
.ec-role.flow .ec-pageHeader {
  text-align: center;
}
/* line 1541, base.scss */
.ec-role.flow .ec-off1Grid {
  flex-wrap: wrap;
  justify-content: space-around;
}
/* line 1544, base.scss */
.ec-role.flow .ec-off1Grid .ec-off1Grid__cell {
  margin-left: 0;
  width: 48%;
  margin-bottom: 5vw;
  background-color: #f6f6f6;
}
@media only screen and (max-width: 486px) {
  /* line 1544, base.scss */
  .ec-role.flow .ec-off1Grid .ec-off1Grid__cell {
    width: 100%;
  }
}
/* line 1552, base.scss */
.ec-role.flow .ec-off1Grid .ec-off1Grid__cell .ec-borderedDefs {
  text-align: center;
  border-top: 0;
  padding: 20px 0 0;
}
@media screen and (max-width: 486px) {
  /* line 1556, base.scss */
  .ec-role.flow .ec-off1Grid .ec-off1Grid__cell .ec-borderedDefs h2 {
    font-size: 28px;
    font-size: 7.29167vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1556, base.scss */
  .ec-role.flow .ec-off1Grid .ec-off1Grid__cell .ec-borderedDefs h2 {
    font-size: 28px;
    font-size: 4.54545vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 1556, base.scss */
  .ec-role.flow .ec-off1Grid .ec-off1Grid__cell .ec-borderedDefs h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 486px) and (max-width: 486px) {
  /* line 1556, base.scss */
  .ec-role.flow .ec-off1Grid .ec-off1Grid__cell .ec-borderedDefs h2 {
    font-size: 24px;
    font-size: 6.25vw;
  }
}
@media only screen and (max-width: 486px) and (min-width: 481px) and (max-width: 768px) {
  /* line 1556, base.scss */
  .ec-role.flow .ec-off1Grid .ec-off1Grid__cell .ec-borderedDefs h2 {
    font-size: 24px;
    font-size: 3.8961vw;
  }
}
@media only screen and (max-width: 486px) and (min-width: 769px) {
  /* line 1556, base.scss */
  .ec-role.flow .ec-off1Grid .ec-off1Grid__cell .ec-borderedDefs h2 {
    font-size: 24px;
  }
}

/* line 1563, base.scss */
.ec-role.flow .ec-off1Grid .ec-off1Grid__cell figure {
  padding: 20px;
}
@media only screen and (max-width: 486px) {
  /* line 1563, base.scss */
  .ec-role.flow .ec-off1Grid .ec-off1Grid__cell figure {
    padding: 0;
    margin: 1em 15px;
  }
}
/* line 1569, base.scss */
.ec-role.flow .ec-off1Grid .ec-off1Grid__cell figure figcaption {
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 486px) {
  /* line 1569, base.scss */
  .ec-role.flow .ec-off1Grid .ec-off1Grid__cell figure figcaption {
    font-size: 18px;
    font-size: 4.6875vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1569, base.scss */
  .ec-role.flow .ec-off1Grid .ec-off1Grid__cell figure figcaption {
    font-size: 18px;
    font-size: 2.92208vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 1569, base.scss */
  .ec-role.flow .ec-off1Grid .ec-off1Grid__cell figure figcaption {
    font-size: 18px;
  }
}

/* line 1580, base.scss */
.ec-role.making .ec-pageHeader {
  text-align: center;
}
/* line 1583, base.scss */
.ec-role.making .ec-off1Grid {
  flex-wrap: wrap;
  justify-content: space-around;
}
/* line 1586, base.scss */
.ec-role.making .ec-off1Grid .ec-off1Grid__cell {
  margin-left: 0;
  width: 100%;
  height: 50vh;
  margin-bottom: 5vw;
  text-align: center;
  background-color: #f6f6f6;
}
@media only screen and (max-width: 486px) {
  /* line 1586, base.scss */
  .ec-role.making .ec-off1Grid .ec-off1Grid__cell {
    width: 100%;
  }
}
/* line 1596, base.scss */
.ec-role.making .ec-off1Grid .ec-off1Grid__cell h2 {
  padding-top: 20vh;
}
@media screen and (max-width: 486px) {
  /* line 1596, base.scss */
  .ec-role.making .ec-off1Grid .ec-off1Grid__cell h2 {
    font-size: 20px;
    font-size: 5.20833vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1596, base.scss */
  .ec-role.making .ec-off1Grid .ec-off1Grid__cell h2 {
    font-size: 20px;
    font-size: 3.24675vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 1596, base.scss */
  .ec-role.making .ec-off1Grid .ec-off1Grid__cell h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 486px) and (max-width: 486px) {
  /* line 1596, base.scss */
  .ec-role.making .ec-off1Grid .ec-off1Grid__cell h2 {
    font-size: 24px;
    font-size: 6.25vw;
  }
}
@media only screen and (max-width: 486px) and (min-width: 481px) and (max-width: 768px) {
  /* line 1596, base.scss */
  .ec-role.making .ec-off1Grid .ec-off1Grid__cell h2 {
    font-size: 24px;
    font-size: 3.8961vw;
  }
}
@media only screen and (max-width: 486px) and (min-width: 769px) {
  /* line 1596, base.scss */
  .ec-role.making .ec-off1Grid .ec-off1Grid__cell h2 {
    font-size: 24px;
  }
}

/* line 1603, base.scss */
.ec-role.making .ec-off1Grid .ec-off1Grid__cell .ec-borderedDefs {
  text-align: center;
  border-top: 0;
  padding: 20px 0 0;
}
/* line 1608, base.scss */
.ec-role.making .ec-off1Grid .ec-off1Grid__cell figure {
  padding: 20px;
}
/* line 1610, base.scss */
.ec-role.making .ec-off1Grid .ec-off1Grid__cell figure figcaption {
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 486px) {
  /* line 1610, base.scss */
  .ec-role.making .ec-off1Grid .ec-off1Grid__cell figure figcaption {
    font-size: 18px;
    font-size: 4.6875vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1610, base.scss */
  .ec-role.making .ec-off1Grid .ec-off1Grid__cell figure figcaption {
    font-size: 18px;
    font-size: 2.92208vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 1610, base.scss */
  .ec-role.making .ec-off1Grid .ec-off1Grid__cell figure figcaption {
    font-size: 18px;
  }
}

/* line 1620, base.scss */
.ec-layoutRole__contentBottom {
  border-top: none;
}

/* line 1623, base.scss */
.snsNaviWrap {
  text-align: center;
  margin: 0 auto;
}
/* line 1627, base.scss */
.snsNaviWrap .snsNaviWrapInner ul.snsNavi {
  display: flex;
  justify-content: center;
}
/* line 1630, base.scss */
.snsNaviWrap .snsNaviWrapInner ul.snsNavi li.snsNaviLink {
  list-style: none;
  margin: 20px;
}
@media screen and (max-width: 486px) {
  /* line 1633, base.scss */
  .snsNaviWrap .snsNaviWrapInner ul.snsNavi li.snsNaviLink a {
    font-size: 32px;
    font-size: 8.33333vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1633, base.scss */
  .snsNaviWrap .snsNaviWrapInner ul.snsNavi li.snsNaviLink a {
    font-size: 32px;
    font-size: 5.19481vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 1633, base.scss */
  .snsNaviWrap .snsNaviWrapInner ul.snsNavi li.snsNaviLink a {
    font-size: 32px;
  }
}

/* line 1641, base.scss */
.ec-layoutRole .ec-layoutRole__contents {
  padding-bottom: 0;
}

/* line 1644, base.scss */
.ec-layoutRole__contentBottom {
  padding: 0;
}
