/* 全体設定 */
article {
    margin-bottom: 80px;
}
.fs-c-heading {
    display: none;
}
@media screen and (min-width:320px) and (max-width:767px){
    #winter_reset .column2 {
        display: block;
        padding: 0;
    }
}

#winter_reset p {
    margin: 0 auto;
    line-height: 2em;
    font-size: 16px;
    width: 95%;
}
#winter_reset img {
    width: 100%;
    box-sizing: border-box;
}
#winter_reset .blank {
    visibility: hidden;
}
@media screen and (min-width:320px) and (max-width:767px){
    #winter_reset p {
        font-size: 14px;
    }
    #winter_reset .blank {
        display: block;
    }
}
#winter_reset .textbox {
    background-color: #F4EDE1;
    padding: 30px 20px;
    margin: 20px auto;
    border-radius: 10px;
}
@media screen and (min-width:320px) and (max-width:767px){
    #winter_reset .textbox {
        padding: 10px;
    }
}
#winter_reset .btn {
    max-width: 350px;
    height: auto;
    margin: 30px auto;
    border-radius: 15px;
    background-color: #79A3B1;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    padding: 1em 80px;
}



/* アイキャッチエリア */
#winter_reset .eyecatch {
    width: 100%;
    min-height: 950px;
} 
#winter_reset .catchCopy {
    position: relative;
}
#winter_reset .catchCopy img {
    width: 95px;
    position: absolute;
    z-index: -1;
}
#winter_reset .catchCopy img:first-of-type {
    top: 10%;
    left: 5%;
}
#winter_reset .catchCopy img:nth-of-type(2) {
    top: 40%;
    right: 5%;
}
#winter_reset .catchCopy h2,
#winter_reset .catchCopy h3 {
    margin: 40px auto;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    color: #456268;
}
#winter_reset .catchCopy h2 {
    font-size: 40px;
}
#winter_reset .catchCopy h3 {
    font-size: 24px;
}
@media screen and (min-width:320px) and (max-width:767px){
    #winter_reset .eyecatch {
        min-height: 500px;
    } 
    #winter_reset .catchCopy h2 {
        font-size: 28px;
    }
    #winter_reset .catchCopy h3 {
        font-size: 18px;
    }

}


/* 見出し装飾 */
#winter_reset .heading > span {
    display: inline-block;
    background-color: #79A3B1;
    padding: 1em 5em 1em 1em;
    border-radius: 0 50px 50px 0;
    margin-left: 0;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
#winter_reset .introduction .heading > span {
    padding: 1em 10em 1em 1em;
    font-size: 24px;
}
#winter_reset .introduction .heading:nth-of-type(2) {
    text-align: right;
}
#winter_reset .introduction .heading:nth-of-type(2) > span {
    border-radius: 50px 0 0 50px;
    padding: 1em 1em 1em 10em;
}
@media screen and (min-width:320px) and (max-width:767px){
    #winter_reset .heading > span {
        padding: 1em 2em 1em 1em;
        font-size: 18px;
    }
    #winter_reset .introduction .heading > span {
        padding: 1em 2em 1em 1em;
        font-size: 18px;
    }
    #winter_reset .introduction .heading:nth-of-type(2) > span {
        padding: 1em 1em 1em 2em;
    }
}

#winter_reset h5 {
    font-size: 1.5em;
    font-weight: bold;
    color: #456268;
    padding-left: 1em;
}

#winter_reset h6.goods_heading {
    text-align: center;
    margin: 100px auto 40px;
}
#winter_reset h6.goods_heading > span {
    font-size: 20px;
    color: #456268;
    background-color: #D0E8F2;
    border-radius: 50px;
    padding: 1em 3em;
}
@media screen and (min-width:320px) and (max-width:767px){
    #winter_reset h6.goods_heading {
        margin: 60px auto 20px;
    }
    #winter_reset h6.goods_heading > span {
        font-size: 16px;
        padding: 1em 2em;
    }
}


/* 吹き出し */
#winter_reset .left-side {
    width: 90%;
    max-width: 950px;
    min-width: 750px;
    margin: 60px auto;
    display: flex;
    align-items: end;
    margin-left: 10px;
    justify-content: center;
}
#winter_reset .left-side .bubble{
    margin: 10px 0 0 80px;
}
#winter_reset .left-side .bubble::before{
    top: 40%;
    left: -40px;
}
#winter_reset .left-side .bubble::after{
    bottom: 40%;
    left: -70px;
}
#winter_reset .icon {
    text-align: center;
}
#winter_reset .bubble {
    max-width: 900px;
    padding: 20px 40px;
    border-radius: 20px;
    display: inline-block;
    background: #F4EDE1;
    position: relative;
    color: #456268;
}
#winter_reset .bubble::before{
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #F4EDE1;
    position: absolute;
}
#winter_reset .bubble::after{
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #F4EDE1;
    position: absolute;
}
@media screen and (min-width:320px) and (max-width:767px){
    #winter_reset .left-side {
        width: 100%;
        max-width: 750px;
        min-width: 350px;
        margin: 30px auto 0;
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 40px;
        justify-items: center;
    }
    #winter_reset .bubble {
        width: 95%;
        padding: 10px 20px;
    }
    #winter_reset .left-side .bubble{
        margin: auto;
    }
    #winter_reset .left-side .bubble::before{
        top: auto;
        bottom: -20px;
        left: 30%;
    }
    #winter_reset .left-side .bubble::after{
        bottom: -40px;
        left: 40%;
    }
    #winter_reset .icon {
        text-align: center;
        max-width: 100px;
        grid-row: 2 / 3;
    }
}
#winter_reset .bubble ul {
    padding-left: 0;
    list-style: none;
    line-height: 2em;
    font-weight: bold;
    font-size: 18px;
}
#winter_reset .bubble ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #456268;
    border-radius: 50%;
    margin-right: 1em;
}
@media screen and (min-width:320px) and (max-width:767px){
    #winter_reset .bubble ul {
        font-size: 16px;
    }
}

#winter_reset .introduction h3 {
    margin-top: 60px;
    color: #456268;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 2em;
}
#winter_reset h3.back_reset {
    background-image: url('https://tojaku.itembox.design/item/image/202311winter_resetLP_image_icon_04.png');
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 36px;
    line-height: 2.5em;
}
@media screen and (min-width:320px) and (max-width:767px){
    #winter_reset .introduction h3 {
        margin-top: 40px;
    }
    #winter_reset h3.back_reset {
        background-position: left 35%;
        background-size: 300px;
        font-size: 23px;
    }
}


/* 目次 */
#winter_reset #agenda {
    margin-top: 100px;
}
#winter_reset #agenda > .heading > span {
    font-size: 24px;
}
#winter_reset #agenda > a {
    display: block;
    margin-top: 60px;
}
#winter_reset #agenda .agenda_list {
    width: 95%;
    margin: 20px auto;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 20px;
}
#winter_reset .agendaNumber {
    background-image: url('https://tojaku.itembox.design/item/image/202311winter_resetLP_image_icon_04.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 150px;
    font-size: 50px;
    padding-bottom: .4em;
    text-align: right;
    color: #456268;
    white-space: nowrap;
}
#winter_reset #agenda .agenda_list > div:nth-of-type(2) {
    font-weight: bold;
    color: #456268;
}
#winter_reset #agenda .agenda_list > div:nth-of-type(2) h3 {
    font-weight: bold;
    font-size: 26px;
    position: relative;
    color: #456268;
} 
#winter_reset #agenda .agenda_list > div:nth-of-type(2) > p {
    width: 100%;
    margin: 0;
}
@media screen and (min-width:320px) and (max-width:767px){
    #winter_reset #agenda .agenda_list {
        grid-template-columns: 50px 1fr;
        background-image: url('https://tojaku.itembox.design/item/image/202311winter_resetLP_image_icon_04.png');
        background-position: left 10%;
        background-repeat: no-repeat;
        background-size: 150px;
        gap: 10px;
        width: 100%;
    }
    #winter_reset .agendaNumber {
        background-image: none;
        background-size: 150px;
        font-size: 40px;
        margin-top: .2em;
    }
    #winter_reset #agenda .agenda_list > div:nth-of-type(2) h3 {
        font-size: 22px;
        line-height: 1.8em;
        margin-bottom: 10px;
    } 
    #winter_reset #agenda .agenda_list > div:nth-of-type(2) > p {
        line-height: 1.5em;
    }
}

/* 矢印 */
#winter_reset #agenda .stickarrow {
    position: absolute;
    top: 45%;
    right: 10px;
    width: 40px;
    height: 8px;
    border-bottom: 2px solid #456268;
    border-right: 2px solid #456268;
    transform: skew(45deg);
}
@media screen and (min-width:320px) and (max-width:767px){
    #winter_reset #agenda .stickarrow {
        display: none;
    }
}


/* 目次からのアンカーリンク・見出し */
#winter_reset .agenda_anchor h3 {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    letter-spacing: .2em;
    color: #456268;
}
#winter_reset .agenda_anchor h3 > div {
    font-size: 100px;
    line-height: 2em;
    padding-top: .5em;
}
@media screen and (min-width:320px) and (max-width:767px){
    #winter_reset .agenda_anchor {
        padding-top: 40px;
    }
    #winter_reset .agenda_anchor h3 {
        font-size: 24px;
    }
    #winter_reset .agenda_anchor h3 > div {
        font-size: 70px;
    }
}

/* 目次へバック */
#winter_reset .agenda_back {
    margin-top: 80px;
    text-align: right;
}
#winter_reset .agenda_back > a {
    display: inline-block;
    background-color: #D0E8F2;
    padding: 1em 2em 1em 5em;
    border-radius: 50px 0 0 50px;
    margin-left: 0;
    color: #79A3B1;
    font-weight: bold;
    font-size: 16px;
}
@media screen and (min-width:320px) and (max-width:767px){
    #winter_reset .agenda_back {
        margin-top: 40px;
    }
    #winter_reset .agenda_back > a {
        padding: 1em 2em 1em 5em;
        font-size: 14px;
    }
}



/* 項目１．内容 */
#winter_reset .mainte_heading {
    text-align: center;
    color: #456268;
    font-size: 30px;
    font-weight: bold;
    line-height: 2em;
    display: grid;
    grid-template-columns: 70px auto 70px;
    gap: 80px;
    align-items: center;
    justify-content: center;
}
#winter_reset .mainte_heading > img:nth-of-type(2) {
    transform: scale(-1, 1);
}
@media screen and (min-width:320px) and (max-width:767px){
    #winter_reset .mainte_heading {
        font-size: 20px;
        grid-template-columns: 10% auto 10%;
        gap: 10px;
    }
}

#winter_reset .mainte_step {
    margin-top: 40px;
    background-image: url('https://tojaku.itembox.design/item/image/202311winter_resetLP_image_back_01.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 1250px;
    position: relative;
}
#winter_reset .mainte_step p,
#winter_reset .case_uetuke01 p,
#winter_reset .case_uetuke02 p {
    font-size: 1.4em;
    color: #456268;
    font-weight: bold;
}
#winter_reset .mainte_step > img {
    position: absolute;
    z-index: 0;
}
#winter_reset .mainte_step > div > p > img {
    width: 150px;
}
#winter_reset .mainte_step > p,
#winter_reset .case_uetuke01 > p,
#winter_reset .case_uetuke02 > p {
    max-width: 400px;
    position: absolute;
    z-index: 1;
}
#winter_reset .mainte_step > div {
    min-width: 350px;
    position: absolute;
    top: 10%;
    left: 40%;
    z-index: 1;
}
#winter_reset .mainte_step > img:first-of-type {
    width: 430px;
    top: 0;
    left: 0;
}
#winter_reset .mainte_step > img:nth-of-type(2) {
    width: 460px;
    top: 10%;
    right: 0;
}
#winter_reset .mainte_step > img:nth-of-type(3) {
    width: 340px;
    bottom: 32%;
    left: 5%;
}
#winter_reset .mainte_step > img:nth-of-type(4) {
    width: 650px;
    bottom: 0;
    right: 0;
}
#winter_reset .mainte_step > p {
    bottom: 50%;
    left: 38%;
}
@media screen and (min-width:320px) and (max-width:767px){
    #winter_reset .mainte_step {
        background-size: cover;
        height: 800px;
        margin-bottom: 40px;
    }
    #winter_reset .mainte_step p,
    #winter_reset .case_uetuke01 p,
    #winter_reset .case_uetuke02 p {
        font-size: 1em;
    }
    #winter_reset .mainte_step > div > p > img {
        width: 70px;
    }
    #winter_reset .mainte_step > p,
    #winter_reset .case_uetuke01 > p,
    #winter_reset .case_uetuke02 > p {
        min-width: auto;
        max-width: auto;
    }
    #winter_reset .mainte_step > div {
        min-width: 150px;
        max-width: auto;
        top: 10px;
        left: 45%;
        white-space: nowrap;
    }
    #winter_reset .mainte_step > img:first-of-type {
        width: 180px;
        top: 0;
        left: 0;
    }
    #winter_reset .mainte_step > img:nth-of-type(2) {
        width: 180px;
        top: 22%;
        right: 10px;
    }
    #winter_reset .mainte_step > img:nth-of-type(3) {
        width: 150px;
        bottom: auto;
        top: 40%;
        left: 5%;
    }
    #winter_reset .mainte_step > img:nth-of-type(4) {
        width: 100%;
        bottom: 0;
        right: auto;
        left: 0;
    }
    #winter_reset .mainte_step > p {
        top: 30%;
        bottom: auto;
        left: 5%;
    }
}

#winter_reset .case_uetuke01,
#winter_reset .case_uetuke02 {
    background-image: url('https://tojaku.itembox.design/item/image/202311winter_resetLP_image_back_06.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin: 60px auto;
    height: 660px;
}
#winter_reset .case_uetuke01 > img,
#winter_reset .case_uetuke01 > p,
#winter_reset .case_uetuke02 > img,
#winter_reset .case_uetuke02 > p {
    position: absolute;
}
#winter_reset .case_uetuke01 > img:first-of-type {
    width: 500px;
    top: 0;
    left: 0;
}
#winter_reset .case_uetuke01 > p:first-of-type {
    top: 15%;
    left: 52%;
}
#winter_reset .case_uetuke01 > p:nth-of-type(2) {
    bottom: 20%;
    left: 5%;
}
#winter_reset .case_uetuke01 > img:nth-of-type(2) {
    width: 515px;
    bottom: 0;
    right: 0;
}
#winter_reset .case_uetuke02 > p:first-of-type {
    width: auto;
    top: 20%;
    right: 15%;
    font-size: 2.3em;
    line-height: normal;
    border-bottom: 10px solid #D0E8F2;
}
#winter_reset .case_uetuke02 > img:first-of-type {
    width: 480px;
    top: 0;
    left: 0;
}
#winter_reset .case_uetuke02 > p:nth-of-type(2) {
    bottom: 10%;
    left: 5%;
}
#winter_reset .case_uetuke02 > img:nth-of-type(2) {
    width: 470px;
    bottom: 0;
    right: 0;
}
@media screen and (min-width:320px) and (max-width:767px){
    #winter_reset .case_uetuke01,
    #winter_reset .case_uetuke02 {
        background-size: auto 100%;
    }
    #winter_reset .case_uetuke01 {
        height: 440px;
        margin: 200px auto 100px;
    }
    #winter_reset .case_uetuke02 {
        height: 500px;
    }
    #winter_reset .case_uetuke01 > img:first-of-type {
        width: 250px;
        top: 0;
        left: 0;
    }
    #winter_reset .case_uetuke01 > p:first-of-type {
        top: -180px;
        left: 0;
        width: 100%;
        max-width: 350px;
        padding-left: 5px;
        overflow-x: hidden;
    }
    #winter_reset .case_uetuke01 > p:nth-of-type(2) {
        bottom: 45%;
        left: 5%;
    }
    #winter_reset .case_uetuke01 > img:nth-of-type(2) {
        width: 250px;
        bottom: 5%;
        right: 0;
    }
    #winter_reset .case_uetuke02 > p:first-of-type {
        top: -80px;
        right: auto;
        left: 10px;
        font-size: 1.5em;
        white-space: nowrap;
        overflow: hidden;
    }
    #winter_reset .case_uetuke02 > img:first-of-type {
        width: 280px;
        top: -25px;
        left: 0;
    }
    #winter_reset .case_uetuke02 > p:nth-of-type(2) {
        bottom: -50px;
        left: 0;
        width: 100%;
        max-width: 350px;
        padding-left: 5px;
        overflow-x: hidden;
    }
    #winter_reset .case_uetuke02 > img:nth-of-type(2) {
        width: 280px;
        bottom: 5%;
        right: 0;
    }
}



/* 項目２．内容 */
#winter_reset .photo_sideA > p,
#winter_reset .photo_sideB > p {
    padding-top: 40px;
}
#winter_reset .photo_sideA > img {
    width: 300px;
    float: right;
    margin-left: 20px;
}
#winter_reset .photo_sideB > img {
    width: 240px;
    float: left;
    margin-right: 40px;
}

#winter_reset .agenda_anchor .column2 {
    align-items: center;
    column-gap: 40px;
    row-gap: 20px;
}
#winter_reset .agenda_anchor .column2 > div {
    background-color: #D0E8F2;
    border-radius: 10px;
    padding: 20px 30px;
}
#winter_reset .agenda_anchor .column2 > div > p {
    width: 100%;
}
@media screen and (min-width:320px) and (max-width:767px){
    #winter_reset .photo_sideA > p,
    #winter_reset .photo_sideB > p {
        padding-top: 0;
    }
    #winter_reset .photo_sideA > img,
    #winter_reset .photo_sideB > img {
        width: 150px;
        shape-outside: circle();
    }
    #winter_reset .photo_sideB > p:nth-of-type(2) {
        left: 150px;
    }

    #winter_reset .agenda_anchor .column2 > div {
        margin: 10px auto 20px;
        position: relative;
        padding: 10px;
    }
    #winter_reset .agenda_anchor .column2 > div::after {
        content: '';
        display: block;
        border-bottom: 2px dotted #D0E8F2;
        position: absolute;
        bottom: -20px;
        left: 5px;
        width: 95%;
        max-width: 370px;
    }
    #winter_reset .agenda_anchor .column2 > div:last-of-type:after {
        border: none;
    }
    #winter_reset .agenda_anchor .column2 > div > p {
        width: 100%;
    }
}

#winter_reset .agenda_anchor h5 {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 4px dotted #79A3B1;
}
@media screen and (min-width:320px) and (max-width:767px){
    #winter_reset .agenda_anchor h5 {
        margin-top: 40px;
        padding-top: 40px;
        font-size: 18px;
        padding-left: 0;
    }
}

/* 図解部分 */
#winter_reset .balloon {
    justify-content: center;
    position: relative;
    margin-top: 15px;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #F4EDE1;
    color: #456268;
}
#winter_reset .balloon::before {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    width: 30px;
    height: 15px;
    background-color: #F4EDE1;
    content: '';
}
#winter_reset .balloon_top::before {
    top: -14px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
#winter_reset .balloon_bottom::before {
    bottom: -14px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#winter_reset .illustrated01,
#winter_reset .illustrated02 {
    position: relative;
}
#winter_reset .illustrated01 > img {
    margin-top: 20px;
    margin-bottom: 150px;
}
#winter_reset .illustrated01 > div,
#winter_reset .illustrated02 > div {
    position: absolute;
}
#winter_reset .illustrated01 > .explanation01 {
    top: 0; 
    left: 0;
    width: 520px;
}
#winter_reset .illustrated01 > .explanation02 {
    bottom: 0;
    left: 0;
    width: 400px;
}
#winter_reset .illustrated01 > .explanation03 {
    bottom: 16%;
    right: 1%;
    width: 460px;
}
@media screen and (min-width:320px) and (max-width:767px){
    #winter_reset .illustrated01 > img {
        margin-top: 120px;
        margin-bottom: 300px;
    }
    #winter_reset .illustrated01 > .explanation01 {
        top: 0; 
        left: 5px;
        max-width: 370px;
    }
    #winter_reset .illustrated01 > .explanation02 {
        bottom: 150px;
        left: 5px;
        max-width: 370px;
    }
    #winter_reset .illustrated01 > .explanation03 {
        bottom: 0;
        left: 5px;
        right: auto;
        max-width: 370px;
    }
}

#winter_reset .illustrated02 {
    display: grid;
    grid-template-columns: 520px 430px;
    align-items: end;
    padding-bottom: 100px;
}
#winter_reset .illustrated02 > .explanation01 {
    top: 20%; 
    left: 0;
    width: 380px;
}
#winter_reset .illustrated02 > .explanation02 {
    top: 25%; 
    right: 5%;
    width: 380px;
}
#winter_reset .illustrated02 > .explanation03 {
    bottom: 0;
    right: 1%;
    width: 460px;
}
@media screen and (min-width:320px) and (max-width:767px){
    #winter_reset .illustrated02 {
        display: grid;
        grid-template-columns: 1fr;
    }
    #winter_reset .illustrated02 > img:first-of-type {
        margin-top: 40px;
        margin-bottom: 150px;
    }
    #winter_reset .illustrated02 > .explanation01 {
        top: 240px; 
        left: 5px;
        max-width: 370px;
    }
    #winter_reset .illustrated02 > .explanation01 > .balloon_bottom::before {
        top: -14px;
        clip-path: polygon(50% 0, 0 100%, 100% 100%);
    }

    #winter_reset .illustrated02 > .explanation02 {
        top: auto; 
        bottom: 30%; 
        right: auto;
        left: 5px;
        max-width: 370px;
    }
    #winter_reset .illustrated02 > .explanation03 {
        bottom: 0;
        right: auto;
        left: 5px;
        max-width: 370px;
    }
}


/* 項目３．内容 */
#winter_reset .arrange_step {
    margin: 40px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    font-weight: bold;
}

#winter_reset .step_mark {
    background-color: #D0E8F2;
    color: #456268;
    border-radius: 50%;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    text-align: center;
}
@media screen and (min-width:320px) and (max-width:767px){
    #winter_reset .arrange_step {
        grid-template-columns: 1fr;
    }
}