@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
  /*  Global */
  --primary-color: #47B4EF;
  --secondary-color:#555555;
  --thirdly-color:#555555;
  --attention-color: #ab0507;
  --light-gray: #F5F7F9;
  --medium-gray: #EEEEEE;
  --dark-gray: #8C8C8C;
  --black: #333333;
  --white: #ffffff;
  --font-family-hiragino: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', san-serif;
  --font-family-notsans:  "Noto Sans", "Noto Sans CJK JP", "NotoSansCJKjp-Jxck",san-serif;
  --font-family-yugothic: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo,”Hiragino Kaku Gothic ProN”, “Hiragino Sans”, sans-serif;
  --font-family-yumincho: YuMincho, '游明朝', serif;
  --font-family-helvetica: "Helvetica Neue", Helvetica;
  --global-radius: 5px;
  --global-hover-opacity: 0.8;

  /* Body */
  --body-min-width: 320px;
  --body-font-color: var(--black);
//--body-font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
//--body-font-family: "YakuHanJP","Noto Sans", "Noto Sans CJK JP", "NotoSansCJKjp-Jxck", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  --body-font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo,”Hiragino Kaku Gothic ProN”, “Hiragino Sans”, sans-serif;
//--body-font-family: "YakuHanJP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
//--body-font-family:  "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;

  /* Base Typography */
  --paragraph-line-height: 1.7;
  --list-line-height: var(--paragraph-line-height);

  /*  Form */
  --form-element-free:  var(--dark-gray);
  --form-element-required:  var(--attention-color);
  --form-element-error:  var(--attention-color);
  --form-element-success:  #32b643;
  --form-element-padding: 12px 10px;
  --form-element-parts-color:var(--primary-color);
  --form-element-border-width: 1px;
  --form-element-border-color: #D3D6DB;
  --form-element-background: var(--white);
  --form-element-radious: 4px;
  --form-element-space: 7px;
  --form-element-font-size-large: 16;

  --content-width:100%;
  --content-width2: 100%;
  --content-width3: 100%;
  --content-width-gutter:5.3vw;
  --content-width-_gutter:var(--content-width-gutter);
}

html {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  min-width: var(--body-min-width);
  background-color: var(--white);
  color: var(--black);
  -webkit-print-color-adjust: exact;
  word-wrap: break-word;
  /* アンチエイリアスを指定する */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  /* メトリクスカーニングを指定する */
  font-kerning: normal;
  font-feature-settings : "palt", "kern";
}

body, button, input, select, textarea {
  font-family: var(--body-font-family);
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  line-height: var(--paragraph-line-height);
  letter-spacing: 0.06em;
}

ul,
ol,
dl {
  padding: 0;
  line-height: var(--list-line-height);
}

ul,
ol{
  list-style-position: inside;
}

dt, dd {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

table {
  width: 100%;
  border-collapse:collapse;
  border-spacing:0;
}

th {
  text-align: left;
}

a {
  cursor: pointer;
  color: #47B4EF;
  word-break: break-all;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 1;
}

[src$=".svg"],
[data$=".svg"] {
  width: 100%;
}

figure{
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

[hidden]{
  display: none;
}

template {
  display: none;
}

.i-arrow-right{
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  height: 1lh;
  background: currentColor;
  -webkit-mask: url(https://gigaplus.makeshop.jp/happi1954/img/common/icon-arrow-right.svg);
  mask: url(https://gigaplus.makeshop.jp/happi1954/img/common/icon-arrow-right.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}

/**
 * Swiper 7.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 9, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}

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

.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}

.swiper-vertical>.swiper-wrapper{flex-direction:column}

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

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

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

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

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

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

.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}

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

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}

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

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

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

.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}

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

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

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

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

.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}

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

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

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

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

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

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

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

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}

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

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

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}

.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}

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

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

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

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

.swiper-pagination-lock{display:none}

:root{--swiper-navigation-size:44px}

.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}

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

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

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

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

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

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

.swiper-button-lock{display:none}

/*@import "vendor/font/fontawesome-pro/all.min.css";*/

/* #Form Element
  -------------------------------------------------------------------------- */

.input {
  width: 100%;
  box-sizing: border-box;
  padding: var(--form-element-padding);
  border: var(--form-element-border-width) solid var(--form-element-border-color);
  border-radius: var(--form-element-radious);
  background: var(--form-element-background);
  font-size: max( 1rem, min(4.267vw,calc(var(--form-element-font-size-large)/16*1rem)) );
  font-size: clamp( 1rem, 4.267vw, calc(var(--form-element-font-size-large)/16*1rem))
}

.input:disabled{
    color: #757575;
  }

.input-xsmall{
  width: 4em;
}

.input-small{
  width: 10em;
}

.input-middle{
  width: 80%;
}

.input-xlarge{
  width: 100%;
}

.js-form-check-error .input{
  border-color: var(--form-element-error);
}

.textarea {
  box-sizing: border-box;
  display: block;
  width: 80%;
  padding: var(--form-element-padding);
  border: var(--form-element-border-width) solid var(--form-element-border-color);
  border-radius: var(--form-element-radious);
  background: var(--form-element-background);
  font-size: max( 1rem, min(4.267vw,calc(var(--form-element-font-size-large)/16*1rem)) );
  font-size: clamp( 1rem, 4.267vw, calc(var(--form-element-font-size-large)/16*1rem));
}

.js-form-check-error .textarea{
  border-color: var(--form-element-error);
}

.radio {
  visibility: hidden;
  position: absolute;
}

.radio + span,
.radioLever{
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  font-size: max( 1rem, min(4.267vw,calc(var(--form-element-font-size-large)/16*1rem)) );
  font-size: clamp( 1rem, 4.267vw, calc(var(--form-element-font-size-large)/16*1rem));
  line-height:2

}

.radio + span:before,.radioLever:before{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-display: auto;
    margin-right: 8px;
    content: '\f111';
    color: var(--form-element-border-color);
    font-weight: 400;
    font-size: 120%;
  }

.radio + span,
.radioLever{
  /*
  &:before{
   @mixin font-awnesome-free;
   margin-right: 8px;
   content: '\f111';
   color: var(--form-element-border-color);
   font-size: 120%;
   font-weight: 500;
 }
 */

}

.radio:checked + span:before,.radio:checked ~ .radioLever:before{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-display: auto;
    content: '\f192';
    font-size: 120%;
    color: var(--primary-color);
  }

.radio:checked + span,
.radio:checked ~ .radioLever{
  /*
  &:before{
   @mixin font-awnesome-free;
   content: '\f192';
   font-size: 120%;
   color: var(--body-font-color);
   }
   */
}

.checkbox {
  visibility: hidden;
  position: absolute;
}

.checkbox + span,
.checkboxLever {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  font-size: max( 1rem, min(4.267vw,calc(var(--form-element-font-size-large)/16*1rem)) );
  font-size: clamp( 1rem, 4.267vw, calc(var(--form-element-font-size-large)/16*1rem))

}

.checkbox + span:before,.checkboxLever:before{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-display: auto;
    content: '\f0c8';
    margin-right: 8px;
    color: var(--form-element-border-color);
    font-weight: 400;
    font-size: 120%;
  }

.checkbox + span,
.checkboxLever {
  /*&:before {
 @mixin font-awnesome-free;
   content: '\f0c8';
   margin-right: 8px;
   color: var(--form-element-border-color);
   font-weight: 400;
   font-size: 120%;
 }*/

}

.checkbox:checked + span:before, .checkbox:checked ~ .checkboxLever:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-display: auto;
    content: '\f14a';
    color: var(--primary-color);
  }

.select-wrap{
  position: relative;
  display: inline-block
}

.select-wrap:before,
  .select-wrap:after{
    display: block;
    position: absolute;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    content: " ";
  }

.select-wrap:before{
    bottom: 50%;
    margin-bottom: 3px;
    border-width: 0 3px 5px 3px;
    border-color: transparent transparent var(--black) transparent;
  }

.select-wrap:after{
    top: 50%;
    margin-top: 3px;
    border-width: 5px 3px 0 3px;
    border-color: var(--black) transparent transparent transparent;
  }

.mw_wp_form_confirm .select-wrap:before,
.mw_wp_form_confirm .select-wrap:after{
  display: none;
}

.select{
  width: 100%;
  outline:none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: var(--form-element-padding);
  padding-right: 35px;
  border:var(--form-element-border-width) solid var(--form-element-border-color);
  border-radius: var(--form-element-radious);
  background: var(--form-element-background);
  font-size: max( 1rem, min(4.267vw,calc(var(--form-element-font-size-large)/16*1rem)) );
  font-size: clamp( 1rem, 4.267vw, calc(var(--form-element-font-size-large)/16*1rem));
  .js-form-check-error &{
    border-color: var(--form-element-error);
  }
}

.select option{
  background-color: var(--white);
  color: var(--body-font-color);
}

.select::-ms-expand {
  display: none;
}

.select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.js-form-error{
  margin-top: var(--form-element-space);
  color: var(--attention-color);
}

.fv-plugins-icon{
  width: calc(1em + 10px);
}

.fv-plugins-icon.js-form-icon-vaild:before{
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-display: auto;
  display: none !important;
  content: "\f00c";
  color: var(--body-font-color);
}

.fv-plugins-icon.js-form-icon-invalid:before{
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-display: auto;
  display: none !important;
  content: "\f00d";
  color: var(--body-font-color);
}

.fv-plugins-icon.js-form-icon-validating:before{
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-display: auto;
  display: none !important;
  content: "\f021";
  color: var(--body-font-color);
}

.ssc-Content{
  position: relative;
  z-index:1;
}

/*
.ssc-Content ul,
.ssc-Content ol{
  list-style-type: none;
}

.ssc-Content ul li{
  padding-left: 1em;
  &:before{
    content: '・';
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }
}

.ssc-Content ol{
  counter-reset: item;
}

.ssc-Content ol li{
  padding-left: 1em;
  &:before{
    counter-increment: item;
    content: counter(item)'.';
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }
}*/

.ssf-Footer{
  margin-top: 30px
}

.ssf-Support{
  box-sizing: content-box;
  padding-right: var(--content-width-_gutter);
  padding-left: var(--content-width-_gutter);
  padding-top: 10.67vw;
  padding-bottom: 10.67vw;
  background: url(https://gigaplus.makeshop.jp/happi1954/img/common/footer-bg-support.png) no-repeat center center / cover
}

.ssf-Support_Container{
  max-width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
}

.ssf-Support_Heading{
  margin-bottom: 8vw;
  font-size: max( 1.5rem, min(6.4vw,2rem) );
  font-size: clamp( 1.5rem, 6.4vw, 2rem);
  color: var(--white);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em
}

.ssf-Support_Item + .ssf-Support_Item{
  margin-top: 5.33vw
}

.ssf-Support_Item{
  box-sizing: border-box;
  padding: 8vw;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9)
}

.ssf-Support_Heading2{
  margin-bottom: 8vw;
  font-size: max( 1.25rem, min(5.333vw,1.25rem) );
  font-size: clamp( 1.25rem, 5.333vw, 1.25rem);
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.06em
}

.ssf-Support_Paragraph{
  font-size: max( 1rem, min(4.267vw,1rem) );
  font-size: clamp( 1rem, 4.267vw, 1rem);
}

.ssf-Support_Link{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1.33vw 0;
  gap: 1.33vw 0;
  margin-bottom: 5.33vw;
  padding-bottom: 4vw;
  list-style-type: none;
  line-height: 2
}

.ssf-Support_Link li{
  box-sizing: border-box;
  position: relative;
  padding-left: 1.3em;
  min-width: 48%
}

.ssf-Support_Link li:before{
    content: '>';
    position: absolute;
    left: 0;
    top: 0;
  }

.ssf-Support_Link a{
  color: var(--body-font-color);
}

.ssf-Support_Payment{
  text-align: center
}

.ssf-Support_PaymentHeading{
  margin-bottom: 5.33vw;
  font-size: max( 1rem, min(4.267vw,1rem) );
  font-size: clamp( 1rem, 4.267vw, 1rem);
  font-weight: bold
}

.ssf-Support_PaymentList{
  list-style-type: none;
  display: flex;
  justify-content: center;
  grid-gap: 0 8vw
}

.ssf-Support_PaymentList li{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end
}

.ssf-Support_PaymentImage{
  display: block;
  text-align: center;
}

.ssf-Support_PaymentText{
  display: block;
  margin-top: 1.33vw;
  font-size: max( 0.625rem, min(2.667vw,0.625rem) );
  font-size: clamp( 0.625rem, 2.667vw, 0.625rem);
  color: #686868;
  text-align: center
}

.ssf-Support_Buttons{
  margin-top: 5.33vw;
  text-align: center
}

.ssf-Support_Button{
  width: 63.47vw;
  min-width: inherit !important;
  border: 1px solid #D3D6DB !important;
  background: var(--white) !important;
  color: var(--body-font-color) !important;
  font-weight: bold !important
}

.ssf-Support_Button + .ssf-Support_Button{
  margin-top: 4vw
}

/*
.ssf-PageTop{
  position: fixed;
  right: 0;
  bottom: 10px;
  background: var(--primary-color);
  visibility: hidden;
  opacity: 0;
  @media (--tablet-l) {
    [data-scrolled="true"] &{
      visibility: visible;
      opacity: 1;
      transition: opacity .3s;
    }
  }
}

.ssf-PageTop_Link{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  text-decoration: none !important;
  &:hover{
    color: #bbb;
  }
}

.ssf-PageTop_Icon{
  display: block;
  font-size: 1.7em;
  line-height: 1;
  .ssf-FooterPageTop_Link:hover &{
    color: #bbb;
  }
}*/

.ssf-Primary{
  box-sizing: content-box;
  padding-right: var(--content-width-_gutter);
  padding-left: var(--content-width-_gutter);
  padding-top: 10.67vw
}

.ssf-Primary_Container{
  max-width: var(--content-width);
  margin-right: auto;
  margin-left: auto
}

.ssf-Logo{
  display: block;
  margin-bottom: 8vw;
  text-align: center
}

.ssf-Copyright{
  margin-top: 10.67vw;
  margin-bottom: 5.33vw;
  text-align: center
}

.ssf-Copyright span{
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  font-size: max( 0.75rem, min(3.2vw,0.75rem) );
  font-size: clamp( 0.75rem, 3.2vw, 0.75rem);
}

.ssf-Information_Logo{
  margin-bottom: 30px !important
}

.ssf-Information_Logo img{
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-height: 70px;
  height: auto
}

.ssf-Information_Address,
.ssf-Information_Contact{
  font-size: max( 0.75rem, min(3.2vw,0.75rem) );
  font-size: clamp( 0.75rem, 3.2vw, 0.75rem);
  line-height: 1.4;
}

.ssf-Information_Contact{
  margin-top: 1em;
}

.ssf-Information_SNS{
  display: none
}

.ssf-Links{
  flex: 1 1 auto
}

.ssf-Links a{
  color: var(--body-font-color);
  text-decoration: none;
}

.ssf-Links > a{
  display: inline-block;
  margin-right: 1em;
  line-height: 1.8;
}

.ssf-Links_Items{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
  line-height: 1
}

.ssf-Links_Items li{
  width: 48%
}

.ssf-Links_Items li:nth-child(n+3){
    margin-top: 6.67vw;
  }

.ssf-Links_Items li a{
  font-weight: bold;
  font-size: max( 0.875rem, min(3.733vw,1rem) );
  font-size: clamp( 0.875rem, 3.733vw, 1rem)
}

.ssf-Links_Items + .ssf-Links_Items{
  margin-top: 6.67vw
}

.ssf-Links_Items-sub li a{
  font-weight: normal;
  color: #686868;
  font-size: max( 0.75rem, min(3.2vw,0.75rem) );
  font-size: clamp( 0.75rem, 3.2vw, 0.75rem);
  line-height: 1;
}

.ssh-Hamburger{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 1 auto;
  width: 23px;
  height: 20px;
  text-decoration: none;
  color: var(--body-font-color);
}

.ssh-Hamburger_BarWrapper{
  display: block;
  position: relative;
  width: 23px;
  height: 20px
}

.ssh-Hamburger_BarWrapper:before,
  .ssh-Hamburger_BarWrapper:after{
    box-sizing: content-box;
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: currentColor;
    transition: all 300ms cubic-bezier(.25,.1,.25,1) 300ms,transform 400ms cubic-bezier(.775,-.185,0,1.01) 0ms;
  }

.ssh-Hamburger_BarWrapper:before {
    top: 0;
    left: 0;
  }

.ssh-Hamburger_BarWrapper:after {
    bottom:0;
    left: 0;
  }

.ssh-Hamburger-close .ssh-Hamburger_BarWrapper,
[aria-expanded="true"] .ssh-Hamburger_BarWrapper{
  border: none
}

.ssh-Hamburger-close .ssh-Hamburger_BarWrapper:before,
  .ssh-Hamburger-close .ssh-Hamburger_BarWrapper:after,
  [aria-expanded="true"] .ssh-Hamburger_BarWrapper:before,
  [aria-expanded="true"] .ssh-Hamburger_BarWrapper:after{
    transform-origin: center center;
    transition: all 300ms cubic-bezier(.25,.1,.25,1) 0ms,transform 400ms cubic-bezier(.775,-.185,0,1.01) 200ms;
  }

.ssh-Hamburger-close .ssh-Hamburger_BarWrapper:before, [aria-expanded="true"] .ssh-Hamburger_BarWrapper:before {
    top: calc(50% - 1px);
    transform: rotate(45deg);
  }

.ssh-Hamburger-close .ssh-Hamburger_BarWrapper:after, [aria-expanded="true"] .ssh-Hamburger_BarWrapper:after {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg);
  }

.ssh-Hamburger_Bar {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: calc(50% - 1px);
  height: 2px;
  background: currentColor;
  transition: all 300ms cubic-bezier(.25,.1,.25,1) 300ms,transform 400ms cubic-bezier(.775,-.185,0,1.01) 0ms;
}

.ssh-Hamburger-close .ssh-Hamburger_Bar,
[aria-expanded="true"] .ssh-Hamburger_Bar{
  opacity: 0;
  transition: all 300ms cubic-bezier(.25,.1,.25,1) 0ms,transform 400ms cubic-bezier(.775,-.185,0,1.01) 200ms;
}

.ssh-Hamburger_Text{
  margin-top: 4px;
  width: 5em;
  text-align: center;
  font-weight: bold;
  font-size:10px;
  [aria-expanded="true"] &-close{
    display: block;
  }
  [aria-expanded="true"] &-open{
    display: none;
  }
}

.ssh-Header{
  box-sizing: border-box;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  padding: 2.67vw 4vw;
  z-index: 2;
  background: var(--white)
}

.home .ssh-Header{
  position: absolute;
  background: transparent
}

.home .ssh-Header.viewed{
  position: fixed;
  color: var(--body-font-color);
  background: var(--white)
}

@-webkit-keyframes fadeInAnime{
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInAnime{
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.ssh-Header .ssh-Secondary a{
  color: var(--body-font-color);
}

.ssh-Logo{

}

.ssh-Logo_Image-white{
  display: none;
}

.home .ssh-Logo_Image-white{
  display: block;
}

.home .ssh-Header.viewed .ssh-Logo_Image-white{
  display: none;
}

.home .ssh-Logo_Image-black{
  display: none;
}

.home .ssh-Header.viewed .ssh-Logo_Image-black{
  display: block;
}

.ssh-Primary{
  box-sizing: border-box;
}

.ssh-Logo{

}

.ssh-Action {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 10
}

.ssh-Action_Menu{
  box-sizing: border-box;
  width: 50px;
  height: 100%;
  padding-left: 14px;
  padding-right: 14px;
  z-index: 3;
}

.home header:not(.viewed) .ssh-Action_Menu{
  color: var(--white);
}

.is-menu-open .home .ssh-Action_Menu{
  color: var(--primary-color) !important;
}

.ssh-Secondary{
  display: none;
  overflow-y: auto;
  overscroll-behavior-y: none;
  padding-top: 13.33vw;
  background: var(--white)
}

.ssh-Secondary_Container {
  height: calc(100% + 1px);
  padding-bottom: 26.67vw
}

.ssh-Utility{

}

.ssh-Utility_Items{
  display: flex;
  justify-content: center;
  list-style-type: none
}

.ssh-Utility_Item{
  flex: 0 0 auto;
  margin-left: 2.67vw;
  margin-right: 2.67vw
}

.ssh-Utility_Item a{
  text-decoration: none;
}

.ssh-Utility_Icon{
  display: block;
  text-align: center;
}

.ssh-Utility_Text{
  display: block;
  font-size: max( 0.625rem, min(2.667vw,0.75rem) );
  font-size: clamp( 0.625rem, 2.667vw, 0.75rem);
  white-space: nowrap;
  text-align: center
}

.ssh-Navigation{
  margin-top: 63px;
  margin-bottom: 20px
}

.ssh-Navigation_Items {
  list-style-type: none
}

.ssh-Navigation_Item a{
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 16vw;
  text-decoration: none;
  letter-spacing: 0.08em;
  font-size: max( 1rem, min(4.267vw,0.875rem) );
  font-size: clamp( 1rem, 4.267vw, 0.875rem);
  font-weight: bold
}

.ssp-Loading{
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white);
  transition: 0.45s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.ssp-Loading[data-animation="false"]{
    display: none;
  }

.ssp-Loading[data-progress="complete"]{
    transition-delay: .2s;
    background: color(var(--white) alpha(0.1));
  }

.ssp-Loading_Progress {
  position: absolute;
  top: calc(50% - 65px);
  left: calc(50% - 65px);
  width: 130px;
  height: 130px;
  opacity: 0;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  [data-progress="loading"] &{
    opacity: 1;
  }
  [data-progress="complete"]{
    filter: blur(6px);
    transform: scale(0.8);
    opacity: 1;
  }

}

.ssp-Loading_Progress svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.ssp-Loading_Progress circle {
  stroke: var(--primary-color);
  stroke-width: 2;
}

.ssp-Loading_Percentage{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  color: var(--primary-color);
  font-size: 2.4rem;
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  transform: scale(.85);
  [data-progress="complete"] &{
    transform: none;
    transition: color .6s, transform .6s cubic-bezier(.3,1.4,.7,1);
  }
}

.ssp-Page{

}

.ssp-Page a img{
  /*-webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  backface-visibility: hidden;*/
}

.ssp-Page a:hover img{
  /*opacity: .7;*/
}

.sw-Attention{
  margin-top: 2.67vw;
  color: #686868;
  font-size: max( 0.75rem, min(3.2vw,0.75rem) );
  font-size: clamp( 0.75rem, 3.2vw, 0.75rem)
}

.sw-Attention ul{

  list-style: none;
}

.sw-Attention ul li{
  padding-left: 1em;
  text-indent: -1em;
}

.sw-Buttons{
  margin-top: 10.67vw;
  text-align: center
}

.sw-Button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  border-radius: 4px;
  border: 1px solid #222222;
  background: #222222;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none !important;
  color: var(--white);
  font-weight: normal;
  transition: all .2s ease;
  letter-spacing: 0.08em;
  font-weight: bold;
  min-width: 85.33vw
}

.sw-Buttons-vertical .sw-Button + .sw-Button{
  margin-top: 10.67vw
}

.sw-Button-p{
  border-color: var(--primary-color);
  background: var(--primary-color);

}

.sw-Button_Icon{
  margin-left: .7em;
}

.sw-Container{
  max-width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
}

.sw-Container2{
  position: relative;
  max-width: var(--content-width2);
  margin-right: auto;
  margin-left: auto;
}

.sw-Heading{
  margin-bottom: 8vw;
  padding-left: 2.13vw;
  border-left: 4px solid var(--primary-color);
  font-size: max( 1.25rem, min(5.333vw,1.5rem) );
  font-size: clamp( 1.25rem, 5.333vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.06em
}

.sw-Heading2{
  margin-top: 9.33vw;
  margin-bottom: 4vw;
  padding-bottom: 2.67vw;
  border-bottom: 2px solid var(--primary-color);
  font-size: max( 1.125rem, min(4.8vw,1.125rem) );
  font-size: clamp( 1.125rem, 4.8vw, 1.125rem);
  font-weight: bold;
  letter-spacing: 0.06em
}

.sw-Heading3{
  margin-top: 8vw;
  margin-bottom: 4vw;
  font-size: max( 1rem, min(4.267vw,1rem) );
  font-size: clamp( 1rem, 4.267vw, 1rem);
  font-weight: bold;
  letter-spacing: 0.06em
}

.sw-Paragraph{

}

.sw-Paragraph--center{
  text-align: center;
}

.sw-Paragraph p + p{
  margin-top: 1.2em;
}

.sw-Paragraph p.note{
  font-size: max( 0.75rem, min(3.2vw,0.75rem) );
  font-size: clamp( 0.75rem, 3.2vw, 0.75rem);
  color: #686868;
}

.sw-Section{
  box-sizing: content-box;
  padding-right: var(--content-width-_gutter);
  padding-left: var(--content-width-_gutter);
  padding-top: 10.67vw;
  padding-bottom: 10.67vw
}

.sw-Section2{
  box-sizing: content-box;
  padding-right: var(--content-width-_gutter);
  padding-left: var(--content-width-_gutter);
  margin-top: 10.67vw
}

.sw-Line{
  display: inline-block;
}

*[class^=fa]{
  margin-left: 5px;
  margin-right: 5px;
}

.js-viewport>*,
.js-viewport-children>*>*{
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity:1;
  transform: translate3d(0,150px,0);
  transition: 2.8s cubic-bezier(.14,1,.34,1);
  transition-property: transform,opacity;
}

.js-viewport.viewed>* {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  transform: translateZ(0)
}

.js-viewport-children>.viewed>* {
  opacity: 1;
  transform: translateZ(0)
}

/*
@for $i from 0 to 20 {
  .js-viewport-children>:nth-child($i)>* {
    transition-delay: calc($i * 0.2)s;
  }
}

.js-viewport-children.no-delay>:first-child>*,.js-viewport-children.no-delay>:nth-child(0)>*,.js-viewport-children.no-delay>:nth-child(2)>*,.js-viewport-children.no-delay>:nth-child(3)>*,.js-viewport-children.no-delay>:nth-child(4)>*,.js-viewport-children.no-delay>:nth-child(5)>*,.js-viewport-children.no-delay>:nth-child(6)>*,.js-viewport-children.no-delay>:nth-child(7)>*,.js-viewport-children.no-delay>:nth-child(8)>*,.js-viewport-children.no-delay>:nth-child(9)>*,.js-viewport-children.no-delay>:nth-child(10)>*,.js-viewport-children.no-delay>:nth-child(11)>*,.js-viewport-children.no-delay>:nth-child(12)>*,.js-viewport-children.no-delay>:nth-child(13)>*,.js-viewport-children.no-delay>:nth-child(14)>*,.js-viewport-children.no-delay>:nth-child(15)>*,.js-viewport-children.no-delay>:nth-child(16)>*,.js-viewport-children.no-delay>:nth-child(17)>*,.js-viewport-children.no-delay>:nth-child(18)>*,.js-viewport-children.no-delay>:nth-child(19)>*,.js-viewport-children.no-delay>:nth-child(20)>* {
  transition-delay: 0s
}*/

.category-List{

}

.category-List_Items{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5.33vw 4vw;
  gap: 5.33vw 4vw
}

.con-Overview{

}

.con-Overview_Banner{
  margin-top: 10.67vw
}

.con-Overview_BannerItems{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5.33vw 5.33vw;
  gap: 5.33vw 5.33vw
}

.con-Overview_BannerItem{
  text-align: center;
}

.con-Overview_BannerItem a{
  transition: opacity .2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.con-Overview_BannerItem a:hover{
    opacity: var(--global-hover-opacity);
  }

.doc-2Columns{
  max-width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: var(--content-width-_gutter);
  padding-left: var(--content-width-_gutter);
  padding-top: 30px;
  padding-bottom: 30px
}

.doc-2Columns_Container > .doc-2Columns_Sub{
  display: none
}

.doc-Breadcrumbs{
  box-sizing: content-box;
  padding-right: var(--content-width-_gutter);
  padding-left: var(--content-width-_gutter);
  padding-top: 2.67vw
}

.doc-Breadcrumbs_Container{
  max-width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
}

.doc-Breadcrumbs--pt02 .doc-Breadcrumbs_Container{
  max-width: 800px;
}

.doc-Breadcrumbs_Items{
  margin-left: 0;
  list-style-type: none;
  font-size: 100%;
}

.doc-Breadcrumbs_Item {
  position: relative;
  display: inline-block;
  padding-left: 0 !important;
  color:var(--body-font-color);
  font-size: 90%
}

.doc-Breadcrumbs_Item:first-child:before {
    display: none;
  }

.doc-Breadcrumbs_Item:not(:first-child):before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-display: auto;
    content: "\f105";
    color: var(--body-font-color);
    font-weight: 500;
    width: auto;
    margin-right: 1em;
    margin-left: 1em;
  }

.doc-Breadcrumbs_Item > a{
  color: var(--primary-color);
  text-decoration: none;
}

.doc-Data th{
  box-sizing: border-box;
  padding: 2.67vw;
  line-height: 1.7
}

.doc-Data td{
  padding: 2.67vw;
  line-height: 1.7
}

.doc-Data td .small{
  display: block;
  margin-top: 1.33vw;
  font-size: max( 0.75rem, min(3.2vw,0.75rem) );
  font-size: clamp( 0.75rem, 3.2vw, 0.75rem);
  font-weight: normal !important
}

.doc-Data td a .fal{
  color: #333333;
}

.doc-Main{

}

.mce-content-body,
.doc-PostContent {
  overflow: hidden

}

.mce-content-body > *:first-child,.doc-PostContent > *:first-child{
    margin-top: 0 !important;
  }

.doc-PostContent h2 {
  margin-top: 21.33vw;
  margin-bottom: 5.33vw;
  padding-left: 2.67vw;
  font-size: max( 1.125rem, min(4.8vw,1.5rem) );
  font-size: clamp( 1.125rem, 4.8vw, 1.5rem);
  letter-spacing: 0.06em;
  border-left: 4px solid #47B4EF;
  line-height: 1.58
}

.doc-PostContent h2:first-child{
    margin-top: 0;
  }

.doc-PostContent h3 {
  margin-top: 10.67vw;
  margin-bottom: 5.33vw;
  padding-bottom: 4vw;
  border-bottom: 2px solid var(--primary-color);
  font-size: max( 1.125rem, min(4.8vw,1.125rem) );
  font-size: clamp( 1.125rem, 4.8vw, 1.125rem);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em
}

.doc-PostContent h3:first-child{
    margin-top: 0;
  }

.doc-PostContent h4 {
  margin-top: 10.67vw;
  margin-bottom: 4vw;
  font-size: max( 1rem, min(4.267vw,1rem) );
  font-size: clamp( 1rem, 4.267vw, 1rem);
  font-weight:bold;
  letter-spacing: 0.05em
}

.doc-PostContent p{
  margin-top: 1em;
}

.doc-PostContent strong {
  font-weight: bold;
}

.doc-PostContent em {
  font-style: italic;
}

.doc-PostContent blockquote {
  display: block;
  position: relative;
  margin: 20px 0;
  padding: 20px 20px 20px 65px;
  background: #ededed;
  line-height: 1.5
}

.doc-PostContent blockquote:before {
    content: "“";
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 80px;
    font-weight: bold;
    color: var(--white);
    line-height: 1;
  }

.doc-PostContent blockquote p{
  margin-top: 0 !important;
}

.doc-PostContent dl {
  margin: 30px 0;
}

.doc-PostContent dl > dt {
  font-weight: bold;
}

.doc-PostContent dl > dd {
  position: relative;
}

.doc-PostContent ul,
.doc-PostContent ol {
  margin-top: 20px;
  margin-bottom: 20px;
}

.doc-PostContent ol {
  counter-reset: foo;
  display: table;
}

.doc-PostContent ol > li {
  counter-increment: foo;
  display: table-row;
}

.doc-PostContent ol > li::before {
  content: counter(foo) ".";
  display: table-cell; /* aha! */
  text-align: right;
}

.doc-PostContent ul{
  list-style-position: outside;
  padding-left: 1.2em;
}

.doc-PostContent table{
  margin-top: 5.33vw;
  margin-bottom: 10.67vw;
  line-height: 1.58;
  border-top: 1px solid #D3D6DB
}

.doc-PostContent table th{
  padding: 4vw;
  white-space: nowrap;
  border-bottom: 1px solid #D3D6DB;
  font-weight: normal
}

.doc-PostContent table td{
  padding: 4vw;
  border-bottom: 1px solid #D3D6DB
}

.doc-PostContent hr{
  margin-top: 10.67vw;
  margin-bottom: 10.67vw;
  height: 1px;
  background-color: #D3D6DB;
  border: 0
}

/* img */

.doc-PostContent .aligncenter {
  display: block;
  margin: 0 auto;
}

.doc-PostContent .alignright {
  display: block;
  margin: 0 auto
}

.doc-PostContent img[class*="wp-image-"],
.doc-PostContent img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

.doc-PostContent a{
  text-decoration: underline
}

.doc-PostContent a:hover{
    text-decoration: none;
  }

/* clearfix */

.doc-PostContent .clearfix {
  overflow: hidden;
  zoom: 1;
}

.doc-PostContent .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* mt */

.doc-PostContent .mt-image-none{
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.doc-PostContent figcaption{
  margin-top: .8em;
  text-align: center;
}

.doc-PostContent iframe{
  max-width: 100%;
}

.doc-PostContent .box{
  margin-top: 10.67vw;
  padding: 10.67vw;
  border: 1px solid #E5E5E5
}

.doc-PostContent .box-heading{
  margin-top: 0 !important;
  margin-bottom: 4vw !important;
  font-size: max( 1rem, min(4.267vw,1rem) );
  font-size: clamp( 1rem, 4.267vw, 1rem);
  font-weight: bold
}

.doc-PostContent2{
  margin-top: 5.33vw
}

.doc-PostContent2:first-child{
    margin-top: 0;
  }

.doc-PostContent2 p{
  margin-top: 1.8em
}

.doc-PostContent2 p:first-child{
    margin-top: 0;
  }

.doc-PostContent2 p.small{
  font-size: max( 0.75rem, min(3.2vw,0.75rem) );
  font-size: clamp( 0.75rem, 3.2vw, 0.75rem);
}

.doc-PostContent2 .list{
  margin-top: 8vw;
  padding: 5.33vw 8vw;
  color: var(--primary-color);
  border-radius: 6px;
  background: var(--white);
  letter-spacing: 0.04em;
  font-weight: bold
}

.doc-PostContent2 .list-check li{
  font-weight: bold;
  padding-left: 1.5em
}

.doc-PostContent2 .list-check li:before{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-display: auto;
    content: '\f00c';
    width: 1.5em !important;
    margin-left: -1.5em !important;
    text-align: left;
  }

.doc-PostContent2 .list li + li{
  margin-top: 2.67vw
}

.doc-PostContent2 .list-no li{
  text-indent: -1em;
  padding-left: 1em;
  font-weight: bold
}

.doc-PostContent2 .list-no li:before{
    display: none !important;
  }

.doc-PostContent .btn{
  margin-top: 10.67vw;
  text-align: center
}

.doc-PostContent .btn a{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  border-radius: 4px;
  border: 1px solid #222222;
  background: #222222;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none !important;
  color: var(--white);
  font-weight: normal;
  transition: all .2s ease;
  padding: .8em 2em;
  font-size: max( 1.125rem, min(4.8vw,1.125rem) );
  font-size: clamp( 1.125rem, 4.8vw, 1.125rem);
  font-weight: bold;
  letter-spacing: 0.06em;
}

.doc-PostContent .circle-list{
  padding-left: 0;
}

.doc-PostContent .circle-list li{
  list-style-type: none;
  padding-left: 1.5em
}

.doc-PostContent .circle-list li:before{
    content: '●';
    position: absolute;
    left: 0;
  }

.doc-Product{

}

.doc-Product_Link{
  display: block;
  text-decoration: none;
  color: var(--body-font-color);
}

.doc-Product_Image{
  display: block;
  text-align: center;
}

.doc-Product_Body{
  margin-top: 2.67vw;
  line-height: 1.5;
  font-size: max( 0.75rem, min(3.2vw,0.875rem) );
  font-size: clamp( 0.75rem, 3.2vw, 0.875rem)
}

.doc-Product_Name{

}

.doc-Product_Color{

}

.doc-Product_Color{
  display: flex;
  grid-column-gap: 6px;
  margin-top: 2.67vw;
  margin-bottom: 2.67vw
}

.doc-Product_Color span{
  display: block;
  width: 8px;
  height: 8px
}

.doc-Product_Color .aka{
  background: url(../img/item/color-icon-red@2x.png) no-repeat center center / contain;
}

.doc-Product_Color .ao{
  background: url(../img/item/color-icon-blue@2x.png) no-repeat center center / contain;
}

.doc-Product_Color .kuro{
  background: url(../img/item/color-icon-black@2x.png) no-repeat center center / contain;
}

.doc-Product_Color .noukon{
  background: url(../img/item/color-icon-blue2@2x.png) no-repeat center center / contain;
}

.doc-Product_Color .orange{
  background: url(../img/item/color-icon-orange@2x.png) no-repeat center center / contain;
}

.doc-Product_Color .pink{
  background: url(../img/item/color-icon-pink@2x.png) no-repeat center center / contain;
}

.doc-Product_Color .mizuiro{
  background: url(../img/item/color-icon-blue3@2x.png) no-repeat center center / contain;
}

.doc-Product_Color .midori{
  background: url(../img/item/color-icon-green@2x.png) no-repeat center center / contain;
}

.doc-Product_Color .kiiro{
  background: url(../img/item/color-icon-yellow@2x.png) no-repeat center center / contain;
}

.doc-Product_Color .purple{
  background: url(../img/item/color-icon-purple@2x.png) no-repeat center center / contain;
}

.doc-Product_Size{

}

.doc-Product_Price{

}

.doc-Tabs{
  overflow: hidden;
}

.doc-Tabs_List{
  display: flex;
  justify-content: space-between;
  margin-left: 0;
  margin-bottom: 20px;
  list-style-type: none
}

.doc-Tabs_List li{

}

.doc-Tabs_Tab{
  display: block;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.doc-Tabs_Panels{
  position: relative;
}

.doc-Tabs_Panel{
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  transition: opacity .1s ease
}

.doc-Tabs_Panel[aria-hidden="false"]{
    position: static;
    opacity: 1;
    transition: opacity .3s ease .3s;
  }

.faq-FAQ{

}

.faq-FAQ_Items{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10.67vw 0;
  gap: 10.67vw 0
}

.faq-FAQ_Item{
  padding-bottom: 8vw;
  border-bottom: 1px solid #D3D6DB
}

.faq-FAQ_Items dt{
  position: relative;
  font-size: max( 1.125rem, min(4.8vw,1.125rem) );
  font-size: clamp( 1.125rem, 4.8vw, 1.125rem);
  font-weight: bold;
  line-height: 1.55;
  padding-left: 12vw;
  min-height: 8.53vw;
  letter-spacing: 0.08em
}

.faq-FAQ_Items dt:before{
    content: 'Q';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: max( 1.25rem, min(5.333vw,1.375rem) );
    font-size: clamp( 1.25rem, 5.333vw, 1.375rem);
    line-height: 1;
    color: var(--white);
    width: 8.53vw;
    height: 8.53vw;
    background:var(--primary-color);
    font-weight: normal;

  }

.faq-FAQ_Items dt ~ dt{
  margin-top: 8vw
}

.faq-FAQ_Items dd{
  position: relative;
  line-height: 1.8;
  margin-top: 5.33vw;
  padding-left: 10.67vw;
  letter-spacing: 0.03em
}

.faq-FAQ_Items dd:before{
    content: 'A';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: max( 1.25rem, min(5.333vw,1.375rem) );
    font-size: clamp( 1.25rem, 5.333vw, 1.375rem);
    line-height: 1;
    letter-spacing: 0;
    width: 8.53vw;
    height: 8.53vw;
    background: #EDEDED;
  }

.faq-FAQ_Items dd .small{
  display: block;
  font-size: max( 0.75rem, min(3.2vw,0.75rem) );
  font-size: clamp( 0.75rem, 3.2vw, 0.75rem);
  line-height: 1.4;
}

.faq-FAQ_Items dd .blue{
  color: var(--primary-color);
}

.faq-FAQ_Buttons{
  text-align: right;
  margin-top: 5.33vw
}

.faq-FAQ_Button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  border-radius: 4px;
  border: 1px solid #222222;
  background: #222222;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none !important;
  color: var(--white);
  font-weight: normal;
  transition: all .2s ease;
  border-color: var(--primary-color);
  background: var(--primary-color);
  padding: 2.67vw 5.33vw;
  border-radius: 50px;
  letter-spacing: 0.05em
}

.faq-FAQ_Button:after{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-display: auto;
    content: "\f105";
    color: var(--white);
    margin-left: 2.67vw;
  }

.form-Flow{
  margin-bottom: 30px;
}

.form-Flow_Items{
  display: flex;
  overflow: hidden;
  margin-left: 0;
  list-style-type: none;
}

.form-Flow_Item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 90px;
  padding-left: 25px;
  padding-right: 30px;
  background: #d0ebff;
  color: #1d84d1;
  flex: 1 1 auto;
  font-weight:bold
}

.form-Flow_Item:before,
  .form-Flow_Item:after{
    content: ' ';
    position: absolute;
    top: -4px;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 49px 0 49px 15px;
    border-color: transparent transparent transparent #d0ebff;
    z-index: 2;
  }

.form-Flow_Item:before{
    left: calc(100% + 2px);
    border-color: transparent transparent transparent #1d84d1;
  }

.form-Flow_Item{
  &-active,
  .mw_wp_form_input &:first-child,
  .mw_wp_form_confirm &:nth-child(2),
  .mw_wp_form_complete &:last-child{
    background: #1d84d1;
    color: var(--white)
  }
    &-active:before,.mw_wp_form_input &:first-child:before,.mw_wp_form_confirm &:nth-child(2):before,.mw_wp_form_complete &:last-child:before{
      left: 100%;
    }
    &-active:after,.mw_wp_form_input &:first-child:after,.mw_wp_form_confirm &:nth-child(2):after,.mw_wp_form_complete &:last-child:after{
      left: calc(100% - 2px);
      border-color: transparent transparent transparent #1d84d1;
    }
}

.form-Flow_Item:last-child:before,
    .form-Flow_Item:last-child:after{
      display: none;
    }

.form-Flow_Step{
  display: block;

}

.form-Flow_Text{
  display: none;
  font-size: 15px;
  .form-Flow_Item-active &{
    display: block;
  }
}

.form-Main{
  padding: 8vw 5.33vw;
  background: #EEF8F9
}

.form-Main_Groups{

}

.form-Main_Group{
  position: relative;
  border-bottom: 1px solid #DDDDDD
}

.form-Main_Group:first-child{
    border-top: 1px solid #DDDDDD;
  }

.form-Main_Group th{
  line-height: 1.7;
  font-weight: normal
}

.form-Main_Group th:after{
    border-radius: var(--form-element-radious);
    display: inline-block;
    float: right;
    padding: 0 2px;
    font-size: max( 0.625rem, min(2.667vw,0.625rem) );
    font-size: clamp( 0.625rem, 2.667vw, 0.625rem);
    text-align: center;
    color: var(--white);
    font-weight: normal;
    white-space: nowrap;
    margin-left: auto;
    background: var(--form-element-free);
  }

.form-Main_Group-required th:after{
  content: "\5FC5\9808";
  border-radius: 1px;
  border: 1px solid #E54814;
  background: var(--white);
  color:#E54814;
  margin-top: 3px;
}

.form-Main_Groups td{
  line-height: 1.7
}

.form-Main_ValueHeading{
  margin-top: 5.33vw;
  margin-bottom: 1.33vw;
  font-weight: bold
}

.form-Main_ValueLine:first-child .form-Main_ValueHeading{
  margin-top: 0;
}

.form-Main_ValueLine{
  display: block;
}

.form-Main_ValueLine + .form-Main_ValueLine{
  margin-top: 2.67vw
}

.form-Main_ValueAttention{
  font-size: max( 0.875rem, min(3.733vw,0.875rem) );
  font-size: clamp( 0.875rem, 3.733vw, 0.875rem);
}

.form-Main_ValueAfter{
  margin-left: 1em;
}

.form-Main_ValuePre{
  margin-right: 1em;
}

.form-Main_Note{
  display: block;
  margin-top: 5px;
  .mw_wp_form_confirm &{
    display: none;
  }
}

.form-Main_Buttons{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  margin-top: 5.33vw
}

.form-Main_SubmitButton{
  --button-padding: 10px 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  border-radius: 4px;
  border: 1px solid #222222;
  background: #222222;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none !important;
  color: var(--white);
  font-weight: normal;
  transition: all .2s ease;
  border-radius: 0;
  border-color: #939393;
  background: #FFFFFF;
  color: var(--body-font-color);
  width: 60%;
  margin-bottom: 10px;
  order: 1;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
  font-size: max( 1.125rem, min(4.8vw,1.125rem) );
  font-size: clamp( 1.125rem, 4.8vw, 1.125rem)
}

.form-Main_BackButton{
  --button-padding: 10px 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  border-radius: 4px;
  border: 1px solid #222222;
  background: #222222;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none !important;
  color: var(--white);
  font-weight: normal;
  transition: all .2s ease;
  border-color: var(--dark-gray);
  background: var(--dark-gray);
  color: var(--white);
  width: 60%;
  margin-bottom: 10px;
  order: 2;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
  font-size: max( 1.125rem, min(4.8vw,1.125rem) );
  font-size: clamp( 1.125rem, 4.8vw, 1.125rem)
}

.form-Main_ButtonIcon{
  margin-left: 10px;
  color: var(--white);
}

.form-Main_ButtonText{
  font-weight: normal;
}

.form-Privacy{
  margin-top: 40px;
  margin-bottom: 40px;
  .mw_wp_form_confirm &{
    display: none;
  }
}

.form-Privacy_Lead{
  text-align: center;
  font-size: max( 1rem, min(4.267vw,1rem) );
  font-size: clamp( 1rem, 4.267vw, 1rem);
}

.form-Privacy_Title{
  margin-bottom: 15px;
  font-weight:bold;
}

.form-Privacy_Statement{
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid var(--medium-gray);
  margin-bottom: 30px;
  overflow-y: scroll;
  height: 175px;
  font-size: max( 0.875rem, min(3.733vw,0.875rem) );
  font-size: clamp( 0.875rem, 3.733vw, 0.875rem);
}

.form-Privacy_Statement p{
  margin-top: 1em;
  margin-bottom: 1em;
}

.form-Privacy_Statement dl{
  margin: 15px 0;
}

.form-Privacy_Statement dl dt{
  font-weight: bold;
}

.form-Privacy_Statement dl dd + dt{
  margin-top: 20px;
}

.form-Privacy_Statement dl dd ul{
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-Privacy_Agree{
  text-align: center;
}

.form-Privacy_Agree p{
  margin-top: 10px;
}

.form-Spam{
  max-width: 800px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  border: 2px solid var(--medium-gray);
}

.form-Spam_Text{
  margin-bottom: 10px;
  font-size: max( 1rem, min(4.267vw,1rem) );
  font-size: clamp( 1rem, 4.267vw, 1rem);
}

.form-Spam_TextStrong{
  font-weight: bold;
}

.form-Thanks{

}

.form-Thanks_Heading{

}

.form-Thanks_HeadingTitle{
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
}

.form-Thanks_Paragraph{
  line-height: 2;
}

.form-Thanks_Paragraph p{
  margin-bottom: 20px;
}

.form-Thanks_Information{
  display: flex;
  border: 1px solid #eeeeee;
}

.form-Thanks_InformationTitle{
  padding: 30px 20px;
  background: #eeeeee;
}

.form-Thanks_InformationText{
  padding: 30px 10px;
}

.form-Thanks_TOP{
  text-align: right;
}

.form-Thanks_Strong{
  font-weight: bold;
  color: var(--primary-color);
}

.form-Thanks_Buttons{
  margin-top: 40px;
  text-align: center;
}

.form-Thanks_Button{
  --button-padding: 10px 30px;
  --button-border-color: var(--primary-color);
  --button-background-color: var(--primary-color);
  --button-text-color: var(--white);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  border-radius: 4px;
  border: 1px solid #222222;
  background: #222222;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none !important;
  color: var(--white);
  font-weight: normal;
  transition: all .2s ease;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
}

.hero-Main{
  position: relative;
}

.hero-Main_Image{

}

.hero-Main_Image img{
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover
}

.hero-Main_Text{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.hero-Sub{
  box-sizing: content-box;
  padding-right: var(--content-width-_gutter);
  padding-left: var(--content-width-_gutter)
}

.hero-Sub_Container{
  max-width: var(--content-width);
  margin-right: auto;
  margin-left: auto
}

.hero-Sub_Heading{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 33.07vw;
  text-align: left;
  font-size: max( 1.5rem, min(6.4vw,2.375rem) );
  font-size: clamp( 1.5rem, 6.4vw, 2.375rem);
  letter-spacing: 0.06em;
  font-weight: normal
}

.hero-Sub_Image{
  height: 162px
}

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

.home-About{

}

.home-About_Heading{
  margin-bottom: 10.67vw;
  font-size: max( 1.25rem, min(5.333vw,1.75rem) );
  font-size: clamp( 1.25rem, 5.333vw, 1.75rem);
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.05em
}

.home-About_Image{
  text-align: center;
}

.home-About_Body{
  margin-top: 5.33vw
}

.home-About_Point{
  margin-top: 8vw
}

.home-About_PointItems{
  list-style-type: none;
}

.home-About_PointItem{
  display: flex;
  justify-content: space-between;
  margin-top: 8vw
}

.home-About_PointItem:first-child{
    margin-top: 0;
  }

.home-About_PointImage{
  flex: 0 0 auto;
  width: 17.07vw
}

.home-About_PointBody{
  flex: 1 1 auto;
  margin-left: 4vw
}

.home-About_PointHeading{
  font-size: max( 1rem, min(4.267vw,1rem) );
  font-size: clamp( 1rem, 4.267vw, 1rem);
  font-weight: normal;
}

.home-About_PointText{
  font-size: max( 0.875rem, min(3.733vw,0.875rem) );
  font-size: clamp( 0.875rem, 3.733vw, 0.875rem);
}

.home-FAQ{

}

.home-FAQ_Items{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10.67vw 0;
  gap: 10.67vw 0
}

.home-FAQ_Item{
  padding-bottom: 8vw;
  border-bottom: 1px solid #D3D6DB
}

.home-FAQ_Items dt{
  position: relative;
  font-size: max( 1.125rem, min(4.8vw,1.125rem) );
  font-size: clamp( 1.125rem, 4.8vw, 1.125rem);
  font-weight: bold;
  line-height: 1.55;
  padding-left: 12vw;
  min-height: calc(3em + 1.33vw);
  letter-spacing: 0.08em
}

.home-FAQ_Items dt:before{
    content: 'Q';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: max( 1.25rem, min(5.333vw,1.375rem) );
    font-size: clamp( 1.25rem, 5.333vw, 1.375rem);
    line-height: 1;
    color: var(--white);
    width: 8.53vw;
    height: 8.53vw;
    background:var(--primary-color);
    font-weight: normal;
  }

.home-FAQ_Items dt ~ dt{
  margin-top: 8vw
}

.home-FAQ_Items dd{
  position: relative;
  line-height: 1.8;
  margin-top: 5.33vw;
  padding-left: 10.67vw;
  letter-spacing: 0.03em
}

.home-FAQ_Items dd:before{
    content: 'A';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: max( 1.25rem, min(5.333vw,1.375rem) );
    font-size: clamp( 1.25rem, 5.333vw, 1.375rem);
    line-height: 1;
    letter-spacing: 0;
    width: 8.53vw;
    height: 8.53vw;
    background: #EDEDED;
  }

.home-FAQ_Items dd .small{
  display: block;
  font-size: max( 0.75rem, min(3.2vw,0.75rem) );
  font-size: clamp( 0.75rem, 3.2vw, 0.75rem);
  line-height: 1.4;
}

.home-FAQ_Items dd .blue{
  color: var(--primary-color);
}

.home-FAQ_Buttons{
  text-align: right;
  margin-top: 5.33vw
}

.home-FAQ_Button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  border-radius: 4px;
  border: 1px solid #222222;
  background: #222222;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none !important;
  color: var(--white);
  font-weight: normal;
  transition: all .2s ease;
  border-color: var(--primary-color);
  background: var(--primary-color);
  padding: 2.67vw 5.33vw;
  border-radius: 50px;
  letter-spacing: 0.05em
}

.home-FAQ_Button:after{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-display: auto;
    content: "\f105";
    color: var(--white);
    margin-left: 2.67vw;
  }

.home-Heading{
  margin-bottom: 5.87vw;
  text-align: center;
  font-weight: normal
}

.home-Heading:has(.home-Heading_Text2){
  margin-bottom: 10.67vw
}

.home-Heading_Text{
  display: block;
  font-size: max( 1.5rem, min(6.4vw,2.375rem) );
  font-size: clamp( 1.5rem, 6.4vw, 2.375rem);
  font-weight: normal;
  letter-spacing: 0.06em;
  line-height: 1.5
}

.home-Heading_Text:before{
    content: ' ';
    display: block;
    width: 7.47vw;
    height: 7.47vw;
    margin-inline: auto;
    margin-bottom: 6.67vw;
    background: url(https://gigaplus.makeshop.jp/happi1954/img/common/icon-mark@2x.png) no-repeat center center / contain;
  }

.home-Heading_Text2{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4vw;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.06em
}

.home-News{

}

.home-News_Heading{
  margin-bottom: 4vw;
  font-size: max( 1rem, min(4.267vw,1rem) );
  font-size: clamp( 1rem, 4.267vw, 1rem);
  font-weight: normal
}

.home-News_Scroll{
  height: 64vw;
  overflow-y: scroll
}

.home-News_Scroll::-webkit-scrollbar{
  width: 6px;
}

.home-News_Scroll::-webkit-scrollbar-track{
  background-color: #F2F4F5;
  border-radius: 10px;
}

.home-News_Scroll::-webkit-scrollbar-thumb{
  background-color: #47B4EF;
  border-radius: 10px;
}

.home-News_Item{
  padding-top: 6.67vw;
  padding-bottom: 6.67vw;
  border-bottom: 1px solid #D3D6DB
}

.home-News_Item:first-child{
    padding-top: 0;
  }

.home-NewsUnit_Date{
  margin-bottom: 0.8vw;
  font-size: max( 0.75rem, min(3.2vw,0.75rem) );
  font-size: clamp( 0.75rem, 3.2vw, 0.75rem)
}

.home-NewsUnit_Heading{
  font-weight: bold;
  line-height: 1.7;
  font-size: max( 0.875rem, min(3.733vw,0.875rem) );
  font-size: clamp( 0.875rem, 3.733vw, 0.875rem);
}

.home-NewsUnit_Content{
  font-size: max( 0.875rem, min(3.733vw,0.875rem) );
  font-size: clamp( 0.875rem, 3.733vw, 0.875rem);
}

.home-Pattern{
  position: relative;
  overflow: hidden;
  padding-top: 10.67vw;
  padding-bottom: 10.67vw;
  background: #F2F4F5
}

.home-Pattern_Items{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10.67vw 0;
  gap: 10.67vw 0;
  list-style-type: none;
  margin-top: 16vw
}

.home-Pattern_Item {
  background: var(--white);
  border-radius: 16px;
}

.home-Pattern_Item-Link {
  display: block;
  text-decoration: none;
  color: var(--body-font-color)
}

.home-Pattern_Item-Heading {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 12px;
  height: 26.4vw;
  border-radius:16px 16px 0 0;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.06em
}

.home-Pattern_Item--order .home-Pattern_Item-Heading {
  background-color: #49b5f1;
}

.home-Pattern_Item--semi .home-Pattern_Item-Heading {
  background-color: #1b3b6d;
}

.home-Pattern_Item-HeadingText {
  font-size: max( 1.75rem, min(7.467vw,1.75rem) );
  font-size: clamp( 1.75rem, 7.467vw, 1.75rem);
  line-height: 1.1;
}

.home-Pattern_Item-HeadingText2 {
  font-size: max( 1rem, min(4.267vw,1rem) );
  font-size: clamp( 1rem, 4.267vw, 1rem);
}

.home-Pattern_Item-HeadingIcon{
  position: absolute;
  right: 8.53vw;
  top: 50%;
  transform: translateY(-50%);
  font-size: max( 1.375rem, min(5.867vw,1.813rem) );
  font-size: clamp( 1.375rem, 5.867vw, 1.813rem)
}

.home-Pattern_Item-Body{
  padding: 6.4vw 5.33vw
}

.home-Pattern_Item-Tags {
  display: flex;
  justify-content: center;
  grid-gap: 3.2vw;
  gap: 3.2vw;
  margin: 12px 0;
  padding: 0;
  list-style: none
}

.home-Pattern_Item-Tag {
  box-sizing: border-box;
  min-width: 23.73vw;
  text-align: center;
  padding: 2.67vw 1.33vw;
  font-size: max( 0.875rem, min(3.733vw,1.125rem) );
  font-size: clamp( 0.875rem, 3.733vw, 1.125rem);
  border-radius: 4px;
  font-weight: bold;
  color: #fff
}

.home-Pattern_Item--order .home-Pattern_Item-Tag {
  background: #48B4EF;
}

.home-Pattern_Item--semi .home-Pattern_Item-Tag {
  background-color: #1b3b6d;
}

.home-Pattern_Item-Heading2 {
  margin-top: 6.4vw;
  margin-bottom: 6.4vw;
  text-align: center;
  font-weight: bold;
  font-size: max( 1.125rem, min(4.8vw,1.25rem) );
  font-size: clamp( 1.125rem, 4.8vw, 1.25rem)
}

.home-Pattern_Item-Image{
  text-align: center;
}

.home-Pattern_Item-Image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.home-Pattern_Recommend {
  list-style: none;
  padding: 0 16px 16px;
  font-size: 13px;
}

.home-Pattern_Item-Recommend-Heading{
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 3.2vw;
  margin-top: 6.4vw;
  margin-bottom: 6.4vw;
  text-align: center;
  font-weight: bold;
  font-size: max( 1rem, min(4.267vw,1rem) );
  font-size: clamp( 1rem, 4.267vw, 1rem)
}

.home-Pattern_Item-Recommend-Heading:before,
.home-Pattern_Item-Recommend-Heading:after{
  content: '';
  display: block;
  width: 2px;
  height: 1em;
  background: currentColor;
  transform: rotate(-45deg);
}

.home-Pattern_Item-Recommend-Heading:after{
  transform: rotate(45deg);
}

.home-Pattern_Item-Recommend-List{
  margin-bottom: 6px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  list-style-type: none;
}

.home-Pattern_Item-Recommend-List li{
  font-weight: bold;
  position: relative;
  padding-left: 30px
}

.home-Pattern_Item-Recommend-List li:before{
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 16px;
    background: url(https://gigaplus.makeshop.jp/happi1954/img/index/pattern-img-check@2x.png) no-repeat center center / contain;

  }

.home-Pattern_Item-Recommend-List li + li{
  margin-top: 1.6vw
}

.home-Pattern_Item-Recommend-List li .strong{
  color: #EF201B;
}

.home-Pattern_Banner{
  margin-top: 10.67vw
}

.home-Pattern_Banner img{
  width: 100%;
  height: auto;
}

.home-Product{
  position: relative;
  overflow: hidden;
  padding-top: 10.67vw;
  padding-bottom: 10.67vw
}

.home-Product_Container{
  margin-top: 10.67vw
}

.home-Product_Slider{
  overflow: inherit;
}

.home-Product_SliderWrapper{
  position: static;
}

.home-Product_Slide{
  width: 40vw
}

.home-Product_Slide .doc-Product_Body{
  line-height: 1.7
}

.home-Product_SlidePrev{
  display: none
}

.home-Product_SlideNext{
  display: none
}

.home-Product_Buttons{
  margin-top: 8vw;
  text-align: center
}

.home-Product_Button{
  width: 63.47vw;
  border: 1px solid #D3D6DB !important;
  background: var(--white) !important;
  color: var(--body-font-color) !important;
  font-weight: bold !important
}

.item-Detail{

}

.item-Detail_Gallery{
  position: relative;
}

.item-Detail_GalleryPrev{
  cursor: pointer
}

.item-Detail_GalleryPrev:before {
    content: '\f137';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-display: auto;
    position: absolute;
    left: 2.67vw;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
    color: var(--white);
    z-index: 3;
    font-size: max( 2rem, min(8.533vw,2rem) );
    font-size: clamp( 2rem, 8.533vw, 2rem);
    text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.35);
  }

.item-Detail_GalleryNext{
  cursor: pointer
}

.item-Detail_GalleryNext:before{
    content: '\f138';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-display: auto;
    position: absolute;
    right: 2.67vw;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
    color: var(--white);
    z-index: 3;
    font-size: max( 2rem, min(8.533vw,2rem) );
    font-size: clamp( 2rem, 8.533vw, 2rem);
    text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.35);
  }

.item-Detail_GalleryPrev.swiper-button-disabled:before, .item-Detail_GalleryNext.swiper-button-disabled:before {
    opacity: 0.5;
  }

.item-Detail_GallerySlide{
  text-align: center;

}

.item-Detail_GallerySlide img{
  display: inline-block;
  width: auto;
}

.item-Detail_GalleryThumbnail{
  margin-top: 20px
}

.item-Detail_GalleryThumbnailList{
  list-style-type: none;
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px 3.47vw;
  gap: 15px 3.47vw
}

.item-Detail_GalleryThumbnailList div{
  cursor: pointer
}

.item-Detail_GalleryThumbnailList div:after{
    content: ' ';
    display: block;
    width: 100%;
    height: 4px;
    margin-top: 2.67vw;
    background: #EEF0F0;
  }

.item-Detail_GalleryThumbnailList div.is-active:after{
    background: var(--primary-color);
  }

.item-Detail_GalleryThumbnailList img{

}

.item-Detail_Body{
  margin-top: 10.67vw
}

.item-Detail_Category{
  margin-bottom: 5px;
}

.item-Detail_Category a{
  padding: 2px 3px;
  font-size: max( 0.75rem, min(3.2vw,0.75rem) );
  font-size: clamp( 0.75rem, 3.2vw, 0.75rem);
  background: var(--primary-color);
  color: var(--white);
  font-weight: bold;
  text-decoration: none;
}

.item-Detail_Heading{
  margin-bottom: 10.67vw;
  font-size: max( 1.5rem, min(6.4vw,2.375rem) );
  font-size: clamp( 1.5rem, 6.4vw, 2.375rem);
  letter-spacing: 0.05em;
  font-weight: normal
}

.item-Detail_Price{
  margin-top: 10.67vw;
  font-size: max( 1.125rem, min(4.8vw,1.125rem) );
  font-size: clamp( 1.125rem, 4.8vw, 1.125rem);
  font-weight: bold;
  letter-spacing: 0.06em
}

.item-Detail_Description{
  margin-top: 10.67vw
}

.item-Detail_Description *{
  margin-top: 4vw
}

.item-Detail_Description *:first-child{
    margin-top: 0;
  }

.item-Detail_Description h2{
  margin-top: 13.33vw;
  margin-bottom: 8vw;
  padding-left: 2.13vw;
  border-left: 4px solid var(--primary-color);
  font-size: max( 1.25rem, min(5.333vw,1.5rem) );
  font-size: clamp( 1.25rem, 5.333vw, 1.5rem);
  font-weight: bold
}

.item-Detail_Description table{
  border: 1px solid #D3D6DB;
  border-bottom: 0;
  font-size: max( 0.75rem, min(3.2vw,1rem) );
  font-size: clamp( 0.75rem, 3.2vw, 1rem);
  margin-top: 40px;
}

.item-Detail_Description table th{
  padding: 3px 8px;
  border-left: 1px solid #D3D6DB;
  border-bottom: 1px solid #D3D6DB;
  background: #EDEDED;

}

.item-Detail_Description table td{
  padding: 3px 8px;
  border-left: 1px solid #D3D6DB;
  border-bottom: 1px solid #D3D6DB;
}

.item-Detail_Description .img{
  text-align: center;
}

.item-Detail_Description a{
  color: var(--primary-color);
}

.item-Detail_Description ul{
  list-style-type: none;
}

.item-Detail_Description ul li{
  padding-left: 1em;
  text-indent: -1em;
}

.item-Detail_Description ul li + li{
  margin-top: 0;
}

.item-Detail_Description p.right{
  text-align: right;
}

.item-Detail_Cart .modal-open{
  width: 100%;
}

.item-Detail_Cart .add-cart-btn{
  box-sizing: border-box;
  width: 100%;
  max-width: 70.67vw;
  padding: 5.33vw;
  font-size: max( 1.125rem, min(4.8vw,1.125rem) );
  font-size: clamp( 1.125rem, 4.8vw, 1.125rem)
}

.item-Detail_Cart .item-option{
  border-top: 1px solid #D3D6DB;
}

.item-Detail_Cart .makeshop-option-wrap,
.item-Detail_Cart .item-quantity{
  display: flex;
  align-items: center;
  margin-top: 0;
  padding-top: 4vw;
  padding-bottom: 4vw;
  border-bottom: 1px solid #D3D6DB
}

.item-quantity:first-child{
  border-top: 1px solid #D3D6DB;
}

.item-Detail_Cart .makeshop-option-label,
.item-Detail_Cart .item-quantity-key{
  flex: 0 0 auto;
  width: 80px;
  margin-bottom: 0;
  padding-right: 1em;
  font-size: max( 1rem, min(4.267vw,1rem) );
  font-size: clamp( 1rem, 4.267vw, 1rem)

}

.item-Detail_Cart .makeshop-option-value,
.item-Detail_Cart .item-quantity-value{
  flex: 1 1 auto;
  align-items: center;
}

.item-Detail_Cart .makeshop-option-select-wrap{
  position: relative;
  min-width: 220px
}

.item-Detail_Cart .makeshop-option-select-wrap:before{
    display: none;
  }

.item-Detail_Cart .makeshop-option-select-wrap:after{
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
    transform: translateY(-50%);
  }

.makeshop-option-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 0;
  width: 100%;
  height: 2.8em;
  padding: .4em calc(0.8em + 30px) .4em .8em;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}

.item-Detail_Cart .item-quantity-value input{
  border: 1px solid #cccccc;
  width: 60px;
  margin-left: 0;
}

.nf-Content{
  box-sizing: content-box;
  padding-right: var(--content-width-_gutter);
  padding-left: var(--content-width-_gutter);
  padding-top: 50px;
  padding-bottom: 50px;
  background: var(--white);
}

.nf-Heading{
  margin-bottom: 20px;
}

.nf-Heading_Title{
  text-align: center;
  font-weight: bold;
  font-size: max( 1.25rem, min(5.333vw,1.75rem) );
  font-size: clamp( 1.25rem, 5.333vw, 1.75rem);
  line-height: 1.6;
  letter-spacing: 0.04em
}

.nf-Paragraph{
  text-align: center;
}

.nf-Buttons{
  margin-top: 20px;
  text-align: center;
}

.nf-Button{

}

.ng-Method{

}

.ng-Method_MediaBody{
  margin-top: 5.33vw
}

.ng-Method_Strong{
  color: #EF201B;
  font-weight: bold;
}

.ng-Method_Address{
  margin-top: 8vw;
  padding: 8vw;
  background: #F2F4F5
}

.ng-Method_AddressHeading{
  margin-bottom: 2.67vw;
  font-size: max( 1rem, min(4.267vw,1rem) );
  font-size: clamp( 1rem, 4.267vw, 1rem);
  font-weight: bold
}

.ng-Method_Anchor{
  display: flex;
  justify-content: space-between;
  margin-top: 8vw
}

.ng-Method_AnchorButton{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  border-radius: 4px;
  border: 1px solid #222222;
  background: #222222;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none !important;
  color: var(--white);
  font-weight: normal;
  transition: all .2s ease;
  flex: 1 1 auto;
  border-radius: 0;
  width: 10%;
  text-align: center;
  font-weight: bold;
  padding: 2.67vw
}

.ng-Method_AnchorButton:after{
  content: '▼';
  margin-left: .5em;
  font-size: 80%;
}

.ng-Method_AnchorButton + .ng-Method_AnchorButton{
  margin-left: 4vw
}

.ng-Method_AnchorButton-ai{
  border-color: #F7B346;
  background: #F7B346;
}

.ng-Method_AnchorButton-ps{
  border-color: #42A6FF;
  background: #42A6FF;
}

.ng-Template{

}

.ng-Template_Data{
  margin-top: 8vw
}

.ng-Template_DataScroll{
  overflow-y: scroll;
}

.ng-Template_DataScroll table{
  width: 800px
}

.ng-Template_Data th{
  box-sizing: border-box;
  padding: 2.67vw;
  line-height: 1.7;
  background: #EDEDED;
  font-weight: bold;
  border-left: 1px solid var(--white)
}

.ng-Template_Data th:first-child{
  border-left: 0;
  width: 33%;
}

.ng-Template_Data th:nth-child(2){
  width: 33%;
}

.ng-Template_Data th:nth-child(3){
  width: 33%;
}

.ng-Template_Data td{
  padding: 2.67vw;
  line-height: 1.7
}

.ng-Template_Button{
  display: inline-flex;
  height: 44px;
  text-decoration: none;
  background: #F2F4F5;
  color: var(--body-font-color)
}

.ng-Template_Icon{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 44px;
  text-align: center;
}

.ng-Template_Button-ai .ng-Template_Icon{
  background: #F7B346;
}

.ng-Template_Button-ps .ng-Template_Icon{
  background: #42A6FF;
}

.ng-Template_Text{
  -ms-grid-row-align: center;
  align-self: center;
  padding: 2.67vw;
  letter-spacing: 0.05em
}

.om-About{

}

.om-About_Target{
  position: relative;
  margin-top: 12vw;
  border: 3px solid #D3D6DB
}

.om-About_TargetHeading{
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 50px;
  padding: 2.67vw 8vw;
  transform: translate(-50%,-50%);
  background: var(--primary-color);
  font-size: max( 1rem, min(4.267vw,1rem) );
  font-size: clamp( 1rem, 4.267vw, 1rem);
  color: var(--white);
  font-weight: bold
}

.om-About_TargetBody{
  margin: 10.67vw 5.33vw 9.33vw
}

.om-About_TargetList{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  list-style-type: none;
  line-height: 1.7;
}

.om-About_TargetList li{
  padding-left: 2em;
  font-weight: bold;
  background: url(https://gigaplus.makeshop.jp/happi1954/img/common/icon-check@2x.png) no-repeat left center / 29px 25px;
  font-size: max( 1rem, min(4.267vw,1.125rem) );
  font-size: clamp( 1rem, 4.267vw, 1.125rem);
}

.om-About_TargetList li + li{
  margin-top: 2.67vw
}

.om-About_Items{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 5.33vw 0;
  gap: 5.33vw 0;
  margin-top: 10.67vw
}

.om-About_Item{

}

.om-AboutUnit{
  padding: 8vw;
  border: 2px solid #EDEDED
}

.om-AboutUnit_Heading{
  margin-bottom: 8vw;
  font-size: max( 1.125rem, min(4.8vw,1.125rem) );
  font-size: clamp( 1.125rem, 4.8vw, 1.125rem);
  font-weight: normal;
  text-align: center
}

.om-AboutUnit_Image{
  text-align: center;
}

.om-AboutUnit_Body{
  margin-top: 10.67vw
}

.om-Flow{

}

.om-Flow_Items{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 5.33vw 0;
  gap: 5.33vw 0;
  margin-top: 8vw
}

.om-Flow_Item{

}

.om-FlowUnit{
  padding: 8vw;
  border: 2px solid #EDEDED
}

.om-FlowUnit_Heading{
  margin-bottom: 8vw;
  font-size: max( 1.125rem, min(4.8vw,1.125rem) );
  font-size: clamp( 1.125rem, 4.8vw, 1.125rem);
  font-weight: normal;
  text-align: center
}

.om-FlowUnit_Image{
  text-align: center;
}

.om-FlowUnit_Body{
  margin-top: 10.67vw
}

.om-Form{

}

.om-Form_ClothList{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5.33vw 5.33vw;
  gap: 5.33vw 5.33vw;
  list-style-type: none
}

.om-Form_ClothList li{
  text-align: center;
}

.om-Form_ClothList li img{
  display: block;
  margin-bottom: 5px;
}

.om-Form_ClothList li .radioLever,
.om-Form_ClothList li .radioLever:before{
  margin-right: 0;
}

.om-Form_SizeList{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5.33vw 2.67vw;
  gap: 5.33vw 2.67vw;
  list-style-type: none
}

.om-Form_SizeList li{
  text-align: center;
}

.om-Form_SizeList li img{
  display: block;
  margin-bottom: 5px;
}

.om-Form_SizeList li .radioLever,
.om-Form_SizeList li .radioLever:before{
  margin-right: 0;
}

.om-Form_CustomSizeList{
  margin-top: 2.67vw;
  list-style-type: none
}

.om-Form_CustomSizeList li{
  margin-top: 4vw
}

.om-Recommend{

}

.om-Recommend_Items{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5.33vw 5.33vw;
  gap: 5.33vw 5.33vw
}

.om-Recommend_Item{
  text-align: center;
}

.om-Recommend_Contact{
  margin-top: 13.33vw;
  text-align: center
}

.om-Sample{

}

.om-Sample_Items{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 5.33vw 0;
  gap: 5.33vw 0;
  margin-top: 8vw
}

.om-Sample_Item{

}

.om-SampleUnit{
  padding: 8vw;
  border: 2px solid #EDEDED
}

.om-SampleUnit_Image{
  text-align: center
}

.om-SampleUnit_Body{
  margin-top: 5.33vw
}

.om-SampleUnit_Heading{
  margin-bottom: 3.2vw;
  font-size: max( 1rem, min(4.267vw,1rem) );
  font-size: clamp( 1rem, 4.267vw, 1rem);
  letter-spacing: 0.05em
}

.om-SampleUnit_Text{

}

.om-Size{

}

.om-Size_Items{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5.33vw 4vw;
  gap: 5.33vw 4vw
}

.om-Size_Item{
  text-align: center;
}

.om-Zisseki{

}

.om-Zisseki_Items{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5.33vw 4vw;
  gap: 5.33vw 4vw
}

.om-ZissekiUnit_Image{
  text-align: center;
}

.om-ZissekiUnit_Body{
  margin-top: 2.67vw
}

.om-ZissekiUnit_Heading{
  margin-bottom: 1.87vw;
  font-size: max( 1rem, min(4.267vw,1rem) );
  font-size: clamp( 1rem, 4.267vw, 1rem);
  font-weight: bold
}

.om-ZissekiUnit_Text{
  font-size: max( 1rem, min(4.267vw,1rem) );
  font-size: clamp( 1rem, 4.267vw, 1rem);
  font-weight: normal;
}

.post-Article{
  padding-bottom: 40px;
}

.post-Article_Title{
  margin-bottom: 10px;
  font-size: max( 1.5rem, min(6.4vw,2.25rem) );
  font-size: clamp( 1.5rem, 6.4vw, 2.25rem);
  line-height: 1.3;
}

.post-Article_Meta{
  display: flex;
  margin-bottom: 20px;
  color: var(--dark-gray);
}

.post-Article_Date{

}

.post-Article_Categories{
  margin-left: 1em;
}

.post-Article_Category{
  display: inline-block;
  text-decoration: none;
  margin-right: 8px;
}

.post-Article_Content{
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 2px solid var(--medium-gray);
}

.post-Article_Related{
  margin-top: 40px;
}

.post-Author{
  margin-top: 10.67vw;
  background: #F2F4F5
}

.post-Author__Heading{
  border-bottom: 1px solid #FFFFFF;
  padding: 5.33vw;
  font-size: max( 1rem, min(4.267vw,1rem) );
  font-size: clamp( 1rem, 4.267vw, 1rem);
  font-weight: bold
}

.post-Author_Media{
  display: flex;
  padding: 5.33vw
}

.post-Author_Thumbnail{
  flex: 0 0 auto;
  width: 82px;
  margin-right: 5.33vw
}

.post-Author_Thumbnail img{
  border-radius: 50%;
}

.post-Author_Body{

}

.post-Author_Name{
  margin-bottom: 4vw;
  font-size: max( 1rem, min(4.267vw,1rem) );
  font-size: clamp( 1rem, 4.267vw, 1rem);
  font-weight: bold;
  color: #555555
}

.post-Author_Text{
  font-size: max( 0.75rem, min(3.2vw,0.875rem) );
  font-size: clamp( 0.75rem, 3.2vw, 0.875rem);
  color: #686868;
}

.post-Pagenation{
  padding-top: 8vw
}

.post-Pagenation_Items{
  display: flex;
  justify-content: center;
  margin-left: 0;
  list-style-type: none;
  line-height: 1;
}

.post-Pagenation_Item {
  padding-left: 0 !important
}

.post-Pagenation_Item:before{
    display: none !important;
  }

.post-Pagenation_Item + .post-Pagenation_Item{
  margin-left: 1.33vw
}

.post-Pagenation_Link{
  display: block;
  text-decoration: none;
}

.post-Pagenation_Item > .page-numbers{
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.6vw;
  height: 9.6vw;
  border: 1px solid var(--primary-color);
  border-radius: 50px;
  background: var(--primary-color);
  color: var(--white);
  text-align: center;
  text-decoration: none;
  font-size: max( 0.938rem, min(4vw,0.938rem) );
  font-size: clamp( 0.938rem, 4vw, 0.938rem)
}

.post-Pagenation_Item > .dots{
  border: 0 !important;
  width: 1px;
  min-width: inherit;
  background: none !important;
  overflow:hidden;
  color: var(--black);
}

.post-Pagenation_Item > .current{
  background: var(--white)!important;
  color: var(--primary-color);
}

.post-Pagenation_Item > .prev,
.post-Pagenation_Item > .next{
  font-size: max( 1.25rem, min(5.333vw,1.25rem) );
  font-size: clamp( 1.25rem, 5.333vw, 1.25rem);
}

.post-PostLink{
  position: relative;
  margin-top: 10.67vw
}

.post-PostLink_Items{
  box-sizing: border-box;
  max-width: var(--content-width2);
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  border-radius: 6px;
  padding: 5.33vw;
  background: var(--white)
}

.post-PostLink_Item{
  display: flex;
  justify-content: flex-start;
  line-height: 1.2;
  vertical-align: middle;
  flex: 0 1 auto;
  width: 45%;
  padding-left: 0 !important;
  font-size: max( 0.938rem, min(4vw,0.938rem) );
  font-size: clamp( 0.938rem, 4vw, 0.938rem)
}

.post-PostLink_Item:before{
    display: none !important;
  }

.post-PostLink_Item-list{
  justify-content: center;
}

.post-PostLink_Item-next{
  justify-content: flex-end;
}

.post-PostLink_Item-none{
  opacity: 0.6;
}

.post-PostLink_Item a{
  display: block;
  text-decoration: none
}

.post-PostLink_Icon{
  margin-right: 1.33vw;
  font-size: max( 1.25rem, min(5.333vw,1.25rem) );
  font-size: clamp( 1.25rem, 5.333vw, 1.25rem);
  color: #8C7E4C
}

.post-PostLink_Item-next .post-PostLink_Icon{
  margin-right: 0;
  margin-left:  1.33vw
}

.post-Search{
  position: relative;
}

.post-Search_Label{

}

.post-Search_Text{
  display: block;
  box-sizing: border-box !important;
  width: 100%;
  padding: 3px 40px 3px 10px;
  height: 35px;
  line-height: 35px;
  border: 1px solid var(--medium-gray);
  color: var(--medium-gray);
}

.post-Search_Button{
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 35px;
  padding: 5px;
  background: none;
  color: var(--medium-gray);
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box
}

.post-Search_Button:before{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-display: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    content: '\f002';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

.post-Search_Button::-webkit-search-decoration {
    display: none;
  }

.post-Search_Button::focus {
    outline-offset: -2px;
  }

.post-Search_Button > .Icon-Search{
  display: block;
  text-align: center;
  width: 100%;
}

.post-SNS{
  margin-top: 16vw;
  text-align: center
}

.post-SNS_Heading{
  margin-bottom: 5.33vw;
  color: var(--dark-gray);
  font-size: max( 0.938rem, min(4vw,0.938rem) );
  font-size: clamp( 0.938rem, 4vw, 0.938rem);
  letter-spacing: 0.05em
}

.post-SNS_Items{
  display: flex;
  grid-column-gap: 20px;
  justify-content: center;
  overflow: hidden;
  list-style-type: none;
  margin-left: 0;
  font-size: 0
}

.post-SNS_Items a:hover{
  opacity: 0.8;
}

.pp-Privacy{

}

.pp-Privacy_Content{

}

.pp-Privacy_Content > *{
  margin-top: 20px;
}

.pp-Privacy_Content *:first-child{
  margin-top: 0;
}

.pp-Privacy_Content ul li{
  padding-left: 1em;
  text-indent: -1.2em;
}

.re-About{

}

.re-About_Strong{
  color: #EF201B;
  font-weight: bold;
}

.re-About_Address{
  margin-top: 8vw;
  padding: 8vw;
  background: #F2F4F5
}

.re-About_AddressHeading{
  margin-bottom: 2.67vw;
  font-size: max( 1rem, min(4.267vw,1rem) );
  font-size: clamp( 1rem, 4.267vw, 1rem);
  font-weight: bold
}

.re-Flow{

}

.re-Flow_Items{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 5.33vw 0;
  gap: 5.33vw 0;
  margin-top: 8vw
}

.re-Flow_Item{

}

.re-FlowUnit{
  padding: 8vw;
  border: 2px solid #EDEDED
}

.re-FlowUnit_Heading{
  margin-bottom: 8vw;
  font-size: max( 1.125rem, min(4.8vw,1.125rem) );
  font-size: clamp( 1.125rem, 4.8vw, 1.125rem);
  font-weight: normal;
  text-align: center
}

.re-FlowUnit_Image{
  text-align: center;
}

.re-FlowUnit_Body{
  margin-top: 10.67vw
}

.re-Sample{

}

.re-Sample_Items{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 5.33vw 0;
  gap: 5.33vw 0;
  margin-top: 8vw
}

.re-Sample_Item{

}

.re-SampleUnit{
  padding: 8vw;
  border: 2px solid #EDEDED
}

.re-SampleUnit_Image{
  text-align: center
}

.re-SampleUnit_Body{
  margin-top: 5.33vw
}

.re-SampleUnit_Heading{
  margin-bottom: 3.2vw;
  font-size: max( 1rem, min(4.267vw,1rem) );
  font-size: clamp( 1rem, 4.267vw, 1rem);
  letter-spacing: 0.05em
}

.re-SampleUnit_Text{

}

.trivia-Article{

}

.trivia-Article_Container{
  max-width: 800px;
}

.trivia-Article_Heading{
  font-size: max( 1.5rem, min(6.4vw,2.375rem) );
  font-size: clamp( 1.5rem, 6.4vw, 2.375rem);
  font-weight: normal;
  color: var(--secondary-color);
  line-height: 1.58;
}

.trivia-Article_Meta{
  display: flex;
  grid-gap: 4.27vw;
  margin-top: 2.67vw
}

.trivia-Article_Date{
  color: var(--dark-gray);
  font-size: max( 0.75rem, min(3.2vw,0.75rem) );
  font-size: clamp( 0.75rem, 3.2vw, 0.75rem);
}

.trivia-Article_Content{
  margin-top: 5.33vw
}

.trivia-Article_Mokuji{
  margin: 10.67vw 0 0 !important;
  padding: 10.67vw;
  border: 1px solid #E5E5E5
}

.trivia-Article_MokujiHeading{
  margin-bottom: 5.33vw;
  font-size: max( 1rem, min(4.267vw,1rem) );
  font-size: clamp( 1rem, 4.267vw, 1rem);
  text-align: center;
  font-weight: bold
}

.trivia-Article_MokujiList{
  line-height: 1.8 !important;
}

.trivia-Article_MokujiList > li + li{
  margin-top: 5px;
}

.trivia-Article_MokujiList li a{
  text-decoration: none;
  color: #555555;
}

.trivia-Article_MokujiList > li{
  font-weight: bold;
}

.trivia-Article_MokujiList ol{
  margin:0 0 0 1em !important;
}

.trivia-Article_MokujiList ol li{
  font-weight: normal;
}

.trivia-Article_Content .doc-PostContent{
  margin-top: 16vw
}

.trivia-Article_Thumbnail{
  margin-bottom: 10.67vw;
  text-align: center
}

.trivia-Article_Banner{
  margin-top: 16vw
}

.trivia-List{

}

.trivia-List_Items{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5.33vw 4vw;
  gap: 5.33vw 4vw
}

.trivia-ListUnit{

}

.trivia-List_ItemLink{
  display: block;
  text-decoration: none;
  color: var(--body-font-color);
}

.trivia-List_ItemImage{
  text-align: center;
}

.trivia-List_ItemBody{
  margin-top: 2.67vw;
  line-height: 1.5
}

.trivia-List_ItemHeading{
  font-size: max( 0.75rem, min(3.2vw,0.875rem) );
  font-size: clamp( 0.75rem, 3.2vw, 0.875rem);
}

@media (min-width: 600px){

.form-Flow_Item{
    padding-left: 30px;
    padding-right: 20px
}

.form-Flow_Text{
    display: block;
    font-size: 18px
}

.form-Main_SubmitButton{
    width: 40%;
    order: 2
}

.form-Main_BackButton{
    width: 40%;
    order: 1
}
}

@media (min-width: 640px) and screen{

.form-Flow_Item{
    padding-left: 50px;
    padding-right: 50px
}
}

@media (max-width: 900px){
    body[data-header-sp-fixed="false"]{
      padding-top: 0 !important;
    }

.doc-Data tr{
    display: block
}

.doc-Data th{
    display: block;
    background: #EDEDED
}

.doc-Data td{
    display: block
}

.doc-PostContent table{
    display: block
}

.doc-PostContent table th{
    display: block;
    background: #EDEDED
}

.doc-PostContent table td{
    display: block
}

.doc-PostContent .table-scroll{
    overflow: scroll;
    margin-right: -5.3vw
}

.doc-PostContent .table-scroll th,
.doc-PostContent .table-scroll td{
    display: table-cell
}

.doc-PostContent .table-scroll table{
    width: 800px;
    display: table
}

.form-Main_Group{
    display: block
}

.form-Main_Group th{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 4vw;
    padding-bottom: 2.67vw
}

.form-Main_Groups td{
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding-bottom: 4vw
}

.form-Main_Group td .input{
    width: 100%
}
}

@media (min-width: 900px),print{
  :root {
    --content-width: 1160px;
    --content-width2: 1100px;
    --content-width3: 820px;
    --content-width-_gutter:30px;
  }

.ssf-Footer{
    margin-top: 80px
}

.ssf-Support{
    padding-top: 60px;
    padding-bottom: 60px
}

.ssf-Support_Heading{
    margin-bottom: 40px
}

.ssf-Support_Items{
    display: flex;
    justify-content: space-between
}

.ssf-Support_Item + .ssf-Support_Item{
    margin-top: 0
}

.ssf-Support_Item{
    width: 48%;
    padding: 35px 40px
}

.ssf-Support_Heading2{
    margin-bottom: 30px
}

.ssf-Support_Link{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 27px;
    gap: 0 27px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D3D6DB
}

.ssf-Support_Payment{
    display: flex;
    justify-content: space-between;
    align-items: center
}

.ssf-Support_PaymentHeading{
    margin-bottom: 0;
    margin-right: 60px
}

.ssf-Support_PaymentList{
    flex: 1 1 auto;
    justify-content: flex-start;
    grid-gap:0
}

.ssf-Support_PaymentList li{
    margin-left: 3%;
    margin-right: 3%
}

.ssf-Support_PaymentText{
    margin-top: 5px
}

.ssf-Support_Buttons{
    display: flex;
    justify-content: space-between;
    margin-top: 40px
}

.ssf-Support_Button{
    width: 48%;
    min-width: inherit !important
}

.ssf-Support_Button + .ssf-Support_Button{
    margin-top: 0
}

.ssf-Primary{
    padding-top: 40px
}

.ssf-Primary_Container{
    display: flex;
    justify-content: space-between
}

.ssf-Logo{
    margin-bottom: 0;
    text-align: left
}

.ssf-Copyright{
    margin-top: 40px;
    margin-bottom: 20px
}

.ssf-Information{
    .ssf-Footer-design2 &{
      flex: 0 1 auto;
      width: 240px;
    }
}

.ssf-Information_Logo{
    .ssf-Footer-design2 & {
      text-align: left;
    }
}

.ssf-Information_Logo img{
    max-width: 100%;
    max-height: inherit
}

.ssf-Information_SNS{
    display: block;
    margin-top: 20px
}

.ssf-Links{
}

.ssf-Links_Items{
    flex-wrap: nowrap;
    justify-content: flex-end
}

.ssf-Links_Items li{
    width: inherit;
    margin-top: 0 !important;
    margin-left: 30px
}
    .ssf-Links_Items li a:hover{
      color: var(--primary-color);
    }

.ssf-Links_Items + .ssf-Links_Items{
    margin-top: 20px
}

.ssh-Header{
    padding: 20px 60px
}

.home .ssh-Header{
    color: var(--white)
}

.home .ssh-Header.viewed{
    -webkit-animation :fadeInAnime .5s ease;
    animation :fadeInAnime .5s ease
}

.home .ssh-Header:not(.viewed) .ssh-Secondary a{
    color: var(--white)
}

.ssh-Container{
    display: flex;
    justify-content: space-between;
    align-items: center
}

.ssh-Action {
    display: none
}

.ssh-Secondary{
    display: block;
    padding-top: 0;
    background: transparent
}

.ssh-Secondary_Container {
    display: flex;
    align-items: center;
    height: inherit;
    padding-top: 0;
    padding-bottom: 0
}

.ssh-Utility_Items{
    margin-left: 50px
}

.ssh-Utility_Item{
    margin-left: 10px;
    margin-right: 10px
}

.ssh-Utility_Text{
    margin-top: 3px
}

.ssh-Navigation{
    margin-top: 0;
    margin-bottom: 0
}

.ssh-Navigation_Items {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: stretch;
    opacity: 1
}

.ssh-Navigation_Item{
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 30px;
    border-bottom: 0
}

.ssh-Navigation_Item a{
    padding: 0;
    background: transparent !important
}

.sw-Attention{
    margin-top: 10px
}

.sw-Buttons{
    margin-top: 50px
}

.sw-Buttons-vertical{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.sw-Button{
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    min-width: 320px;
    transition: opacity .2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
    .sw-Button:hover{
      opacity: var(--global-hover-opacity);
    }

.sw-Buttons-vertical .sw-Button + .sw-Button{
    margin-top: 50px
}

.sw-Heading{
    margin-bottom: 25px;
    padding-left: 8px
}

.sw-Heading2{
    margin-top: 35px;
    margin-bottom: 15px;
    padding-bottom: 10px
}

.sw-Heading3{
    margin-top: 30px;
    margin-bottom: 15px
}

.sw-Section{
    padding-top: 40px;
    padding-bottom: 40px
}

.sw-Section2{
    margin-top: 60px
}
    body[data-header-pc-fixed="false"]{
      padding-top: 0 !important;
    }

.category-List_Items{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 10%;
    gap: 40px 10%
}

.con-Overview_Banner{
    margin-top: 60px
}

.con-Overview_BannerItems{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px 40px;
    gap: 40px 40px
}

.doc-2Columns{
    padding-bottom: 100px
}

.doc-2Columns_Container{
    display: flex;
    justify-content: space-between
}

.doc-2Columns_Container > .doc-2Columns_Main{
    width: 66%
}

.doc-2Columns_Container-right > .doc-2Columns_Main{
    order: 1
}

.doc-2Columns_Container-left > .doc-2Columns_Main{
    order: 2
}

.doc-2Columns_Container > .doc-2Columns_Sub{
    display: block;
    width: 23.3%
}

.doc-2Columns_Container-right > .doc-2Columns_Sub{
    order: 2
}

.doc-2Columns_Container-left > .doc-2Columns_Sub{
    order: 1
}

.doc-Breadcrumbs{
    padding-top: 25px
}

.doc-Data{
    border-top: 1px solid #DDDDDD
}

.doc-Data tr{
    border-bottom: 1px solid #DDDDDD
}

.doc-Data th{
    width: 250px;
    padding: 10px
}

.doc-Data td{
    padding: 15px 0
}

.doc-Data td .small{
    margin-top: 5px
}

.doc-PostContent h2 {
    margin-top: 80px;
    margin-bottom: 35px;
    padding-left: 10px;
    border-left: 4px solid #47B4EF
}

.doc-PostContent h3 {
    margin-top: 60px;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.doc-PostContent h4 {
    margin-top: 60px;
    margin-bottom: 15px
}

.doc-PostContent table{
    margin-top: 20px;
    margin-bottom: 40px
}

.doc-PostContent table th{
    width: 32.7%;
    padding: 20px 10px
}

.doc-PostContent table td{
    padding: 20px 10px
}

.doc-PostContent hr{
    margin-top: 40px;
    margin-bottom: 40px
}

.doc-PostContent .alignright {
    float: right;
    margin-left: 1em;
    margin-right: 0;
    margin-bottom: 1em
}

.doc-PostContent .alignleft {
    float: left;
    margin-left: 0;
    margin-right: 1em;
    margin-bottom: 1em
}

.doc-PostContent .box{
    margin-top: 40px;
    padding: 40px 60px
}

.doc-PostContent .box-heading{
    margin-bottom: 15px !important
}

.doc-PostContent2{
    margin-top: 20px
}

.doc-PostContent2 .list{
    margin-top: 30px;
    padding: 20px 30px
}

.doc-PostContent2 .list li + li{
    margin-top: 10px
}

.doc-PostContent .btn{
    margin-top: 40px
}

.doc-PostContent .btn a:hover{
    transition: opacity .2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
    .doc-PostContent .btn a:hover:hover{
      opacity: var(--global-hover-opacity);
    }

.doc-Product_Body{
    margin-top: 15px
}

.doc-Product_Color{
    grid-column-gap: 8px;
    margin-top: 10px;
    margin-bottom: 10px
}

.doc-Product_Color span{
    width: 14px;
    height: 14px
}

.doc-Tabs_List{
    justify-content: flex-start
}

.faq-FAQ_Items{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px 40px;
    gap: 50px 40px
}

.faq-FAQ_Item{
    padding-bottom: 0;
    border-bottom: 0
}

.faq-FAQ_Items dt{
    padding-left: 50px;
    min-height: 34px;
    line-height: 1.5
}
    .faq-FAQ_Items dt:before{
      width: 34px;
      height: 34px;
    }

.faq-FAQ_Items dt ~ dt{
    margin-top: 30px
}

.faq-FAQ_Items dd{
    margin-top: 30px;
    padding-left: 50px
}
    .faq-FAQ_Items dd:before{
      width: 34px;
      height: 34px;
    }

.faq-FAQ_Buttons{
    margin-top: 20px
}

.faq-FAQ_Button{
    padding: 10px 20px
}
    .faq-FAQ_Button:after{
      margin-left: 10px;
    }

.faq-FAQ_Button{
    transition: opacity .2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
    .faq-FAQ_Button:hover{
      opacity: var(--global-hover-opacity);
    }

.form-Main{
    padding: 50px
}

.form-Main_Group{
    padding-top: 0;
    padding-bottom: 0
}

.form-Main_Group th{
    box-sizing: border-box;
    width: 275px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 20px;
    vertical-align: top
}

.form-Main_Groups td{
    padding: 15px 20px
}

.form-Main_ValueHeading{
    margin-top: 30px;
    margin-bottom: 5px
}

.form-Main_ValueLine + .form-Main_ValueLine{
    margin-top: 10px
}

.form-Main_Buttons{
    margin-top: 40px
}

.form-Main_SubmitButton{
    width: 270px
}

.form-Main_BackButton{
    width: 270px
}

.hero-Main_Image img{
    min-height: 600px
}

.hero-Sub{
    padding-left: 60px;
    padding-right: 60px
}

.hero-Sub_Container{
    max-width: 1380px
}

.hero-Sub_Heading{
    height: 178px
}

.hero-Sub_Image{
    height: inherit
}

.hero-Sub_Image img{
    width: inherit;
    height: inherit
}

.home-About_Container{
    display: flex;
    justify-content: space-between
}

.home-About_Head{
    width: 38.2%
}

.home-About_Heading{
    margin-bottom: 72px
}

.home-About_Body{
    width: 58.7%;
    margin-top: 0
}

.home-About_Point{
    margin-top: 60px
}

.home-About_PointItem{
    margin-top: 30px
}

.home-About_PointImage{
    width: 100px
}

.home-About_PointBody{
    margin-left: 30px
}

.home-FAQ_Items{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px 40px;
    gap: 50px 40px
}

.home-FAQ_Item{
    padding-bottom: 0;
    border-bottom: 0
}

.home-FAQ_Items dt{
    padding-left: 50px;
    min-height: calc(3em + 10px);
    line-height: 1.5
}
    .home-FAQ_Items dt:before{
      width: 34px;
      height: 34px;
    }

.home-FAQ_Items dt ~ dt{
    margin-top: 30px
}

.home-FAQ_Items dd{
    margin-top: 15px;
    padding-left: 50px
}
    .home-FAQ_Items dd:before{
      width: 34px;
      height: 34px;
    }

.home-FAQ_Buttons{
    margin-top: 20px
}

.home-FAQ_Button{
    padding: 10px 20px
}
    .home-FAQ_Button:after{
      margin-left: 10px;
    }

.home-FAQ_Button{
    transition: opacity .2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
    .home-FAQ_Button:hover{
      opacity: var(--global-hover-opacity);
    }

.home-Heading{
    margin-bottom: 18px
}

.home-Heading:has(.home-Heading_Text2){
    margin-bottom: 60px
}
    .home-Heading_Text:before{
      width: 28px;
      height: 28px;
      margin-bottom:25px;
    }

.home-Heading_Text2{
    margin-top: 15px
}

.home-News_Container{
    display: flex;
    align-items: center;
    grid-gap: 34px
}

.home-News_Heading{
    margin-bottom: 0;
    flex: 0 0 auto;
    width: 206px;
    text-align: center
}

.home-News_Scroll{
    height: 240px;
    flex: 1 1 auto
}

.home-News_Item{
    padding-top: 25px;
    padding-bottom: 25px
}

.home-NewsUnit_Date{
    margin-bottom: 3px
}

.home-Pattern{
    padding-top: 100px;
    padding-bottom: 80px
}

.home-Pattern__Container{
    max-width: 943px
}

.home-Pattern_Items{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 64px;
    gap: 10px 64px;
    margin-top: 60px
}

.home-Pattern_Item-Link {
}

.home-Pattern_Item-Link:hover{
    opacity: 0.8
}

.home-Pattern_Item-Heading {
    height: 99px
}

.home-Pattern_Item-HeadingIcon{
    right: 39px
}

.home-Pattern_Item-Body{
    padding: 24px 40px
}

.home-Pattern_Item-Tags {
    grid-gap: 15px;
    gap: 15px
}

.home-Pattern_Item-Tag {
    padding: 8px;
    min-width: 110px
}

.home-Pattern_Item-Heading2 {
    margin-top: 24px;
    margin-bottom: 24px
}

.home-Pattern_Item-Recommend-Heading{
    margin-top: 40px;
    margin-bottom: 24px;
    grid-gap: 12px
}

.home-Pattern_Item-Recommend-List li + li{
    margin-top: 6px
}

.home-Pattern_Banner{
    margin-top: 40px
}

.home-Product{
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 50px
}

.home-Product_Container{
    max-width: inherit;
    margin-top: 65px
}

.home-Product_Slide{
    width: 300px
}

.home-Product_Slide .doc-Product_Body{
    padding-left: 1.5em;
    padding-right: 1.5em
}

.home-Product_SlidePrev{
    display: flex;
    align-content: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--white)
}
    .home-Product_SlidePrev:after{
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      font-family: 'Font Awesome 5 Pro';
      font-weight: 900;
      font-display: auto;
      content: "\f104";
      font-weight: 200;
      color: #47B4EF;
    }

.home-Product_SlideNext{
    display: flex;
    align-content: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--white)
}
    .home-Product_SlideNext:after{
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      font-family: 'Font Awesome 5 Pro';
      font-weight: 900;
      font-display: auto;
      content: "\f105";
      font-weight: 200;
      color: #47B4EF;
    }

.home-Product_Buttons{
    margin-top: 50px
}

.home-Product_Button{
    width: 214px;
    min-width: inherit !important
}

.item-Detail_Container{
    display: flex;
    justify-content: space-between
}

.item-Detail_Image{
    width: 48.4%
}

.item-Detail_GallerySlider{
    position: relative
}

.item-Detail_GalleryThumbnail{
    margin-top: 40px
}

.item-Detail_GalleryThumbnailList{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px 5%;
    gap: 15px 5%
}
    .item-Detail_GalleryThumbnailList div:after{
      margin-top: 10px;
    }

.item-Detail_Body{
    width: 48.4%;
    margin-top: 0
}

.item-Detail_Heading{
    margin-bottom: 50px
}

.item-Detail_Price{
    margin-top: 40px
}

.item-Detail_Description{
    margin-top: 40px
}

.item-Detail_Description *{
    margin-top: 15px
}

.item-Detail_Description h2{
    margin-top: 50px;
    margin-bottom: 25px;
    padding-left: 8px
}

.item-Detail_Cart .add-cart-btn{
    max-width: 320px;
    padding: 20px
}

.item-Detail_Cart .makeshop-option-wrap,
.item-Detail_Cart .item-quantity{
    padding-top: 15px;
    padding-bottom: 15px
}

.item-Detail_Cart .makeshop-option-label,
.item-Detail_Cart .item-quantity-key{
    width: 140px

}

.nf-Heading_Title{
    line-height: 1.57;
    letter-spacing: 0.06em
}

.ng-Method_Media{
    display: flex;
    justify-content: space-between
}

.ng-Method_MediaImage{
    width: 31.3%
}

.ng-Method_MediaBody{
    width: 65.6%;
    margin-top: 0
}

.ng-Method_Address{
    margin-top: 30px;
    padding: 30px
}

.ng-Method_AddressHeading{
    margin-bottom: 10px
}

.ng-Method_Anchor{
    margin-top: 30px
}

.ng-Method_AnchorButton{
    width: 48.2%;
    padding: 1.2em 1em;
    transition: opacity .2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
    .ng-Method_AnchorButton:hover{
      opacity: var(--global-hover-opacity);
    }

.ng-Method_AnchorButton + .ng-Method_AnchorButton{
    margin-left: 40px
}

.ng-Method_AnchorButton br{
    display: none
}

.ng-Template_Data{
    margin-top: 40px
}

.ng-Template_DataScroll table{
    width: 100%
}

.ng-Template_Data tr{
    border-bottom: 1px solid #D3D6DB
}

.ng-Template_Data th{
    padding: 20px 25px
}

.ng-Template_Data td{
    padding: 20px 25px
}

.ng-Template_Button{
    transition: opacity .2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
    .ng-Template_Button:hover{
      opacity: var(--global-hover-opacity);
    }

.ng-Template_Text{
    padding: 10px
}

.om-About_Target{
    margin-top: 50px
}

.om-About_TargetHeading{
    padding: 10px 40px
}

.om-About_TargetBody{
    margin: 40px 40px 35px
}

.om-About_TargetList li + li{
    margin-top: 10px
}

.om-About_Items{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 40px;
    gap: 40px 40px;
    margin-top: 60px
}

.om-AboutUnit{
    padding: 30px
}

.om-AboutUnit_Heading{
    margin-bottom: 30px
}

.om-AboutUnit_Body{
    margin-top: 40px
}

.om-Flow_Items{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 40px;
    gap: 40px 40px;
    margin-top: 30px
}

.om-FlowUnit{
    padding: 30px
}

.om-FlowUnit_Heading{
    margin-bottom: 30px
}

.om-FlowUnit_Body{
    margin-top: 40px
}

.om-Form_ClothList{
    max-width: 95%;
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 20px 2%;
    gap: 20px 2%
}

.om-Form_SizeList{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 2%;
    gap: 20px 2%
}

.om-Form_CustomSizeList{
    margin-top: 10px
}

.om-Form_CustomSizeList li{
    margin-top: 15px
}

.om-Recommend_Items{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 20px 2%;
    gap: 20px 2%
}

.om-Recommend_Contact{
    margin-top: 50px
}

.om-Sample_Items{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 40px;
    gap: 40px 40px;
    margin-top: 30px
}

.om-SampleUnit{
    display: flex;
    justify-content: space-between;
    padding: 30px
}

.om-SampleUnit_Image{
    width: 42.8%
}

.om-SampleUnit_Body{
    margin-top: 0;
    width: 55%
}

.om-SampleUnit_Heading{
    margin-bottom: 12px
}

.om-Size_Items{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 40px;
    gap: 40px 40px
}

.om-Zisseki_Items{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 40px;
    gap: 40px 40px
}

.om-ZissekiUnit_Body{
    margin-top: 10px
}

.om-ZissekiUnit_Heading{
    margin-bottom: 7px
}

.post-Author{
    margin-top: 40px
}

.post-Author__Heading{
    padding: 30px 60px
}

.post-Author_Media{
    padding: 30px 60px 40px
}

.post-Author_Thumbnail{
    margin-right: 40px
}

.post-Author_Name{
    margin-bottom: 15px
}

.post-Pagenation{
    padding-top: 60px
}

.post-Pagenation_Item + .post-Pagenation_Item{
    margin-left: 5px
}

.post-Pagenation_Item > .page-numbers{
    width: 36px;
    height: 36px;
    transition: opacity .2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
    .post-Pagenation_Item > .page-numbers:hover{
      opacity: var(--global-hover-opacity);
    }

.post-PostLink{
    margin-top: 60px
}

.post-PostLink_Items{
    padding: 20px
}

.post-PostLink_Item a{
    transition: opacity .2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
    .post-PostLink_Item a:hover{
      opacity: var(--global-hover-opacity);
    }

.post-PostLink_Icon{
    margin-right: 10px
}

.post-PostLink_Item-next .post-PostLink_Icon{
    margin-right: 0;
    margin-left:  10px
}

.post-SNS{
    margin-top: 80px
}

.post-SNS_Heading{
    margin-bottom: 20px
}

.post-SNS_Items{
    margin-left: 20px
}

.re-About_Media{
    display: flex;
    justify-content: space-between
}

.re-About_MediaImage{
    width: 31.3%
}

.re-About_MediaBody{
    width: 65.6%
}

.re-About_Address{
    margin-top: 30px;
    padding: 30px
}

.re-About_AddressHeading{
    margin-bottom: 10px
}

.re-Flow_Items{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 40px;
    gap: 40px 40px;
    margin-top: 30px
}

.re-FlowUnit{
    padding: 30px
}

.re-FlowUnit_Heading{
    margin-bottom: 30px
}

.re-FlowUnit_Body{
    margin-top: 40px
}

.re-Sample_Items{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 40px;
    gap: 40px 40px;
    margin-top: 30px
}

.re-SampleUnit{
    display: flex;
    justify-content: space-between;
    padding: 30px
}

.re-SampleUnit_Image{
    width: 42.8%
}

.re-SampleUnit_Body{
    margin-top: 0;
    width: 55%
}

.re-SampleUnit_Heading{
    margin-bottom: 12px
}

.trivia-Article_Meta{
    grid-gap: 23px;
    margin-top: 20px
}

.trivia-Article_Content{
    margin-top: 40px
}

.trivia-Article_Mokuji{
    margin: 40px 0 0 !important;
    padding: 40px 60px
}

.trivia-Article_MokujiHeading{
    margin-bottom: 30px
}

.trivia-Article_Content .doc-PostContent{
    margin-top: 80px
}

.trivia-Article_Thumbnail{
    margin-bottom: 40px
}

.trivia-Article_Banner{
    margin-top: 80px;
    transition: opacity .2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
    .trivia-Article_Banner:hover{
      opacity: var(--global-hover-opacity);
    }

.trivia-List_Items{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px 5.5%;
    gap: 40px 5.5%
}

.trivia-List_ItemBody{
    margin-top: 15px
}
}
