@charset "UTF-8";

#home #main {
  padding-bottom: 0;
}

/* ================================================================
 mainInner
 横幅を上書き
=================================================================== */
.mainInner {
  width: 100%;
}

/* ================================================================
 cover
=================================================================== */
.cover {
  position: relative;
  max-width: 1280px;
  margin: 0 auto 50px;
}
.cover img {
  width: 100%;
  height: auto;
}
.cover .flex-control-nav {
  bottom: 10px;
}
.cover .flex-direction-nav a {
  display: block;
  width: 14px;
  height: 26px;
  margin: -10px 0 0 0;
  opacity: 1 !important;
}
.cover .flex-direction-nav .flex-prev {
  left: 10px;
  background: url(../../img/home/arrowCoverLeft@2x.png) no-repeat left;
  background-size: 14px 26px;
  z-index:1;
}
.cover .flex-direction-nav .flex-next {
  right: 10px;
  text-align: right;
  background: url(../../img/home/arrowCoverRight@2x.png) no-repeat left;
  background-size: 14px 26px;
  background-position: right center;
  z-index:1;
}

/* ================================================================
 homeGuide
=================================================================== */
.homeGuide {
  display: flex;
  justify-content: center;
  margin: 0 0 50px 0;
}
.homeGuide img.pc {
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}
.homeGuide a:hover {
  opacity: 0.8;
}

/* ================================================================
 homeSectionTitle, homeSectionSubTitle
 英語と日本語の見出し
=================================================================== */
.homeSectionTitle {
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.homeSectionSubTitle {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.fontNotoSans{
  font-family: 'Noto Sans JP';  
}

/* ================================================================
　ボタン
=================================================================== */
.btn.link {
  display: block;
  width: 200px;
  background-position: right 20px center;
}
  
/* ================================================================
 itemSeries
 シリーズライナップ
=================================================================== */
.itemSeries {
  margin: 0 0 70px 0;
}
.itemSeries .itemList {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.itemSeries .itemList .item {
  margin: 0 25px 0;
}
.itemSeries .itemList .item a {
  display: block;
  width: 400px;
  padding: 30px 0;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
  text-align: center;
  text-decoration: none;
} 
.itemSeries .itemList .item a:hover {
  opacity: 0.8;
}
.itemSeries .itemList .item a .itemThumb {
  margin-bottom: 20px;
}
.itemSeries .itemList .item a .itemThumb img {
  height: 180px;
  width: auto;
  max-width: auto;
}
.itemSeries .itemList .item a .itemName {
  font-size: 20px;
  font-weight: bold;
}

/* ================================================================
 itemLineup
 商品ラインナップ
=================================================================== */
.navItemBottom.itemSection {
  padding: 50px 0 60px;
}
.navItemBottom.itemSection .itemSectionList {
  margin-top: 40px;
}

/*.itemLineup .itemList li {
  box-sizing: border-box;
  width: 250px;
  padding: 20px 5px;
  text-align: center;
  line-height: 1.5;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}
.itemLineup .itemList li a {
  display: block;
  text-decoration: none;
  transition: .3s ease;
}
.itemLineup .itemList li a:hover {
  opacity: 0.7;
}
.itemLineup .itemList li .itemLabelEffect {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.itemLineup .itemList li .itemThumb {
  margin-bottom: 15px;
}
.itemLineup .itemList li .itemName {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.itemLineup .itemList li .itemLabelCategory {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 10px;
  color: #666;
}
.itemLineup .itemList li .itemVolume {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
}
.itemLineup .itemList li .itemLabelDetail {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 160px;
  height: 36px;
  border-radius: 18px;
  text-decoration: none;
  font-size: 16px;
  background-color: #555;
  color: #fff;
}*/

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

/* ================================================================
 about
 リゲインについて
=================================================================== */
.about {
  padding: 70px 0;
}
.about .aboutContent {
  display: flex;
  max-width: 1100px;
  height: 395px;
  margin: 0 auto;
}
.about .aboutContent .imageCol {
  width: 50%;
}
.about .aboutContent .textCol {
  box-sizing: border-box;
  width: 50%;
  padding: 40px 54px;
  line-height: 1.8;
  background-color: rgba(255, 255, 255, .4);
}
.about .aboutContent .textCol .aboutHeading {
  position: relative;
  text-align: center;
  padding: 15px 0;
  margin: 0 0 20px 0;
  line-height: 1.3;
}
.about .aboutContent .textCol .aboutHeading h2 {
  font-size: 40px;
  font-weight: bold;
}
.about .aboutContent .textCol .aboutHeading span {
  font-size: 18px;
  font-weight: bold;
}
.about .aboutContent .textCol .aboutHeading .beforeBrackets {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
.about .aboutContent .textCol .aboutHeading .beforeBrackets:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background-color: #fff;
}
.about .aboutContent .textCol .aboutHeading .beforeBrackets:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #fff;
}
.about .aboutContent .textCol .aboutHeading .afterBrackets {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
}
.about .aboutContent .textCol .aboutHeading .afterBrackets:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 100%;
  background-color: #fff;
}
.about .aboutContent .textCol .aboutHeading .afterBrackets:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: #fff;
}
.about .aboutContent .textCol .btn {
  display: block;
  margin: 20px auto;
  width: 250px;
  background-color: #fff;
  color: #333;
  background-image: url(../../img/common/arrowButtonRightGray@2x.png);
  background-position: right 20px center;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
  font-weight: bold;
}

/* ================================================================
 news
=================================================================== */
.news {
  padding: 70px 0;
  max-width: 800px;
  margin: 0 auto;
}
.news h2 {
  margin: 0 0 20px 0;
  font-size: 36px;
  font-weight: bold;
}
.news h2 span {
  display: inline-block;
  margin: 0 0 0 12px;
  font-size: 16px;
  font-weight: bold;
}
.news ul {
  border-top: 1px solid #ddd;
  font-size: 16px;
  line-height: 1.5;
}
.news ul li {
  border-bottom: 1px solid #ddd;
  padding: 15px;
}
.news ul li a {
  text-decoration: none;
}
.news ul li a:hover {
  opacity: 0.8;
}
.news ul .tag {
  margin: 0 0 10px 0;
}
.news ul .tag:before {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
  width: 75px;
  height: 23px;
  line-height: 23px;
  font-size: 12px;
  color: #FFF;
  text-align: center;
}
.news ul .tagNews .tag:before {
  content: 'お知らせ';
  background-color: #4c92cc;
}
.news ul .tagContents .tag:before {
  content: 'コンテンツ';
  background-color: #88c05c;
}
.news ul .tagImportant .tag:before {
  content: '重要';
  background-color: #e66179;
  letter-spacing: .15em;
}
.news .btn {
  margin: 30px auto 0;
}

/* ================================================================
 20200413 MV上お知らせエリア
=================================================================== */
.newsImportant_link {
  text-decoration-color: #ff0000;
}
.newsImportant {
  text-align: center;
  margin: 20px 15px;
  color: #ff0000;
}
