@charset "UTF-8";
/*---------- use scss dont edit css----------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

body {
  font-family: serif;
  color: #000000;
  font-size: 100%;
  line-height: 1;
  padding: 0;
  margin: 0;
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  vertical-align: top;
}

a {
  text-decoration: none;
}

input, textarea {
  border: none;
  background: none;
  -webkit-appearance: none;
}

body {
  background: #0C6170;
  position: relative;
  overflow-x: hidden;
}
body.is-noscroll {
  overflow-y: hidden;
}

.is-hidden {
  display: none;
}

.wrap-inr {
  width: 375px;
  margin: 0 auto 0;
  overflow: hidden;
  position: relative;
}

.main {
  position: relative;
  display: block;
  z-index: 2;
  padding: 0 0 25px;
}

img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
  user-select: none;
}

.hero {
  text-align: center;
}
.bg {
  background: linear-gradient(to bottom, rgb(219, 232, 246) 0%, rgb(227, 235, 248) 43%, rgb(252, 239, 245) 75%, rgb(254, 242, 236) 100%);
  padding: 35px 0 70px;
}

.dl {
  width: 321.5px;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto 0;
  box-sizing: border-box;
}
.dl-inr {
  padding: 17.5px 0 22.5px;
}
.dl-heading {
  width: 261.5px;
  margin: 0 auto 0;
}
.dl-list {
  width: 224.5px;
  margin: 15px auto 0;
}
.dl-list li a {
  display: block;
}

.prize {
  width: 100%;
  margin: 50px auto 0;
}
.prize-heading {
  width: 180.5px;
  margin: 0 auto 0;
}
.prize-list {
  width: 322.5px;
  margin: 15px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.prize-list li {
  position: relative;
  margin: 0 0 0 auto;
}
.prize-list li:first-child {
  margin: 0;
}
.prize-icon {
  width: 53.5px;
  position: absolute;
  top: -27.5px;
  left: -15px;
}
.prize-img {
  width: 155px;
}

.products {
  width: 100%;
  margin: 50px auto 0;
}
.products-heading {
  width: 221.5px;
  margin: 0 auto 0;
}
.products-img {
  width: 145px;
  margin: 30px auto 0;
}
.products-text {
  width: 290px;
  margin: 25px 0 0 50px;
  font-size: 16px;
  line-height: 1.6;
  color: #00636F;
  font-weight: 600;
  text-align: left;
}
.products-notes-list {
  width: 320px;
  margin: 15px auto 0;
}
.products-notes-list li {
  font-size: 12px;
  color: #00636F;
  line-height: 1.6;
  text-align: left;
}
.products-btn {
  width: 289px;
  margin: 30px auto 0;
}
.products-btn a {
  display: block;
}

.sns {
  width: 100%;
  margin: 0 auto 0;
  position: relative;
}
.sns:before {
  width: 375px;
  height: 58.5px;
  content: "";
  background: url(/chillout/20231010_cokeon/images/sns_bg.png) no-repeat center 0/100%;
  position: absolute;
  top: -58px;
  left: 0;
  right: 0;
  margin: auto;
}
.sns-inr {
  background: #0C6170;
  padding: 35px 0 65px;
}
.sns-heading {
  width: 314.5px;
  margin: 0 auto 0;
}
.sns-list {
  width: 289px;
  margin: 35px auto 0;
}
.sns-list li {
  position: relative;
  margin: 20px auto 0;
}
.sns-list li a {
  display: block;
}

.footer {
  width: 100%;
  background: #ffffff;
  position: relative;
  z-index: 4;
}
.footer-inr {
  padding: 15px 0 30px;
}
.footer-box ul {
  text-align: center;
}
.footer-box ul li {
  display: inline-block;
  margin: 15px 7.5px 0;
}
.footer-box ul li a {
  color: #00636F;
  font-size: 14px;
  font-weight: 700;
}
.footer-box .copy {
  margin: 15px auto 0;
  display: block;
  font-size: 10px;
  color: #00636F;
  line-height: 1.6;
  text-align: center;
}