*,*::before,*::after{box-sizing:border-box}
body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}
ul[role="list"],ol[role="list"]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}

@import url('');

@font-face{
  font-family: '';
  src: url('../font/.otf');
}

body,a,p{
  color: #000;
  font-family: 'Shippori Mincho B1', serif;;
  font-size: clamp(13px, 1.6vw, 26px);
  line-height: 2.4rem;
	letter-spacing: clamp(1px, 0.1vw, 10px);
}
body{
  position: relative;
background-color: #FFFFF6;
}

ul{
  padding: 0;
  margin: 0 auto;
}
li{
  list-style: none;
}
a{
  text-decoration: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
img{
  width: 100%;
}

.pc{
  display: block;
}
.sp{
  display: none;
}

/*** header ***/
header{
	position: relative;
	width: 100%;
		overflow: hidden;
}


header .logo{
  position: absolute;
  top: 2vw;
  left: 2vw;
  width: 14.7vw;
  z-index: 2;
}
.kv_tittle {
position: absolute;
    width: 72.7vw;
    bottom: 12%;
    left: 9.6vw;
	z-index: 1;
}

.kv_txt {
position: absolute;
    width: 40vw;
    top: 62.2%;
    left: 8.2vw;
}

.pc_kvs {
	display: flex;
}
.pc_kv_l {
	width: 50%; 
}
.kv_tittle01 {
	    position: relative;
    width: 63.45%;
    margin: 0 auto;
    bottom: -50px;
}
.kv_tittle02 {
	    position: relative;
    width: 17.7%;
    z-index: 1;
    bottom: -40px;
}
.kv_tittle03 {
	position: relative;
	width: 90%;
	margin: 0 0 0 auto;
}
/* アニメーション */
/* 点滅 */
#particles-js{ 
	top: 0;
    left: 0;
	position:absolute;/*描画固定*/
	z-index:-1;/*描画を一番下に*/
	width: 100%;
	height: 100%;
	
}
#particles-js2{ 
 top: 35%;
    left: 0;
    width: 100%;
    height: 35%;
	position:absolute;/*描画固定*/
	z-index:-1;/*描画を一番下に*/
}
#particles-js3{ 
    top: 32%;
    left: 0;
    width: 100%;
    height: 50%;
	position:absolute;/*描画固定*/
	z-index:-1;/*描画を一番下に*/
}
/* 点滅 */

.fade01 {
	animation-name: mv01;
	animation-duration: 5s;
	animation-timing-function: ease-out;
	animation-delay: 1.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes mv01 {
	0% {
		opacity: 0;
		transform: scale(1.1);
	}
	20% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.fade02 {
	animation-name: mv02;
	animation-duration: 3s;
	animation-timing-function: ease-out;
	animation-delay: 2.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes mv02 {
	0% {
		opacity: 0;
		transform: scale(1.1);
	}
	20% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.fade02_1 {
	animation-name: mv02_1;
	animation-duration: 5s;
	animation-timing-function: ease-out;
	animation-delay: 4.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes mv02_1 {
	0% {
		opacity: 0;
		transform: scale(1.1);
	}
	20% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.fade03 {
	animation-name: mv03;
	animation-duration: 2s;
	animation-timing-function: ease-out;
	animation-delay: 1.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes mv03 {
	0% {
		opacity: 0;
		transform: translateX(10%);
	}
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}
.fade04 {
	animation-name: mv04;
	animation-duration: 2s;
	animation-timing-function: ease-out;
	animation-delay: 1.0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes mv04 {
	0% {
		opacity: 0;
		transform: translateX(-10%);
	}
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}
.fade05 {
    animation-name: mv05;
    animation-duration: 2.0s;
    animation-timing-function: ease-out;
    animation-delay: 2.0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes mv05 {
	0% {
		opacity: 0;
		transform: translateY(10%);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}


.fadezoom{
  animation: fadezoom 3s cubic-bezier(0.22, 1, 0.36, 1) 0.5s 1 forwards;
  opacity: 0;
  filter: blur(10px);
}
@keyframes fadezoom{
  0% {
    opacity: 0;
  }
  100% {
    filter: blur(0);
  }
  80%, 100% {
    opacity: 1;
  }
}
.fade-in{
  opacity: 0;
}
.fade-in{
  will-change: transform;
  animation: fadein;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  z-index: 1;
}
@keyframes fadein{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.clippath{
  animation: clippath;
  animation-duration: 2.0s;
  animation-timing-function: ease-in-out;
  animation-delay: 2.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes clippath{
  0%{
    opacity: 0;
    -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  }
  100%{
    opacity: 1;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
.clippath02{
  animation: clippath02;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes clippath02{
  0%{
    opacity: 0;
    -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  }
  100%{
    opacity: 1;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
.slide-up{
  opacity: 0;
}
.slide-up.active{
  will-change: transform;
  animation: slideup;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-delay: 0.4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
  z-index: 1;
}
@keyframes slideup{
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.fade{
  opacity: 0;
}
.fade.active{
  animation: fade;
  animation-duration: 1.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.6s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.fadeUp{
  opacity: 0;
}
.fadeUp.active{
  will-change: transform;
  animation: fadeinUp;
  animation-duration: 1.4s;
  animation-timing-function: ease-out;
  animation-delay: 0.6s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
  z-index: 2;
}
@keyframes fadeinUp{
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeDown{
  opacity: 0;
}
.fadeDown.active{
  will-change: transform;
  animation: fadeDown;
  animation-duration: 1.4s;
  animation-timing-function: ease-out;
  animation-delay: 0.6s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
  z-index: 2;
}
@keyframes fadeDown{
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeLeft{
  opacity: 0;
}
.fadeLeft.active{
  will-change: transform;
  animation: fadeinLeft;
  animation-duration: 1.2s;
  animation-timing-function: ease-out;
  animation-delay: 0.6s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeinLeft{
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeRight{
  will-change: transform;
  opacity: 0;
}
.fadeRight.active{
  animation: fadeinRight;
  animation-duration: 1.4s;
  animation-timing-function: ease-out;
  animation-delay: 0.6s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
  z-index: 1;
}

@keyframes fadeinRight{
  0% {
    opacity: 0;
    transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.slideLeft{
  opacity: 0;
}
.slideLeft.active{
  animation: slideLeft;
  animation-duration: 1.2s;
  animation-timing-function: ease-out;
  animation-delay: 0.4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
  z-index: 1;
}
@keyframes slideLeft{
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.slideRight{
  opacity: 0;
}
.slideRight.active{
  animation: slideRight;
  animation-duration: 1.2s;
  animation-timing-function: ease-out;
  animation-delay: 0.4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
  z-index: 1;
}
@keyframes slideRight{
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.slideUp{
  opacity: 0;
}
.slideUp.active{
  animation: slideUp;
  animation-duration: 1.2s;
  animation-timing-function: ease-out;
  animation-delay: 0.4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
  z-index: 1;
}
@keyframes slideUp{
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 120%, 0);
    transform: translate3d(0, 120%, 0);
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.slideDown{
  opacity: 0;
}
.slideDown.active{
  animation: slideDown;
  animation-duration: 1.6s;
  animation-timing-function: ease-out;
  animation-delay: 0.4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
  z-index: 1;
}
@keyframes slideDown{
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/*----------------------------------------------------
  block_look
--------------------------------------------------- */
.block_look{
  position: relative;
}

.block_look .inner{
  width:90%;
  margin:0 5%;
  position: relative;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_look .inner .image_area{
	    position: relative;
  width: 47.76%;
	margin-left: 50px;
}
.block_look .inner .image_area figure{
  position: relative;
  overflow: hidden;
}
.block_look .inner .image_area figure .cover{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.block_look .inner .image_area figure.view .cover{
  width: 0%;
  transition: all 0.6s 0.6s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}

.block_look .inner .image_area figure .cover:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #010132;
}
.block_look .inner .image_area figure.view .cover:before{
  width: 100%;
  transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}


.block_look .inner .image_area figure .cover2{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.block_look .inner .image_area figure .cover2:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #010132;
}
.block_look .inner .image_area figure.view .cover2:before{
  width: 100%;
  transition: all 1.2s 0.6s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
.block_look .inner .image_area figure.view .cover2{
  width: 0%;
  transition: all 1.2s 1.2s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}

.block_look .inner .image_area figure .img{
  opacity: 0;
}
.block_look .inner .image_area figure .img .zoom{
  transform: scale(1.1,1.1);
  display: block;
}

.block_look .inner .image_area figure.view .img{
  opacity: 1;
  transition: all 0s 0.6s ease;
}
.block_look .inner .image_area figure.view .img .zoom{
  transform: scale(1,1);
  transition: all 1.5s 0.6s ease;
}

.block_look .inner .image_area figure .img2{
  opacity: 0;
}
.block_look .inner .image_area figure .img2 .zoom{
  transform: scale(1.1,1.1);
  display: block;
}

.block_look .inner .image_area figure.view .img2{
  opacity: 1;
  transition: all 1s 1.6s ease;
}
.block_look .inner .image_area figure.view .img2 .zoom{
  transform: scale(1,1);
  transition: all 1.6s 1.2s ease;
}

.block_look .inner .image_area figure a.credit{
  display: block;
width: clamp(89px, 10vw, 189px);
height: clamp(89px, 10vw, 189px);
  position: absolute;
  bottom: 30px;
  left: 30px;
  transition: all 0.5s 0s ease;
}
.block_look .inner .image_area figure a.credit:hover{
  opacity: 0.5;
}
.block_look .inner .image_area figure a.credit:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(3px, 0.4vw, 5px);
    height: clamp(21px, 2vw, 35px);
  background: #FFF;
  margin-top: clamp(-16px, -1vw, -10px);
  transition: all 0.5s 0s ease;
}
.block_look .inner .image_area figure a.credit.active:before{
  height: 0;
}
.block_look .inner .image_area figure a.credit:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(21px, 2vw, 35px);
  height: 2px;
  background: #FFF;
  margin-left: clamp(-16px, -0.7vw, -9px);
}
.block_look .inner .image_area figure a.credit_bk{
  display: block;
width: clamp(89px, 10vw, 189px);
height: clamp(89px, 10vw, 189px);
  position: absolute;
  bottom: -25px;
  right: -25px;
  transition: all 0.5s 0s ease;
}
.block_look .inner .image_area figure a.credit_bk:hover{
  opacity: 0.5;
}
.block_look .inner .image_area figure a.credit_bk:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(3px, 0.4vw, 5px);
    height: clamp(21px, 2vw, 35px);
  background: #000;
  margin-top: clamp(-16px, -1vw, -10px);
  transition: all 0.5s 0s ease;
}
.block_look .inner .image_area figure a.credit_bk.active:before{
  height: 0;
}
.block_look .inner .image_area figure a.credit_bk:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(21px, 2vw, 35px);
  height: 2px;
  background: #000;
  margin-left: clamp(-16px, -0.7vw, -9px);
}


.block_look .inner .image_area figure a.credit .rotation{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../asset/img/check_detail.svg") no-repeat center center;
  background-size: clamp(89px, 10vw, 189px) auto;
  animation: crero 8s infinite linear;
}
.block_look .inner .image_area figure a.credit_bk .rotation_bk{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../asset/img/bk_check_detail.svg") no-repeat center center;
  background-size: clamp(89px, 10vw, 189px) auto;
  animation: crero 8s infinite linear;
}

@keyframes crero {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.block_look .inner .image_area .credit_area{
  position: relative;
  top: 0px;
  left: 5%;
  width: 90%;
  padding: 20px;
  z-index: 2;
  display: none;
    font-size: 16px;
    line-height: 1.6rem;
    letter-spacing: 1px;
	background-color: #fff;
    border: 1px #EEEEEE solid;
	box-shadow: 0px 0px 15px #0000002e;
}
@media only screen and (max-width: 812px) {
  .block_look{
    padding-bottom: 35px;
  }
  .block_look .inner{
    display: block;
  }
  .block_look .inner .image_area{
    width: 92%;
    margin:0 auto;
    margin-bottom: 38px;
    z-index: 2;
    position: relative;
  }
  .block_look .inner .image_area figure{
  }
  .block_look .inner .image_area figure a.credit{
    width: 90px;
    height: 90px;
    bottom: 15px;
    left: auto;
    right: 15px;
  }
  .block_look .inner .image_area figure a.credit:before{
    height: 17px;
    margin-top: -7px;
	  width: 3px;
  }
  .block_look .inner .image_area figure a.credit:after{
    width: 17px;
    margin-left: -7px;
  }
  .block_look .inner .image_area figure a.credit .rotation{
    background: url("../../asset/img/check_detail.svg") no-repeat center center;
    background-size: 90px auto;
  }
  .block_look .inner .image_area figure a.credit_bk .rotation_bk{
    background: url("../../asset/img/bk_check_detail.svg") no-repeat center center;
    background-size: 90px auto;
  }    
    
  .block_look .inner .image_area .credit_area{
    position: relative;
    top: 0px;
    left: 0px;
    width: 70vw;
    margin: 0 2vw 0 auto;
    padding-top: 20px;
    z-index: 2;
    display: none;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.04em;
  }
}
/*----------------------------------------------------
 / block_look
--------------------------------------------------- */

/* look01 */
#look01{
}
#look01 .item-box2{
	width: 42.3%;
	padding-top: 6.5%;
}
#look01 .tittle_area img {
max-width: 755px;
    width: 39.8vw;
	margin: 0 auto 13% 0;
}
#look01 .tittle_area p{
	margin-bottom: 13%;
}
#look01.block_look .inner .image_area figure.view .cover {
    position: absolute;
    top: 0;
    right: 0;
    width: 95%;
    height: 85%;
	z-index: -1
}
#look01.block_look .inner .image_area figure.view .img {
    opacity: 1;
    transition: all 0s 0.6s ease;
    width: 95%;
    margin: 4% 5% 0 0;
}
/* look02 */
#look02{
	margin: 10% 0;
}
#look02 .item-box2{
	width: 50%;
	margin-top: 4.5%;
}
#look02 .item-box2 .tittle_area img{
max-width: 755px;
    width: 39.8vw;
	margin: 0 auto 13% 0;
}
#look02 .item-box2 .tittle_area p{
	width: 89%;
}
#look02.block_look .inner .image_area{
	    position: relative;
  width: 100%;
	margin: 0px auto;
}
#look02.block_look .inner .image_area figure.view .cover {
    position: absolute;
    bottom: 0;
    right: 2%;
    width: 35%;
    height: 150%;
    z-index: -1;
}
#look02.block_look .inner .image_area figure{
	overflow: visible;
}

#look02.block_look .inner .image_area figure.view .img {
    opacity: 1;
    transition: all 0s 0.6s ease;
    width: 100%;
    margin: 0 auto;
}
#look02.block_look .inner .image_area figure a.credit
{
bottom: -200px;
    right: 50px;
    left: auto;
	    z-index: 1;
}

#look02 .link-box {
    min-width: 260px;
    width: 77%;
    margin: 60px auto 60px 0;
}

#look02 .background_2 {
    background-image: url(../../asset/img/pc_bg01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 56%;
    height: 84%;
    z-index: -1;
	opacity: 0.7;
	animation: blinkAnimation 8s infinite;
}

#look02.block_look .inner .image_area .credit_area {
    position: absolute;
    top: 0px;
    left: 2.5%;
    width: 90%;
    padding: 20px;
    z-index: 2;
    display: none;
    font-size: 16px;
    line-height: 1.6rem;
    letter-spacing: 1px;
    background-color: #fff;
    border: 1px #EEEEEE solid;
    box-shadow: 0px 0px 15px #0000002e;
}
/* look03 */
#look03{

}
#look03 .item-box2{
	width: 44%;
	padding-top: 2.5%;
}
#look03 .item-box2 figure{
	margin-top: 50%;
}
#look03 .tittle_area img {
max-width: 755px;
    width: 39.8vw;
	margin: 0 auto 13% 0;
}
#look03 .tittle_area p{
	margin-bottom: 13%;
	color: #fff;
	 width: 95%;
}

/* look04 */
#look04{
	margin-top: 10%;
padding-top: 3%;
 background: linear-gradient(to bottom, #010132 0%, #010132 26%, transparent 26%);
}
#look04 .item-box2{
	width: 50%;
	z-index: 1;
}
#look04 .item-box2 .tittle_area img{
max-width: 755px;
    width: 39.8vw;
	margin: 0 auto 13% 0;
}
#look04 .item-box2 .tittle_area p{
	width: 89%;
}
#look04.block_look .inner .img{margin-top: 50%;}

#look04.block_look .inner .image_area figure.view .cover {
    position: absolute;
bottom: 0%;
    left: 0;
    top: auto;
    width: 100%;
    height: 50%;
	z-index: -1
}
#look04.block_look .inner .image_area figure.view .img {
    opacity: 1;
    transition: all 0s 0.6s ease;
    width: 100%;
    margin: 0;
}

#look04 .link-box {
    min-width: 260px;
    width: 77%;
    margin: 60px 0 60px auto;
}
#look04.block_look .inner .image_area {
width: 64%;
    margin-left: -50px;
}
#look04.block_look .inner .image_area .credit_area {
    position: absolute;
    top: 0px;
    left: 2.5%;
    width: 90%;
    padding: 20px;
    z-index: 2;
    display: none;
    font-size: 16px;
    line-height: 1.6rem;
    letter-spacing: 1px;
    background-color: #fff;
    border: 1px #EEEEEE solid;
    box-shadow: 0px 0px 15px #0000002e;
}
#look04.block_look .inner .image_area figure a.credit {
    bottom: 30px;
    right: 30px;
	left: auto;
}
/* look05 */
#look05{
	margin-top: 10%;
margin-bottom: 17%;
		overflow: hidden;
}

#look05 .item-box2{
	width: 39%;
	padding-top: 6.5%;
}
#look05 .tittle_area img {
max-width: 755px;
    width: 39.8vw;
	margin: 0 auto 33% 0;
}
#look05 .tittle_area p{
	margin-bottom: 13%;
}
#look05.block_look .inner .image_area{
	width: 53%;
}
#look05.block_look .inner .image_area figure.view .cover {
top: 5%;
    left: -5%;
    width: 95%;
    height: 95%;
    z-index: -1;
}
#look05.block_look .inner .image_area figure.view .img {
    opacity: 1;
    transition: all 0s 0.6s ease;
    width: 95%;
    margin: 0 0 13.5% 5%;
}
/* look06 */
#look06{
	margin: 10% 0 20%;
}
#look06 .item-box2{
	width: 50%;
}
#look06 .item-box2 .tittle_area img{
max-width: 755px;
    width: 39.8vw;
	margin: 0 auto 13% 0;
}
#look06 .item-box2 .tittle_area p{
	width: 89%;
}
#look06.block_look .inner .image_area figure{
	overflow: visible;
}
#look06.block_look .inner .image_area figure.view .cover {
    position: absolute;
    bottom: -20%;
    right: -11%;
    top: auto;
    width: 115%;
    height: 45%;
    z-index: -1;
}
#look06.block_look .inner .image_area figure.view .img {
    opacity: 1;
    transition: all 0s 0.6s ease;
    width: 90%;
    margin: 0 0  10% 10%;
}

#look06 .link-box {
    min-width: 260px;
    width: 77%;
    margin: 60px auto 60px 0;
}

#look06.block_look .inner .image_area .credit_area {
    position: absolute;
    top: 0px;
    left: 2.5%;
    width: 90%;
    padding: 20px;
    z-index: 2;
    display: none;
    font-size: 16px;
    line-height: 1.6rem;
    letter-spacing: 1px;
    background-color: #fff;
    border: 1px #EEEEEE solid;
    box-shadow: 0px 0px 15px #0000002e;
}
#look06.block_look .inner .image_area figure a.credit{
	bottom: -10%;
	right: -5%;
	left: auto;
}
/** slider **/
/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.d-loop {
  display: -ms-grid;
  overflow: hidden;
  position: relative;}
  .d-loop h3 {
    position: absolute;
    width: 14%;
    left: 43%;
    top: 38%;
    z-index: 100; }.d-loop__wrap {
  display: flex;
  overflow: hidden; }

.d-loop__list {
  display: flex;
  list-style: none; }

.d-loop__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both; }

.d-loop__item {
  width: calc(100vw / 4); }

.d-loop__item > img {
  width: 100%; }
/** slider **/

.f-ow {
  width: clamp(92px, 12vw, 212px);
  margin: 0px auto ;
}

.copyright {
  font-size: clamp(8px, 0.8vw, 20px);
  letter-spacing: 0.02em;
  margin: 8% 0 0;
	color: #010132;
}

footer{
  letter-spacing: 0.3em;
  padding: 0 0;
  position: relative;
  text-align: center;
}


.background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@keyframes blinkAnimation {
    0%, 100% {
        opacity: 0.9;
    }
    50% {
        opacity: 0.2;
    }
}

section.lead_container {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
}

.lead_1 {
    width: 32.8vw;
    margin: 0 auto 120px;
}

.lead_2 {
    width: 66.6vw;
    margin: 0 auto 60px;
}

.lead_content {
	position: relative;
    background-color: #fffff6;
	width: 76.3vw;
    margin: 60px auto;
    padding: 5%;
}



/* カート */
.link-box{
  min-width: 260px;
    width: 80%;
    margin: 60px auto 60px 5%;
}
.link-box .main{
  padding-bottom: 3%;
}
.link-box .mix{
  padding-top: calc(3% +  0.25em);
}
.link-box p{
  text-align: left;
  line-height: 1.8;
}
.cart-btm{
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease-in-out;
  margin-bottom: 0.8rem;
}
.cart-title{
  position: relative;
  width: 30%;
  font-size: clamp(14px, 1.2vw, 20px);
  text-transform: uppercase;
	letter-spacing: clamp(1px, 0.1vw, 5px);
}
.cart-yen{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: clamp(12px, 1vw, 26px);
  white-space: nowrap;
	letter-spacing: clamp(1px, 0.1vw, 5px);
}
.cart-yen img{
  width: clamp(12px, 0.9vw, 21px);
  margin: 0 0.5rem 1px 0;
}
.cart-yen.price-space img{
  margin-right: 1rem;
}
.cart-yen span{
  margin: 0 0 -4px 5px;
  font-size: clamp(10px, 1vw, 22px);
}
.cart-btm .btn{
  padding: 0.8% 5.25%;
  margin: 0 0 0 10px;
  font-size: clamp(12px, 0.8vw, 26px);
}
.main .cart-btm .btn{
  box-sizing: border-box;
  border: 1px solid #000000;
}
.mix .cart-btm .btn{
  box-sizing: border-box;
  border: 1px solid #808080;
  color: #808080;
}
.btn-arrow{
  position: relative;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.btn-arrow span {
  display: inline-block;
  position: relative;
  letter-spacing: 0.02rem;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: transform;
}
.btn-arrow img{
  position: absolute;
  width: 1.1em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: right, opacity;
}
.cart-btm:hover .btn-arrow span {
  -webkit-transform: translate3d(-.5rem, 0, 0);
  transform: translate3d(-.5rem, 0, 0);
}
.btn-arrow img{
  position: absolute;
  width: 1.1em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: right, opacity;
}
.btn-arrow img *{
  stroke-width: 5;
  stroke-color: transparent;
}
.cart-btm:hover .btn-arrow img {
  opacity: 1;
  right: -1rem;
}
#pagetop{
  position: fixed;
  right: 3%;
  bottom: 5%;
  width: 70px;
  z-index: 99;
}

.ig-ow {
	width: clamp(30px, 4vw, 70px);
	margin: 11% auto 1.6%;
}

.link_banner {
	width: 42%;
	margin: 3.5% auto 3.5%;
}

.bg_footer {
	position: relative;
	width: 100%;
	background: #010132;
	padding: 9% 0 5.5%;
	margin-bottom: 9%;
}
    .contents_banner{
        max-width: 798px;
        margin: 0 auto 5%;
    }
.staff_credit {
	width: 36%;
	margin: 0 auto;
}

.link_banner-list {
	width: 24.5%;
	margin: 6.5% auto 0;
}

@media screen and (max-width:767px){
	body,a,p{
  line-height: 1.6rem;
}
	
  .pc{display: none;}
  .sp{display: block;}
	header .logo {
    top: 3vw;
    left: 3vw;
    width: 24vw;
}
	#pagetop{
  position: fixed;
  width: 50px;
}
	.kv_tittle {
    position: absolute;
    width: 100%;
    bottom: 1vh;
    left: 0;
    margin: 0px auto 0;
}
	.kv_txt {
    position: relative;
    width: 72vw;
    margin: 6% auto;
    top: 0;
    left: 0;
}
	.mv-img-sp {
		/*width: 100wh;
	height: 100vh;*/
}

	.kv_tittle01 {
	    position: relative;
    width: 74.86%;
    margin: 0 auto;
    bottom: -22px;
}
.kv_tittle02 {
    width: 36.6%;
    bottom: -24px;
    margin: 0 2% 0 auto;
}
.kv_tittle03 {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
	
.l_t {
	position: absolute;
	width: 19px;
	top: 0;
	left: 0;
}
.r_b {
	position: absolute;
	width: 19px;
	bottom: 0;
	right: 0;
}
	.lead_content {
	width: 84vw;
		margin: 40px auto;
		padding: 3%;
}
	
	.lead_1 {
    width: 70vw;
    margin: 20px auto 40px;
}
	.lead_2 {
    width: 73vw;
    margin: 30px auto 30px;
}
	
section.lead_container {
	padding: 0;
	position: relative;
	margin-bottom: 60px;
}

section.lead_container::before,
section.lead_container::after,
section.lead_container .border-bottom,
section.lead_container .border-right {
  content: "";
  position: absolute;
  background-color: #707070;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.link-box {
    width: 85%;
}
/* SP look01 */	
#look01 .link-box {
    margin: 25px auto 0px 7%;
}
	#look01 .item-box2 {
    padding-top: 0;
}
#look01.block_look .inner{
	width:100%;
	margin: 0 auto 0 0;
	}
#look01.block_look .inner .item-box2{
		width: 100%;
	margin: 0px auto;
	}
#look01.block_look .inner .image_area{
    width: 87%;
    margin:0 auto 0 0;
    z-index: 2;
    position: relative;
  }
#look01.block_look .inner .item-box2 .image_area{
		width: 100%;
}
#look01.block_look .inner .item-box2 .image_area figure.r-side{
		width: 77%;
	margin: 0 0 0 auto;
	}
#look01 .tittle_area img {
    width: 86%;
       margin: 10% auto 6%;
}
#look01.block_look .inner .image_area figure {
		width: 100%;
		margin: 0 auto 0 0;
}
#look01.block_look .inner .image_area figure.view .cover {
    height: 100%;
}
	
/* SP look02 */	
#look02 {
    margin: 10% 0 0;
}
#look02.block_look .inner{
		width: 100%;
		margin: 0;
	}
#look02.block_look .inner .image_area{
		width: 100%;
	margin: 0 auto;
	}
#look02.block_look .inner .image_area figure{
		width: 100%;
		margin: 0 auto;
	}
#look02.block_look .inner .image_area figure.view .img {
    margin: 5% auto 0;
}
#look02.block_look .inner .image_area figure.view .cover {
    top: -5%;
    right: -5%;
    height: 125%;
    width: 79%;
}
#look02 .tittle_area img {
    width: 90%;
    margin: 10% auto 6% 5%;
}
#look02 .link-box {
width: 98%;
    margin: 25px auto 10px 0;
}
#look02 .item-box2 {
    width: 86%;
	margin: 0 auto;
}
#look02 .item-box2 .tittle_area img {
    width: 100%;
    margin: 30% auto 13%;
}	
#look02.block_look .inner.nail{
		width: 90%;
		margin: 0 auto;
		background: #fff;
	}
#look02 .background_2 {
    bottom: 20%;
    width: 100%;
    height: 54%;
}
#look02.block_look .inner .image_area figure.sp_w {
    width: 93%;
    margin: 0 auto 0 0;
}
#look02.block_look .inner .image_area figure a.credit {
    bottom: -12%;
    right: -1%;
    left: auto;
}
#particles-js2 {
		top: 2%;
    height: 65%;
}
	
/* SP look03 */	
#look03{
	margin-bottom: 0;
		background: none;
	}
#look03.block_look .inner{
		width: 100%;
	margin: 0 auto;
	}
#look03.block_look .inner .image_area{
    width: 100%;
	}
#look03 .item-box2 {
    width: 100%;
    margin: 0 auto;
}
#look03 .item-box2 figure {
    margin-top: 0%;
}
#look03 .tittle_area img {
    width: 86%;
    margin: 10% auto 6% 7%;
}
#look03 .link-box {
    margin: 25px auto 0px 7%;
}
#look03 .r-side{
		width: 88.5%;
		margin: 0 0 0 auto;
	}
#look03 .wd96{width: 96%;}
/* SP look04 */	
#look04 {
     margin-top: 0; 
     padding-top: 0; 
    padding-bottom: 0;
     background: none; 
}
#look04.block_look .inner{
		width: 100%;
		margin: 0;
	}
#look04.block_look .inner .image_area{
		width: 100%;
	margin: 0 auto;
	}
#look04.block_look .inner .image_area figure.view .img {
    margin: 0 0 0 auto;
    width: 100%;
}
#look04.block_look .inner .image_area figure.view .cover {
    top: 0;
	bottom: auto;
    left: 0;
	width: 77%;
	height: 90%;
}
#look04 .tittle_area img {
    width: 86%;
    margin: 5% auto 6% 7%;
}
#look04 .link-box {
width: 85%;
    margin: 26px auto 60px 7%;
}
#look04.block_look .inner.nail{
		width: 90%;
		margin: 0 auto;
		background: #fff;
	}
#look04 .background_2 {
    bottom: 20%;
    width: 100%;
    height: 54%;
}
#look04.block_look .inner .image_area figure.sp_look .img {
    margin: 20px 0 0 auto;
    width: 96%;
}
#look04.block_look .inner .image_area figure.sp_look .cover {
    top: -20px;
    bottom: auto;
    left: 0;
    width: 96%;
    height: 96%;
}
#look04 .sp_look {
  width: 77%;
    margin: 15% auto 10%;
    overflow: visible;
}
 #particles-js3 {
    		top: 30%;
		height: 0%;
    width: 0%;
}

/* SP look05 */	
#look05.block_look .inner{
	width:100%;
	margin: 0 auto 0 0;
	}
#look05.block_look .inner .item-box2{
		width: 100%;
	margin: -15% auto;
	}
#look05.block_look .inner .image_area{
    width: 90%;
    margin:0 0 0 auto;
    margin-bottom: 38px;
    z-index: 2;
    position: relative;
  }
#look05.block_look .inner .item-box2 .image_area{
		width: 100%;
}
#look05.block_look .inner .item-box2 .image_area figure.r-side{
    width: 85%;
    margin: 5% auto 5% 0;
    overflow: visible;
	}
#look05 .tittle_area img {
    width: 86%!important;
       margin: 15% auto 6% 7%;
}
#look05.block_look .inner .image_area figure {
		width: 100%;
		margin: 0 auto 0 0;
}
#look05.block_look .inner .image_area figure.view .img {
    width: 100%;
    margin: 0 auto;
}
#look05 .item-box2 figure img {
    width: 100%;
}
#look05 .item-box2 .cover {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
}
#look05 .link-box {
    margin: 25px auto 60px 7%;
}
#look05.block_look .inner .image_area figure.view .cover2 {
position: absolute;
    top: 30px;
    right: -13%;
    width: 100%;
    height: calc(100% - 5px);
    z-index: -1;
}
#look05.block_look .inner .image_area figure a.credit {
    width: 90px;
    height: 90px;
    bottom: -5px;
    left: auto;
    right: -30px;
}

/* SP look06 */	
    #look06 {
    margin: 10% 0 0%;
}
    #look06.block_look .inner{
        width: 100%;
        margin: 0;
    }
    #look06.block_look .inner .image_area{
        width: 100%;
    }
    #look06.block_look .inner .image_area figure.view .img {
    width: 97%;
    margin: 0 0 3% auto;
}
    #look06.block_look .inner .image_area figure a.credit {
    bottom: 4%;
    right: 4%;
    left: auto;
}
    #look06.block_look .inner .image_area figure.view .cover {
    bottom: -3%;
    left: 0;
    right: auto;
    top: auto;
    width: 77%;
    height: 100%;
}
    #look06.block_look .inner .image_area figure.tittle_area  {
    width: 86%;
    margin: 10% auto;
}
    #look06 .link-box {
    width: 85%;
    margin: 60px auto 60px 7%;
}
    #look06.block_look .inner .image_area figure{
        overflow: hidden;
    }
/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); }
    }
.d-loop {
  display: -ms-grid;
  overflow: hidden;
  position: relative;
 }
  .d-loop h3 {
    position: absolute;
width: 35%;
    left: 32.5%;
    top: 30%;
    z-index: 100; }

/*----------------------------*/
.d-loop__wrap {
  display: flex;
  overflow: hidden; }
.d-loop__list {
  display: flex;
  list-style: none; }
.d-loop__list--left{
    animation: infinity-scroll-left 60s infinite linear 0.5s both; }
.d-loop__item{
  width: calc(100vw / 1.8); }
.d-loop__item > img {
  width: 100%; }
/*----------------------------*/

/* footer */
.bg_footer{
margin-bottom: 8%;
    padding: 12% 0 7.5%;
	}
    .contents_banner{
        width: 84%;
        margin: 0 auto 8%;
    }
.staff_credit {
    width: 90%;
}
.link_banner-list {
    width: 90%;
    margin: 9.5% auto 10%;
}
.link_banner {
    width: 90%;
    margin: 5% auto;
}
.ig-ow{
		margin: 20% auto 2%;
	}
	
}


#pagetop {
	
}
