@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;600&display=swap');
:root {
  --blue:#1f2c5c;
}
.din{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
html{
}
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: center top;
    font-family: Roboto, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: var(--blue);
    letter-spacing: .02em;
    font-weight: 500;
}

.clear {
    clear: both;
}

.mincho {
    font-family: "Sawarabi Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.dbloc {
    display: block;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}



.re {
    position: relative;
}

.ab {
    position: absolute;
    z-index: 2;
}

.Flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.juc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.jus {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.alc {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

a {
    color: var(--blue);
    transition: 0.3s ease-in-out;
    text-decoration: none;
}
a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    cursor: pointer;
}
a:-webkit-any-link {
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}


/****************/

*,
*:before,
*:after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.sp {
    display: none;
}

.l-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    min-width: 1000px;
}

@media screen and (max-width: 1030px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .l-container {
        width: 100%;
    }
}

.bold {
    font-weight: 700;
}

.dblock {
    display: block;
}

.white {
    color: #ffffff;
}

.yellow {
    color: #ffff00;
}

.gray1 {
    color: #777777;
}

.red {
    color: #f72424;
}

.red1 {
    color: #b20000;
}

.red2 {
    color: #d80000;
}

.green {
    color: #008c68;
}

.blue {
    color: var(--blue);
}
.brown{
    color: #b38e40;
}
.bg_red {
    background-color: #d90000;
}

.bg_gray {
    background-color: #eeeeee;
}

.bg_gray1 {
    background: #f4f4f4;
}

.bg_gray2 {
    background-color: #f9f9f9;
}

.bg_gray3 {
    background-color: #f5f5f5;
}

.bg_gray4 {
    background-color: #444444;
}

.bg_gray5 {
    background-color: #f3f3f3;
}

.bg_white {
    background-color: #ffffff;
}

.bg_blue {
    background-color: var(--blue);
}

.bg_blue1 {
    background-color: #264974;
}

.bg_blue2 {
    background-color: #65a8e7;
}

.bg_blue3 {

    background: #609ae6;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #609ae6 0%, #67aee7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#609ae6', endColorstr='#67aee7', GradientType=1);
    /* IE6-9 */


}

.bg_green {
    background-color: #008c69;
}

.bg_orange {
    background-color: #ff8000;
}

.bg_orange2 {
    background-color: #ff5c26;
}

.bg_orange3 {
    background-color: #ff8000;
}

.lh1 {
    line-height: 1;
}
.bt{
    border-top: 1px solid var(--blue); 
}
.bb{
    border-bottom: 1px solid var(--blue); 
}
.bl{
    border-left: 1px solid var(--blue);  
}
.br{
    border-right: 1px solid var(--blue);  
}
.border{
    border: 1px solid var(--blue);  
}
    
/******************
pagefor
******************/
.pagefor {
    position: relative;
    z-index: 1;
}

.pagefor a {
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: rgba(38, 73, 116, .3);
    z-index: 10;
    width: 40px;
    height: 40px;
}

.pagefor i {
    font-size: 16px;
    color: #ffffff;
}

.pagefor a:hover {
    text-decoration: none;
    background-color: rgba(38, 73, 116, 1);
}

@media screen and (max-width: 768px) {
    .pagefor a {
        width: 3em;
        height: 3em;
    }

    .pagefor i {
        font-size: 2em;
    }
}

/*******cat******/
.p-product-explain{
    margin:45px 0 20px 0;
   padding:0 40px 40px 40px;
}

.p-product-review{
    margin-bottom: 70px;
   padding:0 40px 40px 40px;
}
.p-product-review__rates{
    padding-right: 10px;
}
.p-product-review___rate{
    color: #ccc;
    font-size: 18px;
}
.p-product-review___rate.is--color{
    color: #b38e40;
}
.p-product-review___item{
    margin-bottom: 20px;
    font-size: 14px;
}
.p-product-review__heading,
.p-product-review__body{
    padding: 5px 25px;
}
.p-product-review___ttl{
    font-weight: bold;
    font-size: 16px;
}
.c-more-link-wrap-01{
    margin-top: 30px;
}
.l-product-add .c-Search-01,
.l-product-add .c-Search-02{
    width: 100%;
}
.l-product-add .title-h2-03{
    width: 160px;
}
.l-product-add .c-Search-form{
    width: calc(100% - 160px);
    max-width: 430px;
}
.l-product-add .c-Search-02 .Flex{
    width: auto;
}


.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab_label {
    margin: 0 1%;
    width: 31%;
  cursor: pointer;
}

.tab_label:hover {
  opacity: 0.75;
}

.tab_content {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  flex: 100%;
  display: none;
  overflow: hidden;
}

input[name="tab_switch"] {
  display: none;
}
.tabs .title-h2-01{
    margin: 0 0 15px 0;
    color:  var(--blue);
}
.tabs input:checked + .tab_label h3{
  background-color: var(--blue);
    color: #fff;
}

#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content,
#tab05:checked ~ #tab05_content,
#tab06:checked ~ #tab06_content{
  display: block;
}

.tab_content{
    margin-top: 25px;
  position: relative;
  -webkit-animation: fadeIn 1s ease;
  animation: fadeIn 1s ease;
}
@media screen and (max-width: 1030px) {
.p-product-explain{
   padding:0 20px 20px 20px;
}

.p-product-review{
   padding:0 20px 20px 20px;
}
.p-product-review__rates{
    width: 100%;
}
    .p-product-review-info{
        margin: 0;
    }
.l-product-add .title-h2-03{
    width: 100%;
}
.l-product-add .c-Search-form{
    width: 100%;
    max-width: 100%;
}
    .tabs .title-h2-01{
        font-size: 10px;
    }
}
.c-Search-form form{
    margin-bottom: 0;
}
.c-Favorite-00 .slick-next,
.p-ranking-- .slick-next{
    right: 0;
}
.c-Favorite-00 .slick-prev,
.p-ranking-- .slick-prev{
    left: 0;
}

