@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:100,400,500,700,900");
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?-iyij0p");
  src: url("fonts/icomoon.eot?#iefix-iyij0p") format("embedded-opentype"), url("fonts/icomoon.woff?-iyij0p") format("woff"), url("fonts/icomoon.ttf?-iyij0p") format("truetype"), url("fonts/icomoon.svg?-iyij0p#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 19, ../scss/_inc.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 31, ../scss/_inc.scss */
.icon-menu:before {
  content: "\e602";
}

/* line 35, ../scss/_inc.scss */
.icon-envelope:before {
  content: "\e600";
}

/* line 39, ../scss/_inc.scss */
.icon-flower:before {
  content: "\e601";
}

/* line 43, ../scss/_inc.scss */
.icon-play_right:before {
  content: "\e385";
}

/* line 47, ../scss/_inc.scss */
.icon-play_left:before {
  content: "\ea1c";
}

@font-face {
  font-family: 'icomoon2';
  src: url("fonts2/icomoon.eot?5nqlza");
  src: url("fonts2/icomoon.eot?5nqlza#iefix") format("embedded-opentype"), url("fonts2/icomoon.ttf?5nqlza") format("truetype"), url("fonts2/icomoon.woff?5nqlza") format("woff"), url("fonts2/icomoon.svg?5nqlza#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 68, ../scss/_inc.scss */
[class^="icon2-"], [class*=" icon2-"] {
  font-family: 'icomoon2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 80, ../scss/_inc.scss */
.icon2-mail:before {
  content: "\e901";
}

/* line 84, ../scss/_inc.scss */
.icon2-facebook:before {
  content: "\ea90";
}

/* line 88, ../scss/_inc.scss */
.icon2-twitter:before {
  content: "\ea96";
}

/* line 92, ../scss/_inc.scss */
.icon2-search:before {
  content: "\e900";
}

/* line 96, ../scss/_inc.scss */
.icon2-insta:before {
  content: "\e903";
}

/* line 100, ../scss/_inc.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup,
tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time,
mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 113, ../scss/_inc.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 117, ../scss/_inc.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 121, ../scss/_inc.scss */
*:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 128, ../scss/_inc.scss */
html {
  font-family: "游ゴシック", YuGothic, "Noto Sans Japanese", sans-serif;
  font-size: 62.5%;
  line-height: 1;
}

/* line 134, ../scss/_inc.scss */
body {
  -webkit-text-size-adjust: 100%;
}

/* line 138, ../scss/_inc.scss */
ol, ul {
  list-style: none;
}
/* line 140, ../scss/_inc.scss */
ol:after, ul:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  white-space: nowrap;
}

/* line 149, ../scss/_inc.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 154, ../scss/_inc.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 160, ../scss/_inc.scss */
q, blockquote {
  quotes: none;
}

/* line 165, ../scss/_inc.scss */
q:before, q:after {
  content: "";
  content: none;
}

/* line 171, ../scss/_inc.scss */
img {
  display: block;
  width: 100%;
  height: auto;
  border: none;
  vertical-align: baseline;
}

/* line 180, ../scss/_inc.scss */
a:hover {
  opacity: .6;
}

/* line 186, ../scss/_inc.scss */
blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 6, ../scss/add_style.scss */
html {
  height: 100%;
  scroll-behavior: smooth;
}

/* line 11, ../scss/add_style.scss */
body {
  background: #2d2d2d;
  position: relative;
  padding-bottom: 113px;
}

/* line 18, ../scss/add_style.scss */
#header a {
  color: #fff;
  text-decoration: none;
}
/* line 22, ../scss/add_style.scss */
#header ul {
  overflow: hidden;
}

/* line 27, ../scss/add_style.scss */
#header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  text-align: center;
  background: #d99395;
  overflow: hidden;
}
/* line 35, ../scss/add_style.scss */
#header .ttl {
  float: left;
  margin-left: 10%;
  padding: 2em 0;
  width: 240px;
  vertical-align: top;
}
/* line 42, ../scss/add_style.scss */
#header nav {
  float: right;
  margin-right: 8%;
}
/* line 45, ../scss/add_style.scss */
#header nav:after {
  content: '';
  clear: both;
  display: block;
  white-space: nowrap;
}
/* line 52, ../scss/add_style.scss */
#header .list {
  display: block;
}
/* line 54, ../scss/add_style.scss */
#header .list li {
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 58, ../scss/add_style.scss */
#header .list li a {
  padding: 2.6em 1.6em 2em;
  display: block;
  color: #fff;
  font-weight: bold;
}
/* line 63, ../scss/add_style.scss */
#header .list li a:hover {
  text-decoration: underline;
}
/* line 69, ../scss/add_style.scss */
#header .list .item a {
  padding: 2.2em .6em;
}
/* line 71, ../scss/add_style.scss */
#header .list .item a span {
  display: none;
}
/* line 74, ../scss/add_style.scss */
#header .list .item a:before {
  font-size: 1.6em;
  font-weight: normal;
}
/* line 79, ../scss/add_style.scss */
#header .list .item:nth-child(7) {
  margin-left: 1.6em;
}
/* line 84, ../scss/add_style.scss */
#header .list_social {
  float: right;
}
/* line 86, ../scss/add_style.scss */
#header .list_social .item {
  float: left;
}
/* line 88, ../scss/add_style.scss */
#header .list_social .item a {
  padding: 2.6em .6em 2em;
  display: block;
}
/* line 91, ../scss/add_style.scss */
#header .list_social .item a span {
  display: none;
}
/* line 94, ../scss/add_style.scss */
#header .list_social .item a:before {
  font-size: 2.2em;
}
/* line 100, ../scss/add_style.scss */
#header .menu {
  display: none;
}

/* line 124, ../scss/add_style.scss */
body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  min-height: 100%;
  background: #f4f2ec;
}

/* line 154, ../scss/add_style.scss */
.box_social {
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  max-width: 1200px;
  width: 100%;
  background: #d9cfce;
}
/* line 163, ../scss/add_style.scss */
.box_social:after {
  content: '';
  clear: both;
  display: block;
  white-space: nowrap;
}
/* line 169, ../scss/add_style.scss */
.box_social .list_social {
  display: none;
  float: right;
}
/* line 172, ../scss/add_style.scss */
.box_social .list_social .item {
  float: left;
  width: 65px;
  height: 65px;
  text-align: center;
}
/* line 177, ../scss/add_style.scss */
.box_social .list_social .item:nth-child(n+2) {
  border-left: 1px solid #827b63;
}
/* line 180, ../scss/add_style.scss */
.box_social .list_social .item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
/* line 185, ../scss/add_style.scss */
.box_social .list_social .item a:before {
  display: block;
  padding-top: 32%;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #fff;
  font-size: 2.2em;
  background: #414141;
}
/* line 195, ../scss/add_style.scss */
.box_social .list_social .item a span {
  display: none;
}
/* line 202, ../scss/add_style.scss */
.bg_top .box_social {
  top: auto;
  bottom: 0;
  left: 0;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 210, ../scss/add_style.scss */
.footer {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  padding: 5em 0;
  background-image: url(../images/footer/illust.png);
  background-repeat: no-repeat;
  background-position: right 5% bottom 50%;
  background-size: 7%;
  background-color: #2d2d2d;
  opacity: 0;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
/* line 223, ../scss/add_style.scss */
.footer.on {
  opacity: 1;
}
/* line 226, ../scss/add_style.scss */
.footer .list_nav {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1160px;
}
/* line 231, ../scss/add_style.scss */
.footer .list_nav .item {
  position: relative;
  z-index: 100;
  float: left;
  margin-right: 3em;
  font-size: 1.3em;
}
/* line 237, ../scss/add_style.scss */
.footer .list_nav .item a {
  color: #fff;
  text-decoration: none;
}
/* line 241, ../scss/add_style.scss */
.footer .list_nav .item.copy {
  position: absolute;
  z-index: 10;
  width: 100%;
  color: #fff;
  text-align: center;
}

/* line 252, ../scss/add_style.scss */
#btn_top {
  float: right;
  padding-top: 2.6em;
  width: 120px;
  height: 65px;
  color: #fff;
  text-align: center;
  background: #414141;
  z-index: 10;
  cursor: pointer;
}
/* line 281, ../scss/add_style.scss */
#btn_top:before {
  content: "";
  display: inline-block;
  margin-right: .2em;
  border-top: 0px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 10px solid #fff;
}

/* line 292, ../scss/add_style.scss */
#wrap {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding-top: 73px;
  min-height: 100%;
  background-attachment: fixed;
  background-position: center bottom;
  opacity: 0;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
/* line 303, ../scss/add_style.scss */
#wrap.on {
  opacity: 1;
}
/* line 313, ../scss/add_style.scss */
#wrap .wsp {
  display: none;
}
/* line 316, ../scss/add_style.scss */
#wrap .top_img {
  width: 100%;
}
/* line 319, ../scss/add_style.scss */
#wrap .sec_slider {
  margin: 3% auto 6%;
  max-width: 1200px;
}
/* line 323, ../scss/add_style.scss */
#wrap .sec_container {
  position: relative;
  margin: 0 auto;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1200px;
  height: 100%;
  text-align: center;
}
/* line 334, ../scss/add_style.scss */
.bg_top #wrap .sec_container {
  background: rgba(243, 239, 233, 0.9);
}
/* line 337, ../scss/add_style.scss */
#wrap .sec_container .sec {
  padding: 8em 0 5em;
}
/* line 339, ../scss/add_style.scss */
#wrap .sec_container .sec .ttl {
  margin: 0 auto 1.6em;
  padding-bottom: .5em;
  width: 398px;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 3em;
  font-weight: 600;
  letter-spacing: .1em;
  white-space: nowrap;
  border-bottom: 1px solid #b9b0af;
}
/* line 350, ../scss/add_style.scss */
#wrap .sec_container .sec .ttlsub {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.6;
}
/* line 356, ../scss/add_style.scss */
#wrap .sec_container .sec .text {
  margin: 2em auto;
  font-family: "游ゴシック", YuGothic, "Noto Sans Japanese", sans-serif;
  font-size: 1.6em;
  line-height: 2.2;
}
/* line 361, ../scss/add_style.scss */
#wrap .sec_container .sec .text.bold {
  font-weight: bold;
  letter-spacing: .14em;
}
/* line 365, ../scss/add_style.scss */
#wrap .sec_container .sec .text.ext {
  font-size: 2em;
}
/* line 370, ../scss/add_style.scss */
#wrap .sec_container.top {
  padding-top: 8em;
  position: relative;
  z-index: 100;
  border-top: none;
}
/* line 375, ../scss/add_style.scss */
#wrap .sec_container.top .list_products {
  margin: -16em auto 6em;
  width: 96%;
}
/* line 379, ../scss/add_style.scss */
#wrap .sec_container.top .list_products .item {
  display: inline-block;
  margin: 0 1%;
  width: 14.3%;
  vertical-align: bottom;
}
/* line 384, ../scss/add_style.scss */
#wrap .sec_container.top .list_products .item a {
  color: #000;
  text-decoration: none;
}
/* line 388, ../scss/add_style.scss */
#wrap .sec_container.top .list_products .item .name {
  margin-top: 2em;
  min-height: 50px;
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: bold;
  vertical-align: bottom;
}
/* line 397, ../scss/add_style.scss */
#wrap .sec_container.top .list_products .item:nth-child(-n+4) .name {
  padding-top: .5em;
}
/* line 401, ../scss/add_style.scss */
#wrap .sec_container.top .list_products .item:hover {
  opacity: .7;
}
/* line 406, ../scss/add_style.scss */
#wrap .sec_container.top .list_content {
  margin: 0 auto;
  width: 90%;
}
/* line 409, ../scss/add_style.scss */
#wrap .sec_container.top .list_content .item {
  float: left;
  margin-right: 3%;
  width: 31.3%;
}
/* line 413, ../scss/add_style.scss */
#wrap .sec_container.top .list_content .item:last-child {
  margin-right: 0;
}
/* line 416, ../scss/add_style.scss */
#wrap .sec_container.top .list_content .item:hover {
  opacity: .6;
}
/* line 419, ../scss/add_style.scss */
#wrap .sec_container.top .list_content .item a {
  color: #000;
  text-decoration: none;
}
/* line 423, ../scss/add_style.scss */
#wrap .sec_container.top .list_content .item .box {
  margin: 0 auto;
  width: 98%;
}
/* line 426, ../scss/add_style.scss */
#wrap .sec_container.top .list_content .item .box .box_ttl {
  padding: .8em 0;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: .09em;
  border-bottom: 1px solid #999;
}
/* line 433, ../scss/add_style.scss */
#wrap .sec_container.top .list_content .item .box .comment {
  margin-top: 1.4em;
  font-size: 1.5em;
  line-height: 1.6;
  text-align: left;
}
/* line 445, ../scss/add_style.scss */
#wrap .sec_container.concept .sec .ttl {
  width: 80%;
  max-width: 530px;
}
/* line 452, ../scss/add_style.scss */
#wrap .sec_container.concept .sec .catch {
  margin: 2em 0 0 0;
  font-family: "游ゴシック", YuGothic, "Noto Sans Japanese", sans-serif;
  font-size: 3em;
  letter-spacing: .12em;
}
/* line 458, ../scss/add_style.scss */
#wrap .sec_container.concept .sec .catch span {
  display: block;
  margin-bottom: 1.6em;
  font-size: .7em;
  font-weight: normal;
}
/* line 469, ../scss/add_style.scss */
#wrap .sec_container.product .sec .list {
  margin: 0 auto;
  width: 80%;
}
/* line 472, ../scss/add_style.scss */
#wrap .sec_container.product .sec .list .item {
  display: inline-block;
  margin: 0 1%;
  width: 30%;
  vertical-align: bottom;
}
/* line 478, ../scss/add_style.scss */
#wrap .sec_container.product .sec .list .item .ph a {
  display: inline-block;
  width: 49.5%;
}
/* line 482, ../scss/add_style.scss */
#wrap .sec_container.product .sec .list .item .ph a img {
  padding: 5%;
}
/* line 486, ../scss/add_style.scss */
#wrap .sec_container.product .sec .list .item .ph:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  white-space: nowrap;
}
/* line 494, ../scss/add_style.scss */
#wrap .sec_container.product .sec .list .item .name {
  margin-top: 2em;
  min-height: 50px;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.4;
}
/* line 502, ../scss/add_style.scss */
#wrap .sec_container.product .sec .list .item:nth-child(-n+2) .name {
  padding-top: .7em;
}
/* line 511, ../scss/add_style.scss */
#wrap .sec_container.product_single .ttlsub {
  margin: 0 auto;
  padding: .5em 0;
  width: 18%;
  font-size: 2.6em;
  border-top: 1px solid #c9c3bf;
  border-bottom: 1px solid #c9c3bf;
}
/* line 520, ../scss/add_style.scss */
#wrap .sec_container.product_single .ttlsub span {
  display: block;
  font-size: .7em;
  letter-spacing: 0;
}
/* line 526, ../scss/add_style.scss */
#wrap .sec_container.product_single .ttl_component {
  margin: 0 auto;
  padding: .5em 0;
  width: 18%;
  font-size: 1.8em;
  font-weight: bold;
  border-top: 1px solid #c9c3bf;
  border-bottom: 1px solid #c9c3bf;
}
/* line 535, ../scss/add_style.scss */
#wrap .sec_container.product_single .box_products {
  margin: 3em auto;
  width: 76%;
}
/* line 538, ../scss/add_style.scss */
#wrap .sec_container.product_single .box_products .ph, #wrap .sec_container.product_single .box_products .price {
  float: left;
}
/* line 541, ../scss/add_style.scss */
#wrap .sec_container.product_single .box_products .ph {
  margin-right: 9%;
  width: 44%;
}
/* line 545, ../scss/add_style.scss */
#wrap .sec_container.product_single .box_products .price {
  margin-top: 13%;
  width: 47%;
  text-align: left;
}
/* line 549, ../scss/add_style.scss */
#wrap .sec_container.product_single .box_products .price .list {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.4;
  border-top: 1px solid #c9c3bf;
}
/* line 554, ../scss/add_style.scss */
#wrap .sec_container.product_single .box_products .price .list:last-child {
  border-bottom: 1px solid #c9c3bf;
}
/* line 557, ../scss/add_style.scss */
#wrap .sec_container.product_single .box_products .price .list .item {
  float: left;
  padding: 1.6em 0;
}
/* line 560, ../scss/add_style.scss */
#wrap .sec_container.product_single .box_products .price .list .item span {
  display: block;
  margin-top: 1em;
  font-size: .9em;
}
/* line 565, ../scss/add_style.scss */
#wrap .sec_container.product_single .box_products .price .list .item:first-child {
  width: 40%;
}
/* line 571, ../scss/add_style.scss */
#wrap .sec_container.product_single .box_products:after {
  content: '';
  clear: both;
  display: block;
  white-space: nowrap;
}
/* line 578, ../scss/add_style.scss */
#wrap .sec_container.product_single .list_com {
  margin: 4em auto;
  width: 70%;
}
/* line 581, ../scss/add_style.scss */
#wrap .sec_container.product_single .list_com .item {
  float: left;
  width: 48%;
}
/* line 584, ../scss/add_style.scss */
#wrap .sec_container.product_single .list_com .item:nth-child(odd) {
  margin-right: 4%;
}
/* line 587, ../scss/add_style.scss */
#wrap .sec_container.product_single .list_com .item:nth-child(n+3) {
  margin-top: 4%;
}
/* line 590, ../scss/add_style.scss */
#wrap .sec_container.product_single .list_com .item .ph {
  float: left;
  margin-right: 4%;
  width: 26%;
}
/* line 595, ../scss/add_style.scss */
#wrap .sec_container.product_single .list_com .item .box {
  float: left;
  text-align: left;
  width: 70%;
}
/* line 599, ../scss/add_style.scss */
#wrap .sec_container.product_single .list_com .item .box .name {
  margin: .5em auto .9em;
  font-size: 1.6em;
  font-weight: bold;
}
/* line 604, ../scss/add_style.scss */
#wrap .sec_container.product_single .list_com .item .box .comment {
  font-size: 1.4em;
  line-height: 1.6;
}
/* line 611, ../scss/add_style.scss */
#wrap .sec_container.product_single .list_ind {
  margin: 4em auto;
  width: 70%;
}
/* line 614, ../scss/add_style.scss */
#wrap .sec_container.product_single .list_ind .item {
  float: left;
  margin: 0 2%;
  width: 20%;
}
/* line 618, ../scss/add_style.scss */
#wrap .sec_container.product_single .list_ind .item .ph {
  padding: 0 18%;
}
/* line 621, ../scss/add_style.scss */
#wrap .sec_container.product_single .list_ind .item .box {
  margin-top: 1.6em;
}
/* line 623, ../scss/add_style.scss */
#wrap .sec_container.product_single .list_ind .item .box .name {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.1;
}
/* line 628, ../scss/add_style.scss */
#wrap .sec_container.product_single .list_ind .item .box .comment {
  font-size: 1.2em;
}
/* line 634, ../scss/add_style.scss */
#wrap .sec_container.product_single .list_ind2 {
  margin: 4em auto;
  width: 80%;
}
/* line 637, ../scss/add_style.scss */
#wrap .sec_container.product_single .list_ind2 .item {
  float: left;
  margin: 0;
  width: 16.6%;
}
/* line 641, ../scss/add_style.scss */
#wrap .sec_container.product_single .list_ind2 .item .ph {
  padding: 0 16%;
}
/* line 644, ../scss/add_style.scss */
#wrap .sec_container.product_single .list_ind2 .item .box {
  margin-top: 1.6em;
}
/* line 646, ../scss/add_style.scss */
#wrap .sec_container.product_single .list_ind2 .item .box .name {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 2;
}
/* line 651, ../scss/add_style.scss */
#wrap .sec_container.product_single .list_ind2 .item .box .comment {
  font-size: 1.2em;
}
/* line 657, ../scss/add_style.scss */
#wrap .sec_container.product_single .other_type {
  margin: 0 auto;
  width: 80%;
  font-size: 1.4em;
  font-weight: bold;
  text-align: right;
}
/* line 665, ../scss/add_style.scss */
#wrap .sec_container.product_single .btn_top a, #wrap .sec_container.product_single .btn_bottom a {
  display: block;
  padding: .7em 0;
  width: 140px;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  background: #2b2b2b;
  border-radius: 8px;
}
/* line 678, ../scss/add_style.scss */
#wrap .sec_container.product_single .btn_top a {
  margin: 0 0 2em 6%;
}
/* line 683, ../scss/add_style.scss */
#wrap .sec_container.product_single .btn_bottom a {
  margin: 3em auto 0;
}
/* line 689, ../scss/add_style.scss */
#wrap .sec_container.soap .ph {
  margin: 0 auto;
  width: 50%;
}
/* line 695, ../scss/add_style.scss */
#wrap .sec_container.cold_process .ttl {
  width: 500px;
}
/* line 698, ../scss/add_style.scss */
#wrap .sec_container.cold_process .ttlsub {
  margin-top: 4em;
}
/* line 701, ../scss/add_style.scss */
#wrap .sec_container.cold_process .list {
  margin: 5em auto 4em;
  width: 60%;
}
/* line 704, ../scss/add_style.scss */
#wrap .sec_container.cold_process .list .item {
  float: left;
  margin: 0 4.16%;
  width: 25%;
}
/* line 708, ../scss/add_style.scss */
#wrap .sec_container.cold_process .list .item span {
  display: block;
  margin: 0 auto;
  padding: 1em 0;
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}
/* line 720, ../scss/add_style.scss */
#wrap .sec_container.cold_process .list.one .item span {
  width: 63%;
}
/* line 727, ../scss/add_style.scss */
#wrap .sec_container.cold_process .list.three .item span {
  width: 86%;
}
/* line 733, ../scss/add_style.scss */
#wrap .sec_container.cold_process .list_process {
  margin: 5em auto;
  width: 60%;
}
/* line 737, ../scss/add_style.scss */
#wrap .sec_container.cold_process .list_component {
  margin: 5em auto 7em;
  width: 56%;
}
/* line 740, ../scss/add_style.scss */
#wrap .sec_container.cold_process .list_component .item {
  float: left;
  margin: 0 1.6%;
  width: 21%;
}
/* line 744, ../scss/add_style.scss */
#wrap .sec_container.cold_process .list_component .item span {
  display: block;
  padding: 1em 0;
  font-size: 1.4em;
  font-weight: bold;
}
/* line 754, ../scss/add_style.scss */
#wrap .sec_container.fragrance .box {
  margin: 4em auto 5em;
  padding: 3em 0;
}
/* line 757, ../scss/add_style.scss */
#wrap .sec_container.fragrance .box .ttl_box {
  margin-bottom: 1.6em;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  letter-spacing: .2em;
}
/* line 763, ../scss/add_style.scss */
#wrap .sec_container.fragrance .box .ttl_box span {
  display: block;
  margin: 0 auto .5em;
  padding-bottom: .5em;
  width: 398px;
  font-size: 1.4em;
  white-space: nowrap;
  border-bottom: 1px solid #b9b0af;
}
/* line 773, ../scss/add_style.scss */
#wrap .sec_container.fragrance .box .list {
  margin: 0 auto;
  width: 60%;
}
/* line 777, ../scss/add_style.scss */
#wrap .sec_container.fragrance .box .list .item:first-child {
  float: left;
  width: 34%;
}
/* line 780, ../scss/add_style.scss */
#wrap .sec_container.fragrance .box .list .item:first-child .ph {
  padding: 0 16%;
}
/* line 783, ../scss/add_style.scss */
#wrap .sec_container.fragrance .box .list .item:first-child .name {
  margin: .5em auto .5em;
  padding-bottom: .5em;
  font-size: 1.6em;
  letter-spacing: .05em;
  line-height: 1.6;
  border-bottom: 1px solid #000;
}
/* line 790, ../scss/add_style.scss */
#wrap .sec_container.fragrance .box .list .item:first-child .name span {
  display: block;
  font-size: .7em;
}
/* line 795, ../scss/add_style.scss */
#wrap .sec_container.fragrance .box .list .item:first-child .prof {
  font-size: 1.1em;
  line-height: 1.4;
  text-align: left;
}
/* line 801, ../scss/add_style.scss */
#wrap .sec_container.fragrance .box .list .item:last-child {
  width: 56.8%;
  float: right;
}
/* line 804, ../scss/add_style.scss */
#wrap .sec_container.fragrance .box .list .item:last-child .ttl_comment {
  margin: .5em auto;
  padding-bottom: .5em;
  width: 60%;
  font-size: 1.6em;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
/* line 812, ../scss/add_style.scss */
#wrap .sec_container.fragrance .box .list .item:last-child .comment {
  margin-bottom: 2em;
  font-size: 1.4em;
  line-height: 1.6;
  text-align: left;
}
/* line 818, ../scss/add_style.scss */
#wrap .sec_container.fragrance .box .list .item:last-child .ph_img {
  padding: 0 4%;
}
/* line 824, ../scss/add_style.scss */
#wrap .sec_container.fragrance .box.one {
  background: #d5d2c7;
}
/* line 826, ../scss/add_style.scss */
#wrap .sec_container.fragrance .box.one .ttl_box {
  color: #717246;
}
/* line 831, ../scss/add_style.scss */
#wrap .sec_container.fragrance .box.two .ttl_box {
  color: #bf5a65;
}

/* line 840, ../scss/add_style.scss */
.bg_top_page {
  background-image: url(../images/bg/top.jpg);
  background-position: center top;
}
/* line 844, ../scss/add_style.scss */
.bg_top_page .wh_back .back_inner {
  background: transparent;
}

/* line 850, ../scss/add_style.scss */
.bg_concept {
  background-image: url(../images/bg/concept.jpg);
  background-position: center top;
}
/* line 854, ../scss/add_style.scss */
.bg_concept .wh_back .back_inner {
  background: url(../images/concept/concept_back.png) no-repeat center 250px rgba(243, 239, 233, 0.9);
  background-size: 550px auto;
}

/* line 861, ../scss/add_style.scss */
.bg_products {
  background-image: url(../images/bg/products.jpg);
  background-position: center top;
}

/* line 866, ../scss/add_style.scss */
.bg_products_single {
  background-image: url(../images/bg/products_single.jpg);
  background-position: center top;
}

/* line 871, ../scss/add_style.scss */
.bg_soap {
  background-image: url(../images/bg/soap.jpg);
  background-position: center top;
}

/* line 876, ../scss/add_style.scss */
.bg_coldprocess {
  background-image: url(../images/bg/coldprocess.jpg);
  background-position: center top;
}

/* line 881, ../scss/add_style.scss */
.bg_fragrance {
  background-image: url(../images/bg/fragrance.jpg);
  background-position: center top;
}

/* line 887, ../scss/add_style.scss */
.sec1 .m_img {
  margin-bottom: 12em;
  width: 100%;
}

/* line 894, ../scss/add_style.scss */
.sec2 .ph {
  margin: 0 auto;
  width: 50%;
}

/* line 901, ../scss/add_style.scss */
.sec3 .list {
  margin: 5em auto 4em;
  width: 60%;
}
/* line 904, ../scss/add_style.scss */
.sec3 .list .item {
  float: left;
  margin: 0 4.16%;
  width: 25%;
}
/* line 908, ../scss/add_style.scss */
.sec3 .list .item span {
  width: 86%;
  display: block;
  margin: 0 auto;
  padding: 1em 0;
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}

/* line 923, ../scss/add_style.scss */
.sec3 .list_process {
  margin: 5em auto;
  width: 60%;
}

/* line 930, ../scss/add_style.scss */
.sec3 .list_component {
  margin: 5em auto 7em;
  width: 56%;
}
/* line 933, ../scss/add_style.scss */
.sec3 .list_component .item {
  float: left;
  margin: 0 1.6%;
  width: 21%;
}
/* line 937, ../scss/add_style.scss */
.sec3 .list_component .item span {
  display: block;
  padding: 1em 0;
  font-size: 1.4em;
  font-weight: bold;
}

/* line 947, ../scss/add_style.scss */
.sec3 .box_txt {
  display: flex;
  justify-content: center;
}
/* line 950, ../scss/add_style.scss */
.sec3 .box_txt .add_img {
  width: 30%;
}
/* line 953, ../scss/add_style.scss */
.sec3 .box_txt .block_txt {
  padding-left: 5%;
}
/* line 955, ../scss/add_style.scss */
.sec3 .box_txt .block_txt .add_txt {
  font-weight: bold;
  letter-spacing: .14em;
  margin: 0 auto 2em;
  font-family: "游ゴシック", YuGothic, "Noto Sans Japanese", sans-serif;
  font-size: 1.6em;
  line-height: 2.2;
  text-align: left;
}
/* line 963, ../scss/add_style.scss */
.sec3 .box_txt .block_txt .add_txt .add_wsp {
  display: none;
}

/* line 972, ../scss/add_style.scss */
.sec4 .ttl .ttl_vdurg {
  max-width: 150px;
  width: 35%;
  margin: 0 auto 1em;
}
/* line 977, ../scss/add_style.scss */
.sec4 .ttl .sp_br {
  display: inline-block;
}
/* line 982, ../scss/add_style.scss */
.sec4 .ttlsub {
  margin: 0 auto 1.6em;
  padding: .5em 0;
  border-top: 1px solid #c9c3bf;
  border-bottom: 1px solid #c9c3bf;
}
/* line 995, ../scss/add_style.scss */
.sec4 .ttl_images {
  max-width: 300px;
  width: 30%;
  min-width: 150px;
}
/* line 1000, ../scss/add_style.scss */
.sec4 .sub_txt {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.6;
}
/* line 1005, ../scss/add_style.scss */
.sec4 .box_products {
  margin: 3em auto;
  width: 76%;
}
/* line 1008, ../scss/add_style.scss */
.sec4 .box_products:after {
  content: '';
  clear: both;
  display: block;
  white-space: nowrap;
}
/* line 1014, ../scss/add_style.scss */
.sec4 .box_products .ph {
  margin-right: 9%;
  width: 44%;
  float: left;
}
/* line 1019, ../scss/add_style.scss */
.sec4 .box_products .price {
  margin-top: 13%;
  width: 47%;
  text-align: left;
  float: left;
}
/* line 1024, ../scss/add_style.scss */
.sec4 .box_products .price .list {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.4;
  border-top: 1px solid #c9c3bf;
  border-bottom: 1px solid #c9c3bf;
}
/* line 1030, ../scss/add_style.scss */
.sec4 .box_products .price .list:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  white-space: nowrap;
}
/* line 1037, ../scss/add_style.scss */
.sec4 .box_products .price .list .item {
  float: left;
  padding: 1.6em 0;
}
/* line 1043, ../scss/add_style.scss */
.sec4 .box_products .price_content {
  margin-top: 13%;
  width: 47%;
  text-align: left;
  float: left;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.5;
  border-top: 1px solid #c9c3bf;
  border-bottom: 1px solid #c9c3bf;
  padding: 1.6em 0;
  position: relative;
}
/* line 1055, ../scss/add_style.scss */
.sec4 .box_products .price_content .limited {
  position: absolute;
  top: -45%;
  width: 50%;
}
/* line 1060, ../scss/add_style.scss */
.sec4 .box_products .price_content .item_ttl {
  margin-bottom: 1em;
  text-align: left;
}
/* line 1063, ../scss/add_style.scss */
.sec4 .box_products .price_content .item_ttl .add_wsp {
  display: inline-block;
  padding-left: 1em;
}
/* line 1068, ../scss/add_style.scss */
.sec4 .box_products .price_content .price_txt {
  text-align: left;
}
/* line 1070, ../scss/add_style.scss */
.sec4 .box_products .price_content .price_txt .price_lg {
  font-size: 1.4em;
}
/* line 1073, ../scss/add_style.scss */
.sec4 .box_products .price_content .price_txt .red {
  color: #bd2726;
}
/* line 1079, ../scss/add_style.scss */
.sec4 .v_btn {
  margin: 5em;
}
/* line 1081, ../scss/add_style.scss */
.sec4 .v_btn > a {
  text-decoration: none;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  background: #bd2726;
  padding: 1.5em 1em;
}

@media screen and (max-width: 1320px) {
  /* line 1093, ../scss/add_style.scss */
  #header nav {
    margin-right: 4%;
  }
}
@media screen and (max-width: 1260px) {
  /* line 1101, ../scss/add_style.scss */
  #header .ttl {
    margin-left: 6%;
  }
}
@media screen and (max-width: 1200px) {
  /* line 1109, ../scss/add_style.scss */
  #header .ttl {
    margin-left: 3%;
    width: 200px;
  }

  /* line 1114, ../scss/add_style.scss */
  #wrap {
    padding-top: 67px;
  }
  /* line 1125, ../scss/add_style.scss */
  #wrap .sec_container.product .sec .list .item {
    margin: 0;
    width: 33%;
  }
  /* line 1129, ../scss/add_style.scss */
  #wrap .sec_container.product .sec .list .item .ph a {
    width: 49%;
  }

  /* line 1140, ../scss/add_style.scss */
  .footer .list_nav {
    width: 90%;
  }
}
@media screen and (max-width: 1130px) {
  /* line 1148, ../scss/add_style.scss */
  #header .ttl {
    margin-left: 2%;
  }
  /* line 1151, ../scss/add_style.scss */
  #header nav {
    margin-right: 1%;
  }
  /* line 1156, ../scss/add_style.scss */
  #header .list li a {
    padding: 2.6em 1em 2em;
  }
}
@media screen and (max-width: 1048px) {
  /* line 1180, ../scss/add_style.scss */
  #wrap {
    padding-top: 67px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 1187, ../scss/add_style.scss */
  #header .ttl {
    width: 180px;
    padding: 2.2em 0;
  }
  /* line 1194, ../scss/add_style.scss */
  #header .list li a {
    padding: 2.6em .7em 2em;
  }
}
@media screen and (max-width: 960px) {
  /* line 1211, ../scss/add_style.scss */
  html {
    font-size: 50% !important;
  }

  /* line 1214, ../scss/add_style.scss */
  #container {
    padding: 0px 15px 0px 15px;
    padding: 0rem 1.5rem 0rem 1.5rem;
  }

  /* line 1219, ../scss/add_style.scss */
  #header .ttl {
    float: none;
    display: block;
    margin: 0 auto;
    padding: 16px 0;
    height: 60px;
  }
  /* line 1227, ../scss/add_style.scss */
  #header nav {
    float: none;
    display: block;
    margin-right: 0;
  }
  /* line 1233, ../scss/add_style.scss */
  #header .list {
    float: none;
    margin-left: 0;
    height: 0;
    -webkit-transition: height 0.5s ease 0s;
    -moz-transition: height 0.5s ease 0s;
    -o-transition: height 0.5s ease 0s;
    transition: height 0.5s ease 0s;
  }
  /* line 1241, ../scss/add_style.scss */
  #header .list li {
    float: none;
    width: 100%;
    border-top: 1px solid #fff;
    font-size: 14px;
    font-size: 2em;
  }
  /* line 1248, ../scss/add_style.scss */
  #header .list li a {
    padding: 15px 0px 15px 0px;
    padding: 1.5rem 0rem 1.5rem 0rem;
  }
  /* line 1254, ../scss/add_style.scss */
  #header .list .item a {
    padding: 15px 0px 15px 0px;
    padding: 1.3rem 0rem 1.3rem 0rem;
  }
  /* line 1257, ../scss/add_style.scss */
  #header .list .item a:before {
    margin-right: .5em;
    font-size: 1.3em;
  }
  /* line 1261, ../scss/add_style.scss */
  #header .list .item a span {
    margin-top: -.6em;
    display: inline-block;
    vertical-align: middle;
  }
  /* line 1267, ../scss/add_style.scss */
  #header .list .item:nth-child(7) {
    margin-left: 0;
  }
  /* line 1272, ../scss/add_style.scss */
  #header .menu {
    display: block;
    position: absolute;
    right: 10px;
    top: 13px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
  }
  /* line 1281, ../scss/add_style.scss */
  #header .menu:before {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 30px;
  }

  /* line 1289, ../scss/add_style.scss */
  #wrap {
    min-width: inherit;
    padding-top: 60px;
  }
  /* line 1303, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .box_products {
    width: 90%;
  }
  /* line 1305, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .box_products .ph {
    margin-right: 0;
  }
  /* line 1308, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .box_products .price {
    width: 50%;
  }
  /* line 1312, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .list_ind, #wrap .sec_container.product_single .sec .list_ind2 {
    width: 60%;
  }
  /* line 1314, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .list_ind .item, #wrap .sec_container.product_single .sec .list_ind2 .item {
    margin: 0 2%;
    width: 46%;
  }
  /* line 1317, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .list_ind .item .name, #wrap .sec_container.product_single .sec .list_ind2 .item .name {
    font-size: 1.6em;
  }
  /* line 1320, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .list_ind .item .comment, #wrap .sec_container.product_single .sec .list_ind2 .item .comment {
    margin: 2% 0;
    font-size: 1.5em;
  }
  /* line 1324, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .list_ind .item:nth-child(n+3), #wrap .sec_container.product_single .sec .list_ind2 .item:nth-child(n+3) {
    margin-top: 2%;
  }
}
@media screen and (max-width: 840px) {
  /* line 1342, ../scss/add_style.scss */
  .footer {
    padding: 1.5em 0;
  }
  /* line 1344, ../scss/add_style.scss */
  .footer .list_nav {
    margin: 0 auto;
    width: 60%;
  }
  /* line 1347, ../scss/add_style.scss */
  .footer .list_nav .item {
    margin: 1% auto;
    width: 33.3%;
    text-align: center;
  }
  /* line 1351, ../scss/add_style.scss */
  .footer .list_nav .item:last-child {
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 1372, ../scss/add_style.scss */
  #wrap .sec_container.product .sec .list .item {
    width: 32.5%;
  }
}
@media screen and (max-width: 640px) {
  /* line 1393, ../scss/add_style.scss */
  .bg_concept .wh_back .back_inner {
    background-size: 80% auto;
  }

  /* line 1400, ../scss/add_style.scss */
  .sec3 .box_txt {
    display: block;
  }
  /* line 1402, ../scss/add_style.scss */
  .sec3 .box_txt .add_img {
    width: 70%;
    margin: 0 auto 2em;
  }
  /* line 1406, ../scss/add_style.scss */
  .sec3 .box_txt .block_txt {
    padding-left: 5%;
  }
  /* line 1408, ../scss/add_style.scss */
  .sec3 .box_txt .block_txt .add_txt {
    font-weight: bold;
    letter-spacing: .14em;
    margin: 0 auto 2em;
    font-family: "游ゴシック", YuGothic, "Noto Sans Japanese", sans-serif;
    font-size: 1.6em;
    line-height: 1.8;
    text-align: center;
  }
  /* line 1416, ../scss/add_style.scss */
  .sec3 .box_txt .block_txt .add_txt .add_wsp {
    display: none;
  }
  /* line 1419, ../scss/add_style.scss */
  .sec3 .box_txt .block_txt .add_txt .add_wpc {
    display: none;
  }
  /* line 1425, ../scss/add_style.scss */
  .sec3 .list {
    width: 90%;
  }
  /* line 1427, ../scss/add_style.scss */
  .sec3 .list .item {
    float: none;
    margin: 0 auto 5%;
    padding: 0;
    width: 76%;
  }
  /* line 1432, ../scss/add_style.scss */
  .sec3 .list .item span {
    width: 100%;
    font-size: 1.8em;
    text-align: left;
  }
  /* line 1439, ../scss/add_style.scss */
  .sec3 .list_process {
    width: 96%;
  }

  /* line 1444, ../scss/add_style.scss */
  .sec4 .ttl {
    line-height: 1.6;
  }
  /* line 1446, ../scss/add_style.scss */
  .sec4 .ttl .ttl_vdurg {
    max-width: 150px;
    width: 35%;
    margin: 0 auto 1em;
  }
  /* line 1451, ../scss/add_style.scss */
  .sec4 .ttl .sp_br {
    display: block;
  }
  /* line 1456, ../scss/add_style.scss */
  .sec4 .item_list .item_lists {
    margin-bottom: 7em;
  }
  /* line 1458, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .ttlsub {
    margin: 0 auto 1.6em;
    padding: .5em 0;
    border-top: 1px solid #c9c3bf;
    border-bottom: 1px solid #c9c3bf;
  }
  /* line 1471, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .ttl_images {
    max-width: 300px;
    width: 50%;
    min-width: 150px;
  }
  /* line 1476, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .sub_txt {
    font-size: 2em;
    font-weight: bold;
    line-height: 1.6;
  }
  /* line 1481, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products {
    margin: 3em auto;
    width: 76%;
  }
  /* line 1484, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products:after {
    content: '';
    clear: both;
    display: block;
    white-space: nowrap;
  }
  /* line 1490, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products .ph {
    margin-right: 0;
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  /* line 1496, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products .price {
    margin-top: 13%;
    width: 47%;
    text-align: left;
    float: none;
  }
  /* line 1501, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products .price .list {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.4;
    border-top: 1px solid #c9c3bf;
    border-bottom: 1px solid #c9c3bf;
  }
  /* line 1507, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products .price .list:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
    white-space: nowrap;
  }
  /* line 1514, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products .price .list .item {
    float: left;
    padding: 1.6em 0;
  }
  /* line 1520, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products .price_content {
    margin-top: 13%;
    width: 100%;
    text-align: left;
    float: left;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.5;
    border-top: 1px solid #c9c3bf;
    border-bottom: 1px solid #c9c3bf;
    padding: 1.6em 0;
    position: relative;
  }
  /* line 1532, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products .price_content .limited {
    position: absolute;
    top: -40%;
    left: 30%;
    width: 40%;
  }
  /* line 1538, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products .price_content .item_ttl {
    margin-bottom: .5em;
    text-align: center;
    font-size: 1.4em;
  }
  /* line 1542, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products .price_content .item_ttl .add_wsp {
    display: block;
    padding-left: 0;
  }
  /* line 1547, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products .price_content .price_txt {
    text-align: center;
  }
  /* line 1549, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products .price_content .price_txt .price_lg {
    font-size: 1.4em;
  }
  /* line 1552, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products .price_content .price_txt .red {
    color: #bd2726;
  }
  /* line 1561, ../scss/add_style.scss */
  .sec4 .v_btn {
    margin: 5em auto 10em;
  }
  /* line 1563, ../scss/add_style.scss */
  .sec4 .v_btn > a {
    text-decoration: none;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    background: #bd2726;
    padding: 1.5em 1em;
  }
}
@media screen and (max-width: 540px) {
  /* line 1579, ../scss/add_style.scss */
  .footer .list_nav {
    width: 80%;
  }
}
/* line 1585, ../scss/add_style.scss */
.toShop {
  display: block;
  margin: 0 auto;
  width: 230px;
  background: #f490ac;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 414px) {
  /* line 1605, ../scss/add_style.scss */
  #wrap .sec_slider {
    margin: 6% auto;
  }
  /* line 1608, ../scss/add_style.scss */
  #wrap .sec_container {
    padding-left: 3%;
    padding-right: 3%;
  }
  /* line 1611, ../scss/add_style.scss */
  #wrap .sec_container .sec {
    padding: 3em 0;
  }
  /* line 1613, ../scss/add_style.scss */
  #wrap .sec_container .sec .ttl {
    margin-bottom: 1em;
    width: 90% !important;
  }
  /* line 1617, ../scss/add_style.scss */
  #wrap .sec_container .sec .text {
    width: 86%;
    font-size: 2.0em;
    line-height: 1.8;
  }
  /* line 1621, ../scss/add_style.scss */
  #wrap .sec_container .sec .text.bold {
    letter-spacing: .05em;
  }
  /* line 1627, ../scss/add_style.scss */
  #wrap .sec_container.top {
    padding-top: 0;
  }
  /* line 1629, ../scss/add_style.scss */
  #wrap .sec_container.top .list_products {
    margin: 2% auto;
    width: 76%;
  }
  /* line 1632, ../scss/add_style.scss */
  #wrap .sec_container.top .list_products .item {
    margin: 0;
    width: 47.8%;
  }
  /* line 1636, ../scss/add_style.scss */
  #wrap .sec_container.top .list_products .item a img {
    margin: 0 auto;
    width: 70%;
    height: auto;
  }
  /* line 1642, ../scss/add_style.scss */
  #wrap .sec_container.top .list_products .item .name {
    margin-top: 5%;
  }
  /* line 1647, ../scss/add_style.scss */
  #wrap .sec_container.top .list_content {
    margin: 9% auto 18%;
    width: 80%;
  }
  /* line 1650, ../scss/add_style.scss */
  #wrap .sec_container.top .list_content .item {
    float: none;
    margin: 0 auto 10%;
    width: 100%;
  }
  /* line 1655, ../scss/add_style.scss */
  #wrap .sec_container.top .list_content .item a img {
    margin: 0 auto;
    width: 80%;
  }
  /* line 1660, ../scss/add_style.scss */
  #wrap .sec_container.top .list_content .item .box {
    width: 100%;
  }
  /* line 1662, ../scss/add_style.scss */
  #wrap .sec_container.top .list_content .item .box .comment {
    margin-top: 1em;
    text-align: center;
  }
  /* line 1665, ../scss/add_style.scss */
  #wrap .sec_container.top .list_content .item .box .comment .wsp {
    display: block;
  }
  /* line 1676, ../scss/add_style.scss */
  #wrap .sec_container.concept .sec .ttl .wsp {
    display: block;
  }
  /* line 1682, ../scss/add_style.scss */
  #wrap .sec_container.concept .sec .text .wpc {
    display: none;
  }
  /* line 1685, ../scss/add_style.scss */
  #wrap .sec_container.concept .sec .text .wsp {
    display: block;
  }
  /* line 1693, ../scss/add_style.scss */
  #wrap .sec_container.product .sec .list {
    width: 56%;
  }
  /* line 1695, ../scss/add_style.scss */
  #wrap .sec_container.product .sec .list .item {
    display: block;
    margin: 0;
    width: 100%;
  }
  /* line 1700, ../scss/add_style.scss */
  #wrap .sec_container.product .sec .list .item .ph a {
    width: 49%;
    text-align: center;
  }
  /* line 1705, ../scss/add_style.scss */
  #wrap .sec_container.product .sec .list .item .name {
    margin-top: 2%;
    margin-bottom: 5%;
    width: 100%;
    text-align: center;
    font-size: 2em;
  }
  /* line 1718, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .ttlsub {
    width: 60%;
  }
  /* line 1722, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .btn_top a {
    margin: 0 auto 5%;
  }
  /* line 1727, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .btn_bottom a {
    margin: 8% auto;
  }
  /* line 1731, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .box_products {
    margin: 1em auto;
    width: 80%;
  }
  /* line 1734, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .box_products .ph, #wrap .sec_container.product_single .sec .box_products .price {
    float: none;
  }
  /* line 1737, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .box_products .ph {
    width: 100%;
  }
  /* line 1740, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .box_products .price {
    margin: 3% auto 16%;
    width: 100%;
  }
  /* line 1743, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .box_products .price .list {
    font-size: 2.2em;
  }
  /* line 1745, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .box_products .price .list .item {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  /* line 1750, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .box_products .price .list .item span {
    margin: .5em auto 1em;
    font-size: .9em;
  }
  /* line 1754, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .box_products .price .list .item:first-child {
    margin-top: 1em;
  }
  /* line 1761, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .ttl_component {
    width: 84%;
    font-size: 2.2em;
  }
  /* line 1765, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .list_com {
    margin: 4em auto 2em;
    width: 82%;
  }
  /* line 1768, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .list_com .item {
    margin-bottom: 5%;
    width: 100%;
  }
  /* line 1771, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .list_com .item .ph {
    margin-right: 5%;
    width: 36%;
  }
  /* line 1775, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .list_com .item .box {
    width: 59%;
  }
  /* line 1777, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .list_com .item .box .name {
    margin: 0 auto .5em;
    font-size: 1.9em;
  }
  /* line 1781, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .list_com .item .box .comment {
    font-size: 1.6em;
  }
  /* line 1787, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .list_ind, #wrap .sec_container.product_single .sec .list_ind2 {
    margin: 3em auto 2em;
    width: 92%;
  }
  /* line 1790, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .list_ind .item, #wrap .sec_container.product_single .sec .list_ind2 .item {
    margin: 3%;
    width: 44%;
  }
  /* line 1793, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .list_ind .item .ph, #wrap .sec_container.product_single .sec .list_ind2 .item .ph {
    padding: 0 8%;
  }
  /* line 1796, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .list_ind .item .box, #wrap .sec_container.product_single .sec .list_ind2 .item .box {
    margin-top: 2%;
  }
  /* line 1798, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .list_ind .item .box .name, #wrap .sec_container.product_single .sec .list_ind2 .item .box .name {
    font-size: 1.6em;
  }
  /* line 1801, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .list_ind .item .box .comment, #wrap .sec_container.product_single .sec .list_ind2 .item .box .comment {
    margin-top: 2%;
    font-size: 1.6em;
  }
  /* line 1808, ../scss/add_style.scss */
  #wrap .sec_container.product_single .sec .other_type {
    font-size: 2.2em;
    text-align: center;
  }
  /* line 1816, ../scss/add_style.scss */
  #wrap .sec_container.soap .sec .ph {
    width: 96%;
  }
  /* line 1819, ../scss/add_style.scss */
  #wrap .sec_container.soap .sec .text {
    font-size: 1.8em;
    letter-spacing: .02em;
    text-align: left;
  }
  /* line 1823, ../scss/add_style.scss */
  #wrap .sec_container.soap .sec .text .wpc {
    display: none;
  }
  /* line 1832, ../scss/add_style.scss */
  #wrap .sec_container.cold_process .sec .text .wpc {
    display: none;
  }
  /* line 1835, ../scss/add_style.scss */
  #wrap .sec_container.cold_process .sec .text .wsp {
    display: block;
  }
  /* line 1839, ../scss/add_style.scss */
  #wrap .sec_container.cold_process .sec .list {
    width: 90%;
  }
  /* line 1841, ../scss/add_style.scss */
  #wrap .sec_container.cold_process .sec .list .item {
    float: none;
    margin: 0 auto 5%;
    padding: 0;
    width: 76%;
  }
  /* line 1846, ../scss/add_style.scss */
  #wrap .sec_container.cold_process .sec .list .item span {
    width: 100%;
    font-size: 1.8em;
    text-align: left;
  }
  /* line 1850, ../scss/add_style.scss */
  #wrap .sec_container.cold_process .sec .list .item span .wpc {
    display: none;
  }
  /* line 1857, ../scss/add_style.scss */
  #wrap .sec_container.cold_process .sec .list.one .item span {
    text-align: center;
  }
  /* line 1864, ../scss/add_style.scss */
  #wrap .sec_container.cold_process .sec .list_process {
    width: 96%;
  }
  /* line 1867, ../scss/add_style.scss */
  #wrap .sec_container.cold_process .sec .list_component {
    width: 90%;
  }
  /* line 1869, ../scss/add_style.scss */
  #wrap .sec_container.cold_process .sec .list_component .item {
    margin: 0 1%;
    width: 48%;
  }
  /* line 1872, ../scss/add_style.scss */
  #wrap .sec_container.cold_process .sec .list_component .item span {
    font-size: 1.8em;
  }
  /* line 1882, ../scss/add_style.scss */
  #wrap .sec_container.fragrance .sec .ttlsub .wsp {
    display: block;
  }
  /* line 1887, ../scss/add_style.scss */
  #wrap .sec_container.fragrance .sec .box .ttl_box {
    margin: 0 auto 5%;
    width: 90%;
    font-size: 2em;
    line-height: 1.6;
    letter-spacing: .1em;
  }
  /* line 1893, ../scss/add_style.scss */
  #wrap .sec_container.fragrance .sec .box .ttl_box .wsp {
    display: block;
  }
  /* line 1896, ../scss/add_style.scss */
  #wrap .sec_container.fragrance .sec .box .ttl_box span {
    width: 100%;
  }
  /* line 1900, ../scss/add_style.scss */
  #wrap .sec_container.fragrance .sec .box .list {
    width: 80%;
  }
  /* line 1902, ../scss/add_style.scss */
  #wrap .sec_container.fragrance .sec .box .list .item {
    float: none !important;
    width: 100% !important;
  }
  /* line 1906, ../scss/add_style.scss */
  #wrap .sec_container.fragrance .sec .box .list .item:first-child .ph {
    padding: 0 20% 4%;
  }
  /* line 1909, ../scss/add_style.scss */
  #wrap .sec_container.fragrance .sec .box .list .item:first-child .name {
    margin: .5em auto 1em;
    font-size: 2.2em;
  }
  /* line 1913, ../scss/add_style.scss */
  #wrap .sec_container.fragrance .sec .box .list .item:first-child .prof {
    font-size: 1.9em;
  }
  /* line 1915, ../scss/add_style.scss */
  #wrap .sec_container.fragrance .sec .box .list .item:first-child .prof .wpc {
    display: none;
  }
  /* line 1921, ../scss/add_style.scss */
  #wrap .sec_container.fragrance .sec .box .list .item:last-child .ttl_comment {
    margin: .5em auto 1em;
    width: 100%;
    font-size: 2em;
  }
  /* line 1926, ../scss/add_style.scss */
  #wrap .sec_container.fragrance .sec .box .list .item:last-child .comment {
    font-size: 1.8em;
  }
  /* line 1928, ../scss/add_style.scss */
  #wrap .sec_container.fragrance .sec .box .list .item:last-child .comment .wpc {
    display: none;
  }

  /* line 1940, ../scss/add_style.scss */
  .footer {
    padding: 2em 0;
    background-size: 15%;
    background-position: right 1% bottom 50%;
  }
  /* line 1944, ../scss/add_style.scss */
  .footer .list_nav {
    margin: 0 auto;
    width: 90%;
  }
  /* line 1947, ../scss/add_style.scss */
  .footer .list_nav .item {
    margin: 0;
    font-size: 1.5em;
    text-align: center;
    white-space: nowrap;
  }
  /* line 1952, ../scss/add_style.scss */
  .footer .list_nav .item:nth-child(1), .footer .list_nav .item:nth-child(2) {
    width: 26%;
  }
  /* line 1955, ../scss/add_style.scss */
  .footer .list_nav .item:nth-child(3) {
    width: 40%;
  }
  /* line 1958, ../scss/add_style.scss */
  .footer .list_nav .item.copy {
    position: relative;
    margin-top: 1.2em;
    width: 100%;
  }

  /* line 1967, ../scss/add_style.scss */
  .sec2 .ph {
    width: 96%;
  }
  /* line 1970, ../scss/add_style.scss */
  .sec2 .text {
    font-size: 1.8em;
    letter-spacing: .02em;
    text-align: left;
  }

  /* line 1977, ../scss/add_style.scss */
  .sec3 .box_txt {
    display: block;
  }
  /* line 1979, ../scss/add_style.scss */
  .sec3 .box_txt .add_img {
    width: 70%;
    margin: 0 auto 2em;
  }
  /* line 1983, ../scss/add_style.scss */
  .sec3 .box_txt .block_txt {
    padding-left: 5%;
  }
  /* line 1985, ../scss/add_style.scss */
  .sec3 .box_txt .block_txt .add_txt {
    font-weight: bold;
    letter-spacing: .14em;
    margin: 0 auto 2em;
    font-family: "游ゴシック", YuGothic, "Noto Sans Japanese", sans-serif;
    font-size: 1.8em;
    line-height: 1.8;
    text-align: center;
  }
  /* line 1993, ../scss/add_style.scss */
  .sec3 .box_txt .block_txt .add_txt .add_wsp {
    display: block;
  }
  /* line 1996, ../scss/add_style.scss */
  .sec3 .box_txt .block_txt .add_txt .add_wpc {
    display: none;
  }
  /* line 2002, ../scss/add_style.scss */
  .sec3 .list {
    width: 90%;
  }
  /* line 2004, ../scss/add_style.scss */
  .sec3 .list .item {
    float: none;
    margin: 0 auto 5%;
    padding: 0;
    width: 76%;
  }
  /* line 2009, ../scss/add_style.scss */
  .sec3 .list .item span {
    width: 100%;
    font-size: 1.8em;
    text-align: left;
  }
  /* line 2016, ../scss/add_style.scss */
  .sec3 .list_process {
    width: 96%;
  }

  /* line 2021, ../scss/add_style.scss */
  .sec4 .ttl {
    line-height: 1.6;
  }
  /* line 2023, ../scss/add_style.scss */
  .sec4 .ttl .ttl_vdurg {
    max-width: 150px;
    width: 35%;
    margin: 0 auto 1em;
  }
  /* line 2028, ../scss/add_style.scss */
  .sec4 .ttl .sp_br {
    display: block;
  }
  /* line 2033, ../scss/add_style.scss */
  .sec4 .item_list .item_lists {
    margin-bottom: 7em;
  }
  /* line 2035, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .ttlsub {
    margin: 0 auto 1.6em;
    padding: .5em 0;
    border-top: 1px solid #c9c3bf;
    border-bottom: 1px solid #c9c3bf;
  }
  /* line 2048, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .ttl_images {
    max-width: 300px;
    width: 50%;
    min-width: 150px;
  }
  /* line 2053, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .sub_txt {
    font-size: 2em;
    font-weight: bold;
    line-height: 1.6;
  }
  /* line 2058, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products {
    margin: 3em auto;
    width: 76%;
  }
  /* line 2061, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products:after {
    content: '';
    clear: both;
    display: block;
    white-space: nowrap;
  }
  /* line 2067, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products .ph {
    margin-right: 0;
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  /* line 2073, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products .price {
    margin-top: 13%;
    width: 47%;
    text-align: left;
    float: none;
  }
  /* line 2078, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products .price .list {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.4;
    border-top: 1px solid #c9c3bf;
    border-bottom: 1px solid #c9c3bf;
  }
  /* line 2084, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products .price .list:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
    white-space: nowrap;
  }
  /* line 2091, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products .price .list .item {
    float: left;
    padding: 1.6em 0;
  }
  /* line 2097, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products .price_content {
    margin-top: 13%;
    width: 100%;
    text-align: left;
    float: left;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.5;
    border-top: 1px solid #c9c3bf;
    border-bottom: 1px solid #c9c3bf;
    padding: 1.6em 0;
    position: relative;
  }
  /* line 2109, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products .price_content .limited {
    position: absolute;
    top: -27%;
    left: 30%;
    width: 40%;
  }
  /* line 2115, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products .price_content .item_ttl {
    margin-bottom: .5em;
    text-align: center;
    font-size: 1.4em;
  }
  /* line 2119, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products .price_content .item_ttl .add_wsp {
    display: block;
    padding-left: 0;
  }
  /* line 2124, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products .price_content .price_txt {
    text-align: center;
  }
  /* line 2126, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products .price_content .price_txt .price_lg {
    font-size: 1.4em;
  }
  /* line 2129, ../scss/add_style.scss */
  .sec4 .item_list .item_lists .box_products .price_content .price_txt .red {
    color: #bd2726;
  }
  /* line 2138, ../scss/add_style.scss */
  .sec4 .v_btn {
    margin: 5em auto 10em;
  }
  /* line 2140, ../scss/add_style.scss */
  .sec4 .v_btn > a {
    text-decoration: none;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    background: #bd2726;
    padding: 1.5em 1em;
  }
}
@media screen and (max-width: 375px) {
  /* line 2157, ../scss/add_style.scss */
  #wrap .sec_container .sec .ttl {
    font-size: 2.5em;
  }
  /* line 2161, ../scss/add_style.scss */
  #wrap .sec_container .sec .text {
    font-size: 1.8em;
  }
  /* line 2178, ../scss/add_style.scss */
  #wrap .sec_container.cold_process .sec .list .item {
    width: 86%;
  }
  /* line 2186, ../scss/add_style.scss */
  #wrap .sec_container.fragrance .sec .box {
    margin: 0 auto;
  }
  /* line 2188, ../scss/add_style.scss */
  #wrap .sec_container.fragrance .sec .box .list {
    width: 82%;
  }
  /* line 2191, ../scss/add_style.scss */
  #wrap .sec_container.fragrance .sec .box .list .item:first-child {
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 350px) {
  /* line 2203, ../scss/add_style.scss */
  #wrap {
    font-size: 0.8em;
  }
}

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