@charset "UTF-8";

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

body {
    font-family: '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;
    font-size: 14px;
    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(160, 150, 105);
}


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

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

.title p {
    font-family: Cinzel;
    font-weight: 100;
    font-size: 14px;
    text-decoration: none;
    margin: 3px;
}

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

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


/* ヘッダー */

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

.header table {
    margin: auto;
}

.header a {
    padding: 10px;
}

.header img {
    height: 65px;
    filter: drop-shadow(0 0 3px rgba(105, 90, 95, 0.7));
}

.mainvisual {
    position: relative;
}

.mainvisual img {
    width: 100%;
    vertical-align: bottom;
}

.coution {
    background-color: rgb(255, 215, 0);
    font-family: Lora;
    font-weight: 100;
    font-size: 14px;
    margin: 0;
    padding: 10px;
    text-align: center;
    color: #000;
}

.obi {
    background-color: rgb(160, 150, 105);
    font-family: Lora;
    font-weight: 100;
    font-size: 25px;
    padding: 10px 20px;
    text-align: center;
}

.obi2 {
    background-color: rgb(160, 150, 105);
    font-family: Cinzel;
    font-weight: 100;
    font-size: 25px;
    padding: 10px 0;
    text-align: center;
}

.sale {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-family: Cinzel;
    font-size: 22px;
    text-align: center;
    background-color: rgb(205, 190, 120);
}

.sale_in1 {
    width: 20%;
}

.sale_in {
    width: 40%;
}

.sale_in a {
    display: block;
    padding: 20px;
    color: #000;
    background-color: rgb(205, 190, 120);
}

.sale_in a:hover {
    color: rgb(160, 150, 105);
    background-color: rgb(0, 0, 0);
}

.sale h1 {
    font-size: 35px;
    font-weight: 100;
    margin: 0;
    padding: 11px 0;
    color: rgb(0, 0, 0);
}

/*　注意　*/

.caution {
    width: 100%;
    padding: 15px;
    background-color: rgb(255, 255, 0);
}

.caution h1 {
    font-family: 'Cinzel', serif;
    font-weight: 100;
    font-size: 35px;
    text-align: center;
    margin: 0;
}

.caution p {
    text-align: center;
    margin-top: 0;
}

.caution a {
    display: block;
    text-align: center;
    margin: auto;
    padding: 5px 10px;
    color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.2);
    /* border: 1px solid rgb(0, 0, 0); */
    border-radius: 5px;
}

.caution a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
}

.caution_in {
    box-sizing: border-box;
    width: 100%;
    border-collapse: collapse;
    margin: auto;
}


.caution_in th {
    font-family: 'Cinzel', serif;
    font-size: 20px;
    width: 30%;
    padding: 5px;
    color: rgb(160, 150, 105);
    background-color: rgb(50, 55, 65);
}

.caution_in td {
    font-size: 14px;
    width: 70%;
    padding: 5px 10px;
}

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

.t2 {
    background-color: rgb(255, 255, 255);
}


/* コンテンツ */

.contents {
    background-color: rgb(50, 55, 65);
    overflow: hidden;
}

.contents_in {
    float: left;
    width: 15%;
}

.image {
    position: relative;
    background-color: rgb(50, 55, 65);
    padding: 10px 5px 0 5px;
}

.image img {
    position: relative;
    z-index: 999;
    width: 100%;
}

.moji {
    z-index: 998;
    font-family: Cinzel;
    font-size: 25px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 10px;
    color: rgb(153, 153, 153);
    left: 10px;
}

.contents_in1 {
    background-color: rgb(240, 240, 245);
    overflow: hidden;
    float: left;
    width: 85%;
}

.text,
.text1 {
    font-family: Lora;
    font-size: 13px;
    color: rgb(0, 0, 0);
    padding: 15px;
}

.text {
    display: none;
}

.text1 {
    display: block;
}

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

.image2 {
    padding: 0;
    margin: 0;
    float: left;
    width: 25%;
}

.image2 img {
    width: 100%;
    vertical-align: bottom;
}


/* ボイス */

.system {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    background-color: rgb(110, 105, 80);
}

.system h1 {
    font-family: Cinzel;
    font-weight: 100;
    color: rgb(0, 0, 0);
    margin: 0;
    padding-left: 15px;
    font-size: 35px;
}

.voice {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 1px;
}

.on,
.off,
.on p,
.off p {
    font-size: 10px;
    font-family: Cinzel;
    font-weight: 100;
    color: rgb(0, 0, 0);
}

.on,
.off {
    padding: 5px 0 10px 0;
    font-size: 16px;
}

.on,
.on p {
    background-color: rgb(237, 209, 93);
    color: rgb(255, 255, 255);
}

.off {
    background-color: rgb(160, 150, 105);
}

.off:hover {
    background-color: rgb(210, 190, 95);
}

.on p,
.off p {
    font-family: 'Lora', serif;
    font-size: 14px;
    margin: 0;
}


/* 動作環境 */

.spec {
    box-sizing: border-box;
    font-family: Lora;
    background-color: rgb(255, 255, 255);
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 30px;
    font-size: 12px;
    color: rgb(0, 0, 0);
}

.spec h1 {
    font-family: Cinzel;
    font-weight: 100;
    color: rgb(0, 0, 0);
    margin: 0 0 -15px 0;
    padding-top: 25px;
    font-size: 35px;
}

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

.product1,
.product2 {
    box-sizing: border-box;
    display: inline-block;
    border-left: solid 1px rgb(170, 170, 170);
    vertical-align: top;
    font-size: 12px;
    padding: 0 10px;
    margin: 30px 0;
}

.product1 {
    width: 100%;
}

.product2 {
    width: 50%;
}

.product1 dt,
.product2 dt {
    color: rgb(180, 155, 0);
}

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: 100px;
    padding-bottom: 0px;
}

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

.spec a {
    text-decoration: none;
}

.dlc_Support {
    box-sizing: border-box;
    font-family: Lora;
    background-color: rgb(255, 255, 255);
    width: 100%;
    margin: 0 auto;
    padding: 0 30px 30px 30px;
    font-size: 12px;
    color: rgb(0, 0, 0);
}

.dlc_Support h1 {
    font-family: Cinzel;
    font-weight: 100;
    color: rgb(0, 0, 0);
    margin: 0 0 -5px 0;
    /*0 0 -15px 0;*/
    padding-top: 25px;
    font-size: 35px;
}

.dlc_Support ul {
    padding: 0;
    list-style: none;
}

.dlc_Support li {
    text-align: left;
    padding: 0;
}

.dlc_Support table {
    width: 100%;
    border-collapse: collapse;
}

.dlc_Support th {
    width: 90%;
    padding: 5px 10px;
    margin: 0;
}

.dlc_Support td {
    width: 90%;
    text-align: center;
    margin: 0;
    font-size: 20px;
}


/* フッター */

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

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

.footer p {
    font-family: Cinzel;
    margin-top: 3px;
    font-size: 10px;
    color: rgb(0, 0, 0);
}


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

@media(max-width:1110px) {
    .contents_in {
        width: 23%;
    }

    .contents_in1 {
        width: 77%;
    }

    .image2 {
        width: 33.33%;
    }
}

@media(max-width:768px) {
    .contents_in {
        width: 25%;
    }

    .text {
        display: none;
    }

    .text1 {
        display: block;
    }

    .contents_in1 {
        width: 75%;
    }

    .sale_in1 {
        width: 100%;
    }

    .sale_in {
        width: 100%;
    }

    .sale_in a {
        padding: 10px;
    }

    .sale h1 {
        text-align: center;
        padding: 5px;
    }
}

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

    .obi {
        font-size: 20px;
    }

    .coution {
        padding: 10px;
    }

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

    .image {
        overflow: hidden;
        height: 400px;
    }

    .text {
        display: block;
        background-color: rgb(240, 240, 245);
    }

    .text1 {
        display: none;
    }

    .contents_in1 {
        width: 100%;
    }

    .image2 {
        width: 50%;
    }

    .voice {
        width: 100%;
    }

    .spec {
        padding: 10px;
    }

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

    .spec h1 {
        margin: 0 0 10px 0;
    }

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

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

    .image {
        height: 250px;
    }
}