/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* _base */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body, input, textarea, select {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.7;
  font-size: 1.6rem;
}

a {
  text-decoration: none;
  color: #343434;
}

main {
  display: block;
}

em {
  font-style: normal;
}

input,
button,
select,
textarea {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  margin: 0;
  padding: 0;
}

/*----- txt -----*/
.txt-center {
  text-align: center;
}

/*----- img -----*/
img.full-img {
  width: 100%;
}

img.img {
  max-width: 100%;
}

.imgs {
  line-height: 0.9;
}

.imgs.arrow {
  margin-bottom: -30px;
  z-index: 100;
  position: relative;
}

/*----- flex -----*/
.flex {
  display: flex;
}

.flex.justify-between {
  justify-content: space-between;
}

.flex.justify-center {
  justify-content: center;
}

.flex.justify-start {
  justify-content: flex-start;
}

.flex.justify-end {
  justify-content: flex-end;
}

.flex.align-center {
  align-items: center;
}

.flex.align-start {
  align-items: flex-start;
}

.flex.align-end {
  align-items: flex-end;
}

.flex.flex-wrap {
  flex-wrap: wrap;
}

.flex.flex-nowrap {
  flex-wrap: nowrap;
}

/*----- heading -----*/
.heading2 {
  color: #ed1c24;
  font-size: 3.4rem;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 30px;
}

/*----- list -----*/
.anchor-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.anchor-list-item:last-child {
  margin-left: 20px;
}

/*----- btn -----*/
.btn {
  text-align: center;
  margin: 30px auto 50px;
}

/*----- link -----*/
a.hover-opacity:hover {
  opacity: 0.8;
}

/*----- section -----*/
.sec--1 {
  background: url("/application/themes/qbb/images/lp/babycheese50thcp/sec1_bg.jpg") no-repeat top center;
  background-size: 100% 100%;
  padding: 50px 0 100px;
}

.sec--2 {
  padding-top: 50px;
}

.sec--2 .col-wrap {
  background: url("/application/themes/qbb/images/lp/babycheese50thcp/sec2_col1_bg.jpg") no-repeat top center;
  background-size: 100% 100%;
  padding: 50px 0 100px;
}

.sec--3 {
  padding-top: 50px;
}

.sec--3 .col-wrap {
  background: url("/application/themes/qbb/images/lp/babycheese50thcp/sec3_col_bg.jpg") no-repeat top center;
  background-size: 100% 100%;
  padding: 50px 0;
}

.sec--4 {
  padding-top: 50px;
  padding-bottom: 100px;
}

.sec--4 .table {
  max-width: 1000px;
  margin: 0 auto;
}

.sec--4 .table tr:first-child th,
.sec--4 .table tr:first-child td {
  border-top: none;
}

.sec--4 .table th,
.sec--4 .table td {
  border-bottom: 1px solid #DDD;
  line-height: 1.6;
  padding: 30px 40px;
  min-width: 235px;
}

.sec--4 .table th {
  color: #ed1c24;
}

.sec--4 .terms-wrap {
  border: 1px solid #b7b7b7;
  font-size: 1.5rem;
  height: 490px;
  max-width: 1000px;
  margin: 60px auto 0;
  padding: 30px;
  overflow: scroll;
}

.sec--4 .terms-wrap .line {
  margin-bottom: 20px;
}

.sec--4 .terms-wrap .line .tt {
  color: #ed1c24;
  font-weight: bold;
}

/*----- margin -----*/
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mr30 {
  margin-right: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.ml70 {
  margin-left: 70px;
}

.ml80 {
  margin-left: 80px;
}

/* SP */
@media only screen and (max-width: 767px) {
  .inner {
    padding: 0 4%;
  }
  .imgs.arrow {
    margin-bottom: -20px;
    z-index: 100;
    position: relative;
  }
  .imgs.arrow img {
    width: 15px;
  }
  .btn {
    margin: 20px auto;
  }
  .btn--instagram img {
    width: 90%;
  }
  .sec .heading2 {
    font-size: 5vw;
    padding: 0 4%;
  }
  .sec--1 {
    background: url("/application/themes/qbb/images/lp/babycheese50thcp/sec1_bg_sp.jpg") no-repeat top center;
    background-size: 100% 100%;
    padding: 20px 0 70px;
  }
  .sec--2 {
    padding-top: 20px;
  }
  .sec--2 .col-wrap {
    background: url("/application/themes/qbb/images/lp/babycheese50thcp/sec2_col1_bg_sp.jpg") no-repeat top center;
    background-size: 100% 100%;
    padding: 30px 0 50px;
  }
  .sec--2 .col-wrap .col--1 .heading3 img {
    width: 33%;
  }
  .sec--2 .col-wrap .col--2 .heading3 img {
    width: 45%;
  }
  .sec--3 {
    padding-top: 20px;
  }
  .sec--3 .col-wrap {
    background: url("/application/themes/qbb/images/lp/babycheese50thcp/sec3_col_bg_sp.jpg") no-repeat top center;
    background-size: 100% 100%;
    padding: 30px 0 10px;
  }
  .sec--3 .col-wrap .col--1 .heading3 img {
    width: 33%;
  }
  .sec--4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sec--4 .heading2 {
    margin-bottom: 20px;
  }
  .sec--4 .table th,
  .sec--4 .table td {
    font-size: 2.5vw;
    padding: 10px 0;
    display: block;
    border-top: none;
  }
  .sec--4 .table th {
    padding: 15px 0 0;
    border-bottom: none;
  }
  .sec--4 .terms-wrap {
    font-size: 2.5vw;
    padding: 20px;
  }
  .sec--4 .txt {
    font-size: 2.5vw;
  }
  /*----- margin -----*/
  .sp-mt20 {
    margin-top: 20px;
  }
  .is-Sp {
    display: inline;
  }
  .is-Pc {
    display: none;
  }
}

/* PC */
@media only screen and (min-width: 768px) {
  .is-Pc {
    display: inline;
  }
  .is-Sp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */