@charset "UTF-8";

/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* https://www.webplus.jp/                                      */
/* Copyright (C) Kiyonobu Horita @ WEBPLUS Inc.                 */
/* 　　　　　　　　　　　　　                                     */
/* Browsers: last 4 version                                     */
/* 　　　　　　　　　　　　　                                     */
/* ***** single styles *****                                    */
/* 　　　　　　　　　　　　　                                     */
/*--------------------------------------------------------------*/


/* ========================================================

　common

=========================================================== */

/*　header
----------------------------------------------------------- */
header {
    z-index: 10;
}

/* 前面フィルター */
header .inner::before {
    content: none;
}

/*　Carousel
----------------------------------------------------------- */
header .carousel-item {
    position: relative;
    width: 100%;
    height: 50.0vh;
    height: 50.0lvh;
    background-position: center center;
    background-size: cover;
}

/* カルーセルインジケーター */
header .carousel-indicators li[data-bs-target="#carouselIndicators"] {
    background-color: rgba(0, 0, 0, 0.50);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .carousel-indicators li:hover {
    background-color: rgba(210, 175, 165, 1.00);
    opacity: 1.0;
}

header .carousel-indicators li.active {
    background-color: rgba(57, 16, 0, 1.00);
}

/* prev, next */
header a span[class^="carousel-control"] {
    position: absolute;
    bottom: 1.25rem;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

header .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(57, 16, 0, 1.00)'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

header .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(57, 16, 0, 1.00)'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

@media only screen and (min-width: 768px) {

    /* カルーセルインジケーター */
    header .carousel-indicators {
        bottom: 1.0rem;
    }

    /* prev, next */
    header a span[class^="carousel-control"] {
        bottom: 2.25rem;
        -webkit-transform: scale(2.0);
        -ms-transform: scale(2.0);
        transform: scale(2.0);
    }

}

@media only screen and (min-width: 992px) {

    header .carousel-item {
        height: 100.0vh;
        height: 100.0lvh;
    }

}

/*　section
----------------------------------------------------------- */
section .content {
    margin: 3.0rem auto;
    padding: 0 5.0vw;
    -webkit-transition: margin 0.3s ease-in-out;
    -o-transition: margin 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out;
}

section .content > div {
    padding: 2.0rem 0;
}

section .content hr {
    height: 0.5rem;
    border: none;
    background-color: rgba(0, 0, 42, 1.00);
}

section .content p + hr {
    margin-top: 3.0rem;
}

section a {
    text-decoration: none;
}

section [class*="gallery"] {
    margin-bottom: 2.0rem;
}

section [class*="gallery"] a {
    display: block;
    position: relative;
    border-radius: 0.4rem;
    overflow: hidden;
}

section [class*="gallery"] a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

section [class*="gallery"] a::before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background-color: rgba(250, 240, 225, 0.70);
    color: rgba(0, 0, 42, 1.00);
    font-family: 'Bootstrap-icons';
    content: "\f14d";
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

section [class*="gallery"] a:hover::before {
    background-color: rgba(250, 240, 225, 0.00);
    color: rgba(0, 0, 42, 0.00);
}

section [class*="gallery00"] a::before {
    width: 2.0rem;
    height: 2.0rem;
    font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {

    section .content {
        max-width: 60.0rem;
        margin: 5.0rem auto;
        padding: 0;
    }

}

@media only screen and (min-width: 992px) {

    section .content {
        padding: 0 3.0vw;
    }

}

@media only screen and (min-width: 1400px) {

    section .content {
        padding: 0;
    }

}

/*　typography
----------------------------------------------------------- */
/* 見出し */
section .head h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 24.0vw;
    border-right: 0.75rem solid rgba(57, 16, 0, 0.50);
    border-left: 0.75rem solid rgba(57, 16, 0, 0.50);
    background: -o-repeating-linear-gradient(135deg, rgba(255, 255, 255, 1.00), rgba(255, 255, 255, 1.00) 0.2rem, rgba(250, 240, 225, 1.00) 0.2rem, rgba(250, 240, 225, 1.00) 0.8rem);
    background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 1.00), rgba(255, 255, 255, 1.00) 0.2rem, rgba(250, 240, 225, 1.00) 0.2rem, rgba(250, 240, 225, 1.00) 0.8rem);
    color: rgba(57, 16, 0, 1.00);
    font-family: 'Rubik Dirt', cursive;
    font-size: min(12.0vw, 5.4rem);
    font-weight: normal;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 0.1rem 0.1rem 0.25rem rgba(0, 0, 0, 0.50), 0 -0.2rem 0.2rem rgba(250, 240, 225, 1.00);
    -webkit-transition: padding 0.3s ease-in-out;
    -o-transition: padding 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out;
}

section h3 {
    margin-bottom: 0.5rem;
    font-family: 'Montserrat', 'YakuHanJP', 'Zen Maru Gothic', sans-serif;
    font-size: 1.6rem;
    text-align: center;
    text-transform: capitalize;
}

section sup {
    color: rgba(255, 0, 0, 1.00);
}

@media only screen and (min-width: 768px) {

    section .head h2 {
        height: 12.0rem;
    }

}

@media only screen and (min-width: 992px) {

    section .head h2 {
        border: none;
        background-attachment: fixed;
        font-size: min(4.0vw, 4.8rem);
    }

}

@media only screen and (min-width: 1400px) {

    section .head h2 {
        font-size: min(4.0vw, 6.4rem);
    }

}

@media only screen and (min-width: 1920px) {

    section .head h2 {
        padding: 5.0rem 0;
    }

}

/*　detail
----------------------------------------------------------- */

/* 見出し */
section .detail h3 {
    font-size: 2.4rem;
    text-align: center;
}

/* 商品情報 */
section .detail dl {
    margin-top: 3.0rem;
}

section .detail dt {
    border-bottom: 0.2rem dotted rgba(215, 195, 180, 1.00);
}

section .detail .row + dd {
    margin-top: 3.0rem;
}

/* 価格 */
section .detail dd em {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.0rem;
    font-weight: 500;
    font-style: normal;
}

/* カラー */
section .detail dd span {
    margin-left: 0.5rem;
    font-size: 1.2rem;
}

section .detail .row div[class^="col"]:nth-of-type(n+3) {
    margin-top: 1.5rem;
}

@media only screen and (min-width: 768px) {

    section .detail .row div[class^="col"]:nth-of-type(n+3) {
        margin-top: 0;
    }

    section .detail .row div[class^="col"]:nth-of-type(n+5) {
        margin-top: 1.5rem;
    }

}

/*　buy
----------------------------------------------------------- */
section .content > div.buy {
    padding-top: 0;
}

/* 見出し */
section .buy h3 {
    padding: 2.0rem 0;
    background-color: rgba(57, 16, 0, 1.00);
    color: rgba(250, 240, 225, 1.00);
    font-size: 2.4rem;
}

section .buy h3::before,
section .buy h3::after {
    position: relative;
    top: 0.1rem;
    font-family: 'Bootstrap-icons';
}

section .buy h3::before {
    margin-right: 0.25rem;
    content: "\f23d";
}

section .buy h3::after {
    margin-left: 0.25rem;
    content: "\f23d";
}

/* 購入リスト */
section .buy dl {
    margin-top: 3.0rem;
    font-size: 1.8rem;
}

section .buy dd {
    margin-left: 1.8rem;
    padding: 0.25rem;
    border: 0.2rem solid rgba(235, 95, 0, 0.70);
    border-radius: 0.4rem;
}

section .buy dd a {
    display: block;
    padding: 1.0rem;
    border-radius: 0.4rem;
    background-color: rgba(243, 152, 0, 0.70);
    font-weight: 500;
}

section .buy dd a:hover {
    background-color: rgba(243, 152, 0, 1.00);
    color: rgba(255, 255, 255, 1.00);
}

section .buy dd a::before {
    position: relative;
    top: 0.2rem;
    margin-right: 0.25rem;
    font-family: 'Bootstrap-icons';
    font-size: 87.5%;
    content: "\f199";
}

/*　attention
----------------------------------------------------------- */
/* 見出し */
section .attention h3 {
    color: rgba(255, 0, 0, 1.00);
}

section .attention h3::before,
section .attention h3::after {
    position: relative;
    top: 0.1rem;
    font-family: 'Bootstrap-icons';
    font-size: 87.5%;
    z-index: 3;
}

section .attention h3::before {
    margin-right: 0.25rem;
    content: "\f335";
}

section .attention h3::after {
    margin-left: 0.25rem;
    content: "\f335";
}

/*　other
----------------------------------------------------------- */
section .content p,
section .content li,
section .content dd {
    text-align: justify;
}

section .content dt {
    margin-bottom: 1.0rem;
    color: rgba(57, 16, 0, 1.00);
    font-size: 110%;
}

section .content dt:nth-of-type(n+2) {
    margin-top: 3.0rem;
}

section .feature dt::before {
    position: relative;
    top: 0.1rem;
    font-family: 'Bootstrap-icons';
    margin-right: 0.25rem;
    content: "\f589";
}

section .feature img {
    width: 100%;
    height: auto;
}

div[class*="gallery"] a img,
dd[class*="gallery"] a img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 576px) {

    section .feature img {
        max-width: 24.0rem;
    }

}


/* ========================================================

　.food-table

=========================================================== */

/*　section
----------------------------------------------------------- */
/* 製作の様子 */
.food-table .content > .row h3 {
    font-size: 1.4rem;
    font-weight: 400;
}

.food-table .content > .row div[class^="col"]:nth-of-type(n+4) {
    margin-top: 1.5rem;
}

@media only screen and (min-width: 768px) {

    /* 製作の様子 */
    .food-table .content > .row div[class^="col"]:nth-of-type(n+4) {
        margin-top: 0;
    }

}


/* ========================================================

　.food-bowl

=========================================================== */

/*　section
----------------------------------------------------------- */
/* 製作の様子 */
.food-bowl .content > .row h3 {
    font-size: 1.2rem;
}

.food-bowl .content > .row div[class^="col"]:nth-of-type(n+4) {
    margin-top: 1.5rem;
}

@media only screen and (min-width: 768px) {

    /* 製作の様子 */
    .food-bowl .content > .row div[class^="col"]:nth-of-type(n+4) {
        margin-top: 0;
    }

}


/* ========================================================

　.digital-arts

=========================================================== */

/*　typography
----------------------------------------------------------- */
.digital-arts section .content h2 {
    font-size: min(12.0vw, 2.8rem);
    font-weight: 700;
}

/*　section
----------------------------------------------------------- */
.digital-arts section .notes {
    margin-top: 3.0rem;
}

.digital-arts section .attention .notes {
    margin-top: 0;
}

.digital-arts section .order h2 {
    margin-bottom: 3.0rem;
}

/*　buy
----------------------------------------------------------- */
.digital-arts section .content div.buy {
    margin-top: 4.0rem;
}


/* ========================================================

　.dogs-shirt

=========================================================== */

/*　section
----------------------------------------------------------- */

.dogs-shirt .content table {
    width: 100%;
    border: 0.4rem solid rgba(165, 145, 125, 1.00);
}

.dogs-shirt .content dd .row h4 {
    margin-bottom: 0.5rem;
}

.dogs-shirt .content dd .row div[class^="col"]:nth-of-type(n+2) {
    margin-top: 1.0rem;
}

.dogs-shirt .content th,
.dogs-shirt .content td {
    width: 25%;
    text-align: center;
}

.dogs-shirt .content th {
    background-color: rgba(165, 145, 125, 1.00);
    color: rgba(250, 240, 225, 1.00);
}

.dogs-shirt .content tr:nth-of-type(1) th:nth-of-type(n+3) {
    border-left: 0.1rem solid rgba(250, 240, 225, 1.00);
}

.dogs-shirt .content tr:nth-of-type(n+3) th {
    border-top: 0.1rem solid rgba(250, 240, 225, 1.00);
}

.dogs-shirt .content tr:nth-of-type(n+3) td {
    border-top: 0.1rem solid rgba(165, 145, 125, 1.00);
}

.dogs-shirt .content tr:nth-of-type(n+2) td:nth-of-type(n+2) {
    border-left: 0.1rem solid rgba(165, 145, 125, 1.00);
}

.dogs-shirt .content > p img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 576px) {

    .dogs-shirt .content > p img {
        max-width: 24.0rem;
    }

}

@media only screen and (min-width: 768px) {

    .dogs-shirt .content dd .row div[class^="col"]:nth-of-type(n+2) {
        margin-top: 0;
    }

}


/* ========================================================

　.hito-shirt

=========================================================== */

@media only screen and (min-width: 768px) {

    .hito-shirt .content dd .row div[class^="col"]:nth-of-type(n+2) {
        margin-top: 0;
    }

}


/* ========================================================

　SNS shere

=========================================================== */

#sns {
    margin-bottom: 5.0rem;
    text-align: center;
}

#sns ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sns li {
    width: 60.0vw;
    margin: 0 auto;
}

#sns li:nth-of-type(n+2) {
    margin-top: 0.75rem;
}

#sns a {
    display: block;
    color: rgba(255, 255, 255, 1.00);
    text-align: center;
    line-height: 4.0rem;
}

#sns i {
    margin-right: 0.75rem;
    color: rgba(255, 255, 255, 1.00);
}

#sns .fb a {
    background-color: rgba(59, 89, 152, 1.00);
}

#sns .fb a:hover {
    background-color: rgba(59, 89, 152, 0.70);
}

#sns .tw a {
    background-color: rgba(1, 172, 238, 1.00);
}

#sns .tw a:hover {
    background-color: rgba(1, 172, 238, 0.70);
}

#sns .pr a {
    background-color: rgba(230, 17, 35, 1.00);
}

#sns .pr a:hover {
    background-color: rgba(230, 17, 35, 0.70);
}

#sns .ln a {
    background-color: rgba(37, 175, 0, 1.00);
}

#sns .ln a:hover {
    background-color: rgba(37, 175, 0, 0.70);
}

@media only screen and (min-width: 768px) {

    #sns li:nth-of-type(n+2) {
        margin-top: 0;
    }

    #sns li {
        display: inline-block;
        width: 22.0%;
    }

    #sns a {
        font-size: 1.3rem;
    }

    #sns i {
        margin-right: 0.5rem;
    }

}

@media only screen and (min-width: 992px) {

    #sns li {
        width: 16.0rem;
    }

}


/* ---- End of file --------------------------------------- */