@charset "utf-8";
/* CSS Document */

.ecbn-selection-detail--free-comment ecbn-selection-detail--free-comment3{
	color: #000000!important;
}
.ecbn-selection-free-comment{
	
}
#g-nav-list a{
	color: #2D2D2D!important;
}
p{
	color: #000000!important;
}


@media screen and (max-width:768px){
	.headmenu01 {
		margin-top: -20px !important;
	}
	.openbtn{
		display: none!important;
	}
	.cas_logo {
		margin-left: 0%!important;
	}
	.mv-movie{
		width: 100%
	}
	.details {
	height: 50px;
	transition: all ease-in-out .3s;
	border-left: 1px solid #9F9F9F;
	border-right: 1px solid #9F9F9F;
	box-sizing: border-box;
	&:last-of-type {
		border-bottom: 1px solid #9F9F9F;
		
	}
}
.details[open] {
	height: auto;
	background-color: #FFFFFF;
	color: #222222;
}
.details-summary {
	text-align: center;
	color: #2A2A2A;
	display: block;
	padding: 10px;
	border-top: 1px solid #9F9F9F;
	font-size: 18px;
	font-weight: bold;
	transition: all ease-in-out .3s;
	&:hover {
		cursor: pointer;
		background-color: #FFFFFF;
	}
}
.details-summary::-webkit-details-marker {
	display: none;
}
.details-content {
	margin: 0 20px 20px;
	padding: 20px;
	height: 70px;
	overflow: hidden;
	overflow-y: auto;
	background-color: #fff;
}

.details[open] .details-content {
  	animation: fadeIn .3s ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px); 
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/* 以下の記述は不要です */
body {
  margin: 20px;
}
	.mekar_list ul{
		margin-bottom: 10px;
	}
	.mekar_list li{
	width: 48%;
	border:1px solid #CFCFCF;
		display: inline-block;
		margin: 2px 0 2px 0;
	}
	.top_text {
		top:14.5rem!important;
	}
	.top_text span{
		font-size: 3.7rem!important;
	}
	.mv-video{
		width: auto;
        height: 50vh!important;
        object-fit: cover;
		
	}
	.has-child{
		padding: 5px 0 5px 5px!important;
	}
	
	.vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item > div > a, .vsm-goods .ecbn-selection-wrapper li.ecbn-selection-item > div > a{
		padding-top:100%!important;
	}
	
}
@media screen and (min-width:768px){
	.pc_none{display: none;}
	.mekar_list ul{
		margin-bottom: 10px;
	}
	.mekar_list li{
	width: 48%;
	border:1px solid #CFCFCF;
		display: inline-block;
		margin: 2px 0 2px 0;
	}
	.has-child{
	font-size: 0.8rem!important;
	    width: 190px!important;
	    margin: 4px 4px!important;
	padding: 10px 0 10px 10px!important;
}
}

[id^="back"] {
background:none!important;	
}
.has-child{
  background: #fff;
  color: black;
  overflow: hidden;
  position: relative;
  transition-duration: .4s;
  z-index: 2;
}
.has-child::after {
  background: #228b8f;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}
 
.has-child:hover {
  color: #fff!important;
}
.has-child:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
	
}
#g-nav ul li a:hover{
color: #fff!important;	
}