@charset "UTF-8";
/* --- @mixin box-center
-------------------------------------------*/
/* ---カラー指定
-------------------------------------------*/
.col-pink {
  color: #ef555b;
}

.col-blue {
  color: #0096df;
}

a.link-txt {
  text-decoration: underline;
}

.bg--white {
  background: #fff;
}

/* --- PC/SP　メディアクエリ
-------------------------------------------*/
/* --- テキスト・マージン
-------------------------------------------*/
.txt-c {
  text-align: center;
}

.indent {
  text-indent: 1em;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-s {
  margin-bottom: 5%;
}
@media screen and (min-width: 769px) {
  .mb-s {
    margin-bottom: 20px;
  }
}

.mb-m {
  margin-bottom: 10%;
}
@media screen and (min-width: 769px) {
  .mb-m {
    margin-bottom: 40px;
  }
}

.mb-l {
  margin-bottom: 15%;
}
@media screen and (min-width: 769px) {
  .mb-l {
    margin-bottom: 60px;
  }
}

.mt-m {
  margin-top: 10%;
}

/* --- btn
-------------------------------------------*/
.btn--main {
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 14px 50px 14px 30px;
  background: #0096df;
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 100px;
  font-weight: 700;
  box-shadow: 2px 3px 0px 0px rgb(0, 113, 185);
}
@media screen and (min-width: 769px) {
  .btn--main {
    width: 40%;
    max-width: 360px;
    margin-top: 30px;
    font-size: 18px;
  }
}

.btn--main.sub {
  width: 80%;
  padding: 12px 14px 12px 0;
  border-radius: 8px;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .btn--main.sub {
    font-size: 16px;
  }
}

.btn--icon {
  position: relative;
}
.btn--icon:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  display: inline-block;
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  color: #fff;
}

.icon--link:after {
  content: "open_in_new";
}

.icon--arrow {
  position: relative;
}

.icon--arrow::after {
  content: "";
  display: block;
  position: absolute; /* 矢印の位置の指定 */
  right: 12px;
  top: 50%;
  width: 10px; /* 矢印の大きさの指定 */
  height: 10px; /* 矢印の大きさの指定 */
  border-top: 2px solid #fff; /* 矢印の太さの指定 */
  border-left: 2px solid #fff; /* 矢印の太さの指定 */
}

.icon--arrow.right::after {
  transform: translateY(-50%) rotate(135deg);
}

.icon--arrow.down::after {
  transform: translateY(-50%) rotate(-135deg);
}

.leisure .present__main__link .icon--arrow::after {
  border-top: 2px solid #ea1c24;
  border-left: 2px solid #ea1c24;
}

/* --- list
-------------------------------------------*/
.list-normal {
  margin-left: 1rem;
}
.list-normal li {
  margin-bottom: 0.5rem;
}

[id] {
  scroll-margin-top: 14vw;
}
@media screen and (min-width: 769px) {
  [id] {
    scroll-margin-top: 95px; /* ヘッダーの高さに合わせる */
  }
}

/* --- body
-------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: clamp(16px, 1.5vw, 24px);
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

sup {
  font-size: 0.8em;
  vertical-align: top;
}

ul, li {
  list-style: none;
}

/* --- ヘッダー
-------------------------------------------*/
.logo_vape {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 25%;
  max-width: 262px;
}
.Drawer__PanelInner a {
  display: block;
  padding: 20px 15px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.Drawer__PanelInner a:nth-of-type(even) {
  background: #0096df;
}

/* --- 共通
-------------------------------------------*/
.vape-cm {
  padding-top: 50px;
}
@media screen and (min-width: 769px) {
  .vape-cm {
    padding-top: 80px;
  }
}
.vape-cm .block {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.vape-cm .inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2%;
}
.vape-cm .mv {
  width: 100%;
}
.vape-cm .mv__header {
  padding: 14px 0;
  background: #0096df url(../img/h_bg.webp);
  background-size: 100% auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .vape-cm .mv__header {
    padding: 20px 0;
  }
}
.vape-cm .mv__header__tl {
  width: 90%;
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .vape-cm .mv__header__tl {
    width: 35%;
  }
}
.vape-cm .mv__main {
  position: relative;
}
.vape-cm .mv__main__txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  width: 90%;
  max-width: 1500px;
}
@media screen and (min-width: 769px) {
  .vape-cm .mv__main__txt {
    width: 82%;
  }
}
.vape-cm .mv__read {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  .vape-cm .mv__read {
    padding: 60px 0;
  }
}
.vape-cm .product {
  position: relative;
  padding-bottom: min(30px, 5vw);
  background: #fff url(../img/main_bg.webp);
}
.vape-cm .product__tl {
  margin-bottom: min(30px, 5vw);
}
@media screen and (min-width: 769px) {
  .vape-cm .product__tl {
    position: relative;
    background: url(../img/main01_tl_bg.webp) no-repeat center center;
  }
}
@media screen and (max-width: 1200px) {
  .vape-cm .product__tl {
    background-size: auto 100%;
  }
}
@media screen and (min-width: 769px) {
  .vape-cm .product__tl .inner {
    height: 194px;
  }
}
@media screen and (max-width: 1200px) {
  .vape-cm .product__tl .inner {
    height: 16.17vw;
  }
}
.vape-cm .product .title-01 {
  display: block;
  width: 45%;
  max-width: 480px;
  padding-top: 3.5%;
}
.vape-cm .product .title-02 {
  display: block;
  width: 47%;
  max-width: 522px;
  padding-top: 7.5%;
}
.vape-cm .product__area {
  display: flex;
  align-items: flex-end;
}
.vape-cm .product__area__pic {
  width: 50%;
  padding-right: 3%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .vape-cm .product__area__pic {
    width: 35%;
  }
}
.vape-cm .product__area__contents {
  width: 50%;
}
@media screen and (min-width: 769px) {
  .vape-cm .product__area__contents {
    width: 65%;
  }
}
.vape-cm .product__area__logo {
  margin-bottom: 30px;
}
.vape-cm .product__area__logo__catch {
  margin-bottom: 20px;
  font-size: clamp(16px, 1.67vw, 32px);
}
.vape-cm .product__area__dtl {
  margin-top: 10px;
  padding: 8px;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .vape-cm .product__area__dtl {
    padding: 20px;
  }
}
.vape-cm .product__area__dtl__list li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .vape-cm .product__area__dtl__list li {
    margin-bottom: 10px;
  }
}
.vape-cm .product__area__dtl__list li .caution {
  display: block;
  font-size: 75%;
  font-weight: normal;
}
.vape-cm .product__area__dtl__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 14px;
  height: 14px;
  background: #e83534;
  border-radius: 50%;
}
.vape-cm .product .dtl-tl {
  font-weight: 700;
  margin-bottom: 10px;
}
.vape-cm .osudake .product__area__logo img {
  max-width: 528px;
}
.vape-cm .dokodemo {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .vape-cm .dokodemo {
    margin-top: 80px;
  }
}
@media screen and (min-width: 769px) {
  .vape-cm .dokodemo .product__tl {
    background: url(../img/main02_tl_bg.webp) no-repeat center center;
  }
}
@media screen and (max-width: 1200px) {
  .vape-cm .dokodemo .product__tl {
    background-size: auto 100%;
  }
}
@media screen and (min-width: 769px) {
  .vape-cm .dokodemo .product__tl .inner {
    display: flex;
    justify-content: end;
  }
}
.vape-cm .dokodemo01 .product__area__pic img {
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .vape-cm .dokodemo01 .product__area__pic img {
    width: 70%;
  }
}
@media screen and (min-width: 769px) {
  .vape-cm .dokodemo01 .product__area__logo {
    max-width: 628px;
  }
}
.vape-cm .dokodemo01 .product__area__logo img {
  max-width: 628px;
}
@media screen and (max-width: 768px) {
  .vape-cm .dokodemo01 .product__area__logo img {
    width: 75%;
  }
}
.vape-cm .dokodemo02 {
  margin-top: min(70px, 10vw);
}
.vape-cm .dokodemo02 .product__area__logo img {
  max-width: 690px;
}
@media screen and (max-width: 768px) {
  .vape-cm .dokodemo02 .product__area__logo img {
    width: 90%;
  }
}
.vape-cm .iyakuhin {
  font-size: 75%;
  font-weight: normal;
  padding: 4px;
  border: 1px solid #333;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .vape-cm .iyakuhin {
    display: block;
    width: fit-content;
    margin-left: 1rem;
    padding: 3px;
    font-size: 70%;
  }
}
.vape-cm .youtube {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 14px;
}
@media screen and (min-width: 769px) {
  .vape-cm .youtube {
    margin-bottom: 30px;
  }
}
.vape-cm .youtube iframe {
  width: 100%;
  height: 100%;
}
.vape-cm .maiking {
  padding: min(40px, 6vw) 0;
  background: #333;
  color: #fff;
}
.vape-cm .maiking__tl {
  margin-bottom: min(30px, 4vw);
  font-size: clamp(24px, 4vw, 48px);
  text-align: center;
}

.btn--main span {
  font-size: clamp(18px, 2.8vw, 24px);
}