@charset "UTF-8";

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

body {
    font-family: 'Noto Serif SC', 'Lora', 'Cinzel', serif;
    margin: 0;
    padding: 0;
    background-color: rgb(240, 240, 245);
    min-width: 320px;
}

a {
    text-decoration: none;
}

.top_buttom {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgb(25, 30, 35);
    border-radius: 12px;
    font-family: 'Cinzel', serif;
    font-size: 1.6rem;
    width: 70px;
    height: 25px;
    padding: 3px;
    text-align: center;
    margin-top: 50px;
    z-index: 10;
}

.top_buttom a {
    text-decoration: none;
    vertical-align: middle;
    color: rgb(255, 255, 255);
}

.top_buttom:hover {
    background-color: rgb(165, 150, 105);
}


/* タイトルナンバー */

.title {
    background-color: rgb(0, 0, 0);
    width: 100%;
    text-align: center;
    padding: 3px;
}

.title p {
    font-family: 'Cinzel', serif;
    font-weight: 100;
    font-size: 1.6rem;
    text-decoration: none;
    margin: 3px;
}

.title a {
    color: rgb(230, 210, 120);
}

.title a:hover {
    color: rgb(255, 255, 255);
}


/* ヘッダー */

.header {
    background-color: rgb(50, 55, 65);
    text-align: center;
    padding: 15px 10px 5px 10px;
}

.header a {
    padding: 10px;
}

.header img {
    width: 200px;
}

.mainvisual {
    position: relative;
    font-size: 0;
}

.mainvisual img {
    width: 100%;
}

.coution {
    background-color: rgb(255, 255, 0);
    font-family: 'Noto Serif SC', serif;
    font-weight: 100;
    font-size: 1.6rem;
    margin: 0;
    padding: 10px;
    text-align: center;
    color: #000;
}

.catch {
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 10px;
    background-color: rgb(165, 150, 105);
}

.yoyaku {
    text-align: center;
    font-size: 2.5rem;
}

.yoyaku a {
    display: block;
    letter-spacing: 0.5em;
    text-decoration: none;
    padding: 10px;
    color: #000;
    background-color: rgb(165, 150, 105);
}

.obi {
    background-color: rgb(165, 150, 105);
    font-family: 'Noto Serif SC', serif;
    font-weight: 100;
    font-size: 2.0rem;
    padding: 5px 0;
    text-align: center;
}

.s_button {
    font-size: 2.5rem;
    text-align: center;
    width: 100%;
}

.s_button a {
    display: block;
    text-decoration: none;
    padding: 10px;
    color: rgb(200, 0, 0);
}

.s_button a:hover {
    color: rgb(220, 200, 0);
    background-color: rgb(0, 0, 0);
}

.buy {
    font-size: 1.4rem;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    background-color: rgb(165, 150, 105);
}

.buy:hover {
    transition: 0.3s;
    background-color: rgb(205, 205, 150);
}


/* コンテンツ */

.contents {
    font-family: 'Noto Serif SC', serif;
    font-size: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.contents_in,
.contents_in2 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.contents_in {
    background-color: rgb(240, 240, 245);
}

.contents_in2 {
    background-color: rgb(50, 55, 65);
}

.contents_in h1,
.contents_in2 h1 {
    font-family: 'Cinzel', serif;
    font-size: 4vw;
    font-weight: 100;
    margin: 0;
    padding-bottom: 10px;
    color: rgb(165, 150, 105);
}

.contents_in h2,
.contents_in p,
.contents_in2 h2,
.contents_in2 p {
    font-family: 'Noto Serif SC', serif;
    font-weight: 100;
    margin: 0;
}

.contents_in h2,
.contents_in p {
    color: #000;
}

.contents_in2 h2,
.contents_in2 p {
    color: #ddd;
}

.contents_in h2,
.contents_in2 h2 {
    font-size: 2.0rem;
}

.contents_in p,
.contents_in2 p {
    line-height: 20px;
    font-size: 1.4rem;
}

.contents_info,
.contents_info2 {
    line-height: 30px;
    font-size: 1.6rem;
    width: 49%;
    height: 100%;
    margin-top: -5px;
    padding: 35px 30px 0 30px;
}

.contents_info {
    float: left;
}

.contents_info2 {
    float: right;
}

.contents_img {
    width: 51%;
    height: 100%;
}

.contents_img {
    float: right;
}

.contents_img2 {
    width: 50%;
    float: left;
}

.contents_img img,
.contents_img2 img {
    width: 100%;
}

.contents_video {
    float: right;
}

.contents_video2 {
    float: left;
}

.contents_video,
.contents_video2 {
    width: 51%;
    padding: 28.125% 0 0 0;
    position: relative;
}

.contents_video iframe,
.contents_video2 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.contents_button {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    color: #000;
    background-color: rgb(165, 150, 105);
}

.contents_button:hover {
    transition: 0.3s;
    background-color: #c9b873;
}


/* 動作環境 */

.spec {
    font-family: 'Noto Serif SC', serif;
    background-color: rgb(255, 255, 255);
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 30px;
    font-size: 1.4rem;
    color: #000;
}

.spec h1 {
    font-family: 'Cinzel', serif;
    font-weight: 100;
    color: #000;
    margin: 0 0 -15px 0;
    padding-top: 25px;
    font-size: 3.5rem
}

.spec h2 {
    font-weight: 100;
    margin: 10px;
    font-size: 13px;
}

.product1,
.product2 {
    display: inline-block;
    border-left: solid 1px #aaa;
    vertical-align: top;
    font-size: 1.4rem;
    padding: 0 10px;
    margin: 30px 0;
}

.product1 {
    width: 100%;
}

.product2 {
    width: 50%;
}

.product1 dt,
.product2 dt {
    color: #b59b00;
}

a {
    text-decoration: none;
}

dl,
dt,
dd {
    box-sizing: border-box;
}

dt,
dd {
    padding: 10px 10px 0 10px;
}

dt {
    width: 100px;
    float: left;
    font-weight: 100;
    text-align: center;
}

dd {
    margin-left: 70px;
    padding-bottom: 0px;
}

dd:after {
    content: '';
    display: block;
    clear: both;
}

.spec a {
    text-decoration: none;
}


/* フッター */

.footer {
    margin: 0;
    padding: 0;
    height: 120px;
    text-align: center;
    background-color: rgb(240, 240, 245);
    border-top: solid 1px #aaa;
    vertical-align: top;
}

.footer img {
    margin: 30px 0 0 0;
}

.footer p {
    font-family: 'Cinzel', serif;
    margin-top: 3px;
    font-size: 1.0rem;
    color: #000;
}


/*########################################################*/

@media(max-width:960px) {

    .contents_info,
    .contents_info2 {
        padding: 25px 20px 0 20px;
    }
}

@media(max-width:800px) {

    .contents_info,
    .contents_info2 {
        float: none;
        padding: 10px;
        padding-bottom: 5px;
        width: 100%;
    }

    .contents_in {
        height: auto;
    }

    .contents_in h2,
    .contents_in p,
    .contents_in2 h2,
    .contents_in2 p {
        margin-bottom: 0;
    }

    .contents_in p,
    .contents_in2 p {
        line-height: 23px;
    }

    .contents_img,
    .contents_img2,
    .contents_img3 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0 10px 10px 10px;
    }

    .contents_video,
    .contents_video2 {
        position: relative;
        width: 100%;
        padding: 56.25% 0 0 0;
        height: auto;
    }

    .contents_video iframe,
    .contents_video2 iframe {
        padding: 0 10px 10px 10px;
    }

    .contents h1 {
        text-align: center;
        font-size: 3.0rem;
        padding: 10px;
    }
}

@media(max-width:720px) {
    .header img {
        width: 160px;
    }

    .coution {
        padding: 10px;
    }

    .spec {
        padding: 10px;
    }

    .product1,
    .product2 {
        display: static;
        border-left: none;
        padding: 10;
        margin: 0;
        width: 100%;
    }

    .spec h1 {
        text-align: center;
        padding: 10px;
    }

    .spec h2 {
        border-bottom: solid 1px rgb(0, 10, 170);
        margin: 0 0 -10px 0;
    }
}

@media(max-width:500px) {
    .header img {
        width: 120px;
    }

    .catch {
        font-size: 2.0rem;
        letter-spacing: -0.02em;
    }
}