@charset "UTF-8";

/*リセット
--------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

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

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

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

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


/*フォント
---------------------------------------------*/

@font-face {
    font-family: "apercu";
    font-style: normal;
    src: url("../fonts/apercu.eot");
    src: url("../fonts/apercu.woff") format("woff"), url("../fonts/apercu.ttf") format("truetype");
}

@font-face {
    font-family: "perpetua";
    font-style: normal;
    src: url("../fonts/perpetua.eot");
    src: url("../fonts/perpetua.woff") format("woff"), url("../fonts/perpetua.ttf") format("truetype");
    /* Safari, Android, iOS */
}


/*メディアクエリー
---------------------------------------------*/


/*変数
---------------------------------------------*/


/* コンテンツ
---------------------------------------------*/

html {
    font-family: "apercu", 'YuGothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', arial, helvetica, sans-serif;
    width: 100%;
}

body {
    font-family: "apercu", 'YuGothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', arial, helvetica, sans-serif;
    width: 100%;
    letter-spacing: 1px;
    line-height: 1.6;
}

@media screen and (min-width: 970px) {
    body {
        font-size: 13px;
    }
}

@media screen and (max-width: 970px) {
    body {
        font-size: 12px;
    }
}

* {
    box-sizing: border-box;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    opacity: 0.5;
}

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

@media screen and (min-width: 970px) {
    .pc_none {
        display: none;
    }
}

@media screen and (max-width: 970px) {
    .pc_none {
        display: block;
    }
}

@media screen and (min-width: 970px) {
    .sp_none {
        display: block;
    }
}

@media screen and (max-width: 970px) {
    .sp_none {
        display: none;
    }
}

.inviewfadeIn {
    opacity: 0;
    transition: 1.5s;
}

.fadeIn {
    opacity: 1.0;
}

#wrapper:after {
    content: '';
    display: block;
    position: fixed;
    pointer-events: none;
    z-index: 120;
}

#wrapper:after {
    border-left: solid 1px #bd1f1f;
    border-right: solid 1px #bd1f1f;
    top: 0;
    height: 100%;
}

@media screen and (min-width: 970px) {
    #wrapper:after {
        width: calc(100% - 50px);
        left: 25px;
    }
}

@media screen and (max-width: 970px) {
    #wrapper:after {
        width: calc(100% - 5.333vw);
        left: 2.3vw;
    }
}

.main {
    position: relative;
}

@media screen and (min-width: 970px) {
    .main ul {
        margin: 0px auto;
    }
}

@media screen and (max-width: 970px) {
    .main ul {
        width: 100%;
    }
}

@media screen and (min-width: 970px) {
    .pc_main {
        width: 80%;
        margin: 0 auto;
    }
}

@keyframes color-change {
    0% {
        color: #fff;
    }
    25% {
        color: #fff;
    }
    100% {
        color: #bd1f1f;
    }
}

h1 {
    width: 100%;
    text-align: center;
    animation: color-change 4s linear;
    animation-iteration-count: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
    color: #bd1f1f;
}

@media screen and (min-width: 970px) {
    h1 {
        font-size: 100px;
        line-height: 32px;
    }
}

@media screen and (max-width: 970px) {
    h1 {
        font-size: 75px;
        line-height: 26px;
    }
}

h1 span {
    font-family: "perpetua";
    letter-spacing: 3px;
}

@media screen and (min-width: 970px) {
    h1 span {
        font-size: 16px;
    }
}

@media screen and (max-width: 970px) {
    h1 span {
        font-size: 13px;
    }
}

.main_text {
    margin: 0 auto;
}

@media screen and (min-width: 970px) {
    .main_text {
        padding: 50px 0 100px 0;
        width: 500px;
        text-align: center;
        line-height: 22px;
    }
}

@media screen and (max-width: 970px) {
    .main_text {
        padding: 30px 25px 70px 25px;
        line-height: 20px;
        text-align: justify;
    }
}

#slide_wrapp {
    position: relative;
    overflow: hidden;
}

#slide_wrapp .slide_item {
    opacity: 0;
    transform: scale(1);
    transition: opacity 1s linear, transform 7.5s linear;
    position: relative;
    z-index: 1;
}

#slide_wrapp .slide_item:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
}

#slide_wrapp .slide_item.show_ {
    opacity: 1;
}

#slide_wrapp .slide_item.zoom_ {
    transform: scale(1.1);
}

#slide_wrapp li {
    display: block;
    overflow: hidden;
}

@media screen and (min-width: 970px) {
    #slide_wrapp li {
        width: 100%;
        height: 600px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 970px) {
    #slide_wrapp li {
        width: 100%;
        height: 70vh;
    }
}

#slide_wrapp li:nth-child(1) {
    background-size: cover;
    background-position: center;
}

@media screen and (min-width: 970px) {
    #slide_wrapp li:nth-child(1) {
        background-image: url("../images/mainpc_1.jpg");
    }
}

@media screen and (max-width: 970px) {
    #slide_wrapp li:nth-child(1) {
        background-image: url("../images/mainsp_1.jpg");
    }
}

#slide_wrapp li:nth-child(2) {
    background-size: cover;
    background-position: center;
}

@media screen and (min-width: 970px) {
    #slide_wrapp li:nth-child(2) {
        background-image: url("../images/mainpc_2.jpg");
    }
}

@media screen and (max-width: 970px) {
    #slide_wrapp li:nth-child(2) {
        background-image: url("../images/mainsp_2.jpg");
    }
}

#slide_wrapp li:nth-child(3) {
    background-size: cover;
    background-position: center;
}

@media screen and (min-width: 970px) {
    #slide_wrapp li:nth-child(3) {
        background-image: url("../images/mainpc_3.jpg");
    }
}

@media screen and (max-width: 970px) {
    #slide_wrapp li:nth-child(3) {
        background-image: url("../images/mainsp_3.jpg");
    }
}

#slide_wrapp li:nth-child(4) {
    background-size: cover;
    background-position: center;
}

@media screen and (min-width: 970px) {
    #slide_wrapp li:nth-child(4) {
        background-image: url("../images/mainpc_4.jpg");
    }
}

@media screen and (max-width: 970px) {
    #slide_wrapp li:nth-child(4) {
        background-image: url("../images/mainsp_4.jpg");
    }
}

h2 {
    color: #bd1f1f;
    z-index: 999;
    text-align: center;
    position: absolute;
    top: 0;
}

@media screen and (min-width: 970px) {
    h2 {
        font-size: 60px;
        line-height: 24px;
        padding-top: 9px;
        margin-bottom: -75px;
    }
}

@media screen and (max-width: 970px) {
    h2 {
        font-size: 50px;
        line-height: 19px;
        padding-top: 8px;
        margin-bottom: -61px;
    }
}

h2 span {
    font-family: "perpetua";
    letter-spacing: 2px;
}

@media screen and (min-width: 970px) {
    h2 span {
        font-size: 12px;
    }
}

@media screen and (max-width: 970px) {
    h2 span {
        font-size: 11px;
    }
}


/* コンテンツ---------------------------------------------*/

.contents {
    width: 100%;
    margin: 0 auto 100px;
    position: relative;
}

.item_flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.img {
    position: relative;
}

@media screen and (min-width: 970px) {
    .img {
        width: calc(100%/4);
    }
}

@media screen and (max-width: 970px) {
    .img {
        width: 50%;
    }
}

.icon_zoom {
    position: absolute;
    z-index: 10;
}

@media screen and (min-width: 970px) {
    .icon_zoom {
        width: 6%;
        bottom: 2%;
        left: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

@media screen and (max-width: 970px) {
    .icon_zoom {
        width: 9%;
        bottom: 3%;
        left: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

.modal_in {
    margin: 0 auto;
}

@media screen and (min-width: 970px) {
    .modal_in {
        width: 500px;
    }
}

@media screen and (max-width: 970px) {
    .modal_in {
        width: 70%;
    }
}

.batu {
    position: absolute;
}

@media screen and (min-width: 970px) {
    .batu {
        top: 2%;
        right: -11%;
        width: 7%;
    }
}

@media screen and (max-width: 970px) {
    .batu {
        top: -10%;
        right: -16%;
        width: 15%;
        height: 130px;
    }
}

.batu a {
    height: 100%;
    display: block;
}

@media screen and (max-width: 970px) {
    .batu img {
        display: block;
        padding-top: 50px;
        width: 60%;
        margin: 0 auto;
    }
}


/* フッター---------------------------------------------*/

footer {
    text-align: center;
}

footer .logo {
    margin: 0 auto;
}

@media screen and (min-width: 970px) {
    footer .logo {
        width: 7%;
    }
}

@media screen and (max-width: 970px) {
    footer .logo {
        width: 25%;
    }
}

footer p {
    font-size: 10px;
}

@media screen and (min-width: 970px) {
    footer p {
        padding: 20px 0;
    }
}

@media screen and (max-width: 970px) {
    footer p {
        padding: 15px 0;
    }
}

.footer_menu {
    margin: 50px auto;
    font-size: 12px;
}

.footer_menu li {
    display: inline-block;
    border-left: 1px solid #000;
    text-align: center;
}

@media screen and (min-width: 970px) {
    .footer_menu li {
        width: 170px;
    }
}

@media screen and (max-width: 970px) {
    .footer_menu li {
        width: 140px;
    }
}

.footer_menu li:last-child {
    border-right: 1px solid #000;
}

.saleitem a,
.staffcode a {
    display: block;
}

@media screen and (min-width: 970px) {
    .saleitem a,
    .staffcode a {
        margin: 0px auto 50px;
        width: 300px;
        padding: 10px 0;
    }
}

@media screen and (max-width: 970px) {
    .saleitem a,
    .staffcode a {
        margin: 0px auto 50px;
        width: 70%;
        padding: 12px 0;
    }
}

.saleitem a {
    background-color: #bd1f1f;
    color: #fff;
}

.staffcode a {
    border: 1px solid #000;
    color: #000;
}

.pagetop a {
    display: block;
}

@media screen and (min-width: 970px) {
    .pagetop a {
        margin: 50px auto;
        width: 1%;
    }
}

@media screen and (max-width: 970px) {
    .pagetop a {
        margin: 50px auto;
        width: 4%;
    }
}


/* ページ遷移先---------------------------------------------*/

.animated {
    /* animation-duration:0.1s; */
    transition-delay: 0.38s;
}

.item_wrapper:after {
    content: '';
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    pointer-events: none;
    z-index: 120;
}

.item_wrapper:after {
    border-left: solid 1px #bd1f1f;
    border-right: solid 1px #bd1f1f;
    top: 0;
    height: 100%;
}

@media screen and (min-width: 970px) {
    .item_wrapper:after {
        width: calc(100% - 50px);
        left: 25px;
    }
}

@media screen and (max-width: 970px) {
    .item_wrapper:after {
        width: calc(100% - 5.333vw);
        left: 2.666vw;
    }
}

#item_contents {
    margin: 50px auto;
}

@media screen and (min-width: 970px) {
    #item_contents {
        max-width: 500px;
    }
}

@media screen and (max-width: 970px) {
    #item_contents {
        width: 75%;
    }
}

#item_contents .item_box {
    position: relative;
    margin: 0 auto 70px;
}

#item_contents .item_box .item_num {
    font-family: "perpetua";
    color: #bd1f1f;
    position: absolute;
    margin-left: -7px;
}

@media screen and (min-width: 970px) {
    #item_contents .item_box .item_num {
        line-height: 26px;
        top: 15px;
    }
}

@media screen and (max-width: 970px) {
    #item_contents .item_box .item_num {
        line-height: 28px;
        top: 10px;
    }
}

#item_contents .item_box .item_num li:nth-child(1) {
    font-size: 15px;
}

#item_contents .item_box .item_num li:nth-child(2) {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

@media screen and (min-width: 970px) {
    #item_contents .item_box .item_num li:nth-child(2) {
        font-size: 40px;
        padding-top: 100px;
    }
}

@media screen and (max-width: 970px) {
    #item_contents .item_box .item_num li:nth-child(2) {
        font-size: 30px;
        padding-top: 73px;
    }
}

#item_contents .item_box p {
    text-align: justify;
}

@media screen and (min-width: 970px) {
    #item_contents .item_box p {
        margin-top: 30px;
    }
}

@media screen and (max-width: 970px) {
    #item_contents .item_box p {
        margin-top: 25px;
    }
}

@media screen and (min-width: 970px) {
    .credit {
        margin-top: 30px;
    }
}

@media screen and (max-width: 970px) {
    .credit {
        margin-top: 25px;
    }
}

.credit a {
    display: block;
    border-bottom: 1px dotted #222;
    position: relative;
}

@media screen and (min-width: 970px) {
    .credit a {
        padding: 12px 0;
    }
}

@media screen and (max-width: 970px) {
    .credit a {
        padding: 15px 0;
    }
}

.credit a .saleprice {
    text-decoration: line-through;
}

.credit a .pd {
    color: #bd1f1f;
    border: 1px solid #bd1f1f;
    font-size: 11px;
    padding: 1px;
    margin-left: 5px;
    animation-duration: 2.7s;
}

@media screen and (max-width: 970px) {
    .credit a .pdsp {
        margin-left: 0;
    }
}

.credit a .buy {
    color: #000;
    position: absolute;
    right: 0;
}

.credit a .buysale {
    color: #bd1f1f;
}

.credit a:nth-child(1) {
    border-top: 1px dotted #222;
}

.close {
    position: fixed;
}

@media screen and (min-width: 970px) {
    .close {
        right: 60px;
        width: 30px;
        top: 50px;
    }
}

@media screen and (max-width: 970px) {
    .close {
        right: 20px;
        width: 20px;
        top: 14px;
    }
}