@charset "utf-8";

header {
    width: 100%;
    padding: 1% 0;
    position: fixed;
    transition: padding .4s;
    -webkit-transition: padding .4s;
    z-index: 1000000;
}

header.scroll {
    padding: 0;
}

.site_logo {
    margin-right: 50px;
    padding: 2% 0;
}

.site_logo a {
    color: var(--color2);
    letter-spacing: var(--ls1);
    font-size: var(--fz3);
}

.site_logo span {
    font-size: var(--fz6);
}

nav li+li {
    margin-left: 30px;
}

nav a {
    color: var(--color3);
    font-size: var(--fz4);
}

nav span {
    font-size: var(--fz1);
}

.offline_btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--color2);
    line-height: 1.2;
    transition: width .4s, height .4s, border-radius .4s;
    -webkit-transition: width .4s, height .4s, border-radius .4s;
}

.offline_btn a {
    color: var(--color1);
    font-size: var(--fz1);
    padding-top: 7px;
    letter-spacing: var(--ls1);
    transition: padding-top .4s display .4s;
    -webkit-transition: padding-top .4s display .4s;
    width: 100%;
    height: 100%;
}

.offline_btn i {
    display: block;
}

.offline_btn.scroll {
    width: 120px;
    height: 45px;
    border-radius: 0;
}

.offline_btn.scroll a {
    padding-top: 10px;
    display: flex;
    justify-content: center;
}

.mv {
    padding: 8% 0 4%;
}

h1 {
    height: 670px;
    border: 1px solid var(--color7);
    background: var(--color4);
    margin-bottom: 1%;
    position: relative;
    overflow: hidden;
}

h1 .h1_text {
    position: absolute;
    top: 10px;
    left: 10px;
}

h1 a img,
.mv li a img,
#information li a img,
.item_content li a img,
.offline_content a img,
.recruit a img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    transform: scale(1);
    transition: .8s;
}

h1 em,
h1 span,
.mv li h3,
.mv li p {
    display: inline-block;
    padding: 8px 10px;
    font-size: .625rem;
    letter-spacing: .1em;
}

.mv li a:hover img,
h1 a:hover img,
#information li a:hover img,
.item_content li a:hover img,
.offline_content a:hover img,
.recruit a:hover img {
    transform: scale(1.05);
    transition: .8s;
}

.mv h1 em {
    background: var(--color1);
    font-size: 1.125rem;
    margin-bottom: 1em;
    color: var(--color4);
}

.mv h1 span {
    background: var(--color3);
    color: var(--color1);
}

.mv li h3 {
    background: var(--color3);
    color: var(--color1);
    margin-top: 1.3em;
}

.mv li p {
    background: var(--color2);
    display: inline;
    color: var(--color1);
}

.mv li {
    width: calc(100% / 3 - 5px);
    background: var(--color4);
    height: 185px;
    overflow: hidden;
    position: relative;
}

.mv .item_text {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.mv a {
    width: 100%;
    height: 100%;
}

.content {
    padding: 7% 0;
}

h2 {
    text-align: center;
    color: var(--color1);
    font-size: var(--fz7);
    font-weight: normal;
    margin-bottom: 3%;
    letter-spacing: var(--ls1);
}

h2 span {
    font-size: var(--fz2);
    letter-spacing: 0;
}

#information ul,
.item_content {
    padding: 0 5%;
    margin-bottom: 4%;
}

#information li {
    width: calc(100% / 4 - 25px);
    overflow: hidden;
}

#information li a div {
    overflow: hidden;
    height: 370px;
    margin-bottom: 10%;
}

#information li img {
    width: 100%;
    height: 370px;
    background: var(--color4);
    display: block;
}

#information li h3 {
    margin-bottom: 10px;
    font-size: var(--fz1);
    font-weight: normal;
    display: inline-block;
}

#information li p {
    margin-bottom: 10%;
    font-size: var(--fz2);
    font-weight: 500;
}

#information li .date {
    font-size: var(--fz1);
}

#information a {
    color: var(--color1);
}

.link {
    display: inline-block;
    padding: 10px 15px;
}

#information .link,
#offlineshop .link,
#thanks .link {
    background: var(--color1);
    color: var(--color3);
}

.about_content {
    background: var(--color1);
}

.about_content img {
    display: block;
    width: 50%;
    background: var(--color4);
}

.about_content div {
    width: 50%;
    text-align: center;
    margin: 4% 0;
    color: var(--color6);
    line-height: 1.8;
}

.about_content div h3 {
    font-size: var(--fz6);
    margin-bottom: 4%;
}

.about_content div p {
    font-size: var(--fz2);
    margin-bottom: 4%;
}

.about_content .link,
#item .link {
    background: var(--color2);
    color: var(--color1);
}

#item h2 {
    color: var(--color2);
}

.item_content a {
    color: var(--color2);
}

.item_content li a div {
    overflow: hidden;
    width: 300px;
    height: 300px;
    margin-bottom: 20px;
}

.item_content li a img {
    width: 100%;
    height: 100%;
    background: var(--color4);
    display: block;
    margin: 0 auto 20px;
}

.item_content h4 {
    font-weight: normal;
    letter-spacing: var(--ls1);
    font-size: var(--fz5);
    margin-bottom: 20%;
}

.item_content h4 span {
    font-size: var(--fz2);
}

.container {
    background: var(--color4);
    padding: 3%;
}

.shop_content {
    border: 1px solid var(--color1);
}

.shop_content img {
    width: 500px;
    height: 300px;
    border-right: 7px solid var(--color1);
    margin-right: 10%;
    object-fit: cover;
    object-position: center;
}

.shop_content h3 {
    font-size: var(--fz6);
    margin-bottom: 10%;
}

.shop_content div {
    margin: auto 0;
}

.shop_content address {
    font-size: var(--fz3);
    line-height: 2;
}

#offlineshop .offline_content {
    position: relative;
    background: var(--color4);
    height: 300px;
    overflow: hidden;
}

#offlineshop .offline_content .link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.offline_content .link:hover {
    opacity: 1;
}

footer {
    color: var(--color4);
}

#top {
    position: fixed;
    right: calc((100% - 1280px) / 2);
    bottom: 50px;
    width: 50px;
    height: 50px;
    z-index: 1000000;
}

#top a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    color: transparent;
    border-radius: 50%;
    background-color: rgba(212, 128, 72, 6);
}

#top a::before {
    font-size: 2rem;
    content: "^";
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 6%);
    display: block;
}

footer {
    padding: 80px 0 30px;
    letter-spacing: var(--ls1);
    line-height: 2;
}

footer ul li {
    width: 20%;
    margin: 0 2em 2% 0;
}

footer ul>li a {
    border-bottom: 1px solid var(--color4);
}

footer ul a {
    color: var(--color4);
}

footer ul li ul li {
    width: auto;
    display: inline-block;
}

footer ul li ul li a {
    margin-top: 1em;
    border-bottom: none;
}

footer .recruit {
    width: 50%;
    height: 150px;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
    overflow: hidden;
}

footer .recruit span {
    color: var(--color4);
    display: inline-block;
    padding: 5px 10px;
    background: var(--color2);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
footer .recruit a{
    border-bottom: none;
}

footer .company {
    margin-bottom: 20px;
}

footer .copy {
    text-align: center;
}