@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

*:focus {
  outline: none;
}
body{
    margin: 0;
    padding: 0;
}
.noto-sans-jp{
	font-family: "Noto Sans JP", sans-serif;
}
.HalyardDisplay{
	font-family: halyard-display, sans-serif;
}
.HelveticaNeueLTProCond{
	font-family: helvetica-neue-lt-pro-cond, sans-serif;
}
.BebasNeuePro{
	font-family: bebas-neue-pro, sans-serif;
}
.sticky__container{
	display: flex;
	background: #FFFFFF;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f8e2dd calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f8e2dd calc(100% - 1px));
    background-size: 15px 15px;
    background-repeat: repeat;
    background-position: center center;
    margin: 0 auto;
    padding: 0;
	background-attachment: fixed;
}
.pcBox{
	width: 32.5%;
	height: 100vh;
	position: sticky;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.title_pc{
	display: block;
	width: 35vh;
}

#uo_wrap{
	width: 35%;
	text-align: center;
	margin: 0 auto 0 0;
	color: #222;
	display: block;
	padding: 0 0 5%;
	overflow: hidden;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing:.5px;
	line-height: 1.65em;;
	background: #f4f4f4;

}
#uo_wrap img{
    vertical-align: bottom;
    line-height: 0;
    border: none;
}
#uo_wrap ul,#uo_wrap li{
	padding: 0;
    list-style: none;
}

#uo_wrap a,#uo_wrap a:hover,#uo_wrap a:link{
    text-decoration: none;
    opacity: 1;
}
#uo_wrap img{
	width: 100%;
	height:auto;
	 display:block;
}
/* ================================================ 
header
================================================ */
#uo_head{
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 10% 0;
}

#uo_head .head{
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#uo_head .visual{
	width: 94%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	display: inline-block;
	padding: 5% 0;
}
#uo_head .visual .img01{
	width: 100%;
	transform: rotate(-4deg);
	border: #000000 1px solid;
	margin: 0 auto;
	position: relative;
}
#uo_head .visual .img02{
	width: 100%;
	transform: rotate(4deg);
	border: #000000 1px solid;
	margin: 7% auto 0;
	position: relative;
}
#uo_head .head .title{
	position: absolute;
	width: 60%;
	right: 0;
	top: 36%;
	z-index: 2;
}
#uo_head .head .sub01{
	position: absolute;
	width: 150px;
	left: 0;
	top: -5%;
	z-index: 3;
}
#uo_head .head .sub02{
	position: absolute;
	width: 240px;
	right: 0;
	bottom: 0;
	z-index: 3;
}
#uo_head .head .sub03{
	position: absolute;
	width: 140px;
	left: 3%;
	bottom: -5%;
	z-index: 3;
}
#uo_head .lead{
	width: 100%;
	font-size: 18px;
	text-align: center;
	margin: 10% auto;
	position: relative;
	display: inline-block;
	line-height: 2em;
}
#uo_head .lead .strong{
	font-size: 130%;
	font-weight: bolder;
}




/* ================================================ 
contents
================================================ */

#uo_contents{
	width: 100%;
	position: relative;
	display: block;
	margin: 10% auto 0;
}
#uo_contents section{
	width: 100%;
	display: inline-block;
	position: relative;
	text-align: center;
	margin: 5% auto 10%;
	padding: 2% 0;
}
#uo_contents section .label{
	width: 50%;
	text-align: center;
	margin: 0 auto 2.5%;
	position: relative;
	display: block;
}
#uo_contents section .staffbox{
	width: 90%;
	border: #e95412 2px dashed;
	display: inline-block;
	position: relative;
	text-align: center;
	margin: 5% auto;
	background: #FFFFFF;
}
#uo_contents section .staffbox .inner{
	width: 90%;
	display: flex;
	gap:2%;
	justify-content: space-between;
	margin: 5% auto;
	align-items: center;
}
#uo_contents section .staffbox .icon{
	width: 40%;
}
#uo_contents section .staffbox .plof{
	width: 60%;
	display: inline-block;
}
#uo_contents section .staffbox .plof .name{
	font-size: 20px;
	font-weight: 700;
	text-align: left;
}
#uo_contents section .staffbox .plof .txt{
	font-size: 13px;
	text-align: left;
	line-height: 1.65em;
	margin: 5% auto;
}
#uo_contents section .staffbox .sns{
	width: 100%;
	display: flex;
	gap:2%;
	text-align: center;
	margin: 0 auto;
	justify-content: space-between;
}
#uo_contents section .staffbox .sns a{
	width: 50%;
}
#uo_contents section .itembox{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	display: inline-block;
	background: #e95412;
	padding: 5% 0 10%;
}
#uo_contents section .itembox .item{
	width: 90%;
	background: #FFFFFF;
	position: relative;
	display: inline-block;
	margin: 0 auto;
}
#uo_contents section .itembox .item img{
	width: 90%;
	text-align: center;
	margin: 5% auto;
}
#uo_contents section .itembox .cmt{
	font-size: 16px;
	text-align: center;
	margin: 5% auto;
	line-height: 1.8em;
		color: #FFFFFF;
}
#uo_contents section .itembox .cmt span{
	font-weight: 700;
	font-size: 110%;
}
#uo_contents section .itembox .credit{
	width: 100%;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.7em;
	margin: 2% auto;
}
#uo_contents section .itembox .credit .price{
	font-family: halyard-display, sans-serif;
	font-weight: normal;
}
#uo_contents section .style_wrap{
	width: 100%;
	text-align: center;
	margin: 15% auto 0;
	position: relative;
	display: inline-block;
}
#uo_contents section .style_wrap .mainbox{
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 0 auto;
}
#uo_contents section .style_wrap .main_l{
	width: 85%;
	position: relative;
	aspect-ratio: 5 / 6;
	float: left;
}
#uo_contents section .style_wrap .col{
	font-size: 50px;
	float: right;
	margin-right: 3%;
	color: #e95412;
	writing-mode: vertical-rl;
	font-family: helvetica-neue-lt-pro-cond, sans-serif;
	display: inline-block;
	text-align: center;
}
#uo_contents section .style_wrap .txt_l{
	width: 100%;
	text-align: left;
	line-height: 1.65em;
	font-size: 14px;
	display: inline-block;
	position: relative;
	margin-left: 4%;
	    margin-top: 4%;
}
#uo_contents section .style_wrap .txt_r{
	width: 100%;
	text-align: left;
	line-height: 1.65em;
	font-size: 14px;
	display: inline-block;
	position: relative;
	margin-left: 15%;
	    margin-top: 4%;
}
#uo_contents section .style_wrap .subox{
	width: 100%;
	display: inline-block;
	margin: 2% auto;
	position: relative;
}
#uo_contents section .style_wrap .sub_r{
	width: 55%;
	float: right;
	transform: rotate(10deg);
	border: #000000 1px solid;
	margin-right: 6%;
	margin-top: 5%;
}
#uo_contents section .style_wrap .sub_l{
	width: 55%;
	float: left;
	transform: rotate(-10deg);
	border: #000000 1px solid;
	margin-left: 6%;
	margin-top: 5%;
}
#uo_contents section .style_wrap .star_l{
	width: 100px;
	margin-left: 20%;
	margin-top: 10%;
}
#uo_contents section .style_wrap .star_r{
	width: 120px;
	float: right;
	margin-right: 12%;
	margin-top: 10%;
}
#uo_contents section .style_wrap .main_r{
	width: 85%;
	position: relative;
	aspect-ratio: 5 / 6;
	float: right;
}
#uo_contents section .point_wrap{
	width: 90%;
	display: inline-block;
	position: relative;
	margin: 10% auto 5%;
	padding: 5% 0;
	border-top: #e95412 1px solid;
	border-bottom: #e95412 1px solid;
}
#uo_contents section .point_wrap .pointbox{
	width: 90%;
	text-align: center;
	margin: 0 auto 5%;
	position: relative;
	display: flex;
	gap:2%;
	justify-content: space-between;
	align-items: center;
}
#uo_contents section .pointbox .pointimg{
	width: 50%;
	position: relative;
	aspect-ratio: 1 / 1;
}
#uo_contents section .pointbox .point{
	width: 50%;
	text-align: left;
	display: inline-block;
	line-height: 1.7em;
	font-size: 14px;
	
}
#uo_contents section .pointbox .point span{
	font-weight: 500;
	font-family: halyard-display, sans-serif;
	font-size: 150%;
	color: #e95412;
}











/*=====ボタン01=====*/
.btn01 a {
	background: #FFFFFF;
	color: #e95412;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 auto;
    width: 60%;
    padding: 2% 0%;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: .8px;
	border-radius: 100vh;
	font-family: helvetica-neue-lt-pro-cond, sans-serif;
	float: none;
    
}
.btn01 a:hover {
    background: #333;
    color: #FFFFFF;
}

/* ============ ボタン04 ============ */
.btn02 a {
    background: #222;
	position: relative;
    width: 80%;
    color:#FFFFFF;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 16px;
    padding: 3% 0;
    text-align: center;
    line-height: 2em;
    transition: 0.3s ease-in-out;
    margin: 10% auto 0;
    font-weight: 400;
	font-family: halyard-display, sans-serif;
	border-radius: 3px;
}

.btn02 a::after {
    position: absolute;
    content: "+";
    right: 5%;
    bottom: 5%;
    font-size: 40px;
    font-weight: 100;
    line-height: 2em;
}


.btn_all a {
	background: #ea5404;
	color: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5% auto 0;
    width: 60%;
    padding: 3% 0%;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: .8px;
	border-radius: 100vh;
	font-family: "Inter", sans-serif;
    
}
.btn_all a:hover {
    background: #333;
    color: #FFFFFF;
}
.btn_all a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_all a:hover:after {
    border-color: #FFFFFF;
}



.pc{
    display:block;
}
.sp {
	display:none;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.small{
	font-size: 70%;
}


/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	.pcBox{
		display: none;
	}
	#uo_wrap {
		width: 100%;
		margin: 0% auto;
	}
	#uo_head .head .sub01{
		width: 110px;
		top: -7%;
	}
	#uo_head .head .sub03{
		width: 80px;
	}
	#uo_head .head .sub02{
		width: 180px;
	}
	#uo_head .lead{
		font-size: 15px;
		letter-spacing: 0px;
		margin: 15% auto 8%;
	}
	#uo_contents section{
		margin: 10% auto;
	}
	#uo_contents section .label{
		width: 56%;
	}
	#uo_contents section .staffbox{
		border: #e95412 1px dashed;
	}
	#uo_contents section .staffbox .inner{
		flex-wrap: wrap;
	}
	#uo_contents section .staffbox .icon{
		width: 45%;
		text-align: center;
		margin: 0 auto;
	}
	#uo_contents section .staffbox .plof{
		width: 90%;
		text-align: center;
        margin: 2% auto;
	}
	#uo_contents section .staffbox .plof .name{
		text-align: center;
		margin: 0 auto;
	}
	#uo_contents section .staffbox .plof .txt{
		font-size: 11px;
	}
	#uo_contents section .itembox .cmt{
		font-size: 13px;
	}
	#uo_contents section .itembox .credit{
		font-size: 17px;
	}
	#uo_contents section .style_wrap .col{
		font-size: 30px;
	}
	#uo_contents section .style_wrap .txt_l{
		font-size: 13px;
		line-height: 1.6em;
	}
	#uo_contents section .style_wrap .txt_r{
		font-size: 13px;
		line-height: 1.6em;
	}
	#uo_contents section .style_wrap .star_l {
		width: 80px;
		margin-left: 8%;
		margin-top: 15%;
	}
	#uo_contents section .style_wrap .star_r{
		width: 95px;
		margin-right: 10%;
	}
	#uo_contents section .point_wrap .pointbox{
		width: 100%;
		margin: 5% auto 10%;
	}
	#uo_contents section .pointbox .point{
		font-size: 12px;
		line-height: 1.5em;
	}
	#uo_contents section .pointbox .point span{
		font-size: 120%;
	}
	
	.btn02 a{
		width: 90%;
		font-size: 14px;
		padding: 4.5% 0;
	}
	.btn02 a::after{
		bottom: 8%;
		font-size: 30px;
		
		
	}
	.btn_all a{
		width: 80%;
		font-size: 15px;
	}
	
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}



/**********************************************
　　　　　　　　　　　　動き
**********************************************/

.fade01{
	opacity: 0;
	transition: 1.5s all 0.2s ease;
}
.fade02{
	opacity: 0;
	transition: 1.5s all 0.4s ease;
}
.fade03{
	opacity: 0;
	transition: 1.5s all 0.7s ease;
}
.fade04{
	opacity: 0;
	transition: 1.5s all 0.9s ease;
}
.fade01.ac,.fade02.ac,.fade03.ac,.fade04.ac{
	opacity: 1;
    transform: translate(0);
}
.anim01 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.2s all 0.2s ease;
}
.anim02 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.2s all 0.4s ease;
}
.anim03 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.2s all 0.6s ease;
}

.anim01.ac,.anim02.ac,.anim03.ac {
	opacity: 1;
    transform: translate(0);
}

/* ================================================ 
　　　　　　　　　　　　CSS動き
================================================ */

/* ============ fade CSS ============ */
.slider{
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: anime 4s 0s infinite;
}

.slider:nth-of-type(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.slider img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

@keyframes anime {
0% {
opacity: 1;
}
50% {
opacity: 1;
}
60% {
opacity: 0;
z-index: 10;
}
100% {
opacity: 0;
}
}
/* ============ スクロールアニメーションCSS ============ */

.img-wrap {
  overflow: hidden;
  position: relative;
}

.img-wrap::before {
  animation: img-wrap 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #FFFFFF;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

/* 遅延用 */
.img-wrap.delay::before {
  animation-delay: 0.5s;
}

@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}


