@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

/* COMMON STYLE
------------------------------- */

html {
    width: 100%;
    scroll-behavior: smooth;
    font-size: 62.5%;
}

::selection {
  color: #fff;
  background-color: #696969;
}

@media screen and (max-width: 1600px) {
    html {
        font-size: calc(62.5% * .9);
    }
}

@media screen and (max-width: 1280px) {
    html {
        font-size: calc(62.5% * .8);
    }
}

@media screen and (max-width: 1024px) {
    html {
        font-size: calc(62.5% * .7);
    }
}

@media screen and (max-width: 750px) {
    html {
        font-size: 62.5%;
        font-size: 50%;
    }
}

body {
    width: 100%;
    font-family: 'Poppins','Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;
    position: relative;
    cursor: url('../img/common/cursor.svg') 8 8, auto;
}

.container {
    position: relative;
    margin-top: 210px;
}

section {
    margin-bottom: 60px;
}

.contents_basic {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}

.read {
    font-size: 1.2rem;
}

.caption {
    font-size: 1.2rem;
}

.contents_basic dt {
    font-size: 2.0rem;
    margin-bottom: 20px;
}

.contents_basic dd {
    font-size: 1.4rem;
    margin-bottom: 50px;
}

.contents_basic ol,
.contents_basic ul {
    margin-top: 1rem;
    margin-left: 3rem;
}

.contents_basic ol>li {
    list-style-type: decimal;
}

.contents_basic .ul_circle>li {
    list-style-type: circle;
}

button {
    border: none;
}

.contents_basic button {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    text-align: center;
    padding: 11px;
    min-width: 280px;
    border: 1px solid #707070;
    background: #fff;
    margin: 0 auto;
    position: relative;
    transition: opacity .5s;
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
    color: #121212;
}

.contents_basic button:hover {
    opacity: .5;
}

.contents_basic button.back::after {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 10px;
    line-height: 42px;
    height: 100%;
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    color: #121212;
    font-weight: 900;
}

img {
    display: block;
    width: 100%;
}

a {
    transition: opacity 0.5s;
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
}

a:hover {
    opacity: 0.8;
}

.slick-prev,
.slick-next {
    cursor: url('../img/common/cursor_on.svg') 8 8, auto !important;
}


/*bread*/

.bread {
    width: 96%;
    max-width: 1300px;
    margin: 0 auto 45px;
    padding-top: 30px;
}

.bread ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.1rem;
}

.bread ul li::after {
    content: "/";
    margin: 0 5px;
}

.bread ul li:last-child::after {
    display: none;
}


/*bg*/

.bg_gray {
    background: #F6F6F6;
}


/*リンクエリア*/

.link_area {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}


/*商品の問い合わせ*/

a.link_btn {
    display: block;
    background: #aaa;
    color: #000;
    font-weight: bold;
    padding: 11px 0;
    text-align: center;
    border: solid 2px #aaa;
}

a.link_btn::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 0.5em;
}

a.link_btn:hover {
    opacity: 1;
    background: #fff;
    border: solid 2px #aaa;
}

a:hover {
    opacity: 0.8;
}

.link_area .link_btn {
    width: 60%;
    font-size: 1.2rem;
}


/* シェアボタン */

.share {
    padding-top: 23px;
    padding-bottom: 40px;
    width: 73%;
    margin: 0 auto;
    text-align: right;
}

.share .share_box {
    display: inline-flex;
    width: 180px;
    height: 32px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
}

.share .share_title {
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    text-align: left;
    color: #121212;
    padding-right: 10px;
}

.share .share_title img {
    margin-right: 8px;
}


/* コンテンツタイトル（下線） */

.ul_h {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    text-align: center;
    color: #414141;
    line-height: 1;
}

.ul_h::after {
    display: block;
    height: 2px;
    width: 64px;
    background: #707070;
    content: '';
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 46px;
}


/* ページャ */

.pager {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pager_back,
.pager_next {
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    text-align: center;
    color: #121212;
}

.pager_back::before {
    content: "\f0d9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.2rem;
    margin-right: .5rem;
}

.pager_next::after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.2rem;
    margin-left: .5rem;
}

.pager_back:hover,
.pager_next:hover {
    opacity: .6;
}

.pager_num ul {
    display: flex;
    padding: 0 30px;
}

.pager_num ul li {
    margin: 0 15px;
    font-family: "Noto Sans JP";
    font-weight: normal;
    text-decoration: underline;
    font-size: 1.4rem;
    color: rgba(18, 18, 18, .5);
}

.pager_num ul li.on {
    color: #121212;
    text-decoration: none;
}

.pager_num ul li span {
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
}

.pager_num ul li span:hover {
    border-bottom: none;
}

/*追加　エラー*/
.error {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.2rem;
    text-align: left;
    color: #C63C24;
}

/* SP
------------------------------- */

@media screen and (max-width: 750px) {
    .bread ul {
        font-size: 1.0rem;
    }
    .container {
        margin-top: 109px;
    }
    /* ページャ */
    .pager {
        width: 100%;
        padding: 0 30px;
        justify-content: space-between;
    }
    .share {
        width: 100%;
        padding: 50px 20px 40px;
    }
    .ul_h {
        font-size: 20px;
        letter-spacing: 0.08em;
    }
    .bread {
        margin-bottom: 19px !important;
        width: 100%;
        padding: 22px 25px 0;
    }
    section {
        margin-bottom: 40px;
    }
    .contents_basic {
        width: 100%;
        margin: 0;
        padding: 0 25px;
    }
    .read {
        font-size: 11px;
        color: #414141;
    }
    .caption {
        font-size: 1.2rem;
    }
    .contents_basic dt {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .contents_basic dd {
        font-size: 12px;
        margin-bottom: 40px;
    }
    .contents_basic ol,
    .contents_basic ul {
        margin-top: 1rem;
        margin-left: 3rem;
    }
    .contents_basic ol>li {
        list-style-type: decimal;
    }
    .contents_basic .ul_circle>li {
        list-style-type: circle;
    }
    .contents_basic button {
        display: block;
        font-size: 1.4rem;
        letter-spacing: 0.08em;
        text-align: center;
        padding: 11px;
        min-width: 280px;
        border: 1px solid #707070;
        background: #fff;
        margin: 0 auto;
        position: relative;
    }
    .contents_basic button.back::after {
        display: flex;
        align-items: center;
        position: absolute;
        top: 0;
        left: 10px;
        line-height: 42px;
        height: 100%;
        content: "\f060";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
}