@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Poppins:wght@400;700&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: YakuHanJP_Narrow, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #1e1013;
    line-height: 1.87;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .08em;
}

.en {
    font-family: 'Poppins', sans-serif;
}

.min {
    font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
}

article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    color: inherit;
    outline: none;
    text-decoration: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s
}

a:hover {
    opacity: .8
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: top;
}

video {
    max-width: 100%;
    height: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, sans-serif;
    font-size: inherit;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #bdbdbd;
}

blockquote,
q {
    quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
    content: "";
    content: none;
}

address {
    font-style: normal;
}

input,
textarea,
select {
    max-width: 100%;
}

.sp {
    display: none;
}

/* ----------------------------------------------------
margin
---------------------------------------------------- */
.mt00 {
    margin-top: 0px !important;
}

.mt05 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mr00 {
    margin-right: 0px !important;
}

.mr05 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mb00 {
    margin-bottom: 0px !important;
}

.mb05 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.ml00 {
    margin-left: 0px !important;
}

.ml05 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

/* ----------------------------------------------------
padding
---------------------------------------------------- */
.pt00 {
    padding-top: 0px !important;
}

.pt05 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt80 {
    padding-top: 80px;
}

.pr00 {
    padding-right: 0px !important;
}

.pr05 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pb00 {
    padding-bottom: 0px !important;
}

.pb05 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pl00 {
    padding-left: 0px !important;
}

.pl05 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.tac {
    text-align: center
}

.taa {
    text-align: right
}

.tal {
    text-align: left
}



.l-row {
    display: flex;
    flex-wrap: wrap;
}

.l-row.nowrap {
    flex-wrap: nowrap;
}

.l-row__between {
    justify-content: space-between
}

.l-row__center {
    justify-content: center;
}

.l-row__middle {
    align-items: center;
}


.l-inner {
    width: 950px;
    margin: 0 auto;
}


/*header*/
.l-header {
    margin: 0 auto;
    text-align: center;
}

.l-header .logo {
    width: 235px;
    margin: 38px auto 27px;
    display: block;
}

/*==lplayout=======================*/
/*共通*/
.lp-txtbox {
    margin-bottom: 55px
}

.u-txt-center {
    text-align: center;
}

.lp-txtbox,
.lp-gray-box p,
.lp-itembloc--list li .txt {
    font-size: 16px;
    line-height: 2;
    min-height: 50px
}

.lp-title2 {
    text-align: center;
    color: #707070;
    font-size: 22px;
    position: relative;
    display: block;
    margin: 0 auto 65px;
}

.lp-title2 span {
    position: relative;
    display: inline-block;
    height: 2.5em;
    letter-spacing: 0;
}

.lp-title2 span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #FC5240;
    bottom: 0;
    left: 0;
}

.lp-title3 {
    text-align: center;
    color: #FC5240;
    font-size: 30px;
    position: relative;
    display: block;
    margin: 0 auto 65px;
}

.lp-title3 span {
    position: relative;
    display: inline-block;
    height: 2.5em;
    letter-spacing: 0;
}

.lp-title3 span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #FC5240;
    bottom: 0;
    left: 0;
}

.lp-contentslist {
    width: calc(100% + 32px);
    display: flex;
    flex-wrap: wrap;
}

.lp-contentslist-box {
    border: 1px solid #FC5240;
    width: calc(100% /2 - 32px);
    margin-right: 32px;
    margin-bottom: 32px;
    padding: 20px 20px 0;
}

.lp-contentslist-box .img img {
    width: 100%;
    height: auto;
    margin-bottom: 20px
}

.lp-contentslist-box .title {
    font-size: 18px;
    color: #FC5240;
    margin-bottom: .7em;
}

.lp-contentslist-box .txt {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px
}

.lp-btn {
    margin: auto;
    display: block;
    text-align: center;
}

.lp-btn a {
    display: inline-block;
    background: #FC5240;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    border-radius: 3em;
    line-height: 1;
    padding: 1.2em 7em;
    border: 2px solid #FC5240
}

.lp-btn a:hover {
    background: none;
    color: #FC5240
}

/*パーツ*/
.lp-kv {
    margin-bottom: 35px;
}

.lp-gray-box {
    background: #F0F0F0;
    padding: 50px 10px;
    text-align: center;
    margin-bottom: 55px
}

.lp-gray-box .lp-title1 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1.6em;
    line-height: 1;
}

.lp-anchorlink {
    width: calc(100% + 10px);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 55px
}

.lp-anchorlink li {
    width: calc(100% /3 - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    border: 2px solid #FC5240;
    border-radius: 10px;
}

.lp-anchorlink li a {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #FC5240;
    padding: 30px 20px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    line-height: 1
}

.lp-anchorlink li a:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-bottom: 3px solid #FC5240;
    border-right: 3px solid #FC5240;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: calc(50% - 6px);
}

.lp-anchorlink li a:hover {
    background: #FC5240;
    color: #fff;
    opacity: 1
}

.lp-anchorlink li a:hover:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.lp-specialcontents {
    margin: 100px auto 120px
}

.lp-itembloc {
    border-bottom: 1px solid #707070;
    margin-bottom: 50px;
    padding-top: 50px;
}

.lp-itembloc--intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 55px
}

.lp-itembloc--intro .txt {
    width: 49%
}

.lp-itembloc--intro .txt .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 1em
}

.lp-itembloc--intro .img {
    width: 48%
}

.lp-itembloc--list {
    width: calc(100% + 25px);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 55px
}

.lp-itembloc--list li {
    width: calc(100% /3 - 25px);
    margin-right: 25px;
    margin-bottom: 50px;
}

.lp-itembloc--list li .img {
    margin-bottom: 16px;
}

.lp-itembloc--list li .txt {
    margin-bottom: 16px;
}

.lp-itembloc--btn {
    background: #FC5240;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    padding: 1em;
    display: block;
    width: 100%;
    line-height: 1;
    font-weight: 700
}

/*ranking*/
.rankingslider {
    padding-bottom: 100px
}

.rankingslider li {
    padding: 7px;
}

.rankingslider li p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.2
}

.rankingslider li .rank1:before {
    content: url("https://www.kohnan-eshop.com/img/newlife_2023/icon_rank1.png");
}

.rankingslider li .rank2:before {
    content: url("https://www.kohnan-eshop.com/img/newlife_2023/icon_rank2.png");
}

.rankingslider li .rank3:before {
    content: url("https://www.kohnan-eshop.com/img/newlife_2023/icon_rank3.png");
}

.rankingslider li .rank4:before {
    content: url("https://www.kohnan-eshop.com/img/newlife_2023/icon_rank4.png");
}

.rankingslider li .rank5:before {
    content: url("https://www.kohnan-eshop.com/img/newlife_2023/icon_rank5.png");
}

.rankingslider li .rank6:before {
    content: url("https://www.kohnan-eshop.com/img/newlife_2023/icon_rank6.png");
}

.rankingslider li .rank7:before {
    content: url("https://www.kohnan-eshop.com/img/newlife_2023/icon_rank7.png");
}

.rankingslider li .rank8:before {
    content: url("https://www.kohnan-eshop.com/img/newlife_2023/icon_rank8.png");
}

.rankingslider li .rank9:before {
    content: url("https://www.kohnan-eshop.com/img/newlife_2023/icon_rank9.png");
}

.rankingslider li .rank10:before {
    content: url("https://www.kohnan-eshop.com/img/newlife_2023/icon_rank10.png");
}

.rankingslider .slick-prev,
.rankingslider .slick-next {
    top: 40%
}

.lp-pickup--list {
    width: calc(100% + 25px);
    display: flex;
    flex-wrap: wrap;
}

.lp-pickup--list li {
    width: calc(100% /2 - 25px);
    margin-right: 25px;
    margin-bottom: 25px;
}

/*=========================*/

/*footer*/
.footer {
    padding: 50px 0 0;
}

.footer .toppage {
    text-align: center;
    padding-bottom: 50px;
}

.footer .toppage a {
    border: 1px solid #005BAC;
    display: inline-block;
    padding: 20px 100px;
    border-radius: 5px;
}

.site_title {
    text-align: center;
}

.site_title a {
    padding: 0 0 25px;
    display: block;
}

.copyright {
    text-align: center;
    border-top: 1px solid #DDD;
    padding: 20px 0;
}


.copyright {
    text-align: center;
    border-top: 1px solid #DDD;
    padding: 20px 0;
}

.sp {
    display: none
}

.drower {
    display: none;
}

@media (max-width: 768px) {

    .sp {
        display: block
    }

    .pc {
        display: none
    }

    .drower {
        display: block;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 45px;
        height: 45px;
        background: #FC5240;
        display: flex;
        cursor: pointer;
        transition: .3s;
        position: fixed;
        z-index: 3;
        top: 32px;
        right: 8px;
        border-radius: 50%;
    }


    .screen {
        display: none;
        opacity: .7;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        transition: .3s;
        z-index: 1;
    }


    .drower span {
        display: block;
        width: 36%;
        height: 2px;
        border-radius: 3px;
        margin-bottom: 4px;
        background-color: #fff;
        transition: .3s;
    }

    .drower span:last-child {
        margin-bottom: 0
    }

    .drower p {
        color: #001F65;
        font-weight: bold;
        font-size: 10px;
    }


    .open .drower span:nth-of-type(1) {
        transform: rotate(45deg) translate(4px, 4px);
    }

    .open .drower span:nth-of-type(2) {
        transform: scaleX(0);

        transform-origin: center;
    }

    .open .drower span:nth-of-type(3) {
        transform: rotate(-45deg) translate(5px, -4px);
    }


    .open .screen {
        display: block;
    }

    .lp-anchorlink {
        opacity: 0;
        transition: .3s;
        position: fixed;
        overflow-y: scroll;
        top: 0;
        background: #fff;
        visibility: hidden
    }

    .open .lp-anchorlink {
        visibility: visible;
        opacity: 1;
        z-index: 2;
        top: 0;
        padding-top: 97px;
    }

    .l-inner {
        width: 100%;
        overflow: hidden;
    }

    .lp-contentslist-box {
        margin-bottom: 10px
    }

    .lp-gray-box,
    .lp-txtbox {
        width: 90%;
        margin: 0 auto 40px
    }

    .lp-itembloc--intro .txt .title,
    .lp-itembloc--list,
    .lp-pickup--list {
        padding-right: 5%;
        padding-left: 5%;
    }

    .lp-title3,
    .lp-title2 {
        font-size: 18px
    }

    .lp-gray-box .lp-title1,
    .lp-contentslist-box .title,
    .lp-itembloc--intro .txt .title,
    .lp-anchorlink li a {
        font-size: 15px;
    }

    .lp-txtbox,
    .lp-gray-box p,
    .lp-contentslist-box .txt,
    .lp-itembloc--btn {
        font-size: 13px;
        line-height: 1.8;
    }

    .lp-itembloc--list li .txt,
    .rankingslider li p {
        font-size: 12px;
        line-height: 1.4;
    }

    .lp-gray-box p {
        text-align: left;
    }

    .lp-anchorlink li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        border: none;
        border-bottom: 1px solid #FC5240;
        border-radius: 0;
    }

    .lp-contentslist.slick-dotted.slick-slider {
        width: 100%;
        margin-bottom: 50px
    }

    .lp-itembloc--intro .txt,
    .lp-itembloc--intro .img {
        width: 100%;
    }

    .lp-contentslist .slick-dots {
        margin-bottom: 8px;
        bottom: -34px
    }

    .lp-contentslist .slick-dots li button:before {
        font-size: 65px
    }

    .lp-contentslist .slick-next {
        right: 5%;
        z-index: 100;
    }

    .lp-contentslist .slick-prev {
        left: 5%;
        z-index: 100;
    }

    .lp-contentslist .slick-prev,
    .lp-contentslist .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: auto;
        bottom: -41px;
        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;
    }

    .lp-title3 {
        margin-bottom: 45px
    }

    .lp-itembloc--list {
        width: calc(100% + 10px);
        margin-bottom: 25px
    }

    .lp-itembloc--list li {
        width: calc(100% /2 - 10px);
        margin-right: 10px;
        margin-bottom: 40px
    }

    .lp-itembloc {
        margin-bottom: 25px;
        padding-top: 40px
    }

    .lp-pickup--list {
        width: calc(100% + 10px);
    }

    .lp-pickup--list li {
        width: calc(100% /2 - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .rankingslider {
        padding-bottom: 50px;
        width: 90%;
        margin: 0 auto
    }

    .lp-pickup {
        padding-top: 40px;
    }

    .rankingslider .slick-prev {
        left: -18px
    }

    .rankingslider .slick-next {
        right: -18px
    }

}
