
html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

body{
	overflow-x: unset;
}

.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}

.blog_inner h2 {
 border-bottom: none;
}
.blog_inner h3{
 border-left: none;
}

.blog_inner ul{
margin-bottom: 0;
margin-left: 0;
}

.slick-dots{
bottom: -30px!important;
}

.blog_inner p{
margin-bottom: 0;
}

#hybrid02 {
	width: unset;
	max-width: 1000px;
	margin:0 auto;
	padding:0;
	font-size:18px;
	font-family: "Oswald", sans-serif;
	overflow: visible;
	text-align: center;
	background: black;
	color: white;
}

#hybrid02 img {
	max-width:100%;
	height:auto;
	border: none;
	vertical-align: bottom;
}


#hybrid02 .mainbanner{
	position: relative;
}

#hybrid02 .mainbanner .title{
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
}

#hybrid02 .mainbanner .img-framebanner{
  position:absolute;
inset:0;
height:100%;
   width: 100%;
   overflow: hidden;
   margin: 0 auto;
}

#hybrid02 .img-banner01,
#hybrid02 .img-banner02,
#hybrid02 .img-banner03,
#hybrid02 .img-banner04,
#hybrid02 .img-banner05,
#hybrid02 .img-banner06,
#hybrid02 .img-banner07,
#hybrid02 .img-spbanner01,
#hybrid02 .img-spbanner02,
#hybrid02 .img-spbanner03,
#hybrid02 .img-spbanner04,
#hybrid02 .img-spbanner05,
#hybrid02 .img-spbanner06,
#hybrid02 .img-spbanner07{
   position: absolute;
   top:0;
   left:0;
   width: 100%;
	height:100%;
   background-position: center;
   background-repeat: no-repeat;
 background-size: cover;
}



#hybrid02 .img-banner01{
   background-image: url('https://www.peetonline.com/images/karlkani/2026/hybrid02/banner/pc/01.png');
   animation: banner01 28s infinite;
}
#hybrid02 .img-banner02{
   background-image: url('https://www.peetonline.com/images/karlkani/2026/hybrid02/banner/pc/02.png');
   animation: banner02 28s infinite;
}
#hybrid02 .img-banner03{
   background-image: url('https://www.peetonline.com/images/karlkani/2026/hybrid02/banner/pc/03.png');
   animation: banner03 28s infinite;
}

#hybrid02 .img-banner04{
   background-image: url('https://www.peetonline.com/images/karlkani/2026/hybrid02/banner/pc/04.png');
   animation: banner04 28s infinite;
}
#hybrid02 .img-banner05{
   background-image: url('https://www.peetonline.com/images/karlkani/2026/hybrid02/banner/pc/05.png');
   animation: banner05 28s infinite;
}
#hybrid02 .img-banner06{
   background-image: url('https://www.peetonline.com/images/karlkani/2026/hybrid02/banner/pc/06.png');
   animation: banner06 28s infinite;
}

#hybrid02 .img-banner07{
   background-image: url('https://www.peetonline.com/images/karlkani/2026/hybrid02/banner/pc/07.png');
   animation: banner07 28s infinite;
}

#hybrid02 .img-spbanner01{
   background-image: url('https://www.peetonline.com/images/karlkani/2026/hybrid02/banner/sp/01.png');
   animation: banner01 28s infinite;
}
#hybrid02 .img-spbanner02{
   background-image: url('https://www.peetonline.com/images/karlkani/2026/hybrid02/banner/sp/02.png');
   animation: banner02 28s infinite;
}
#hybrid02 .img-spbanner03{
   background-image: url('https://www.peetonline.com/images/karlkani/2026/hybrid02/banner/sp/03.png');
   animation: banner03 28s infinite;
}

#hybrid02 .img-spbanner04{
   background-image: url('https://www.peetonline.com/images/karlkani/2026/hybrid02/banner/sp/04.png');
   animation: banner04 28s infinite;
}
#hybrid02 .img-spbanner05{
   background-image: url('https://www.peetonline.com/images/karlkani/2026/hybrid02/banner/sp/05.png');
   animation: banner05 28s infinite;
}
#hybrid02 .img-spbanner06{
   background-image: url('https://www.peetonline.com/images/karlkani/2026/hybrid02/banner/sp/06.png');
   animation: banner06 28s infinite;
}

#hybrid02 .img-spbanner07{
   background-image: url('https://www.peetonline.com/images/karlkani/2026/hybrid02/banner/sp/07.png');
   animation: banner07 28s infinite;
}

@keyframes banner01{

  0%,10%{
    opacity:1;
    transform:translateX(-3%);
  }

  14%,100%{
    opacity:0;
    transform:translateX(3%);
  }
}

@keyframes banner02{

  0%,13%{
    opacity:0;
  }

  14%,24%{
    opacity:1;
    transform:translateX(3%);
  }

  28%,100%{
    opacity:0;
    transform:translateX(-3%);
  }
}

@keyframes banner03{

  0%,27%{
    opacity:0;
  }

  28%,38%{
    opacity:1;
    transform:translateY(3%);
  }

  42%,100%{
    opacity:0;
    transform:translateY(-3%);
  }
}

@keyframes banner04{

  0%,41%{
    opacity:0;
  }

  42%,52%{
    opacity:1;
    transform:translate(3%,3%);
  }

  56%,100%{
    opacity:0;
    transform:translate(-3%,-3%);
  }
}

@keyframes banner05{

  0%,55%{
    opacity:0;
  }

  56%,66%{
    opacity:1;
    filter:blur(0);
  }

  70%,100%{
    opacity:0;
    filter:blur(8px);
  }
}

@keyframes banner06{

  0%,69%{
    opacity:0;
  }

  70%,80%{
    opacity:1;
    filter:brightness(100%);
  }

  84%,100%{
    opacity:0;
    filter:brightness(40%);
  }
}

@keyframes banner07{

  0%,83%{
    opacity:0;
  }

  84%,94%{
    opacity:1;
    filter:grayscale(0%);
  }

  100%{
    opacity:0;
    filter:grayscale(100%);
  }
}


#hybrid02 h1,
#hybrid02 h2,
#hybrid02 h3,
#hybrid02 h4,
#hybrid02 h5{
	color: #fff;
	text-align:center;
	font-weight:bold;
	font-family: "Oswald", sans-serif;
}

#hybrid02 h1{
	font-size: 3.2em;
	letter-spacing: 2px;
	margin: 60px auto;
	color:white;
	width:100%;
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	letter-spacing: 0.5rem;
	background: linear-gradient(transparent 99%, #ffff 10%);
}

#hybrid02 h1 span{
	display: block;
	font-size: 0.6em;
}

#hybrid02 h1 img{
	width: 35%;
	margin-bottom: 30px;
}

#hybrid02 h2{
	width: 100%;
	margin: 30px auto 0;
	font-size: 1em;
}

#hybrid02 h3{
	width: 100%;
	margin: 15px auto 15px;
	text-align: left;
}


#hybrid02 section.style h3{
	color:white;
	width: 95%;
	margin: 15px auto 15px;
	text-align: left;
	border-bottom: 1px solid white;
	padding-left:0px;
	font-size:1.3em!important;
	font-weight: normal;
	letter-spacing: 0.15rem;
}

#hybrid02 h2 img{
	width: 30%;
	margin: 35px auto 0;
}


#hybrid02 section.style h4{
	width: 100%;
	font-size: 3em;
	color:#0077be;
	margin: 20px auto;
	line-height: 120%;
}

#hybrid02 section.style h4 span{
	font-size: 0.5em;
}

#hybrid02 .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    justify-content: center;
}	


#hybrid02 p{
	font-size: 0.85em!important;
	line-height: 180%;
}

#hybrid02 p.main_text{
	width: 90%;
	margin: 15px auto 30px !important;
	line-height: 250%;
	text-align: center;
	font-size:0.95em !important;
}

#hybrid02 p.main_text span.big{
font-size: 1.5em;
color: #000;
background: linear-gradient(transparent 70%, #add8e6 30%);
line-height: 200%;
}


#hybrid02 p span{
	font-weight: bold;
	color: #C52F32;
}

#hybrid02 .block .block1,
#hybrid02 .block .block2{
	text-align: left;
	margin: auto;
}

#hybrid02 .block .block2{
	margin: 0px auto 0px!important;
}

#hybrid02 .block p{
	font-size: 0.9em!important;
	margin: 25px auto 45px!important;
	width:95%;
}

#hybrid02 .block p.main_text{
	margin: 20px auto !important;
	font-size:0.9em !important;
	line-height:200% !important;;
}

.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
	
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);	
}

#hybrid02 .categorylist,
#hybrid02 .stylinglist{
	margin: 30px auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	font-size: 1.4em;
}
#hybrid02 section.category {
	margin: 0px auto;
	width: 100%;
}
#hybrid02 .categorylist div{
	flex-basis: calc(100% / 2 - 1%);
margin: auto 0;
}

#hybrid02 .stylinglist div{
	flex-basis: calc(100% / 3 - 1%);
    padding:0;
}

#hybrid02 section.style {
	margin: 60px auto;
	width: 100%;
}

#hybrid02 .otheritem a {
	display: block;
	width: 100%;
	max-width: 100px;
	padding: 6px 0;
	text-align: center;
	border: 1px solid #000;
	background: #000;
	color: white;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	border-radius: 8px;
}

#hybrid02 .otheritem a:hover {
	background: white;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}
#hybrid02 .otheritem a{
	max-width: 500px;
	padding: 10px;
	font-size: 0.85em;
}
	
#hybrid02 .btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}

#hybrid02 .btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}

#hybrid02 .btn::after {
  transition: border 0.1s linear 0.05s;
}

#hybrid02 .btn .btn-inner {
  position: relative;
  z-index: 2;
}

#hybrid02 .btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}

#hybrid02 .btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}

#hybrid02 .btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

#hybrid02 .swiper-slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}

#hybrid02 .swiper-slide .btn::before {
  background: #fff;
}



#hybrid02 .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}



#hybrid02  .swiper-slide {
  position: relative;
}

/* ボタンを画像の上に重ねる */
#hybrid02 .swiper-slide .btn {
  position: absolute;
  bottom: 100px;        /* 下からの位置 */
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;

  /* 見た目強化 */
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
}

#hybrid02 .glitch {
  color: #fff;
  font-size: 3.5em;
  position: relative;
  width: 95%;
  margin: 0 auto;
}

#hybrid02 .glitch::before,
#hybrid02 .glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  overflow: hidden;
  background: #000;
  color: #fff;
 left:0;
width:100%; 
}

#hybrid02 .glitch::after {
  left: 1px;
  text-shadow: -1px 0 red;
 animation: noise-anim 2s infinite linear alternate-reverse;
}

#hybrid02 .glitch::before {
  left: -1px;
  text-shadow: 1px 0 blue;
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}


#hybrid02 .glitch02 {
  color: #fff;
  font-size:1em;
  position: relative;
  width: 95%;
  margin: 0 auto;
}

#hybrid02 .glitch02::before,
#hybrid02 .glitch02::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  overflow: hidden;
  background: #000;
  color: #fff;
 left:0;
width:100%; 
}

#hybrid02 .glitch02::after {
  left: 1px;
  text-shadow: -1px 0 red;
 animation: noise-anim 2s infinite linear alternate-reverse;
}

#hybrid02 .glitch02::before {
  left: -1px;
  text-shadow: 1px 0 blue;
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}

@keyframes noise-anim {
  0%   { clip: rect(42px,9999px,44px,0); }
  10%  { clip: rect(12px,9999px,75px,0); }
  20%  { clip: rect(65px,9999px,92px,0); }
  30%  { clip: rect(8px,9999px,38px,0); }
  40%  { clip: rect(55px,9999px,88px,0); }
  50%  { clip: rect(15px,9999px,40px,0); }
  60%  { clip: rect(70px,9999px,95px,0); }
  70%  { clip: rect(20px,9999px,60px,0); }
  80%  { clip: rect(45px,9999px,78px,0); }
  90%  { clip: rect(10px,9999px,50px,0); }
  100% { clip: rect(80px,9999px,99px,0); }
}

@keyframes noise-anim-2 {
  0%   { clip: rect(18px,9999px,52px,0); }
  10%  { clip: rect(72px,9999px,96px,0); }
  20%  { clip: rect(10px,9999px,45px,0); }
  30%  { clip: rect(35px,9999px,70px,0); }
  40%  { clip: rect(5px,9999px,30px,0); }
  50%  { clip: rect(60px,9999px,85px,0); }
  60%  { clip: rect(25px,9999px,55px,0); }
  70%  { clip: rect(78px,9999px,100px,0); }
  80%  { clip: rect(40px,9999px,65px,0); }
  90%  { clip: rect(12px,9999px,42px,0); }
  100% { clip: rect(68px,9999px,94px,0); }
}

/* profile */

#hybrid02 section.profile{
	width: 85%;
	max-width: 500px;
	margin: 0 auto 100px;
}

#hybrid02 section.profile div:first-child{
	flex-basis: 30%;
}

#hybrid02 section.profile div:last-child{
	flex-basis: 70%;
	padding-left: 15%;
	text-align: left;
	line-height: 150%;
	margin: auto;
}

#hybrid02 section.profile p.modelname{
	font-weight: 500;
	font-size: 2em!important;
	font-family: 'DIN-Condensed', sans-serif;
	color: #fff;
	line-height: 100%;
}

#hybrid02 section.profile p.proftext{
	font-size: 0.8em!important;
}

#hybrid02 section.profile div:last-child div{
	margin: 5px 0 0;
	width: 100%;
	padding-left: 0!important;
}

#hybrid02 section.profile div:last-child p.icon{
	margin: 0 auto!important;
	text-decoration: underline;
	font-size: 0.75em!important;
	flex-basis: 50%;
	text-align: left;
}

#hybrid02 section.profile a{
	 text-decoration: underline;
	 color: #fff;
}

#hybrid02 .profile div:last-child p.icon img{
	width: 20%;
	max-width: 20px;
	vertical-align: middle;
	padding-right: 2%;
	display: inline-block!important;
}

/*コーディネート*/

#hybrid02 .item_list .list{
 font-size: 0.8em!important;
 padding: 1%;
 text-align: left;
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
}

#hybrid02 .item_list .list div:first-child{
	width: 80%;
	padding: 3px 0% 3px 7px;
	margin: 0 auto;
}

#hybrid02 .item_list .list div:last-child{
	width: 15%;
	display: flex;
	align-items: center;
	/*padding-right: 1%;*/
}

#hybrid02 .item_list .list a{
	display: block;
	width: 100%;
	max-width: 150px;
	padding: 3px 0;
	text-align: center;
	border: 1px solid #fff;
	background: #000;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	font-size: 0.9em;
	border-radius: 0px;
	text-decoration: none;
}

#hybrid02 .item_list .list span{
font-size: 1em;
}	

#hybrid02 .item_list .list{
line-height: 180%;
width: 100%;
margin: auto;
}	

#hybrid02 .item_list .list a:hover{
	background: #fff;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}

#hybrid02 .item_listblue .list a:hover{
	background: #fff;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}

.img-01{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/01/03.jpg");
  animation: look01 24s infinite;
}

.img-02{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/01/04.jpg");
  animation: look02 24s infinite;
}

.img-03{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/01/05.jpg");
  animation: look03 24s infinite;
}

.img-04{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/01/06.jpg");
  animation: look04 24s infinite;
}

.img-05{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/02/03.jpg");
  animation: zoomIn01 24s infinite;
}

.img-06{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/02/04.jpg");
  animation: zoomIn02 24s infinite;
}

.img-07{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/02/05.jpg");
  animation: zoomIn03 24s infinite;
}

.img-08{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/02/06.jpg");
  animation: zoomIn04 24s infinite;
}

.img-09{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/03/03.jpg");
  animation: zoomOut01 24s infinite;
}

.img-10{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/03/04.jpg");
  animation: zoomOut02 24s infinite;
}

.img-11{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/03/05.jpg");
  animation: zoomOut03 24s infinite;
}

.img-12{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/03/06.jpg");
  animation: zoomOut04 24s infinite;
}

.img-13{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/04/03.jpg");
  animation: leftPan01 24s infinite;
}

.img-14{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/04/04.jpg");
  animation: leftPan02 24s infinite;
}

.img-15{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/04/05.jpg");
  animation: leftPan03 24s infinite;
}

.img-16{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/04/06.jpg");
  animation: leftPan04 24s infinite;
}

.img-17{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/05/03.jpg");
  animation: rightPan01 24s infinite;
}

.img-18{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/05/04.jpg");
  animation: rightPan02 24s infinite;
}

.img-19{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/05/05.jpg");
  animation: rightPan03 24s infinite;
}

.img-20{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/05/06.jpg");
  animation: rightPan04 24s infinite;
}

.img-21{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/06/03.jpg");
  animation: verticalPan01 24s infinite;
}

.img-22{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/06/04.jpg");
  animation: verticalPan02 24s infinite;
}

.img-23{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/06/05.jpg");
  animation: verticalPan03 24s infinite;
}

.img-24{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/06/06.jpg");
  animation: verticalPan04 24s infinite;
}

.img-25{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/07/03.jpg");
  animation: diagonalPan01 24s infinite;
}

.img-26{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/07/04.jpg");
  animation: diagonalPan02 24s infinite;
}

.img-27{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/07/05.jpg");
  animation: diagonalPan03 24s infinite;
}

.img-28{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/07/06.jpg");
  animation: diagonalPan04 24s infinite;
}

.img-29{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/08/03.jpg");
  animation: monoColor01 24s infinite;
}

.img-30{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/08/04.jpg");
  animation: monoColor02 24s infinite;
}

.img-31{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/08/05.jpg");
  animation: monoColor03 24s infinite;
}

.img-32{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/08/06.jpg");
  animation: monoColor04 24s infinite;
}

.img-33{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/09/03.jpg");
  animation: focus01 24s infinite;
}

.img-34{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/09/04.jpg");
  animation: focus02 24s infinite;
}

.img-35{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/09/05.jpg");
  animation: focus03 24s infinite;
}

.img-36{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/09/06.jpg");
  animation: focus04 24s infinite;
}

.img-37{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/10/03.jpg");
  animation: flash01 24s infinite;
}

.img-38{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/10/04.jpg");
  animation: flash02 24s infinite;
}

.img-39{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/10/05.jpg");
  animation: flash03 24s infinite;
}

.img-40{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/10/06.jpg");
  animation: flash04 24s infinite;
}

.img-41{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/11/03.jpg");
  animation: rotatePan01 24s infinite;
}

.img-42{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/11/04.jpg");
  animation: rotatePan02 24s infinite;
}

.img-43{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/11/05.jpg");
  animation: rotatePan03 24s infinite;
}

.img-44{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/11/06.jpg");
  animation: rotatePan04 24s infinite;
}

.img-45{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/12/03.jpg");
  animation: darkReveal01 24s infinite;
}

.img-46{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/12/04.jpg");
  animation: darkReveal02 24s infinite;
}

.img-47{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/12/05.jpg");
  animation: darkReveal03 24s infinite;
}

.img-48{
  background-image:url("https://www.peetonline.com/images/karlkani/2026/hybrid02/styling/12/06.jpg");
  animation: darkReveal04 24s infinite;
}


@keyframes look01 {

  0%{
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transform: scale(1.15) translateX(-3%);
  }

  5%{
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }

  20%{
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: scale(1) translateX(3%);
  }

  25%{
    opacity: 0;
  }

  100%{
    opacity: 0;
  }
}


@keyframes look02 {

  0%,24%{
    opacity: 0;
  }

  25%{
    opacity: 1;
    clip-path: inset(0 100% 0 0);
    transform: scale(1.15) translateX(3%);
  }

  30%{
    clip-path: inset(0 0 0 0);
  }

  45%{
    opacity: 1;
    transform: scale(1) translateX(-3%);
  }

  50%{
    opacity: 0;
  }

  100%{
    opacity: 0;
  }
}

@keyframes look03 {

  0%,49%{
    opacity: 0;
  }

  50%{
    opacity: 1;
    clip-path: inset(0 100% 0 0);
    transform: scale(1.15) translateY(3%);
  }

  55%{
    clip-path: inset(0 0 0 0);
  }

  70%{
    opacity: 1;
    transform: scale(1) translateY(-3%);
  }

  75%{
    opacity: 0;
  }

  100%{
    opacity: 0;
  }
}

@keyframes look04 {

  0%,74%{
    opacity: 0;
  }

  75%{
    opacity: 1;
    clip-path: inset(0 100% 0 0);
    transform: scale(1.15) translate(-2%,2%);
  }

  80%{
    clip-path: inset(0 0 0 0);
  }

  95%{
    opacity: 1;
    transform: scale(1) translate(2%,-2%);
  }

  100%{
    opacity: 0;
  }
}

@keyframes zoomIn01{

  0%{
    opacity:0;
    transform:scale(1) translateX(-3%);
  }

  5%{
    opacity:1;
  }

  20%{
    opacity:1;
    transform:scale(1.3) translateX(3%);
  }

  25%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}


@keyframes zoomIn02{

  0%,24%{
    opacity:0;
  }

  25%{
    opacity:1;
    transform:scale(1) translateX(3%);
  }

  45%{
    opacity:1;
    transform:scale(1.3) translateX(-3%);
  }

  50%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes zoomIn03{

  0%,49%{
    opacity:0;
  }

  50%{
    opacity:1;
    transform:scale(1) translateY(3%);
  }

  70%{
    opacity:1;
    transform:scale(1.3) translateY(-3%);
  }

  75%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes zoomIn04{

  0%,74%{
    opacity:0;
  }

  75%{
    opacity:1;
    transform:scale(1) translate(-2%,2%);
  }

  95%{
    opacity:1;
    transform:scale(1.3) translate(2%,-2%);
  }

  100%{
    opacity:0;
  }
}

@keyframes zoomOut01{
  0%{
    opacity:0;
    transform:scale(1.3) translateX(-3%);
  }

  5%{
    opacity:1;
  }

  20%{
    opacity:1;
    transform:scale(1) translateX(3%);
  }

  25%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes zoomOut02{
  0%,24%{
    opacity:0;
  }

  25%{
    opacity:1;
    transform:scale(1.3) translateX(3%);
  }

  45%{
    opacity:1;
    transform:scale(1) translateX(-3%);
  }

  50%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes zoomOut03{
  0%,49%{
    opacity:0;
  }

  50%{
    opacity:1;
    transform:scale(1.3) translateY(3%);
  }

  70%{
    opacity:1;
    transform:scale(1) translateY(-3%);
  }

  75%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes zoomOut04{
  0%,74%{
    opacity:0;
  }

  75%{
    opacity:1;
    transform:scale(1.3) translate(-2%,2%);
  }

  95%{
    opacity:1;
    transform:scale(1) translate(2%,-2%);
  }

  100%{
    opacity:0;
  }
}

@keyframes leftPan01{
  0%{
    opacity:0;
    transform:translateX(8%) scale(1.15);
  }

  5%{
    opacity:1;
  }

  20%{
    opacity:1;
    transform:translateX(-8%) scale(1);
  }

  25%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes leftPan02{
  0%,24%{
    opacity:0;
  }

  25%{
    opacity:1;
    transform:translateX(8%) scale(1.15);
  }

  45%{
    opacity:1;
    transform:translateX(-8%) scale(1);
  }

  50%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes leftPan03{
  0%,49%{
    opacity:0;
  }

  50%{
    opacity:1;
    transform:translateX(8%) scale(1.15);
  }

  70%{
    opacity:1;
    transform:translateX(-8%) scale(1);
  }

  75%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes leftPan04{
  0%,74%{
    opacity:0;
  }

  75%{
    opacity:1;
    transform:translateX(8%) scale(1.15);
  }

  95%{
    opacity:1;
    transform:translateX(-8%) scale(1);
  }

  100%{
    opacity:0;
  }
}

@keyframes rightPan01{
  0%{
    opacity:0;
    transform:translateX(-8%) scale(1.15);
  }

  5%{
    opacity:1;
  }

  20%{
    opacity:1;
    transform:translateX(8%) scale(1);
  }

  25%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes rightPan02{
  0%,24%{
    opacity:0;
  }

  25%{
    opacity:1;
    transform:translateX(-8%) scale(1.15);
  }

  45%{
    opacity:1;
    transform:translateX(8%) scale(1);
  }

  50%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes rightPan03{
  0%,49%{
    opacity:0;
  }

  50%{
    opacity:1;
    transform:translateX(-8%) scale(1.15);
  }

  70%{
    opacity:1;
    transform:translateX(8%) scale(1);
  }

  75%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes rightPan04{
  0%,74%{
    opacity:0;
  }

  75%{
    opacity:1;
    transform:translateX(-8%) scale(1.15);
  }

  95%{
    opacity:1;
    transform:translateX(8%) scale(1);
  }

  100%{
    opacity:0;
  }
}

@keyframes verticalPan01{
  0%{
    opacity:0;
    transform:translateY(8%) scale(1.15);
  }

  5%{
    opacity:1;
  }

  20%{
    opacity:1;
    transform:translateY(-8%) scale(1);
  }

  25%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes verticalPan02{
  0%,24%{
    opacity:0;
  }

  25%{
    opacity:1;
    transform:translateY(8%) scale(1.15);
  }

  45%{
    opacity:1;
    transform:translateY(-8%) scale(1);
  }

  50%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes verticalPan03{
  0%,49%{
    opacity:0;
  }

  50%{
    opacity:1;
    transform:translateY(8%) scale(1.15);
  }

  70%{
    opacity:1;
    transform:translateY(-8%) scale(1);
  }

  75%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes verticalPan04{
  0%,74%{
    opacity:0;
  }

  75%{
    opacity:1;
    transform:translateY(8%) scale(1.15);
  }

  95%{
    opacity:1;
    transform:translateY(-8%) scale(1);
  }

  100%{
    opacity:0;
  }
}

@keyframes diagonalPan01{
  0%{
    opacity:0;
    transform:translate(8%,8%) scale(1.2);
  }

  5%{
    opacity:1;
  }

  20%{
    opacity:1;
    transform:translate(-8%,-8%) scale(1);
  }

  25%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes diagonalPan02{
  0%,24%{
    opacity:0;
  }

  25%{
    opacity:1;
    transform:translate(8%,8%) scale(1.2);
  }

  45%{
    opacity:1;
    transform:translate(-8%,-8%) scale(1);
  }

  50%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes diagonalPan03{
  0%,49%{
    opacity:0;
  }

  50%{
    opacity:1;
    transform:translate(8%,8%) scale(1.2);
  }

  70%{
    opacity:1;
    transform:translate(-8%,-8%) scale(1);
  }

  75%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes diagonalPan04{
  0%,74%{
    opacity:0;
  }

  75%{
    opacity:1;
    transform:translate(8%,8%) scale(1.2);
  }

  95%{
    opacity:1;
    transform:translate(-8%,-8%) scale(1);
  }

  100%{
    opacity:0;
  }
}

@keyframes monoColor01{
  0%{
    opacity:0;
    filter:grayscale(100%);
    transform:scale(1.15);
  }

  5%{
    opacity:1;
  }

  20%{
    opacity:1;
    filter:grayscale(0%);
    transform:scale(1);
  }

  25%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes monoColor02{
  0%,24%{
    opacity:0;
  }

  25%{
    opacity:1;
    filter:grayscale(100%);
    transform:scale(1.15);
  }

  45%{
    opacity:1;
    filter:grayscale(0%);
    transform:scale(1);
  }

  50%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes monoColor03{
  0%,49%{
    opacity:0;
  }

  50%{
    opacity:1;
    filter:grayscale(100%);
    transform:scale(1.15);
  }

  70%{
    opacity:1;
    filter:grayscale(0%);
    transform:scale(1);
  }

  75%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes monoColor04{
  0%,74%{
    opacity:0;
  }

  75%{
    opacity:1;
    filter:grayscale(100%);
    transform:scale(1.15);
  }

  95%{
    opacity:1;
    filter:grayscale(0%);
    transform:scale(1);
  }

  100%{
    opacity:0;
  }
}

@keyframes focus01{
  0%{
    opacity:0;
    filter:blur(8px);
    transform:scale(1.15) translateX(-2%);
  }

  5%{
    opacity:1;
  }

  20%{
    opacity:1;
    filter:blur(0);
    transform:scale(1) translateX(2%);
  }

  25%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes focus02{
  0%,24%{
    opacity:0;
  }

  25%{
    opacity:1;
    filter:blur(8px);
    transform:scale(1.15) translateX(2%);
  }

  45%{
    opacity:1;
    filter:blur(0);
    transform:scale(1) translateX(-2%);
  }

  50%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes focus03{
  0%,49%{
    opacity:0;
  }

  50%{
    opacity:1;
    filter:blur(8px);
    transform:scale(1.15) translateY(2%);
  }

  70%{
    opacity:1;
    filter:blur(0);
    transform:scale(1) translateY(-2%);
  }

  75%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes focus04{
  0%,74%{
    opacity:0;
  }

  75%{
    opacity:1;
    filter:blur(8px);
    transform:scale(1.15) translate(-2%,2%);
  }

  95%{
    opacity:1;
    filter:blur(0);
    transform:scale(1) translate(2%,-2%);
  }

  100%{
    opacity:0;
  }
}

@keyframes flash01{

  0%{
    opacity:0;
    filter:brightness(250%);
    transform:scale(1.15) translateX(-2%);
  }

  5%{
    opacity:1;
  }

  20%{
    opacity:1;
    filter:brightness(100%);
    transform:scale(1) translateX(2%);
  }

  25%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes flash02{

  0%,24%{
    opacity:0;
  }

  25%{
    opacity:1;
    filter:brightness(250%);
    transform:scale(1.15) translateX(2%);
  }

  45%{
    opacity:1;
    filter:brightness(100%);
    transform:scale(1) translateX(-2%);
  }

  50%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes flash03{

  0%,49%{
    opacity:0;
  }

  50%{
    opacity:1;
    filter:brightness(250%);
    transform:scale(1.15) translateY(2%);
  }

  70%{
    opacity:1;
    filter:brightness(100%);
    transform:scale(1) translateY(-2%);
  }

  75%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes flash04{

  0%,74%{
    opacity:0;
  }

  75%{
    opacity:1;
    filter:brightness(250%);
    transform:scale(1.15) translate(-2%,2%);
  }

  95%{
    opacity:1;
    filter:brightness(100%);
    transform:scale(1) translate(2%,-2%);
  }

  100%{
    opacity:0;
  }
}

@keyframes rotatePan01{

  0%{
    opacity:0;
    transform:scale(1.15) rotate(-2deg) translateX(-3%);
  }

  5%{
    opacity:1;
  }

  20%{
    opacity:1;
    transform:scale(1) rotate(2deg) translateX(3%);
  }

  25%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes rotatePan02{

  0%,24%{
    opacity:0;
  }

  25%{
    opacity:1;
    transform:scale(1.15) rotate(-2deg) translateX(3%);
  }

  45%{
    opacity:1;
    transform:scale(1) rotate(2deg) translateX(-3%);
  }

  50%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes rotatePan03{

  0%,49%{
    opacity:0;
  }

  50%{
    opacity:1;
    transform:scale(1.15) rotate(-2deg) translateY(3%);
  }

  70%{
    opacity:1;
    transform:scale(1) rotate(2deg) translateY(-3%);
  }

  75%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes rotatePan04{

  0%,74%{
    opacity:0;
  }

  75%{
    opacity:1;
    transform:scale(1.15) rotate(-2deg) translate(-3%,3%);
  }

  95%{
    opacity:1;
    transform:scale(1) rotate(2deg) translate(3%,-3%);
  }

  100%{
    opacity:0;
  }
}

@keyframes darkReveal01{

  0%{
    opacity:0;
    filter:brightness(40%);
    transform:scale(1.15) translateX(-2%);
  }

  5%{
    opacity:1;
  }

  20%{
    opacity:1;
    filter:brightness(100%);
    transform:scale(1) translateX(2%);
  }

  25%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes darkReveal02{

  0%,24%{
    opacity:0;
  }

  25%{
    opacity:1;
    filter:brightness(40%);
    transform:scale(1.15) translateX(2%);
  }

  45%{
    opacity:1;
    filter:brightness(100%);
    transform:scale(1) translateX(-2%);
  }

  50%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes darkReveal03{

  0%,49%{
    opacity:0;
  }

  50%{
    opacity:1;
    filter:brightness(40%);
    transform:scale(1.15) translateY(2%);
  }

  70%{
    opacity:1;
    filter:brightness(100%);
    transform:scale(1) translateY(-2%);
  }

  75%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes darkReveal04{

  0%,74%{
    opacity:0;
  }

  75%{
    opacity:1;
    filter:brightness(40%);
    transform:scale(1.15) translate(-2%,2%);
  }

  95%{
    opacity:1;
    filter:brightness(100%);
    transform:scale(1) translate(2%,-2%);
  }

  100%{
    opacity:0;
  }
}


#hybrid02 .img-frame{
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}


#hybrid02 .img-frame .img{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}

/* ボタン内を隠す（はみ出し防止） */
#hybrid02 .loop-btn {
  overflow: hidden;
  position: relative;
}

/* 文字を横並びにして動かす */
#hybrid02 .loop-text {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 6s linear infinite;
}

/* 無限スクロール */
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-25%);
  }
}

/*VIEW MOREボタンの設定*/

#hybrid02 p.button {
	display: block;
	margin: 20px auto !important;
	padding: 11px 12px;
	color: #000;
	background: #fff;
	cursor: pointer;
	transition: all 0.5s;
	max-width: 770px;
	width: 80%;
	text-align: center;
	border-radius: 8px;
}


#hybrid02 .carousel { 
  perspective: 1200px; 
  padding: 15% 0 8%;
  margin-bottom: 3rem; 
  overflow: hidden;
}

/* 回転体 */
#hybrid02 figure.spinner { 
  transform-style: preserve-3d; 
  height: 320px; 
  position: relative;
  transform-origin: center center;
  transition: 1s;
}


/* 画像 */
#hybrid02 figure.spinner img { 
  width: 100%;
  max-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-style: preserve-3d;
  transform-origin: center;
  transform: translate(-50%, -50%);
}

/* 4枚配置（重要） */
#hybrid02 figure.spinner img:nth-child(1) {
  transform: translate(-50%, -50%) rotateY(0deg) translateZ(350px);
}

#hybrid02 figure.spinner img:nth-child(2) {
  transform: translate(-50%, -50%) rotateY(90deg) translateZ(350px);
}

#hybrid02 figure.spinner img:nth-child(3) {
  transform: translate(-50%, -50%) rotateY(180deg) translateZ(350px);
}

#hybrid02 figure.spinner img:nth-child(4) {
  transform: translate(-50%, -50%) rotateY(270deg) translateZ(350px);
}

#hybrid02 .carousel ~ span { 
  color: #fff; 
  margin: 5%; 
  display: inline-block; 
  text-decoration: none; 
  font-size: 2rem; 
  transition: 0.6s color; 
  position: relative; 
  margin-top: 0rem; 
  border-bottom: none; 
  line-height: 0; }
#hybrid02 .carousel ~ span:hover {
color: #888; cursor: pointer;
}

/* 回遊リンク */

#hybrid02 .Banner4 {
	text-align: center!important;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#hybrid02 .Banner4 h6 {
	font-size: 30px !important;
	margin: 50px auto;
	padding: 20px 0;
	border-top: double #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-align: center!important;
	letter-spacing: 0.4rem;
	font-weight: normal;
}

#hybrid02 .Banner4 ul {
	display:inline;
}

#hybrid02 .Banner4 ul li {
	display:inline-block;
	width: 47% !important;
	margin: 1% 1% 2% 1%;
}

@media only screen and (min-width:749px){

.pc_none{
	display: none!important;
}

#hybrid02 .block{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	align-items: center;
	width:100%;
}

/*
#hybrid02 .right{
	flex-direction:row-reverse;
}*/		

#hybrid02 .block .block1,
#hybrid02 .block .block2{
	width: calc(100% / 1);	
}

#hybrid02 .left .block2{
	padding-left: 0%;
}

#hybrid02 .right .block2{
	padding-right: 0%;
}
	
		
/* ヘッダー・フッターの崩れを直す */

#news_detail .detail{
	width:100%!important;
}

#news_detail .detail .head{
	width: 1000px!important;
	margin: 0 auto 50px!important;
}

#news_detail .detail .content p:first-child{
	margin: 0 auto;
	max-width: 1000px!important;
}

#topicpath{
	width: 1168px;
	margin: 0 auto;
}

.paging{
	width: 1000px;
	margin: 0 auto;
}
.item_category_links{
	width: 1168px;
	margin: 100px auto 0;
}

}

@media screen and (max-width:820px) {

.sp_none {
	display:none;
}
		
#hybrid02 p.main_text{
	margin: 2.25vw auto!important;
	font-size: 2.7vw!important;
}

#hybrid02 p,
#hybrid02 .block p{
	font-size: 3.5vw!important;
	line-height: 180%;
	display: inline-block;
}

#hybrid02 p.main_text span{
	font-size: 3.4vw!important;
}

#hybrid02 .block p.main_text{
	font-size: 2.7vw!important;
}

#hybrid02 section.style h4	{
	font-size: 8vw;
	margin: 0vw auto -3vw;
	line-height: 120%;
}
	
#hybrid02 section.style h4 span{
	font-size: 4.5vw;
}		
	
#hybrid02 section.style	{
	background-size: 35%;
	background-position: top 90px right 0px;
}	
	
#hybrid02 section.style h3{
font-size: 5.5vw!important;
width:100%;
}

#hybrid02 .item_list .list div:first-child{
	margin: 5px auto 15px;
	padding: 3px 0 3px 2px;
}	
		
#hybrid02 .block .block2{
	padding: 0 2%;
	margin: 6.25vw auto 0!important;
}

#hybrid02 .block p{
	margin: 0 auto !important;
	width:100%;
}

#hybrid02 .item_list .list{
	font-size: 3vw!important;
	line-height: 180%;
}
	
#hybrid02 .item_list .list span{
	font-size: 3vw!important;
}	

#hybrid02 .item_list .list a{
	font-size: 3.125vw;
}
	
#hybrid02 h1{
	font-size: 6.5vw;
	line-height: 165%;
	margin: 8vw auto;
	width:95%;
	letter-spacing: 0.3rem;
}	
	
#hybrid02 h2 img{
	width: 25%;
	margin: 6vw auto 0;
}	

#hybrid02 h2{
	font-size: 4vw;
	margin: auto 0;
}	
	

#hybrid02 .glitch02{
	font-size: 5.5vw;
}	
	
	
#hybrid02 .swiper-slide .btn {
  bottom: 60px;        /* 下からの位置 */
}

#hybrid02 .glitch{	
font-size: 10vw;	
}
	
#hybrid02 .stylinglist div{
	flex-basis: calc(100% / 2 - 1%);
}	
	
/* 3D完全停止 */
  #hybrid02 figure.spinner {
    transform: none !important;
  }

  /* 横スクロール化（8枚見せる） */
  #hybrid02 figure.spinner {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding: 0 10px;
	 height: auto; 
  }

  #hybrid02 figure.spinner img {
    position: relative !important;
    transform: none !important;
    left: 0 !important;
    display: block;
    width: 95%;
    max-width: fit-content;
    flex-shrink: 0;
  }

				
#hybrid02 .carousel ~ span { 
display: none;
}		
	
#hybrid02 .carousel { 
  padding: 0;
}	
		
/*VIEW MOREボタンの設定*/

#hybrid02 p.button {
	display: block;
	margin: 20px auto 20px!important;
	padding: 11px 12px;
	color: #000;
	background: #fff;
	cursor: pointer;
	transition: all 0.5s;
	max-width: 770px;
	width: 80%;
	text-align: center;
	border-radius: 8px;
}
	
/* profile */

#hybrid02 section.profile p.modelname{
	font-size: 1.5em!important;	
	margin-bottom: 0;
}

#hybrid02 section.profile p.proftext{
	font-size: 0.55em!important;
	margin-bottom: 0;
}
	
#hybrid02 section.profile div:last-child p.icon{
	font-size: 0.65em!important;
}	

#hybrid02 section.profile .flex div{
	padding: 0 4%;
}	
	
#hybrid02 section.profile .flex div h5{
	font-size: 4.25vw;
	margin: 15px auto 5px;
}

#hybrid02 section.profile .flex div p.text{
	font-size: 2.78vw!important;
	margin: 10px auto 0!important;
}
	
#hybrid02 section.profile div:last-child{
	padding-left: 5%;
}	

#hybrid02 .img-frame{
  margin-top:10vw;
  height:140vw;
}
		
/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto;
}

/* 回遊リンク */

#hybrid02 .Banner4 {
	text-align: center;
	width: 100%;
}

#hybrid02 .Banner4 ul{
	margin: 0 auto;
	width: 95%;
}

#hybrid02 .Banner4 ul li {
	width: 95% !important;
	margin: 0 0 5% 0 !important;
}

}
