@charset "Shift_JIS";

/**
 * default.css
 * updatedAt: 2018.05.10
 */

/*========================================

  .ss-

========================================*/
.ss-intro {
  margin: 55px auto 0;
}

.ss-partHeading__sub {
  margin: 0 auto;
  max-width: 220px;
}
.ss-partHeading__sub img {
  width: 100%;
  height: auto;
}
.ss-partHeading__txt {
  text-align: center !important;
  margin: 60px;
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
  color: #616466 !important;
}

.ss-heading {
  text-align: left !important;
  margin: 0;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  color: #616466 !important;
}

.ss-caption {
  display: inline-block;
  margin-top: 7px;
  font-size: 1.0rem !important;
  line-height: 1.2 !important;
  color: #616466 !important;
}

@media (max-width:960px) {
  .ss-caption {
    font-size: 0.938rem !important;
  }
}
@media (max-width:640px) {
  .ss-partHeading__sub {
    max-width: 180px;
  }
  .ss-partHeading__txt {
    font-size: 1.25rem !important;
  }
  .ss-caption {
    font-size: 0.875rem !important;
  }
}
@media (max-width:359px) {
  .ss-partHeading__sub {
    max-width: 160px;
  }
  .ss-partHeading__txt {
    font-size: 1.125rem !important;
  }
  .ss-caption {
    font-size: 0.813rem !important;
  }
}




/*========================================

  .ss-about

========================================*/
.ss-about {
  margin-top: 90px;
  padding: 60px 0;
  background: #fafafa;
}
.ss-about__inner {
  display: flex;
  display: -webkit-flex;
}
.ss-about__title {
  text-align: left !important;
  margin: 0 0 15px;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  color: #616466 !important;
}
.ss-about__txtbox {
  box-sizing: border-box;
  padding-left: 30px;
  width: 56.4%;
  border-left: 10px solid #333331;
}
.ss-about__imgbox {
  margin-left: auto;
  width: 36.877%;
}

@media (max-width:960px) {
  .ss-about__txtbox {
    padding-left: 3.334%;
    border-width: 8px;
  }
}

@media (max-width:640px) {
  .ss-about {
    margin-top: 40px;
    padding: 40px 0;
  }
  .ss-about__inner {
    display: block;
  }
  .ss-about__title {
    text-align: center !important;
    font-size: 1.625rem !important;
  }
  .ss-about__txtbox {
    padding-left: 0;
    width: auto;
    border-left: none;
  }
  .ss-about__imgbox {
    margin: 20px 0 0;
    width: auto;
  }
}



/*========================================

  .ss-part1

========================================*/
.ss-part1 {
  margin-top: 100px;
}
.ss-part1__img01 {
  margin: 35px auto 70px;
  max-width: 615px;
}
.ss-part1__img02 {
  display: flex;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  margin-top: 35px;
}
.ss-part1__img02a,
.ss-part1__img02b {
  text-align: center;
  width: 49.458%;
}
.ss-part1__sec {
  position: relative;
  margin-top: 100px;
}
.ss-part1__sec:after {
  clear: both;
  display: block;
  content: '';
}
.ss-part1__sec .ss-heading {
  margin-bottom: 20px;
}
.ss-part1__sec .cr-text {
  overflow: hidden;
}
.ss-part1__sec .cr-text + .cr-text {
  margin-top: 20px;
}

.ss-part1__imgbox {
  width: 49.584%;
}
.ss-part1__imgbox--sp {
  display: none;
}
.ss-part1__imgbox--right {
  float: right;
  margin: 5px 0 0 35px;
}
.ss-part1__imgbox--left {
  float: left;
  margin: 5px 35px 0 0;
}

.ss-part1__sec + .cr-text {
  margin-top: 80px;
}


@media (max-width:1200px) {
  .ss-part1__sec .cr-text {
    overflow: visible;
  }
  .ss-part1__imgbox--right {
    margin: 5px 0 15px 35px;
  }
  .ss-part1__imgbox--left {
    margin: 5px 35px 15px 0;
  }
}
@media (max-width:640px) {
  .ss-part1__img01 {
    margin: 35px auto;
  }
  .ss-part1__img02 {
    display: block;
  }
  .ss-part1__img02a,
  .ss-part1__img02b {
    width: auto;
  }
  .ss-part1__img02b {
    margin-top: 20px;
  }

  .ss-part1__sec {
    margin-top: 50px;
  }
  .ss-part1__imgbox {
    margin: 0 0 20px !important;
    width: auto;
  }
  /* .ss-part1__imgbox--pc {
    display: none;
  } */
  .ss-part1__imgbox--sp {
    display: block;
  }
  .ss-part1__imgbox--right,
  .ss-part1__imgbox--left {
    float: none;
  }
  .ss-part1__sec + .cr-text {
    margin-top: 60px;
  }
}


/*========================================

  .ss-part2

========================================*/
.ss-part2 {
  margin-top: 100px;
}
.ss-part2__img01 {
  margin: 35px auto 70px;
  max-width: 615px;
}

.ss-part2__sec {
  margin-top: 100px;
}
.ss-part2__sec:after {
  clear: both;
  display: block;
  content: '';
}
.ss-part2__sec .ss-heading {
  margin-bottom: 20px;
}
.ss-part2__sec .cr-text + .cr-text {
  margin-top: 20px;
}
.ss-part2__txtbox {
  overflow: hidden;
}
.ss-part2__imgbox {
  text-align: center;
  width: 49.417%;
}
.ss-part2__imgbox img + img {
  margin-top: 10px;
}
.ss-part2__imgbox--flex {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.ss-part2__imgbox--right {
  float: right;
  margin: 5px 0 20px 27px;
}
.ss-part2__imgbox--left {
  float: left;
  margin: 5px 27px 20px 0;
}
.ss-part2__imgbox--sp {
  display: none;
}

.ss-part2__img02a {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.ss-part2__img02b,
.ss-part2__img02c,
.ss-part2__img02d,
.ss-part2__img02e {
  margin-top: 20px;
  flex-basis: 49.073%;
  -webkit-flex-basis: 49.073%;
}
.ss-part2__img02c,
.ss-part2__img02e {
  margin-left: auto;
}

.ss-part2__end {
  margin-top: 90px;
}
.ss-part2__end__img {
  margin: 30px auto 0;
  width: 64.317%;
}

@media (max-width:960px) {
  .ss-part2__txtbox {
    overflow: visible;
  }
}
@media (max-width:640px) {
  .ss-part2__img01 {
    margin: 35px auto;
  }
  .ss-part2__sec {
    margin-top: 60px;
  }
  .ss-part2__imgbox {
    margin: 0 0 20px !important;
    width: auto;
  }
  .ss-part2__imgbox--right {
    margin: 5px 0 15px 27px;
  }
  .ss-part2__imgbox--sp {
    display: block;
  }
  .ss-part2__imgbox--pc {
    display: none !important;
  }
  .ss-part2__txtbox + .ss-part2__imgbox {
    margin: 20px 0 0 !important;
  }
  .ss-part2__txtbox + .ss-part2__imgbox--flex {
    display: flex;
    display: -webkit-flex;
    margin: 0 !important;
  }
  .ss-part2__end {
    margin-top: 50px;
  }
  .ss-part2__end__img {
    margin: 30px auto 0;
    width: auto;
  }
}



/*========================================

  .ss-comment

========================================*/
.ss-comment {
  margin-top: 100px;
  padding: 50px 100px 60px;
  background: #fafafa;
}
.ss-comment__title {
  text-align: center !important;
  margin: 0 0 60px;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  color: #616466;
}
.ss-comment__box {
  width: 47%;
}
.ss-comment__box--left {
  float: left;
}
.ss-comment__box--right {
  float: right;
}
.ss-comment__item {
  display: block;
  /*display: flex;
  align-items: flex-start;
  display: -webkit-flex;
  -webkit-align-items: flex-start;*/
}
.ss-comment__item + .ss-comment__item {
  margin-top: 40px;
}
.ss-comment__name {
  text-align: center;
  width: 20.852%;
  margin: 0 auto;
}
.ss-comment__name img {
  border-radius: 50%;
}
.ss-comment__txt {
  margin: 10px 0 0 auto;
  width: 74.469%;
  width: 100%;
}

@media (max-width:1280px) {
  .ss-comment {
    padding: 40px 6.667% 50px;
  }
}
@media (max-width:640px) {
  .ss-comment {
    padding: 9.375%;
  }
  .ss-comment__title {
    margin: 0 0 30px;
    font-size: 1.375rem !important;
  }
  .ss-comment__box {
    margin-top: 40px;
    width: auto;
  }
  .ss-comment__box--left,
  .ss-comment__box--right {
    float: none;
  }

  .ss-comment__item {
    display: block;
  }
  .ss-comment__name {
    margin: 0 auto 15px;
    width: 40%;
  }
  .ss-comment__txt {
    width: auto;
    line-height: 1.8 !important;
  }
}



/*========================================

  .ss-product

========================================*/
.ss-product {
  margin-top: 90px;
}
.ss-product__title {
  text-align: center !important;
  margin: 0;
  padding-bottom: 30px;
  font-size: 1.0rem !important;
  font-weight: 700 !important;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
}
.ss-product__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
}
.ss-product__name {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;

  text-align: center !important;
  margin: 50px 0 25px;
  font-size: 1.0rem !important;
  font-weight: 400 !important;
  line-height: 1.4;
}

.ss-product__wm1 {
  flex-basis: 49.667%;
  -webkit-flex-basis: 49.667%;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
}
.ss-product__zx,
.ss-product__head {
  flex-basis: 24.5%;
  -webkit-flex-basis: 24.5%;
}

.ss-product__item {
  text-align: center;
}
.ss-product__item img {
  width: 68.028%;
}

.ss-product__wm1 .ss-product__item {
  width: 49.329%;
}
.ss-product .s5-button {
  margin: 15px 0 0;
  padding: 14px 15px 12px;
  width: 100%;
  line-height: 1.2;
  color: #fff !important;
}
.ss-product__note {
  text-align: center;
  margin: 80px auto 0;
}

@media (max-width:960px) {
  .ss-product__inner {
    margin: 0 auto;
    width: 90%;
  }
  .ss-product__wm1 {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .ss-product__zx,
  .ss-product__head {
    flex-basis: 49.329%;
    -webkit-flex-basis: 49.329%;
  }
}
@media (max-width:640px) {
  .ss-product__inner {
    display: block;
    width: 86.207%;
  }
  .ss-product__name {
    margin: 40px 0 25px;
  }
  .ss-product__wm1 {
    display: block;
  }
  .ss-product__wm1 .ss-product__item {
    width: auto;
  }
  .ss-product__item + .ss-product__item {
    margin-top: 30px;
  }
  .ss-product__note {
    text-align: left;
    margin-top: 40px;
  }
}


.ss-product__hp {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
}
.ss-product__hp .ss-product__item {
  width: 24%;
}

@media (max-width:640px) {
  .ss-product__hp {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .ss-product__hp .ss-product__item {
    width: auto;
  }
  .ss-product__hp {
    display: block;
  }
}

.ss-product__wm {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.ss-product__wm .ss-product__item {
  width: 50%;
}
/*
@media (max-width:960px) {
} */
@media (max-width:640px) {
  .ss-product__wm {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .ss-product__wm {
    display: block;
  }
  .ss-product__wm .ss-product__item {
    width: auto;
  }
}


.l-contents.c5-l-contents{
    width: 100%;
}
@media screen and (max-width: 767px){
  .l-contents.c5-l-contents{
      padding: 0;
  }
}


/*========================================

  .ss-store

========================================*/
.ss-store {
  margin-top: 30px;
  padding-top: 70px;
  border-top: 1px solid #ccc;
}
.ss-store__title {
  text-align: center !important;
  margin: 0;
  font-size: 1.0rem !important;
  font-weight: 700 !important;
  line-height: 1.4;
}
.ss-store__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;

  margin-top: 40px;
}
.ss-store__item {
  display: block;
  width: 19.1667%;
}
.ss-store__item strong {
  display: block;
  text-align: center;
  padding: 20px 5px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background: #5787f4;
}
.ss-store__item strong:before {
  display: inline-block;
  margin-right: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  content: '';
}

@media (max-width:960px) {
  .ss-store__item strong {
    font-size: 1.4vw;
  }
  .ss-store__item strong:before {
    border-width: 4px 0 4px 6px;
  }
}
@media (max-width:640px) {
  .ss-store {
    padding-top: 30px;
  }
  .ss-store__inner {
    margin-top: 20px;
  }
  .ss-store__item {
    margin-top: 2.0689655%;
    width: 48.9655172%;
  }
  .ss-store__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .ss-store__item strong {
    padding: 15px 5px;
    font-size: 1.0rem;
  }
}
@media (max-width:480px) {
  .ss-store__item strong {
    font-size: 3vw;
  }
}
