@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

area {
  border: none;
  outline: none;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

i {
  font-style: normal;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* 共通 */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-size: 3.9vw;
  text-align: center;
  line-height: 120%;
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

p {
  line-height: 120%;
}

.inner {
  width: 90%;
  margin: 0 auto;
}

img {
  width: 100%;
}

section {
  padding: 4em 0;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

p {
  line-height: 160%;
}

a {
  text-decoration: none;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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

@media only screen and (min-width: 580px) {
  section {
    padding: 5.5em 0;
  }
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  body {
    font-size: 1em;
  }
  .inner {
    margin: 0 auto;
    max-width: 1500px;
  }
  .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }
}
@media only screen and (min-width: 1350px) {
  body {
    font-size: 1.1em;
  }
}
/* ----------小林製薬----------- */
/* ---丸矢印--- */
.circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f4654a;
  /* 丸の色 */
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle i {
  color: #fff;
  font-size: 16px;
}

/* ---ボタン--- */
a.btnTemp {
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 1.2em;
  width: 300px;
  display: flex;
  position: relative;
  font-family: "Zen Maru Gothic", serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ W3", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
a.btnTemp .circle {
  right: 5px;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}
a.btnTemp:hover {
  color: #fff;
  transition: 1s;
}
a.btnTemp:hover .circle {
  transition: 1s;
  background-color: #fff;
}

a.orangeBtn {
  border: 1px solid #f4654a;
  color: #f4654a;
}
a.orangeBtn .circle {
  background-color: #f4654a;
}
a.orangeBtn:hover {
  background-color: #f4654a;
}
a.orangeBtn:hover .circle i {
  color: #f4654a;
}

a.blueBtn {
  border: 1px solid #0087c7;
  color: #0087c7;
}
a.blueBtn .circle {
  background-color: #0087c7;
}
a.blueBtn:hover {
  background-color: #0087c7;
}
a.blueBtn:hover .circle i {
  color: #0087c7;
}

/* ---タイトル--- */
.enJptitle {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
}
.enJptitle .en {
  font-family: "Roboto Slab", serif;
  font-weight: 900;
  font-size: 2.5em;
  color: #f4654a;
  letter-spacing: 2px;
  display: inline-block;
}
.enJptitle .jp {
  font-family: "Zen Maru Gothic", serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ W3", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 3px;
  padding: 0.5em 0 0 1em;
}

.btmBorder {
  color: #f4654a;
  border-bottom: 1px solid #f4654a;
  display: inline-block;
  padding: 0 0.5em 0.5em;
  font-size: 1.2em;
  margin-bottom: 2em;
  text-align: left;
}

.maruTitle::before {
  content: "●";
  padding-right: 0.3em;
}

/* ---背景--- */
.orangeBack {
  background-color: #f4654a;
}

.creamBack {
  background-color: #faf2e6;
}

.orangeGrade {
  border-radius: 0 50px 0 50px;
  background: linear-gradient(45deg, #fbbe5e, #fa9600);
  color: #fff;
}
.orangeGrade .btmBorder {
  color: #fff;
  border-bottom: 1px solid #fff;
}

/* ---ヘッダー--- */
/* ---フッター--- */
footer {
  border-top: 5px solid #f4654a;
  padding: 3em 0 1em;
}
footer .menu ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
footer .menu ul li {
  width: 50%;
}
footer .menu ul li a {
  color: black;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0.5em;
}
footer .menu ul li a .en {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  display: block;
  margin-bottom: 0.2em;
  color: #f4654a;
}
footer .menu ul li a .jp {
  display: block;
  font-size: 0.7em;
  font-family: "Zen Maru Gothic", serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ W3", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
footer .subMenu {
  margin-bottom: 2em;
}
footer .subMenu ul {
  display: flex;
  justify-content: center;
}
footer .subMenu ul li {
  padding: 0 0.5em;
}
footer .subMenu ul li a {
  font-size: 0.75em;
  text-decoration: underline;
}
footer .subMenu ul li a:hover {
  color: #f4654a;
  transition: 1s;
}
footer a.logo {
  width: 90%;
  margin: 0 auto;
  display: block;
}
footer p.copy {
  font-size: 0.6em;
}

@media only screen and (min-width: 580px) {
  footer .menu {
    margin: 0 auto;
    width: auto;
  }
  footer .menu ul {
    justify-content: center;
  }
  footer .menu ul li {
    width: auto;
    padding: 0 0.7em;
  }
  footer a.logo {
    width: 400px;
  }
}
/* ---下層--- */
.subPage {
  padding-top: 60px;
}
.subPage p {
  text-align: left;
}
.subPage .pageTitle {
  margin-bottom: 2.5em;
}
.subPage .pageTitle .enJptitle {
  border-top: 1px solid #f4654a;
  border-bottom: 1px solid #f4654a;
  padding: 1em 0;
}
.subPage .pageTitle .enJptitle .en {
  letter-spacing: 0;
  font-size: 1.7em;
}
.subPage .pageTitle .enJptitle .jp {
  letter-spacing: 0;
  font-size: 0.65em;
}

@media only screen and (min-width: 580px) {
  .subPage {
    padding-top: 80px;
  }
  .subPage .pageTitle {
    margin-bottom: 3em;
  }
  .subPage .pageTitle .enJptitle {
    padding: 2em 0;
  }
  .subPage .pageTitle .enJptitle .en {
    letter-spacing: 2px;
    font-size: 2.5em;
  }
  .subPage .pageTitle .enJptitle .jp {
    letter-spacing: 2px;
    font-size: 1em;
  }
}
/* ヘッダー */
header {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
header .header_inner {
  padding: 0.2em 0.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}
header .header_inner h1 {
  width: 260px;
}

@media screen and (min-width: 960px) {
  header {
    height: 80px;
  }
  header .header_inner {
    max-width: 1500px;
    margin: 0 auto;
  }
  header .header_inner h1 {
    width: 350px;
    padding: 0.2em 0.3em;
  }
}
.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: rgba(255, 255, 255, 0.9);
  transition: ease 0.4s;
}

@media screen and (min-width: 960px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: auto;
  }
}
@media screen and (min-width: 960px) {
  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }
}
.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .nav-items {
    padding-top: inherit;
    padding-bottom: inherit;
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
.nav-items__item a {
  color: black;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
  padding: 0 0.7em;
}
.nav-items__item a .en {
  font-family: "Roboto Slab", serif;
  font-size: 1.4em;
  font-weight: 700;
  display: block;
  margin-bottom: 0.3em;
  color: #f4654a;
}
.nav-items__item a .jp {
  display: block;
  font-size: 0.7em;
  font-family: "Zen Maru Gothic", serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ W3", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  .nav-items__item a {
    margin-bottom: 0;
  }
  .nav-items__item a .en {
    font-size: 1.1em;
    margin-bottom: 0em;
    line-height: 130%;
  }
  .nav-items__item a .jp {
    font-size: 0.7em;
    line-height: 130%;
  }
}
/* ハンバーガーメニュー */
.header__hamburger {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background-color: #f4654a;
}

.hamburger {
  background-color: #f4654a;
  border-color: transparent;
  z-index: 9999;
}

@media screen and (min-width: 960px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  width: 60%;
  height: 2px;
  background-color: #FFF;
  position: relative;
  transition: ease 0.4s;
  display: block;
  margin: 0 auto;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 7px auto;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -9px;
  transform: rotate(-45deg);
}