#wamask img {
    width: 100%;
}

#wamask a {
    text-decoration: none;
    color: inherit;
    border: none;
    display: block;
}

#wamask figure {
    margin: 0;
}

#wamask ul {
    padding-left: 0;
}

#wamask {
    overflow-x: hidden;
}

#wamask section {
    margin: 50px auto;
}

.washi_bg {
    background-size: cover;
    background-position: center;
}

.wamask_top {
    position: relative;
    height: 40vh;
}

.logo_juubi {
    position: absolute;
    width: 7em;
    top: 10px;
    right: 5px;
}

.title_tate {
    position: absolute;
    width: 10%;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.bg_cha,
.bg_yuzu,
.bg_kome,
.bg_sake {
    position: absolute;
    opacity: .5;
    width: 25%;
}

.bg_yuzu {
    top: 0;
    left: 20%;
}

.bg_sake {
    top: 13em;
    left: 0;
}

.bg_cha {
    top: 3em;
    right: -2em;
}

.bg_kome {
    top: 10em;
    right: -2em;
}

.title {
    position: absolute;
    top: 5vh;
    width: 65%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 400px;
}

.title_flex {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.title_theme {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 8em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40%;
}

.title_moji {
    width: 50%;
    margin: auto;
}

.title_batsu {
    flex: 0 0 20%;
}

.title_wamask {
    width: 80%;
    margin: auto;
}

.wamask_lineup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    margin: 10% auto;
    max-width: 500px;
}

.wamask_lineup a {
    flex: 0 0 25%;
    position: relative;
}

.wamask_lineup .maru {
    width: 60%;
    position: absolute;
    top: -25%;
    left: -25%;
}

.wamask_lineup figure {
    text-align: center;
    margin: 0 .5em;
    position: relative;
    z-index: 2;
}

.wamask_lineup figure img {
    display: inline-block;
}

.wamask_lineup figcaption {
    margin-top: 50px;
    display: inline-block;
    position: relative;
    font-size: 12px;
}

.wamask_lineup figcaption::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: block;
    /*    background-color: #DCAFAA;*/
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}

.wamask_lineup figcaption::before {
    content: "";
    width: 1px;
    height: 20px;
    display: block;
    /*    background-color: #DCAFAA;*/
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    transition: .5s all;
}

.link_kome figcaption::before,
.link_kome figcaption::after {
    background-color: #DCAFAA;
}

.link_yuzu figcaption::before,
.link_yuzu figcaption::after {
    background-color: #E8B822;
}

.link_cha figcaption::before,
.link_cha figcaption::after {
    background-color: #A2B18C;
}

.link_sake figcaption::before,
.link_sake figcaption::after {
    background-color: #A1B8D0;
}

.lineup_comment {
    text-align: center;
}

.fukidashi_bg {
    width: 70%;
    margin: 30px auto;
    max-width: 430px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
  visibility: hidden;
  transition: 2s ease-in-out;
  transform: scale(.2);
}

/*  アニメーションスタイル
-------------------------------------------*/
.center-to-cover {
  position: relative;
  opacity: 0;
/*  transition: 2s ease-in-out;*/
}
.center-to-cover.is-show{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

/*  アニメーションスタイル
-------------------------------------------*/
.fukidashi_bg:nth-child(2) {
    transition-delay:.5s;
}
.fukidashi_bg:nth-child(3) {
    transition-delay:1s;
}

.fukidashi_bg div {
    padding-bottom: 20%;
    width: 70%;
    margin: auto;
}

.with_mask {
    width: 60%;
    margin: auto;
}

.purecotton {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 30px;
}

.cotton_svg {
    flex: 0 0 60%;
}

.cotton_mark {
    flex: 0 0 25%;
}
.section_title{
    margin: 30px auto;
}
.section_title.free h2 {
    width: 70%;
    max-width: 280px;
    margin: 0 auto -10px;
}
.title_line {
    width: 120px;
    margin: auto;
}
.frees_wrapper {
    list-style-type: none;
    width: 50%;
    margin: 50px auto;
    max-width: 250px;
}

.frees_wrapper li {
    padding-left: 50px;
    width: 4.8em;
    padding-top: 5%;
    padding-bottom: 5%;
    position: relative;
    overflow: hidden;
    padding-left: 0;
    width: calc(4.8em + 35px);
    display: flex;
}
.frees_wrapper li:last-child {
    width: calc(6.4em + 35px);
}
.slide-right {
  position: relative;
  right: 100vw;
  transition: right 860ms ease-in-out;
}
.slide-right.is-show {
  right: 0;
}
.checkbox-bg{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 35px;
    height: 40px;
    flex: 0 0 35px;
}
#wamask .frees_wrapper li>img{
    width: calc(100% - 35px);
}

.border_single {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 10px;
    width: 90%;
    margin: auto;
}

.border_single:nth-of-type(even) {
    transform: scale(-1, 1);
}

.section_title.howto h2 {
    width: 40%;
    max-width: 190px;
    margin: 0 auto -10px;
}

.howto_steps {
    width: 90%;
    margin: auto;
}

.bg_img {
    width: 100%;
    min-height: 70px;
    height: 20vw;
    max-height: 210px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 20% 0 10%;
}

.lineup h3 {
    width: 50%;
    margin: auto;
}

.illust_bg {
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    height: 20vw;
    width: 90%;
    margin: auto;
}

.icon {
    width: 20%;
    margin: 10% auto;
}

.seibun_box {
    position: relative;
    margin: 10% auto;
}

.seibun_img {
    width: 50%;
    margin: auto;
}

.seibun_tate {
    position: absolute;
    width: 24px;
    right: 10%;
    top: 0;
}

.seibun_tate.column2 {
    width: 44px;
    right: 8%;
}

.seibun_title {
    width: 50%;
    margin: auto;
}


.seibun_title.short {
    width: 30%;
}

.border {
    height: 30px;
    width: 55%;
    margin: auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: none !important;
}

.seibun_sub {
    width: 50%;
    margin: auto;
}

.section_title.chuui h2 {
    width: 70%;
    max-width: 300px;
    margin: 0 auto -10px;
}

.section_title.hokan h2 {
    width: 90%;
    max-width: 500px;
    margin: 0 auto -10px;
}

@media(min-width:500px) {
    #wamask p {
        font-size: 24px;
    }
}

@media(min-width:768px) {
    .wamask_top {
        height: 50vh;
        max-height: 350px;
    }

    .title_tate {
        width: 4.5em;
        top: 15%;
        right: 5%;
        left: auto;
        z-index: 5;
    }

    .bg_yuzu {
        top: -10%;
        left: 0;
    }

    .bg_sake {
        top: auto;
        bottom: -130%;
        left: auto;
        right: 0;
    }

    .bg_cha {
        top: 60%;
        right: 10%;
    }

    .bg_kome {
        top: 60%;
        right: auto;
        left: -5%;
    }

    .title_wamask {
        margin: 5% auto;
    }

    .wamask_lineup {
        max-width: 600px;
    }

    .wamask_lineup a {
        flex: 0 0 20%;
    }

    .wamask_lineup figcaption {
        font-size: 16px;
    }

    .hamon {
        height: 100px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .mask_pc {
        display: flex;
        align-items: flex-end;
        justify-content: space-around;
        flex-direction: row-reverse;
        padding-top: 15%;
    }

    .purecotton {
        flex: 0 0 40%;
    }

    .title_line {
        width: 300px;
    }

    .fukidashi_wrapper {
        flex: 0 0 60%;
        position: relative;
    }

    .with_mask {
        width: 45%;
        margin: 0 auto 0 10%;
    }

    .fukidashi_bg {
        position: absolute;
        width: 45%;
        
    }

    .fukidashi_bg:nth-child(1) {
        top: -35%;
        left: -30%;
    }

    .fukidashi_bg:nth-child(2) {
        top: -55%;
        right: 15%;
    }

    .fukidashi_bg:nth-child(3) {
        top: 0;
        right: 0;
    }

    .frees_wrapper {
        display: flex;
        justify-content: space-around;
        width: 60%;
        max-width: none;
    }

    .frees_wrapper li {
        margin-left: 10%;
    }
    .frees_wrapper li:nth-child(2) div{
       transition-delay:300ms; 
    }
    .frees_wrapper li:nth-child(3) div{
        transition-delay:600ms;
    }

/*
    .frees_wrapper li:last-child {
        flex: 0 0 4;
    }
*/

    .frees_wrapper li:first-child {
        margin-left: 0;
    }

    .howto_steps {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .tokuchou {
        display: flex;
        align-items: flex-end;
        position: relative;
    }

    .tokuchou h3 {
        flex: 0 0 25%;
        margin: 0 5%;
    }

    .pr {
        flex: 0 0 45%;
    }

    .illust_bg {
        position: absolute;
        width: 20%;
        top: 0;
        right: 5%;
    }

    .icon {
        width: 10%;
        margin: 5% auto;
    }

    .article_wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .seibun_tate {
        width: 20px;
    }
}

@media(min-width:1024px) {
    .title {
        max-width: 500px;
    }

    .title_theme {
        flex: 0 0 50%;
    }

    .title_batsu {
        flex: 0 0 15%;
    }
}
