@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------------

	bath-towel/バスタオル

-----------------------------------------------------------------*/

:root {
    --theme-color: #1bbd2a;
}

/*----その他のタオルサイズはこちら----*/
.size-cont .other-size dd .scroll-smooth li[data-size="bath-towel"] {
    display: none;
}

/*----h-type2----*/
.h-type2:before {
    background: var(--theme-color);
}

/*----h-type3----*/
.h-type3 {
    border-color: var(--theme-color);
}



/*---------------------------------
  size-about
----------------------------------*/
.size-cont .size-about {
    border: 2px solid var(--main-color);
    border-radius: 15px;
    padding: 3.5rem;
    margin: 4rem auto 5rem;
    text-align: center;
}

.size-cont .size-about .tit-about {
    font-weight: bold;
    letter-spacing: .12em;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    font-size: 2.1rem;
    position: relative;
}
.size-cont .size-about .tit-about:after {
    content: "";
    display: block;
    background: #191919;
    height: 4px;
    width: 55%;
    max-width: 330px;
    position: absolute;
    bottom: 0;
    left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.size-cont .size-about .tit-about span {
    display: block;
    color: #f31b4a;
    margin-top: 5px;
}

.size-cont .size-about .about-inner {
    background: #fff4de;
    padding: 2.5rem 3rem;
    border-radius: 10px;
}

.size-about .about-inner > ol {
    margin-bottom: 2.5rem;
}

.size-about .about-inner > ol > li {
    width: 48%;
    background: #FFF;
    box-shadow: 0px 0px 5.4px 0.6px rgba(5, 5, 5, 0.22);
    border-radius: 10px;
    margin-bottom: 4rem;
}

.size-about .about-inner > ol > li dt {
    background: #e7e7e7;
    font-size: 1.8rem;
    color: #333232;
    padding: 1.3rem 2rem;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}

.size-about .about-inner > ol > li dd {
    padding: 2rem 3rem 2.5rem;
    position: relative;
}

.size-about .about-inner .plus-list li {
    border: 4px solid;
    border-radius: 10px;
    position: relative;
    font-size: 1.7rem;
    padding: 1rem 1.5rem;
    font-weight: bold;
}
.size-about .about-inner .plus-list li:after {
    content: "+";
    font-weight: bold;
    color: #4d4d4d;
    font-size: 35px;
    position: absolute;
    bottom: -42px;
    left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.size-about .about-inner .plus-list li:first-child { 
    color: #1b9324;
    border-color: #1b9324;
}
.size-about .about-inner .plus-list li:nth-child(2) {
    color: #3d47c9;
    border-color: #3d47c9;
}

.size-about .about-inner .plus-list li:not(:last-child) {
    margin-bottom: 35px;
}
.size-about .about-inner .plus-list li:last-child:after {
    content: none;
}

.size-about .about-inner dd div {
    width: 93%;
    position: absolute;
    bottom: -4rem;
    left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.size-about .about-inner dd span {
    display: block;
    color: #FFF;
    font-size: 1.8rem;
    background: #f31b4a;
    padding: 1.2rem 1rem;
    border-radius: 10px;
    font-weight: bold;
    position: relative;
}
.size-about .about-inner dd span:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.5px 11px 6.5px;
    border-color: transparent transparent #f31b4a transparent;
    position: absolute;
    top: -11px;
    left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}


/**/
.size-about .about-inner .text {
    font-weight: bold;
    font-size: 1.6rem;
    padding: 5px 2rem;
    background: #FFF;
    width: fit-content;
    margin: 0 auto;
    line-height: 1.3;
}

@media screen and (max-width: 650px) {
    .size-cont .size-about .about-inner {
       padding: 2rem;
    }
    
    .size-about .about-inner > ol {
       row-gap: 2.5rem;
    }
    
    .size-about .about-inner > ol > li {
        width: 100%;
    }
}


@media screen and (max-width: 480px) {
    .size-cont .size-about .tit-about {
        font-size: 1.9rem;
    }
    
    .size-cont .size-about {
        padding: 2.5rem;
    }
}




/*---------------------------------
  large-cont
----------------------------------*/
.size-cont .large-cont {
    border-radius: 10px;
    box-shadow: 0px 0px 7.2px 0.8px rgba(5, 5, 5, 0.22);
    padding: 4.5rem;
}

.size-cont .large-cont .h-large {
    text-align: center;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.4;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    letter-spacing: .06em;
    position: relative;
}
.size-cont .large-cont .h-large span {
    color: #f31b4a;
    font-size: 3.5rem;
}
.size-cont .large-cont .h-large:after {
    content: "";
    width: 60%;
    max-width: 400px;
    height: 3px;
    display: block;
    background: #4e4e4e;
    position: absolute;
    bottom: 0;
    left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.size-cont .large-cont img {
    display: block;
    margin: 0 -20px 2rem;
}

@media screen and (max-width: 810px) {
    .size-cont .large-cont img {
        width: calc(100% + 10%);
        margin: 0 -5% 2rem;
    }
}

@media screen and (max-width: 480px) {
    .size-cont .large-cont {
        padding: 3rem;
    }
    
    .size-cont .large-cont .h-large {
        font-size: 2rem;
    }
    
    .size-cont .large-cont .h-large span {
        font-size: 2.5rem;
    }
    
    .size-cont .large-cont .h-large br {
        display: none;
    }
    
    
}

