@charset "utf-8";

/*------------------------------------------------------------
表示切替
------------------------------------------------------------*/


.pc_only {
    display: none;
}

.ja,
.en {
    display: none;
}

/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/


#wrapper {
    width: 100%;
    margin: 0 auto;
    font-size: 1.0rem;
    line-height: 2rem;
    overflow: hidden;
}

.LC_Page_Index #container {
    margin: 0 auto;
    padding-top: 0;
}

#container {
    width: 100%;
    margin: 0 auto;
    background-color: #FFF;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#container_inner {
    margin: 0 auto;
}

#main_column {
    width: 100%;
}

#leftcolumn,
.rightcolumn {
    width: 100%;
}

#global_header,
#global_footer {
    width: 100%;
}

#undercolumn {
    width: 95%;
    margin: 0 auto;
}

#undercolumn_default {
    width: 100%;
    padding-top: 0px;
}




/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/


#global_header {
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
}


#header_inner {
    height: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

#header_inner h1 {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}


#header_inner h1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 18%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

#header_inner h1 {
    width: 16%;
    transition: all 0.5s ease;
    opacity: 0;
}


#header_inner ul {
    height: 100%;
    top: 0;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 2.6%;
    margin-left: 2.6%;
}

#header_inner ul.country_select {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
}

.country_select .active {
    color: #7a7a7a !important;
}

.logo_sizel {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    opacity: 0;
}

.logo_sizel span {
    display: block;
}

.logo_sizel span img {
    width: 100%;
}

.logo_sizel_fix {
    opacity: 0 !important;
    z-index: -10;
}

#header_inner h1.logo_fix {
    opacity: 1;
}

.logo_sizel {
    width: 80%;
}


#header_inner ul li {
    width: 21px;
    margin-left: 13px;
}

li#header_search_tgl {
    height: 21px;
}

#header_inner ul li:first-child {
    margin-left: 0;
    width: auto;
}

#header_inner ul #menu_btn {
    width: 16px;
    height: 16px;
}

.menu_trigger,
.menu_trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menu_trigger {
    position: relative;
    width: 16px;
    height: 16px;
}

.menu_trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}

.menu_trigger span:nth-of-type(1) {
    top: 0px;
}

.menu_trigger span:nth-of-type(2) {
    top: 7px;
}

.menu_trigger span:nth-of-type(3) {
    bottom: 0px;
}

.menu_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
}

.menu_trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu_trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
}

#header_cart a {
    display: block;
    position: relative;
}

#header_cart span {
    display: block;
    position: absolute;
    right: 0;
    bottom: -2px;
    background-color: #A40002;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4rem;
    text-align: center;
    color: #FFFFFF;
    width: 55%;
    height: 55%;
    border-radius: 55%;
}




/*------------------------------------------------------------
ヘッダー検索エリア
------------------------------------------------------------*/


.header_search_area {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 1000;
    display: none;
}

.search_txt input {
    border: none !important;
}

.header_search_inner {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 1.38vw 6.66vw;
}

input[type="image"] {
    width: 4vw;
}

.search_category {
    border-top: 1px solid #000;
    padding: 12.4vw 6.66vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 700;

}

.search_category_left ul:last-child {
    margin-top: 6vw;
}

.search_category_list li {
    line-height: 2.8;
}

.search_category_right {
    margin-top: 6vw;

}



#serch_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6.66vw;
}

#serch_btn a {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
}

#serch_btn a span {
    display: block;
    background-color: #000000;
    height: 2px;
    width: 85%;
    left: 7.5%;
    position: absolute;
}

.serch_trigger span:nth-child(1) {
    transform: rotate(45deg);
    top: 50%;
}

.serch_trigger span:nth-child(2) {
    transform: rotate(-45deg);
    top: 50%;
    bottom: auto;
}




.header_search_area {
    width: 100%;
    left: 0;
}

.header_search_inner .search_txt {
    width: 80%;
}

.header_search_inner .search_icon {
    width: 5.55vw;
}

#header_cart span.num {
    bottom: auto;
    top: -5px;
    background-color: #000;
    /* font-size: 1rem; */
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    width: 15px;
    height: 15px;
    right: -7px;

}

.btn_en {
    margin-left: -13px;
}





/*------------------------------------------------------------
メインナビ
------------------------------------------------------------*/
.rightcolumn {
    width: 100%;
    position: fixed;
    min-height: 100%;
    z-index: 1000;
    top: 50px;
    right: -100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #FFF;
}

#footer_header {
    display: none;
}

.rightcolumn nav {
    width: 100vw;
    height: 100vh;
    background-color: #FFFFFF;
    padding-bottom: 120px;
    overflow-y: scroll;
    position: relative;
    border-top: 1px solid #e1e1e1;
    -webkit-overflow-scrolling: touch;
}

#side_clm_header {
    display: none;
}

.menu_open {
    right: 0 !important;
}


.cat_list {
    border-bottom: 1px solid #e1e1e1;
    padding: 13px 4%;
    font-weight: 700;
    line-height: 2.8rem;
}

.cat_list a,
.haschild li a {
    display: inline-block;
    background: url(../image/icon/ico_arrow_mini_sp.png) left center / 0.9rem no-repeat;
    padding-left: 15px;
    background-size: 10px;
}

.cat_list_inner {
    display: none;
    padding: 0 4%;
}



.haschild ul {
    display: none;
    margin-left: 15px;
    font-weight: 400;
    padding-bottom: 10px;
}

.haschild ul li {
    padding: 0;
}

#side_search {
    width: 100%;
    background-color: #FFF;
    border-radius: 3px;
    padding: 0px;
}

#side_search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

#side_search input[type="text"] {
    font-size: 1.2rem;
    padding: 4px;
    width: 100%;
    border: none;
    height: 3rem;
}


/*------------------------------------------------------------
メインコンテンツ
------------------------------------------------------------*/



/* ---------FV--------- */

#kamiya_head {
    height: 100vh;
}

#kamiya_head img {
    height: 100vh;
    object-fit: cover;
    vertical-align: bottom;
}
.kamiya_head{
    position: relative;
}

.kamiya_head a:hover{
    opacity: 1;
}

.kamiya_head a:hover img{
    opacity: 1;
}

.kamiya_head__name{
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-size: 14px;
}


/* ---------アイテムカテゴリー--------- */


.index_products_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.index_products_list li {
    width: 50%;
}


.index_products_list-pict {
    position: relative;
}

.index_products_list-name {
    position: absolute;
    top: 10px;
    left: 10px;
}

.index_products_list-name p {
    font-size: 14px;
    font-weight: 700;
}

.index_products_list--top .index_products_list-pict .index_products_list-pict_inner{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.index_products_list--top .index_products_list-pict .index_products_list-pict_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}
.index_products_list-pict{
    display: block;
}


/* ---------コレクショントップ--------- */

.collection_top {
    position: relative;
    width: 100vw;
    height: 100vh;
}

.video_link_video {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
}

.video_link_overlay {
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.video_link_text {
    color: #fff;
    font-size: 14px;
}

/* ---------トピックス/コレクション--------- */

.content_selection {
    margin: 16.4vw auto 0;
    width: 72vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8vw;

}

h2.topics_ttl {
    margin-top: 4.4vw;
    text-align: center;
    font-size: 14px;
}




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


#global_footer {
    border-top: 1px solid #000;
    width: 100%;
    margin-top: 13vw;
    letter-spacing: 0px;
}

#footer_header p {
    height: 100%;
}

#foot_nav_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 10.66vw 13.33vw;
    border-bottom: 1px solid #000;
    row-gap: 10.13vw;
}

.foot_nav_left_inner {
    width: 50%;
}

#footer_nav_right {
    margin: 5.6vw auto 0;
}

#side_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2.4vw;

}

#side_sns li {
    height: 4vw;
}

#footer_copy {
    width: 88%;
    margin: 15px 6%;
    letter-spacing: 1px;
    text-align: center;
    font-size: 1.0rem;
}