@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@font-face {
  font-family: 'A-OTF-RyuminPro-Regular';
  src: url(font/A-OTF-RyuminPro-Regular.otf);
}
@import url("https://fonts.googleapis.com/css?family=Work+Sans");

/*=======================================================
  LP style css
========================================================*/

html {
  overflow: auto;
}
body {
  overflow: hidden !important;
}


/*=======================================================
  ALL css style
========================================================*/
#web_limited_color_item p {
  font-family: 'apparat', 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.05em;
}
#web_limited_color_item p .bold{
  font-size: 1.2em;font-weight: 600;
line-height: 1.2em;}
#web_limited_color_item .sec_ttl {
    display:flex;
    align-items: center;
    margin: 4% 0 4%;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
}
#web_limited_color_item .sec_ttl:before {
    content: "01";
    font-size: 100px;
    font-family: futura-pt, sans-serif;
    /* font-weight: 600; */
    font-style: normal;
    margin-right: 20px;
    letter-spacing: 1px;
}
#web_limited_color_item #ITEM_02 .sec_ttl:before {
    content: "02";
}
#web_limited_color_item #ITEM_03 .sec_ttl:before {
    content: "03";
}
#web_limited_color_item #ITEM_04 .sec_ttl:before {
    content: "04";
}
#web_limited_color_item h4{
  font-size: 30px;
  line-height: 1.24em;
  letter-spacing: 0.05em;
  font-family: 'apparat', 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  font-weight: 200;
  margin: 0 auto 4%;
  text-align: center;
}
#web_limited_color_item h4 span{
  display:block;
  font-family: 'apparat', 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  font-size: 18px;
font-weight: bold;color: #aaaaaa;
}
#web_limited_color_item h5{
  font-family: 'apparat', 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  font-weight: normal;
  font-size: 56px;
  line-height: 130%;
  margin: 0 0 5%;
}
#web_limited_color_item a:hover{
  text-decoration: none;
  color: #b1a063;
  transition: 0.5s;
  opacity: 0.7;
}

#web_limited_color_item .lp-credit{
  font-weight: 500;

}
#web_limited_color_item .lp-credit a{
  /* border-bottom: 1px solid #000; */
  padding: 0 0 3px;
text-decoration: none;}
#web_limited_color_item .mv-inf ul{
  margin: 0 auto 16%;
}
#web_limited_color_item .lp-credit{
  font-size:28px;
  /* text-transform:uppercase; */
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
}
#web_limited_color_item .lp-credit span{
  font-size:14px;
  /* border-bottom: 1px solid #000; */
padding: 0 0 3px;font-family: 'apparat', 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;}

#web_limited_color_item h6{
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin: 0 auto 5%;
}


/*=======================================================
  section style
========================================================*/

/*main_header*/
#web_limited_color_item h2{
  width: 100%;
  max-width: 1170px;
  margin: 0 auto 8%;
}
#web_limited_color_item header p {
  text-align: center;
  font-size: 16px;
  margin: 0 auto 8%;
}

/*ttl*/
#web_limited_color_item h3{
  font-size: 32px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  font-family: 'apparat', 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  font-weight: 600;
  margin: 0 auto 6%;
}
#web_limited_color_item h3 span{
  display:
  block;
  font-size: 16px;
  font-weight: 400;
}

/*main_content*/
.main_content {
  width: 100%;
  margin: 0 auto;
  max-width: 1170px;
}

/*nav-area*/
.main_content .nav-area{
  width: 75%;
  max-width: 880px;
  margin: 0 auto 8%;
}
.main_content .nav-area ul{
  display: flex;
  justify-content: space-between;
align-items: flex-start;}
.main_content .nav-area ul li{
  margin: 0 1.5%;
}
.main_content .nav-area ul li a{
  
text-decoration: none;}
#web_limited_color_item .main_content .nav-area p{
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
#web_limited_color_item .main_content .nav-area li:first-of-type img{
  margin: 0 auto 0px;
}
#web_limited_color_item .main_content .nav-area img{
  margin: 0 auto 5px;
}

#web_limited_color_item .main_content .nav-area img{
  margin: 0 auto 5px;
}
#web_limited_color_item .main_content .nav-area p span{
  font-size: 30px;
}
.more-btn{
  width: 185px;
  margin: 7% auto 0;
  font-size: 14px;
  text-align: center;
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 6px 0 6px 7px;
}
.more-btn:hover{
  background: #e5e5e5;
  transition: 0.5s;
  text-decoration: none;
}
.arrow {
    display: -webkit-inline-box;
    width: 7px;
    height: 7px;
    border-top: solid 2px #696969;
    border-right: solid 2px #696969;
    vertical-align: middle;
    margin: 0 0px 6px 8px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

/*content-box*/
.content-box{
  margin: 0 auto 8%;
}
.content-box .ttl{
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    line-height: 80px;
}
.content-box .square{
  margin: 0 auto 6%;
  width: 1px;
  height: 40px;
  background-color: #333333;
}
.content-box .bg{
  /* background: linear-gradient(to top, #fff 0%, #fff 16%, #f7fbff 0%, #f7fbff 100%, #fff 0%, #fff 100%); */
  /* background-image: url(https://ds-assets.s3.amazonaws.com/e-look.jp/2022/scapa/2022ss_mizuno_collaboration/sec01_bg_2.jpg); */
  /* position: relative; */
  /* box-sizing: border-box; */
  /* width: 100vw; */
  /* position: relative; */
  /* left: 50%; */
  /* height: 780px; */
  /* transform: translateX(-50%); */
  /* z-index: 0; */
  /* background-position: right; */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
}
#jacket.content-box .bg{
    /* background: linear-gradient(to top, #fff 0%, #fff 23%, #fbeaec 23%, #fbeaec 77%, #fff 0%, #fff 100%); */
    /* width: 100%; */
}

.content-box .mv-area{
  width: 90%;
  max-width: 960px;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding: 0 0 0 0;
  margin: 0 auto 8%;
}


#web_limited_color_item .content-box .mv-area{
  /* flex-direction: row-reverse; */
}
#web_limited_color_item .content-box .mv-area p{
  line-height: 24px;
  margin-bottom: 10px;
}

#web_limited_color_item .content-box .mv-area .mv-inf{
  width: 50%;
  max-width: 600px;
  z-index: 9999;
}
#web_limited_color_item .content-box .mv-area .mv-inf a img {
  float: right;
  width: 110%;
  max-width: 600px;
  margin-right: -10%;
}

.content-box .mv-area .mv-inf .lp-credit{
  margin: 0;
}
.content-box .mv-area .mv-img{
  width: 50%;
  max-width: 600px;
}

.content-box .sub-area{
  width: 90%;
  max-width: 880px;
  margin: 0 auto 8%;
}
.content-box .sub-area img{
  width: 400px;
  margin: 0 0 5%;
}
.content-box .sub-area ul{
  display: flex;
  justify-content: space-between;
}
.content-box .sub-area .price{
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.content-box .price span a{
  border-bottom:solid 1px;
text-decoration: none;}
.content-box .price span::before{
  content: "M";
  border: 1px solid #000000;
  padding: 1% 1.2%;
  line-height: 1;
  font-size: 12px;
  display: inline-block;
  margin-right: 1.2%;
  margin-bottom: 2%;
}
.content-box .price span.lsize::before{
  content: "L";
  border: 1px solid #000000;
  padding: 1% 1.7%;
  line-height: 1;
  font-size: 12px;
  display: inline-block;
  margin-left: 1.2%;
  margin-bottom: 2%;
}
.content-box .sub-area .price li{width: 100%;}
.content-box .sub-area ul li{
  width: 49%;
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
}

#web_limited_color_item .content-box .dtl-area{
  width: 90%;
  max-width: 880px;
  margin: 0 auto 12%;
}
#web_limited_color_item .content-box .dtl-area ul{
  display: flex;
  justify-content: space-between;
  flex-flow: nowrap;
}
#web_limited_color_item .content-box .dtl-area ul li{
  width: 23%;
  max-width: 200px;
  margin: 0 1.5%;
}
#web_limited_color_item .content-box .dtl-area ul li img{
  margin: 0 auto 8%;
}
#web_limited_color_item .content-box .dtl-area ul li p.name{
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-weight: 600;
  margin: 0 auto 4%;
}
#web_limited_color_item .content-box .dtl-area ul li p.price{
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  margin: 0 auto;
}
#web_limited_color_item .content-box .dtl-area ul li .item_link{
  width: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 4% auto 0;
}
#web_limited_color_item .content-box .dtl-area ul li .item_link a{
  width: 48%;
  background: #23292e;
  border: 1px solid #23292e;
  padding: 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 2.5em;
}
#web_limited_color_item .content-box .dtl-area ul li .item_link a:hover{
  background: #fff;
  color: #b1a063;
  border: 1px solid #b1a063;
  transition: 0.5s;
  opacity: 1;
}

.coord-area{
  width: 100%;
  margin: 0 auto;
}
.coord-area ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.coord-area ul li{
  width: 32%;
  max-width: 370px;
}
.coord-area ul li img{
  margin: 0 0 5%;
}
.coord-area ul.coord-credit{
  width: 100%;
  display: block;
}
.coord-area ul.coord-credit li{
  width: 100%;
}
.content-box#material{
  margin: 0 auto 10%;
}
.mr-bg{
  background: linear-gradient(to top, #fff 0%, #fff 58%, #f7fbff 0%, #f7fbff 100%, #fff 0%, #fff 100%);
    padding: 7% 0;
    box-sizing: border-box;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.mr-bg .mr-main{
  width: 80%;
  max-width: 1000px;
  margin: 0 auto 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
text-align: center;}
.mr-bg .mr-main .mr-img{
  width: 80%;
  margin: 0 auto;max-width: 750px;
}
.mr-bg .mr-main .mr-inf{
  width: 45%;
}
#web_limited_color_item .mr-bg .mr-main .mr-inf h5{
  margin: 0 0 4%;
}
.mr-bg .mr-main .mr-inf p span{
  background: #fff;
  padding: 1px 10px;
  margin: 0 2% 0 0;
}
.mr-img img{
  max-width: 600px;
  width: 80%;
  margin-bottom:4%;
}
.mr-bg img{
  margin-bottom:4%;
}
.mr-bg ul{
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mr-bg ul li{
  width: 49%;
  max-width: 750px;
}
.lp_btn {
  margin-bottom: 9%;
}
#web_limited_color_item .lp_btn a{
  display: block;
  width: 90%;
  max-width: 880px;
  font-size: 20px;
  font-weight: 400;
  padding: 25px 0 20px 0;
  margin: 15px auto 0;
  background: #363636;
  border: 1px solid #363636;
  transition: 0.5s;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-family: apparat, 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
}
#web_limited_color_item  .lp_btn.bk_color a{
  background: #b1a063;
  border: 1px solid #b1a063;
}
#web_limited_color_item .lp_btn a:hover{
  background: #fff;
  color: #363636;
  transition: 0.5s;
  opacity: 1;
}
#web_limited_color_item .lp_btn.bk_color a:hover{
  background: #fff;
  color: #b1a063;
  transition: 0.5s;
  opacity: 1;
}
#web_limited_color_item .attention-txt-pc{
  font-size: 12px;
}
#web_limited_color_item .archive-sec {
  width: 100%;
  border-top: solid 1px #b7b7b7;
  margin: 9% auto;
}
#web_limited_color_item .archive-sec h5{
  font-size: 30px;
  letter-spacing: 0.05em;
  font-family: 'Futura PT' ,noto-sans-cjk-jp, sans-serif;
  font-weight: 600;
  margin: 13% auto 6%;
  text-align: center;
}
#web_limited_color_item .archive-sec ul{
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  max-width: 880px;
  width: 95%;
  margin: 8% auto 4%;
}
#web_limited_color_item .archive-sec ul li{
  width: 46%;
  margin: 0 2% 4%;
  max-width: 485px;
}


/*responciv class*/
.pc{
  display: block;
}
.sp{
  display: none;
}

@media screen and (max-width: 1024px){
.content-box .mv-area .mv-img{
  width: 100%;
  max-width: 380px;
  margin: auto;
}
}

@media screen and (max-width: 981px){
#web_limited_color_item h5{
  font-size: 35px;
}
.content-box .sub-area img{
  width: 300px;
}
}

@media screen and (max-width: 768px){
#web_limited_color_item p{
  font-size: 12px;
  line-height: 200%;
  letter-spacing: 0.04em;
}
#web_limited_color_item h2{
  margin: 0 auto 12%;
}
#web_limited_color_item header p {
  font-size: 12px;
  margin: 0 auto 12%;
}
#web_limited_color_item .content-box .mv-area p {
    margin-bottom: 20px;
}
  #web_limited_color_item .content-box .mv-inf p.lp-credit span {
  font-size: 21px;
  }
#web_limited_color_item h3{
  font-size: 21px;
  text-transform: uppercase;
  width: 100%;
  margin: 0 auto 6% 0;
  line-height: 1.2em;
  font-family: apparat, 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  font-weight: 500;
  font-style: normal;
}
#web_limited_color_item h3 span {
    display: block;
    font-size: 12px;
font-weight: 400;line-height: 1.2em;margin: 0 auto 3% 0;}
#web_limited_color_item .sec_ttl:before {
    content: "01";
    font-size: 46px;
    font-family: futura-pt, sans-serif;
    /* font-weight: 600; */
    font-style: normal;
    margin-right: 5px;
    letter-spacing: 1px;
}
#web_limited_color_item h4{
  font-size: 25px;
  font-weight: 600;
letter-spacing: 0.04em;
  line-height: 0.9em;
margin: 0 auto 6%;}
#web_limited_color_item h4 span{
  font-size: 12px;
  margin: -2% 0 0%;
}
#web_limited_color_item h5{
  font-size: 30px;
}
#web_limited_color_item h6{
  font-size: 24px;
  letter-spacing: 0.08em;
  margin: 0 auto 7%;
}
#web_limited_color_item .archive-sec h5 {
    font-size: 25px;
}
#web_limited_color_item .attention-txt-pc {
    font-size: 9px;
}
.content-box .bg{
  /* background-image: url(https://ds-assets.s3.amazonaws.com/e-look.jp/2022/scapa/2022ss_mizuno_collaboration/sec01_bg_smp.jpg); */
  /* height: 400px; */
  /* background: linear-gradient(to top, #fff 0%, #fff 50%, #f7fbff 0%, #f7fbff 100%, #fff 0%, #fff 100%); */
  }
#jacket.content-box .bg{
  /* background-image: url(https://ds-assets.s3.amazonaws.com/e-look.jp/2022/scapa/2022ss_mizuno_collaboration/sec02_bg_smp.jpg); */
}
.main_content .nav-area{
  width: 97%;
}
.main_content .nav-area ul li{
  width: 48.5%;
}
#web_limited_color_item .main_content .nav-area p{
  font-size: 11px;
}
#web_limited_color_item .main_content .nav-area p span{
  font-size: 20px;
}
.more-btn{
  width: 80%;
  font-size: 12px;
  padding: 4px 0 4px 7px;
}

.content-box .ttl{
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    line-height: 60px;
}
.content-box .square{
  margin: 0 auto 4%;
  width: 1px;
  height: 25px;
  background-color: #333333;
}
.content-box .mv-area{
  width: 95%;
  max-width: 400px;
  flex-direction: column;
  margin: 0px auto 12%;
  padding: 0 0 0 0;
  }
#web_limited_color_item .content-box .mv-area .mv-inf{
  width: 100%;
  max-width: 900px;padding: 0 0 0 0%;
}
.content-box .mv-area .mv-img{
  width: 100%;
  max-width: 380px;
  margin: auto;
}
.content-box .mv-area .mv-img img{
  margin: 0 0 8%;
}
.content-box .mv-area .mv-img p{
  width: 100%;
  margin: 0 auto;
}
#jacket.content-box .mv-area{
  flex-direction: column;
}
#web_limited_color_item .lp-credit{
  margin: 0% auto 6%;
font-size: 12px;
line-height: 1.8em;
}
#web_limited_color_item .mv-inf ul{
  margin: 0% auto 10%;
}
#web_limited_color_item .lp-credit span {
    font-size: 12px;
    /* border-bottom: 1px solid #000; */
    padding: 0 0 3px;
}
#web_limited_color_item .content-box .sub-area{
  width: 90%;
  max-width: 380px;
  margin: 0 auto 60px;
}
#web_limited_color_item .content-box .sub-area ul{
  flex-flow: wrap;
}
#web_limited_color_item .content-box .sub-area ul li{
  width: 100%;
  max-width: 300px;
  margin: 0 auto 6%;
}

#web_limited_color_item .content-box .dtl-area{
  width: 95%;
  max-width: 400px;
  margin: 0 auto 12%;
}
#web_limited_color_item .content-box .dtl-area ul{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
#web_limited_color_item .content-box .dtl-area ul li{
  width: 46%;
  max-width: 200px;
  margin: 0 1.5% 12%;
}
#web_limited_color_item .content-box .dtl-area ul li img{
  margin: 0 auto 8%;
}
#web_limited_color_item .content-box .dtl-area ul li p.name{
  text-align: center;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.02em;
  font-weight: 600;
  margin: 0 auto 4%;
}
#web_limited_color_item .content-box .dtl-area ul li p.price{
  text-align: center;
  font-size: 11px;
  line-height: 18px;
  margin: 0 auto;
}
#web_limited_color_item .content-box .dtl-area ul li .item_link{
  width: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 4% auto 0;
}
#web_limited_color_item .content-box .dtl-area ul li .item_link a{
  width: 48%;
  background: #23292e;
  border: 1px solid #23292e;
  padding: 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 2.5em;
}
#web_limited_color_item .content-box .dtl-area ul li .item_link a:hover{
  background: #fff;
  color: #b1a063;
  border: 1px solid #b1a063;
  transition: 0.5s;
  opacity: 1;
}
.coord-area{
  width: 95%;
}
.coord-area ul{
  flex-wrap: wrap;
  flex-direction: column;
}
.coord-area ul li{
  width: 100%;
  max-width: 675px;
  margin: 0 0 8%;
}
.coord-area ul li img{
  margin: 0 0 4%;
}
.coord-area ul.coord-credit li{
  margin: 0 0 2%;
}
#web_limited_color_item .coord-credit .lp-credit{
  margin: 0;
}
.content-box#material{
  margin: 0 auto 12%;
}
.mr-bg{
  padding: 10% 0;
}
.mr-bg .mr-main{
  width: 90%;
  flex-direction: column;
  margin: 0 auto;
}
.mr-bg .mr-main .mr-img{
  width: 100%;
  max-width: 675px;
  text-align: center;
}
.mr-bg .mr-main .mr-img img{
  margin: 0 0 6%;
}
#web_limited_color_item .mr-bg .mr-main .mr-img h5{
  margin: 0 0 3%;
}
#web_limited_color_item .mr-bg .mr-main .mr-img p{
  margin: 0 0 5%;
}
.mr-bg .mr-main .mr-img p span{
  font-size: 14px;
  background: #fff;
  padding: 1px 10px;
  margin: 0 2% 0 0;
}
.mr-bg .mr-main .mr-inf{
  width: 90%;
  margin: 0 auto 4%;
}
.mr-bg ul{
  width: 90%;
}
.mr-bg ul li{
  width: 49%;
  margin: 0 0 3%;
}

.lp_btn{
  margin: 0 auto 8%;
}
#web_limited_color_item .lp_btn a{
  max-width: 400px;
  font-size: 13px;
  margin: 8px auto 0;
  padding: 15px 0 10px 0;
}
#web_limited_color_item .archive-sec {
  width: 100%;
  max-width: 400px;
  border-top: solid 1px #b7b7b7;
  margin: 12% auto;
}
#web_limited_color_item .archive-sec ul {
    margin: 12% auto 10%;
    }
#web_limited_color_item .archive-sec ul li {
    width: 46%;
    margin: 0 2% 4%;
    max-width: 380px;
}
.pc{
  display: none;
}
.sp{
  display: block;
}
}

@media screen and (max-width: 425px){
.content-box .mv-area .mv-img{
  width: 100%;
  max-width: 400px;
  margin: 0 auto 12%;
}
}


/*======================
  商品切り替え slide css
======================*/
 
 /*=== 2枚画像の表示エリア ================================= */
 .slideBox {
  position   : relative;
  overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 400px;
  height     : 505px;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : #fff;
  margin: 0 0 5%;
 }
 @media screen and (max-width: 979px){
  .slideBox {
    width      : 300px;
    height: 379px;
  }
 }
 @media screen and (max-width: 768px){
  .slideBox {
    width      : 300px;
    height: 379px;
  }
 }
 @media screen and (max-width: 425px){
  .slideBox {
    width      : 260px;
    height     : 328px;
  }
 }
 /*=== 画像の設定 ======================================= */
 .slideBox img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime 10s ease infinite;
 }
 
 /*=== スライドのアニメーションを段差で開始する ========= */
 .slideBox img:nth-of-type(1) { animation-delay: 0s }
 .slideBox img:nth-of-type(2) { animation-delay: 5s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime{
  0% { opacity: 0 }
 40% { opacity: 1 }
 60% { opacity: 1 }
100% { opacity: 0 }
}