@charset "UTF-8";

/* #hd_cororon img {
    width: 100%;
    margin: 0 auto;
} */

#hd_cororon .sec .sec_wrap {
    max-width: 1000px;
    width:90%;
    margin: auto;
    text-align: center;
}

#hd_cororon .mv {
    background: #f2eee7;
}

#hd_cororon h1{
    max-width: 1000px;
    width: 100%;
    padding:0;
    margin: 0 auto 40px;
    text-align: center;
    background: #fff;
}

#hd_cororon .set {
    background: #f2eee7;
    padding: 50px 0;
}

#hd_cororon .set .sec_wrap {
    background: #fff;
    padding: 16px;
}

#hd_cororon .set .sec_wrap .set_inner {
    width: 968px;
    padding: 60px 0;
    border: 4px solid #f2eee7;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    gap: 35px;
    position: relative;
}

#hd_cororon .set .sec_wrap picture.balloon {
    position: absolute;
    bottom: 260px;
    left: 70px;
}

#hd_cororon .set .sec_wrap .setbtn_wrap {
    display: flex;
    gap: 60px;
}

#hd_cororon .set .sec_wrap .setbtn_wrap a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1em;
    padding: 1em 3em;
    border-radius: 2em;
    color: #fff;
}

#hd_cororon .set .sec_wrap .setbtn_wrap a:nth-of-type(1) {
    background: #6e5023;
}

#hd_cororon .set .sec_wrap .setbtn_wrap a:nth-of-type(2) {
    background: #4e5354;
}

#hd_cororon .set .sec_wrap .setbtn_wrap a:hover {
    opacity: .8;
}

#hd_cororon .set .sec_wrap .setbtn_wrap a::after {
    content: "";
    position: absolute;
    right: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

#hd_cororon .set .sec_wrap p {
    font-size: 18px;
    font-weight: 700;
}

#hd_cororon .about {
    padding: 50px 0;
}

#hd_cororon .about .sec_wrap h3 {
    background: none;
}

#hd_cororon .about .sec_wrap .flex {
    display: flex;
}

#hd_cororon .about .sec_wrap .flex .slide_wrap {
    margin-bottom: 0;
}

#hd_cororon .about .sec_wrap .flex .slide_wrap .slick-dots {
    bottom: 20px;
}

#hd_cororon .about .sec_wrap .flex .slide_wrap .slick-dots li button:before {
    font-size: 36px;
    color: #fff;
    opacity: 1;
    text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,-1px -1px 0 #fff,1px -1px 0 #fff;
}

#hd_cororon .about .sec_wrap .flex .slide_wrap .slick-dots li.slick-active button:before {
    color: #6e5023;
}

#hd_cororon .about .sec_wrap .flex .overview {
    background: #f1f3f3;
    padding: 20px 15px;
}

#hd_cororon .about .sec_wrap .flex .overview .inner {
    max-width: 470px;
    margin: auto;
    border: 4px solid #fff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    height: 100%;
}

#hd_cororon .about .sec_wrap .flex .overview .inner h4 {
    border: none;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto;
}

#hd_cororon .about .sec_wrap .flex .overview .inner p {
    font-size: 18px;
}

#hd_cororon .about .sec_wrap .flex .overview .inner a {
    display: block;
    margin: 10px auto 0;
    padding: 15px 0;
    width: 380px;
    font-size: 16px;
    position: relative;
    background: #6e5023;
    border-radius: 40px;
    color: #fff;
}

#hd_cororon .about .sec_wrap .flex .overview .inner a::after {
    content: "";
    position: absolute;
    right: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

#hd_cororon .about .sec_wrap .flex .overview .inner a:hover {
    opacity: .8;
}

#hd_cororon .detail {
    padding: 50px 0;
    width: 100%;
    margin: 0 auto;
}

#hd_cororon .detail h2 {
    font-size: 28px;
    font-weight: 700;
    border: none;
    margin-bottom: 10px;
}

#hd_cororon .detail dl {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    width: 100%;
    letter-spacing: 2px;
    line-height: 1.9;
    font-size: 16px;
}

#hd_cororon .detail dl dt {
    display: flex;
    align-items: center;
    width: 300px;
    padding: 14px 20px;
    background: #f2eee7;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    justify-content: flex-start;
}

#hd_cororon .detail dl dd {
    text-align: left;
    width: calc(100% - 300px);
    padding: 14px 20px;
    border-bottom: 1px solid #ddd;
}

#hd_cororon .detail dl dd a {
    text-decoration: underline;
}

#hd_cororon .target {
    padding: 0 0 100px;
    background: #f8f7f2;
}

#hd_cororon .target h2 {
    border: none;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    background: #fff;
    padding: 30px 0;
}

#hd_cororon .target .sec_wrap {
    background: none;
}

#hd_cororon .target .sec_wrap .flex {
    display: flex;
    justify-content: center;
    align-items: self-start;
    -moz-column-gap: 40px;
}

#hd_cororon .target .sec_wrap .flex>dl {
    width: calc((100% - 40px)/2);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    flex-wrap: wrap;
}

#hd_cororon .target .sec_wrap .flex>dl dt {
    width: 100%;
    font-size: 30px;
}

#hd_cororon .target .sec_wrap .flex>dl dt span {
    background: linear-gradient(transparent 55%, #e8ddcc 55%);
}

#hd_cororon .target .sec_wrap .flex>dl dt span.cover {
    background: linear-gradient(transparent 55%, #dae3e5 55%);
}

#hd_cororon .target .sec_wrap .flex>dl dd {
    width: calc((100% - 25px)/2);
}

#hd_cororon .target .sec_wrap .flex>dl dd .product__name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    height: 4em;
}

#hd_cororon .target .sec_wrap .flex>dl dd .product__name__sub {
    display: inline-block;
    font-size: 16px;
    padding: 0 10px;
    border: 1px solid #4e5354;
    margin-bottom: 20px;
}

.product__price{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #cc3302;
}

.btn__01{
    display: block;
    margin: 10px auto 0;
    padding: 10px 0;
    max-width: 200px;
    width:55.56%;
    font-size: 16px;
    position: relative;
    background: #965A63;
    border-radius: 40px;
    color: #fff;
}

.btn__02{
    display: block;
    margin: 34px auto 10px;
    padding: 10px 0;
    max-width: 780px;
    width: 55.56%;
    font-size: 18px;
    position: relative;
    background: #6F5022;
    border-radius: 40px;
    color: #fff;
}

.btn__01:after{
    content: "";
    position: absolute;
    right: 28px;
    top: 3px;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn__02:after{
    content: "";
    position: absolute;
    right: 186px;
    top: 3px;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

a.btn__01:hover , a.btn__02:hover , a.btn__02:focus {
    opacity: 0.7;
    color: #fff;
}

#hd_cororon .other {
    padding: 50px 0 0;
}

#hd_cororon .other h2 {
    border: none;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
}

#hd_cororon .detail dl dd ul li{
    line-height: 1.6;
    margin-bottom: 12px;
}

.target .flex{
    max-width: 756px;
    width: 90%;
    margin: 0 auto 40px;
}

.target .flex .cont01 , .target .flex .cont02{
    width: calc(100% / 2 );
}

.target .flex .cont02{
    background-color: #fff;
    padding: 20px;
    height: 378px;
}

.target h3{
    color: #6F5022;
    font-size: 24px;
    text-align: center;
}

.txt-sml{
    font-size: 16px;
    color: #6F5022;
}

#hd_cororon .sec .sec_wrap dl dd{
    text-align: left;
    padding-left: 35px;
}

.cont02 dl dt{
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 0 35px;
    background: url(../../../../img/usr/event/hd_cororon/check_icons.png) no-repeat top 3px left 0;
    text-align: left;
}

.cont02 dl{
    padding-bottom: 6px;
    border-bottom: dotted 1px #ddd;
    margin-bottom: 10px;
}

.intro p{
    font-size:20px;
    color: #6E5023;
    font-weight: 600;
    text-align: center;
    max-width: 980px;
    width: 90%;
    margin: 0 auto;
    line-height: 1.8;
}

.intro{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

.cont-w{
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 750px) {
    .cont-w{
        width: 100%;
        margin: 0 auto;
    }

    .intro{
        width: 100%;
        margin: 0 auto;
    }

    h1 {
        width: 100%;
        padding:0;
        margin: 0 auto 20px;
        text-align: center;
        background: #fff;
    }

    .intro p{
        font-size: 18px;
        line-height: 1.8;
    }

    #hd_cororon .detail dl {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    #hd_cororon .detail dl dt {
        font-size: 18px !important;
        width: 100%;
        padding: 14px;
    }

    #hd_cororon .detail dl dd {
        text-align: left;
        width: 100%;
        padding: 14px;
        border-bottom: 0px;
        font-size: 15px !important;
        line-height: 1.6;
    }

    .target h3{
    font-size: 20px;
    text-align: center;
    background: #fff;
    }

    .cont02 dl dt{
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 0 35px;
    text-align: left;
    }

    #hd_cororon .sec .sec_wrap dl dd{
    text-align: left;
    padding-left: 35px;
    }

    .product__price{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #cc3302;
    }

    .txt-sml{
    font-size: 16px;
    text-align: center;
    }

    #hd_cororon .dtl-cont{
        width: 100%;
        margin: 0 auto;
    }

    #hd_cororon .sec .sec_wrap {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    }

    #hd_cororon .dtl-cont h2{
        text-align: center;
        font-size: 22px;
        font-weight: 600;
    }

    #hd_cororon .target h2 {
        font-size: 24px;
    }

    .btn__01{
        width:  100%;
        max-width: 375px;
    }

    .btn__02 {
        width: 80%;
        max-width: 375px;
        text-align: center;
    }

    .btn__01:after , .btn__02:after {
        right: 28px;
    }
}











