@charset "UTF-8";
/*================================================================
*FILE          :common.css
*DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                それぞれfoundationよりインポート。
*AUTHOR        :
*--------------------------------------------------------------
*(C)
=================================================================*/
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
  text-decoration: none; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

i {
  font-style: normal; }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style-type: none; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

hr {
  border: none; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

/* フォント定設
-----------------------------------------------------------------*/
@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を指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/* ▼ ページタイトル */
/* 共通スタイル定設
-----------------------------------------------------------------*/
html, body {
  font-size: 14px;
  line-height: 1; }
  html.scrollLock, body.scrollLock {
    overflow: hidden; }

body {
  width: 100%;
  margin: 0 auto; }

a {
  text-decoration: none;
  color: inherit; }

button,
input[type="button"] {
  cursor: pointer; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none; }

.ht {
  display: none; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .dn-portrait {
    display: none !important; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .dn-landscape {
    display: none !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .dn-tab-P {
    display: none !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .db-tab {
    display: block !important; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .db-tab {
    display: none !important; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .db-tab {
    display: none !important; } }

/* フォント定設
-----------------------------------------------------------------*/
@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を指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/* ▼ ページタイトル */
/*=============================================

	コンポーネント

==============================================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  overflow: visible; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    #header {
      -webkit-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.3); } }

.header_inner {
  position: relative;
  width: 100%;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: visible; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .header_inner:has(.header_buyButton_dropdown:hover) .header_buyButton_link {
      background-color: #560610;
      border-bottom: 2px solid #1C0101; }
      .header_inner:has(.header_buyButton_dropdown:hover) .header_buyButton_link::after {
        background-image: url("../images/svg/arrow-up.svg"); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .header_inner {
      -webkit-box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, 0.3);
      height: 48px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .header_inner {
      height: 64px; } }

.header_logo {
  margin-left: 40px;
  width: 164px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .header_logo {
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .header_logo:hover {
        opacity: .7; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .header_logo {
      margin-left: 20px;
      width: 130px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .header_logo {
      width: 164px; } }
  .header_logo a {
    display: block; }
  .header_logo img {
    width: 100%; }

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

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .header_nav {
    position: absolute;
    top: 48px;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: -1; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .header_nav {
    top: 64px; } }

.header_navList {
  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) {
    .header_navList {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); } }

.header_navList_item {
  position: relative;
  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; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .header_navList_item {
      width: calc(200 / 1280 * 100vw);
      height: 64px;
      border-bottom: 2px solid transparent;
      -webkit-transition: background-color 0.3s ease, border-bottom 0.3s ease;
      -o-transition: background-color 0.3s ease, border-bottom 0.3s ease;
      transition: background-color 0.3s ease, border-bottom 0.3s ease; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .header_navList_item {
      height: 52px;
      border-bottom: 2px solid #EEEEEE; } }
  .header_navList_item a {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: relative; }
    @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
      .header_navList_item a {
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: initial;
        gap: 10px; } }
  [data-current-product="1"] .header_navList_item:first-child {
    background-color: #ABC83F;
    border-bottom: 2px solid #739D10; }
    [data-current-product="1"] .header_navList_item:first-child .header_navList_item_title,
    [data-current-product="1"] .header_navList_item:first-child .header_navList_item_year {
      color: #fff; }
  [data-current-product="2"] .header_navList_item:nth-child(2) {
    background-color: #81CE36;
    border-bottom: 2px solid #43A60D; }
    [data-current-product="2"] .header_navList_item:nth-child(2) .header_navList_item_title,
    [data-current-product="2"] .header_navList_item:nth-child(2) .header_navList_item_year {
      color: #fff; }
  [data-current-product="3"] .header_navList_item:last-child {
    background-color: #D56498;
    border-bottom: 2px solid #B2285B; }
    [data-current-product="3"] .header_navList_item:last-child .header_navList_item_title,
    [data-current-product="3"] .header_navList_item:last-child .header_navList_item_year {
      color: #fff; }
  .header_navList_item:hover {
    background-color: #ABC83F;
    border-bottom: 2px solid #739D10; }
    .header_navList_item:hover .header_navList_item_title,
    .header_navList_item:hover .header_navList_item_year {
      color: #fff; }
  .header_navList_item:nth-child(2):hover {
    background-color: #81CE36;
    border-bottom: 2px solid #43A60D; }
  .header_navList_item:last-child:hover {
    background-color: #D56498;
    border-bottom: 2px solid #B2285B; }

.header_navList_item_title {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .04em;
  color: #222; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .header_navList_item_title {
      font-size: 12px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .header_navList_item_title {
      font-size: 18px; } }

.header_navList_item_year {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  margin-top: 4px;
  font-weight: 400;
  letter-spacing: .08em;
  color: #222;
  position: relative;
  z-index: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .header_navList_item_year {
      font-size: 11px;
      margin-top: 6px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .header_navList_item_year {
      font-size: 14px;
      margin-top: 0; } }

.header_buyButton {
  position: relative; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .header_buyButton:hover ~ .header_buyButton_dropdown {
      opacity: 1;
      visibility: visible; }
    .header_buyButton:hover .header_buyButton_link {
      background-color: #560610;
      border-bottom: 2px solid #1C0101; }
      .header_buyButton:hover .header_buyButton_link::after {
        background-image: url("../images/svg/arrow-up.svg"); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .header_buyButton {
      padding-right: 20px;
      height: 48px;
      line-height: 48px; } }

.header_buyButton_dropdown {
  position: absolute;
  top: 64px;
  right: 0;
  width: calc(340 / 1280 * 100vw);
  background-color: #94243e;
  padding: 40px;
  z-index: 100; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .header_buyButton_dropdown {
      min-width: 420px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
      transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
      -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
      transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
      transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
      .header_buyButton_dropdown:hover {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .header_buyButton_dropdown {
      display: none;
      top: 48px;
      padding: 30px;
      width: calc(345 / 375 * 100vw);
      height: 100dvh; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .header_buyButton_dropdown {
      top: 64px;
      max-width: 345px; } }

.header_buyButton_link {
  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; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .header_buyButton_link {
      min-width: 220px;
      background-color: #94243E;
      border-bottom: 2px solid #560610;
      width: calc(220 / 1280 * 100vw);
      height: 64px;
      -webkit-transition: background-color 0.3s ease, border-bottom 0.3s ease;
      -o-transition: background-color 0.3s ease, border-bottom 0.3s ease;
      transition: background-color 0.3s ease, border-bottom 0.3s ease; }
      .header_buyButton_link::after {
        content: '';
        display: inline-block;
        width: 14px;
        height: 7px;
        margin-top: 4px;
        background-image: url("../images/svg/arrow-down.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .header_buyButton_link {
      gap: 10px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .header_buyButton_link {
      gap: 16px; } }

.header_buyButton_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .06em;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .header_buyButton_text {
      margin-right: 10px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .header_buyButton_text {
      font-weight: 500;
      color: #94243E;
      font-size: 12px;
      letter-spacing: .08em; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .header_buyButton_text {
      font-size: 18px; } }
  .header_buyButton_text.is-hidden {
    opacity: 0;
    visibility: hidden; }

.header_buyButton_icon {
  margin-top: 4px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .header_buyButton_icon {
      display: none; } }

.navLine {
  width: 32px;
  height: 11.5px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .navLine {
      width: 40px;
      height: 16px; } }
  .navLine span {
    width: 100%;
    height: 2px;
    background-color: #94243E;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 0; }
    .navLine span:nth-child(1) {
      top: 0; }
    .navLine span:nth-child(2) {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .navLine span:nth-child(3) {
      bottom: 0; }
  .navLine.is-open span:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg); }
  .navLine.is-open span:nth-child(2) {
    opacity: 0; }
  .navLine.is-open span:nth-child(3) {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
    -ms-transform: translateY(50%) rotate(-45deg);
    transform: translateY(50%) rotate(-45deg); }

.header_buyMenu_section {
  margin-bottom: 40px; }
  .header_buyMenu_section:last-child {
    margin-bottom: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .header_buyMenu_section {
      margin-bottom: 32px; } }

.header_buyMenu_section_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 8px;
  border-bottom: 1px solid #560610;
  margin-bottom: 16px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .header_buyMenu_section_header {
      padding-bottom: 10px;
      line-height: 1.2; } }

.header_buyMenu_section_title {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .04em;
  color: #fff;
  margin: 0; }

.header_buyMenu_section_year {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .08em;
  color: #fff;
  margin-left: 12px; }

.header_buyMenu_section_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .header_buyMenu_section_list {
      gap: 12px; } }

.header_buyMenu_section_list_item {
  cursor: pointer; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .header_buyMenu_section_list_item {
      -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
      transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
      -o-transition: opacity 0.3s ease, transform 0.3s ease;
      transition: opacity 0.3s ease, transform 0.3s ease;
      transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
      margin-right: 20px; }
      .header_buyMenu_section_list_item:hover {
        opacity: 0.8; }
        .header_buyMenu_section_list_item:hover .header_buyMenu_section_list_item_icon {
          -webkit-transform: translateX(20px);
          -ms-transform: translateX(20px);
          transform: translateX(20px); } }
  .header_buyMenu_section_list_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 26px;
    text-decoration: none;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .04em;
    color: #fff; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .header_buyMenu_section_list_item a {
        font-size: 16px; } }

.header_buyMenu_section_list_item_icon {
  position: relative; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .header_buyMenu_section_list_item_icon {
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      -o-transition: transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; } }
  .header_buyMenu_section_list_item_icon img {
    width: 100%;
    height: 100%;
    display: block; }

.l_footer {
  border-top: 1px solid #922a40;
  background-color: #fff;
  text-align: center;
  padding-top: 40.5px; }

.l_footer_logo {
  display: block;
  width: 196px;
  margin: 0 auto; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .l_footer_logo {
      cursor: pointer;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .l_footer_logo:hover {
        opacity: 0.7; } }
  .l_footer_logo img {
    width: 100%; }

.l_footer_nav {
  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;
  margin-top: 40.5px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .l_footer_nav {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 24px;
      padding: 0 50px; } }

.l_footer_nav_link {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .08em;
  display: block;
  -webkit-transition: border-bottom-color 0.3s ease;
  -o-transition: border-bottom-color 0.3s ease;
  transition: border-bottom-color 0.3s ease;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  padding-right: 5px;
  padding-left: 5px;
  border-right: 1px solid #666666; }
  .l_footer_nav_link:last-child {
    border-right: none; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .l_footer_nav_link:hover {
      border-bottom: 1px solid #666666; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .l_footer_nav_link {
      padding-right: 7px;
      padding-left: 7px; }
      .l_footer_nav_link:first-child, .l_footer_nav_link:nth-child(2) {
        border-right: none; }
      .l_footer_nav_link:nth-child(2) {
        margin: 12px 0 10px;
        line-height: 1.5; } }

.l_footer_copyright {
  background-color: #92283F;
  letter-spacing: .08em;
  height: 40px;
  line-height: 40px;
  margin-top: 40px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .l_footer_copyright {
      margin-top: 25px; } }

.l_footer_copyright_text {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .08em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .l_footer_copyright_text {
      font-size: 11px; } }

html {
  scroll-behavior: smooth; }

html, body {
  font-family: "Noto Sans JP", sans-serif; }

.fadeInTrigger {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  -o-transition: opacity .8s, transform .8s;
  transition: opacity .8s, transform .8s;
  transition: opacity .8s, transform .8s, -webkit-transform .8s; }
  .fadeInTrigger.is-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.mainContents {
  background-color: transparent;
  position: relative;
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .mainContents {
      padding-top: 64px; } }

body.is-product-switching .mainContents {
  opacity: 0;
  pointer-events: none; }

.parallaxBg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/png/product1/hero-background.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .parallaxBg {
      background-image: url("../images/png/product1/hero-background-sp.jpg"); } }
  .parallaxBg[data-product="2"],
  .chimaniWrap .parallaxBg {
    background-image: url("../images/png/product2/hero-background.jpg"); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .parallaxBg {
      background-image: url("../images/png/product2/hero-background-sp.jpg"); } }
  .parallaxBg[data-product="3"] {
    background-image: url("../images/png/product3/hero-background.jpg"); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .parallaxBg[data-product="3"] {
        background-image: url("../images/png/product3/hero-background-sp.jpg"); } }

.kv {
  position: relative;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(#fff, #fff);
  background-image: -o-linear-gradient(#fff, #fff), -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, calc(0px) calc(40px + 265px);
  background-size: 100% 40px, 100% calc(100% - (40px + 265px)); }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .kv {
      padding-top: 40px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .kv {
      padding-top: 120px;
      background-position: top left, calc(0px) calc(120px + 355px);
      background-size: 100% 120px, 100% calc(100% - (120px + 355px)); } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .kv {
      padding-top: 137px;
      background-position: top left, calc(0px) calc(137px + 355px);
      background-size: 100% 137px, 100% calc(100% - (137px + 355px)); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .kv[data-product="2"] {
      background-position: top left, calc(0px) calc(40px + 298px);
      background-size: 100% 40px, 100% calc(100% - (40px + 298px)); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .kv[data-product="3"] {
      background-position: top left, calc(0px) calc(40px + 230px);
      background-size: 100% 40px, 100% calc(100% - (40px + 230px)); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .chimaniWrap .kv,
    .denshiWrap .kv {
      background-position: top left, calc(0px) calc(40px + 200px);
      background-size: 100% 40px, 100% calc(100% - (40px + 200px)); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .chimaniWrap .kv,
    .denshiWrap .kv {
      background-position: top left, calc(0px) calc(120px + 290px);
      background-size: 100% 120px, 100% calc(100% - (120px + 290px)); } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .chimaniWrap .kv,
    .denshiWrap .kv {
      background-position: top left, calc(0px) calc(145px + 375px);
      background-size: 100% 145px, 100% calc(100% - (145px + 375px)); } }

.kv_inner {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background-color: transparent; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .kv_inner {
      height: 265px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .kv_inner {
      top: 120px;
      height: 355px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .kv_inner {
      top: 137px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    [data-product="2"] .kv_inner {
      height: 298px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-product="2"] .kv_inner {
      height: 355px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    [data-product="3"] .kv_inner {
      height: 230px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-product="3"] .kv_inner {
      height: 355px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .denshiWrap .kv_inner,
    .chimaniWrap .kv_inner {
      height: 200px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .denshiWrap .kv_inner,
    .chimaniWrap .kv_inner {
      height: 290px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .denshiWrap .kv_inner,
    .chimaniWrap .kv_inner {
      height: 375px; } }

.kv_image {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 20px;
  z-index: 1; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .kv_image {
      width: 1160px;
      max-width: 1400px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .kv_image {
      top: 25px; }
      [data-product="2"] .kv_image {
        top: 35px; }
      [data-product="3"] .kv_image {
        top: 35px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .chimaniWrap .kv_image .db-tab,
    .denshiWrap .kv_image .db-tab {
      display: block !important; }
    .chimaniWrap .kv_image .dn-portrait,
    .denshiWrap .kv_image .dn-portrait {
      display: none; }
    .chimaniWrap .kv_image .dn-landscape,
    .denshiWrap .kv_image .dn-landscape {
      display: none; } }
  .kv_image img {
    width: 100%; }

.kvCredit {
  background-color: #fff;
  text-align: center;
  padding: 55px 0 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .kvCredit {
      padding: 55px 0 35px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .kvCredit {
      padding: 80px 0 50px; } }
  .kvCredit b {
    font-weight: 500; }

.kvCredit_inner {
  border-top: 1px dashed #EEEEEE;
  border-bottom: 1px dashed #EEEEEE;
  padding: 12px 0;
  margin: 0 20px; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .kvCredit_inner {
      margin: 0 auto;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding-left: 8px;
      padding-right: 8px;
      text-align: left; } }

.kvCredit_list {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .04em;
  color: #222;
  line-height: 1.6; }
  .kvCredit_list + .kvCredit_list {
    border-top: none; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .kvCredit_list + .kvCredit_list {
        margin-top: 13px; } }
    @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
      .kvCredit_list + .kvCredit_list {
        margin-top: 5px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .kvCredit_list span {
      font-weight: 500; }
    .kvCredit_list.mt0 {
      margin-top: 0; }
    .kvCredit_list.dn-tab-P {
      display: none !important; }
    .kvCredit_list.db-tab {
      display: block !important; } }

.overview {
  background: #fff;
  padding: 70px 0 60px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .overview {
      padding: 0 0 30px; } }

.overview_inner {
  background-color: #ABC83F;
  padding: 48px 80px;
  position: relative; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .overview_inner {
      border-radius: 8px;
      width: 1160px;
      margin: 0 auto; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .overview_inner {
      padding: 40px 20px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .overview_inner {
      padding: 60px 40px; } }
  [data-product="2"] .overview_inner {
    background-color: #81CE36; }
  [data-product="3"] .overview_inner {
    background-color: #D56498; }

.overview_decoration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .overview_decoration {
      width: 1000px;
      margin: 0 auto 40px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .overview_decoration .db-tab {
      display: block !important; }
    .overview_decoration .dn-portrait {
      display: none; }
    .overview_decoration .dn-landscape {
      display: none; } }
  .overview_decoration img {
    width: 100%;
    height: auto;
    display: block; }

.overview_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .overview_content {
      gap: 26px;
      margin-top: 32px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    [data-product="2"] .overview_content {
      gap: 40px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-product="2"] .overview_content {
      gap: 31px; } }
  [data-product="3"] .overview_content {
    gap: 17px; }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      [data-product="3"] .overview_content {
        width: 945px;
        margin: 0 auto; } }

[data-product="2"] .overview_content_item_text {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .04em;
  color: #fff;
  line-height: 1.6; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-product="2"] .overview_content_item_text {
      font-size: 18px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    [data-product="2"] .overview_content_item_text {
      font-size: 24px; } }

.overview_content_btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  width: 340px;
  height: 64px;
  background-color: #fff;
  border-radius: 5px;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 0 #43A60D;
  box-shadow: 0 4px 0 #43A60D;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .overview_content_btn:hover {
      background-color: #43A60D;
      -webkit-box-shadow: 0 4px 0 #228602;
      box-shadow: 0 4px 0 #228602; }
      .overview_content_btn:hover .overview_content_btnLinkText,
      .overview_content_btn:hover .overview_content_btnLink {
        color: #fff; }
      .overview_content_btn:hover .overview_content_btnLinkIcon {
        display: none; }
      .overview_content_btn:hover .overview_content_btnLinkIcon_hover {
        display: block; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .overview_content_btn {
      margin: 0 auto;
      width: 100%; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .overview_content_btn {
      width: 360px; } }

.overview_content_btnLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.overview_content_btnLinkIcon_hover {
  display: none; }

.overview_content_btnLinkIcon,
.overview_content_btnLinkIcon_hover {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.overview_content_btnLinkText {
  color: #43A60D; }

.overview_content_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .overview_content_item {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .overview_content_item {
      text-align: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .overview_content_item {
      -webkit-box-orient: initial;
      -webkit-box-direction: initial;
      -ms-flex-direction: initial;
      flex-direction: initial;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      gap: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    [data-product="3"] .overview_content_item {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-product="3"] .overview_content_item {
      -webkit-box-orient: initial;
      -webkit-box-direction: initial;
      -ms-flex-direction: initial;
      flex-direction: initial;
      gap: 20px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .overview_content_item_icon img {
    width: 24px;
    height: 24px; } }

.overview_content_item_badge {
  width: 120px;
  height: 36px;
  background-color: #fff;
  border-radius: 18px;
  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;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .04em;
  color: #739d10;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .overview_content_item_badge {
      font-size: 16px;
      margin: 0 auto;
      width: 100px;
      height: 28px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .overview_content_item_badge {
      font-size: 24px;
      margin: initial;
      width: 140px;
      height: 40px;
      line-height: 40px; } }
  [data-product="2"] .overview_content_item_badge {
    background-color: #43A60D; }
  [data-product="3"] .overview_content_item_badge {
    background-color: #B2285B; }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .overview_content_item_text {
    text-align: left; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  [data-product="3"] .overview_content_item_text {
    text-align: left; } }

.overview_content_item_title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .04em;
  color: #fff;
  margin: 0 0 12px 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .overview_content_item_title {
      font-size: 20px;
      margin-bottom: 10px;
      line-height: 1.4; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .overview_content_item_title {
      font-size: 24px;
      line-height: 1.5; }
      .overview_content_item_title .dn-landscape {
        display: none; }
      .overview_content_item_title .db-tab {
        display: block; } }
  [data-product="3"] .overview_content_item_title {
    margin-bottom: 0; }
    @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
      [data-product="3"] .overview_content_item_title {
        margin-top: -9px; }
        [data-product="3"] .overview_content_item_title br.dn-tab-P {
          display: none; } }

.overview_content_item_description {
  font-size: 14px;
  letter-spacing: .04em;
  color: #fff;
  line-height: 1.7;
  white-space: pre-line; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .overview_content_item_description {
      font-weight: 500; }
      [data-product="1"] .overview_content_item_description {
        font-weight: 400; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .overview_content_item_description {
      font-size: 12px;
      letter-spacing: .08em;
      line-height: 1.6; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .overview_content_item_description {
      font-size: 18px;
      line-height: 1.8;
      letter-spacing: .08em;
      line-height: 1.5; } }

.features[data-product="3"] {
  margin-top: 0; }

.c-section_header {
  background-color: transparent;
  text-align: center;
  padding: 80px 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-section_header {
      padding: 40px 0; } }
  .uservoice .c-section_header {
    padding: 80px 0 205px 0; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .uservoice .c-section_header {
        padding: 40px 0 30% 0; } }
    @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
      .uservoice .c-section_header {
        padding: 50px 0 30% 0; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .c-section_header {
      padding: 50px 0; } }

.c-section_headerInner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto; }

.c-section_header_title {
  font-family: "EB Garamond", serif;
  font-size: 80px;
  font-weight: 400;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-section_header_title {
      font-size: 48px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .c-section_header_title {
      font-size: 64px; } }

.c-section_header_subtitle {
  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;
  margin-top: -24px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-section_header_subtitle {
      margin-top: -20px; } }

.c-section_header_subtitle_text {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .08em;
  color: #222; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-section_header_subtitle_text {
      font-size: 24px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .c-section_header_subtitle_text {
      font-size: 32px; } }

.c-section_header_subtitle_decoration {
  margin-top: 8px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-section_header_subtitle_decoration {
      width: 400px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-section_header_subtitle_decoration {
      margin-top: 12px;
      width: 294px; } }

.features_content {
  background-color: #fff;
  padding-top: 60px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .features_content {
      padding-top: 40px; } }

.features_content_frame {
  background-color: #f2f6e0;
  padding: 48px 80px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .features_content_frame {
      width: 1160px;
      margin: 0 auto;
      border-radius: 8px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .features_content_frame {
      padding: 40px 0; } }
  [data-product="2"] .features_content_frame {
    background-color: #EBF7DE; }
  [data-product="3"] .features_content_frame {
    background-color: #FAECF3; }

.features_content_points {
  display: -ms-grid;
  display: grid;
  gap: 40px 46px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .features_content_points {
      -ms-grid-columns: (476px)[2];
      grid-template-columns: repeat(2, 476px); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .features_content_points {
      gap: 26px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .features_content_points {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      margin: 0 20px; } }

.features_content_points_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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) {
    [data-product="2"] .features_content_points_item:nth-child(4) {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .features_content_points_item.dn-landscape {
      display: none !important; }
    .features_content_points_item.dn-portrait {
      display: block !important; }
    [data-product="2"] .features_content_points_item:nth-child(4) {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.features_content_points_item_header {
  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;
  margin-bottom: 16px;
  z-index: 1; }
  .features_content_points_item_header:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #abc83f;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1; }
    [data-product="2"] .features_content_points_item_header:after {
      background-color: #81CE36; }
    [data-product="3"] .features_content_points_item_header:after {
      background-color: #D56498; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .features_content_points_item_header {
      margin-bottom: 20px; } }
  .features_content_points_item_header + .features_content_points_item_header {
    margin-top: 32px; }

.features_content_points_itemInner + .features_content_points_itemInner {
  margin-top: 32px; }

.features_content_points_item_badge {
  width: 120px;
  height: 40px;
  background-color: #fff;
  border: 2px solid #abc83f;
  border-radius: 20px;
  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;
  font-family: "EB Garamond", serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .08em;
  color: #abc83f;
  line-height: 0.97; }
  [data-product="2"] .features_content_points_item_badge {
    border-color: #81CE36;
    color: #81CE36; }
  [data-product="3"] .features_content_points_item_badge {
    border-color: #D56498;
    color: #D56498; }
  .features_content_points_item_badge > :last-child {
    font-size: 18px;
    margin-left: 2px;
    margin-top: -1px; }

.features_content_points_item_image {
  -webkit-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.3); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .features_content_points_item_image {
      margin: 0 20px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .features_content_points_item_image {
      margin: 0; } }
  .features_content_points_item_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block; }

.features_content_points_item_badge_overlay {
  position: absolute;
  width: 190px;
  background-color: #abc83f;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .04em;
  color: #fff;
  line-height: 1.5;
  text-align: center; }
  .features_content_points_item_badge_overlay.is-left {
    top: 73px;
    left: -20px; }
  .features_content_points_item_badge_overlay.is-right {
    top: 0;
    right: -20px; }
  .features_content_points_item_badge_overlay::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 16px solid #abc83f; }

.features_content_points_item_title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .06em;
  color: #000;
  margin-top: 20px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .features_content_points_item_title {
      margin-top: 20px;
      font-size: 18px;
      line-height: 1.6; } }

.features_content_points_item_subtitle {
  text-align: center;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .08em;
  margin-top: 12px;
  line-height: 1.6; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .features_content_points_item_subtitle {
      font-size: 12px;
      margin-top: 11px;
      line-height: 1.6; } }

.features_testimonials {
  background-color: #fff;
  padding: 80px 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .features_testimonials {
      padding: 40px 0; } }

.features_testimonials_header {
  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;
  margin-bottom: 40px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .features_testimonials_header {
      margin-bottom: 30px; } }

.features_testimonials_header_text {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .08em;
  color: #222; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .features_testimonials_header_text {
      font-size: 24px; } }

.features_testimonials_header_decoration {
  width: 400px;
  height: auto;
  margin-top: 12px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .features_testimonials_header_decoration {
      width: 294px;
      margin-top: 15px; } }

.features_testimonials_list {
  display: -ms-grid;
  display: grid;
  gap: 28px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .features_testimonials_list {
      -ms-grid-columns: (184px)[5];
      grid-template-columns: repeat(5, 184px);
      width: 1040px;
      margin: 30px auto 0; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .features_testimonials_list {
      gap: 20px;
      padding: 0 20px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .features_testimonials_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 20px; } }

.features_testimonials_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .features_testimonials_list_item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .features_testimonials_list_item {
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .features_testimonials_list_item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: calc((100% - 56px) / 3); }
      .features_testimonials_list_item:nth-child(n+4) {
        margin-top: 28px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .features_testimonials_list_item_image {
    margin-bottom: 8px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .features_testimonials_list_item_image {
    width: calc(147 / 375 * 100vw); } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .features_testimonials_list_item_image {
    width: 100%; } }

.features_testimonials_list_item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.features_testimonials_list_item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  height: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .features_testimonials_list_item_info {
      width: calc(184 / 375 * 100vw); } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .features_testimonials_list_item_info {
      width: 100%; } }

.features_testimonials_list_item_comment {
  background-color: #abc83f;
  border-radius: 4px;
  padding: 16px;
  font-size: 14px;
  letter-spacing: .06em;
  color: #fff;
  line-height: 1.5;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  [data-product="2"] .features_testimonials_list_item_comment {
    background-color: #81CE36; }
  [data-product="3"] .features_testimonials_list_item_comment {
    background-color: #D56498; }

.features_testimonials_list_item_profile {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .04em;
  color: #000; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .uservoice {
    margin-top: 52px; } }

.uservoice_intro_text {
  font-size: 18px;
  font-weight: 400;
  color: #222;
  letter-spacing: .06em;
  line-height: 1.8;
  margin-top: 24px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .uservoice_intro_text {
      font-size: 12px;
      letter-spacing: .08em; } }

.uservoice_content {
  background-color: #fff; }

.uservoice_contentInner {
  position: relative;
  top: -120px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .uservoice_contentInner {
      width: 1040px;
      margin: 0 auto; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .uservoice_contentInner {
      top: -12vh; } }

.uservoice_content_grid {
  display: -ms-grid;
  display: grid; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .uservoice_content_grid {
      -ms-grid-columns: (240px)[4];
      grid-template-columns: repeat(4, 240px);
      gap: 40px 27px; }
      [data-product="2"] .uservoice_content_grid {
        -ms-grid-columns: initial;
        grid-template-columns: initial;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 58px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .uservoice_content_grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 21px 15px;
      padding: 0 20px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .uservoice_content_grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 15px; } }

.uservoice_content_grid_item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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) {
    .uservoice_content_grid_item {
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      .uservoice_content_grid_item:hover .uservoice_content_grid_item_image:before {
        background-color: rgba(0, 0, 0, 0.5); }
      .uservoice_content_grid_item:hover .uservoice_content_grid_item_image:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-image: url("../images/svg/more.svg");
        width: 63px;
        height: 16px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .uservoice_content_grid_item {
      width: calc((100% - 45px) / 4); }
      .uservoice_content_grid_item:nth-child(n+5) {
        margin-top: 21px; } }

.uservoice_content_grid_item_image {
  margin-bottom: 12px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .uservoice_content_grid_item_image {
      position: relative;
      width: 240px; }
      .uservoice_content_grid_item_image:before {
        -webkit-transition: background-color .3s ease;
        -o-transition: background-color .3s ease;
        transition: background-color .3s ease;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .uservoice_content_grid_item_image {
      margin-bottom: 10px; } }
  .uservoice_content_grid_item_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.uservoice_content_grid_item_quote {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .04em;
  color: #222;
  line-height: 1.5;
  margin-bottom: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #739D10; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .uservoice_content_grid_item_quote {
      display: none; } }
  [data-product="2"] .uservoice_content_grid_item_quote {
    color: #43A60D; }

.uservoice_content_grid_item_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.uservoice_content_grid_item_profile_name {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .08em;
  color: #000;
  margin-bottom: 8px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .uservoice_content_grid_item_profile_name {
      font-size: 16px; } }

.name {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .08em;
  margin-left: 4px; }

.uservoice_content_grid_item_profile_affiliation {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.6; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .uservoice_content_grid_item_profile_affiliation {
      font-size: 11px;
      line-height: 1.4; } }

.digitalVersion {
  background-color: #fff;
  margin-top: -40px; }

.digitalVersion_inner {
  position: relative; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .digitalVersion_inner {
      padding: 48px 0 250px;
      background-color: #f2f6e0;
      width: 1160px;
      margin: 0 auto;
      border-radius: 8px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_inner {
      position: relative;
      z-index: 1; }
      .digitalVersion_inner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 80%;
        background-color: #f2f6e0;
        z-index: -1; }
        [data-product="2"] .digitalVersion_inner::before {
          background-color: #EBF7DE; } }

.digitalVersion_titleArea {
  background-color: #ABC83F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .digitalVersion_titleArea {
      height: 80px;
      padding-left: 140px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_titleArea {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 30px 0 70px;
      gap: 15px; } }
  [data-product="2"] .digitalVersion_titleArea {
    background-color: #81CE36; }

.digitalVersion_badge {
  text-align: center;
  background-color: #fff;
  color: #739d10;
  font-size: 22px;
  font-weight: 500;
  width: 120px;
  letter-spacing: .06em;
  border-radius: 20px;
  padding: 9px 0; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .digitalVersion_badge {
      margin-top: 4px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_badge {
      width: 100px;
      font-size: 18px; } }
  [data-product="2"] .digitalVersion_badge {
    color: #43A60D; }

.digitalVersion_title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: .06em;
  color: #fff;
  line-height: initial; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_title {
      font-size: 32px; } }

.digitalVersion_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .digitalVersion_content {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding: 24px 32px 0 48px;
      height: 397px;
      gap: 65px; }
      [data-product="2"] .digitalVersion_content {
        gap: 94px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.digitalVersion_catch {
  text-align: center;
  margin-bottom: 37px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_catch {
      margin: 25px 0 37px; }
      [data-product="2"] .digitalVersion_catch {
        margin: 25px 0; } }

.digitalVersion_catchLead {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .06em;
  color: #222;
  margin-bottom: 8px; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_catchLead {
      font-size: 24px; } }

.digitalVersion_catchMain {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .04em;
  color: #222;
  margin-bottom: 8px; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_catchMain br {
      display: none; } }

.digitalVersion_catchMain-highlight {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .04em;
  color: #739d10; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_catchMain-highlight {
      line-height: 1.4; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_catchMain-highlight {
      font-size: 32px; } }
  [data-product="2"] .digitalVersion_catchMain-highlight {
    color: #43A60D; }

.digitalVersion_catchSub {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .06em;
  color: #222; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_catchSub {
      line-height: 1.4; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_catchSub {
      letter-spacing: .08em; }
      .digitalVersion_catchSub br {
        display: none; } }

.digitalVersion_featureList {
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    [data-product="2"] .digitalVersion_featureList {
      margin-bottom: 77px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_featureList {
      margin-bottom: 32px;
      padding-left: 35px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_featureList {
      gap: 9px;
      padding: 0 64px; } }

.digitalVersion_featureItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_featureItem {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start; } }

.digitalVersion_featureIcon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_featureIcon {
      margin-top: 6px; } }

.digitalVersion_featureText {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .04em;
  color: #222;
  margin: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_featureText {
      line-height: 1.5; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_featureText {
      font-size: 24px; }
      .digitalVersion_featureText br {
        display: none; } }

.digitalVersion_notes {
  margin-bottom: 27px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_notes {
      margin: 21px 0;
      padding: 0 20px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_notes {
      margin: 21px 0;
      padding: 0 40px; }
      .digitalVersion_notes .dn-landscape {
        display: none; } }

.digitalVersion_noteText {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .08em;
  color: #222;
  line-height: 1.6;
  margin: 0; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_noteText.db-tab {
      display: block !important; } }

.digitalVersion_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #222;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .08em;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 0.3s ease;
  -o-transition: border-bottom 0.3s ease;
  transition: border-bottom 0.3s ease;
  padding-bottom: 8px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .digitalVersion_link:hover {
      border-bottom: 1px solid #ABC83F; }
      [data-product="2"] .digitalVersion_link:hover {
        border-bottom: 1px solid #81CE36; }
      [data-product="3"] .digitalVersion_link:hover {
        border-bottom: 1px solid #D56498; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_link {
      margin-top: 21px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto;
      display: block;
      border-bottom: 1px solid #ABC83F; }
      [data-product="2"] .digitalVersion_link {
        border-bottom: 1px solid #81CE36; }
      [data-product="3"] .digitalVersion_link {
        border-bottom: 1px solid #D56498; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_link {
      margin-top: 41px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.digitalVersion_linkIcon {
  margin-left: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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) {
    .digitalVersion_linkIcon {
      margin-left: 12px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  [data-product="2"] .digitalVersion_right {
    width: 450px;
    margin: 0 auto; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .digitalVersion_imageWrap {
    position: absolute;
    right: 28px;
    top: 70px;
    width: 481px; } }

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

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .digitalVersion_imageWrap {
    padding: 0 100px; } }

.digitalVersion_image {
  width: 100%; }

.digitalVersion_systemInfo {
  position: relative;
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
  padding: 25px 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_systemInfo {
      margin: 0 20px;
      padding: 20px 0; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_systemInfo {
      margin: 0 40px; } }

.digitalVersion_systemTitle {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .08em;
  color: #222;
  margin-bottom: 16px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_systemTitle {
      margin-bottom: 13px; } }

.digitalVersion_systemText {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .08em;
  color: #222;
  line-height: 1.6;
  margin: 0; }

.digitalVersion_systemNote {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .08em;
  color: #222;
  line-height: 1.6;
  margin-top: 13px; }

.digitalVersion_sub {
  -webkit-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 8px;
  padding: 48px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .digitalVersion_sub {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: -200px;
      width: 1080px; }
      [data-product="2"] .digitalVersion_sub {
        bottom: -255px;
        padding: 73px 48px 48px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_sub {
      padding: 20px 0;
      width: calc(100% - 40px);
      margin: 20px auto 0; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_sub {
      padding-bottom: 50px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .digitalVersion_subTitle_wrap {
    position: absolute;
    left: 50%;
    top: -21px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

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

.digitalVersion_subTitle {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .08em;
  color: #222;
  text-align: center;
  margin-bottom: 7px;
  line-height: 1.2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_subTitle {
      font-size: 24px;
      margin-bottom: 12px; } }

.digitalVersion_subDeco {
  display: block;
  width: 400px;
  height: auto;
  margin: 0 auto; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_subDeco {
      width: 294px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .digitalVersion_subInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 59.26px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    [data-product="2"] .digitalVersion_subInner {
      gap: 48px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .digitalVersion_subLeft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 218.74px;
    flex: 0 0 218.74px; }
    [data-product="2"] .digitalVersion_subLeft {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 230px;
      flex: 0 0 230px; } }

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

.digitalVersion_subImage {
  width: 100%;
  height: auto;
  display: block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_subImage {
      padding: 0 80px; }
      [data-product="2"] .digitalVersion_subImage {
        padding: 0 35px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_subImage {
      padding: 0 164px; }
      [data-product="2"] .digitalVersion_subImage {
        padding: 0 104px; } }

.digitalVersion_subRight {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.digitalVersion_subIntro {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .05em;
  color: #222; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .digitalVersion_subIntro {
      margin-bottom: 24px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_subIntro {
      font-size: 14px;
      text-align: center;
      line-height: 1.5; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_subIntro .dn-tab-P {
      display: none; } }

.digitalVersion_subIntro-highlight {
  color: #739d10; }
  [data-product="2"] .digitalVersion_subIntro-highlight {
    color: #43A60D;
    display: inline; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .digitalVersion_subIntro-highlight {
      font-weight: 500; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .digitalVersion_pointList {
    margin-bottom: 25px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .digitalVersion_pointList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px; } }

.digitalVersion_pointItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .digitalVersion_pointItem {
      margin-bottom: 12px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_pointItem {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .digitalVersion_pointItem:last-child {
    margin-bottom: 0; }

.digitalVersion_pointBadge {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 108px;
  height: 36px;
  border: 1px solid #222;
  border-radius: 20px;
  background-color: #fff;
  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;
  font-size: 15px;
  font-weight: 500;
  font-family: "EB Garamond", serif;
  letter-spacing: .08em;
  color: #222; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .digitalVersion_pointBadge {
      margin-right: 16px; } }

.digitalVersion_pointText {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .06em;
  color: #222;
  margin: 0;
  line-height: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_pointText {
      text-align: center;
      margin-top: 12px;
      font-size: 16px;
      line-height: 1.5; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_pointText {
      font-size: 18px;
      letter-spacing: .08em; }
      .digitalVersion_pointText br {
        display: none; } }

.digitalVersion_subNote {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .06em;
  color: #222;
  line-height: 1.6; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_subNote {
      margin-top: 30px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_subNote .dn-landscape {
      display: none; } }

.digitalVersion_subActions {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .digitalVersion_subActions {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      [data-product="2"] .digitalVersion_subActions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_subActions {
      margin-top: 30px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

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

.digitalVersion_button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 280px;
  height: 48px;
  background-color: #ABC83F;
  border-radius: 5px;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 0 #739D10;
  box-shadow: 0 4px 0 #739D10;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
  [data-product="2"] .digitalVersion_button {
    width: 336px;
    background-color: #81CE36;
    -webkit-box-shadow: 0 4px 0 #43A60D;
    box-shadow: 0 4px 0 #43A60D; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      [data-product="2"] .digitalVersion_button {
        width: 280px;
        height: 75.5px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .digitalVersion_button:hover {
      background-color: #739D10;
      -webkit-box-shadow: 0 4px 0 #4D7B05;
      box-shadow: 0 4px 0 #4D7B05; }
      [data-product="2"] .digitalVersion_button:hover {
        background-color: #43A60D;
        -webkit-box-shadow: 0 4px 0 #136C02;
        box-shadow: 0 4px 0 #136C02; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_button {
      margin: 0 auto; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_button {
      width: 360px;
      height: 75.5px;
      margin: initial; }
      [data-product="1"] .digitalVersion_button {
        margin: 0 auto;
        height: 64px; } }

.digitalVersion_buttonText {
  color: #fff;
  font-size: 18px;
  font-weight: 500; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_buttonText {
      text-align: center;
      line-height: 1.4; } }

.digitalVersion_buttonIcon {
  position: absolute;
  right: 22.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14.5px;
  height: 10px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_buttonIcon {
      width: 12.5px;
      height: 8px;
      right: 24px; } }

.digitalVersion_linkText {
  color: #222; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_linkText {
      font-size: 18px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_linkText br {
      display: none; } }

.digitalVersion_link-secondary {
  -webkit-transition: border-bottom-color 0.3s ease;
  -o-transition: border-bottom-color 0.3s ease;
  transition: border-bottom-color 0.3s ease; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .digitalVersion_link-secondary:hover {
      border-bottom-color: 1px solid #ABC83F; }
      [data-product="2"] .digitalVersion_link-secondary:hover {
        border-bottom-color: 1px solid #81CE36; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_link-secondary {
      text-align: center;
      margin-top: 23px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_link-secondary {
      margin-top: 40px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_link-secondary.digitalVersion_link {
      border-bottom: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 16px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .digitalVersion_link-secondary .digitalVersion_linkIcon {
      margin-left: 0; } }
  .digitalVersion_link-secondary .digitalVersion_linkText {
    color: #222; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .digitalVersion_link-secondary .digitalVersion_linkText {
        line-height: 1.4; } }
  .digitalVersion_link-secondary .digitalVersion_linkText-highlight {
    color: #739d10;
    font-weight: 500; }
    [data-product="2"] .digitalVersion_link-secondary .digitalVersion_linkText-highlight {
      color: #43A60D; }

.fixedNav {
  width: 100%;
  background-color: #abc83f;
  margin-top: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  -webkit-transform: translateY(120%);
  -ms-transform: translateY(120%);
  transform: translateY(120%);
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  -o-transition: transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  [data-current-product="3"] .fixedNav {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }
  [data-current-product="2"] .fixedNav {
    background-color: #81CE36; }
  [data-current-product="3"] .fixedNav {
    background-color: #D56498; }

.fixedNav_inner {
  width: 1120px;
  margin: 0 auto;
  padding: 16px 0; }

.fixedNav.is-fixed {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.fixedNav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0; }

.fixedNav_list_item {
  position: relative;
  height: 68px;
  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; }
  .fixedNav_list_item:last-child .fixedNav_list_item_icon_label {
    text-align: center;
    font-size: 12px; }
  .fixedNav_list_item:hover .fixedNav_list_item_button {
    background-color: #739D10;
    -webkit-box-shadow: 0 4px 0 #4D7B05;
    box-shadow: 0 4px 0 #4D7B05; }
    [data-current-product="2"] .fixedNav_list_item:hover .fixedNav_list_item_button {
      background-color: #43A60D;
      -webkit-box-shadow: 0 4px 0 #228602;
      box-shadow: 0 4px 0 #228602; }
    [data-current-product="3"] .fixedNav_list_item:hover .fixedNav_list_item_button {
      background-color: #B2285B;
      -webkit-box-shadow: 0 4px 0 #951037;
      box-shadow: 0 4px 0 #951037; }
  .fixedNav_list_item:hover .fixedNav_list_item_button_text {
    color: #fff; }
  .fixedNav_list_item:hover .fixedNav_list_item_button_text-highlight {
    color: #fff; }
  .fixedNav_list_item:hover .fixedNav_list_item_icon {
    background-color: #4D7B05; }
    [data-current-product="2"] .fixedNav_list_item:hover .fixedNav_list_item_icon {
      background-color: #228602; }

.fixedNav_list_item_icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #739d10;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -36px;
  left: -20px;
  z-index: 2;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  [data-current-product="2"] .fixedNav_list_item_icon {
    background-color: #43A60D; }
  [data-current-product="3"] .fixedNav_list_item_icon {
    display: none; }

.fixedNav_list_item_icon_label {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .08em;
  color: #fff;
  line-height: 1.4; }

.fixedNav_list_item_icon_sublabel {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4; }

.fixedNav_list_item_button {
  width: 340px;
  height: 64px;
  background-color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-box-shadow: 0 4px 0 #739D10;
  box-shadow: 0 4px 0 #739D10;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  [data-current-product="2"] .fixedNav_list_item_button {
    -webkit-box-shadow: 0 4px 0 #228602;
    box-shadow: 0 4px 0 #228602; }
  [data-current-product="3"] .fixedNav_list_item_button {
    -webkit-box-shadow: 0 4px 0 #951037;
    box-shadow: 0 4px 0 #951037; }

.fixedNav_list_item_button_text {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.fixedNav_list_item_button_text-highlight {
  color: #739d10;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  [data-current-product="2"] .fixedNav_list_item_button_text-highlight {
    color: #43A60D; }
  [data-current-product="3"] .fixedNav_list_item_button_text-highlight {
    color: #B2285B; }

.fixedNav_list_item_button_icon {
  position: absolute;
  right: 23.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .fixedNav_list_item_button_icon img {
    width: 100%;
    height: auto;
    display: block; }

.shopLink {
  background: #fff;
  text-align: center; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .shopLink {
      padding: 270px 0 48px; }
      [data-current-product="2"] .shopLink {
        padding: 338px 0 48px; }
      [data-current-product="3"] .shopLink {
        padding-top: 0; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .shopLink {
      padding: 40px 0; } }

.shopLink_link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 8px;
  gap: 12px;
  -webkit-transition: border-bottom-color 0.3s ease;
  -o-transition: border-bottom-color 0.3s ease;
  transition: border-bottom-color 0.3s ease; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .shopLink_link:hover {
      border-bottom: 1px solid #92293F; } }

.shopLink_linkText {
  font-size: 16px;
  letter-spacing: .08em;
  color: #222; }

.uservoice_modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .uservoice_modal {
      height: 100dvh;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; } }

.uservoice_modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.uservoice_modalBg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  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-box-sizing: border-box;
  box-sizing: border-box; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .uservoice_modalBg {
      overflow-y: auto;
      height: 100dvh;
      -webkit-overflow-scrolling: touch;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding-top: 70px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .uservoice_modalBg {
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      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-box-sizing: border-box;
      box-sizing: border-box; } }

.uservoice_modalInner {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
  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 print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .uservoice_modalInner {
      width: 960px !important;
      height: 510px !important; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .uservoice_modalInner {
      padding: 0 25px 40px;
      width: calc(100% - 60px) !important;
      margin-bottom: 40px; } }

.uservoice_modal.is-open .uservoice_modalInner {
  opacity: 1; }

.uservoice_modalClose {
  cursor: pointer;
  right: calc(50% - 480px);
  top: calc(50% - 340px);
  width: 28px;
  height: 28px;
  z-index: 2; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .uservoice_modalClose {
      position: absolute; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .uservoice_modalClose {
      mix-blend-mode: difference;
      position: fixed;
      right: 20px;
      top: 20px;
      width: 30px;
      height: 30px; } }
  .uservoice_modalClose img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.uservoice_modalClose_line {
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }
  .uservoice_modalClose_line:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 28px;
    height: 1px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .uservoice_modalClose_line:before {
        width: 30px; } }
  .uservoice_modalClose_line:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 28px;
    height: 1px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .uservoice_modalClose_line:after {
        width: 30px; } }

.js-uservoice_modalSlider {
  width: 100%;
  overflow: visible; }

.uservoice_modal .swiper {
  overflow: visible; }

.uservoice_modal .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .uservoice_modal .swiper-slide {
      overflow: visible; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .uservoice_modal_inner {
    overflow: visible; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .uservoice_image {
    width: 240px; } }

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

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .uservoice_image {
    margin: 0 45px;
    padding: 0; } }

.uservoice_image img {
  width: 100%; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .uservoice_modal_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 80px; } }

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

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

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .uservoice_profileWrap {
    width: 45%; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .uservoice_text {
    width: 55%; } }

.uservoice_profile {
  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) {
    .uservoice_profile {
      margin-top: 10px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .uservoice_profile {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 10px auto 0; } }

.uservoice_profile_name {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .06em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .uservoice_profile_name {
      letter-spacing: .08em; } }

.uservoice_modalInfo_profile_name .name {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .08em;
  margin-left: 4px; }

.uservoice_profile_affiliation {
  font-size: 12px;
  letter-spacing: .08em;
  line-height: 1.6;
  margin-top: 8px; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .uservoice_text {
    overflow-y: auto;
    max-height: calc(510px - 160px);
    padding-right: 15px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .uservoice_text {
    padding-top: 26px;
    margin-top: 20px;
    border-top: 1px solid #EEEEEE; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .uservoice_text {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
    overflow-y: auto;
    max-height: calc(510px - 160px); } }

.uservoice_quote {
  color: #739D10;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.6;
  font-size: 20px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .uservoice_quote {
      margin-bottom: 25px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .uservoice_quote {
      text-align: center;
      margin-bottom: 20px; } }
  [data-product="2"] .uservoice_quote {
    color: #43A60D; }

.uservoice_catch {
  color: #739D10;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 2; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .uservoice_catch {
      margin-bottom: 12px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .uservoice_catch {
      text-align: center;
      margin-bottom: 15px;
      line-height: 1.6; } }
  [data-product="2"] .uservoice_catch {
    color: #43A60D; }

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

.uservoice_profile_text {
  font-size: 14px;
  letter-spacing: .04em;
  color: #222;
  line-height: 1.8; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .uservoice_profile_text {
      text-align: left;
      font-size: 13px;
      letter-spacing: .06em;
      line-height: 1.7; } }

.campaignSection {
  border-top: 1px solid #EEEEEE; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .campaignSection {
      padding-top: 32px;
      margin-top: 32px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .campaignSection {
      padding-top: 25px;
      margin-top: 25px; } }

.campaignSection_title {
  color: #43A60D;
  font-size: 16px;
  letter-spacing: .08em;
  font-weight: 500; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .campaignSection_title {
      text-align: center;
      line-height: 1.6; } }

.campaignPeriod {
  display: block;
  font-size: 20px;
  letter-spacing: .08em;
  margin-top: 10px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .campaignPeriod {
      text-align: center; } }

.campaignSection_text {
  margin-top: 16px;
  font-size: 14px;
  letter-spacing: .08em;
  line-height: 1.6; }

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

.campaignApplication_title {
  font-size: 14px;
  letter-spacing: .08em;
  font-weight: 500; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .campaignApplication_title {
      line-height: 2; } }

.campaignApplication_btn {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .campaignApplication_btn {
      -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) {
    .campaignApplication_btn {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 6px;
      margin-top: 15px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .campaignApplication_btn {
      gap: 6px; } }

.campaignApplication_btnLink {
  display: block;
  color: #43A60D;
  font-size: 14px;
  letter-spacing: .08em;
  padding-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid transparent; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .campaignApplication_btnLink {
      padding-bottom: 0;
      -webkit-transition: border-bottom-color 0.3s ease;
      -o-transition: border-bottom-color 0.3s ease;
      transition: border-bottom-color 0.3s ease; }
      .campaignApplication_btnLink:hover {
        padding-bottom: 2px;
        border-bottom: 1px solid #81CE36; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .campaignApplication_btnLink .dn-tab-P {
      display: none; } }
  .campaignApplication_btnLink img {
    width: 12.5px;
    height: 8px; }

.campaignApplication_btnText {
  font-size: 14px;
  letter-spacing: .08em;
  white-space: nowrap; }

.uservoice_modalInner .swiper-button-prev,
.uservoice_modalInner .swiper-button-next {
  position: absolute;
  width: 23px;
  height: 45px;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .uservoice_modalInner .swiper-button-prev,
    .uservoice_modalInner .swiper-button-next {
      width: auto;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 12px; } }
  .uservoice_modalInner .swiper-button-prev:after,
  .uservoice_modalInner .swiper-button-next:after {
    display: none; }

.uservoice_modalInner .swiper-button-prev {
  left: -40px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .uservoice_modalInner .swiper-button-prev {
      left: 25px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .uservoice_modalInner .swiper-button-prev {
      left: auto;
      right: auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .uservoice_modalInner .swiper-button-prev img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block; }

.uservoice_modalInner .swiper-button-next {
  right: -40px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .uservoice_modalInner .swiper-button-next {
      right: 25px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .uservoice_modalInner .swiper-button-next {
      left: auto;
      right: auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }
  .uservoice_modalInner .swiper-button-next img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block; }

.swiper-button_label {
  display: none;
  font-size: 16px;
  letter-spacing: .08em;
  color: #8a8a8a;
  font-weight: 500; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .swiper-button_label {
      display: inline-block;
      font-size: 12px;
      letter-spacing: .04em;
      font-family: "Noto serif JP", sans-serif; } }

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

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .slick-slider {
    margin-top: 0; } }

/*==================================
  メインビジュアル
==================================*/
.applicationMethod {
  background-color: #fff; }

.applicationMethod_imageArea {
  max-width: 1117px;
  margin: 0 auto; }

.applicationMethod_image {
  width: 100%;
  height: auto;
  display: block; }

/*==================================
  付録電子版のお申し込み方法セクション
==================================*/
.registrationGuide {
  background-color: #fff;
  padding: 80px 0 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide {
      padding: 60px 20px 0; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide {
      padding: 80px 50px 0; } }
  .denshiWrap .registrationGuide {
    padding: 80px 0; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .denshiWrap .registrationGuide {
        padding: 60px 20px; } }
    @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
      .denshiWrap .registrationGuide {
        padding: 80px 50px; } }

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

.registrationGuide_title {
  color: #739d10;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0 0 60px 0; }
  .chimaniWrap .registrationGuide_title {
    color: #43A60D; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_title {
      font-size: 20px;
      margin: 0 0 40px 0; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_title {
      font-size: 24px;
      margin: 0 0 55px 0; } }

.registrationGuide_stepList {
  gap: 20px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .registrationGuide_stepList {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_stepList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 40px; } }

.registrationGuide_stepCard {
  background-color: #f2f6e0;
  border-radius: 0;
  position: relative;
  padding: 52px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_stepCard {
      padding: 55px 20px 30px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_stepCard {
      padding: 30px 40px 30px; } }
  .registrationGuide_stepCard:last-child .registrationGuide_stepCard_buttonArea {
    display: none; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_stepCard:last-child .registrationGuide_stepCard_description {
      position: relative;
      top: 30px;
      left: 0;
      text-align: left; }
    .registrationGuide_stepCard:last-child .registrationGuide_stepCard_description {
      position: relative;
      top: 30px;
      left: 0;
      text-align: left; }
    .registrationGuide_stepCard:last-child .registrationGuide_stepCard_imageAreaWrapper {
      position: relative;
      top: -15px;
      right: 0;
      display: initial;
      margin-top: 0;
      -webkit-box-pack: initial;
      -ms-flex-pack: initial;
      justify-content: initial;
      -webkit-box-align: initial;
      -ms-flex-align: initial;
      align-items: initial;
      margin-left: auto; }
    .registrationGuide_stepCard:last-child .registrationGuide_stepCard_note {
      text-align: left;
      margin-top: 0;
      position: relative;
      top: -60px; }
      .registrationGuide_stepCard:last-child .registrationGuide_stepCard_note br {
        display: none; }
    .registrationGuide_stepCard:last-child .registrationGuide_stepCard_disclaimer {
      margin-top: -20px; } }

.registrationGuide_stepCard_number {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: #f2f6e0;
  border-radius: 50%;
  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;
  z-index: 1; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_stepCard_number {
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      left: 40px; } }

.registrationGuide_stepCard_numberCircle {
  width: 40px;
  height: 40px;
  background-color: #739d10;
  border-radius: 50%;
  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: #fff;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em; }
  .chimaniWrap .registrationGuide_stepCard_numberCircle {
    background-color: #43A60D; }

.registrationGuide_stepCard_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }

.registrationGuide_stepCard_title {
  color: #000;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 0;
  text-align: center;
  white-space: pre;
  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; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .registrationGuide_stepCard_title {
      min-height: 115px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_stepCard_title {
      font-size: 18px;
      padding-bottom: 18px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_stepCard_title br {
      display: none; } }

.registrationGuide_stepCard_divider {
  width: 100%;
  height: 1px;
  background-color: transparent;
  border-top: 1px dashed #666;
  margin: 0; }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .registrationGuide_stepCard_descriptionArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px; } }

.registrationGuide_stepCard_description {
  text-align: center;
  color: #000;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-top: 16px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_stepCard_description {
      margin-top: 18px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_stepCard_description {
      margin-top: 20px;
      white-space: nowrap; }
      .registrationGuide_stepCard_description br {
        display: none; } }
  .registrationGuide_stepCard_description.is-alert {
    color: #f00; }
    @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
      .registrationGuide_stepCard_description.is-alert {
        margin-top: 20px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .registrationGuide_stepCard_imageAreaWrapper {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 33px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px; }
    .registrationGuide_stepCard_imageAreaWrapper.dn-tab-P {
      display: none; } }

.registrationGuide_stepCard_imageArea {
  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;
  margin-top: 20px; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_stepCard_imageArea {
      margin-top: 0; } }

.registrationGuide_stepCard_image {
  max-width: 300px;
  height: auto;
  display: block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_stepCard_image {
      max-width: 275px; } }

.registrationGuide_stepCard_buttonArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_stepCard_buttonArea {
      margin-top: 20px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_stepCard_buttonArea {
      margin-top: 0; } }

.registrationGuide_stepCard_button {
  width: 200px;
  height: 48px;
  border-radius: 5px;
  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;
  gap: 12px;
  text-decoration: none;
  border-radius: 5px;
  text-decoration: none;
  background-color: #fff; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .registrationGuide_stepCard_button {
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .registrationGuide_stepCard_button:hover {
        opacity: 0.7; } }

.registrationGuide_stepCard_button-primary {
  background-color: #fff;
  border: 1px solid #93243D;
  color: #93243D;
  border-radius: 50px; }

.registrationGuide_stepCard_button-secondary {
  border-radius: 50px;
  background-color: #93243D;
  color: #fff; }

.registrationGuide_stepCard_buttonText {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1; }

.registrationGuide_stepCard_buttonIcon {
  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; }
  .registrationGuide_stepCard_buttonIcon svg {
    display: block; }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .registrationGuide_stepCard_noteArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px; }
    .registrationGuide_stepCard_noteArea .registrationGuide_stepCard_note {
      margin-top: 0; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .registrationGuide_stepCard_noteAreaSecond.db-tab {
    display: block !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .registrationGuide_stepCard_noteAreaSecond_innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 36px;
    gap: 33px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .registrationGuide_stepCard_noteAreaSecond_inner {
    width: 330px; } }

.registrationGuide_stepCard_note {
  color: #000;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin: 12px 0 0;
  white-space: pre-line; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_stepCard_note {
      text-align: left;
      margin-top: 0; } }

.registrationGuide_stepCard_additional {
  color: #000;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-top: 20px;
  white-space: pre-line; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_stepCard_additional {
      font-size: 13px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_stepCard_additional {
      margin-top: 0; }
      .registrationGuide_stepCard_additional br {
        display: none; } }

.registrationGuide_stepCard_licenseArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 12px 0 0; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .registrationGuide_stepCard_licenseArea {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_stepCard_licenseArea {
      -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; } }

.registrationGuide_stepCard_licenseInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_stepCard_licenseInfo {
      text-align: center; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_stepCard_licenseInfo {
      margin-top: 10px;
      gap: 10px; } }

.registrationGuide_stepCard_licenseIcon {
  width: 12px;
  height: 14px;
  display: block;
  margin: 0 auto; }

.registrationGuide_stepCard_licenseText {
  color: #000;
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin: 0;
  white-space: pre-line; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .registrationGuide_stepCard_licenseText {
      text-align: left; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_stepCard_licenseText {
      font-size: 13px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_stepCard_licenseText {
      text-align: left; }
      .registrationGuide_stepCard_licenseText br {
        display: none; } }

.registrationGuide_stepCard_licenseFormArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_stepCard_licenseFormArea {
      width: 235px;
      margin: 0 auto; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_stepCard_licenseFormArea {
      padding: 0;
      max-width: 280px; } }

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

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .registrationGuide_stepCard_licenseForm {
    width: 100%; } }

.registrationGuide_stepCard_disclaimer {
  color: #000;
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin: 24px 0 0;
  white-space: pre-line; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_stepCard_disclaimer {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 20px auto 0;
      text-align: left; }
      .registrationGuide_stepCard_disclaimer.db-tab {
        display: block !important; } }

.freeApp {
  background-color: #fff;
  padding-bottom: 80px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .freeApp {
      padding-bottom: 70px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .freeApp {
      padding-bottom: 60px; } }

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

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

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .freeApp_inner {
    padding: 0 50px; } }

.freeApp_topArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .freeApp_topArea {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .freeApp_topArea {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 40px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .freeApp_topLeft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 28px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .freeApp_topLeft {
    width: 340px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .freeApp_topLeft_innerWrapper.db-tab {
    display: block !important; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .freeApp_topLeft_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .freeApp_topLeft_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.freeApp_topLeft_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .freeApp_topLeft_inner {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 690px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .freeApp_topLeft_inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 20px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .freeApp_topLeft_inner {
      -webkit-box-orient: initial;
      -webkit-box-direction: initial;
      -ms-flex-direction: initial;
      flex-direction: initial;
      gap: 32px; } }

.freeApp_logo {
  width: 213px; }
  .freeApp_logo img {
    width: 100%;
    height: auto; }

.freeApp_catchCopy {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.60; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .freeApp_catchCopy {
      text-align: center;
      font-size: 16px;
      line-height: 1.8; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .freeApp_catchCopy {
      text-align: left;
      font-size: 18px; } }

.freeApp_loginGuide {
  text-align: center;
  color: #739d10;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em; }

.freeApp_links {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -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) {
    .freeApp_links {
      gap: 30px;
      margin-top: 20px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .freeApp_links {
      gap: 20px;
      text-align: center;
      margin-top: 16px; } }

.freeApp_linksNode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  text-align: center; }

.freeApp_links_img {
  width: 120px;
  margin: 0 auto; }
  .freeApp_links_img img {
    width: 100%; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .freeApp_links_img {
      width: 108px; } }

.freeApp_links_qr img {
  height: 40px; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .freeApp_links_qr {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .freeApp_links_qr:hover {
      opacity: 0.7; } }

.freeApp_storeGuide {
  text-align: center;
  margin-top: 12px;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.60; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .freeApp_storeGuide {
      margin-top: 20px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .freeApp_storeGuide {
      margin-top: 16px; } }

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

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .freeApp_bottomArea {
    margin-top: 0; } }

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

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .freeApp_systemRequirements {
    margin-top: 0; } }

.freeApp_systemTitle {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-bottom: 12px;
  border-bottom: 1px dashed #666; }

.freeApp_systemBody {
  margin-top: 12px;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.60; }

.registrationGuide_caution {
  margin-top: 40px; }

.registrationGuide_caution_inner {
  gap: 40px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .registrationGuide_caution_inner {
      display: -ms-grid;
      display: grid;
      max-width: 1120px;
      margin: 0 auto;
      -ms-grid-columns: (540px)[2];
      grid-template-columns: repeat(2, 540px); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_caution_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 26px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .registrationGuide_caution_note {
    width: 540px; } }

.registrationGuide_caution_noteTitle {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-bottom: 12px;
  border-bottom: 1px dashed #666; }

.registrationGuide_caution_noteBody {
  margin-top: 12px; }
  .registrationGuide_caution_noteBody p {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.60; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_caution_noteBody.db-tab {
      display: block !important; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .registrationGuide_caution_browser {
    width: 540px; } }

.registrationGuide_caution_browserTitle {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-bottom: 12px;
  border-bottom: 1px dashed #666; }

.registrationGuide_caution_browserBody {
  margin-top: 12px; }
  .registrationGuide_caution_browserBody p {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.60; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .registrationGuide_caution_browserBody.db-tab {
      display: block !important; }
    .registrationGuide_caution_browserBody.dn-landscape {
      display: none !important; } }

/*==================================
  治療薬マニュアルキャンペーン
==================================*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .chimaniWrap #campaign {
    scroll-margin-top: 50px; } }

.limitedCampaign {
  background-color: #fff;
  padding: 80px 0 80px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .limitedCampaign {
      padding: 46px 0 40px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .limitedCampaign {
      padding: 46px 0 60px; } }

.limitedCampaign_inner {
  border: 2px solid #ddd;
  background-color: #fff; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .limitedCampaign_inner {
      max-width: 1120px;
      margin: 0 auto; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .limitedCampaign_inner {
      margin: 0 50px; } }

.limitedCampaign_head {
  position: relative; }

.limitedCampaign_frame {
  background-color: #ebf7de;
  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;
  gap: 20px;
  padding: 0 40px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .limitedCampaign_frame {
      height: 105px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .limitedCampaign_frame {
      height: 184px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .limitedCampaign_frame {
      height: 145px; } }

.limitedCampaign_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .limitedCampaign_title {
      gap: 10px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .limitedCampaign_title {
      gap: 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .limitedCampaign_titleInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px; } }

.limitedCampaign_badge {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #81ce36;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.33;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .limitedCampaign_badge {
      position: relative;
      top: -20px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .limitedCampaign_badge {
      width: 72px;
      height: 72px;
      font-size: 16px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .limitedCampaign_badge {
      width: 88px;
      height: 88px;
      font-size: 18px;
      position: absolute;
      top: -20px;
      left: 20px; } }

.limitedCampaign_titleText {
  color: #43a60d;
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  white-space: nowrap; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .limitedCampaign_titleText {
      font-size: 20px;
      line-height: 1.4; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .limitedCampaign_titleText {
      font-size: 24px; }
      .limitedCampaign_titleText br {
        display: none; } }

.limitedCampaign_titleBox {
  width: 256px;
  padding: 7px 0;
  background-color: #fff;
  border: 1px solid #81ce36;
  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: #43a60d;
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .limitedCampaign_titleBox {
      margin-top: 8px;
      width: 214px;
      font-size: 20px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .limitedCampaign_titleBox {
      font-size: 24px;
      margin: 12px auto 0;
      width: 256px; } }

.limitedCampaign_titleBox_sub {
  letter-spacing: 0; }

.limitedCampaign_read {
  padding: 32px 40px 45px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .limitedCampaign_read {
      padding: 20px 20px 40px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .limitedCampaign_read {
      padding: 20px 30px 40px; } }

.limitedCampaign_readText {
  color: #000;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin: 0; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .limitedCampaign_subtitle {
    padding: 0 40px 39px; } }

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

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .limitedCampaign_subtitle {
    padding: 0 30px 30px; } }

.limitedCampaign_subtitleText {
  color: #000;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0 0 17px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .limitedCampaign_subtitleText {
      margin-bottom: 16px; } }

.limitedCampaign_subtitleDesc {
  color: #000;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .limitedCampaign_subtitleDesc {
      line-height: 1.8; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .limitedCampaign_steps {
    padding: 0 56px 58px; } }

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

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .limitedCampaign_steps {
    padding: 0 30px 40px; } }

.limitedCampaign_stepsGrid {
  display: -ms-grid;
  display: grid;
  gap: 42px 44px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .limitedCampaign_stepsGrid {
      width: 1008px;
      margin: 0 auto;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .limitedCampaign_stepsGrid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 30px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .limitedCampaign_stepsGrid {
      gap: 40px 30px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }

.limitedCampaign_step {
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.3); }

.limitedCampaign_stepImage {
  width: 100%;
  height: auto;
  display: block; }

/*==================================
  トップへ戻る
==================================*/
.anchorTop {
  padding: 0 0 88px;
  background: #fff; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .anchorTop {
      padding: 0 0 40px; } }

.anchorTop_inner {
  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; }

.anchorTop_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 0.3s ease;
  -o-transition: border-bottom 0.3s ease;
  transition: border-bottom 0.3s ease; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .anchorTop_button:hover {
      border-bottom: 1px solid #ABC83F; }
      .chimaniWrap .anchorTop_button:hover {
        border-bottom: 1px solid #43A60D; } }

.anchorTop_buttonText {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em; }

.anchorTop_buttonIcon {
  width: 12.5px;
  height: 8px;
  color: #ABC83F; }
  [data-current-product="2"] .anchorTop_buttonIcon {
    color: #81CE36; }
  .anchorTop_buttonIcon svg {
    display: block;
    width: 100%;
    height: 100%; }
