.feed_cont{
  display: none;
}
#mainContents_area{
  width: 1200px;
  margin: 0 auto;
}
#mainContents {
  width: 1200px;
  padding: 0 100px 170px;
  margin: 20px -100px 0;
  background: url(../images/bg.png) no-repeat;
  display: flex;
  justify-content: space-between;
}

#mainContents .layout {
  width: 590px;
}

#mainContents .layout .content {
  margin-bottom: 20px;
}

#mainContents .layout .content a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#mainContents .layout .content a h2 {
  background: url(../common/images/arrow.png) no-repeat 93% center #ff5577;
  width: 235px;
  height: 42px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin: 110px auto 0;
  line-height: 42px;
  letter-spacing: 1px;
  font-family: '秀英角ゴシック金 B', 'Shuei KakuGo Kin B', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', "游ゴシック体", "Yu Gothic", YuGothic, Verdana, 'メイリオ', Meiryo, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: bold;
}
#mainContents .layout .content:hover a h2{
  background: url(../common/images/arrow.png) no-repeat 93% center #ff3a61;
}

#mainContents .layout .content.large {
  width: 590px;
  height: 590px;
}

#mainContents .layout .content.large a {
  width: 590px;
  height: 590px;
}

#mainContents .layout .content.middle {
  width: 590px;
  height: 285px;
}

#mainContents .layout .content.middle a {
  width: 590px;
  height: 285px;
}

#mainContents .layout .content.small {
  width: 285px;
  height: 285px;
}

#mainContents .layout .content.small a {
  width: 285px;
  height: 285px;
}

#mainContents .layout .content.shadow {
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#mainContents .layout .content.shadow.small {
  width: 275px;
  height: 275px;
}

#mainContents .layout .content.shadow:hover {
  box-shadow: 10px 10px 0 rgba(255, 217, 64, 0.3);
}

#mainContents .layout .content.icon {
  width: 285px;
}

#mainContents .layout .content.icon img {
  display: block;
  margin: 0 auto 0;
  width: 285px;
}

#mainContents .layout .content.stripe {
  position: relative;
}

#mainContents .layout .content.stripe a {
  display: block;
}

#mainContents .layout .content.stripe a .box_main {
  position: absolute;
  top: 0;
  left: 0;
  width: 275px;
  height: 275px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 2;
}

#mainContents .layout .content.stripe a .box_main p {
  color: #ff5577;
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}

#mainContents .layout .content.stripe a .box_shadow {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 275px;
  height: 275px;
  background-image: linear-gradient(-45deg, transparent, transparent 25%, #ff5577 26%, #ff5577 50%, transparent 51%, transparent 75%, #ff5577 76%, #ff5577 100%);
  background-size: 10px 10px;
  z-index: 1;
}

#mainContents .layout .content.stripe a:hover .box_main {
  background: url(../common/images/bg_white.png) #ff5577;
}
#mainContents .layout .content.stripe a:hover .box_shadow {
  animation: anim 10s linear infinite;
}


#mainContents .layout.layout-left .inner {
  display: flex;
  justify-content: space-between;
}
#mainContents .layout.layout-right .stripe.anime{
  margin-left: 20px;
}
#mainContents .layout.layout-right .stripe.anime a .box_main {
  width: 275px;
  height: 275px;
  background-color: #fff;
}
#mainContents .layout.layout-right .stripe.anime a .box_shadow {
  width: 275px;
  height: 275px;
  background-image: linear-gradient(-45deg, transparent, transparent 25%, #5ebec0 26%, #5ebec0 50%, transparent 51%, transparent 75%, #5ebec0 76%, #5ebec0 100%);
  background-color: #fff;
}
#mainContents .layout .content.stripe.anime a .box_main img{
  display: block;
  margin-bottom: 10px;
}
#mainContents .layout .content.stripe.anime a .box_main p{
  font-size: 13px;
  color: #5ebec0;
  margin-top: 10px;
  text-align: center;
  text-shadow: 1px 1px #fff;
}
#mainContents .layout .content.stripe.anime a .box_main h3{
  text-align: center;
  line-height: 34px;
  font-size: 17px;
  color: #fff;
  background: url(../images/anime_btn.png) #5ebec0 90% center no-repeat;
  height: 34px;
  width: 180px;
  border-radius: 17px;
  margin: 105px auto 20px;
  padding-right: 10px;
}
#mainContents .layout .content.stripe.anime a .box_main h4 {
  text-align: center;
  color: #5ebec0;
  font-size: 16px;
  width: 200px;
  margin: 0 auto;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-shadow: 1px 0 #fff;
}
#mainContents .layout .content.stripe.anime a .box_main .line{
  width: 245px;
  background: #fff;
  height: 1px;
  margin: 7px auto -7px
}
#mainContents .layout.layout-right .stripe.anime a:hover .box_main{
  background: #fff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}*/
#mainContents .layout .content.stripe.anime a:hover .box_main .line{
  background: #5ebec0;
}
#mainContents .layout.layout-right .stripe.anime a:hover .box_main p{
  color: #5ebec0;
}
#mainContents .layout.layout-right .stripe.anime a:hover .box_main img{
  opacity: 0.8;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}


#mainContents .layout .content.prTable {
  background: #fff;
}

#mainContents .layout .content.prTable a {
  width: 285px;
  height: 285px;
}

#mainContents .layout .content.prTable a .point-triangle {
  position: relative;
}

#mainContents .layout .content.prTable a .point-triangle span {
  position: absolute;
  content: " ";
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  z-index: 120;
  font-family: '秀英角ゴシック金 B', 'Shuei KakuGo Kin B', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', "游ゴシック体", "Yu Gothic", YuGothic, Verdana, 'メイリオ', Meiryo, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
}

#mainContents .layout .content.prTable a .point-triangle:after {
  position: absolute;
  content: " ";
  height: 0;
  width: 0;
  z-index: 100;
}

#mainContents .layout .content.prTable a .point-triangle-rt:after {
  top: 0;
  right: 10px;
  border-bottom: 5.5em solid transparent;
  border-right: 5.5em solid #ffd940;
}

#mainContents .layout .content.prTable a .point-triangle-rt span {
  top: 18px;
  right: 14px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

#mainContents .layout .content.prTable a .box-img {
  position: relative;
  z-index: 3;
  margin: 10px 0 0 11px;
}

#mainContents .layout .content.prTable a .box-img img {
  display: block;
  position: absolute;
  width: 245px;
  height: 150px;
  top: 0;
  left: 0;
  z-index: 2;
}

#mainContents .layout .content.prTable a .box-img h3 {
  padding: 175px 20px 0px 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #808088;
}

#mainContents .layout .content.prTable a .box-img p {
  font-size: 14px;
  float: right;
  color: #cccccf;
  letter-spacing: 1px;
  margin: 0px 20px 0 0;
}

#mainContents .layout .content.prTable a .box-img .box_shadow {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 245px;
  height: 150px;
  background-image: linear-gradient(-45deg, transparent, transparent 25%, #ffd940 26%, #ffd940 50%, transparent 51%, transparent 75%, #ffd940 76%, #ffd940 100%);
  background-size: 10px 10px;
  z-index: 1;
}

#mainContents .layout .content.prTable a:hover .box-img .box_shadow {
  animation: anim 10s linear infinite;
}
#mainContents .layout .content.prTable a:hover .box-img p i{
  color: #ffd940;
}

#mainContents .layout.layout-left .prTable {
  float: right;
  margin-right: 10px;
}

#mainContents .layout.layout-left .large {
  background: #ff5577;
  padding-top: 40px;
  height: 550px;
}
#mainContents .layout.layout-left .large img{
  display: block;
  width: 350px;
  height: 365px;
  margin: 0 auto;
}
#mainContents .layout.layout-left .large p{
  font-size: 31px;
  color: #fff;
  font-family: '秀英角ゴシック金 B', 'Shuei KakuGo Kin B', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', "游ゴシック体", "Yu Gothic", YuGothic, Verdana, 'メイリオ', Meiryo, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
  letter-spacing: 2.5px;
  line-height: 1.7;
  text-align: center;
  margin-top: 13px;
  font-weight: bold;
}
#mainContents .layout.layout-left .middle a .box_main {
  background: url(../common/images/bg_pink.png);
}

#mainContents .layout.layout-left .middle a .box_main img {
  display: block;
  float: left;
  width: 285px;
}

#mainContents .layout.layout-left .middle a .box_main .right {
  float: right;
  width: 295px;
}

#mainContents .layout.layout-left .middle a .box_main .right h2 {
  margin: 110px auto 0;
  width: 238px;
  padding-right: 20px;
}

#mainContents .layout.layout-left .middle a:hover .box_main {
  background: url(../common/images/bg_white.png);
}

#mainContents .layout.layout-left .icon {
  float: left;
}

#mainContents .layout.layout-left .stripe a .box_main {
  width: 580px;
}

#mainContents .layout.layout-left .stripe a .box_shadow {
  width: 580px;
}

#mainContents .layout.layout-right .inner {
  display: flex;
  justify-content: space-between;
  margin-right: 10px;
}

#mainContents .layout.layout-right .icon {
  float: right;
}

#mainContents .layout.layout-right .stripe {
  float: left;
}

#mainContents .layout.layout-right .small a .box_main {
  background: url(../common/images/bg_gray.png);
}

#mainContents .layout.layout-right .anime a .box_main {
  background: url(../images/anime_close.png);
}

#mainContents .layout.layout-right .large {
  clear: both;
  border: 1px solid #f2e5e7;
}

#mainContents .layout.layout-right .large a {
  background: url(../common/images/bg_white.png);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#mainContents .layout.layout-right .large a .inner_wihte {
  position: relative;
}

#mainContents .layout.layout-right .large a .inner_wihte .box_main {
  background: #fff;
  position: absolute;
  width: 579px;
  height: 579px;
  top: 5px;
  left: 5px;
  z-index: 2;
}

#mainContents .layout.layout-right .large a .inner_wihte .box_main img {
  display: block;
  margin: 55px auto 0;
}

#mainContents .layout.layout-right .large a .inner_wihte .box_main h3 {
  font-size: 24px;
  text-align: center;
  color: #808088;
  margin-top: 50px;
  font-family: '秀英角ゴシック金 B', 'Shuei KakuGo Kin B', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', "游ゴシック体", "Yu Gothic", YuGothic, Verdana, 'メイリオ', Meiryo, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: bold;
}

#mainContents .layout.layout-right .large a .inner_wihte .box_main p {
  color: #808088;
  font-size: 16px;
  margin-top: 23px;
  text-align: center;
  line-height: 1.7;
}

#mainContents .layout.layout-right .large a .inner_wihte .box_main h2 {
  width: 280px;
  margin: 25px auto 0;
  padding-right: 13px;
  letter-spacing: 2px;
}

#mainContents .layout.layout-right .large a .inner_wihte .box_shadow {
  display: none;
  position: absolute;
  top: 40px;
  left: 40px;
  width: 520px;
  height: 520px;
  /*background-image: linear-gradient(
						        -45deg,
						        transparent,
						        transparent 25%,
						        #d8d8d8 26%,
						        #d8d8d8 50%,
						        transparent 51%,
						        transparent 75%,
						        #d8d8d8 76%,
						        #d8d8d8 100%
						    );
						    background-size: 10px 10px;*/
  z-index: 1;
}

#mainContents .layout.layout-right .large a:hover {
  background: url(../common/images/bg_pink.png);

  /*background-image: linear-gradient(-45deg, transparent, transparent 25%, #e7e7e7 26%, #e7e7e7 50%, transparent 51%, transparent 75%, #e7e7e7 76%, #e7e7e7 100%);
  background-size: 10px 10px;
  animation: anim 20s linear infinite;*/
  /*.inner_wihte{
							.box_shadow{
								background-image: linear-gradient(
							        -45deg,
							        transparent,
							        transparent 25%,
							        #fff 26%,
							        #fff 50%,
							        transparent 51%,
							        transparent 75%,
							        #fff 76%,
							        #fff 100%
							    );
								animation: anim 20s linear infinite;
							}
						}*/
}

.line {
  fill: rgba(255, 0, 0, 0);
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  animation: DASH 10s ease-in alternate forwards;
  -webkit-animation: DASH 10s ease-in 0s forwards;
  -o-animation: DASH 10s ease-in 0s forwards;
  animation: DASH 10s ease-in 0s forwards;
}

@-webkit-keyframes DASH {
  0% {
    stroke-dashoffset: 3000;
  }
  80% {
    stroke-dashoffset: 2000;
    fill: rgba(255, 0, 0, 0.2);
  }
  100% {
    stroke-dashoffset: 0;
    fill: red;
  }
}

@keyframes DASH {
  0% {
    stroke-dashoffset: 3000;
  }
  80% {
    stroke-dashoffset: 2000;
    fill: rgba(255, 0, 0, 0.2);
  }
  100% {
    stroke-dashoffset: 0;
    fill: red;
  }
}