@charset "UTF-8";
/* 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: none;
    font-style: normal;
    text-align: left;
    zoom: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
table {
    border-collapse: collapse;
    font-family: inherit;
}
h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
    font-weight: normal;
    line-height: 1;
}
input,
textarea,
select {
    font-family: inherit;
    font-size: 16px;
}
input[type="button"],
input[type="text"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
textarea {
    resize: none;
    -webkit-appearance: none;
    border-radius: 0;
}
th,
td {
    border-collapse: collapse;
}
table th,
table td {
    white-space: nowrap;
}
ul,
ol {
    list-style-type: none;
}
a {
    text-decoration: none;
}
img {
    vertical-align: text-bottom;
    vertical-align: -webkit-baseline-middle;
    max-width: 100%;
    height: auto;
    width/***/: auto;
}
/* /reset */

html {
    font-size: 62.5%;
}
body,
a {
    color: #707070;
    font-family: "Hiragino Sans","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    font-size: 10px;
    letter-spacing: 0.08em;
    line-height: 1.5;
}
.forPC {
    display: inline;
}
.forSP {
    display: none;
}

.header {
    height: 320px;
    background-image: url(./images/header-bk@2x.jpg);
    background-repeat: no-repeat;
    border-bottom: 8px solid #fff352;
    background-size: 100vw 100%;
}
.header__inner {
    background-image: url(./images/header-inner-bk@2x.jpg);
    background-repeat: no-repeat;
    max-width: 1000px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.header__logo {
    position: absolute;
    width: 453px;
    height: 158px;
    background-color: rgba(276, 276, 276, 0.7);
    max-width: 100%;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header__logo:before {
    content: "";
    display: block;
    border: 1px solid #d2d6dd;
    width: 437px;
    height: 142px;
    max-width: 100%;
    position: absolute;
    animation: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header__logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}

.container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 72px 0 106px;
}
.item__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.item {
    max-width: 100%;
    width: 400px;
}
.item:not(:last-of-type) {
    text-align: center;
    margin-bottom: 40px;
    transition: all ease 0.3s;
}
.item:not(:last-of-type):hover {
    opacity: 0.6;
}
.item__catch {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: 400;
}
.item:not(:last-of-type) img {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.item-lifit .itemimg__wrap{
    background-image: url(./images/item-lifit-bk@2x.jpg);
    width: 400px;
    height: 160px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}
.item-lifit img{
    width: 123px;
}

.footer {
    height: 140px;
    width: 100%;
    
    background-color: #594037;
}
.footer__inner {
    max-width: 1000px;
    width: 100%;
    padding-top: 46px;
    padding-bottom: 38px;
    margin: 0 auto;
}
.footer__list {
    display: flex;
    justify-content: space-between;
    max-width: 423px;
    width: 100%;
    margin: 0 auto 24px;
}
.footer__list a,
.footer__list span {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
    transition: all ease 0.3s;
}
.footer__list li a:hover,
.footer__list li a:active {
    opacity: 0.6;
}
.footer .copyright {
    text-align: center;
    color: #fff;
    letter-spacing: 0.05em;
    font-size: 1rem;
    font-weight: 300;
}

@media screen and (max-width: 640px) {
    .forPC {
        display: none;
    }
    .forSP {
        display: inline;
    }
    .header__inner {
        width: calc(100vw - 40px);
        background-position: center;
    }
    .header__logo {
        width: 90%;
        height: 40%;
    }
    .header__logo:before {
        width: 96%;
        height: 90%;
    }
    .header__logo img {
        max-width: 180px;
        width: 50%;
    }
    .container {
        max-width: calc(100vw - 40px);
    }
    .item__catch {
        font-size: 1.4rem;
    }
    .footer {
        height: auto;
    }
    .footer__inner {
        width: calc(100vw - 40px);
    }
    .footer__list {
        flex-direction: column;
    }
    .footer__list li {
        margin-bottom: 1rem;
    }
   

}
