/* top.css */

#top-information ul, #top-information li,
#top-feature ul, #top-feature li{padding:0;margin:0;list-style:none;}

#main-contents h1,
#main-contents h2 {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
}

.en {
  font-family: Arial, Helvetica, "sans-serif";
  transform: scale(0.9,1);
}

.section-title {
  margin-bottom: 50px;
  text-align: center;
}
.section-title .en {
  display: block;
  font-size: 42px;
  font-weight: bold;
}
.section-title .ja {
  display: block;
  font-size: 16px;
  font-weight: normal;
}

/** tablet **/
@media screen and (max-width: 1068px) {
  .section-title {
    margin-bottom: 40px;
  }
  .section-title .en {
    line-height: 1.2;
    font-size: 36px;
  }
  .section-title .ja {
    padding-top: 5px;
    font-size: 14px;
  }
}

/** smartphone **/
@media screen and (max-width: 700px) {
  .section-title {
    margin-bottom: 30px;
  }
  .section-title .en {
    font-size: 32px;
  }
  .section-title .ja {
    font-size: 10px;
  }
}

#top-main-visual {
	text-align: center;
	background: #833C97;
	color: #fff;
	position: relative;
}
#top-main-visual.background1 {
	background: url(../img/index/main_visual.jpg) no-repeat center center;
	background-size: cover;
}
#top-main-visual.background2 {
	background: url(../img/index/main_visual2.jpg) no-repeat center center;
	background-size: cover;
}
#top-main-visual.background3 {
	background: url(../img/index/main_visual3.jpg) no-repeat center center;
	background-size: cover;
}
#top-main-visual .box {
	padding: 80px 0 20px;
}
#top-main-visual .box:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 8%, transparent);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 8%, transparent);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 8%, transparent);
}
#top-main-visual #main-search {
	max-width: 870px;
	margin: 0 auto;
	background: rgba(131,60,151,0.7);
	position: relative;
	z-index: 1;
}
#top-main-visual #main-search #shops {
	width: 144px;
	height: 144px;
	position: absolute;
	top: -16px;
	right: 8px;
	transition: opacity .5s ease;
}
#top-main-visual #main-search #shops:hover {
	opacity: 0.6;
	transition: opacity .5s ease;
}
#top-main-visual #main-search h1 {
  padding: 110px 0 30px;
  line-height: 1.2;
}
#top-main-visual #main-search h1 .sub {
  display: block;
  font-size: 24px;
}
#top-main-visual #main-search h1 .en {
  display: inline-block;
  margin: 0 -3.5%;
  font-size: 60px;
  font-weight: bold;
}
#top-main-visual #main-search h1 sup {
  vertical-align: super;
  font-size: 20px;
}
#top-main-visual #main-search .searchform label {
	cursor: text;
}
#top-main-visual #main-search .searchform input {
	border: #fff solid 1px;
}
#top-main-visual .link-button {
  padding: 25px 0 50px;
  font-size: 18px;
  font-weight: bold;
}
#top-main-visual .link-text {
	padding-top: 20px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
#top-main-visual .link-text a {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
#top-main-visual .link-text a span {
	display: block;
	font-weight: normal;
	font-size: 11px;
}
#top-main-visual .link-text a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff;
}

#newShopBlock {
  max-height: 0px;
  opacity: 0;
  padding: 0 20px;
  overflow: hidden;
  transition: all .5s ease;
}
#newShopBlock.active {
  max-height: 300em;
  opacity: 1;
}
#newShopBlock .inner {
  position: relative;
  max-width: 1140px;
  padding: 50px 0 60px;
  margin: 0 auto;
}
#newShopBlock .shoplist-box {
  overflow: hidden;
}
#newShopBlock ul,
#newShopBlock li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#newShopBlock ul li {
  width: 14.2857%;
  float: left;
  padding-top: 8px;
}
#newShopBlock ul li p {
  font-size: 13px;
}
#newShopBlock ul a {
  display: block;
  margin-left: 3px;
  padding: 0 4px;
  text-align: center;
  background: #804c9e;
  border-radius: 4px;
  box-sizing: border-box;
  transition: opacity .15s linear;
}
#newShopBlock .kansai a {
  background: #646DB5;
}
#newShopBlock .tohoku a {
  background: #397988;
}
#newShopBlock .chubu a {
  background: #6B7E3E;
}
#newShopBlock .chugoku a {
  background: #9A696B;
}
#newShopBlock .kyushu a {
  background: #AD5981;
}
#newShopBlock ul a:hover {
  opacity: .7;
}
#newShopBlock ul li a div {
	color: #fff;
	font-size: 18px;
	display: table-cell;
	width: 320px;
	height: 40px;
	vertical-align: middle;
}
#newShopBlock ul li a div.small {
	font-size: 80%;
	line-height: 1.2;
	letter-spacing: -0.05em;
}
#newShopBlock ul li a span {
	display: block;
	padding-bottom: 4px;
	font-size: 10px;
	font-weight: bold;
	color: #bfe34a;
}
#newShopBlock .note {
  padding-top: 20px;
  font-size: 14px;
  text-align: right;
}

#top-three-banners {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: table;
  table-layout: fixed;
}
#top-three-banners li {
  position: relative;
  list-style: none;
  display: table-cell;
  color: #fff;
  width: 33.33%;
  z-index:0;
  overflow: hidden;
  background-repeat: no-repeat;
  padding: 32px 1% 112px;
	background: #000;
}
#top-three-banners li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.5;
  transition: all .25s linear;
}
/*#top-three-banners li:first-child {
  background: #ECAF5D;
}*/
#top-three-banners li:first-child:after {
  background: url(../img/index/bg_banner01.jpg);
  background-position: center center;
  background-size: cover;
}
/*#top-three-banners li:nth-child(2) {
  background: #3aa7d5;
}*/
#top-three-banners li:nth-child(2):after {
  background: url(../img/index/bg_banner02.jpg);
  background-position: center center;
  background-size: cover;
}
/*#top-three-banners li:nth-child(3) {
  background: #b0bc22;
}*/
#top-three-banners li:nth-child(3):after {
  background: url(../img/index/bg_banner03.jpg);
  background-position: center center;
  background-size: cover;
}
#top-three-banners li:hover:after {
  transform: scale(1.1);
  opacity: 0.25;
}
#top-three-banners .info {
  position: relative;
  z-index: 10;
}
#top-three-banners .title-en {
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 8px;
}
#top-three-banners .title-ja {
  font-size: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#top-three-banners .text {
  min-height: 4em;
  max-width: 21em;
  padding-top: 20px;
  margin: 0 auto;
}
#top-three-banners .btn-area {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  padding: 20px 20px 0;
	width: 100%;
  max-width: 16em;
  margin: 0 auto;
}
#top-three-banners .btn-area span {
  display: block;
  padding: 10px 0;
  border: 2px solid #fff;
  border-radius: 40px;
  font-weight: bold;
  transition: all .15s linear;
}
#top-three-banners a:hover .btn-area span {
  background: #fff;
  color: #804c9e;
}

#top-information {
  padding: 70px 20px;
  background: #f3f3f3;
}
#top-info-inner {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
}
#top-information .section-title,
#top-information .infomation-links {
  width: 30.7%;
  float: left;
  text-align: center;
}
#top-information .news-list-area {
  width: 65.789%;
  float: right;
}
#top-information .news-category li {
  display: inline-block;
  width: 25%;
  font-size: 18px;
  text-align: center;
}
#top-information .news-category li a {
  padding: 0 0 10px;
  position: relative;
  display: block;
  border-bottom: 2px solid #e7e7e7;
}
#top-information .news-category li a:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  left: 50%;
  bottom: -2px;
  background: #804c9e;
  transition: all .3s ease;
}
#top-information .news-category li a:hover {
  color: #804c9e;
}
#top-information .news-category li a.active {
  color: #804c9e;
  font-weight: bold;
}
#top-information .news-category li a:hover:after,
#top-information .news-category li a.active:after {
  width: 100%;
  left: 0;
}
#top-information .news-list {
  padding-top: 20px;
  display: none;
}
#top-information .news-list.active {
  display: block;
}
#top-information .news-list li {
  display: table;
  padding-top: 20px;
  width: 100%;
  line-height: 1.6;
}
#top-information .news-list .date,
#top-information .news-list .text {
  display: table-cell;
  vertical-align: top;
}
#top-information .news-list .date {
  padding-top: 4px;
  font-size: 12px;
  width: 15em;
}
#top-information .news-list .category {
  display: inline-block;
  margin-left: 2.5em;
  width: 5em;
  text-align: center;
  color: #fff;
  background: #804c9e;
}
#top-information .news-list a:hover {
  color: #804c9e;
}
#top-information .infomation-links li {
  padding-bottom: 20px;
  max-width: 220px;
  margin: 0 auto;
  font-size: 18px;
}
#top-information .infomation-links a {
  display: block;
  padding: 8px 0;
  border: 2px solid #804c9e;
  border-radius: 40px;
  color: #804c9e;
  transition: all .15s linear;
}
#top-information .infomation-links a:hover {
  color: #fff;
  background: #804c9e;
}
#top-information .topnews {
	border: #ccc solid 1px;
	background: #fff;
	padding: 24px 16px;
	margin-bottom: 80px;
}
#top-information .topnews a {
	text-decoration: underline;
}
#top-information .topnews a:hover {
	text-decoration: none;
}
#top-information .topnews .inner {
	display: table;
	margin: 0 auto;
}
#top-information .topnews .inner > p {
	display: table-cell;
	vertical-align: middle;
}
#top-information .topnews .category {
	color: #fff;
	background: #C8161D;
	padding: 8px 24px;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
}
#top-information .topnews .category span {
	font-size: 9px;
}
#top-information .topnews .contents {
	display: table;
}
#top-information .topnews .contents span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 16px;
}
#top-information .topnews .contents .date {
	font-size: 12px;
}
#top-information .topnews .contents .text {
	text-align: left;
}

#top-feature {
  max-width: 1170px;
  padding: 70px 0 100px;
  margin: 0 auto;
}
#top-feature ul {
  position: relative;
  overflow: hidden;  
}
#top-feature ul:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  background: #e6e6e6;
}
#top-feature li {
  width: 50%;
  float: left;
  padding-top: 50px;
  border-top: 1px solid #e6e6e6;
  line-height: 1.8;
}
#top-feature li .item {
  padding: 0 15px;
}
#top-feature li:first-child,
#top-feature li:nth-child(2) {
  padding-top: 0;
  padding-bottom: 30px;
  border-top: none;
}
#top-feature li:nth-child(2n+1) {
  clear: both;
}
#top-feature li h2 {
  position: relative;
  width: 100%;
  padding-bottom: 45%;
  margin-bottom: 20px;
  font-size: 24px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#top-feature li#feature01 h2 {background-image:url(../img/about/bg_feature01.jpg);}
#top-feature li#feature02 h2 {background-image:url(../img/about/bg_feature02.jpg);}
#top-feature li#feature03 h2 {background-image:url(../img/about/bg_feature03.jpg);}
#top-feature li#feature04 h2 {background-image:url(../img/about/bg_feature04.jpg);}
#top-feature li h2 .ttl {
  display: block;
  position: absolute;
  width: 91%;
  left: 9%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#top-feature li h2 .eng {
  display: block;
  line-height: 1.2;
  font-size: 42px;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: bold;
}

#top-feature li .image {
  padding-bottom: 20px;
}
#top-feature .link-button {
  max-width: 290px;
  padding-top: 60px;
  margin: 0 auto;
  font-size: 18px;
}

/** tablet **/
@media screen and (max-width: 1068px) {
  #top-main-visual {
    padding: 20px;
  }
  #top-main-visual #main-search #shops {
	width: 112px;
	height: 112px;
	top: -8px;
	right: 2%;
  }
  #top-main-visual #main-search h1 {
    padding: 80px 0 20px;
  }
  #top-main-visual #main-search h1 .sub {
    font-size: 20px;
  }
  #top-main-visual #main-search h1 .en {
    font-size: 54px;
  }
  #top-main-visual .link-button {
    padding: 30px 0 40px;
  }
  
  #newShopBlock ul li {
    width: 25%;
  }

  #top-three-banners .title-en {
    font-size: 40px;
  }
  #top-three-banners .title-ja {
    font-size: 20px;
  }
  #top-three-banners .text {
    font-size: 14px;
    min-height: 5em;
  }
  #top-three-banners .link {
    padding: 20px 10px 0;
  }

  #top-information {
    padding: 50px 20px;
  }
  #top-information .section-title .en {
    font-size: 30px;
  }
  #top-information .news-category li {
    font-size: 16px;
  }
  #top-information .news-list {
    padding-top: 10px;
  }
  #top-information .news-list .text {
    font-size: 14px;
  }
  #top-information .infomation-links li {
    font-size: 16px;
  }

  #top-feature {
    padding: 50px 0;
  }
  #top-feature li h2 {
    font-size: 22px;
  }
  #top-feature li h2 .ttl {
    left: 4%;
    width: 96%;
  }
  #top-feature li h2 .eng {
    font-size: 34px;
  }
}

/** smartphone **/
@media screen and (max-width: 700px) {
	#top-main-visual {
		position: relative;
		padding: 20px 10px;
	}
	#top-main-visual:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: linear-gradient( rgba(140, 94, 168, .8), rgba(131,60,151,0.8) );
		z-index: 1;
	}
	#top-main-visual .box {
		padding: 0 0 5px;
	}
	#top-main-visual .box:after {
		display: none;
	}
  #top-main-visual #main-search {
    position: relative;
    padding: 30px 0 15px;
    background: none;
    z-index: 5;
  }
  #top-main-visual #main-search #shops {
	width: 64px;
	height: 64px;
	top: -10px;
	right: 16px;
  }
  #top-main-visual #main-search h1 {
    padding: 25px 0 10px;
  }
  #top-main-visual #main-search h1 .sub {
    font-size: 12px;
    margin-bottom: 5px;
}
  #top-main-visual #main-search h1 .en {
    font-size: 32px;
    line-height: 1;
}
  #top-main-visual #main-search h1 sup {
    margin-left: .2em;
    font-size: 10px;
    vertical-align: middle;
  }
  #top-main-visual .link-button {
    padding: 12px 10px 0;
    font-size: 16px;
  }
  #top-main-visual .link-text {
	position: relative;
    padding: 0 0 4px;
	margin-bottom: 0;
    font-size: 12px;
	font-weight: normal;
    z-index: 5;
  }
  
  #newShopBlock ul li {
    width: 50%;
  }
  #newShopBlock ul li p {
    font-size: 12px;
  }
  #newShopBlock ul li a div {
    font-size: 16px;
	  height: 36px;
  }
  #newShopBlock .note {
    padding-top: 15px;
    font-size: 12px;
  }
  #newShopBlock .link-button {
    padding-top: 15px;
  }

  #top-three-banners {
    display: block;
  }
  #top-three-banners li {
    display: block;
    width: auto;
	padding-top: 8px;
	padding-bottom: 16px;
  }
  #top-three-banners li .info {
    max-width: 340px;
    margin: 0 auto;
  }
  #top-three-banners .title-en {
    font-size: 32px;
    margin: 15px 0 0;
    line-height: 100%;
  }
  #top-three-banners .title-ja {
    padding-top: 5px;
    font-size: 19px;
	text-overflow: clip;
    white-space: normal;
  }
  #top-three-banners .text {
    min-height: 1em;
    padding-top: 10px;
    font-size: 13px;
  }
  #top-three-banners .btn-area {
	position: static;
    max-width: 320px;
    padding-top: 10px;
    font-size: 16px;
  }
  #top-three-banners .btn-area span {
    padding: 8px 0;
  }
  #top-three-banners .item:hover:before {
    opacity: 1;
  }
  #top-three-banners li:hover .btn-area span {
    background: none!important;
    color: #fff!important;
  }
  #top-three-banners li:hover:after {
    transform: scale(1);
	opacity: 0.15;
  }
  #top-three-banners .title-en,
  #top-three-banners .title-ja,
  #top-three-banners .text {
    text-shadow: 0 0 0 #000;
    transition: none;
  }

  #top-information {
    padding: 15px 15px;
  }
  #top-information .section-title,
  #top-information .infomation-links,
  #top-information .news-list-area {
    width: auto;
    float: none;
  }
  #top-information .news-category li {
    font-size: 12px;
  }
  #top-information .news-category li a:hover {
    color: inherit;
  }
  #top-information .news-category li a.active {
    color: #6a4698;
    font-weight: bold;
  }
  #top-information .news-category li a:hover:after {
    width: 0;
    left: 50%;
  }
  #top-information .news-category li a.active:after {
    width: 100%;
    left: 0;
  }
  #top-information .news-list li {
    display: block;
    padding: 10px 0;
  }
  #top-information .news-list .date,
  #top-information .news-list .text {
    display: block;
  }
  #top-information .news-list .date {
    padding-top: 0;
    font-size: 10px;
    width: auto;
  }
  #top-information .news-list .text {
    padding-top: 5px;
  }
  #top-information .news-list .category {
    margin-left: 1em;
    font-size: 11px;
  }
  #top-information .news-list a {
    text-decoration: underline;
  }
  #top-information .news-list a:hover {
    color: inherit;
  }
  #top-information .infomation-links li {
    padding: 15px 10px 0;
    max-width: 340px;
    margin: 0 auto;
    font-size: 16px;
  }
  #top-information .infomation-links a:hover {
    color: #804c9e;
    background: none;
  }
	#top-information .topnews {
		margin-bottom: 32px;
	}
	#top-information .topnews .inner {
		display: block;
		margin: 0 auto;
	}
	#top-information .topnews .inner > p {
		display: block;
	}
	#top-information .topnews .category {
		display: block;
		max-width: 240px;
		margin: 0 auto 16px;
	}
	#top-information .topnews .contents {
		display: block;
	}
	#top-information .topnews .contents span {
		display: block;
		padding: 0;
	}
	#top-information .topnews .contents .date {
		margin-bottom: 8px;
	}

  #top-feature {
    padding: 30px 0;
  }
  #top-feature ul:after {
    display: none;
  }
  #top-feature li {
    width: auto;
    float: none;
    padding-top: 40px;
    border-top: none;
  }
  #top-feature li:first-child {
    padding-bottom: 0;
  }
  #top-feature li:nth-child(2) {
    padding-top: 40px;
    padding-bottom: 0;
  }
  #top-feature li h2 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  #top-feature li h2 .ttl {
    left: 8%;
    width: 92%;
  }
  #top-feature li h2 .eng {
    font-size: 28px;
  }
  #top-feature li .image {
    padding-bottom: 15px;
  }
  #top-feature li .text {
    font-size: 13px;
  }
  #top-feature .link {
    max-width: 340px;
    padding: 40px 10px 0;
    font-size: 16px;
  }
  #top-feature .link a:hover {
    background: none;
    color: #804c9e;
  }
}



