/*
Theme Name: ランチ本
Theme URI: https://lunchbook.jp/
Author: 株式会社折込広告社
Description: 「ランチ本」ランディングページ用のオリジナルWordPressテーマです。
Version: 1.0.0
Text Domain: lunchbook
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #2f211b;
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.7;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.site-header,
.site-footer,
.site-main {
  width: min(100%, 1200px);
  margin-inline: auto;
}

.site-header,
.site-footer {
  padding: 24px;
}

.site-title {
  margin: 0;
  font-size: 1.25rem;
}

.site-title a {
  text-decoration: none;
}

.site-main {
  padding: 32px 24px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
