@charset "UTF-8";
/**  Mixins */ /*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@300;400;500;600;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

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: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6096c4;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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;
}

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #e5e5e5;
  --primary: #ffaa1e;
  --second: #d75e5b;
  --text-body: #fff;
  --radius: 5px;
}

/* Base Setting
---------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "fot-tsukubrdgothic-std", "Poppins", sans-serif;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--white);
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  width: 100%;
  background: var(--black);
  letter-spacing: 2px;
}

a {
  transition: all 0.3s;
  color: var(--text-body);
  outline: none !important;
}
a:hover {
  opacity: 1;
  color: var(--primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "fot-tsukubrdgothic-std", "Poppins", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 36px;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h1 {
    font-size: 46px;
  }
}

h2 {
  font-size: 40px;
  line-height: 1.15;
}
@media (min-width: 48em) {
  h2 {
    font-size: 56px;
  }
}

h3 {
  font-size: 34px;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 28px;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h4 {
    font-size: 36px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 48em) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h6 {
    font-size: 20px;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.container-fluid, .container-lg, .container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.shop-list__item--body ul, .sns-section__inner ul, .info-section__body ul, .site-footer ul, .site-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
textarea,
select {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important;
}

.btn,
button,
input[type=button],
input[type=submit] {
  transition: all 0.3s;
  color: var(--white);
  padding: 16px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: var(--primary);
  text-transform: uppercase;
  border: 0;
}
.btn:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.9;
  color: var(--white);
}
.btn svg,
button svg,
input[type=button] svg,
input[type=submit] svg {
  margin-right: 15px;
  max-height: 20px;
}
.btn.btn-white,
button.btn-white,
input[type=button].btn-white,
input[type=submit].btn-white {
  color: var(--primary);
  background: var(--white);
}

.btn-outline {
  transition: all 0.3s;
  color: var(--primary);
  padding: 15px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: none;
  text-transform: uppercase;
  border: 1px solid var(--primary);
}
.btn-outline:hover {
  opacity: 0.9;
  color: var(--white);
}
.btn-outline svg {
  margin-right: 15px;
  max-height: 20px;
}
.btn-outline.btn-white {
  border-color: var(--white);
  color: var(--white);
}

.container-lg {
  max-width: 1560px;
}

.container-fluid {
  max-width: 1920px;
}
@media (min-width: 48em) {
  .container-fluid {
    padding: 0 64px;
  }
}

.section-heading {
  text-align: center;
  font-family: "Gill Sans Ultra Bold Condensed", "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.3;
  margin: 0 0 40px;
}
@media only screen and (min-width: 768px) {
  .section-heading {
    font-size: 38px;
  }
}
@media only screen and (min-width: 992px) {
  .section-heading {
    margin: 0 0 70px;
    font-size: 46px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-heading {
    font-size: 53px;
  }
}

.heading-lines {
  color: var(--primary);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  gap: 25px;
  letter-spacing: 3px;
  margin-bottom: 30px;
  font-size: 26px;
}
@media only screen and (min-width: 768px) {
  .heading-lines {
    margin-bottom: 40px;
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .heading-lines {
    font-size: 49px;
  }
}
.heading-lines::before, .heading-lines::after {
  content: "";
  height: 42px;
  background: var(--primary);
  border-radius: 10px;
  transform: rotate(24deg);
  min-width: 3px;
}
@media only screen and (min-width: 768px) {
  .heading-lines::before, .heading-lines::after {
    min-width: 5px;
    height: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .heading-lines::before, .heading-lines::after {
    height: 56px;
  }
}
.heading-lines::before {
  transform: rotate(-24deg);
}
.heading-lines--sm {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .heading-lines--sm {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .heading-lines--sm {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1300px) {
  .heading-lines--sm {
    font-size: 42px;
  }
}

.heading-dot, .shop-list h2 {
  font-weight: 700;
  position: relative;
  line-height: 1.3;
  font-size: 22px;
  margin: 0 0 30px;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) {
  .heading-dot, .shop-list h2 {
    font-size: 26px;
    padding-left: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .heading-dot, .shop-list h2 {
    font-size: 35px;
    margin: 0 0 35px;
    padding-left: 45px;
  }
}
.heading-dot::before, .shop-list h2::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 100%;
  background: var(--white);
}
@media only screen and (min-width: 768px) {
  .heading-dot::before, .shop-list h2::before {
    width: 22px;
    height: 22px;
    top: 6px;
  }
}
@media only screen and (min-width: 992px) {
  .heading-dot::before, .shop-list h2::before {
    width: 30px;
    height: 30px;
    top: 8px;
  }
}
.heading-dot--sm {
  font-size: 18px;
  margin: 0 0 20px;
  padding-left: 26px;
}
@media only screen and (min-width: 768px) {
  .heading-dot--sm {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .heading-dot--sm {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .heading-dot--sm {
    font-size: 28px;
  }
}
.heading-dot--sm::before {
  width: 16px;
  height: 16px;
  top: 4px;
}
@media only screen and (min-width: 768px) {
  .heading-dot--sm::before {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .heading-dot--sm::before {
    top: 7px;
  }
}

.section {
  padding-block: 50px;
}
@media only screen and (min-width: 992px) {
  .section {
    padding-block: 70px;
  }
}

.main-page {
  min-height: 50vh;
}

.hamburger {
  position: relative;
  width: 28px;
  height: 18px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  opacity: 1;
}
.hamburger span {
  width: 28px;
  height: 2px;
  background: #fff;
  backface-visibility: hidden;
  position: absolute;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
  transform: rotate(0deg);
  border-radius: 5px;
  top: calc(50% - 1px);
  left: calc(50% - 14px);
}
.hamburger span::before, .hamburger span::after {
  content: "";
  transform-origin: center center;
  width: 100%;
  height: 2px;
  background: #fff;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 8px;
  transition: 0.3s all ease;
  border-radius: 5px;
  opacity: 1;
}
.hamburger span::after {
  top: -8px;
}
.hamburger.active span {
  transform: rotate(225deg);
}
.hamburger.active span::before {
  transform: rotate(-90deg);
  top: 0;
}
.hamburger.active span::after {
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .pcbr {
    display: block;
  }
  .spbr {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}

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

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

.admin-bar .site-header {
  top: 46px;
}
@media only screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}

.site-header {
  font-weight: 300;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}
.site-header .container {
  max-width: 1790px;
}
.site-header__inner {
  padding-block: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px 20px;
  min-height: 60px;
}
@media only screen and (min-width: 992px) {
  .site-header__inner {
    gap: 10px 30px;
    padding-block: 15px;
    min-height: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-header__inner {
    padding-block: 30px;
    gap: 10px 40px;
  }
}
@media only screen and (min-width: 1300px) {
  .site-header__inner {
    gap: 10px 50px;
    padding-block: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .site-header .container-lg {
    padding: 0;
  }
}
.site-header__logo img {
  height: 20px;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .site-header__logo img {
    height: 25px;
  }
}
.site-header__text {
  margin-right: auto;
}
.site-header__text p {
  color: var(--white);
  margin: 0;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .site-header__text p {
    font-size: 22px;
    color: var(--text-body);
  }
}
@media only screen and (min-width: 1200px) {
  .site-header__text p {
    font-size: 28px;
  }
}
.site-header__text p span {
  font-size: 13px;
}
@media only screen and (min-width: 992px) {
  .site-header__text p span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-header__text p span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .site-header__nav {
    position: absolute;
    top: 100%;
    background: #1A1A1A;
    width: 100%;
    display: none;
    padding: 30px 15px;
    left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .site-header__nav {
    display: block !important;
    flex-grow: 1;
  }
}
.site-header__nav ul {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .site-header__nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    align-items: center;
    font-weight: 600;
  }
}
@media only screen and (min-width: 1200px) {
  .site-header__nav ul {
    font-size: 18px;
    gap: 10px 20px;
  }
}
@media only screen and (min-width: 1300px) {
  .site-header__nav ul {
    gap: 10px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .site-header__nav ul li + li {
    margin-top: 10px;
  }
}
.site-header__nav ul li a {
  color: var(--text-body);
  display: block;
  position: relative;
}
.site-header__nav ul li.active > a, .site-header__nav ul li:hover > a {
  color: var(--primary);
}
.site-header__nav ul li.special-menu a {
  background: var(--primary);
  color: var(--white);
  border-radius: 5px;
  padding: 7px 11px;
}
.site-header__nav ul li.special-menu a::after {
  display: none;
}
.site-header__nav ul li.special-menu a:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 992px) {
  .site-header__btn {
    display: none;
  }
}
.site-header__socials {
  display: flex;
  gap: 30px;
  margin-left: auto;
}
.site-header__socials a img {
  width: 100%;
  max-height: 17px;
  display: block;
}
.site-header.header-sticky {
  box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.15);
  background: var(--black);
}

#wpadminbar {
  position: fixed;
  top: 0;
}

.site-footer {
  padding-block: 40px;
}
@media only screen and (min-width: 768px) {
  .site-footer {
    padding-block: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer {
    padding-block: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer {
    padding-block: 140px;
  }
}
.site-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .site-footer__inner {
    gap: 10px 50px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer__inner {
    gap: 10px 130px;
  }
}
.site-footer__logo img {
  height: 20px;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .site-footer__logo img {
    height: 25px;
  }
}
.site-footer ul {
  display: flex;
  gap: 10px 20px;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .site-footer ul {
    gap: 10px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer ul {
    gap: 10px 60px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer ul {
    gap: 10px 170px;
    font-size: 23px;
  }
}

/** Sections */
.image-full picture,
.image-full figure {
  display: block;
}
.image-full img {
  width: 100%;
}

.about-section {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.888;
}
@media only screen and (min-width: 992px) {
  .about-section {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-section {
    font-size: 36px;
  }
}
.about-section .container {
  max-width: 1580px;
}
.about-section .section-heading {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .about-section .section-heading {
    margin-bottom: 45px;
  }
}
.about-section__inner {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1060px;
  margin: 40px auto 0;
}
@media only screen and (min-width: 992px) {
  .about-section__inner {
    margin: 80px auto 0;
  }
}
@media only screen and (min-width: 1580px) {
  .about-section__inner {
    gap: 60px;
    max-width: none;
  }
}
.about-section__item {
  border: 1.5px solid var(--white);
  font-size: 16px;
  line-height: 1.9276;
  font-weight: 400;
  border-radius: 100%;
  padding: 55px 30px 10px;
  letter-spacing: 0;
  width: 320px;
  min-height: 320px;
  margin: 0 auto;
}
@media only screen and (min-width: 1580px) {
  .about-section__item {
    font-size: 25px;
    width: 470px;
    min-height: 470px;
    padding: 75px 30px 10px;
  }
}
.about-section__item h3 {
  font-size: 20px;
  line-height: 1.59;
  font-weight: 700;
  margin: 0 0 10px;
}
@media only screen and (min-width: 1580px) {
  .about-section__item h3 {
    font-size: 35px;
  }
}
.about-section__item p {
  margin: 0;
}
.about-section__item small {
  font-size: 12px;
}
@media only screen and (min-width: 1580px) {
  .about-section__item small {
    font-size: 15px;
  }
}

.menu-section__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto 50px;
  max-width: 1240px;
  gap: 40px 20px;
}
@media only screen and (min-width: 768px) {
  .menu-section__inner {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-section__inner {
    gap: 80px 30px;
    margin-bottom: 90px;
  }
}
.menu-section__item {
  text-align: center;
}
.menu-section__item figure {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) {
  .menu-section__item figure {
    width: 160px;
    height: 160px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-section__item figure {
    width: 276px;
    height: 276px;
  }
}
.menu-section__item figure img {
  max-width: 85%;
  max-height: 90%;
}
.menu-section__item h3 {
  font-size: 35px;
  margin: 0 0 15px;
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .menu-section__item h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-section__item h3 {
    font-size: 35px;
  }
}
.menu-section__item h6 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .menu-section__item h6 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .menu-section__item h6 {
    gap: 0;
    gap: 10px;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-section__item h6 {
    font-size: 38px;
    gap: 12px;
  }
}
.menu-section__item h6 small {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .menu-section__item h6 small {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-section__item h6 small {
    font-size: 24px;
  }
}
.menu-section__item h6 strong {
  font-weight: 400;
  border: 0.7px solid var(--white);
  border-radius: 7px;
  display: inline-block;
  padding: 2px;
  min-width: 45px;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .menu-section__item h6 strong {
    font-size: 16px;
    min-width: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-section__item h6 strong {
    font-size: 22px;
    min-width: 77px;
  }
}
.menu-section__content {
  font-size: 16px;
  line-height: 1.85;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .menu-section__content {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-section__content {
    font-size: 26px;
  }
}

.info-section__inner {
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .info-section__inner {
    display: flex;
    gap: 30px 60px;
  }
}
.info-section__inner figure {
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .info-section__inner figure {
    width: 35%;
    margin: 0;
  }
}
.info-section__inner figure img {
  width: 100%;
}
.info-section__body {
  font-size: 16px;
  line-height: 1.62;
}
@media only screen and (min-width: 768px) {
  .info-section__body {
    flex-basis: 0;
    flex-grow: 1;
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .info-section__body {
    font-size: 22px;
  }
}
.info-section__body h3 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .info-section__body h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .info-section__body h3 {
    font-size: 33px;
  }
}
.info-section__body a {
  text-decoration: underline;
}
.info-section__body p {
  margin: 0 0 30px;
}
.info-section__body p:last-of-type {
  margin: 0;
}
.info-section__body ul {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.info-section__body ul li a {
  display: block;
}
.info-section__body ul li a img {
  width: 17px;
  display: block;
}
.info-section__body h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .info-section__body h4 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .info-section__body h4 {
    font-size: 30px;
  }
}
.info-section__body h4 small {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .info-section__body h4 small {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .info-section__body h4 small {
    font-size: 22px;
  }
}
.info-section__body h4 a {
  text-decoration: none;
}
.info-section__body h6 {
  margin: 30px 0 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 45px;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .info-section__body h6 {
    margin-top: 60px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .info-section__body h6 {
    padding-left: 45px;
    font-size: 21px;
  }
}
.info-section__body h6::before {
  content: "";
  flex-basis: 0;
  flex-grow: 1;
  border-bottom: 1px solid var(--white);
}
.info-section__body h6 a {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .news-section .info-section__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .news-section .info-section__body h4 {
    margin-top: auto;
  }
}
@media only screen and (min-width: 768px) {
  .news-section .info-section__body h6 {
    margin-top: auto;
  }
}

.sns-section {
  padding-block: 40px 30px;
}
@media only screen and (min-width: 768px) {
  .sns-section {
    padding-block: 90px 0;
  }
}
.sns-section h2 {
  text-align: center;
  font-size: 22px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .sns-section h2 {
    font-size: 26px;
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 992px) {
  .sns-section h2 {
    font-size: 31px;
  }
}
.sns-section__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .sns-section__inner {
    flex-direction: row;
    gap: 40px;
  }
}
.sns-section__inner h3 {
  font-size: 20px;
  margin: 0;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .sns-section__inner h3 {
    font-size: 30px;
  }
}
.sns-section__inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 30px;
}
@media only screen and (min-width: 768px) {
  .sns-section__inner ul {
    gap: 15px 50px;
  }
}
.sns-section__inner ul li a img {
  display: block;
  width: 36px;
}
@media only screen and (min-width: 768px) {
  .sns-section__inner ul li a img {
    width: 42px;
  }
}

.image-section {
  text-align: center;
  font-weight: 800;
  line-height: 2;
  padding-block: 60px;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .image-section {
    padding-block: 100px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .image-section {
    font-size: 21px;
  }
}
.image-section .section-heading {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .image-section .section-heading {
    margin-bottom: 40px;
  }
}
.image-section picture {
  display: block;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .image-section picture {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .image-section picture {
    margin-top: 120px;
  }
}

.shop-list .container {
  max-width: 1560px;
}
.shop-list h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px;
  line-height: 1.4;
  padding-bottom: 5px;
  border-bottom: 0.5px solid var(--white);
}
@media only screen and (min-width: 768px) {
  .shop-list h3 {
    font-size: 24px;
    margin: 0 0 35px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .shop-list h3 {
    font-size: 28px;
  }
}
.shop-list__group {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .shop-list__group {
    gap: 35px 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) {
  .shop-list__group {
    gap: 50px 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .shop-list__group {
    gap: 70px 134px;
    margin-bottom: 90px;
  }
}
.shop-list__area {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .shop-list__area {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 992px) {
  .shop-list__area {
    width: calc(50% - 30px);
  }
}
@media only screen and (min-width: 1600px) {
  .shop-list__area {
    width: calc(50% - 67px);
  }
}
.shop-list__area--full {
  width: 100%;
}
.shop-list__area--full .shop-list__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .shop-list__area--full .shop-list__grid {
    gap: 35px 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) {
  .shop-list__area--full .shop-list__grid {
    gap: 35px 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .shop-list__area--full .shop-list__grid {
    gap: 35px 134px;
  }
}
.shop-list__item {
  display: flex;
}
.shop-list__item figure {
  width: 120px;
}
@media only screen and (min-width: 1200px) {
  .shop-list__item figure {
    width: 40.5%;
  }
}
.shop-list__item--body {
  width: calc(100% - 120px);
  padding-left: 20px;
  font-size: 12px;
  line-height: 1.37;
  align-self: center;
}
@media only screen and (min-width: 768px) {
  .shop-list__item--body {
    font-size: 14px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .shop-list__item--body {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-list__item--body {
    padding-left: 40px;
    font-size: 20px;
    width: 59.5%;
  }
}
.shop-list__item--body ul li {
  margin-top: 15px;
}
.shop-list__item--body ul li img {
  width: 18px;
}
@media only screen and (min-width: 1200px) {
  .shop-list__item--body ul li img {
    width: 29px;
  }
}
.shop-list__item--body h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .shop-list__item--body h4 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .shop-list__item--body h4 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .shop-list__item--body h4 {
    font-size: 33px;
  }
}
.shop-list__item--body h5 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 5px;
}
@media only screen and (min-width: 992px) {
  .shop-list__item--body h5 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  .shop-list__item--body h5 {
    font-size: 23px;
  }
}
.shop-list__item--body p {
  margin: 0 0 15px;
}
.shop-list__item--body p:last-of-type {
  margin: 0;
}
.shop-list__item--body p a {
  text-decoration: underline;
}
.shop-list__item--socials img {
  width: 17px;
}

.benefits-section h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.55;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .benefits-section h3 {
    margin: 0 0 40px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .benefits-section h3 {
    font-size: 38px;
  }
}
.benefits-section h3 span {
  color: var(--primary);
}
.benefits-section__list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .benefits-section__list {
    gap: 30px;
    margin-bottom: 65px;
  }
}
.benefits-section__list h4 {
  font-weight: 700;
  line-height: 1.347;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.3px solid var(--white);
  border-radius: 100%;
  text-align: center;
  letter-spacing: -2px;
  font-size: 18px;
  width: 150px;
  height: 150px;
}
@media only screen and (min-width: 768px) {
  .benefits-section__list h4 {
    font-size: 20px;
    width: 180px;
    height: 180px;
  }
}
@media only screen and (min-width: 992px) {
  .benefits-section__list h4 {
    width: 160px;
    height: 160px;
  }
}
@media only screen and (min-width: 1200px) {
  .benefits-section__list h4 {
    font-size: 24px;
    width: 200px;
    height: 200px;
  }
}
@media only screen and (min-width: 1500px) {
  .benefits-section__list h4 {
    font-size: 31px;
    width: 248px;
    height: 248px;
  }
}
.benefits-section__row {
  font-size: 18px;
  line-height: 1.78;
  font-weight: 700;
  letter-spacing: -1px;
}
@media only screen and (min-width: 768px) {
  .benefits-section__row {
    display: flex;
    gap: 100px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .benefits-section__row {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1500px) {
  .benefits-section__row {
    gap: 140px;
    font-size: 33px;
  }
}
.benefits-section__row p {
  margin: 0;
}
.benefits-section__row small {
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .benefits-section__row small {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) {
  .benefits-section__row small {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .benefits-section__row small {
    font-size: 29px;
  }
}
@media only screen and (min-width: 768px) {
  .benefits-section__row--left {
    width: calc(47% - 50px);
  }
}
@media only screen and (min-width: 1500px) {
  .benefits-section__row--left {
    width: calc(47% - 70px);
  }
}
.benefits-section__row--right {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .benefits-section__row--right {
    width: calc(53% - 50px);
    margin-top: 0;
  }
}
@media only screen and (min-width: 1500px) {
  .benefits-section__row--right {
    width: calc(53% - 70px);
  }
}
.benefits-section__row--right::before {
  content: "";
  width: 30px;
  height: 95px;
  background: url("../images/global/arrow.svg") no-repeat 50% 50%/100%;
  position: absolute;
  left: 50%;
  top: -80px;
  transform: translateX(-50%) rotate(90deg);
}
@media only screen and (min-width: 768px) {
  .benefits-section__row--right::before {
    width: 40px;
    height: 112px;
    left: -67px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1500px) {
  .benefits-section__row--right::before {
    width: 55px;
    height: 152px;
    left: -93px;
  }
}
.benefits-section__row--right figure {
  width: 20%;
}
.benefits-section__row--right span {
  color: var(--primary);
}
.benefits-section__row--box {
  width: calc(80% - 20px);
  position: relative;
  border-radius: 27px;
  border: 1.3px solid var(--white);
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .benefits-section__row--box {
    width: calc(80% - 40px);
    padding: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .benefits-section__row--box {
    padding: 30px;
  }
}
.benefits-section__row--box::before, .benefits-section__row--box::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 40%;
}
.benefits-section__row--box::before {
  border-left: 22px solid var(--white);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .benefits-section__row--box::before {
    border-left-width: 32px;
    border-top-width: 13px;
    border-bottom-width: 13px;
  }
}
.benefits-section__row--box::after {
  border-left: 20px solid var(--black);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  z-index: 2;
  top: calc(40% + 1px);
}
@media only screen and (min-width: 768px) {
  .benefits-section__row--box::after {
    border-left-width: 28px;
    border-top-width: 12px;
    border-bottom-width: 12px;
  }
}

@media only screen and (min-width: 992px) {
  .benefits-support h2.heading-lines--sm {
    margin-bottom: 50px;
  }
}
.benefits-support__main {
  font-size: 16px;
  line-height: 1.78;
  font-weight: 700;
  letter-spacing: -2px;
}
@media only screen and (min-width: 768px) {
  .benefits-support__main {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .benefits-support__main {
    display: flex;
    align-items: center;
    gap: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .benefits-support__main {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1500px) {
  .benefits-support__main {
    gap: 110px;
    font-size: 26px;
  }
}
.benefits-support__main p {
  margin: 0;
}
.benefits-support__main small {
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .benefits-support__main small {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) {
  .benefits-support__main small {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .benefits-support__main small {
    font-size: 29px;
  }
}
.benefits-support__main--left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .benefits-support__main--left {
    flex-direction: row;
    gap: 30px;
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .benefits-support__main--left {
    gap: 0;
  }
}
@media only screen and (min-width: 1500px) {
  .benefits-support__main--left {
    width: calc(70% - 70px);
  }
}
.benefits-support__main--left figure {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .benefits-support__main--left figure {
    width: 40%;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .benefits-support__main--left figure {
    width: 43%;
  }
}
@media only screen and (min-width: 992px) {
  .benefits-support__main--body {
    width: 57%;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1500px) {
  .benefits-support__main--body {
    padding-left: 65px;
  }
}
.benefits-support__main--right {
  display: flex;
  position: relative;
  margin-top: 60px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .benefits-support__main--right {
    width: calc(30% - 50px);
    margin-top: 0;
  }
}
@media only screen and (min-width: 1500px) {
  .benefits-support__main--right {
    width: calc(30% - 70px);
  }
}
.benefits-support__main--right::before {
  content: "";
  width: 30px;
  height: 95px;
  background: url("../images/global/arrow.svg") no-repeat 50% 50%/100%;
  position: absolute;
  left: 50%;
  top: -80px;
  transform: translateX(-50%) rotate(90deg);
}
@media only screen and (min-width: 992px) {
  .benefits-support__main--right::before {
    width: 40px;
    height: 112px;
    left: -67px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1500px) {
  .benefits-support__main--right::before {
    width: 55px;
    height: 152px;
    left: -93px;
  }
}
.benefits-support__main--right h3 {
  font-size: 24px;
  background: var(--white);
  color: var(--black);
  padding: 6px 35px;
  border-radius: 11px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .benefits-support__main--right h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .benefits-support__main--right h3 {
    font-size: 20px;
    padding: 6px 20px;
  }
}
@media only screen and (min-width: 1500px) {
  .benefits-support__main--right h3 {
    font-size: 32px;
  }
}
.benefits-support__main--right h2 {
  margin: 0;
}
.benefits-support__main--right h4 {
  margin: 0;
  font-size: 90px;
  font-weight: 400;
  letter-spacing: -0.4em;
  display: flex;
  align-items: center;
  text-indent: -0.2em;
  gap: 0.2em;
}
@media only screen and (min-width: 768px) {
  .benefits-support__main--right h4 {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) {
  .benefits-support__main--right h4 {
    font-size: 86px;
  }
}
@media only screen and (min-width: 1200px) {
  .benefits-support__main--right h4 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1500px) {
  .benefits-support__main--right h4 {
    font-size: 135px;
  }
}
.benefits-support__main--right h4 span {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 3px;
  display: flex;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-indent: 0;
}
@media only screen and (min-width: 768px) {
  .benefits-support__main--right h4 span {
    font-size: 38px;
  }
}
@media only screen and (min-width: 992px) {
  .benefits-support__main--right h4 span {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .benefits-support__main--right h4 span {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1500px) {
  .benefits-support__main--right h4 span {
    font-size: 52px;
  }
}
.benefits-support__main--right .heading-lines {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .benefits-support__main--right .heading-lines {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1500px) {
  .benefits-support__main--right .heading-lines {
    font-size: 49px;
  }
}
@media only screen and (min-width: 992px) {
  .benefits-support__main--right .heading-lines::before, .benefits-support__main--right .heading-lines::after {
    height: 32px;
    min-width: 3px;
  }
}
@media only screen and (min-width: 1500px) {
  .benefits-support__main--right .heading-lines::before, .benefits-support__main--right .heading-lines::after {
    height: 56px;
    min-width: 5px;
  }
}
.benefits-support__main--box {
  width: calc(80% - 20px);
  position: relative;
  border-radius: 27px;
  border: 1.3px solid var(--white);
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .benefits-support__main--box {
    width: calc(80% - 40px);
    padding: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .benefits-support__main--box {
    padding: 30px;
  }
}
.benefits-support__main--box::before, .benefits-support__main--box::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 40%;
}
.benefits-support__main--box::before {
  border-left: 22px solid var(--white);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .benefits-support__main--box::before {
    border-left-width: 32px;
    border-top-width: 13px;
    border-bottom-width: 13px;
  }
}
.benefits-support__main--box::after {
  border-left: 20px solid var(--black);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  z-index: 2;
  top: calc(40% + 1px);
}
@media only screen and (min-width: 768px) {
  .benefits-support__main--box::after {
    border-left-width: 28px;
    border-top-width: 12px;
    border-bottom-width: 12px;
  }
}
.benefits-support__sub {
  max-width: 1240px;
  margin: 30px auto 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .benefits-support__sub {
    display: flex;
    margin-top: 75px;
    gap: 40px;
    justify-content: space-between;
  }
}
.benefits-support__sub--left {
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) {
  .benefits-support__sub--left {
    margin-bottom: 0;
  }
}
.benefits-support__sub--left h3 {
  color: var(--white);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  gap: 15px;
  letter-spacing: 0;
  margin: 0 0 20px;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .benefits-support__sub--left h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .benefits-support__sub--left h3 {
    font-size: 27px;
  }
}
.benefits-support__sub--left h3::before, .benefits-support__sub--left h3::after {
  content: "";
  height: 34px;
  background: var(--white);
  border-radius: 10px;
  transform: rotate(24deg);
  min-width: 3px;
}
.benefits-support__sub--left h3::before {
  transform: rotate(-24deg);
}
.benefits-support__sub--right {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .benefits-support__sub--right {
    flex-direction: row;
  }
}
.benefits-support__sub--right h3 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin: 0 0 40px;
}
@media only screen and (min-width: 1200px) {
  .benefits-support__sub--right h3 {
    font-size: 27px;
  }
}
.benefits-support__sub--circle {
  width: 200px;
  height: 200px;
  border: 2px dotted var(--white);
  border-radius: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.5876;
  text-align: center;
  letter-spacing: -1px;
  flex-direction: column;
  padding: 0 20px;
}
@media only screen and (min-width: 992px) {
  .benefits-support__sub--circle {
    width: 190px;
    height: 190px;
  }
}
@media only screen and (min-width: 1300px) {
  .benefits-support__sub--circle {
    width: 215px;
    height: 215px;
    font-size: 25px;
  }
}
.benefits-support__sub--circle h5 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--black);
  padding: 0 10px;
  letter-spacing: 0;
}
.benefits-support__sub--circle p {
  margin: 0;
}
.benefits-support__sub--circle small {
  font-size: 15px;
  display: block;
  line-height: 1;
}
.benefits-support__sub--circle:nth-child(n+3) {
  margin-top: 55px;
}
@media only screen and (min-width: 768px) {
  .benefits-support__sub--circle:nth-child(n+3) {
    margin-top: 0;
    margin-left: 55px;
  }
}
.benefits-support__sub--circle:nth-child(n+3)::before {
  content: "＋";
  font-size: 39px;
  position: absolute;
  top: -49px;
  transform: translateX(-50%);
  left: 50%;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .benefits-support__sub--circle:nth-child(n+3)::before {
    top: 50%;
    transform: translateY(-50%);
    left: -49px;
  }
}

.process-leading {
  margin: 50px auto 0;
  max-width: 1370px;
}
@media only screen and (min-width: 768px) {
  .process-leading {
    margin-top: 100px;
  }
}
.process-leading .heading-dot, .process-leading .shop-list h2, .shop-list .process-leading h2 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .process-leading .heading-dot, .process-leading .shop-list h2, .shop-list .process-leading h2 {
    margin-bottom: 30px;
  }
}
.process-leading__list {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-direction: column;
  padding-right: 60px;
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .process-leading__list {
    flex-direction: row;
    padding-right: 0;
    max-width: none;
  }
}
.process-leading__list--note {
  position: absolute;
  right: 0;
  height: 540px;
  bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .process-leading__list--note {
    width: 63.5%;
    right: 2.409vw;
    top: -6.058vw;
    bottom: auto;
    height: auto;
  }
}
@media only screen and (min-width: 1410px) {
  .process-leading__list--note {
    width: 870px;
    right: 33px;
    top: -83px;
  }
}
@media only screen and (max-width: 767px) {
  .process-leading__list--note {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.process-leading__list--note::before, .process-leading__list--note::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  border-top: 1px solid var(--white);
  width: 25px;
}
@media only screen and (min-width: 768px) {
  .process-leading__list--note::before, .process-leading__list--note::after {
    width: auto;
    right: auto;
    left: 0;
    top: 50%;
    height: 1.971vw;
    border-top: 0;
    border-right: 1px solid var(--white);
  }
}
@media only screen and (min-width: 1410px) {
  .process-leading__list--note::before, .process-leading__list--note::after {
    height: 27px;
  }
}
.process-leading__list--note::after {
  top: auto;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .process-leading__list--note::after {
    left: auto;
    right: 0;
  }
}
.process-leading__list--note h3 {
  color: var(--white);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  gap: 15px;
  letter-spacing: 2px;
  margin: 0;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .process-leading__list--note h3 {
    letter-spacing: 0.146vw;
    font-size: 2.92vw;
    gap: 1.095vw;
  }
}
@media only screen and (min-width: 1410px) {
  .process-leading__list--note h3 {
    font-size: 40px;
    gap: 15px;
    letter-spacing: 2px;
  }
}
.process-leading__list--note h3 strong {
  font-weight: 700;
  color: var(--primary);
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  .process-leading__list--note h3 strong {
    font-size: 3.577vw;
  }
}
@media only screen and (min-width: 1410px) {
  .process-leading__list--note h3 strong {
    font-size: 49px;
  }
}
.process-leading__list--note h3::before {
  content: "";
  position: absolute;
  top: 0;
  border-left: 1px solid var(--white);
  height: 100%;
  left: 50%;
}
@media only screen and (min-width: 768px) {
  .process-leading__list--note h3::before {
    height: auto;
    width: 100%;
    top: 50%;
    left: 0;
    border-left: 0;
    border-bottom: 1px solid var(--white);
  }
}
.process-leading__list--note h3 span {
  padding-inline: 20px;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  background: var(--black);
  gap: 0.73vw;
}
@media only screen and (min-width: 768px) {
  .process-leading__list--note h3 span {
    padding-inline: 1.46vw;
  }
  .process-leading__list--note h3 span::before, .process-leading__list--note h3 span::after {
    content: "";
    height: 2.92vw;
    background: var(--white);
    border-radius: 10px;
    transform: rotate(24deg);
    min-width: 0.292vw;
    margin-left: 0.876vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1410px) {
  .process-leading__list--note h3 span::before, .process-leading__list--note h3 span::after {
    height: 40px;
    min-width: 4px;
    margin-left: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .process-leading__list--note h3 span::before {
    transform: rotate(-24deg);
    margin-left: 0;
    margin-right: 0.876vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1410px) {
  .process-leading__list--note h3 span::before {
    margin-right: 12px;
  }
}
@media only screen and (min-width: 1410px) {
  .process-leading__list--note h3 span {
    padding-inline: 20px;
    gap: 10px;
  }
}
.process-leading__list h4 {
  font-size: 20px;
  min-height: 50px;
  margin: 0;
  font-weight: 400;
  border: 1.5px solid var(--white);
  border-radius: 11px;
  letter-spacing: 1px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .process-leading__list h4 {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 2.117vw;
    border-width: 0.095vw;
    border-radius: 0.803vw;
    padding: 0.73vw;
    min-width: 4.818vw;
    min-height: auto;
  }
}
@media only screen and (min-width: 1410px) {
  .process-leading__list h4 {
    font-size: 29px;
    padding: 10px;
    min-width: 66px;
    border-radius: 11px;
    border-width: 1.3px;
  }
}
@media only screen and (max-width: 767px) {
  .process-leading__list h4 + h4 {
    margin-top: 40px;
  }
}
.process-leading__list h4.min {
  letter-spacing: 0.146vw;
}
@media only screen and (min-width: 1410px) {
  .process-leading__list h4.min {
    letter-spacing: -2px;
  }
}
.process-leading__list h4.special {
  color: var(--black);
  background: var(--primary);
  font-weight: 700;
  border-color: var(--primary);
}
.process-leading__list h4::before {
  content: "";
  background: url("../images/global/arrow-min.svg") no-repeat 50% 50%/100%;
  position: absolute;
  width: 14px;
  height: 34px;
  transform: translateX(-50%) rotate(90deg);
  top: -40px;
  left: 50%;
}
@media only screen and (min-width: 768px) {
  .process-leading__list h4::before {
    width: 1.898vw;
    height: 5.255vw;
    top: 50%;
    left: -3.65vw;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1410px) {
  .process-leading__list h4::before {
    width: 26px;
    height: 72px;
    left: -50px;
  }
}
.process-leading__list h4:first-of-type::before {
  display: none;
}

@media only screen and (min-width: 99px) {
  .reviews-section .heading-lines {
    margin-bottom: 60px;
  }
}
.reviews-section__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .reviews-section__inner {
    gap: 0;
  }
}
.reviews-section__item {
  width: 100%;
  font-size: 16px;
  line-height: 1.848;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .reviews-section__item {
    width: 50%;
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .reviews-section__item {
    font-size: 23px;
  }
}
.reviews-section__item figure {
  float: left;
  text-align: center;
  margin: 0 25px 10px 0;
  max-width: 194px;
  width: 30%;
}
@media only screen and (min-width: 768px) {
  .reviews-section__item figure {
    width: 40%;
    margin: 0 30px 10px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .reviews-section__item figure {
    margin: 0 45px 10px 0;
  }
}
.reviews-section__item figure figcaption {
  font-size: 11px;
  margin-top: 12px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .reviews-section__item figure figcaption {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .reviews-section__item figure figcaption {
    font-size: 24px;
  }
}
.reviews-section__item h3 {
  font-size: 17px;
  line-height: 1.66;
  font-weight: 700;
  margin: 0 0 15px;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .reviews-section__item h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .reviews-section__item h3 {
    font-size: 22px;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .reviews-section__item h3 {
    font-size: 31px;
  }
}
.reviews-section__item h3 span {
  color: var(--primary);
}
.reviews-section__item p:last-of-type {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .reviews-section__item:nth-child(odd) {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .reviews-section__item:nth-child(odd) {
    padding-right: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .reviews-section__item:nth-child(even) {
    border-left: 1px dotted var(--white);
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .reviews-section__item:nth-child(even) {
    border-left-width: 3px;
  }
}
@media only screen and (min-width: 1200px) {
  .reviews-section__item:nth-child(even) {
    padding-left: 70px;
  }
}

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