@charset "UTF-8";

/*====================================

    ----------------------------------
        Color
    ----------------------------------

    Main     : #1E2525;
    Sub      : #8c9696;


    ----------------------------------
        Font
    ----------------------------------


    ----------------------------------
        Structure
    ----------------------------------

      0. 共通（ページ内）
      1. メインビジュアル
      2. コンセプト
      3. ラインナップ
      4. ランキング
      5. 定期便
      6. インスタグラム
      7. ドッグサロンAURA
      8. フッター

====================================*/


/*===============================

共通（ページ内）

================================*/


/*===============================

メインビジュアル

================================*/


#main-visual {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: table;
    margin-top: 60px;
}


@media screen and (min-width:960px) {
    #main-visual {
        height: 550px;
    }
}


#main-visual .slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: inherit;
    object-fit: cover;
    opacity: 0;
    animation: slideshow 12s linear infinite;

}

#main-visual .slider img:nth-child(2) {
    animation-delay: 4s;
}

#main-visual .slider img:last-child {
    animation-delay: 8s;
}


@keyframes slideshow {
    0% {
        opacity: 0;
    }

    12.5% {
        opacity: 1;

    }

    37.5% {
        opacity: 1;

    }

    50% {
        opacity: 0;

    }

    100% {
        transform: scale(1.2);
        transform-origin: bottom;
    }
}

#main-visual .slider:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-radial-gradient(#0000000a, #000000);
    background: -webkit-radial-gradient(#0000000a, #000000);
    background: radial-gradient(#0000000a, #000000);
    opacity: 0;
}

#main-visual .content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


#main-visual .content img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: 300px;
}


@media screen and (min-width:960px) {
    #main-visual .content img {
        height: 400px;
    }
}




/*===============================

コンセプト

================================*/

#concept {
    position: relative;
    background-color: #1E2525;
    color: #FFF;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 80px;
}

#concept:after {
    content: "";
    clear: both;
    display: block;
}

#concept .title {
    text-align: center;
    margin-bottom: 50px;
}

#concept .title h1{
    font-size: 5vw;
}

@media screen and (min-width:1200px) {
    #concept .title h1 {
        font-size: 6.0rem;
    }
}
@media screen and (max-width:560px) {
    #concept .title h1 {
        font-size: 6vw;
    }
}

#concept .container {
    position: relative;
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width:560px) {
    #concept .container {
        text-align: left;
    }
}

#concept .container .text {
    position: relative;
    margin: 0 auto 50px;
}

#concept .container .text p {
    margin-bottom: 10px;
}


/*===============================

インスタグラム

================================*/

#ig {
    position: relative;
    width: 100%;
    padding-top: 100px;
    overflow: hidden;
    padding-bottom: 50px;
}

#ig h2 {
    text-align: center;
    margin-bottom: 50px;
}

#ig .account {
    font-size: 3.6rem;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

@media screen and (max-width: 560px) {
    #ig .account {
        font-size: 2.4rem;
    }
}

#ig .account::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    margin-bottom: 7px;
    margin-right: 10px;
    background-image: url("https://ideal.itembox.design/item/img/icon/instagram_3.svg");
    background-size: contain;
    vertical-align: middle;
}

@media screen and (max-width: 560px) {
    #ig .account::before {
        width: 24px;
        height: 24px;
        margin-bottom: 5px;
        margin-right: 5px;
    }
}

#ig .container {
    position: relative;
    line-height: 0;
    /*隙間を埋めるため*/
    width: 96%;
    max-width: 1080px;
    margin: 0 auto 60px;
}

#ig .container:after {
    content: "";
    clear: both;
    display: block;
}

#ig .eapps-widget-toolbar {
    display: none;
}

#eapps-instagram-feed-1 {
    width: 100%;

}

.eapps-instagram-feed-posts-grid-load-more {
    display: none;
}

#ig .btn {
    text-align: center;
    padding-top: 80px;
    margin-top: -110px;
}

#ig .btn span {
    display: inline-block;
    width: 80%;
    max-width: 864px;
    color: #FFF;
    background-color: #1E2525;
    border-radius: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}


/*===============================

子犬情報

================================*/

#puppy {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: table;
    margin: 0 auto;
}


#puppy video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: inherit;
    object-fit: cover;
}

#puppy .dark {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-radial-gradient(#0000000a, #000000);
    background: -webkit-radial-gradient(#0000000a, #000000);
    background: radial-gradient(#0000000a, #000000);
    opacity: 0;
}


#puppy .container {
    position: relative;
    text-align: center;
    margin: 120px 2%;
    color: #FFF;
}

@media screen and (max-width:560px) {
    #puppy .container {
        margin: 100px 5%;
    }
}

#puppy .container h2 {
    margin-bottom: 50px;
}

#puppy .container p {
    margin-bottom: 50px;
}

#puppy .container .btn {
    text-align: center;
}

#puppy .container .btn span {
    display: inline-block;
    background-color: #FFF;
    border-radius: 100px;
    padding: 10px 30px;
}

/*===============================

フィーチャー

================================*/


#feature {
    position: relative;
    padding-top: 120px;
    padding-bottom: 110px;
}

#feature .title {
    text-align: center;
    margin-bottom: 60px;
}

@media screen and (max-width:560px) {
    #feature .title {
        font-size: 2.4rem;
        margin-bottom: 30px;
    }
}


#feature .container {
    max-width: 1080px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}


#feature .container:after {
    content: "";
    clear: both;
    display: block;
}


#feature .container .box {
    float: left;
    width: 26%;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width:560px) {
    #feature .container .box {
        width: 100%;
        margin-bottom: 50px;
        text-align: left;
    }

}

#feature .container .box .image {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    margin: 0 auto 20px;
    border-radius: 50%;
}


#feature .container .box .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}

#feature .container .box h3 {
    margin-bottom: 10px;
    text-align: center;
}

/*===============================

お役立ち情報

================================*/

#blog {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: table;
    margin: 0 auto;
    background-color: #1E2525;
}

#blog .container {
    position: relative;
    text-align: center;
    margin: 120px 2%;
    color: #FFF;
}

@media screen and (max-width:560px) {
    #blog .container {
        margin: 100px 5%;
    }
}

#blog .container h2 {
    margin-bottom: 50px;
}

#blog .container p {
    margin-bottom: 50px;
}

#blog .container .btn {
    text-align: center;
}

#blog .container .btn span {
    display: inline-block;
    background-color: #FFF;
    border-radius: 100px;
    padding: 10px 30px;
}

/*===============================

アクセス

================================*/

#access {
    position: relative;
    width: 100%;
    padding-top: 100px;
}

#access:after {
    content: "";
    clear: both;
    display: block;
}

#access h2 {
    text-align: center;
    margin-bottom: 50px;
}


#access .GoogleMap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 35%;
    /*比率をお好みで*/
}

@media screen and (max-width:960px) {
    #access .GoogleMap {
        padding-top: 450px;
        /*比率をお好みで*/
    }
}

#access .GoogleMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#access .place-card.place-card-large {
    display: none;
}


/*===============================

ドッグサロンAURA紹介

================================*/


#salon {
    position: relative;
    width: 100%;
    height: 460px;
    overflow: hidden;
    display: table;
}


@media screen and (min-width:960px) {
    #salon {
        height: 650px;
    }
}


#salon video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: inherit;
    object-fit: cover;
}

#salon video::after {
    position: absolute;
    width: 800px;
    height: 300px;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    padding-top: 200px;
    z-index: 100;
}

#salon .dark {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-radial-gradient(#0000000a, #000000);
    background: -webkit-radial-gradient(#0000000a, #000000);
    background: radial-gradient(#0000000a, #000000);
    opacity: .8;
}


#salon .content {
    position: absolute;
    text-align: left;
    left: 25px;
    right: 25px;
    bottom: 20px;
}

@media screen and (min-width:960px) {
    #salon .content {
        left: 25px;
        bottom: initial;
        left: 150px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
}


#salon h2 {
    color: #FFF;
    margin-bottom: 20px;
}


@media screen and (max-width:560px) {
    #salon h2 {
        margin-bottom: 5px;
    }
}

#salon span {
    color: #FFF;
    margin-bottom: 8px;
}

#salon p {
    color: #FFF;
    margin-bottom: 20px;
}

@media screen and (max-width:560px) {
    #salon p {
        margin-bottom: 5px;
    }
}

#salon .content .btn span {
    display: inline-block;
    padding: 10px 30px;
    background: #FFF;
    border-radius: 100px;
    margin: 10px 0;
    color: #191c1f;
}


/*===============================

フッター

================================*/


#footer-section {
    position: relative;
    background-color: #1E2525;
    width: 100%;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 50px;
}

@media screen and (max-width: 960px) {
    #footer-section {
        padding-bottom: 40px;
    }

}

#footer-section a {
    color: #8c9696;
}

.footer {
    width: 90%;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.footer .container img {
    width: 15%;
}

@media screen and (max-width: 960px) {
    .footer .container img {
        width: 200px;
        margin: 0 auto 40px;
    }
}

.footer .container .address {
    width: 80%;
}

@media screen and (max-width: 960px) {
    .footer .container .address {
        width: 100%;
    }
}

.footer .border {
    padding-top: 50px;
    border-bottom: 1px solid #8c9696;
    margin-bottom: 30px;
}

/* リスト */

.footer ul.list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer ul.list li {
    padding: 10px;
    margin: 10px 20px;
    font-size: 1.3rem;
    color: #b7ff0f;
}

@media screen and (max-width: 960px) {
    .footer ul.list li {
        display: block;
        width: 100%;
        padding: 3px;
        margin: 5px 10px;
    }
}
