/* reset */
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;
}

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;
}

img {
    display: flex;
    width: 100%;
    height: 100%;
}

main {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.fv {
    position: relative;
}

.fv_btn {
    position: absolute;
    top: min(2vw, 10px);
    right: min(4vw, 20px);
    z-index: 10;
    width: min(46vw, 230px);
    font-family: "Noto Sans JP", sans-serif;
    font-size: min(3.6vw, 18px);
    color: #fff;
    text-align: center;
    padding: min(2.6vw, 13px) 0;
    background-image: linear-gradient(90deg, #5b551a, #645d52);
    text-decoration: none;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border-radius: min(2vw, 10px);
    -webkit-border-radius: min(2vw, 10px);
    -moz-border-radius: min(2vw, 10px);
    -ms-border-radius: min(2vw, 10px);
    -o-border-radius: min(2vw, 10px);
}

.fv_btn:hover {
    opacity: .7;
}

.fv_cta_btn {
    position: absolute;
    bottom: min(32.6vw, 163px);
    left: 50.3%;
    transform: translateX(-50%);
    z-index: 5;
    width: 89%;
    height: min(17.8vw, 89px);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border-radius: min(20vw, 100px);
    -webkit-border-radius: min(20vw, 100px);
    -moz-border-radius: min(20vw, 100px);
    -ms-border-radius: min(20vw, 100px);
    -o-border-radius: min(20vw, 100px);
}

.fv_cta_btn:hover {
    background-color: #fff;
    opacity: .3;
}

.sec3 {
    background-color: #F6F6F6;
    padding-bottom: min(8vw, 40px);
}

.sec11 {
    background-color: #272622;
    padding-bottom: min(4vw, 20px);
}

.sec11 .cta_box {
    margin-top: max(-5vw, -25px);
}

.sec12 {
    background-color: #F0F0F0;
    padding-bottom: min(4vw, 20px);
}

.sec12 .cta_box {
    margin-top: max(-5vw, -25px);
}

.cta_btn {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.cta_btn:hover {
    opacity: .7;
}

.sec_cta {
    position: relative;
}

.sec_cta::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: min(1.6vw, 8px);
    background-color: #fff;
}


footer {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    background-color: #1D1D1D;
}

.footer_link_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: min(20vw, 100px);
}

.footer_link_box>a {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: min(3.2vw, 16px);
    letter-spacing: min(0.2vw, 1px);
    color: #fff;
    text-decoration: none;
}

.footer_link_box>a:nth-child(n+2) {
    padding-left: min(2vw, 20px);
    margin-left: min(2vw, 20px);
    border-left: 1px solid #fff;
}


/* プライバシーポリシー */
header {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.header_link {
    position: absolute;
    top: min(2.8vw, 14px);
    left: min(3.4vw, 17px);
    width: min(31.2vw, 156px);
    height: min(6.2vw, 31px);
}

.privacy {
    background-color: #F6F6F6;
    padding: min(10vw, 50px) min(5vw, 25px);
    font-family: "Noto Sans JP", sans-serif;
    color: #333333;
    line-height: 1.8;
}

.privacy h1 {
    font-size: min(5vw, 25px);
    font-weight: 700;
    text-align: center;
    margin-bottom: min(8vw, 40px);
    padding-bottom: min(3vw, 15px);
    border-bottom: 1px solid #ccc;
}

.privacy h2 {
    font-size: min(4vw, 20px);
    font-weight: 700;
    margin-top: min(8vw, 40px);
    margin-bottom: min(3vw, 15px);
    padding-left: min(2.4vw, 12px);
    border-left: 3px solid #333333;
}

.privacy p {
    font-size: min(3.6vw, 18px);
    margin-bottom: min(4vw, 20px);
}

.privacy ul {
    margin-bottom: min(4vw, 20px);
    padding-left: min(2vw, 10px);
}

.privacy li {
    font-size: min(3.6vw, 18px);
    margin-bottom: min(1.6vw, 8px);
    padding-left: min(3.6vw, 18px);
    position: relative;
}

.privacy li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.75em;
    width: 6px;
    height: 6px;
    background-color: #333333;
    border-radius: 50%;
}