@charset "Shift_JIS";

/*====================================================================
Detail template style
prefix: k040_td_20230929_01_hows

/* IE11 *
_:-ms-lang(x)::-ms-backdrop, .class {}

/* Safari *
_::-webkit-full-page-media, _:future, :root .class {}
====================================================================*/


/*―――――――――――-―――――――――――-―――――――――――-―――――――――――-
    general
―――――――――――-―――――――――――-―――――――――――-―――――――――――-*/

    /* IE11 */
    _:-ms-lang(x)::-ms-backdrop, img { max-width:100% }

    /* border-box  */
    .k040_td_20230929_01_hows div {
        font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,"ＭＳ ゴシック","メイリオ",Meiryo,sans-serif;
        position: relative;
        box-sizing: border-box;
    }
    .k040_td_20230929_01_hows svg {
        width: 100%;
    }

    /* hover - image */
    .k040_td_20230929_01_hows a:hover img {
        opacity: 0.7;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }


	/* container
	―――――――――――-―――――――――――-―――――――――――-――- */
    .k040_td_20230929_01_hows {
        position: relative;
        min-width: 960px;
        margin: 0 auto;
    }

    /* section */
    .k040_td_20230929_01_hows .section_hows {
        padding-top: 55px;
        padding-bottom: 50px;
    }
    .k040_td_20230929_01_hows .article_wrap {
        width: 960px;
        margin: 0 auto;
    }
    .k040_td_20230929_01_hows .bg_white{
        background: rgb(255,255,255) !important;
    }
    .k040_td_20230929_01_hows .bg_gray {
        background: rgb(252,247,247) !important;
    }
    .k040_td_20230929_01_hows .bg_gray2 {
        background: rgb(235,235,235) !important;
    }
    .k040_td_20230929_01_hows .bg_pink {
        background: rgb(245,186,178) !important;
    }

	/* text
	―――――――――――-―――――――――――-―――――――――――-――- */
    .k040_td_20230929_01_hows .text {
        margin: 20px 0 0;
        font-size: 1.5rem;
        font-feature-settings: "palt";
        line-height: 1.6;
        text-align: justify;
        text-justify: inter-ideograph;
    }
    .k040_td_20230929_01_hows .text + .text {
        margin-top: 1.8em;
    }
    .k040_td_20230929_01_hows .att {
        font-size: 1.0rem;
    }
    .k040_td_20230929_01_hows .text + .att {
        margin-top: .5em;
    }
    .k040_td_20230929_01_hows .text p {
        font-size: 1.25rem;
        line-height: 1.5;
    }
    .k040_td_20230929_01_hows .read {
        margin: 5px 0 20px;
        text-align: center;
        font-size: 1.75rem;
        font-feature-settings: "palt";
        line-height: 1.6;
    }
    .k040_td_20230929_01_hows .find {
        margin: 0 0 5px;
        font-size: 2.8rem;
        font-weight: 700;
        text-align: center;
        line-height: 1.3;
        font-feature-settings: "palt";
    }
    .k040_td_20230929_01_hows .note {
        font-size: 70%
    }
    .k040_td_20230929_01_hows .super {
        vertical-align: super;
        font-size: 50%;
    }
    
    .k040_td_20230929_01_hows .text_bold {
        font-weight: 700 !important;
    }
    .k040_td_20230929_01_hows .text_center {
        text-align: center !important;
    }
    .k040_td_20230929_01_hows .text_left {
        text-align: left !important;
    }


	/* column
	―――――――――――-―――――――――――-―――――――――――-――- */
    /* base */
    .k040_td_20230929_01_hows .column_outer {
        padding: 15px 0;
    }
    .k040_td_20230929_01_hows .column_outer + .column_outer {
        padding-top: 0;
    }
    /* column1 */
    .k040_td_20230929_01_hows .column1 .column {
        width: 100%;
    }
    /* column2 */
    .k040_td_20230929_01_hows .column2 .column {
        width: 50%;
    }
    /* flex */
    .k040_td_20230929_01_hows .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }




/*―――――――――――-―――――――――――-―――――――――――-―――――――――――-
    layout
―――――――――――-―――――――――――-―――――――――――-―――――――――――-*/

	/* common
	―――――――――――-―――――――――――-―――――――――――-――- */

    /* 固定ナビのためのアンカーリンク位置ずらし */
    .k040_td_20230929_01_hows #story_hows_link,
    .k040_td_20230929_01_hows #about_hows_link,
    .k040_td_20230929_01_hows #mark_hows_link
    {
        display: block;
        padding-top: 65px !important;
        margin-top: -65px !important;
        z-index: -1;
    }


	/* title
	―――――――――――-―――――――――――-―――――――――――-――- */
    .k040_td_20230929_01_hows .ttl_hows {
        background: rgb(239,127,191);
    }
    .k040_td_20230929_01_hows .ttl_inner {
        max-width: 1280px;
        margin: 0 auto;
    }

    /* easy */
    .k040_td_20230929_01_hows.hold .ttl_hows ,
    .k040_td_20230929_01_hows.take .ttl_hows ,
    .k040_td_20230929_01_hows.see .ttl_hows {
        background: none;
    }
    .k040_td_20230929_01_hows.hold .ttl_hows .text ,
    .k040_td_20230929_01_hows.take .ttl_hows .text ,
    .k040_td_20230929_01_hows.see .ttl_hows .text {
        max-width: 960px;
        margin: 25px auto 15px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .k040_td_20230929_01_hows.hold .ttl_hows .text + .att ,
    .k040_td_20230929_01_hows.take .ttl_hows .text + .att ,
    .k040_td_20230929_01_hows.see .ttl_hows .text + .att {
        max-width: 960px;
        margin: 0 auto 55px;
        font-size: 1.0rem;
    }


    /* section - common
    ―――――――――――-―――――――――――-―――――――――――-――- */
    .k040_td_20230929_01_hows .link {
        position: relative;
        display: block;
        width: 760px;
        margin: 60px auto 0;
        padding: 15px 0;
        background: rgb(245,186,178);
        border-radius: 50px;
        color: inherit;
        text-align: center;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.3;
        transition: .3s;
    }
    .k040_td_20230929_01_hows.hold .link ,
    .k040_td_20230929_01_hows.take .link ,
    .k040_td_20230929_01_hows.see .link {
        margin: 0 auto;
    }
    .k040_td_20230929_01_hows .link2 {
        margin: 35px auto 0;
        background: rgb(198,47,67);
        color: #fff;
    }
    .k040_td_20230929_01_hows .link::before {
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 57px;
        width: 15px;
        height: 15px;
        border-radius: 2px;
        border-top: 3px solid #333;
        border-right: 3px solid #333;
        transform: rotate(45deg);
    }
    .k040_td_20230929_01_hows .link::after {
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 60px;
        width: 22px;
        height: 3px;
        border-radius: 2px;
        background: #333;
    }
    .k040_td_20230929_01_hows .link2::before {
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
    }
    .k040_td_20230929_01_hows .link2::after {
        background: #fff;
    }
    .k040_td_20230929_01_hows .link:hover {
        text-decoration: none;
    }
    .k040_td_20230929_01_hows .link1:hover {
        background: rgba(160,61,51,.6);
    }
    .k040_td_20230929_01_hows .link2:hover {
        background: rgba(198,47,67,.7);
    }

    .k040_td_20230929_01_hows .bnrhead {
        font-size: 1.6rem;
        font-weight: 700;
        text-align: center;
    }
    .k040_td_20230929_01_hows .bnr {
        width: 760px;
        margin: 25px auto 55px;
    }
    .k040_td_20230929_01_hows .bnr + .bnr {
        margin: -25px auto 55px;
    }


	/* section - about
	―――――――――――-―――――――――――-―――――――――――-――- */
    .k040_td_20230929_01_hows #about_hows {
        padding-top: 85px;
        padding-bottom: 50px;
    }
    .k040_td_20230929_01_hows #about_hows [data-ruby] {
        position: relative;
    }
    .k040_td_20230929_01_hows #about_hows [data-ruby]::before {
        content: attr(data-ruby);
        position: absolute;
        width: 100%;
        top: -1.1em;
        left: .5em;
        margin: auto;
        text-align: center;
        font-size: 0.5em;
        font-weight: 500;
        letter-spacing: 1em;
    }
    /* Safari */
    _::-webkit-full-page-media, _:future, :root .k040_td_20230929_01_hows #about_hows [data-ruby]::before {
        top: -1.2em;
        letter-spacing: 1.2em;
    }


    /* section - process
    ―――――――――――-―――――――――――-―――――――――――-――- */


    /* section - mark
    ―――――――――――-―――――――――――-―――――――――――-――- */
    .k040_td_20230929_01_hows #mark_hows .column:nth-child(1) {
        width: 36%;
    }
    .k040_td_20230929_01_hows #mark_hows .column:nth-child(1) .image {
        width: 256px;
        margin: 0 auto;
    }
    .k040_td_20230929_01_hows #mark_hows .column:nth-child(2) {
        width: 64%;
    }
    .k040_td_20230929_01_hows #mark_hows .column:nth-child(2) .text {
        margin: 0;
        padding: 40px 0;
        padding-right: 60px;
    }
    
    .k040_td_20230929_01_hows #mark_hows .mark_wrap {
        margin: 55px 0 0;
        color: rgb(160,61,51);
    }
    .k040_td_20230929_01_hows #mark_hows .mark_wrap .find {
        margin: 0;
        font-size: 2.4rem;
    }
    .k040_td_20230929_01_hows #mark_hows .mark_wrap li {
        position: relative;
        margin: 16px 0 0;
        padding-left: 2rem;
        font-size: 1.45rem;
        font-weight: 700;
    }
    .k040_td_20230929_01_hows #mark_hows .mark_wrap li::before {
        display: inline-block;
        position: absolute;
        content: "□";
        left: 0;
        top: -3px;
        font-size: 1.8rem;
        font-weight: 500;
    }


    /* section - story
    ―――――――――――-―――――――――――-―――――――――――-――- */
    .k040_td_20230929_01_hows #story_hows .image {
        width: 760px;
        margin: 20px auto 30px;
    }


    /* section(easy) - issue
    ―――――――――――-―――――――――――-―――――――――――-――- */
    .k040_td_20230929_01_hows #issue_hows {
        background: rgb(235,235,235);
        background: linear-gradient(180deg, rgb(235 235 235) 0%, rgba(235,235,235,1) 78%, rgba(255,255,255,1) 78%, rgba(255,255,255,1) 100%);
    }
    .k040_td_20230929_01_hows.hold #issue_hows {
        background: rgb(235,235,235);
        background: linear-gradient(180deg, rgb(235 235 235) 0%, rgba(235,235,235,1) 82%, rgba(255,255,255,1) 82%, rgba(255,255,255,1) 100%);
    }
    .k040_td_20230929_01_hows #issue_hows .find {
        margin: 3px 0 0;
        padding-left: 16px;
        padding-top: 2px;
        text-align: left;
        font-size: 1.8rem;
        line-height: 1;
        border-left: 3px solid rgb(192,44,70);
    }
    .k040_td_20230929_01_hows.see #issue_hows .find {
        border-left: 3px solid rgb(99,72,151);
    }
    .k040_td_20230929_01_hows.hold #issue_hows .find {
        border-left: 3px solid #28856e;
    }
    .k040_td_20230929_01_hows.hold #issue_hows .text span {
        color: #28856e;
        font-weight: 700;
    }
    .k040_td_20230929_01_hows #issue_hows .text {
        margin: 15px 0 0;
    }
    .k040_td_20230929_01_hows #issue_hows .att {
        display: inline-block;
        padding: 10px 4px 9px;
        background: #fff;
        font-size: .9rem;
        line-height: 1;
    }

    .k040_td_20230929_01_hows #issue_hows .flex {
        margin: 45px 0 0;
        align-items: flex-start;
    }
    .k040_td_20230929_01_hows #issue_hows .flex .column:nth-child(1) {
        width: 48%;
    }
    .k040_td_20230929_01_hows #issue_hows .flex .column:nth-child(2) {
        width: 50%;
    }
    .k040_td_20230929_01_hows.see #issue_hows .head {
        color: rgb(99,72,151);
    }
    .k040_td_20230929_01_hows.hold #issue_hows .head {
        color: #28856e;
    }
    .k040_td_20230929_01_hows #issue_hows .head {
        color: rgb(192,44,70);
        font-size: 1.35rem;
        font-feature-settings: "palt";
    }

    .k040_td_20230929_01_hows.hold #issue_hows .column4 {
        margin: 0;
        align-items: stretch;
    }
    .k040_td_20230929_01_hows.hold #issue_hows .column4 .column {
        width: 24%;
        background: #fff;
    }
    .k040_td_20230929_01_hows.hold #issue_hows .column4 .column_wrap {
        padding: 15px 15px;
    }
    .k040_td_20230929_01_hows.hold #issue_hows .column4 .column_wrap .head {
        font-size: 1rem;
    }
    .k040_td_20230929_01_hows.hold #issue_hows .column4 .column_wrap .text {
        margin: 5px 0 0;
        font-size: 1rem;
    }

    
    .k040_td_20230929_01_hows #issue_hows .flex + .image {
        margin: 45px 0 0;
    }

    .k040_td_20230929_01_hows #issue_hows dl {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        margin: 25px 0 0;
    }
    .k040_td_20230929_01_hows #issue_hows dt {
        box-sizing: border-box;
        width: 24%;
        padding: 25px 17px;
        background: rgb(203,87,108);
        color: #fff;
        font-weight: 700;
    }
    .k040_td_20230929_01_hows #issue_hows dd {
        box-sizing: border-box;
        width: 76%;
        padding: 15px 17px;
        font-size: .9rem;
    }
    .k040_td_20230929_01_hows #issue_hows dt span ,
    .k040_td_20230929_01_hows #issue_hows dd span {
        display: flex;
        align-items: center;
    }
    .k040_td_20230929_01_hows #issue_hows dd a {
        display: inline-block;
        color: rgb(203,87,108);
        transition: .3s;
    }

    .k040_td_20230929_01_hows #issue_hows .mission {
        margin: 55px 0 0;
        text-align: center;
        color: rgb(203,87,108);
        font-size: 1.6rem;
        font-weight: 700;
    }
    .k040_td_20230929_01_hows.see #issue_hows .mission {
        color: rgb(99,72,151);
    }
    .k040_td_20230929_01_hows.hold #issue_hows .mission {
        color: #28856e;
    }


    /* section(easy) - item
    ―――――――――――-―――――――――――-―――――――――――-――- */
    .k040_td_20230929_01_hows #item_hows {
        background: rgb(249,234,236);
    }
    .k040_td_20230929_01_hows.see #item_hows {
        background: rgb(239,237,245);
    }
    .k040_td_20230929_01_hows.hold #item_hows {
        background: #d4e7e2;
    }
    .k040_td_20230929_01_hows #item_hows .find {
        color: rgb(203,87,108);
    }
    .k040_td_20230929_01_hows.see #item_hows .find {
        color: rgb(99,72,151);
    }
    .k040_td_20230929_01_hows.hold #item_hows .find {
        color: #28856e;
    }
    .k040_td_20230929_01_hows #item_hows .flex {
        width: 75%;
        margin: 40px auto 0;
        align-items: flex-start;
    }
    .k040_td_20230929_01_hows #item_hows .flex + .flex {
        margin-top: 30px;
        padding-top: 40px;
        border-top: 4px dotted rgb(203, 87, 108);
    }
    .k040_td_20230929_01_hows.hold #item_hows .flex + .flex {
        border-top: 4px dotted #28856e;
    }
    .k040_td_20230929_01_hows #item_hows .flex .column:nth-child(1) {
        width: 47%;
    }
    .k040_td_20230929_01_hows #item_hows .flex .column:nth-child(2) {
        width: 49%;
    }
    .k040_td_20230929_01_hows #item_hows .flex .column .item {
        position: absolute;
        width: 110px;
        top: -18px;
        right: -35px;
    }
    .k040_td_20230929_01_hows #item_hows .flex .column .head {
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.2;
    }
    .k040_td_20230929_01_hows #item_hows .flex .column .head span {
        display: block;
        margin: 0 0 5px;
        font-size: 1rem;
    }
    .k040_td_20230929_01_hows #item_hows .flex .column li {
        margin: 1px 0;
        font-size: 1.0rem;
        font-weight: 700;
        color: rgb(192,44,70);
    }
    .k040_td_20230929_01_hows.see #item_hows .flex .column li {
        color: rgb(99,72,151);
    }
    .k040_td_20230929_01_hows.hold #item_hows .flex .column li {
        color: #28856e;
    }
    .k040_td_20230929_01_hows #item_hows .flex .column .text {
        font-size: 1.125rem;
        line-height: 1.5;
    }
    .k040_td_20230929_01_hows #item_hows .flex .column .btn {
        margin: 13px auto 0;
        width: 75%;
        text-align: center;
    }
    .k040_td_20230929_01_hows #item_hows .flex .column .btn a {
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        background: #fff;
        border: 3px solid rgb(192,44,70);
        border-radius: 40px;
        color: rgb(192,44,70);
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 57px;
        transition: .3s;
    }
    .k040_td_20230929_01_hows #item_hows .flex .column .btn a:hover {
        text-decoration: none;
        background: rgb(192,44,70);
        color: #fff;
    }
    .k040_td_20230929_01_hows.see #item_hows .flex .column .btn a {
        display: inline-block;
        box-sizing: border-box;
        border: 3px solid rgb(99,72,151);
        color: rgb(99,72,151);
    }
    .k040_td_20230929_01_hows.see #item_hows .flex .column .btn a:hover {
        background: rgb(99,72,151);
        color: #fff;
        text-decoration: none;
    }
    .k040_td_20230929_01_hows.hold #item_hows .flex .column .btn a {
        display: inline-block;
        box-sizing: border-box;
        border: 3px solid #28856e;
        color: #28856e;
    }
    .k040_td_20230929_01_hows.hold #item_hows .flex .column .btn a:hover {
        background: #28856e;
        color: #fff;
        text-decoration: none;
    }
    .k040_td_20230929_01_hows #item_hows .flex .column .btn.commingsoon a {
        pointer-events: none;
        width: 100%;
        background: #fff;
        border: 3px solid #646464;
        border-radius: 40px;
        color: #646464;
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 57px;
        transition: .3s;
    }



    /* section - totop
    ―――――――――――-―――――――――――-―――――――――――-――- */
    .k040_td_20230929_01_hows #totop_hows a {
        display: block;
        color: rgb(160,61,51);
        text-align: center;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1.2;
    }
    .k040_td_20230929_01_hows #totop_hows .image {
        width: 60px;
        margin: 0 auto 10px;
        transition: .3s;
    }
    .k040_td_20230929_01_hows #totop_hows .image img {
        transition: .3s;
    }
    .k040_td_20230929_01_hows #totop_hows a:hover {
        text-decoration: none;
        color: rgba(160,61,51,.6);
        transition: .3s;
    }
    .k040_td_20230929_01_hows #totop_hows a:hover .image img {
        transform: translate(0,-10px);
    }



/*―――――――――――-―――――――――――-―――――――――――-―――――――――――-
    Slick
―――――――――――-―――――――――――-―――――――――――-―――――――――――-*/
    .k040_td_20230929_01_hows .detail_hows .slick_wrap {
        max-width: 60vw;
        margin: 0 auto;
        padding: 0;
        padding-top: 45px;
    }
    .k040_td_20230929_01_hows .detail_hows iframe {
        width: 100%;
        aspect-ratio: 16 / 9;
    }
    .k040_td_20230929_01_hows .detail_hows iframe + .read {
        margin: 10px 0 10px;
        color: #fff;
        font-size: 1.2rem;
    }



/*―――――――――――-―――――――――――-―――――――――――-―――――――――――-
    navigation
―――――――――――-―――――――――――-―――――――――――-―――――――――――-*/

        .k040_td_20230929_01_hows .lnav_wrap {
          margin: 20px 0 0;
          position: -webkit-sticky;
          position: sticky;
          top: -1px;
          background: #fff;
          z-index: 5;
        }
        .k040_td_20230929_01_hows .lnav_inner {
            max-width: 960px;
            margin: 0 auto;
        }

        .k040_td_20230929_01_hows .menu_pc > ul {
          height: 60px;
          display: flex;
          justify-content: flex-end;
          align-items: center;
        }
        .k040_td_20230929_01_hows .menu_pc > ul li {
            position: relative;
            width: 25%;
        }
        .k040_td_20230929_01_hows .menu_pc > ul a {
            display: block;
            position: relative;
            padding: 10px 10px;
            text-align: center;
            color: inherit;
            font-size: 1.2rem;
            font-weight: 700;
            line-height: 1.3;
            transition: .3s;
        }
        .k040_td_20230929_01_hows .menu_pc > ul a span {
            display: block;
            font-size: .7rem;
            font-weight: 500;
        }
        .k040_td_20230929_01_hows .menu_pc > ul a:hover {
            text-decoration: none;
            background: rgba(180, 180, 180, 0.3)
        }
        .k040_td_20230929_01_hows .menu_sub > a {
            pointer-events: none;
        }
        .k040_td_20230929_01_hows .menu_sub > ul {
            /* display: none; */
            width: 100%;
            position: absolute;
            top: 58px;
            left: 0;
            opacity: 0;
            transform: scaleY(0);
            transform-origin: top;
            transition: .2s;
        }
        .k040_td_20230929_01_hows .menu_sub:hover > a {
            text-decoration: none;
            background: rgba(180, 180, 180, 0.2)
        }
        .k040_td_20230929_01_hows .menu_sub:hover > ul {
            display: block;
            transform: scaleY(1);
            opacity: 1;
        }
        .k040_td_20230929_01_hows nav .menu_sub > ul a {
            padding: 10px 0;
            background: rgba(230,230,230,.9);
            text-align: center;
            line-height: 1.4;
        }
        .k040_td_20230929_01_hows .menu_sub > ul li:nth-child(2) a {
            line-height: 2.4;
        }
        .k040_td_20230929_01_hows .menu_sub > ul li:hover a {
            background: rgba(50,77,169,.8);
            color: #fff;
        }

        .k040_td_20230929_01_hows nav .wrap a {
            padding: 7px 30px;
            text-align: center;
            line-height: 1.4;
        }
        .k040_td_20230929_01_hows #drawer {
            display: none;
        }
        .k040_td_20230929_01_hows .menu_drower {
            position: fixed;
            top: 0;
            right: 0;
            width: 100%;
            height: auto;
            transform: translateY(-100%);
        }

        /* ロールオーバー */
        .k040_td_20230929_01_hows .lnav_wrap .switch {
            width: 540px;
            height: 76.5px;
            margin: 5px auto;
        }
        .k040_td_20230929_01_hows .lnav_wrap .switch img {
            width: 540px;
            height: 62px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }
        .k040_td_20230929_01_hows .lnav_wrap .switch img:nth-child(2) {
            opacity: 0;
        }
        .k040_td_20230929_01_hows .lnav_wrap .switch:hover img:nth-child(2) {
            opacity: 1;
        }
        .k040_td_20230929_01_hows .lnav_wrap .switch:hover img:nth-child(1) {
            opacity: 0;
        }




/*―――――――――――-―――――――――――-―――――――――――-―――――――――――-
    animation
―――――――――――-―――――――――――-―――――――――――-―――――――――――-*/

        .k040_td_20230929_01_hows .fade ,
        .k040_td_20230929_01_hows .fade2 {
          opacity : 0;
        }

        .k040_td_20230929_01_hows .fade.effect-scroll {
          animation: fadein .8s ease-out forwards;
        }
        .k040_td_20230929_01_hows .fade2.effect-scroll {
          animation: popup .8s ease-out forwards .3s;
        }
        @keyframes fadein {
          0% { transform: translateY(20px) scale(1, 1); opacity: 0; }
          100% { transform: translateY(0) scale(1, 1); opacity: 1; }
        }





/*―――――――――――-―――――――――――-―――――――――――-―――――――――――-
    breakpoint
―――――――――――-―――――――――――-―――――――――――-―――――――――――-*/


@media screen and (max-width: 699px) {


    /* display
    ―――――――――――-―――――――――――-―――――――――――-――- */
    .k040_td_20230929_01_hows .pc {
        display: none !important;
    }

	/* text
	―――――――――――-―――――――――――-―――――――――――-――- */
    .k040_td_20230929_01_hows .text {
        margin: 15px 0 0;
        font-size: 5vw;
        line-height: 1.8;
    }
    .k040_td_20230929_01_hows .att {
        font-size: 4.5vw;
    }
    .k040_td_20230929_01_hows .text p {
        font-size: 3.8vw;
        line-height: 1.45;
    }
    .k040_td_20230929_01_hows .text + .att {
        margin-top: 3.5vw;
    }
    .k040_td_20230929_01_hows .read {
        margin: 5px 0 20px;
        font-size: 5.5vw;
    }
    .k040_td_20230929_01_hows .find {
        margin: 0;
        font-size: 9vw;
        line-height: 1.3;
    }
    .k040_td_20230929_01_hows .note {
        font-size: 70%
    }

	/* column
	―――――――――――-―――――――――――-―――――――――――-――- */
    /* column1 */
    .k040_td_20230929_01_hows .column1 .column {
        width: 100%;
    }
    /* column2 */
    .k040_td_20230929_01_hows.drink .column2 .column {
        width: 100%;
    }
    /* flex */
    .k040_td_20230929_01_hows .flex {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    


    /* layout
    ―――――――――――-―――――――――――-―――――――――――-――- */

    /* 固定ナビのためのアンカーリンク位置ずらし */
    .k040_td_20230929_01_hows #mov_hows_link,
    .k040_td_20230929_01_hows #step_hows_link
    {
        display: block;
        padding-top: 75px !important;
        margin-top: -75px !important;
        z-index: -1;
    }


    /* section - common
    ―――――――――――-―――――――――――-―――――――――――-――- */
    .k040_td_20230929_01_hows {
        width: auto;
        min-width: 0;
        font-size: calc(18px + (24 - 18)*(100vw - 600px)/(1200 - 600));
    }
    .k040_td_20230929_01_hows .section_hows {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .k040_td_20230929_01_hows .article_wrap {
        width: 90vw;
        margin: 0 auto;
    }
    .k040_td_20230929_01_hows a {
        text-decoration: none;
    }

    /* common btn */
    .k040_td_20230929_01_hows .link {
        width: auto;
        margin: 35px auto 0;
        padding: 15px 20px;
        border-radius: 0;
        text-align: left;
        font-size: 5vw;
    }
    .k040_td_20230929_01_hows.hold .link ,
    .k040_td_20230929_01_hows.take .link ,
    .k040_td_20230929_01_hows.see .link {
        margin: 0 -5vw;
    }
    .k040_td_20230929_01_hows .link2 {
        margin: 0 auto 0;
    }
    .k040_td_20230929_01_hows .link::before {
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        width: 12px;
        height: 12px;
    }
    .k040_td_20230929_01_hows .link::after {
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 25px;
        width: 17px;
        height: 3px;
    }

    /* bnr */
    .k040_td_20230929_01_hows .bnrhead {
        margin: 45px 0 0;
        font-size: 6vw;
        line-height: 1.4;
    }
    .k040_td_20230929_01_hows .bnr {
        width: auto;
        margin: 30px auto 30px;
    }
    .k040_td_20230929_01_hows .bnr + .bnr {
        margin: 0 auto 55px;
    }


	/* title
	―――――――――――-―――――――――――-―――――――――――-――- */
    .k040_td_20230929_01_hows .ttl_inner {
        max-width: auto;
    }

    /* easy */
    .k040_td_20230929_01_hows.hold .ttl_hows .text ,
    .k040_td_20230929_01_hows.take .ttl_hows .text ,
    .k040_td_20230929_01_hows.see .ttl_hows .text {
        width: 89vw;
        margin: 17px auto 15px;
        font-size: 5vw;
        line-height: 1.45;
    }
    .k040_td_20230929_01_hows.hold .ttl_hows .text + .att ,
    .k040_td_20230929_01_hows.take .ttl_hows .text + .att ,
    .k040_td_20230929_01_hows.see .ttl_hows .text + .att {
        width: 89vw;
        margin: 0 auto 55px;
        font-size: 3.5vw;
    }


    /* section - about
    ―――――――――――-―――――――――――-―――――――――――-――- */
    .k040_td_20230929_01_hows #about_hows {
        padding-top: 45px;
        padding-bottom: 50px;
    }
    .k040_td_20230929_01_hows #about_hows [data-ruby] {
        position: relative;
    }
    .k040_td_20230929_01_hows #about_hows [data-ruby]::before {
        content: attr(data-ruby);
        position: absolute;
        width: 100%;
        top: -1.2em;
        left: .4em;
        margin: auto;
        text-align: center;
        font-size: 4.5vw;
        font-weight: 500;
        letter-spacing: .5em!important;
    }


    /* section - process
    ―――――――――――-―――――――――――-―――――――――――-――- */


    /* section - mark
    ―――――――――――-―――――――――――-―――――――――――-――- */
    .k040_td_20230929_01_hows #mark_hows .column:nth-child(1) {
        width: auto;
    }
    .k040_td_20230929_01_hows #mark_hows .column:nth-child(1) .image {
        width: 60%;
        margin: 20px auto 0;
    }
    .k040_td_20230929_01_hows #mark_hows .column:nth-child(2) {
        width: auto;
    }
    .k040_td_20230929_01_hows #mark_hows .column:nth-child(2) .text {
        padding: 30px 20px 9px;
    }
    
    .k040_td_20230929_01_hows #mark_hows .mark_wrap {
        margin: 40px 0 0;
    }
    .k040_td_20230929_01_hows #mark_hows .mark_wrap .find {
        font-size: 8vw;
    }
    .k040_td_20230929_01_hows #mark_hows .mark_wrap li {
        padding-left: 1.8rem;
        line-height: 1.5;
    }
    .k040_td_20230929_01_hows #mark_hows .mark_wrap li::before {
        display: inline-block;
        position: absolute;
        content: "□";
        left: 0;
        top: -3px;
        font-size: 6vw;
    }


    /* section - story
    ―――――――――――-―――――――――――-―――――――――――-――- */
    .k040_td_20230929_01_hows #story_hows .read + .text {
        margin: 36px 0 0;
        line-height: 1.4;
    }
    .k040_td_20230929_01_hows #story_hows .image {
        width: auto;
    }


    /* section(easy) - issue
    ―――――――――――-―――――――――――-―――――――――――-――- */
    .k040_td_20230929_01_hows #issue_hows {
        background: rgb(235,235,235);
        background: linear-gradient(180deg, rgb(235 235 235) 0%, rgba(235,235,235,1) calc(50% + 230vw), rgba(255,255,255,1) calc(50% + 230vw), rgba(255,255,255,1) 100%);
    }
    .k040_td_20230929_01_hows.see #issue_hows {
        background: rgb(235,235,235);
        background: linear-gradient(180deg, rgb(235 235 235) 0%, rgba(235,235,235,1) calc(50% + 245vw), rgba(255,255,255,1) calc(50% + 245vw), rgba(255,255,255,1) 100%);
    }
    .k040_td_20230929_01_hows.hold #issue_hows {
        background: rgb(235, 235, 235);
        background: linear-gradient(180deg, rgb(235 235 235) 0%, rgba(235, 235, 235, 1) 87%, rgba(255, 255, 255, 1) 87%, rgba(255, 255, 255, 1) 100%);
    }
    .k040_td_20230929_01_hows #issue_hows .find {
        margin: 0;
        padding-left: 14px;
        padding-top: 2px;
        font-size: 5.5vw;
    }
    .k040_td_20230929_01_hows #issue_hows .att {
        padding: 7px 10px 6px;
        font-size: 3.2vw;
        line-height: 1.4;
    }

    .k040_td_20230929_01_hows #issue_hows .flex {
        margin: 25px 0 0;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .k040_td_20230929_01_hows #issue_hows .flex .column:nth-child(1) {
        width: auto;
    }
    .k040_td_20230929_01_hows #issue_hows .flex .column:nth-child(2) {
        width: auto;
    }
    .k040_td_20230929_01_hows #issue_hows .head {
        margin: 10px 0 -5px;
        font-size: 5vw;
    }
    
    .k040_td_20230929_01_hows #issue_hows .flex + .image {
        margin: 45px -5vw 0;
    }


    .k040_td_20230929_01_hows.hold #issue_hows .column4 {
        margin: 0;
        justify-content: space-between;
        row-gap: 20px;
    }
    .k040_td_20230929_01_hows.hold #issue_hows .column4 .column {
        width: 49%;
    }
    .k040_td_20230929_01_hows.hold #issue_hows .column4 .column_wrap {
        padding: 0px 10px;
    }
    .k040_td_20230929_01_hows.hold #issue_hows .column4 .column_wrap .head {
        font-size: 4vw;
    }
    .k040_td_20230929_01_hows.hold #issue_hows .column4 .column_wrap .text {
        margin: 5px 0 10px;
        font-size: 3.5vw;
        line-height: 1.5;
    }

    .k040_td_20230929_01_hows #issue_hows dl {
        display: flex;
        margin: 25px 0 0;
        flex-wrap: wrap;
    }
    .k040_td_20230929_01_hows #issue_hows dt {
        width: 100%;
        padding: 5px 15px 4px;
    }
    .k040_td_20230929_01_hows #issue_hows dd {
        width: 100%;
        padding: 10px 15px;
        font-size: 3.0vw;
    }
    .k040_td_20230929_01_hows #issue_hows dd a {
        display: block;
    }

    .k040_td_20230929_01_hows #issue_hows .mission {
        margin: 40px 0 0;
        font-size: 4.5vw;
    }


    /* section(easy) - item
    ―――――――――――-―――――――――――-―――――――――――-――- */
    .k040_td_20230929_01_hows #item_hows .find {
        font-size: 8vw;
    }
    .k040_td_20230929_01_hows #item_hows .flex {
        width: auto;
        margin: 15px auto 0;
        flex-wrap: wrap;
    }
    .k040_td_20230929_01_hows #item_hows .flex .column:nth-child(1) {
        width: auto;
    }
    .k040_td_20230929_01_hows #item_hows .flex .column:nth-child(2) {
        width: auto;
        margin-top: -10px;
    }
    .k040_td_20230929_01_hows #item_hows .flex .column .item {
        top: 10px;
        right: 10px;
    }
    .k040_td_20230929_01_hows #item_hows .flex .column .head {
        margin: 10px 0 0;
        font-size: 6vw;
        line-height: 1.3;
    }
    .k040_td_20230929_01_hows #item_hows .flex .column .head span {
        font-size: 4.5vw;
    }
    .k040_td_20230929_01_hows #item_hows .flex .column li {
        font-size: 4.5vw;
    }
    .k040_td_20230929_01_hows #item_hows .flex .column .text {
        font-size: 4.8vw;
        line-height: 1.5;
    }
    .k040_td_20230929_01_hows #item_hows .flex .column .btn a {
        text-decoration: none;
    }
    
    .k040_td_20230929_01_hows #item_hows + .section_hows {
        padding: 0;
    }


    /* section - totop
    ―――――――――――-―――――――――――-―――――――――――-――- */
    .k040_td_20230929_01_hows #totop_hows a {
        font-size: 8vw;
    }





/*―――――――――――-―――――――――――-―――――――――――-―――――――――――-
    navigation
―――――――――――-―――――――――――-―――――――――――-―――――――――――-*/

        .k040_td_20230929_01_hows .lnav_wrap {
            margin: 0;
        }
        .k040_td_20230929_01_hows .lnav_inner {
            height: 60px;
        }
        .k040_td_20230929_01_hows .lnav_wrap .logo {
            width: auto;
            margin: 5px auto 0;
            text-align: center;
        }
        .k040_td_20230929_01_hows .lnav_wrap .logo img {
            max-height: 50px;
        }


        /* :::::: toggle button :::::: */
        .k040_td_20230929_01_hows #drawer {
            display: none;
        }
        .k040_td_20230929_01_hows label {
            cursor: pointer;
            position: absolute;
        }
        .k040_td_20230929_01_hows .open {
            z-index: 3;
            top: 10px;
            left: 23px;
            width: 35px;
            height: 35px;
            transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        .k040_td_20230929_01_hows .open::before,
        .k040_td_20230929_01_hows .open::after {
            content: "";
        }
        .k040_td_20230929_01_hows .open span,
        .k040_td_20230929_01_hows .open::before,
        .k040_td_20230929_01_hows .open::after {
            content: "";
            position: absolute;
            top: calc(50% - 0px);
            left: 0;
            width: 100%;
            height: 3px;
            border-radius: 6px;
            background: #402813;
            transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        .k040_td_20230929_01_hows .open::before {
            transform: translateY(-12px);
        }
        .k040_td_20230929_01_hows .open::after {
            transform: translateY(12px);
        }
        .k040_td_20230929_01_hows .close {
            position: fixed;
            z-index: 1;
            inset: 0;
            pointer-events: none;
            transition: background .6s;
        }
        .k040_td_20230929_01_hows #drawer:checked + .open span {
                transform: scaleX(0);
        }
        .k040_td_20230929_01_hows #drawer:checked + .open::before {
                transform: rotate(135deg) scaleX(1.2);
        }
        .k040_td_20230929_01_hows #drawer:checked + .open::after {
                transform: rotate(-135deg) scaleX(1.2);
        }
        .k040_td_20230929_01_hows #drawer:checked ~ .close {
                pointer-events: auto;
                background: rgba(0,0,0,.3);
        }
        /* :::::: drawer menu :::::: */
        .k040_td_20230929_01_hows .menu_drower {
            z-index: 2;
            position: fixed;
            overflow: auto;
            top: 0;
            right: 0;
            width: 100%;
            height: 100vh;
            margin: 0;
            padding: 15px;
            box-sizing: border-box;
            background: rgba(255,255,255,.9);
            transform: translateY(-100%);
            transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        .k040_td_20230929_01_hows .menu_drower h2 {
            display: block;
            width: 400px;
            margin: 0 auto;
        }
        .k040_td_20230929_01_hows .menu_drower ul {
            margin: 0;
            padding: 0;
            padding-top: 60px;
        }
        .k040_td_20230929_01_hows .menu_drower li {
            text-align: center;
            line-height: 1.4;
            font-size: 1.4rem;
            font-weight: 700;
        }
        .k040_td_20230929_01_hows .menu_drower a {
            display: block;
            position: relative;
            padding: 1em 0;
            color: inherit;
            text-decoration: inherit;
            transition: all .6s;
        }
        .k040_td_20230929_01_hows .menu_drower a:hover {
            background: #fff;
        }
        .k040_td_20230929_01_hows .menu_drower li span::before ,
        .k040_td_20230929_01_hows .menu_drower li span::after {
            display: block;
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            width: 10px;
            height: 2px;
            background: #333;
        }
        .k040_td_20230929_01_hows .menu_drower li.sub a {
            color: #294ebc;
        }
        .k040_td_20230929_01_hows .menu_drower li.sub a:hover {
            background: #294ebc;
            color: #fff;
        }
        .k040_td_20230929_01_hows .menu_drower li span::before {
            transform: translate(-14px, 0px) rotate(30deg);
        }
        .k040_td_20230929_01_hows .menu_drower li span::after {
            transform: translate(-6px, 0px) rotate(-30deg);
        }

        .k040_td_20230929_01_hows #drawer:checked ~ .menu_drower {
                transform: none;
        }




	/* home
	―――――――――――-―――――――――――-―――――――――――-――- */
        .k040_td_20230929_01_hows .loopla_back_btn {
            width: 48.4%;
            float: none;
        }
        .k040_td_20230929_01_hows .loopla_back_btn > a {
            width: 100%;
            font-size: 100%;
            padding: 17px 2px 16px 12px;
        }

}

@media screen and (min-width: 490px) and (max-width: 699px) {
    
}

@media screen and (min-width: 700px) {

    /* display
    ―――――――――――-―――――――――――-―――――――――――-――- */
    .k040_td_20230929_01_hows .sp {
        display: none !important;
    }

}

@media screen and (min-width: 700px) and (max-width: 959px) {

    .k040_td_20230929_01_hows .article_wrap {
        margin: 0 auto;
        padding: 0 20px;
        transition: .3s;
    }
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
}

@media screen and (min-width: 1280px) {
}



/*―――――――――――-―――――――――――-―――――――――――-―――――――――――-
    clearfix
―――――――――――-―――――――――――-―――――――――――-―――――――――――-*/
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	zoom: 1;
}

.clearfix:before, .clearfix:after{
	content:"";
	display:table;
}
.clearfix:after{
	clear:both;
}
.clearfix{
	zoom:1;
}
