@charset "UTF-8";

body {

    font-family: 'Zen Kaku Gothic New',
        sans-serif,
        "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo;

    background-color: #fff;
    color: #333;
    transition: 1s;

    line-height: 1.5;
}

.loader {
    width: 72px;
    height: 72px;
    position: relative;
    overflow: hidden;
}

.loader:before,
.loader:after {
    content: "";
    position: absolute;
    left: 60%;
    bottom: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f9a188;
    transform: translate(-50%, 100%) scale(0);
    animation: push_4051 3s infinite ease-in;
}

.loader:after {
    animation-delay: 4s;
}

@keyframes push_4051 {
    /* 0% {
        transform: translate(-50% , 100%)  scale(1);
      }
    
      15% , 25% {
        transform: translate(-50% , 50%)  scale(1);
      }
    
      50% , 75% {
        transform: translate(-50%, -30%) scale(0.5);
      }
    
      80%,  100% {
        transform: translate(-50%, -50%) scale(0);
      }
   */


    0% {
        transform: translate(-50%, -50%) scale(0);
    }

    15%,
    25% {
        transform: translate(-50%, -30%) scale(0.5);
    }

    50%,
    75% {
        transform: translate(-50%, 50%) scale(1);
    }

    80%,
    100% {
        transform: translate(-50%, 100%) scale(1);
    }
}

/*ロード中↑  */
header h1 {
    font-size: 20px;
    width: 280px;
    padding-left: 20px;
}

#fixed {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: first baseline;
    background: rgba(255, 255, 255, 0.7);
    padding: 30px 0px 15px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
}

#fixed img {
    width: 32px;
}

#pcglobal-nav {
    display: none;
}

/* ハンバーガー↓ */
.menu-trigger {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 20px;
    right: 10px;
    z-index: 2;
    outline: none;
}

.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 50%;
    width: 25px;
    /* 線の幅 */
    height: 3px;
    /* 線の太さ */
    border-radius: 5px;
    /* 線淵丸める */
    background-color: #444;
    /* 線色 */
    transform: translate(-50%, -50%);
}

.menu-trigger span:nth-of-type(1) {
    top: 14px;
}

.menu-trigger span:nth-of-type(2) {
    top: 25px;
}

.menu-trigger span:nth-of-type(3) {
    top: 36px;
}

.menu-trigger.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
}

#global-nav {
    position: fixed;
    z-index: 999;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 95);
    transition: all 0.6s;
}

#global-nav.panelactive {
    top: 0;
    z-index: 1;
}

#global-nav ul {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#global-nav a {
    background: linear-gradient(transparent 70%, #F9A188 70%);
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.2em;
}

header li {
    padding: 20px 40px;
}

/* ハンバーガーここまで↑ */



#eyecatch img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-top: 5px;
}

header p {
    padding: 50px 37.5px;
}

h2 {
    padding-top: 100px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 70%;
    letter-spacing: 0.1em;

}

span {
    font-size: 8px;
    font-weight: 300;
    letter-spacing: 0;
}

.imgblock img {
    width: 85%;
}

.imgblock {
    text-align: center;
    padding-top: 30px;
}

#myself {
    width: 85%;
    margin: 30px auto 50px;
    background-color: #fff;
    padding: 20px;
}

.morebtnab {
    text-align: center;
    margin: 20px auto 0px;
    background-color: #F6E3FE;
    width: 30%;
}

.morebtnab a,
.morebtnsu a,
.morebtnblog a {
    display: block;
    padding: 8px;
}

#ctitle {
    width: 85%;
    margin: 50px auto 0px;
    padding-top: 10px;
    padding-left: 10px;
    color: #fff;
    background-size: cover;
    background-position: center bottom;
    height: 76px;
    background-image: url(images/code.jpg)
}

#ctitle h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-bottom: 3px #fff solid;
}

#wtitle {
    width: 85%;
    margin: 50px auto 0px;
    padding-top: 10px;
    padding-left: 10px;
    height: 76px;
    background-size: cover;
    background-position: center bottom;
    background-image: url(images/web.jpg)
}

#wtitle h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-bottom: 3px #333 solid;
}

#stitle {
    width: 85%;
    margin: 50px auto 0px;
    padding-top: 10px;
    padding-left: 10px;
    height: 76px;
    background-size: cover;
    background-position: center;
    color: #fff;
    background-image: url(images/sns.jpg);
}

#stitle h3 {
    line-height: 26px;
    /* ↑pcの時は変える */
    letter-spacing: 0.1em;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px #fff solid;
}

.bcffleft,
.bcff {
    width: 85%;
    background-color: #fff;
    margin: 0 auto 90px;
    padding-bottom: 20px;
}

.bcffleft p,
.bcff p {
    padding: 20px 20px 0px;
}

/* ☑ */
.check {
    padding-left: 24px;
    position: relative;
}

.check:before,
.check:after {
    content: "";
    display: block;
    position: absolute;
}

.check:before {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #000000;
    left: 0;
    top: 2px;
}

.check:after {
    border-left: 3px solid #f9a188;
    border-bottom: 3px solid #f9a188;
    width: 15px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 5px;
    top: 3px;
}

/* ☑ここまで */

.morebtnsu {
    text-align: center;
    margin: 20px auto;
    background-color: #FEE9E3;
    width: 30%;
}

.bcfflast {
    width: 85%;
    background-color: #fff;
    margin: 0 auto 90px;
    padding-bottom: 20px;
}

.bcfflast p {
    padding: 20px 20px 0px;
}

#message {
    width: 85%;
    margin: 0px auto 50px;
}

.contact {
    text-align: center;
}

/* お問い合わせボタン↓ */
.btn,
a.btn,
button.btn {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    /* cursor: pointer; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* -webkit-transition: all 0.3s; */
    transition: all 0.3s;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #333;
    border-radius: 0.5rem;
}

a.btn-border-shadow {
    /* padding: calc(1.5rem - 12px) 3rem 1.5rem; */
    padding: 20px 45px;
    background: #fff;
}

a.btn-border-shadow:before {
    position: absolute;
    top: 0px;
    left: 0px;
    /* -0pxにすると白見えなくなる。元は6px */
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2.5px solid #333;
    border-radius: 0.5rem;
}

a.btn-border-shadow:hover {
    /* padding: calc(1.5rem - 6px) 3rem; */
    padding: 25px 50px;
}

a.btn-border-shadow:hover:before {
    top: 0;
    left: 0;
}

a.btn-border-shadow--color2 {
    border-radius: 100vh;
}

a.btn-border-shadow--color2:before {
    border-radius: 100vh;
    -webkit-box-shadow: 3px 3px 0 #F9A188;
    box-shadow: 3px 3px 0 #F9A188;
}

/* ↑お問合せボタンここまで */

#work {
    text-align: center;
}

#work img {
    margin-top: 50px;
    width: 85%;
    box-shadow: 0px 6px 6px 4px #d0bfba;
}

#work dl {
    margin: 30px auto 50px;
    width: 85%;
    border: 2px #F6E3FE solid;
    padding: 20px;
}

#work dt {
    background: linear-gradient(transparent 70%, #F6E3FE 70%);
    text-align: left;
    font-weight: 400;
    width: 35%;
}

#work dd {
    text-align: left;
    margin: 0px 0px 20px 20px;
}

.morebtnblog {
    text-align: center;
    margin: 20px auto 0px;
    background-color: #fff;
    width: 30%;
}

footer {
    text-align: center;
}

/*  スラッシュここから*/
.slash {
    padding-top: 100px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.slash::before,
.slash::after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #000;
    margin: 10px 4px 4px;
}

.slash::before {
    transform: rotate(55deg);
}

.slash::after {
    transform: rotate(-55deg);
}

/*スラッシュここまで  */

footer h1 {
    padding: 50px 0px;
    font-size: 20px;
}

small {
    font-size: 13px;
}

/* PC  tbも作るなら600～900で！*/
@media screen and (min-width:901px) {
    .loader {
        width: 84px;
        height: 84px;
    }

    header h1 {
        font-size: 28px;
        padding-left: 0px;
    }

    #fixed {
        /* padding: 30px 0px 15px 135px; */
        padding: 0px 0px 0px 135px;
        justify-content: start;
    }

    #fixed img {
        width: 40px;
    }

    #fixed a {
        display: block;
        padding: 30px 0px 15px;
    }

    .menu-trigger {
        display: none;
    }

    #pcglobal-nav {
        display: block;
        margin: 0px 130px 0px auto;
    }

    #pcglobal-nav li {
        padding: 0px;
        font-size: 20px;

    }

    #pcglobal-nav ul {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

    #pcglobal-nav a {
        display: block;
        padding: 30px 20px 15px;
    }
    #pcglobal-nav a:last-of-type{
        padding: 30px 0px 15px 20px;
    }
    #eyecatch {
        width: 80%;
        margin: 0 auto;
    }

    h2 {
        writing-mode: vertical-rl;
        font-size: 50px;
        padding-bottom: 90px;
        padding-right: 45px;
    }

    h2 span {
        font-size: 20px;
        line-height: 50px;
    }

    #about {
        display: flex;
        justify-content: center;
        align-items: end;
    }

    .imgblock {
        text-align: start;
        /* padding-top: 30px; */
    }

    #myself {
        margin: 0px 130px 0px 30px;
        width: 70%;
    }

    .morebtnab a,
    .morebtnsu a,
    .morebtnblog a {
        display: block;
        padding: 13px;
    }

    .flex h2 {
        padding: 300px 45px 0px 0px;
    }

    .flex {
        display: flex;
        justify-content: start;
        align-items: start;
        margin-right: 130px;
    }

    #ctitle {
        margin: 50px 0px 0px;
    }

    .bcffleft {
        margin: 0px auto 50px 0px;
        height: 330px;
    }


    .bcff {
        margin-bottom: 50px;
        height: 330px;
    }

    #stitle {
        margin: 50px 0px 0px auto;
    }

    .bcfflast {
        margin: 0px 0px 50px auto;
        height: 330px;
    }

    .bcffleft p:first-of-type,
    .bcff p:first-of-type,
    .bcfflast p:first-of-type {
        height: 100px;

    }

    .bcffleft p:last-of-type,
    .bcff p:last-of-type,
    .bcfflast p:last-of-type {
        height: 140px;
    }

    .stick {
        padding-top: 100px;
        width: 33%;
    }

    #message {
        text-align: center;
    }

    #work img {
        width: 35vw;
        margin-top: 200px;
    }

    #work dl {
        text-align: left;
        padding: 0px 30px 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        justify-content: center;
        width: 35vw;
        height: auto;
    }

    #work dt {
        text-align: left;
        width: 30%;
        padding: 20px 0px 0px;
        background: none;
        margin: 0px;
        border-bottom: 3px #F6E3FE solid;
    }

    #work dd {
        text-align: left;
        margin: 0px;
        width: 70%;
        border-bottom: 3px #F6E3FE solid;
        padding-top: 20px;
    }

    .needheight-large {
        height: 95px;
    }

    .needheight-small {
        height: 70px;
    }

    .nonehieght {
        height: 25px;
    }

    /* imgスライダー */
    .slider {
        /*横幅94%85にしたで左右に余白を持たせて中央寄せ*/
        width: 85%;
        margin: 0 auto;
    }

    .slider .slick-slide {
        transform: scale(0.7);
        /*左右の画像のサイズを80%に→０．7にした*/
        transition: all .5s;
        /*拡大や透過のアニメーションを0.5秒で行う*/
        opacity: 0.5;
        /*透過50%*/
    }

    .slider .slick-slide.slick-center {
        transform: scale(1);
        /*中央の画像のサイズだけ等倍に*/
        opacity: 1;
        /*透過なし*/
    }

    /*矢印の設定*/

    /*戻る、次へ矢印の位置*/
    .slick-prev,
    .slick-next {
        position: absolute;
        /*絶対配置にする*/
        top: 40%;
        cursor: pointer;
        /*マウスカーソルを指マークに*/
        outline: none;
        /*クリックをしたら出てくる枠線を消す*/
        border-top: 2px solid #666;
        /*矢印の色*/
        border-right: 2px solid #666;
        /*矢印の色*/
        height: 15px;
        width: 15px;
    }

    .slick-prev {
        /*戻る矢印の位置と形状*/
        left: -1.5%;
        transform: rotate(-135deg);
    }

    .slick-next {
        /*次へ矢印の位置と形状*/
        right: -1.5%;
        transform: rotate(45deg);
    }

    /*ドットナビゲーションの設定*/
    .slick-dots {
        margin-bottom: 100px;
    }

    .slick-dots li {
        display: inline-block;
        margin: 0 5px;
    }

    .slick-dots button {
        color: transparent;
        outline: none;
        width: 8px;
        /*ドットボタンのサイズ*/
        height: 8px;
        /*ドットボタンのサイズ*/
        display: block;
        border-radius: 50%;
        background: #ccc;
        /*ドットボタンの色*/
    }

    .slick-dots .slick-active button {
        background: #333;
        /*ドットボタンの現在地表示の色*/
    }

    .flexcenter {
        display: flex;
        justify-content: start;
        align-items: center;
        margin-right: 130px;
    }
}