@charset "utf-8";
/* CSS Document */

#subsc_ship {
	border-bottom: 1px solid;
	padding:6.0em 0 6.0em;
}

#subsc_ship h1,#subsc_ship h2 {
	font-weight: normal;
	text-align: center;	
}

#subsc_ship #luty_kanban h1 {
	margin: auto;
}

#subsc_ship h2 {		
	line-height: 2.0;	
}

#subsc_ship #luty_kanban h1 span{
	margin-top: 1.5em;
}

#subsc_ship h1 span,#subsc_ship h2 span {
	display: block;
	margin: auto;
}

#subsc_ship #rewards {
	border-top: 1px solid;
	padding: 6.0em 0;
}

#subsc_ship #luty_kanban {
	align-items: flex-end;
    
}

#subsc_ship #luty_kanban picture{
	width: 50%;
}

#subsc_ship #luty_kanban img {
	width: 100%;
}

#subsc_ship #luty_kanban h1 {	
	margin: auto;
    text-align: left;
}

#subsc_ship #luty_kanban .luty_comm_midashi {
	width: 45%;
}

#subsc_ship #luty_intro {
	padding: 6.0em 0;
	line-height: 2.3;
    width: 45%;
    text-align: left;
}

#subsc_ship #rewards .comm_flex {
	align-items: normal;
}

#subsc_ship #rewards .comm_flex .box {
	width: 32%;
	background: #f1eeea;
	border-radius: 10px;
	padding: 3.0em 1.0em;
    box-sizing: border-box;
    margin-bottom: 1em;
}
#subsc_ship #rewards .comm_flex::after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    visibility: hidden;
}



#subsc_ship #rewards .comm_flex .box img {
	mix-blend-mode: darken;
    width: 50%;
    max-width: 140px;
}

#subsc_ship #rewards .comm_flex .box dt {
	font-size: clamp(1.5rem, 0.129rem + 2.5vw, 2.5rem);
	margin: 1.0em auto 0.8em;
	text-align: center;
}

#subsc_ship #rewards .comm_flex .box dd {
	text-align: center;
	line-height: 2.0;
}

#subsc_ship #rewards .comm_kome {
	text-align: left;
	margin-top: 2.0em;
}

#subsc_ship .comm_kome p {
	line-height: 1.8;
}

#subsc_ship #rewards .luty_comm_btn {
	margin-top: 3.0em;
    margin-left: 5%;
}

#subsc_ship .luty_comm_midashi p {
	line-height: 2.3;	
}


#subsc_ship #subsc_faq {
	padding: 6.0em 0;
	margin-top: 4.0em;
	background: #ebe8e5;
}

#subsc_ship #subsc_faq h2 {
	font-size: clamp(2rem, 0.129rem + 4.0vw, 4rem);
}


#subsc_ship #subsc_faq h2 span {
	margin-top: 1.0em;
}

#subsc_ship #subsc_faq li {
	border-bottom: 1px solid;
	padding: 3.0em 0;
}

#subsc_ship #subsc_faq dl p {
	line-height: 1.8;
}

#subsc_ship #subsc_faq dt p,#subsc_ship #subsc_faq dd p {
	position: relative;
	padding-left: 5%;
}

#subsc_ship #subsc_faq dt p {
	font-size: 120%;
}



#subsc_ship #subsc_faq dt p:before {
	content: "";
        display: inline-block;
        background: url(../../../Contents/ImagesPkg/luty2026/member/q.jpg) no-repeat right;
        background-size: 100%;
        height: auto;
        width: 3%;
       aspect-ratio: 1 / 1;
	max-width: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	mix-blend-mode: darken;
}

#subsc_ship #subsc_faq dd p:before {
	content: "";
        display: inline-block;
        background: url(../../../Contents/ImagesPkg/luty2026/member/a.jpg) no-repeat right;
        background-size: 100%;
        height: auto;
        width: 3%;
       aspect-ratio: 1 / 1;
	max-width: 30px;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: darken;
}

/*#subsc_ship #subsc_faq dt {
	margin-bottom: 2.0em;
}*/

#subsc_ship #subsc_faq table{
    width: 90%;
    margin: 2em 0 0 5%;
    background: #f4f0ed;
    border-collapse: collapse;
    table-layout: fixed;
}

#subsc_ship #subsc_faq tr{
    display: block;
    padding: 3em;
    overflow: hidden;
}

#subsc_ship #subsc_faq th{
    float: left;
    width: 14%;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    line-height: 1.8;
}

#subsc_ship #subsc_faq td{
    display: block;
    margin-left: 14%;
    padding-left: 2em;
    margin-bottom: 1em;
    text-align: left;
    line-height: 1.8;
    width: auto;
}

#subsc_ship #subsc_faq td:last-child{
    margin-bottom: 0;
}


#subsc_ship #subsc_faq .luty_comm_btn {
	margin-top: 3.0em;
	margin-left: 5%;
}

.sp_only_2 {
		display: none;
	}

.sp_only_3 {
		display: none;
	}

@media only screen and (max-width: 798px) {
	.sp_only {
	display: none;
}
	.sp_only_2 {
		display: block;
	}
	
    #subsc_ship .luty_comm_midashi p {
	text-align: center;
}
    
    #subsc_ship #luty_kanban{
	display: block;
    color: #FFFFFF;
    position: relative;
}    
    
    
	#subsc_ship #luty_kanban .luty_comm_midashi {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 15%;
	width: 100%;
	top: unset;
}
	#subsc_ship #luty_kanban .luty_comm_midashi h1 {
		line-height: 1.8;
        margin-left: .7em;
	}
     
    #subsc_ship #luty_kanban h1 span{
	margin-top: .5em;
}
    #subsc_ship #luty_intro {
    width: 100%;
        text-align: center;
}
    #subsc_ship #rewards .comm_flex .box {
    width: 48%;
}    
    #subsc_ship #subsc_faq table{
        width: 100%;
        margin: 1.5em 0 0;
    }

    #subsc_ship #subsc_faq tr{
        padding: 1.5em;
    }

    #subsc_ship #subsc_faq th{
        float: none;
        width: 100%;
        display: block;
        margin-bottom: 1em;
    }

    #subsc_ship #subsc_faq td{
        margin-left: 0;
        padding-left: 0;
        width: 100%;
        margin-bottom: .5em;
    }

}


@media only screen and (max-width: 480px) {
	.sp_only {
	display: block;
}
	.sp_only_3 {
		display: block;
	}
	.pc_only {
		display: none;
	}
	
	#subsc_ship #luty_intro {
    padding: 3.0em 0;
    line-height: 2.0;
}
	#subsc_ship #rewards .comm_flex {
    flex-direction: column;
}

	#subsc_ship #rewards .comm_flex .box dt {
		font-size: 140%;
	}
	#subsc_ship #rewards .luty_comm_btn,#subsc_ship #subsc_faq .luty_comm_btn {
		width: 80%;
		margin-top: 3.0em;
	}
	
	#subsc_ship #rewards {
    padding: 3.0em 0;
}
	#subsc_ship #rewards .comm_flex .box {
    width: 100%;
}    
	
    #subsc_ship #subsc_faq dt p,#subsc_ship #subsc_faq dd p {
	padding-left: 8%;
}

    #subsc_ship #subsc_faq dt p {
	font-size: 115%;
}    
    #subsc_ship #subsc_faq dt p:before{
        top: 1.0em;
    }    
    
    #subsc_ship #subsc_faq dt p:before,#subsc_ship #subsc_faq dd p:before{
        width: 5%;
    }
	
}



/* -------- アコーディオン --------- */

#subsc_ship .accordion {
	margin:auto;
    line-height:1.4;
    text-align:left;
	/*border-bottom: 1px solid;*/
}

#subsc_ship .accordion dt {
  cursor: pointer;
  line-height:2.0;
  position:relative;
  padding:15px 3px;
  /*border-top:1px solid;*/
}

#subsc_ship .accordion dt .ttl{
    font-weight: 600;
}

#subsc_ship .accordion dt .meta{
    font-size: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#subsc_ship .accordion dt:after {
	content:"";
    background: url("../../../Contents/ImagesPkg/luty2026/comm/open.png") no-repeat;
	right:10px;
	position:absolute;
	top:0.5em;
    width: 15%;
    max-width: 45px;
    aspect-ratio: 60 / 31;
    background-size: contain;
    
}

#subsc_ship .accordion dt.active:after{
    background: url("../../../Contents/ImagesPkg/luty2026/comm/close.png") no-repeat;
    background-size: contain;
}

#subsc_ship .accordion dd{
	display:none;
	font-size:14px;
	line-height:2.0;
	margin:0 0 55px 8px;
	padding-top:5px;
}

#subsc_ship .accordion dd p{
    margin-bottom: 20px;
    margin-top: 2.0em;
}


@media only screen and (max-width: 798px) {
	#subsc_ship .accordion dt:after {
    top: 1.3em;
}
}


#subsc_lineup {
	background: #f4f1f0;
	padding: 6.0em 0;
}

/*#subsc_lineup .lineup_box {
	border-bottom: 1px solid;
	
}*/

#subsc_lineup .lineup_box .lineup_flex {
	align-items: normal;
	justify-content: flex-start;
}

#subsc_lineup .lineup_box .comm_flex .box {
	width: 30%;
	margin-right: 5%;
}

#subsc_lineup .lineup_box .comm_flex .box:nth-of-type(3n) {
	margin-right: 0;
}

#subsc_lineup .lineup_box p.comm_flex {
	justify-content: flex-start;
}

#subsc_lineup .lineup_box .lineup_ttl {
	font-size: 140%;
	line-height: 1.8;
	margin-bottom: 0.5em;
	letter-spacing: normal;
}

#subsc_lineup .lineup_box .lineup_type {
	margin: 1.0em auto 0.5em;
}

#subsc_lineup .lineup_box .lineup_type span,#subsc_lineup .lineup_box .lineup_size span {
	display: inline-block;
	padding: 0.3em 1.0em;
	margin-right: 0.5em;
	border-radius: 3px;
	margin-bottom: 0.5em;
}

#subsc_lineup .lineup_box .lineup_type span:nth-child(1) {
	background: #b7aba0;
}

#subsc_lineup .lineup_box .lineup_type span:nth-child(2) {
	background: #b4bbbb;
}

#subsc_lineup .lineup_box .lineup_size span {
	border: 1px solid;
	
}

#subsc_lineup .lineup_box .lineup_price {
	font-size: 140%;
	margin: 1.0em auto;
	letter-spacing: normal;
}

#subsc_lineup .lineup_box .box img {
	margin-bottom: 1.0em;
}

#subsc_lineup .lineup_box .box {
	margin-bottom: 3.0em;
}

#subsc_lineup .sp_only1,#subsc_lineup .sp_only2 {
	display: none;
}

#subsc_lineup .lineup_box p.comm_flex {
        font-size: 85%;
    }


@media only screen and (max-width: 798px) {
	#subsc_lineup .comm_w80 {
		width: 90%;
	}
	
	#subsc_lineup .luty_comm_midashi h2 span {
		display: block;
		margin: 1.0em auto auto;
	}
	
	#subsc_lineup .sp_only1 {
		display: block;
	}
	
	#subsc_lineup .pc_only {
		display: none;
	}
	
	
	
	#subsc_lineup .lineup_box .comm_flex .box {
		width: 48%;
		margin-right: 4%;
	}
	
	#subsc_lineup .lineup_box .comm_flex .box:nth-of-type(2n) {
		margin-right: 0;
	}
	
	#subsc_lineup .lineup_box .comm_flex .box:nth-of-type(3n) {
	margin-right: 4%;
}
	

	
	#subsc_lineup .lineup_box {
    padding: 3.0em 0;
	}
	
	#subsc_lineup .lineup_box .lineup_ttl,#subsc_lineup .lineup_box .lineup_price {
    font-size: 130%;
}
}
	

@media only screen and (max-width: 480px) {
	#subsc_lineup {
    padding: 3.0em 0;
}
	#subsc_lineup .lineup_box {
        padding: 0;
    }
	#subsc_lineup .sp_only2 {
		display: block;
	}
	
	
	#subsc_lineup .lineup_box .lineup_ttl,#subsc_lineup .lineup_box .lineup_price {
    font-size: 120%;
}
	#subsc_ship #subsc_faq {
    padding: 3.0em 0;
     margin-top: 0; 
}
}



