@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  border: 0;
  border-top: 1px solid;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  color: inherit;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: 700;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  vertical-align: bottom;
}
embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled],
button[disabled] {
  cursor: default;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select::-ms-expand {
  display: none;
}
fieldset,
option {
  padding: 0;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  padding: 0;
  vertical-align: top;
}
th {
  font-weight: 700;
  text-align: left;
}
[hidden],
template {
  display: none;
}
html {
  color: #333;
  font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Helvetica Neue, arial,
    meiryo, sans-serif;
  font-size: 62.5%;
  font-weight: 300;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
body {
  background-color: #fff;
  font-size: 1.4rem;
  height: 100%;
  line-height: 1.714285714;
  margin: 0 auto;
}
body,
html {
  width: 100%;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
a,
a:not([disabled]),
button {
  cursor: pointer;
}
ul {
  list-style: none;
  padding: 0;
}
li {
  line-height: inherit;
}
img {
  height: auto;
  max-width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
.l-header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  z-index: 20;
}
.l-header.is-absolute {
  position: absolute;
}
.l-header .l-header__menuButton {
  display: block;
  padding: 17px 16px;
}
.l-header .l-header__menuButtonIcon {
  height: 22px;
  width: 20px;
}
.l-header .l-header__logo {
  display: block;
}
.l-header .l-header__searchButton {
  display: block;
  padding: 17px 16px;
}
.l-header .l-header__searchButtonIcon {
  fill: #23272f;
  height: 20px;
  width: 20px;
}
body.is-lockScreen {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
}
#amp-globalNav {
  background: #fff;
  width: 300px;
}
#amp-globalNav .l-globalNav {
  position: unset;
  visibility: visible;
}
#amp-globalNav .l-globalNav__inner {
  height: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
}
#amp-globalNav .l-globalNavAccordion__button {
  border-left: none;
  border-right: none;
  border-top: none;
}
.l-globalNav {
  background: transparent;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.l-globalNav.is-open {
  background: rgba(0, 0, 0, 0.6);
  visibility: visible;
  z-index: 30;
}
.l-globalNav__inner {
  background: #fff;
  height: 100%;
  left: 0;
  max-width: 300px;
  min-height: 100%;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 80%;
}
.is-open .l-globalNav__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.l-globalNavAccordion__button {
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
  display: block;
  padding: 18px 16px 18px 24px;
  position: relative;
  text-align: left;
  width: 100%;
}
.l-globalNavAccordion__button.is-open .l-globalNavAccordion__arrow:before,
.l-globalNavAccordion__button[aria-expanded="true"]
  .l-globalNavAccordion__arrow:before {
  opacity: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.l-globalNavAccordion__titleText {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.l-globalNavAccordion__arrow {
  height: 14px;
  position: absolute;
  right: 16px;
  top: 18px;
  width: 14px;
}
.l-globalNavAccordion__arrow:before {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-globalNavAccordion__arrow:after,
.l-globalNavAccordion__arrow:before {
  background: #000;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 14px;
}
.l-globalNavAccordion__content {
  display: none;
}
.l-globalNavAccordion__content.is-open {
  display: block;
}
.l-globalNavAccordion__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-globalNavAccordion__item {
  border-bottom: 1px solid #fff;
}
.l-globalNavAccordion__item:last-child {
  border-bottom: none;
}
.l-globalNavAccordion__item--col2:nth-child(odd) {
  border-right: 1px solid #fff;
}
.l-globalNavAccordion__link,
.l-globalNavAccordion__link:visited {
  background-color: #f0e9db;
  color: #333;
  display: block;
  font-size: 12px;
  font-weight: 300;
  padding: 14px 4px;
  text-align: center;
  text-decoration: none;
}
.l-globalNavSugotoku {
  margin: 16px;
}
.l-globalNavAppBanner {
  margin-top: 16px;
}
.l-globalNavJoshitabi {
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  margin-top: 16px;
}
.l-globalNavJoshitabi__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 13px 16px 13px 24px;
  position: relative;
  text-decoration: none;
}
.l-globalNavJoshitabi__text {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  margin-right: 11px;
}
.l-globalNavJoshitabi__logo {
  position: relative;
  top: 1px;
}
.l-globalNavJoshitabi__icon {
  height: 12px;
  position: absolute;
  right: 16px;
  top: 19px;
  width: 12px;
}
.l-globalNavJoshitabi__icon .c-svgIcon {
  fill: none;
  stroke: #333;
}
.l-globalNavJoshitabi__iconSvg {
  fill: none;
  stroke: #333;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.l-globalNavSns {
  padding: 21px 10px 17px;
}
.l-footerNav__block:first-child {
  border-top: 1px solid #f0f0f0;
}
.l-footerNav__title {
  background-color: #f4f4f4;
  color: #6e5730;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 13px 16px 11px;
}
.l-footerNav__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #f0f0f0;
}
.l-footerNav__listItem {
  border-top: 1px solid #f0f0f0;
  width: 50%;
}
.l-footerNav__listItem:nth-child(odd) {
  position: relative;
}
.l-footerNav__listItem:nth-child(odd):before {
  background-color: #f0f0f0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.l-footerNav__listLink {
  background: #fff;
  color: #191919;
  display: block;
  font-size: 1.4rem;
  padding: 13px 16px;
  text-decoration: none;
}
.l-footer {
  padding: 16px 0 20px;
}
.l-footer.l-footer--withAdBottomOverlay {
  padding-bottom: 70px;
}
.l-footer--ampAd {
  padding-bottom: 0;
}
.l-footerSubNav {
  padding: 0 16px;
}
.l-footerSubNav__list:after {
  clear: both;
  content: "";
  display: block;
}
.l-footerSubNav__listItem {
  float: left;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 17px;
  padding-right: 1em;
}
.l-footerSubNav__listLink,
.l-footerSubNav__listLink:visited {
  color: #191919;
  text-decoration: underline;
}
.l-footerSubNav__notice {
  color: #191919;
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.l-footerBrand {
  margin-bottom: 24px;
}
.l-footerBrand__item {
  text-align: center;
}
.l-footerBrand__item:not(:last-child) {
  margin-bottom: 7px;
}
.l-footerBrand__link {
  display: inline-block;
}
.l-footerSns {
  margin-bottom: 13px;
}
.l-footerAppBanner {
  margin-bottom: 24px;
}
.l-footer__copyright {
  background-color: #e5e5e5;
  padding: 8px 0 10px;
}
.l-footer__copyrightText {
  color: #333;
  font-size: 1.2rem;
  text-align: center;
}
.c-svgIcon {
  height: 100%;
  width: 100%;
}
.c-zoomIcon {
  height: 40px;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 40px;
}
.c-snsIcon {
  display: block;
  line-height: 0;
}
.c-snsIcon--twitter {
  --sns-logo-color-1: #40a2f5;
}
.c-snsIcon--facebook {
  --sns-logo-color-1: #2f77f2;
}
.c-snsIcon--line {
  --sns-logo-color-1: #49ba00;
}
.c-snsIcon--youtube {
  --sns-logo-color-1: red;
}
.c-snsIcon--tiktok {
  --sns-logo-color-1: #25f4ee;
  --sns-logo-color-2: #fe2c55;
  --sns-logo-color-3: $color-black;
}
.c-snsIcon--hatena {
  --sns-logo-color-1: #3163a7;
}
.c-snsIcon--pocket {
  --sns-logo-color-1: #ef4056;
}
.c-snsIcon--mail {
  --sns-logo-color-1: #baa888;
}
.c-link {
  font-size: 1.4rem;
  font-weight: 300;
  text-decoration: underline;
}
.c-link--external {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowarap;
  -ms-flex-wrap: nowarap;
  flex-wrap: nowarap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-link--external__icon {
  fill: none;
  height: 24px;
  margin-left: 6px;
  stroke: #000;
  width: 8px;
}
.c-linkReadMore {
  text-align: right;
}
.c-linkReadMore__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowarap;
  -ms-flex-wrap: nowarap;
  flex-wrap: nowarap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
}
.c-linkReadMore__link:focus,
.c-linkReadMore__link:hover {
  color: inherit;
}
.c-linkReadMore__text {
  text-decoration: underline;
}
.c-linkReadMore__icon {
  fill: #dfd4be;
  height: 10px;
  margin-left: 5.58px;
  position: relative;
  top: 1px;
  width: 10px;
}
.c-link--anchor {
  cursor: default;
}
.c-text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.71;
  word-wrap: break-word;
}
.c-text--indent {
  display: block;
  text-indent: 1em;
}
.c-text--right {
  text-align: right;
}
.c-textMeta {
  color: #666;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}
.c-textMeta--link {
  color: #000;
  text-decoration: underline;
}
.c-heading {
  margin-bottom: calc(24px - 0.4rem);
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
  text-align: left;
}
.c-heading:after {
  background-color: #333;
  bottom: 18px;
  content: "";
  height: 1px;
  margin: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 0;
}
.c-heading__text {
  background-color: #fff;
  display: inline;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.285714286;
  padding-right: 18px;
  position: relative;
  z-index: 1;
}
.c-headingBurette {
  border-left: 0.5rem solid #dfd4be;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 24px 0;
  padding-left: 8px;
}
.c-headingUnderline {
  border-bottom: 1px solid #333;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 16px;
  margin-top: 16px;
  padding-bottom: 6px;
}
.c-headingWithSubTitle {
  padding: 24px 0;
  text-align: center;
}
.c-headingWithSubTitle__title {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  line-height: 1.35;
}
.c-headingWithSubTitle__subTitle {
  color: #9b9b9b;
  font-size: 1.2rem;
  letter-spacing: 0.24rem;
  line-height: 1.35;
}
.c-discStyleList {
  padding-left: 1.4rem;
}
.c-discStyleList__item {
  list-style-type: none;
  position: relative;
}
.c-discStyleList__item:before {
  background: #333;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 0.3rem;
  left: -1rem;
  position: absolute;
  top: 1rem;
  vertical-align: middle;
  width: 0.3rem;
}
.c-decimalStyleList {
  list-style-type: decimal;
  margin-left: 20px;
}
.c-parenthesisDecimalList__item {
  counter-increment: cnt;
}
.c-parenthesisDecimalList__item:before {
  content: "（" counter(cnt) "）";
}
.c-lowerRomanStyleList {
  list-style-type: lower-roman;
  margin-left: 2rem;
}
.p-snsList {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-snsList__item {
  margin: 0 4px 4px;
}
.p-snsList__link {
  display: block;
  text-decoration: none;
}
.p-snsList__linkIcon {
  height: 38px;
  width: 38px;
}
.u-col--1 {
  width: 100%;
}
.u-col--2 {
  width: 50%;
}
.u-col--3 {
  width: 33.33333%;
}
.u-col--4 {
  width: 25%;
}
.u-col--5 {
  width: 20%;
}
.u-col--6 {
  width: 16.66667%;
}
.u-col--7 {
  width: 14.28571%;
}
.u-col--8 {
  width: 12.5%;
}
.u-col--9 {
  width: 11.11111%;
}
.u-col--10 {
  width: 10%;
}
.u-col--11 {
  width: 9.09091%;
}
.u-col--12 {
  width: 8.33333%;
}
/*# sourceMappingURL=header_footer.css.map*/
