@charset "UTF-8";

html * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
    margin: 0;
    padding: 0;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    letter-spacing: 0.12em;
    font-size: 12px;
    line-height: 1.6;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}


img, svg {
    vertical-align: bottom;
    transition: all .3s ease-out;
    width: 100%;
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #000;
    transition: all .3s ease-out;
}

a:hover {
    opacity: 0.7;
}

a:focus {
    outline: none;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.serif {
    font-family: 'DM Serif Display', serif;
}
.noto {
    font-family: 'Noto Serif JP', serif;
}

.inline-block {
    display: inline-block;
}

.nobr {
    white-space: nowrap;
    display: inline-block;
}

.inline_block {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}

.center {
    display: table;
    text-align: center;
}

.center > *{
    display: table-cell;
    vertical-align: middle;
}

.nobr {
    white-space: nowrap;
    display: inline-block;
}

.bold {
    font-weight: 500;
}

.under {
    text-decoration: underline;
}

.home {
    position: relative;
}

/*
.bold {
font-family: 'Noto Serif JP', serif;
font-weight: 700;
letter-spacing: 0.12em;
color: #000;
}
*/

.bg-beige {
    background: #eaf0f1;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-gray {
    color: #bbb!important;
}

.text-black {
    color: #000!important;
}

.mx900 {
    max-width: 900px!important;
}

.pt10 {
    padding-top: 10px!important;
}

.pt20 {
    padding-top: 20px!important;
}

.pt30 {
    padding-top: 30px!important;
}

.pt40 {
    padding-top: 40px!important;
}

.pt50 {
    padding-top: 50px!important;
}

.pt60 {
    padding-top: 60px!important;
}

.pt70 {
    padding-top: 70px!important;
}

.pt80 {
    padding-top: 80px!important;
}

.pt90 {
    padding-top: 90px!important;
}

.pt100 {
    padding-top: 100px!important;
}

.pt120 {
    padding-top: 120px!important;
}

.pb10 {
    padding-bottom: 10px!important;
}

.pb20 {
    padding-bottom: 20px!important;
}

.pb30 {
    padding-bottom: 30px!important;
}

.pb40 {
    padding-bottom: 40px!important;
}

.pb50 {
    padding-bottom: 50px!important;
}

.pb60 {
    padding-bottom: 60px!important;
}

.pb70 {
    padding-bottom: 70px!important;
}

.pb80 {
    padding-bottom: 80px!important;
}

.pb90 {
    padding-bottom: 90px!important;
}

.pb100 {
    padding-bottom: 100px!important;
}

.pb120 {
    padding-bottom: 120px!important;
}

.mt10 {
    margin-top: 10px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.mt30 {
    margin-top: 30px!important;
}

.mt40 {
    margin-top: 40px!important;
}

.mt50 {
    margin-top: 50px!important;
}

.mt60 {
    margin-top: 60px!important;
}

.mt70 {
    margin-top: 70px!important;
}

.mt80 {
    margin-top: 80px!important;
}

.mt90 {
    margin-top: 90px!important;
}

.mt100 {
    margin-top: 100px!important;
}

.mt120 {
    margin-top: 120px!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mb50 {
    margin-bottom: 50px!important;
}

.mb60 {
    margin-bottom: 60px!important;
}

.mb70 {
    margin-bottom: 70px!important;
}

.mb80 {
    margin-bottom: 80px!important;
}

.mb90 {
    margin-bottom: 90px!important;
}

.mb100 {
    margin-bottom: 100px!important;
}

.mb120 {
    margin-bottom: 120px!important;
}

.fs12 {
    font-size: 12px!important;
}

.fs13 {
    font-size: 13px!important;
}

.fs14 {
    font-size: 14px!important;
}

.fs15 {
    font-size: 15px!important;
}

.fs16 {
    font-size: 16px!important;
}

.fs18 {
    font-size: 18px!important;
}

.fs20 {
    font-size: 20px!important;
}

.fs22 {
    font-size: 22px!important;
}

.fs26 {
    font-size: 26px!important;
}

.fs30 {
    font-size: 30px!important;
}

@media only screen and (max-width:559px) {

    body {
        font-size: 10px;
    }
    .pt10 {
        padding-top: 10px!important;
    }

    .pt20 {
        padding-top: 10px!important;
    }

    .pt30 {
        padding-top: 10px!important;
    }

    .pt40 {
        padding-top: 25px!important;
    }

    .pt50 {
        padding-top: 30px!important;
    }

    .pt60 {
        padding-top: 35px!important;
    }

    .pt70 {
        padding-top: 40px!important;
    }

    .pt80 {
        padding-top: 50px!important;
    }

    .pt90 {
        padding-top: 60px!important;
    }

    .pt100 {
        padding-top: 70px!important;
    }

    .pt120 {
        padding-top: 80px!important;
    }

    .pb20 {
        padding-bottom: 15px!important;
    }

    .pb30 {
        padding-bottom: 20px!important;
    }

    .pb40 {
        padding-bottom: 25px!important;
    }

    .pb50 {
        padding-bottom: 30px!important;
    }

    .pb60 {
        padding-bottom: 35px!important;
    }

    .pb70 {
        padding-bottom: 40px!important;
    }

    .pb80 {
        padding-bottom: 50px!important;
    }

    .pb90 {
        padding-bottom: 60px!important;
    }

    .pb100 {
        padding-bottom: 70px!important;
    }

    .pb120 {
        padding-bottom: 80px!important;
    }

    .mt20 {
        margin-top: 15px!important;
    }

    .mt30 {
        margin-top: 20px!important;
    }

    .mt40 {
        margin-top: 25px!important;
    }

    .mt50 {
        margin-top: 30px!important;
    }

    .mt60 {
        margin-top: 35px!important;
    }

    .mt70 {
        margin-top: 40px!important;
    }

    .mt80 {
        margin-top: 50px!important;
    }

    .mt90 {
        margin-top: 60px!important;
    }

    .mt100 {
        margin-top: 70px!important;
    }

    .mt120 {
        margin-top: 80px!important;
    }

    .mb20 {
        margin-bottom: 15px!important;
    }

    .mb30 {
        margin-bottom: 20px!important;
    }

    .mb40 {
        margin-bottom: 25px!important;
    }

    .mb50 {
        margin-bottom: 30px!important;
    }

    .mb60 {
        margin-bottom: 35px!important;
    }

    .mb70 {
        margin-bottom: 40px!important;
    }

    .mb80 {
        margin-bottom: 50px!important;
    }

    .mb90 {
        margin-bottom: 60px!important;
    }

    .mb100 {
        margin-bottom: 70px!important;
    }

    .mb120 {
        margin-bottom: 80px!important;
    }

    .fs12 {
        font-size: 11px!important;
    }

    .fs13 {
        font-size: 12px!important;
    }

    .fs14 {
        font-size: 13px!important;
    }

    .fs15 {
        font-size: 14px!important;
    }

    .fs16 {
        font-size: 15px!important;
    }

    .fs18 {
        font-size: 16px!important;
    }

    .fs20 {
        font-size: 18px!important;
    }

    .fs22 {
        font-size: 18px!important;
    }

    .fs26 {
        font-size: 22px!important;
    }

    .fs30 {
        font-size: 24px!important;
    }

}



/* ------------------------
PC
------------------------ */

@media screen and (min-width:560px) {
    .sp-only {
        display: none;
    }
    .inner {
        margin-left: auto;
        margin-right: auto;
        width: 1080px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width:559px) {
    .pc-only {
        display: none;
    }
    .inner {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
}


/* ------------------------
common
------------------------ */

.s-block {
    padding: 90px 0;
}

.tit-block {
    position: relative;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    margin-bottom: 100px;
    line-height: 1.2;
}

.tit-block::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #000;
    margin: 25px auto 0 auto;
}

.ico-left {
    position: absolute;
    left: 0;
    top: 0;
}

.ico-right {
    position: absolute;
    right: 0;
    top: 0;
}

.triangle{
    width: 8px;
    height: 8px;
    border-top: 10px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    text-align: center;
    margin: auto;
  }

.border {
    /* border-left: 1px dotted ;
    border-right: 1px dotted; */
    padding: 10px 34px 0;
}

.snow {
    width: 160px;

}
.lawn {
    width: 114px;
}

.wolf {
    width: 110px;
}

.what {
    width: 178px;
}

.find {
    width: 199px;
}

.goat {
    width: 110px;
}

.how {
    width: 375px;
}

.lets {
    width: 253px;
}
.giraffe {
    text-align: center;
    margin: auto;
}

@media screen and (max-width:559px) {

    .bear {
        max-width: 200%;
    }

    .snow {
        width: 80px;
    }

    .lawn {
        width: 66px;
    }

    .wolf {
        width: 59px;
    }

    .what {
        width: 178px;
    }

    .find {
        width: 199px;
    }
    
    .goat {
        width: 35px;
    }
    
    .how {
        width: 221px;
    }
    
    .lets {
        width: 149px;
    }
    .giraffe {
        text-align: right;
        margin-left: 50%;
    }

}

/* ------------------------
key
------------------------ */

.logo-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.logo-txt {
    width: 440px;
    padding-right: 40px;
}

.logo-img {
    width: 200px;
}

.key-copy {
    font-size: 12px;
    line-height: 2;
}

.whim {
    font-size: 54px;
    letter-spacing: 0.145em;
    line-height: 1;
}

.depart {
    font-size: 54px;
    letter-spacing: 0.1em;
    line-height: 1;
}

.ss {
    font-size: 14px;
}

@media screen and (max-width:559px) {
    
    .logo-area {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .logo-area.s-block {
        padding-bottom: 30px;
    }

    .logo-txt {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }

    .logo-img {
        width: 140px;
    }

    .key-copy {
        font-size: 12px;
        line-height: 1.6;
    }
    .whim {
        font-size: 40px;
    }

    .depart {
        font-size: 40px;
    }
    
    .ss {
        font-size: 13px;
    }

        
    .s-block {
        padding: 50px 0;
    }

    .tit-block {
        position: relative;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        font-size: 23px;
        margin-bottom: 50px;
    }

    .border {
        padding: 10px 18px 0;
    }


}

/* ------------------------
item
------------------------ */

.inner {
    overflow: hidden;
}

.item-wrap {
    display: flex;
    flex-wrap: wrap;
    /* width: calc(100% + 56px); */
    width: 100%;
}

/* .item-wrap .item {
    width: 208px;
    margin-right: 56px;
    padding-bottom: 60px;
} */
.triangle {
    width: 10px;
    border-top: 8px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.item-wrap .item {
    width: 25%;
    padding-bottom: 60px;
}

.item-wrap .item-number {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 3px;
}

.item-wrap .sale .item-number::before {
    content: "";
    width: 81px;
    height: 43px;
    background-image: url(../images/ico_sale.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: 4px;
    left: 0;
    transform: translateY(100%);
    animation: blink 1.2s ease-in-out infinite alternate;
}

@keyframes blink{
    0% {opacity:0;}
    50% {opacity:1;}
    100% {opacity:1;}
}

.item-wrap .check-box {
    width: 45px;
}

.item-wrap .alpha {
    padding-top: 6px;
    padding-left: 10px;
    height: 32px;
}

.item-wrap .alpha img {
    transform: scale(1);
    width: auto;
    max-width: none;
}

.item-wrap .spec {
    display: block;
}

.item-wrap .spec .price {
    font-size: 13px;
    color: #000;
    text-align: center;
    padding-bottom: 8px;
}

.item-wrap .sale .spec .price {
    color: #d52222;
}

.item-wrap .spec .buy {
    font-size: 12px;
    text-align: center;
    padding: 4px;
    border: 1px solid;
    width: 50%;
    margin: auto;
}

.item-wrap .spec .detail {
    letter-spacing: 0.08em;
}

/* .item-wrap .spec .detail::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #777;
    margin-top: 25px;
} */

.item-wrap .animal {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding-bottom: 65px;
}

.item-wrap .animal > div {
    display: inline-block;
}

.item-wrap .what > div {
    width: 302px;
    margin-right: 66px;
    float: right;
}

.item-wrap .animal.find {
    width: 50%;
    padding-top: 210px;
    padding-bottom: 0;
}

.item-wrap .find > div {
    width: 338px;
}


@media screen and (max-width:559px) {
    
    .border {
        padding: 10px 12px 0;
    }

    .item-wrap {
        width: calc(100% + 4.5%);
    }

    .item-wrap .item {
        width: 48%;
        padding-bottom: 30px;
    }

    .item-wrap .item-number {
        margin-bottom: 0;
    }

    .item-wrap .sale .item-number::before {
        width: 50px;
        height: 27px;
        bottom: 13px;
    }

    .item-wrap .check-box {
        width: 38px;
    }

    .item-wrap .alpha {
        width: 40px;
        padding-left: 0;
    }

    .item-wrap .alpha img {
        transform: scale(0.65)
    }

    .item-wrap .spec .price {
        font-size: 10px;
        letter-spacing: 0.1em;
    }

    .item-wrap .spec .buy {
        font-size: 10px;
    }

    .code-wrap .spec .soon {
        font-size: 12px;
    }

    .item-wrap .spec .detail::after {
        height: 0.6px;
        margin-top: 20px;
    }
    
    .item-wrap .animal {
        width: 100%;
        overflow: hidden;
        text-align: center;
        padding-bottom: 30px;
    }
    
    .item-wrap .what > div {
        width: 178px;
        margin-right: 6%;
        float: right;
    }

    .item-wrap .animal.find {
        width: 100%;
        padding-top: 0;
        padding-bottom: 30px;
    }

    .item-wrap .find > div {
        width: 199px;
    }

}

/* ------------------------
code
------------------------ */

.code-wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 56px);
    /* justify-content: center; */
}

.code-wrap .item {
    width: 33%;
    /* margin-right: 56px; */
    padding-bottom: 60px;
}

.code-wrap .item-number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px;
    height: 100px;
}

.code-wrap .check-box {
    width: 45px;
    margin-right: 7px;
    display: inline-block;
}

.code-wrap .alpha {
    padding: 9px 1px 0;
    width: 44px;
    text-align: center;
}

.code-wrap .alpha img {
    transform: scale(1);
    width: auto;
    max-width: none;
}

.code-wrap .spec .price {
    font-size: 13px;
    color: #000;
    display: block;
    letter-spacing: 0.1em;
}


.code-wrap .spec .price p:first-child::after {
    content: " -";
}

.code-wrap .spec .buy {
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
    float: right;
    border: 1px solid;
    padding: 2px 10px;
}
.code-wrap .spec .soon {
    color: #000;
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
    float: right;
    padding: 0 10px 0;
}
.a_soon {
    pointer-events: none;
    /* display: inline-block; */
}

/* .code-wrap .spec .price:last-child::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #777;
    margin-top: 25px;
} */

.code-wrap .sale p {
    color: #d52222;
}

.code-wrap .sale p .buy {
    color: #000;
}

.code-wrap .animal {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding-bottom: 65px;
}

.code-wrap .animal > div {
    display: inline-block;
}

.code-wrap .code-wrap .how > div {
    width: 375px;
    margin-right: 66px;
    float: right;
}

.code-wrap .item.lets {
    padding-top: 140px;
}

@media screen and (max-width:559px) {

    .code-wrap {
        /* width: calc(100% + 4.5%); */
        width: 100%;
    }

    .code-wrap .item {
        width: 50%;
        margin-right: 0;
        padding-bottom: 30px;
    }

    .code-wrap .check-box {
        width: 38px;
        margin-right: 0;
    }

    .code-wrap .alpha {
        padding: 9px 1px 0;
        width: 32px;
        padding-left: 0;
        text-align: right;
    }

    .code-wrap .alpha img {
        transform: scale(0.68);
        width: auto;
        max-width: none;
    }
    
    .code-wrap .plus {
        transform: translateX(35%);
    }
    
    .code-wrap .spec .price {
        font-size: 10px;
    }

    .code-wrap .spec .buy {
        font-size: 10px;
        text-align: center;
    }

    .code-wrap .spec .soon {
        font-size: 10px;
        text-align: center;
    }

    .code-wrap .spec .detail::after {
        content: "";
        display: block;
        width: 100%;
        height: 0.6px;
        background: #000;
        margin-top: 20px;
    }

    .code-wrap .animal {
        width: 100%;
        overflow: hidden;
        text-align: center;
        padding-bottom: 30px;
    }

    .code-wrap .how > div {
        width: 221px;
        margin-right: 6%;
        float: right;
    }

    .code-wrap .animal.find {
        width: 100%;
        padding-top: 0;
        padding-bottom: 30px;
    }

    .code-wrap .lets > div {
        width: 50%;
        padding-top: 20px;
    }

    .code-wrap .item-number {
        padding: 0 10px;
        height: 80px;
    }

    .a_soon {
        display: inline-block;
    }

    .store {
        margin-bottom: 20px;
    }

    .code-wrap .spec .price:last-child::after {
        margin-top: 14px;
    }

    .all-items {
        font-size: 16px;
        padding: 7px 46px;
        border: 1px solid;
        color: #d52222;
        line-height: 40px;
    }

}

.f-logo {
    display: inline-block;
    width: 260px;
}

.buy, .all-items {
    transition: all .2s ease-out;
}

.buy {
    color: #a5a5a5;
}

a .buy {
    color: #000;
}

a:hover .buy:hover {
    background: #000;
    color: #fff;
}



.all-items {
    font-size: 16px;
    padding: 7px 46px;
    border: 1px solid;
    color: #d52222;
    line-height: 40px;
}
.all-items:hover {
    background: #d52222;
    color: #fff;
}

footer small {
    font-size: 13px;
    
}

@media screen and (max-width:559px) {
    .f-logo {
        width: 200px;
    }
    
    footer small {
        font-size: 11px;
    }


}