@charset "Shift_JIS";

/*====================================================================
Detail template style
prefix: k039_td_20220906_01_ouchi
1.layout
2.heading
3.link
4.topicpath
5.home
6.breakpoint

/* IE11 *
_:-ms-lang(x)::-ms-backdrop, .class {}

/* Safari *
_::-webkit-full-page-media, _:future, :root .class {}
====================================================================*/


/*------------------------------------------------
    layout
------------------------------------------------*/

        /* IE11 */
        _:-ms-lang(x)::-ms-backdrop, .k039_td_20220906_01_ouchi img { max-width:100% }

        /* border-box  */
        .k039_td_20220906_01_ouchi 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;
        }


	/* container
	--------------------------------------- */
        .k039_td_20220906_01_ouchi {
            position: relative;
            min-width: 960px;
            margin: 0 auto;
            padding-top: 35px;
        }

        /* section - ouchi */
        .k039_td_20220906_01_ouchi .section_ouchi {
            padding: 20px 0;
        }
        .k039_td_20220906_01_ouchi .article_wrap {
            max-width: 1280px;
            margin: 0 auto;
            padding: 10px 0;
        }
        .k039_td_20220906_01_ouchi .bg_yellow {
            background: rgba(254,227,51,1);
        }
        .k039_td_20220906_01_ouchi .bg_lightgray {
            background: rgba(248,248,248,1);
        }
        .k039_td_20220906_01_ouchi .bg_gray {
            background: rgba(215,211,211,1);
        }
        .k039_td_20220906_01_ouchi .bg_pink {
            background: rgba(250,170,180,1);
        }

	/* text
	--------------------------------------- */
        .k039_td_20220906_01_ouchi .text {
            font-size: 112.5%;
            line-height: 1.6;
            text-align: justify;
            text-justify: inter-ideograph;
        }
        .k039_td_20220906_01_ouchi .text + .text {
            margin-top: 1.8em;
        }
        .k039_td_20220906_01_ouchi .read {
            font-size: 140%;
            font-weight: 700;
        }
        .k039_td_20220906_01_ouchi .find {
            margin: 10px 0 5px;
            font-size: 190%;
            font-weight: 700;
            text-align: center;
        }
        .k039_td_20220906_01_ouchi .note {
            font-size: 90%
        }
        .k039_td_20220906_01_ouchi .text_center {
            text-align: center;
        }


	/* column
	--------------------------------------- */
        /* base */
        .k039_td_20220906_01_ouchi .column_outer {
            padding: 15px 0;
        }
        .k039_td_20220906_01_ouchi .column_outer + .column_outer {
            padding-top: 0;
        }
        .k039_td_20220906_01_ouchi .column {
            float: left;
        }
        /* column1 */
        .k039_td_20220906_01_ouchi .column1 .column {
            float: none;
        }


	/* column - detailthtml
	--------------------------------------- */

        /* common */
        .k039_td_20220906_01_ouchi .bnr {
            width: 630px;
            margin: 15px auto;
        }
        .k039_td_20220906_01_ouchi .column1 .btn {
            position: absolute;
            bottom: 17px;
            left: 15px;
            width: 180px;
        }
        .k039_td_20220906_01_ouchi .column2 .btn {
            position: absolute;
            bottom: 15px;
            left: 13px;
            width: 180px;
        }
        .k039_td_20220906_01_ouchi .btn.off {
            pointer-events: none;
        }
        .k039_td_20220906_01_ouchi .tomenu {
            text-align: right;
        }
        .k039_td_20220906_01_ouchi .tomenu a {
            display: inline-block;
            width: 212px;
        }


        /* bnr_rocal_ouchi */
        .k039_td_20220906_01_ouchi #bnr_rocal_ouchi {
            padding-top: 45px;
        }
        .k039_td_20220906_01_ouchi #bnr_rocal_ouchi .image {
            width: 940px;
            margin: 0 auto;
        }


        /* cate_ouchi */
        .k039_td_20220906_01_ouchi #cate_ouchi {
        }
        .k039_td_20220906_01_ouchi #cate_ouchi .find {
            width: 400px;
            margin: 0 auto;
        }
        .k039_td_20220906_01_ouchi #cate_ouchi .text {
            text-align: center;
            margin: 30px auto;
        }
        .k039_td_20220906_01_ouchi #cate_ouchi .menu_cate {
            margin: 0 15px 25px;
        }
        .k039_td_20220906_01_ouchi #cate_ouchi .menu_cate ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }
        .k039_td_20220906_01_ouchi #cate_ouchi .menu_cate li {
            text-align: center;
        }
        .k039_td_20220906_01_ouchi #cate_ouchi .menu_cate a {
            display: inline-block;
            color: #333;
            line-height: 1.3;
        }
        .k039_td_20220906_01_ouchi #cate_ouchi .menu_cate a span {
            display: inline-block;
            transition: .4s;
        }
        .k039_td_20220906_01_ouchi #cate_ouchi .menu_cate a:hover {
            text-decoration: none;
        }
        .k039_td_20220906_01_ouchi #cate_ouchi .menu_cate a:hover span {
            opacity: .5;
        }
        .k039_td_20220906_01_ouchi #cate_ouchi .menu_cate img {
            display: block;
            width: 96px;
            margin: 0 auto;
        }
        .k039_td_20220906_01_ouchi #cate_ouchi .menu_cate a:hover img {
            animation: mochimochi .8s forwards;
            opacity: 1;
        }
        @keyframes mochimochi {
            0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
            10%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
            30%  { transform: scale(1.1, 0.8) translate(0%, 10%); }
            50%  { transform: scale(0.8, 1.1) translate(0%, -10%); }
            70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
            100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
          }


        /* new_ouchi */
        .k039_td_20220906_01_ouchi #new_ouchi {
        }
        .k039_td_20220906_01_ouchi #new_ouchi .find {
            width: 400px;
            margin: 0 auto;
        }


        /* topics_ouchi */
        .k039_td_20220906_01_ouchi #topics_ouchi {
        }
        .k039_td_20220906_01_ouchi #topics_ouchi .find {
            width: 400px;
            margin: 0 auto;
        }


        /* work_ouchi */
        .k039_td_20220906_01_ouchi #work_ouchi {
        }
        .k039_td_20220906_01_ouchi #place_ouchi .find ,
        .k039_td_20220906_01_ouchi #item_ouchi .find {
            width: 400px;
            margin: 0 auto;
        }
        .k039_td_20220906_01_ouchi #place_ouchi .read ,
        .k039_td_20220906_01_ouchi #item_ouchi .read {
            margin: 15px auto 40px;
            text-align: center;
            font-size: 110%;
            font-weight: 500;
        }


        /* sns_ouchi */
        .k039_td_20220906_01_ouchi #sns_ouchi .read {
            margin: 11px auto 0;
            text-align: center;
        }
        .k039_td_20220906_01_ouchi #sns_ouchi ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;

            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;

            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
        .k039_td_20220906_01_ouchi #sns_ouchi li {
            width: 50px;
            padding: 30px 25px;
        }
        .k039_td_20220906_01_ouchi #sns_ouchi li a {
        }
        .k039_td_20220906_01_ouchi #sns_ouchi.section_customer {
            padding-top: .1px;
        }



	/* はじめての方へ
	--------------------------------------- */

        /* kv_customer */
        .k039_td_20220906_01_ouchi #kv_customer .image {
            width: 520px;
            margin: 20px auto;
        }

        /* for_customer */
        .k039_td_20220906_01_ouchi #for_customer .find {
            width: 400px;
            margin: 0 auto;
        }
        .k039_td_20220906_01_ouchi #for_customer .heading {
            font-size: 200%;
            line-height: 120%;
            text-align: center;
            margin: 30px auto;
        }
        .k039_td_20220906_01_ouchi #for_customer .text {
            text-align: center;
            margin: 30px auto;
        }
        .k039_td_20220906_01_ouchi #for_customer .menu_for {
            padding-bottom: 10px;
        }
        .k039_td_20220906_01_ouchi #for_customer .menu_for ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            width: 800px;
            margin: 0 auto;
        }
        .k039_td_20220906_01_ouchi #for_customer .menu_for li {
            text-align: center;
        }
        .k039_td_20220906_01_ouchi #for_customer .menu_for img {
            display: block;
            width: 200px;
            margin: 0 auto;
        }

        /* step_customer */
        .k039_td_20220906_01_ouchi #step_customer .find {
            width: 400px;
            margin: 0 auto;
        }
        .k039_td_20220906_01_ouchi #step_customer .text {
            text-align: center;
            margin: 30px auto;
        }
        .k039_td_20220906_01_ouchi #step_customer ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            width: 680px;
            margin: 0 auto 45px;
        }
        .k039_td_20220906_01_ouchi #step_customer li .image {
            position: relative;
            display: block;
            width: 200px;
            height: 200px;
            background: #fff;
            border-radius: 50%;
        }
        .k039_td_20220906_01_ouchi #step_customer li .image img {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 80px;
        }
        .k039_td_20220906_01_ouchi #step_customer li .text {
            display: block;
            margin: 10px auto 0;
            font-size: 140%;
            font-weight: 700;
            line-height: 120%;
        }

        /* step_customer */
        .k039_td_20220906_01_ouchi #prem_customer .find {
            width: 400px;
            margin: 0 auto;
        }
        .k039_td_20220906_01_ouchi #prem_customer .text {
            text-align: center;
            margin: 30px auto;
        }
        .k039_td_20220906_01_ouchi #prem_customer .hero {
            width: 740px;
            margin: 0 auto;
        }

        /* guide_customer */
        .k039_td_20220906_01_ouchi #guide_customer.section_customer {
            padding-bottom: .1px;
        }
        .k039_td_20220906_01_ouchi #guide_customer .find {
            width: 400px;
            margin: 0 auto;
        }
        .k039_td_20220906_01_ouchi #guide_customer .article_wrap {
            padding: 45px 0 25px;
            border-top: 1px solid #333;
        }
        .k039_td_20220906_01_ouchi #guide_customer .article_wrap:first-child {
            border: none;
        }
        .k039_td_20220906_01_ouchi #guide_customer ul {
            display: block;
            width: 760px;
            margin: 0 auto;
        }
        .k039_td_20220906_01_ouchi #guide_customer li {
            position: relative;
            margin: 26px auto;
            padding: 30px 0 0;
            border-top: 1px solid #333;
        }
        .k039_td_20220906_01_ouchi #guide_customer li:first-child {
            border: none;
        }
        .k039_td_20220906_01_ouchi #guide_customer li .heading {
            font-size: 200%;
            text-align: center;
        }
        .k039_td_20220906_01_ouchi #guide_customer .card li .text {
            text-align: center;
        }
        .k039_td_20220906_01_ouchi #guide_customer li .credit {
            width: 440px;
            margin: 10px auto 0;
        }
        .k039_td_20220906_01_ouchi #guide_customer li .rakuten {
            width: 170px;
            margin: 10px auto 0;
        }
        .k039_td_20220906_01_ouchi #guide_customer li .paypay {
            width: 170px;
            margin: 10px auto 0;
        }
        .k039_td_20220906_01_ouchi #guide_customer li .image img {
        }





	/* btn
	--------------------------------------- */

        .k039_td_20220906_01_ouchi .btn_slide {
            position: relative;
            display: block;
            margin: 25px auto 15px;
            width: 480px;
            height: 90px;
            background: #fff;
            border-radius: 90px;
            overflow: hidden;
            outline: none;
            font-size: 180%;
            font-weight: 700;
            text-decoration: none;
            text-align: center;
            line-height: 90px;
            transition: ease .2s;
        }
        .k039_td_20220906_01_ouchi .btn_slide span {
            position: relative;
            z-index: 3;
            color:#333;
            transition: ease-in-out .5s;
        }
        .k039_td_20220906_01_ouchi .btn_slide:hover span{
            color:#fff;
        }
        .k039_td_20220906_01_ouchi .btn_slide:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            background:#333;
            width: 100%;
            height: 100%;
            transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
            transform: scale(0, 1);
            transform-origin: right top;
        }
        .k039_td_20220906_01_ouchi .btn_slide:hover:before{
            transform-origin:left top;
            transform:scale(1, 1);
        }
        .k039_td_20220906_01_ouchi .btn_red {
            margin: 35px auto 15px;
        }
        .k039_td_20220906_01_ouchi .btn_red:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            background:#a0283c;
            width: 100%;
            height: 100%;
            transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
            transform: scale(0, 1);
            transform-origin: right top;
        }
        .k039_td_20220906_01_ouchi #guide_customer .btn_slide {
            position: relative;
            display: block;
            margin: 20px auto;
            width: 480px;
            height: 90px;
            background: #fff;
            border-radius: 90px;
            overflow: hidden;
            outline: none;
            font-size: 180%;
            font-weight: 700;
            text-decoration: none;
            text-align: center;
            line-height: 90px;
            transition: ease .2s;
        }
        .k039_td_20220906_01_ouchi #guide_customer .btn_guide {
            position: absolute;
            top: 30px;
            right: 0;
            margin: 0;
            width: 200px;
            height: 50px;
            background: #333;
            border-radius: 50px;
            font-size: 120%;
            font-weight: 500;
            line-height: 50px;
        }
        .k039_td_20220906_01_ouchi #guide_customer .btn_guide span {
            color: #fff;
        }
        .k039_td_20220906_01_ouchi .btn_guide:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            background:#ee7325;
            width: 100%;
            height: 100%;
            transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
            transform: scale(0, 1);
            transform-origin: right top;
        }




/*------------------------------------------------
    navigation
------------------------------------------------*/


	/* title
	--------------------------------------- */
        .k039_td_20220906_01_ouchi .ttl_ouchi {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            min-width: 960px;
            height: 100px;
            margin: 0 auto;
            /*padding: 5px 20px 0;*/
            background: #fff;
            z-index: 9999;
        }
        .k039_td_20220906_01_ouchi .layerd {
            z-index: 10001;
        }
        .k039_td_20220906_01_ouchi .ttl_ouchi .menu_wrap {
            max-width: 1280px;
            margin: 0 auto;
            height: 100px;
        }
        .k039_td_20220906_01_ouchi .ttl_ouchi .menu_lorcal {
            position: relative;
            float: right;
            width: calc(100% - 302px);
            height: 100px;
        }
        .k039_td_20220906_01_ouchi .ttl_sub {
            position: absolute;
            top: 5px;
            left: 15px;
            font-size: 1.0rem;
            letter-spacing: 0.01rem;
        }
        .k039_td_20220906_01_ouchi .logo {
            position: relative;
            top: 50%;
            transform: translateY(-40%);
            float: left;
            width: 300px;
        }
        .k039_td_20220906_01_ouchi .menu_lorcal > ul {
            float: right;
            width: 100%;
            height: 100px;
            margin-right: 80px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }
        .k039_td_20220906_01_ouchi .menu_lorcal > ul li {
            text-align: center;
            margin: 0 10px;
        }
        .k039_td_20220906_01_ouchi .menu_lorcal > ul li:nth-child(4) {
            margin-right: 10px;
            padding-right: 15px;
            border-right: 1px solid #333;
        }
        @media screen and (min-width: 1280px) {
            .k039_td_20220906_01_ouchi .menu_lorcal > ul li {
                text-align: center;
                margin: 0 20px;
            }
            .k039_td_20220906_01_ouchi .menu_lorcal > ul li:nth-child(4) {
                margin-right: 10px;
                padding-right: 25px;
                border-right: 1px solid #333;
            }
        }
        .k039_td_20220906_01_ouchi .menu_lorcal > ul li a {
            color: inherit;
            font-weight: 700;
            transition: .3s;
        }
        .k039_td_20220906_01_ouchi .menu_lorcal > ul li a:hover {
            color: #ee7325;
            text-decoration: none;
        }
        .k039_td_20220906_01_ouchi .menu_sub {
            position: absolute;
            top: 0;
            right: 0;
        }
        .menu_sub .contents {
            transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        .menu_sub #drawer {
            display: none;
        }
        .menu_sub label {
            cursor: pointer;
            position: absolute;
        }
        .menu_sub .open {
            z-index: 2;
            top: 20px;
            right: 15px;
            width: 56px;
            height: 56px;
            border-radius: 56px;
            background: rgb(238,115,37);
            transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        .menu_sub .open::before,
        .menu_sub .open::after {
            content: "";
        }
        .menu_sub .open span,
        .menu_sub .open::before,
        .menu_sub .open::after {
            content: "";
            position: absolute;
            top: calc(50% - 2px);
            left: 30%;
            width: 42%;
            height: 3px;
            background: #fff;
            border-radius: 3px;
            transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        .menu_sub .open::before {
            transform: translateY(-10px);
        }
        .menu_sub .open::after {
            transform: translateY(10px);
        }
        .menu_sub .close {
            z-index: 1;
            inset: 0;
            pointer-events: none;
            transition: background .6s;
        }
        .menu_sub #drawer:checked + .open {
            position: fixed;
            top: 20px;
            right: 15px;
        }
        .menu_sub #drawer:checked + .open span {
            transform: scaleX(0);
        }
        .menu_sub #drawer:checked + .open::before {
            transform: rotate(135deg) scaleX(1.2);
        }
        .menu_sub #drawer:checked + .open::after {
            transform: rotate(-135deg) scaleX(1.2);
        }
        .menu_sub #drawer:checked ~ .close {
            pointer-events: auto;
            background: rgba(0,0,0,.3);
        }

        /* :::::: drawer menu :::::: */
        .menu_sub .menu_drawer {
            z-index: 1;
            position: fixed;
            overflow: auto;
            top: 0;
            right: 0;
            width: 100vw;
            height: 100%;
            margin: 0;
            padding: 10px;
            background: rgba(254,227,51,.95);
            transform: translateX(100%);
            transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        .menu_sub .menu_drawer > div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 90%;
            max-width: 850px;
            justify-content: space-around;
        }
        .menu_sub .menu_drawer > div ul {
            width: 50%;
        }
        .menu_sub .menu_drawer li {
            line-height: 1.4;
        }
        .menu_sub .menu_drawer li:not(:first-child) {
        }
        .menu_sub .menu_drawer a {
            position: relative;
            display: block;
            padding: 15px 10px 15px 50px;
            text-decoration: inherit;
            color: #333;
            font-size: 1.4rem;
            font-weight: 700;
            transition: background .6s;
        }
        .menu_sub .menu_drawer a:hover {
            background: rgba(238,115,37,.9);
        }
        .menu_sub .menu_drawer a::before {
            content: "●";
            position: absolute;
            left: 15px;
            top: 9px;
            font-size: 1.8rem;
        }
        .menu_sub .list a {
            font-size: .9rem;
            font-weight: 500;
            padding: 2px 20px;
        }
        .menu_sub .list a::before {
            content: "";
        }
        .menu_sub .blank a::after {
            content: "";
            background: url(/cms/special/kojin-kaunet/images/k039_td_20220906_01_blank.png) left top no-repeat;
            background-size: 51px;
            /* display: inline-block; */
            position: absolute;
            top: 50%;
            transform: translate(0, -54%);
            width: 50px;
            height: 50px;
        }
        .menu_sub .icon a {
            padding-left: 65px;
        }
        .menu_sub .icon a::before {
            content: "";
            background: url(/cms/special/kojin-kaunet/images/k039_td_20220906_01_nenu_01stationery.png) left top no-repeat;
            background-size: 50px !important;
            position: absolute;
            top: 50%;
            transform: translate(-10px, -54%);
            width: 50px;
            height: 50px;
        }
        .menu_sub .icon01 a::before {
            background: url(/cms/special/kojin-kaunet/images/k039_td_20220906_01_nenu_01stationery.png) left top no-repeat;
        }
        .menu_sub .icon02 a::before {
            background: url(/cms/special/kojin-kaunet/images/k039_td_20220906_01_nenu_02pcoa.png) left top no-repeat;
        }
        .menu_sub .icon03 a::before {
            background: url(/cms/special/kojin-kaunet/images/k039_td_20220906_01_nenu_03furniture.png) left top no-repeat;
        }
        .menu_sub .icon04 a::before {
            background: url(/cms/special/kojin-kaunet/images/k039_td_20220906_01_nenu_04drink.png) left top no-repeat;
        }
        .menu_sub .icon05 a::before {
            background: url(/cms/special/kojin-kaunet/images/k039_td_20220906_01_nenu_05dailyuse.png) left top no-repeat;
        }
        .menu_sub .icon06 a::before {
            background: url(/cms/special/kojin-kaunet/images/k039_td_20220906_01_nenu_06paper.png) left top no-repeat;
        }
        .menu_sub .icon07 a::before {
            background: url(/cms/special/kojin-kaunet/images/k039_td_20220906_01_nenu_07electric.png) left top no-repeat;
        }
        .menu_sub .icon08 a::before {
            background: url(/cms/special/kojin-kaunet/images/k039_td_20220906_01_nenu_08eisei.png) left top no-repeat;
        }
        .menu_sub .icon09 a::before {
            background: url(/cms/special/kojin-kaunet/images/k039_td_20220906_01_nenu_09packing.png) left top no-repeat;
        }
        .menu_sub .icon10 a::before {
            background: url(/cms/special/kojin-kaunet/images/k039_td_20220906_01_nenu_10kaucore.png) left top no-repeat;
        }
        .menu_sub #drawer:checked ~ .menu_drawer {
            transform: none;
        }
        .scroll_ouchi {
            overflow: hidden;
        }
        body.scroll_ouchi #header.commonHeader {
            /* drawer表示時、共通ヘッダのz-indexを初期化しdrawerが前面に表示されるようにする */
            z-index: auto;
        }




/*------------------------------------------------
    slick
------------------------------------------------*/

        /*共通*/
        .k039_td_20220906_01_ouchi .slide-arrow {
            position: absolute;
            top: 50%;
            width: 30px;
            cursor: pointer;
            transform: translate(0, -25px);
        }
        .k039_td_20220906_01_ouchi .slide-arrow:hover {
            opacity: .8;
        }
        .k039_td_20220906_01_ouchi .prev-arrow {
            left: -50px;
        }
        .k039_td_20220906_01_ouchi .next-arrow {
            right: -50px;
        }

        /*01*/
        .k039_td_20220906_01_ouchi #slick01 .slick_wrap {
            min-width: 960px;
            margin: 0 auto;
        }
        .k039_td_20220906_01_ouchi .slick_ouchi01 .slick-slide{
            margin-right: 10px !important;
            margin-left: 10px !important;
        }

        /*02 TOPICS*/
        .k039_td_20220906_01_ouchi #topics_ouchi .slick_wrap {
            width: 960px;
            margin: 25px auto;
        }
        .k039_td_20220906_01_ouchi #topics_ouchi .slick_wrap a {
            color: #333;
        }
        .k039_td_20220906_01_ouchi #topics_ouchi .slick_wrap a:hover {
            text-decoration: none;
        }
        .k039_td_20220906_01_ouchi #topics_ouchi .slick_wrap a .text {
            margin-top: 5px;
            font-size: 98%;
            transition: .4s;
        }
        .k039_td_20220906_01_ouchi #topics_ouchi .slick_wrap a:hover .text {
            opacity: .5;
        }
        .k039_td_20220906_01_ouchi .slick_ouchi02 .slick-slide{
            margin-right: 10px !important;
            margin-left: 10px !important;
        }

        /*03 WORKPLACE*/
        .k039_td_20220906_01_ouchi #place_ouchi .slick_wrap ,
        .k039_td_20220906_01_ouchi #item_ouchi .slick_wrap {
            width: 960px;
            margin: 25px auto;
        }
        .k039_td_20220906_01_ouchi #place_ouchi .slick_wrap a ,
        .k039_td_20220906_01_ouchi #item_ouchi .slick_wrap a {
            color: #333;
        }
        .k039_td_20220906_01_ouchi #place_ouchi .slick_wrap a:hover ,
        .k039_td_20220906_01_ouchi #item_ouchi .slick_wrap a:hover {
            text-decoration: none;
        }
        .k039_td_20220906_01_ouchi #place_ouchi .slick_wrap a .heading ,
        .k039_td_20220906_01_ouchi #item_ouchi .slick_wrap a .heading {
            margin-top: 5px;
            font-size: 130%;
            font-weight: 700;
            transition: .4s;
        }
        .k039_td_20220906_01_ouchi #place_ouchi .slick_wrap a .text ,
        .k039_td_20220906_01_ouchi #item_ouchi .slick_wrap a .text {
            font-size: 98%;
            transition: .4s;
        }
        .k039_td_20220906_01_ouchi #place_ouchi .slick_wrap a:hover .heading ,
        .k039_td_20220906_01_ouchi #item_ouchi .slick_wrap a:hover .heading ,
        .k039_td_20220906_01_ouchi #place_ouchi .slick_wrap a:hover .text ,
        .k039_td_20220906_01_ouchi #item_ouchi .slick_wrap a:hover .text {
            opacity: .5;
        }
        .k039_td_20220906_01_ouchi .slick_ouchi03 .slick-slide{
            margin-right: 10px !important;
            margin-left: 10px !important;
        }



/*------------------------------------------------
    link
------------------------------------------------*/


        /* 固定ナビのためのアンカーリンク位置ずらし */
        .k039_td_20220906_01_ouchi #guide03_customer_link,
        .k039_td_20220906_01_ouchi #guide02_customer_link,
        .k039_td_20220906_01_ouchi #guide01_customer_link,
        .k039_td_20220906_01_ouchi #prem_customer_link,
        .k039_td_20220906_01_ouchi #step_customer_link,
        .k039_td_20220906_01_ouchi #sns_ouchi_link,
        .k039_td_20220906_01_ouchi #cate_ouchi_link,
        .k039_td_20220906_01_ouchi #meu_rocal_ouchi_link,
        .k039_td_20220906_01_ouchi #item_ouchi_link,
        .k039_td_20220906_01_ouchi #place_ouchi_link,
        .k039_td_20220906_01_ouchi #topics_ouchi_link,
        .k039_td_20220906_01_ouchi #top_ouchi
        {
            display: block;
            padding-top: 120px !important;
            margin-top: -120px !important;
            z-index: -1;
        }


	/* hover - image
	--------------------------------------- */
        .k039_td_20220906_01_ouchi 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;
        }



/*------------------------------------------------
    home - lorcal
------------------------------------------------*/


        .k039_td_20220906_01_ouchi .ouchi_back_btn_wrap {
            width: 97%;
            margin: 0 auto;
            margin-top: 40px;
        }
        .k039_td_20220906_01_ouchi .ouchi_back_btn > a {
            position: relative;
            display: block;
            width: 190px;
            font-size: 114.3%;
            line-height: 1;
            padding: 10px 5px 10px 25px;
            text-align: center;
            color: #212121;
            text-decoration: none;
            background: #ececec;
            border: 1px solid #c5c5c5;
            border-radius: 2px;
            float: left;
        }
        .k039_td_20220906_01_ouchi .ouchi_back_btn a:before {
            position: absolute;
            content: "";
            top: 50%;
            left: 10px;
            margin-top: -5px;
            width: 8px;
            height: 10px;
            background: url(/cms/special/kojin-kaunet/images/k036_td_20190801_arrow_gray_l.png);
        }
        .k039_td_20220906_01_ouchi .ouchi_back_btn a:hover {
            opacity: 0.7;
        }



/*------------------------------------------------
    breakpoint
------------------------------------------------*/


@media screen and (max-width: 699px) { /* SP可変 Liquid Layout */


        /* display
        --------------------------------------- */
        .k039_td_20220906_01_ouchi .pc {
            display: none !important;
        }


        /* layout
        --------------------------------------- */
        .k039_td_20220906_01_ouchi {
            width: auto;
            min-width: 0;
        }
        /* section - ouchi */
        .k039_td_20220906_01_ouchi .section_ouchi {
            position: relative;
            padding: 25px 0;
        }
        .k039_td_20220906_01_ouchi .tomenu2 {
            display: none;
        }



	/* title (navigation)
	--------------------------------------- */
        .k039_td_20220906_01_ouchi .ttl_ouchi {
            margin: 0;
            padding: 0;
            min-width: auto;
            height: auto;
        }
        .k039_td_20220906_01_ouchi .layerd {
            z-index: 10003;
        }
        .k039_td_20220906_01_ouchi .ttl_sub {
            font-size: 3.0vw;
        }
        .k039_td_20220906_01_ouchi .ttl_ouchi .menu_wrap {
            max-width: 1280px;
            margin: 0 auto;
            height: auto;
        }
        .k039_td_20220906_01_ouchi .ttl_ouchi .menu_lorcal {
            position: absolute;
            top: calc(50% + 1vw);
            right: 15px;
            float: none;
            width: auto;
            height: auto;
        }
        .k039_td_20220906_01_ouchi .logo {
            top: auto;
            transform: none;
            margin: 19px 7px 5px;
            width: 60%;
            max-width: 500px;
        }
        .k039_td_20220906_01_ouchi .menu_lorcal > ul {
            display: none;
        }
        .k039_td_20220906_01_ouchi .menu_lorcal > ul li {
            flex-basis: 14.2857%;
            text-align: center;
            /* height: 100px; */
        }
        .k039_td_20220906_01_ouchi .menu_lorcal > ul li:nth-child(4) {
            margin-right: 10px;
            padding-right: 10px;
            border-right: 1px solid #333;
        }
        .k039_td_20220906_01_ouchi .menu_lorcal > ul li a {
            color: inherit;
            font-weight: 700;
        }
        .k039_td_20220906_01_ouchi .menu_sub {
            position: absolute;
            top: calc(50% - 5vw);
            right: 0;
        }
        .menu_sub .open {
            z-index: 2;
            top: 0;
            right: 0;
            width: 40px;
            height: 40px;
            border-radius: 40px;
        }
        .menu_sub .open::before,
        .menu_sub .open::after {
            content: "";
        }
        .menu_sub .open::before {
            transform: translateY(-8px);
        }
        .menu_sub .open::after {
            transform: translateY(8px);
        }
        .menu_sub .close {
            z-index: 1;
            inset: 0;
            pointer-events: none;
            transition: background .6s;
        }
        .menu_sub #drawer:checked + .open {
            position: fixed;
            top: 20px;
            right: 15px;
        }
        .menu_sub #drawer:checked + .open span {
            transform: scaleX(0);
        }
        .menu_sub #drawer:checked + .open::before {
            transform: rotate(135deg) scaleX(1.2);
        }
        .menu_sub #drawer:checked + .open::after {
            transform: rotate(-135deg) scaleX(1.2);
        }
        .menu_sub #drawer:checked ~ .close {
            pointer-events: auto;
            background: rgba(0,0,0,.3);
        }

        /* :::::: drawer menu :::::: */
        .menu_sub .menu_drawer {
            padding: 10px;
        }
        .menu_sub .menu_drawer > div {
            display: block;
            position: relative;
            left: auto;
            top: auto;
            transform: none;
            width: 100%;
            padding: 45px 20px 45px;
            box-sizing: border-box;
        }
        .menu_sub .menu_drawer > div ul {
            width: 100%;
        }
        .menu_sub .menu_drawer > div ul + ul {
            margin-top: 15px;
        }
        .menu_sub .menu_drawer li {
            line-height: 1.2;
        }
        .menu_sub .menu_drawer a {
            position: relative;
            display: block;
            padding: 10px 10px 10px 35px;
            font-size: 140%;
        }
        .menu_sub .menu_drawer a::before {
            content: "●";
            position: absolute;
            left: 10px;
            top: 9px;
            font-size: 1.2rem;
        }
        .menu_sub .blank + .list {
            margin-top: 10px;
        }
        .menu_sub .list + .blank {
            margin-top: 10px;
        }
        .menu_sub .list a {
            font-size: .9rem;
            font-weight: 500;
            padding: 5px 0;
            padding-left: 10px;
        }
        .menu_sub .list a::before {
            content: "";
        }
        .menu_sub .blank a::after {
            content: "";
            background: url(/cms/special/kojin-kaunet/images/k039_td_20220906_01_blank.png) left top no-repeat;
            background-size: 35px;
            position: absolute;
            top: 50%;
            transform: translate(0, -50%);
            width: 35px;
            height: 35px;
        }
        .menu_sub .icon a {
            padding-left: 50px;
        }
        .menu_sub .icon a::before {
            content: "";
            background-size: 35px !important;
            position: absolute;
            top: 50%;
            transform: translate(-2px, -50%);
            width: 35px;
            height: 35px;
        }





	/* column
	--------------------------------------- */
        .k039_td_20220906_01_ouchi .column_outer {
            width: auto;
            padding: 0;
        }
        .k039_td_20220906_01_ouchi .column {
            padding: 25px 0 0;
        }
        .k039_td_20220906_01_ouchi .column2 .column_inner {
            margin-right: 0;
        }


        /* bnr_rocal_ouchi */
        .k039_td_20220906_01_ouchi #bnr_rocal_ouchi {
            padding-top: 35px;
        }
        .k039_td_20220906_01_ouchi #bnr_rocal_ouchi .image {
            width: 90vw;
            margin: 0 auto;
        }


        /* cate_ouchi */
        .k039_td_20220906_01_ouchi #cate_ouchi .find {
            width: auto;
            margin: 0 auto;
        }
        .k039_td_20220906_01_ouchi #cate_ouchi .menu_cate {
            margin: 0 15px;
        }
        .k039_td_20220906_01_ouchi #cate_ouchi.manu_cate_customer .text {
            text-align: left;
            margin: 30px auto;
            padding: 0 15px;
        }
        .k039_td_20220906_01_ouchi #cate_ouchi .menu_cate ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
        .k039_td_20220906_01_ouchi #cate_ouchi .menu_cate li {
            text-align: center;
            width: 24.999%;
        }
        .k039_td_20220906_01_ouchi #cate_ouchi .menu_cate a {
            text-decoration: none;
        }
        .k039_td_20220906_01_ouchi #cate_ouchi .menu_cate img {
            width: 100%;
            margin: 0 auto;
        }


        /* new_ouchi */
        .k039_td_20220906_01_ouchi #new_ouchi .find {
            width: auto;
            margin: 0 auto;
        }


        /* topics_ouchi */
        .k039_td_20220906_01_ouchi #topics_ouchi .find {
            width: auto;
            margin: 0 auto;
        }


        /* work_ouchi */
        .k039_td_20220906_01_ouchi #work_ouchi {
        }
        .k039_td_20220906_01_ouchi #place_ouchi .find ,
        .k039_td_20220906_01_ouchi #item_ouchi .find {
            width: auto;
            margin: 0 auto;
        }
        .k039_td_20220906_01_ouchi #place_ouchi .read ,
        .k039_td_20220906_01_ouchi #item_ouchi .read {
            margin: 15px auto 40px;
            text-align: center;
            font-size: 3.5vw;
            font-weight: 500;
        }


        /* sns_ouchi */
        .k039_td_20220906_01_ouchi #sns_ouchi.section_customer {
            padding-top: 0.1px;
            background: #fee333;
        }
        .k039_td_20220906_01_ouchi #sns_ouchi .read {
            margin: 11px auto 0;
            text-align: center;
        }
        .k039_td_20220906_01_ouchi #sns_ouchi ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 80vw;
            max-width: 450px;
            margin: 0 auto;
        }
        .k039_td_20220906_01_ouchi #sns_ouchi li {
            width: auto;
            padding: 30px 15px;
        }

        /* IE11 */
        _:-ms-lang(x)::-ms-backdrop,
        .k039_td_20220906_01_ouchi #sns_ouchi li {
            width: 12vw;
            padding: 30px 15px;
        }


	/* はじめての方へ
	--------------------------------------- */

        /* kv_customer */
        .k039_td_20220906_01_ouchi #kv_customer .image {
            width: 70vw;
        }

        /* for_customer */
        .k039_td_20220906_01_ouchi #for_customer .find {
            width: 80vw;
            margin: 0 auto;
        }
        .k039_td_20220906_01_ouchi #for_customer .heading {
            font-size: 200%;
            line-height: 120%;
            text-align: center;
            margin: 30px auto;
        }
        .k039_td_20220906_01_ouchi #for_customer .text {
            text-align: left;
            margin: 30px auto;
            padding: 0 15px;
        }
        .k039_td_20220906_01_ouchi #for_customer .text + .text {
            margin: 30px auto 0;
        }
        .k039_td_20220906_01_ouchi #for_customer .menu_for ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            width: 800px;
            margin: 0 auto;
        }
        .k039_td_20220906_01_ouchi #for_customer .menu_for li {
            text-align: center;
        }
        .k039_td_20220906_01_ouchi #for_customer .menu_for img {
            display: block;
            width: 200px;
            margin: 0 auto;
        }

        /* step_customer */
        .k039_td_20220906_01_ouchi #step_customer .find {
            width: 80vw;
            margin: 0 auto;
        }
        .k039_td_20220906_01_ouchi #step_customer .text {
            text-align: left;
            margin: 0 auto 30px;
            padding: 0 15px;
        }
        .k039_td_20220906_01_ouchi #step_customer ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            width: auto;
            margin: 0 15px 45px;
        }
        .k039_td_20220906_01_ouchi #step_customer li .image {
            position: relative;
            display: block;
            width: 28vw;
            height: 28vw;
            margin: 0 auto;
        }
        .k039_td_20220906_01_ouchi #step_customer li .image img {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 50%;
        }
        .k039_td_20220906_01_ouchi #step_customer li .text {
            display: block;
            margin: 10px auto 0;
            font-size: 100%;
            line-height: 120%;
        }

        /* prem_customer */
        .k039_td_20220906_01_ouchi #prem_customer .find {
            width: 80vw;
            margin: 0 auto;
        }
        .k039_td_20220906_01_ouchi #prem_customer .text {
            text-align: left;
            margin: 30px auto;
            padding: 0 15px;
        }
        .k039_td_20220906_01_ouchi #prem_customer .hero {
            width: auto;
            margin: 0 15px;
        }

        /* guide_customer */
        .k039_td_20220906_01_ouchi #guide_customer.section_customer {
            padding-bottom: .1px;
        }
        .k039_td_20220906_01_ouchi #guide_customer .find {
            width: 80vw;
            margin: 0 auto;
        }
        .k039_td_20220906_01_ouchi #guide_customer .article_wrap {
            padding: 45px 0 25px;
        }
        .k039_td_20220906_01_ouchi #guide_customer .article_wrap:first-child {
            border: none;
            padding-top: 10px;
        }
        .k039_td_20220906_01_ouchi #guide_customer ul {
            display: block;
            width: auto;
            margin: 0 15px;
        }
        .k039_td_20220906_01_ouchi #guide_customer li {
            position: relative;
            margin: 26px auto;
            padding: 20px 0 0;
        }
        .k039_td_20220906_01_ouchi #guide_customer li:first-child {
            border: none;
        }
        .k039_td_20220906_01_ouchi #guide_customer li .heading {
            font-size: 200%;
            text-align: center;
        }
        .k039_td_20220906_01_ouchi #guide_customer .card li .text {
            text-align: left;
        }
        .k039_td_20220906_01_ouchi #guide_customer li .credit {
            width: 70vw;
            margin: 10px auto 0;
        }
        .k039_td_20220906_01_ouchi #guide_customer li .rakuten {
            width: 50vw;
            margin: 10px auto 0;
        }
        .k039_td_20220906_01_ouchi #guide_customer li .paypay {
            width: 50vw;
            margin: 10px auto 0;
        }
        .k039_td_20220906_01_ouchi #guide_customer li .image img {
        }





	/* btn
	--------------------------------------- */

        .k039_td_20220906_01_ouchi .btn_slide {
            position: relative;
            display: block;
            margin: 20px auto 15px;
            width: 70vw;
            height: 50px;
            border-radius: 50px;
            font-size: 140%;
            line-height: 50px;
        }
        .k039_td_20220906_01_ouchi .btn_slide span {
            position: relative;
            z-index: 3;
            color:#333;
            transition: ease-in-out .5s;
        }
        .k039_td_20220906_01_ouchi .btn_slide:hover span{
            color:#fff;
        }
        .k039_td_20220906_01_ouchi .btn_slide:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            background:#333;
            width: 100%;
            height: 100%;
            transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
            transform: scale(0, 1);
            transform-origin: right top;
        }
        .k039_td_20220906_01_ouchi .btn_slide:hover:before{
            transform-origin:left top;
            transform:scale(1, 1);
        }
        .k039_td_20220906_01_ouchi .btn_red {
        }
        .k039_td_20220906_01_ouchi .btn_red:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            background:#a0283c;
            width: 100%;
            height: 100%;
            transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
            transform: scale(0, 1);
            transform-origin: right top;
        }
        .k039_td_20220906_01_ouchi #guide_customer .btn_slide {
            position: relative;
            display: block;
            margin: 20px auto;
            width: 480px;
            height: 90px;
            background: #fff;
            border-radius: 90px;
            overflow: hidden;
            outline: none;
            font-size: 180%;
            font-weight: 700;
            text-decoration: none;
            text-align: center;
            line-height: 90px;
            transition: ease .2s;
        }
        .k039_td_20220906_01_ouchi #guide_customer .btn_guide {
            position: relative;
            top: auto;
            right: auto;
            margin: 35px auto 15px;
            width: 70vw;
            height: 45px;
            background: #333;
            border-radius: 45px;
            font-size: 120%;
            line-height: 45px;
        }
        .k039_td_20220906_01_ouchi #guide_customer .btn_guide span {
            color: #fff;
        }
        .k039_td_20220906_01_ouchi .btn_guide:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            background:#ee7325;
            width: 100%;
            height: 100%;
            transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
            transform: scale(0, 1);
            transform-origin: right top;
        }





	/* slick
	--------------------------------------- */

        /*共通*/
        .k039_td_20220906_01_ouchi .slide-arrow {
            position: absolute;
            top: 50%;
            width: 30px;
            cursor: pointer;
            transform: translate(0, -25px);
        }
        .k039_td_20220906_01_ouchi .slide-arrow:hover {
            opacity: .8;
        }
        .k039_td_20220906_01_ouchi .prev-arrow {
            left: -50px;
        }
        .k039_td_20220906_01_ouchi .next-arrow {
            right: -50px;
        }

        /*01*/
        .k039_td_20220906_01_ouchi #slick01.section_ouchi {
            padding: 0 0 35px;
        }
        .k039_td_20220906_01_ouchi #slick01 .slick_wrap {
            width: auto;
            min-width: auto;
            margin: 0;
        }
        .k039_td_20220906_01_ouchi .slick_ouchi01 .slick-slide{
            margin-right: 0 !important;
            margin-left: 0 !important;
        }

        /*02 TOPICS*/
        .k039_td_20220906_01_ouchi #topics_ouchi .slick_wrap {
            width: auto;
            margin: 25px auto;
        }
        .k039_td_20220906_01_ouchi #topics_ouchi .slick_wrap a {
            color: #333;
        }
        .k039_td_20220906_01_ouchi #topics_ouchi .slick_wrap a .text {
            margin-top: 5px;
            font-size: 3.2vw;
        }
        .k039_td_20220906_01_ouchi .slick_ouchi02 .slick-slide{
            margin-right: 7px !important;
            margin-left: 7px !important;
        }

        /*03 WORKPLACE*/
        .k039_td_20220906_01_ouchi #place_ouchi .slick_wrap ,
        .k039_td_20220906_01_ouchi #item_ouchi .slick_wrap {
            width: auto;
            margin: 25px auto;
        }
        .k039_td_20220906_01_ouchi #place_ouchi .slick_wrap a ,
        .k039_td_20220906_01_ouchi #item_ouchi .slick_wrap a {
            color: #333;
            text-decoration: none;
        }
        .k039_td_20220906_01_ouchi #place_ouchi .slick_wrap a .heading ,
        .k039_td_20220906_01_ouchi #item_ouchi .slick_wrap a .heading {
            font-size: 4.5vw;
        }
        .k039_td_20220906_01_ouchi #place_ouchi .slick_wrap a .text ,
        .k039_td_20220906_01_ouchi #item_ouchi .slick_wrap a .text {
            font-size: 3.8vw;
        }
        .k039_td_20220906_01_ouchi .slick_ouchi03 .slick-slide {
            margin-right: 7px !important;
            margin-left: 7px !important;
        }




        /* 固定ナビのためのアンカーリンク位置ずらし */
        .k039_td_20220906_01_ouchi #guide03_customer_link,
        .k039_td_20220906_01_ouchi #guide02_customer_link,
        .k039_td_20220906_01_ouchi #guide01_customer_link,
        .k039_td_20220906_01_ouchi #prem_customer_link,
        .k039_td_20220906_01_ouchi #step_customer_link,
        .k039_td_20220906_01_ouchi #sns_ouchi_link,
        .k039_td_20220906_01_ouchi #cate_ouchi_link,
        .k039_td_20220906_01_ouchi #meu_rocal_ouchi_link,
        .k039_td_20220906_01_ouchi #item_ouchi_linkk,
        .k039_td_20220906_01_ouchi #place_ouchi_link,
        .k039_td_20220906_01_ouchi #topics_ouchi_link,
        .k039_td_20220906_01_ouchi #top_ouchi
        {
            display: block;
            padding-top: 140px !important;
            margin-top: -140px !important;
            z-index: -1;
        }


	/* home
	--------------------------------------- */
        .k039_td_20220906_01_ouchi .ouchi_back_btn {
            width: 48.4%;
            float: none;
        }
        .k039_td_20220906_01_ouchi .ouchi_back_btn > a {
            width: 100%;
            font-size: 100%;
            padding: 17px 2px 16px 12px;
        }

}

@media screen and (min-width: 700px) {

        /* display
        --------------------------------------- */
        .k039_td_20220906_01_ouchi .sp {
            display: none !important;
        }

        /* column2 */
        .k039_td_20220906_01_ouchi .column2 .column {
            width: 470px;
        }
        .k039_td_20220906_01_ouchi .column2 .column {
            margin-right: 19px;
        }
        .k039_td_20220906_01_ouchi .column2 .column_inner {
            margin-right: -40px;
        }

        /* column3 */
        .k039_td_20220906_01_ouchi .column3 .column {
            width: 290px;
            margin-right: 45px;
        }
        .k039_td_20220906_01_ouchi .column3 .column_inner {
            margin-right: -45px;
        }

        /* column3-4 */
        .k039_td_20220906_01_ouchi .column3-4 .column:nth-child(-n+3) {
            width: 290px;
            margin-right: 45px;
        }
        .k039_td_20220906_01_ouchi .column3-4 .column:nth-child(n+4) {
            width: 206px;
            margin-top: 55px;
            margin-right: 45px;
        }
        .k039_td_20220906_01_ouchi .column3-4 .column_inner {
            margin-right: -45px;
        }

        /* column4 */
        .k039_td_20220906_01_ouchi .column4 .column {
            width: 209.3px;
            margin-right: 40px;
            margin-top: 55px;
        }
        .k039_td_20220906_01_ouchi .column4 .column_inner {
            margin-right: -40px;
        }
        .k039_td_20220906_01_ouchi #result_select .read {
            margin-bottom: 1.0em;
            font-size: 110%;
            line-height: 1.5;
        }

}

@media screen and (min-width: 700px) and (max-width: 959px) {
    /* 960pxで固定 fixed */
    .k039_td_20220906_01_ouchi {
        width: 960px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
}

@media screen and (min-width: 1280px) {

/*------------------------------------------------
    slick
------------------------------------------------*/

    .k039_td_20220906_01_ouchi #slick01 .slick_wrap {
        width: auto;
        margin: 0 auto;
    }

}



/*====================================================================
slick.css
====================================================================*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*====================================================================
slick-theme.css
====================================================================*/
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
/*
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}
*/
/* Dots */
.k039_td_20220906_01_ouchi .slick-dotted.slick-slider
{
    margin-bottom: 30px;
}
@media screen and (max-width: 699px) {
.k039_td_20220906_01_ouchi .slick-dotted.slick-slider
{
    margin-bottom: 0;
}
}

.k039_td_20220906_01_ouchi .slick-dots
{
    position: absolute;
    bottom: -40px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
@media screen and (max-width: 699px) {
.k039_td_20220906_01_ouchi .slick-dots
{
    bottom: -35px;
}
.k039_td_20220906_01_ouchi .slick-dots li button
{
    border-radius: 10px;
}
}
.k039_td_20220906_01_ouchi .slick-dots li
{
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.k039_td_20220906_01_ouchi .slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 15px;
    height: 15px;
    padding: 0px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.k039_td_20220906_01_ouchi .slick-dots li button:hover,
.k039_td_20220906_01_ouchi .slick-dots li button:focus
{
    outline: none;
}
.k039_td_20220906_01_ouchi .slick-dots li button:hover:before,
.k039_td_20220906_01_ouchi .slick-dots li button:focus:before
{
    opacity: 1;
}
.k039_td_20220906_01_ouchi .slick-dots li button:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: #afafaf;


    content: '';
    transition: .5s;
}
.k039_td_20220906_01_ouchi .slick-dots li.slick-active button:before
{
    background: #ee7325;
}
.k039_td_20220906_01_ouchi .slick-dots li:hover button:before
{
    background: rgb(238,115,37);


    content: '';
}

.k039_td_20220906_01_ouchi .slick-dots li.slick-active:hover button:before
{
    background: #fff;
    border: 2px solid #fff;
    opacity: .8;
}