@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:500,600,700,900");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@font-face {
  font-family: 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: 'Noto Sans Swap';
  font-display: swap;
}
/* font */
/* color */
/* mediaquery  */
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1279px) {
  .pc {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 600px) {
  .pctb {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1280px) {
  .tbsp {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (min-width: 1280px) and (max-width: 599px) {
  .tb {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
/* hover */
/*--------------------------------------------------------
	リセット : html5reset-1.6.1.css
----------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body {
  font-size: 62.5%;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
nav ul {
  list-style: none;
}
/*引用符の表示が出ないようにしています*/
blockquote,
q {
  quotes: none;
}
/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}
/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています。また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through;
}
/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています。また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
/*縦方向の揃え位置を中央揃えに指定しています*/
input,
select {
  vertical-align: middle;
}
/*画像を縦に並べたときに余白が出てしまわないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 1279px) and (min-width: 600px) {
  img {
    max-width: 100%;
  }
}
li {
  list-style: none;
}
/* タッチデバイスでのリンクやボタンの反応を向上 */
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
/*--------------------------------------------------------
	body設定
----------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"游ゴシック",YuGothic,sans-serif;
  color: #333;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  font-size: 1.5rem;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
a:hover {
  color: #333;
}
a:active {
  color: #333;
}
/*--------------------------------------------------------
	box-sizing
----------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
/*--------------------------------------------------------
	clearfix
----------------------------------------------------------*/
/* For modern browsers */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}
/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*--------------------------------------------------------
	禁則処理の追加
----------------------------------------------------------*/
p,
li,
dt,
dd,
th,
td,
pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
}
/*--------------------------------------------------------
	margin
----------------------------------------------------------*/
.mb00 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb08 {
  margin-bottom: 8px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb12 {
  margin-bottom: 12px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb110 {
  margin-bottom: 110px !important;
}
.ml00 {
  margin-left: 0px !important;
}
.ml05 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.mr00 {
  margin-right: 0px !important;
}
.mr05 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.mt00 {
  margin-top: 0px !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.pt00 {
  padding-top: 0px !important;
}
.pt05 {
  padding-top: 5px !important;
}
.pt06 {
  padding-top: 6px !important;
}
.pt07 {
  padding-top: 7px !important;
}
.pt08 {
  padding-top: 8px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pb00 {
  padding-bottom: 0px !important;
}
.pb05 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pl00 {
  padding-left: 0px !important;
}
.pl05 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.kaigo-wrapper {
  padding-top: 190px;
  line-height: 1.9;
}
@media screen and (min-width: 1280px) {
  .kaigo-wrapper {
    font-weight: 500;
  }
}
@media screen and (max-width: 1279px) and (min-width: 600px) {
  .kaigo-wrapper {
    padding-top: 72px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .kaigo-wrapper {
    padding-top: 72px;
    font-size: 1.4rem;
  }
}
.s-header-small .header__online-shop-btn.kaigo-btn {
  right: -220px;
}
@media screen and (max-width: 1450px) {
  .s-header-small .header__online-shop-btn.kaigo-btn {
    right: -100px;
  }
}
@media screen and (max-width: 1200px) {
  .s-header-small .header__online-shop-btn.kaigo-btn {
    right: -20px;
  }
}
.maincut {
  max-width: 1280px;
  margin: 0 auto 60px;
  position: relative;
}
@media screen and (max-width: 1279px) and (min-width: 600px) {
  .maincut {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .maincut {
    margin-bottom: 20px;
  }
}
.maincut img {
  width: 100%;
  display: block;
}
.maincut__data {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
  width: 62%;
  text-align: center;
}
@media screen and (max-width: 1279px) and (min-width: 600px) {
  .maincut__data {
    width: 80%;
    top: 12%;
  }
}
@media screen and (max-width: 599px) {
  .maincut__data {
    width: 80%;
    top: 42%;
  }
}
.maincut__data__title {
  margin-bottom: 20px;
}
@media screen and (max-width: 1279px) and (min-width: 600px) {
  .maincut__data__title {
    width: 80%;
    margin: 20px auto 20px;
  }
}
.maincut__data__title img {
  width: 100%;
}
.maincut__data__copy {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 40px 70px 40px 70px;
  text-align: center;
}
@media screen and (max-width: 1279px) and (min-width: 600px) {
  .maincut__data__copy {
    padding: 20px 20px 20px 20px;
  }
}
@media screen and (max-width: 599px) {
  .maincut__data__copy {
    padding: 10px 20px 30px 20px;
  }
}
.pagenav {
  max-width: 1280px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1279px) and (min-width: 600px) {
  .pagenav {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .pagenav {
    margin-bottom: 50px;
  }
}
.pagenav__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pagenav__list__item {
  width: calc((100% - 4.5%) / 4);
  margin-right: 1.5%;
  margin-bottom: 20px;
  position: relative;
}
.pagenav__list__item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1279px) and (min-width: 600px) {
  .pagenav__list__item {
    width: calc((100% - 6px) / 4);
    margin-right: 2px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 599px) {
  .pagenav__list__item {
    width: calc((100% - 2px) / 2);
    margin-bottom: 2px;
    margin-right: 2px;
  }
  .pagenav__list__item:nth-child(2n) {
    margin-right: 0;
  }
}
.pagenav__list__item::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pagenav__list__item::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1279px) and (min-width: 600px) {
  .pagenav__list__item::after {
    right: 15px;
  }
}
@media screen and (max-width: 599px) {
  .pagenav__list__item::after {
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 15px;
  }
}
.pagenav__list__item:hover {
  transition: 0.3s;
  opacity: 0.8;
}
.pagenav__list__item.bathing {
  background-color: #4cccf3;
}
.pagenav__list__item.smell {
  background-color: #fbb07d;
}
.pagenav__list__item.excretion {
  background-color: #cca2da;
}
.pagenav__list__item.oral {
  background-color: #f5d078;
}
.pagenav__list__item.hand {
  background-color: #f7aad7;
}
.pagenav__list__item.laundly {
  background-color: #b7cb87;
}
.pagenav__list__item.washing {
  background-color: #ff9dbc;
}
.pagenav__list__item.bathing::before {
  background-image: url(../images/icon-bathing.png);
}
.pagenav__list__item.smell::before {
  background-image: url(../images/icon-smell.png);
}
.pagenav__list__item.excretion::before {
  background-image: url(../images/icon-excretion.png);
}
.pagenav__list__item.oral::before {
  background-image: url(../images/icon-oral.png);
}
.pagenav__list__item.hand::before {
  background-image: url(../images/icon-hand.png);
}
.pagenav__list__item.laundly::before {
  background-image: url(../images/icon-laundly.png);
}
.pagenav__list__item.washing::before {
  background-image: url(../images/icon-washing.png);
}
.pagenav__list__item.bathing::before {
  background-size: 48px 46px;
  width: 48px;
  height: 46px;
  left: 20px;
}
@media screen and (max-width: 1279px) {
  .pagenav__list__item.bathing::before {
    background-size: calc(48px * 0.7) calc(46px * 0.7);
    width: calc(48px * 0.7);
    height: calc(46px * 0.7);
    left: 15px;
  }
}
.pagenav__list__item.smell::before {
  background-size: 36px 40px;
  width: 36px;
  height: 40px;
  left: 27px;
}
@media screen and (max-width: 1279px) {
  .pagenav__list__item.smell::before {
    background-size: calc(36px * 0.7) calc(40px * 0.7);
    width: calc(36px * 0.7);
    height: calc(40px * 0.7);
    left: 20px;
  }
}
.pagenav__list__item.excretion::before {
  background-size: 40px 37px;
  width: 40px;
  height: 37px;
  left: 25px;
}
@media screen and (max-width: 1279px) {
  .pagenav__list__item.excretion::before {
    background-size: calc(40px * 0.7) calc(37px * 0.7);
    width: calc(40px * 0.7);
    height: calc(37px * 0.7);
    left: 18px;
  }
}
.pagenav__list__item.oral::before {
  background-size: 39px 37px;
  width: 39px;
  height: 37px;
  left: 26px;
}
@media screen and (max-width: 1279px) {
  .pagenav__list__item.oral::before {
    background-size: calc(39px * 0.7) calc(37px * 0.7);
    width: calc(39px * 0.7);
    height: calc(37px * 0.7);
    left: 18px;
  }
}
.pagenav__list__item.hand::before {
  background-size: 46px 38px;
  width: 46px;
  height: 38px;
  left: 22px;
}
@media screen and (max-width: 1279px) {
  .pagenav__list__item.hand::before {
    background-size: calc(46px * 0.7) calc(38px * 0.7);
    width: calc(46px * 0.7);
    height: calc(38px * 0.7);
    left: 18px;
  }
}
.pagenav__list__item.laundly::before {
  background-size: 29px 44px;
  width: 29px;
  height: 44px;
  left: 31px;
}
@media screen and (max-width: 1279px) {
  .pagenav__list__item.laundly::before {
    background-size: calc(29px * 0.7) calc(44px * 0.7);
    width: calc(29px * 0.7);
    height: calc(44px * 0.7);
    left: 22px;
  }
}
.pagenav__list__item.washing::before {
  background-size: 46px 41px;
  width: 46px;
  height: 41px;
  left: 22px;
}
@media screen and (max-width: 1279px) {
  .pagenav__list__item.washing::before {
    background-size: calc(46px * 0.7) calc(41px * 0.7);
    width: calc(46px * 0.7);
    height: calc(41px * 0.7);
    left: 18px;
  }
}
.pagenav__list__item a {
  color: #fff;
  position: relative;
  width: 100%;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 88px;
  height: 120px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1279px) and (min-width: 600px) {
  .pagenav__list__item a {
    font-size: 2.0rem;
    padding-left: 60px;
  }
}
@media screen and (max-width: 599px) {
  .pagenav__list__item a {
    font-size: 1.8rem;
    padding-left: 60px;
    height: 88px;
  }
}
.sec-box {
  max-width: 1280px;
  margin: 0 auto 100px;
  padding-top: 20px;
}
@media screen and (max-width: 1279px) and (min-width: 600px) {
  .sec-box {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .sec-box {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.sec-title {
  width: 100%;
  font-size: 4.0rem;
  font-weight: bold;
  text-align: center;
  padding-top: 105px;
  position: relative;
  line-height: 1.0;
  margin-bottom: 36px;
}
@media screen and (max-width: 1279px) and (min-width: 600px) {
  .sec-title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 599px) {
  .sec-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.sec-title::before, .sec-title::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
}
.sec-title::before {
  content: '';
}
.sec-title.bathing::before {
  background-image: url(../images/icon-bathing-title.png);
}
.sec-title.smell::before {
  background-image: url(../images/icon-smell-title.png);
}
.sec-title.excretion::before {
  background-image: url(../images/icon-excretion-title.png);
}
.sec-title.oral::before {
  background-image: url(../images/icon-oral-title.png);
}
.sec-title.hand::before {
  background-image: url(../images/icon-hand-title.png);
}
.sec-title.laundly::before {
  background-image: url(../images/icon-laundly-title.png);
}
.sec-title.washing::before {
  background-image: url(../images/icon-washing-title.png);
}
.sec-title.bathing::after {
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.8rem;
  color: #4cccf3;
  top: 70px;
}
.sec-title.smell::after {
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.8rem;
  color: #fbb07d;
  top: 70px;
}
.sec-title.excretion::after {
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.8rem;
  color: #cca2da;
  top: 70px;
}
.sec-title.oral::after {
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.8rem;
  color: #f5d078;
  top: 70px;
}
.sec-title.hand::after {
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.8rem;
  color: #f7aad7;
  top: 70px;
}
.sec-title.laundly::after {
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.8rem;
  color: #b7cb87;
  top: 70px;
}
.sec-title.washing::after {
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.8rem;
  color: #ff9dbc;
  top: 70px;
}
.sec-title.bathing::before {
  background-size: 60px 58px;
  width: 60px;
  height: 58px;
  top: 0;
}
.sec-title.bathing::after {
  content: 'Bathing Care';
}
.sec-title.smell::before {
  background-size: 52px 58px;
  width: 52px;
  height: 58px;
  top: 0;
}
.sec-title.smell::after {
  content: 'Smell Care';
}
.sec-title.excretion::before {
  background-size: 58px 54px;
  width: 58px;
  height: 54px;
  top: 0;
}
.sec-title.excretion::after {
  content: 'Excretion Care';
}
.sec-title.oral::before {
  background-size: 59px 53px;
  width: 59px;
  height: 53px;
  top: 0;
}
.sec-title.oral::after {
  content: 'Oral Care';
}
.sec-title.hand::before {
  background-size: 66px 54px;
  width: 66px;
  height: 54px;
  top: 0;
}
.sec-title.hand::after {
  content: 'Hand Wash';
}
.sec-title.laundly::before {
  background-size: 38px 58px;
  width: 38px;
  height: 58px;
  top: 0;
}
.sec-title.laundly::after {
  content: 'Laundry';
}
.sec-title.washing::before {
  background-size: 62px 55px;
  width: 62px;
  height: 55px;
  top: 0;
}
.sec-title.washing::after {
  content: 'Washing Up';
}
.read-text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .read-text {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
.read-text span {
  border-bottom: 1px dashed #bfbfbf;
  padding-bottom: 5px;
}
.point {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .point {
    margin-bottom: 20px;
    display: block;
  }
}
#bathing .point {
  background-image: url(../images/bathing_image.png);
  background-position: bottom right 15%;
  background-size: 225px auto;
}
@media screen and (max-width: 1279px) and (min-width: 600px) {
  #bathing .point {
    background-size: 240px auto;
    background-position: bottom 15px right 12%;
  }
}
@media screen and (max-width: 599px) {
  #bathing .point {
    background-size: 180px auto;
    background-position: bottom center;
    padding-bottom: 200px;
  }
}
#excretion .point {
  background-image: url(../images/excretion_image.png);
  background-position: bottom 10px right 15%;
  background-size: 239px auto;
}
@media screen and (max-width: 599px) {
  #excretion .point {
    background-size: 190px auto;
    background-position: bottom center;
    padding-bottom: 150px;
  }
}
#oral .point {
  background-image: url(../images/oral_image.png);
  background-position: bottom 25px right 15%;
  background-size: 175px auto;
}
@media screen and (max-width: 599px) {
  #oral .point {
    background-size: 140px auto;
    background-position: bottom center;
    padding-bottom: 160px;
  }
}
#washing .point {
  background-image: url(../images/washing_image.png);
  background-position: bottom 30px right 15%;
  background-size: 205px auto;
}
@media screen and (max-width: 599px) {
  #washing .point {
    background-size: 150px auto;
    background-position: bottom center;
    padding-bottom: 180px;
  }
}
.point-box {
  width: calc(96.8% / 2);
  border-width: 4px;
  border-style: solid;
  margin-bottom: 30px;
  padding: 35px 35px 40px 35px;
}
@media screen and (max-width: 1279px) and (min-width: 600px) {
  .point-box {
    width: calc(98% / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .point-box {
    margin-bottom: 10px;
    width: 100%;
    padding: 20px 20px 20px 20px;
  }
}
#smell .point-box {
  padding-bottom: 210px;
  background-repeat: no-repeat;
  background-position: bottom 20px center;
}
#smell .point-box:first-child {
  background-image: url(../images/smell_image01.png);
  background-size: 242px auto;
}
@media screen and (max-width: 599px) {
  #smell .point-box:first-child {
    background-size: 180px auto;
    padding-bottom: 160px;
  }
}
#smell .point-box:last-child {
  background-image: url(../images/smell_image02.png);
  background-size: 251px auto;
}
@media screen and (max-width: 599px) {
  #smell .point-box:last-child {
    background-size: 180px auto;
  }
}
.point-box__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 1279px) and (min-width: 600px) {
  .point-box__title {
    font-size: 2.0rem;
    text-indent: -2.5em;
    padding-left: 2.5em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 599px) {
  .point-box__title {
    font-size: 1.6rem;
    text-indent: -2.5em;
    padding-left: 2.5em;
    line-height: 1.5;
  }
}
.point-box.bathing {
  border-color: #4cccf3;
}
.point-box.bathing .point-box__title__number {
  padding-left: 15px;
  margin-right: 10px;
}
.point-box.bathing .point-box__title__number.bathing {
  position: relative;
  color: #4cccf3;
}
.point-box.bathing .point-box__title__number.bathing::before {
  background-color: #4cccf3;
  background-image: url(../images/icon-dot-title.png);
  width: 4px;
  height: 30px;
  display: inline-block;
  position: absolute;
  content: '';
  top: -5px;
  bottom: 0;
  left: 0;
  margin: auto 0px auto 0px;
}
.point-box.smell {
  border-color: #fbb07d;
}
.point-box.smell .point-box__title__number {
  padding-left: 15px;
  margin-right: 10px;
}
.point-box.smell .point-box__title__number.smell {
  position: relative;
  color: #fbb07d;
}
.point-box.smell .point-box__title__number.smell::before {
  background-color: #fbb07d;
  background-image: url(../images/icon-dot-title.png);
  width: 4px;
  height: 30px;
  display: inline-block;
  position: absolute;
  content: '';
  top: -5px;
  bottom: 0;
  left: 0;
  margin: auto 0px auto 0px;
}
.point-box.excretion {
  border-color: #cca2da;
}
.point-box.excretion .point-box__title__number {
  padding-left: 15px;
  margin-right: 10px;
}
.point-box.excretion .point-box__title__number.excretion {
  position: relative;
  color: #cca2da;
}
.point-box.excretion .point-box__title__number.excretion::before {
  background-color: #cca2da;
  background-image: url(../images/icon-dot-title.png);
  width: 4px;
  height: 30px;
  display: inline-block;
  position: absolute;
  content: '';
  top: -5px;
  bottom: 0;
  left: 0;
  margin: auto 0px auto 0px;
}
.point-box.oral {
  border-color: #f5d078;
}
.point-box.oral .point-box__title__number {
  padding-left: 15px;
  margin-right: 10px;
}
.point-box.oral .point-box__title__number.oral {
  position: relative;
  color: #f5d078;
}
.point-box.oral .point-box__title__number.oral::before {
  background-color: #f5d078;
  background-image: url(../images/icon-dot-title.png);
  width: 4px;
  height: 30px;
  display: inline-block;
  position: absolute;
  content: '';
  top: -5px;
  bottom: 0;
  left: 0;
  margin: auto 0px auto 0px;
}
.point-box.hand {
  border-color: #f7aad7;
}
.point-box.hand .point-box__title__number {
  padding-left: 15px;
  margin-right: 10px;
}
.point-box.hand .point-box__title__number.hand {
  position: relative;
  color: #f7aad7;
}
.point-box.hand .point-box__title__number.hand::before {
  background-color: #f7aad7;
  background-image: url(../images/icon-dot-title.png);
  width: 4px;
  height: 30px;
  display: inline-block;
  position: absolute;
  content: '';
  top: -5px;
  bottom: 0;
  left: 0;
  margin: auto 0px auto 0px;
}
.point-box.laundly {
  border-color: #b7cb87;
}
.point-box.laundly .point-box__title__number {
  padding-left: 15px;
  margin-right: 10px;
}
.point-box.laundly .point-box__title__number.laundly {
  position: relative;
  color: #b7cb87;
}
.point-box.laundly .point-box__title__number.laundly::before {
  background-color: #b7cb87;
  background-image: url(../images/icon-dot-title.png);
  width: 4px;
  height: 30px;
  display: inline-block;
  position: absolute;
  content: '';
  top: -5px;
  bottom: 0;
  left: 0;
  margin: auto 0px auto 0px;
}
.point-box.washing {
  border-color: #ff9dbc;
}
.point-box.washing .point-box__title__number {
  padding-left: 15px;
  margin-right: 10px;
}
.point-box.washing .point-box__title__number.washing {
  position: relative;
  color: #ff9dbc;
}
.point-box.washing .point-box__title__number.washing::before {
  background-color: #ff9dbc;
  background-image: url(../images/icon-dot-title.png);
  width: 4px;
  height: 30px;
  display: inline-block;
  position: absolute;
  content: '';
  top: -5px;
  bottom: 0;
  left: 0;
  margin: auto 0px auto 0px;
}
.point-box__data__text {
  margin-bottom: 10px;
}
.point-box__data__notes {
  color: #808080;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.3rem;
}
.point-box__data__left {
  width: 26%;
  float: left;
}
@media screen and (max-width: 1279px) {
  .point-box__data__left {
    width: 35%;
    float: none;
    margin: 20px auto 10px;
  }
}
.point-box__data__left img {
  width: 100%;
}
.point-box__data__right {
  width: 70%;
  float: right;
}
@media screen and (max-width: 1279px) {
  .point-box__data__right {
    width: 100%;
    float: none;
  }
}
.recommended__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 599px) {
  .recommended__title {
    font-size: 1.6rem;
    padding-left: 40px;
  }
}
.recommended__title::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/icon-recommended.png);
  background-size: 39px 38px;
  width: 39px;
  height: 38px;
}
@media screen and (max-width: 599px) {
  .recommended__title::before {
    background-size: calc(39px * 0.7) calc(38px * 0.7);
    width: calc(39px * 0.7);
    height: calc(38px * 0.7);
  }
}
.recommended__wrap {
  position: relative;
  background-color: #f9f7f5;
  overflow: hidden;
  margin-bottom: 30px;
}
.recommended__wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/icon-recommended-ribon.png);
  background-size: 100px 100px;
  width: 100px;
  height: 100px;
  z-index: 100;
}
.recommended__box {
  padding: 0px 40px 40px 40px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .recommended__box {
    display: block;
    padding: 0 20px 20px 20px;
    margin-bottom: 40px;
  }
  .recommended__box:last-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .recommended__box__oliveoil .recommended__box {
    padding-bottom: 0px;
  }
}
.recommended__box:first-child {
  padding-top: 44px;
}
#laundly .recommended__box:first-child {
  background-image: url(../images/laundly_image.png);
  background-repeat: no-repeat;
  background-position: bottom 25px right 40px;
  background-size: 153px auto;
}
@media screen and (max-width: 1279px) and (min-width: 600px) {
  #laundly .recommended__box:first-child {
    background-position: bottom 70px right 15px;
    background-size: 120px auto;
  }
}
@media screen and (max-width: 599px) {
  #laundly .recommended__box:first-child {
    background-position: bottom 45px center;
    background-size: 153px auto;
  }
}
.recommended__box.bathing:first-child {
  border-top: 4px solid #4cccf3;
}
.recommended__box.smell:first-child {
  border-top: 4px solid #fbb07d;
}
.recommended__box.excretion:first-child {
  border-top: 4px solid #cca2da;
}
.recommended__box.oral:first-child {
  border-top: 4px solid #f5d078;
}
.recommended__box.hand:first-child {
  border-top: 4px solid #f7aad7;
}
.recommended__box.laundly:first-child {
  border-top: 4px solid #b7cb87;
}
.recommended__box.washing:first-child {
  border-top: 4px solid #ff9dbc;
}
.recommended__box__oliveoil {
  background-image: url(../images/oliveoil_bg.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 5px solid #ced7c0;
  margin-top: 50px;
}
@media screen and (max-width: 1279px) and (min-width: 600px) {
  .recommended__box__oliveoil {
    background-size: 120% auto;
  }
}
@media screen and (max-width: 599px) {
  .recommended__box__oliveoil {
    background-size: 150% auto;
  }
}
.recommended__box__oliveoil__catch {
  padding: 8px;
  line-height: 1.6;
  max-width: 780px;
  letter-spacing: 1px;
  display: block;
  margin: -25px auto 20px auto;
  background: #85a854;
  color: #fff;
  font-size: 2.1rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .recommended__box__oliveoil__catch {
    font-size: 16px;
    max-width: 260px;
  }
}
.recommended__box__img {
  width: 20%;
}
@media screen and (max-width: 599px) {
  .recommended__box__img {
    width: 70%;
    margin: 0 auto 20px auto;
  }
}
.recommended__box__img img {
  width: 100%;
}
.recommended__box__data {
  width: 76%;
}
@media screen and (max-width: 599px) {
  .recommended__box__data {
    width: 100%;
  }
}
.recommended__box__data__title {
  margin-bottom: 26px;
  font-weight: bold;
  font-size: 2.2rem;
  position: relative;
  padding-right: 420px;
  padding-top: 10px;
}
@media screen and (max-width: 1279px) and (min-width: 600px) {
  .recommended__box__data__title {
    padding-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .recommended__box__data__title {
    font-size: 1.6rem;
    padding-right: 0;
    text-align: center;
    margin-bottom: 10px;
  }
}
.recommended__box__data__title .cart-btn {
  width: 400px;
  position: absolute;
  right: 0;
  top: 0;
}
.recommended__box__data__title.oliveoil {
  color: #3e793b;
}
.recommended__box__data__title.oliveoil .font-small {
  font-size: 1.6rem;
  display: block;
}
.recommended__box__data__title.smell .font-small {
  font-size: 1.6rem;
  display: block;
  color: #f5914d;
  font-weight: normal;
}
.recommended__box__data__title.smell .cart-btn {
  top: 20px;
}
.recommended__box__data__text {
  border-top: 1px solid #e0dcd9;
  padding-top: 20px;
}
.recommended__box__data__text .mr-space {
  margin-right: 180px;
}
@media screen and (max-width: 1279px) and (min-width: 600px) {
  .recommended__box__data__text .mr-space {
    margin-right: 50px;
  }
}
@media screen and (max-width: 599px) {
  .recommended__box__data__text .mr-space {
    margin-right: 0px;
    padding-bottom: 120px;
  }
}
.cart-btn {
  display: inline-block;
  background-color: #00b78e;
  border-bottom: 6px solid #009c6e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.5rem;
  color: #fff !important;
  text-align: center;
  font-weight: normal;
  padding-top: 18px;
  padding-bottom: 16px;
  line-height: 1.0;
}
.cart-btn:hover {
  margin-top: 2px;
  background-color: #009c6e;
  border-bottom: 6px solid #009c6e;
  transition: 0.2s;
}
.cart-btn.tbsp {
  width: 80%;
  margin: 20px auto 0;
  display: block;
}
.copy {
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .copy {
    font-size: 1.1rem;
  }
}
.youtube {
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .youtube {
    margin-bottom: 30px;
  }
}
.youtube-title {
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 50px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .youtube-title {
    font-size: 1.8rem;
    padding-left: 40px;
    margin-bottom: 10px;
  }
}
.youtube-title::before {
  content: '';
  display: inline-block;
  position: absolute;
  background-image: url(../images/icon-yt.png);
  background-size: 42px 30px;
  width: 42px;
  height: 30px;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 599px) {
  .youtube-title::before {
    background-size: calc(42px * 0.7) calc(30px * 0.7);
    width: calc(42px * 0.7);
    height: calc(30px * 0.7);
  }
}
.youtube-wrap {
  background-image: url(../images/bg.gif);
  line-height: 1.0;
}
.youtube-box {
  margin: auto;
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .youtube-box {
    max-width: 1000px;
  }
}
.youtube-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/*# sourceMappingURL=style.css.map */
