@charset "utf-8";

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


.sp_only {
    display: none;
}

.ja,
.en {
    display: none;
}

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


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

#container {
    width: 100%;
}

.LC_Page_Index #container {
    margin: 0px auto;
}

.LC_Page_Index #maincolumn {
    margin: 0px;
}

#maincolumn {
    margin-top: 0px;
}

#leftcolumn,
.rightcolumn {
    width: 300px;
}

#undercolumn_default {
    /* max-width: 1600px; */
    margin: 0 auto;
}



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

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


#header_inner {
    height: 50px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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: 20%;
    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;
}

#header_inner h1 {
    width: 110px;
    transition: all 0.5s ease;
    opacity: 0;
}

#header_inner ul {
    width: 33.3%;
}

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

.country_select .active {
    color: #7a7a7a;
}
.btn_ja,
.btn_en {
  cursor: pointer;
}


.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;
}

#header_inner>:last-child {
    margin-left: auto;
}

#top_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#top_nav li {
    margin-right: 15px;
}

#top_nav_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#top_nav_right li:first-child {
    margin-left: 15px;
    width: auto;
    height: 22px;
}

#top_nav_right li {
    margin-left: 15px;
    width: 22px;
    height: 22px;
}

#header_cart {
    position: relative;
}

#header_cart span {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #A40002;
    font-size: 0.9rem;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    width: 14px;
    height: 14px;
    border-radius: 7px;
}

#menu_btn a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

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

.white_bar a span {
    background-color: #FFFFFF !important;
}

#menu_btn a span:nth-child(1) {
    top: 20%;
}

#menu_btn a span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#menu_btn a span:nth-child(3) {
    bottom: 20%;
}





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

.header_search_area {
    position: fixed;
    background: #fff;
    z-index: 1000;
    display: none;
    width: 100%;
    top: 0;
    right: 0px;
}

.search_txt input {
    border: none !important;
}

.header_search_inner {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 2.23%;
}

.search_category {
    border-top: 1px solid #000;
    padding: 3.83% 2.77%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
    font-weight: 500;
}

.search_category_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.search_category_left ul:last-child {
    margin-top: 1rem;
}

.search_icon input[type="image"] {
    width: 20px;
    height: 20px;
}


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

#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_inner .search_txt {
    width: calc(100% - 20px);
}

.header_search_inner .search_icon {
    width: 20px;
}

#header_cart span.num {
    bottom: auto;
    top: -5px;
    background-color: #000;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    width: 17px;
    height: 17px;
    right: -10px;
}


#header_search_tgl {
    z-index: 1000;
}


/*------------------------------------------------------------
メインナビ
------------------------------------------------------------*/
#global_nav {
    position: fixed;
    top: 100px;
    left: 30px;
    font-size: 1.6rem;
    width: 240px;
    z-index: 100;
}

#global_nav_search {
    border-bottom: 1px solid #4c4c4c !important;
    border-radius: 0 !important;
    width: 200px;
}

#global_nav_search input[type="text"] {
    border: none !important;
    width: 170px;
    font-size: 1.4rem;
    background-color: transparent !important;
}

#global_nav_search input[type="image"] {
    width: 20px;
    margin-right: 10px;
}

#global_nav_search form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#category_list {
    margin-top: 30px;
}

#category_list_inner {
    margin-top: 15px;
    margin-left: 30px;
}

#category_list_inner ul li,
#other_list li {
    padding: 8px 0;
}

#category_list_inner ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
}

#category_list_inner ul li a:before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #000;
}

#category_list_inner ul ul {
    margin: 5px 0px 0px 30px;
}

#other_list {
    margin-top: 20px;
}

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


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

#kamiya_head {
    width: 100vw;
}

#kamiya_head img {
    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;
}

.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 20%;
    display: block;
}
.index_products_list-pict{
    display: block;
}

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

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

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

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

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

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

.content_selection {
    margin: 7% auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 11%;
    gap: 10px;
}

.content_selection_topic a,
.content_selection_collection a {
    position: relative;
}

h2.topics_ttl {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
}




/*------------------------------------------------------------
サイドカラム
------------------------------------------------------------*/

.rightcolumn {
    position: fixed;
    top: 0;
    right: -33vw;
    height: 100vh;
    width: 33vw;
    background-color: #FFFFFF;
    z-index: 10000;
    overflow: auto;
    border-left: 1px solid #d2d2d2;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.rightcolumn.menu_open {
    right: 0;
}

.cat_list {
    font-size: 1.1rem;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 30px;
    font-weight: 700;
    line-height: 3rem;
}

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


#side_clm_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
    font-size: 1.1rem;
    border-bottom: 1px solid #d2d2d2;
}

#side_clm_header h2 {
    line-height: 3rem;
    padding: 10px 0 10px 30px;
}

#menu_close {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 10px;
    position: relative;
    cursor: pointer;
}

#menu_close a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#menu_close span::before,
#menu_close span::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84%;
    height: 1px;
    margin: 0 0 0 -42%;
    background: #000;
}

#menu_close span::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#menu_close span::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cat_list_inner {
    display: none;
    margin-left: 20px;
}

#left_culmn nav h1 {
    padding: 0 20px;
    line-height: 5rem;
    border-bottom: 1px solid #d2d2d2;
}

#side_search input[type="text"] {
    width: calc(100% - 15px);
    border: none;
    padding: 0;
    height: 30px;
}

#side_search input[type="image"] {
    width: 15px;
    height: 15px;
}




/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
#global_footer {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 55px 30px 50px 30px;
    margin-top: 7%;
    font-size: 1.1rem;
    letter-spacing: 0px;
}

#footer_header p {
    height: 100%;
    line-height: 55px;
}


#foot_nav_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#side_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 10px;
}

#side_sns li {
    height: 20px;
}

#footer_copy {
    margin: 30px 0;
    text-align: center;
}