@charset "shift_jis";

/*================================================
�X�}�z�\��
================================================*/

.icon_yes {
    display: block;
}

.icon_no {
    display: none !important;
}

.pc_none {
    display: block !important;
}

* {
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
a:hover {
    text-decoration: none;
}

a:hover {
    opacity: 0.6;
}

img,
a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

body,
body * {
    font-family: "Lato", "Noto Sans JP", "Yu Gothic black", sans-serif, "���C���I"; /*�p������Lato,���{��͌��m�p�S�V�b�N*/
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.714em;
    font-weight: 600;
    color: #383838;
}

#container *,
#container *::before,
#container *::after {
    box-sizing: border-box;
}

#container {
    width: 100%;
    margin: 0 auto;
}

#container a {
    display: inline-block;
}

#container section {
    padding: 2% 0;
}

#container .wrapper {
    width: 98%;
    margin: 0 auto;
    padding: 0 1%;
}

/*================================================
���� �e�L�X�g
================================================*/
#container h2{
    font-size: 5vw;
    padding: 1%;
    text-align: center;
    font-weight: bold;
}

/*================================================
���� �X���C�_�[
================================================*/
#container #slider {
    padding-top: 43vw;
}

#container .slick-slider {
    margin-bottom: 10%;
}

#container .slick-prev,
#container .slick-next {
    background-image: none;
    width: auto;
    height: auto;
    top: 40%;
    z-index: 20;
}

#container .slick-prev {
    left: -1vw;
}
#container .slick-next {
    right: -1vw;
}

#container #slider .slick-prev {
    left: 2vw;
}
#container #slider .slick-next {
    right: 2vw;
}

#container #slider .slick-prev,
#container #slider .slick-next {
    top: 50%;
}

#container .slick-prev::after,
#container .slick-next::after {
    font-family: "Material Icons";
    content: "chevron_left";
    background-color: rgb(0, 0, 0, 0.2);
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    height: 10vw;
    width: 10vw;
    font-size: 4vw;
    font-weight: 200;
    margin: auto;
    z-index: 20;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
}

#container .slick-next::after {
    transform: rotate(180deg);
}

#container .slick-dots {
    bottom: -65px;
    z-index: 998;
}

#container .slick-dots li {
    display: inline-block;
    margin: 0 !important;
    width: unset !important;
}

#container .slick-track {
    display: flex !important;
}

#container .slick-slide {
    height: auto !important;
    display: flex;
    margin: 0 1vw;
    position: relative;
    text-align: center;
}

#container .slick-slide img {
    border-radius: 10px;
}

#container .slick-prev:before,
#container .slick-next:before {
    display: none;
}

#container .slick-dots li button:before {
    content: "";
    border-radius: unset;
    width: 15px;
    height: 3px;
    margin: 0 6px;
    background-color: #222;
    opacity: 0.2;
}

#container .slick-dots li.slick-active button:before {
    opacity: 0.75;
    background-color: #222;
}

#container dd.price {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 3% 0;
}

#container .prices {
    position: relative;
    display: inline-block;
    line-height: 1;
}

#container .prices > .prdisp-price span span {
    display: none;
}

#container .prices > .prdisp-price span {
    color: #ea0105;
    /* font-family: Century Gothic, sans-serif; */
    font-weight: bold;
    font-size: 5vw;
    letter-spacing: 1px;
    font-family: centuryGB, "Century Gothic", helvetica, Arial, sans-serif;
}

/* ==================================================
�w�b�_�[
================================================== */

#headernavi {
    background-color: #333;
    color: #fff;
    margin: 0 auto;
    padding: 5px 0;
    width: 100%;
    font-size: 3vw;
    text-align: center;
}

#header {
    position: fixed;
    z-index: 999;
    background-color: #fff;
}

section#header {
    padding: 0 !important;
}


#header .head_left {
    width: 70%;
    margin: 0 auto;
    padding: 1vw 0;
}

#header .head_left a {
    width: 100%;
}

#header .head_right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e4e4e4;
    padding: 2% 0;
    gap: 5vw;
}

#header .search form {
    display: flex;
    align-items: center;
}

#header .search form input {
    height: 8.5vw;
    width: 60vw;
    border: 1px solid #757575;
    padding: 2% 2% 2% 4%;
    font-size: 4vw;
    border-radius: 0 !important;
}

#header .search form input::placeholder {
    font-size: 4vw;
}

#header .search form button {
    height: 8.5vw;
    border: none;
    background: #333333;
    color: white;
    padding: 0 4vw;
    font-size: 4vw;
    cursor: pointer;
}

#header .icons li a dl {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#header .icons li a dl dt {
    border-radius: 50%;
    background-color: #eb0007;
    width: 8vw;
    height: 8vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .icons li a dl dt img {
    width: 5vw;
}

#header .icons li a dl dd {
    font-size: 2vw;
}

/* section#chien_info {
    padding-top:43vw;
} */

#chien_info .chien_info > div {
    width: 96%;
    margin: 0 auto;
}

#chien_info .chien_info > div p {
    width: 100%;
    margin-bottom: 2%;
    border-radius: 5px;
    border: solid 1px #383838;
    font-size: 3vw;
}

#chien_info .chien_info > div p a {
    display: block;
    padding: 1% 2%;
    font-size: 3.5vw;
    text-align: center;
}

/* ==================================================
�G���A�A���[�h�o�i�[
================================================== */
section#bn_award{
    padding: 2%;
}

#bn_award .banner{
    width: 100%;
    margin:0 auto;
    padding-bottom: 1.5vw;
}

/* ==================================================
�T�[�r�X
================================================== */
section#service{
    padding-top: 0;
}

#service h2{
    color: #fff;
    background-color: #333333;
    margin-bottom: 1.5vw;
}

#service{
    background-color: #f7f7f7;
}
#service ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.2vw 1.2vw;
}

#service ul li{
    text-align: center;
}

#service ul li .image {
    height: 5.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

#service ul li img {
    width: 6em;
    height: auto;
}

#service ul li:nth-child(2) img {
    width: 5em;
}

#service p{
    text-align: right;
    font-size: 2.5vw;
}

/* ==================================================
�A�C�R��(�C�x���g�E�����E�V�����i)
================================================== */
section#icon {
    padding: 0;
}

section#icon ul.col_3 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

section#icon ul.col_3 li a {
    font-size: 1.1em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section#icon ul.col_3 li dd {
    background-color: #e2e2e2;
    border-radius: 50%;
    width: 3em;
    height: 3em;
}

/* ==================================================
�����L���O
================================================== */
section#ranking{
    padding-top: 0;
}

#ranking h2{
    font-size: 5vw;
    border-bottom: solid 0.5vw #c5c5c5;
    padding: 1%;
    margin: 0 0 2vw 0;
    text-align: center;
    font-weight: bold;
}
.tab-wrap {
    background-color: #fff;
}

.tab-wrap ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 5px;
    margin-bottom: 0.7em;
}

.tab-btn {
    padding: 0.5em 0;
    text-align: center;
    list-style: none;
    cursor: pointer;
    border: solid 1px #333;
    border-radius: 5px;
}

.tab-btn.show {
  background: #333;
  color: #fff;
}

.tab-contents {
  display: none;
}

.tab-contents.show {
  display: block;
}

#ranking .ranking-list-item {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 5px;
}

#ranking .ranking-list-item > li {
    grid-column: span 2;
}

#ranking .ranking-list-item > li:nth-child(-n + 2) {
  grid-column: span 3;
}

#ranking .ranking-list-item > li:nth-child(n + 6) {
    display: none;
}


#ranking .item-name {
    display: flex;
    align-items: center; /* �A�C�R�����㉺������ */
    gap: 6px;
    margin-top: 5px;
}

#ranking .item-name .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* ? 2�s�܂ŕ\�� */
    -webkit-box-orient: vertical;
    overflow: hidden;        /* ? 3�s�ڈȍ~���\�� */
    font-size: 0.9em;
    line-height: 1.4em;
}

#ranking .ranking-icon {
    width: 2.2em;  /* �K�v�Ȃ璲�� */
    height: auto;
    flex-shrink: 0;
}

#ranking .ranking-list-item li a dt img {
    border-radius: 5px;
}

#ranking .tab-contents > div {
    width: 80%;
    margin: 1.5em auto 2em;
}

#ranking .tab-contents > div a {
    width: 100%;
}

#ranking .more-text {
    width: 100%;
    background-color: #222;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    padding: 0.3em 0;
    border: solid 2px #222;
    transition: .2s;
}

/* ==================================================
�����ȃL�����y�[��
================================================== */
section#camp{
    padding-top: 0;
}

#camp h2{
    color: #fff;
    background-color: #333333;
    margin-bottom: 1.5vw;
}

/* ==================================================
�V���i
================================================== */
section#newitem{
    padding-top: 0;
}

#newitem h2{
    font-size: 5vw;
    border-bottom: solid 0.5vw #c5c5c5;
    padding: 1%;
    margin: 0 0 2vw 0;
    text-align: center;
    font-weight: bold;
}

#newitem .slick-prev,
#newitem .slick-next {
    background-image: none;
    width: auto;
    height: auto;
    top: 32%;
    z-index: 20;
}

#newitem .slick-slider {
    margin-bottom: 2%;
}

/* ==================================================
�J�e�S��
================================================== */
section#cate{
    padding-top: 0;
}

#cate h2{
    color: #fff;
    background-color: #333333;
    margin-bottom: 1.5vw;
}


#cate .wrapper{
    margin-bottom:10%;
}


#cate ul{
    display: flex;
    flex-wrap: wrap;
    gap: 1.2vw 1.2vw;
}

#cate ul li{
    width: calc((100% - 1.2vw * 2)/3);
}

#cate ul li a img {
    border-radius: 1vw;
}

/* ==================================================
SNS
================================================== */
#sns .wrapper{
    margin-bottom:15%;
}

#sns ul.col_2{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

#sns ul li a{
    width: 100%;
}

#sns ul li dl{
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

#sns ul li dt img{
    width: 14vw;
    margin-bottom: 2vw;
}

#sns ul li dt{
    font-size: 3.5vw;
    font-weight: bolder;
}

#sns ul li dd.text{
    margin: 2vw 0;
    font-size: 3vw;
    padding: 0 8px;
    height: 5.2em;
    display: flex;
    align-items: center;
}


#sns ul li dd.btn{
    width: 90%;
    margin: 0 auto;
    background-color: #222;
    padding: 2vw 0;
    font-size: 3vw;
    color: #fff;
    border-radius: 100vw;
}

/*================================================
�t�b�^�[
================================================*/
#footer {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #383838 !important;
    background-color: #f5f5f5;
    text-align: center;
}

#footer h2 {
    font-size: 5vw;
}

#footer .footer_inner {
    padding: 10% 2%;
}

#footer .footer_item {
    margin: 2% auto;
    display: flex;
    text-align: left;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

#footer .footer_item li {
    border-bottom: 1px solid #383838;
    width: 80%;
}

#footer .footer_item li a {
    text-indent: 1em;
    display: block;
    padding: 3% 0;
    font-size: 3.5vw;
}

/*================================================
PC�\��
================================================*/
@media screen and (min-width: 768px) {
    /* ===============================================
��{
================================================== */

    .smp_none {
        display: block !important;
    }
    .pc_none {
        display: none !important;
    }


    #container .wrapper {
        max-width: 1080px;
        margin: 0 auto;
    }

    #container section {
        padding:4px 0;
    }

/*================================================
�e�L�X�g ����
================================================*/
#container h2 {
    font-size: 30px;
    margin-top: 0;
    padding: 2% 1% 1% 1%; 
}

/*================================================
���� �X���C�_�[
================================================*/
    #container #slider {
        padding-top: 0;
    }

    #container .slick-slider {
        margin-bottom: 40px;
    }

    #container .slick-prev,
    #container .slick-next {
        top: 50%;
    }

    #container .slick-prev::after,
    #container .slick-next::after {
        font-family: "Material Icons";
        content: "chevron_left";
        height: 50px;
        width: 50px;
        font-size: 30px;
    }

    #container .slick-slide {
        margin: 0 8px;
    }

    #container .prices > .prdisp-price span {
        font-size: 25px;
    }

/* ==================================================
�w�b�_�[
================================================== */

    #headernavi {
        font-size: 13px;
    }

    #header {
        position: relative;
    }

    #header .shoptop {
        max-width: 980px;
        margin: 0 auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.8%;
    }

    #header .head_left {
        width: 35%;
        margin: 0;
        padding: 0;
    }

    #header .head_left a {
        width: 100%;
    }

    #header .head_right {
        width: 70%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        background-color: #fff;
        padding: 0;
        gap: 10px;
    }

    #header .search form {
        width: 100%;
        display: flex;
        align-items: center;
    }

    #header .search form input {
        height: 38px;
        width: 17em;
        border: 1px solid #757575;
        padding: 2% 2% 2% 4%;
        font-size: 15px;
    }

    #header .search form input::placeholder {
        font-size: 15px;
    }

    #header .search form button {
        height: 38px;
        border: none;
        background: #333333;
        color: white;
        padding: 0 1em;
        font-size: 15px;
    }

    #header .icons li a dl {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #header .icons li a dl dt {
        border-radius: 50%;
        background-color: #eb0007;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #header .icons li a dl dt img {
        width: 20px;
    }

    #header .icons li a dl dd {
        font-size: 12px;
    }

    section#chien_info{
        padding: 0;
        margin-bottom: 5em;
    }

    #chien_info .chien_info > div {
        width: 50%;
        margin: 0 auto;
    }

    #chien_info .chien_info > div p {
        width: 100%;
        margin-bottom: 1%;
        border-radius: 5px;
        font-size: 15px;
    }
    #chien_info .chien_info > div p a {
        padding: 0.5% 1%;
        font-size: 14px;
        text-align: center;
    }

/* ==================================================
�G���A�A���[�h�o�i�[
================================================== */
section#bn_award{
    padding-top: 20px;
}

#bn_award .banner{
    max-width: 1080px;
    margin:0 auto;
    padding-bottom: 30px;
}

/* ==================================================
�T�[�r�X
================================================== */
section#service{
    padding-top: 0;
    background-color: #fff;
}

#service h2{
    width: 1080px;
    margin:0 auto;
    padding: 10px 0;
}

#service .wrapper{
    max-width: 1080px;
    margin-bottom: 30px;
    background-color: #f7f7f7;
}
#service ul{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: 20px 150px;
    gap: 10px 10px;
}

#service ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#service ul li a{
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#service ul li .image {
    width: 7em;
    height: auto;
}

#service ul li .title {
    font-weight: bold;
}

#service p{
    text-align: right;
    font-size: 13px;
    margin-right: 150px;
    padding-bottom: 20px;
}


/* ==================================================
�A�C�R��(�C�x���g�E�����E�V�����i)
================================================== */
section#icon {
    padding: 0;
}

section#icon ul.col_3 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

section#icon ul.col_3 li a {
    font-size: 1.1em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section#icon ul.col_3 li dd {
    background-color: #e2e2e2;
    border-radius: 50%;
    width: 4.5em;
    height: 4.5em;
}

/* ==================================================
�����ȃL�����y�[��
================================================== */
section#camp{
    padding-top: 0;
}

#camp h2{
    width: 1080px;
    margin:0 auto 20px auto;
    padding:10px 0;
}


/* ==================================================
�V���i
================================================== */
section#newitem{
    padding-top: 0;
}

#newitem h2{
    font-size: 30px;
    border-bottom: solid 2px #c5c5c5;
    margin-top: 0;
    padding: 2% 1% 1% 1%;
    text-align: center;
    font-weight: bold;
}

#newitem .slick-prev,
#newitem .slick-next {
    top: 40%;
}

#newitem .slick-slider {
    margin-bottom: 10px;
}

/* ==================================================
�����L���O
================================================== */
section#ranking{
    padding-top: 0;
}

#ranking h2{
    font-size: 30px;
    border-bottom: solid 2px #c5c5c5;
    margin-top: 0;
    padding: 2% 1% 1% 1%;
    text-align: center;
    font-weight: bold;
}

.tab-wrap {
  background-color: #fff;
}

.tab-wrap ul {
  display: flex;
    gap: 5px;
}

.tab-btn {
    width: 50%;
    padding: 0.5em 0;
    text-align: center;
    list-style: none;
    cursor: pointer;
    border: solid 1px #333;
    border-radius: 5px;
}

.tab-btn.show {
  background: #333;
  color: #fff;
}

.tab-contents {
  display: none;
}

.tab-contents.show {
  display: block;
  padding: 20px;
}

#ranking .ranking-list-item {
    display: grid;
    grid-template-rows: 50% 50%;
    grid-template-columns: 43% 1fr 1fr 1fr;
    gap: 10px;
}

#ranking .ranking-list-item > li:first-child {
    grid-row: 1 / 3;
    grid-column: 1 / 3;
    border-radius: 5px;
}


#ranking .ranking-list-item > li {
    /* grid�̗�w��𖳌����i�����z�u�ɖ߂��j */
    grid-column: auto;
  }

  /* 1~2�Ԗڂ����L����w���ł������i���ِ����킹�j */
  #ranking .ranking-list-item > li:nth-child(-n + 2) {
    grid-column: auto;
  }

  /* 6�ڈȍ~�̔�\�������� */
  #ranking .ranking-list-item > li:nth-child(n + 6) {
    /* �m���ɕ\�����������ꍇ�͈ȉ������ꂩ */
    display: revert;   /* �����FUA�f�t�H���g�ɖ߂��i�ŋ߂̃u���E�U�ŉj */
    /* display: list-item;  �� �ӏ������}�[�J�[���o�������ꍇ */
    /* display: block;      �� �}�[�J�[���o�������Ȃ�/ul��list-style:none�Ȃ炱���OK */
  }

#ranking .item-name {
    display: flex;
    align-items: center; /* �A�C�R�����㉺������ */
    gap: 6px;
    margin-top: 5px;
}

#ranking .item-name .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;   /* ? 2�s�܂ŕ\�� */
  -webkit-box-orient: vertical;
  overflow: hidden;        /* ? 3�s�ڈȍ~���\�� */
}

#ranking .ranking-icon {
    width: 2.5em;  /* �K�v�Ȃ璲�� */
    height: auto;
    flex-shrink: 0;
}

#ranking .ranking-list-item li a dt img {
    border-radius: 5px;
}

#ranking .tab-contents > div {
    width: 70%;
    margin: 1.5em auto 2em;
}

#ranking .tab-contents > div a {
    width: 100%;
}

#ranking .more-text {
    width: 100%;
    background-color: #222;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    padding: 0.5em 0;
    border: solid 2px #222;
    transition: .2s;
}

#ranking .more-text:hover {
    background-color: #fff;
    color: #222;
}


/* ==================================================
�J�e�S��
================================================== */
section#cate{
    padding-top: 0;
}

#cate h2{
    width: 1080px;
    margin:0 auto 20px auto;
    padding: 10px 0;
}

#cate .wrapper{
    width: 100%;
    margin-bottom: 70px;
}

#cate ul{
    gap: 7px 0.5%;
}

#cate ul li{
    width: calc((100% - 0.5% * 5)/6);
}

#cate ul li a{
    display: block;
    transition: 0.3s;
}

#cate ul li a img {
    border-radius: 8px;
}

/* ==================================================
SNS
================================================== */
#sns .wrapper{
    margin-bottom: 60px;
}

#sns ul{
    width: 100%;
}

#sns ul li a{
    transition: 0.2s;
}

#sns ul li dt img{
    width: 70px;
    margin-bottom: 10px;
}

#sns ul li dt{
    font-size: 20px;
    font-weight: bolder;
}

#sns ul li dd.text{
    margin: 20px 0;
    font-size: 18px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
}


#sns ul li dd.btn{
    width: 80%;
    margin: 0 auto;
    background-color: #222;
    padding: 10px 0;
    font-size: 20px;
    color: #fff;
    border-radius: 100vw;
}


    /* ==================================================
�t�b�^�[
================================================== */

    #footer {
        width: 100%;
        margin: 0;
        padding: 0;
        color: #383838 !important;
        background-color: #f5f5f5;
        text-align: center;
    }

    #footer h2 {
        font-size: 30px;
    }

    #footer .footer_inner {
        max-width: 1080px;
        margin: 0 auto;
        padding: 3% 0;
    }

    #footer .footer_item {
        margin: 2% auto;
        display: flex;
        padding: 0;
        gap: 10px;
    }

    #footer .footer_item li {
        border-bottom: none;
        width: auto;
        font-size: 15px;
        position: relative;
    }

    .footer_inner .footer_item li + li:before {
        content: "";
        display: block;
        height: 1em;
        border-left: 1px solid #252525;
        position: absolute;
        transform: rotate(45deg);
        top: 0.3em;
        left: 0%;
    }

    #footer .footer_item li a {
        text-indent: 1em;
        display: block;
        padding: 0;
        font-size: 14px;
    }
}
