@charset "euc-jp";
/*トップcss*/

.recommend__section{
  padding-top:40px;
}
/* sidebar */
/*左メニュー消去*/
@media screen and (max-width: 768px) {
.sidebar__section {
  float: none;
  display:none;
} 
} 
@media screen and (min-width: 769px) and (max-width: 1024px) {
.sidebar__section {
  float: none;
  display:none;
} 
}
@media screen and (min-width: 1025px) {
.sidebar__section {
  float: none;
  display:none;
}
}


/* contents */


@media screen and (max-width: 768px) {
.contents__section {
  float: none;
  width:100%;
  margin: 0 auto;
} 
} 
@media screen and (min-width: 769px) and (max-width: 1024px) {
.contents__section {
  float: none;
  width:100%;
  margin: 0 auto;
} 
}
@media screen and (min-width: 1025px) {
.contents__section {
  float: none;
  width:100%;
  margin: 0 auto;
} 
}


/* キャラリスト */
.brand__section{
  padding: 20px 0 0;
}

@media screen and (max-width: 560px) {
ul.brand-list{
	width:92%;
	margin:0 auto 30px;
  	display:-webkit-box;
  	display:flex;
  	flex-wrap: wrap;
	-webkit-box-align: start;
	align-items: flex-start;
}
ul.brand-list li{
	width:46%;
	margin:0 2% 16px;
	list-style-type: none;
}
} 
@media screen and (min-width: 561px) and (max-width: 768px) {
ul.brand-list{
	width:90%;
	margin:0 auto 30px;
  	display:-webkit-box;
  	display:flex;
  	flex-wrap: wrap;
	-webkit-box-align: start;
	align-items: flex-start;
}
ul.brand-list li{
	width:29%;
	margin:0 2% 20px;
	list-style-type: none;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
ul.brand-list{
	width:90%;
	margin:0 auto 30px;
  	display:-webkit-box;
  	display:flex;
  	flex-wrap: wrap;
	-webkit-box-align: start;
	align-items: flex-start;
}
ul.brand-list li{
	width:21%;
	margin:0 2% 24px;
	list-style-type: none;
}
}
@media screen and (min-width: 1025px) {
ul.brand-list{
	width:82%;
	max-width:1000px;
	margin:0 auto 30px;
  	display:-webkit-box;
  	display:flex;
  	flex-wrap: wrap;
	-webkit-box-align: start;
	align-items: flex-start;
}
ul.brand-list li{
	width:21%;
	margin:0 2% 38px;
	list-style-type: none;
}
}

ul.brand-list li img{
	width:100%;
	height:auto;
	margin:0;
	vertical-align:bottom;
}


/*YouTube動画ここから*/
.movie__section {
  margin:0 auto 80px;
  padding:40px 0 0; 
}
.movie-box {
  text-align: center;
  width: 100%;
  background: #000;
  margin:40px auto 0;
  padding:20px 0;
}
.movie-frame {
  position: relative;
  max-width 1400px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin:0 auto;
}

.movie-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*YouTube動画ここまで*/

/*ブランド名アニメーションここから*/

.name__section {
  margin:0 auto 80px;
  padding:40px 0 0; 
}
@media screen and (max-width: 768px) {
.main-content {
  height:320px;
  position: relative;
  text-align: center;
  width: 100%;
  background: #333;
  color: white;
  margin:40px auto 0;
}
}
@media screen and (min-width: 769px) {
.main-content {
  height:360px;
  position: relative;
  text-align: center;
  width: 100%;
  background: #333;
  color: white;
  margin:40px auto 0;
}
}
@media screen and (max-width: 768px) {
.main-content h1 {
  -webkit-animation: 2s explode_title infinite;
          animation: 2s explode_title infinite;
  font-family: "Raleway";
  font-size: 36px;
  font-weight: 400;
  position: absolute;  
  top: 95px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 100%;
}
.main-content .bounced-word {
  color: #ccc;
  display: block;
  font-family: "Titillium Web";
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 165px;
  -webkit-transform: translate3d(0, -165px, 0);
          transform: translate3d(0, -165px, 0);
  width: 100%;
}
}
@media screen and (min-width: 769px) {
.main-content h1 {
  -webkit-animation: 2s explode_title infinite;
          animation: 2s explode_title infinite;
  font-family: "Raleway";
  font-size: 50px;
  font-weight: 400;
  position: absolute;  
  top: 100px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 100%;
}
.main-content .bounced-word {
  color: #ccc;
  display: block;
  font-family: "Titillium Web";
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 195px;
  -webkit-transform: translate3d(0, -195px, 0);
          transform: translate3d(0, -195px, 0);
  width: 100%;
}
}

.main-content .anim_1 {
  -webkit-animation: 2s bounced-word infinite, 8s hide infinite;
          animation: 2s bounced-word infinite, 8s hide infinite;
}
.main-content .anim_2 {
  -webkit-animation: 2s bounced-word infinite, 8s hidetwo infinite;
          animation: 2s bounced-word infinite, 8s hidetwo infinite;
}
.main-content .anim_3 {
  -webkit-animation: 2s bounced-word infinite, 8s hidethree infinite;
          animation: 2s bounced-word infinite, 8s hidethree infinite;
}
.main-content .anim_4 {
  -webkit-animation: 2s bounced-word infinite, 8s hidefour infinite;
          animation: 2s bounced-word infinite, 8s hidefour infinite;
}

@-webkit-keyframes explode_title {
  10% {
    -webkit-transform: scaleY(0.2);
            transform: scaleY(0.2);
    -webkit-transform-origin: 0 bottom 0;
            transform-origin: 0 bottom 0;
  }
  20% {
    -webkit-transform: scaleY(1.3);
            transform: scaleY(1.3);
    -webkit-transform-origin: 0 bottom 0;
            transform-origin: 0 bottom 0;
  }
  30% {
    -webkit-transform: scaleY(0.7);
            transform: scaleY(0.7);
    -webkit-transform-origin: 0 bottom 0;
            transform-origin: 0 bottom 0;
  }
  40% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0 bottom 0;
            transform-origin: 0 bottom 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0 bottom 0;
            transform-origin: 0 bottom 0;
  }
}

@keyframes explode_title {
  10% {
    -webkit-transform: scaleY(0.2);
            transform: scaleY(0.2);
    -webkit-transform-origin: 0 bottom 0;
            transform-origin: 0 bottom 0;
}
  20% {
    -webkit-transform: scaleY(1.3);
            transform: scaleY(1.3);
    -webkit-transform-origin: 0 bottom 0;
            transform-origin: 0 bottom 0;
}
  30% {
    -webkit-transform: scaleY(0.7);
            transform: scaleY(0.7);
    -webkit-transform-origin: 0 bottom 0;
            transform-origin: 0 bottom 0;
}
  40% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0 bottom 0;
            transform-origin: 0 bottom 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0 bottom 0;
            transform-origin: 0 bottom 0;
  }
}
@-webkit-keyframes bounced-word {
  8% {
    -webkit-transform: translate3d(0, -45px, 0) scaleY(0.4);
            transform: translate3d(0, -45px, 0) scaleY(0.4);
    -webkit-transform-origin: left bottom 0;
            transform-origin: left bottom 0;
}
  25% {
    -webkit-transform: translate3d(0, -110px, 0) scaleY(1.4);
            transform: translate3d(0, -110px, 0) scaleY(1.4);
}
  40% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.6);
            transform: translate3d(0, 0, 0) scaleY(0.6);
    -webkit-transform-origin: left bottom 0;
            transform-origin: left bottom 0;
}
  50% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1.2);
            transform: translate3d(0, 0, 0) scaleY(1.2);
    -webkit-transform-origin: left bottom 0;
            transform-origin: left bottom 0;
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    -webkit-transform-origin: left bottom 0;
            transform-origin: left bottom 0;
}
  80% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
}
@keyframes bounced-word {
  8% {
    -webkit-transform: translate3d(0, -45px, 0) scaleY(0.4);
            transform: translate3d(0, -45px, 0) scaleY(0.4);
    -webkit-transform-origin: left bottom 0;
            transform-origin: left bottom 0;
  }
  25% {
    -webkit-transform: translate3d(0, -110px, 0) scaleY(1.4);
            transform: translate3d(0, -110px, 0) scaleY(1.4);
  }
  40% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.6);
            transform: translate3d(0, 0, 0) scaleY(0.6);
    -webkit-transform-origin: left bottom 0;
            transform-origin: left bottom 0;
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1.2);
            transform: translate3d(0, 0, 0) scaleY(1.2);
    -webkit-transform-origin: left bottom 0;
            transform-origin: left bottom 0;
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    -webkit-transform-origin: left bottom 0;
            transform-origin: left bottom 0;
  }
  80% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
}
@-webkit-keyframes hide {
  0%, 24% {
    visibility: visible;
  }
  25%, 50% {
    visibility: hidden;
  }
  50%, 75% {
    visibility: hidden;
  }
  75%, 100% {
    visibility: hidden;
  }
}
@keyframes hide {
  0%, 24% {
    visibility: visible;
  }
  25%, 50% {
    visibility: hidden;
  }
  50%, 75% {
    visibility: hidden;
  }
  75%, 100% {
    visibility: hidden;
  }
}
@-webkit-keyframes hidetwo {
  0%, 25% {
    visibility: hidden;
  }
  26%, 49% {
    visibility: visible;
  }
  50%, 75% {
    visibility: hidden;
  }
  75%, 100% {
    visibility: hidden;
  }
}
@keyframes hidetwo {
  0%, 25% {
    visibility: hidden;
  }
  26%, 49% {
    visibility: visible;
  }
  50%, 75% {
    visibility: hidden;
  }
  75%, 100% {
    visibility: hidden;
  }
}
@-webkit-keyframes hidethree {
  0%, 25% {
    visibility: hidden;
  }
  25%, 50% {
    visibility: hidden;
  }
  51%, 74% {
    visibility: visible;
  }
  75%, 100% {
    visibility: hidden;
  }
}
@keyframes hidethree {
  0%, 25% {
    visibility: hidden;
  }
  25%, 50% {
    visibility: hidden;
  }
  51%, 74% {
    visibility: visible;
  }
  75%, 100% {
    visibility: hidden;
  }
}
@-webkit-keyframes hidefour {
  0%, 25% {
    visibility: hidden;
  }
  25%, 50% {
    visibility: hidden;
  }
  50%, 75% {
    visibility: hidden;
  }
  76%, 100% {
    visibility: visible;
  }
}
@keyframes hidefour {
  0%, 25% {
    visibility: hidden;
  }
  25%, 50% {
    visibility: hidden;
  }
  50%, 75% {
    visibility: hidden;
  }
  76%, 100% {
    visibility: visible;
  }
}
/*ブランド名アニメーションここまで*/





/*トップページ information欄 */

@media screen and (max-width: 414px) {
.info-top {
  width:94%;
  margin: 20px auto 60px;
  box-sizing:border-box;
  text-align:left;
}
.info-top__inner{
  width:100%;
  display:flex;
 flex-direction:column;
 justify-content: center;
  margin: 0 auto 60px;
}
.info-top__image{
  width:100%;
  margin-bottom:20px;
}
.info-top__image img{
  width:100%;
  height:auto;
}
.info-top__text{
  width:100%;
  display: flex;
  flex-direction:column;
  justify-content: center;
}
.info-top__text__inner{
  width:100%;
}
.info-top__text__inner h3{
  font-size:13px;
  line-height:1.65;
  font-weight:bold;
  margin-bottom:4px;
}
.info-top__text__inner p{
  font-size:13px;
  line-height:1.65;
  margin-bottom:10px;
}
.info-top__text__link{
  text-align:right;
  font-size:13px;
  line-height:1.65;
}
}
@media screen and (min-width: 415px) and (max-width: 559px) {
.info-top {
  width:90%;
  margin: 40px auto 90px;
  box-sizing:border-box;
  text-align:left;
}
.info-top__inner{
  width:100%;
  display:flex;
 flex-direction:column;
 justify-content: center;
  margin: 0 auto 40px;
}
.info-top__image{
  width:100%;
  margin-bottom:20px;
}
.info-top__image img{
  width:100%;
  height:auto;
}
.info-top__text{
  width:100%;
  display: flex;
  flex-direction:column;
  align-content: space-between;
}
.info-top__text__inner{
  width:100%;
}
.info-top__text__inner h3{
  font-size:14px;
  line-height:1.65;
  font-weight:bold;
  margin-bottom:4px;
}
.info-top__text__inner p{
  font-size:14px;
  line-height:1.65;
  margin-bottom:10px;
}
.info-top__text__link{
  text-align:right;
  font-size:14px;
  line-height:1.65;
}
}
@media screen and (min-width: 560px) {
.info-top {
  width:75%;
  margin: 40px auto 100px;
  text-align:left;
}
.info-top__inner{
  width:100%;
  display:flex;
  flex-direction: flex-start;
  justify-content:space-between;
  margin: 0 auto 40px;
}
.info-top__image{
  width:46%;
}
.info-top__image img{
  width:100%;
  height:auto;
}
.info-top__text{
  width:50%;
   display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info-top__text__inner{
  width:100%;
}
.info-top__text__inner h3{
  font-size:14px;
  line-height:1.65;
  font-weight:bold;
  margin-bottom:10px;
}
.info-top__text__inner p{
  font-size:14px;
  line-height:1.65;
}
.info-top__text__link{
  text-align:right;
  font-size:14px;
  line-height:1.65;
}
}

.info__emp{
  font-weight:bold;
}

.info-list {
  list-style-type: none;
}

.info-list__unit {
  padding-bottom: 30px;
}

.info-list__date {
  display: block;
  padding-bottom: 10px;
}


/*フリースペース*/

.free-space__section{
  padding:0;
  box-sizing:border-box;
  text-align:center;
}
.free-space__section__unit{
  width:75%;
  max-width:750px;
  margin:0 auto;
}
h4.free-space__hl{
  font-size:13px;
  font-weight:bold;
  margin:0!important;
  padding:0!important;
}
p.free-space__text{
  font-size:13px;
  margin:0!important;
  padding:0!important;
  text-align:left;
}