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

/* Reset margins, padding, and border */
html,
body,
div,
span,
applet,
object,
iframe,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* Remove default margin and padding */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements */
ul,
ol {
  list-style: none;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color: #1b2131;
  line-height: 1.6;
  min-height: 100vh;
  font-weight: 400;
  font-synthesis-weight: none;
}

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

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

strong {
  font-weight: 600;
}

p {
  font-size: 1.1rem;
  line-height: 1.4;
}

a {
  color: #1297f5;
  text-decoration: none;
}
a:hover {
  color: rgb(8.5829959514, 122.7368421053, 203.4170040486);
}

* {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
}

html,
body {
  min-height: unset !important;
}

:root {
  --max_width: 750px;
}

body {
  background-color: #cf9c63;
}

main {
  max-width: var(--max_width);
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  box-shadow: 10px 0px 10px 0px rgba(255, 255, 255, 0.15), -10px 0px 10px 0px rgba(255, 255, 255, 0.15);
}

.p-mailform {
  background-color: #ffffeb;
  padding: 0 2.5%;
  padding-top: min(0.1866666667 * 100vw, 0.1866666667 * var(--max_width));
  padding-bottom: min(0.1733333333 * 100vw, 0.1733333333 * var(--max_width));
}
.p-mailform p {
  text-align: center;
  font-size: min(0.0506666667 * 100vw, 0.0506666667 * var(--max_width));
  font-weight: 500;
  line-height: min(0.0733333333 * 100vw, 0.0733333333 * var(--max_width));
  margin-bottom: min(0.024 * 100vw, 0.024 * var(--max_width));
  letter-spacing: -0.05em;
}
.p-mailform table {
  width: 100% !important;
}
.p-mailform form {
  padding-bottom: min(0.2 * 100vw, 0.2 * var(--max_width));
}
.p-mailform input {
  font-size: min(0.0426666667 * 100vw, 0.0426666667 * var(--max_width));
  font-weight: 500;
  padding: min(0.0373333333 * 100vw, 0.0373333333 * var(--max_width)) min(0.0266666667 * 100vw, 0.0266666667 * var(--max_width));
  width: 100%;
  border: min(0.0026666667 * 100vw, 0.0026666667 * var(--max_width)) solid #cccccc;
  margin-bottom: min(0.024 * 100vw, 0.024 * var(--max_width));
  letter-spacing: -0.05em;
}
.p-mailform input::-moz-placeholder {
  color: #ccc;
}
.p-mailform input::placeholder {
  color: #ccc;
}
.p-mailform .c-formbtn {
  background: linear-gradient(90deg, #603813 0%, #b17837 50%, #603813 100%);
  font-size: min(0.044 * 100vw, 0.044 * var(--max_width));
  font-weight: 500;
  color: white;
  text-shadow: 0 0 10px #603813;
  padding: min(0.016 * 100vw, 0.016 * var(--max_width)) min(0.0653333333 * 100vw, 0.0653333333 * var(--max_width));
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.p-footer {
  background-color: #000;
  color: white;
  padding-block: min(0.088 * 100vw, 0.088 * var(--max_width));
}
.p-footer > nav {
  margin-bottom: min(0.044 * 100vw, 0.044 * var(--max_width));
}
.p-footer > nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.p-footer > nav ul li {
  flex: 1;
  font-size: min(0.032 * 100vw, 0.032 * var(--max_width));
  font-weight: 400;
  text-align: center;
}
.p-footer > nav ul li a {
  color: white;
  text-decoration: none;
}
.p-footer > nav ul li a:hover {
  opacity: 0.8;
}
.p-footer > nav ul::after {
  position: absolute;
  content: "";
  width: min(0.0013333333 * 100vw, 0.0013333333 * var(--max_width));
  height: min(0.028 * 100vw, 0.028 * var(--max_width));
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background-color: #fff;
}
.p-footer p {
  font-size: min(0.032 * 100vw, 0.032 * var(--max_width));
  font-weight: 400;
  text-align: center;
}

.c-btn-anime {
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.c-btn-anime:hover {
  opacity: 0.85;
  transform: scale(0.98);
}
.c-btn-anime:active {
  opacity: 0.75;
  transform: scale(0.96);
}

.c-switch {
  position: relative;
}

.c-cta-btn {
  position: absolute;
  width: 98.5%;
  left: 51%;
  translate: -50%;
  cursor: pointer;
}
.c-cta-btn--second {
  bottom: 9.3%;
}
.c-cta-btn--third {
  bottom: 14.68%;
}/*# sourceMappingURL=main.css.map */