@charset "UFT-8";

/*====================
基本設計 PC
 - 1280px〜：大型PC
 - 960px〜1279px：小型PC
 - 600px〜959px：タブレット
 - 480px〜599px：スマートフォン横
 - 〜479px：スマートフォン縦
====================*/

html {
    font-size: 62.5%;
}

body {
    font-family: servus-slab, a-otf-ryumin-pr6n, serif;
    background-color: #fff;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: normal;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
    height: auto;
}

h1 {
    font-size: 3rem;
}

h2 {
    border-left: 3px solid #af1554;
    margin-bottom: 20px;
    padding-left: 1rem;
    margin-left: 1rem;
    font-weight: 500;
    font-size: 2.5rem;
}

.nobreak {
    display: inline-block;
}

.row {
    padding-top: 120px;
}

.size {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

@media screen and (max-width:599px) {
    h2 {
        font-size: 2rem;
    }

}

@media screen and (max-width:479px) {
    h1 {
        font-size: 2.5rem;
    }
}

/* ==========
header
========== */
header {
    position: fixed;
    line-height: 100px;
    width: 100%;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
}

header div {
    align-items: center;
    text-align: center;
    top: 0;
    position: relative;
}

header div a.eaqz {
    font-size: 4rem;
    font-family: neonoir, sans-serif;
    color: #af1554;
    text-decoration: none;
}

header div a.insta {
    margin-right: 10%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 29px;
}

header div img {
    max-width: 46px;
    width: 100%;
    height: auto;
}

@media screen and (max-width:479px) {
    header div a.eaqz {
        font-size: 3.8rem;
    }

    header div a.insta {
        top: 37px;
        margin-right: 0%;
    }

    header div img {
        width: 70%;
    }
}

/* ==========
top
========== */
#top {
    background-color: #f8dce3;
    padding-bottom: 465px;
}

#top>div {
    position: relative;
    padding-top: 100px;
}


#top>div img {
    width: 100%;
    height: auto;
}

#top .text-box {
    position: absolute;
    top: -100px;
}


#top .text-box .text {
    background-color: #fff;
    padding: 4% 2% 6%;
    height: auto;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    position: relative;
}

#top .text-box .text>p {
    text-align: center;
    color: #af1554;
    margin-bottom: 5%;
}

#top .text-box .text div {
    justify-content: center;
    align-items: center;
}

#top .text-box .text div h1 {
    font-weight: 300;
    width: 30%;
    display: inline-block;
}

#top .text-box .text div p {
    width: 50%;
    display: inline-block;
}


#top .text-box .text img {
    transform: rotate(-10deg);
    position: absolute;
    bottom: -20px;
    right: 70px;
    max-width: 300px;
    width: 100%;
}

@media screen and (min-width:960px) and (max-width:1279px) {

    #top .text-box .text div p {
        margin-left: 40px;
    }

    #top .text-box .text img {
        bottom: -45px;
        right: 50px;
    }
}


@media screen and (max-width:959px) {
    #top {
        padding-bottom: 860px;
    }

    #top .text-box {
        top: -60px;
    }

    #top .text-box .text div h1 {
        width: 70%;
    }

    #top .text-box .text div p {
        width: 80%;
        display: inline-block;
        margin-top: 10%;
    }

    #top .text-box .text img {
        bottom: -55px;
        right: 20px;
    }
}


@media screen and (max-width:599px) {
    #top {
        padding-bottom: 900px;
    }

}

@media screen and (max-width:479px) {
    #top {
        padding-bottom: 1000px;
    }

    #top .text-box .text>p {
        font-size: 1.2rem;
    }

    #top .text-box .text img {
        bottom: -30px;
        right: 20px;
        width: 60%;
    }
}


/* ==========
column01
========== */
#column01 {
    background-color: #f8dce3;
}

#column01 div.size {
    padding-bottom: 120px;
}

#column01 .left {
    width: 50%;
    height: auto;
}

#column01 .left section {
    margin-top: 80px;
    margin-left: auto;
    max-width: 520px;
    width: 100%;
}


#column01 .right {
    width: 40%;
    height: auto;
    margin-top: 80px;
}

#column01 .right img:last-child {
    margin-top: 80px;

}

#column01 .img100 img {
    width: 50%;
    height: auto;
}

#column01 .img100 img:last-child {
    width: 50%;
}

@media screen and (max-width:959px) {
    #column01 .left {
        width: 80%;
    }

    #column01 .right {
        width: 80%;
    }
}


/* ==========
column02
========== */
#column02 {
    background-color: #f8dce3;
}

#column02 div.size {
    padding-bottom: 120px;
}

#column02 .left {
    width: 45%;
}

#column02 .left img:last-child {
    margin-top: 80px;
    width: 70%;
    margin-left: 8%;
}

#column02 .right {
    width: 45%;
    margin-top: 180px;
}

#column02 .right img:last-child {
    margin-top: 80px;
    width: 90%;
}

@media screen and (max-width:959px) {
    #column02 .left {
        width: 80%;
    }

    #column02 .left img:last-child {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }


    #column02 .right {
        width: 80%;
        margin-top: 80px;
    }

    #column02 .right img:last-child {
        width: 100%;
    }
}

/* ==========
column03
========== */
#column03 {
    background-color: #f8dce3;
}

#column03 div.size {
    padding-bottom: 120px;
}

#column03 .left {
    width: 40%;
}

#column03 .left img:last-child {
    margin-top: 80px;
}

#column03 .left {
    width: 45%;
}

#column03 .left p {
    width: 90%;
    margin-left: auto;
}

#column03 .right {
    width: 40%;
}

#column03 .right img {
    margin-top: 70px;
}

#column03 .right p {
    margin-top: 80px;
}

@media screen and (max-width:959px) {
    #column03 .left {
        width: 80%;
    }

    #column03 .left p {
        width: 100%;
    }

    #column03 .right {
        width: 80%;
    }
}

/* ==========
column04
========== */
#column04 {
    background-color: #f8dce3;
}

#column04 div.size {
    padding-bottom: 120px;
}

#column04 .left {
    width: 50%;
    margin-top: 100px;
}

#column04 .left p {
    margin-top: 40px;
}

#column04 .left .left-box {
    width: 92%;
}

#column04 .left div.wrapper img {
    width: 50%;
    margin-top: 80px;
}

#column04 .right {
    width: 41%;
}

#column04 .right img {
    width: 80%;
    margin: 60px auto 40px auto;
}

@media screen and (max-width:959px) {
    #column04 .left {
        width: 80%;
    }

    #column04 .left .left-box {
        width: 100%;
    }

    #column04 .left div.wrapper img {
        width: 70%;
        margin-top: 80px;
        margin-right: auto;
    }

    #column04 .left div.wrapper img:last-child {
        margin-left: auto;
        margin-right: 0;
        margin-top: 40px;
    }

    #column04 .right {
        width: 80%;
    }

    #column04 .right section {
        margin-top: 80px;
    }
}

/* ==========
staff
========== */
#staff {
    background-color: #f8dce3;
    padding-bottom: 600px;
    padding-left: 30px;
    padding-right: 30px;
}

#staff .line {
    border-bottom: 1px solid #af1554;
}

#staff div.size {
    position: relative;
}

#staff .left img {
    max-width: 100px;
    margin-bottom: 20px;
    width: 100%;
}

#staff .left p {
    font-size: 2rem;
    font-weight: 100;
}

#staff .left p a {
    color: #000;
}

#staff .right {
    position: absolute;
    left: 400px;
    top: 240px;
    width: 70%;
    max-width: 800px;
}

@media screen and (min-width:960px) and (max-width:1279px) {
    #staff {
        padding-bottom: 380px;
    }

    #staff .right {
        width: 55%;
    }
}

@media screen and (max-width:959px) {
    #staff {
        padding-bottom: 100px;
    }

    #staff div.size {
        position: static;
    }

    #staff .right {
        position: static;
        width: 80%;
        margin-left: auto;
        margin-top: 40px;
    }
}

/* ==========
footer
========== */
footer p.footer {
    line-height: 3;
    background-color: #f8dce3;
    text-align: center;
    color: #af1554;
    padding-bottom: 100px;
}

footer a {
    color: #af1554;
}

@media screen and (max-width:479px) {
    footer p.footer {
        line-height: 3;
        font-size: 1.4rem;
    }
}


/* ==========
jQuery
========== */

/* フェードイン */
.fadeY {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 1.5s, visibility 1.5s, transform 1.5s;
}

.fadeY-in {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 1.5s, visibility 1.5s, transform 1.5s;
}

.fadeXl {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-500px);
    transition: opacity 1.5s, visibility 1.5s, transform 1.5s;
}

.fadeXl-in {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 1.5s, visibility 1.5s, transform 1.5s;
}

.fadeXr {
    opacity: 0;
    visibility: hidden;
    transform: translateX(500px);
    transition: opacity 1.5s, visibility 1.5s, transform 1.5s;
}

.fadeXr-in {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 1.5s, visibility 1.5s, transform 1.5s;
}

/* マウスが乗ったらインスタアイコン回る */
.turnY {
    animation-name: turnY;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes turnY {
    from {
        transform: rotateY(0);
    }

    to {
        transform: rotateY(-360deg);
    }
}

/* ページトップリンク */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 10px;
    z-index: 2;

    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;

    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;

    white-space: nowrap;

    animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove {
    0% {
        bottom: 20px;
    }

    50% {
        bottom: 25px;
    }

    100% {
        bottom: 20px;
    }
}

.scroll-view {
    opacity: 1;
    visibility: visible;
}

.scroll-top a {
    text-decoration: none;
    color: #af1554;
    text-transform: uppercase;
    font-size: 1.6rem;
    display: block;
}

.scroll a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 60px;
    background: #af1554;
}

.scroll a::before {
    content: "";
    position: absolute;
    top: 40px;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #af1554;
    transform: skewX(-31deg);
}

/*Edge IE11 hack*/

_:-ms-lang(x),
.scroll a::before {
    right: -11px;
}


.pagetop a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 70px;
    background: #af1554;
}

.pagetop a::before {
    content: "";
    position: absolute;
    top: 0;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #af1554;
    transform: skewX(31deg);
}

/*Edge IE11 hack*/
_:-ms-lang(x),
.pagetop a::before {
    right: 0;
}