@charset "UTF-8";
* { box-sizing: border-box; }

.taC {
  text-align: center !important;
}


#wrapper {
  width: 100%;
  overflow: hidden;
  background: url(../img/kujibikido_bg.png) repeat;
  background-size: 7px;
}

.disabledbtn {
  pointer-events: none;
  opacity: 1.0;
}

/* ヘッダ */
.header {
  position: relative;
  width: 100%;
  height: 90px;
  z-index: 999;
  box-sizing:  border-box;
  padding-top: 10px;
}
.headerCont {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  background: url(../img/header_bg.png) left top / contain repeat-x;
  background-size: 13.5%;
  overflow: hidden;
  height:100%;
  padding: 20px 0;
}
@media only screen and (min-width: 1025px) {
  .header::after {
    right: calc( ((100% - 1024px) / 2) + 15px );
  }
}
/* ヘッダロゴ */

.headerCont a.logo {
  position: absolute;
  top: 28px;
  left: 0px;
  width: 300px;
  height: 40px;
  background: url(../img/logo_kujibikido.png) left top / auto 100% no-repeat;
  text-indent: -100%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
.headerCont a.logo {
  left: 10px;
}
}
@media only screen and (max-width: 768px) {
  #wrapper {
    background-size: 5px;
  }
  .header {
    height: 120px;
    padding: 30px 15px 0;
  }
  .headerCont {
    background-size: 16%;
    padding: 20px 0;
  }
  .headerCont a.logo {
    width: 200px;
    height: 43px;
    top: 25px;
    background: url(../img/logo_kujibikido.png) left top / contain no-repeat;
  }
}
@media only screen and (max-width: 480px) {
  .header {
    height: 100px;
    padding: 10px 15px 0;
  }
  .headerCont {
    background-size: 38.5%;
    padding: 20px 0 10px;
 }
  .headerCont a.logo {
    width: 200px;
    height: 43px;
    top: 33px;
    left: 0;
  }
}

/* ヘッダ右側アイコン */
.headerIcon {
  position: absolute;
  top: 25px;
  right: 10px;
}
.headerIcon a {
  display: block;
  text-align: center;
  float: left;
  margin: 0 9px;
  font-size: 0.6em;
}
.headerIcon a img {
  height:30px;
  margin-bottom:8px;
}
.headerIcon a:last-child {
  margin-right:0;
}
@media only screen and (max-width: 480px) {
  .headerIcon {
  position: absolute;
  top: 25px;
  right: 0;
}
  .headerIcon a {
  margin: 0 0 0 10px;
}
  .headerIcon a img {
  height: 26px;
  margin-bottom: 5px;
}
}
.headerIcon a i {
  transition: all 300ms 0s ease;
}
.headerIcon a:hover i {
  color: #f7af10;
}
.headerIcon a span {
  font-size: 10px;
  display: block;
  text-align: center;
  line-height: 0.7;
  transform: scale(0.7);
}
.headerIcon .icon-outline-shoppingcart,
.headerIcon .icon-outline-user,
.headerIcon .icon-outline-edit,
.headerIcon .icon-outline-login {
  padding: 0 5px 0;
  color: #b3b3b3;
  font-size: 40px;
}
.headerIcon .icon-outline-ranking {
  padding: 0 5px 0;
  color: #f7af10;
  font-size: 40px;
  position: relative;
  left: 5px;
}

.headerIcon .icon-outline-login {
  padding-right: 12px;
  font-size: 40px;
  position: relative;
  right: 2px;
  bottom: 1px;
}
.headerIcon .icon-outline-shoppingcart {
  position: relative;
  right: 4px;
  top: 2px;
}
@media only screen and (max-width: 768px) {
  .headerIcon {
  position: absolute;
  top: 25px;
  right: 5px;
  }
  .headerIcon .icon-outline-ranking,
  .headerIcon .icon-outline-shoppingcart,
  .headerIcon .icon-outline-user,
  .headerIcon .icon-outline-edit,
  .headerIcon .icon-outline-login {
  padding: 0 4px 20px;
  font-size: 30px;
  }
  .headerIcon .pe-7s-user {
  padding-right: 0;
  }
  .headerIcon .icon-outline-login {
  padding-right: 10px;
  font-size: 32px;
  }
}

@media only screen and (max-width: 480px) {
  .headerIcon {
  top: 35px;
  right: 5px;
  }
  .headerIcon .icon-outline-ranking {
    font-size: 30px;
    left: 6px;
    top: 2px;
    position: relative;
  }
  .headerIcon .icon-outline-shoppingcart{
    font-size: 30px;
    padding-left: 3px;
    right: 2px;
    position:  relative;
  }
  .headerIcon .icon-outline-user {
  font-size: 30px;
  right: -1px;
  top: 2px;
  position: relative;
  }
  .headerIcon .icon-outline-edit {
  font-size: 30px;
  padding-left: 0;
  }
  .headerIcon .icon-outline-login {
  padding: 0 10px 17px 0;
  font-size: 30px;
  }
}

/* 遊び方 */
.howtoplayArea {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 30px;
  padding: 40px 0 0;
}
.howtoplayArea h2 {
  line-height: 0;
  text-align: center;
  margin-bottom: 30px;
}
.howtoplayArea h2 img {
  height:25px;
  margin: 0 auto;
}

.howto_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 0 90px;
}
.howto_list li {
  width: 31%;
  margin-bottom: 15px;
}
.howto_list li h3 {
  font-size: 1.0em;
  font-feature-settings: "palt";
}
.howto_list li h3 span {
  margin-right: 3px;
  font-size: 1.1em;
}
.howto_list li .howtoimg {
  display: flex;
  align-items: center;
  height: 130px;
}
.howto_list li:nth-child(1) .howtoimg img {
  width: 37%;
  margin-left: 22px;
}
.howto_list li:nth-child(2) .howtoimg img {
  width: 44%;
}
.howto_list li:nth-child(3) .howtoimg img {
  width: 49%;
}
.howto_list li:nth-child(4) .howtoimg img {
  width: 55%;
}
.howto_list li:nth-child(5) .howtoimg img {
  width: 34%;
  margin-left: 28px;
}
.howto_list li:nth-child(6) .howtoimg img {
  width: 38%;
}
.howto_list li p {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .howto_list {
    padding: 0 0 0 40px;
  }
}
@media only screen and (max-width: 480px) {
  .howtoplayArea {
    margin: 0 auto 10px;
    padding: 0;
  }
  .howtoplayArea h2 {
    margin-bottom: 20px;
  }
  .howtoplayArea h2 img {
    height: 17px;
  }
  .howto_list {
    padding: 0 15px;
  }
  .howto_list li h3 {
    font-size: 1.0em;
    font-feature-settings: "palt";
  }
  .howto_list li {
    width: 48%;
  }
  .howto_list li .howtoimg {
    display: flex;
    align-items: center;
    height: 90px;
  }
  .howto_list li:nth-child(1) .howtoimg img {
    width: 47%;
    margin-left: 22px;
  }
  .howto_list li:nth-child(2) .howtoimg img {
    width: 55%;
  }
  .howto_list li:nth-child(3) .howtoimg img {
    width: 62%;
  }
  .howto_list li:nth-child(4) .howtoimg img {
    width: 72%;
  }
  .howto_list li:nth-child(5) .howtoimg img {
    width: 43%;
    margin-left: 28px;
  }
  .howto_list li:nth-child(6) .howtoimg img {
    width: 51%;
  }
  .howto_list li p {
    font-size: 10px;
  }
}

/* information部分 */
.infoArea {
  width: 100%;
  overflow: hidden;
}

.infoAreaInner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 45px 15px 25px;
  overflow:  hidden;
}
.infoAreaInner > li {
  float: left;
}
.infoArea i {
  color:#00427b;
}
@media only screen and (max-width: 768px) {
  .infoAreaInner {
  padding: 15px 0 50px;
  }
  .infoAreaInner > li {
  display: block;
  clear: both; 
  }
}
@media only screen and (max-width: 480px) {
  .infoAreaInner {
  padding: 15px 0 50px;
  }
}
.infoAreaInner .infoSpace {
  width: 48%;
  margin-right: 4%;
}
@media only screen and (max-width: 768px) {
  .infoAreaInner .infoSpace {
  width: 100%;
  margin: 0 0 30px;
  padding: 0 15px;
  }
}

.title_Info {
  margin-bottom:15px;
}
.title_Info img {
  height: 35px;
}

@media only screen and (max-width: 768px) {
  .title_Info img {
  
height: 30px;
  }

}

.infoMenu {
  margin: 0 5px 26px;
}
.infoMenu dl {
  border-bottom:4px dotted #c8c9ca;
}
.infoMenu dt {
  padding: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
}
.infoMenu .icon-outline-mail {
  padding-right:5px;
  font-size:1.3em;
  position:relative;
  top:3px;
}
.infoMenu .icon-outline-help {
  padding-right:5px;
  font-size:1.3em;
  position:relative;
  top:3px;
  right:1px;
}
.infoMenu .icon-outline-price {
  padding-right:5px;
  font-size:1.2em;
  position:relative;
  top:2px;
}
.infoMenu dd {
  padding-bottom: 20px;
  line-height: 24px;
  font-size: 14px;
}
.infoMenu dd.qaBlank {
  padding-bottom: 3px;
}
@media only screen and (max-width: 768px) {
  .infoMenu {
  margin: 25px 10px;
  }
  .infoMenu dt {
  padding-left: 10px;
  font-size: 22px;
  }
  .infoMenu dd {
  padding-left: 10px;
  line-height: 24px;
  font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .infoMenu {
  margin: 0 0 20px;
  }
  .infoMenu dt {
  padding-left: 5px;
  font-size: 17px;
  }
  .infoMenu dd {
  padding-left: 5px;
  font-size: 12.5px;
  line-height: 21px;
  }
}

/* お支払方法部分 */

.accMenu > dt,
.qaSpace dt {
  padding-top: 10px;
  line-height: 32px;
  font-size: 18px;
  cursor: pointer;
}
.accMenu dt img,
.qaMenu dt img,
.inquiryMenu dt img {
  width: 21px;
  vertical-align:middle;
  margin-right:4px;
}
.accMenu > dt:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -4px;
  background: url(../img/link_arrow_down.png);
  background-size: contain;
  margin-left: 7px;
}
.accMenu > dt.open:after {
  background: url(../img/link_arrow_up.png);
  background-size: contain;
}
.accMenu > dd {
  display: none;
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
}
.accMenu dd ul li{
  font-weight: normal;
  line-height: 26px;
}
.accMenu dd ul li ul.paymentList{
  padding-left: 25px;
}
.payNotice {
  line-height: 18px;
  font-size: 12px;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .accMenu > dt,
  .qaSpace dt {
    padding: 0 0 0 5px;
    line-height: 60px;
    font-size: 20px;
  }
  .accMenu > dt:after {
  font-size: 20px;
  }
  .accMenu > dd {
  margin-top: 8px;
  font-size: 14px;
  }
  .accMenu dd ul {
  margin-top: 20px;
  }
  .accMenu dd ul li{
  line-height: 20px;
  }
  .payNotice {
  margin-top: 0;
  font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .accMenu > dt,
  .qaSpace dt {
    line-height: 46px;
    font-size: 16px;
  }
  .accMenu > dt:after {
  font-size: 20px;
  }
  .accMenu dd ul li{
  line-height: 20px;
  }
  .accMenu > dd {
  margin-top: 10px;
  font-size: 13px;
  }
  .payNotice {
  font-size: 13px;
  }
}

.qaMenu dt,
.inquiryMenu dt {
  margin-top: 12px;
}
.qaSpace {
  vertical-align:middle;
}
.qaSpace:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 20px;
  vertical-align: -5px;
  background: url(../img/link_arrow.png);
  background-size: contain;
  margin-left: 7px;
}
.qaSpace.noarrow:after {
  content:none;
}
@media only screen and (max-width: 768px) {
  .qaMenu dt,
  .inquiryMenu dt {
    margin-top: 0;
    padding: 0 0 0 5px;
    line-height: 60px;
    font-size: 20px;
  }
  .qaSpace:after {
  font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .qaMenu dt,
  .inquiryMenu dt {
    line-height: 50px;
    font-size: 16px;
  }
  .qaSpace:after {
  font-size: 20px;
  }
}

/* Twitter部分 */
.infoAreaInner .twitterSpace {
  width: 48%;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.infoAreaInner .twitterSpace .twitter {
  padding-right: 1px;
  /* border: 1px solid #dddddd; */
}
@media only screen and (max-width: 768px) {
  .infoAreaInner .twitterSpace {
  width: 100%;
  margin: 0;
  padding: 0 15px;
  }
}

.twitter iframe { width: 740px !important; }

.snslink i {
  margin: 0 3px 0 7px;
  line-height: normal;
}
.sns_x i {
  margin: 0 20px 0 7px;
  font-size: 2em;
  color: #4c4948;
  transition: background-color 0.3s, color 0.3s;
}
.snslink a {
  padding: 0.8em 1em;
  background-color: #FFF;
  color: #4c4948;
  border-radius: 15px;
  font-weight: bold;
  margin: 5px;
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 18px;
  border: solid 3px #F7B32C;
  transition: background-color 0.3s, color 0.3s;
  line-height: normal;
}
.snslink a:hover {
  background-color: #F7B32C;
  color: #FFF;
}
.snslink a:hover i {
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .snslink a {
    font-size: 17px;
  }
}
.lpOnly a {
  padding: 4.5px 1em;
}
.lpOnly i {
  margin: 3px 20px 0 7px;
}

/* フッタ */
footer {
  width: 100%;
  background-color: #587ebf;
  color:#FFF;
  padding: 20px 0 15px;
}
.footer .wrap {max-width:1024px;width:100%;margin:0 auto;padding: 0 25px;}
.footer .wrap a {line-height: 1;}
.footer .wrap a img {vertical-align: bottom;display: block;}
.footer .wrap ul li a.privacy {color:#ed1b23;}
.footer .wrap .address-cscenter {display:flex;justify-content:space-between;margin: 5px auto 25px;}
.footer .wrap .address-cscenter .add {}
.footer .wrap .address-cscenter .add .conts {margin-top: 20px;line-height: 12px;}
.footer .wrap .address-cscenter .add .conts p {line-height: 1;font-size: 12px;display: flex;justify-content: flex-start;}
.footer .wrap .address-cscenter .add .conts p span {color:#FFF;font-size: 12px;display: flex;justify-content: flex-start;align-items:center;line-height: 18px;}
.footer .wrap .address-cscenter .add .conts p span em {font-weight:600;font-style:normal;margin-left:5px;line-height: 18px;}
.footer .wrap .address-cscenter .add .conts p span span.footer_email {color:#FFF;margin-left:5px;border-bottom:1px solid #FFF;}
.footer .wrap .address-cscenter .add .conts p span a.mail {color:#FFF;margin-left:5px;border-bottom:1px solid #FFF;}
.footer .wrap .address-cscenter .add .conts p span + span:before {content:"";width:1px;height: 8px;background-color: #FFF;margin: 0 8px;}
.footer .wrap .address-cscenter .add .conts a.bizinfor {color:#FFF;font-size: 12px;line-height: 22px;display:inline-flex;align-items:center;border:1px solid #ccc;border-radius:15px;padding: 0 10px;margin-top: 10px;}
.footer .wrap .address-cscenter .right {display:flex;align-items:flex-start;}
.footer .wrap .address-cscenter .right .cscenter {position:relative;width: 155px;}
.footer .wrap .address-cscenter .right .cscenter:before {content:"";position:absolute;top:0;left:-25px;height:100%;border-left:1px solid #ddd;}
.footer .wrap .address-cscenter .right .cscenter h5 {color:#FFF;font-size: 14px;font-weight:600;}
.footer .wrap .address-cscenter .right .cscenter h2 {color:#FFF;font-size: 24px;font-weight:700;}
.footer .wrap .address-cscenter .right .cscenter p {color:#FFF;font-size: 12px;font-weight:500;}
.footer .wrap .address-cscenter .right .cscenter p span {display:inline-block;width: 35px;font-weight:400;text-align:justify;}
.footer .wrap .address-cscenter .right .cscenter p.infor {font-size: 10px;font-weight:400;line-height: 1.2;margin-top: 10px;padding-top: 10px;border-top:1px solid #ddd;}
.footer .wrap .copyright {display:flex;justify-content: center;align-items:center;}
.footer .wrap .copyright .left {color:#FFF;font-size:7.5px;line-height:1.4;}
.footer .wrap .copyright .left strong {color:#FFF;font-weight:400;}
.footer .wrap .copyright .left strong u {color:#FFF;font-weight:600;}
.footer .wrap .copyright .right {color:#333;font-size:7.5px;}
.footer .wrap strong {color:#FFF;font-weight:bold;}
footer.lppage  {
  padding: 20px 0 15px;
}
footer .footer_logo {
  margin:0 auto;
  text-align:center;
  font-size: 12px;
  line-height: 1;
}
footer .footer_logo img{
  height:50px;
  vertical-align: bottom;
  padding-left: 150px;
}
footer ul {
  margin-left: -10px;
  padding: 20px 0;
  text-align: left;
  font-size: 0;
}
footer ul li {
  display: inline;
  padding: 0 10px;
  border-right: 1px solid #FFF;
  font-size: 12.5px;
}
footer ul li:last-child {
  border-right: none;
}
footer ul li a {
  color:#FFF;
}
@media only screen and (max-width: 480px) {
  footer {
    padding: 20px 0 15px;
  }
  footer.lppage {
    padding: 20px 0 105px;
  }
  footer .footer_logo span {
    display:block;
    margin-top:8px;
  }
  footer .footer_logo img{
    padding-left: 0;
  }
  footer ul {
  padding: 15px 0;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  }
  footer ul li {
  padding: 0 10px 0;
  font-size: 14px;
  line-height: 1;
  }
  .footer .wrap .address-cscenter {display:flex;justify-content:space-between;margin: 15px auto;}
  .footer .wrap .address-cscenter .add .conts {margin-top: 20px;line-height: 12px;}
  .footer .wrap .address-cscenter .add .conts p {line-height: 1.4;margin-bottom: 3px;}
  .footer .wrap .address-cscenter .add .conts p.column {flex-direction: column;}
  .footer .wrap .address-cscenter .add .conts p span {color:#FFF;font-size: 12px;display:inline;align-items:center;}
  .footer .wrap .address-cscenter .add .conts p span + span:before {content:none;width:1px;height: 8px;background-color: none;margin: 0 8px;}
  .footer .wrap .address-cscenter .add .conts a.bizinfor {color:#FFF;font-size: 14px;line-height: 28px;display:inline-flex;align-items:center;border:1px solid #ccc;border-radius:15px;padding: 0 10px;margin-top: 10px;}
  .footer .wrap .address-cscenter .right {display:none}
}

/* コピーライト */
.publisher p {
  text-align: center;
  font-size: 12px;
}
.publisher {
  width: 100%;
}
.copyright {
  margin: 0 auto;
  text-align: center;
}
.copyright p {
  font-size: 12px;
}
@media only screen and (max-width: 480px) {
  .copyright p {
  font-size: 1.2rem;
  }
}

/* ページトップへ */
#pageTop {
  position: fixed;
  right: 22px;
  bottom: 15px;
  z-index: 10;
}
#pageTop a {
  width: 100px;
  font-size: 50px;
  color: #eb6d5e;
  vertical-align:  bottom;
  line-height: 0;
}
#pageTop a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 480px) {
#pageTop {
  right: 14px;
}
}

/* 購入する */
.buyBtnArea {
  width:100%;
  background:rgb(255 255 255 / 0.8);
  overflow:hidden;
  padding: 0px;
  z-index: 1099;
}
.buyBtnArea .salesperiod {
  text-align:center;
}
.buyBtnArea .salesperiod dl dt {
  margin-right:10px;
}
.buyBtnArea .salesperiod dl dd i {
  margin-right:3px;
  font-size:1.2em;
}
.buyBtnArea .salesperiod dl {
  display:inline-flex;
  margin-bottom:5px;
}
.buyBtnArea .buyBtnList {
  display:flex;
  justify-content: space-around;
}
.buyBtnArea .buyBtnList li {
  margin: 7px;
  max-width: 49%;
}
.buyBtnArea .buyBtnList li:first-child {
  margin-left: 0;
}
.buyBtnArea .buyBtnList li:last-child {
  margin-right: 0;
}
.buyBtnArea .buyBtnList li img {
  width:100%;
}


#buyBtnCircle {
  position: fixed;
  width: 62px;
  right: 14px;
  bottom: 11px;
  z-index: 10;
  text-align:left;
}
#buyBtnCircle a {
  vertical-align:  bottom;
  line-height: 0;
}
#buyBtnCircle a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 480px) {
.buyBtnArea {
  width:100%;
  position:fixed;
  bottom:0;
  left:0;
  background:rgb(255 255 255 / 0.85);
  overflow:hidden;
  display:flex;
  padding: 12px 12px 8px;
}
.buyBtnArea.pcOnly {
  display:none;
}
.buyBtnArea .salesperiod {
  width: 40%;
  text-align: left;
}
.buyBtnArea .salesperiod dl {
  display:block;
  text-align:left;
  margin-bottom:0;
  line-height: 1.6;
}

.buyBtnArea .salesperiod dl dd i {
  font-size:1.4em;
  vertical-align:middle;
  margin-right:5px
}
.buyBtnArea .buyBtnList {
  width: 60%;
  display:flex;
  justify-content: flex-end;
}
.buyBtnArea .buyBtnList li {
  margin: 0 5px;
  max-width: 30%;
}

#buyBtnCircle {
  right: 9px;
}
}

/* ボタンエフェクト */
.btn-zoom:after {
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
.btn-zoom:hover:after {
background: #f7af10;
-webkit-transform: scale(1);
transform: scale(1);
}
.btn-effect:after {
position: absolute;
z-index: -1;
display: block;
content: '';
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}

/*-------------------------------------------------
横向き縦向き設定
----------------------------------------------- */

.landscape {
  width: 100vmax;
  height: 100vmin;
  background: rgba(0, 0, 0, 0.9);
  background-size: cover;
  position: fixed;
  z-index: 10000;
  overflow: hidden;
  display: none;
}

.landscape.is-active {
  display: block;
}

.landscape__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.landscape__inner img {
  width: 40vw;
}

.landscape__inner p {
  font-family: 'avenir next bold', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 2.5vw;
  color: #fff;
  letter-spacing: 2px;
}

.coupon_btn_area {
  position: relative;
  width: 100%;
  margin: 30px auto 50px;
  max-width: 1024px;
  text-align:center;
  }
.coupon_btn_line {
  display: inline-block;
  border: 3px solid #ec7d5e;
  padding: 40px 40px 30px;
  min-width: 60%;
  }

  .coupon_area_title {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 53%;
  padding: 0 10px;
  background-color: #fff;
  }

  .coupon_btn_area .coupon_link img,.coupon_btn_area .saisen_btn_link img {
  width: 100%;
  }

  .coupon_btn_area .coupon_link,.coupon_btn_area .saisen_btn_link {
  margin: 0;
  cursor: pointer;
  }

  .coupon_btn_area .coupon_link {
  width: 100%;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  }
  .coupon_btn_area .coupon_link a {
  width:49%;
  }
  .coupon_btn_area .coupon_link a:first-child:last-child {
  width:100%;
  }
  .coupon_btn_area .coupon_link a:first-child:last-child img {
  text-align:center;
  max-width: 426px;
  }
  .coupon_btn_area .saisen_btn_link {
  margin-left: 20px;
  width: 50%;
  }

  .pAreaInner {
  padding-bottom: 60px;
  }

  @media screen and (max-width: 768px) {
  .coupon_btn_area .coupon_link, .coupon_btn_area .saisen_btn_link {
  margin: 0px 5px;
  }
  .coupon_btn_line {
  padding: 20px 20px;
  }
  .coupon_btn_area {
  width: 95%;
  }
  .coupon_btn_area .coupon_link a {
  width:100%;
  margin-bottom:10px
  }
  .coupon_btn_area .coupon_link a:last-child {
  margin:0;
  }
  .coupon_btn_area .coupon_link a:first-child:last-child {
  margin:0;
  }
  }

  @media screen and (max-width: 480px) {
  .coupon_btn_area {
    display: block;
    width: 95%;
    margin: 0 auto 50px;
    padding: 0;
  }

  .coupon_area_title {
  top: -18px;
  transform: translateX(-50%);
  width: 85%;
  padding: 0 5px;
  }

  .coupon_btn_area .coupon_link, .coupon_btn_area .saisen_btn_link {
  margin: 0;
  width: 100%;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: #fefefe;
  padding: 50px 40px;
  border: 1px solid #888;
  width: 600px;
}

.modal-content h5 {
  font-size: 2rem;
  text-align: center;
}

.modal-content dt {
  margin-bottom: 10px;
}

.modal-content dl {
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.modal_content {
  font-size: 1.4rem;
}

.modal-content dt span {
  background-color: #587ebf;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
}

.modal-content a {
  color: #587ebf;
}

.modalItemDetail p {
  font-size: 1.4rem;
}


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

  .modal-content h5 {
  margin-bottom: 20px;
}

}

@media screen and (max-width: 480px) {
  .modal-content {
  width: 90%;
  padding: 30px 15px;
}

.modal-content dl {
  font-size: 1.2rem;
}

.modalItemDetail .modal_content dl dd {
  text-align: left;
  margin-bottom: 20px;
}

.modalItemDetail p {
  font-size: 1.2rem;
}

.modalItemDetail dd {
  margin-bottom: 15px;
}

}
