@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*reset.cssここから*/
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,figure,input,textarea,
p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

/*clearfix-------------------------------*/

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/*reset.cssここまで*/


/*style.cssここから*/

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-family: 'Noto Sans Japanese', sans-serif;
    color: #000;
}

.sectionLP p {
    letter-spacing: 0.2em;
    line-height: 1.8;
    font-size: 1.3rem;
}

.sectionLP h2 {
    font-size: 2.2rem;
    line-height: 1.3;
    letter-spacing: 0.3rem;
    margin: 4% 0;
    font-weight: 500;
}

.sectionLP h3 {
    font-size: 1.6rem;
}


.sectionLP img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.fv {
    background-image: url(img/section/sectionLP_fvimage_01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.fv_logo {
    padding: 20vh 0;
}

.fv_paragraph {
    margin-bottom: 4vh;
}

.fv_new {
    font-size: 3.5rem !important;
    letter-spacing: 0.1rem !important;
    line-height: 1 !important;
}

.fv_chice {
    font-size: 1.3rem !important;
}

.foranime {
    margin: 0 auto;
    max-width: 1140px;
}

.common {
    text-align: center;
    margin-bottom: 12%;
}

.text_center {
    text-align: center;
}

.emphasis {
    font-weight: bold;
    font-style: italic;
    font-size: 1.3em;
}

.local_title {
    font-weight: bold;
    font-style: italic;
}


.linear-navigation {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: 20vh;
}

.top_image {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.common_content {
    padding: 4% 10% 0;
}

.goods {
    margin-bottom: 5%;
}

.section_logo {
    width: 10%;
    margin: 2% auto;
}

.common_image {
    margin: 2% 0;
}

.top_paragaph {
    margin-bottom: 12%;
}

.linernav_content {
    display: flex;
}

.link_content {
    transition: all 0.5s;
}

.link_content:hover {
    transform: translate(0, -10px);
    box-shadow: 2px 5px 10px 1px #000;
}

.link_content a {
    position: relative;
}

.article_top {
    text-align: center;
}

.article_top > p {
    margin: 4% 0;
}

.goods_title {
    display: flex;
    width: 100vw;
    margin-left: calc(50% - 48vw);
    margin-bottom: 1%;
}

.goods_title h2 {
    margin-top: 1%;
    font-size: 2.5rem;
    letter-spacing: 0.25rem;
    margin: 1% 0 0 1.5%;
    font-weight: 600;
}

.small_letter {
    display: block;
    font-size: 45%;
    text-align: right;
}

.first_content,
.third_content {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 7%;
}

.first_paragraph,
.third_paragraph {
    margin-left: 3%;
    padding-top: 3%;
    max-width: 50%;
}

.point,
.spec {
    display: inline;
    background-color: #000;
    color: #fff;
    padding: 0.8% 7%;
    font-size: 1rem;
}

.goods_content h3 {
    margin: 2% 0;
    position: relative;
    letter-spacing: 0.2rem;
    font-weight: 600;
}

.goods_content h3::after {
    content: url(img/section/bottom_line.png);
    position: absolute;
    top: 0.5em;
    left: 0em;
}

.goods_content p {
    font-size: 1rem;
    letter-spacing: 0.02rem;
    line-height: 2;
}

.second_content {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 7%;
    flex-direction: row-reverse;
}

.second_paragraph {
    max-width: 50%;
    padding-top: 3%;
    margin-right: 3%;
}

.second_content h3::after {
    content: url(img/section/bottom_line.png);
    position: absolute;
    top: 0.5em;
    left: -19em;
}

.article_bottom {
    display: flex;
}

.image_side p {
    font-size: 0.9rem;
    line-height: 1.3;
}

.goods_image {
    width: 65vw;
}

.goods_tag {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    position: relative;
    top: 20%;
    left: -40%;
    padding: 2% 4% 4%;
    width: 600%;
}

.tag_name {
    font-weight: bold;
    font-size: 3.3rem !important;
    line-height: 1.2 !important;
    letter-spacing: 0.05em !important;
}

.product_name {
    font-size: 2rem;
}

.goods_link {
    position: relative;
    top: 30%;
    left: -20%;
}

.content_hidden {
    visibility: hidden;
}

.intro {
    text-align: center;
    margin: 5% 0;
}

.size {
    font-size: 1.6rem !important;
    margin: 1% 0;
}

.common_paragraph p {
    font-size: 1rem;
    letter-spacing: 0.02rem;
    line-height: 2;
}



/*タブレッド*/

@media screen and (max-width:768px) {

    .sectionLP h2 {
        font-size: 2rem;
        letter-spacing: 0.4rem;
    }

    .fv_logo {
        padding: 5vh 0;
    }

    .fv_logo img {
        width: 18vw;
    }

    .fv_paragraph {
        margin-bottom: 3vh;
    }

    .fv_new {
        font-size: 2.0rem !important;
        letter-spacing: 0.1rem !important;
        line-height: 0.9 !important;
    }

    .fv_chice {
        font-size: 1.1rem !important;
    }

    .foranime {
        width: 90%;
    }

    .common_content {
        padding: 3% 5% 0;
    }

    .linernav_content {
        flex-wrap: wrap;
    }

    .link_content {
        width: 50%;
    }

    .goods_title {
        margin-bottom: 2%;
    }

    .goods_title h2 {
        margin-top: 1.5%;
        letter-spacing: 0;
    }

    .first_content,
    .third_content {
        display: block;
    }

    .second_content {
        display: block;
    }

    .first_paragraph,
    .third_paragraph {
        max-width: 100%;
        margin: 0 2%;
    }

    .second_paragraph {
        max-width: 100%;
        margin: 0 2%;
    }

    .goods_content h3 {
        border-bottom: 2px solid #000;
    }

    .goods_content h3::after {
        content: none;
    }

    .second_content h3::after {
        content: none;
    }

    .goods_content img {
        padding: 5% 0;
    }

    .article_bottom {
        display: block;
        position: relative;
    }

    .image_side {
        position: relative;
        top: -138px;
    }

    .goods_tag {
        top: 3%;
        left: 0%;
        padding: 2% 4% 3%;
    }

    .tag_name {
        font-weight: bold;
        font-size: 3.3rem !important;
        line-height: 1.5 !important;
        letter-spacing: 0.05em !important;
    }

    .product_name {
        font-size: 1.8rem;
    }

    .goods_link {
        top: 60%;
        left: 67vw;
    }

    .goods_image {
        width: 100vw;
    }

    .product_image {
        text-align: center;
    }

    .common_paragraph {
        text-align: left;
    }
}

/*スマホ*/

@media screen and (max-width:480px) {


    .sectionLP h2 {
        font-size: 1.5rem;
        letter-spacing: 0.2rem;
    }

    .sectionLP p {
        font-size: 0.8rem;
        text-align: justify;
    }

    .sectionLP h3 {
        font-size: 1rem;
    }

    .size {
        font-size: 1rem !important;
    }

    .product_name {
        font-size: 1.3rem;
    }

    .tag_name {
        font-size: 2rem !important;
    }

    .image_side {
        top: -70px;
    }

    .fv_logo {
        padding: 3vh 0;
    }

    .fv_logo img {
        width: 20vw;
    }

    .fv_new {
        font-size: 2rem !important;
        letter-spacing: 0.1rem !important;
        line-height: 0.9 !important;
    }

    .fv_chice {
        font-size: 0.5rem !important;
    }

    .fv_caption p {
        font-size: 0.7rem !important;
    }

    .common_content {
        padding: 10% 5%;
    }

    .goods_title > h2 {
        font-size: 1.3rem;
        margin-top: 0%;
        letter-spacing: 0;
    }


    .small_letter {
        margin-top: 0%;
    }

    .goods_link {
        left: 47vw;
    }

    .visual-image {
        height: 400px;
    }

    .title-logo-image {
        width: 7%;
    }

    .remove {
        display: none;
    }
