@charset "utf-8";
/*display flexの指示*/
.flex-f_w-a_c-j_c{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.flex-f_w-a_c-j_sb{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.flex-f_w-a_c-j_sa{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around;}

/*image画像等の指示*/
.img_w100 { width: 100%;}

/*image画像　横並びの指示*/
/*フルワイド：画像2枚横並び　width768px以下：画像1枚*/
.full_w2img-768_w1img{ width: 49%;}
/*フルワイド：画像3枚横並び　width768px以下：画像1枚*/
.full_w3img-768_w1img{ width: 32%;}
@media screen and (max-width: 768px){
.full_w3img-768_w1img{ width: 100%;}
}
/*フルワイド：画像4枚横並び　width768px以下：画像1枚*/
.full_w4img-768_w1img{ width: 24%;}
@media screen and (max-width: 768px){
.full_w4img-768_w1img{ width: 100%;}
}

/*フルワイド：画像2枚横並び　width768px以下：画像2枚*/
.full_w2img-768_w2img{ width: 49%;}
/*フルワイド：画像3枚横並び　width768px以下：画像2枚*/
.full_w3img-768_w2img{ width: 32%;}
@media screen and (max-width: 768px){
.full_w3img-768_w2img{ width: 49%;}
}
/*フルワイド：画像4枚横並び　width768px以下：画像2枚*/
.full_w4img-768_w2img{ width: 24%;}
@media screen and (max-width: 768px){
.full_w4img-768_w2img{ width: 49%;}
}

/* 商品パネル */
.item.game{ position: relative;}
.item.game .details,
.item.deskwork .details,
.item.portable .details{ color: #000;}
.item_a{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;}


/* 新料金表　20240205 */
.price_box_wrap { margin: 0 0 10px 0;}
.price_box_wrap * {box-sizing: border-box;}
.price_box{ width: 100%; display: flex; }
.p_item_L{ width: 35%;  display: flex; flex-wrap: wrap;}
.p_item_R{ width: 65%;  display: flex; justify-content: space-between;}
.p_item_R .title_area{ width: 100%; text-align: center; position: relative; margin: 0 0 15px 0; width: 32%;}
.p_item_R .title_area h4{ position: relative;}
.p_item_R .title_area h4 span{ height: unset !important; line-height: unset !important; margin-bottom: unset !important;  padding-top: unset !important; font-size: 16px !important;}
.p_item_R .title_area i { width: 100%; text-align: center; font-size: 12px !important;}
.p_item_R .title_area:nth-of-type(1) h4 span{ border: solid 1px #E4007F; color: #E4007F; font-weight: bold; padding: 26px 10px 12px 10px !important; }
.p_item_R .title_area:nth-of-type(2) h4 span{ border: solid 1px #00A1E9; color: #00A1E9; font-weight: bold; padding: 26px 10px 12px 10px !important; }
.p_item_R .title_area:nth-of-type(3) h4 span{ border: solid 1px #000000; color: #000000; font-weight: bold; padding: 26px 10px 12px 10px !important; }
.p_item_R .title_area:nth-of-type(1) h4 i{  color: #E4007F !important; margin: 5px 0 0 0; display: inline-block; }
.p_item_R .title_area:nth-of-type(2) h4 i{  color: #00A1E9 !important; margin: 5px 0 0 0; display: inline-block; }
.p_item_R .title_area:nth-of-type(3) h4 i{  color: #000000 !important; margin: 5px 0 0 0; display: inline-block; }
.p_item_R .title_area p { font-size: 15px; font-weight: bold; padding: 10px; position: absolute; top: -30px; width: 90%; left: 5%; text-align: center; white-space:nowrap;}
.p_item_R .title_area:nth-of-type(1) p{ background:  #E4007F; color: #fff; font-weight: bold; border-radius: 20px; }
.p_item_R .title_area:nth-of-type(2) p{ background:  #00A1E9; color: #fff; font-weight: bold; border-radius: 20px; }
.p_item_R .title_area:nth-of-type(3) p{ background:  #000000; color: #fff; font-weight: bold; border-radius: 20px; }
.p_item_R .title_area:nth-of-type(1) p:before {content: ""; position: absolute; top: unset; bottom: -24px; left: calc(50% - 12px);	border: 12px solid transparent;	border-top: 12px solid #E4007F;}
.p_item_R .title_area:nth-of-type(2) p:before {content: ""; position: absolute; top: unset; bottom: -24px; left: calc(50% - 12px);	border: 12px solid transparent;	border-top: 12px solid #00A1E9;}
.p_item_R .title_area:nth-of-type(3) p:before {content: ""; position: absolute; top: unset; bottom: -24px; left: calc(50% - 12px);	border: 12px solid transparent;	border-top: 12px solid #000000;}
.p_item_tit {position: relative; display: flex; flex-wrap: wrap; align-content: center; width: calc(100% - 30px); padding: 7px 10px; color: #000; background: #EBECF5;}
.p_item_tit:before {content: ""; position: absolute; top: calc(50% - 20px);	left: 100%;	border: 20px solid transparent;	border-left: 16px solid #EBECF5;}
.p_item_tit_L{ width: 100%; font-size: 15px; font-weight: bold;}
.p_item_tit_L span{ display: block; width: 100%;}
.p_item_tit_S{ width: 100%; font-size: 12px; margin: 5px 0 0 0;}
.p_item_tit_S_midashi {background: #555; color: #fff;padding: 0px 5px;font-weight: normal;margin: 0 5px 0 0;border-radius: 2px;	font-size: 12px;display: inline-block;}
.p_item_other_link{ width: 100%; margin: 5px 0 0 0;}
.p_item_other_link span { display: inline-block !important; font-size: 10px; padding: 0 3px 0 0;}
.p_bin{ position: relative; width: 32%; display: flex;}
.p_bin a{display: flex; align-items: center; width: 100%; height: 100%; justify-content: center; text-align: center; padding: 10px 0;}
.p_bin_txt{ display: none;}
.p_bin_txt_03{ width: 100%; font-size: 13px; font-weight: bold;}
.p_geki a{ background: #E4007F; color: #fff;}
.p_tsuu a{ background: #00A1E9; color: #fff;}
.p_toku a{ background: #000000; color: #fff;}
.p_bin_txt_03:before { content:url(https://visipri.com/size/img/cart-icon.svg); position: absolute; width:17px;top:39%; right: 5%;z-index:2;}
@media screen and (max-width: 768px){
.price_box_wrap { margin: 0 0 15px 0;}
.p_item_R .title_area{ display: none;}
.price_box{ flex-wrap: wrap; }
.p_item_L{ width: 100%; }
.p_item_tit{ width: 100%; text-align: center; padding: 10px 5px;}
.p_item_tit:before {content: ""; position: absolute; top: unset; bottom: -39px; left: calc(50% - 20px);	border: 20px solid transparent;	border-top: 20px solid #EBECF5;}
/* .p_item_tit_L span{ display: inline; margin: 0 0 0 10px;} */
.p_item_R{ width: 100%; flex-wrap: wrap;}
.p_item_other_link{ margin: 3px 0 0 0; text-align: right; min-height: 18px;}
.p_bin{ position: relative; width: 100%; margin: 3px 0;}
.p_bin_txt{ display: block; width: 50%; padding: 10px; text-align: center;}
.p_geki .p_bin_txt{ border: solid 1px #E4007F; color: #E4007F; }
.p_tsuu .p_bin_txt{ border: solid 1px #00A1E9; color: #00A1E9; }
.p_toku .p_bin_txt{ border: solid 1px #000000; color: #000000; }
.p_bin_txt_03{ width: 50%; }
.p_geki .p_bin_txt_03{ border: solid 1px #E4007F;}
.p_tsuu .p_bin_txt_03{ border: solid 1px #00A1E9;}
.p_toku .p_bin_txt_03{ border: solid 1px #000000;}
.p_bin_txt_01{ font-size: 12px;}
.p_bin_txt_02{ font-size: 15px; font-weight: bold;}
.p_bin_txt_03:before {top: 36%;right: 2%;}
}
.txt-size {
        font-size: 1rem;
    font-weight: bold;
}

.product-detail {
    font-size:0.8rem;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .p_item_tit_S {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* fix_uetani */

main #right_column { margin-top: 80px;}
div#hospital { width: 100%;padding: 0 15px; box-sizing: border-box;}
@media screen and (min-width: 768px){
#wrap { width:100%; max-width: 1220px;margin: 10px auto;}
#container {width:100%; max-width: 1220px; box-sizing: border-box;}
main #left_column {width: 30%;max-width: 300px; box-sizing: border-box; margin: 0;}
main #right_column {width: 70%;flex: 1;box-sizing: border-box;margin: 0;}
#pankuzu {padding: 0 15px;box-sizing: border-box; }
div#hospital {width: 100%;max-width: 920px;padding: 0 15px; box-sizing: border-box; }
}
.page-content { padding-left: 0px; padding-right: 0px; box-sizing: border-box;}
.page-content h2 { font-size: 18px; color: #0202e5; border-bottom: solid 3px  #0202e5; padding: 0.5em 0  0.2em 0; font-weight: bold; margin-bottom: 15px; line-height: 1.2; position: relative;}
.page-content h2:after{ content: ""; height: 3px; width: 30%; position: absolute; right: 0; bottom: -3px; background: #A9A9FD; }
.page-content h2.ex_h2 { font-size: 20px; background: #0202e5; color: #fff; padding: 0.5em 1em; font-weight: bold; margin-bottom: 15px; line-height: 1.2; border-bottom: unset;}
.page-content h2.ex_h2:after{ display: none;}
.page-content h3 { font-size: 17px; color: #0202e5; border-left: solid 4px #0202e5; border-bottom: unset; padding: 0.1em 0  0.1em 0.5em; font-weight: bold; margin-bottom: 15px; line-height: 1.2;}
.page-content .small { font-size: 13px; line-height: 1.5;}
.page-content h4 { font-size: 14px; color: #333; 
/* padding: 1px 8px 1px 3px;  */
font-weight: bold; border-bottom: dotted 2px #aaa; margin-bottom: 12px; line-height: 1.2;}
/* .page-content h5 { font-size: 12px; color: #fff; background: #777; margin-bottom: 12px; line-height: 1.2; border-radius: 2px; padding: 1px 8px; display: inline-block;} */
.page-content p{ line-height: 1.8; margin-bottom: 15px;}
@media screen and (min-width: 768px){
.page-content { width: 100%; max-width: 920px; padding: 0; padding-left: 15px; padding-right: 15px; box-sizing: border-box;}
.page-content h2.ex_h2 { font-size: 23px; line-height: 1.6; margin-bottom: 25px;}
.page-content h2 { font-size: 21px; line-height: 1.6; margin-bottom: 25px;}
.page-content h3 { font-size: 18px; line-height: 1.6; margin-bottom: 20px;}
.page-content h4 { font-size: 15px; line-height: 1.6; margin-bottom: 12px;}
.page-content h5 { font-size: 13px; line-height: 1.6; margin-bottom: 12px;}
}
.item_header{display: flex; flex-wrap: wrap;}
@media screen and (max-width: 1200px){
.iipLt_br{ display: none;}
}
.cont_inner{ box-sizing: border-box; padding: 0 10px; margin: 0 0 50px 0;}

span.marker {background: linear-gradient(transparent 50%, #ffd700 100%);}

/* fix_20221210_uetani */
main #right_column { margin-top: 80px;}
div#hospital { width: 100%;padding: 0 15px; box-sizing: border-box;}
@media screen and (min-width: 768px){
#wrap { width:100%; max-width: 1220px;margin: 10px auto;}
#container {width:100%; max-width: 1220px;}
main #left_column {width: 30%;max-width: 300px; box-sizing: border-box; margin: 0;}
main #right_column {width: 70%;flex: 1;box-sizing: border-box;margin: 0;}
#pankuzu {padding: 0 15px;box-sizing: border-box; }
div#hospital {width: 100%;max-width: 920px;padding: 0 15px; box-sizing: border-box; }
div#hospital section#price dl.table dd, div#hospital section#deadline dl.table dd { max-width: 195px; }
div#hospital section#deadline .box_wrap .box h4 {max-width: 190px;}
}

/**fix_uetani_231008**/
.download_tem_01{display: flex; flex-wrap: wrap; align-items: center; text-decoration: none !important; margin: 10px 0; color: #000 !important; font-size: 15px;}
.download_tem_01 img { width: 156px; margin-right: 10px;}
.download_tem_01 b{ flex:1;}
@media screen and (max-width: 768px){
.download_tem_01{font-size: 13px; line-height: 1.3;}
.download_tem_01 img { width: 110px;}
}

/* add */
@media (max-width: 767px) {div#hospital section#choice .box_wrap .box .title_area h4 {text-align: center;}
div#hospital section#choice .box_wrap .box .title_area h4 span {left: 150px;}}
@media (max-width: 500px){div#hospital section#choice .box_wrap .box .title_area h4 span {left: 100px;}}
@media (max-width: 400px){
div#hospital section#choice .box_wrap .box .title_area h4 span {
left: 85px;}}
.koumoku{
    font-size: 1.1rem;
    font-weight: bold;
}
@media screen and (max-width: 768px){
.koumoku{
    text-align: center;}
}

.fee-remarks {
    font-size: clamp(0.8rem, 2.5vw, 0.9rem);
    padding: 0 clamp(0.5rem, 2.5vw, 1rem);
}

/* ファーストビュー */
.intro-text {
    display: block;
    color: #ff8c00;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.product-title {
	text-align: center;
	margin-bottom: 30px;
	color: #1e50a2;
	font-size: 2.2rem;
	font-weight: bold;
	position: relative;
	padding-bottom: 15px;
}

.product-title:after {
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	background: #ff8c00;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.product-intro {
	text-align: center;
	font-size: 1rem;
	margin-bottom: 40px;
	color: #555;
	padding: 0 10px;
}

.features-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

.feature-card {
	flex: 0 0 calc(33.333% - 70px);
	background: #f5f7fa;
	border-radius: 8px;
	padding: 25px 30px;
	margin-bottom: 20px;
	/* transition: transform 0.3s, box-shadow 0.3s; */
}

.feature-card:nth-child(3n+1) { 
    background:linear-gradient(135deg, #2979fb 0% 0%, #84a9dc 100%);
}
.feature-card:nth-child(3n+2) { 
    background: linear-gradient(150deg, #f52222 0%, #eea092 100%);
}
.feature-card:nth-child(3n+3) { 
    background: linear-gradient(150deg, rgb(13 171 49 / 82%), rgb(157 233 151) 99%);
}


/* .feature-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
} */

.feature-title {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.7);
    font-family: "DotGothic16", sans-serif;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 1);
}

.feature-content {
    color: rgba(255, 255, 255, 1);
    font-size: clamp(0.8rem, 2.5vw, 0.85rem) !important;
    line-height: 1.7;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.9);
}

.solution-section {
	background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
	padding: 30px 15px;
	border-radius: 8px;
	margin-bottom: 30px;
    text-align: center;
}

.solution-title-container {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

.solution-title {
	text-align: center;
	font-size: clamp(1.2rem,2.5vw,1.5rem);
    font-weight: bold;
	color: #1e50a2;
	margin-bottom: 20px;
    position: relative;
    padding-left: 1.8em;
}

.solution-title::before {
    content: "\f0eb";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 12px;
    top: 2px;
    color: #004BC9;
    font-size: clamp(1em,2.5vw,1.1em);
    width: 1em;
    height: 1em;
    line-height: 1;
}

.solution-list {
	list-style-type: none;
}

.solution-list li {
    font-size: clamp(0.9rem, 2.5vw, 1rem);
    position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	line-height: 1.5;
}

.solution-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 18%;
    top: 0;
    color: #ff8c00;
    font-size: 18px;
}

.cta-section {
    text-align: center;
    background: linear-gradient(179deg, #19a3ff, #11477d);
    padding: 20px;
    color: white;
    border-radius: 8px;
    font-size: clamp(1rem, 2.5vw, 1.4rem);
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    margin-bottom: 2em;
}


@media (max-width: 768px) {
	.product-title {
		font-size: 1.8rem;
	}
	
	.feature-card {
        flex: 0 0 80%;
        margin: 15px auto;
	}
	
	.product-intro {
		font-size: 1rem;
	}

    .product-intro {
        text-align: left;
    }
    .cta-section br {
        display: none;
    }
    .cta-section {
    text-align: left;
}
.solution-list li::before {
    left: 3%;
    top: 0;
}
}

@media (max-width: 480px) {
	.product-header {
		padding: 30px 15px;
	}
	
	.product-title {
		font-size: 1.5rem;
	}
	
	.feature-title {
		font-size: 1.1rem;
	}
	
}

@media (min-width:768px) {
    .solution-list br{
        display: none;
    }

}

/* end */

#choice p {
    font-size:clamp(0.8rem,2.5vw,1rem);
}

.text-wrap {padding:0.5em 2em !important;line-height: 1.8;margin-bottom: 3em;}
.text-wrap p {font-size:clamp(0.9rem,2.5vw,0.9rem) !important;}
.caution {
    text-decoration: underline 2px dotted red;
    text-underline-offset: 4px;
}



/* 画像モーダル表示のサイズ制御 */
.modaal-gallery-item img {
    max-width: 650px;
}

/* 画像3列 */
/* 画像挿入 */

.gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
    margin: 3em auto;
}

.gallery-item {
	text-align: center;
	width: calc(33.33% - 20px);
}

.gallery-item img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 5px 5px 6px 1px rgb(0 0 0 / 78%);
}

.caption {
	margin-top: 10px;
	font-size: 14px;
	color: #555;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
	.gallery-item {
	width: 100%;
	}
}

/* tab */

.tab-description {
    font-size: clamp(0.7rem, 2.5vw, 0.8rem) !important;
    color: #7a7a7a;
    margin: 1em 0 1em 4em;
}

@media (max-width:768px) {
    .tab-description {
        margin: 1em 0;
        text-align: center;
}
}
.tab-section {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Arial', sans-serif;
}

/* タブボタンのスタイル */
.tab-buttons {
    display: flex;
    border-bottom: 2px solid #ddd;
    /* margin-bottom: 20px; */
}

.tab-buttons label {
    font-size: clamp(0.8rem, 2.5vw, 1rem);
    padding: 12px 20px;
    cursor: pointer;
    background: #f1f1f1;
    border: 1px solid #ddd;
    border-bottom: none;
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
    transition: all 0.3s;
    font-weight: bold;
    color: #555;
}

.tab-buttons label:hover {
    background: #e1e1e1;
}

/* タブコンテンツのスタイル */
.tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
    background: #fff;
}

.tab-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 15px auto 15px;
    border: 5px solid #0000009e;
    border-radius: 5px;
    width: 250px;
    transition: all 0.3s ease-out;
    
}

.tab-content img:hover{
    transform: scale(1.05) translate(-2%, -2%);
    box-shadow: 9px 11px 16px 1px rgb(0 0 0 / 87%);
    z-index: 5;
}

.tab-content a {
display: block;
width: 250px;
max-width: 100%;
margin: 0 auto;
}

.tab-content a:hover{
    opacity: 1 !important;
}

.tab-content p {
    padding: 1em;
    line-height: 1.6;
    color: #333;
    padding: 2em 0;
    text-align: center;
}

.tab-content span{
    text-align: center;
    display: block;
    font-size: clamp(1.2rem, 2.5vw, 1.4rem);
    font-weight: bold;
    color: #f35100;
    margin-bottom: -1em;

}

.tab-input {
    display: none;
}

#tab1:checked ~ .tab-buttons label[for="tab1"],
#tab2:checked ~ .tab-buttons label[for="tab2"],
#tab3:checked ~ .tab-buttons label[for="tab3"] {
    background: linear-gradient(90deg, #1310c1, #1200ff91);
    color: white;
    border-color: #1e50a2;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3 {
    display: block;
}

/* タブコンテンツの背景画像システム */
.tab-content {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.tab-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: -1;
    transition: all 0.5s ease;
}

#content1::before {
    background-image: url(https://visipri.com/mousepad/img/keitaipad-01-square.webp);
    opacity: 0.2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(6deg) scale(1.1) perspective(20rem) rotateX(25deg);
    filter: blur(1px) grayscale(20%) brightness(1.2);
}

#content2::before {
    background-image: url(https://visipri.com/mousepad/img/deskwork-02-square.webp);
    opacity: 0.1;
    background-size: cover;
    background-position: top;
    transform: rotate(6deg) scale(1.1) perspective(35rem) rotateX(25deg);
    filter: blur(0) grayscale(20%) brightness(1);
}

#content3::before {
    background-image: url(https://visipri.com/mousepad/img/gampad-03-500px.webp);
    background-size: cover;
    opacity: 0.1;
    background-position: top 20% right -21%;
    background-repeat: no-repeat;
    transform: rotate(5deg) perspective(45rem) rotateX(-15deg);
    filter: blur(1px) grayscale(10%) brightness(1);
}

/* 保護レイヤー */
.tab-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to bottom, rgb(255 255 255 / 16%) 0%, rgb(255 255 255 / 73%) 100%); */
    z-index: -1;
}

.tab-content > * {
    position: relative;
    z-index: 1;
}



/*  */


@media (max-width: 600px) {
    .tab-buttons {
        flex-direction: column;
    }
    
    .tab-buttons label {
        border-radius: 0;
        margin-right: 0;
        margin-bottom: 5px;
        border: 1px solid #ddd;
    }
    .tab-content p {
        text-align: left;
    }
}



	@media (min-width:769px) {
		.gallery {display: none;}
	}


    /* カバーフローエフェクト */
    .coverflow-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 420px;
    margin: 50px auto;
    perspective: 1000px;
    transform-style: preserve-3d;
    overflow: hidden; 
    }
    
    .coverflow {
        position: absolute;
        width: 100%;
        height: 100%;
        transform-style: preserve-3d;
        transition: transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
        transform: translateZ(-450px) rotateY(0deg);
    }
    
    .coverflow-item {
    position: absolute;
    width: 450px;
    height: 320px;
    left: 50%;
    top: 50%;
    transform-origin: center center;
    margin-left: -225px;
    margin-top: -160px;
    transition: all 0.7s ease-out;
    box-shadow: 0px 6px 6px 0px #00000069;
    border-radius: 10px;
    overflow: hidden;
    background: white;
    }
    
    .coverflow-item img {
        width: 100%;
        height: 80%;
        object-fit: cover;
        display: block;
        transition: transform 0.5s ease;
    }
    
    .coverflow-caption {
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f7f7f7, #c9c9c9);
    color: #000000;
    font-weight: bold;
    text-align: center;
    padding: 0 15px;
    font-size: clamp(0.8rem, 2.5vw, 1.2rem);
	    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    backface-visibility: hidden;
    transform: translateZ(0);
    }
    
    .coverflow-nav {
        text-align: center;
        margin-top: 50px;
    }
    
    .coverflow-nav button {
	background: linear-gradient(135deg, #ffffff, #979797);
    color: #000000;
    border: none;
    padding: 12px 30px;
    margin: 0 25px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    
    .coverflow-nav button:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 15px rgba(0,0,0,0.2);
    }
    
    @media (max-width: 768px) {
        .coverflow-container {
        width: 100%;
        height: 350px;
        perspective: 370px;
        padding: 0 20px; 
        box-sizing: border-box;
        }
        
        .coverflow-item {
        width: 70%;
        height: 240px;
        margin-left: -35%;
        margin-top: -120px;
        }
        
        .coverflow-nav button {
            padding: 10px 25px;
            margin: 0 15px;
        }
    }

	@media (max-width:768px) {
		.coverflow-container, .coverflow-nav {
			display: none;
		}

	}
/* /カバーフローエフェクト */