@charset "UTF-8";
h1 , h2 , h3 , h4 , p , ul{
  margin:0;
  padding: 0;
}

ul{
  list-style: none;
}

/* パンくず */
.breadcrumb {
  padding: 10px;
  font-size: 12px;
  line-height: 2;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb ul li a {
  display: inline-block;
  position: relative;
  padding: 0 7px;
  margin-left: 10px;
}

.breadcrumb ul li {
  position: relative;
}

.breadcrumb ul li:after {
  position: absolute;
  top: 0;
  left: 2px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
  content: '>';
}

.breadcrumb ul li:first-child,
.breadcrumb ul li:first-child a {
  padding-left: 0;
  margin-left: 0;
}

.breadcrumb ul li:first-child:after {
  display: none;
}

.border-bottom {
  border-bottom: 1px solid #444;
}

/*メインコンテンツ*/
#cool {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  width: 100%;
  margin: 0 auto;
  font-size: 10px;
  color: #444;
}

.mv-area {
  width: 100%;
  margin: 0 auto 60px;
}

.pcmv{
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

@media screen and (max-width: 1480px) {
  .pcmv {
    height: 24vw;
  }

  .pcmv img{
    object-fit: cover;
    width: 100%;
    height: 24vw;
  }
}

section img{
  width: 100%;
  margin: 0 auto;
}

.mv-text-bg {
  content: "";
    width: 100%;
    background: url(/img/usr/event/cool/bg_ble.jpg) no-repeat;
    background-size: cover;
    padding: 40px 0;
    margin: -24px auto 40px;
    background-position: center;
}

.mv-text {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  color: #fff;
}

@media screen and (min-width: 1240px) {
  .none1200{
    display: none;
  }
}

@media screen and (max-width: 1240px) {
  .mv-text{
    max-width: 624px;
  }
}


@media screen and (max-width: 1208px) {
  .mv-text{
    font-size: 18px;
    max-width: 642px;
  }
}

@media screen and (max-width: 980px) {
  .mv-text{
    max-width: 688px;
  }
}

@media screen and (max-width: 1208px) {
  .mv-text {
      font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  .none-750{
    display: none;
  }
}

.cont{
  max-width: 900px;
  width: 100%;
  margin: 0 auto 80px;
}

.sub-m{
  max-width: 320px;
  margin: 0 auto;
}

.m-flx{
  display: flex;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  justify-content: space-between;
}


.m-flx li{
  width: 48.8%;
  max-width: 300px;
}

.m-flx li img{
  border-radius: 14px;
  box-shadow: 0px 2px 12px 0px #0000003f;
}

.tl-bg{
  background-color: #02B4B4;
  padding: 16px 0;
  width: 100%;
  margin: auto;
}

.ttl-flx{
  display: flex;
  justify-content: center;
  align-items:center;
  width: 380px;
  margin: 0 auto;
}

.ttl-flx-ble{
  display: flex;
  justify-content: center;
  align-items:center;
  width: 420px;
  margin: 0 auto;
}

.tl-img {
  margin: 0 auto 40px;
  padding: 30px;
  border: 1px solid #02B4B4;
}
.tl-img img {
  display: block;
  width: 469px;
  margin: auto;
}

@media screen and (max-width: 798px) {
  .ttl-flx-ble{
    width: 68%;
    margin: 0 auto;
  }
}

.midashi{
  color: #fff;
  font-size: 18px;
  border-bottom: none;
  font-weight: 800;
  width: 380px;
}


.midashi span{
  font-size: 24px;
}

.ttl-flx figure , .ttl-flx-ble figure{
  width: 68px;
  vertical-align: middle;
  text-align: right;
  margin-right: 2.4%;
}

.inner{
 display:flex;
 justify-content: space-between;
}

.img-l{
  text-align: left;
  width: 50%;
  padding-right: 2.3%;
}
.img-l img{
  vertical-align: bottom;
}

.text-r{
    text-align: left;
    line-height: 1.8;
    width: 50%;
}

.pt{
  background-color: #BAE1FE;
  color: #0058B5;
  font-size: 16px;
  font-weight: 600;
  padding: 3.8px 0 3.8px 8px;
  margin: 0 auto 15px;
}

.prdct-ttl{
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto 15px;
  padding-top: 25px;
  background-color: #fff;
}

.pt-m{
  color: #02B4B4;
  padding-top: 0;
  background-color: #fff;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.oth-ttl{
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  border-left: 0px;
  margin: 0 auto 25px;
}

.txt{
  font-size: 16px;
  margin: 0 auto 15px;
}

.ditails{
  font-size: 16px;
  padding: 1.2% 0 2% 6px;
  border-left: 6px solid #E8ECED;
  line-height: 1;
  margin-bottom: 6px;
}

.product-price{
  font-size: 20px;
  font-weight: 600;
}

.tax{
  font-size: 10px;
}

.btn-cool{
  display: block;
  background-color: #BF1623;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  margin: 0 auto 25px;
  text-align: center;
  padding: 10px 0;
}

.lst{
  margin-bottom: 0;
}

a.btn-cool:before{
  content: "";
  display: inline-block;
  width: 12px;
  height: 17px;
  background: url(/img/usr/event/cool/arrow_right.png) no-repeat;
  background-size: contain;
  margin-right: 4px;
  margin-bottom:-.12rem;
}

a.btn-cool:hover{
  color: #fff;
  background: #c6b010;
}

.bt-fx{
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bt-fx a{
  width: 49%;
}

.m-wdt{
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
}

.pt-img-f{
  display: flex;
  padding-top: 40px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  width: 100%;
}

.pt-img-f div{
  display: block;
  width: 50%;
}

.pt-img-f div img{
  width: 97.7%;
  padding-right:2.3%;
}

.b-btm{
  border-bottom: solid 1px #ccc;
  width: 100%;
  margin: 0 auto 40px;
}

.q-max{
  width: 94.8%;
  margin: 0 auto;
}

.ble{
  color: #0090E9;
}

.ble-bg{
  background-color: #0090E9;
}
.tl-bg.ble-bg {
  margin-bottom: 30px;
}
.k-reikan{
  display: inline-block;
  background-color: #015488;
  color: #fff;
  padding: 2px 14px;
  margin-left: 12px;
}

.souldout{
  font-size: 20px;
  font-weight: 600;
  background-color: #EFF1F2;
  padding: 12px 0;
  text-align: center;
}

.w-400{
  max-width: 400px;
  margin: 0 auto;
}

.pd-30{
  padding-bottom: 30px;
}

.mb-80{
  margin: 0 auto 80px;
}


.mb-60{
  margin: 0 auto 60px;
}

.mb-40{
  margin: 0 auto 40px;
}

.mb-30{
  margin: 0 auto 30px;
}

.mb-25{
  margin: 0 auto 25px;
}

.mb-15{
  margin: 0 auto 15px;
}

.mb-8{
  margin: 0 auto .8%;
}


/* アコーディオン */
.accordion {
  margin: 2em 0;
  background: #F8FCFF;
  border: 1px solid #0090E9;
  width: 96.4%;
  margin: 0 auto 40px;
}

.accordion__summary {
  font-weight: bold;
  position: relative;
  display: block;
  cursor: pointer;
  padding: 10px 38px 10px 10px;
  font-size: 1.4rem;
  color: #0090E9;
  max-width: 510px;
  width: 68%;
  margin: 0 auto;
}

.accordion__summary::after {
  content: "";
  background: url(/img/usr/event/cool/arrow_up.png) no-repeat;
  font-size: 1.4em;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
}

.accordion input:checked ~ .accordion__summary::after {
  content: "";
  background: url(/img/usr/event/cool/arrow_dwn.png) no-repeat;
}

.accordion input {
  display: none;
}

.accordion__detail {
  display: block;
  margin: 20px 0;
  max-width: 520px;
  width: 80%;
  margin: 0 auto 20px;
}

.accordion input:checked ~ .accordion__detail {
  display: none;
}

.accordion__text {
  margin: 0 auto 20px;
  font-size: 1.2rem;
}