@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?tvx2yy');
  src:  url('../fonts/icomoon.eot?tvx2yy#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?tvx2yy') format('truetype'),
    url('../fonts/icomoon.woff?tvx2yy') format('woff'),
    url('../fonts/icomoon.svg?tvx2yy#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-dl:before {
  content: "\e900";
}
.icon-entry:before {
  content: "\e901";
}
.icon-search:before {
  content: "\e902";
}
.icon-twitter:before {
  content: "\ea96";
}


.container {
  position: relative;
	max-width: 1100px;
	margin: 0 auto;
}

/* head */
.header {
  border-top: solid 6px #d0111b;
  background: #FFF;
}
.header .logo {
  float: left;
  padding: 18px 0 16px;
}
@media screen and (min-width: 769px) {
  .header .logo a {
    display: block;
    width: 273px;
    height: 50px;
    background: url(../img/head_logo_pc.png) no-repeat 0 0;
  }
}
.header .tag-line {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 1.4rem;
  font-weight: normal;
}
.header .sns-area {
  float: right;
  margin-top: 2.5em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .sns-area li + li {
  margin-left: 5px;
}
.breadcrumb {
  padding: 10px 0;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li + li {
  margin-left: 6px;
}
.breadcrumb li a {
  line-height: 1;
  color: #1470CC;
}
.breadcrumb li a:visited {
  color: #802680;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}


/* foot */
.footer {
  padding: 8px 0 20px;
  background: #FFF;
}
@media screen and (min-width: 769px) {
  .footer ul {
    float: right;
    margin-top: 5px;
  }
  .footer li {
    float: left;
    margin-right: 0.5em;
    padding-right: 0.5em;
    line-height: 1;
    font-size: 1rem;
    border-right: solid 1px #999;
  }
  .footer li:last-of-type {
    margin-right: 0;
    padding-right: 0;
    border: none;
  }
}
.footer address {
  float: left;
  margin-top: 3px;
}
.footer #linkRecruitGroup {
  line-height: 2;
  font-size: 10px;
  font-weight: bold;
  text-decoration: underline;
  color: #435B67;
}


/* ボタン */
a.btn-entry {
  position: relative;
  margin: 0 auto;
  padding: 45px 0;
  display: block;
  width: 640px;
  height: 120px;
  text-align: center;
  background: #d0111b;
  border: solid 4px #e60012;
  border-radius: 60px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
a.btn-entry .txt {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .16em;
  color: #ffe900;
}
a.btn-entry .icon-entry {
  position: absolute;
  top: 50%;
  right: 39px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 4rem;
  color: #a40000;
}
@media screen and (min-width: 769px) {
  a.btn-entry {
    -webkit-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out;
  }
  a.btn-entry:hover {
    border-color: #ffe900;
  }
  a.btn-entry .icon-entry {
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
  }
  a.btn-entry:hover .icon-entry {
    color: #ffe900;
  }
}

a.btn-search {
  position: relative;
  margin: 0 auto;
  padding: 16px 0 0;
  display: block;
  width: 630px;
  height: 60px;
  text-align: center;
  background: #eee;
  border: solid 4px #FFF;
  border-radius: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
a.btn-search .txt {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .16em;
  color: #d0111b;
}
a.btn-search .icon-search {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem;
  color: #b5b5b5;
}
@media screen and (min-width: 769px) {
  a.btn-search {
    -webkit-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out;
  }
  a.btn-search:hover {
    border-color: #ffe900;
  }
  a.btn-search .icon-search {
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
  }
  a.btn-search:hover .icon-search {
    color: #d0111b;
  }
}

a.btn-twt {
  display: block;
  height: 40px;
  text-align: center;
  color: #00acee;
  background: rgba(255,255,255,0.9);
  border: solid 2px #FFF;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
a.btn-twt .txt {
  vertical-align: middle;
  line-height: 38px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .06em;
}
a.btn-twt .icon-twitter {
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 2.2rem;
}
@media screen and (min-width: 769px) {
  a.btn-twt {
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
  }
  a.btn-twt:hover {
    background: #ffe900;
  }
}

a.btn-dl {
  position: relative;
  display: block;
  height: 60px;
  padding-top: 20px;
  text-align: center;
  background: #d0111b;
  border: solid 4px #e60012;
  border-radius: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
a.btn-dl .txt {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: .16em;
  color: #ffe900;
}
a.btn-dl .icon-dl {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.2rem;
  color: #a40000;
}
@media screen and (min-width: 769px) {
  a.btn-dl {
    -webkit-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out;
  }
  a.btn-dl:hover {
    border-color: #ffe900;
  }
  a.btn-dl .icon-dl {
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
  }
  a.btn-dl:hover .icon-dl {
    color: #ffe900;
  }
}


/* main */
.main {
  overflow: hidden;
}
.main-visual {
  position: relative;
  text-align: center;
  background: #eee;
}
.main-visual .mv-ttl img {
  max-width: 100%;
}
.main-visual .action-area {
  position: absolute;
  bottom: -64px;
  left: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.main-visual .action-area .copy {
  margin-bottom: 6px;
}
.bg-red {
  background: #a40000;
}
.information {
  padding: 108px 0 80px;
  color: #FFF;
}
.information .wrap {
  max-width: 640px;
  margin: 0 auto;
}
.information .txt {
  margin-bottom: 40px;
  font-size: 1.4rem;
  font-weight: 600;
}
.information li {
  line-height: 1.76;
}

.howto {
  position: relative;
  margin: 0 -200px;
  padding: 50px 200px 0;
  background: url(../img/bg.png) repeat;
  border-top-left-radius: 2000px 160px;
  border-top-right-radius: 2000px 160px;
  border-bottom-left-radius: 2000px 160px;
  border-bottom-right-radius: 2000px 160px;
  overflow: hidden;
  text-align: center;
}
.ttl-icon {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
.ttl-icon:after {
  content: "";
  margin-top: 45px;
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #dcdcdc;
}
.ttl-icon .pic {
  margin-bottom: 19px;
  overflow: hidden;
}
.howto-pic .cls-1 {
  fill: #d0111b;
  fill-rule: evenodd;
}

.howto-step {
  margin: 0 auto 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 905px;
}
.howto-step .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.howto-step .num {
  display: block;
}
.howto-step .txt {
  margin: 25px auto 30px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5625;
}
.howto .attention {
  margin-bottom: 40px;
  display: inline-block;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.87;
  color: #333;
}
.howto .attention, .howto .btns {
  position: relative;
  z-index: 2;
}
.howto .btns {
  margin-bottom: 135px;
}
.howto .btns .sub-txt {
  margin: 10px auto 20px;
  display: block;
  font-size: 1.2rem;
}
.howto-img {
  position: relative;
  left: 50%;
  width: 1400px;
  transform: translateX(-50%);
}
.howto-img img {
  position: absolute;
  z-index: 1;
}
.howto-img .pic01 {
  bottom: 264px;
  left: 139px;
}
.howto-img .pic02 {
  bottom: 0;
  right: 0;
}

.wallpapers {
  padding: 75px 0 94px;
}
.wallpapers .wrap {
  margin: 0 auto;
  max-width: 1040px;
}
.wallpapers-ttl {
  margin-bottom: 58px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .wallpapers-ttl {
    height: 189px;
    background: url(../img/dl_ttl_pc.png) no-repeat center 0;
  }
}
.wall-case {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.wall-case p {
  -webkit-flex: 0 1 300px;
  flex: 0 1 300px;
  text-align: center;
}
.wall-case p img {
  max-width: 98%;
}
.wall-works {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.wall-works .item {
  text-align: center;
}
.wall-works .pic figcaption {
  margin-bottom: 24px;
  line-height: 26px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFF;
  border: solid 2px #FFF;
  border-radius: 15px;
}
.wall-works .btns {
  margin-top: 24px;
}
.wall-works .btns a + a {
  margin-top: 10px;
}
.wall-works a.btn-dl .txt {
  font-size: 1.8rem;
}

.guideline {
  padding: 70px 10px 120px;
  background: url(../img/bg.png) repeat;
}
.guideline-pic .cls-1 {
  fill: #d0111b;
  fill-rule: evenodd;
}
.guideline-box {
  margin: 0 auto;
  padding: 60px 45px;
  max-width: 1040px;
  background: rgba(255,255,255,0.9);
  border-radius: 20px;
}
.guideline section + section {
  margin-top: 60px;
}
.guideline .headline {
  margin-bottom: 25px;
  padding-left: 30px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .12em;
  color: #d0111b;
  background: url(../img/icn_check.svg) no-repeat 0 2px;
  background-size: 18px;
}
.guideline p {
  line-height: 2.15;
  font-size: 1.4rem;
  color: #333;
}
.guideline p a {
  color: #a40000;
  text-decoration: underline;
}
.guideline .sub-notes {
  display: block;
  font-size: 1.2rem;
  line-height: 2.5167;
  color: #333;
}
.guideline .m-top {
  margin-top: 2.5em;
}



@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	img {
		max-width: 100%;
		height: auto;
	}

/* head */
  .header {
    padding: 8px 10px;
    border-top: none 0px;
    background: #f64434;
    background: -moz-linear-gradient(top, #f64434 0%, #d81c12 100%);
    background: -webkit-linear-gradient(top, #f64434 0%,#d81c12 100%);
    background: linear-gradient(to bottom, #f64434 0%,#d81c12 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f64434', endColorstr='#d81c12',GradientType=0 );
  }
  .header .logo {
    padding: 0;
    width: 160px;
  }
  .header .logo img {
    width: 100%;
  }


/* foot */
  .footer {
    padding: 0;
    overflow: hidden;
    border-top: solid 2px #999;
  }
  .footer address {
    float: none;
    margin-top: 3px;
    padding: 8px 10px 0;
    text-align: center;
  }
  .footer #linkRecruitGroup {
    display: inline-block;
    margin: 0;
    padding: 8px 10px;
    line-height: 1;
    font-weight: 700;
  }
  .footer .footerLink {
    font-family: 'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'ＭＳ Ｐゴシック',Osaka,Helvetica,Arial,sans-serif;
  }
  .footer .footerLink li {
    position: relative;
    border-bottom: 1px solid #cdcdcd;
  }
  .footer .footerLink li:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -5px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: solid 3px gray;
    border-right: solid 3px gray;
  }
  .footer .footerLink li a {
    display: block;
    padding: 15px 40px 15px 45px;
    font-size: 1.4rem;
    color: #767676;
  }
  .footer .bdBGray {
    border-bottom: 1px solid #ccc;
  }
  .footer .pad10 {
    padding: 10px;
  }
  .footer .footerSubLink {
    text-align: center;
  }
  .footer .footerSubLink > li {
    display: inline-block;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .footer .footerSubLink > li > a {
    color: #3b92c8;
    font-family: 'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'ＭＳ Ｐゴシック',Osaka,Helvetica,Arial,sans-serif;
  }


/* ボタン */
  a.btn-entry {
    padding: 22px 0;
    width: 100%;
    height: 64px;
    border-width: 2px;
    border-radius: 32px;
  }
  a.btn-entry .txt {
    font-size: 1.6rem;
  }
  a.btn-entry .icon-entry {
    right: 25px;
    font-size: 2.7rem;
  }

  a.btn-search {
    width: 100%;
    height: 52px;
    border-width: 3px;
    border-radius: 26px;
  }
  a.btn-search .txt {
    font-size: 1.5rem;
  }
  a.btn-search .icon-search {
    right: 25px;
    font-size: 2.5rem;
  }

  a.btn-twt {
    height: 36px;
    border-radius: 18px;
  }
  a.btn-twt .txt {
    line-height: 34px;
    font-size: 1rem;
  }
  a.btn-twt .icon-twitter {
    margin-right: 3px;
    vertical-align: middle;
    font-size: 1.4rem;
  }

  a.btn-dl {
    padding-top: 20px;
    border-width: 3px;
  }
  a.btn-dl .txt {
    font-size: 1.55rem;
  }
  a.btn-dl .icon-dl {
    right: 20px;
    font-size: 1.6rem;
  }


/* main */
  .main-visual {
    background: #FFF;
  }
  .main-visual .mv-ttl img {
    width: 100%;
  }
  .main-visual .action-area {
    bottom: -32px;
    padding: 0 10px;
  }
  .main-visual .action-area .copy {
    margin-bottom: 10px;
  }
  .main-visual .action-area .copy img {
    width: 84%;
  }
  .information {
    padding: 75px 10px 45px;
  }
  .information .wrap {
    max-width: 100%;
  }
  .information .txt {
    line-height: 1.64;
  }

  .howto {
    padding: 50px 210px 75px;
    border-top-left-radius: 2000px 600px;
    border-top-right-radius: 2000px 600px;
    border-bottom-left-radius: 2000px 600px;
    border-bottom-right-radius: 2000px 600px;
    background-size: 16px auto;
  }
  .ttl-icon {
    margin-bottom: 40px;
  }
  .ttl-icon:after {
    margin-top: 28px;
    width: 25px;
    height: 1px;
  }
  .ttl-icon .pic {
    height: auto;
  }

  .howto .ttl-icon .pic {
    width: 36px;
  }
  .howto .ttl-icon .ttl img {
    width: 78%;
  }

  .howto-step {
    margin-bottom: 25px;
    width: auto;
  }
  .howto-step .box {
    width: 30%;
  }
  .howto-step .box:nth-child(2) {
    width: 40%;
  }
  .howto-step .num img {
    width: 64px;
  }
  .howto-step .image img {
    width: 85px;
  }
  .howto-step .txt {
    margin: 12px auto 10px;
    font-size: 1rem;
  }
  .howto .attention {
    margin-bottom: 25px;
    display: block;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .howto .btns {
    margin-bottom: 0;
  }
  .howto .btns .sub-txt {
    margin: 11px auto 14px;
    font-size: 1rem;
  }

  .wallpapers {
    padding: 40px 10px 80px;
  }
  .wallpapers .wrap {
    max-width: 100%;
  }
  .wallpapers-ttl {
    margin-bottom: 58px;
  }
  .wallpapers-ttl img {
    width: 78%;
  }
  .wall-case {
    margin-bottom: 50px;
  }
  .wall-case p {
    -webkit-flex: 0 1 30%;
    flex: 0 1 30%;
  }
  .wall-case p img {
    max-width: 85%;
  }
  .wall-works {
    display: block;
    overflow: hidden;
  }
  .wall-works .item {
    width: 46.5%;
  }
  .wall-works .item:nth-of-type(1) {
    float: left;
  }
  .wall-works .item:nth-of-type(2) {
    float: right;
  }
  .wall-works .item:nth-of-type(3) {
    clear: both;
    margin: 0 auto;
    padding-top: 35px;
  }
  .wall-works .pic figcaption {
    margin-bottom: 14px;
    line-height: 24px;
    font-size: 1.2rem;
    border-width: 1px;
    border-radius: 12px;
  }
  .wall-works .btns {
    margin-top: 14px;
  }
  .wall-works .btns a + a {
    margin-top: 7px;
  }
  .wall-works .item a.btn-dl {
    height: 50px;
    padding-top: 16px;
    border-width: 3px;
    border-radius: 25px;
  }
  .wall-works .item a.btn-dl .txt {
    font-size: 1.26rem;
  }
  .wall-works .item a.btn-dl .icon-dl {
    right: 13px;
    font-size: 1.45rem;
  }

  .guideline {
    padding: 75px 10px 50px;
    background-size: 16px auto;
  }
  .guideline .ttl-icon .pic {
    margin-bottom: 12px;
    width: 25px;
  }
  .guideline .ttl-icon .ttl img {
    width: 73%;
  }
  .guideline-box {
    padding: 30px 20px;
    border-radius: 15px;
  }
  .guideline section + section {
    margin-top: 35px;
  }
  .guideline .headline {
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 1.55rem;
    background-position: 0 2px;
    background-size: 13px;
  }
  .guideline p {
    line-height: 2;
    font-size: 1.2rem;
  }
  .guideline .sub-notes {
    font-size: 1rem;
    line-height: 2;
  }
  .guideline .m-top {
    margin-top: 2em;
  }
  .sns-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 5% 5% 8%;
  }
  .sns-area li + li {
    margin-left: 5px;
  }
}


@media screen and (min-width: 769px) {
	.smp {
		display: none !important;
	}
}

