
/* 共通スタイル */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: "Hiragino Sans";
}
html {
    scroll-behavior: smooth;
}
main, article, aside, section, picture, header, footer {
    display: block;
}
body {
    font-family:'Lato', 'Hiragino sans', 'Meiryo', sans-serif;
    color: #333333;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 10%;
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: number 0;
	overflow-x: hidden;
}
.br_sp {
  display: none;
}
.br_pc {
  display: block;
}
    @media screen and (max-width: 768px) {
        body{
            font-size: 16px;
            line-height: 1;
        }
		.br_sp {
            display: block;
        }
		.br_pc {
            display: none;
        }
    }

body header{
	background: #FFF;
	padding: 10px;
	border-bottom: 1px solid #eee;
}
body header .wrapper_header{
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1200px;
}
body header h1{
	display: inline-block;
	float: left;
}

section {
	line-height: 180%;
}
div.cont {
    max-width: 1200px;
    padding: var(--pls-spacing-xxl) var(--pls-spacing-xl);
    display: flex;
    flex-direction: column;
    gap: var(--pls-spacing-xxl);
    margin: 0 auto;
    font-size: var(--pls-font-size-base);
}
    @media screen and (min-width: 769px) and (max-width: 1024px) {
	
        div.cont {
            padding: var(--pls-spacing-xxl) var(--pls-spacing-xl);
            gap: 32px;
        }
    }
    @media screen and (max-width: 768px) {
        div.cont {
            padding: var(--pls-spacing-xl) var(--pls-spacing-l);
            gap: 32px;
        }
    }

.cont-narrow-gap {
    display: flex;
    flex-direction: column;
    gap: 32px;
	text-align: center;
}
.cont-narrow-gap p{
    font-size: 18px;
}

/* 見出し */
.cont h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
}	
.cont h1 .subtitle{
	display: block;
    font-size: 24px;
    line-height: 140%;
}

.cont h2 {
    margin: 0 auto;
    font-size: 48px;
    font-weight: 600;
    line-height: 140%;
    white-space: normal;
	letter-spacing: 3.84px;
}
.cont h2 em{
    font-size: 28px;
	font-style: normal;
}
.cont h3 {
    margin: 0 auto;
	line-height: 150%;
    font-size: 28px;
    font-weight: 600;
}
.cont h4 {
    font-size: 34px;
    font-weight: 600;
	line-height: 150%;
}
.cont h5 {
    font-size: 20px;
    font-weight: 600;
	line-height: 150%;
}

@media screen and (max-width: 768px) {
    .cont h1 {
        font-size: 34px;
        letter-spacing: normal;
    }
	.cont h1 .subtitle{
        font-size: 18px;
	}
    .cont h2 {
        font-size: 34px;
        text-align: center;
		line-height: 120%;
    }
    .cont h2 em {
        font-size: 18px;
		line-height: 120%;
    }
    .cont h3 {
        font-size: 28px;
        text-align: center;
    }
    .cont h4 {
        font-size: 24px;
        margin: 0 auto;
		text-align: center;
    }
    .cont h5 {
        font-size: 18px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1000px){
    .cont h1 {
        font-size: 48px;
    }
	.cont h1 .subtitle{
        font-size: 24px;
	}
    .cont h2 {
        font-size: 40px;
    }
	.cont h2 em {
        font-size: 24px;
    }
    .cont h3 {
		font-size: 28px;
    }
    .cont h4 {
        font-size: 24px;
    }
    .cont h5 {
        font-size: 18px;
    }
}

/* テキストスタイル */
p {
    margin: 0;
}
.pink {
    color: #D91676;
}
.navy {
    color: #000066;
}
.red {
    color: #CC1818;
}
.orange {
	color: #EB5960;
}
.white {
    color: #FFFFFF;
}
.text-L {
    font-size: 18px;
}
.text-S {
    font-size: 12px;
    line-height: 150%;
}

/* センタリング テキストセット */
.centering {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
}

/* テキスト＋ボタンセット */
.button-parts {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
.button-parts h3{
    text-align: center;
}

/* リンク　*/
a {
    text-decoration: none;
    color: inherit;
    padding: 0;
    margin: 0;
}
a.text:hover {
    text-decoration: underline;
}
.text-link {
    color: #307CBA;
}
.cover-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* KV */

.kv-sec {
    display: flex;
    flex-direction: column;
}
@media (max-width: 768px) {
.kv-sec {
	background-size: auto 100%;
    background-position: 22% top;
}
}
.kv-wrapper {
    display: flex;
	flex-direction: column;
    align-items: center;
    position: relative;
}
.kv-img-bg {
    position: absolute;
    bottom: 0;
    background-color: #E9F5EA;
    width: 100vw;
    height: 50%;
    z-index: -1;
    /* 背景の下半分に色をしく */
}

.kv-sec .kv-img-block {
    display: block;
    margin: auto;
}
.kv-sec .kv-text-block {
    display: flex;
    padding: var(--pls-spacing-m) var(--pls-spacing-s) 0 var(--pls-spacing-m);
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
	position: absolute;
    align-self: stretch;
    bottom: 0;
}

.kv-sec .kv-text-box,
.kv-sec .kv-sale-box{
	display: flex;
	margin: 0 auto;
    max-width: 900px;
    padding: var(--pls-spacing-xl);
    justify-content: center;
    align-items: center;
    gap: var(--pls-spacing-l);
    align-self: stretch;
	border-radius: 20px;
    background: var(--pls-gray-alpha-800, rgba(46, 52, 72, 0.84));
}
.kv-sec .kv-text-box img.kv-img-campaign {
	height: 86px;
}
.kv-sec .kv-sale-box .sale {
	display: flex;
	font-weight: 600;
	line-height: var(--pls-line-height-base);
}
.kv-sec .kv-sale-box .sale p{
	color: var(--pls-basic-white);
	line-height: 1;
	font-size: 48px;
	letter-spacing: normal;
}	
.kv-sec .kv-sale-box .sale span{
	color: var(--pls-basic-white);
	line-height: 1.2;
    font-size: 28px;
    align-self: flex-end;
    display: flex;
}
.kv-sec .kv-text-box .text {
	display: inline-flex;
	align-items: center;
	gap: var(--pls-spacing-m);
}	
.kv-sec .kv-text-box .point {
	text-align: center;
	font-feature-settings: 'palt' on;
	font-family: "Helvetica Neue";
	font-weight: 600;
	line-height: 120%; 
}
.kv-sec .kv-text-box .point p{
	color: var(--pls-basic-white);
	line-height: var(--pls-line-height-base);
	font-size: 44px;
	letter-spacing: normal;
}	
.kv-sec .kv-text-box .point span{
	color: var(--pls-basic-white);
	line-height: var(--pls-line-height-base);
	font-size: 22px;
}

@media screen and (min-width: 769px) and (max-width: 1024px){
.kv-sec .kv-text-block {
	padding: var(--pls-spacing-m) var(--pls-spacing-m) 0 var(--pls-spacing-m);
}	
.kv-sec .kv-text-box {
	padding: var(--pls-spacing-l) var(--pls-spacing-xl);	
}
.kv-sec .kv-text-box .point p {
	font-size: 34px;
}
.kv-sec .kv-text-box .text {
    gap: var(--pls-spacing-s);
}
.kv-sec .kv-text-box .text span {
	font-size: 18px;
}
.kv-sec .kv-text-box img.kv-img-campaign {
	height: 70px;
}
.kv-sec .kv-sale-box .sale p{
	font-size: 44px;
}	
.kv-sec .kv-sale-box .sale span{
    font-size: 24px;
}
}
@media screen and (max-width: 768px){
.kv-sec .kv-text-block {
	position: relative;
	padding: var(--pls-spacing-l);
}
.kv-sec .kv-text-box {
	flex-direction: column;
	width: 100%;
}	
.kv-sec .kv-text-box .text {
	flex-direction: column;
}
.kv-sec .kv-text-box .text span {
	font-size: 22px;
}
.kv-sec .kv-text-box .point p{
	font-size: 36px;
}
.kv-sec .kv-text-box .point:last-of-type p{
	font-size: 34px;
}	
.kv-sec .kv-text-box img.kv-img-campaign {
	height: 88px;
}
.kv-sec .kv-sale-box {
	width: 100%;
	padding: var(--pls-spacing-l) var(--pls-spacing-m);	
	border-radius: var(--pls-border-radius-l);
}	
.kv-sec .kv-sale-box .sale{
	flex-direction: column;
	text-align: center;
	gap: var(--pls-spacing-xs);
}	
.kv-sec .kv-sale-box .sale p{
	font-size: 36px;
}	
.kv-sec .kv-sale-box .sale span{
    font-size: 22px;
}
	
}

.kv-img-sp{
    display: none;
}

.kv-img-pc{
    display: block;
}
    @media screen and (min-width: 769px) and (max-width: 1024px){
        .kv-img-sp{
            display: none;
        }
        .kv-img-pc{
            max-width: 100%;
            display: block;
        }
    }

    @media screen and (max-width: 768px) {
        img.kv-img-pc{
            display: none;
        }
        .kv-img-sp{
            width: 100%;
            display: block;
        }
        .kv-wrapper {
            padding: 0;
        }
        .kv-img-bg {
            display: none;
        }
    }

/* ボタンスタイル */
.open-ico {
    height: 20px;
    width: fit-content;
}
    /* ネイビーボタン */
    .primary-main {
        max-width: 450px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 16px 32px;
        gap: 10px;
        background: #000066;
        border-radius: 4px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
    }

    .primary-main:hover {
        background-color: #0000B2;
    }

     /* ピンクボタン */
    .accent-main {
        max-width: 450px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 16px 32px;
        gap: 10px;
        background: #BA1064;
        border-radius: 4px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
    }

    .accent-main:hover {
        background-color: #D91676;
    }

    .button-L {
        width: 450px;
        margin: 0 auto;
    }
    
        @media screen and (max-width: 560px) {
            .button-L {
                width: 100%;
                padding: 16px 0;
            }
        }

    /* トップへ戻るボタン */
    .pagetop {
        height: 50px;
        width: 50px;
        position: fixed;
        right: 2%;
        bottom: 2%;
        background: rgba(255, 255, 255, 0.8);
        border: solid 2px #006;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }

    .pagetop__arrow {
        height: 10px;
        width: 10px;
        border-top: 2px solid #006;
        border-right: 2px solid #006;
        transform: translateY(20%) rotate(-45deg);
    }

    @media (hover: hover) and (pointer: fine) {
        .pagetop:hover,
        .pagetop:hover .pagetop__arrow {
            border-color: #3293e7;
        }
    }

    /* スクロール追従CTAボタン */
    div.cta {
        position: fixed;
        right: 0;
        bottom: 12%;
        padding: 16px 32px;
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        background-color: #BA1064;
        border-radius: 4px 0 0 4px;
        z-index: 1;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
    }
        @media screen and (max-width: 560px) {
            div.cta{
                padding: 16px 16px;
                bottom: 10%;
            }
        }
    div.cta:hover {
        background-color: #D91676;
    }
    div.cta p {
        color: #fff;
        font-weight: 600;
    }

/* キャンペーン紹介 */
div.headline_block {
	display: flex;
	max-width: 1200px;
	justify-content: center;
	align-items: center;
	gap: var(--pls-spacing-xl);
	align-self: stretch;
	position: relative;
}
div.headline_block .headline_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 720px;
	padding: var(--pls-spacing-xl);
	gap: var(--pls-spacing-xl);
	flex: 1 0 0;
	align-self: stretch;
	border-radius: 20px 0px 0px 20px;
	background: var(--pls-surface-accent-light);
}
div.headline_block .headline_box:last-of-type {
	border-radius: 20px;
	margin: 0 0 var(--pls-spacing-xl);
}
div.headline_block .headline_hang {
    position: absolute;
    margin: 0 auto;
}
.headline_box .sub_title {
	display: flex;
	justify-content: center;
	color: #37393E;
	font-size: 14px;
	align-items: center;
	font-weight: var(--pls-font-weight-bold);
	gap: var(--pls-spacing-s);
	line-height: 1;
}
.headline_box .title_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--pls-spacing-s);
	align-self: stretch;
}
.headline_box .title {
	width: 100%;
	font-size: 22px;
	font-weight: var(--pls-font-weight-bold);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	text-align: center;
	background: #FFF;
	gap: 24px;
	align-self: stretch;
}
.headline_box .title_text {
	display: flex;
	flex-direction: column;
	color: #EB5960;
	font-size: 40px;
	line-height: 1;
	font-feature-settings: 'palt' on;
	font-family: "Helvetica Neue";
	gap: 8px;
	padding: var(--pls-spacing-xxs) 0;
}
.headline_box .title_text span{
	display: block;
	color: #EB5960;
	font-size: 22px;
	font-weight: var(--pls-font-weight-bold);
}
.headline_box .text_box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--pls-spacing-m);
	align-self: stretch;
}
.headline_box .text{
	font-size: var(--pls-font-size-base);
}
.headline_box .text span{
	font-weight: var(--pls-font-weight-bold);
}
.headline_box .detail {
	font-size: 14px;
	line-height: 150%; 
}
.headline_box .detail ul li {
	list-style: disc;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
div.headline_block {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 gap: 0;
	 align-self: stretch;	
 }
div.headline_block .headline_box {
	 max-width: 100%;
	 padding: var(--pls-spacing-l) var(--pls-spacing-m);
	 border-radius: 20px 20px 0px 0px;
 }
div.headline_block .headline_box:last-of-type {
	border-radius: 0px 0px 20px 20px;
 }
div.headline_block .headline_hang{
	display: flex;
	position: relative;
 }
.headline_box .sub_title {
	gap: var(--pls-spacing-s);
	letter-spacing: normal;
 }
.headline_box .title{
	gap: var(--pls-spacing-m);
 }
.headline_box .title_text{
	font-size: 34px;
	letter-spacing: normal;
 }
}

@media screen and (max-width:768px) {
div.headline_block {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 gap: 0;
	 align-self: stretch;	
 }
div.headline_block .headline_box {
	 max-width: 100%;
	 padding: var(--pls-spacing-l) var(--pls-spacing-m);
	 gap: var(--pls-spacing-l);
	 border-radius: 20px 20px 0px 0px;
 }
div.headline_block .headline_box:last-of-type {
	border-radius: 20px;
 }
div.headline_block .headline_hang{
	display: flex;
	position: relative;
 }
.headline_box .sub_title {
	gap: var(--pls-spacing-xxs);
	font-size: 13px;
	letter-spacing: normal;
 }
.headline_box .title{
	gap: var(--pls-spacing-xxs);
 }
.headline_box .title_text{
	font-size: var(--pls-font-size-3xl);
	letter-spacing: normal;
 }
}
section.introduction-sec,
section.index-sec{
	background: url(../../../images/konnichi25/bk_tile.png),#F7FAFF;
	background-repeat: repeat;
	background-size: 200px;
}

/* キャンペーン紹介 */

table {
    table-layout: auto;
    width: 100%;
    border-collapse: collapse;
}
tr {
    border-top: 1px solid #bbb;
}
.tr-top {
    border-top: 0px;
}
.table-row-title {
    display: flex;
    align-items: flex-start;
    font-weight: 600;
}
.s {
    width: 150px;
}
td {
    padding: 16px 32px;
}
.table-row-cont {
    width: 100%;
}

.td-in-td {
    padding: 16px;
    background: #EBEBEB;
    /* 色はLPによって可変 */
    width: fit-content;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}

    @media screen and (max-width: 1200px) {
        .s {
            width: 100px;
        }
    }
    @media screen and (max-width: 960px) {
        .s {
            width: 75px;
        }
        td {
            padding: 16px 16px;
        }
    }
    @media screen and (max-width: 560px) {
        .s {
            padding-top: 16px;
            padding-bottom: 0;
            width: 100%
        }

        .tr-top .table-row-title.s {
            padding-top: 0;
        }
        td {
            padding: 8px 0;
            display: block;
        }

        .tr-bottom td.table-row-cont {
            padding-bottom: 0;
        }

        .table-row-cont {
            padding-bottom: 16px;
        }

        .td-in-td {
            max-width: fit-content;
        }
    }


/* ページ内リンク */
.page-link-sec {
    padding: 32px var(--pls-spacing-m) 0 var(--pls-spacing-m);
}
    @media screen and (max-width: 560px) {
        .page-link-sec {
            padding: var(--pls-spacing-m) var(--pls-spacing-m) 0 var(--pls-spacing-m);
        }
    }
div.page-link-wrapper {
    gap: var(--pls-spacing-l);
	padding: var(--pls-spacing-xxl) var(--pls-spacing-xl);
    width: fit-content;
    margin: 0 auto;
	font-weight: var(--pls-font-weight-bold);
	font-size: var(--pls-font-size-base);
	align-self: stretch;
	justify-content: center;
	align-items: center;
	display: flex;
}
div.page-link-wrapper .page-link a{
    width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
div.page-link-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	padding: var(--pls-spacing-xl);
}
}
@media screen and (max-width: 768px) {
div.page-link-wrapper {
	display: flex;
	flex-direction: column;
	gap: var(--pls-spacing-m);
	padding: var(--pls-spacing-xl) var(--pls-spacing-l);
	align-items: stretch;
	width: 100%;
}
div.page-link-wrapper .page-link {
	align-items: stretch;
	}
}
.page-link-wrapper .page-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.page-link-wrapper .page-link p{
	white-space: nowrap;
}
.page-link-wrapper .page-link:hover {
    opacity: 0.7;
}
.page-link img {
    width: 24px;
}


/* PRセクション1 */
div.pr-parts1 {
    display: flex;
    flex-direction: row;
    gap: 32px;
	margin: 0 auto;
}
div.pr-parts1 img{
    max-width: fit-content;
    max-height:446px;
}
    @media screen and (min-width: 769px) and (max-width: 1024px) {
        div.pr-parts1 {
            flex-direction: column;
            gap: 32px;
        }
		div.pr-parts1 img{
            margin: 0 auto;
        }
	    }
    @media screen and (max-width: 768px) {
        div.pr-parts1 {
            flex-direction: column;
            gap: 32px;
        }
        div.pr-parts1 img{
            max-width: fit-content;
			max-height:435px;
            margin: 0 auto;
        }
    @media screen and (max-width: 560px) {
        div.pr-parts1 img{
            max-width: fit-content;
            width: 100%;
            max-height: 330px;
            margin: 0 auto;
        }
        }
    }

/* グリッドスタイル*/
.grid-3col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    width: 100%;
}
    @media screen and (max-width: 1024px) {
        .grid-3col {
            grid-template-columns: 1fr 1fr;
            gap: 32px;
        }
    }
    @media screen and (max-width: 768px) {
        .grid-3col {
            grid-template-columns: 1fr;
            gap: 32px;
        }
        .grid-3col .item img{
			margin: 0 auto;
			max-width: 	570px;
			width: 100%;
        }
    }
    @media screen and (max-width: 560px) {
        .grid-3col {
            grid-template-columns: 1fr;
            gap: 32px;
        }
    }
.grid-4col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
}
    @media screen and (max-width: 1200px) {
        .grid-4col {
            grid-template-columns: 1fr 1fr 1fr;
        }
    }
    @media screen and (max-width: 960px) {
        .grid-4col {
            grid-template-columns: 1fr 1fr;
            gap: 8px;
        }
    }   
    @media screen and (max-width: 560px) {
        .grid-4col {
            grid-template-columns: 1fr;
        }
    }  


/* 便利なアプリ版 */
.sentence-block {
    display: flex;
    flex-direction: column;
    gap: var(--pls-spacing-l);
    margin: auto 0;
	text-align: left;
}
.sentence-block h3 {
	color: #EB5960;
    font-size: 28px;
    font-weight: var(--pls-font-weight-bold);
	margin: 0;
}
@media screen and (max-width: 768px) {
.sentence-block h3 {
	font-size: 18px;
	text-align: left;
}
}
.sentence-block .sentence-box {
    display: flex;
    flex-direction: column;
    gap: var(--pls-spacing-m);
}
.sentence-block .sentence-box {
	font-size: var(--pls-font-size-base);
}
.sentence-block .sentence-box span,
.sentence-block .sentence-detail-box span{
	font-size: 11px;
	line-height: var(--pls-line-height-base);
}	
.sentence-block .sentence-detail-box {
    display: flex;
    padding: var(--pls-spacing-m);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--pls-spacing-xs);
    align-self: stretch;
	border-radius: var(--pls-border-radius-m);
    border: 1px solid var(--pls-gray-alpha-200, rgba(46, 52, 72, 0.09));
    background: rgba(255, 255, 255, 0.60);
}
.sentence-block .sentence-detail-box ul li{
	list-style: disc;
	font-size: 14px;
}
.sentence-block .sentence-detail-btn{
	margin: 0 auto;
}
.sentence-block .sentence-detail-btn img{
	vertical-align: middle;
	width: 17px;
}	
.sentence-block .sentence-detail-btn a{
	font-size: 14px;
	color: var(--pls-object-link);
}

/* 便利なアプリ版 */
.feature-sec {
}	
.feature-block {
    display: flex;
    max-width: 1200px;
    flex-direction: column;
    align-items: center;
    gap: var(--pls-spacing-xxl);
    align-self: stretch;
}
.feature-box {
    display: flex;
    align-items: center;
    gap: var(--pls-spacing-xxl);
    align-self: stretch;
}
.feature-box:nth-of-type(2n+1){
    flex-direction: row-reverse;
}
.feature-box img{
	max-height: 285px;
}	
.feature-sec p{
	text-align: center;
}	
.feature-text {
    display: flex;
    padding: var(--pls-spacing-xl) 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--pls-spacing-l);
	font-size: 18px;
    flex: 1 0 0;
}
.feature-text span {
	display: block;
	font-size: 11px;
}	
.feature-text p {
	text-align: left;
	font-size: 18px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.feature-block {	
	gap: var(--pls-spacing-l);
}
.feature-box {
    gap: var(--pls-spacing-xl);
}
.feature-text p {
    font-size: var(--pls-font-size-base);
}
.feature-box img{
	max-height: 215px;
}	
}	
@media screen and (max-width: 768px) {
.feature-block {	
	gap: var(--pls-spacing-xl);
}	
.feature-box,.feature-box:nth-of-type(2n+1) {	
	display: flex;
	flex-direction: column;
	gap: var(--pls-spacing-l);
}
.feature-sec p{
	text-align: left;
}
}
section.renewal-sec {
}
section.renewal-sec div.cont {
	padding: var(--pls-spacing-3xl) var(--pls-spacing-xl);
	gap: var(--pls-spacing-xxl);
}
.renewal-sec .item{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--pls-spacing-m);
    flex: 1 0 0;
}
.renewal-sec .item span{
    color: #EB5960;
    text-align: center;
    font-size: 24px;
    font-weight: var(--pls-font-weight-bold);
    line-height: 120%; 
    letter-spacing: 0.96px;
	margin: 0 auto;
}
.renewal-sec .item p{
	display: flex;
	padding: 0px var(--pls-spacing-m);
	align-items: center;
    color: var(--pls-object-primary);
    font-feature-settings: 'pkna' on;
    font-size: 20px;
    font-weight: var(--pls-font-weight-bold);
    line-height: 150%;
	text-align: center;
	gap: 10px;
	align-self: stretch;
}
.renewal-sec .renewal-block {
	
	display: flex;
	gap: 32px;
}
.renewal-sec .text{
	font-size: var(--pls-font-size-base);
	text-align: center;
	font-weight: var(--pls-font-weight-bold);
}
@media screen and (max-width: 768px) {
	
section.renewal-sec div.cont {
	padding: var(--pls-spacing-xxl) var(--pls-spacing-l) var(--pls-spacing-xl) var(--pls-spacing-l);
}
.renewal-sec .renewal-block {
	flex-direction: column;
	gap: 24px;
}	
.renewal-sec .item img {
	max-height: 285px;
	margin: 0 auto;
}	
.renewal-sec .item p {
	font-size: var(--pls-font-size-base);
	margin: 0 auto;
}
.renewal-sec .text{
	font-size: var(--pls-font-size-base);
	text-align: left;
}
}

/* PRセクション2 */
div.pr-parts2 {
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: center;
}

.br{
    display: block;
}

.pr-parts2-img {
    height: 240px;
    width: fit-content;
}

    @media screen and (max-width: 560px) {
        div.pr-parts2{
            gap: 32px;
        }
        .pr-parts2-img {
            width: 100%;
            height: auto;
        }
    }

.pr-parts2 p {
    text-align: center;
}

/* 書籍・セット一覧セクション */
section.book-list-sec {
    
}

    /* セット */
    .set-1col {
        display: flex;
        flex-direction: row;
        background-color: #FFFFFF;
        gap: 32px;
        padding: 32px;
    }

        @media screen and (max-width: 960px) {
            .set-1col {
                flex-direction: column;
                padding: 16px;
                gap: 8px;
            }

            .set-1col img{
                margin: 0 auto;
            }
        } 

        

    .set-thum-L {
        width: 400px;
        height: fit-content;
    }

        @media screen and (max-width: 560px) {
            .set-thum-L {
                width: 100%;
            }
        }


    .set-1col-detail {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .set-1col-detail .main {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .set-1col .price-block,
    .set-multiple-col .price-block {
        padding: 0;
    }

    .set-1col .action-part {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

        @media screen and (max-width: 780px) { 
            .set-1col .action-part {
                grid-template-columns: 1fr;
            } 
        }

    .set-1col .action-part .offer {
        display: flex;
        flex-direction: column;
        gap: 4px;
        align-items: stretch;
        padding: 16px;
        background-color: #f7f7f7;
        border-radius: 4px;
    }

       

    .set-multiple-col .action-part {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .set-multiple-col .action-part .offer {
        display: flex;
        flex-direction: column;
        gap: 4px;
        padding: 8px;
        border-radius: 4px;
        background-color: #f7f7f7;
    }

    @media screen and (max-width: 560px) {
        .set-multiple-col .action-part .sp-not-display{
            display: none;
        }
    }


    .set-1col .action-part .offer .text-emphasis,
    .set-multiple-col .action-part .offer .text-emphasis {
        color: #D91676;
        font-weight: var(--pls-font-weight-bold);
    }
        @media screen and (max-width: 780px) { 
            .set-1col .price-block {
                text-align: center;
            } 
            .set-1col .button-S{
                width: 100%;
                max-width: none !important;
                margin: 0 auto;
            }
        }

    p.disabled {
        opacity: 0.1;
    }
    .button-S {
        margin: 0;
        padding: 8px 0;
        font-weight: 600;
    }
    a.disabled,
    a.disabled:hover {
        background: #EBEBEB;
        color: #ADADAD !important;
        box-shadow: none;
    }
    .set-multiple-col {
        display: flex;
        flex-direction: column;
        padding: 16px;
        gap: 8px;
        background-color: #fff;
    }
    .set-main-block {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 1;
    }
    
    .set-thum-S {
        width: 100%;
        height: fit-content;
    }

/*アコーディオン*/
div.acord {
    margin: 0;
    width: auto;
	border-radius: var(--pls-border-radius-s);
	border: 1px solid var(--pls-gray-alpha-200, rgba(46, 52, 72, 0.09));
	background: var(--pls-surface-primary);
}

.acord .toggle {
    display: none;
}

.acord .Label {
    /*タイトル*/
    display: block;
    cursor: pointer;
	padding: 8px 16px;
	background: var(--pls-gray-200);
}

.Label::before {
    /*タイトル横の矢印*/
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 10px;
    transform: rotate(135deg);
}

.Label,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
	
}

.content {
    /*本文*/
    height: 0;
    overflow: hidden;
    font-size: 12px;
    padding: 8px 16px;
}

.toggle:checked+.Label+.content {
    /*開閉時*/
    height: auto;
    padding: 16px;
    transition: all .3s;
	background: #fff;
}

.toggle:checked+.Label::before {
    transform: rotate(-45deg) !important;
}

.content ul {
    padding-left: 0;
}

.grey {
    color: #adadad;
}

/* 書籍内容の詳細説明セクション */
.index-block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 32px;
}

    @media screen and (max-width: 560px) {
        .index-block {
            flex-direction: column;
            align-items: flex-start;
            gap: 16px;
        }
        
    }

.summary {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    gap: 16px;
    width: 100%;
}

.index-block h3 {
    margin: 0;
    text-align: left;
}

.bullet-points {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    padding: 32px;
    gap: 10px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    list-style: circle;
}
.bullet-points li{
	list-style: disc;
	line-height: 1.7;
	font-weight: 600;
}
.index {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    padding: 0;
}

.acord-list {
    max-width: 640px;
    display: flex;
    align-self: center;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

ul.serial-number {
    list-style: none;
}

.serial-number li:before {
    counter-increment: number 1;
    /* number カウンタの増加数をセット */
    content: counter(number) ". ";
    /* 表示形式を指定 */
}



.js-modal-open{
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.js-modal-open img {
    width: 100%;
    object-fit: cover;
}

.expand {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    padding: 4px 8px;
    display: flex;
    gap: 4px;
    color: #333333;
    justify-content: center;
    align-items: center;
}

/* 画像拡大モーダル */
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.modal__bg {
    background: rgba(0, 0, 0, 0.7);
    height: 100vh;
    position: absolute;
    width: 100vw;
    margin: 0;
    padding: 0;
}

.modal__content {
    left: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 80vh;
    width: fit-content;
    max-width: 100vw;
}

.modal__content img {
    height: 100%;
    width: auto;
}

    @media screen and (max-width: 560px) {
        .modal__content {
            left: 50%;
            padding: 0;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            height: fit-content;
            width: 80vw;
            max-width: 100vw;
            justify-content: center;
        }
        
        .modal__content img {
            height: auto;
            width: 100%;
        }
    }

/* PRボックスのテキスト */
.grid-col-gap-S {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.grid-col-gap-S span {
    font-size: 22px;
	font-weight: 600;
	color: #1E5468;
	line-height: 150%;
	letter-spacing: 0.05em;
}


/* 利用者の声セクション */
.voc-image {
    display: flex;
    flex-direction: row;
    column-gap: 8px;
    align-items: center;
}
.grid-3col .voc-text {
	font-size: 16px;
	text-align: left;
}
.voc-ico {
    width: 75px;
    height: 75px;
}
.voc-image .star {
    height: 16px;
    width: auto;
}

/* リストスタイル */
.cont ul {
    margin: 0;
    padding-left: 16px;
	line-height: 1.5;
}

/* コメ印連番リスト */
ol.list-kome-wrap {
    list-style: none;
    padding: 16px;
    background: #EBEBEB;
}

ol.list-kome-wrap>li {
    counter-increment: count-ex01;
    position: relative;
    padding-left: 2.5rem;
}

ol.list-kome-wrap>li:before {
    content: "※" counter(count-ex01) "：";
    position: absolute;
    top: 0;
    left: 0;
}
/* バナーエリア */
div.link-banner {
    max-width: 600px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 0 auto 64px;
}
div.banner_block {
    text-align: center;
	list-style: none;
	margin: 0 auto;
	padding-left:0;
}
.banner_block img{
	width: 100%;
}
.banner_block li a:hover  {
    opacity: .75
}
@media (max-width: 768px) {
  .l-header__cnt {
    margin-bottom: 0!important;
  }
}