@charset "UTF-8";
/*@import "common.scss";*/
/*--- ページ設定 -----------------*/
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helv etica, Verdana, sans-serif;
  font-size: 1.4rem;
  line-height: 2.5rem;
  letter-spacing: 0rem;
  background: #fff;
  color: #505152;
}
body p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media screen and (min-width: 481px) {
  body {
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: 0.1rem;
  }
  body p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

#container .wrap {
  padding-right: 25px;
  padding-left: 25px;
}
#container .fvb {
  margin: 0;
}
#container .fv {
  background: url(../img/cp/fv_pc_bg.gif) #ffffe2 repeat-x center top;
  background-size: contain;
  margin: 0;
}
#container .fv img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
#container .fv_cp {
  background: url(../img/cp/ponta_cp_fv_pc_bg2.png) #192b73 no-repeat center top;
  background-size: cover;
  padding-bottom: 10px;
  margin: 0;
}
#container .fv_cp img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1220px;
}
#container .fv_cp .note {
  color: #fff;
}
@media screen and (min-width: 481px) {
  #container .fv_cp {
    padding-bottom: 20px;
  }
}
#container .fv_note {
  width: 100%;
  max-width: 1220px;
  padding: 0 15px;
  margin: 5px auto 0;
  box-sizing: border-box;
}
#container .ponta_cp {
  box-sizing: border-box;
  margin: 0 10px;
  width: 100%;
  padding-bottom: 1px;
  margin: 0 auto;
}
#container .ponta_cp img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  border-radius: 10px;
  border: 1px solid #999999;
}
#container .ponta_cp a {
  cursor: pointer;
}
#container .ponta_cp a img:hover {
  opacity: 0.8;
}
#container .Flow {
  margin-top: 70px;
  margin-bottom: 70px;
}
#container .Flow .tit {
  border-top: 2px dotted #333;
  border-bottom: 2px dotted #333;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  padding: 15px;
}
#container .Flow .FlowStep .FlowBox {
  display: flex;
  position: relative;
}
#container .Flow .FlowStep .FlowBox div:nth-child(1) {
  display: inline-block;
  background: #f0850f;
  border-radius: 5px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
  #container .Flow .FlowStep .FlowBox {
    margin: 30px 0;
    line-height: 1.9rem;
  }
  #container .Flow .FlowStep .FlowBox:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 99px;
    height: 29px;
    background: url(../img/arrow_flow.gif) no-repeat center center;
    background-size: contain;
    position: absolute;
    bottom: -29px;
    transform: rotateZ(90deg);
    right: 40%;
    transition: transform 0.2s;
  }
}
@media screen and (min-width: 751px) {
  #container .Flow .tit {
    font-size: 2.5rem;
  }
  #container .Flow .FlowStep {
    display: flex;
    margin-top: 30px;
  }
  #container .Flow .FlowStep .FlowBox {
    display: block;
    margin: 0 35px;
  }
  #container .Flow .FlowStep .FlowBox div:nth-child(1) {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 20px;
  }
  #container .Flow .FlowStep .FlowBox:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 90px;
    background: url(../img/arrow_flow.gif) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
    transition: transform 0.2s;
  }
}
#container .info {
  background: #fff;
  margin-top: 20px;
}
#container .info .info-ttl {
  background: #3475de;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 4px;
}
#container .info .info-ttl span {
  background: url(/clp/inc/img/un_delta.svg) no-repeat right center/16px;
  padding-right: 26px;
}
@media screen and (min-width: 650px) {
  #container .info .info-ttl {
    font-size: 2rem;
  }
  #container .info .info-ttl span {
    background: url(/clp/inc/img/un_delta.svg) no-repeat right center/23px;
    padding-right: 33px;
  }
}
#container .info .info-ttl.active span {
  background: url(/clp/inc/img/up_delta.svg) no-repeat right center/23px;
}
@media (max-width: 651px) {
  #container .info .info-ttl.active span {
    background: url(/clp/inc/img/up_delta.svg) no-repeat right center/16px;
  }
}
#container .info .info-cont {
  border: 1px solid #3475de;
  display: none;
  max-height: 350px;
  overflow-y: scroll;
  font-size: 95%;
  line-height: 1.5;
  margin-top: 10px;
}
#container .info .info-cont > p {
  line-height: 1.5;
}
#container .info .info-cont .info-txt div {
  padding: 15px;
}
#container .info .info-cont .info-txt div:nth-of-type(1) {
  background: #eee;
  font-weight: bold;
}
#container .info .info-cont .info-txt ol {
  padding-left: 20px;
}
#container .info .info-cont .info-txt ol > li::marker {
  margin-left: -15px;
}
#container .info .info-cont .info-txt ul {
  list-style: none;
  padding-left: 15px;
}
#container .info .info-cont .info-txt ul > li::before {
  content: "・";
  margin-left: -15px;
}
#container .info .info-cont .info-txt li {
  margin-bottom: 10px;
}
#container .info .info-cont > .info-txt:not(:last-child) {
  border-bottom: 1px solid #3475de;
}
#container .info .info-cont .info_txt_ponta {
  background: #eee;
  font-weight: bold;
  text-align: left;
}
#container .info .info-cont .info_txt_ponta p {
  line-height: 1.6rem;
}
@media screen and (min-width: 651px) {
  #container .info .info-cont .info-txt {
    display: flex;
  }
  #container .info .info-cont .info-txt > div:nth-of-type(1) {
    flex-basis: 20%;
  }
  #container .info .info-cont .info-txt > div:nth-of-type(2) {
    flex-basis: 80%;
  }
  #container .info .info-cont .info_txt_ponta p {
    line-height: 2rem;
  }
}
#container #CampaignArea {
  margin-top: 50px;
}
@media screen and (min-width: 481px) {
  #container #CampaignArea {
    margin-top: 70px;
  }
}
#container .campaign_plus {
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 4rem;
}
#container .btn_area {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 20px auto 30px;
}
#container .btn_area .btn {
  position: relative;
  box-sizing: border-box;
  display: block;
  background: #ff6521;
  border-bottom: 4px solid #d84301;
  border-radius: 50px;
  color: #fff;
  font-size: 5vw;
  line-height: 5vw;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.2rem;
  cursor: pointer;
  padding: 15px;
  margin: 0 10px;
}
#container .btn_area .btn div {
  margin-right: 20px;
}
#container .btn_area .btn:hover {
  opacity: 0.9;
}
#container .btn_area .btn:after {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 20px;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  transform: translateY(-50%);
  transition: transform 0.2s;
}
@media screen and (min-width: 481px) {
  #container .btn_area {
    width: 90%;
    margin: 20px auto 40px;
  }
  #container .btn_area .btn {
    letter-spacing: 0.2rem;
  }
  #container .btn_area .btn:after {
    right: 50px;
    font-size: 40px;
  }
}
@media screen and (min-width: 961px) {
  #container .btn_area {
    margin: 30px auto;
  }
  #container .btn_area .btn {
    font-size: 2.5rem;
    letter-spacing: 0.3rem;
  }
}
#container .Movie {
  background: none;
  padding: 0;
  margin-top: 50px;
  margin-bottom: 0;
}
@media screen and (min-width: 650px) {
  #container .Movie {
    margin-top: 80px;
  }
}
#container .Movie .MovieTitle h3:before, #container .Movie .MovieTitle h3:after {
  background: #fff;
}
#container .Server {
  margin-top: 70px;
}
@media screen and (min-width: 960px) {
  #container .Server {
    margin-top: 120px;
  }
}
#container .Water_bottle {
  margin-top: 50px;
}
#container .Water_bottle .WaterWrap .WaterTitle {
  justify-content: center;
}
#container .Water_bottle .WaterWrap .WaterTitle .Copy {
  color: #333;
  flex-basis: auto;
  margin-left: 15px;
}
#container .Water_bottle .WaterWrap .WaterTitle .Copy h4 {
  font-size: 4vw;
  line-height: 6vw;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 5px;
}
#container .Water_bottle .WaterWrap .WaterTitle .Copy h4 .Copy-name {
  font-size: 2.5vw;
  line-height: 2.5vw;
}
#container .Water_bottle .WaterWrap .WaterTitle .Copy h4 .Copy-year {
  font-size: 4.7vw;
  vertical-align: -1px;
  font-weight: 600;
}
#container .Water_bottle .WaterWrap .WaterTitle .Copy h4 .Copy-award {
  color: #ef7009;
  font-size: 5.9vw;
  line-height: 7vw;
}
#container .Water_bottle .WaterWrap .WaterTitle .Copy p:nth-of-type(1) {
  font-size: 2.5vw;
  line-height: 2vw;
}
@media screen and (min-width: 650px) {
  #container .Water_bottle .WaterWrap .WaterTitle .Mond {
    flex-basis: auto;
  }
  #container .Water_bottle .WaterWrap .WaterTitle .Copy {
    flex-basis: auto;
    margin-left: 40px;
  }
  #container .Water_bottle .WaterWrap .WaterTitle .Copy h4 {
    font-size: 3.5rem;
    line-height: 5rem;
    margin-bottom: 10px;
  }
  #container .Water_bottle .WaterWrap .WaterTitle .Copy h4 .Copy-name {
    font-size: 2rem;
    line-height: 3rem;
  }
  #container .Water_bottle .WaterWrap .WaterTitle .Copy h4 .Copy-year {
    font-size: 4.5rem;
    vertical-align: -3px;
    font-weight: 600;
  }
  #container .Water_bottle .WaterWrap .WaterTitle .Copy h4 .Copy-award {
    font-size: 5rem;
    line-height: 6rem;
  }
  #container .Water_bottle .WaterWrap .WaterTitle .Copy p:nth-of-type(1) {
    font-size: 2vw;
  }
}
#container .Water_bottle .WaterWrap .BottleRead {
  background: none;
  color: #fff;
  font-weight: bold;
  font-size: 7vw;
  line-height: 1.2;
  padding: 0;
  margin: 20px 0 0;
}
#container .Water_bottle .WaterWrap .BottleRead span {
  color: #fff000;
  font-size: 9vw;
  letter-spacing: -1vw;
}
@media screen and (min-width: 650px) {
  #container .Water_bottle .WaterWrap .BottleRead {
    font-size: 4rem;
    line-height: 1;
    margin: 40px 0 0;
  }
  #container .Water_bottle .WaterWrap .BottleRead span {
    color: #fff000;
    font-size: 6rem;
  }
  #container .Water_bottle .WaterWrap .BottleRead br {
    display: none;
  }
}
#container .Water_bottle .WaterWrap .BottleArea {
  padding: 0 0 40px;
}
@media screen and (min-width: 650px) {
  #container .Water_bottle .WaterWrap .BottleArea {
    display: flex;
    justify-content: space-around;
    padding: 40px 0 60px;
  }
}
#container .Water_bottle .WaterWrap .BottleArea .Bottle {
  border-radius: 10px;
  padding: 40px 20px 20px;
  margin: 30px 0 0 0;
}
@media screen and (min-width: 650px) {
  #container .Water_bottle .WaterWrap .BottleArea .Bottle {
    padding: 40px 30px 30px;
  }
}
#container .Water_bottle .WaterWrap .BottleArea .Bottle .BotCap {
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 6px;
  border-radius: 30px;
  margin: -55px 0 20px;
}
@media screen and (min-width: 650px) {
  #container .Water_bottle .WaterWrap .BottleArea .Bottle .BotCap {
    font-size: 1.8rem;
    padding: 15px 10px;
    margin: -65px 0 40px;
  }
}
#container .Water_bottle .WaterWrap .BottleArea .Bottle .BotBox {
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 650px) {
  #container .Water_bottle .WaterWrap .BottleArea .Bottle .BotBox {
    align-items: center;
    display: block;
  }
}
#container .Water_bottle .WaterWrap .BottleArea .Bottle .BotBox img {
  width: 100%;
  margin-bottom: 0;
}
#container .Water_bottle .WaterWrap .BottleArea .Bottle .BotBox .Botimg {
  flex-basis: 28%;
}
@media screen and (min-width: 650px) {
  #container .Water_bottle .WaterWrap .BottleArea .Bottle .BotBox .Botimg {
    margin-bottom: 20px;
  }
}
#container .Water_bottle .WaterWrap .BottleArea .Bottle .BotBox .Bottxt {
  flex-basis: auto;
  margin-left: 20px;
  text-align: left;
}
#container .Water_bottle .WaterWrap .BottleArea .Bottle .BotBox .Bottxt div:nth-of-type(1) {
  line-height: 1.2;
  margin-bottom: 5px;
}
#container .Water_bottle .WaterWrap .BottleArea .Bottle .BotBox .Bottxt div:nth-of-type(2) {
  font-size: 2rem;
  color: #66a6ff;
  font-weight: bold;
}
#container .Water_bottle .WaterWrap .BottleArea .Bottle .BotBox .Bottxt div:nth-of-type(3) {
  margin-top: 15px;
}
#container .Water_bottle .WaterWrap .BottleArea .Bottle .BotBox .Bottxt div:nth-of-type(3) p:nth-of-type(1), #container .Water_bottle .WaterWrap .BottleArea .Bottle .BotBox .Bottxt div:nth-of-type(3) p:nth-of-type(2) {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: normal;
  margin-bottom: 0;
}
@media screen and (min-width: 650px) {
  #container .Water_bottle .WaterWrap .BottleArea .Bottle .BotBox .Bottxt {
    text-align: center;
    margin-left: 0;
  }
  #container .Water_bottle .WaterWrap .BottleArea .Bottle .BotBox .Bottxt div:nth-of-type(1) br {
    display: none;
  }
  #container .Water_bottle .WaterWrap .BottleArea .Bottle .BotBox .Bottxt div:nth-of-type(2) {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 20px;
  }
  #container .Water_bottle .WaterWrap .BottleArea .Bottle .BotBox .Bottxt div:nth-of-type(3) {
    margin-top: 15px;
  }
  #container .Water_bottle .WaterWrap .BottleArea .Bottle .BotBox .Bottxt div:nth-of-type(3) p:nth-of-type(1), #container .Water_bottle .WaterWrap .BottleArea .Bottle .BotBox .Bottxt div:nth-of-type(3) p:nth-of-type(2) {
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-bottom: 10px;
  }
}
#container .Support {
  margin-top: 70px;
  margin-bottom: 70px;
}
@media screen and (min-width: 960px) {
  #container .Support {
    margin-top: 120px;
    margin-bottom: 100px;
  }
}

.UpBtn {
  bottom: 2%;
}
@media screen and (min-width: 520px) {
  .UpBtn {
    bottom: 12%;
  }
}

.UpBtn a:before {
  top: 22%;
  font-size: 35px;
}

footer {
  margin-top: 40px;
  padding-bottom: 0;
}