@charset "UTF-8";

/*-メイン画像-*/
.listBtn {
  position: absolute;
  width: 47%;
  bottom: -25px;
}

.listBtnBook {
  position: absolute;
  width: 35%;
  bottom: -25px;
  left: 15%;
}

.scrollBtn {
  position: absolute;
  width: 70px;
  left: 40%;
  bottom: 10px;
}

.greenBanner {
  width: 100%;
  margin-bottom: 2em;
}

@media screen and (max-width: 498px) {
  .greenBanner {
    margin-top: 2em;
  }
}

.babaBannerSp {
  width: 90%;
  margin: 0 auto 2em;
}

.babaBannerSp a {
  display: block;
}

@media only screen and (min-width: 580px) {
  .listBtn {
    width: 19%;
    left: 2%;
    bottom: 0px;
  }

  .listBtnBook {
    width: 16%;
    bottom: 5px;
    left: 9%;
  }

  .listBtnbabakana {
    position: absolute;
    width: 25%;
    bottom: 20px;
    right: 20px;
  }

  .greenBanner {
    margin: 0 auto 5em;
    padding: 2em 0 1em;
  }

  /*-
.greenBanner{
    position: absolute;
    width: 60%;
    right: 0;
    bottom: 0;
    margin: 0;
}
-*/
}

/*-さくらやについて-*/
.sec_01 {
  padding:  2em 0;
}

.news-banner {
  display: block;
  height: 30px;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  border-bottom: 2px solid #f8e6e7;
}

.news-banner__content {
  display: inline-block;
  line-height: 25px;
  padding-left: 100%;
  white-space: nowrap;
  animation: animate-banner 50s linear infinite;
  
}
.news-banner__content p{
  margin-bottom: .5em;
}

.news-banner__content>* {
  display: inline-block;
}

@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.sec_01 a.pinkBtn {
  margin-bottom: 2em;
}

.sec_01 .title {
  background-image: url(../img/sec_01SpTitleBack.png);
  position: relative;
}

.sec_01 .pcBack .inner .sp {
  background-size: 100%;
  background-image: url(../img/sec_01SpBack.png);
  position: relative;
}

.sec_01 .pcBack .inner .sp img {
  width: 80%;
  margin: 0 auto;
}

.sec_01 .strong {
  font-size: 4.1vw;
}

.sec_01 img.rubberBand {
  width: 90%;
  margin: 0 auto;
}

.message {
  border: 1px solid #dd217c;
  padding: 1em;
  margin: 0 auto;
}

.message h3 {
  font-weight: bold;
  color: #dd217c;
  margin-bottom: .5em;
}

.message p {
  font-size: .85rem;
  text-align: left;
  margin-bottom: 1em;
}

.message p span {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 .3em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, yellow));
  background: -webkit-linear-gradient(transparent 60%, yellow 0%);
  background: -o-linear-gradient(transparent 60%, yellow 0%);
  background: linear-gradient(transparent 60%, yellow 0%);
}

.message a.pinkBtn {
  letter-spacing: 0px;
}

.happy {
  margin: 0 auto 1em;
}

.happy span {
  background-color: #FFF;
  display: inline-block !important;
  margin-bottom: .7em;
  font-weight: bold;
  padding: .2em;
}

.happy span.pc {
  display: none !important;
}

.sec_01 .pcBack .inner .happy .sp {
  background-image: none;
}

@media only screen and (min-width: 580px) {
  .sec_01 {
    padding: 0;
  }

  .sec_01 .strong {
    font-size: 1rem;
  }

  .sec_01 .pcBack .inner {
    width: 1200px;
    padding: 3.5em 0;
    background-image: url(../img/sec_01PcBack.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }

  .message p span {
    font-size: 1.35rem;
  }

  .message {
    width: 75%;
  }
}

/*-さくらやから始まる-*/
.sec_02 {
  background-image: url(../img/margin.png);
  background-repeat: repeat-x;
  background-size: 30%;
}

.sec_02 .title {
  background-image: url(../img/sec_02SpTitleBack.png);
  position: relative;
}

.sec_02 img {
  margin-top: 2em;
}

@media only screen and (min-width: 580px) {
  .sec_02 .title {
    padding-bottom: 1em;
  }
}

/*-パートナー店紹介-*/
.sec_04 .title {
  padding-top: 1em;
  background-image: url(../img/sec_04SpTitleBack.png);
  position: relative;
}

.sec_04_Intro {
  margin-bottom: 7em;
}

.shopItem {
  padding: 1em;
  border-radius: 10px;
  text-align: left;
  margin-bottom: 7em;
}

.shopItem .shopCopy {
  background-size: 100%;
  background-repeat: no-repeat;
  font-weight: bold;
  padding: 15% 0 25%;
  width: 65%;
  text-align: center;
  position: relative;
  letter-spacing: 0;
  font-size: .9rem;
  top: -110px;
  margin-bottom: -130px;
}

.shopItem h3 {
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 2px;
  background-image: url(../img/shopIcon.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  padding: .5em 0 .5em 2em;
  margin-bottom: .5em;
}

.shopItem .subTitle {
  color: #dd217c;
  font-weight: bold;
  font-size: 0.9em;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shopItem p {
  margin-bottom: .5em;
  font-size: .9em;
}

.shopItem img {
  margin-bottom: 1em;
}

.shopItem .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shopItem .wrap div {
  width: 49%;
}

.shopItem a {
  width: 90%;
  padding: .5em;
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  letter-spacing: 2px;
}

.shopItem a i {
  margin-left: 1em;
}

/*-花巻・徳島北-*/
.sec_04 .pink {
  background: #f9eff2;
}

.pink .shopCopy {
  background-image: url(../img/fukidashi1.png);
}

.pink a {
  background-color: #f7a1bc;
}

.pink a:hover {
  background-color: #f780a6;
}

/*-小美玉-*/
.sec_04 .blue {
  background: #dcf6ff;
}

.blue .shopCopy {
  background-image: url(../img/fukidashi2.png);
}

.blue a {
  background-color: #3fa9f5;
}

.blue a:hover {
  background-color: #0494fc;
}

/*-橿原店-*/
.sec_04 .orange {
  background: #f9ead9;
}

.orange .shopCopy {
  background-image: url(../img/fukidashi3.png);
}

.orange a {
  background-color: #ffa825;
}

.orange a:hover {
  background-color: #ff9900;
}

/*-宇多津店-*/
.sec_04 .yellow {
  background: #fcf8d9;
}

.yellow .shopCopy {
  background-image: url(../img/fukidashi4.png);
}

.yellow a {
  background-color: #fcee21;
}

.yellow a:hover {
  background-color: #dccd01;
}

/*-松原店-*/
.sec_04 .green {
  background: #e3fff1;
}

.green .shopCopy {
  background-image: url(../img/fukidashi5.png);
}

.green a {
  background-color: #4cd895;
}

.green a:hover {
  background-color: #12c16c;
}

/*-仙台店-*/
.sec_04 .purple {
  background: #f2e3fc;
}

.purple .shopCopy {
  background-image: url(../img/fukidashi6.png);
}

.purple a {
  background-color: #dc91ff;
}

.purple a:hover {
  background-color: #b242e6;
}

.pickup {
  margin: 3em 0;
}

.sec_04 {
  background-image: url(../img/margin-pink.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 30%;
}

/*-リボンボタン-*/
.pickup {
  position: relative;
}

.ribbon1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 35px;
  /*リボンの高さ*/
  line-height: 50px;
  /*リボンの高さ*/
  text-align: center;
  width: 30vw;
  padding: .1em 0px .3em;
  /*横の大きさ*/
  font-size: 3.2vw;
  /*文字の大きさ*/
  background: #de217d;
  /*塗りつぶし色*/
  color: #FFF;
  /*文字色*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 100%;
  font-weight: bold;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ribbon1 i {
  padding-top: .2em;
  margin-left: .5em;
}

.ribbon1:hover {
  background: #65e169;
}

.ribbon1 span {
  display: block;
  font-size: 1.8vw;
  line-height: 100%;
}

.ribbon1:before,
.ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 17px 0px 18px 10px;
  border-color: transparent transparent transparent #fef4ea;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 18px 10px 17px 0px;
  border-color: transparent #fef4ea transparent transparent;
  border-style: solid;
}

@media only screen and (min-width: 580px) {

  .sec_04,
  .sec_02,
  .sec_06 {
    background-size: 13%;
  }

  .sec_04 .title {
    padding-bottom: 1em;
    position: relative;
  }

  .sec_04 .accList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 7em;
    margin-bottom: 0em;
  }

  .shopItem .shopCopy {
    width: 190px;
    padding: 40px 0 70px;
  }

  .shopItem .subTitle {
    font-size: 1.1rem;
  }

  .shopItem p {
    margin-bottom: 1em;
  }

  .shopItem a.detailBtn {
    margin-top: auto;
  }

  .shopItem {
    padding: 2em 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 49%;
    margin: 0em auto 7em;
  }

  .accList::after {
    display: block;
    content: "";
    width: 49%;
  }

  .ribbon1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 60px;
    /*リボンの高さ*/
    line-height: 50px;
    /*リボンの高さ*/
    text-align: center;
    width: 15vw;
    padding: .1em 0px .3em;
    /*横の大きさ*/
    font-size: 1.6vw;
    /*文字の大きさ*/
    background: #de217d;
    /*塗りつぶし色*/
    color: #FFF;
    /*文字色*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1em;
    font-weight: bold;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ribbon1 i {
    padding-top: .2em;
    margin-left: .5em;
  }

  .ribbon1 span {
    display: block;
    font-size: .8vw;
  }

  .ribbon1:before,
  .ribbon1:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }

  .ribbon1:before {
    top: 0;
    left: 0;
    border-width: 30px 0px 30px 20px;
    border-color: transparent transparent transparent #fef4ea;
    border-style: solid;
  }

  .ribbon1:after {
    top: 0;
    right: 0;
    border-width: 30px 20px 30px 0px;
    border-color: transparent #fef4ea transparent transparent;
    border-style: solid;
  }
}

/*-マップ-*/
.sec_05 {
  background-image: url(../img/pinkDotBack.png);
  background-size: 12px;
  padding: 3em 0;
}

.sec_05 h2 {
  margin-top: .5em;
  font-size: 2rem;
  color: #dd217c;
}

.sec_05 p {
  margin-bottom: 2em;
}

.sec_05 iframe {
  width: 350px;
  height: 280px;
  margin-bottom: 2em;
}
.sec_05 .mapTitle{
  text-align: center;
  color: #dd217c;
  margin-bottom: 1em;
  line-height: 150%;
}

@media only screen and (min-width: 580px) {
  .sec_05 {
    padding: 5em 0;
  }

  .sec_05 iframe {
    width: 640px;
    height: 480px;
  }
}

@media only screen and (min-width: 1024px) {}

/*-パートナー・フレンド募集-*/
.partnerItem {
  width: 100%;
  margin: 0 auto;
  padding: 1em .5em;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 1em;
}

.partnerItem h3 {
  font-size: .8rem;
  font-weight: bold;
  letter-spacing: 0px;
  margin-bottom: .5em;
}

.partnerItem img {
  width: 18vw;
  margin-bottom: .5em;
}

.partnerItem p {
  font-size: .7rem;
  text-align: left;
  margin-bottom: 1em;
}

.partnerItem .grayBtn {
  font-size: .8rem;
  letter-spacing: 0px;
}

.friendItem {
  background-color: #FFF;
  padding: 0 1.5em 2em;
  margin: 50px 0 20px;
}

.fukidashi {
  position: relative;
  display: inline-block;
  color: #FFF;
  padding: .5em 0;
  font-size: .9em;
  font-weight: bold;
  background: #dd217c;
  width: 100%;
  top: -20px;
}

.fukidashi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #dd217c;
}

.friendItem h3 {
  color: #dd217c;
  font-weight: bold;
  margin: 1em 0;
  font-size: 1.4em;
}

.friendItem .titleImg {
  width: 100%;
  margin: 2em auto 1em;
}

.friendItem img {
  margin: .5em 0;
}

.friendItem p {
  text-align: left;
  margin-bottom: 1em;
}

.friendItem h4 {
  color: #dd217c;
  font-weight: bold;
  text-align: left;
  margin-bottom: .5em;
  font-size: 1.15rem;
  line-height: 200%;
}

.friendItem h4 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffe4fd));
  background: -webkit-linear-gradient(transparent 60%, #ffe4fd 0%);
  background: -o-linear-gradient(transparent 60%, #ffe4fd 0%);
  background: linear-gradient(transparent 60%, #ffe4fd 0%);
  padding: 0 .5em;
}

.friendItem .konnakata {
  border: 1px solid #dd217c;
  padding: 1em 1em .5em;
  margin-bottom: 1em;
}

.konnakata h5 {
  font-size: 1.1rem;
  color: #dd217c;
  font-weight: bold;
  text-align: left;
  margin-bottom: .5em;
}

.friendItem a {
  margin-bottom: 1em;
}

@media only screen and (min-width: 580px) {
  .partnerItem {
    width: 32%;
    padding: 2em .5em;
  }

  .sec_05 .half {
    width: 32%;
    margin: 0;
  }

  .partnerItem h3 {
    font-size: 1.3rem;
    letter-spacing: 1px;
  }

  .partnerItem img {
    width: 80px;
  }

  .partnerItem p {
    font-size: .9rem;
  }

  .friendItem {
    width: 100%;
  }

  .friendItem .wrap {
    margin-bottom: 2em;
  }

  .friendItem .titleImg {
    width: 55%;
    margin: 3em auto;
  }

  .friendItemImg {
    width: 30%;
  }

  .friendItemTxt {
    width: 65%;
  }

  .friendItem h4 {
    font-size: 1.4rem;
  }

  .konnakata {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .konnakata h5 {
    margin-right: 1em;
    padding-top: .2em;
  }
}

/*-リユース協会-*/
.reuseWrap h2 {
  color: #2f7e02;
  text-align: left;
  font-size: 1.2rem;
  margin: 0em 1em 2em;
  letter-spacing: 0;
}

.reuseTxt {
  padding: 1em;
}

.reuseTxt p {
  text-align: left;
  margin-bottom: 1em;
}

.reuseWrap {
  margin-top: 2em;
  padding-top: 2em;
  background-color: #fff;
}

@media only screen and (min-width: 580px) {
  .reuseWrap h2 {
    font-size: 1.5rem;
    margin: 0em 2em 2em;
  }

  .reuseWrap .wrap {
    margin-bottom: 0;
  }

  .reuseImg,
  .reuseTxt {
    width: 49%;
  }

  .reuseTxt {
    padding: 0em 1em 1em 1em;
  }
}

/*-回収ボックス-*/
.sec_06 {
  background-image: url(../img/margin.png);
  background-repeat: repeat-x;
  background-size: 30%;
}

.sec_06 .title {
  background-image: url(../img/sec_02SpTitleBack.png);
}

.sec_06 .wrap {
  margin: 2em 0 3em;
  display: block;
}

.boxPhoto {
  width: 100%;
  margin-bottom: 2em;
}

.boxPhoto img {
  margin: 0 auto;
  width: 50%;
}

.boxTxt {
  width: 100%;
  text-align: center;
}

.boxTitle span {
  position: relative;
  padding: 0 .5em .5em;
  margin-bottom: .5em;
  font-weight: bold;
  display: inline-block;
  font-size: 1.2rem;
}

.boxTitle span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #f7a1bc, #f7a1bc 2px, #f9eff2 2px, #f9eff2 4px);
  background: -webkit-repeating-linear-gradient(135deg, #f7a1bc, #f7a1bc 2px, #f9eff2 2px, #f9eff2 4px);
  background: -o-repeating-linear-gradient(135deg, #f7a1bc, #f7a1bc 2px, #f9eff2 2px, #f9eff2 4px);
  background: repeating-linear-gradient(-45deg, #f7a1bc, #f7a1bc 2px, #f9eff2 2px, #f9eff2 4px);
}

.boxTitle {
  margin-bottom: 1em;
  text-align: center;
}

.boxTxt p {
  margin-bottom: 1em;
  text-align: left;
}

.boxTxt .boxImg {
  width: 75%;
  margin: 0 auto;
}

.boxTxt .boxImg img {
  margin-bottom: .5em;
}

.boxTxt p.caption {
  font-size: .7rem;
}

.boxSetting {
  margin-bottom: 3em;
}

.boxSetting h3 {
  font-weight: bold;
  font-size: 1.01rem;
  color: #dd217c;
  margin-bottom: 1em;
}

.boxSetting a {
  margin-bottom: 1em;
}

.boxSetting a span {
  font-size: .9rem;
  margin-left: .5em;
}

.kifu {
  border: 1px solid #dd217c;
  padding: 1em 0;
  background-color: #fff;
  position: relative;
}

.kifu .kifuFukidashi {
  position: absolute;
  top: -210px;
  width: 50%;
  right: 0;
}

.kifu h4 {
  font-weight: bold;
  font-size: 1rem;
  color: #dd217c;
  margin-bottom: 1em;
}

.kifu .shopName {
  font-weight: bold;
  font-size: 1.1rem;
}

.kifu a {
  margin-top: 1.5em;
}

.kifu .wrap {
  margin: 0em;
  display: block;
}

@media only screen and (min-width: 580px) {
  .sec_06 .title {
    background-image: url(../img/sec_02SpTitleBack.png);
  }

  .boxPhoto {
    width: 40%;
    margin-bottom: 0em;
  }

  .boxPhoto img {
    width: 100%;
  }

  .boxTxt {
    width: 55%;
  }

  .boxTxt p {
    margin-bottom: 2em;
  }

  .sec_06 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 2em auto 3em;
  }

  .boxTitle {
    text-align: left;
  }

  .boxTxt .boxImg {
    width: 60%;
    margin: 0;
  }

  .boxTxt p.caption {
    font-size: .8rem;
  }

  .boxTitle span {
    font-size: 1.5rem;
  }

  .boxTxt .boxImg {
    width: 75%;
    margin: 0;
  }

  .kifu h3 {
    font-size: 1.1rem;
  }

  .kifu .wrap {
    width: 420px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .kifu .wrap p {
    text-align: left;
  }

  .kifu .kifuFukidashi {
    top: -210px;
    width: 250px;
    right: 0;
  }
}

/*-アコーディオン-*/
div.accList input {
  display: none;
}

div.accList div.acoContent {
  position: relative;
  max-height: 25px;
  overflow: visible;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-top: 28px;
  padding-bottom: 0px;
}

div.accList div label::before {
  content: "CLICK OPEN ▼";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  text-align: center;
  color: #FFF;
  padding: 2px 8px;
  font-weight: bold;
  font-size: .9rem;
  z-index: 10;
}

.pink label::before {
  background-color: #f7a1bc;
}

.blue label::before {
  background-color: #3fa9f5;
}

.orange label::before {
  background-color: #ffa825;
}

.yellow label::before {
  background-color: #fcee21;
}

.green label::before {
  background-color: #4cd895;
}

.purple label::before {
  background-color: #dc91ff;
}

div.accList input:checked+.acoTitle+div {
  max-height: 800px;
  padding-bottom: 40px;
}

div.accList input:checked+.acoTitle+div label::before {
  content: "CLICK CLOSE ▲";
}

div.accList div.acoContent {
  overflow: visible;
}

div.accList div label::before {
  display: none;
}

div.accList div.acoContent {
  max-height: initial;
}

/*-横スクロール-*/
.mainImg {
  position: relative;
}

.mainImg iframe {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 10px;
  width: 150px;
  height: 40px;
}

.loop_wrap,
.loop_wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.loop_wrap img,
.loop_wrap2 img {
  width: auto;
  height: 100%;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@-webkit-keyframes loop3 {
  0% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes loop3 {
  0% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes loop4 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes loop4 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.loop_wrap img:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
}

.loop_wrap img:last-child {
  -webkit-animation: loop2 50s linear infinite;
  animation: loop2 50s linear infinite;
}

.loop_wrap2 img:first-child {
  -webkit-animation: loop4 50s -25s linear infinite;
  animation: loop4 50s -25s linear infinite;
}

.loop_wrap2 img:last-child {
  -webkit-animation: loop3 50s linear infinite;
  animation: loop3 50s linear infinite;
}

@media only screen and (min-width: 580px) {
  .mainImg {
  }

  .loop_wrap,
  .loop_wrap2 {
    height: 350px;
  }

  .mainImg iframe {
    bottom: 0px;
    right: 20px;
    left: auto;
    height: 80px;
    width: 240px;
  }

  @-webkit-keyframes loop3 {
    0% {
      -webkit-transform: translateX(-150%);
      transform: translateX(-150%);
    }

    to {
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
    }
  }

  @keyframes loop3 {
    0% {
      -webkit-transform: translateX(-150%);
      transform: translateX(-150%);
    }

    to {
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
    }
  }

  @-webkit-keyframes loop4 {
    0% {
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    }

    to {
      -webkit-transform: translateX(150%);
      transform: translateX(150%);
    }
  }

  @keyframes loop4 {
    0% {
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    }

    to {
      -webkit-transform: translateX(150%);
      transform: translateX(150%);
    }
  }
}

.pressrelease {
  padding-top: 1em;
  width: 100%;
}

.pressrelease * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pressrelease .press-container {
  width: 100%;
  background: #fff;
  padding: 1em;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #f8e6e7;
}

@media screen and (min-width: 580px) {
  .sec_01 .wrap {
    margin: 0 auto;
  }

  .pressrelease {
    width: 49%;
  }

  .pressrelease .press-container {
    width: 100%;
    padding: 1em 2em;
  }
}

.pressrelease .press-heading {
  color: #dd217c;
  font-size: 16px;
}

@media screen and (min-width: 580px) {
  .pressrelease .press-heading {
    text-align: left;
  }
}

.pressrelease .press-body {
  text-align: left;
}

.pressrelease .press-item {
  border-bottom: 1px solid #eee;
  padding: 0.5em 0;
  font-size: 14px;
}

@media screen and (min-width: 580px) {
  .pressrelease .press-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
  }
}

.pressrelease .press-item dt {
  font-weight: normal;
}

@media screen and (max-width: 498px) {
  .pressrelease .press-item dt {
    font-size: 12px;
    color: #666;
  }
}

@media screen and (min-width: 580px) {
  .pressrelease .press-item dt {
    width: 20%;
  }
}

@media screen and (min-width: 580px) {
  .pressrelease .press-item dd {
    width: 75%;
  }
}

.pressrelease .press-item dd:hover {
  color: #dd217c;
}

/*-アンケート-*/
.questionnaire {
  width: 90%;
  margin: 0 auto .5em;
}

.questionnaire a {
  margin-bottom: 1em;
  display: block;
}

.questionnaire a:hover img {
  opacity: .8;
}

@media only screen and (min-width: 580px) {
  .questionnaire {
    width: 700px;
    padding: 1em 0 0;
  }
}