
body, html {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  letter-spacing: 1px;
  overflow: hidden;
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

@media only screen and (max-width: 639px) {
  body, html {
    font-weight: bold;
  }
}

p {
  font-size: 13px;
  /*font-weight: bold!important;*/
  color: #333!important;
  /*text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);*/
}

img{
  touch-callout:none;
  user-select:none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
}

#loader {
  width:150px;
  height: 150px;
  display: none;
  position: fixed;
  _position: absolute; /* IE6対策 */
  top: 50%;
  left: 50%;
  margin-top: -75px; /* heightの半分のマイナス値 */
  margin-left: -75px; /* widthの半分のマイナス値 */
  z-index: 100;
}

#fade {
  width: 100%;
  height: 100%;
  display: none;
  background-color: #FFFFFF;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
}

.button_text {
  text-shadow: none;
}

.section {
  overflow: hidden;
}

html:before,html:after,body:before,body:after{
  content:"";
  background:#fff;
  position:fixed;
  display:block;
  z-index:10;
}

/* ...and position them! */
html:before{
  height:30px;
  left:0;
  right:0;
  top:0;
  background-image: url("../images/img_sec01_minilogo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

html:after{
  width:30px;
  top:0;
  right:0;
  bottom:0;
  /*background-image: url("../images/img_minisocks02.png");*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

body:before{
  height:30px;
  right:0;
  bottom:0;
  left:0;
}

body:after{
  width:30px;
  top:0;
  bottom:0;
  left:0;
  /*background-image: url("../images/img_minisocks01.png");*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 639px) {
  html:before{
    height:10px;
    background-image: none;
  }
  html:after{
    width:10px;
  }
  body:before{
    height:10px;
  }
  body:after{
    width:10px;
  }
}

.clear {
  clear: both;
}

ul#socialbutton  {
}

#socialbutton li {
  display: inline-block;
  margin: 10px 5px;
}

.section_footer {
  width: 100%;
  position: absolute;
  bottom: 0px;
  box-sizing: border-box;
  z-index: 20;
  display: block;
  text-align: center;
}

.section_arrow {
  position: absolute;
  bottom: -60px;
  left: -30px;
  right: 0;
  margin: auto;
  width: 1px;
}

.section_next {
  position: absolute;
  bottom: -60px;
  left: -30px;
  right: 0;
  margin: auto;
  width: 1px;
}

.section_next a img {
  width: 30px;
}

.section_next a img.footerIe {
  width: 50px;
}

.section_arrow a img {
  width: 30px;
}

ul, li {
  list-style: none;
}
.section_footer ul {
  margin: 10px;
}

.section_footer li {
  display: inline-block;
  margin: 0 20px;
  /*text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);*/
}

.section_footer li a {
  text-decoration: none;
  color: #333;
  font-size: 10px;
  cursor: pointer;
  font-weight: bold;
}

.section_footer li a img {
}

.footer_textlink li a {
  margin-left: 50px;
}

a.buttons {
  color: #fff;
  border: 1px solid #999;
  display: inline-block;
  padding: 10px 40px;
  margin-top: 30px;
  text-decoration: none;
  cursor: pointer;
}

a.buttons p {
  margin-top: 0;
  width: 100%;
}

a {
  outline: none;
  cursor: pointer;
}

#logo_sp img {
  width: 50px;
  position: absolute;
  top: 15px;
  left: 15px;
}

#hoge {
  overflow : hidden;
  outline : none;
}

p.trademark {
  font-weight: 100;
  font-size: 8px;
  display: block;
  margin: 10px auto;
  width: 400px;
}


@media only screen and (max-width: 639px) {
  p.trademark {
    width: 85%;
  }
}
/*------ここまで共通スタイル-------*/

.wrap_contents {
  width: 100%;
}

.contents {

}

.wrap_section01 {
  background-image: url("../images/bg_sec01_new.png");
  background-size: cover;
  background-position: center;
}


.section:before{
  content: "";
  /*-webkit-filter: blur(4px) brightness(1.1);
  -moz-filter: blur(4px) brightness(1.1);
  -o-filter: blur(4px) brightness(1.1);
  filter: blur(4px) brightness(1.1);*/
  width: 100%;
  height: 100%;
  position: absolute;
  /*margin-top: -5px;
  padding-bottom: 10px;
  margin-left: -5px;
  padding-right: 10px;*/
}

.overlay {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-color:rgba(0,0,0,0.15);*/
  background-color:rgba(240,240,220,0.2);
}

.overlay01 {
  /*background-color:rgba(255,255,255,0.2);*/
}

@media only screen and (max-width: 639px) {
  .wrap_section01 {
    background-position: left;
  }

  .section:before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.section01 {
  height: 100%;
  position: relative;
}

.section_innerline {
  position: absolute;
  top: 30px;
  right: 30px;
  left: 30px;
  bottom: 30px;
  /*border: 2px solid rgba(255, 255, 255, 0.9);*/
}

.section01_header {
  width: 100%;
  position: absolute;
}

.section01_minilogo {
  position: absolute;
  top: 20px;
  left: 20px;
}

.section01_contents {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: none;
  text-align: center;
}

.section01_inner {

}

.section01_left {
  display: inline-block;
  position: relative;
  float: left;
}

.section01_right {

}

.sec01_logo {
  margin-top: 100px;
}

.section01_left .sec01_app {
  text-align: center;
}

.section01_left .sec01_app img {
  width: 30%;
}

.sec01_logo img{
  width: 460px;
}

.sec01_btn img {
  width: 150px;
}

.sec01_btn {
  margin-top: 35px;
}

@media only screen and (max-width: 639px){
  .sec01_logo img{
    width: 80%;
  }
  .sec01_btn img {
    width: 40%;
  }
  .section_arrow a img {
    width: 26px;
  }
  .sec01_btn {
    margin-top: 20px;
  }
}

#section01_animation {
  position: absolute;
  z-index: -10;
  margin: auto;
  left: 0;
  right: 0;
  width: 100px;
}

.socks01 {
  width: 70px;
}

.socks {
  position: absolute;
}

.wrap_section02 {
  background-image: url("../images/bg_sec02.png");
  background-size: cover;
  background-position: center;

}

.section02 {
  width: 1000px;
  display: block;
  margin: 0 auto;
}

.sec02_contents img,
.sec02_contents p {
  width: 350px;
  margin: 0 auto 30px;
  display: block;
  text-align: center;
}

.sec02_contents a {
  width: 560px;
  display: block;
  margin: 0 auto;
}

img.video_cap {
  width: 500px;
  border-style: none;
}

a.youtube.cboxElement {
  display: block;
  width: 560px;
  margin: auto;
}

.sec02_contents p {
  width: 640px;
}

.sec02_contents {
  display: none;
}

iframe {
}

div#section02_contents {
  width: 600px;
  margin: 0 auto;
  text-align: center;
}

.section02_title p {
  margin: 25px 0 25px;
}

.text.sec02_text.fadeIn {
  text-align: center;
}

@media only screen and (max-width: 639px) {
  .section02 {
    width: 100%;
  }

  .sec02_contents img,
  .sec02_contents p,
  .sec02_contents a {
    width: 85%;
  }

  /*.sec02_contents {
  display: block;
  }*/


  iframe {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}

.wrap_section03 {
  background-image: url("../images/bg_sec03.png");
  background-size: cover;
  background-position: center;
}

.sec03_text,
.sec03_contents_left,
.sec02_footer,
.sec03_footer,
.sec04_footer,
.sec05_footer,
.sec06_footer,
.sec07_footer,
.sec08_footer {
  display: none;
}

.sec03_text img {
  width: 400px;
}

.sec03_text p {
  color: #fff;
  width: 400px;
  margin-top: 20px;
  /*-moz-text-shadow: 0px 0px 17px rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: 0px 0px 17px rgba(0, 0, 0, 0.4);
  -ms-text-shadow: 0px 0px 17px rgba(0, 0, 0, 0.4);
  text-shadow: 0px 0px 17px rgba(0, 0, 0, 0.4);*/
}

.section03 {
  width: 1000px;
  display: block;
  margin: 0 auto;
}

div.card01 img {
  width: 180px;
}

div.card02 img {
  width: 230px;
}

figure.sec03_contents_left {
  height: 400px;
}

.section02 figure#contents_left{
  float: left;
  width: 40%;
  position: relative;
  box-sizing: border-box;
}

.section03 figure#contents_left,
.section05 figure#contents_left,
.section07 figure#contents_left {
  float: left;
  width: 50%;
  position: relative;
  box-sizing: border-box;
}

.section04 div#contents_left,
.section06 div#contents_left,
.section08 div#contents_left {
  float: left;
  width: 50%;
  position: relative;
  box-sizing: border-box;
  /*text-align: right;*/
}

.section04 div#contents_left,
.section06 div#contents_left {
  padding-right: 50px;
}

.sec04_contents_left img,
.sec04_contents_left p {
  width: 400px;
  margin-right: 0;
  display: block;
  margin-left: auto;
}

.sec04_contents_left p {
  margin-top: 20px;
}


.section03 div.phone,
.section05 div.phone, {
  position: absolute;
}

.section03 div.phone {
  position: absolute;
  right: 220px;
}

.section05 div.phone {
  text-align: right;
  padding-right: 50px;
  position: absolute;
  top: -160px;
  right: 0;
  z-index: 10;
}

.section05 div.phone img {
  width: 350px;
}

#section05_animation .socks img {
  width: 140px;
}

#section05_animation {
  position: absolute;
  z-index:
  0;
  margin: auto;
  width: 100px;
  right: 180px;
  top: -60px;
  height: 140px;
}

.sec04_text,
.sec06_text {
  width: 400px;
  margin-right: 0;
  margin-left: auto;
}

.socks05.animation {
  animation: animationSocks05 ease 1.5s;
  -webkit-animation: animationSocks05 ease 1.5s;
  -moz-animation: animationSocks05 ease 1.5s;
  -o-animation: animationSocks05 ease 1.5s;
  -ms-animation: animationSocks05 ease 1.5s;
}

.socks06.animation {
  animation: animationSocks06 ease-in-out 1.5s;
  -webkit-animation: animationSocks06 ease-in-out 1.5s;
  -moz-animation: animationSocks06 ease-in-out 1.5s;
  -o-animation: animationSocks06 ease-in-out 1.5s;
  -ms-animation: animationSocks06 ease-in-out 1.5s;
}

.socks07.animation {
  animation: animationSocks07 ease-in-out 1.5s;
  -webkit-animation: animationSocks07 ease-in-out 1.5s;
  -moz-animation: animationSocks07 ease-in-out 1.5s;
  -o-animation: animationSocks07 ease-in-out 1.5s;
  -ms-animation: animationSocks07 ease-in-out 1.5s;
}

.socks08.animation {
  animation: animationSocks08 ease-in-out 1.5s;
  -webkit-animation: animationSocks08 ease-in-out 1.5s;
  -moz-animation: animationSocks08 ease-in-out 1.5s;
  -o-animation: animationSocks08 ease-in-out 1.5s;
  -ms-animation: animationSocks08 ease-in-out 1.5s;
}

.socks09.animation {
  animation: animationSocks09 ease-in-out 1.5s;
  -webkit-animation: animationSocks09 ease-in-out 1.5s;
  -moz-animation: animationSocks09 ease-in-out 1.5s;
  -o-animation: animationSocks09 ease-in-out 1.5s;
  -ms-animation: animationSocks09 ease-in-out 1.5s;
}

.socks10.animation {
  animation: animationSocks10 ease-in-out 1.5s;
  -webkit-animation: animationSocks10 ease-in-out 1.5s;
  -moz-animation: animationSocks10 ease-in-out 1.5s;
  -o-animation: animationSocks10 ease-in-out 1.5s;
  -ms-animation: animationSocks10 ease-in-out 1.5s;
}


.socks05.animation,
.socks06.animation,
.socks07.animation,
.socks08.animation,
.socks09.animation,
.socks10.animation {
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

.section07 div.phone {
  position: absolute;
  right: 150px;
}

.section07 div.piece {
  position: absolute;
  right: 380px;
  top: 70px;
}

.section07 div.piece01 {
  right: 400px;
  top: 110px;
}

.section07 div.piece02 {
  right: 100px;
  top: 130px;
}

.section07 div.piece03 {
  right: 80px;
  top: 70px;
}

.section07 div.piece04 {
  right: 350px;
  top: 130px;
}

.section07 div.piece05 {
  right: 130px;
  top: 140px;
}

.section07 div.piece06 {
  right: 380px;
  top: 90px;
}

.section07 div.piece01 img {
  width: 30px;
  /*transform: rotate( 180deg );*/
}

.section07 div.piece02 img {
  width: 35px;
}

.section07 div.piece03 img {
  width: 25px;
  /*transform: rotate( 180deg );*/
}

.section07 div.piece04 img {
  width: 34px;
}

.section07 div.piece05 img {
  width: 43px;
  /*transform: rotate( 180deg );*/
}

.section07 div.piece05 img {
  width: 38px;
}

.section07 div.piece06 img {
  width: 27px;
}


.section03 div.card01 {
  position: absolute;
  top: 50px;
  right: 230px;
}

.section03 div.card02  {
  position: absolute;
  top: 50px;
  right: 180px;
}

.section03 div.card01.animation {
  animation: movecoupon01 .7s ease .7s forwards;
  -webkit-animation: movecoupon01 .7s ease .7s forwards;
  -moz-animation: movecoupon01 .7s ease .7s forwards;
  -o-animation: movecoupon01 .7s ease .7s forwards;
  -ms-animation: movecoupon01 .7s ease .7s forwards;

}

.section03 div.card02.animation {
  -webkit-animation: movecoupon02 .7s ease .9s forwards;
  -moz-animation: movecoupon02 .7s ease .9s forwards;
  -o-animation: movecoupon02 .7s ease .9s forwards;
  -ms-animation: movecoupon02 .7s ease .9s forwards;
  animation: movecoupon02 .7s ease .9s forwards;
}

.section04 div.socks04.animation {
  -webkit-animation: scansocks01 .6s ease .9s forwards;
  -moz-animation: scansocks01 .6s ease .9s forwards;
  -o-animation: scansocks01 .6s ease .9s forwards;
  -ms-animation: scansocks01 .6s ease .9s forwards;
  animation: scansocks01 .6s ease .9s forwards;
}

.section02 div#contents_right {
  float: right;
  width: 60%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}

.section03 div#contents_right,
.section05 div#contents_right,
.section07 div#contents_right {
  float: right;
  width: 50%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}

.section04 figure#contents_right,
.section06 figure#contents_right,
.section08 figure#contents_right {
  float: right;
  width: 50%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  padding-left: 100px;
}

.section06 figure#contents_right {
  padding-left: 10px;
}

/*デザイン調整スタイル*/

.section03 div#contents_right,
.section07 div#contents_right {
  height: 100%;
  /*background-color: rgba(255, 255, 255, 0.9);*/
  /*text-align: center;*/
  padding-left: 50px;
}

.section07 div#contents_right {
  padding-left: 0;
}

.section06 div#contents_left {
  height: 100%;
  margin-top: 0px;
  padding-left: 0px;
  /*background-color: rgba(255, 255, 255, 0.7);*/
  opacity: 1;
  /*text-align: right;*/
  padding-right: 50px;
}

.section07 figure#contents_left {
  text-align: right;
  padding-right: 100px;
}

.section06 figure#contents_right {
  padding-left: 50px;
}

/*デザイン調整スタイルおわり*/



div.text {
  /*opacity: 0;*/
}



.wrap_section04 {
  background-image: url("../images/bg_sec04.png");
  background-size: cover;
  background-position: center;

}

.section04 {
  width: 1000px;
  display: block;
  margin: 0 auto;
}

.sec04_contents_left,
.sec04_contents_right {
  display: none;
}

.section04 figure#contents_right {
  padding-left: 50px;
}

.section04 div.phone img {
  width: 190px;
  height: auto;
  position: absolute;
}

.section04 div.phone {
  margin-left: 60px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.section04 div.socks04 {
  top: 0;
  z-index: 0;
  margin-left: 300px;
  height: 100%;
}

.section04 div.socks04 img {
  width: 350px;
}

.wrap_section05 {
  background-image: url("../images/bg_sec05.png");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}



.section05 {
  width: 1000px;
  display: block;
  margin: 0 auto;
}

.sec05_contents_right img,
.sec05_contents_right p {
  width: 400px;
  margin-right: auto;
  margin-left: 0;
  display: block;
}

.sec05_contents_right p {
  margin-top: 20px;
}

.sec05_contents_right {
  padding-left: 50px;
}

.sec05_contents_right,
.sec05_contents_left {
  display: none;
}


.wrap_section06 {
  background-image: url("../images/bg_sec06.png");
  background-size: cover;
  background-position: center;

}

.section06 {
  width: 1000px;
  display: block;
  margin: 0 auto;
}

.section06 div.phone {
  display: inline-block;
}

.section06 div.phone img:nth-child(2n+1) {
  width: 220px;
  margin-right: 10px;
}

.section06 div.phone img:nth-child(2n) {
  width: 185px;
}

.sec06_contents_right,
.sec06_contents_left {
  display: none;
}

.sec06_contents_left img,
.sec06_contents_left p {
  width: 400px;
  margin-right: 0;
  margin-left: auto;
  display: block;
}

.sec06_contents_left p {
  margin-top: 20px;
  width: 420px;
}

.wrap_section07 {
  background-image: url("../images/bg_sec07.png");
  background-size: cover;
  background-position: center;

}

.section07 {
  width: 1000px;
  display: block;
  margin: 0 auto;
}

.sec07_contents_right img,
.sec07_contents_right p {
  width: 400px;
  color: #fff;
  margin-right: auto;
  margin-left: 0;
  display: block;
}

.sec07_contents_right img {
  width: 400px;
}

.sec07_contents_right p {
  margin-top: 20px;
}

.section07 div.phone img {
  width: 190px;
}

.section07 div.piece01.animation {
  animation: pieceAnimation ease-in-out 0.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: pieceAnimation ease-in-out 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
  -moz-animation: pieceAnimation ease-in-out 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: pieceAnimation ease-in-out 0.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: pieceAnimation ease-in-out 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

.section07 div.piece02.animation {
  animation: pieceAnimation ease-in-out 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: pieceAnimation ease-in-out 0.6s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
  -moz-animation: pieceAnimation ease-in-out 0.6s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: pieceAnimation ease-in-out 0.6s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: pieceAnimation ease-in-out 0.6s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

.section07 div.piece03.animation {
  animation: pieceAnimation ease-in-out 0.7s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: pieceAnimation ease-in-out 0.7s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
  -moz-animation: pieceAnimation ease-in-out 0.7s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: pieceAnimation ease-in-out 0.7s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: pieceAnimation ease-in-out 0.7s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

.section07 div.piece04.animation {
  animation: pieceAnimation ease-in-out 0.4s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: pieceAnimation ease-in-out 0.4s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
  -moz-animation: pieceAnimation ease-in-out 0.4s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: pieceAnimation ease-in-out 0.4s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: pieceAnimation ease-in-out 0.4s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

.section07 div.piece05.animation {
  animation: pieceAnimation ease-in-out 0.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: pieceAnimation ease-in-out 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
  -moz-animation: pieceAnimation ease-in-out 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: pieceAnimation ease-in-out 0.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: pieceAnimation ease-in-out 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

.section07 div.piece06.animation {
  animation: pieceAnimation ease-in-out 0.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: pieceAnimation ease-in-out 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
  -moz-animation: pieceAnimation ease-in-out 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: pieceAnimation ease-in-out 0.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: pieceAnimation ease-in-out 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

.sec07_contents_right,
.sec07_contents_left {
  display: none;
}

.wrap_section08 {
  background-image: url("../images/bg_sec08.png");
  background-size: cover;
  background-position: center;

}

.section08 {
  width: 1000px;
  display: block;
  margin: 0 auto;
}

.section08_contents {
  text-align: center;
  box-sizing: border-box;
}

.sec08_title {
  display: none;
}

.sec08_img {
  display: none;
}

div.sec08_title {
  margin: 20px 0;
}

div.sec08_title img {
  width: 380px;
}

.sec08_img figure {
  display: inline-block;
  margin: 10px 40px 10px;
}

.sec08_img figure img {
  height: 350px;
}

.wrap_section09 {
  background-image: url("../images/bg_sec09.png");
  background-size: cover;
  background-position: center;

}

.section09 {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.section09_contents {
  text-align: center;
  height: 350px;
}

.section09_contents {
  display: none;
}

.section09_contents figure img {
  width:500px;
}

ul.section09_btn {
  margin: 60px auto 0;
}

ul.section09_btn li {
  display: inline-block;
}

ul.section09_btn li a img {
  width: 150px;
  margin: 0 20px 0;
}

.sec09_footer {
  bottom: 40px;
}

.footer_credit {
  font-size: 10px;
  letter-spacing: 0px;
}

img.float_btn {
  position: absolute;
  width: 40px;
  bottom: 25px;
  right: 25px;
  z-index: 200;
}

@media only screen and (max-width: 639px) {

  p {
    font-size: 10px;
    line-height: 17px;
    /*font-weight: normal;*/
    color: #222;
    /*color: #fff!important;*/
    /*text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);*/
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.8);
  }

  .overlay {
    /*background-color:rgba(100,100,100,0.3);*/
    background-color:rgba(240,240,230,0.45);
  }

  .overlay01 {
    background-color:rgba(0,0,0,0.1);
    background-color:rgba(240,240,230,0.3);
  }

  .pp-tooltip.right {
    display: none!important;
  }

  .section_arrow a img {
    display: none;
  }

  .section_innerline {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .section_arrow {
    bottom: -100px;
  }
  .section03,
  .section04,
  .section05,
  .section06,
  .section07,
  .section08,
  .section09 {
    width: 100%;
  }



  .text.sec02_text.fadeIn {
    text-align: left;
  }

  .section03 figure#contents_left,
  .section05 figure#contents_left,
  .section07 figure#contents_left {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin-top: 0px!important;
  }
  .section03 figure#contents_left .phone img {
    height: 100%;
    width: auto;
  }
  .section03 figure#contents_left .card01 img,
  .section03 figure#contents_left .card02 img {
    height: 70%;
    width: auto;
  }

  .section03 figure#contents_left .card02 img {
    height: 76%;
  }

  .section03 div#contents_right,
  .section05 div#contents_right,
  .section07 div#contents_right {
    width: 100%;
    text-align: left;
    width: 100%;
    text-align: left;
    padding-left: 0px;
    margin-top: 0!important;
  }
  .section04 figure#contents_right,
  .section06 figure#contents_right,
  .section08 figure#contents_right {
    width: 100%;
    text-align: center;
    padding-left: 0px;
    float: none;
    margin-top: 0px!important;
  }
  .section04 div#contents_left,
  .section06 div#contents_left,
  .section08 div#contents_left {
    width: 100%;
    float: none;
    padding-right: 0px;
    margin-top: 0px!important;
  }
  .section03 div#contents_right,
  .section07 div#contents_right {
    height: 100%;
  }

  .section03 div#contents_right,
  .section07 div#contents_right {
    padding-left: 0px;
  }

  .section03 div.phone {
    left: 25px;
    height: 100%;
  }

  .section03 div.card01,
  .section03 div.card02 {
    top: 18px;
    height: 100%;
  }

  .section03 div.card01{
    right: 250px;
  }

  .section03 div.card02 {
    right: 230px;
  }

  .sec03_contents_right {
    padding-top: 0!important;
  }


  .section04 div.phone {
    position: static;
    top: 0;
    height: 100%;
  }
  .section04 div.phone img {
    width: auto;
    height: 100%;
    top: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .section04 div.socks04 {
    margin-left: 330px;
  }

  .section04 div.socks04 img {
    width: auto;
    height: 100%;
  }
  .section04 div#contents_left {
    margin-top: 0px!important;
  }

  .sec04_text,
  .sec06_text {
    width: 100%;
    margin-right: 0;
    margin-left: auto;
  }

  .section05 div.phone {
    padding-right: 0;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
  }
  .section05 div.phone img {
    width: auto;
    height: 100%;
  }

  .section06 div.phone {
    height: 100%;
  }



  .sec03_text img,
  .sec03_text p,
  .section04 div#contents_left img,
  .section04 div#contents_left p,
  .sec05_contents_right img,
  .sec05_contents_right p,
  .sec06_contents_left img,
  .sec06_contents_left p,
  .sec07_contents_right img,
  .sec07_contents_right p {
    width: 85%;
    margin: 10px auto 0;
    display: block;
  }

.section_innerline .img_03,
.section_innerline .img_04,
.section_innerline .img_05,
.section_innerline .img_06,
.section_innerline .img_07 {
  margin: 30px auto 0;
}

  .section04 div#contents_left p.button_text {
    margin: 0 auto;
  }

  .sec03_contents_left,
  .sec04_contents_right,
  .sec05_contents_left {
    /*overflow: hidden;*/
  }

  .wrap_section03 {
    /*background-image: url("../images/");*/
  }

  .wrap_section01 {
    background-image: url("../images/bg_sec01_sp.png");
  }

  .wrap_section02 {
    background-image: url("../images/bg_sec02_sp.png");
  }

  .wrap_section03 {
    background-image: url("../images/bg_sec03_sp.png");
  }

  .wrap_section04 {
    background-image: url("../images/bg_sec04_sp.png");
  }

  .wrap_section05 {
    background-image: url("../images/bg_sec05_sp.png");
  }

  .wrap_section06 {
    background-image: url("../images/bg_sec06_sp.png");
  }

  .wrap_section07 {
    background-image: url("../images/bg_sec07_sp.png");
  }

  .wrap_section08 {
    background-image: url("../images/bg_sec08_sp.png");
  }

  .wrap_section09 {
    background-image: url("../images/bg_sec09_sp.png");
  }

  .wrap_section01 {
    background-position: left;
  }

  .sec01_logo{
    margin-top: 100px;
  }

  .wrap_section04,
  .wrap_section06,
  .wrap_section08,
  .wrap_section09 {
    background-position: right;
  }

  .wrap_section02,
  .wrap_section03,
  .wrap_section05,
  .wrap_section07 {
    background-position: left;
  }

  .section06 div.phone img:nth-child(2n+1) {
    width: auto;
    height: 100%;
    margin-right: 10px;
  }
  .section06 div.phone img:nth-child(2n) {
    width: auto;
    height: 100%;
  }

  .section06 figure#contents_right {
    margin-top: 0px!important;
    overflow: hidden;
    position: relative;
  }

  .section07 div.phone img {
    width: auto;
    height: 100%;
  }

  .sec07_contents_left {
    overflow: hidden;
  }
  .section07 div.phone {
    height: 100%;
    right: 0;
    text-align: center;
    position: static;
  }

  .section07 div.piece,
  .section05 div.socks  {
    display: none;
  }

  .section07 figure#contents_left {
    padding-right: 0;
  }

  div.sec08_title {
    padding-top: 10px;
    box-sizing: border-box;
  }

  div.sec08_title img {
    width: 85%;
  }
  .sec08_img {
    position: relative;
    overflow: hidden;
  }
  .sec08_img figure {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .sec08_img figure:nth-child(1){
    left: 0;
    z-index: 5;
  }
  .sec08_img figure:nth-child(2){
    left: 30px;
    z-index: 3;
  }
  .sec08_img figure:nth-child(3){
    left: 90px;
    z-index: 1;
  }
  .section09_contents figure img {
    width: 90%;
  }
  .sec09_footer {
    bottom: 20px;
  }
  .section_footer li {
    margin: 0 -20px;
  }
  .footer_sns li {
    margin: 0 20px;
  }
  .footer_textlink li a {
    margin: 0 25px;
    color: #222;
    /*text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);*/
  }
  ul.section09_btn {
    margin: 30px 10px 0;
  }
  ul.section09_btn li {
    width: 40%;
  }
  ul.section09_btn li a img {
    width: 100%;
    margin: auto;
  }
  .section09_contents {
    height: auto;
  }
  li iframe {
    width: 120px;
    height: 30px;
  }
  a.buttons {
    width: 85%;
    box-sizing: border-box;
    display: block;
    margin: 10px auto;
    text-align: center;
    /*border: 1px solid #fff;*/
    border: 1px solid #555;
  }

  .section.pp-section.active.pp-table,
  .section.pp-section.active .pp-tableCell,
  .section.pp-section.pp-table,
  .section.pp-section .pp-tableCell {
    display: block;
  }

  a.youtube.cboxElement {
    width: 100%;
  }

  .section01_contents,
  .section02_contents {
    display: block;
  }

  @keyframes movecoupon01 {
    0% {
      transform: rotate(0deg) translate(0px);
    }
    100% {
      transform: rotate(5deg) translate(130px);
    }
  }

  @-webkit-keyframes movecoupon01 {
    0% {
      -webkit-transform: rotate(0deg) translate(0px);
    }
    100% {
      -webkit-transform: rotate(5deg) translate(130px);
      transform: rotate(5deg) translate(130px);
    }
  }

  @-moz-keyframes movecoupon01 {
    0% {
      transform: rotate(0deg) translate(0px);
    }
    100% {
      transform: rotate(5deg) translate(130px);
    }
  }

  @-o-keyframes movecoupon01 {
    0% {
      transform: rotate(0deg) translate(0px);
    }
    100% {
      transform: rotate(5deg) translate(130px);
    }
  }

  @-ms-keyframes movecoupon01 {
    0% {
      transform: rotate(0deg) translate(0px);
    }
    100% {
      transform: rotate(5deg) translate(130px);
    }
  }

  @keyframes movecoupon02 {
    0% {
      transform: rotate(0deg) translate(0px);
    }
    100% {
      transform: rotate(5deg) translate(170px);
    }
  }

  @-webkit-keyframes movecoupon02 {
    0% {
      -webkit-transform: rotate(0deg) translate(0px);
      transform: rotate(0deg) translate(0px);
    }
    100% {
      -webkit-transform: rotate(5deg) translate(170px);
      transform: rotate(5deg) translate(170px);
    }
  }

  @-moz-keyframes movecoupon02 {
    0% {
      transform: rotate(0deg) translate(0px);
    }
    100% {
      transform: rotate(5deg) translate(170px);
    }
  }

  @-o-keyframes movecoupon02 {
    0% {
      transform: rotate(0deg) translate(0px);
    }
    100% {
      transform: rotate(5deg) translate(170px);
    }
  }

  @-ms-keyframes movecoupon02 {
    0% {
      transform: rotate(0deg) translate(0px);
    }
    100% {
      transform: rotate(5deg) translate(170px);
    }
  }



}


/*animation_setting*/

@keyframes movecoupon01 {
  0% {
    transform: rotate(0deg) translate(0px);
  }
  100% {
    transform: rotate(5deg) translate(130px);
  }
}

@-webkit-keyframes movecoupon01 {
  0% {
    -webkit-transform: rotate(0deg) translate(0px);
  }
  100% {
    -webkit-transform: rotate(5deg) translate(130px);
    transform: rotate(5deg) translate(130px);
  }
}

@-moz-keyframes movecoupon01 {
  0% {
    transform: rotate(0deg) translate(0px);
  }
  100% {
    transform: rotate(5deg) translate(130px);
  }
}

@-o-keyframes movecoupon01 {
  0% {
    transform: rotate(0deg) translate(0px);
  }
  100% {
    transform: rotate(5deg) translate(130px);
  }
}

@-ms-keyframes movecoupon01 {
  0% {
    transform: rotate(0deg) translate(0px);
  }
  100% {
    transform: rotate(5deg) translate(130px);
  }
}

@keyframes movecoupon02 {
  0% {
    transform: rotate(0deg) translate(0px);
  }
  100% {
    transform: rotate(5deg) translate(200px);
  }
}

@-webkit-keyframes movecoupon02 {
  0% {
    -webkit-transform: rotate(0deg) translate(0px);
    transform: rotate(0deg) translate(0px);
  }
  100% {
    -webkit-transform: rotate(5deg) translate(200px);
    transform: rotate(5deg) translate(200px);
  }
}

@-moz-keyframes movecoupon02 {
  0% {
    transform: rotate(0deg) translate(0px);
  }
  100% {
    transform: rotate(5deg) translate(200px);
  }
}

@-o-keyframes movecoupon02 {
  0% {
    transform: rotate(0deg) translate(0px);
  }
  100% {
    transform: rotate(5deg) translate(200px);
  }
}

@-ms-keyframes movecoupon02 {
  0% {
    transform: rotate(0deg) translate(0px);
  }
  100% {
    transform: rotate(5deg) translate(200px);
  }
}

@keyframes backcoupon {
  0% {
    transform: rotate(5deg) translate(130px);
  }
  100% {
    transform: rotate(0deg) translate(0px);
  }
}

@keyframes scansocks01 {
  0% {
    transform: rotate(0deg) translate(0px);
  }
  100% {
    transform: rotate(0deg) translate(-360px);
  }
}

@-webkit-keyframes scansocks01 {
  0% {
    -webkit-transform: rotate(0deg) translate(0px);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(-360px);
  }
}

@keyframes animationSocks05 {
  0% {
    transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    transform:  translate(122px,-208px)  rotate(720deg) ;
  }
}

@-moz-keyframes animationSocks05 {
  0% {
    -moz-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -moz-transform:  translate(122px,-208px)  rotate(720deg) ;
  }
}

@-webkit-keyframes animationSocks05 {
  0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -webkit-transform:  translate(122px,-208px)  rotate(720deg) ;
  }
}

@-o-keyframes animationSocks05 {
  0% {
    -o-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -o-transform:  translate(122px,-208px)  rotate(720deg) ;
  }
}

@-ms-keyframes animationSocks05 {
  0% {
    -ms-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -ms-transform:  translate(122px,-208px)  rotate(720deg) ;
  }
}

@keyframes animationSocks06 {
  0% {
    transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    transform:  translate(-105px,-242px)  rotate(630deg) ;
  }
}

@-moz-keyframes animationSocks06 {
  0% {
    -moz-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -moz-transform:  translate(-105px,-242px)  rotate(630deg) ;
  }
}

@-webkit-keyframes animationSocks06 {
  0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -webkit-transform:  translate(-105px,-242px)  rotate(630deg) ;
  }
}

@-o-keyframes animationSocks06 {
  0% {
    -o-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -o-transform:  translate(-105px,-242px)  rotate(630deg) ;
  }
}

@-ms-keyframes animationSocks06 {
  0% {
    -ms-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -ms-transform:  translate(-105px,-242px)  rotate(630deg) ;
  }
}

@keyframes animationSocks07 {
  0% {
    transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    transform:  translate(22px,247px)  rotate(690deg) ;
  }
}

@-moz-keyframes animationSocks07 {
  0% {
    -moz-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -moz-transform:  translate(22px,247px)  rotate(690deg) ;
  }
}

@-webkit-keyframes animationSocks07 {
  0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -webkit-transform:  translate(22px,247px)  rotate(690deg) ;
  }
}

@-o-keyframes animationSocks07 {
  0% {
    -o-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -o-transform:  translate(22px,247px)  rotate(690deg) ;
  }
}

@-ms-keyframes animationSocks07 {
  0% {
    -ms-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -ms-transform:  translate(22px,247px)  rotate(690deg) ;
  }
}

@keyframes animationSocks08 {
  0% {
    transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    transform:  translate(-248px,157px)  rotate(600deg) ;
  }
}

@-moz-keyframes animationSocks08 {
  0% {
    -moz-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -moz-transform:  translate(-248px,157px)  rotate(600deg) ;
  }
}

@-webkit-keyframes animationSocks08 {
  0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -webkit-transform:  translate(-248px,157px)  rotate(600deg) ;
  }
}

@-o-keyframes animationSocks08 {
  0% {
    -o-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -o-transform:  translate(-248px,157px)  rotate(600deg) ;
  }
}

@-ms-keyframes animationSocks08 {
  0% {
    -ms-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -ms-transform:  translate(-248px,157px)  rotate(600deg) ;
  }
}

@keyframes animationSocks09 {
  0% {
    transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    transform: translate(-268px,-47px) rotate(720deg);
  }
}

@-moz-keyframes animationSocks09 {
  0% {
    -moz-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -moz-transform: translate(-268px,-47px) rotate(720deg);
  }
}

@-webkit-keyframes animationSocks09 {
  0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -webkit-transform: translate(-268px,-47px) rotate(720deg);
  }
}

@-o-keyframes animationSocks09 {
  0% {
    -o-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -o-transform: translate(-268px,-47px) rotate(720deg);
  }
}

@-ms-keyframes animationSocks09 {
  0% {
    -ms-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -ms-transform: translate(-268px,-47px) rotate(720deg);
  }
}

@keyframes animationSocks10 {
  0% {
    transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    transform: translate(203px,153px) rotate(680deg);
  }
}

@-moz-keyframes animationSocks10 {
  0% {
    -moz-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -moz-transform: translate(203px,153px) rotate(680deg);
  }
}

@-webkit-keyframes animationSocks10 {
  0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -webkit-transform: translate(203px,153px) rotate(680deg);
  }
}

@-o-keyframes animationSocks10 {
  0% {
    -o-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -o-transform: translate(203px,153px) rotate(590deg);
  }
}

@-ms-keyframes animationSocks10 {
  0% {
    -ms-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -ms-transform: translate(203px,153px) rotate(590deg);
  }
}


@keyframes pieceAnimation{
  0% {
    transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    transform:  translate(0px,250px)  rotate(-1deg) ;
  }
}

@-moz-keyframes pieceAnimation{
  0% {
    -moz-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -moz-transform:  translate(0px,250px)  rotate(-1deg) ;
  }
}

@-webkit-keyframes pieceAnimation {
  0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -webkit-transform:  translate(0px,250px)  rotate(-1deg) ;
  }
}

@-o-keyframes pieceAnimation {
  0% {
    -o-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -o-transform:  translate(0px,250px)  rotate(-1deg) ;
  }
}

@-ms-keyframes pieceAnimation {
  0% {
    -ms-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -ms-transform:  translate(0px,250px)  rotate(-1deg) ;
  }
}
#example5{
  float:left;
  margin:68px 25% 0 25%;
}
.sharrre .button{
  float:left;
  width:60px;
}

@media only screen and (max-width: 639px)  {
  @keyframes scansocks01 {
    0% {
      transform: rotate(0deg) translate(0px);
    }
    100% {
      transform: rotate(0deg) translate(-270px);
    }
  }

  @-webkit-keyframes scansocks01 {
    0% {
      -webkit-transform: rotate(0deg) translate(0px);
    }
    100% {
      -webkit-transform: rotate(0deg) translate(-270px);
    }
  }
}

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

  a:hover {
    opacity: 0.8;
  }

  a.buttons:hover {
    background-color:#fff;
    opacity: 0.8;
  }

  a.buttons:hover > .button_text {
    text-shadow: none;
    color: #333;
  }

  a.youtube.cboxElement:hover {
    opacity: 1;
  }



  a.hover {
    opacity: 0.7;
  }

  a.buttons.hover {
    background-color:#fff;
    opacity: 1;
  }

  a.buttons.hover > .button_text {
    text-shadow: none;
    color: #333;
  }

  a.youtube.cboxElement.hover {
    opacity: 1;
  }

  .section01_title {
    position: relative;
    padding-right: 35%;
  }

  .section01_image {
    position: absolute;
    right: 7%;
    top: -30%;
  }

  .section01_image img {
    width: 520px;
  }

  #logo_sp img {
    display: none;
  }

}
#modal-content{
  width:50%;
  display:none;
  margin:0 auto;
  background:#fff;
  z-index:9999;
  position: relative;
  overflow-y: scroll;
  max-height: 400px;
}

.modal {
  padding:40px 30px;
}

.modal-img {
  width: 100%;
}

#modal-content h4 {
  font-weight: bold;
  margin: 20px 0 10px;
  font-size: 16px;
}

#modal-content h4,
#modal-content p {
  color: #333!important;
  text-shadow: none;
}

@media only screen and (max-width: 639px) {
  #modal-content {
    width: 90%;
    font-size: 20px;
    height: 350px;
    box-sizing: border-box;
  }

  .section01_image {
    display: none;
  }
}

@media only screen and (min-width: 640px) {
  .button-link:hover{
    opacity: 0.6;
  }
}
.modal-p{
  margin-top:1em;
}

.modal-p:first-child{
  margin-top:0;
}

.button-link{
  font-weight: bold;
  margin: 0 auto;
  display: block;
  text-align: center;
  position: absolute;
  right: 30px;
  top: 15px;
}

.button-link:hover{
  cursor:pointer;
}

#modal-overlay{
  z-index:9998;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:120%;
  background-color:rgba(0,0,0,0.45);
}

@media only screen and (max-width: 639px) {
  .button-link{
    right: 10px;
    top: 12px;
  }
}
