@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/style.scss */
html {
  height: 100%;
  scroll-behavior: smooth;
}

/* line 11, ../scss/style.scss */
body {
  background: #2d2d2d;
  position: relative;
  padding-bottom: var(--fh);
}

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

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

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

/* line 131, ../scss/style.scss */
.wh_back {
  position: fixed;
  background: linear-gradient(180deg, rgba(43, 43, 43, 0), rgba(43, 43, 43, 0), rgba(43, 43, 43, 0), rgba(43, 43, 43, 0), #2b2b2b, #2b2b2b);
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
/* line 142, ../scss/style.scss */
.wh_back .back_inner {
  max-width: 1200px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background: rgba(243, 239, 233, 0.9);
}

/* line 153, ../scss/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 162, ../scss/style.scss */
.box_social:after {
  content: '';
  clear: both;
  display: block;
  white-space: nowrap;
}
/* line 168, ../scss/style.scss */
.box_social .list_social {
  display: none;
  float: right;
}
/* line 171, ../scss/style.scss */
.box_social .list_social .item {
  float: left;
  width: 65px;
  height: 65px;
  text-align: center;
}
/* line 176, ../scss/style.scss */
.box_social .list_social .item:nth-child(n+2) {
  border-left: 1px solid #827b63;
}
/* line 179, ../scss/style.scss */
.box_social .list_social .item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
/* line 184, ../scss/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 194, ../scss/style.scss */
.box_social .list_social .item a span {
  display: none;
}
/* line 201, ../scss/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 208, ../scss/style.scss */
.bnrContainer {
  margin-bottom: 5em;
  position: relative;
  z-index: 2;
  background-color: #da9394;
}
/* line 213, ../scss/style.scss */
.bnrContainer > a {
  display: block;
  margin: 0 auto;
  max-width: 680px;
}
/* line 217, ../scss/style.scss */
.bnrContainer > a:hover {
  opacity: 1;
}

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

/* line 264, ../scss/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 293, ../scss/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 304, ../scss/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 315, ../scss/style.scss */
#wrap.on {
  opacity: 1;
}
/* line 325, ../scss/style.scss */
#wrap .wsp {
  display: none;
}
/* line 328, ../scss/style.scss */
#wrap .sp_br {
  display: none;
}
/* line 331, ../scss/style.scss */
#wrap .sec_slider {
  margin: .5% auto 6%;
  max-width: 1200px;
}
/* line 334, ../scss/style.scss */
#wrap .sec_slider .news {
  display: flex;
  font-size: 2em;
  line-height: 1.5;
  padding: .5em .5em;
}
/* line 339, ../scss/style.scss */
#wrap .sec_slider .news time {
  width: 6em;
  font-weight: 500;
  margin-right: .2em;
}
/* line 344, ../scss/style.scss */
#wrap .sec_slider .news p {
  flex: 1;
}
/* line 346, ../scss/style.scss */
#wrap .sec_slider .news p a {
  color: #000;
  text-decoration: none;
  border-bottom: #000 solid 1px;
}
/* line 355, ../scss/style.scss */
#wrap .sec_container {
  position: relative;
  margin: 0 auto;
  padding-bottom: 5%;
  max-width: 1200px;
  height: 100%;
  text-align: center;
  border-top: 6px solid #595959;
}
/* line 364, ../scss/style.scss */
.bg_top #wrap .sec_container {
  background: rgba(243, 239, 233, 0.9);
}
/* line 367, ../scss/style.scss */
#wrap .sec_container .sec {
  padding: 8em 0 5em;
}
/* line 369, ../scss/style.scss */
#wrap .sec_container .sec .ttl {
  margin: 0 auto 3em;
  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 381, ../scss/style.scss */
#wrap .sec_container .sec .ttlsub {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.6;
}
/* line 387, ../scss/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 392, ../scss/style.scss */
#wrap .sec_container .sec .text.bold {
  font-weight: bold;
  letter-spacing: .14em;
}
/* line 396, ../scss/style.scss */
#wrap .sec_container .sec .text.ext {
  font-size: 2em;
}
/* line 401, ../scss/style.scss */
#wrap .sec_container.top {
  padding-top: 12em;
  position: relative;
  z-index: 100;
  border-top: none;
}
/* line 406, ../scss/style.scss */
#wrap .sec_container.top .list_products {
  margin: -16em auto 6em;
  width: 96%;
}
/* line 410, ../scss/style.scss */
#wrap .sec_container.top .list_products .item {
  display: inline-block;
  margin: 0 1%;
  width: 11%;
  vertical-align: bottom;
}
/* line 415, ../scss/style.scss */
#wrap .sec_container.top .list_products .item a {
  color: #000;
  text-decoration: none;
}
/* line 419, ../scss/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 432, ../scss/style.scss */
#wrap .sec_container.top .list_products .item:hover {
  opacity: .7;
}
/* line 437, ../scss/style.scss */
#wrap .sec_container.top .list_content {
  margin: 0 auto;
  width: 90%;
}
/* line 440, ../scss/style.scss */
#wrap .sec_container.top .list_content .item {
  float: left;
  margin-right: 3%;
  width: 31.3%;
}
/* line 444, ../scss/style.scss */
#wrap .sec_container.top .list_content .item:last-child {
  margin-right: 0;
}
/* line 447, ../scss/style.scss */
#wrap .sec_container.top .list_content .item:hover {
  opacity: .6;
}
/* line 450, ../scss/style.scss */
#wrap .sec_container.top .list_content .item a {
  color: #000;
  text-decoration: none;
}
/* line 454, ../scss/style.scss */
#wrap .sec_container.top .list_content .item .box {
  margin: 0 auto;
  width: 98%;
}
/* line 457, ../scss/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 464, ../scss/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 476, ../scss/style.scss */
#wrap .sec_container.concept .sec .ttl {
  width: 560px;
}
/* line 480, ../scss/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 486, ../scss/style.scss */
#wrap .sec_container.concept .sec .catch span {
  display: block;
  margin-bottom: 1.6em;
  font-size: .7em;
  font-weight: normal;
}
/* line 497, ../scss/style.scss */
#wrap .sec_container.product .sec .list {
  margin: 0 auto;
  width: 80%;
}
/* line 500, ../scss/style.scss */
#wrap .sec_container.product .sec .list .item {
  display: inline-block;
  margin: 0 1%;
  width: 30%;
  vertical-align: bottom;
}
/* line 505, ../scss/style.scss */
#wrap .sec_container.product .sec .list .item .ph {
  position: relative;
}
/* line 507, ../scss/style.scss */
#wrap .sec_container.product .sec .list .item .ph .award {
  position: absolute;
  top: -28%;
  left: 38%;
  width: 22.7%;
  z-index: -1;
}
/* line 517, ../scss/style.scss */
#wrap .sec_container.product .sec .list .item .ph a {
  display: inline-block;
  width: 32.6%;
}
/* line 522, ../scss/style.scss */
#wrap .sec_container.product .sec .list .item .ph a img {
  padding: 5%;
}
/* line 527, ../scss/style.scss */
#wrap .sec_container.product .sec .list .item .ph:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  white-space: nowrap;
}
/* line 535, ../scss/style.scss */
#wrap .sec_container.product .sec .list .item .name {
  margin-top: 1.6em;
  min-height: 50px;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.4;
}
/* line 553, ../scss/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 562, ../scss/style.scss */
#wrap .sec_container.product_single .ttlsub span {
  display: block;
  font-size: .7em;
  letter-spacing: 0;
}
/* line 568, ../scss/style.scss */
#wrap .sec_container.product_single .ttl_component {
  line-height: 1.6;
  margin: 0 auto;
  padding: .5em 0;
  width: 24%;
  min-width: 220px;
  font-size: 1.8em;
  font-weight: bold;
  border-top: 1px solid #c9c3bf;
  border-bottom: 1px solid #c9c3bf;
}
/* line 579, ../scss/style.scss */
#wrap .sec_container.product_single .box_products {
  margin: 3em auto;
  width: 76%;
  position: relative;
}
/* line 583, ../scss/style.scss */
#wrap .sec_container.product_single .box_products .p_award {
  position: absolute;
  top: -2%;
  left: -10%;
  width: 11%;
  z-index: -1;
}
/* line 590, ../scss/style.scss */
#wrap .sec_container.product_single .box_products .ph, #wrap .sec_container.product_single .box_products .price {
  float: left;
}
/* line 593, ../scss/style.scss */
#wrap .sec_container.product_single .box_products .ph {
  margin-right: 9%;
  width: 44%;
}
/* line 597, ../scss/style.scss */
#wrap .sec_container.product_single .box_products .price {
  margin-top: 13%;
  width: 47%;
  text-align: left;
}
/* line 601, ../scss/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 606, ../scss/style.scss */
#wrap .sec_container.product_single .box_products .price .list:last-child {
  border-bottom: 1px solid #c9c3bf;
}
/* line 609, ../scss/style.scss */
#wrap .sec_container.product_single .box_products .price .list .item {
  float: left;
  padding: 1.6em 0;
}
/* line 612, ../scss/style.scss */
#wrap .sec_container.product_single .box_products .price .list .item span {
  display: block;
  margin-top: 1em;
  font-size: .9em;
}
/* line 617, ../scss/style.scss */
#wrap .sec_container.product_single .box_products .price .list .item:first-child {
  width: 40%;
}
/* line 623, ../scss/style.scss */
#wrap .sec_container.product_single .box_products:after {
  content: '';
  clear: both;
  display: block;
  white-space: nowrap;
}
/* line 630, ../scss/style.scss */
#wrap .sec_container.product_single .list_com {
  margin: 4em auto;
  width: 70%;
}
/* line 633, ../scss/style.scss */
#wrap .sec_container.product_single .list_com .item {
  float: left;
  width: 48%;
}
/* line 636, ../scss/style.scss */
#wrap .sec_container.product_single .list_com .item:nth-child(odd) {
  margin-right: 4%;
}
/* line 639, ../scss/style.scss */
#wrap .sec_container.product_single .list_com .item:nth-child(n+3) {
  margin-top: 4%;
}
/* line 642, ../scss/style.scss */
#wrap .sec_container.product_single .list_com .item .ph {
  float: left;
  margin-right: 4%;
  width: 26%;
}
/* line 647, ../scss/style.scss */
#wrap .sec_container.product_single .list_com .item .box {
  float: left;
  text-align: left;
  width: 70%;
}
/* line 651, ../scss/style.scss */
#wrap .sec_container.product_single .list_com .item .box .name {
  margin: .5em auto .9em;
  font-size: 1.6em;
  font-weight: bold;
}
/* line 656, ../scss/style.scss */
#wrap .sec_container.product_single .list_com .item .box .comment {
  font-size: 1.4em;
  line-height: 1.6;
}
/* line 663, ../scss/style.scss */
#wrap .sec_container.product_single .list_ind {
  margin: 4em auto;
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 669, ../scss/style.scss */
#wrap .sec_container.product_single .list_ind .item {
  margin: 0 2%;
  width: 20%;
}
/* line 673, ../scss/style.scss */
#wrap .sec_container.product_single .list_ind .item .ph {
  padding: 0 18%;
}
/* line 676, ../scss/style.scss */
#wrap .sec_container.product_single .list_ind .item .box {
  margin-top: 1.6em;
}
/* line 678, ../scss/style.scss */
#wrap .sec_container.product_single .list_ind .item .box .name {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.6;
}
/* line 684, ../scss/style.scss */
#wrap .sec_container.product_single .list_ind .item .box .comment {
  font-size: 1.2em;
}
/* line 690, ../scss/style.scss */
#wrap .sec_container.product_single .list_ind2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 4em auto;
  width: 80%;
}
/* line 696, ../scss/style.scss */
#wrap .sec_container.product_single .list_ind2 .item {
  margin: 0;
  width: 16.66%;
}
/* line 700, ../scss/style.scss */
#wrap .sec_container.product_single .list_ind2 .item .ph {
  padding: 0 16%;
}
/* line 703, ../scss/style.scss */
#wrap .sec_container.product_single .list_ind2 .item .box {
  margin-top: 1.6em;
}
/* line 705, ../scss/style.scss */
#wrap .sec_container.product_single .list_ind2 .item .box .name {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 2;
}
/* line 710, ../scss/style.scss */
#wrap .sec_container.product_single .list_ind2 .item .box .comment {
  font-size: 1.2em;
}
/* line 716, ../scss/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 724, ../scss/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 737, ../scss/style.scss */
#wrap .sec_container.product_single .btn_top a {
  margin: 0 0 2em 6%;
}
/* line 742, ../scss/style.scss */
#wrap .sec_container.product_single .btn_bottom a {
  margin: 3em auto 0;
}
/* line 748, ../scss/style.scss */
#wrap .sec_container.soap .ph {
  margin: 0 auto;
  width: 50%;
}
/* line 754, ../scss/style.scss */
#wrap .sec_container.cold_process .ttl {
  width: 500px;
}
/* line 757, ../scss/style.scss */
#wrap .sec_container.cold_process .ttlsub {
  margin-top: 4em;
}
/* line 760, ../scss/style.scss */
#wrap .sec_container.cold_process .list {
  margin: 5em auto 4em;
  width: 60%;
}
/* line 763, ../scss/style.scss */
#wrap .sec_container.cold_process .list .item {
  float: left;
  margin: 0 4.16%;
  width: 25%;
}
/* line 767, ../scss/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 779, ../scss/style.scss */
#wrap .sec_container.cold_process .list.one .item span {
  width: 63%;
}
/* line 786, ../scss/style.scss */
#wrap .sec_container.cold_process .list.three .item span {
  width: 86%;
}
/* line 792, ../scss/style.scss */
#wrap .sec_container.cold_process .list_process {
  margin: 5em auto;
  width: 60%;
}
/* line 796, ../scss/style.scss */
#wrap .sec_container.cold_process .list_component {
  margin: 5em auto 7em;
  width: 56%;
}
/* line 799, ../scss/style.scss */
#wrap .sec_container.cold_process .list_component .item {
  float: left;
  margin: 0 1.6%;
  width: 21%;
}
/* line 803, ../scss/style.scss */
#wrap .sec_container.cold_process .list_component .item span {
  display: block;
  padding: 1em 0;
  font-size: 1.4em;
  font-weight: bold;
}
/* line 813, ../scss/style.scss */
#wrap .sec_container.fragrance .box {
  margin: 0 auto;
  padding: 3em 10px;
}
/* line 817, ../scss/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 823, ../scss/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 833, ../scss/style.scss */
#wrap .sec_container.fragrance .box .list {
  margin: 0 auto;
  width: 60%;
}
/* line 837, ../scss/style.scss */
#wrap .sec_container.fragrance .box .list .item:first-child {
  float: left;
  width: 34%;
}
/* line 840, ../scss/style.scss */
#wrap .sec_container.fragrance .box .list .item:first-child .ph {
  padding: 0 16%;
}
/* line 843, ../scss/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 850, ../scss/style.scss */
#wrap .sec_container.fragrance .box .list .item:first-child .name span {
  display: block;
  font-size: .7em;
}
/* line 855, ../scss/style.scss */
#wrap .sec_container.fragrance .box .list .item:first-child .prof {
  font-size: 1.1em;
  line-height: 1.4;
  text-align: left;
}
/* line 861, ../scss/style.scss */
#wrap .sec_container.fragrance .box .list .item:last-child {
  width: 56.8%;
  float: right;
}
/* line 864, ../scss/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 872, ../scss/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 878, ../scss/style.scss */
#wrap .sec_container.fragrance .box .list .item:last-child .ph_img {
  padding: 0 4%;
}
/* line 884, ../scss/style.scss */
#wrap .sec_container.fragrance .box.one {
  background: #cacfc499;
}
/* line 887, ../scss/style.scss */
#wrap .sec_container.fragrance .box.one .ttl_box {
  color: #717246;
}
/* line 892, ../scss/style.scss */
#wrap .sec_container.fragrance .box.two .ttl_box {
  color: #bf5a65;
}
/* line 896, ../scss/style.scss */
#wrap .sec_container.fragrance .box.three {
  background: #f3d5d561;
}
/* line 898, ../scss/style.scss */
#wrap .sec_container.fragrance .box.three .ttl_box {
  color: #f57a7e;
}

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

/* line 917, ../scss/style.scss */
.bg_concept {
  background-image: url(../images/bg/concept.jpg);
  background-position: center top;
}
/* line 921, ../scss/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 928, ../scss/style.scss */
.bg_products {
  background-image: url(../images/bg/products.jpg);
  background-position: center top;
}

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

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

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

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

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

  /* line 976, ../scss/style.scss */
  #wrap {
    padding-top: 67px;
  }
  /* line 987, ../scss/style.scss */
  #wrap .sec_container.product .sec .list .item {
    margin: 0;
    width: 33%;
  }
  /* line 991, ../scss/style.scss */
  #wrap .sec_container.product .sec .list .item .ph a {
    width: 31.8%;
  }

  /* line 1003, ../scss/style.scss */
  .footer .list_nav {
    width: 90%;
  }
}
@media screen and (max-width: 1130px) {
  /* line 1011, ../scss/style.scss */
  #header .ttl {
    margin-left: 2%;
  }
  /* line 1014, ../scss/style.scss */
  #header nav {
    margin-right: 1%;
  }
  /* line 1019, ../scss/style.scss */
  #header .list li a {
    padding: 2.6em 1em 2em;
  }
}
@media screen and (max-width: 1048px) {
  /* line 1043, ../scss/style.scss */
  #wrap {
    padding-top: 67px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 1050, ../scss/style.scss */
  #header .ttl {
    width: 180px;
    padding: 2.4em 0 0 0;
  }
  /* line 1056, ../scss/style.scss */
  #header .list li a {
    padding: 2.6em .7em 2em;
  }
}
@media screen and (max-width: 960px) {
  /* line 1075, ../scss/style.scss */
  html {
    font-size: 50% !important;
  }

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

  /* line 1083, ../scss/style.scss */
  #header .ttl {
    float: none;
    display: block;
    margin: 0 auto;
    padding: 16px 0;
    height: 60px;
  }
  /* line 1091, ../scss/style.scss */
  #header nav {
    float: none;
    display: block;
    margin-right: 0;
  }
  /* line 1097, ../scss/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 1105, ../scss/style.scss */
  #header .list li {
    float: none;
    width: 100%;
    border-top: 1px solid #fff;
    font-size: 14px;
    font-size: 2em;
  }
  /* line 1112, ../scss/style.scss */
  #header .list li a {
    padding: 15px 0px 15px 0px;
    padding: 1.5rem 0rem 1.5rem 0rem;
  }
  /* line 1118, ../scss/style.scss */
  #header .list .item a {
    padding: 15px 0px 15px 0px;
    padding: 1.3rem 0rem 1.3rem 0rem;
  }
  /* line 1121, ../scss/style.scss */
  #header .list .item a:before {
    margin-right: .5em;
    font-size: 1.3em;
  }
  /* line 1125, ../scss/style.scss */
  #header .list .item a span {
    margin-top: -.6em;
    display: inline-block;
    vertical-align: middle;
  }
  /* line 1131, ../scss/style.scss */
  #header .list .item:nth-child(7) {
    margin-left: 0;
  }
  /* line 1136, ../scss/style.scss */
  #header .menu {
    display: block;
    position: absolute;
    right: 10px;
    top: 13px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
  }
  /* line 1145, ../scss/style.scss */
  #header .menu:before {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 30px;
  }

  /* line 1153, ../scss/style.scss */
  #wrap {
    min-width: inherit;
    padding-top: 60px;
  }
  /* line 1157, ../scss/style.scss */
  #wrap .sec_slider .news {
    font-size: 1.9em;
  }
  /* line 1172, ../scss/style.scss */
  #wrap .sec_container.product_single .sec .ttlsub {
    width: 30%;
  }
  /* line 1175, ../scss/style.scss */
  #wrap .sec_container.product_single .sec .box_products {
    width: 90%;
  }
  /* line 1177, ../scss/style.scss */
  #wrap .sec_container.product_single .sec .box_products .ph {
    margin-right: 0;
    width: 100%;
    padding: 0 23%;
  }
  /* line 1182, ../scss/style.scss */
  #wrap .sec_container.product_single .sec .box_products .p_award {
    position: absolute;
    top: 0%;
    left: 13%;
    width: 13%;
    min-width: 50px;
    z-index: -1;
  }
  /* line 1190, ../scss/style.scss */
  #wrap .sec_container.product_single .sec .box_products .price {
    width: 100%;
  }
  /* line 1195, ../scss/style.scss */
  #wrap .sec_container.product_single .sec .list_ind, #wrap .sec_container.product_single .sec .list_ind2 {
    width: 60%;
    justify-content: flex-start;
  }
  /* line 1198, ../scss/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 1201, ../scss/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 1204, ../scss/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 1208, ../scss/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 1226, ../scss/style.scss */
  .bnrContainer {
    margin-bottom: 3em;
  }

  /* line 1229, ../scss/style.scss */
  .footer {
    padding: 0 0 1.5em 0;
  }
  /* line 1231, ../scss/style.scss */
  .footer .list_nav {
    margin: 0 auto;
    width: 60%;
  }
  /* line 1234, ../scss/style.scss */
  .footer .list_nav .item {
    margin: 1% auto;
    width: 33.3%;
    text-align: center;
  }
  /* line 1238, ../scss/style.scss */
  .footer .list_nav .item:last-child {
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 1249, ../scss/style.scss */
  #wrap .sp_br {
    display: block;
  }
  /* line 1253, ../scss/style.scss */
  #wrap .sec_slider .news {
    font-size: 1.8em;
  }
  /* line 1267, ../scss/style.scss */
  #wrap .sec_container.product .sec .list .item {
    width: 32.5%;
  }
}
@media screen and (max-width: 640px) {
  /* line 1288, ../scss/style.scss */
  .bg_concept .wh_back .back_inner {
    background-size: 80% auto;
  }
}
@media screen and (max-width: 540px) {
  /* line 1300, ../scss/style.scss */
  #wrap .sec_slider .news {
    font-size: 1.7em;
  }
  /* line 1314, ../scss/style.scss */
  #wrap .sec_container.product .sec .list .item {
    width: 100%;
    padding: 0 20%;
  }

  /* line 1333, ../scss/style.scss */
  .footer .list_nav {
    width: 80%;
  }
}
/* line 1339, ../scss/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: 480px) {
  /* line 1359, ../scss/style.scss */
  #wrap .sec_slider {
    margin: 0.5% auto 6%;
  }
  /* line 1363, ../scss/style.scss */
  #wrap .sec_container .sec {
    padding: 3em 0;
  }
  /* line 1365, ../scss/style.scss */
  #wrap .sec_container .sec .ttl {
    margin-bottom: 3em;
    width: 90% !important;
  }
  /* line 1370, ../scss/style.scss */
  #wrap .sec_container .sec .text {
    width: 86%;
    font-size: 2.0em;
    line-height: 1.8;
  }
  /* line 1374, ../scss/style.scss */
  #wrap .sec_container .sec .text.bold {
    letter-spacing: .05em;
  }
  /* line 1379, ../scss/style.scss */
  #wrap .sec_container.top {
    padding-top: 0;
  }
  /* line 1381, ../scss/style.scss */
  #wrap .sec_container.top .list_products {
    margin: 2% auto;
    width: 76%;
  }
  /* line 1384, ../scss/style.scss */
  #wrap .sec_container.top .list_products .item {
    margin: 0;
    width: 32.6%;
  }
  /* line 1389, ../scss/style.scss */
  #wrap .sec_container.top .list_products .item a img {
    margin: 0 auto;
    width: 70%;
    height: auto;
  }
  /* line 1395, ../scss/style.scss */
  #wrap .sec_container.top .list_products .item .name {
    margin-top: 1.4em;
  }
  /* line 1401, ../scss/style.scss */
  #wrap .sec_container.top .list_content {
    margin: 9% auto 18%;
    width: 80%;
  }
  /* line 1404, ../scss/style.scss */
  #wrap .sec_container.top .list_content .item {
    float: none;
    margin: 0 auto 10%;
    width: 100%;
  }
  /* line 1409, ../scss/style.scss */
  #wrap .sec_container.top .list_content .item a img {
    margin: 0 auto;
    width: 80%;
  }
  /* line 1414, ../scss/style.scss */
  #wrap .sec_container.top .list_content .item .box {
    width: 100%;
  }
  /* line 1416, ../scss/style.scss */
  #wrap .sec_container.top .list_content .item .box .comment {
    margin-top: 1em;
    text-align: center;
  }
  /* line 1419, ../scss/style.scss */
  #wrap .sec_container.top .list_content .item .box .comment .wsp {
    display: block;
  }
  /* line 1430, ../scss/style.scss */
  #wrap .sec_container.concept .sec .ttl .wsp {
    display: block;
  }
  /* line 1436, ../scss/style.scss */
  #wrap .sec_container.concept .sec .text .wpc {
    display: none;
  }
  /* line 1439, ../scss/style.scss */
  #wrap .sec_container.concept .sec .text .wsp {
    display: block;
  }
  /* line 1447, ../scss/style.scss */
  #wrap .sec_container.product .sec .list {
    width: 60%;
  }
  /* line 1450, ../scss/style.scss */
  #wrap .sec_container.product .sec .list .item {
    display: block;
    margin: 0;
    width: 100%;
    padding: 0;
  }
  /* line 1456, ../scss/style.scss */
  #wrap .sec_container.product .sec .list .item .ph a {
    width: 32%;
    text-align: center;
  }
  /* line 1462, ../scss/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 1475, ../scss/style.scss */
  #wrap .sec_container.product_single .sec .ttlsub {
    width: 60%;
  }
  /* line 1479, ../scss/style.scss */
  #wrap .sec_container.product_single .sec .btn_top a {
    margin: 0 auto 5%;
  }
  /* line 1484, ../scss/style.scss */
  #wrap .sec_container.product_single .sec .btn_bottom a {
    margin: 8% auto;
  }
  /* line 1488, ../scss/style.scss */
  #wrap .sec_container.product_single .sec .box_products {
    margin: 1em auto;
    width: 80%;
  }
  /* line 1491, ../scss/style.scss */
  #wrap .sec_container.product_single .sec .box_products .ph, #wrap .sec_container.product_single .sec .box_products .price {
    float: none;
  }
  /* line 1494, ../scss/style.scss */
  #wrap .sec_container.product_single .sec .box_products .ph {
    width: 100%;
    padding: 0 5%;
  }
  /* line 1498, ../scss/style.scss */
  #wrap .sec_container.product_single .sec .box_products .p_award {
    position: absolute;
    top: 1%;
    left: -8%;
    width: 18%;
    min-width: 50px;
    z-index: -1;
  }
  /* line 1506, ../scss/style.scss */
  #wrap .sec_container.product_single .sec .box_products .price {
    margin: 3% auto 16%;
    width: 100%;
  }
  /* line 1509, ../scss/style.scss */
  #wrap .sec_container.product_single .sec .box_products .price .list {
    font-size: 2.2em;
  }
  /* line 1511, ../scss/style.scss */
  #wrap .sec_container.product_single .sec .box_products .price .list .item {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  /* line 1516, ../scss/style.scss */
  #wrap .sec_container.product_single .sec .box_products .price .list .item span {
    margin: .5em auto 1em;
    font-size: .9em;
  }
  /* line 1520, ../scss/style.scss */
  #wrap .sec_container.product_single .sec .box_products .price .list .item:first-child {
    margin-top: 1em;
  }
  /* line 1527, ../scss/style.scss */
  #wrap .sec_container.product_single .sec .ttl_component {
    width: 84%;
    font-size: 2.2em;
  }
  /* line 1531, ../scss/style.scss */
  #wrap .sec_container.product_single .sec .list_com {
    margin: 4em auto 2em;
    width: 82%;
  }
  /* line 1534, ../scss/style.scss */
  #wrap .sec_container.product_single .sec .list_com .item {
    margin-bottom: 5%;
    width: 100%;
  }
  /* line 1537, ../scss/style.scss */
  #wrap .sec_container.product_single .sec .list_com .item .ph {
    margin-right: 5%;
    width: 36%;
  }
  /* line 1541, ../scss/style.scss */
  #wrap .sec_container.product_single .sec .list_com .item .box {
    width: 59%;
  }
  /* line 1543, ../scss/style.scss */
  #wrap .sec_container.product_single .sec .list_com .item .box .name {
    margin: 0 auto .5em;
    font-size: 1.9em;
  }
  /* line 1547, ../scss/style.scss */
  #wrap .sec_container.product_single .sec .list_com .item .box .comment {
    font-size: 1.6em;
  }
  /* line 1553, ../scss/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 1556, ../scss/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 1559, ../scss/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 1562, ../scss/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 1564, ../scss/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 1567, ../scss/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 1574, ../scss/style.scss */
  #wrap .sec_container.product_single .sec .other_type {
    font-size: 2.2em;
    text-align: center;
  }
  /* line 1582, ../scss/style.scss */
  #wrap .sec_container.soap .sec .ph {
    width: 96%;
  }
  /* line 1585, ../scss/style.scss */
  #wrap .sec_container.soap .sec .text {
    font-size: 1.8em;
    letter-spacing: .02em;
    text-align: left;
  }
  /* line 1589, ../scss/style.scss */
  #wrap .sec_container.soap .sec .text .wpc {
    display: none;
  }
  /* line 1598, ../scss/style.scss */
  #wrap .sec_container.cold_process .sec .text .wpc {
    display: none;
  }
  /* line 1601, ../scss/style.scss */
  #wrap .sec_container.cold_process .sec .text .wsp {
    display: block;
  }
  /* line 1605, ../scss/style.scss */
  #wrap .sec_container.cold_process .sec .list {
    width: 90%;
  }
  /* line 1607, ../scss/style.scss */
  #wrap .sec_container.cold_process .sec .list .item {
    float: none;
    margin: 0 auto 5%;
    padding: 0;
    width: 76%;
  }
  /* line 1612, ../scss/style.scss */
  #wrap .sec_container.cold_process .sec .list .item span {
    width: 100%;
    font-size: 1.8em;
    text-align: left;
  }
  /* line 1616, ../scss/style.scss */
  #wrap .sec_container.cold_process .sec .list .item span .wpc {
    display: none;
  }
  /* line 1623, ../scss/style.scss */
  #wrap .sec_container.cold_process .sec .list.one .item span {
    text-align: center;
  }
  /* line 1630, ../scss/style.scss */
  #wrap .sec_container.cold_process .sec .list_process {
    width: 96%;
  }
  /* line 1633, ../scss/style.scss */
  #wrap .sec_container.cold_process .sec .list_component {
    width: 90%;
  }
  /* line 1635, ../scss/style.scss */
  #wrap .sec_container.cold_process .sec .list_component .item {
    margin: 0 1%;
    width: 48%;
  }
  /* line 1638, ../scss/style.scss */
  #wrap .sec_container.cold_process .sec .list_component .item span {
    font-size: 1.8em;
  }
  /* line 1648, ../scss/style.scss */
  #wrap .sec_container.fragrance .sec .ttlsub .wsp {
    display: block;
  }
  /* line 1653, ../scss/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 1659, ../scss/style.scss */
  #wrap .sec_container.fragrance .sec .box .ttl_box .wsp {
    display: block;
  }
  /* line 1662, ../scss/style.scss */
  #wrap .sec_container.fragrance .sec .box .ttl_box span {
    width: 100%;
  }
  /* line 1666, ../scss/style.scss */
  #wrap .sec_container.fragrance .sec .box .list {
    width: 80%;
  }
  /* line 1668, ../scss/style.scss */
  #wrap .sec_container.fragrance .sec .box .list .item {
    float: none !important;
    width: 100% !important;
  }
  /* line 1672, ../scss/style.scss */
  #wrap .sec_container.fragrance .sec .box .list .item:first-child .ph {
    padding: 0 20% 4%;
  }
  /* line 1675, ../scss/style.scss */
  #wrap .sec_container.fragrance .sec .box .list .item:first-child .name {
    margin: .5em auto 1em;
    font-size: 2.2em;
  }
  /* line 1679, ../scss/style.scss */
  #wrap .sec_container.fragrance .sec .box .list .item:first-child .prof {
    font-size: 1.9em;
  }
  /* line 1681, ../scss/style.scss */
  #wrap .sec_container.fragrance .sec .box .list .item:first-child .prof .wpc {
    display: none;
  }
  /* line 1687, ../scss/style.scss */
  #wrap .sec_container.fragrance .sec .box .list .item:last-child .ttl_comment {
    margin: .5em auto 1em;
    width: 100%;
    font-size: 2em;
  }
  /* line 1692, ../scss/style.scss */
  #wrap .sec_container.fragrance .sec .box .list .item:last-child .comment {
    font-size: 1.8em;
  }
  /* line 1694, ../scss/style.scss */
  #wrap .sec_container.fragrance .sec .box .list .item:last-child .comment .wpc {
    display: none;
  }

  /* line 1706, ../scss/style.scss */
  .footer {
    padding: 0 0 2em 0;
    background-size: 11%;
    background-position: right 1% bottom 1.5em;
  }
  /* line 1710, ../scss/style.scss */
  .footer .list_nav {
    margin: 0 auto;
    width: 90%;
  }
  /* line 1713, ../scss/style.scss */
  .footer .list_nav .item {
    margin: 0;
    font-size: 1.5em;
    text-align: center;
    white-space: nowrap;
  }
  /* line 1718, ../scss/style.scss */
  .footer .list_nav .item:nth-child(1), .footer .list_nav .item:nth-child(2) {
    width: 26%;
  }
  /* line 1721, ../scss/style.scss */
  .footer .list_nav .item:nth-child(3) {
    width: 40%;
  }
  /* line 1724, ../scss/style.scss */
  .footer .list_nav .item.copy {
    position: relative;
    margin-top: 1.2em;
    width: 100%;
  }

  /* line 1732, ../scss/style.scss */
  #btn_top {
    height: 50px;
  }
}
@media screen and (max-width: 375px) {
  /* line 1742, ../scss/style.scss */
  #wrap .sec_container .sec .ttl {
    font-size: 2.8em;
  }
  /* line 1745, ../scss/style.scss */
  #wrap .sec_container .sec .text {
    font-size: 1.8em;
  }
  /* line 1762, ../scss/style.scss */
  #wrap .sec_container.cold_process .sec .list .item {
    width: 86%;
  }
  /* line 1770, ../scss/style.scss */
  #wrap .sec_container.fragrance .sec .box {
    margin: 0 auto;
  }
  /* line 1772, ../scss/style.scss */
  #wrap .sec_container.fragrance .sec .box .list {
    width: 82%;
  }
  /* line 1775, ../scss/style.scss */
  #wrap .sec_container.fragrance .sec .box .list .item:first-child {
    margin-bottom: 6%;
  }
}

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