{% block main %}
<style>
.main_box_sps {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
width: auto;
height: auto;
display: flex;
margin-left: auto;
margin-right: auto;
background-color: ;
border-radius: px;
z-index: 9999;
position: relative;
background-size: cover;
}
.box_sps {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
background-image: url("https://nakatomishop.sakura.ne.jp/prod/merchandiseimage/25summer/sm2025_top.png");
width: 100%;
text-align: center;
margin-top: px;
margin-left: auto;
margin-right: auto;
margin-bottom: px;
position: relative;
border-radius: px;
background-size: cover;
}
.box_spsa {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
width: 100%;
height: auto;
padding-left: 4%;
padding-right: 4%;
{#position: relative;#}/*sliderに重ねる場合使用*/
{#z-index: 9999;#}/*sliderに重ねる場合使用*/
}
.box_sps1 {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
width: 100%;
height: 40px;
margin-top: 6px;
margin-left: 5px;
margin-right: 5px;
border-radius: 6px;
z-index: 999;
}
.box_sps2 {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
width: 100%;
margin-top: -20px;
margin-left: 3vw;
margin-right: 3vw;
}
.box_sps3 {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
background-color: ;
width: calc(118% / 2 - 5px);
min-width: 320px;
height: auto;
z-index: 1;
margin-bottom: 6%;
}
.box_sps4 {
/*background: linear-gradient(176deg,#00cccc 5%, #ffffff 15%, #ffffff 80%, #00cccc);*/
border-radius: 8px;
width: 340px;
height: 340px;
z-index: 1;
/*border: solid 1px #dcdcdc;*/
margin-bottom: 10px;
margin-top: 20px;
}
.box_sps5 {
background-color: ;
width: calc(100% / 6 - 2px);
height: auto;
max-height: 180px;
z-index: 9;
margin-top: 10px;
}
.box_sps6 {
width: 100%;
margin-bottom: 0px;
}
.box_sps7 {
width: 100%;
max-height: 300px;
border-radius: 6px;
margin: 0 auto;
position: absolute;
top: 0px;
}
.pexample_sps {
font-size: 16px;
color: #ffffff;
font-weight: 500;
height: auto;
margin-left: px;
text-align: center;
margin-top: 10px;
}
.pexample_sps2 {
font-size: 16px;
color: #000;
font-weight: 400;
height: auto;
margin-left: px;
text-align: center;
margin-top: 3px;
}
/*ビデオコントロール*/
video {
max-width: auto;
border-radius: 6px;
margin: 0 auto;
position: absolute;
top: 0px;
}
.slide-in6 {
margin-top: 2vw;
font-size: 26px;
font-weight: bold;
animation: slideIn 2s ease-out;
color: #0000ff;
z-index: 9999;
text-align: center;
font-weight: 600;
/*-webkit-text-stroke: 0.1px #fff;
text-stroke: 0.1px #fff;*/
padding-left: 4%;
padding-right: 4%;
}
.slide-in7 {
font-size: 21px;
font-weight: bold;
animation: slideIn 2s ease-out;
color: #006666;
z-index: 9999;
text-align: center;
font-weight: 600;
margin-top: -2px;
}
.slide-in5b {
background-color: #fff;
border-radius: 25px;
border: solid 1px #006666;
font-size: 16px;
font-weight: bold;
animation: slideIn 2s ease-out;
color: #fff;
z-index: 9999;
text-align: center;
font-weight: 400;
margin-top: 10px;
margin-bottom: 10px;
}
@keyframes slideIn {
0% {
transform: translateX(-100%);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
.fadeslide {
position: relative;
width: 320px;
height: 320px;
overflow: hidden;
z-index: 0;
}
.fadeslide div {
position: absolute;
top: 0;
left: 0;
}
.fadeslide div:nth-of-type(1) {
animation: fadeslide 60s 0s infinite both;
z-index: 12;
}
.fadeslide div:nth-of-type(2) {
animation: fadeslide 60s 5s infinite both;
z-index: 11;
}
.fadeslide div:nth-of-type(3) {
animation: fadeslide 60s 10s infinite both;
z-index: 10;
}
.fadeslide div:nth-of-type(4) {
animation: fadeslide 60s 15s infinite both;
z-index: 9;
}
.fadeslide div:nth-of-type(5) {
animation: fadeslide 60s 20s infinite both;
z-index: 8;
}
.fadeslide div:nth-of-type(6) {
animation: fadeslide 60s 25s infinite both;
z-index: 7;
}
.fadeslide div:nth-of-type(7) {
animation: fadeslide 60s 30s infinite both;
z-index: 6;
}
.fadeslide div:nth-of-type(8) {
animation: fadeslide 60s 35s infinite both;
z-index: 5;
}
.fadeslide div:nth-of-type(9) {
animation: fadeslide 60s 40s infinite both;
z-index: 4;
}
.fadeslide div:nth-of-type(10) {
animation: fadeslide 60s 45s infinite both;
z-index: 3;
}
.fadeslide div:nth-of-type(11) {
animation: fadeslide 60s 50s infinite both;
z-index: 2;
}
.fadeslide div:nth-of-type(12) {
animation: fadeslide 60s 55s infinite both;
z-index: 1;
}
@keyframes fadeslide {
0% { left: 0; opacity: 0; }
3% { left: 0; opacity: 1; }
6% { left: 0; opacity: 1; }
9% { left: 0; opacity: 0; }
10% { left: 100%; opacity: 0; }
100% { left: 100%; opacity: 0; }
}
summary {
display: block;
list-style: none;
cursor: pointer;
color: #ffffff;
}
summary::-webkit-details-marker {
display:none;
}
details {
margin: 0 auto;
margin-left: 0;
}
.cp_navi04 ul {
width: 260px;/*メニューの幅*/
margin-left: 20px;
margin: 0 auto;
padding: 0;
list-style-type: none;
background-color: #eeeeee;
border-radius: 4px 4px 4px 4px;
position: absolute;
}
.cp_navi04 li a {
display: block;
padding: 6px 16px;
text-decoration: none;
color: #000000;
transition: all .3s;
text-align: left;
}
.cp_navi04 li {
text-align: center;
}
.cp_navi04 li:last-child {
border-bottom: none;
}
.cp_navi04 li a.active {
margin: 0 auto;
margin-top: px;
color: #fff;
background-color: #1b2538;
border-radius: 4px 4px 0px 0px;
font-weight: 900;
}
.cp_navi04 li a:hover:not(.active) {
color: #ffffff;
background-color: #1b2538;
text-align: left;
}
.example_cp {
display: inline;
font-size: 4rem;
color: #ffffff;
}
.fit-picture_o {
width: 160px;
opacity: 0.6;
}
.fit-picture_n {
width: 40px;
margin-top: -2px;
}
</style>
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="ナカトミ スポットクーラー">
<title>ナカトミヒーター</title>
<meta name="viewport" content="width=320, height=480, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=yes"/>
</head>
<body>
<div class="main_box_sps">
<div class="box_sps">
<div class="box_sps1">
<details>
<summary>
<p class="example_cp">≡</p>
</summary>
<div class="cp_navi04">
<ul>
<li><a href="https://www.nakatomishop.com/products/list?category_id=94" class="active">スタンダードシリーズ</a></li>
<li><a href="https://www.nakatomishop.com/products/detail/1336">SAC-2500</a></li>
<li><a href="https://www.nakatomishop.com/products/detail/1337">SAC-2500S</a></li>
<li><a href="https://www.nakatomishop.com/products/detail/1338">SAC-2500DS</a></li>
<li><a href="https://www.nakatomishop.com/products/detail/1339">SPC-2500(三相200V)</a></li>
<li><a href="https://www.nakatomishop.com/products/detail/1340">SPC-2500S(三相200V)</a></li>
<li><a href="https://www.nakatomishop.com/user_data/2025spop"><font size="2rem">適合オプション品の確認はこちらから</font></a></li>
</ul>
</div>
</details>
</div>
<div class="box_spsa">
<div class="box_sps2">
<div class="box_sps4">
<div class="fadeslide">
<div>
<a href="https://www.nakatomishop.com/products/detail/1336">
<img class="slidshow-img" src="https://nakatomishop.sakura.ne.jp/prod/merchandiseimage/25slider/SAC-2500_SL2.png" width="300px" alt="スライドショー画像1"></a>
</div>
<div>
<a href="https://www.nakatomishop.com/products/detail/1337">
<img class="slidshow-img" src="https://nakatomishop.sakura.ne.jp/prod/merchandiseimage/25slider/SAC-2500S_SL2.png" width="300px" alt="スライドショー画像2"></a>
</div>
<div>
<a href="https://www.nakatomishop.com/products/detail/1338">
<img class="slidshow-img" src="https://nakatomishop.sakura.ne.jp/prod/merchandiseimage/25slider/SAC-2500DS_SL2.png" width="300px" alt="スライドショー画像3"></a>
</div>
<div>
<a href="https://www.nakatomishop.com/products/detail/1339">
<img class="slidshow-img" src="https://nakatomishop.sakura.ne.jp/prod/merchandiseimage/25slider/SPC-2500_SL2.png" width="300px" alt="スライドショー画像4"></a>
</div>
<div>
<a href="https://www.nakatomishop.com/products/detail/1340">
<img class="slidshow-img" src="https://nakatomishop.sakura.ne.jp/prod/merchandiseimage/25slider/SPC-2500S_SL2.png" width="300px" alt="スライドショー画像5"></a>
</div>
<div>
<a href="https://www.nakatomishop.com/products/list?category_id=15">
<img class="slidshow-img" src="https://nakatomishop.sakura.ne.jp/prod/merchandiseimage/25summer/OP_dct_300_300.png" width="300px" alt="スライドショー画像6"></a>
</div>
<div>
<a href="https://www.nakatomishop.com/products/detail/1336">
<img class="slidshow-img" src="https://nakatomishop.sakura.ne.jp/prod/merchandiseimage/25slider/SAC-2500_SL2.png" width="300px" alt="スライドショー画像7"></a>
</div>
<div>
<a href="https://www.nakatomishop.com/products/detail/1337">
<img class="slidshow-img" src="https://nakatomishop.sakura.ne.jp/prod/merchandiseimage/25slider/SAC-2500S_SL2.png" width="300px" alt="スライドショー画像8"></a>
</div>
<div>
<a href="https://www.nakatomishop.com/products/detail/1338">
<img class="slidshow-img" src="https://nakatomishop.sakura.ne.jp/prod/merchandiseimage/25slider/SAC-2500DS_SL2.png" width="300px" alt="スライドショー画像9"></a>
</div>
<div>
<a href="https://www.nakatomishop.com/products/detail/1339">
<img class="slidshow-img" src="https://nakatomishop.sakura.ne.jp/prod/merchandiseimage/25slider/SPC-2500_SL2.png" width="300px" alt="スライドショー画像10"></a>
</div>
<div>
<a href="https://www.nakatomishop.com/products/detail/1340">
<img class="slidshow-img" src="https://nakatomishop.sakura.ne.jp/prod/merchandiseimage/25slider/SPC-2500S_SL2.png" width="300px" alt="スライドショー画像11"></a>
</div>
<div>
<a href="https://www.nakatomishop.com/products/list?category_id=15">
<img class="slidshow-img" src="https://nakatomishop.sakura.ne.jp/prod/merchandiseimage/25summer/OP_dct_300_300.png" width="300px" alt="スライドショー画像6"></a>
</div>
</div>
<script>
$(function(){
$(".slideshow-slide li").css({"position":"relative"});
$(".slideshow-slide li").hide().css({"position":"absolute"});
$(".slideshow-slide li:first").addClass("slide");
$(".slideshow-slide li:nth-child(2)").css({"display":"block"});
setInterval(function(){
var $active = $(".slideshow-slide li.slide");
var $next = $active.next("li").length?$active.next("li"):$(".slideshow-slide li:first");
var $nextnext = $next.next("li");
$active.fadeOut(0).removeClass("slide");
$next.show().addClass("slide");
$nextnext.css({"display":"block"});
},3000);
});
</script>
</div>
<div class="box_sps3">
<div class="box_sps6">
<div class="slide-in6">全閉式ファンモーター搭載!スタンダードモデル
</div>
</div>
<div class="box_sps5">
<p class="pexample_sps">
<a href="https://www.nakatomishop.com/products/detail/1336">
<img src="https://nakatomishop.sakura.ne.jp/prod/merchandiseimage/25summer/SAC-2500S_150_200.png" width="100%" alt=""></a><p class="pexample_sps2">
<img class="fit-picture_n" src="https://nakatomishop.sakura.ne.jp/prod/merchandiseimage/25summer/nyuukamachi.png">SAC-2500</p>
</div>
<div class="box_sps5">
<p class="pexample_sps">
<a href="https://www.nakatomishop.com/products/detail/1337">
<img src="https://nakatomishop.sakura.ne.jp/prod/merchandiseimage/25summer/SAC-2500S_150_200.png" width="100%" alt=""></a><p class="pexample_sps2">SAC-2500S</p>
</div>
<div class="box_sps5">
<p class="pexample_sps">
<a href="https://www.nakatomishop.com/products/detail/1338">
<img src="https://nakatomishop.sakura.ne.jp/prod/merchandiseimage/25summer/SAC-2500S_150_200.png" width="100%" alt=""></a><p class="pexample_sps2">
<img class="fit-picture_n" src="https://nakatomishop.sakura.ne.jp/prod/merchandiseimage/25summer/nyuukamachi.png">SAC-2500DS</p>
</div>
<div class="box_sps5">
<p class="pexample_sps">
<a href="https://www.nakatomishop.com/products/detail/1339">
<img src="https://nakatomishop.sakura.ne.jp/prod/merchandiseimage/25summer/SAC-2500S_150_200.png" width="100%" alt=""></a><p class="pexample_sps2">SPC-2500</p>
</div>
<div class="box_sps5">
<p class="pexample_sps">
<a href="https://www.nakatomishop.com/products/detail/1340">
<img src="https://nakatomishop.sakura.ne.jp/prod/merchandiseimage/25summer/SAC-2500S_150_200.png" width="100%" alt=""></a><p class="pexample_sps2">SPC-2500S</p>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
{% endblock %}