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

.key__visual {
  min-width: 1000px;
  height: 360px;
  background: url(../images/key_visual.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.key__visual img {
  width: 100%;
}
.index.content {
  margin-top: 0;
}
.headline01 {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 30px;
}
.bg__yellow {
  padding-top: 40px;
  background-color: #f8f2e5;
}
.introduction__description {
  word-break: break-all;
}
.product__slider {
  width: 1010px;
  margin: 0 auto;
  padding-bottom: 46px;
}
.product__slider .bx-viewport:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../common/images/bg_frame02.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.product__slider .bx-wrapper img {
  width: 100%;
}
.product__content {
  padding-bottom: 214px;
}
.product__wrap {
  width: 1040px;
  margin: 0 auto;
}
.product__title {
  margin-bottom: 30px;
  padding: 0 15px;
  word-break: break-all;
  text-align: center;
}
.product__description {
  float: left;
  width: 615px;
}
.product__description p {
  word-break: break-all;
}
.product__info {
  float: right;
  width: 357px;
  padding: 28px 21px 38px 35px;
  background-color: #fff;
  border-radius: 13px;
}
.product__info .label {
  display: inline-block;
  padding: 1px 5px;
  border-bottom: 2px solid;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
}
.product__info .info {
  padding: 9px 2px 20px;
  font-size: 1.8rem;
}
.product__info .info ul {
  margin: 0 -3px;
  padding: 6px 0 8px;
}
.product__info .info li {
  float: left;
  width: 46%;
  margin-right: 4%;
}
.product__info .info img {
  width: 100%;
  border-radius: 13px;
}
.product__info .info span {
  display: block;
  padding-top: 4px;
}
.product__info .btn_content {
  margin: 7px 4% 0 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 50px;
  background-color: #fff;
  border-color: #fff;
  letter-spacing: 2px;
}
.product__info .btn_content:before {
  left: 6px;
}
.product__info .btn_content:after {
  right: 10px;
}
.pb24 {
  padding-bottom: 24px !important;
}

@media only screen and (max-width: 800px) {
  .bg__yellow {
    padding-top: 0;
  }
  .key__visual {
    min-width: unset;
    height: auto;
    background-image: none;
  }
  .index.content {
    margin-top: 65px;
  }
	.headline01 {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
  .product__slider {
    width: 100%;
    padding-bottom: 20px;
  }
  .product__slider .bx-viewport:before {
    background-image: none;
  }
  .product__content {
    padding-bottom: 0px;
  }
  .product__wrap {
    width: 100%;
  }
  .product__title {
    margin-bottom: 10px;
  }
  .product__description,
  .product__info {
    width: auto;
    float: none;
  }
  .product__description p {
    margin: 0 15px 20px;
  }
  .product__info {
    border-radius: 0;
    padding: 35px 20px;
  }
  .product__info .info {
    padding-bottom: 10px;
  }
  .product__info .info img {
    border-radius: 0;
  }
  .product__info .btn_content {
    border-color: #000;
  }
  .pager {
    padding: 10px 0 40px;
  }
  .wrap_button {
    width: 80%;
    padding-bottom: 50px;
  }
}

.introduction{
  padding: 80px 0 0
}
.introduction .wrap{
  width: 780px;
}
.introduction__description{
  margin: 0 0 38px;
}
.introduction a.btn_content{
  width: 270px;
  margin-bottom: 60px;
}
.introduction__txt01{
  font-size: 3.0rem;
  font-weight: 700;
  width: 4em;
  margin: 0 auto 20px;
  padding: 0 1em;
  position: relative;
}
.introduction__txt01:before{
  content:"";
  display: block;
  width: 30px;
  height: 38px;
  background: url(../../common/images/cmn_deco01.png) no-repeat left top;
  background-size: 30px 38px;
  position: absolute;
  left: -10px;
  top: 0.5rem;
}
.introduction__txt01:after{
  content:"";
  display: block;
  width: 30px;
  height: 38px;
  background: url(../../common/images/cmn_deco02.png) no-repeat left top;
  background-size: 30px 38px;
  position: absolute;
  right: -10px;
  top: 0.5rem;
}
.introduction__txt02{
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  width: 16em;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.introduction__txt02:before{
  content:"";
  width: 100%;
  height: 0.5em;
  background: #ff0;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 800px) {
  .introduction{
    padding: 20px 0 0;
  }
  .introduction .wrap{
    width: auto;
  }
  .introduction__description{
    margin: 0 0 10px;
    text-align: left!important;
  }
  .introduction__txt01{
    font-size: 2.5rem;
    margin: 0 auto 10px;
  }
  .introduction__txt01:before{
    width: 20px;
    height: 25px;
    background-size: 20px 25px;
    left: 0;
  }
  .introduction__txt01:after{
    width: 20px;
    height: 25px;
    background-size: 20px 25px;
    right: 0;
  }
  .introduction__txt02{
    font-size: 1.8rem;
  }
  .introduction a.btn_content{
    width: 80%;
  }
}

.story__headline {
  font-size: 2.2rem;
  color: #666464;
  text-align: center;
  letter-spacing: -2.5px;
}
.story__headline span {
  display: inline-block;
  vertical-align: middle;
}
.story__headline span:before {
  content:"";
  display: inline-block;
  width: 14px;
  height: 37px;
  margin: -5px 15px 0 0;
  background: url(../images/bg_deco01.png) no-repeat left center;
  vertical-align: middle;
}
.story__headline span:after {
  content:"";
  display: inline-block;
  width: 14px;
  height: 37px;
  margin: -5px 0 0 22px;
  background: url(../images/bg_deco02.png) no-repeat left center;
  vertical-align: middle;
}
.story__list {
	margin: 30px 0 325px;
	letter-spacing: -1.6px;
}
.story__list__wrap {
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
}
.story__list ol {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 23px;
}
.story__list li {
  display: inline-block;
  margin: 0 3.5%;
}
.story__list li:first-child,
.story__list li:nth-child(3n+1) {
  margin-left: 0;
}
.story__list li:nth-child(3n) {
  margin-right: 0;
}
.story__list li a {	
	display: block;	
}
.story__list li .bg__frame {
  position: relative;
}
.story__list li .bg__frame:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../common/images/bg_frame01.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.bg__frame img {
  width: 100%;
}
.story__list .box__align {
  display: inline-block;
  text-align: left;
}
.story__list li span {
  display: block;
}
.story__list .txt__case {
  padding-bottom: 13px;
  text-align: center;
}
.story__list .txt__case img {
  width: 16.67%;
}
.story__list .title {
  margin: 14px -2px 0;
  padding: 3px 10px 2px;
  background-color: #eb6d8e;
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
  letter-spacing: 0.1rem;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.story__list li:nth-child(2n) .title {
  background-color: #74bd4d;
}
.story__list li:nth-child(3n) .title {
  background-color: #ef7d00;
}
.story__list li p {
  color: #eb6d8e;
  font-size: 2rem;
  font-weight: 700;
  padding: 0 0 0 40px;
  letter-spacing: 0px;
}
.story__list li:nth-child(2n) p {
  color: #74bd4d;
  padding: 0 0 0 40px;
}
.story__list li:nth-child(3n) p {
  color: #ef7d00;
	padding: 0 0 0 30px;
}
.story__list .text {
  padding: 13px 6px 0;
  font-size: 1.6rem;
  letter-spacing: 0.1px;
}
.story__list .name {
  padding: 0 6px;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.story__list .name em {
  display: inline-block;
  margin-left: -3px;
  font-style: normal;
  font-size: 1.6rem;
}
.story__list .title:before {
  content: "";
  display: inline-block;
  border-top: 15px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 9px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.story__list .title:after {
  content: "";
  display: inline-block;
  border-top: 15px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 9px solid #fff;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 800px) {
  .story__headline {
    font-size: 1.7rem;
  }
  .story__list {
    padding: 20px 20px 0;
		margin: 0 0 100px;
  }
  .story__list ol {
    padding-top: 15px;
  }
  .story__list li {
    flex-basis: 47%;
    margin: 0;
    padding-bottom: 20px;
  }
  .story__list .txt__case {
    padding-bottom: 10px;
  }
  .story__list .title {
    margin-top: 10px;
    padding-top: 3px;
    padding-bottom: 2px;
    font-size: 1.3rem;
    letter-spacing: unset;
  }
  .story__list .title:before {
    border-top: 12px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 7px solid #fff;
  }
  .story__list .title:after {
    border-top: 12px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 7px solid #fff;
  }
	
	.story__list li p {	
		font-size: 1.25rem;
		padding: 0px;
	}
	.story__list li:nth-child(2n) p {
		padding: 0px;
	}
	.story__list li:nth-child(3n) p {
		padding: 0px;
	}
  .story__list .text {
    font-size: 1.2rem;
    padding-top: 6px;
  }
  .story__list .name {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 375px) {
  .story__list .title {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 320px) {
  .story__list .title {
    font-size: 1rem;
  }
  .story__list .title:before {
    border-top: 9px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 5px solid #fff;
  }
  .story__list .title:after {
    border-top: 9px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 5px solid #fff;
  }
}
/*----------------------------
movedeco
----------------------------*/
.movedeco .wrap {
  max-width: 1000px;
  width: 100%;
}
.movedeco__deco{
  display: block;
  position: absolute;
  visibility: hidden;
  -webkite-visibility: hidden;
  opacity: 0;
}
.movedeco__deco.on{
  visibility: visible;
  -webkite-visibility: visible;
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all  1s ease;
}
.movedeco__deco1{
  background: url(../images/cmn_moving_deco01.png) no-repeat center;
  width: 201px;
  height: 202px;
  top: 600px;
  left: -141px;
}
.movedeco__deco1.on{
  top: 453px;
}
.movedeco__deco2{
  background: url(../images/cmn_moving_deco02.png) no-repeat center;
  width: 41px;
  height: 39px;
  top: 730px;
  left: 80px;
}
.movedeco__deco2.on{
  top: 623px;
}
.movedeco__deco3{
  background: url(../images/cmn_moving_deco03.png) no-repeat center;
  width: 72px;
  height: 70px;
  top: 710px;
  left: 147px;
}
.movedeco__deco3.on{
  top: 668px;
}
.movedeco__deco4{
  background: url(../images/cmn_moving_deco04.png) no-repeat center;
  width: 191px;
  height: 190px;
  top: 600px;
  right: -27px;
}
.movedeco__deco4.on{
  top: 449px;
}
.movedeco__deco5{
  background: url(../images/cmn_moving_deco05.png) no-repeat center;
  width: 141px;
  height: 104px;
  top: 650px;
  right: -120px;
}
.movedeco__deco5.on{
  top: 628px;
}
@media only screen and (max-width: 800px) {
  .movedeco .wrap {
    overflow: hidden;
  }
  .movedeco__deco1{
    background: url(../images/cmn_moving_deco01_sp.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 120px;
    height: 120px;
    top: 1020px;
    left: auto;
    right: -11px;
  }
  .movedeco__deco1.on{
    top: 895px;
  }
  .movedeco__deco3{
    background: url(../images/cmn_moving_deco03_sp.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 36px;
    height: 36px;
    top: 710px;
    left: auto;
    right: 102px;
  }
  .movedeco__deco3.on{
    top: 902px;
  }
  .movedeco__deco5{
    background: url(../images/cmn_moving_deco05_sp.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 70px;
    height: 70px;
    top: 1030px;
    right: 106px;
  }
  .movedeco__deco5.on{
    top: 1002px;
  }
  .movedeco__deco2,
  .movedeco__deco4 {
    display: none;
  }
}