@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,600&display=swap');

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* =====================
  common
===================== */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: 'Montserrat',Helvetica, Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  color: #222;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  a:hover {
    opacity: 1;
  }
}

ul, li, p {
  margin: 0;
}

ul li{
  list-style-type: none;
}

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

.mt0{
  margin-top: 0!important;
}

.bold{
  font-weight: bold;
}

.pc_none{
  display: none!important;
}
@media screen and (max-width: 1024px) {
  .pc_none{
    display: block!important;
  }
  .sp_none{
    display: none!important;
  }
}

.wrap{
  width: 100%;
  margin: 0 auto;
}

.wrap img{
  width: 100%;
  vertical-align: bottom;
}

header{
  line-height: 0;
  background: #fff;
  text-align: center;
  position: fixed;
  padding: 23px 0 ;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
  width: 100%;
  height: 67px;
  box-sizing: border-box;
}

header .logo img{
  width: 85px;
}

h1{
  line-height: 0;
}

p{
  font-size: 1.6rem;
  line-height: 1.6;
}

.period{
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 18px 0;
  background: #6E4632;
}

.hero {
  background: url('/202203listingcpn/assets/images/bg_hero_pc.png') no-repeat bottom center;
  padding-top: 67px;
}

.hero h1{
  width: 760px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .hero{
    background-image: none;
  }
  
  .hero h1{
    width: 100%;
  }
}

.cnts{
  background: url('/202203listingcpn/assets/images/bg_cnts_pc.png') no-repeat top center #fff1e4;
  padding-bottom: 40px;
}

.inner{
  width: 810px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .inner{
    width: 100%;
  }
}

h2{
  text-align: center;
  font-size: 1.8rem;
  padding: 20px 0;
  color: #6E4632;
  font-weight: bold;
  line-height: 1.4;
}

.btn{
  border-radius: 30px;
  width: 316px;
  background-color: #4dc9ff;
  color: #000 ;
  text-align: center;
  padding: 18px 0;
  font-weight: bold;
  font-size: 1.6rem;
  display: block;
  margin: 0 auto;
  box-shadow: 0px 4px 0px 0px #222222;
}

.dd_ttl{
  background: #fff1e4;
}

.download{
  background: #e23228;
}

.download .inner{
  padding: 30px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.download h2{
  color: #fff;
  padding: 30px 20px 20px;
}

.download .title{
  width: 270px;
}

.download .title p{
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding-left: 10px;
}

.download .title p span{
  font-size: 2.0rem;
}

.download .title img{
  width: 60px;
}

.download .btn_group{
  margin-left: 30px;
}

.download .btn_group p{
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}

.download .btn_group ul{
  display: flex;
}

.download .btn_group a{
  display: inline-block;
  margin-top: 10px;
}

.download .app_store{
  width: 114px;
}

.download .google_play{
  width: 143px;
  margin-left: 8px;
}

@media screen and (max-width: 1024px) {
  .download{
    background: #fff1e4;
    padding: 0 20px 20px;
  }

  .download h2{
    color: #6E4632;
  }

  .download .inner{
    display: block;
    background: #e23228;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 30px;
  }

  .download .title{
    width: 100%;
  }

  .download .btn_group{
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .download .btn_group p{
    font-size: 1.4rem;
  }

  .download .btn_group ul{
    display: block;
  }

  .download .app_store{
    width: 40%;
  }

  .download .google_play{
    width: 49%;
    margin-left: 9%;
  }
}

.sns{
  display: flex;
  width: 260px;
  margin: 0 auto;
  padding: 40px 0;
}

.sns li + li{
  margin-left: 27px;
}

@media screen and (max-width: 1024px) {
  .sns{
    display: flex;
    width: 100%;
    padding: 40px 50px;
    box-sizing: border-box;
    justify-content: center;
  }
  .sns li {
    width: 15%;
  }
}

footer {
  text-align: center;
  background: #ff42a0;
  padding: 35px 0;
  border-top: 1px solid #da3989;
}

footer small{
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}
