@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP");
/*!
 * Bootstrap Reboot v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* @media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
} */

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
} */

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 回転するアニメーション */
@keyframes fuwafuwa {
  0% {
    translate: 0 0;
    scale: 1.05;
    rotate: 0deg;
  }
  50% {
    translate: 0 20px;
    scale: 1;
    rotate: -2deg;
  }
  100% {
    translate: 0 0;
    scale: 1.05;
    rotate: 0deg;
  }
}
@keyframes smoky {
  60% {
    text-shadow: 0 0 20px whitesmoke, 0 0 40px whitesmoke;
    filter: blur(20px);
  }
  to {
    transform: translate3d(15rem, -8rem, 0) rotate(-40deg) skewX(70deg) scale(1.5);
    text-shadow: 0 0 10px whitesmoke, 0 0 20px whitesmoke;
    opacity: 0;
  }
}
@keyframes smoky_return {
  from {
    transform: translate3d(15rem, -8rem, 0) rotate(-40deg) skewX(70deg) scale(1.5);
    text-shadow: 0 0 10px whitesmoke, 0 0 20px whitesmoke;
    opacity: 0;
  }
  40% {
    text-shadow: 0 0 20px whitesmoke, 0 0 40px whitesmoke;
    filter: blur(20px);
  }
  to {
    text-shadow: none;
    transform: translate3d(0, 0, 0) rotate(0deg) skewX(0deg) scale(1);
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes menu_open {
  0% {
    translate: 100% 0;
    visibility: hidden;
    opacity: 0;
  }
  100% {
    translate: 0 0;
    visibility: visible;
    opacity: 1;
  }
}
@keyframes menu_close {
  0% {
    translate: 0 0;
    visibility: visible;
    opacity: 1;
  }
  100% {
    translate: 100% 0;
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes loading_progress {
  0% {
    translate: 0 2rem;
  }
  50% {
    translate: 0 0;
  }
  100% {
    translate: 0 2rem;
  }
}
@keyframes loading_finished {
  0% {
    translate: 0 2rem;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes loading_hide {
  0% {
    translate: 0 0;
    display: block;
  }
  0%, 99% {
    display: block;
  }
  100% {
    translate: 0 -100%;
    display: none;
  }
}
/*
↓のjsでCSSメディアクエリ名と同じ値を取得可能
var breakpoint = {};
breakpoint.refreshValue = function () {
  this.value = window.getComputedStyle(document.querySelector('body'), ':before').getPropertyValue('content').replace(/"/g, '');
};

if(breakpoint === 'md') {
  // mdの場合
}
*/
body::before {
  content: "sm";
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
}

@media screen and (min-width: 400px) {
  body::before {
    content: "sm";
  }
}
@media screen and (min-width: 768px) {
  body::before {
    content: "md";
  }
}
@media screen and (min-width: 1000px) {
  body::before {
    content: "lg";
  }
}
@media screen and (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
.logofont {
  font-family: "Bebas Neue", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
}

/****************************************
* マグネットボタン
* 以下htmlのベース(&JS)が必要

<div class="mag_button button">
    <a href="#" class="mag menu_mag" data-strength="50" data-strength-text="25">
        <div class="mag-fill"></div>
        <div class="mag-text">
            <span class="mag-text-inner change">新規会員登録</span>
        </div>
    </a>
</div>

*****************************************/
.mag_button {
  margin-bottom: 10px;
  position: relative;
  z-index: 5;
  border: 0;
  outline: 0;
  max-width: 200px;
}
.mag_button .mag {
  cursor: pointer;
  border: 0;
  color: #000;
  background: transparent;
  min-width: 1em;
  height: 3em;
  padding: 0;
  font-size: 1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  will-change: transform;
  outline: 0;
  transform: translateZ(0) rotate(0.001deg);
  box-shadow: inset 0px 0px 0px 1px #666;
}
.mag_button .mag-fill {
  background: #000;
  position: absolute;
  width: 150%;
  height: 200%;
  border-radius: 50%;
  top: -50%;
  left: -25%;
  transform: translate3d(0, -76%, 0);
  will-change: transform;
  transition: background-color ease-in-out 0.25s;
}
.mag_button .mag-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  z-index: 2;
  color: #000;
  position: relative;
  transform: rotate(0.001deg);
  pointer-events: none;
  will-change: transform, color;
}

/****************************************
* スモーク
* 以下htmlのベース(&JS)が必要

//html
<div class="smoke" data-smoke-type="left" data-smoke-num="80"></div>

//js (div.cを必要分生成)
$('[data-smoke-type]').each(function(i, e){
    let num = $(this).data()['smokeNum'];
    let className = $(this).data()['smokeType'];
    let html = '';

    $(this).addClass(className);

    for (let i = 0; i < num; i++) {
        html += '<div class="c"></div>';
    }

    $(html).appendTo($(this));
});
*****************************************/
/****************************************
* マウスストーカー
* 以下htmlのベース(&JS)が必要

//html
<div id="mouse-stalker"></div>

//js
const stalker = document.getElementById('mouse-stalker');
let hovFlag = false;

document.addEventListener('mousemove', function (e) {
    stalker.style.transform = 'translate(' + e.clientX + 'px, ' + e.clientY + 'px)';
});

const linkElem = document.querySelectorAll('a:not(.no_stick_)');
for (let i = 0; i < linkElem.length; i++) {
    linkElem[i].addEventListener('mouseover', function (e) {
        hovFlag = true;
        stalker.classList.add('is_active');

    });
    linkElem[i].addEventListener('mouseout', function (e) {
        hovFlag = false;
        stalker.classList.remove('is_active');
    });
}
*****************************************/
#mouse-stalker {
  pointer-events: none;
  position: fixed;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  transform: translate(0, 0);
  transition: transform 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99999;
  mix-blend-mode: difference;
}
@media screen and (max-width: 999px) {
  #mouse-stalker {
    display: none;
  }
}
#mouse-stalker.is_active {
  top: -40px;
  left: -40px;
  width: 80px;
  height: 80px;
  transition: 0.2s;
}

/*********************************************
* variables
*********************************************/
/*********************************************
* Base
*********************************************/
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000;
  transition: 0.5s color;
}
a:hover {
  color: #666;
}

body,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
}

.sm_only {
  display: block;
}
@media screen and (min-width: 768px) {
  .sm_only {
    display: none;
  }
}

.inview {
  will-change: transform;
}

/*********************************************
* header
*********************************************/
.gheader {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 5000;
}
.gheader_inner {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gheader_inner .primary {
  width: 100px;
}
.gheader_inner .primary .glogo {
  font-size: 2rem;
}
.gheader_inner .primary .glogo a {
  color: #fff;
}
.gheader_inner .secondary {
  flex: 1;
}
.gheader_inner .secondary > * {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.gheader_inner .secondary .icon_link a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 50px;
  height: 50px;
}
.gheader_inner .secondary .gmypage a {
  background-image: url("../images/icon_mypage.png");
}
.gheader_inner .secondary .gcart a {
  background-image: url("../images/icon_cart.png");
}
.gheader_inner .secondary .gnav_more {
  height: fit-content;
}

.gheader .gnav_more_contents {
  position: fixed;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  /* animation: menu_close 1s forwards cubic-bezier(0.645, 0.045, 0.355, 1); */
  display: flex;
  justify-content: space-between;
  align-items: top;
  opacity: 0;
  visibility: hidden;
  padding-top: 50px;
  translate: 100% 0;
  transition: .6s;
}
.gheader_inner .secondary .gnav_more_button.active + .gnav_more_contents {
  /* animation: menu_open 1s forwards cubic-bezier(0.645, 0.045, 0.355, 1); */
  right: 200px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .gheader .gnav_more_contents {
    width: 100%;
  }
  .gheader_inner .secondary .gnav_more_button.active + .gnav_more_contents {
    /* animation: menu_open 1s forwards cubic-bezier(0.645, 0.045, 0.355, 1); */
    right: 100%;
  }
}
.gheader .gnav_more_contents_inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  height: calc(100vh - 50px);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.gheader .gnav_more_contents_inner .gnavlogo {
  font-size: 2rem;
}
.gheader .gnav_more_contents_inner .gnavlogo a {
  color: #000;
}
.gheader .gnav_more_contents_inner .glink_banner {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .gheader .gnav_more_contents_inner .glink_banner {
    display: flex;
    flex-wrap: wrap;
  }
}
.gheader .gnav_more_contents_inner .glink_banner > div {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gheader .gnav_more_contents_inner .glink_banner > div .button {
  width: 100%;
  margin: 0;
}
.gheader .gnav_more_contents_inner .glink_banner .gnav_banner {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .gheader .gnav_more_contents_inner .glink_banner .gnav_banner {
    width: 50%;
    padding: 10px;
    margin-bottom: 0;
  }
}
.gheader .gnav_more_contents_inner .glink_list {
  margin: 0;
  padding: 0;
}
.gheader .gnav_more_contents_inner .glink_list li {
  list-style: none;
  font-size: 1.5rem;
}
.gheader .gnav_more_contents_inner .glink_list li a {
  display: block;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .gheader .gnav_more_contents_inner .glink_list li.txt_link a {
    position: relative;
  }
  .gheader .gnav_more_contents_inner .glink_list li.txt_link a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background-color: #000;
  }
  .gheader .gnav_more_contents_inner .glink_list li.txt_link a:hover::before {
    width: 100%;
  }
}
.gheader .gnav_more_contents_inner .glink_list img {
  width: 50px;
}

.gnav_more_button a {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
  z-index: 30;
}
.gnav_more_button a span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 13px;
  height: 2px;
  background-color: #fff;
}
.gnav_more_button a span:nth-of-type(1) {
  top: 22px;
  width: 50%;
}
.gnav_more_button a span:nth-of-type(2) {
  top: 29px;
  width: 50%;
}
.gnav_more_button.active a span {
  background-color: #000;
}
.gnav_more_button.active a span:nth-of-type(1) {
  top: 20px;
  left: 16px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
.gnav_more_button.active a span:nth-of-type(2) {
  top: 32px;
  left: 16px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

/*********************************************
* footer
*********************************************/
.gfooter {
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .gfooter {
    padding: 50px 10px 100px;
    font-size: 0.8rem;
  }
}
.gfooter a {
  color: rgb(255, 255, 255);
}
.gfooter_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.gfooter ul {
  padding: 0;
}
.gfooter ul li {
  list-style: none;
}
.gfooter_top {
  text-align: center;
  margin-bottom: 50px;
}
.gfooter_top li {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
  display: inline-block;
}
.gfooter_top li a {
  display: block;
  padding: 10px 30px;
}
@media screen and (max-width: 767px) {
  .gfooter_top li a {
    padding: 10px 20px;
  }
}
.gfooter .socials {
  max-width: 300px;
  margin: 0 auto 50px;
}
.gfooter .socials ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gfooter .socials ul li {
  max-width: 40px;
  margin: 0 auto;
}
.gfooter .socials img {
  width: 100%;
}
.gfooter .sitemap ul {
  text-align: center;
}
.gfooter .sitemap ul li {
  display: inline-block;
}
.gfooter .sitemap ul li a {
  display: block;
  padding: 10px 40px;
}
@media screen and (max-width: 767px) {
  .gfooter .sitemap ul li a {
    padding: 10px 20px;
  }
}

/*********************************************
 * main
 *********************************************/
.main {
  margin-top: 50px;
  overflow-x: hidden;
}
.main_bg {
  position: -webkit-fixed;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: -100;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main_bg {
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
  }
}
.main_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(0, 0, 0) 50%);
  transition: 5s cubic-bezier(0.77, 0, 0.175, 1);
  translate: -50% 0;
  z-index: 2;
}
.complete .main_bg::before {
  translate: 100% 0;
}
@media screen and (max-width: 767px) {
  .main_bg::before {
    content: none;
  }
}
.main_bg video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.main .section_header .section_title {
  font-size: 4rem;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  translate: 0 50px;
  opacity: 0;
}
.main .section_header .section_title.inview {
  opacity: 1;
  translate: 0 0;
}
@media screen and (max-width: 767px) {
  .main .section_header .section_title {
    font-size: 2.5rem;
  }
}
.main .section_fv {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  height: calc(100vh - 50px);
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .main .section_fv {
    padding-top: 70px;
    height: fit-content;
  }
}
.main .section_fv_inner {
  width: 100%;
  height: 100%;
}
.main .section_fv_inner .catchcopy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main .section_fv_inner .catchcopy {
    flex-direction: column;
    height: fit-content;
  }
}
.main .section_fv_inner h2 {
  min-width: 300px;
  margin-bottom: 1.5rem;
}
.main .section_fv_inner h2 span .splited {
  display: inline-block;
  min-width: 0.5rem;
}
.main .section_fv_inner h2 span.en {
  font-size: 6rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .main .section_fv_inner h2 span.en {
    font-size: 3rem;
    margin-bottom: 0.7rem;
  }
}
.main .section_fv_inner h2 span.en span {
  will-change: text-shadow, transform, opacity;
}
@media screen and (min-width: 768px) {
  .complete .main .section_fv_inner h2 span.en span {
    animation: smoky_return 2s 0s both;
  }
}
.main .section_fv_inner h2 span.ja {
  font-size: 2rem;
  display: block;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
  .main .section_fv_inner h2 span.ja {
    font-size: 1.2rem;
  }
}
.main .section_fv_inner h2 span.ja span {
  will-change: text-shadow, transform, opacity;
}
@media screen and (min-width: 768px) {
  .complete .main .section_fv_inner h2 span.ja span {
    animation: smoky_return 2s 1s both;
  }
}
.main .section_fv_inner .pri {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main .section_fv_inner .pri .desc {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .main .section_fv_inner .pri .desc {
    font-size: 0.7rem;
  }
}
.main .section_fv_inner .pri .desc .rowtext {
  display: block;
}
.main .section_fv_inner .pri .desc .rowtext span {
  display: inline-block;
  will-change: text-shadow, transform, opacity;
}
@media screen and (min-width: 768px) {
  .complete .main .section_fv_inner .pri .desc .rowtext span {
    animation: smoky_return 2s 1s both;
  }
}
.main .section_fv_inner .pri .postsc {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .main .section_fv_inner .pri .postsc {
    font-size: 1.3rem;
  }
}
.main .section_fv_inner .pri .postsc span {
  display: inline-block;
  will-change: text-shadow, transform, opacity;
}
@media screen and (min-width: 768px) {
  .complete .main .section_fv_inner .pri .postsc span {
    animation: smoky_return 2s 1s both;
  }
}
.main .section_fv_inner .sec {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .main .section_fv_inner .sec {
    flex-direction: row;
    height: fit-content;
    margin-top: 100px;
  }
  .main .section_fv_inner .sec > p {
    padding: 0 5px;
  }
}
.main .section_fv_inner .sec img {
  opacity: 0;
  display: block;
  width: 100%;
  height: auto;
  max-width: 200px;
}
.complete .main .section_fv_inner .sec img {
  animation: fadein 2s 1s forwards;
}
.main .section_fv_inner .fv_item {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .main .section_fv_inner .fv_item {
    top: 30px;
    left: auto;
    right: -170px;
    rotate: -70deg;
  }
}
.main .section_fv_inner .fv_item .fuwafuwa {
  animation: 3s fuwafuwa infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform-origin: center center;
}
.main .section_fv_inner .fv_item img {
  width: 100vh;
  max-width: 600px;
  rotate: -50deg;
  opacity: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .main .section_fv_inner .fv_item img {
    rotate: 0deg;
    max-width: 400px;
  }
}
.complete .main .section_fv_inner .fv_item img {
  animation: fadein 2s forwards;
}
.main .section_video_cm_inner {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .main .section_video_cm_inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.main .section_video_cm_inner video {
  width: 100%;
  height: 100%;
  display: block;
}
.main .section_banner {
  height: fit-content;
  position: relative;
  background-size: cover;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}
.main .section_banner_inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main .section_banner_inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.main .section_banner_header {
  text-align: center;
}
.main .section_banner_header h3 {
  font-size: 4rem;
  line-height: 1.2;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  translate: 0 50px;
  opacity: 0;
}
.main .section_banner_header h3.inview {
  opacity: 1;
  translate: 0 0;
}
@media screen and (max-width: 767px) {
  .main .section_banner_header h3 {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.main .section_banner_header p {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  translate: 0 50px;
  opacity: 0;
}
.main .section_banner_header p.inview {
  opacity: 1;
  translate: 0 0;
}
@media screen and (max-width: 767px) {
  .main .section_banner_header p {
    font-size: 0.8rem;
  }
}
.main .section_banner_contents img {
  width: 100%;
}
.main .section_banner_contents .lineup ul {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .main .section_banner_contents .lineup ul {
    justify-content: space-around;
  }
}
.main .section_banner_contents .lineup ul li {
  margin: 0 5%;
  list-style: none;
  height: 400px;
  will-change: transform;
  opacity: 0;
  transition: 1s;
}
.main .section_banner_contents .lineup ul li:nth-of-type(1) {
  translate: calc(-200px + (0 * 100px)) 0;
}
.main .section_banner_contents .lineup ul li:nth-of-type(2) {
  translate: calc(-200px + (1 * 100px)) 0;
}
.main .section_banner_contents .lineup ul li:nth-of-type(3) {
  translate: calc(-200px + (2 * 100px)) 0;
}
.main .section_banner_contents .lineup ul li:nth-of-type(4) {
  translate: calc(-200px + (3 * 100px)) 0;
}
.main .section_banner_contents .lineup ul li:nth-of-type(5) {
  translate: calc(-200px + (4 * 100px)) 0;
}
@media screen and (max-width: 767px) {
  .main .section_banner_contents .lineup ul li {
    margin: 0;
    height: 250px;
    flex: 1;
    width: 20%;
    text-align: center;
  }
}
.main .section_banner_contents .lineup ul li img {
  rotate: 30deg;
  height: 100%;
  width: auto;
}
@media screen and (max-width: 767px) {
  .main .section_banner_contents .lineup ul li img {
    rotate: 0deg;
  }
}
.main .section_banner_contents .lineup ul.inview li {
  opacity: 1;
  translate: 0 0;
}
.main .section_banner_contents .health {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  opacity: 0;
  scale: 1.5;
  transition: 1s ease-out;
}
.main .section_banner_contents .health.inview {
  opacity: 1;
  scale: 1;
}
.main .section_banner_contents .health p {
  width: 40%;
  max-width: 130px;
  text-align: center;
  padding: 0 20px;
}
.main .section_banner_contents .health p.all0 {
  width: 100%;
  max-width: 100%;
}
.main .section_banner_contents .health p.all0 img {
  max-width: 400px;
  width: 80%;
}
.main .section_banner_contents .health p img {
  max-width: 200px;
}
.main .section_product {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .main .section_product {
    padding: 60px 0 0;
    overflow: hidden;
  }
}
.main .section_product .prod_list {
  margin: 0;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .main .section_product .prod_list {
    padding: 30px 0;
  }
}
.main .section_product .prod_list .prod {
  background: rgba(0, 0, 0, 0.8);
  padding: 50px 0;
  list-style: none;
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .main .section_product .prod_list .prod {
    margin: 0 0 40px;
  }
}
.main .section_product .prod_list .prod.layout_01 .prod_desc {
  order: 1;
}
.main .section_product .prod_list .prod.layout_01 .prod_image {
  order: 2;
}
.main .section_product .prod_list .prod.layout_01 .prod_eyecatch {
  right: 5%;
}
.main .section_product .prod_list .prod.layout_02 .prod_desc {
  order: 2;
}
@media screen and (max-width: 767px) {
  .main .section_product .prod_list .prod.layout_02 .prod_desc {
    order: 1;
  }
}
.main .section_product .prod_list .prod.layout_02 .prod_image {
  order: 1;
}
.main .section_product .prod_list .prod.layout_02 .prod_image .prod_bg {
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .main .section_product .prod_list .prod.layout_02 .prod_image {
    order: 2;
  }
}
.main .section_product .prod_list .prod.layout_02 .prod_eyecatch {
  left: 40%;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .main .section_product .prod_list .prod.layout_02 .prod_eyecatch {
    right: 5%;
    left: auto;
  }
}
.main .section_product .prod_list .prod.prod_cherry_pepper .prod_desc::before, .main .section_product .prod_list .prod.prod_cherry_pepper .prod_desc::after {
  background: url("../images/stripe_red.png");
}
.main .section_product .prod_list .prod.prod_oropo .prod_desc::before, .main .section_product .prod_list .prod.prod_oropo .prod_desc::after {
  background: url("../images/stripe_blue.png");
}
.main .section_product .prod_list .prod.prod_power_turmeric .prod_desc::before, .main .section_product .prod_list .prod.prod_power_turmeric .prod_desc::after {
  background: url("../images/stripe_orange.png");
}
.main .section_product .prod_list .prod.prod_lemon_squash .prod_desc::before, .main .section_product .prod_list .prod.prod_lemon_squash .prod_desc::after {
  background: url("../images/stripe_yellow.png");
}
.main .section_product .prod_list .prod.prod_cream_soda .prod_desc::before, .main .section_product .prod_list .prod.prod_cream_soda .prod_desc::after {
  background: url("../images/stripe_green.png");
}
.main .section_product .prod_list .prod a {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .main .section_product .prod_list .prod a:hover .desc_inner::after {
    translate: 10px 0 !important;
  }
}
.main .section_product .prod_list .prod_inner {
  background: rgb(255, 255, 255);
  position: relative;
  will-change: transform;
}
.main .section_product .prod_list .prod_inner .prod_eyecatch {
  position: absolute;
  top: -100px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .main .section_product .prod_list .prod_inner .prod_eyecatch {
    top: auto;
    bottom: -73px;
  }
}
.main .section_product .prod_list .prod_inner .prod_eyecatch img {
  max-height: 600px;
  rotate: 30deg;
}
@media screen and (max-width: 767px) {
  .main .section_product .prod_list .prod_inner .prod_eyecatch img {
    max-height: 350px;
  }
}
.main .section_product .prod_list .prod_inner .prod_contents {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .main .section_product .prod_list .prod_inner .prod_contents {
    flex-direction: column;
  }
}
.main .section_product .prod_list .prod_inner .prod_contents .prod_desc {
  width: 50%;
  display: flex;
  padding: 100px 0 100px 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main .section_product .prod_list .prod_inner .prod_contents .prod_desc {
    width: 100%;
    padding: 50px 0 50px 50px;
  }
}
.main .section_product .prod_list .prod_inner .prod_contents .prod_desc::before, .main .section_product .prod_list .prod_inner .prod_contents .prod_desc::after {
  content: "";
  height: 30px;
  width: 50%;
  position: absolute;
  background-repeat: repeat;
}
@media screen and (max-width: 767px) {
  .main .section_product .prod_list .prod_inner .prod_contents .prod_desc::before, .main .section_product .prod_list .prod_inner .prod_contents .prod_desc::after {
    height: 15px;
    background-size: 70%;
  }
}
.main .section_product .prod_list .prod_inner .prod_contents .prod_desc::before {
  top: 15px;
  right: 15px;
}
.main .section_product .prod_list .prod_inner .prod_contents .prod_desc::after {
  bottom: 15px;
  left: 15px;
}
.main .section_product .prod_list .prod_inner .prod_contents .prod_desc .desc_inner h4 {
  font-size: 4rem;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .main .section_product .prod_list .prod_inner .prod_contents .prod_desc .desc_inner h4 {
    font-size: 2.5rem;
  }
}
.main .section_product .prod_list .prod_inner .prod_contents .prod_desc .desc_inner p {
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .main .section_product .prod_list .prod_inner .prod_contents .prod_desc .desc_inner p {
    font-size: 0.8rem;
  }
}
.main .section_product .prod_list .prod_inner .prod_contents .prod_desc .desc_inner::after {
  content: "";
  position: absolute;
  bottom: 40px;
  right: 40px;
  transition: translate 0.5s;
  translate: 0 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 26.1px solid #000000;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .main .section_product .prod_list .prod_inner .prod_contents .prod_desc .desc_inner::after {
    bottom: 20px;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13.92px solid #000000;
    border-right: 0;
  }
}
.main .section_product .prod_list .prod_inner .prod_contents .prod_image {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main .section_product .prod_list .prod_inner .prod_contents .prod_image {
    width: 100%;
    aspect-ratio: 16/10;
  }
}
.main .section_product .prod_list .prod_inner .prod_contents .prod_image .prod_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140%;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .main .section_product .prod_list .prod_inner .prod_contents .prod_image .prod_bg {
    height: 100%;
  }
}
.main .section_product .prod_list .prod_inner .prod_eyecatch {
  translate: 100px 0;
  opacity: 0;
  transition: 1s;
}
.main .section_product .prod_list .prod_inner.inview .prod_eyecatch {
  translate: 0 0;
  opacity: 1;
}
.main .section_product .prod_list .prod_inner h4 {
  translate: -100px 0;
  opacity: 0;
  transition: 1s;
}
.main .section_product .prod_list .prod_inner.inview h4 {
  translate: 0 0;
  opacity: 1;
}
.main .section_product .prod_list .prod_inner .desc_inner p {
  translate: -100px 0;
  opacity: 0;
  transition: 1s 0.5s;
}
.main .section_product .prod_list .prod_inner.inview .desc_inner p {
  translate: 0 0;
  opacity: 1;
}
.main .section_interval_01 .interval_slider {
  padding: 0;
  margin: 0;
}
.main .section_interval_01 .interval_slider li {
  margin: 0;
  padding: 0;
}
.main .section_interval_01 .interval_slider li img {
  width: 100%;
}
.main .section_how_to_use {
  margin: 0 0 100px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .main .section_how_to_use {
    margin: 0 0 30px;
    padding-top: 50px;
  }
}
.main .section_how_to_use h3 {
  font-size: 4rem;
  text-align: center;
  color: #fff;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  translate: 0 50px;
  opacity: 0;
}
.main .section_how_to_use h3.inview {
  opacity: 1;
  translate: 0 0;
}
@media screen and (max-width: 767px) {
  .main .section_how_to_use h3 {
    font-size: 2.5rem;
  }
}
.main .section_how_to_use_inner {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.main .section_how_to_use_inner .pri {
  position: relative;
}
.main .section_how_to_use_inner .pri p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 1rem 0;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .main .section_how_to_use_inner .pri p {
    position: static;
    font-size: 0.8rem;
  }
}
.main .section_how_to_use_inner .pri .section_bg {
  display: flex;
  min-height: 400px;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .main .section_how_to_use_inner .pri .section_bg {
    flex-direction: column;
    gap: 10px;
  }
}
.main .section_how_to_use_inner .pri .section_bg .how_bg {
  width: 100%;
  display: flex;
  opacity: 0;
  transition: opacity 1s;
}
.main .section_how_to_use_inner .pri .section_bg .how_bg.inview {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .main .section_how_to_use_inner .pri .section_bg .how_bg {
    aspect-ratio: 16/9;
  }
}
.main .section_how_to_use_inner .pri .section_bg .how_bg div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.main .section_how_to_use_inner .sec .flow_list {
  padding: 0;
  margin: -50px 0 0 0;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .main .section_how_to_use_inner .sec .flow_list {
    margin: 15px 0 0 -15px;
    flex-wrap: wrap;
    width: calc(100% + 15px);
  }
}
.main .section_how_to_use_inner .sec .flow_list .flow {
  margin: 0 20px;
  background: #fff;
  width: 25%;
  position: relative;
  list-style: none;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .main .section_how_to_use_inner .sec .flow_list .flow {
    width: calc(50% - 15px);
    margin: 0 0 15px 15px;
  }
}
.main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(1)::before {
  content: "01";
  top: 10px;
  left: 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(1)::before {
    font-size: 2rem;
  }
}
.main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(2)::before {
  content: "02";
  top: 10px;
  left: 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(2)::before {
    font-size: 2rem;
  }
}
.main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(3)::before {
  content: "03";
  top: 10px;
  left: 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(3)::before {
    font-size: 2rem;
  }
}
.main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(4)::before {
  content: "04";
  top: 10px;
  left: 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(4)::before {
    font-size: 2rem;
  }
}
.main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(5)::before {
  content: "05";
  top: 10px;
  left: 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(5)::before {
    font-size: 2rem;
  }
}
.main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(6)::before {
  content: "06";
  top: 10px;
  left: 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(6)::before {
    font-size: 2rem;
  }
}
.main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(7)::before {
  content: "07";
  top: 10px;
  left: 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(7)::before {
    font-size: 2rem;
  }
}
.main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(8)::before {
  content: "08";
  top: 10px;
  left: 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(8)::before {
    font-size: 2rem;
  }
}
.main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(9)::before {
  content: "09";
  top: 10px;
  left: 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(9)::before {
    font-size: 2rem;
  }
}
.main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(10)::before {
  content: "010";
  top: 10px;
  left: 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(10)::before {
    font-size: 2rem;
  }
}
.main .section_how_to_use_inner .sec .flow_list .flow p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .main .section_how_to_use_inner .sec .flow_list .flow p {
    font-size: 0.8rem;
  }
}
.main .section_how_to_use_inner .sec .flow_list .flow .illust img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main .section_how_to_use_inner .sec .flow_list .flow .desc {
  padding: 15px;
}
.main .section_how_to_use_inner .sec .flow_list .flow {
  translate: 0 100px;
  opacity: 0;
}
.main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(1) {
  transition: 1s 0.1s;
}
.main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(2) {
  transition: 1s 0.2s;
}
.main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(3) {
  transition: 1s 0.3s;
}
.main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(4) {
  transition: 1s 0.4s;
}
.main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(5) {
  transition: 1s 0.5s;
}
.main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(6) {
  transition: 1s 0.6s;
}
.main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(7) {
  transition: 1s 0.7s;
}
.main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(8) {
  transition: 1s 0.8s;
}
.main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(9) {
  transition: 1s 0.9s;
}
.main .section_how_to_use_inner .sec .flow_list .flow:nth-of-type(10) {
  transition: 1s 1s;
}
.main .section_how_to_use_inner .sec .flow_list.inview .flow {
  translate: 0 0;
  opacity: 1;
}
.main .section_interval_02 {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .main .section_interval_02 {
    min-height: 400px;
  }
}
.main .section_interval_02_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.main .section_interval_02_inner svg {
  width: 100%;
  height: 100%;
}
.main .section_interval_02_inner svg path,
.main .section_interval_02_inner svg line,
.main .section_interval_02_inner svg g {
  will-change: translate opacity;
  overflow: visible;
}
.main .section_interval_02_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 50px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  translate: 0 0;
  transition: translate 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.main .section_interval_02_bg.inview {
  translate: 0 -50px;
}
.main .section_interval_02_inner .svg_wrap {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 600px;
}
.main .section_interval_02_inner .svg_wrap li {
  list-style: none;
  width: 100%;
  padding: 0 20px;
}
.main .section_interval_02_inner .svg_wrap li:nth-of-type(1) {
  width: 70%;
  margin: 0 auto 40px;
}
.main .section_interval_02_inner .svg_wrap li:nth-of-type(2) {
  width: 60%;
  margin: 0 auto 30px;
}
.main .section_interval_02_inner .svg_wrap li img {
  width: 100%;
  height: 100%;
  display: block;
}
.main .section_interval_02_inner .svg_wrap li:nth-of-type(1) {
  translate: 0 50px;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.main .section_interval_02_inner .svg_wrap li:nth-of-type(2) {
  translate: 0 50px;
  opacity: 0;
  transition: 0.5s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.main .section_interval_02_inner .svg_wrap li:nth-of-type(3) {
  translate: 0 50px;
  opacity: 0;
  transition: 0.5s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.main .section_interval_02_inner .svg_wrap.inview li:nth-of-type(1) {
  translate: 0 0;
  opacity: 1;
}
.main .section_interval_02_inner .svg_wrap.inview li:nth-of-type(2) {
  translate: 0 0;
  opacity: 1;
}
.main .section_interval_02_inner .svg_wrap.inview li:nth-of-type(3) {
  translate: 0 0;
  opacity: 1;
}
.main .section_subscription {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .main .section_subscription {
    min-height: 400px;
  }
}
.main .section_subscription_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.main .section_subscription_inner svg {
  width: 100%;
  height: 100%;
}
.main .section_subscription_inner svg path,
.main .section_subscription_inner svg line,
.main .section_subscription_inner svg g {
  will-change: translate opacity;
  overflow: visible;
}
.main .section_subscription_bg {
  background-attachment: fixed;
}
.main .section_subscription_inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.main .banner_subscription {
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  translate: 0 50px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .main .banner_subscription {
    border-radius: 20px;
  }
}
.main .banner_subscription.inview {
  opacity: 1;
  translate: 0 0;
}
.main .banner_subscription_inner {
  position: relative;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .main .banner_subscription_inner {
    padding: 20px 10px 70px;
  }
}
.main .banner_subscription_inner::after {
  content: "";
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 22.5px solid transparent;
  border-bottom: 22.5px solid transparent;
  border-left: 39.15px solid #000000;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .main .banner_subscription_inner::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 26.1px solid #000000;
    border-right: 0;
    bottom: 20px;
    right: 50%;
    translate: 50% 0;
  }
}
.main .banner_subscription .pri {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main .banner_subscription .pri {
    padding: 0 0;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 100px 1fr 1fr;
    grid-template-areas: "stamp cause cause" "stamp desc  desc ";
  }
}
.main .banner_subscription .pri p {
  margin: 0;
}
.main .banner_subscription .pri .stamp {
  max-width: 130px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .main .banner_subscription .pri .stamp {
    grid-area: stamp;
  }
}
.main .banner_subscription .pri .stamp img {
  width: 100%;
}
.main .banner_subscription .pri .cause {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main .banner_subscription .pri .cause {
    font-size: 1.5rem;
    grid-area: cause;
    margin-bottom: 0.2rem;
  }
}
.main .banner_subscription .pri .desc {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-size: 1rem;
  flex: 1;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .main .banner_subscription .pri .desc {
    font-size: 0.7rem;
    grid-area: desc;
  }
}
.main .banner_subscription .pri .desc::before, .main .banner_subscription .pri .desc::after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  background-color: #000;
}
.main .banner_subscription .pri .desc::before {
  left: 0;
}
.main .banner_subscription .pri .desc::after {
  right: 0;
}
.main .banner_subscription .sec ul {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .main .banner_subscription .sec ul {
    justify-content: space-around;
  }
}
.main .banner_subscription .sec ul li {
  margin: 0 5%;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .main .banner_subscription .sec ul li {
    margin: 0;
    height: 220px;
    flex: 1;
    width: 20%;
    text-align: center;
  }
}
.main .banner_subscription .sec ul li img {
  rotate: 30deg;
  height: 400px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .main .banner_subscription .sec ul li img {
    rotate: 0deg;
    height: 100%;
    width: auto;
  }
}
.main .common_layout_section {
  margin-top: 100px;
  padding-top: 50px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main .common_layout_section {
    margin-top: 50px;
    padding-top: 30px;
  }
}
.main .common_layout_section .section_contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
  margin-bottom: 0;
}
.main .common_layout_section .section_contents .explain {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .main .common_layout_section .section_contents .explain {
    flex-direction: column;
  }
}
.main .common_layout_section .section_contents .explain .text_area {
  display: flex;
  align-items: center;
  padding: 100px 0;
  flex: 1;
  opacity: 0;
  translate: -100px 0;
  transition: 1s;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .main .common_layout_section .section_contents .explain .text_area {
    padding: 0 0;
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
  }
}
.main .common_layout_section .section_contents .explain .text_area.inview {
  opacity: 1;
  translate: 0 0;
}
.main .common_layout_section .section_contents .explain .image_area {
  display: flex;
  min-height: 300px;
  width: 100%;
  max-width: 500px;
  background-size: cover;
  background-position: center;
  opacity: 0;
  translate: 100px 0;
  transition: 1s;
}
@media screen and (max-width: 767px) {
  .main .common_layout_section .section_contents .explain .image_area {
    min-height: 240px;
  }
}
.main .common_layout_section .section_contents .explain .image_area.inview {
  opacity: 1;
  translate: 0 0;
}
.main .common_layout_section .section_contents .button_area {
  padding: 50px 0;
}
.main .common_layout_section .section_contents .button_area .button {
  margin: 0 auto;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .main .common_layout_section .section_contents .button_area .button {
    max-width: 180px;
  }
}
.main .common_layout_section .section_contents .button_area .button .mag {
  background: #fff;
  border-radius: 2.125em;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .main .common_layout_section .section_contents .button_area .button .mag {
    height: 3rem;
  }
}
.main .common_layout_section .section_contents .button_area .button .mag-text {
  text-align: left;
  justify-content: left;
}
.main .common_layout_section .section_contents .button_area .button .mag-text::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  background-image: url("../images/btn_arrow.png");
  width: 60px;
  height: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .main .common_layout_section .section_contents .button_area .button .mag-text::after {
    background-size: 70%;
    background-position: right;
    background-repeat: no-repeat;
  }
}
.main .common_layout_section .section_contents .button_area .button .mag-text .mag-text-inner {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .main .common_layout_section .section_contents .button_area .button .mag-text .mag-text-inner {
    font-size: 1rem;
  }
}
.main .common_layout_section .section_contents .faq_list:last-child {
  padding: 0 0 30px;
}
.main .common_layout_section .section_contents .faq_list dt {
  position: relative;
  display: flex;
  align-items: center;
  margin: 1.5em 0 1.5em 15px;
  padding: 30px 30px;
  min-width: 120px;
  max-width: 60%;
  background: #e7e7e7;
  min-height: 100px;
  border-radius: 15px;
  color: #000;
  font-weight: normal;
  opacity: 0;
  translate: -100px 0;
  transition: 1s;
}
@media screen and (max-width: 767px) {
  .main .common_layout_section .section_contents .faq_list dt {
    max-width: 100%;
    font-size: 0.8rem;
  }
}
.main .common_layout_section .section_contents .faq_list dt.inview {
  opacity: 1;
  translate: 0 0;
}
.main .common_layout_section .section_contents .faq_list dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e7e7e7;
}
.main .common_layout_section .section_contents .faq_list dt p {
  margin: 0;
  padding: 0;
}
.main .common_layout_section .section_contents .faq_list dd {
  position: relative;
  display: flex;
  align-items: center;
  margin: 1.5em 15px 1.5em auto;
  padding: 30px 30px;
  min-width: 120px;
  max-width: 60%;
  color: #e7e7e7;
  font-size: 16px;
  background: transparent;
  border: solid 3px #e7e7e7;
  box-sizing: border-box;
  min-height: 100px;
  border-radius: 15px;
  border-right-color: transparent;
  opacity: 0;
  translate: 100px 0;
  transition: 1s;
}
@media screen and (max-width: 767px) {
  .main .common_layout_section .section_contents .faq_list dd {
    max-width: 100%;
    font-size: 0.8rem;
  }
}
.main .common_layout_section .section_contents .faq_list dd.inview {
  opacity: 1;
  translate: 0 0;
}
.main .common_layout_section .section_contents .faq_list dd::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  height: 16px;
  width: 16px;
  border-bottom: 3px solid #e7e7e7;
  border-left: 3px solid #e7e7e7;
  transform: rotate(225deg);
  transform-origin: top right;
}
.main .common_layout_section .section_contents .faq_list dd .r_border::before, .main .common_layout_section .section_contents .faq_list dd .r_border::after {
  content: "";
  position: absolute;
  right: -3px;
  width: 20px;
  height: calc(50% - 5px);
  border-right: 3px solid #e7e7e7;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.main .common_layout_section .section_contents .faq_list dd .r_border::before {
  top: -3px;
  border-top-right-radius: 15px;
}
.main .common_layout_section .section_contents .faq_list dd .r_border::after {
  bottom: -3px;
  border-bottom-right-radius: 15px;
}
.main .common_layout_section .section_contents .faq_list dd p {
  margin: 0;
  padding: 0;
}
.main .section_user_voice {
  padding-bottom: 50px;
}
.main .section_user_voice .section_contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.main .section_user_voice .slick_slider {
  padding: 0;
  margin: 0;
}
.main .section_user_voice .slick_slider li {
  background: #fff;
  padding: 15px;
  margin: 0 20px;
  color: #000;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .main .section_user_voice .slick_slider li {
    border-radius: 5px;
    padding: 10px;
    margin: 0 10px;
    font-size: 0.8rem;
  }
}
.main .section_user_voice .slick_slider li p {
  margin: 0;
}
.main .section_user_voice .slick_slider li .voice_title {
  padding: 5px 0;
  border-bottom: 2px solid #000;
}
.main .section_user_voice .slick_slider li .voice_desc {
  padding: 10px 0;
}
.main .section_user_voice img {
  width: 100%;
}
.main .section_user_voice .slick-arrow {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: absolute;
  top: calc(50% - 1.5rem);
  width: 3rem;
  height: 3rem;
  font-size: 3rem;
  line-height: 1;
}
.main .section_user_voice .slick-arrow::before {
  font-family: "bootstrap-icons";
  display: block;
  color: #fff;
}
.main .section_user_voice .slick-prev {
  left: -50px;
}
.main .section_user_voice .slick-prev::before {
  content: "\f284";
}
.main .section_user_voice .slick-next {
  right: -50px;
}
.main .section_user_voice .slick-next::before {
  content: "\f285";
}
.main .banner_subscription_wrapper {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.main .banner_float {
  position: absolute;
  top: 50px;
  left: 50px;
  opacity: 0;
  transition: 2s;
}
.main .banner_float.inview {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .main .banner_float {
    top: auto;
    left: 0;
    bottom: -70px;
  }
}
.main .banner_float .close_btn a {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
  z-index: 30;
  margin-right: 0;
  margin-left: auto;
}
.main .banner_float .close_btn a span {
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  position: absolute;
  right: 13px;
  top: -40px;
  height: 2px;
}
.main .banner_float .close_btn a span:nth-of-type(1) {
  top: 20px;
  left: 16px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
.main .banner_float .close_btn a span:nth-of-type(2) {
  top: 32px;
  left: 16px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}
.main .banner_float .image_area {
  width: 100px;
}
.main .banner_float .image_area img {
  width: 100%;
  height: auto;
}

/*********************************************
* loading
*********************************************/
.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
}
.complete .loading {
  animation: loading_hide 2s forwards alternate;
}
.loading_inner {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.loading .loadtext {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.6);
  height: 2rem;
  line-height: 1;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.loading .loadtext p {
  margin: 0;
  width: 10rem;
}
.loading .loadtext p span {
  display: inline-block;
}
.loading .loadtext .progress span {
  animation-name: loading_progress;
  animation-duration: 1.5s;
  animation-direction: alternate;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  translate: 0 0;
  visibility: visible;
  opacity: 1;
}
.loading .loadtext .progress span:nth-of-type(1) {
  animation-delay: 0.1s;
  transition: 0.3s;
}
.loading .loadtext .progress span:nth-of-type(2) {
  animation-delay: 0.2s;
  transition: 0.6s;
}
.loading .loadtext .progress span:nth-of-type(3) {
  animation-delay: 0.3s;
  transition: 0.9s;
}
.loading .loadtext .progress span:nth-of-type(4) {
  animation-delay: 0.4s;
  transition: 1.2s;
}
.loading .loadtext .progress span:nth-of-type(5) {
  animation-delay: 0.5s;
  transition: 1.5s;
}
.loading .loadtext .progress span:nth-of-type(6) {
  animation-delay: 0.6s;
  transition: 1.8s;
}
.loading .loadtext .progress span:nth-of-type(7) {
  animation-delay: 0.7s;
  transition: 2.1s;
}
.loading .loadtext .progress span:nth-of-type(8) {
  animation-delay: 0.8s;
  transition: 2.4s;
}
.loading .loadtext .progress span:nth-of-type(9) {
  animation-delay: 0.9s;
  transition: 2.7s;
}
.loading .loadtext .progress span:nth-of-type(10) {
  animation-delay: 1s;
  transition: 3s;
}
.loading .loadtext.finished .progress span {
  translate: 0 2rem;
  visibility: hidden;
  opacity: 0;
  animation-play-state: pause;
}
.loading .loadtext.finished .finished_text {
  margin-top: -2rem;
  transition: 1s;
  opacity: 1;
}
.complete .loading .loadtext.finished .finished_text {
  opacity: 0;
}
.loading .loadtext.finished .finished_text span {
  animation-name: loading_finished;
  animation-duration: 1.5s;
  animation-direction: alternate;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  translate: 0 0;
}

/* 20220926 松本追記 */
.gheader .gnav_more_contents_inner .glink_list img {
  width: 30px;
}

.main .banner_float {
  position: absolute;
  top: auto;
  bottom: 50px;
  left: 50px;
  opacity: 0;
  transition: 2s;
}

.main .banner_float .image_area {
  width: 250px;
}

@media screen and (max-width: 767px) {
  .main .banner_float .image_area {
    width: 200px;
  }
}
.main .banner_float .close_btn a span {
  background-color: rgba(153, 153, 153, 0.7);
  display: inline-block;
  position: absolute;
  right: 13px;
  top: -40px;
  height: 2px;
}

.main .banner_float .close_btn a {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
  z-index: 30;
  margin-right: auto;
  margin-left: 0;
}

.main .banner_float {
  position: fixed;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  transition: 2s;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .main .banner_float {
    left: 0;
    bottom: 0;
  }
}
.main .banner_float .close_btn a span:nth-of-type(1) {
  top: 20px;
  left: 10px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.main .banner_float .close_btn a span:nth-of-type(2) {
  top: 32px;
  left: 10px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

.main .section_fv_inner .sec img {
  opacity: 0;
  display: block;
  width: 100%;
  height: auto;
  max-width: 160px;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .main .section_how_to_use_inner .pri .section_bg {
    flex-direction: inherit;
    gap: 10px;
  }
}
.main .section_user_voice .slick_slider li .top_image {
  margin-bottom: 20px;
}

.main .section_user_voice .slick_slider li .voice_star {
  color: #ff6e2e;
}

.main .section_user_voice .slick_slider .slick-track {
  display: flex;
}

.main .section_user_voice .slick_slider .slick-slide {
  height: auto !important;
}

/*# sourceMappingURL=style.css.map */

