/** Shopify CDN: Minification failed

Line 665:4 Expected ":"

**/
.product-single-grid {
  list-style: none;
  padding: 0;
  width:1200px;
  max-width:100%;
  margin:0 auto;
}

.product-des-grid {
  list-style: none;
  padding: 0 15px;
  width:968px;
  max-width:100%;
  margin:0 auto;
}

.product-single-grid-flexbox {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 0;
}

.naireflexbox {
     width: 50%;
     margin: auto;
 }

.post-large--one-half{
	width: 50%;
  	box-sizing: border-box;
	float: left;
	min-height: 1px;
	padding-left: 0;
	vertical-align: top;
	margin: 0 0 60px 0;
}

 @media screen and (max-width: 767px) {
     .product-single-grid-flexbox {
         display: block;
     }
     .product-single-grid-flexbox .naireflexbox {
       width: 100%;
       margin: 0 auto;
       float: left;
       min-height: 1px;
       padding-left: 0;
       vertical-align: top;
     }
   
     .post-large--one-half{
       float: left;
       min-height: 1px;
       padding-left: 0;
       vertical-align: top;
       width: 100%;
       box-sizing: border-box;
       margin: 0;      
      }
   
     .product-des-grid {
  width:100%;  
      }
     .product-single-grid {
  width:100%;  
      } 
   
 }

/*youtube responsive*/
.youtubebox {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.youtubebox iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*  =========
表 ========= */

        .topics dl{
            display:flex;
            flex-wrap: wrap;
            border: 1px solid #ccc;
            border-top: none;
        }
        .topics dt{
            background: #ddd;
            width: 30%;
            padding: 10px;
            box-sizing: border-box;
            border-top: 1px solid #ccc;
        }
        .topics dd{
            padding: 10px;
            margin: 0px;
            border-left: 1px solid #ccc;
            border-top: 1px solid #ccc;
            width: 70%;
            background: #fff;
            box-sizing: border-box;
        }

        .nbtable dl{
            display:flex;
            flex-wrap: wrap;
            border: 0px solid #fff;
            margin: 10px;
            padding: 10px;
            background: #E6E6E6;
        }
        .nbtable dt{
            padding: 0px;
            margin: 0px;
            width: 50%;
            box-sizing: border-box;
            border: 0px solid #fff;
        }
        .nbtable dd{
            padding: 0px;
            margin: 0px;
            border: 0px solid #fff;
            width: 50%;
            box-sizing: border-box;
        }
      
        @media screen and (max-width: 414px) {
            .topics dl{
                flex-flow: column nowrap;
            }
            .topics dt,
            .topics dd{
                width: 100%;
            }
            .topics dd{
                border-left: none;
            }

            .nbtable dl{
                flex-flow: column nowrap;
            }
            .nbtable dt,
            .nbtable dd{
                width: 100%;
            }
            .nbtable dd{
                border-left: none;
            }
         .item_status dl{
               flex-flow: column nowrap;
        }
 }

/*  =========
表2 ========= */

.item_status table, tr, th, td {
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
  padding:5px;
}

/*  =========
PC・スマホ切替 ========= */
.pc-box{
	display: block;
}
.sp-box{
	display: none;
}

@media only screen and (max-width : 600px){
.pc-box{
	display: none;
}
.sp-box{
	display: block;
}
}

/*  =========
PC・スマホ切替2 ========= */
.pc1000-box{
	display: block;
}
.sp1000-box{
	display: none;
}

@media only screen and (max-width : 1000px){
.pc1000-box{
	display: none;
}
.sp1000-box{
	display: block;
}
}

/* =========
   HR
   ========= */
.linedouble {
   border-width: 0px 0px 0.5px 0px; /* 太さ */
   border: double #4d4d4d;
}

.lightgrey {
   border-width: 0.5px 0px 0.5px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   border-color: #e6e6e6;/* 薄いグレー */
   height: 0.5px;         /* 高さ(※古いIE用) */
   margin: 5px;
}

.darkgrey {
   border-width: 0.5px 0px 0.5px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   border-color: #4d4d4d;/* 濃いグレー */
   height: 0.5px;         /* 高さ(※古いIE用) */
   margin: 5px;
}

/* スマホでbr無効*/
.nobrsp br {
    display: block;
}
    @media screen and (max-width: 480px) {
.nobrsp br {
    display: none;
  }
}

.product-single__thumbnailsneko img {
    display: block;
    margin: 5px;
    width: 88px;
    height: 60px;
  　padding: 0 5px !important;
  　object-fit: cover !important;
}  
    @media screen and (max-width: 769px) {
.product-single__thumbnailsneko img {
    display: block;
    margin: 0px;
    width: calc( 100vw / 10 );
    height: calc( 100vw / 10 );
    padding-top: 12%;
    padding-bottom: 12%;
    padding-left: 5%;
    padding-right: 5%;
    object-fit: cover !important;
    }
}

#naire .nairebox {
    margin:0px auto 0px auto !important;
    max-width:968px !important;
    padding:34px 0 0 0 !important;
}

@media screen and (max-width: 769px) {
#naire .nairebox {     
    margin:0px auto 0px auto !important;
    max-width:968px !important;
    padding:34px 0 0 0 !important;
    }
}

#naire .nairetitle {
    background-image: url(/cdn/shop/files/backneko.png?v=1740726260);
    background-position: right top;
    background-repeat: no-repeat;  
    padding-top:70px;
    border-bottom:double;
    width:100%;
    height:146px;
    margin:0px auto;
    }

@media screen and (max-width: 769px) {
#naire .nairetitle {
    padding-top:28px;
    border-bottom:double;
    width:90%;
    margin: 0 0 0 10%;
    height:136px;
    background-size: 126px 110px;
    }
}

#naire .nairetitle h2 {
    font-family: "Noto Serif JP", serif;
    font-weight:500;
    font-size:32px;
    line-height:48px;
}

#naire .nairetitle br {
        display: none;
}
  

@media screen and (max-width: 769px) {
#naire .nairetitle h2 {
    font-size:24px;
    line-height:36px;
    }
#naire .nairetitle br {
        display: block;
	}  
}


#naire .nairetitle2 {
    background-position: right top;
    background-repeat: no-repeat;  
    padding-top:10px;
    border-bottom:double;
    width:100%;
    height:104px;
    margin:0px auto;
}
@media screen and (max-width: 769px) {
#naire .nairetitle2 {
    padding-top:0px;
    border-bottom:double;
    width:90%;
    margin: 0 0 0 10%;
    height:84px;
    background-size: 126px 110px;
    }
}

#naire .nairetitle2 h2 {
    font-size:32px;
    line-height:48px;
  　font-family: "Noto Serif JP", serif;
    font-weight:500;
}

#naire .nairetitle2 br {
        display: none;
}  


@media screen and (max-width: 769px) {
#naire .nairetitle2 h2 {
  font-size:24px;
  line-height:36px;
      }
#naire .nairetitle2 br {
        display: block;
      }
}

#naire .leadnairetext {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	margin: 32px auto 56px auto;
	}  

@media screen and (max-width: 769px) {
#naire .leadnairetext {
	margin: 32px 10% 56px 10%;
	min-width:270px;
	}
}

#naire .naireimagebox1in2 {
    margin:0 18px 10px 0;
	padding-top: 0;
}  
@media screen and (max-width: 769px) {
#naire .naireimagebox1in2 {
	margin: 0 10% 10px 10%;
	padding-top: 0;
	}
}

#naire .naireimagebox1in2 h3 {
	color:#B2b2b2;
	line-height:18px;
	font-size:16px;
	font-weight:500;
	font-family:'Noto Sans JP', sans-serif;
	margin-bottom:16px;
	margin-top:0px;
}

#naire .naireimagebox2in2 h3 {
	color:#B2b2b2;
	line-height:18px;
	font-size:16px;
	font-weight:500;
	font-family:'Noto Sans JP', sans-serif;
	margin-bottom:22px; 
	margin-top:0px;
}

@media screen and (max-width: 769px) {
#naire .naireimagebox2in2 h3 {
	margin-top:30px;
	}
}

#naire .naireimagebox1in2 p {
	color:#4d4d4d;
	line-height:28px;
	font-size:16px;
	font-weight:500;
	font-family:'Noto Sans JP', sans-serif;
	margin-bottom: 30px;
  　margin-top: 0px;
}

#naire .naireimagebox1in2 img{
	margin-bottom: 36px;
  　margin-top: 6px;
}

#naire .naireimagebox2in2 img{
	margin-bottom: 36px;
  　margin-top: 6px;
}

#naire .naireimagebox2in2 {
    margin:0 0 10px 18px;
	padding-top: 0;
}  
  
@media screen and (max-width: 769px) {
#naire .naireimagebox2in2 {
	margin: -32px 10% 10px 10%;
	padding-top: 5px;
	}
}

#naire .naireimagebox2in2 p {
    margin:0 0 10px 18px;
}

@media screen and (max-width: 769px) {
#naire .naireimagebox2in2 p {
	margin: 32px 10% 10px 10%;
	}
}

#naire .naireboxspace{
    margin:0px auto;
    max-width:968px;
    line-height:20px;
    font-size:10px;
    padding:0;
}

@media screen and (max-width: 769px) {
#naire .naireboxspace{
    margin:0px auto 16px auto;
    line-height:20px;
    font-size:10px;
    max-width:100%;
    padding:0;
    }
}

#nekospec .title{
    margin: 60px auto;
    max-width:968px;
    padding:0;
    }

@media screen and (max-width: 769px) {
#nekospec .title{
    margin:36px 4px;
    max-width:100%;
    padding:0;
    }
}

#nekobottom{
    margin:0px auto 61px auto !important;
  　font-size:10px;
  　line-height:10px;
    max-width:968px;
    padding:0 !important;
}

@media screen and (max-width: 769px) {
#nekobottom{
    margin:0px auto 45px auto !important;
  　font-size:10px;
  　line-height:10px;
    max-width:968px;
    padding:0 !important;
    }
}

#nekospec .title h2{
    margin:0px auto 80px auto;
	font-weight:500;
    font-family: "Noto Serif JP", serif;
    max-width:968px;
    line-height:32px;
    font-size:28px;
    padding-bottom:16px;
    border-bottom: solid 1px #808080;
}

@media screen and (max-width: 769px) {
#nekospec .title h2{
    margin:0px auto 44px auto;
    line-height:28px;
    font-weight:500;
    font-family: "Noto Serif JP", serif;
    font-size:20x;
    max-width:95%;
    padding-bottom:7.2px;
    border-bottom: solid 1px #808080;
    }
}

#nekospecdata{
    margin: 30px auto !important;
　　height:200px;
}

@media screen and (max-width: 600px) {
　#nekospecdata{
    margin-top: 0px !important;
    height:400px;
    }
}

#nekospecdata h4.nekodata{
  color:#B2b2b2;
  line-height:28px;
  font-family:'Noto Sans JP',sans-serif;
  font-size:16px;
  font-weight:500;
  margin-bottom:9px;
  margin-top:0px;
  
}

#nekospecdata .titlesec{
    margin: 60px auto !important;
    max-width:968px !important;
    padding:0;
    }

@media screen and (max-width: 769px) {
#nekospecdata .titlesec{
    margin: 36px auto !important;
    max-width:100% !important;
    padding:0;
    }
}


#nekospecdata p.nekodata{
  color:#4d4d4d;
  line-height:28px;
  font-family:'Noto Sans JP',sans-serif;
  font-size:16px;
  font-weight:500;
  margin-bottom:18px;
  margin-top:0px;
}

#nekospecdata .nekospecboxleft{
    width:50%;
    float:left;
    padding:0 16px 0 0;
}

@media screen and (max-width: 769px) {
#nekospecdata .nekospecboxleft{
  width:50%;
    float:left;
    padding:0 8px 0 10px;
    }
}

#nekospecdata .nekospecboxright{
    width:50%;
    float:left;
    padding:0 16px 0 0;
    }

@media screen and (max-width: 769px) {
#nekospecdata .nekospecboxright{
    width:50%;
    float:left;
    padding:0 10px 0 8px;
    }
}

.announcement-bar__link .announcement-bar__message {
    color: #9c1f24 !important;
    font-weight: 700 !important;
}

/* Corporate Profile */
.map-bk-image {
  max-width:1400px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  background-image: url("/cdn/shop/files/wataoka-Company-map.png?v=1744695422");
  background-repeat: no-repeat;
  background-position: 100% 70%;
}
.tle-box {
  width: 100%;
  padding: 20px auto;
  border: transparent !important;
}
#table-cp {
  margin: 0 auto;
}
#table-cp table,
#table-cp tbody {
  border-spacing: 0px !important;
  border: transparent !important;
  box-shadow: none !important;
}
#table-cp tr {
  border: transparent !important;
}  
#table-cp th {
  font-size: 18px;
  padding: 1.5rem 1rem;
  width: 30%;
  background-color: #f4f4f4;
}
#table-cp td {
  font-size: 18px;
  padding: 1.5rem 1rem 1.5rem;
  border-left: dotted 2px #999999 !important;
}
/* sp */
@media only screen and (max-width: 480px) {
  .map-bk-image {
    background-image: none;
  }
  #table-cp {
    width: 95%;
 　 margin:0 auto; 
  }
  #table-cp table{
    box-shadow: none !important;
    border: 0 !important;
  }
  #table-cp th,
  #table-cp td {
    width: 100%;
    display: block;
    border: transparent !important;
  }
  #table-cp td {
    padding-top: 16px;
  }
}


/*===== Timeline History=====*/
#his-timeline *, #his-timeline *::before, #his-timeline *::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#his-timeline {
    font-size: 18px;
}
#his-timeline ul li .content h2 {
    text-shadow: 3px 3px 3px rgb(168 168 168 / 60%);
}
#his-timeline ul {
    background: white;
    padding: 50px 0;
}
#his-timeline ul li {
    background: #e7e7e7;
    position: relative;
    margin: 0 auto;
    width: 22px;
    padding-bottom: 40px;
    list-style-type: none;
}
#his-timeline ul li:last-child {
    padding-bottom: 7px;
}
#his-timeline ul li:before {
    content: "";
    position: absolute;
    background: #3239bb;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 18px;
    height: 18px;
    border: 3px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#his-timeline ul li .hidden {
    opacity: 0;
}
#his-timeline ul li .content {
    background: gray;
    position: relative;
    top: 7px;
    width: 450px;
    padding: 20px;
}
#his-timeline ul li .content h2 {
    color: #3239bb;
    font-family: serif;
    font-weight: 700;
    font-size: 50px !important;
    padding-bottom: 3px;
    text-align: center;
}
#his-timeline ul li .content p {
    text-align: center;
  　color: #8b0000;
}
#his-timeline ul li .content:before {
    content: '';
    background: #3239bb;
    position: absolute;
    top: 0px;
    width: 40px;
    height: 3px;
}
#his-timeline ul li:nth-child(odd) .content {
    left: 51px;
    background: linear-gradient(45deg, #e7e7e7, #ffffff);/*#fff6f4, #ffa999*/
}
#his-timeline ul li:nth-child(odd) .content:before {
    left: -40px;
}
#his-timeline ul li:nth-child(even) .content {
    left: calc(-450px - 33px);
    background: linear-gradient(45deg, #ffffff, #e7e7e7)
}
#his-timeline ul li:nth-child(even) .content:before {
    right: -40px;
}
@media screen and (max-width: 1020px) {
    #his-timelinee ul li .content {
        width: 41vw;
    }
    #his-timeline ul li:nth-child(even) .content {
        left: calc(-41vw - 45px);
    }
}
@media screen and (max-width: 700px) {
  #his-timeline ul li {
    margin-left: 20px;
    }
  #his-timeline ul li .content {
      width: calc(100vw - 100px);
    }
  #his-timeline ul li .content h2{
      text-align: center;
    　font-weight:700;
      font-size: 42px !important;
    }
   #his-timeline ul li:nth-child(even) .content {
      left: 45px;
      background: linear-gradient(45deg, #ffffff, #e7e7e7)
    }
   #his-timeline ul li:nth-child(even) .content:before {
      left: -33px;
    }
}
/*===== // Timeline History ↑=====*/

/*===== 二重枠 ↓=====*/
.doublelinebox {
  display: inline-block;
  position: relative;
  padding: 5px 18px;
  border: solid 2px #4d4d4dBF;
}
 
.doublelinebox:before {
  position: absolute;
  top: -14px;
  left: -14px;
  width: 100%;
  height: 100%;
  border: solid 2px #4d4d4d;
  content:"";
}

.nijyuwaku{
  padding:5px 15px 30px 5px;
}

.list_sankaku {
    padding: 0px;
    margin: 18px 0 0 0;
    list-style: none;
}

.list_sankaku > li {
    position: relative;
    padding: 0px 0px 0px 20px;
　　line-height: 30px;
}
.list_sankaku > li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 6px solid transparent;
    border-left: 8px solid #4d4d4d;
    content: "";
}

/*===== 二重枠 ↑=====*/
