@charset "utf-8";
/*============================

grandindex用css
サンドランド_PC用

============================*/

#tw2022_wrapper {
    margin-top:-2px;
}
#sandland {
    overflow-x: hidden;
}
#sandland .dis_sp {
    display: none;
}
/*背景
==============================*/
/* 固定 */
header,
#sandland.gi_contentsarea{
    background: url(/img/grand_index/sandland/20230720/bg_f9rva4ws.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
#sandland .gi_contents_bgarea {
    background: none;
}

/*見出し
==============================*/
/*スライド
==============================*/
/*スライド下フリーエリア
==============================*/
/*ブランド説明
==============================*/
#sandland #gi_explanation {
    margin-top: 70px;
}
#sandland #gi_explanation dl{
    border: 5px solid #000;
    background: #fff;
    padding: 30px 20px;
}
#sandland #gi_explanation dl dt {
    margin-bottom: 40px;
}
#sandland #gi_explanation dl dd {
    color: #000;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.8;
    font-size: 18px;
}

/*ブランド説明下フリーエリア
==============================*/
.movieWrap{
    width: 50%;
    min-width: 1000px;
    margin: 0px auto 60px;
}
.movie{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  z-index: 1;
}
.movie iframe{
    position: absolute !important;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/*ページ内リンク
==============================*/
#sandland #gi_plbtn .btn_link a {
    color: #09c2ff; /* 文字の色 */
    background: #000;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#sandland #gi_plbtn .btn_link a:after {
    background: #09c2ff; /* 矢印の色 */
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#sandland #gi_plbtn .btn_link a:hover {
    opacity: .9;
    background-color: #09c2ff;
    color: #000;
}
#sandland #gi_plbtn .btn_link a:hover:after {
    background: #000;
}


/*更新履歴
==============================*/
.block-news .newsSwiper .swiper-wrapper .swiper-slide{
  background: #000;
}
.block-news .newsSwiper .swiper-wrapper .swiper-slide .textbox .day span{
  background: #ff5e00;
}
.block-news .newsSwiper .swiper-wrapper .swiper-slide .textbox{
  color: #fff;
}
.block-news ._row-header .swiper-button-prev, .block-news ._row-header .swiper-button-next{
  background: #000;
}
.block-news ._row-header .swiper-button-prev:after, .block-news ._row-header .swiper-button-next:after{
    border-color: #fff;
}

/*訴求エリア
==============================*/
#pickup_area .flexbox {
    display: flex;
}
#pickup_area .brand_area {
    display: flex;
    flex-direction: column;
} 
#pickup_area .brand_area .flexbox {
    border: 5px solid #000;
    background: #fff;
    padding: 10px 10px 10px 50px;
    align-items: center;
}
#pickup_area .brand_area .flexbox + .flexbox {
    margin-top: 15px;
}
#pickup_area .brand_area .flexbox .brnad_logo {
    width: 485px;
}
#pickup_area .brand_area .flexbox .brnad_img {
    width: 450px;
    margin-left: auto;
}
#pickup_area .brand_area .flexbox .brnad_img img {
    display: block;
    width: 100%;
}
#pickup_area .brand_area .flexbox .brand_link {
    width: 450px;
    height: 70px;
}
#pickup_area .brand_area .flexbox .brand_link a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 40px;
    background: #000;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
#pickup_area .brand_area .flexbox .brand_link a:before {
    content: "";
    position: absolute;
    top:50%;
    right:30px;
    transform: translateY(-50%);
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 22.5px solid #ffffff;
    border-right: 0;
}
#pickup_area .brand_area .flexbox .brand_link a:hover {
    opacity: .6;
    transition: .2s;
}
#pickup_area .brand_area .flexbox .brnad_txt {
    width: 100%;
    margin-top: 15px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}
#pickup_area .brand_area .flexbox .brnad_txt .indent {
    display: inline-block;
    text-indent: -0.5em;
}
/*商品一覧
==============================*/
#category_search .search_main_wrap .order_wrap label span {
    background: #fff;
}
/*商品下フリーエリア
==============================*/
/*関連情報
==============================*/
/*関連情報下
==============================*/
/*コピーライト
==============================*/
#sandland .gi_copyright {
    display: none;
}
#sandland .gi_free_copyright {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 3px #000;
}

/* タイトル */
.gi_contentsarea .gi_subtitle._underline::before {
    background-color: #333;
}


#gi_productlist .gi_contents_inner {
    background: #fff;
    padding: 30px;
    box-sizing: content-box;
    border: 5px solid #000;
}