@charset "UTF-8";

body {
  color: var(--bs-white);
  background-color: var(--bs-dark);
  position: relative;
}

a {
  color: var(--bs-white);
}

.headerContents {
  display: none;
}
#gibson-top{
  padding-top: 65px;
}
/* 変数 */
:root {
  --introduction-font-en: futura-pt, sans-serif;
}
[data-bgColor="blue"] {
  background: #e7f3f8;
}

.visible-phone_tablet {
  display: none;
}
.common_app {
  display: none;
}
.secTtl-eng {
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 5.8rem;
  color: #fff;
}

.secTtl-eng .secTtl-innner-ja {
    color: #ffffff !important;
 }

.secTtl-mini {
  margin: 1rem 0;
  font-size: 2.4rem !important;
}

.informationContents_inner {
  width: 100%;
  max-width: var(--container-main);
  padding: 8rem 2rem 10rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.swiper1,.swiper2,.swiper3,.swiper4,.swiper5,.swiper6 {
  position: relative;
  margin-bottom: 30px;
}
.youtube-wrap{
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}
.ytList {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  gap: 20px;
  border: none;
}
.ytList .loadBefore {
  position: relative;
}
.ytList .loadBefore:before {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 3.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  pointer-events: none;
}
.ytList .loadBefore:hover:before {
  opacity: 1;
  color: #D80C18;
}

.ytList img {
    cursor: pointer;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    width: 100%;
}
.brandInfo{
  font-size: 1.6rem;
}

.brandInfo p{
  margin-top: 2.8rem;
}
/*===============================================
 Global Nav
===============================================*/
#menu-wrap {
    background: #212121;
    z-index: 4000;
	font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}

nav{
  width:80%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.logo1, .logo2 {
	padding:15px;
	display:block;
	
}

.logo1{
  width:100px;
	float:left;
  margin-left:1%;
	margin-right:1%;
}

.logo2{
  width:130px;
  float:right;
  margin:1rem;
}

.btn_menu {
	}

.menu-container {
    width: 100%;
    margin: 0 auto;
    background-color: #212121;
    position: fixed;
    height: 65px;
    font-size: 20px;
    border-bottom: 3px solid #86764e;
}

.menu-mobile {
    display: none;
    padding: 20px;
	height:60px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 0;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 1.0em 0.8em;
    display: block;
    color: #ffffff;
}

.menu > ul > li:hover {
    background: #86764e;
	transition: .4s;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #000000;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li a {
    color:#ffffff;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #fff;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}

#button {
    display: none;
}

.disp-pc {
  display: block;
}

.disp-smt {
  display: none;
}

@media only screen and (max-width: 1299px) {
    .logo{
	width:115px;
	margin-left:0px;
}

.logo2 {
    width: 115px;
    float: left;
}
.logo1, .logo2 {
    padding: 10px;
}
.menu-text{
	font-size:14px;
}

.menu-container {
    width: 100%;
    position: fixed;
    height:70px;
}

.menu > ul {
    background-color: #2d2d2d;
}

nav {
        width: 100%;
        height: 100%;
        transition: all 0.2s;
        transform: translate(100%);
        position: fixed;
        top: 70px;
        right: 0;
        left: 0;
        z-index: 1000;
        background-color: rgba(0, 0, 0, 0.85);
    }

nav.open {
    transform: translate(0); 
   }
   
  /*   ボタンタグ設定   */

#button {
    display: block;
    background: none;
    border: none;
    padding: 0;
    width: 45px;
    color: #fff;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: fixed;
    top: 4px;
    z-index: 1001;
    text-align: center;
    outline: none;
    right: 20px;
}

/*   ハンバーガーボタン3本線   */

#button span.bar {
    display: block;
    height: 5px;
    background-color: #f3f3f3;
    margin: 5px 0 auto;
    transition: all 0.2s;
    transform-origin: 0 0;
}

#button .close {
    letter-spacing: 0.08em;
    display: none;
  }
  
#button .menu {
    display: block;
  }
  
  /*  メニューアクティブ時  */
#button.active span.bar {
    width: 48px;
  }
#button.active .bar1 {
    transform: rotate(25deg);
  }
#button.active .bar2 {
    opacity: 0;
  }
#button.active .bar3 {
    transform: rotate(-25deg);
  }
#button.active .menu {
    display: none;
  }
#button.active .close {
    display: block;
  }
 
.menu-mobile {
        display: block;
    }
.menu-dropdown-icon:before {
        display: block;
    }

.menu > ul > li {
    float: none;
}

.menu > ul > li > ul {
    overflow-y: auto;
    height: 100%;
	-webkit-overflow-scrolling: touch;

}

.menu > ul > li > ul > li {
   width: 100%;
    float: none;
}

.menu .show-on-mobile {
        display: block;
}

li a.arrow{
	position: relative;
}

li a.arrow::after{
	content:"";
	display: block;
	width:10px;
	height:10px;
	border-top:3px solid #f3f3f3;
	border-right:3px solid #f3f3f3;
	transition: all 0.2s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:10px;
	top:50%;
	margin-top:-7px;
}

li a.arrow.open::after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.menu > ul > li a {
    padding: 0.8rem 1.2em;
}

.disp-pc {
  display: none;
}

.disp-smt {
  display: block;
}

.secTtl-eng {
        font-size: 2.6rem;
    }

    .secTtl-mini {
    font-size: 2.0rem !important;
    }

    .smalltxt {
        font-size: 1.1rem;
    }

}

/* ===============================================
 FV
=============================================== */

.Breadcrumb {
  padding: 10px 0 0 10px;
  overflow-x: auto;
  word-break: keep-all;
  white-space: nowrap;
  max-width: 128rem;
  margin: 0 auto 0;
}

.Breadcrumb-ListGroup {
  display: flex;
}

.Breadcrumb-ListGroup-Item {
  margin: 0;
  display: inline-block;
}

.Breadcrumb-ListGroup-Item a {
  display: inline-block;
}

.Breadcrumb-ListGroup > * + *::before {
  content: ">";
  margin-left: 0.5em;
  margin-right: 0.5em;
}

/**===============================================
 新着商品スクロール
  ===============================================*/
.exprosion_list {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.rc-container {
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -webkit-overflow-scrolling: touch;
}
.grid_container[data-layoutType="flexScroll"],
[data-layout="exprosion"] .itemList {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--gap-scroll);
  padding: 0 2rem 1.5rem;
  margin-right: 0;
  margin-left: 0;
}
.grid_container[data-layoutType="flexScroll"] .grid_item,
[data-layout="exprosion"] .itemList .itemList__unit {
  width: 20%;
  padding: 10px;
  flex-shrink: 0;
  position: relative;
}
.rc-container a,
.rc-container img {
  -webkit-user-drag: none;
  user-drag: none;
}
/* ===============================================
 Topics
=============================================== */
.js-includegib,
.js-includegib2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.articleList__titleWrap {
  margin-top: 0.6rem;
  display: block;
}
.col-pc-6 {
  width: 20%;
  padding: 10px;
}
.articleList__title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}

/* ===============================================
 Product
=============================================== */
.Product_wrap {
  display: flex;
  flex-direction: row;
  align-items: center
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.Product_wrap a{
  display: block;
  width: 20%;
  padding: 1rem;
  height: auto;
}

.Product_wrap a h4{
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  margin-top: 0.5rem;
}

/* ===============================================
 recommend
=============================================== */
.recomend_wrap {
  display: flex;
  flex-direction: row;
  align-items: center
  margin-top: 2rem;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}

.recomend_wrap a{
  display: block;
  width: 50%;
  padding: 1rem;
  height: auto;
}

.recomend_wrap a h4{
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  margin-top: 0.5rem;
}

/* ===============================================
 Staff Coordinate
=============================================== */
.staffReviewList .grid_container {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.m-reviewItem .m-reviewItem_link {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  background-color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .staffReviewList_list a {
    background: #fff;
    display: block;
  }
}

.m-reviewItem_image {
  position: relative;
}

@media (hover: hover) and (pointer: fine) {
  .staffReviewList_list a .m-reviewItem_image img,
  .staffReviewList_list a .m-reviewItem_detail {
    transition: opacity 0.6s;
  }
}

.m-reviewItem .m-reviewItem_image img {
  aspect-ratio: 260 / 340;
  object-fit: cover;
}
.m-reviewItem_image .icon-movie {
  position: absolute;
  top: 1rem;
  right: 1rem;
  max-width: 5rem;
  z-index: 1;
  pointer-events: none;
}
.m-reviewItem_image .icon-movie img {
  max-width: 5rem;
  width: 100%;
  aspect-ratio: 1;
}
.m-reviewItem .m-reviewItem_userIcon {
  flex: 0 0 var(--usericon-size, 6.4rem);
}
.c-staffIcon {
  overflow: hidden;
  border-radius: 50%;
}
.m-reviewItem .m-reviewItem_detail {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  color: #000;
}
.m-reviewItem .m-reviewItem_userName {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
}

/* ===============================================
 Expert & Store  
=============================================== */ 
.staff-wrap {
  padding: 0px;
  margin: 20px 1% 20px 1%;
  border-radius: 20px;
  background-color: #000000;
  box-shadow: 0px 0px 11px 3px rgb(26 26 26);
  overflow: hidden;
  cursor: pointer;
  transform: scale3d(1, 1, 1);
  transition: .3s;
}
.img-block {
  width: 100%;
  margin-bottom: 20px;
}
.staff-info {
  padding: 25px 15px 20px 15px;
}
.staff-name1 {
  font-size: 20px;
  font-weight: 700;
  padding-left: 10px;
  margin-bottom: 5px;
  border-left: 10px solid #a98c00;
 }
.staff-name1 span {
  font-size: 14px;
}
.staff-name2 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 700;
}
.staff-cap1 {
  font-size: 14px;
  margin: 0px 0px 10px 0px;
}

/* ===============================================
 archive
=============================================== */
.archive_wrap {
  display: flex;
  flex-direction: row;
  align-items: center
  margin-top: 2rem;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}

.archive_wrap a{
  display: block;
  width: 33.3%;
  padding: 1rem;
  height: auto;
}

.archive_wrap a h4{
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  margin-top: 0.5rem;
}

/* ===============================================
 Button 
=============================================== */
.button-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: 40px auto 10px;
  padding: 0.9em 2em;
  border: none;
  border-radius: 25px;
  background-color: #ff0000;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.button-2:hover {
  background-color: #ef0000;
}

.button-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin: 0 auto;
  padding: 0.9em 2em;
  border: none;
  border-radius: 25px;
  background-color: #f4f400;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

.button-3:hover {
  background-color: #e4e400;
}

@media (max-width: 1501px) {
}
#Wrap_lower.onlyDefault {
  margin: 0 auto !important;
}
@media (max-width: 1024px) {
  #Wrap_lower.onlyDefault {
    margin: 0 auto !important;
    padding: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  /* ===============================================
	フッター(基本消すだけ)
	=============================================== */
  .common-info_inner {
    padding: 3rem 0;
  }
  .common-info-other {
    gap: 2rem;
  }
  .cardUNit-siteInfo {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 1rem 1.8rem;
    padding: 0 4rem;
  }
  .cardUNit-siteInfo li {
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  .cardUNit-siteInfo li + li {
    border-left: 1px solid #fff;
    padding-left: 1.8rem;
  }
  .cardUNit-siteInfo li:nth-child(3) {
    border-left: none;
  }
  #Foot .floating_searchBox {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .visible-phone_tablet {
    display: block;
  }

  /* ===============================================
	nav
	=============================================== */
  .g-nav-inner {
    padding: 1rem 1.2rem;
    font-size: 1.3rem;
    gap: 0 1rem;
  }
  .g-nav-inner li a {
    padding: 0.4rem 0.8rem;
  }
  .bd-white {
    margin-bottom: 4px;
  }
  .bd-white-sp {
    display: inline-block;
    border-right: 2px solid #fff;
  }
  /* ===============================================
	フッター(基本消すだけ)
	=============================================== */
    .common-info_inner {
        padding: 3rem 2rem;
    }
  .common-info-other {
    gap: 2rem;
  }
  .cardUNit-siteInfo {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 1rem 1.8rem;
    padding: 0 4rem;
  }
  .cardUNit-siteInfo li {
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  .cardUNit-siteInfo li + li {
    border-left: 1px solid #fff;
    padding-left: 1.8rem;
  }
  .cardUNit-siteInfo li:nth-child(3) {
    border-left: none;
  }
  #Foot .floating_searchBox {
    display: none !important;
  }

  .disp-pc {
    display: none;
  }

  .disp-smt {
    display: block;
  }
   {
    font-size: 2.3rem;
    margin-bottom: 1rem;
  }
  .Product_wrap a h4 {
    font-size: 1.3rem;
    font-weight: 500;
  }
  .informationContents_inner {
      width: 100%;
      max-width: var(--container-main);
      padding: 4rem 1rem 4rem;
      margin: 0 auto;
      position: relative;
      overflow: hidden;
  }
  .Product_wrap {
    flex-wrap: wrap;
  }
  .Product_wrap a {
    width: 50%;
   }
   .staff-name1 {
    font-size: 15px;
    font-weight: 600;
  }
  .staff-name2 {
      font-size: 10px;
      margin-bottom: 10px;
      font-weight: 500;
  }
  .staff-cap1 {
      font-size: 12px;
  }
}

@media (max-width: 438px) {
  /* SP only */
  .g-nav-inner {
    font-size: 1.4rem;
  }
  #gibson-top{
  padding-top: 70px;
}
  .grid_container[data-layoutType="flexScroll"] .grid_item,
  [data-layout="exprosion"] .itemList .itemList__unit {
    width: 60%;
  }
  .col-pc-6 {
    width: 50%;
  }
  .articleList__title {
    font-size: 1.2rem;
  }
}
