@charset "UTF-8";
/* CSS Document */

#lp_{
	/*background-color: antiquewhite;*/
	margin: 0 auto 150px;
	width: 1120px;
}
::selection{
  color: #A0A0A0;
  background-color: none;
}

#lp_ article{
	margin: auto;
	width: 1100px;}

#lp_ img{
	width: 100%;
}

#lp_ .credit_{
	font-family: serif;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 4% auto 15%;
	text-align: center;
}

#lp_ .credit_ a{
	text-decoration: underline;
}

#lp_ .cooperation_{
	font-family: serif;
	font-size:1.5rem;
	line-height:2.2;
  margin: 30px 0 0;
	text-align: center;
	width: 100%;
}

/* -----------------------------------------------
フェードインの動きの大きさ設定
-------------------------------------------------- */
@keyframes fadeInUpsmall{
	0%{opacity:0;transform:translate3d(0,10%,0)}
	to{opacity:1;transform:none}
}
.fadeInUpsmall{	animation-name:fadeInUpsmall}

@keyframes fadeInDownsmall{
	0%{opacity:0;transform:translate3d(0,-10%,0)}
	to{opacity:1;transform:none}
}
.fadeInDownsmall{animation-name:fadeInDownsmall}

@keyframes fadeInRightsmall{
	0%{opacity:0;transform:translate3d(10%,0,0)}
	to{opacity:1;transform:none}
}
.fadeInRightsmall{animation-name:fadeInRightsmall}

@keyframes fadeInLeftsmall{
	0%{opacity:0;transform:translate3d(-10%,0,0)}
	to{	opacity:1;transform:none}
}
.fadeInLeftsmall{animation-name:fadeInLeftsmall}

/* -----------------------------------------------
/フェードインの動きの大きさ設定
-------------------------------------------------- */


#lp_ .title_{
  margin: 60px auto 0 !important;
  width: 35%;
}

#lp_ section{
  margin: 200px auto 0;
}

.cont_1{
  margin-top:130px !important;
}

#lp_ h2{
  font-size: 3rem;
  letter-spacing: 0.6rem;
  text-align: center;
  position: relative;
}

#lp_ .cont_h3_{
  margin: 50px auto 0;
  letter-spacing: 0.2rem;
  line-height: 2.5rem;
  text-align: center;
}

#lp_ h3{
  font-size: 1.2rem;
  display: inline-block;
  text-align: left;
  position: relative;
  padding: 25px;
}

#lp_ h3::before,#lp_ h3::after{
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}

#lp_ h3::before {
	border-left: solid 1px #444444;
	border-top: solid 1px #444444;
	top: 0;
	left: 0;
}

#lp_ h3::after {
	border-right: solid 1px #444444;
	border-bottom: solid 1px #444444;
	bottom: 0;
	right: 0;
}

#lp_ .cont_2,#lp_ .cont_3,#lp_ .cont_4{
  width: 85.2%;
}

#lp_ .cont_main{
  display: flex;
  justify-content: center;
  gap: 30px;
  position: relative;
}
#lp_ .cont_main_img{
  width: 55%;
  position: relative;
}
#lp_ .cont_main_img .color_{
  position: absolute;
   width: 100%;
  top:-9.5%;
  margin: 0 auto;
}

#lp_ .cont_h4_{
  letter-spacing: 0.2rem;
  line-height: 2.5rem;
  text-align: center;
  margin-top: 35%;
}

#lp_ h4{
  font-size: 1.3rem;
  display: inline-block;
  text-align: left;
  position: relative;
  padding: 25px;
}

#lp_ h4::before,#lp_ h4::after{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
}

#lp_ h4::before {
	border-left: solid 1px #444444;
	border-top: solid 1px #444444;
	top: 0;
	left: 0;
}
#lp_ h4::after {
	border-right: solid 1px #444444;
	border-bottom: solid 1px #444444;
	bottom: 0;
	right: 0;
}

#lp_ .cont_2 .bk_{
  width: 140px;
  height: 100px;
  background-color: #fff0fa80;
  position: absolute;
  top: 57%;
  right: 2%;
}

#lp_ h5{
  font-size: 1.45rem;
  letter-spacing: 0.2rem;
  line-height: 2rem;
  margin: 30px auto 0;
  text-align: center;
}

.cont_6{
  background-image: url(https://www.burnedestrose.com/img/swingle/220608collabo_9.jpg);
  background-color:rgba(255,255,255,0.5);
  background-blend-mode:lighten;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 110% auto;
  height: auto;
  margin-top: 110px !important;
  position: relative;
  width: 50%;
}

.cont_6::before{
  content: "";
  display: block;
  padding-top: 124%; 
}

.cont_6 .slider{
  width: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cont_7{
  width: 80%;
  margin-top:150px !important;
}

.cont_7 ul{
  margin: auto;
  width: 70%;
  display: flex;
  justify-content: center;
  gap: 0 30px;
}

.cont_8{
  width: 80%;
}

.cont_8 h3{
  margin-top: 40px;
}

.cont_8 .cont_h3_{
  position: relative;

}

.cont_8 li{
    width: 18% !important;
    position: absolute;
    top: -4%;
    right: 1%;
    transform: rotate(12deg);
}

.cont_9{
  margin-top: 120px !important;
  width: 30%;
}