@charset "utf-8";
html {overflow-x: hidden;}
.white { color: #fff!important;}
.gray { color: #dcd1cc!important;}
.mt200 { margin-top: 200px;}
.mt300 { margin-top: 300px;}
.mt400 { margin-top: 400px;}
@media only screen and (max-width:767px){
    .mt200 { margin-top: 150px;}
	.mt300 { margin-top: 200px;}
    .mt400 { margin-top: 300px;}
}

.gradient {
    background: rgba(161,125,65,1);
    background: linear-gradient(to left, rgba(161,125,65,1) 0%,rgba(215,199,173,1) 40%,rgba(255,255,255,1) 63%,rgba(121,84,42,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradient02 {
    background: rgba(210,184,171,1);
    background: linear-gradient(to right,  rgba(210,184,171,1) 0%,rgba(255,255,255,1) 25%,rgba(210,184,171,1) 50%,rgba(255,255,255,1) 75%,rgba(210,184,171,1) 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.secPremium { overflow: hidden; padding: 120px 0;}
.secPrecious {
    background: linear-gradient(to right,  rgba(124,76,74,1) 0%,rgba(187,138,134,1) 5%,rgba(125,77,75,1) 15%,rgba(124,76,72,1) 100%);
    color: #fff;
    overflow: hidden;
    padding: 120px 120px 240px;
    position: relative;
}
.secPrecious::before {
    content: url("../p_imgs/bg01.png");
    display: block;
    height: auto;
    width: 100%;
    opacity: 0.6;
    mix-blend-mode: hard-light;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transform: translateY(-25%);
}
.secPrecious .secHead.precious .en { text-transform: lowercase;}

.lines.lifescene {
    position: absolute;
    left: 0;
    right: 0;
    top: 18%;
    transform: translateY(-50%);
    max-width: 300px;
}
.lines.lifescene .line1 { transform: translateX(-100%) translateY(3px); width: 100%;}
.lines.lifescene .line2 { transform: translateX(100%) translateY(-3px); width: 100%;}

@media only screen and (min-width:768px){
    .secHead.precious .lines { top: 50px;}
    .secHead.precious .en { font-size: 3rem;}
    .secHead.precious .jp { font-size: 2.4rem;}
}

.lifeName, .lifeText { line-height: 1.5; letter-spacing: 0; margin-top: 15px; text-align: center;}
.lifeName { font-size: 2.2rem; position: relative;}
.lifeName:after {
    background: linear-gradient(to left, rgba(161,125,65,1) 0%,rgba(215,199,173,1) 40%,rgba(255,255,255,1) 63%,rgba(121,84,42,1) 100%);
    content: "";
    display: block;
    height: 1px;
    width: 85px;
    margin: 10px auto 0;
}
.lifeText { font-size: 1.3rem;}

.sliders { padding-top: 60px;}
.sliders > div { overflow: visible; }
.sliders .slick-track {
    margin:0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0;
}
.sliders .item .child {
    opacity: 0.5;
    transform: scale(0.95) translateY(4px);
    transition: all ease-in-out 0.5s;
}
.sliders .slick-center .child {
    transform: scale(1.0) translateY(0px)!important;
    opacity: 1;
}
.sliders .item.slick-current {
    opacity: 1;
    z-index: 1;
}
.sliders .item.slick-current figure { transform: scale(1.5); border: 15px solid #7d4d4a; }
.sliders .item.slick-current figure .pic_cap { font-size: 0.7rem; letter-spacing: 0; padding:3px; }
.sliders .slick-center .child .copy { padding-top: 60px; }
.sliders .item .child .pic_cap, .sliders .item .child .copy {  opacity: 0; }
.sliders .item .child .copy {
    position: absolute;
    left: 0;
    right: 0;
}
.sliders .slick-center .child .pic_cap,
.sliders .slick-center .child .copy {
    opacity: 1;
}
@media only screen and (max-width:1024px){
    /* .sliders .item .child { transform: scale(0.85) translateY(7px); }
    .sliders .item.slick-current { width: 320px!important;} */
    .sliders .item.slick-current figure { transform: scale(2); border: 6px solid #7d4d4a; }
    .sliders .item.slick-current figure .pic_cap { padding: 2px; }
}
@media only screen and (max-width:767px){
    .secPremium { padding: 60px 0;}
    .secPrecious { padding-bottom: 180px;}
    .secHead .jp02 { margin-top: 20px;}
    .lines.lifescene { max-width: 165px;}
    .mb80 { margin-bottom: 40px;}
    .mt80 { margin-top: 40px;}
    .sliders { padding-top: 0; }
    .sliders .item .child {padding: 0 5px; transform: none;}
    .sliders .item.slick-current figure { transform: scale(1.0); border: none; }
    .sliders .item.slick-current figure .pic_cap { font-size: 1rem; }
    .sliders .slick-center .child .copy { padding-top: 0;}

    .lifeName { font-size: 2rem;}
}

.planDetail { text-align: center; }
.planDetail .type {
    font-size: 2.6rem;
    margin-bottom: 20px;
    position: relative;
}
.planDetail .type::first-letter { font-size: 170%;}
.planDetail .type > span {
    background: rgba(176,151,105,1);
    background: linear-gradient(to bottom,  rgba(176,151,105,1) 0%,rgba(113,90,51,1) 30%,rgba(140,108,46,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}
.planDetail .type:after {
    background: url(../p_imgs/line_btm.png) no-repeat center center;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    margin: 0 auto;
    width: 170px;
}
.planDetail .spec {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    line-height: 1.0;
    margin-bottom: 60px;
}
.planDetail .spec .num1 { font-size: 200%;}
.planDetail .spec .num2 { font-size: 150%;}
.planDetail .spec .num3 { font-size: 110%;}
.planDetail .spec .num4 { font-size: 90%;}
.planDetail .spec .num5 { font-size: 60%;}
.planDetail .spec .ldk  { font-size: 150%;}
.planDetail .spec .sml  { font-size: 50%;}
.planDetail .spec .met  { font-size: 70%;}
.planDetail .spec .flex {
    column-gap: 40px;
    align-items: flex-end;
    justify-content: center;
    margin-top: 20px;
    text-align: left;
}
.planDetail .imgs {  display: inline-block; margin-top: 30px;}
.planDetail .imgs .ttl {
    color: #5f5f23;
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: center;
}
.planDetail .imgs .ttl > span {
    display: inline-block;
    position: relative;
}
.planDetail .imgs .ttl > span:before {
    background: linear-gradient(to right, rgba(161, 125, 65, 1) 0%, rgba(215, 199, 173, 1) 40%, rgba(255, 255, 255, 1) 63%, rgba(121, 84, 42, 1) 100%);
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: calc(100% + 30px);
    height: 1px;
    width: 160px;
}
.planDetail .imgs .ttl > span:after {
    background: linear-gradient(to right, rgba(161, 125, 65, 1) 0%, rgba(215, 199, 173, 1) 40%, rgba(255, 255, 255, 1) 63%, rgba(121, 84, 42, 1) 100%);
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: calc(100% + 30px);
    height: 1px;
    width: 160px;
}
.planDetail .draw {  display: inline-block; text-align: left;}
.planDetail .draw .note img {
    height: 13px;
    margin-top: 30px;
}
.planDetail .draw .cap {
    font-size: 1.2rem;
    letter-spacing: 0;
    margin-top: 20px;
}
.planDetail .txtEn {
    color: #a08275;
    font-size: 2rem;
    margin: 20px 0 10px;
}
.planDetail .txtJp > span { display: inline-block; font-size: 120%; margin-bottom: 10px; }

@media only screen and (max-width:767px){
    .planDetail .type { font-size: 2rem;}
    .planDetail .spec { font-size: 2.2rem;}
    .planDetail .spec .flex { text-align: center;}
    .planDetail .draw .note img { height: 9px;}
    .planDetail .draw .cap { font-size: 1rem;}
    .planDetail .imgs .ttl { font-size: 1.6rem;}
    .planDetail .imgs .ttl > span:before { right: calc(100% + 10px);}
    .planDetail .imgs .ttl > span:after { left: calc(100% + 10px);}
}

.btnPlan {
    background-color: rgba(110, 58, 54, 0.6);
    padding: 50px;
}
.btnPlan a {
    /*background: url(../p_imgs/btn_bg.jpg) no-repeat 0 0;*/
	background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 9.52380952vw;
    /*max-height: 160px;*/
    width: 34vw;
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
}
.btnPlan a img { width: 54%;}
@media only screen and (max-width:1200px){
    .btnPlan a { max-width: 360px; width: 100%; height: 100px;}
    .btnPlan a img { width: 85%;}
}
@media only screen and (max-width:767px){
    .btnPlan { padding: 45px 15px;}
    .btnPlan a { max-width: 285px; width: 100%; height: 80px;}
    .btnPlan a img { width: 85%;}
}

/*20250212add*/
.cas {
	margin: 0 auto;
	width: 250px;
	padding-top: 0px;
	padding-bottom: 50px;
}
@media only screen and (max-width:767px){
	.cas {padding-bottom: 30px;}
}
.secHead.cus .en { display: inline-block;}
.secHead.cus .under_h3 {
    font-size: 110%;
    letter-spacing: 0.18em;
    line-height: 1.7;
}
.secHead.cus .jp02 {
    font-size: 78%;
    letter-spacing: 0.1em;
    line-height: 2.2;
}
.gradient03 {
    background: -webkit-gradient(linear,  left top, right top,  from(rgba(162,125,66,1)),color-stop(27%, rgba(253,253,247,1)),color-stop(95%, rgba(166,139,93,1)));
    background: -o-linear-gradient(left,  rgba(162,125,66,1) 0%,rgba(253,253,247,1) 27%,rgba(166,139,93,1) 95%);
    background: linear-gradient(to right,  rgba(162,125,66,1) 0%,rgba(253,253,247,1) 27%,rgba(166,139,93,1) 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradient04 {
    background: -webkit-gradient(linear,  left top, right top,  from(rgba(215,184,170,1)),color-stop(13%, rgba(255,236,225,1)),color-stop(32%, rgba(255,255,255,1)),color-stop(52%, rgba(209,183,170,1)),color-stop(77%, rgba(255,255,255,1)),to(rgba(209,183,170,1)));
    background: -o-linear-gradient(left,  rgba(215,184,170,1) 0%,rgba(255,236,225,1) 13%,rgba(255,255,255,1) 32%,rgba(209,183,170,1) 52%,rgba(255,255,255,1) 77%,rgba(209,183,170,1) 100%);
    background: linear-gradient(to right,  rgba(215,184,170,1) 0%,rgba(255,236,225,1) 13%,rgba(255,255,255,1) 32%,rgba(209,183,170,1) 52%,rgba(255,255,255,1) 77%,rgba(209,183,170,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
    .secHead.cus .under_h3 { letter-spacing: 0;}
}
/* secEquipment */
.secEquipment { 
    padding: 140px 0 150px;
    color: #f0f0f0;
}
.secEquipment:before {
    content: "";
    background: url(../p_imgs/bg02.png) no-repeat center center / cover;
    height: 100%;
    transform: initial;
    opacity: 1;
}
.secEquipment .inner { max-width: 970px;}
.secEquipment .secHead { margin-bottom: 140px;}
.boxItem .ttl-md {
    font-size: 1.6rem;
    letter-spacing: 0.18em;
    line-height: 2;
    margin-bottom: 10px;
}
.boxItem .ttl {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-bottom: 10px;
}
.boxItem .txt {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
.boxItem .notes {
    font-size: 1rem;
    letter-spacing: 0.18em;
    line-height: 1.6;
}
.boxItem .fs13 {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
}
.rowCus01 { height: 100%;}
@media only screen and (max-width:1200px){
    .secEquipment { padding: 120px 0 90px;}
    .secEquipment .secHead { margin-bottom: 80px;}
}
@media screen and (max-width: 991px) {
    .boxItem .ttl-md {
        font-size: 1.5rem;
        letter-spacing: 0;
    }
    .boxItem .ttl {
        font-size: 1.3rem;
        letter-spacing: 0;
    }
    .boxItem .txt {
        font-size: 1.1rem;
        letter-spacing: 0.01em;
    }
    .boxItem .fs13 {
        font-size: 1.2rem;
        letter-spacing: 0.01em;
    }
    .boxItem .notes { letter-spacing: 0.01em;} 
}
@media screen and (max-width: 767px) {
    .secEquipment { padding: 60px 0;}
    .secEquipment .secHead { margin-bottom: 40px;}
    .boxItem .ttl-md { font-size: 1.4rem;}
    .mb10_sp { margin-bottom: 10px;}
    .mb30_sp { margin-bottom: 30px;}
    
}
/* secSelect */
.secLines {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	content: "";
	height: 8px;
	flex: 1;
}
.secLines.aR { left: auto; right: 0; }
.secLines .line1 {
	height: 1px;
	width: 95%;
	overflow: hidden;
	margin-left: auto;
	position: relative;
}
.secLines .line1 > span {
	background: linear-gradient(to right, rgba(161,125,65,1) 0%,rgba(215,199,173,1) 40%,rgba(255,255,255,1) 63%,rgba(121,84,42,1) 100%);
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
}
.secLines.on .line1 > span {
    -webkit-animation: gradientBg01 1s forwards linear;
    -moz-animation: gradientBg01 1s forwards linear;
    animation: gradientBg01 1s forwards linear;
}
@keyframes gradientBg01 {
	0% { right: 100%;}
	100% { right: 0%;}
}
.secLines .line2 {
	height: 1px;
	width: 95%;
	overflow: hidden;
	margin-right: auto;
	position: relative;
}
.secLines .line2 > span {
	background: linear-gradient(to left, rgba(161,125,65,1) 0%,rgba(215,199,173,1) 40%,rgba(255,255,255,1) 63%,rgba(121,84,42,1) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
}
.secLines.on .line2 > span {
	-webkit-animation: gradientBg02 1s forwards linear;
    -moz-animation: gradientBg02 1s forwards linear;
    animation: gradientBg02 1s forwards linear;
}
@keyframes gradientBg02 {
	0% { left: 100%;}
	100% { left: 0;}
}

@media screen and (max-width: 1000px) {
	.secLines { width: 100%;}
}

.secSelect {
    padding: 110px 0 190px;
    margin-top: -1px;
    color: #f0f0f0;
}
.secSelect::before { display: none;}
.gellery_main .item { padding-bottom: 50px;}
.gellery_main .item .name {
	color: var(--primary);
	font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-top: 10px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}
.gallery_navs .item {
	cursor: pointer;
	outline: none;
	margin: 0 15px;
}
.gallery_navs .item.slick-current { display: none;}
.gallery_navs_wrap {
    position: absolute; 
    left: calc(100% + 10px);
    bottom: 50px; 
    z-index: 11; 
    width: 100%;
}
.selectImg { margin: 90px 0 148px;}
.ttlLine {
    font-size: 3.2rem;
    letter-spacing: 0.04em;
    position: relative;
    margin: 0 3.5% 20px;
    display: flex;
    align-items: center;
}
.ttlLine .ttl > span {
    display: inline-flex;
    align-items: center;
    margin: 0 75px 0 0;
}
.ttlLine .lg {
    font-size: 225%;
    letter-spacing: 0.04em;
}
.ttlLine .lg + .lg { margin-left: 10px;}
.ttlLine.right { flex-direction: row-reverse;}
.ttlLine.right .ttl > span { margin: 0 0 0 75px;}
.headCase { margin: 10px 0 10px 10%;}
.headCase .num {
    font-size: 2rem;
    letter-spacing: 0.08em;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 10px 10px;
    color: #ffffff;
}
.headCase .num::before {
    content: "";
    background: url(../p_imgs/icon_order.svg) no-repeat center center / contain;
    width: 45px;
    height: 42px;
    margin-right: 10px;
}
.headCase .num .lg { font-size: 140%;}
.headCase .ttl {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 25px;
}
.headCase .txt {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 2;
}
.selectList .selectItem + .selectItem { margin-top: 120px;}
.selectList .selectItem:nth-child(2n) .gallery_navs_wrap {
    left: auto;
    right: calc(100% + 10px);
}
@media only screen and (max-width:1200px){
    .secSelect { padding: 120px 0 120px;}
    .selectImg { margin: 40px 0 80px;}
    .selectList .selectItem + .selectItem { margin-top: 80px;}
}
@media screen and (max-width: 991px) {
    .gellery_main .item .name { text-align: center;}
    .headCase { margin: 0;}
	.gallery_wrap { margin-top: 30px;}
	.gallery_navs_wrap {
		margin-top: 30px;
		position: static !important;
	}
	.gallery_navs .item { margin: 0 5px;}
    .ttlLine { font-size: 2.2rem;}
    .ttlLine .ttl > span { margin: 0 30px 0 0;}
    .ttlLine.right .ttl > span { margin: 0 0 0 30px;}
    .selectList .selectItem .inner { width: 70%;}
}
@media screen and (max-width: 767px) {
    .secSelect { padding: 60px 0 60px;}
    .gellery_main .item .name { font-size: 1.4rem;}
    .gellery_main .item { padding-bottom: 30px;}
    .ttlLine {
        font-size: 2rem;
        line-height: 1.2;
        display: block;
        text-align: center;
    }
    .ttlLine.right .ttl > span,
    .ttlLine .ttl > span { margin: 0;}
    .ttlLine .lg + .lg { margin-left: 8px;}
    .headCase .ttl { margin-bottom: 10px; }
    .selectList .selectItem + .selectItem { margin-top: 60px;}
    .selectList .selectItem .inner { width: 100%;}
}

/* */
.mtype_ph{margin-top: 70px;}
@media screen and (max-width: 767px) {
	.mtype_ph{margin-top: 40px;}
}

/* */
.secPlan {
    overflow: hidden;
    padding: 120px 0;
}
.secPlan.hasBgImg {
    background: url(../imgs/bg01.png) no-repeat left top / 50% auto;
    min-height: 100vh;
    position: relative;
}
.secPlan.hasBg { background-color: transparent; }
.secPlan .inner { max-width: 800px;}
@media only screen and (max-width:1078px) and (max-width:1074px){
	.secPlan.hasBgImg { background: none;}
	.tab_ex{display: none !important;}
}
@media only screen and (max-width:767px){
    .secPlan { padding: 60px 0;}
    .secPlan.hasBgImg { background: none;}
}
.secPlan .intro { text-align: center; }
.secPlan .intro .ttl {
    color: #a08275;
    font-size: 2.4rem;
    margin-bottom: 30px;
}
.secPlan .intro .txt {
    color: #191b28;
    font-size: 1.6rem;
    line-height: 2.2;
    margin-bottom: 60px;
}
.secPlan .intro .imgs {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}
.secPlan .intro .imgs .imgL {
    width: 140px;
    position: absolute;
    right: calc(100% - 25px);
    top: calc(100% - 25px);
    z-index: 1;
}
.secPlan .intro .imgs .imgR {
    width: 120px;
    position: absolute;
    left: calc(100% - 25px);
    top: calc(100% - 25px);
    z-index: 1;
}
.secPlan .caption {
    position: absolute;
    left: 5%;
    bottom: 5%;
    z-index: 1;
}
@media only screen and (max-width:767px){
    .secPlan .intro .ttl { font-size: 1.8rem; margin-bottom: 15px;}
    .secPlan .intro .txt { font-size: 1.4rem;}
    .secPlan .intro .imgs .imgL { right: auto; left: 15px;}
    .secPlan .intro .imgs .imgR { right: 15px; left: auto;}
    .secPlan .caption { left: auto; right: 15px;}
}

.planList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 80px;
}
.planItem {
    background: url(../imgs/bg02.jpg) no-repeat center top / cover;
    padding: 25px 40px 40px;
    position: relative;
    text-align: center;
    width: calc((100% / 2) - 15px);
}
.planItem:hover { filter: brightness(1.3);}
.planItem .type {
    background: #F6E6D6;
    background: linear-gradient(to bottom, #F6E6D6 0%, #E6DBC5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.6rem;
    margin-bottom: 20px;
    position: relative;
}

.planItem .type .num {
    font-size: 115%;
}
.planItem .type:before {
    background: url(../imgs/line_top.png) no-repeat center center;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    width: 100%;
}
.planItem .type:after {
    background: url(../imgs/line_btm.png) no-repeat center center;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 100%;
}
.planItem .type::first-letter { font-size: 170%;}

.planItem .spec {
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
.planItem .spec .num1 { font-size: 200%;}
.planItem .spec .num2 { font-size: 150%;}
.planItem .spec .num3 { font-size: 110%;}
.planItem .spec .ldk  { font-size: 150%;}
.planItem .spec .sml  { font-size: 60%;}
.planItem .spec .met  { font-size: 90%;}

.planItem .text { padding-top: 20px;}
.planItem .text > span {
    background: linear-gradient(to right,  rgba(102,98,102,1) 0%,rgba(241,228,241,0.5) 21%,rgba(181,170,180,0.5) 45%,rgba(120,115,123,0.5) 79%,rgba(102,101,108,1) 100%);
    color: #fff;
    display: block;
    font-size: 1.4rem;
    letter-spacing: -0.02em;
    padding: 4px 2px;
}
.planItem .text > span + span { margin-top: 10px;}

.planItem > a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 11;
}

.itemPremium {
    background: url(../imgs/bg03.jpg) no-repeat center top / cover;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}
.itemPremium:after {
    content: "";
    background: url(../imgs/bg_frame.png) no-repeat top left / 100% 100%;

    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.itemPremium .type {
	font-size: 3.4rem;
    line-height: 1.2;
	margin: 0;
	padding: 30px 0;
    width: 100%;
}
.itemPremium .type .jp {
    color: #ffffff;
    display: block;
    font-size: 53%;
	font-size: 45%;
    margin: 0 0 10px;
}
.itemPremium .type .jp::first-letter {
    font-size: 100%;
}
@media screen and (max-width: 991px) {
    .planItem .text > span {
        font-size: 1.2rem;
    }
}
@media only screen and (max-width:767px){
    .planList.planIndex {
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-top: 60px;
        overflow-y: hidden;
        overflow-x: scroll;
        padding-bottom: 8px;
    }
    .planList.planIndex .planItem {
        min-width: 280px;
        padding: 15px;
    }
    .planItem .type { font-size: 2rem;}
    .planItem .spec { font-size: 1.8rem;}
    .planItem .text > span { font-size: 1.2rem;}
    .itemPremium .type {
        font-size: 2.4rem;
    }
}