@charset "UTF-8";
/*/////////////////////////////////////////
スタイルリセット
/////////////////////////////////////////*/
html,
body,
div,
span,
applet,
object,
iframe,
input,
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,
button {
  border: 0 none;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none outside none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

/*transformを使うと Chromeで部分的に antialiasedが効かない*/
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

*,
:before,
:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  border: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

button,
input,
textarea,
select {
  background: none;
  border: none;
  border-radius: 0;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
}

input {
  -webkit-appearance: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
}

textarea {
  -webkit-appearance: none;
}

a,
a.hover {
  text-decoration: none;
}

br {
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* フォーカス状態のスタイル - キーボードアクセシビリティのため */
:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* マウスユーザーのみoutlineを非表示にする（オプション） */
:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* インタラクティブ要素のタブ操作を確保 */
a[href]:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:not([tabindex="-1"]):focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* IE11 コンテンツ領域とスクロールバーの重なりを回避 */
@-ms-viewport {
  width: auto !important;
}
html {
  -ms-overflow-style: scrollbar !important;
}

html {
  font-size: 16px;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  color: #000;
  background-color: #fff;
  font-size: 16px;
}

a {
  color: #000;
  text-decoration: underline;
}
a.hover {
  transition: opacity 0.3s;
}
a.hover:hover {
  opacity: 0.5;
}

.txt-hidden {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}

.ifPc {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .ifSp {
    display: none !important;
  }
  .ifPc {
    display: block !important;
  }
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f-mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.f-jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
}

#mv {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #e6ddee;
}
#mv img {
  display: block;
  margin: 0 auto;
  max-width: 1600px;
}

#main {
  max-width: 1200px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  #main {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  #main {
    margin-top: 40px;
  }
}
#main h2 {
  color: #621d87;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 5px;
  border-bottom: solid 1px #000000;
}
@media screen and (max-width: 768px) {
  #main h2 {
    font-size: 24px;
  }
}
#main .contents {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #main .contents {
    padding: 0 0;
  }
}
#main .center-text {
  text-align: center;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.9px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #main .center-text {
    text-align: left;
    font-size: 16px;
  }
}
#main #about .contents {
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  #main #about .contents {
    margin-top: 16px;
  }
}
#main #about .block {
  border: solid 1px #b9b9b9;
  padding: 9px 30px 29px 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #main #about .block {
    padding: 19px 30px 19px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
#main #about .block .info {
  width: calc(100% - 330px);
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #main #about .block .info {
    width: 100%;
    margin-top: 0px;
  }
}
#main #about .block .info h3,
#main #about .block .info h3 strong {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #main #about .block .info h3,
  #main #about .block .info h3 strong {
    font-size: 20px;
  }
}
#main #about .block .info h3 {
  color: #000;
  display: inline;
  background: linear-gradient(transparent 98%, #000 0%);
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #main #about .block .info h3 {
    padding-bottom: 0px;
  }
}
#main #about .block .info h3 strong {
  color: #621d87;
}
#main #about .block .info p,
#main #about .block .info p strong {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #main #about .block .info p,
  #main #about .block .info p strong {
    font-size: 16px;
    line-height: 1.6;
  }
}
#main #about .block .info p {
  color: #000;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #main #about .block .info p {
    margin-top: 9px;
  }
}
#main #about .block .info p strong {
  color: #621d87;
}
#main #about .block .img {
  width: 280px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #main #about .block .img {
    margin-top: 18px;
  }
}
#main #about .block:nth-child(n+2) {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  #main #about .block:nth-child(n+2) {
    margin-top: 10px;
  }
}
#main #transparency {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #main #transparency {
    margin-top: 50px;
  }
}
#main #transparency .contents {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #main #transparency .contents {
    margin-top: 16px;
  }
}
#main #transparency .block {
  border-radius: 20px;
  border: 2px solid #9868a9;
}
#main #transparency .block-wrap-col2 {
  display: flex;
  margin-top: 29px;
  gap: 0 18px;
}
@media screen and (max-width: 768px) {
  #main #transparency .block-wrap-col2 {
    flex-direction: column;
    margin-top: 13px;
    gap: 0;
  }
}
#main #transparency .block-wrap-col2 .block {
  width: calc(50% - 9px);
  padding: 28px 0 28px;
}
@media screen and (max-width: 768px) {
  #main #transparency .block-wrap-col2 .block {
    width: 100%;
    padding: 22px 15px 22px;
  }
  #main #transparency .block-wrap-col2 .block:nth-child(n+2) {
    margin-top: 12px;
  }
}
#main #transparency .block-wrap-col2 .text {
  text-align: center;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  #main #transparency .block-wrap-col2 .text {
    font-size: 16px;
    margin-top: 14px;
  }
}
#main #transparency .block-wrap-col1 {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  #main #transparency .block-wrap-col1 {
    margin-top: 24px;
  }
}
#main #transparency .block-wrap-col1 .block {
  padding-bottom: 39px;
}
@media screen and (max-width: 768px) {
  #main #transparency .block-wrap-col1 .block {
    padding-bottom: 16px;
  }
}
#main #transparency .block-wrap-col1 .block h3 {
  text-align: center;
  position: relative;
  top: -15px;
}
@media screen and (max-width: 768px) {
  #main #transparency .block-wrap-col1 .block h3 {
    top: -12px;
  }
}
#main #transparency .block-wrap-col1 .block h3 span {
  color: #621d87;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  background-color: #fff;
  padding: 0 0.5em;
}
@media screen and (max-width: 768px) {
  #main #transparency .block-wrap-col1 .block h3 span {
    font-size: 20px;
  }
}
#main #transparency .block-wrap-col1 .block .text {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #main #transparency .block-wrap-col1 .block .text {
    font-size: 16px;
    margin-top: 0;
    padding: 0 15px;
  }
}
#main #transparency .point-list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #main #transparency .point-list {
    margin-top: 16px;
    padding: 0 8px;
  }
}
#main #transparency .point-list ul {
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  #main #transparency .point-list ul {
    flex-wrap: wrap;
    gap: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  #main #transparency .point-list ul li {
    width: calc(33.3% - 10px);
  }
}
@media screen and (min-width: 769px) {
  #main #transparency .point-list ul li:nth-child(2n) {
    margin-top: 21px;
  }
}
@media screen and (max-width: 768px) {
  #main #transparency .point-list ul li:nth-child(2), #main #transparency .point-list ul li:nth-child(5) {
    margin-top: 13px;
  }
}
#main #transparency .point-list div {
  text-align: right;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  #main #transparency .point-list div {
    font-size: 13px;
    margin-top: 13px;
    text-align: left;
  }
}
#main #transparency .attention {
  margin-top: 12px;
}
#main #transparency .attention .title {
  text-align: left;
  position: relative;
}
#main #transparency .attention .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
#main #transparency .attention .title span {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #main #transparency .attention .title span {
    font-size: 18px;
  }
}
#main #transparency .attention .text {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4; /* 25.2px */
  letter-spacing: 0.9px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #main #transparency .attention .text {
    font-size: 16px;
    margin-top: 6px;
  }
}
#main #recipe {
  margin-top: 99px;
}
@media screen and (max-width: 768px) {
  #main #recipe {
    margin-top: 47px;
  }
}
#main #recipe h2 {
  padding-bottom: 9px;
}
#main #recipe h2 p {
  display: block;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  #main #recipe h2 p {
    font-size: 15px;
    margin-top: 5px;
  }
}
#main #recipe .contents {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #main #recipe .contents {
    margin-top: 16px;
  }
}
#main #recipe .contents .img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #main #recipe .contents .wrap .text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 8px;
    padding-left: 26px;
    position: relative;
  }
  #main #recipe .contents .wrap .text .num {
    width: 21px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #main #recipe .contents .wrap .arrow {
    margin-top: 1px;
  }
  #main #recipe .contents .wrap .arrow + .img {
    margin-top: 10px;
  }
  #main #recipe .contents .wrap .img2 {
    margin-top: 23px;
  }
}
#main #usage {
  margin-top: 99px;
}
@media screen and (max-width: 768px) {
  #main #usage {
    margin-top: 50px;
  }
}
#main #usage .contents {
  margin-top: 31px;
}
@media screen and (max-width: 768px) {
  #main #usage .contents {
    margin-top: 16px;
  }
}
#main #usage .contents .img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #main #usage .contents .wrap {
    padding: 0 20px;
  }
  #main #usage .contents .wrap .text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 12px;
  }
  #main #usage .contents .wrap .arrow {
    margin-top: 1px;
  }
  #main #usage .contents .wrap .arrow + .img {
    margin-top: 3px;
  }
  #main #usage .contents .wrap .img2 {
    margin-top: 23px;
  }
}
#main #body_care {
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  #main #body_care {
    margin-top: 24px;
  }
}
#main #body_care h2 {
  border-radius: 8px;
  background-color: #ae66a6;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px 0 9px;
  border-bottom: none;
}
#main #body_care h2 p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
#main #body_care .attention {
  text-align: right;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #main #body_care .attention {
    font-size: 13px;
    text-align: center;
  }
}
#main #body_care ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  #main #body_care ul {
    flex-direction: column;
    margin-top: 19px;
  }
}
#main #body_care ul li {
  width: calc(33.333% - 13.333px);
  position: relative;
}
@media screen and (max-width: 768px) {
  #main #body_care ul li {
    width: 100%;
  }
}
#main #body_care ul li:nth-child(n+4) {
  width: calc(50% - 10px);
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  #main #body_care ul li:nth-child(n+4) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #main #body_care ul li:nth-child(n+2) {
    margin-top: 19px;
  }
}
#main #body_care ul li h3 {
  color: #621d87;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  text-align: center;
  padding: 5px 0 7px;
}
@media screen and (max-width: 768px) {
  #main #body_care ul li h3 {
    font-size: 20px;
    padding: 3px 0 3px;
  }
}
#main #body_care ul li::before {
  content: "";
  width: 100%;
  height: 8px;
  background-image: url(../../img/parts.png);
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: -8px;
}
#main #body_care ul li .text {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  #main #body_care ul li .text {
    font-size: 16px;
    margin-top: 6px;
  }
}
#main #body_care .text2 {
  margin-top: 24px;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #main #body_care .text2 {
    font-size: 13px;
    text-align: left;
  }
}
#main #lineup {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #main #lineup {
    margin-top: 50px;
  }
}
#main #lineup .contents ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 25px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #main #lineup .contents ul {
    gap: 0 15px;
    margin-top: 15px;
  }
}
#main #lineup .contents ul li {
  width: calc(33.3% - 16.666px);
}
@media screen and (max-width: 768px) {
  #main #lineup .contents ul li {
    width: calc(50% - 7.5px);
  }
}
#main #lineup .contents ul li .info {
  margin-top: 9px;
}
#main #lineup .contents ul li .info .name {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #main #lineup .contents ul li .info .name {
    font-size: 17px;
    line-height: 1.4;
  }
}
#main #lineup .contents ul li .info .name span {
  display: inline-block;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  border: solid 1px #000;
  margin-left: 11px;
  padding: 4px 3px 4px;
}
@media screen and (max-width: 768px) {
  #main #lineup .contents ul li .info .name span {
    font-size: 12px;
  }
}
#main #lineup .contents ul li .info .text1 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 2px;
}
#main #lineup .contents ul li .info .text1 + .name {
  margin-top: 6px;
}
#main #lineup .contents ul li .info .text2 {
  color: #621d87;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 5px;
}
#main #lineup .contents ul li .info .text2 + .name {
  margin-top: 8px;
}
#main #lineup .contents ul li .info .text2 span {
  color: #621d87;
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
#main #lineup .contents ul li .info a {
  display: inline-block;
  background-color: #ae66a6;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  margin-top: 7px;
  padding: 8px 21px 6px;
}
#main #lineup .contents ul li .info a + .name {
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  #main #lineup .contents ul li:nth-child(n+4) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  #main #lineup .contents ul li:nth-child(n+3) {
    margin-top: 24px;
  }
}
#main #lineup .contents + h2 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #main #lineup .contents + h2 {
    margin-top: 50px;
  }
}

#footer {
  border-top: solid 1px #a4a4a4;
  text-align: center;
  margin-top: 81px;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #footer {
    margin-top: 49px;
    padding: 15px 0;
  }
}
#footer small {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 768px) {
  #footer small {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */