@charset "UTF-8";
/*	reset
-----------------------------------------*/
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-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  cursor: pointer;
}

.how .box_filter .list::after, .how .box_item .content::after, .products .link_target ul::after, .products .box_content .btn_01::after, #js-modal-content.open .inner .box_use::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

/*	base
-----------------------------------------*/
body {
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  color: #000000;
  background: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  height: 100%;
  width: 100%;
}
body.js-modal-flg {
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

*, *::before, *::after {
  box-sizing: border-box;
}

noscript {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
noscript p {
  padding: 20px 10px;
  background: #ffffff;
  font-weight: bold;
  text-align: center;
  color: #256998;
}

/*	header
-----------------------------------------*/
#header {
  box-shadow: 0 7px 5px -5px rgba(0, 0, 0, 0.15);
  border-bottom: #ffffff 1px solid;
  background-color: #ffffff;
  position: fixed;
  border-radius: 1px;
  top: 0;
  z-index: 10;
  width: 100%;
}
#header .inner {
  position: relative;
  background-color: #ffffff;
  background: url(/smt/joshibungu/common/img/line.png) top left repeat-x;
  background-size: auto 2px;
  padding: 15px 15px 10px 15px;
  height: 79px;
}
#header .inner .btn_01 {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -27px;
  padding-left: 20px;
  height: 54px;
  width: 69px;
  overflow: hidden;
}
#header .inner .btn_01::before {
  transition: all .3s;
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 13px;
  height: 2px;
  background: #000000;
  border: #000000 1px solid;
}
#header .inner .btn_01 i {
  position: absolute;
  text-indent: -999em;
}
#header .inner .btn_01 span {
  display: block;
  position: relative;
}
#header .inner .btn_01 span::after {
  content: "";
  display: block;
  transition: all .3s;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -2px;
  width: 13px;
  height: 2px;
  background: #000000;
  border: #000000 1px solid;
}
#header .inner .btn_01 span > span {
  display: block;
  width: 49px;
  position: relative;
}
#header .inner .btn_01 span > span::after {
  opacity: 1;
  top: auto;
  bottom: 2px;
}
#header .gnav {
  margin-top: 47px;
}
#header .gnav ul li::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-image: linear-gradient(to right, #333333, #333333 20%, rgba(51, 51, 51, 0) 20%, rgba(51, 51, 51, 0) 100%);
  background-size: 3px 3px;
  height: 1px;
}
#header .gnav ul li a {
  display: block;
  padding: 28px 30px 27px 30px;
  position: relative;
}
#header .gnav ul li a img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/*	sns
-----------------------------------------*/
.sns {
  width: 100%;
  margin-top: 47px;
  display: table;
  padding: 0 15px;
  text-align: center;
}
.sns li {
  display: table-cell;
  width: 68px;
  text-align: center;
}
.sns li a {
  display: inline-block;
  width: 68px;
}

/*	footer
-----------------------------------------*/
#footer {
  text-align: center;
  padding: 0 15px;
}
#footer .pagetop {
  margin: 0 -15px;
  padding-bottom: 30px;
  border-bottom: #ededed 1px solid;
}
#footer .pagetop a {
  display: block;
}
#footer .sitemap {
  margin-top: 23px;
  margin-bottom: 23px;
  display: table;
  width: 100%;
  table-layout: fixed;
}
#footer .sitemap li {
  display: table-cell;
}
#footer .sitemap li a {
  font-size: 0.875rem;
  line-height: 1.42857;
  color: #000000;
  text-decoration: none;
  display: block;
}
#footer .inquiry_01 a {
  font-size: 0.875rem;
  line-height: 1.42857;
  color: #000000;
  text-decoration: none;
}
#footer .logo_01 {
  margin-top: 29px;
}
#footer .logo_01 a {
  display: inline-block;
}
#footer .copy {
  margin-top: 11px;
}
#footer .copy small {
  display: inline-block;
}

/*	main
-----------------------------------------*/
#main {
  display: block;
  margin-top: 80px;
  padding-bottom: 31px;
}

/*	top
-----------------------------------------*/
#top {
  text-align: center;
}
#top .hdg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 337px;
}
#top .hdg img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#top p {
  margin-top: 47px;
  padding: 0 15px;
}

/*	box_top
-----------------------------------------*/
.box_top {
  margin-top: 94px;
  text-align: center;
  padding: 0 15px;
}
.box_top .title {
  margin-bottom: 28px;
  margin: 0 -15px 28px -15px;
}
.box_top .txt_01 {
  font-size: 1.0625rem;
  line-height: 1.76471;
  margin-top: 30px;
}
.box_top .img_01 p {
  margin-top: 30px;
}
.box_top .img_01 p.left {
  text-align: left;
  padding-left: 15px;
}
.box_top .img_01 p.right {
  text-align: right;
  padding-right: 15px;
}
.box_top dl {
  margin-top: 30px;
}
.box_top dl dt {
  margin: 0 auto;
  width: 226px;
}
.box_top dl dd {
  font-size: 1.0625rem;
  line-height: 1.88235;
  margin-top: 9px;
}
.box_top dl dd span {
  margin: 0 auto;
  padding: 0 4px;
  display: table;
  background-image: url(/smt/joshibungu/img/point01-bg_01.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 10px 3px;
}
.box_top .link_01 {
  padding-top: 10px;
}
.box_top .link_01 li {
  margin-top: 10px;
}
.box_top .link_01 li a {
  display: block;
}
.box_top .js-modal + .link_01 {
  margin-top: 10px;
  padding-top: 0;
}

/*	point
-----------------------------------------*/
.point_01 dl dd span {
  background-image: url(/smt/joshibungu/img/point01-bg_01.png);
}

.point_02 dl dd span {
  background-image: url(/smt/joshibungu/img/point02-bg_01.png);
}

.point_04 dl dd span {
  background-image: url(/smt/joshibungu/img/point04-bg_01.png);
}

/*	pagetop_01
-----------------------------------------*/
.pagetop_01 {
  padding: 0 15px;
  text-align: right;
  margin-top: 92px;
}

/*	utility
-----------------------------------------*/
.utility {
  margin-top: 110px;
  padding: 0 15px;
  text-align: center;
}
.utility .link_01 {
  margin-top: 24px;
}
.utility .link_01 li {
  padding-top: 15px;
}
.utility .link_01 li a {
  display: block;
}

/*	about
-----------------------------------------*/
.about {
  background: url(/smt/joshibungu/common/img/line.png) repeat-x center bottom;
  background-size: auto 2px;
}
.about .img {
  text-align: center;
}
.about .inner {
  padding: 39px 15px 39px 15px;
  background: url(/smt/joshibungu/common/img/line.png) repeat-x center top;
  background-size: auto 2px;
}
.about .inner h1 {
  margin: 0 auto;
  padding-right: 15px;
  width: 213px;
}
.about .inner p {
  font-size: 1rem;
  line-height: 2.375;
  letter-spacing: -.09em;
  margin-top: 38px;
}
.about .inner p.lead_01 {
  margin-top: 31px;
  font-weight: bold;
}

/*	how
-----------------------------------------*/
.how {
  padding: 50px 15px;
}
.how .hdg_01 {
  text-align: center;
}
.how .box_filter {
  margin-top: 50px;
  border-radius: 4px;
  border: #f19db5 1px solid;
}
.how .box_filter .btn_01 {
  display: block;
  width: 100%;
  font-size: 1.1875rem;
  line-height: 1.42105;
  padding: 18px 15px 14px 15px;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.how .box_filter .content {
  padding: 0 15px 15px 15px;
}
.how .box_filter .list {
  background: url(/smt/joshibungu/how/img/bg_01.png) repeat-x center top;
  background-size: auto 1px;
  width: 100%;
}
.how .box_filter .list li {
  padding-top: 30px;
  width: 50%;
  min-height: 56px;
}
.how .box_filter .list li:nth-child(odd) {
  float: left;
  padding-right: 12px;
}
.how .box_filter .list li:nth-child(even) {
  float: right;
  padding-left: 12px;
}
.how .box_filter .list li label {
  display: table;
}
.how .box_filter .list li label input {
  display: table-cell;
}
.how .box_filter .list li label span {
  display: table-cell;
  padding-left: 9px;
}
.how .box_filter .btn_02 {
  margin-top: 19px;
  background: #f19db5;
  border-radius: 4px;
  display: block;
  text-align: center;
  padding: 16px 0;
  width: 100%;
}
.how .box_item {
  margin: 0 -5px 0 -5px;
  margin-top: 30px;
}
.how .box_item .content {
  width: 100%;
}
.how .box_item .content li {
  margin-top: 5px;
  width: 50%;
  float: left;
  padding: 0 5px;
}
.how .box_item .content li button {
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 170px;
  width: 100%;
}
.how .box_item .content li button span {
  font-size: 0.8125rem;
  line-height: 1.53846;
  font-weight: bold;
  display: block;
  text-align: left;
  padding: 7px 0 7px 28px;
  background: url(/smt/joshibungu/how/img/icon_01.png) no-repeat left 7px;
  background-size: 20px 20px;
}
.how .box_item .content li .item01 {
  background-image: url(/smt/joshibungu/how/img/item_01.png);
}
.how .box_item .content li .item02 {
  background-image: url(/smt/joshibungu/how/img/item_02.png);
}
.how .box_item .content li .item03 {
  background-image: url(/smt/joshibungu/how/img/item_03.png);
}
.how .box_item .content li .item04 {
  background-image: url(/smt/joshibungu/how/img/item_04.png);
}
.how .box_item .content li .item05 {
  background-image: url(/smt/joshibungu/how/img/item_05.png);
}
.how .box_item .content li .item06 {
  background-image: url(/smt/joshibungu/how/img/item_06.png);
}
.how .box_item .content li .item07 {
  background-image: url(/smt/joshibungu/how/img/item_07.png);
}
.how .box_item .content li .item08 {
  background-image: url(/smt/joshibungu/how/img/item_08.png);
}
.how .box_item .content li .item09 {
  background-image: url(/smt/joshibungu/how/img/item_09.png);
}
.how .box_item .content li .item10 {
  background-image: url(/smt/joshibungu/how/img/item_10.png);
}
.how .box_item .content li .item11 {
  background-image: url(/smt/joshibungu/how/img/item_11.png);
}
.how .box_item .content li .item12 {
  background-image: url(/smt/joshibungu/how/img/item_12.png);
}
.how .box_item .content li .item13 {
  background-image: url(/smt/joshibungu/how/img/item_13.png);
}
.how .box_item .content li .item14 {
  background-image: url(/smt/joshibungu/how/img/item_14.png);
}
.how .box_item .content li .item15 {
  background-image: url(/smt/joshibungu/how/img/item_15.png);
}
.how .box_item .content li .item16 {
  background-image: url(/smt/joshibungu/how/img/item_16.png);
}

/*	products
-----------------------------------------*/
.products {
  padding: 50px 15px 34px 15px;
}
.products .hdg_01 {
  text-align: center;
}
.products .link_target {
  margin-top: 47px;
}
.products .link_target ul {
  font-size: 0.875rem;
  line-height: 1.14286;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
.products .link_target ul li {
  width: 50%;
  padding-top: 27px;
}
.products .link_target ul li:nth-child(even) {
  float: right;
  padding-left: 15px;
}
.products .link_target ul li:nth-child(odd) {
  float: left;
  padding-right: 15px;
}
.products .link_target ul li a {
  text-decoration: none;
  color: #000000;
  padding-left: 27px;
  display: block;
  background: url(/smt/joshibungu/products/img/icon_01.png) no-repeat left 2px;
  background-size: 12px 9px;
}
.products .box_content {
  margin-top: 29px;
}
.products .box_content + .box_content {
  margin-top: 50px;
}
.products .box_content .img {
  text-align: center;
  margin: 0 -15px;
}
.products .box_content .hdg_02 {
  margin-top: 29px;
}
.products .box_content p {
  font-size: 1.0625rem;
  line-height: 1.76471;
}
.products .box_content p.lead_01 {
  font-weight: bold;
  color: #256998;
  margin-top: 30px;
}
.products .box_content .btn_01 {
  margin-top: 29px;
  width: 100%;
}
.products .box_content .btn_01 li {
  width: 50%;
}
.products .box_content .btn_01 li a {
  display: block;
  border-radius: 4px;
  text-align: center;
  padding: 9px 10px 13px 10px;
}
.products .box_content .btn_01 li a img {
  vertical-align: middle;
  height: auto;
  max-width: 100%;
}
.products .box_content .btn_01 li:first-child {
  padding-right: 6px;
  float: left;
}
.products .box_content .btn_01 li:first-child a {
  background: #f19db5;
}
.products .box_content .btn_01 li:last-child {
  padding-left: 6px;
  float: right;
}
.products .box_content .btn_01 li:last-child a {
  background: #ffffff;
  border: #f19db5 1px solid;
}

/*	js-menu
-----------------------------------------*/
.js-menu #js-menu-content {
  padding-bottom: 97px;
}
.js-menu.open .btn_01::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 25px !important;
}
.js-menu.open .btn_01 span::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -2px !important;
}
.js-menu.open .btn_01 span > span::after {
  opacity: 0 !important;
}

/*	js-toggle
-----------------------------------------*/
.js-toggle {
  position: relative;
}
.js-toggle i {
  position: absolute;
  width: 12px;
  overflow: hidden;
  text-indent: -999em;
  right: 15px;
}
.js-toggle.close i {
  background: url(/smt/joshibungu/how/img/icon_close.png) no-repeat center;
  background-size: 12px 9px;
}
.js-toggle.open i {
  background: url(/smt/joshibungu/how/img/icon_open.png) no-repeat center;
  background-size: 12px 9px;
}

/*	js-fade
-----------------------------------------*/
#js-fade {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  min-height: 317px;
}
#js-fade.img1 {
  background-image: url(/smt/joshibungu/common/img/fade-img_01.jpg);
}
#js-fade.img2 {
  background-image: url(/smt/joshibungu/common/img/fade-img_02.jpg);
}
#js-fade.img3 {
  background-image: url(/smt/joshibungu/common/img/fade-img_03.jpg);
}
#js-fade.img4 {
  background-image: url(/smt/joshibungu/common/img/fade-img_04.jpg);
}

/*	js-modal
-----------------------------------------*/
.js-modal {
  margin-top: 29px;
}
.js-modal .js-modal-view a {
  display: block;
}

.js-modal-btn {
  color: #000000;
}

/*	js-modal-content
-----------------------------------------*/
#js-modal-content.close {
  display: none;
}
#js-modal-content.open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 164px 15px;
  height: 100%;
  width: 100%;
  z-index: 100;
  overflow-y: auto;
}
#js-modal-content.open .inner {
  background: #ffffff;
  position: relative;
  padding: 0 0 35px 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#js-modal-content.open .inner #js-modal-close {
  position: absolute;
  top: -50px;
  right: 0;
  overflow: hidden;
  text-indent: -999em;
  height: 50px;
  width: 50px;
}
#js-modal-content.open .inner #js-modal-close::before {
  content: "";
  display: block;
  background: url(/smt/joshibungu/common/img/icon-close_01.png) no-repeat center center;
  background-size: 20px 20px;
  height: 50px;
  width: 50px;
}
#js-modal-content.open .inner .box_use {
  padding: 30px 0;
  margin: 30px 30px 0 30px;
  border-top: #010101 dotted 1px;
}
#js-modal-content.open .inner .box_use dt {
  text-align: center;
  display: block;
}
#js-modal-content.open .inner .box_use dt img {
  width: 259px;
}
#js-modal-content.open .inner .box_use dd {
  padding-top: 29px;
  width: 50%;
}
#js-modal-content.open .inner .box_use dd:nth-child(odd) {
  float: right;
  padding-left: 15px;
}
#js-modal-content.open .inner .box_use dd:nth-child(even) {
  float: left;
  padding-right: 15px;
}
#js-modal-content.open .inner .box_use dd a {
  display: block;
}

/*	js-carousel
-----------------------------------------*/
#js-carousel {
  display: block;
  padding: 0 15px;
}
#js-carousel #js-carousel-img {
  position: relative;
}
#js-carousel #js-carousel-img #view {
  position: relative;
}
#js-carousel #js-carousel-img #view > li {
  transition: all 1s;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
#js-carousel #js-carousel-img #view > li.current {
  will-change: transform;
  opacity: 1;
}
#js-carousel #js-carousel-img #view > li .hdg_01 {
  margin-top: 30px;
  color: #256998;
  font-size: 1.0625rem;
  line-height: 1.76471;
  font-weight: bold;
  padding: 0 15px;
  text-align: left;
}
#js-carousel #js-carousel-img #view > li .txt_01 {
  font-size: 1.0625rem;
  line-height: 1.76471;
  padding: 0 15px;
  text-align: left;
}
#js-carousel #js-carousel-img #prev {
  -webkit-tap-highlight-color: transparent;
  display: none;
  overflow: hidden;
  text-indent: -999em;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 243px;
  width: 30px;
  background: url(/smt/joshibungu/common/img/icon-prev_01.png) no-repeat center center;
  background-size: 13px 22px;
  z-index: 50;
}
#js-carousel #js-carousel-img #next {
  -webkit-tap-highlight-color: transparent;
  display: none;
  overflow: hidden;
  text-indent: -999em;
  position: absolute;
  top: 0;
  right: 0;
  height: 243px;
  width: 30px;
  background: url(/smt/joshibungu/common/img/icon-next_01.png) no-repeat center center;
  background-size: 13px 22px;
  z-index: 50;
}
#js-carousel #js-carousel-img #js-carousel-slider {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 30;
  top: 0;
}
#js-carousel #js-carousel-img #js-carousel-slider li {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -999em;
  margin: 0 8px;
  width: 11px;
  height: 11px;
}
#js-carousel #js-carousel-img #js-carousel-slider li::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background: #ffffff;
  transform: scale(1.01);
  display: block;
  height: 11px;
  width: 11px;
}
#js-carousel #js-carousel-img #js-carousel-slider li.current::before {
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background: #f19db5;
  transform: scale(1.01);
}

/*	data-*
-----------------------------------------*/
[data-js-recipeFilter-rel] {
  display: none;
}

[data-js-recipeFilter-show=""] [data-js-recipeFilter-rel] {
  display: block !important;
}

[data-js-recipeFilter-show*="girly_tepra"] [data-js-recipeFilter-rel*="girly_tepra"] {
  display: block !important;
}

[data-js-recipeFilter-show*="coharu"] [data-js-recipeFilter-rel*="coharu"] {
  display: block !important;
}

[data-js-recipeFilter-show*="hiyori"] [data-js-recipeFilter-rel*="hiyori"] {
  display: block !important;
}

[data-js-recipeFilter-show*="kurashinokiroku"] [data-js-recipeFilter-rel*="kurashinokiroku"] {
  display: block !important;
}

[data-js-recipeFilter-show*="otona_seal"] [data-js-recipeFilter-rel*="otona_seal"] {
  display: block !important;
}

[data-js-recipeFilter-show*="kitta"] [data-js-recipeFilter-rel*="kitta"] {
  display: block !important;
}

[data-js-recipeFilter-show*="masurie"] [data-js-recipeFilter-rel*="masurie"] {
  display: block !important;
}

/*# sourceMappingURL=master.css.map */
