@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&display=swap");
*,
::before,
::after {
  box-sizing: border-box; }

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,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html {
  line-sizing: normal; }

body {
  margin: 0; }

pre {
  white-space: pre-wrap; }

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible; }

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
  max-width: 100%; }

img, svg, video, canvas {
  height: auto; }

audio {
  width: 100%; }

img {
  border-style: none;
  vertical-align: top; }

svg {
  overflow: hidden; }

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal; }

ul,
ul li {
  list-style: none; }

ol {
  margin: 0 0 10px 0.8em;
  padding: 0 0 0 0.8em; }

ol li {
  list-style-position: outside; }

table {
  font-size: inherit;
  border-collapse: collapse; }

textarea {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

form,
input,
select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none; }

/*
* 1. Add the correct box sizing in IE 10
* 2. Remove the padding in IE 10
*/
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

/*------ 画像のパスを設定 ------*/
/*------ サポートブラウザの定義 ------*/
/*------ カラー設定 ------*/
/*------ リンクカラー設定 ------*/
/*------ フォント設定 ------*/
.clear {
  clear: both; }

.block {
  display: block; }

.bold {
  font-weight: bold; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.pd5 {
  padding: 5px; }

.pdtb5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.pd10 {
  padding: 10px; }

.pd15 {
  padding: 15px; }

.red,
.error {
  color: red; }

.white {
  color: white !important; }

.fontXXS {
  font-size: 77%; }

.fontXS {
  font-size: 85%; }

.fontS {
  font-size: 93%; }

.fontM {
  font-size: 108%; }

.fontL {
  font-size: 116%; }

.fontXL {
  font-size: 123.1%; }

.fontXXL {
  font-size: 131%; }

.fontXXXL {
  font-size: 146.5%; }

.gray {
  color: #999 !important; }

.center {
  text-align: center; }

.hidden {
  overflow: hidden; }

#hero {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../../images/main.jpg) no-repeat top center;
  background-size: cover; }

#mailmagForm {
  position: relative;
  padding: 60px 0;
  background: #fff; }
  #mailmagForm form {
    width: 640px;
    margin: 0 auto; }
  #mailmagForm dt {
    margin-bottom: 10px; }
  #mailmagForm dd {
    position: relative; }

.home #mailmagForm {
  margin-top: -120px; }

.page-single #mailmagForm {
  width: 640px;
  margin: 0 auto; }

.inputStyle {
  border: 1px #ccc solid; }
  .inputStyle input,
  .inputStyle textarea {
    display: block;
    width: 100%;
    background: none;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .inputStyle input {
    padding: 10px;
    font-size: 1.6rem; }

.inputStyle input[type="email"] {
  padding-right: 70px; }

.submitBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  background: #000;
  transition: 300ms !important; }
  .submitBtn:hover {
    background: #333; }
  .submitBtn input {
    color: #fff;
    font-weight: bold;
    cursor: pointer; }

#globalFooter {
  padding: 15px 0;
  border-top: 1px #ccc solid; }
  #globalFooter small {
    display: block;
    text-align: center;
    font-size: 1rem; }

@media screen and (max-width: 639px) {
  #mailmagForm {
    width: 100%;
    padding: 30px 0; }
    #mailmagForm form {
      width: 100%;
      padding: 0 5%; }

  .page-single #mailmagForm {
    width: 90% !important;
    margin: 0 auto; } }
html {
  font-size: 62.5%; }

body {
  position: relative;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 1.6em;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  background: #fff top left;
  background-size: 150px 300px;
  line-height: 1.8;
  letter-spacing: 0.2rem;
  -webkit-text-size-adjust: none;
  -webkit-backface-visibility: hidden; }

a:link,
a:visited {
  color: #000;
  text-decoration: none;
  -webkit-touch-callout: none; }

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

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

/*# sourceMappingURL=main.css.map */
