@charset "utf-8";

#washfold {
    font-size: clamp(14px, 1.875vw, 16px);/*320px, 800px, 1200px想定*/
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    margin-bottom: 80px;
}



/*---BG CSSリセット---*/
#washfold img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
#washfold h1, #washfold .h1, #washfold h2, #washfold .h2, #washfold h3, #washfold .h3, #washfold h4, #washfold .h4, #washfold p, #washfold dl,#washfold table th, #washfold .inner {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
#washfold .section {
    padding: 0;
}
#washfold .lead {
    font-size: inherit;
    margin: 0;
}
#washfold a {
    text-decoration: none;
}
#washfold a:hover {
    opacity: 0.7;
}



/*---特集内個別 共通設定---*/
#washfold .section {
    padding-top: clamp(60px, 9.375vw, 90px);
    padding-bottom: clamp(60px, 9.375vw, 90px);
    padding-left: 15px;
    padding-right: 15px;
}
#washfold section.section:nth-child(odd) {
    background: #ddeefb;
}

#washfold .tab {
    display: none;
}

#washfold .small {
    font-size: 0.875em;
}
#washfold .txt_center {
    text-align: center;
}
#washfold .txt_wbg {
    color: #005ead;
    font-size: 1.5em;
    font-weight: bold;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 0.5em;
    padding: 0 0.5em;
}
#washfold .txt_wbg:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    top: 0;
    left: 0;
    transform: skewX(-12deg);
}
#washfold .txt_bbg {
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 0.5em;
    padding: 0 0.5em;
}
#washfold .txt_bbg:before {
    position: absolute;
    content: "";
    background: #00a0e9;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    top: 0;
    left: 0;
    transform: skewX(-12deg);
}
#washfold .txt_red{
    color:#f1383e;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}
#washfold .txt_bold{
    font-weight: bold;
    font-size: 1.1em;
}
#washfold .line_leftright{
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 1.2;
    color: #f1383e;
}
#washfold .line_leftright::before,
#washfold .line_leftright::after {
  width: 2px;
  height: 28px;
  content: "";
  background-color: #f1383e;
}
#washfold .line_leftright::before {
  margin-right: 0.5em;
  transform: rotate(-30deg);
}
#washfold .line_leftright::after {
  margin-left: 0.5em;
  transform: rotate(30deg);
}

@media screen and (min-width:768px) {
    #washfold br.sp + .txt_wbg, #washfold br.sp + .txt_bbg {
        padding-left: 0;
        margin-left: -15px;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    #washfold .tab {
        display: initial;
    }
}


#washfold p.button a {
    display: block;
    color: #fff;
    margin: 30px auto 0;
    border-radius: 6px;
    padding: 10px;
    max-width: 550px;
    background: #00a0e9;
    text-align: center;
    max-width: 300px;
    border-radius: 100px;
    font-size: 1.142857em;
    font-weight: 600;
}
#washfold p.button a:after {
    margin-left: 10px;
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
}

@media screen and (min-width:1200px) {
    #washfold .section {
        padding-left: calc((100% - 1200px) / 2 + 15px);
        padding-right: calc((100% - 1200px) / 2 + 15px);
    }
}


/*---coupon & sitelink common------------------------------------------------*/
#washfold .coupon_box{
    margin-bottom: 30px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    position: relative;
}
#washfold .coupon_box .coupon_code{
    font-size: 1.5em;
    font-weight: bold;
}
#washfold .coupon_box .coupon_button{
    display: block;
    color: #fff;
    margin: 0 0 0 20px;
    padding: 10px;
    max-width: 170px;
    height: 38px;
    background: #00a0e9;
    text-align: center;
    line-height: 1;
    max-width: 300px;
    border-radius: 100px;
    font-size: 1em;
    font-weight: 600;
}
#washfold .coupon_box .copy_popup {
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translate(-50%, 0);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
    z-index: 9999;
}
#washfold .coupon_box .copy_popup::after{
    width: 20px;
    height: 12px;
    background-color: rgba(0, 0, 0, .7);
    clip-path: polygon(50% 12px, 0% 0%, 20px 0%);
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -11px;
    transform: translate(-50%, 0);
}
#washfold .sitelink a{
    display: block;
    color: #fff;
    margin: 0 auto;
    padding: 10px;
    max-width: 550px;
    background: #00a0e9;
    text-align: center;
    max-width: 670px;
    border-radius: 100px;
    font-size: 1.5em;
    font-weight: 600;
}
#washfold .sitelink a:after{
    font-size: 0.75em;
    font-weight: normal;
    margin-left: 10px;
    content: "\f2d2";
    font-family: FontAwesome;
    display: inline-block;
}
@media screen and (min-width:1024px){
    #washfold .sitelink a{
        font-size: 30px;
    }
}

/*---header------------------------------------------------*/
#washfold header {
    background: url('../img/mainimage_sp.jpg') no-repeat center top;
    background-size: 100% auto;
}
#washfold header .title {
    text-align: center;
}
#washfold header .title p.img img:first-child{
    width: clamp(114px, 20vw, 216px);
}
#washfold header .title p.img img:last-child {
    width: /*75vw*/clamp(281px, 50vw, 473px);
    margin-top: 1.142857em;
}
#washfold header .title p.img + p {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin: 1em auto;
    position: relative;
    display: inline-block;
    z-index: 1;
}
#washfold header .title p.img + p:after {
    content: "";
    display: block;
    width: calc(100% + 0.5em);
    height: 0.6em;
    background: #7fcff4;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
}
#washfold header .title h1 > img {
    width: clamp(295px, 75vw, 932px);
}
#washfold header .title h1 + p {
    text-align: left;
    margin-top: 1.5em;
}

@media screen and (max-width:767px) {
    #washfold header {
        padding-top: 64vw !important;
    }
}
@media screen and (min-width:768px) {
    #washfold header {
        background: url('../img/mainimage_pc.jpg') no-repeat center right;
        background-size: auto 100%;
    }
    #washfold header .title {
        text-align: left;
    }
    #washfold header .title h1 {
        text-align: left;
    }
    #washfold header .title h1 > img {
        margin-left: 0;
    }
}


/*---bgbonus------------------------------------------------*/
#washfold #bgbonus > p{
    text-align: center;
    margin-bottom: 20px;
}
#washfold #bgbonus .bgbonus_change{
    margin-bottom: 40px;
}
#washfold #bgbonus .coupon_box{
    margin: 0 auto 30px;
    padding: 20px;
    background: #efefef;
}
#washfold #bgbonus .coupon_box::after{
    width: 24px;
    height: 12px;
    background-color: #ccecfb;
    clip-path: polygon(50% 12px, 0% 0%, 24px 0%);
    display: block;
    content:'';
    position: absolute;
    left:50%;
    bottom: -20px;
    transform: translateX(-50%);
}
@media screen and (max-width:768px) {
    #washfold #bgbonus{
        border-top: 1px solid #ddeefb;
    }
}

/*---nayami------------------------------------------------*/
#washfold .nayami {
    background: url('../img/nayami_bg_sp.jpg') no-repeat center bottom #748ea7;
    background-size: auto 100%;
    color: #fff;
}
#washfold .nayami ul {
    margin-bottom: 1em;
}
#washfold .nayami ul li {
    font-size: 1.142857em;
    text-indent: -1.5em;
    padding-left: 1.5em;
}
#washfold .nayami ul li:before {
    content: "";
    display: inline-block;
    height: 1.5em;
    width: 1em;
    margin-right: 0.5em;
    vertical-align: middle;
    background: url('../img/nayami_check.svg') no-repeat center left;
    background-size: contain;
}
#washfold .nayami ul li + li {
    margin-top: 1em;
}

@media screen and (min-width:768px) {
    #washfold .nayami {
        background: url('../img/nayami_bg_pc.jpg') no-repeat center bottom #748ea7;
        background-size: auto 100%;
    }
}



/*---navigation------------------------------------------------*/
#washfold .navWrap{
    background: #ddeefb;
}
#washfold nav {
    position: fixed;
    top: 70px;
    right: 10px;
    z-index: 100;
    text-align: right;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 0 8px rgba(9, 54, 88, 0.3);
	display: none;
}
#washfold nav.active {
    text-align: right;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 0 8px rgba(9, 54, 88, 0.3);
}
#washfold nav button {
    width: 48px;
    height: 48px;
    background: none;
    padding: 0;
    position: relative;
    cursor: pointer;
}
#washfold nav button span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 50%;
    background: #005ead;
}
#washfold nav button span:nth-child(2) {
    top: calc(50% - 7px);
}
#washfold nav button span:nth-child(3) {
    top: calc(50% + 7px);
}
#washfold nav.active button span:nth-child(1) {
    opacity: 0;
}
#washfold nav.active button span:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
#washfold nav.active button span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
#washfold nav ul {
    padding: 60px 30px;
    text-align: left;
    display: none;
    margin-top: -48px;
}
#washfold nav.active ul {
    /*display: block;*/
}
#washfold nav ul li + li {
    margin-top: 1em;
}
#washfold nav ul li a {
    font-size: 1.142857em;
    font-weight: 600;
    color: #333;
	white-space: nowrap;
	display: block;
}

@media screen and (min-width:768px) {
	#washfold nav {
		top: 125px;
	}
	#washfold nav.nav-fixed {
		position: fixed;
		top: 0;
		margin-top: 1em;
	}
}

@media screen and (min-width:1024px) {
    #washfold nav {
        position: relative;
        top: inherit;
        right: inherit;
        width: clamp(74.359vw ,870px);
        border-radius: 60px;
        display: inline-block;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 60px;
    }
    #washfold nav button {
        display: none;
    }
    #washfold nav ul {
        margin-top: auto;
        display: flex;
        justify-content: center;
        padding: 0.666667em;
    }
    #washfold nav ul li + li {
        margin-top: 0;
        margin-left: 15px;
    }
    #washfold nav ul li a {
        font-size: 1em;
        padding: 0.666667em;
        display: block;
        background: #fff;
        border-radius: 30px;
    }
    #washfold nav ul li a.active {
        background: #00a0e9;
        color: #fff;
    }
}


/*---section共通------------------------------------------------*/
#washfold section.section h2 {
    margin-bottom: 3em;
}
#washfold section.section h2 + p {
    text-align: center;
    margin-bottom: 3em;
}
@media screen and (min-width:768px){
    #washfold section.section h2 img {
        height: clamp(84px, 11.111111vw, 130px);
        width: auto;
    }
}


/*---about------------------------------------------------*/
#washfold #about ul li {
    background: #ddeefb;
    margin: 0 15px;
    padding: 30px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}
#washfold #about ul li:after {
    /*color: #fff;
    font-family: 'Century Gothic','Avenir Next', sans-serif;
	font-weight: lighter;
    font-style: italic;
    font-size: 11.4285em;*/
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    /*line-height: 0.68;*/
    z-index: -1;
	display: block;
	width: 34%;
	max-width: 100px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 14rem;
}
#washfold #about ul li:nth-child(1):after {
    /*content: "1";*/
	background-image: url('../img/bgnum01.svg');
}
#washfold #about ul li:nth-child(2):after {
    /*content: "2";*/
	background-image: url('../img/bgnum02.svg');
}
#washfold #about ul li:nth-child(3):after {
    /*content: "3";*/
	background-image: url('../img/bgnum03.svg');
}
#washfold #about ul li:nth-child(4):after {
    /*content: "4";*/
	background-image: url('../img/bgnum04.svg');
}
#washfold #about ul li:nth-child(5):after {
    /*content: "5";*/
	background-image: url('../img/bgnum05.svg');
}
#washfold #about ul li h3 {
    color: #005ead;
    font-size: 1.5em;
    font-weight: bold;
}
#washfold #about ul li h3 + p {
    margin-top: 1em;
}
#washfold #about ul li p.img {
    margin-top: 1em;
}
#washfold #about ul li p.img img {
	width: 100%;
}
/*slick設定*/
#washfold #about .slick-track {
	display: flex;
}
#washfold #about .slick-slide {
	height: auto !important;
}

#washfold #modal {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 500;
    background: rgba(23, 67, 108, 0.3);
    /*padding: 70px 15px 15px;*/
}

#washfold #modal .modal_inner {
    background: #fff;
	width: calc(100vw - 40px);
	height: /*100%*/calc(100vh - 100px);
    height: /*100%*/calc(100lvh - 100px);
	left: 50%;
	top: 80px;
	transform: translateX(-50%);
    padding: 45px 15px 30px;
    border-radius: 15px;
    box-shadow: 0px 0px 8px 0px rgba(9, 54, 88, 0.3);
    position: relative;
	z-index: 1;
}
#washfold #modal .modal_inner .scroll_area {
    height: 100%;
    overflow-y: scroll;
    padding-right: 15px;
}
#washfold #modal .modal_inner .scroll_area::-webkit-scrollbar {
    width: 6px;
}
#washfold #modal .modal_inner .scroll_area::-webkit-scrollbar-track {
    background: #dfe7ed;
    border-radius: 3px;
}
#washfold #modal .modal_inner .scroll_area::-webkit-scrollbar-thumb {
    background: #00a0e9;
    border-radius: 3px;
}
#washfold #modal .modal_inner .scroll_area dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: /*1fr auto*/max-content 1fr;
    column-gap: 14px;
    grid-row-gap: 0.5em;
}
#washfold #modal .modal_inner .scroll_area dl dd.img {
    grid-row: 1 / 3;
}
#washfold #modal .modal_inner .scroll_area dl + dl {
    margin-top: 21px;
    padding-top: 21px;
    border-top: solid 1px #95afc3;
}
#washfold #modal .modal_inner .scroll_area dl dt {
    color: #00a0e9;
}
#washfold #modal .modal_inner button {
    width: 48px;
    height: 48px;
    background: none;
    padding: 0;
    position: absolute;
    cursor: pointer;
	top: 0;
	right: 0;
}
#washfold #modal .modal_inner button span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 50%;
    background: #005ead;
}
#washfold #modal .modal_inner button span:nth-child(2) {
    top: calc(50% - 7px);
}
#washfold #modal .modal_inner button span:nth-child(3) {
    top: calc(50% + 7px);
}
#washfold #modal .modal_inner button span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
#washfold #modal .modal_inner button span:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
#washfold #modal .modal_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: transparent;
}

@media screen and (min-width:768px) {
    #washfold #about {
		padding-left: 0;
		padding-right: 0;
	}
	#washfold #about ul li {
        /*width: 635px;*/
        display: grid;
        grid-template-columns: 1fr minmax(270px, 1fr);
        grid-template-rows: auto 1fr;
        column-gap: 30px;
        grid-row-gap: 1em;
		padding: 48px;
		margin-left: 45px;
		margin-right: 45px;
    }
    #washfold #about ul li h3 + p, #washfold #about ul li p.img {
        margin: 0;
		max-width: none;
		width: 270px;
    }
    #washfold #about ul li h3, #washfold #about ul li h3 + p {
        grid-column: 1 / 2;
    }
    #washfold #about ul li p.img {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
    }
	#washfold #modal {
		/*padding-top: 130px;*/
	}
	#washfold #modal .modal_inner {
		top: 145px;
		width: calc(100vw - 80px);
		height: calc(100vh - 185px);
		height: calc(100lvh - 185px);
		padding: 55px 30px 30px;
	}
}

@media screen and (min-width:1024px) {
	#washfold #modal {
		padding: 60px;
	}
	#washfold #modal .modal_inner {
		padding: 50px;
		width: calc(100vw - 120px);
		height: calc(100vh - 120px);
		height: calc(100lvh - 120px);
		top: 50%;
		transform: translate(-50%, -50%);
	}
	#washfold #modal .modal_inner .scroll_area dl {
		grid-template-columns: 1fr 2fr;
	}
}

@media screen and (min-width:1200px) {
	#washfold #modal {
		padding: 0;
	}
	#washfold #modal .modal_inner {
		width: 91.4vw;
		max-width: 1170px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin: auto;
		padding: clamp(45px, 5.85vw, 75px);
		height: auto;
	}
	#washfold #modal .modal_inner button {
		width: 7vw;
		height: 7vw;
		max-width: 90px;
		max-height: 90px;
	}
	#washfold #modal .modal_inner .scroll_area {
		padding: 0;
		height: auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: clamp(30px, 4.6875vw, 60px);
		overflow-y: initial;
	}
	#washfold #modal .modal_inner .scroll_area dl {
		/*grid-template-columns: auto 1fr;*/
	}
	#washfold #modal .modal_inner .scroll_area dl:not(:last-child) {
		padding-bottom: 1.5em;
		margin-bottom: 1.5em;
		border-bottom: solid 1px #95afc3;
	}
	#washfold #modal .modal_inner .scroll_area dl + dl {
		border-top: none;
		margin-top: 0;
		padding-top: 0;
	}
	#washfold #modal .modal_inner .scroll_area dl dd.img img {
		max-width: 200px;
		/*width: 15.625vw;*/
		width: 100%;
	}
}




/*---flow------------------------------------------------*/
#washfold #flow .tab {
    display: flex;
    justify-content: space-between;
    max-width: 1020px;
    margin: 0 auto;
}
#washfold #flow .tab li {
    width: calc(50% - (5px / 2));
    text-align: center;
    cursor: pointer;
    background: #95afc3;
    padding: 0.7em 5px;
    border-radius: 15px 15px 0 0;
    color: #fff;
    font-size: clamp(16px, 2.5vw, 24px);
}
#washfold #flow .tab li.active {
    background: #fff;
    color: #005ead;
    font-weight: bold;
    position: relative;
}
#washfold #flow .tab li.active:after {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: 4px;
    background: #00a0e9;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
#washfold #flow .flow_box {
    background: #fff;
    max-width: 1020px;
    margin: 0 auto;
    border-radius: 0 0 15px 15px;
    padding-top: clamp(45px, 6.5625vw, 60px);
    padding-bottom: clamp(45px, 6.5625vw, 60px);
    padding-left: clamp(20px, 5vw, 60px);
    padding-right: clamp(20px, 5vw, 60px);
	display: none;
}
#washfold #flow .flow_box.active {
	display: block;
}
#washfold #flow .flow_box dl {
    position: relative;
}
#washfold #flow .flow_box dl dt {
    position: relative;
    z-index: 1;
}
#washfold #flow .flow_box dl dt:after {
    position: absolute;
    left: -5px;
    top: 0;
    font-size: 2em;
    line-height: 1;
    font-style: italic;
    font-weight: normal;
    font-family: 'Century Gothic','Avenir Next', sans-serif;
	font-weight: lighter;
    color: #ddeefb;
    z-index: -1;
}
#washfold #flow .flow_box dl:nth-child(1) dt:after {
    content: "STEP.1";
}
#washfold #flow .flow_box dl:nth-child(2) dt:after {
    content: "STEP.2";
}
#washfold #flow .flow_box dl:nth-child(3) dt:after {
    content: "STEP.3";
}
#washfold #flow .flow_box dl:nth-child(4) dt:after {
    content: "STEP.4";
}
#washfold #flow .flow_box dl + dl {
    padding-top: 20px;
    margin-top: 30px;
    border-top: solid 1px #005ead;
}
#washfold #flow .flow_box dl + dl:before, #washfold #flow .flow_box dl + dl:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: solid 14px transparent;
    border-left: solid 14px transparent;
    border-right: solid 14px transparent;
}
#washfold #flow .flow_box dl + dl:before {
    top: 0;
    border-top: solid 14px #005ead;
}
#washfold #flow .flow_box dl + dl:after {
    top: -1px;
    border-top: solid 14px #fff;
}
#washfold #flow .flow_box dl dt {
    color: #005ead;
    font-size: 1.5em;
    padding-top: 1em;
}
#washfold #flow .flow_box dl dd {
    margin-top: 0.7em;
}
#washfold #flow .flow_box dl dd.img {
    margin-top: 1em;
    text-align: center;
}
/*#washfold #flow .flow_box:last-child dl:nth-child(2) dd.img img {
    max-width: 145px;
}*/
#washfold #flow .flow_box dl dd a {
	text-decoration: underline;
	color: #00a0e9;
}
#washfold #flow .flow_box dl dd p.button a {
	text-decoration: none;
	color: #fff;
}

#washfold #flow .price {
    margin-top: 30px;
    text-align: center;
    border-bottom: solid 1px #95afc3;
}
#washfold #flow .price thead tr td, #washfold #flow .price tbody tr td {
    display: block;
    padding: 0.75em;
}
#washfold #flow .price thead tr:first-child td {
    color: #fff;
    background: #00a0e9;
    font-weight: bold;
}
#washfold #flow .price thead tr:last-child td {
    background: #ddeefb;
    font-weight: bold;
}
#washfold #flow .price thead tr:last-child td a {
    color: #00a0e9;
    text-decoration: underline;
}
#washfold #flow .price thead tr:last-child td:nth-child(2) {
    display: none;
}
#washfold #flow .price tbody tr td:first-child {
    padding-bottom: 0;
}
#washfold #flow .price tbody tr td:last-child {
    padding-top: 0;
}
#washfold #flow .price tbody tr:nth-child(even) td {
    background: #f5f5f5;
}

@media screen and (min-width:768px) {
    #washfold #flow .flow_box dl {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto 1fr;
        column-gap: 30px;
    }
    #washfold #flow .flow_box dl dt, #washfold #flow .flow_box dl dd {
        grid-column: 1 / 2;
    }
    #washfold #flow .flow_box dl dd.img {
        grid-column: 2 / 3;
    }
    #washfold #flow .price thead tr td, #washfold #flow .price tbody tr td {
        display: table-cell;
    }
    #washfold #flow .price thead tr:last-child td:nth-child(2) {
        display: table-cell;
        color: #333;
    }
    #washfold #flow .price thead tr:last-child td {
        text-align: left;
    }
	#washfold #flow .price thead tr:last-child td:first-child {
		width: 65%;
	}
    #washfold #flow .price tbody tr td {
        text-align: left;
    }
    #washfold #flow .price tbody tr td:last-child, #washfold #flow .price tbody tr td:first-child {
        padding: 0.75em;
    }
}




/*---bag------------------------------------------------*/
#washfold #bag ul li {
    margin-left: /*20px*/clamp(20px, 3.125vw, 45px);
    margin-right: /*20px*/clamp(20px, 3.125vw, 45px);
	max-width: 300px;
}
#washfold #bag ul li .img {
    text-align: center;
}
#washfold #bag h3 {
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
    margin-top: 1em;
}
#washfold #bag dl {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-row-gap: 0.5em;
    margin-top: 1em;
}
#washfold #bag dl + p {
	margin-top: 0.5em;
}

@media screen and (min-width:768px) {
    #washfold #bag ul {
        display: flex;
        justify-content: center;
        display: -webkit-flex;
        -webkit-justify-content: center;
    }
}




/*---area------------------------------------------------*/
#washfold #area .map {
    background: #fff;
    border-radius: 15px;
    padding: /*20px*/clamp(20px, 5.9vw, 60px);
    position: relative;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}
#washfold #area .map ul {
    margin-top: 2em;
    font-weight: 600;
}
#washfold #area .map ul li {
    padding: 0.5em 0 0.5em 1em;
    background-repeat: no-repeat;
    background-size: auto 1.2em;
    background-position: center left;
}
#washfold #area .map ul li:nth-child(1) {
    background-image: url('../img/area01.png');
}
#washfold #area .map ul li:nth-child(2) {
    background-image: url('../img/area02.png');
}
#washfold #area .map ul li:nth-child(3) {
    background-image: url('../img/area03.png');
}
#washfold #area .map ul li:nth-child(4) {
    background-image: url('../img/area04.png');
}
#washfold #area .map ul li:nth-child(5) {
    background-image: url('../img/area05.png');
}
#washfold #area .map ul li:nth-child(6) {
    background-image: url('../img/area06.png');
}
#washfold #area .map ul li + li {
    /*margin-top: 0.5em;*/
    border-top: solid 1px #95afc3;
}

@media screen and (min-width:768px) {
    #washfold #area .map ul {
        position: absolute;
        top: -0.5em;
        left: 2em;
    }
}





/*---option------------------------------------------------*/
#washfold #option ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-flex-wrap: wrap;
}
#washfold #option ul li {
    margin: 0 clamp(15px, 2vw, 30px)/*30px*/;
    background: #ddeefb;
    border-radius: 15px;
    padding: clamp(30px, 5vw, 3em) 15px;
    text-align: center;
    position: relative;
    z-index: 1;
    width: 100%;
}
#washfold #option ul li + li {
    margin-top: 2em;
}
#washfold #option ul li:after {
    /*color: #fff;
    font-family: 'Century Gothic','Avenir Next', sans-serif;
	font-weight: lighter;
    font-style: italic;
    font-size: 11.4285em;*/
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    /*line-height: 0.68;*/
    z-index: -1;
	display: block;
    width: 34%;
    max-width: 100px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 14rem;
}
#washfold #option ul li:nth-child(1):after {
    /*content: "1";*/
	background-image: url('../img/bgnum01.svg');
}
#washfold #option ul li:nth-child(2):after {
    /*content: "2";*/
	background-image: url('../img/bgnum02.svg');
}
#washfold #option ul li:nth-child(3):after {
    /*content: "3";*/
	background-image: url('../img/bgnum03.svg');
}
#washfold #option ul li h3 {
    font-size: 1.5em;
    color: #005ead;
    font-weight: bold;
}
#washfold #option ul li h3 .small {
    display: block;
    color: #00a0e9;
    font-weight: bold;
    font-size: 0.666666em;
}
#washfold #option ul li h3 + p {
    margin-top: 1em;
}

@media screen and (min-width:768px) {
    #washfold #option ul {
        flex-wrap: nowrap;
    }
    #washfold #option ul li {
        width: 28vw;
        max-width: 300px;
    }
    #washfold #option ul li + li {
        margin-top: 0;
    }
}




/*---about_washfold------------------------------------------------*/
#washfold #about_washfold {
    background: url('../img/WFfooter_bg.jpg') no-repeat center;
    background-size: cover;
    /*background-attachment: fixed;*/
    color: #fff;
	background-color: transparent;
}
#washfold #about_washfold .img {
    text-align: center;
}
#washfold #about_washfold .img img {
    max-width: 300px;
}
#washfold #about_washfold .img + p {
    margin-top: 2em;
}

@media screen and (min-width:768px) {
    #washfold #about_washfold {
        display: flex;
        justify-content: space-between;
        align-items: center;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        -webkit-align-items: center;
    }
    #washfold #about_washfold .img {
        width: 30vw;
        padding-right: 5.128vw;
    }
    #washfold #about_washfold .img img {
        width: 24.872vw;
    }
    #washfold #about_washfold .img + p {
        margin-top: 0;
    }
}


/*---apply------------------------------------------------*/
#washfold #apply{
    background: #fff;
    padding-bottom: 0;
}

/*---js_floatLink------------------------------------------------*/
#washfold #js_floatLink{
    position: relative;
    padding-bottom: 90px;
    height: 90px;
}
#washfold #js_floatLink .cont{
    position: absolute;
    bottom:0;
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
    padding-left: calc((100% - 1200px) / 2 + 15px);
    padding-right: calc((100% - 1200px) / 2 + 15px);
    background:#ddeefb;
    z-index: 101;
    display: grid;
    grid-template-columns: fit-content(100%) auto;
    align-items: center;
}
#washfold #js_floatLink .cont.fixed{
    position: fixed;
    bottom: 0;
    box-shadow: 0px -3px 5px rgba(0,0,0, .15);
}
#washfold #js_floatLink .cont .triangle{
    display: none;
}

@media screen and (max-width: 767px){
    #washfold #js_floatLink{
        padding-bottom: 70px;
        height: 70px;   
    }
    #washfold #js_floatLink .cont .coupon_box{
        margin: 0 2px 0 15px;
        padding: 5px 5px 2px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        background: #fff;
    }
    #washfold #js_floatLink .cont .coupon_box > *{
        width: 100%;
    }
    #washfold #js_floatLink .cont .coupon_left{
        text-align: center;
    }
    #washfold #js_floatLink .cont .coupon_left .coupon_code{
        font-size: min(4.5vw, 20px);
    }
    #washfold #js_floatLink .cont .coupon_box button{
        font-size: 10px;
        color: #111;
        background:none;
        padding: 0;
        margin: 0;
        line-height: 1.5;
        position: relative;
        width: 100%;
        height: fit-content;
    }
    #washfold #js_floatLink .cont .triangle{
        display: none;
    }
    #washfold #js_floatLink .cont .sitelink{
        margin: 0 15px 0 2px;
    }
    #washfold #js_floatLink .cont .sitelink a{
        font-size: min(4.5vw, 20px);
        padding: 10px;
    }
    #washfold #js_floatLink .cont .sitelink a span{
        display: none;
    }
}
@media screen and (min-width:768px){
    #washfold #js_floatLink .cont .coupon_box{
        margin:0 20px 0;
        padding: 5px 10px;
        background: #fff;
    }
    #washfold #js_floatLink .cont .coupon_left{
        text-align: center;
    }
    #washfold #js_floatLink .cont .coupon_left p:first-child{
        font-size: 12px;
    }
    #washfold #js_floatLink .cont .sitelink{
        width: calc(100% - 20px);
        margin: 0 20px 0 0;
    }
    
    #washfold #js_floatLink .cont .sitelink span{
        display: inline-block;
    }
}
@media screen and (min-width:1024px){
    #washfold #js_floatLink .cont{
        display: flex;
        justify-content: center;
    }
    #washfold #js_floatLink .cont .tab{
        display: block;
    }
    #washfold #js_floatLink .triangle{
        display: flex !important;
        width: fit-content;
    }
    #washfold #js_floatLink .triangle div{
        width: 12px;
        height: 18px;
        margin-left: 2px;
        background-color: #ffffff;
        clip-path: polygon(12px 50%, 0% 0%, 0% 18px);
        display: block;
        content: '';
    }
    #washfold #js_floatLink .cont .sitelink{
        width: calc(100% - 40px);
        max-width: 520px;
        margin: 0 20px 0;
    }
}

/*---item_link------------------------------------------------*/
#washfold .item_link {
    background: #ddeefb;
}
#washfold .item_link p:first-child a {
    margin-top: 0;
}

@media screen and (min-width:768px) {
    #washfold .item_link {
        display: flex;
        justify-content: center;
    }
    #washfold .item_link p {
        margin: 0 1em;
        width: 42.3vw;
    }
    #washfold .item_link p a {
        margin: 0;
        width: 100%;
        display: block;
        max-width: none;
    }
}




/*----youtube-----------------------------------------------------*/
#washfold .tube {
    height: auto;
    width: calc(100% - 30px);
    max-width: 960px;
    margin: 4em auto 0;
    position: relative;
}
#washfold .tube:after {
    content: "";
    display: block;
    padding-top: 56.25%;
    margin: auto;
}
#washfold .tube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width:414px) {
    #washfold .tube {
        width: 100%;
    }
}





/*---フェードイン-------------------------------------------*/
#washfold .fadeIn {
  transform: translate3d(0, 20px, 0);
  transition: 1s;
  opacity: 0;
}

#washfold .fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}









/**/