

a {
  outline: 0;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.common-text {
  color: #525252;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}

.common-text1 {
  color: #a50d0d;
  font-size: 45px;
  line-height: 51px;
  font-weight: bold;
  text-align: center;
  width: 50%;
  text-align: left;
}

@media (max-width: 884px) {
  .common-text1 {
    color: #a50d0d;
    font-size: 38px;
  }
}

@media (max-width: 750px) {
  .common-text1 {
    width: 100%;
  }
}

.common-text2 {
  color: #000;
  font-size: 20px;
  line-height: 26px;
  margin: 10px 0;
}

.common-text3 {
  color: #000;
  font-size: 22px;
  line-height: 28px;
  margin: 0;
  text-align: center;
  font-weight: bold;
  padding: 20px;
  min-height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.common-text5 {
  color: #91969a;
  font-size: 22px;
  line-height: 28px;
  margin: 0;
  text-align: center;
  font-weight: bold;
  padding: 20px;
}

sup {
  text-transform: none;
}

@media (max-width: 960px) {
  .pc {
    display: none;
  }
}

.mobile {
  display: none;
}

@media (max-width: 960px) {
  .mobile {
    display: block;
  }
}

.combine {
  height: 100%;
}

.comSoon {
  height: 50vh;
}

.comSoon-txt {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.hidden {
  display: none;
}

.blue-bg {
  background: #c9dae2;
}

.skin-bg {
  background: #edcdb6;
}

.blue-bg2 {
  background: #87adbe;
}

.blue-bg3 {
  background: #6596ad;
}

.listStyle {
  list-style-type: decimal;
  margin-left: 30px;
}

.listStyle li {
  margin: 10px 0;
  list-style-type: decimal;
}

.listBlock {
  margin: 5px 0 0 0;
  margin-left: 30px;
}

.listBlock li {
  margin: 5px 0;
}

.listBlock li .listBlock {
  margin-left: 0;
}

.listBlock li .listBlock li {
  list-style-type: decimal;
}

.listBlock li .listBlock li:nth-of-type(1) {
  color: #656565;
}

.listBlock li:nth-of-type(1) {
  font-weight: bold;
  color: #000;
  list-style-type: disc;
}

.listdecimal {
  list-style-type: decimal;
}

/* to top */
.btn-top {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  z-index: 9999;
  border: 3px solid #465860;
}

.btn-top img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn-top:hover {
  background-color: #fcfcfc;
  color: #0d133a;
}

.btn-top:hover i {
  font-size: 20px;
}

article {
  position: relative;
}

@media (max-width: 960px) {
  .animation__balloon {
    display: none;
  }
}

.animation__balloon img {
  width: 90%;
}


/* model */
.model {
  padding: 2% 0 5%;
}

.model__wrap {
  width: 80%;
  margin: auto;
  max-width: 1440px;
}

.sliderNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.sliderNavi div {
  width: calc(100%/7);
  /* background: #424242; */
  /* border-left: 1px solid #ececec;
  border-right: 1px solid #ececec; */
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  border-radius: 12px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  margin: 2px 10px;
  text-align: center;
}

@media (max-width: 768px) {
  .sliderNavi div {
    width: calc( 100%/3);
  }
}

@media (max-width: 600px) {
  .sliderNavi div {
    width: calc( 100%/2);
  }
}

.sliderNavi .active_h {
  color: #ffffff;
  background: #7e7b7b;
  border: 1px solid #fff;
}

.tab-content {
  width: 80%;
  margin: auto;
}

.tabWrap-right {
  /* border: 3px dashed #cecece;
  border-radius: 60px; */
  margin: 5% 0;
  background: #ffffff;
  margin-top: 1%;
}

.tabWrap-right .tabContent {
  position: relative;
}

.tabWrap-right .tabContent .overlay {
  position: absolute;
  z-index: 5;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  border-radius: 60px;
  font-size: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  top: 0;
  text-align: center;
}

@media (max-width: 500px) {
  .tabWrap-right .tabContent .overlay {
    font-size: 50px;
  }
}

.tabWrap-right .tabContent__tagbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .tabWrap-right .tabContent__tagbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5% auto;
  }
}

.tabWrap-right .tabContent__tagbox a {
  display: block;
  margin: 3% 0 0 0;
}

.tabWrap-right .tabContent__tagbox a img {
  width: 60%;
  text-align: center;
}

@media (max-width: 960px) {
  .tabWrap-right .tabContent__tagbox a img {
    margin: auto;
  }
}

@media (max-width: 500px) {
  .tabWrap-right .tabContent__tagbox a img {
    width: 40%;
  }
}

.tabWrap-right .tabContent__flexblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5% 0;
  width: 90%;
  margin: auto;
}

@media (max-width: 960px) {
  .tabWrap-right .tabContent__flexblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tabWrap-right .tabContent__flexblock-itembox {
  width: 50%;
  text-align: center;
}

@media (max-width: 960px) {
  .tabWrap-right .tabContent__flexblock-itembox {
    width: 90%;
    margin: auto;
    margin-bottom: 5%;
  }
}

.tabWrap-right .tabContent__flexblock-itembox figure {
  position: relative;
}

.tabWrap-right .tabContent__flexblock-itembox figure span {
  color: #fff;
  font-size: 26px;
  position: absolute;
  top: 5%;
  left: 12%;
  background: #d80e0e;
  border-radius: 100%;
  padding: 10px 30px;
  width: 5em;
  height: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 5px #980000, 0 0 10px rgba(255, 0, 0, 0.5);
          box-shadow: 0 0 5px #980000, 0 0 10px rgba(255, 0, 0, 0.5);
}

@media (max-width: 500px) {
  .tabWrap-right .tabContent__flexblock-itembox figure span {
    width: 4em;
    height: 4em;
    padding: 0;
    left: 0;
  }
}

.tabWrap-right .tabContent__flexblock-textbox {
  width: 50%;
  margin-left: 10%;
  padding-right: 2%;
}

@media (max-width: 960px) {
  .tabWrap-right .tabContent__flexblock-textbox {
    width: 60%;
    margin: auto;
    padding: 0;
  }
}

@media (max-width: 500px) {
  .tabWrap-right .tabContent__flexblock-textbox {
    width: 80%;
  }
}

.tabWrap-right .tabContent__flexblock-textbox ul {
  list-style: disc;
  margin: 4% 0;
}

.tabWrap-right .tabContent__flexblock-textbox ul li {
  color: #656565;
  font-size: 20px;
  line-height: 26px;
  list-style: disc;
  margin: 10px 0;
}

@media (max-width: 500px) {
  .tabWrap-right .tabContent__flexblock-textbox ul li {
    color: #656565;
    font-size: 18px;
  }
}

.tabWrap-right .tabContent__flexblock-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .tabWrap-right .tabContent__flexblock-buy {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 750px) {
  .tabWrap-right .tabContent__flexblock-buy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.tabWrap-right .tabContent__flexblock-buy span {
  color: #525252;
  font-size: 20px;
  display: block;
  text-decoration: line-through;
}

.tabWrap-right .tabContent__flexblock-buy a {
  color: #fff;
  font-size: 20px;
  padding: 10px 30px;
  background: #a50d0d;
}

@media (max-width: 750px) {
  .tabWrap-right .tabContent__flexblock-buy a {
    margin: 8% 0;
  }
}

.tabWrap-left {
  /* border: 3px dashed #cecece;
  border-radius: 60px; */
  margin: 5% 0;
  background: #ffffff;
  margin-top: 1%;
}

.tabWrap-left .tabContent__tagbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .tabWrap-left .tabContent__tagbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5% auto;
  }
}

.tabWrap-left .tabContent__tagbox a {
  display: block;
  margin: 3% 0 0 0;
}

.tabWrap-left .tabContent__tagbox a img {
  width: 60%;
  text-align: center;
}

@media (max-width: 960px) {
  .tabWrap-left .tabContent__tagbox a img {
    margin: auto;
  }
}

@media (max-width: 500px) {
  .tabWrap-left .tabContent__tagbox a img {
    width: 40%;
  }
}

.tabWrap-left .tabContent__flexblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5% 0;
  width: 90%;
  margin: auto;
}

@media (max-width: 960px) {
  .tabWrap-left .tabContent__flexblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tabWrap-left .tabContent__flexblock-itembox {
  width: 50%;
  text-align: center;
}

@media (max-width: 960px) {
  .tabWrap-left .tabContent__flexblock-itembox {
    width: 90%;
    margin: auto;
    margin-bottom: 5%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.tabWrap-left .tabContent__flexblock-itembox figure {
  position: relative;
}

.tabWrap-left .tabContent__flexblock-itembox figure span {
  color: #fff;
  font-size: 26px;
  position: absolute;
  top: 5%;
  right: 12%;
  background: #d80e0e;
  border-radius: 100%;
  padding: 10px 30px;
  width: 5em;
  height: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 5px #980000, 0 0 10px rgba(255, 0, 0, 0.5);
          box-shadow: 0 0 5px #980000, 0 0 10px rgba(255, 0, 0, 0.5);
}

@media (max-width: 500px) {
  .tabWrap-left .tabContent__flexblock-itembox figure span {
    width: 4em;
    height: 4em;
    padding: 0;
    right: 0;
  }
}

.tabWrap-left .tabContent__flexblock-textbox {
  width: 50%;
  margin-left: 3%;
  padding-right: 2%;
}

@media (max-width: 960px) {
  .tabWrap-left .tabContent__flexblock-textbox {
    width: 60%;
    margin: auto;
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 500px) {
  .tabWrap-left .tabContent__flexblock-textbox {
    width: 80%;
  }
}

.tabWrap-left .tabContent__flexblock-textbox ul {
  list-style: disc;
  margin: 4% 0;
}

.tabWrap-left .tabContent__flexblock-textbox ul li {
  color: #656565;
  font-size: 20px;
  line-height: 26px;
  list-style: disc;
  margin: 10px 0;
}

@media (max-width: 500px) {
  .tabWrap-left .tabContent__flexblock-textbox ul li {
    color: #656565;
    font-size: 18px;
  }
}

.tabWrap-left .tabContent__flexblock-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .tabWrap-left .tabContent__flexblock-buy {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 750px) {
  .tabWrap-left .tabContent__flexblock-buy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.tabWrap-left .tabContent__flexblock-buy span {
  color: #525252;
  font-size: 20px;
  display: block;
  text-decoration: line-through;
}

.tabWrap-left .tabContent__flexblock-buy a {
  color: #fff;
  font-size: 20px;
  padding: 10px 30px;
  background: #a50d0d;
}

@media (max-width: 750px) {
  .tabWrap-left .tabContent__flexblock-buy a {
    margin: 8% 0;
  }
}

.awardbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.awardbox figure {
  margin-right: 10px;
}


/*# sourceMappingURL=main.css.map */

.video {
  margin: 2% 0 5%;
}

.video__wrap {
  width: 80%;
  margin: auto;
  max-width: 1440px;
}

.video__flexblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 960px) {
  .video__flexblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.video__flexblock-itembox {
  position: relative;
  width: calc( 100%/3 - 20px);
  margin: 0 10px;
}

@media (max-width: 960px) {
  .video__flexblock-itembox {
    width: 90%;
    margin: 2% auto;
    text-align: center;
  }
}

.video__flexblock-itembox .btplay {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

/* Where to buy */
.wtb {
  position: relative;
}

.wtb__wrap {
  width: 80%;
  margin: auto;
  max-width: 1440px;
}
