

@charset "utf-8";
body{
  color:#000
}
.sp-only{
	display:none
}
@media screen and (max-width:768px){
	.pc-only{
	display:none
}
	.sp-only{
	display:block
}
}
a:hover{
	text-decoration:none
}
.title-block h1 {
    height: 24vh;
    aspect-ratio: 300 / 121;
width:90%;
}
@media screen and (max-width:768px){
	.title-block h1 {
    height: 28vh;
    width:80%;
    margin:0 auto
  }
}
nav ul {
    max-width: 922px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 5%;
    margin: 0 auto 30px;
    width: 90%;
    line-height: 1.3;
}
nav ul li {
    background: #7b002d;
    box-shadow: 3px 5px 3px #000000a3;
}
nav ul li a::before{
	content:"";
	display:block;
	width:15px;
	height:15px;
	border:2px solid #fff;
	border-radius:50%;
	box-shadow:1px 1px 0 #fff;
	margin: -18px auto 15px;
}
nav ul li a {
    padding: 28px 20px 27px;
    display: grid;
    text-align: center;
    color: #fff;
    transition:0.3s;
    font-size: clamp(13px,2vw,23px);
    height:100%;
    grid-template-rows: 16px 17px 1fr;
    align-items: center;
}
@media screen and (max-width:768px){
  nav ul li a {
    padding: 21px 10px;
  }
}
nav ul li a:hover{
	text-decoration:none;
}
nav ul li:hover{

	transform:translate(3px,3px);
	box-shadow:none
}
nav ul li a span{
	display:block;
	line-height:1.0;
	font-size: clamp(17px,4vw,21px);
	margin: 0 0 17px;
}
section#os {
    margin-bottom: 14vh;
    padding: 15vh 30px 27vh;
    background: #7b002d;
}

section#os .os-mv {
    padding: 0 10%;
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 0 10%;
    height: 85vh;
    color: #fff;
    object-fit: contain;
    align-items: center;
}
@media screen and (max-width:768px){
	section#os{
		margin-top:60px;
		padding: 8vh 30px 27vh;
		overflow: hidden;
	}
	section#os .os-mv{
		padding: 0;
		gap: 0 5%;
		grid-template-columns: 32% 1fr;
		height: auto;
	}
	section#os .os-mv::after{
		display:none
	}
	
}
section#os .os-mv figure {
    height: 70vh;
}

section#os .os-mv figure img.header-main {
    height: 100%;
    object-fit: contain;
}

section#os .os-mv .os-mv-text p {
    margin: 30px 0 0;
    font-size: clamp(20px,6.0vw,30px);
    letter-spacing: 0.04em;
}
@media screen and (max-width:768px){
	section#os .os-mv figure{
		height: auto;
		margin: 0 0 30px;
	}
	section#os .os-mv .sp-only{
	grid-column:1/4;
	font-size: clamp(15px,3.0vw,19px);
}
	.os-mv-text {
    transform: scale(1.05) translateX(8%);
}
}

#os .white{
	background:#74b971;
	padding:3px 5px;
	line-height:1.0;
	display: inline-block;
	color: #fff;
	font-weight:600;
	font-size: clamp(14px, 1.5vw, 15px);
	margin: 0 5px 0 0;
}
#os .limit{
	border:1px solid;
		   padding:3px 5px;
		   line-height:1.0;
		   display: inline-block;
	font-weight:600;
	font-size: clamp(14px, 1.5vw, 15px);
}
#os .red{
	background: #cd234a;
	padding:3px 5px;
	line-height:1.0;
	display: inline-block;
	color: #fff;
	font-weight:600;
	font-size: clamp(14px, 1.5vw, 15px);
	margin-right: 5px;
}
#os #os{
	margin-top:10vh
}
@media screen and (max-width:768px){
	section#os .os-mv .sp-only{
	grid-column:1/4;
	font-size: clamp(19px,4.0vw,23px);
	letter-spacing: 0.06em;
}
}
@media screen and (min-width:1200px){
	#os #os{
	margin-top:0
}
}
#os .item-wrap{
	margin-top: 6vh;
	padding: 0 0 65px;
}
#os .item-wrap::after{
	display:none
}
#os .swiper-button-next svg,#os .swiper-button-prev svg{
	display:none
}
#os .swiper-button-next:after,#os .swiper-button-prev:after{
	content:"";
	width:30px;
	height:30px;
	border-top:3px solid;
	border-left:3px solid;
	color:#fff;
	transform:rotate(135deg)
}
#os .swiper-button-prev:after{
	transform:rotate(-45deg)
}
#os .item-wrap .item{
	padding: 0 0 0 5%;
	color: #7b002d;
	align-items: center;
	opacity: 0.5;
	transition:0.3s
}
#os .item-wrap .item.swiper-slide-active,#os .item-wrap .item.swiper-slide-next{
	opacity:1
}

#os .item-wrap .item figure{
	max-height:100%;
	height: 35vh;
	width:90%;
	margin: 0 auto;
}
@media screen and (max-width:600px){
	#os .item-wrap .item figure{
	height:20vh
}
}
#os .item-wrap .item figure img{
	height:100%;
	object-fit:contain
}
#os .item-wrap .item .item-text{
	position: relative;
	padding: 15px 15px 30px;
	color: #fff;
}
#os .item-wrap .item .item-text::before{
	content:"";
	display:block;
	width:2px;
	height: 150px;
	background: #fff;
	position:absolute;
	transform: rotate(-6deg);
	left: 0;
	bottom: -13%;
}
#os .item-wrap .item .item-text::after{
	content:"";
	display:block;
	width: 108%;
	height:2px;
	background: #fff;
	position:absolute;
	transform: rotate(-7deg);
	visibility: visible;
	left: -15px;
	border: 0;
	bottom: 0;
}
.itemname{
	margin: 8px 0 0;
	font-size: clamp(17px,2.0vw,22px);
	line-height: 1.2;
}
.item-price{
	margin: 11px 0 15px;
	font-size: clamp(22px,2.3vw,28px);
	line-height: 1.0;
}
.item:nth-of-type(6) p.set-content {
	display:grid;
	grid-template-columns:1fr 150px;
	margin-top: 15px;
}
.item:nth-of-type(6) p.set-content .item-price{
	margin:0
}
.item:nth-of-type(6) p.set-content .white,.item:nth-of-type(6) p.set-content .red{
	grid-column:1/3;
	width: max-content;
}
.en{
	font-size:clamp(15px,1.7vw,16px);
}
#os .item-wrap .item.ranking .ranking_about{
	position:relative;
	color:#fff;
	line-height: 1.8;
	overflow: hidden;
	border: 1px solid;
	width: 93%;
	margin: 0 auto;
	padding: 20px 30px;
	max-width: 624px;
}
.os-detail {
    
max-width: 800px;
    
margin: 9vh auto 0;
    
color: #7b002d;
    
font-weight:600;
    
position:relative;
    
display:grid;
    
font-size:clamp(15px,2.5vw,23px);
    
transform: rotate(-3deg);
    
padding: 87px 80px 76px;
    
background: #fff;
}
@media screen and (max-width:768px){
	.os-detail{
		padding: 42px 30px 51px;
		transform: translateX(0%) rotate(-3deg);
		margin: 13vh auto 0;
	}
	
}
.os-detail .os-detail-content{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap:10px;
	transform: rotate(3deg);
	align-items: center;
	justify-content: center;
}
@media screen and (max-width:768px){
	.os-detail .os-detail-content,.os-detail .os-detail-content > a{
	display:block
}
	.os-detail .os-detail-content > a{
		width:max-content;
		margin: 8px auto;
	}
}
.os-detail .os-detail-content > a{
	border-bottom:3px solid;
	color: #7b002d;
	text-align:center;
	line-height: 1.5;
	width: max-content;
}
.os-detail .os-detail-content span{
	margin-top:15px;
	display:block;
	text-align:center;
	font-size: clamp(22px, 2.9vw, 28px);
}
@media screen and (min-width:769px){
	.os-detail .os-detail-content > a{
	grid-column: 1/3;
}
.os-detail .os-detail-content > a:nth-of-type(2){
	grid-column:3/5
}
.os-detail .os-detail-content > a:nth-of-type(3){
	grid-column:1/2
}
.os-detail .os-detail-content > a:nth-of-type(4){
	grid-column:2/5
}
	.os-detail .os-detail-content span{
	grid-column:1/5
}
}
.os-detail-bt{
	position:absolute;
	bottom:0;
	right:0;
	transform: translateY(50%) translateX(31%) rotate(3deg);
	box-shadow:3px 3px 10px #333
}
@media screen and (max-width:1018px){
	.os-detail-bt{
		transform: translateY(50%) translateX(0%) rotate(3deg);
		right: 25px;
	}
	
}
.os-detail-bt:hover{
	box-shadow:none
}
.os-detail-bt a{
	padding: 24px 50px 21px;
	color: #fff;
	background: #ca6716;
	display: block;
	transition:0.3s;
	font-size: clamp(21px, 3.5vw, 29px);
	line-height: 1.0;
}
.os-detail-bt a::after{
	content:"";
	display:inline-block;
	margin:0 0 3px 10px;
	width:0;
height:0;
border-style:solid;
border-width: 4px 0 4px 23px;
border-color: transparent transparent transparent #FFFFFF;
}
.os-detail-bt a span{
	display:block;
	font-size: clamp(14px, 3.5vw, 16px);
	margin-bottom:5px
}
.os-detail-bt a:hover{
	text-decoration:none;
	transform:translate(3px,3px);
	background: #e78637;
}
.os-special h3 {
    padding: 22px 20px;
    background: #370216;
    width: max-content;
    font-size: clamp(25px,5.0vw,58px);
    transform: rotate(-5deg) translateY(63%);
    color: #fff;
}
@media screen and (max-width:768px){
	.os-special{
		margin-top: 81px;
	}
	.os-special h3{
		transform:translateX(-40px) rotate(-5deg);
	}
}
.view-more {
    margin: 10px 0 0;
    padding: 6px 40px;
    color: #fff;
    font-weight: 600;
    border-radius: 100vh;
    border: 2px solid;
    display: block;
    width: max-content;
	transition:0.3s;
}
.swiper-pagination-bullet-active{
  background:#fff
}
.view-more:hover{
	background:#ab0240;
	transform:translateY(-2px)
}
span.visivillity-hidden{
	width:1px;
	height:1px;
	overflow: hidden;
	position:absolute;
	top:-1;
	clip-path: inset(0,0,0,0);
}



