@charset "UTF-8";

/* トップスライダー（slider-pro）
------------------------------*/
.sp-image  {
  height: auto;
  width: 100%!important;
	margin-top: 0!important
}

.sp-slide.sp-selected {
    opacity: 1;
}

.slider-pro img.sp-image, .slider-pro img.sp-thumbnail {
    cursor: auto;
}


.MV {
	margin-bottom: 20px;
}

.size16 {
	font-size: clamp(14px, 1.2vw, 16px);
}

.size20 {
	font-size: clamp(16px, 1.4vw, 20px);
}

.size25 {
	font-size: clamp(14px, 1.6vw, 25px);
}

.size30 {
	font-size: clamp(20px, 2vw, 30px);
}

.size70 {
	font-size: clamp(28px, 5.6vw, 70px);
	line-height: 1;
}

.size75 {
	font-size: clamp(28px, 5.8vw, 75px);
	line-height: 1;
}

.textBold {
	font-weight: 600;
}

#sec01 .flexWrap {
	justify-content: center;
}

#sec01 .flexBox .east.flexBox,#sec01 .flexBox .west.flexBox {
	align-items: center;
	background: #f0efe7;
	padding: 40px 20px;
	width: 48%;
	max-width: 630px;
	box-sizing: border-box;
}

#sec01 .flexBox .east {
	margin-right: 10px;
}

#sec01 .flexBox .west {
	margin-left: 10px;
}

#sec01 .flexBox .logoArea {
	width:46%;
	max-width: 270px;
	box-shadow: 0 0 10px 0px rgb(35 24 21 / 30%);
	line-height: 0;
}

#sec01 .flexBox .textArea {
	width:48%;
	max-width: 300px;
}

#sec01 .flexBox .textArea .bgColor {
    width: 230px;
    height: 230px;
    border-radius: 230px;
    background: rgb(255 255 255 / 50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	margin: 0 auto 10px;
}

#sec01 .flexBox .textArea .point {
	position: relative;
	margin-bottom: 20px;
}

#sec01 .flexBox .textArea .point p {
	color:#ea5514;
	border-bottom: 1px solid #ea5514;
}

#sec01 .flexBox .textArea .point:before {
    position: absolute;
    margin: auto;
    content: "";
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 20px solid transparent;
    border-top: 15px solid #ea5514;
}

#sec01 .flexBox .textArea .price {
	margin-bottom: 15px;
}

#sec01 .flexBox .textArea .price .flexBox {
	justify-content: center;
	align-items: center;
}

#sec01 .flexBox .textArea .price .flexBox .textLeft {
	text-align: left;
}

#sec01 .flexBox .textArea .btn a {
	background: linear-gradient(180deg,#376ae1, #2f5c97);
	border: 2px solid #fff;
	text-decoration: none;
	color:#fff;
	display: block;
	border-radius:25px; 
	padding: 10px 20px 15px;
}

#sec01 .flexBox .textArea .btn a p:first-child {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#sec01 .flexBox .textArea .btn a p:last-child {
	text-shadow: 2px 2px 3px rgb(6 6 6 / 50%);
	line-height: 1;
}




@media screen and (min-width: 320px) and (max-width: 768px) {
	
	.sp {
		display: block!important;
	}
	
	.MV {
		width: 100%;
		margin-bottom: 10px;
	}
	
	#sec01.innerBox {
        width: 92%;
    }
	
	#sec01 .flexWrap {
		justify-content: space-between;
	}
	
	#sec01 .flexBox .east.flexBox, #sec01 .flexBox .west.flexBox {
		padding: 20px 10px;
		width: 48%;
		margin: 0 0 20px;
	}	
	
	#sec01 .flexBox .logoArea {
		width: 70%;
		margin: 0 auto 20px;
	}	
	
	#sec01 .flexBox .textArea {
		width: 100%;
		margin: 0 auto;
	}
	
	#sec01 .flexBox .textArea .bgColor {
		width: 135px;
		height: 135px;
		border-radius: 200px;
	}	
	
	#sec01 .flexBox .textArea .price .flexBox .textLeft {
		line-height: 1.2;
	}	
	
	#sec01 .flexBox .textArea .btn a {
		padding: 5px 10px 15px;
	}	
	
	
}
 

@media screen and (min-width: 769px) and (max-width: 1024px) {
	
	.pc {
		display: block!important;
	}	
	
	#sec01 .flexBox .textArea .bgColor {
    width: 180px;
    height: 180px;
}
	
	
	
	
	
	
}

@media screen and (min-width: 1025px) {
	
}
/*----------------------------------------
 op
----------------------------------------*/

/*.MV{
width: 100%;
position: relative;
}

.op{
justify-content: flex-start;
align-items: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
display: none;
z-index: 21;
	background: #fff;
}

.op video {
    min-width: 100%;
    min-height: 100%;
width: 100%;
height: 100% !important;
vertical-align: top;
object-fit: cover;
	filter: drop-shadow(0px 0px rgba(0,0,0,0));
}

#skip{
width: 100px;
padding: 12px 10px;
font-weight: bold;
text-align: center;
background-color: #fff;
position: absolute;
right: 10px;
bottom: 10px;
z-index: 21;
cursor: pointer;
	line-height: 1;
}

#skip:hover{
background-color: #eee;
}

.main_text{
position: absolute;
top: 20%;
left: 50%;
width: 50%;
transform: translate(-50%, -20%);
}

.main_logo{
position: absolute;
bottom: 120px;
left: 50%;
transform: translateX(-50%);
width: 7%;
}

.op.sc_top{
animation: fadeOut 1s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
height: 100vh;
  }
  100% {
    opacity: 0;
height: 0;
  }
}*/


@media screen and (max-width: 768px) {

/*----------------------------------------
 op
----------------------------------------*/
/*.MV{
height: 100%;
position: relative;
}

.main_v {
height: 100%;
}

#skip{
width: 70px;
padding: 12px 5px;
font-weight: bold;
text-align: center;
background-color: #fff;
position: absolute;
z-index: 22;
cursor: pointer;
}


.op{
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
position: absolute;
top: 0;
left: 0;
}


.op video {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    min-width: 100%;
    min-height: auto;
	width: 100%;
	height: 100% !important;
	vertical-align: top;
}

	#Topslider {
    overflow: hidden;
    margin-bottom: 0;
}
	
	#op {
        width: 100%!important;
		height: 100%;
        aspect-ratio: 1 / 1; 
		overflow: hidden;
    }
	
	#op video {
        width: 100%!important;
		height: 100%;
        aspect-ratio: 1 / 1; 
		object-fit: cover;
		overflow: hidden;
    }*/
	

}


/*----------------------------------------
GW、お盆の休暇
----------------------------------------*/
.holiday {
    margin: 0px auto 80px;
    text-align: center;
}

.holiday .border {
	display: inline-block;
	padding: 20px 50px;
	border: 2px solid #3e3a39;
}

.holiday .title {
	font-size: 18px;
	margin-bottom: 10px;
}

.holiday p {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 5px;
	margin-left: 5px;
}

.holiday .textSmall {
	font-size: 14px;
}




@media screen and (min-width: 320px) and (max-width: 767px)  {
	.holiday {
		margin: -30px auto 40px;
	}

	.holiday .border {
		padding: 20px 25px;
	}
	
	.holiday .title {
		font-size: 16px;
	}

	.holiday p {
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 3px;
		margin-left: 3px;
	}

	.holiday .textSmall {
		font-size: 12px;
	}
	

}


/*----------------------------------------
TVCM
----------------------------------------*/

.tvcm {
    margin: -110px auto 300px;
    text-align: center;
	font-weight: 600;
}

.tvcm .cm_img {
	width: 90%;
	max-width: 500px;
	margin: 40px auto 0;
	cursor: pointer;
}



@media screen and (min-width: 320px) and (max-width: 1024px)  {

	.tvcm {
		margin: -50px auto 120px;
	}
	
}


/*----------------------------------------
ポップアップバナー
----------------------------------------*/

.popupBnr {
	display: none;
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 100;
	width: 420px;
    height: auto;
	cursor: pointer;
}

.popupBnr p.text {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
	width: 100%;
}

.closeBtn {
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    width: 30px;
}

.closeBtn p {
    line-height: 28px;
    font-size: 20px;
    color: #fff;
    background: #333;
    border-radius: 100px;
    border: 1px solid #fff;
    text-align: center;
	
}


@media screen and (min-width: 320px) and (max-width: 767px)  {
	
	.popupBnr {
		bottom: 60px;
		left: 50%;
		transform: translateX(-50%);
		width: 80%;
	}
	
	.popupBnr p.text {
		bottom:8px;
		font-size: 12px;
		line-height: 1.4;
	}
	
	
	
	
}





