*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    text-align: center;
}

div{
    margin: 0 auto;
    width: 100%;
}
div img{
    width: 100%;
    vertical-align: bottom;
}
.view_pc {
    display: block!important;
}
.view_sp {
    display: none!important;
}

a {
    text-decoration: none;
    color: unset;
}


.menu_title {
    max-width: 1200px;
    margin: 0 auto 15px;
    text-align: left;
    color: #e2c874;
    font-size: 48px;
    font-weight: normal;
}


/* ///////////////////// */
/* top */
/* ///////////////////// */
#top {
    margin-top: 70px;
    display: block;
    width: 100%;
    position: relative;
}
.top_backimg {
    width: 100%;
    height: 600px;
    /*background: url(../images/top_backimg.jpg) no-repeat center;
    background-position: center center;
    background-size: cover;*/
}
.top_contents {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1200px;
    display: block;
    margin: 0 auto;
}
.top_flex {
    display: flex;
    justify-content: space-between;
}
.top_flex a {
    display: block;
}
.top_block_img {
    width: 150px;
    height: 150px;
    display: block;
}
/*
.top_block_img1 {
    background: url(../images/topimg1.jpg) no-repeat center;
    background-position: center center;
    background-size: cover;
}
.top_block_img2 {
    background: url(../images/topimg2.jpg) no-repeat center;
    background-position: center center;
    background-size: cover;
}
.top_block_img3 {
    background: url(../images/topimg3.jpg) no-repeat center;
    background-position: center center;
    background-size: cover;
}
.top_block_img4 {
    background: url(../images/topimg4.jpg) no-repeat center;
    background-position: center center;
    background-size: cover;
}
.top_block_img5 {
    background: url(../images/topimg5.jpg) no-repeat center;
    background-position: center center;
    background-size: cover;
}
.top_block_img6 {
    background: url(../images/topimg6.jpg) no-repeat center;
    background-position: center center;
    background-size: cover;
}
.top_block_img7 {
    background: url(../images/topimg7.jpg) no-repeat center;
    background-position: center center;
    background-size: cover;
}
*/
.top_block_txt {
    width: 150px;
    text-align: center;
    display: block;
    background: #1a1a1a;
    color: #fff;
    padding: 7px 0;
}

.top_searchform {
    margin: 50px auto 0;
    width: 950px;
    position: relative;
}
.top_searchform input {
    width: 950px;
    height: 50px;
    padding: 0.8em;
    padding-right: 3.4em;
    font-size: 18px;
}
.top_searchform button {
    position: absolute;
    top: -0.05rem;
    right: 0;
    cursor: pointer;
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
    border: none;
    background: none;
    color: #ccc;
    font-size: 1.4rem;
    transition: 0.5s;
}
.top_searchform button:hover {
    color: #4eadb8;
    transform: scale(1.2);
}

/* ///////////////////// */
/* latest */
/* ///////////////////// */
#latest {
    display: block;
    width: 100%;
    position: relative;
    background: #1a1a1a;
    padding-top: 150px;
}
/* 商品スライドショー */
.Container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.Box-Container {
    display: flex;
    width: fit-content;
    transition: transform 0.3s ease;
    transform: translateX(0);
    padding-left: 20px;
}

.Box {
    flex-shrink: 0;
    width: 400px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    /* 角を丸める */
    border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
}
.Box img {
    width: 100%;
}
.Box .new {
    position: absolute;
    top: 0;
    right: 0;
    background: #e3c058;
    color: #1a1a1a;
    width: 80px;
    height: 32px;
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 角を丸める */
    border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-right-radius: 00px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
}
.Box .title {
    position: absolute;
    bottom: 10px;
    left: 15px;
    font-size: 20px;
    text-align: left;
    color: #fff;
}

.back_logoimg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 10px;
    z-index: 10;
}

/*
.Arrow {
    background-color: rgba(0, 0, 0, 0.3);
    color: #b3b3b3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 30px;
    z-index: 13;
    width: 45px;
    border: solid 1px #b3b3b3;
    border-radius: 10px;
    padding: 2px;
    font-size: 16px;
}
.Arrow.left {
    left: 84%;
    transform: translateX(-50%);
}
.Arrow.right {
    left: calc(84% + 55px);
    transform: translateX(-50%);
}
*/
.Arrow {
    background-color: rgba(0, 0, 0, 0.3);
    color: #b3b3b3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 30px;
    width: 45px;
    border: solid 1px #b3b3b3;
    border-radius: 10px;
    padding: 2px;
    font-size: 16px;
    margin: 0 0 0 15px;
}
.Hide {
    display: none;
}


/* ///////////////////// */
/* featured */
/* ///////////////////// */
#featured {
    display: block;
    width: 100%;
    position: relative;
    background: #1a1a1a;
    padding-top: 200px;
    padding-bottom: 200px;
}
.featured_flex {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
}
.featured_flex a {
    display: block;
    text-decoration: none;
}
.featured_block_img {
    width: 280px;
    height: 280px;
    display: block;
}
/*
.featured_block_img1 {
    background: url(../images/featuredimg1.jpg) no-repeat center;
    background-position: center center;
    background-size: cover;
}
.featured_block_img2 {
    background: url(../images/featuredimg2.jpg) no-repeat center;
    background-position: center center;
    background-size: cover;
}
.featured_block_img3 {
    background: url(../images/featuredimg3.jpg) no-repeat center;
    background-position: center center;
    background-size: cover;
}
.featured_block_img4 {
    background: url(../images/featuredimg4.jpg) no-repeat center;
    background-position: center center;
    background-size: cover;
}
*/
.featured_block_txt {
    display: block;
    text-align: left;
    font-size: 14px;
}
.featured_block_txt .model_title {
    color: #ccc;
    margin-top: 15px;
    height: 50px;
}
.featured_block_txt .review {
    color: #ccc;
}
.featured_block_txt .review span {
    color: #e2c874;
}
.featured_block_txt .price {
    color: #e2c874;
    font-size: 20px;
}
.menu_title_flex {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1200px;
}
.menu_title_flex .menu_title {
    width: 1000px;
}
.arrow_link_area {
    width: 200px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10px;
    /*
    position: absolute;
    left: 78%;
    top: 230px;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    */
}
.arrowbtn {
    color: #b3b3b3;
}
.arrowbtn a {
	--arrow-color:#b3b3b3; /* 矢印の色を設定 */
	position: relative; /* 疑似要素を位置指定するための基準 */
	padding: 0 2.5em .5em .5em; /* 内側の余白（右に矢印部分を空ける） */
	color: var(--arrow-color); /* 文字色を矢印の色と統一 */
	text-decoration: none; /* 下線を非表示 */
}
.arrowbtn a::before {
	border-bottom: 1px solid var(--arrow-color); /* 下線としての矢印部分 */
	border-right: 1px solid var(--arrow-color); /* 右線としての矢印部分 */
	bottom: 0; /* 矢印をボタン下部に配置 */
	content: ''; /* 疑似要素でコンテンツを空に設定 */
	height: 12px; /* 矢印の高さ */
	position: absolute; /* 親要素から相対的に配置 */
	left: 0; /* 矢印の位置を左端に */
	transform: skewX(50deg); /* 矢印の形状を傾けてデザイン */
	width: 100%; /* ボタン全体の幅に矢印を合わせる */
	transition: all .3s; /* なめらかな動き（ホバー時） */
}
/* マウスオーバー時の動き */
.arrowbtn a:hover::before {
	left: 10%; /* ホバー時、矢印が右に10%ずれる */
}



/* ///////////////////// */
/* category */
/* ///////////////////// */
#category {
    display: block;
    width: 100%;
    position: relative;
    background: #1a1a1a;
}
.category_grid {
    display: grid;
    width: 100%;
    height: 850px;
    grid-template-areas:
        "left right1"
        "left right2";
    grid-template-columns: 0.8fr 1.2fr;
    grid-template-rows: 1fr 1fr;
    overflow: hidden;
    column-gap: 25px;
    row-gap: 25px;
}
.grid_left {
    grid-area: left;
    height: 850px;
    /*background: url(../images/categoryimg1.jpg) no-repeat center;
    background-position: center top;
    background-size: cover;*/
}
.grid_left img {
    height: 100%;
}
.grid_right_top {
    grid-area: right1;
    height: calc(850px / 2 - 13px);
    /*background: url(../images/categoryimg2.jpg) no-repeat center;
    background-position: center 20%;
    background-size: cover;*/
}
.grid_right_top img {
    height: 100%;
}
.grid_right_bottom {
    grid-area: right2;
    height: calc(850px / 2 - 13px);
    /*background: url(../images/categoryimg3.jpg) no-repeat center;
    background-position: center 30%;
    background-size: cover;*/
}
.grid_right_bottom img {
    height: 100%;
}
.category_grid a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: unset;
}
.category_grid a p {
    position: absolute;
    bottom: 10px;
    left: 15px;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    color: #fff;
}



/* ///////////////////// */
/* member */
/* ///////////////////// */
#member {
    display: block;
    width: 100%;
    position: relative;
    background: #1a1a1a;
    padding-top: 200px;
}
.member_backimg {
    width: 100%;
    height: 750px;
    /*background: url(../images/member_backimg.jpg) no-repeat center;
    background-position: center center;
    background-size: cover;*/
    position: relative;
    overflow: hidden;
}
.member_backimg .backblack {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}
.member_contents {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1200px;
    display: block;
    margin: 0 auto;
    z-index: 3;
}
.member_title {
    text-align: center;
    color: #e2c874;
    font-size: 48px;
    font-weight: normal;
    margin-bottom: 10px;
}
.member_contents p {
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
    font-size: 18px;
}
.member_btn {
    background: #e3c058;
    color: #1a1a1a;
    margin: 0 auto;
    display: block;
    width: 330px;
    padding: 10px 0;
    text-align: center;
    font-size: 24px;
}


/* /////////// */
/*  小さいPC  */
/* /////////// */
@media screen and (max-width:1250px){
    .menu_title {
        max-width: 1000px;
    }
    .top_contents {
        width: 1000px;
    }
    .top_block_img {
        width: 120px;
        height: 120px;
    }
    .top_block_txt {
        width: 120px;
        font-size: 14px;
    }
    .top_searchform {
        width: 850px;
    }
    .top_searchform input {
        width: 850px;
    }

    #latest {
        padding-top: 100px;
    }
    .Box {
        width: 350px;
    }

    #featured {
        padding-top: 150px;
        padding-bottom: 180px;
    }
    .menu_title_flex {
        max-width: 1000px;
    }
    .menu_title_flex .menu_title {
        width: 800px;
    }
    .featured_flex {
        max-width: 1000px;
    }
    .featured_block_img {
        width: 235px;
        height: 235px;
    }

    .category_grid {
        height: 750px;
    }
    .grid_left {
        height: 750px;
    }
    .grid_right_top {
        height: calc(750px / 2 - 13px);
    }
    .grid_right_bottom {
        height: calc(750px / 2 - 13px);
    }
    .category_grid a p {
        font-size: 24px;
    }

    #member {
        padding-top: 180px;
    }
    .member_contents {
        width: 1000px;
    }
}

@media screen and (max-width:1050px){
    .menu_title {
        max-width: 750px;
        font-size: 40px;
    }
    
    .top_backimg {
        height: 500px;
    }
    .top_contents {
        width: 750px;
    }
    .top_block_img {
        width: 100px;
        height: 100px;
    }
    .top_block_txt {
        width: 100px;
        font-size: 12px;
    }
    .top_searchform {
        width: 750px;
    }
    .top_searchform input {
        width: 750px;
    }

    .Box {
        width: 300px;
    }

    .menu_title_flex {
        max-width: 750px;
    }
    .menu_title_flex .menu_title {
        width: 550px;
    }
    .featured_flex {
        max-width: 750px;
    }
    .featured_block_img {
        width: 175px;
        height: 175px;
    }
    .featured_block_txt {
        font-size: 12px;
    }
    .featured_block_txt .review {
        margin-top: 10px;
    }

    .category_grid {
        height: 650px;
    }
    .grid_left {
        height: 650px;
    }
    .grid_right_top {
        height: calc(650px / 2 - 13px);
    }
    .grid_right_bottom {
        height: calc(650px / 2 - 13px);
    }
    .category_grid a p {
        font-size: 22px;
    }

    .member_contents {
        width: 750px;
    }
}


/* /////////// */
/*  大きいPC  */
/* /////////// */
@media screen and (min-width:1700px){
    .category_grid {
        height: 900px;
    }
    .grid_left {
        height: 900px;
    }
    .grid_right_top {
        height: calc(900px / 2 - 13px);
    }
    .grid_right_bottom {
        height: calc(900px / 2 - 13px);
    }
}
@media screen and (min-width:2000px){
    .top_backimg {
        height: 700px;
    }
    .category_grid {
        height: 950px;
    }
    .grid_left {
        height: 950px;
    }
    .grid_right_top {
        height: calc(950px / 2 - 13px);
    }
    .grid_right_bottom {
        height: calc(950px / 2 - 13px);
    }
}

/* /////////// */
/* モバイル */
/* /////////// */
@media screen and (max-width:767px){
    .top_contents {
        width: calc(100% - 20px);
    }
    .top_flex {
        flex-wrap: wrap;
    }
    .top_block_img {
        width: 80px;
        height: 80px;
        margin-top: 15px;
    }
    .top_block_txt {
        width: 80px;
        font-size: 10px;
    }
    .top_searchform {
        width: 100%;
    }
    .top_searchform input {
        width: 100%;
    }

    #latest {
        padding-top: 50px;
    }
    .menu_title {
        font-size: 24px;
    }
    .menu_title_flex {
        max-width: calc(100% - 10px);;
    }
    .menu_title_flex .menu_title {
        width: 100%;
    }
    .Box {
        width: 150px;
    }
    .Box .title {
        bottom: 5px;
        left: 5px;
        font-size: 12px;
    }
    .Box .new {
        width: 65px;
        height: 24px;
        font-size: 13px;
    }
    
    #featured {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .featured_flex {
        max-width: calc(100% - 10px);;
        flex-wrap: wrap;
        justify-content: center;
    }
    .featured_flex a {
        margin-top: 20px;
    }
    .featured_block_img {
        width: 200px;
        height: 200px;
    }
    .featured_block_txt .model_title {
        height: unset;
    }

    .category_grid {
        grid-template-areas:
        "left"
        "right1"
        "right2";
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    }
    .category_grid a p {
        font-size: 20px;
    }

    #member {
        padding-top: 80px;
    }
    .member_backimg {
        height: 350px;
    }
    .member_contents {
        width: 100%;
    }
    .member_title {
        font-size: 28px;
    }
    .member_btn {
        width: 230px;
    }
}

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