@charset "UTF-8";

/* ================================================================
 cover
=================================================================== */
.cover {
  margin-bottom: 10px;
}
.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;
}

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

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

/* ================================================================
 itemSeries
 シリーズライナップ
=================================================================== */
.itemSeries {
  margin: 0 0 60px 0;
}
.itemSeries .itemList {
  flex-direction: column;
  padding: 0 20px;
  margin-top: 20px;
}
.itemSeries .itemList .item {
  margin: 0;
}
.itemSeries .itemList .item + .item {
  margin-top: 20px;
}
.itemSeries .itemList .item a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 120px;
  max-width: 340px;
  margin: 0 auto;
  padding: 15px 20px;
} 
.itemSeries .itemList .item a .itemThumb {
  margin: 0 6% 0 0;
  width: 55%;
}
.itemSeries .itemList .item a .itemThumb img {
  height: auto;
}
.itemSeries .itemList .item a .itemName {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 320px) {
  .itemSeries .itemList .item a {
    padding: 15px 10px;
  }
  .itemSeries .itemList .item a .itemName {
    font-size: 16px;
  }
}

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

/* ================================================================
 itemSearchSection
 お悩みから商品を探す:上書き
=================================================================== */
.itemSearchSection {
  padding: 40px 20px;
}
.itemSearchSection ul {
  margin-bottom: 30px;
}

/* ================================================================
 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;
}


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