
@charset "utf-8";
* {
   margin:0;
   padding: 0;
   box-sizing: border-box;
}
* { font-family: "ＭＳ ゴシック",sans-serif; }
a {
   text-decoration: none;
}

div.contents-wrap {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}


img {
   max-width: 100%;
}
body {
   -webkit-text-size-adjust:100%;
   width: 100%!important;
   height: 100%;
   text-align: center;
}
p.main-img {
   width: 100%;
   margin: 0;
   padding: 0;
}


ul.footer-nav {
   max-width: 750px;
   margin: 30px auto;

   display: flex;
   justify-content: space-around;
   align-items: center;
}

ul.footer-nav li {
   list-style: none;
}
ul.footer-nav a {
   color: #fff;
}

@media screen and (max-width: 700px) {
   
   ul.footer-nav  {
      flex-direction: column;
   }
   ul.footer-nav li ~ li {
      margin-top: 24px;
   }
}

.coupon {
  position: relative;
    
}
img.copy-coupon {
  cursor: pointer;
  transition:all .3s;
}


img.copy-coupon:hover {
  opacity:.7;
}

#js-copytext {
  display:none;
}

#js-copyalert {
  display: none;
  position: fixed;
  top: 2rem;
  background: #fff;
  box-shadow: 0 0 4px #d2bb1d;
  left: 50%;
  width: 100%;
  max-width: 90rem;
  transform: translate(-50%,-50%);
  padding: 1.3rem;
  border-radius: 1rem;
  font-size: 1rem;
  text-align: center;
  background: #fffbe0;
  transition-duration: 0.1s;
  z-index: 10000;
}

div#contents {
   padding: 0;
}

/* ブレイクポイント
-------------------------*/
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 860px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (min-width: 660px) {
}
@media screen and (max-width: 660px) {
}
@media screen and (max-width: 375px) {
}

