@charset "UTF-8";
:root {
  --text-color-base: #505050;
  --color-white: #ffffff;
  --color-black: #333333;
  --color-red: #CC0C25;
  --color-btnred: #C80528;
  --color-blue: #16BAE3;
  --color-darkgreen: #2B4E4D;
  --color-green: #337270;
  --color-gray: #6B7982;
  --color-bggray: #F1F1F1;
  --color-bgblack: #030303;
  --color-bgdarkgray: #4C4942;
  --color-bgivoly: #FFF9E4;
  --color-bglightblue: #DEF8FF;
  --header-height:60px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Zen Maru Gothic", sans-serif;
}

body, div, p, a, article, section, nav, ul, li, header, footer, input, select, textarea, h1, h2, h3, h4, h5, th, td {
  color: var(--text-color-base);
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.basic {
  margin-left: 1.5em;
  list-style-type: normal;
}

ol {
  margin: 0;
  padding-left: 1.5em;
}

img {
  width: 100%;
  height: auto;
}

/* 基本設定 */
body {
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

/*TEXT*/
.indent {
  margin-left: 1em;
  text-indent: -1em;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

/*レイアウト調整*/
.block_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pl-95 {
  padding-left: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

/* コンテナ全体 */
.main-content {
  position: relative;
  z-index: 1;
  background: #fff;
  padding-top: calc(var(--header-height) + 0px);
}

/* BLOCK */
.block-products .border {
  background: #BBBBBB;
  width: 60%;
  height: 1px;
  margin: 1.5em auto;
}
.block-products .product-index {
  display: flex;
  gap: 0;
  padding-bottom: 40px;
}
.block-products .block-product-one a:hover {
  opacity: 1;
}
.block-products .block-product-one h3 {
  padding: 5% 10%;
}
.block-products .block-product-one video {
  width: 100%;
}
.block-products .block-product-one.vape2 {
  background-color: var(--color-bglightblue);
}
.block-products .block-product-one.vape2 h3 {
  background-color: var(--color-blue);
}
.block-products .block-product-one.vape {
  background-color: var(--color-bgivoly);
}
.block-products .block-product-one.vape h3 {
  background-color: var(--color-darkgreen);
}
.block-products .block-product-one.nil h3 {
  background-color: var(--color-green);
}

.block-concept .block-concept-outer {
  background-color: var(--color-blue);
  padding: 40px 0 20px;
}
.block-concept .block-concept-outer p {
  color: var(--color-white);
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 1.5em;
}
.block-concept .block-concept-outer p.intro {
  font-size: 1.6rem;
}
.block-concept .block-concept-outer .concept-image {
  padding-top: 40px;
  padding-left: 10%;
}
.block-concept .block-concept-outer .concept-image video {
  border-radius: 15px 0 0 15px;
  width: 100%;
}

.block-story h2 {
  color: var(--color-darkgreen);
  width: 80%;
  margin: 2em auto 0.5em;
}
.block-story .story-box {
  background-color: var(--color-darkgreen);
  border-radius: 10px;
  height: 100%;
  padding: 2em 1.5em 2em;
}
.block-story .story-box.chaba {
  background-color: #06726f;
}
.block-story .story-box.nil {
  background-color: #06726f;
}
.block-story .story-box.vape2 {
  background-color: #17bae3;
}
.block-story .story-box h3 {
  /* clamp(最小値, 流動的な値, 最大値) */
  font-size: clamp(1rem, 4vw, 1.4rem);
  color: var(--color-white);
}
.block-story .story-box p {
  font-size: clamp(1rem, 2.8vw, 1rem);
  color: var(--color-white);
}
.block-story .story-box .year p {
  background-color: var(--color-white);
  border-radius: 5px;
  color: var(--color-darkgreen);
  padding: 0.1em 0.5em;
  letter-spacing: 0.2em;
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.block-story .story-swiper {
  padding: 10px 0;
  margin-bottom: 90px;
}
.block-story .story-swiper .swiper-wrapper .swiper-slide {
  padding: 0 10px;
  height: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  text-rendering: initial;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--color-white) !important;
}

.btn,
a.btn,
button.btn {
  display: inline-block;
  padding: 0.5em 3em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.btn-blue,
a.btn-blue {
  color: var(--color-white);
  background-color: var(--color-blue);
}

.btn-darkgreen,
a.btn-darkgreen {
  color: var(--color-white);
  background-color: var(--color-darkgreen);
}

.btn-green,
a.btn-green {
  color: var(--color-white);
  background-color: var(--color-green);
}

a.btn-radius {
  border-radius: 100vh;
}

a.btn-shadow {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

a.btn-disable {
  background-color: #bbb;
  pointer-events: none;
}

.oc-button {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all 0.3s;
}
.oc-button:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.oc-button::before, .oc-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 27px; /* 棒の高さ */
  background: #333; /* バツ印の色 */
  border-radius: 5px;
  transition: all 0.3s;
}
.oc-button::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.oc-button::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.oc-button.active::before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.oc-button.active::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* HEADER */
header {
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  height: var(--header-height);
  width: 100%;
  background: var(--color-bgdarkgray);
  color: var(--color-white);
}
header .logo {
  padding: 15px;
}
header .logo img {
  height: calc(var(--header-height) - 32.5px);
  width: auto;
}
header .header-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
}
header .sns {
  padding: 15px;
}
header .sns ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .sns ul li {
  padding: 0 0.5em;
}
header .sns img {
  height: calc(var(--header-height) - 30px);
  width: calc(var(--header-height) - 30px);
}

/*ナビゲーションボタン*/
#global_nav_btn {
  z-index: 10;
  /*クリック後*/
}
#global_nav_btn .menu_trigger,
#global_nav_btn .menu_trigger span {
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
}
#global_nav_btn .menu_trigger {
  position: relative;
  width: 35px;
  height: 20px;
}
#global_nav_btn .menu_trigger span {
  width: 100%;
  height: 2px;
  background-color: var(--color-white);
  position: absolute;
  left: 0;
}
#global_nav_btn .menu_trigger span.top {
  top: 3px;
}
#global_nav_btn .menu_trigger span.bottom {
  bottom: 3px;
}
#global_nav_btn.active .menu_trigger span.top {
  transform: translateY(5px) rotate(-45deg);
  top: 4px;
}
#global_nav_btn.active .menu_trigger span.bottom {
  transform: translateY(-5px) rotate(45deg);
  bottom: 4px;
}

@media (min-width: 960px) {
  #global_nav_btn {
    display: none;
  }
}
body.is-menu-open {
  overflow: hidden;
  height: 100vh;
}

/*GLOBALNAVE*/
#global_nav {
  width: 100%;
  height: 100vh;
  background: var(--color-bgdarkgray);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
}
#global_nav.active {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.5s ease;
}
#global_nav ul {
  padding: var(--header-height) 5% 5%;
  font-size: 1.2em;
  overflow: scroll;
}
#global_nav ul li a {
  padding: 5.31% 3.62%;
  color: var(--color-white);
  display: block;
}
#global_nav ul li:not(:last-of-type) {
  border-bottom: solid 1px var(--color-white);
}

/* FOOTER */
footer {
  background: var(--color-bgdarkgray);
  color: var(--color-white);
  padding: 20px 0 20px;
}
footer .foot-logo {
  width: 33%;
  margin: 60px auto 30px;
}
footer .foot-menu {
  text-align: center;
  margin-bottom: 30px;
}
footer .foot-menu a {
  display: block;
  padding: 0.5em;
  color: var(--color-white);
}
footer .copyright {
  text-align: center;
  font-size: 0.9em;
  color: var(--color-white);
}

#pagetop {
  position: fixed;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 60px;
  height: 85px;
  z-index: 4;
}

#global_nav_btn {
  display: block;
}

.frame-sidebar {
  display: none;
}

/* PC表示（ブレークポイント） */
@media (min-width: 960px) {
  header {
    width: 33.75rem;
    margin-inline: auto;
  }
  .main-content {
    max-width: 33.75rem;
    margin-inline: auto;
    box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.1);
  }
  #global_nav_btn {
    display: none;
  }
  .frame-sidebar {
    display: block;
  }
}
/* PC時左右ブロック*/
.l-sidebar {
  position: fixed;
  left: 0;
  top: calc(50% - 12.375rem);
  width: calc(50% - 17.5rem);
  padding-left: 2.625rem;
}
.l-sidebar .l-side-menu {
  font-size: 1.2rem;
}
.l-sidebar .l-side-menu li {
  text-align: center;
  margin-bottom: 1em;
}
.l-sidebar .icon-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.l-sidebar .icon-sns .banner img {
  height: 40px;
  width: auto;
}

.r-sidebar {
  position: fixed;
  right: 0;
  top: calc(50% - 15.375rem);
  width: calc(50% - 15rem);
  padding: 0 1.625rem;
}
.r-sidebar .sidebanner {
  padding: 0px 0 0 0px;
  width: 100%;
}
.r-sidebar .sidebanner div {
  width: clamp(200px, 90%, 375px);
  margin: 0 auto 20px;
}

/* すべてのブラウザで標準コントロールを無効化（HTMLにcontrolsがない場合） */
video {
  /* 要素が占めるスペースを確保 */
  width: 100%;
  height: auto;
}

/* WebKit系ブラウザ（iOS/Safariなど）のコントロールを完全に非表示にする */
video::-webkit-media-controls-enclosure,
video::-webkit-media-controls-panel {
  display: none !important;
}

/* 特定のコントロールが残る場合に備えて個別に非表示 */
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-fullscreen-button,
video::-webkit-media-controls-timeline {
  display: none !important;
}/*# sourceMappingURL=base.css.map */