/********** base **********/
a,
a img {
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 0.1);
  -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 0.1);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 0.1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 0.1);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}
a:hover,
a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.sp { display: block; }
.pc { display: none; }


/********** header **********/
.c5-header {
  margin: 10px -20px 0;
}


/********** nav **********/
.c5-nav {
  margin: 0 -10px 50px;
  padding-left: 0;
  list-style-type: none;
  background-color: #fff;
}
.c5-navItem {
  display: block;
  padding: 10px;
  background-repeat: no-repeat;
  background-size: auto 15%;
  background-position: right 10px center;
  border-bottom: 1px solid #f1f1f1;
}
.c5-navItem-1 {
  background-image: url(../images/sp_arrow01.png);
}
.c5-navItem-2 {
  background-image: url(../images/sp_arrow02.png);
}
.c5-navItem-3 {
  background-image: url(../images/sp_arrow03.png);
}
.c5-navItem-4 {
  background-image: url(../images/sp_arrow04.png);
}
.c5-navItem-5 {
  background-image: url(../images/sp_arrow05.png);
}
.c5-navItem a {
  display: block;
  height: 40px;
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: left 10px center;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.c5-navItem-1 a {
  border-left: 4px solid #e60000;
  background-image: url(../images/sp_nav01.png);
}
.c5-navItem-2 a {
  border-left: 4px solid #29499b;
  background-image: url(../images/sp_nav02.png);
}
.c5-navItem-3 a {
  border-left: 4px solid #fdae1d;
  background-image: url(../images/sp_nav03.png);
}
.c5-navItem-4 a {
  border-left: 4px solid #1fba16;
  background-image: url(../images/sp_nav04.png);
}
.c5-navItem-5 a {
  border-left: 4px solid #009fe2;
  background-image: url(../images/sp_nav05.png);
}


/********** feature **********/
.c5-container {
  margin: 10px -10px 0;
}
.c5-feature {
  padding: 10px;
}
.c5-feature-1 {
  background-color: #ffecec;
}
.c5-feature-2 {
  background-color: #eaeffc;
}
.c5-feature-3 {
  background-color: #fef3df;
}
.c5-feature-4 {
  background-color: #ebfbea;
}
.c5-feature-5 {
  background-color: #e8f6fc;
  margin-bottom: 30px;
}
.c5-lineup {
  background-color: #f1eee7;
  padding: 35px;
}

.c5-feature-ttl {
  margin: -10px -10px 20px;
}
.c5-content {
  margin: 0 0 50px;
}

.c5-feature-3 .c5-feature-bnr {
  margin: 0 20px;
}

.c5-feature-5 .c5-content {
  margin: 0;
}
.c5-feature-5 .c5-content-left {
  margin-bottom: 60px;
}
.c5-feature-5 .c5-img {
  margin-bottom: 20px;
}
.c5-feature-5 .c5-feature-img {
  margin-bottom: 20px;
}
.c5-feature-5 .c5-txt p:first-child {
  text-align: center;
  color: #009fe2;
}
.c5-feature-5 .c5-txt {
  margin-bottom: 20px;
}

.c5-txt {
  margin-bottom: 40px;
  font-family: meiryo,serif;
}
.c5-img {
  margin-bottom: 40px;
}
.c5-feature-img {
  margin: 0 0 30px;
}
.c5-feature-img img {
  width: 80%;
  margin: 0 auto;
}


/********** button **********/
.c5-button {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.c5-button a {
  padding: 10px 15px;
  text-align: left;
  border-radius: 100px;
}
.c5-feature-1 .c5-button a {
  background-color: #e60000;
}
.c5-feature-2 .c5-button a {
  background-color: #29499b;
}
.c5-feature-3 .c5-button a {
  background-color: #fdae1d;
}
.c5-feature-4 .c5-button a {
  background-color: #1fba16;
}
.c5-feature-5 .c5-button a {
  background-color: #1c8cf4;
}
.c5-button .s5-button:before {
  margin: 0;
}


/********** lineup **********/

.c5-lineup .c5-content {
  margin-bottom: 0;
}

.c5-lineup-ttl {
  margin-bottom: 30px;
}
.c5-lineup-ttl img {
  width: 50%;
  margin: 0 auto;
}

.c5-lineupItem {
  margin-bottom: 50px;
}
.c5-lineupItem:last-child {
  margin-bottom: 0;
}
.c5-lineup-product {
  margin: 0 0 20px;
}
.c5-lineup-img {
  margin: 0;
}
.c5-button-lineup {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}
.c5-button-lineup a {
  display: block;
  padding: 10px 15px;
  width: 100%;
  border-radius: 100px;
}


.c5-feature-note{
  font-size: 13px;
  font-weight: bold;
  color: #dd0000;
  margin-top: 30px;
}

@media screen and ( min-width: 639px) {

  .sp { display: none; }
  .pc { display: block; }

  /********** header **********/
  .c5-header {
    margin: 0 0 2px;
  }


  /********** nav **********/
  .c5-nav {
    overflow: hidden;
    margin: 0;
  }
  .c5-nav-wrap.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .c5-nav.fixed {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .c5-navItem {
    float: left;
    width: 19.8%;
    margin-right: 0.25%;
    padding: 0;
    background-image: none;
  }
  .c5-navItem:last-child {
    margin-right: 0;
  }
  .c5-navItem-1 {
    border-bottom: 3px solid #e60000;
  }
  .c5-navItem-2 {
    border-bottom: 3px solid #29499b;
  }
  .c5-navItem-3 {
    border-bottom: 3px solid #fdae1d;
  }
  .c5-navItem-4 {
    border-bottom: 3px solid #1fba16;
  }
  .c5-navItem-5 {
    border-bottom: 3px solid #009fe2;
  }
  .c5-navItem a {
    height: 67px;
    border-left: none;
    background-size: auto;
    background-position: center center;
  }
  .c5-navItem-1 a {
    background-image: url(../images/pc_nav01.png);
  }
  .c5-navItem-1 a:hover {
    background-color: #ffecec;
  }
  .c5-navItem-1.active a {
    background-color: #ffecec;
  }
  .c5-navItem-2 a {
    background-image: url(../images/pc_nav02.png);
  }
  .c5-navItem-2 a:hover {
    background-color: #eaeffc;
  }
  .c5-navItem-2.active a {
    background-color: #eaeffc;
  }
  .c5-navItem-3 a {
    background-image: url(../images/pc_nav03.png);
  }
  .c5-navItem-3 a:hover {
    background-color: #fef3df;
  }
  .c5-navItem-3.active a {
    background-color: #fef3df;
  }
  .c5-navItem-4 a {
    background-image: url(../images/pc_nav04.png);
  }
  .c5-navItem-4 a:hover {
    background-color: #ebfbea;
  }
  .c5-navItem-4.active a {
    background-color: #ebfbea;
  }
  .c5-navItem-5 a {
    background-image: url(../images/pc_nav05.png);
  }
  .c5-navItem-5 a:hover {
    background-color: #e8f6fc;
  }
  .c5-navItem-5.active a {
    background-color: #e8f6fc;
  }


  /********** feature **********/
  .c5-container {
    margin: 0;
    padding-top: 60px;
  }

  .c5-feature {
    padding: 10px 50px 60px;
  }

  .c5-feature-ttl {
    margin: -10px -50px 50px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .c5-feature-ttl img {
    margin: 0 auto;
    padding-top: 30px;
  }
  .c5-feature-1 .c5-feature-ttl {
    background-image: url(../images/pc_01_ttl_bg.png);
  }
  .c5-feature-2 .c5-feature-ttl {
    background-image: url(../images/pc_02_ttl_bg.png);
  }
  .c5-feature-3 .c5-feature-ttl {
    background-image: url(../images/pc_03_ttl_bg.png);
  }
  .c5-feature-4 .c5-feature-ttl {
    background-image: url(../images/pc_04_ttl_bg.png);
  }
  .c5-feature-5 .c5-feature-ttl {
    background-image: url(../images/pc_05_ttl_bg.png);
  }


  /********** button **********/
  .c5-button {
    margin: 0 auto;
  }
  .c5-button a {
    padding: 15px 35px;
    border-radius: 100px;
  }


  /********** feature layout **********/
  .c5-content {
    overflow: hidden;
    margin: 0 0 60px;
  }
	.c5-contentInner{
		max-width:767px;
		margin:0 auto;
	}
  .c5-feature-img {
    margin: 0;
  }
  .c5-feature-img img {
    width: auto;
    margin: 0 auto;
  }

  /********** feature 1 layout **********/
  .c5-feature-1 .c5-content {
    margin-bottom: 0;
  }
  .c5-feature-1 .c5-txt {
    margin: 0 auto 50px;
    width: 70%;
  }
  .c5-feature-1 .c5-img {
    overflow: hidden;
    margin: 0 5%;
  }
  .c5-feature-1 .c5-img-content {
    float: left;
    width: 47%;
    margin: 0 6% 0 0;
    text-align: center;
  }
  .c5-feature-1 .c5-img-content:last-child {
    margin-right: 0;
  }
  .c5-feature-1 .c5-feature-img:first-child {
    margin-bottom: 40px;
  }

  /********** feature 2 layout **********/
  .c5-feature-2 .c5-txt {
    float: right;
    margin-bottom: 0;
    width: 35%;
  }
  .c5-feature-2 .c5-img {
    float: left;
    width: 60%;
    margin-bottom: 0;
  }


  /********** feature 3 layout **********/
  .c5-feature-3 .c5-content {
    margin-bottom: 0;
  }
  .c5-feature-3 .c5-txt {
    margin: 0 auto 50px;
    width: 70%;
  }
  .c5-feature-3 .c5-img {
    margin: 0 auto;
    /*overflow: hidden;*/
  }
  .c5-feature-3 .c5-feature-img {
    width: 64%;
    margin: 0 auto;
    text-align: center;
  }
  .c5-feature-3 .c5-feature-bnr {
    display: table-cell;
    margin: 0;
    width: 32%;
    text-align: left;
    vertical-align: middle;
  }


  /********** feature 4 layout **********/
  .c5-feature-4 .c5-content {
    margin-bottom: 0;
  }
  .c5-feature-4 .c5-txt {
    margin: 0 auto 50px;
    width: 70%;
  }
  .c5-feature-4 .c5-img {
    overflow: hidden;
    margin: 0 5%;
  }
  .c5-feature-4 .c5-img-content {
    float: left;
    width: 47%;
    margin: 0 6% 0 0;
    text-align: center;
  }
  .c5-feature-4 .c5-img-content:last-child {
    margin-right: 0;
  }
  .c5-feature-4 .c5-feature-img:first-child {
    margin-bottom: 40px;
  }


  /********** feature 5 layout **********/
  .c5-feature-5 .c5-content {
    margin-bottom: 0;
  }
  .c5-feature-5 .c5-content-left {
    float: left;
    width: 45%;
    margin-bottom: 0;
  }
  .c5-feature-5 .c5-content-right {
    float: right;
    width: 45%;
  }
  .c5-feature-5 .c5-img {
    margin-bottom: 20px;
  }

  /********** lineup layout **********/
  .c5-lineup-ttl img {
    width: auto;
  }
  .c5-lineupItem:first-child {
    float: left;
    width: 27%;
    margin: 0;
  }
  .c5-lineupItem {
    float: left;
    width: 27%;
    margin: 0 0 0 8%;
  }

  .c5-feature-note{
    font-size: 15px;
    margin-top: 70px;
  }

}

@media screen and (min-width: 980px) and (max-width: 1099px) {

  /********** nav **********/
  .c5-navItem a {
    height: 50px;
    background-size: auto 30%;
  }

}

@media screen and (min-width: 640px) and (max-width: 979px) {

  /********** nav **********/
  .c5-navItem {
    float: left;
    padding: 0;
    background-image: none;
  }
  .c5-navItem a {
    height: 55px;
    background-position: center bottom 12px;
    background-size: auto 50%;
  }
  .c5-navItem-1 a {
    background-image: url(../images/tb_nav01.png);
  }
  .c5-navItem-2 a {
    background-image: url(../images/tb_nav02.png);
  }
  .c5-navItem-3 a {
    background-image: url(../images/tb_nav03.png);
  }
  .c5-navItem-4 a {
    background-image: url(../images/tb_nav04.png);
  }
  .c5-navItem-5 a {
    background-image: url(../images/tb_nav05.png);
  }


  /********** feature **********/
  .c5-feature-ttl {
    height: 120px;
  }
  .c5-feature-ttl img {
    height: 50%;
    padding-top: 25px;
  }

  /********** button **********/
  .c5-button a,
  .c5-button-lineup a {
    padding: 8px 18px;
    font-size: 12px;
  }

  /********** feature single column **********/
  .c5-content {
    margin-bottom: 40px;
  }
  .c5-feature-1 .c5-img,
  .c5-feature-4 .c5-img {
    margin: 0;
  }

}

@media screen and (min-width: 640px) and (max-width: 690px) {

  /********** nav **********/
  .c5-navItem a {
    height: 50px;
    background-size: auto 50%;
  }

}
