@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
body
----------------------------------------------------------*/
body {
	color: #000;
	font-family: Helvetica,Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
	font-size: 13px;
	line-height: 1;
	width: 100%;
	background-color: #fff;
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
  padding-top: 70px;
}
body.fixed {
	position: fixed;
	overflow: hidden;
}
main {
  padding-top: 100vh;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

a {	color: #000; text-decoration: none;}
a:hover { text-decoration: none;}

.animeBefore {
	visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.fadeAnime {
	visibility: visible;
	animation-name: fadeAnime;
	-webkit-animation-name: fadeAnime;
  animation-timing-function: cubic-bezier(0.170, 0.935, 0.305, 1.000);
	animation-duration: 1300ms;
  transform: translate3d(0, 0, 0);
	-webkit-duration: fadeAnime;
}
.fadeUp {
  transition: all 1.3s !important;
}
.t-default {
  animation-duration: 1.3s;
}

/* ---------------------------------------------------------
bg
----------------------------------------------------------*/
#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#bg .movie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: screen;
}
#bg .movie video {
  height: 100vh;
}
#bg .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/opening/bg_fine.jpg) no-repeat;
  background-size: cover;
  background-blend-mode: screen;
  background-blend-mode: multiply;
  background-blend-mode: overlay;
  background-blend-mode: color-burn;
  overflow: hidden;
}
#bg.snow .pic {
  background: url(../img/opening/bg_snow.jpg) no-repeat;
  background-size: cover;  
}
#bg.rain .pic {
  background: url(../img/opening/bg_rain.jpg) no-repeat;
  background-size: cover;  
}
#bg .pic::before {
  content: '';
  background: inherit;/*.bgImageで設定した背景画像を継承する*/
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: 1;/*重なり順序を一番下にしておく*/
  opacity: 0;
  transition: all 1.5s;
}
#bg .pic.blur::before {
  opacity: 1;
}
#bg .white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,1);
  z-index: 2;
  transition: all 1.5s;
}
#bg .white.off {
  opacity: 0;
}
#bg .white.disp {
  opacity: .5;
}
#bg .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 4.6vw 0 0 -31.3vw;
  transition: opacity 1.5s;
  z-index: 4;
}
#bg .arrow.off,
#bg .logo.off {
  opacity: 0;
}
#bg .logo img {
  width: 62.6vw;
  height: auto;
}
#bg .arrow {
  position: absolute;
  bottom: 13.6vw;
  left: 50%;
  margin-left: -7vw;
  transition: opacity 1.5s;
}
#bg .arrow img {
  width: 14.1vw;
  height: auto;
}

/* ---------------------------------------------------------
#slider
----------------------------------------------------------*/
#slider {
  padding: 5.5vw 5.3vw;
}

/* ---------------------------------------------------------
#feature
----------------------------------------------------------*/
#feature {
  width: 100%;
  height: 61.3vw;
  background-color: #fff;
  padding-top: 14.7vw;
  margin-top: -10.8vw;
  box-sizing: border-box;
}
.feature-slider {
  width: 100%;
  padding: 0 0 0 10.6vw;
  box-sizing: border-box;
  overflow: hidden;
}
#feature .swiper-slide {
  width: 26.7vw !important;
}
#feature .swiper-slide:last-child {
  padding-right: 10.6vw;
}
#feature p {
  font-size: 2.9vw;
  line-height: 1.5;
  text-align: center;
  padding-top: 1.8vw;
}

/* ---------------------------------------------------------
#category
----------------------------------------------------------*/
#category h2 {
  font-size: 6.6vw;
  color: #008fd2;
  text-align: center;
  padding: 50px 0 30px;
}
#category h2:after {
  content: '';
  display: block;
  width: 8vw;
  height: 0.7vw;
  background-color: #008fd2;
  margin: 10px auto 0;
}
#category .block a {
  display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-align-items: center; /* Safari */
	align-items: center;
  width: 89vw;
  height: 48vw;
  font-size: 6.5vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  background: url(/files_sp/img/dummy.gif);
  background-size: contain;
  margin: 0 auto 20px;
  overflow: hidden;
}
#category .cate2 a {
  background: url(/files_sp/img/dummy.gif);
  background-size: contain;
}
#category .cate3 a {
  background: url(/files_sp/img/dummy.gif);
  background-size: contain;
}
#category .cate4 a {
  background: url(/files_sp/img/dummy.gif);
  background-size: contain;
}
#category .cate5 a {
  background: url(/files_sp/img/dummy.gif);
  background-size: contain;
}
#category .cate6 a {
  background: url(/files_sp/img/dummy.gif);
  background-size: contain;
}
#category .cate7 a {
  background: url(/files_sp/img/dummy.gif);
  background-size: contain;
}
/*
#category .cate7 a img {
	width: 79.7vw;
	
	height: auto;
}
*/
/* ---------------------------------------------------------
#ranking
----------------------------------------------------------*/
#ranking h2 {
  font-size: 6.6vw;
  color: #008fd2;
  text-align: center;
  padding: 50px 0 20px;
}
#ranking h2:after {
  content: '';
  display: block;
  width: 8vw;
  height: 0.7vw;
  background-color: #008fd2;
  margin: 10px auto 0;
}
.ranking-slider {
  width: 100%;
  padding: 5.3vw 0 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
#ranking .swiper-slide {
  position: relative;
  background-color: #fff;
  counter-increment: rank;
}
#ranking .num {
  position: absolute;
  top: -5.3vw;
  left: -5.3vw;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-align-items: center; /* Safari */
	align-items: center;
  width: 10.6vw;
  height: 10.6vw;
  font-size: 4vw;
  font-weight: bold;
  color: #008fd2;
  background-color: #fff;
  border-radius: 5.3vw;
  border: 2px solid #008fd2;
  box-sizing: border-box;
  position: relative;
}
#ranking .num:before {
	content: counter(rank);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	text-align: center;
	line-height: 10vw;
}
#ranking .txt {
  padding: 4vw;
}
#ranking p {
  font-size: 2.9vw;
  color: #008fd2;
  margin-bottom: 2.9vw;
}
#ranking p:last-child {
  margin-bottom: 0;
}
#ranking .price,
#ranking .off {
  color: #000;
}
#ranking .price {
  margin-bottom: 1.3vw;
}
#ranking .price.special,
#ranking .price.special + .off{
font-weight: bold;
color: #cc3333;
}

/* ---------------------------------------------------------
#pickup
----------------------------------------------------------*/
#pickup h2 {
  font-size: 6.6vw;
  color: #008fd2;
  text-align: center;
  padding: 100px 0 15px;
}
#pickup h2:after {
  content: '';
  display: block;
  width: 8vw;
  height: 0.7vw;
  background-color: #008fd2;
  margin: 10px auto 0;
}
.pickup-slider {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
#pickup .swiper-slide {
  position: relative;
  background-color: #fff;
}
#pickup .txt {
  padding: 4vw;
}
#pickup .lead {
  font-size: 2.9vw;
  color: #008fd2;
  text-align: center;
  margin-bottom: 30px;
}
#pickup .txt p {
  font-size: 2.9vw;
  color: #008fd2;
  margin-bottom: 2.9vw;
}
#pickup .txt p:last-child {
  margin-bottom: 0;
}
#pickup .txt .price,
#pickup .txt .off {
color: #000;
}
#pickup .txt .price {
  margin-bottom: 1.3vw;
}
#pickup .txt .price.special,
#pickup .txt .price.special + .off{
font-weight: bold;
color: #cc3333;
}

/* ---------------------------------------------------------
#topics
----------------------------------------------------------*/
#topics h2 {
  font-size: 6.6vw;
  color: #008fd2;
  text-align: center;
  padding: 90px 0 40px;
}
#topics h2:after {
  content: '';
  display: block;
  width: 8vw;
  height: 0.7vw;
  background-color: #008fd2;
  margin: 10px auto 0;
}
#topics .block {
  width: 89.3vw;
  margin: 0 auto 20px;
}
#topics .block .pic img{
width: 89.375vw;
height: 33.4375vw;
}
#topics .txt {
  background: #fff;
  padding: 2.8vw 4vw 3vw;
}
#topics .txt p {
  font-size: 2.9vw;
  line-height: 1.4;
  color: #008fd2;  
}
#topics .txt p.gray {
  font-size: 2.7vw;
  color: #999;
  padding-top: 2.2vw;
}
#topics .btn-more a {
  display: block;
  width: 33.9vw;
  font-size: 3.7vw;
  font-weight: bold;
  line-height: 36px;
  color: #008fd2;
  text-align: center;
  border: 2px solid #008fd2;
  margin: 40px auto 0;
  box-sizing: border-box;
}

/* ---------------------------------------------------------
#magazine
----------------------------------------------------------*/
#magazine h2 {
  font-size: 6.6vw;
  color: #008fd2;
  text-align: center;
  padding: 100px 0 40px;
}
#magazine h2:after {
  content: '';
  display: block;
  width: 8vw;
  height: 0.7vw;
  background-color: #008fd2;
  margin: 10px auto 0;
}
.magazine-slider {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
#magazine .swiper-slide {
  position: relative;
}

#magazine .txt {
  background: #fff;
  padding: 2.8vw 3.2vw 3vw 4vw;
}
#magazine .txt p {
  font-size: 2.6vw;
  font-feature-settings : "palt";
  line-height: 1.4;
  color: #008fd2;
  padding-right: 1.3vw;
}
#magazine .txt p.date {
  font-size: 2.7vw;
  color: #999;
  padding-top: 2.2vw;
}
#magazine .txt .tag {
  display: inline-block;
  font-size: 2.7vw;
  color: #999;
  line-height: 28px;
  padding: 0 4vw;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  margin: 0 1.3vw 1.3vw 0;
}
#magazine .btn-more a {
  display: block;
  width: 33.9vw;
  font-size: 3.7vw;
  font-weight: bold;
  line-height: 36px;
  color: #008fd2;
  background-color: transparent;
  text-align: center;
  border: 2px solid #008fd2;
  margin: 40px auto 0;
  box-sizing: border-box;
}
#magazine .btn-more {
  display: -webkit-flex; /* Safari */
	display: flex;
  -webkit-justify-content: center; /* Safari */
	justify-content: center;
  -webkit-align-items: center; /* Safari */
	align-items: center;
  width: 100%;
  height: 250px;
  font-size: 3.7vw;
  font-weight: bold;
  color: #008fd2;
  border: 2px solid #008fd2;
  box-sizing: border-box;
}

/* ---------------------------------------------------------
#styling
----------------------------------------------------------*/
#styling h2 {
  font-size: 6.6vw;
  color: #008fd2;
  text-align: center;
  padding: 100px 0 40px;
}
#styling h2:after {
  content: '';
  display: block;
  width: 8vw;
  height: 0.7vw;
  background-color: #008fd2;
  margin: 10px auto 0;
}
.styling-slider {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
#styling .swiper-slide {
  position: relative;
}
#styling .slick-track{
	display: flex;	
}
#styling .txt {
  padding: 4vw;
  background-color: #fff;
}
#styling p {
  font-size: 2.9vw;
  color: #008fd2;
  margin-bottom: 2.9vw;
}
#styling p.date {
  color: #999;
}
#styling p:last-child {
  margin-bottom: 0;
}
#styling .btn-more {
  display: -webkit-flex; /* Safari */
	display: flex;
  -webkit-justify-content: center; /* Safari */
	justify-content: center;
  -webkit-align-items: center; /* Safari */
	align-items: center;
  width: 100%;
  height: 250px;
  font-size: 3.7vw;
  font-weight: bold;
  color: #008fd2;
  border: 2px solid #008fd2;
  box-sizing: border-box;
}

/* ---------------------------------------------------------
#info
----------------------------------------------------------*/
#info {
  padding-bottom: 105px;
}
#info h2 {
  font-size: 6.6vw;
  color: #008fd2;
  text-align: center;
  padding: 100px 0 30px;
}
#info h2:after {
  content: '';
  display: block;
  width: 8vw;
  height: 0.7vw;
  background-color: #008fd2;
  margin: 10px auto 0;
}

#info .block {
  width: 89.3vw;
  background: #fff;
  padding: 2.8vw 4vw 3vw;
  margin: 0 auto 20px;
  box-sizing: border-box;
}
#info .txt-red {
  color: #cc3333;
  margin-bottom: 2.2vw;
}
#info p {
  font-size: 2.9vw;
  color: #333;
  line-height: 1.4;
}
#info p a {
  color: #008fd2;
}
#info .catname{
margin-bottom: 2.2vw;
}
#info .catname.notice{
color: #cc3333;
}
#info p.date {
  font-size: 2.7vw;
  color: #999;
  padding-top: 2.2vw;
}
#info .btn-more a {
  display: block;
  width: 33.9vw;
  font-size: 3.7vw;
  font-weight: bold;
  line-height: 36px;
  color: #008fd2;
  text-align: center;
  border: 2px solid #008fd2;
  margin: 40px auto 0;
  box-sizing: border-box;
}
#container,#bodyContent{
background:none;
}
