body {
  padding: 0;
  margin: 0;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.movie_wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  min-width: 1260px;
  height: 1100px;
  overflow: hidden;
}

iframe {
  position: absolute;
  top: 40px;
  left: 0;
  min-width: 1260px;
  margin: 0 auto;
}

.content {}

#kv {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1260px;
}

#kv .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1260px;
  height: 100%;
  background: url("../images/pc/kv_filter.png");
  background-size: 100% auto;
}

.kv_inner {
  width: 982px;
  margin: 0 auto;
  padding: 97px 0 416px;
}

#kv .kv_block {
  position: relative;
  margin-left: -16px;
  text-align: left;
}

#kv .kv_block .txt {
  position: absolute;
  top: 117px;
  right: 0;
}

#kv .img {
  position: relative;
}

.pc_none{display: none;}
.sp_none{display: block;}

@media screen and (max-width: 640px) {
  
  .pc_none{display: block;}
  .sp_none{display: none;}
  
  .movie_wrapper {
    min-width: auto;
  }
  iframe {
    display: none;
  }
  #kv {
    min-width: auto;
    background: url("../images/sp/kv_bg_sp.png") no-repeat center top;
    background-size: 100% auto;
  }
  .kv_inner {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #kv .kv_block {
    width: 100%;
    height: auto !important;
    margin: 0;
    padding: 29.844% 0 28.75%;
  }
  #kv .kv_block .txt {
    position: absolute;
    top: 19.239%;
    right: 0;
    width: 57%;
    margin: 0 3.125% 0 0;
  }
  #kv img {
    position: absolute;
    width: 93.44%;
    left: 3.125%;
    z-index: 2;
  }
  #kv .img {
    left: auto;
    top: auto;
    /* margin-top: -18px; */
  }
  #kv .kv_block .txt .sp {}
  #kv .kv_block .img .sp {
    position: relative;
    left: -15.156%;
    width: 91.094%;
  }
}

#main {
  position: relative;
  min-width: 1260px;
  margin-top: -347px;
  z-index: 1;
}

.parallelogram_container {
  color: #333;
  overflow: hidden;
  -webkit-transform: skew(0, -20deg);
  -moz-transform: skew(0, -20deg);
  transform: skew(0, -20deg);
}

.parallelogram_container >div:nth-child(1) {
  z-index: 1;
}

.parallelogram_container >div:nth-child(2) {
  z-index: 2;
}

.parallelogram_container >div:nth-child(3) {
  z-index: 3;
}

.parallelogram_container >div:nth-child(4) {
  z-index: 4;
}

.parallelogram_container >div:nth-child(5) {
  z-index: 5;
}
.parallelogram_container >div:nth-child(6) {
  z-index: 6;
}
.parallelogram_container >div:nth-child(7) {
  z-index: 7;
}
.parallelogram_container >div:nth-child(8) {
  z-index: 8;
}
.parallelogram_container >div:nth-child(9) {
  z-index: 9;
}
.parallelogram_container >div:nth-child(10) {
  z-index: 10;
}

.parallelogram_container > div:nth-child(3),
.parallelogram_container > div:nth-child(4),
.parallelogram_container > div:nth-child(5),
.parallelogram_container > div:nth-child(6),
.parallelogram_container > div:nth-child(7),
.parallelogram_container > div:nth-child(8),
.parallelogram_container > div:nth-child(9),
.parallelogram_container > div:nth-child(10){
  margin-top: -1px;
}

.parallelogram_col {
  width: 50%;
  height: 540px;
  overflow: hidden;
}

.parallelogram_col > div:nth-child(2) {
  margin-top: -1px;
}

.parallelogram_col.last {
  height: 270px;
  margin-top: -2px;
}
.parallelogram_col.large{
height:810px;
}
.parallelogram_col.small{
height:270px;
}

.parallelogram_col.right {
  float: right;
}

.parallelogram_col.left {
  float: left;
}

.parallelogram_wrap {
  width: 100%;
  height: 270px;
  position: relative;
  overflow: hidden;
  float: left;
  background-color: rgba(132, 183, 30, 1);
}

.product_image,
.hover_filter,
.parallelogram_inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding-top: 36.5%;
  margin-top: -18.2%;
  text-align: center;
  height: 270px;
  background-size: 1200px;
  -webkit-transform: skew(0, 20deg);
  -moz-transform: skew(0, 20deg);
  -ms-transform: skew(0, 20deg);
  transform: skew(0, 20deg);
}

.hover_filter {
  opacity: 0;
  background-color: rgba(132, 183, 30, 0.6);
  transition: 0.3s;
  z-index: 10;
  pointer-events: none;
}

.parallelogram_inner {
  transition: 0.3s;
  background-size: 1200px;
}

.product_image {
  transition: 0.3s;
  z-index: 8;
  pointer-events: none;
}


/*product画像------------------------------------------------------------------------*/

#parallelogram03 .product_image {
  background: url("../images/pc/product_03.png") no-repeat right top;
}

#parallelogram04 .product_image {
  background: url("../images/pc/product_04.png") no-repeat right top;
}

#parallelogram05 .product_image {
  background: url("../images/pc/product_05.png") no-repeat right top;
}

#parallelogram06 .product_image {
  background: url("../images/pc/product_06.png") no-repeat left bottom;
}

#parallelogram07 .product_image {
  background: url("../images/pc/product_07.png") no-repeat left bottom;
}

#parallelogram08 .product_image {
  background: url("../images/pc/product_08.png") no-repeat left bottom;
}

#parallelogram09 .product_image {
  background: url("../images/pc/product_09.png") no-repeat left bottom;
}

#parallelogram10 .product_image {
  background: url("../images/pc/product_10.png") no-repeat right top;
}

#parallelogram11 .product_image {
  background: url("../images/pc/product_11.png") no-repeat right top;
}
#parallelogram12 .product_image {
  background: url("../images/pc/product_12.png") no-repeat left bottom;
}
#parallelogram13 .product_image {
  background: url("../images/pc/product_13.png") no-repeat right top;
}
#parallelogram14 .product_image {
  background: url("../images/pc/product_14.png") no-repeat left bottom;
}
#parallelogram15 .product_image {
  background: url("../images/pc/product_15.png") no-repeat right top;
}
#parallelogram16 .product_image {
  background: url("../images/pc/product_16.png") no-repeat right top;
}

/*inner画像-------------------------------------------------------------------------*/

#parallelogram01 .parallelogram_inner {
  background-color: #fff;
}

#parallelogram02 .parallelogram_inner {
  background: url("../images/pc/bg_02.png") no-repeat left bottom;
}

#parallelogram03 .parallelogram_inner {
  background: url("../images/pc/bg_03.png") no-repeat right top;
}

#parallelogram04 .parallelogram_inner {
  background: url("../images/pc/bg_04.png") no-repeat right top;
}

#parallelogram05 .parallelogram_inner {
  background: url("../images/pc/bg_05.png") no-repeat right top;
}

#parallelogram06 .parallelogram_inner {
  background: url("../images/pc/bg_06.png") no-repeat left bottom;
}

#parallelogram07 .parallelogram_inner {
  background: url("../images/pc/bg_07.png") no-repeat left bottom;
}

#parallelogram08 .parallelogram_inner {
  background: url("../images/pc/bg_08.png") no-repeat left bottom;
}

#parallelogram09 .parallelogram_inner {
  background: url("../images/pc/bg_09.png") no-repeat left bottom;
}

#parallelogram10 .parallelogram_inner {
  background: url("../images/pc/bg_10.png") no-repeat right top;
}

#parallelogram11 .parallelogram_inner {
  background: url("../images/pc/bg_11.png") no-repeat right top;
}
#parallelogram12 .parallelogram_inner {
  background: url("../images/pc/bg_12.png") no-repeat left bottom;
}
#parallelogram13 .parallelogram_inner {
  background: url("../images/pc/bg_13.png") no-repeat right top;
}
#parallelogram14 .parallelogram_inner {
  background: url("../images/pc/bg_14.png") no-repeat left bottom;
}
#parallelogram15 .parallelogram_inner {
  background: url("../images/pc/bg_15.png") no-repeat right top;
}
#parallelogram16 .parallelogram_inner {
  background: url("../images/pc/bg_16.png") no-repeat right top;
}

.hover_filter h2 {
  position: absolute;
}

#parallelogram03 .hover_filter h2,
#parallelogram04 .hover_filter h2 {
  top: 230px;
  right: 218px;
}

#parallelogram05 .hover_filter h2,
#parallelogram06 .hover_filter h2 {
  top: 230px;
  right: 244px;
}

#parallelogram07 .hover_filter h2 {
  bottom: 228px;
  left: 269px;
}

#parallelogram08 .hover_filter h2 {
  bottom: 227px;
  left: 248px;
}

#parallelogram09 .hover_filter h2 {
  bottom: 240px;
  left: 260px;
}

#parallelogram10 .hover_filter h2 {
  top: 230px;
  right: 244px;
}

#parallelogram11 .hover_filter h2 {
  top: 206px;
  right: 272px;
}
#parallelogram12 .hover_filter h2 {
  bottom: 266px;
  left: 274px;
}
#parallelogram13 .hover_filter h2 {
  top: 215px;
  right: 245px;
}
#parallelogram14 .hover_filter h2 {
  bottom: 247px;
  left: 283px;
}
#parallelogram15 .hover_filter h2 {
  top: 215px;
  left: 245px;
}
#parallelogram16 .hover_filter h2 {
  top: 215px;
  right: 245px;
}

.parallelogram_wrap .tri {
  transition: 0.3s;
}

.parallelogram_wrap .triangle {
  position: absolute;
  top: -63px;
  left: 617px;
  height: 270px;
  -webkit-transform: skew(0, 20deg);
  -moz-transform: skew(0, 20deg);
  -ms-transform: skew(0, 20deg);
  transform: skew(0, 20deg);
  z-index: 1;
  pointer-events: none;
}

.parallelogram_wrap .tri_right,
.parallelogram_wrap .name_right {
  position: absolute;
  top: -63px;
  right: 0;
  height: 270px;
  transform: skew(0, 20deg);
  z-index: 20;
  pointer-events: none;
}

.parallelogram_wrap .tri_left,
.parallelogram_wrap .name_left {
  position: absolute;
  top: 60px;
  left: 0;
  height: 270px;
  -webkit-transform: skew(0, 20deg);
  -moz-transform: skew(0, 20deg);
  -ms-transform: skew(0, 20deg);
  transform: skew(0, 20deg);
  z-index: 20;
  pointer-events: none;
}

#parallelogram01 .text_block {
  /*width:390px;*/
  width: 400px;
  margin-top: -110px;
  /*margin-left:175px;*/
  margin-left: 170px;
}

#parallelogram02 .text_block {
  width: 390px;
  margin-top: -74px;
  margin-left: 175px;
}


/*-----------------------ボタンスタイル-----------------------------------------------------------------*/

#parallelogram02 .btn {
  position: relative;
  width: 134px;
  margin: auto;
  overflow: hidden;
}

#parallelogram02 .btn a {
  display: block;
  position: relative;
  line-height: 0;
}

#parallelogram02 .before_hover {
  position: relative;
  transition: 0.1s;
}

#parallelogram02 .after_hover {
  position: absolute;
  left: 0;
  z-index: -1;
}

#parallelogram02 .btn .button_hover {
  position: absolute;
  width: 180px;
  height: 45px;
  margin-top: -10px;
  margin-left: -24px;
  background-color: #84b71e;
  -webkit-transform: skew(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
  transition: 0.25s;
  pointer-events: none;
}


/*------------------------------------------------------------------------------------------*/

.product .parallelogram_inner:hover {
  -webkit-transform: scale(1.2) skew(0, 20deg);
  -moz-transform: scale(1.2) skew(0, 20deg);
  -ms-transform: scale(1.2) skew(0, 20deg);
  transform: scale(1.2) skew(0, 20deg);
}

.parallelogram_inner h2 {
  position: relative;
  font-size: 34px;
  font-weight: normal;
  margin: 0 0 15px;
  line-height: 100%;
}

.parallelogram_inner h2 span {
  font-size: 17px;
}

.parallelogram_inner h3 {
  margin: 0 0 10px;
}

.parallelogram_inner a:hover {
  text-decoration: underline;
  color: #333;
}

.parallelogram_inner th,
.parallelogram_inner td {
  font-size: 14px;
  text-align: left;
  line-height: 160%;
}

.parallelogram_inner th a,
.parallelogram_inner td a {
  color: #333;
  text-decoration: none;
}

.parallelogram_inner th {
  width: 120px;
  vertical-align: top;
  font-family: "Noto Sans CJK JP";
  font-weight: 300;
}

.parallelogram_inner td {
  padding-bottom: 5px;
}

.parallelogram_inner th img {
  margin-left: 5px;
  vertical-align: middle;
}

#parallelogram01 .parallelogram_inner h3,
#parallelogram02 .parallelogram_inner h3 {
  position: relative;
  margin: 0;
  line-height: 0;
}

#parallelogram01 .parallelogram_inner h3 {
  margin-bottom: 16px;
}

@media screen and (max-width: 640px) {
  #main {
    min-width: auto;
    margin: 0;
    margin-top: -18%;
    width: 100%;
  }
  .parallelogram_col {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
	.parallelogram_col.large{
	height:auto;
	}
  .parallelogram_col.last {
    height: auto;
    margin-top: 0;
  }
  .parallelogram_col.right {
    float: none;
  }
  .parallelogram_col.left {
    float: none;
  }
  .parallelogram_col.small ~ .parallelogram_col.small {
    height:auto;
  }
  .parallelogram_container > div:nth-child(3),
  .parallelogram_container > div:nth-child(4) {
    margin-top: 0;
  }
  .parallelogram_col > div:nth-child(2) {
    margin-top: 0;
  }
  .parallelogram_wrap {
    height: auto;
    margin-bottom: 2px;
    background-color: rgba(0, 0, 0, 0);
  }
  .parallelogram_wrap h3 img {
    width: 24.5%;
  }
  .parallelogram_wrap .triangle {
    left: inherit;
    margin-left: -10px;
    height: auto;
  }
  .parallelogram_inner {
    width: 100%;
    height: auto;
  }
  .product .parallelogram_inner:hover {
    transform: skew(0, 20deg);
  }
  .parallelogram_inner h2 {
    font-size: 24px;
  }
  .parallelogram_inner h2 span {
    font-size: 12px;
  }
  .parallelogram_inner th {
    margin-bottom: 5px;
  }
  .parallelogram_inner th,
  .parallelogram_inner td {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 180%;
  }
  .parallelogram_inner th a,
  .parallelogram_inner td a {
    color: #333;
  }
  .parallelogram_inner th img {
    width: 42px;
  }
  #parallelogram01 .text_block {
    width: 100%;
    margin: 0;
  }
  #parallelogram02 .text_block {
    width: 100%;
    margin: -21px 0 0;
  }
  #parallelogram02 .text_block h2 {
    margin: 0 0 10px;
  }
  #parallelogram02 .text_block h3 img {
    width: 14%;
  }
  #parallelogram02 .btn {
    width: auto;
  }
  #parallelogram02 .text_block .btn img {
    width: 36%;
  }
  #parallelogram01 .img {
    position: absolute;
    top: 0;
    right: 0;
    left: inherit;
    width: 52%;
    height: auto;
    margin-top: -9.5%;
  }
  #parallelogram01 .img img {
    width: 100%;
  }
  #parallelogram01 .parallelogram_inner {
    position: relative;
    width: 87.5%;
    padding: 29.69% 6.25% 15%;
  }
  #parallelogram02 .parallelogram_inner {
    background: url("../images/sp/bg_02_sp.png") no-repeat left top;
    background-size: 100% auto;
  }
  #parallelogram03 .parallelogram_inner {
    background: url("../images/sp/bg_03_sp.png") no-repeat right top;
    background-size: 100% auto;
  }
  #parallelogram04 .parallelogram_inner {
    background: url("../images/sp/bg_04_sp.png") no-repeat right top;
    background-size: 100% auto;
  }
  #parallelogram05 .parallelogram_inner {
    background: url("../images/sp/bg_05_sp.png") no-repeat right top;
    background-size: 100% auto;
  }
  #parallelogram06 .parallelogram_inner {
    transition: 0.2s;
    background: url("../images/sp/bg_06_sp.png") no-repeat left bottom;
    background-size: 100% auto;
  }
  #parallelogram07 .parallelogram_inner {
    background: url("../images/sp/bg_07_sp.png") no-repeat left bottom;
    background-size: 100% auto;
  }
  #parallelogram08 .parallelogram_inner {
    background: url("../images/sp/bg_08_sp.png") no-repeat left bottom;
    background-size: 100% auto;
  }
  #parallelogram09 .parallelogram_inner {
    background: url("../images/sp/bg_09_sp.png") no-repeat left bottom;
    background-size: 100% auto;
  }
  #parallelogram10 .parallelogram_inner {
    background: url("../images/sp/bg_10_sp.png") no-repeat right top;
    background-size: 100% auto;
  }
	#parallelogram11 .parallelogram_inner {
    background: url("../images/sp/bg_11_sp.png") no-repeat right top;
    background-size: 100% auto;
  }
	#parallelogram12 .parallelogram_inner {
    background: url("../images/sp/bg_12_sp.png") no-repeat left bottom;
    background-size: 100% auto;
  }
	#parallelogram13 .parallelogram_inner {
    background: url("../images/sp/bg_13_sp.png") no-repeat right top;
    background-size: 100% auto;
  }
  #parallelogram14 .parallelogram_inner {
    background: url("../images/sp/bg_14_sp.png") no-repeat left bottom;
    background-size: 100% auto;
  }
  #parallelogram15 .parallelogram_inner {
    background: url("../images/sp/bg_15_sp.png") no-repeat right top;
    background-size: 100% auto;
  }
  #parallelogram16 .parallelogram_inner {
    background: url("../images/sp/bg_16_sp.png") no-repeat right top;
    background-size: 100% auto;
  }
  #parallelogram01 .parallelogram_inner h3 {
    margin: 0 auto 5%;
  }
}

#content_bottom {
  position: relative;
  min-width: 1260px;
  margin-top: -412px;
  background: url("../images/pc/bg_sns.png") no-repeat center top;
  background-size: 2400px;
}

#content_bottom .content_bottom_inner {
  width: 980px;
  margin: 0 auto;
  padding: 394px 0 40px 245px;
  overflow: hidden;
}

#content_bottom .sns_tw {
  float: left;
  width: 575px;
  height: 227px;
  margin-top: 54px;
  margin-left: -25px;
  background: url("../images/pc/sns_box02.png") no-repeat center;
}

#content_bottom .sns_fb {
  float: left;
  width: 575px;
  height: 227px;
  margin-left: -145px;
  background: url("../images/pc/sns_box02.png") no-repeat center;
}

#content_bottom .sns_container {
  width: 246px;
  margin-left: 175px;
  padding-top: 57px;
  text-align: left;
}

#content_bottom h3 {
  margin-bottom: 16px;
  line-height: 0;
}

#content_bottom div {
  font-size: 12px;
  margin-top: 0;
  line-height: 160%;
}

#content_bottom a {
  color: #8f8f8f;
  text-decoration: none;
}

#content_bottom a:hover {
  text-decoration: underline;
}

.twitter_feed .item {
  overflow: hidden;
}

.twitter_feed .item p {
  margin: 0;
}

#facebook_feed {
  height: 75px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  #content_bottom {
    width: 100%;
    min-width: auto;
    margin: 0;
    background: url("../images/sp/sns_bg_sp.png") no-repeat center;
    background-size: 100% auto;
  }
  #content_bottom .content_bottom_inner {
    width: 84%;
    padding: 20% 8% 27%;
  }
  #content_bottom .sns_tw {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 5%;
    background: rgba(0, 0, 0, 0);
  }
  #content_bottom .sns_fb {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
    background: rgba(0, 0, 0, 0);
  }
  #content_bottom .sns_container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #content_bottom h3 {
    margin-bottom: 5px;
  }
  #content_bottom .sns_tw h3 img {
    width: 28%;
  }
  #content_bottom .sns_fb h3 img {
    width: 37.5%;
  }
  .twitter_feed {
    width: 88%;
    margin: 0 6%;
  }
  #facebook_feed {
    width: 88%;
    margin: 0 6%;
  }
}

.footer-first,
.footer-second {
  min-width: 1260px;
}

@media screen and (max-width:640px) {
  .footer-first,
  .footer-second {
    min-width: auto;
  }
}