#slider div {
  width: 100% !important;
}
#slider div img {
  width: 100% !important;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: none !important;
  left: 0 !important;
}
.bx-wrapper {
  margin-bottom: 60px !important;
}

/*MGM_template*/
.slider{
	width: 100%;
}
.bx-wrapper .bx-viewport{
	background-color: #000!important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #ccc!important;
}
.bdbox{
	box-sizing: border-box;
	width: 100%;
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
	margin-top: 40px;
}
.youtube {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
}
.youtube iframe {
 position: absolute;
 top: 0;
 right: 0;
 width: 100% !important;
 height: 100% !important;
} 
/*------------------
MGM_CSS
--------------------*/
.m10-bottom{
	margin-bottom: 10px;
}
/*---  CONCEPT ----- */
.top_concept {
	width: 100%;
	max-width: 1140px;
	margin-top: 40px;
	margin-bottom: 80px;
	margin-right: auto;
	margin-left: auto;
}
.tc_txt{
	padding-top: 22%;
}
.tc_tit,.tcb_tit {
	font-size: 2.4em;
	margin-bottom: 30px;
    font-family: 'Noto Serif JP',"ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
    line-height: 1.3;
	letter-spacing: 0.2rem;
}
.tc_tit span,.tcb_tit span{
	color: #ad0505;
	font-size: 4rem;
}
.tc_txt p:not(.tc_tit),.tcb_txt p:not(.tcb_tit){
	font-size: 1.15rem;
	line-height: 1.8;
	margin-bottom: 12px;
}
.tc_bgimg{
	background-image: url(https://file003.shop-pro.jp/PA01476/321/top-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 250px 5% 0;
	margin-top: 20px;
	margin-bottom: 80px;
}
.tcb_txt{
	background-color: #000;
	width: 90%;
	max-width: 500px;
	padding: 70px 4.5% 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	bottom: -1px;
}
/* 1024px°Ê²¼ÍÑ¤Îµ­½Ò */
@media screen and (max-width: 1024px) {
	.tc_txt{
		padding-top: 8%;
	}
}
@media screen and (max-width: 768px){
	.tc_tit,.tcb_tit {
		font-size: 2.2rem;
	}
	.tc_tit span,.tcb_tit span{
		font-size: 3.8rem;
	}
}
@media screen and (max-width: 575px){
	.top_concept{
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.tc_bgimg{
		background-image: url(https://file003.shop-pro.jp/PA01476/321/top-bg-sp.jpg);
		margin-top: 0;
		margin-bottom: 50px;
	}
	.tc_tit,.tcb_tit{
		margin-bottom: 20px;
	}
	.tcb_tit{
		font-size: 1.4rem;
	}
	.tcb_tit span{
		font-size: 3rem;
	}
	.tc_txt p:not(.tc_tit),.tcb_txt p:not(.tcb_tit){
		font-size: 1rem;
		margin-bottom: 10px;
	}
	.tcb_txt{
		padding: 35px 4.5% 0px;
	}
}

.kachi-reasons-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: 'Hiragino Kaku Gothic Pro', '¥Ò¥é¥®¥Î³Ñ¥´ Pro', '¥á¥¤¥ê¥ª', Meiryo, sans-serif;
}

.kachi-section-title {
    text-align: center;
    margin-bottom: 50px;
}

.kachi-title {
    font-size: 2.5rem;
    color: #d32f2f;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.kachi-title span {
    color: #fcfcfc;
}

.kachi-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #d32f2f;
}

.kachi-intro-text {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 50px;
    color: #fcfcfc;
    line-height: 1.8;
}

.kachi-reasons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.kachi-reason-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.kachi-reason-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #d32f2f, #ff6b6b);
}

.kachi-reason-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.kachi-reason-number {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #d32f2f, #ff6b6b);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(211, 47, 47, 0.3);
}

.kachi-reason-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #d32f2f;
    margin-bottom: 15px;
    line-height: 1.4;
}

.kachi-reason-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .kachi-reasons-section {
        padding: 40px 15px;
    }

    .kachi-title {
        font-size: 2rem;
    }

    .kachi-reasons-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .kachi-reason-card {
        padding: 25px;
    }
}

@keyframes kachifadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.kachi-reason-card {
    animation: kachifadeInUp 0.6s ease forwards;
}

.kachi-reason-card:nth-child(1) { animation-delay: 0.1s; }
.kachi-reason-card:nth-child(2) { animation-delay: 0.2s; }
.kachi-reason-card:nth-child(3) { animation-delay: 0.3s; }
.kachi-reason-card:nth-child(4) { animation-delay: 0.4s; }


