@charset "UTF-8";

/* ================================================================
 cover
=================================================================== */
.cover {
  margin-bottom: 20px;
}
.cover .flex-control-nav {
  bottom: 1px;
}
.cover .flex-direction-nav a {
  width: 7px;
  height: 13px;
}
.cover .flex-direction-nav .flex-prev {
  left: 5px;
  background-size: 14px 26px;
}
.cover .flex-direction-nav .flex-next {
  right: 5px;
  background-size: 14px 26px;
}

/* ================================================================
 homeGuide
=================================================================== */
.homeGuide {
  margin: 0 0 40px 0;
}

/* ================================================================
 Topics
=================================================================== */
.homeTopics{
  padding: 20px 10px;
}
.homeTopics h2 {
  text-align: center;
  padding: 0 0 15px;
  font-size: 28px;
  border-bottom: 1px solid #dcdcdc;
}
.homeTopics h2 span {
  display: block;
  margin: 8px 0 0 0;
  font-size: 14px;
}
.homeTopics .bnr{
  position: static;
  width: 92%;
  margin: 0 4% 6%;
}
.homeTopics .topicsText{
  display: block;
  width: 92%;
  margin: 0 4%;
  min-height: auto;
  border: none;
}
.homeTopics .topicsText p{
  font-size: 14px;
}

/* ================================================================
 homeSectionTitle, homeSectionSubTitle
 英語と日本語の見出し
=================================================================== */
.homeSectionTitle {
  font-size: 34px;
}
.homeSectionSubTitle {
  font-size: 14px;
}

/* ================================================================
　ボタン
=================================================================== */
.btn.link {
  width: 180px;
  font-size: 14px;
}

/* ================================================================
 itemLineup
 商品ラインナップ
=================================================================== */
.navItemBottom.itemSection {
  margin-top: 40px;
  padding: 40px 0 15px;
}
.navItemBottom.itemSection .itemSectionList {
  justify-content: flex-start;
  /* gap: 10px; */
  margin-top: 20px;
  /* overflow: auto; */
  padding: 5px 20px;
}
.navItemBottom.itemSection .itemSectionList li {
  /* min-width: 60%; */
}
.navItemBottom.itemSection .itemSectionList li.dummy{
  padding: 0;
  opacity: 0;
  min-width: 10px;
  width: 10px;
}
.navItemBottom.itemSection .itemSectionList li .itemLabelEffect {
  font-size: 13px;
  margin-bottom: 8px;
}
.navItemBottom.itemSection .itemSectionList li .itemName {
  font-size: 16px;
  min-height: 40px;
}
.navItemBottom.itemSection .itemSectionList li .itemLabelCategory {
  font-size: 12px;
}
.navItemBottom.itemSection .itemSectionList li .itemLabelDetail {
  height: 30px;
  font-size: 13px;
}
.navItemBottom.itemSection .noteSection{
  margin-left: 20px;
}
.itemSectionListSlide {
  padding: 0;
}
.itemSectionListSlide .splide__track {
  padding: 5px 1em !important;
}

/* ================================================================
 itemNayamiSearchSection
 お悩みから商品を探す:上書き
=================================================================== */
.itemNayamiSearchSection .btn {
  font-size: 16px;
  margin-top: 10px;
}

/* ================================================================
 about
 リゲインについて
=================================================================== */
.about {
  padding: 0;
}
.about .aboutContent {
  flex-direction: column;
  height: auto;
}
.about .aboutContent .imageCol {
  width: 100%;
}
.about .aboutContent .imageCol img {
  width: 100%;
  height: auto;
}
.about .aboutContent .textCol {
  width: 100%;
  padding: 30px 20px 10px;
  background: 0;
}
.about .aboutContent .textCol .aboutHeading {
  
}
.about .aboutContent .textCol .aboutHeading h2 {
  font-size: 34px;
}
.about .aboutContent .textCol .aboutHeading span {
  font-size: 14px;
}
.about .aboutContent .textCol .aboutHeading .beforeBrackets {
  width: 55px;
  height: 55px;
}
.about .aboutContent .textCol .aboutHeading .beforeBrackets:before {
  width: 10px;
}
.about .aboutContent .textCol .aboutHeading .beforeBrackets:after {
  height: 10px;
}
.about .aboutContent .textCol .aboutHeading .afterBrackets {
  width: 55px;
  height: 55px;
}
.about .aboutContent .textCol .aboutHeading .afterBrackets:before {
  width: 10px;
}
.about .aboutContent .textCol .aboutHeading .afterBrackets:after {
  height: 10px;
}
.about .aboutContent .textCol .btn {
  width: 220px;
  font-size: 15px;
}

/* ================================================================
 news
=================================================================== */
.news {
  padding: 30px 0 0;
}
.news h2 {
  text-align: center;
  margin: 0 0 15px;
  font-size: 28px;
}
.news h2 span {
  display: block;
  margin: 8px 0 0 0;
  font-size: 14px;
}
.news ul{
  font-size: 14px;
}
.news .btn {
  margin: 20px auto 0;
}

/* ================================================================
 20200413 MV上お知らせエリア
=================================================================== */
.newsImportant {
	font-size: 14px;
	margin: 15px auto;
    text-align: left;
    line-height: 1.5em;
    padding: 0 10px;
}


@media screen and (max-width: 320px) { /*gapが効かないブラウザ対応*/
  
.navItemBottom.itemSection .itemSectionList li{
    margin-right: 5px;
  }
  .itemSearchSection {
    padding: 40px 10px;
  }
  .itemSearchSection li{
    width: calc(50% - 8px);
    margin: 5px 1px;
  }
}


/* ================================================================
 20260302 Topics タクシーCM 
=================================================================== */

.homeTopics.cm2603 h2 {
    font-size: 18px;
    max-width: 85%;
}