@charset "UTF-8";
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*=============================================

	レイアウト

==============================================*/
/*=============================================

	ボタンパーツ

==============================================*/
/*=============================================

	タイトル

==============================================*/
/*=============================================

	おすすめバッジ

==============================================*/
/*=============================================

	スライダー　矢印

==============================================*/
/*=============================================

	メインビジュアル

==============================================*/
.c-block_title {
  font-weight: 500;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-block_title {
      font-size: 20px;
      line-height: 1.5;
      letter-spacing: 0.14em; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-block_title {
      font-size: 20px;
      line-height: 1.5;
      letter-spacing: 0.14em; } }

/*=============================================

	選ばれる理由

==============================================*/
/*=============================================

	商品ラインアップ

==============================================*/
/*=============================================

	How to

==============================================*/
/*=============================================

	モーダル

==============================================*/
/*=============================================

	APP 導線

==============================================*/
/*=============================================

	商品ラインアップ

==============================================*/
/*=============================================

	商品ラインアップ

==============================================*/
/*=============================================

	お知らせ

==============================================*/
/*=============================================

	目的から選ぶ

==============================================*/
/*=============================================

フォトブックのおはなし

==============================================*/
/*=============================================

	よくあるご質問

==============================================*/
/*=============================================

	見切れスライダー

==============================================*/
/*=============================================

	下層ページ ページタイトル

==============================================*/
/*=============================================

	吹き出し

==============================================*/
/*=============================================

	吹き出し透明

==============================================*/
/*=============================================

	作り方スライダー

==============================================*/
/*=============================================

	注釈

==============================================*/
/*=============================================

	仕上がりまでの流れ

==============================================*/
.slick-slider * {
  outline: 0; }

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 24px 0 0;
  font-size: 0px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: 0;
      background: transparent; }
      .slick-dots li button:before {
        font-size: 6px;
        line-height: 6px;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        border-radius: 6px;
        text-align: center;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

.slick-list {
  overflow: hidden; }

.slick-track {
  overflow: hidden; }

.slick-slide {
  float: left; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent; }

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: 0; }

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: 0; }

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1; }

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before, .slick-next:before {
  content: '';
  line-height: 1;
  display: block;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
  CUSTOM
———————————————–*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp, .pswp__bg, .pswp__scroll-wrap {
  height: 100%;
  width: 100%; }

.pswp, .pswp__item, .pswp__scroll-wrap {
  overflow: hidden;
  top: 0;
  position: absolute;
  left: 0; }

.pswp, .pswp__bg, .pswp__container, .pswp__img--placeholder, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp, .pswp__bg, .pswp__error-msg, .pswp__img, .pswp__item, .pswp__scroll-wrap, .pswp__zoom-wrap {
  position: absolute; }

.pswp {
  display: none;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  outline: 0; }

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

.pswp--animate_opacity {
  opacity: .001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.pswp__bg {
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: opacity; }

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.pswp__item {
  right: 0;
  bottom: 0; }

.pswp__img {
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

.pswp__error-msg {
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

:root {
  --color-red: #C92728;
  --color-blue: #42ABB2; }

.c-section_title-main {
  font-weight: 500;
  letter-spacing: .14em;
  line-height: 1.6;
  white-space: nowrap; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-section_title-main {
    font-size: 25px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-section_title-main {
    font-size: 28px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-section_title-horizontal .c-section_title-main {
    margin-top: 8px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-section_title-horizontal .c-section_title-main {
    margin-top: 10px; } }

.c-section_title-sub {
  position: relative;
  font-family: "Marcellus", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: .14em;
  line-height: 1.68;
  color: #42ABB2; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-section_title-sub {
    font-size: 14px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-section_title-sub {
    font-size: 16px; } }

.c-section_title-sub:before {
  content: "";
  position: absolute;
  background-color: #42ABB2; }

.c-section_title-horizontal .c-section_title-sub {
  padding-left: 34px; }

.c-section_title-horizontal .c-section_title-sub:before {
  content: "";
  width: 24px;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/*=============================================

  campaign

==============================================*/
.campaign {
  position: relative; }
  .campaign:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url("../../images/campaign/202601/campaign_bg.png");
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .campaign:before {
        background-image: url("../../images/campaign/202601/campaign_bg-sp.png");
        aspect-ratio: 750 / 656; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .campaign:before {
        top: 32px;
        aspect-ratio: 1605 / 524; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .campaign {
      padding-top: 60px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .campaign {
      width: 823px;
      margin: 80px auto 0; } }

.campaign__intro-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.86;
  letter-spacing: 0.1em;
  color: #101010;
  margin: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .campaign__intro-text {
      line-height: 2; } }

.campaign__main {
  position: relative;
  margin-top: 40px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .campaign__main {
      margin-top: 30px; } }

.campaign__main-title {
  text-align: center;
  line-height: 1.47; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .campaign__main-title {
    margin: 0;
    line-height: 1.47; } }

.campaign__main-title-large {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--color-red); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .campaign__main-title-large {
      font-size: 30px; }
      .campaign__main-title-large.last {
        display: block; } }

.campaign__main-title-small {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--color-red); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .campaign__main-title-small {
      font-size: 25px; } }

.campaign__main-description {
  text-align: center;
  margin-top: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #101010; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .campaign__main-description {
      margin-top: 20px;
      font-size: 14px; } }

.campaign__formula {
  position: relative;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 43px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .campaign__formula {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0 20px;
      margin-top: 10px; } }

.campaign__formula-books {
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .campaign__formula-books:after {
      position: absolute;
      content: '';
      top: 109px;
      left: 383px;
      background-image: url("../../images/campaign/202601/campaign_arrow.svg");
      width: 27px;
      height: 23px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape) and (max-width: 1023px), screen and (min-width: 1025px) and (max-width: 1023px), screen and (min-width: 1024px) and (orientation: landscape) and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1025px) and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .campaign__formula-books:after {
      width: 23px;
      height: 27px;
      top: 353px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-image: url("../../images/campaign/202601/campaign_arrow-sp.svg"); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .campaign__formula-books-image {
    width: 380px; } }

.campaign__formula-books-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.campaign__formula-books-note {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #101010;
  margin: 0; }

.campaign__formula-coupon {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .campaign__formula-coupon {
      position: relative; }
      .campaign__formula-coupon:after {
        position: absolute;
        content: '';
        width: 23px;
        height: 27px;
        top: -35px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-image: url("../../images/campaign/202601/campaign_arrow-sp.svg"); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .campaign__formula-coupon {
      padding-top: 18px; } }

.campaign__formula-coupon-banner {
  position: relative;
  margin: 0 auto 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .campaign__formula-coupon-banner {
      margin: 0 auto 11px; } }
  .campaign__formula-coupon-banner:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    bottom: -2px;
    left: -13px;
    background-color: var(--color-red);
    z-index: -1;
    -webkit-transform: rotate(-28deg);
    -ms-transform: rotate(-28deg);
    transform: rotate(-28deg); }
  .campaign__formula-coupon-banner:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    bottom: -2px;
    right: -10px;
    background-color: var(--color-red);
    z-index: -1;
    -webkit-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    transform: rotate(28deg); }

.campaign__formula-coupon-banner_text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--color-red); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .campaign__formula-coupon-banner_text {
      font-size: 20px; } }

.campaign__formula-coupon-note {
  margin-top: 15px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #101010; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .campaign__formula-coupon-note {
      margin-top: 10px; } }

.campaign__notice {
  border: 1px solid var(--color-red); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .campaign__notice {
      margin: 20px 20px 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .campaign__notice {
      width: 802px;
      margin: 40px auto 0; } }

.campaign__notice-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 20px; }

.campaign__notice-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
  height: 43px; }
  .campaign__notice-icon img {
    width: 100%; }

.campaign__notice-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
  color: var(--color-red);
  margin: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .campaign__notice-text {
      font-size: 12px;
      line-height: 1.5; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .campaign__period {
    padding: 0 20px;
    margin-top: 40px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .campaign__period {
    width: 800px;
    margin: 40px auto 0; } }

.campaign__period-header {
  height: 81px;
  z-index: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #000;
  text-align: center;
  background-color: #EDC948;
  border-radius: 10px;
  line-height: 81px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .campaign__period-header {
      font-size: 20px;
      height: 65px;
      line-height: 65px; } }

.campaign__period-content {
  text-align: center;
  margin-top: 24px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .campaign__period-content {
      margin-top: 30px; } }

.campaign__period-main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 10px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .campaign__period-main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-bottom: 4px solid #f19bad; } }

.campaign__period-mainInner {
  line-height: 1.7;
  border-bottom: 4px solid #f19bad;
  display: inline;
  padding-bottom: 5px; }

.campaign__period-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--color-red); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .campaign__period-label {
      margin-bottom: 15px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .campaign__period-date.last {
    display: inline-block; } }

.campaign__period-date-large {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: var(--color-red); }

.campaign__period-date-small {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-red); }

.campaign__period-day {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--color-red); }

.campaign__period-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--color-red);
  margin-right: 8px;
  margin-left: 8px; }
  .campaign__period-text.last {
    margin-right: 0;
    margin-left: 8px; }

.campaign__period-details {
  margin-top: 16px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #101010; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .campaign__period-details {
      margin-top: 30px;
      font-size: 12px; } }

.campaign__period-details_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px; }
  .campaign__period-details_inner + .campaign__period-details_inner {
    margin-top: 8px; }

.campaign__period-details-title {
  white-space: nowrap; }

.campaign__period-details-date {
  text-align: left; }

/*=============================================

  PRODUCTS(対象商品)

==============================================*/
.products {
  margin-top: 80px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .products {
      margin-top: 64px; } }

.products__container {
  padding: 120px 80px;
  background-color: #f5f5f5; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .products__container {
      padding: 64px 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .products__container {
      width: 1200px;
      margin: 0 auto;
      border-radius: 10px; } }

.products__title {
  text-align: center;
  position: relative;
  margin: 0 auto 50px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .products__title {
      width: 114px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .products__title {
      width: 132px; } }

.products__title-en {
  font-family: 'Marcellus', serif;
  font-size: 16px;
  letter-spacing: 0.14em;
  color: #42abb2;
  position: relative;
  display: inline-block;
  padding-left: 24px;
  margin-bottom: 16px; }
  .products__title-en::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 1px;
    background-color: #42abb2; }

.products__title-ja {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #1d1d1d; }

.products__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px;
  margin-bottom: 40px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .products__anchor {
      display: none; } }

.products__anchor-item {
  position: relative;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 330px;
  height: 80px;
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px; }
  .products__anchor-item img {
    height: 40px; }
  .products__anchor-item:last-child img {
    height: 26.5px; }

.products__anchor-icon {
  width: 9px;
  margin-left: auto;
  margin-right: 20px; }
  .products__anchor-icon img {
    width: 100%; }

.products__item {
  background-color: #fff;
  border-radius: 15px; }
  .products__item:last-child {
    padding-bottom: 50px; }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .products__item:last-child .accordionBirthday {
        gap: 20px;
        width: 640px;
        margin: 0 auto; } }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .products__item:last-child {
        padding-bottom: 64px; } }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .products__item:last-child .products__item-subtitle {
        letter-spacing: 0; } }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .products__item:last-child .products__item-price {
        margin-bottom: 16px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .products__item {
      margin: 0 20px;
      padding-bottom: 64px; }
      .products__item + .products__item {
        margin-top: 40px; } }

.products__itemInner {
  background-color: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .products__itemInner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .products__itemInner {
      padding: 50px 40px 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .products__item-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 400px; } }

.products__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .products__item-image img {
      border-radius: 15px 15px 0 0; } }

.products__item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .products__item-content {
      padding: 0 20px; } }

.products__item-logo {
  margin-bottom: 30px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .products__item-logo {
      width: 220px;
      margin: 0 auto 40px;
      text-align: center; }
      .products__item-logo img {
        width: 100%;
        height: auto; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .products__item-logo img {
      max-width: 280px;
      height: auto; } }

.products__item-subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #1d1d1d;
  line-height: 1.95;
  margin-bottom: 24px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .products__item-subtitle {
      text-align: center;
      font-size: 18px;
      font-weight: 600;
      line-height: 1.7; } }

.products__item-description {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.10em;
  color: #101010;
  line-height: 2.0;
  margin-bottom: 24px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .products__item-description {
      text-align: center;
      font-size: 14px; } }

.products__item-note {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.10em;
  color: var(--color-red);
  line-height: 2.0; }
  .products__item-note:not(:last-child) {
    margin-bottom: 24px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .products__item-note {
      font-size: 12px;
      line-height: 1.7; } }

.products__item-price {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  letter-spacing: 0.10em;
  color: #101010;
  margin-bottom: 24px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .products__item-price {
      text-align: center;
      margin-bottom: 40px; } }

.products__item-price-label {
  font-size: 15px; }

.products__item-price-value {
  font-size: 24px;
  margin: 0 4px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .products__item-price-value {
      font-size: 20px; } }

.products__item-price-value_en {
  font-size: 15px;
  letter-spacing: .1em; }

.products__item-price-note {
  font-size: 15px; }

.products__item-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .products__item-buttons {
      gap: 15px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.products__item-buttons--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px; }

.products__item-button {
  width: 200px;
  height: 45px;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 23px;
  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;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .products__item-button.is-open {
    background-color: transparent; }
    .products__item-button.is-open .products__item-button_text {
      color: #000 !important; }
    .products__item-button.is-open .products__item-button-icon:before {
      background-color: #fff !important; }
    .products__item-button.is-open.products__item-button--detail:after {
      background-image: url("../../images/campaign/202601/products_btn_arrow_hover.svg"); }
    .products__item-button.is-open .products__item-button-icon:before {
      background-color: #000; }
    .products__item-button.is-open .products__item-button-icon:after {
      background-color: #000; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .products__item-button {
      margin: 0 auto; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .products__item-button {
      cursor: pointer; }
      .products__item-button:hover {
        background-color: transparent; }
        .products__item-button:hover .products__item-button_text {
          color: #000 !important; }
        .products__item-button:hover.products__item-button--detail:after {
          background-image: url("../../images/campaign/202601/products_btn_arrow_hover.svg"); }
        .products__item-button:hover .products__item-button-icon:before {
          background-color: #fff !important; }
        .products__item-button:hover .products__item-button-icon:after {
          background-color: #000; } }

.products__item-button_text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.products__item-button-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px; }
  .products__item-button-icon:before, .products__item-button-icon:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff; }
  .products__item-button-icon:before {
    width: 1px;
    height: 10px; }
  .products__item-button-icon:after {
    width: 10px;
    height: 1px; }

.products__item-button--detail {
  position: relative; }
  .products__item-button--detail:after {
    position: absolute;
    content: '';
    top: 50%;
    width: 9px;
    height: 11px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15.5px;
    background-size: 9px 11px;
    background-image: url("../../images/campaign/202601/products_btn_arrow.svg"); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .products__item-button--detail:after {
        width: 9.1px;
        height: 12px;
        background-size: 9.1px 12px; } }

/*=============================================

  シュミレーション

==============================================*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .simulation {
    padding-top: 64px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .simulation {
    padding-top: 124px; } }

.simulation__title {
  position: relative;
  text-align: center;
  margin: 0 auto 24px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation__title {
      padding: 0 20px; }
      .simulation__title .c-section_title-main {
        text-align: left;
        white-space: initial; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .simulation__title {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; } }
  .simulation__title.c-section_title-horizontal .c-section_title-sub {
    text-align: left; }

.simulation__text {
  color: #101010;
  margin-top: 24px;
  font-size: 15px;
  letter-spacing: 0.10em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation__text {
      padding: 0 20px;
      margin-top: 20px;
      font-size: 14px;
      line-height: 2; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .simulation__text {
      text-align: center;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto; } }

.simulation-container {
  background: #F5F5F5;
  border-radius: 15px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation-container {
      margin: 40px 30px 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .simulation-container {
      width: 1200px;
      margin: 40px auto 0; } }

.simulation-header {
  background-color: #42abb2;
  border-radius: 10px 10px 0 0;
  padding: 26px 0;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation-header {
      padding: 14px 0; } }

.simulation-header_title {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.14em;
  margin: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation-header_title {
      font-size: 22px;
      line-height: 1.5; } }

.simulation-content {
  margin-top: 40px;
  padding-bottom: 60px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation-content {
      padding-bottom: 30px; } }

.simulation-content-text {
  font-size: 15px;
  letter-spacing: .1em;
  text-align: center;
  line-height: 2; }

[data-state="1"] .simulation-selection_inner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-state="1"] .simulation-selection_inner_wrap {
      padding: 0 22.5px;
      gap: 10px; } }

.simulation-selection[data-state="1"] {
  width: 740px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation-selection[data-state="1"] {
      margin: 30px 0; } }

.simulation-selection[data-state="2"], .simulation-selection[data-state="3"] {
  width: 1040px;
  margin: 50px auto 0; }

.simulation-selection[data-state="4"] {
  margin-top: 60px; }

[data-state="2"] .simulation-selection_inner,
[data-state="3"] .simulation-selection_inner {
  margin-top: 40px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-state="2"] .simulation-selection_inner,
    [data-state="3"] .simulation-selection_inner {
      padding: 0 10px;
      margin-top: 14px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    [data-state="2"] .simulation-selection_inner,
    [data-state="3"] .simulation-selection_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 50px; } }

[data-state="4"] .simulation-selection_inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 174px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-state="4"] .simulation-selection_inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      gap: 40px;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    [data-state="4"] .simulation-selection_inner {
      position: relative; } }

.simulation-selection-logo {
  text-align: center;
  margin-top: 20px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation-selection-logo img {
      height: 20.5px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .simulation-selection-logo img {
      height: 41px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .simulation-selection_image_wrap {
    margin-bottom: 30px; } }

.simulation-selection-button {
  display: block;
  background-color: #000;
  text-align: center;
  border-radius: 23px;
  line-height: 45px;
  height: 45px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
  margin: 20px auto 0;
  border: 1px solid #000; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .simulation-selection-button {
      width: 200px;
      cursor: pointer; }
      .simulation-selection-button:hover {
        background-color: #fff; }
        .simulation-selection-button:hover .simulation-selection-button_text {
          color: #000 !important; } }

.simulation-selection-button_text {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5; }

.simulation-selection_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation-selection_header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 20px; } }

.simulation-selection_header-logo {
  width: 240px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation-selection_header-logo {
      width: 170px; } }
  .simulation-selection_header-logo img {
    width: auto; }

.simulation-selection_header-title {
  font-size: 20px;
  letter-spacing: .1em;
  font-weight: 600; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation-selection_header-title {
      font-size: 13px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .simulation-selection_header-title {
      line-height: 1.5; } }

.simulation-selection_sizelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 120px;
  margin-top: 20px;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation-selection_sizelist {
      margin-top: 21px;
      gap: 15px; } }

.simulation-selection_sizelist-item {
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 1.5; }

.simulation-selection_size-button {
  display: block;
  background-color: #000;
  width: 200px;
  text-align: center;
  border-radius: 23px;
  line-height: 45px;
  height: 45px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
  border: 1px solid #000; }
  .simulation-selection_size-button + .simulation-selection_size-button {
    margin-top: 20px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .simulation-selection_size-button + .simulation-selection_size-button {
        margin-top: 10px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation-selection_size-button {
      margin: 0 auto; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .simulation-selection_size-button {
      cursor: pointer; }
      .simulation-selection_size-button:hover {
        background-color: #fff; }
        .simulation-selection_size-button:hover .simulation-selection_size-button_text {
          color: #000 !important; } }

.simulation-selection_size-button.is-active {
  background-color: #42ABB2;
  border: 1px solid #42ABB2; }

.simulation-selection_size-button_text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.simulation-selection_result {
  text-align: center; }

.simulation-selection_result_title {
  font-size: 35px;
  letter-spacing: .1em;
  font-weight: 600; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation-selection_result_title {
      font-size: 25px;
      color: #42ABB2; } }

.simulation-selection_result_image_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation-selection_result_image_wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .simulation-selection_result_image_wrap {
      gap: 18px; } }
  .simulation-selection_result_image_wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -15px;
    width: 552px;
    height: 178px;
    background-image: url("../../images/campaign/202601/result_coupon.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .simulation-selection_result_image_wrap:after {
        background-image: url("../../images/campaign/202601/result_coupon-sp.png");
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 300px;
        height: 136px;
        bottom: -5px;
        top: initial; } }

.simulation-selection_result_image {
  width: 147px;
  z-index: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation-selection_result_image {
      display: none; } }
  .simulation-selection_result_image img {
    width: 100%; }

.simulation-selection_result_priceSize {
  z-index: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation-selection_result_priceSize {
      margin-left: -60px;
      margin-top: 18px;
      margin-bottom: 21px; } }

.simulation-selection_result_size {
  color: #fff;
  font-size: 14px;
  letter-spacing: .1em;
  font-weight: 600;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation-selection_result_size {
      font-size: 10px; } }

.simulation-selection_result_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 250px;
  margin-top: 10px;
  padding: 21px 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation-selection_result_price {
      margin-top: 8px;
      width: 190px;
      padding: 13px 0; } }

.result_price {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 49px;
  font-weight: 900;
  letter-spacing: .1em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .result_price {
      font-size: 37px; } }

.result_yen {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 32px;
  letter-spacing: .1em;
  font-weight: 900; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .result_yen {
      font-size: 24px; } }

.simulation-selection_result_mail {
  text-align: center;
  font-size: 12px;
  letter-spacing: .1em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation-selection_result_mail {
      position: absolute;
      bottom: -25px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .simulation-selection_result_mail {
      position: absolute;
      bottom: 35px;
      left: 200px; } }

.simulation-selection_result_info_logo {
  width: 240px;
  margin: 0 auto; }
  .simulation-selection_result_info_logo img {
    width: 100%; }

.simulation-selection_result_info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px; }
  .simulation-selection_result_info_item + .simulation-selection_result_info_item {
    margin-top: 20px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .simulation-selection_result_info_item + .simulation-selection_result_info_item {
        margin-top: 10px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation-selection_result_info_item {
      margin-top: 20px; } }

.simulation-selection_result_info_item_label {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  width: 80px;
  background: #42ABB2;
  color: #fff;
  height: 34px;
  line-height: 34px;
  font-size: 15px;
  letter-spacing: .1em;
  font-weight: 600;
  border-radius: 17px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation-selection_result_info_item_label {
      font-size: 12px;
      width: 54px;
      height: 29px;
      line-height: 29px; } }

.simulation-selection_result_info_item_size {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 15px;
  letter-spacing: .1em;
  font-weight: 600; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation-selection_result_info_item_size {
      font-size: 12px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .simulation-selection_button_wrap {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

.simulation-selection_result_info_item_button {
  width: 200px;
  height: 45px;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 23px;
  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;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 40px auto 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation-selection_result_info_item_button {
      margin-top: 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .simulation-selection_result_info_item_button {
      cursor: pointer; } }
  .simulation-selection_result_info_item_button:hover {
    background-color: transparent; }
    .simulation-selection_result_info_item_button:hover .simulation-result-link {
      color: #000 !important; }

.simulation-result-link {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #fff; }

.simulation-reset {
  width: 200px;
  height: 45px;
  border: 1px solid #000;
  border-radius: 23px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.08em;
  background-color: #fff;
  color: #000;
  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;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 10px auto 0; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .simulation-reset {
      cursor: pointer; }
      .simulation-reset:hover {
        background-color: #000 !important;
        color: #fff !important; } }
  [data-state="2"] .simulation-reset,
  [data-state="3"] .simulation-reset {
    background-color: #fff;
    color: #000; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      [data-state="2"] .simulation-reset,
      [data-state="3"] .simulation-reset {
        margin-top: 40px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-state="4"] .simulation-reset {
      margin-top: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    [data-state="4"] .simulation-reset {
      margin-top: 10px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  [data-state="2"] .simulation-selection_size-buttons_wrap,
  [data-state="3"] .simulation-selection_size-buttons_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 384px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .simulation-modal {
    display: none; } }
  @media print, screen and (max-width: 1023px) and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) and (max-width: 1023px), screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation-modal {
      position: fixed;
      inset: 0;
      z-index: 10000;
      background: rgba(0, 0, 0, 0.6);
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      padding: 20px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation-modal.is-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .simulation-modal .simulation-selection {
      width: 100%;
      background-color: #fff; }
    .simulation-modal .simulation-selection[data-state="1"] {
      gap: 10px;
      margin: 0;
      display: block;
      padding: 0; }
    .simulation-modal .simulation-selection[data-state="2"],
    .simulation-modal .simulation-selection[data-state="3"] {
      width: 100%;
      padding-bottom: 44px;
      margin: 60px 0 0; }
    .simulation-modal .simulation-selection[data-state="4"] {
      width: 100%;
      padding: 0 20px 44px;
      margin: 44px 0 0; }
    .simulation-modal .simulation-selection_inner {
      display: block; } }

.simulation-modal_inner_title {
  display: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation-modal_inner_title {
      display: block;
      background-color: #42abb2;
      color: #fff;
      font-size: 22px;
      letter-spacing: .14em;
      font-weight: 600;
      text-align: center;
      padding: 14px 0;
      border-radius: 10px 10px 0 0;
      line-height: 1.5; } }

.simulation-modal_inner_text {
  display: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-state="1"] .simulation-modal_inner_text {
      display: block;
      font-size: 15px;
      letter-spacing: .1em;
      text-align: center;
      margin-bottom: 40px;
      line-height: 2;
      margin-top: 70px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .simulation-modal_inner {
    position: relative;
    background: #fff;
    width: 100%;
    height: calc(100dvh - 50px);
    border-radius: 12px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    overflow: hidden;
    overflow-y: scroll; } }

.simulation-modal-close {
  display: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation-modal-close {
      display: block;
      position: fixed;
      font-size: 19px;
      line-height: 1;
      top: 10px;
      right: 10px;
      z-index: 1;
      background: #999999;
      border-radius: 50%;
      height: 40px;
      width: 40px;
      color: #fff;
      line-height: 40px; } }

.simulation-entry {
  display: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .simulation-entry {
      display: block;
      margin-top: 30px;
      text-align: center; } }

.simulation-open {
  position: relative;
  color: #fff;
  margin: 0 auto;
  width: 200px;
  height: 45px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.08em;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 23px;
  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;
  text-decoration: none; }
  .simulation-open:before, .simulation-open:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px; }
  .simulation-open:before {
    border-right: 1px solid #fff;
    height: 10px;
    right: 19px; }
  .simulation-open:after {
    border-top: 1px solid #fff;
    width: 10px; }

/*=============================================

  コンビネーション

==============================================*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .combination {
    padding-top: 64px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .combination {
    padding-top: 138px; } }

.combinationTitle {
  width: 506px;
  margin: 0 auto; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .combinationTitle {
      width: 309px;
      margin-left: 20px; } }

.combinationText {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 17px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .combinationText {
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 2;
      margin-top: 10px;
      margin-left: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .combinationText {
      text-align: center; } }

.combinationContent {
  margin: 0 auto; }
  .combinationContent + .combinationContent {
    margin-top: 80px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .combinationContent + .combinationContent {
        margin-top: 64px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .combinationContent {
      width: 1040px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .combinationTarget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px;
    gap: 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .combinationTarget {
    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;
    gap: 40px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .combinationNote {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-left: 20px;
    margin-top: 30px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .combinationNote {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
    margin-top: 33px; } }

.combinationTarget_item {
  width: 280px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .combinationTarget_item {
      width: 150px; } }

.combinationTable {
  margin-top: 40px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .combinationTable {
      margin-top: 20px; } }

.combinationTable_inner {
  width: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .combinationTable_inner {
      width: calc(100% - 40px);
      margin: 0 auto; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .combinationTable_inner {
      border: 1px solid #A8A8A8; } }

.combinationTable_head {
  background-color: var(--color-red); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .combinationTable_head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #fff;
      text-align: center;
      font-size: 11px;
      letter-spacing: 0.14em;
      font-weight: 600;
      height: 24px;
      border-bottom: 1px solid #fff; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .combinationTable_head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #fff;
      text-align: center;
      font-size: 20px;
      letter-spacing: 0.14em;
      font-weight: 600;
      height: 47px; } }

.combinationTable_headItem {
  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; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .combinationTable_headItem {
      height: 100%; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .combinationTable_headItem {
      height: 100%; } }

.combinationTable_headItem + .combinationTable_headItem {
  border-left: 1px solid #fff; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .combinationTable_body_row {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #A8A8A8; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .combinationTable_body_row {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .combinationTable_body_row[data-index="1-1"],
  .combinationTable_body_row[data-index="1-2"],
  .combinationTable_body_row[data-index="1-3"],
  .combinationTable_body_row[data-index="1-4"] {
    height: 120px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .combinationTable_body_row[data-index="2-1"],
  .combinationTable_body_row[data-index="2-2"] {
    height: 145px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .combinationTable_body_row + .combinationTable_body_row {
    border-top: 1px solid #A8A8A8; } }

.combinationTable_headFirst,
.combinationTable_headSecond,
.combinationTable_bodyFirst,
.combinationTable_bodySecond {
  width: 300px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .combinationTable_headFirst,
    .combinationTable_headSecond,
    .combinationTable_bodyFirst,
    .combinationTable_bodySecond {
      width: calc(96 / 335 * 100%); } }

.combinationTable_bodyFirst,
.combinationTable_bodySecond {
  width: 300px;
  height: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .combinationTable_bodyFirst,
    .combinationTable_bodySecond {
      width: calc(96 / 335 * 100%);
      height: 100%;
      border-right: 1px solid #A8A8A8; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .combinationTable_bodySecond {
    border-right: 1px solid #A8A8A8; } }

.combinationTable_headCoupon,
.combinationTable_bodyCoupon {
  width: 440px;
  height: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .combinationTable_headCoupon,
    .combinationTable_bodyCoupon {
      width: calc(143 / 335 * 100%);
      height: 100%; } }

.combinationTable_bodyFirst {
  color: #000;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 10px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .combinationTable_bodyFirst {
      text-align: center;
      font-size: 11px;
      letter-spacing: 0.1em;
      text-align: center;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      padding-top: 10px;
      line-height: 1.333; } }

.combinationTable_body_row[data-index="1-1"] .combinationTable_bodyFirst {
  background-image: url(../../images/campaign/202601/table_1_1-pc.jpg); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .combinationTable_body_row[data-index="1-1"] .combinationTable_bodyFirst {
      background-image: url(../../images/campaign/202601/table_1_1-sp.jpg); } }

.combinationTable_body_row[data-index="1-2"] .combinationTable_bodyFirst {
  background-image: url(../../images/campaign/202601/table_1_2-pc.jpg); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .combinationTable_body_row[data-index="1-2"] .combinationTable_bodyFirst {
      background-image: url(../../images/campaign/202601/table_1_2-sp.jpg); } }

.combinationTable_body_row[data-index="1-3"] .combinationTable_bodyFirst {
  background-image: url(../../images/campaign/202601/table_1_3-pc.jpg); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .combinationTable_body_row[data-index="1-3"] .combinationTable_bodyFirst {
      background-image: url(../../images/campaign/202601/table_1_3-sp.jpg); } }

.combinationTable_body_row[data-index="1-4"] .combinationTable_bodyFirst {
  background-image: url(../../images/campaign/202601/table_1_4-pc.jpg); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .combinationTable_body_row[data-index="1-4"] .combinationTable_bodyFirst {
      background-image: url(../../images/campaign/202601/table_1_4-sp.jpg); } }

.combinationTable_body_row[data-index="2-1"] .combinationTable_bodyFirst {
  background-image: url(../../images/campaign/202601/table_2_1-pc.jpg); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .combinationTable_body_row[data-index="2-1"] .combinationTable_bodyFirst {
      background-image: url(../../images/campaign/202601/table_2_1-sp.jpg); } }

.combinationTable_body_row[data-index="2-2"] .combinationTable_bodyFirst {
  background-image: url(../../images/campaign/202601/table_2_2-pc.jpg); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .combinationTable_body_row[data-index="2-2"] .combinationTable_bodyFirst {
      background-image: url(../../images/campaign/202601/table_2_2-sp.jpg); } }

.combinationTable_bodySecond_item {
  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;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 600; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .combinationTable_bodySecond_item {
      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;
      font-size: 11px;
      letter-spacing: 0.1em;
      text-align: center;
      font-weight: 600; } }

.combinationTable_bodySecond_item:nth-child(even) {
  background-color: #F2F2F2; }

.combinationTable_bodySecond[data-length="2"] .combinationTable_bodySecond_item {
  height: 50%; }

.combinationTable_bodySecond[data-length="4"] .combinationTable_bodySecond_item {
  height: 25%; }

.combinationTable_bodyCoupon[data-length="1"] .combinationTable_bodyCoupon_item {
  height: 100%; }

.combinationTable_bodyCoupon[data-length="2"] .combinationTable_bodyCoupon_item {
  height: 50%; }

.combinationTable_bodyCoupon_item {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }

.combinationTable_bodyCoupon_itemInner {
  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; }
  .combinationTable_bodyCoupon_itemInner .price {
    font-size: 40px;
    letter-spacing: 0;
    font-weight: 600; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .combinationTable_bodyCoupon_itemInner .price {
        font-size: 20px;
        letter-spacing: 0;
        font-weight: 600; } }
  .combinationTable_bodyCoupon_itemInner .unit {
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 600;
    margin: 12px 9px 0; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .combinationTable_bodyCoupon_itemInner .unit {
        font-size: 12px;
        letter-spacing: 0;
        font-weight: 600;
        margin: 4px 5px 0 2px; } }
  .combinationTable_bodyCoupon_itemInner .free {
    font-size: 30px;
    letter-spacing: 0.1em;
    font-weight: 600; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .combinationTable_bodyCoupon_itemInner .free {
        font-size: 20px;
        letter-spacing: 0.1em;
        font-weight: 600; } }

.combinationTable_bodyCoupon_itemText {
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .combinationTable_bodyCoupon_itemText {
      font-size: 10px;
      letter-spacing: 0.1em;
      text-align: center;
      color: #000;
      line-height: 1.5; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .combinationTable_bodyCoupon_itemText {
      margin-bottom: 12px; } }

.combinationTable_bodyCoupon_item + .combinationTable_bodyCoupon_item {
  border-top: 1px solid #A8A8A8; }

.combinationTable_text {
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: 0.1em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .combinationTable_text {
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 1.6;
      margin-top: 17px;
      padding: 0 20px; } }

.combinationTable_body_row[data-index="1-1"] .combinationTable_bodyCoupon {
  position: relative; }

.combinationTable_body_row[data-index="1-1"] .combinationTable_bodyCoupon_item {
  position: absolute;
  width: 100%;
  height: 499px;
  background: #fff;
  top: 0;
  left: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .combinationTable_body_row[data-index="1-1"] .combinationTable_bodyCoupon_item {
      position: absolute;
      width: 100%;
      height: 299px;
      background: #fff;
      top: 0;
      left: 0; } }

/*=============================================

  シーン

==============================================*/
@media all and (min-width: 1020px), print {
  .scene {
    margin-top: 84px; }
  .sceneSubtitle {
    font-size: 14px;
    letter-spacing: 0.14em;
    font-weight: 500;
    text-align: center; }
  .sceneTitle {
    font-size: 28px;
    letter-spacing: 0.14em;
    font-weight: 500;
    text-align: center;
    margin-top: 34px; }
  .sceneContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px; }
  .sceneContent_item {
    width: 33.333333%; }
  .sceneContent_inner {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    width: calc(100% - 52px);
    margin: -42px auto 0;
    max-width: 372px;
    padding: 60px 40px 40px;
    -webkit-filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.05)); }
  .sceneContent_index {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background-color: var(--color-red);
    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;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    color: #fff;
    position: absolute;
    top: -39px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .sceneContent_index_text {
    font-size: 13px;
    letter-spacing: 0.04em;
    font-weight: 500;
    line-height: 1; }
  .sceneContent_index_label {
    font-size: 30px;
    letter-spacing: 0.04em;
    font-weight: 500;
    margin-top: 0px;
    line-height: 1; }
  .sceneContent_title {
    font-size: 20px;
    letter-spacing: 0.14em;
    font-weight: 500;
    text-align: center; }
  .sceneContent_text {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-top: 24px;
    text-align: center; }
  .sceneInfo {
    font-size: 12px;
    letter-spacing: 0.06em;
    text-align: center;
    margin-top: 32px; } }

@media all and (max-width: 1019px) {
  .scene {
    margin-top: 64px; }
  .sceneSubtitle {
    font-size: 10px;
    letter-spacing: 0.14em;
    font-weight: 500;
    text-align: center; }
  .sceneTitle {
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 0.14em;
    font-weight: 500;
    line-height: 1.6;
    text-align: center; }
  .sceneContent {
    margin-top: 40px; }
  .sceneContent_item + .sceneContent_item {
    margin-top: 40px; }
  .sceneContent_inner {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    width: calc(100% - 52px);
    margin: -20px auto 0;
    max-width: 372px;
    padding: 60px 22px 20px;
    -webkit-filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.08)); }
  .sceneContent_index {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background-color: var(--color-red);
    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;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    color: #fff;
    position: absolute;
    top: -39px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .sceneContent_index_text {
    font-size: 13px;
    letter-spacing: 0.04em;
    font-weight: 500;
    line-height: 1; }
  .sceneContent_index_label {
    font-size: 30px;
    letter-spacing: 0.04em;
    font-weight: 500;
    margin-top: 0px;
    line-height: 1; }
  .sceneContent_title {
    font-size: 20px;
    letter-spacing: 0.14em;
    font-weight: 500;
    text-align: center; }
  .sceneContent_text {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-top: 17px;
    text-align: center; }
  .sceneInfo {
    font-size: 10px;
    letter-spacing: 0.06em;
    text-align: center;
    margin-top: 40px; } }

/*=============================================

  CAUTIONS(注意事項)

==============================================*/
.cautions {
  margin-top: 120px;
  background-color: #F5F5F5;
  padding: 120px 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .cautions {
      margin-top: 64px;
      background-color: #F5F5F5;
      padding: 64px 0; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .cautionsInner {
    padding: 0 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .cautionsInner {
    width: calc(100% - 80px);
    margin: 0 auto;
    max-width: 960px; } }

.cautionsContent {
  margin-top: 36px; }

.cautionsContent_text {
  position: relative;
  padding-left: calc(1rem + 4px);
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 1.5;
  font-weight: 500; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .cautionsContent_text {
      position: relative;
      padding-left: calc(1rem + 3px);
      font-size: 12px;
      letter-spacing: 0.14em;
      line-height: 1.75;
      font-weight: 500; } }

.cautionsContent_text a {
  color: var(--color-blue); }

.cautionsContent_text:before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem; }

.cautionsContent_text + .cautionsContent_text {
  margin-top: 15px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .cautionsContent_text + .cautionsContent_text {
      margin-top: 10px; } }

/*
  ボタン
------------------------------------*/
.c-button {
  margin-left: auto;
  margin-right: auto; }

.c-button_link {
  position: relative;
  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;
  width: 280px;
  max-width: 100%;
  height: 64px;
  border: solid 1px #000;
  border-radius: 40px;
  margin: 0 auto;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: background .35s ease;
  -o-transition: background .35s ease;
  transition: background .35s ease; }

.c-button_link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background-color: #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  opacity: 0;
  -webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
  transition: opacity .35s ease, -webkit-transform .35s ease;
  -o-transition: opacity .35s ease, transform .35s ease;
  transition: opacity .35s ease, transform .35s ease;
  transition: opacity .35s ease, transform .35s ease, -webkit-transform .35s ease; }

@media (hover: hover) {
  .c-button_link:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1; } }

.c-button-blue .c-button_link_label {
  color: #000; }

.c-button-blue .c-button_link:after {
  background-color: #000; }

.c-button-blue .c-button_link_svg {
  fill: #000; }

@media (hover: hover) {
  .c-button-blue .c-button_link:hover {
    color: var(--color-blue); }
    .c-button-blue .c-button_link:hover .c-button_link_label {
      color: #fff; }
    .c-button-blue .c-button_link:hover .c-button_link_svg {
      fill: #fff; } }

.c-button-2-lineLink {
  width: 560px;
  height: 100px;
  border-radius: 50px;
  position: relative;
  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;
  border: solid 1px var(--color-blue);
  border-radius: 50px;
  margin: 0 auto;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: background .35s ease;
  -o-transition: background .35s ease;
  transition: background .35s ease; }

.c-button-2-lineLink:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background-color: #000;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  opacity: 0;
  -webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
  transition: opacity .35s ease, -webkit-transform .35s ease;
  -o-transition: opacity .35s ease, transform .35s ease;
  transition: opacity .35s ease, transform .35s ease;
  transition: opacity .35s ease, transform .35s ease, -webkit-transform .35s ease; }

.c-button-2-lineLabel {
  color: var(--color-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 2; }

.c-button-2-line_svg {
  width: 25px;
  height: 25px;
  right: 30px;
  fill: var(--color-blue);
  position: absolute;
  z-index: 2; }

@media (hover: hover) {
  .c-button-2-lineLink:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1; }
  .c-button-2-lineLink:hover .c-button-2-lineLabel {
    color: #fff; }
  .c-button-2-lineLink:hover .c-button-2-line_svg {
    fill: #fff; } }

@media all and (max-width: 1019px) {
  .c-button-2-lineLink {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px; }
  .c-button-2-lineLabel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 8px; }
  .c-button-2-line_svg {
    width: 25px;
    height: 25px;
    right: auto;
    bottom: 30px; } }

.c-button-2-line-large {
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1; }

@media all and (max-width: 1019px) {
  .c-button-2-line-large {
    line-height: 1.25;
    letter-spacing: 0.14em; } }

.c-button-2-line-small {
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.5; }

/*
  タイトル
------------------------------------*/
.c-section_title-main {
  font-weight: 500;
  letter-spacing: .14em;
  line-height: 1.6;
  white-space: nowrap; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-section_title-main {
    font-size: 25px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-section_title-main {
    font-size: 28px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-section_title-horizontal .c-section_title-main {
    margin-top: 8px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-section_title-horizontal .c-section_title-main {
    margin-top: 10px; } }

.c-section_title-sub {
  position: relative;
  font-family: "Marcellus", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: .14em;
  line-height: 1.68;
  color: #42ABB2; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-section_title-sub {
    font-size: 14px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-section_title-sub {
    font-size: 16px; } }

.c-section_title-sub:before {
  content: "";
  position: absolute;
  background-color: #42ABB2; }

.c-section_title-horizontal .c-section_title-sub {
  padding-left: 34px; }

.c-section_title-horizontal .c-section_title-sub:before {
  content: "";
  width: 24px;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/*
  アコーディオン
------------------------------------*/
.c-accordionButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 12px;
  width: calc(100% - 40px);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  padding-bottom: 12px;
  margin: 88px auto 0;
  cursor: pointer; }

@media all and (max-width: 1019px) {
  .c-accordionButton {
    padding-bottom: 8px;
    margin-top: 60px; } }

.c-accordionButton::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  position: absolute;
  bottom: 0;
  left: 0; }

@media (hover: hover) {
  .c-accordionButton:hover::after {
    width: 0; } }

.c-accordionButton_text {
  font-size: 20px;
  letter-spacing: 0.14em;
  line-height: 1;
  font-weight: 600;
  color: var(--color-blue);
  line-height: 1.5; }

@media all and (max-width: 1019px) {
  .c-accordionButton_text {
    font-size: 12px;
    line-height: 2; } }

.c-accordionButton_text-close {
  display: none; }

.c-accordionButton_icon {
  width: 15px;
  height: 15px;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-bottom: 8px; }

@media all and (max-width: 1019px) {
  .c-accordionButton_icon {
    width: 8px;
    height: 8px; } }

@media (hover: hover) {
  .c-accordionButton:hover .c-accordionButton_icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); } }

.c-accordionButton.is-open .c-accordionButton_text-open {
  display: none; }

.c-accordionButton.is-open .c-accordionButton_text-close {
  display: block; }

.c-accordionButton.is-open .c-accordionButton_icon {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

.c-accordionButton_icon::before,
.c-accordionButton_icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  inset: 0;
  margin: auto; }

.c-accordionButton_icon::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.c-accordionContent {
  width: calc(100% - 80px);
  max-width: 880px;
  margin: 64px auto 0;
  display: none; }

@media all and (max-width: 1019px) {
  .c-accordionContent {
    width: calc(100% - 30px);
    margin: 30px auto 0; } }

/* .c-bannerLink */
.c-bannerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 18px;
  overflow: hidden; }

@media all and (max-width: 1019px) {
  .c-bannerLink {
    display: block; } }

.c-bannerLeft {
  background-color: #F5F5F5;
  padding: 40px 36px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

@media all and (max-width: 1019px) {
  .c-bannerLeft {
    padding: 25px 20px; } }

.c-bannerTitle {
  font-size: 20px;
  letter-spacing: 0.14em;
  font-weight: 600;
  line-height: 1.5; }

@media all and (max-width: 1019px) {
  .c-bannerTitle {
    font-size: 18px;
    line-height: 1.6; } }

.c-bannerContent {
  margin-top: 20px; }

.c-bannerNote {
  font-size: 12px;
  letter-spacing: 0.14em;
  line-height: 1.33;
  font-weight: 500;
  padding-left: calc(1rem + 3px);
  position: relative; }

.c-bannerNote_link {
  text-decoration: underline;
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  -o-transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-bannerNote_link:hover {
      text-decoration: none; } }

@media all and (max-width: 1019px) {
  .c-bannerNote {
    font-size: 10px;
    line-height: 1.6; } }

.c-bannerNote:before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem; }

.c-bannerNote + .c-bannerNote {
  margin-top: 8px; }

.c-bannerRight {
  background-color: #000;
  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;
  -webkit-transition: background .35s ease, -webkit-transform .35s ease;
  transition: background .35s ease, -webkit-transform .35s ease;
  -o-transition: background .35s ease, transform .35s ease;
  transition: background .35s ease, transform .35s ease;
  transition: background .35s ease, transform .35s ease, -webkit-transform .35s ease;
  width: 192px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  overflow: hidden; }

.c-bannerRight::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  opacity: 0;
  -webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
  transition: opacity .35s ease, -webkit-transform .35s ease;
  -o-transition: opacity .35s ease, transform .35s ease;
  transition: opacity .35s ease, transform .35s ease;
  transition: opacity .35s ease, transform .35s ease, -webkit-transform .35s ease; }

@media all and (max-width: 1019px) {
  .c-bannerRight {
    width: 100%;
    height: 60px; } }

.c-bannerLabel {
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  position: relative;
  z-index: 1; }

.c-bannerArrow {
  width: 12px;
  height: 12px;
  fill: #fff;
  margin-left: 12px;
  position: relative;
  z-index: 1; }

@media (hover: hover) {
  .c-bannerLink:hover .c-bannerLeft {
    color: #000; }
  .c-bannerLink:hover .c-bannerRight {
    background-color: #fff;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }
  .c-bannerLink:hover .c-bannerRight::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1; }
  .c-bannerLink:hover .c-bannerLabel {
    color: #000; }
  .c-bannerLink:hover .c-bannerArrow {
    fill: #000; } }

.c-bannerApp {
  background-color: #F5F5F5;
  border-radius: 18px;
  padding: 40px 36px; }

@media all and (max-width: 1019px) {
  .c-bannerApp {
    padding: 30px 20px; } }

.c-bannerApp_title {
  font-size: 20px;
  letter-spacing: 0.14em;
  font-weight: 600;
  line-height: 1.5;
  text-align: center; }

@media all and (max-width: 1019px) {
  .c-bannerApp_title {
    font-size: 18px;
    line-height: 1.6;
    text-align: left; } }

.c-bannerApp_list {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px; }

@media all and (max-width: 1019px) {
  .c-bannerApp_list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 0; } }

.c-bannerApp_item.ios {
  width: 165px; }

@media all and (max-width: 1019px) {
  .c-bannerApp_item.ios {
    width: 180px; } }

.c-bannerApp_item.android {
  width: 205px; }

@media all and (max-width: 1019px) {
  .c-bannerApp_item.android {
    width: 180px;
    margin-top: 16px; } }

.c-bannerApp_item.icon {
  width: 61px; }

@media all and (max-width: 1019px) {
  .c-bannerApp_item.icon {
    width: 100px;
    margin-top: 24px; } }

.c-banner + .c-bannerApp,
.c-bannerApp + .c-banner {
  margin-top: 8px; }

@media all and (max-width: 1019px) {
  .c-banner + .c-bannerApp,
  .c-bannerApp + .c-banner {
    margin-top: 15px; } }

.accordionBirthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.accordionBirthday_button {
  width: 200px;
  line-height: 45px;
  height: 45px; }
  .accordionBirthday_button .c-button_link {
    width: 200px;
    height: 45px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .accordionBirthday_button {
      width: 280px;
      line-height: 64px;
      height: 64px; }
      .accordionBirthday_button .c-button_link {
        width: 280px;
        height: 64px; } }

@media all and (max-width: 1019px) {
  .accordionBirthday_button {
    width: 100%; } }
