@charset "UTF-8";
/*
*******************************************************************************************************
# 壁紙ダウンロード - compiled from fun/style.scss
*******************************************************************************************************
*/
/* ------------------------------------
	* placeholder
* ------------------------------------ */
/* micro clearfix */
.box-section.box-setting .box-pc, .box-wallpaper-pc, .box-wallpaper-pc .list-wallpaper, .box-wallpaper-sp .list-wallpaper {
  *zoom: 1;
}
.box-section.box-setting .box-pc:before, .box-wallpaper-pc:before, .box-wallpaper-pc .list-wallpaper:before, .box-wallpaper-sp .list-wallpaper:before, .box-section.box-setting .box-pc:after, .box-wallpaper-pc:after, .box-wallpaper-pc .list-wallpaper:after, .box-wallpaper-sp .list-wallpaper:after {
  content: "";
  display: table;
}
.box-section.box-setting .box-pc:after, .box-wallpaper-pc:after, .box-wallpaper-pc .list-wallpaper:after, .box-wallpaper-sp .list-wallpaper:after {
  clear: both;
}

/* ------------------------------------
	* contents-main
* ------------------------------------ */
.contents-main {
  padding-bottom: 54px;
  background-color: #fece26;
  background-image: url(/img/common/bg_circle20.png);
  background-position: -50% -60px;
}

@media screen and (max-width: 736px) {
  .contents-main {
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    background-size: 100px 100px;
    background-position: -50% 20px;
  }
}
/* ------------------------------------
	* site-header
* ------------------------------------ */
.site-header {
  background-color: #ed7c2d;
}
.site-header:after {
  background-image: url(/img/fun/pc/bg_giza.png);
}
@media screen and (max-width: 736px) {
  .site-header:after {
    background-image: url(/img/fun/sp/bg_giza.png);
  }
}
.site-header .nav-global li a {
  color: #fff;
}
.site-header .nav-global li a:hover, .site-header .nav-global li a.act {
  background-image: url(/img/common/header/pc/line_dot_w.png);
}
@media screen and (max-width: 736px) {
  .site-header .nav-global {
    background-color: #ed7c2d;
  }
}

/* mod-box-contents-header
----------------------------------- */
@media screen and (max-width: 736px) {
  .mod-box-contents-header {
    background-color: transparent;
  }
  .mod-box-contents-header .ttl-main img {
    width: 238px;
  }
  .mod-box-contents-header .ttl-sub {
    margin-bottom: 14px;
  }
}
/* box-section
----------------------------------- */
.box-section .ttl-section {
  margin-bottom: 22px;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
}
.box-section:first-child {
  padding-top: 66px;
}
.box-section.box-setting {
  margin-bottom: 36px;
}
.box-section.box-setting .mod-box-inner {
  padding: 0 50px;
  padding-top: 20px;
  padding-bottom: 35px;
  width: 940px;
  background-color: #fff;
}
.box-section.box-setting .mod-box-inner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background-color: #ccad41;
  background-color: rgba(0, 0, 0, 0.2);
}
.box-section.box-setting .ttl-section {
  margin-bottom: 14px;
  font-size: 22px;
}
.box-section.box-setting .inner-setting {
  margin-bottom: 10px;
}
.box-section.box-setting .inner-setting:last-child {
  margin-bottom: 0;
}
.box-section.box-setting .box-pc .box-txt {
  float: left;
  width: 710px;
}
.box-section.box-setting .box-pc .qr {
  float: right;
  padding-top: 10px;
}
.box-section.box-setting .ttl-sub {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.box-section.box-setting .note {
  font-size: 12px;
}
.box-section.box-setting .list-howto {
  line-height: 1.7;
}
.box-section.box-setting .list-howto li {
  position: relative;
  margin-top: 10px;
  padding-left: 24px;
}
.box-section.box-setting .list-howto li .num {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 4px 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background-color: #62351e;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.box-section.box-setting .list-note {
  margin-top: 10px;
  font-size: 12px;
}
.box-section.box-setting .list-note li {
  margin-top: 6px;
}
.box-section .list-wallpaper li {
  position: relative;
}
.box-section .list-wallpaper .btn-download {
  display: table-cell;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  width: 150px;
  height: 30px;
  background-color: #b48c6c;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.box-section .list-wallpaper .btn-download:hover {
  background-color: #c7a991;
}
.box-section .list-wallpaper .btn-download span:before {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -6px;
  width: 8px;
  height: 12px;
  background-image: url(/img/common/pc/arr_link_btn_w.png);
}
@media screen and (max-width: 736px) {
  .box-section .list-wallpaper .btn-download span:before {
    right: 10px;
    margin-top: -5.5px;
    width: 7px;
    height: 11px;
    background-image: url(/img/common/sp/arr_link_btn_w.png);
    -webkit-background-size: 7px 11px;
    -moz-background-size: 7px 11px;
    background-size: 7px 11px;
  }
}
.box-section .btn-anchor {
  position: relative;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  width: 300px;
  height: 30px;
  background-color: #fff;
}
.box-section .btn-anchor a {
  display: table-cell;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  width: 300px;
  height: 30px;
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
  color: #62351e;
  text-align: center;
  vertical-align: middle;
}
.box-section .btn-anchor a:hover {
  opacity: 0.8;
}
.box-section .btn-anchor a span:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  width: 12px;
  height: 8px;
  background-image: url(/img/common/pc/arr_down_b.png);
}

@media screen and (max-width: 736px) {
  .box-section.box-setting {
    margin: 0 10px;
  }
  .box-section.box-setting .mod-box-inner {
    padding: 0 15px;
    padding-top: 16px;
    padding-bottom: 28px;
    width: 100%;
  }
  .box-section.box-setting .mod-box-inner:before {
    bottom: -3px;
    height: 3px;
  }
  .box-section.box-setting .ttl-section {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .box-section.box-setting .list-howto {
    font-size: 14px;
    line-height: 1.5;
  }
  .box-section.box-setting .list-howto li {
    padding-top: 2px;
    padding-left: 30px;
  }
  .box-section.box-setting .list-howto li .num {
    padding: 5px 0;
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .box-section.box-setting .txt-note {
    margin-top: 10px;
    padding-left: 12px;
    text-indent: -12px;
    line-height: 1.3;
  }
}
/* box-wallpaper-pc
----------------------------------- */
.box-wallpaper-pc {
  position: relative;
  margin-bottom: 48px;
  height: 500px;
}
.box-wallpaper-pc .box-left, .box-wallpaper-pc .box-right {
  width: 380px;
}
.box-wallpaper-pc .box-left p img, .box-wallpaper-pc .box-right p img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #caab8e;
}
.box-wallpaper-pc .box-left {
  float: left;
}
.box-wallpaper-pc .box-left .list-wallpaper li {
  margin-right: 20px;
}
.box-wallpaper-pc .box-right {
  float: right;
}
.box-wallpaper-pc .box-right .list-wallpaper {
  float: right;
}
.box-wallpaper-pc .box-right .list-wallpaper li {
  margin-left: 20px;
}
.box-wallpaper-pc .list-wallpaper {
  margin-top: 10px;
  margin-bottom: 40px;
}
.box-wallpaper-pc .list-wallpaper li {
  float: left;
}
.box-wallpaper-pc .img-chara-pc {
  position: absolute;
  left: 322px;
  top: -12px;
}

/* box-wallpaper-sp
----------------------------------- */
.box-wallpaper-sp {
  position: relative;
  margin-bottom: 44px;
  height: 880px;
}
.box-wallpaper-sp .list-wallpaper li {
  float: left;
  margin-right: 73px;
  margin-bottom: 40px;
  width: 180px;
  text-align: center;
}
.box-wallpaper-sp .list-wallpaper li.multiples4 {
  margin-right: 0;
}
.box-wallpaper-sp .list-wallpaper li p img {
  border: 1px solid #caab8e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-wallpaper-sp .list-wallpaper li a {
  display: block;
}
.box-wallpaper-sp .list-wallpaper li a:hover .btn-download {
  background-color: #c7a991;
}
.box-wallpaper-sp .wrap-btn-download {
  position: relative;
  margin: 0 auto;
  margin-top: 12px;
  width: 150px;
}
.box-wallpaper-sp .img-chara-sp {
  display: block;
  position: absolute;
  right: -66px;
  bottom: 0;
  width: 342px;
  height: 494px;
  background-image: url(/img/fun/pc/img_chara_sp.png);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 736px) {
  .box-wallpaper-sp {
    position: relative;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 300px;
    height: auto;
  }
  .box-wallpaper-sp .list-wallpaper li {
    margin-right: 0;
    width: 140px;
  }
  .box-wallpaper-sp .list-wallpaper li:nth-child(even) {
    float: right;
  }
  .box-wallpaper-sp .list-wallpaper li:last-child {
    margin-bottom: 0;
  }
  .box-wallpaper-sp .list-wallpaper li a:hover .btn-download {
    background-color: #b48c6c;
  }
  .box-wallpaper-sp .list-wallpaper li img {
    pointer-events: none;
  }
  .box-wallpaper-sp .wrap-btn-download {
    width: 100%;
    margin-top: 10px;
  }
  .box-wallpaper-sp .img-chara-sp {
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 168px;
    height: 284px;
    background-image: url(/img/fun/sp/img_chara_sp.png);
    -webkit-background-size: 168px 284px;
    -moz-background-size: 168px 284px;
    background-size: 168px 284px;
  }
}
