﻿@charset "UTF-8";
/* ========================================
   Variables
======================================== */ :root {
  --cm-main: #6a6c8e; /*基本カラー*/
  --cm-bg: #fffdf3; /*背景色*/
  --cm-pink: #fce5e8;
  --cm-mb-base:clamp(30px, calc(10px + 2.6042vw), 60px);
  --cm-fz-base: clamp(14px, 1.25vw, 24px); /*基本*/
  --cm-fz-sub: clamp(14px, 0.434vw + 10.67px, 19px); /*サブ*/
  --bg-size: clamp(100px, calc(100px + (300 - 100) * ((100vw - 768px) / (1920 - 768))), 300px);
}
/* ========================================
   Base
======================================== */
#dcms_layoutPageBlock {
  background-color: var(--cm-bg);
  font-size: var(--cm-fz-base);
  line-height: 1.7;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding-bottom: 10px;
}
#dcms_layoutPageBlock {
  color: var(--cm-main) !important;
}
#dcms_layoutPageBlock img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
#dcms_layoutPageBlock a:hover {
  opacity: 0.7;
}
#dcms_layoutPageBlock h1, #dcms_layoutPageBlock h2, #dcms_layoutPageBlock h3 {
  margin: 0;
}
#dcms_layoutPageBlock ul {
  list-style: none;
}
#dcms_layoutPageBlock figure {
  line-height: 0;
}
/* ========================================
   Background
======================================== */
.cm2026_bg {
  position: relative;
  isolation: isolate;
  overflow: visible;
}
/* 右背景 */
.cm2026_bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: var(--bg-size);
  height: 100%;
  background: url("https://www.sanipak.jp/dcms_media/image/cm2026_bgimg--right.png") repeat-y;
  background-size: var(--bg-size) auto;
  pointer-events: none;
  z-index: -1;
}
/* 左背景 */
.cm2026_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--bg-size);
  height: 100%;
  background: url("https://www.sanipak.jp/dcms_media/image/cm2026_bgimg--left.png") repeat-y;
  background-size: var(--bg-size) auto;
  pointer-events: none;
  z-index: -1;
}
@media (orientation: landscape) and (max-height: 500px) {
  .cm2026_bg {
    margin-top: 0px;
  }
  .cm2026_bg::before, .cm2026_bg::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cm2026_bg::before, .cm2026_bg::after {
    display: none;
  }
}

/* ========================================
   Utility
======================================== */
.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.u-left {
  text-align: left;
}
.u-right {
  text-align: right;
}
.u-block {
  display: block;
}
.u-color-pink {
  color: #cd9494;
}

.u-bg-pink {
  display: inline;
  background-color: var(--cm-pink);
}
.u-mb0 {
  margin-bottom: 0 !important;
}
a.u-color-blur{
	color: #00b5ff;
}
.u-fs-14{
	font-size: 14px !important;
}
.u-fs-16{
	font-size: 16px !important;
}
.u-fs-18{
	font-size: 18px !important;
}
.u-fs-24{
	font-size: 24px !important;
}

._sponly {
  display: none !important;
}
._pconly {
  display: block !important;
}
.u-url {
  overflow-wrap: anywhere;
}
.u-url a {
	text-decoration: underline !important;
}
@media (max-width: 768px) {
  ._sponly {
    display: block !important;
    font-size: 0;
    line-height: 0;
  }
  ._pconly {
    display: none !important;
  }
}
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}
/* ========================================
   Layout
======================================== */
.cm2026-l-section {
  max-width: 1080px;
  width: min(calc(100vw - (var(--bg-size) * 2) - 100px), 1400px);
  margin: 0 auto clamp(60px, 9.6vw, 170px);
}
.cm2026-l-section__inner {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .cm2026-l-section {
    width: 100%;
    margin-bottom: 60px;
    padding: 0 25px;
  }
}
/* ========================================
   List
======================================== */
.cm2026-note__list li {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.cm2026-note__list li::before {
  content: "※";
  text-indent: 1.5rem;
}
@media (max-width: 768px) {
  .cm2026-note__list li {
    font-size: 10px;
  }
}

/* ========================================
   Section Title h2
======================================== */
.cm2026-l-section-title {
  position: relative;
  display: inline-block;
  margin: 0 auto  clamp(80px, 8.7vw + 13px, 160px);
  padding: 23px 0px;
border-top: 2px solid var(--cm-main);
border-bottom: 2px solid var(--cm-main);
	max-width: 920px;
  width: 90%;
  text-align: center;
  line-height: 0;
}
.cm2026-l-section-title.no-niowaina{
	margin: 0 auto  clamp(20px, 8.681vw - 6.67px, 160px) !important;
}
.cm2026-l-section-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 21.8px 39.4px 0 39.4px;
  border-color: var(--cm-main) transparent transparent;
  translate: -50% 100%;
}
.cm2026-l-section-title::after {
  content: "";
  position: absolute;
  bottom: 1px !important;
  left: 50%;
  border-style: solid;
  border-width: 20.5px 36.5px 0 36.5px;
  border-color: var(--cm-bg) transparent transparent;
  translate: -50% 100%;
}
/* 下部アイコン無し */
.cm2026-l-section-title.no-icon{
  margin-bottom: 30px !important;
}
.cm2026-l-section-title img {
  height: clamp(20px, calc(7.85px + 1.582vw), 30px) !important;
  width: auto !important;
  max-width: none !important;
  display: inline-block;
}

.cm2026-l-section-title___icon {
  position: absolute;
  left: 50%;
  top: calc(100% + 30px);
  transform: translateX(-50%);
  width: clamp(70px, 10.938vw - 30px, 180px);
  aspect-ratio: 189 / 83;
  background: url("../image/cm26_icon-niowaina.png") no-repeat center / contain;
}
@media (min-width: 769px){
/* 二行タイトルPCのみ */
  .cm2026-l-section-title.is-double_pc img{
    height: clamp(66px, calc(7.85px + 1.582vw), 88px) !important;
  }
/* 長い見出し */
  .cm2026-l-section-title.is-long img{
    width: min(100%, 700px) !important;
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .cm2026-l-section-title {
    padding: 10px 0;
    margin-bottom: 80px;
	  width: 100%;
  }
  .cm2026-l-section-title::before {
    border-width: 12px 20px 0 20px;
  }
  .cm2026-l-section-title::after {
    border-width: 11px 17.7px 0 17.7px;
  }
  .cm2026-l-section-title___icon {
    top: calc(100% + 20px);
  }
/* 2行タイトル */
 .cm2026-l-section-title.is-double_sp img {
  height:50px !important;
  width: auto !important;
  max-width: none !important;
  display: inline-block;
  }
/* 3行タイトル */
.cm2026-l-section-title.is-triple_sp img {
  height: 75px !important;
	  width: auto !important;
  max-width: none !important;
  display: inline-block;
}
}

/* ========================================
   Text
======================================== */
.cm2026-l-section__text {
  margin-bottom: var(--cm-mb-base) !important;
}
.cm2026-l-section__text-strong {
  font-size: clamp(16px, 4.667px + 1.215vw, 28px);
  margin-bottom: var(--cm-mb-base) !important;
}
.cm2026-l-section__note li {
  letter-spacing: 0.1em;
	text-indent: -1em;
	margin-left: 1.5em;
}
.cm2026-l-section__note li::before {
  content: "※";
  text-indent: 1.5rem;
}
/* Special Icon
======================================== */
.i-star {
  display: inline-flex;
  align-items: center;
}
.i-star::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  background-image: url("../image/cm26-icon-star.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cm26-i-star {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../image/cm26-icon-star.png) center / contain no-repeat;
  vertical-align: -0.2em;
}
/* ========================================
   Button
======================================== */
.cm2026-c-btn {
  display: block;
  margin: 0px auto;
  padding: 38px 0;
  text-align: center;
  background-color: var(--cm-main);
  border: 3px solid var(--cm-main);
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto  clamp(20px, 0.868vw + 13.33px, 30px);
}
.cm2026-c-btn:hover {
  background-color: var(--cm-bg);
}
.cm2026-c-btn img {
  display: block;
  width: auto !important;
  max-height: 33px !important;
  margin: 0 auto;
}
.cm2026-c-btn--fixed {
  width: clamp(500px, 37.7vw, 726px);
}
.cm2026-c-btn--sm, .cm2026-c-btn--fit {
  width: 256px;
}
.cm2026-c-btn--full {
  width: 100%;
}
@media (max-width: 768px) {
  .cm2026-c-btn {
    margin-top: 0px;
    padding: 23px 0;
    border-radius: 10px;
  }
  .cm2026-c-btn--sm, .cm2026-c-btn--fit {
    width: 80%;
  }
  .cm2026-c-btn--fixed {
    width: 100%;
  }
}
/* ニオワイナゲームで遊ぶ */
.cm2026-c-btn_game-niowaina {
  background-image: url("../image/ar26-btn-game-try.png");
}
.cm2026-c-btn_game-niowaina:hover {
  background-image: url("../image/ar26-btn-game-try__on.png") !important;
}
/* 特設ページはこちら */
.cm2026-c-btn_tokusetu {
  background-image: url("../image/cm26-c-btn--tokusetu.png");
}
.cm2026-c-btn_tokusetu:hover {
  background-image: url("../image/cm26-c-btn--tokusetu__on.png");
}
/* ニオワイナをもっとみる */
.cm2026-c-btn_more-niowaina {
  background-image: url("../image/cm26-c-btn--moreniowaina.png");
}
.cm2026-c-btn_more-niowaina:hover {
  background-image: url("../image/cm26-c-btn--moreniowaina__on.png") !important;
}
/* ========================================
   Card
======================================== */
.cm2026-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  text-align: left;
}
.cm2026-c-card--default {
  background-color: #fff;
  border: 2px solid #6a6c8e;
  padding: 20px 20px 20px 40px;
  border-radius: 20px;
}
.cm2026-card-list{
	margin-bottom: 60px;
}
.cm2026-card__body {
  flex: 1;
  min-width: 0;
}
.cm2026-card__title {
  font-size: clamp(16px, calc(16px + 0.625vw), 28px);
  display: block;
  font-weight: 900;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 960px) {
  .cm2026-c-card--default {
    flex-direction: column;
    align-items: center;
    text-align: center;
	  padding: 20px;
  }
  .cm2026-c-card--default .cm2026-card__image {
    margin: 0 !important;
  }
  .cm2026-c-card--default .cm2026-card__image img {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .cm2026-c-card--default {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 15px 5px 5px 10px;
  }
  .cm2026-c-card--default .cm2026-card__image {
    margin: 20px 0 0;
  }
}
/* ========================================
  Mv
======================================== */
#cm2026-mv {
  margin-top: 100px;
  margin-bottom: 0px;
  background-color: #fffdf3;
}
.cm2026-mv-l-section {
  width: 100%;
}
.cm2026-mv-l-section img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
#cm2026-mv {
  margin-top: 60px;
}
}
/* ========================================
   サニパック　ポイントプログラム対象商品　
======================================== */
.cm2026-program__image {
  margin: 0 auto 60px;
  display: block;
	max-width: 965px;
	width: 100%;
}
@media (max-width: 768px) {
.cm2026-program__image {
  margin-bottom: 30px !important;
}
}
/* ========================================
   二オワイナシリーズ　
======================================== */
.cm2026-item-series__image {
  margin: 0 auto 60px;
  display: block;
  max-width: 565px;
	width: 100%;
}
@media (max-width: 768px) {
.cm2026-item-series__image {
  margin-bottom: 30px !important;
}
}
/* ========================================
   Copyright　
======================================== */
#copyright {
  text-align: center;
  font-size: 12px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #copyright {
    font-size: 10px;
    margin-bottom: 0px;
  }
}