/*
 Theme Name:   LUXURY Integrete
 Theme URI:    https://templete-press.com/
 Description:  子テーマ（LUXURY1用）
 Author:       TEMPLeTE PRESS
 Author URI:   https://templete-press.com/
 Template:     luxury1
 Version:      1.0.0
*/

/* 子テーマ用のカスタマイズはここに書く */
/* 共通：スライダーの枠を固定 */

/*.p-imgSlider__item {
    position: relative;
    overflow: hidden;
}*/

 .p-imgSlider{
        aspect-ratio: 16 / 9;
    }
/*

@media (min-width: 769px) {
    .p-imgSlider{
        aspect-ratio: 16 / 9;
    }
}


@media (max-width: 768px) {
			.p-imgSlider{
				aspect-ratio:1
			}
}

.p-imgSlider__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/


@font-face {
    font-family: 'JKG';
    src: url('./fonts/JKG-L_3.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body,
.c-card__title {
    font-family:
        'Yu Gothic',
        'YuGothic',
        'Hiragino Kaku Gothic ProN',
        'Hiragino Sans',
        'Meiryo',
        'メイリオ',
        sans-serif !important;
}

.yugothic {
    font-family:
    'Yu Gothic',
    sans-serif !important;
}
#main>article{
    border-top: solid 3px #e85298;
	min-height: 90vh;
    background:
linear-gradient(
    135deg,

    #fff5fd 0%,
    #ffe4f8 18%,
    #feb3f1 45%,
    #f7c8f4 62%,
    #ffdff8 82%,
    #fff7fd 100%
);
}
