@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

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

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

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

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

*, :after, :before {
  font-family: inherit;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: inherit;
  border: 0 solid;
  overflow-wrap: break-word;
}

:root {
  --font-base: "Noto Sans JP", sans-serif;
  --font-en: "Outfit", sans-serif;
}

/* ------------------------------------------------
 	color
  ---------------------------------------------- */
:root {
  --color-primary: #FF0200;
  --color-primary-hover: #9E000C;
  --color-secondary: #A99883;
  --color-secondary-hover: #7A6851;
  --color-border: #C7BAA9;
  --color-text: #333;
  --color-link: #0093FF;
  --color-link-hover: #0067B3;
  --color-text-strong: #FF0200;
  --color-bg-white: #fff;
  --color-bg-gray: #F5F5F7;
  --color-bg-hover: #D0D0D5;
  --color-bg-pink: #FFEFEE;
  --color-white: #fff;
  --color-black: #000;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------------------
 	base
  ---------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: var(--font-base);
  -webkit-text-size-adjust: 100%;
  color: var(--color-text);
  background: var(--bg-color);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
body.is-nav-open {
  overflow: hidden;
  /*
  .l-wrapper {
  	position: relative;
  	@include mq(tab) {
  		&::before {
  			position: fixed;
  			top: 100px;
  			left: 0;
  			width: 100%;
  			height: calc(100% - 100px);
  			background-color: rgba(#333, .6);
  			content: "";
  			pointer-events: none;
  			animation: fadeIn 300ms;
  			z-index: 60;
  		}
  	}
  }
  */
}
body.is-modal-open {
  overflow: hidden;
}

a {
  color: var(--color-link);
}
@media screen and (min-width: 768px) {
  a:hover {
    color: var(--color-link-hover);
  }
}

strong {
  font-weight: bold;
}

img {
  -webkit-touch-callout: none;
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
}

.link_phone {
  text-decoration: none;
  cursor: default;
}
.link_phone:hover {
  text-decoration: none;
}

.l-wrapper {
  overflow: hidden;
}

.l-wrapper.is-frame {
  position: relative;
}
.l-wrapper.is-frame::before {
  position: fixed;
  top: 60px;
  left: 0;
  width: 20px;
  height: 100vh;
  background-image: url(/img/common/logo_frame_left.png);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  z-index: 50;
}
@media screen and (min-width: 1080px) {
  .l-wrapper.is-frame::before {
    width: 36px;
    top: 100px;
  }
}
.l-wrapper.is-frame::after {
  position: fixed;
  top: 60px;
  right: 0;
  width: 20px;
  height: 100vh;
  background-image: url(/img/common/logo_frame_right.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  content: "";
  z-index: 50;
}
@media screen and (min-width: 1080px) {
  .l-wrapper.is-frame::after {
    width: 36px;
    top: 100px;
  }
}
.l-wrapper.is-frame .l-wrapper__anime {
  position: fixed;
  top: 5px;
  left: 20px;
  z-index: 80;
  cursor: pointer;
}
.l-wrapper.is-frame .l-wrapper__anime img {
  width: auto;
  height: 120px;
}
@media screen and (min-width: 768px) {
  .l-wrapper.is-frame .l-wrapper__anime img {
    height: 150px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper.is-frame .l-wrapper__anime {
    left: 268px;
  }
}

/* header
-------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px 16px;
  height: 60px;
  background-color: var(--color-bg-white);
  transition: background-color 300ms;
  z-index: 80;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 100px;
    padding: 23px 20px;
  }
}
@media screen and (min-width: 1080px) {
  .l-header {
    padding: 23px 50px;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    position: relative;
    justify-content: space-between;
    align-items: center;
  }
}
.l-header__logo a {
  display: flex;
  gap: 0 10px;
  align-items: flex-end;
  text-decoration: none;
}
.l-header__logo img {
  width: 160px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-header__logo img {
    width: 213px;
  }
}
.l-header__logo-name {
  color: var(--color-text);
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-header__logo-name {
    font-size: 1.6rem;
  }
}
.l-header__logo:only-child {
  margin: 0 auto;
}
.l-header__phone {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__phone {
    display: flex;
    gap: 0 16px;
    font-family: var(--font-en);
    background-color: var(--color-bg-gray);
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--color-text);
    border-radius: 24px;
    padding: 10px 20px;
    line-height: 1;
    margin-right: 84px;
    transition: background-color 300ms;
    text-decoration: none;
  }
  .l-header__phone:hover {
    color: var(--color-text);
    background-color: var(--color-bg-hover);
  }
  .l-header__phone img {
    width: 20px;
  }
}
.l-header__menu-button {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__menu-button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    gap: 5px 0;
    background-color: var(--color-primary);
    transition: background-color 300ms;
  }
  .l-header__menu-button:hover {
    background-color: var(--color-primary-hover);
  }
  .l-header__menu-button-line {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background-color: var(--color-bg-white);
    transition: all 300ms;
  }
  .l-header__menu-button-line:nth-child(1) {
    top: 15px;
  }
  .l-header__menu-button-line:nth-child(2) {
    top: 23px;
  }
}
.l-header__menu-button-text {
  position: absolute;
  bottom: 15px;
  width: 30px;
  left: 50%;
  transform: translateX(-50%);
  height: 7.71px;
}
.l-header__menu-button-text img {
  width: 100%;
  height: auto;
}
.l-header__menu-button.is-open .l-header__menu-button-text {
  display: none;
}
.l-header__menu-button.is-open .l-header__menu-button-line:nth-child(1) {
  top: 26px;
  transform: rotate(45deg);
  left: 12px;
}
.l-header__menu-button.is-open .l-header__menu-button-line:nth-child(2) {
  top: 26px;
  left: 12px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .l-header.is-header-shop .l-header__inner {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  body.is-nav-open .l-header {
    background-color: var(--color-bg-gray);
  }
}
body.is-nav-open .l-header__phone {
  background-color: var(--color-bg-white);
}

/* global-nav
-------------------------*/
.l-global-nav {
  position: fixed;
  top: 60px;
  right: 0;
  width: 100vw;
  background-color: var(--color-bg-gray);
  height: calc(100dvh - 60px);
  transform: translateX(100%);
  transition: transform 300ms;
  z-index: 85;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .l-global-nav {
    top: 100px;
    right: 0;
    width: 490px;
    height: calc(100vh - 100px);
  }
}
@media screen and (min-width: 1080px) {
  .l-global-nav {
    width: 510px;
  }
}
.l-global-nav__inner {
  padding: 0 0 170px;
  min-height: 100%;
}
@media screen and (min-width: 768px) {
  .l-global-nav__inner {
    padding-bottom: 20px;
  }
}
.l-global-nav.is-open {
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .l-global-nav__overlay {
    display: none;
  }
  .l-global-nav__overlay.is-nav-open {
    display: block;
    position: fixed;
    inset: 0;
    background-color: rgba(51, 51, 51, 0.6);
    animation: fadeIn 300ms;
    z-index: 60;
  }
}

@media screen and (min-width: 768px) {
  .l-gnav-list {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1080px) {
  .l-gnav-list {
    padding: 0 50px;
  }
}
.l-gnav-list__item {
  border-bottom: 1px solid var(--color-border);
}
.l-gnav-list__item a {
  padding: 19px 42px 19px 15px;
  color: var(--color-text);
  position: relative;
  display: block;
  text-decoration: none;
}
.l-gnav-list__item a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 22px;
  height: 22px;
  background: url(../img/common/icon_right_01.svg) no-repeat left top/cover;
  content: "";
}
@media screen and (min-width: 768px) {
  .l-gnav-list__item a {
    transition: opacity 300ms;
  }
  .l-gnav-list__item a:hover {
    opacity: 0.7;
  }
}
.l-gnav-list__item > a {
  font-weight: 700;
  padding: 13.5px 42px 13.5px 20px;
}
.l-gnav-list__title {
  width: 100%;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.37;
  font-weight: 700;
  padding: 19px 42px 19px 20px;
  text-align: left;
  border: none;
  background-color: var(--color-bg-gray);
  transition: all 300ms;
  color: var(--color-text);
}
.l-gnav-list__title .icon-plus {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.l-gnav-list__title.is-open {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.l-gnav-list__title.is-open .icon-plus {
  background-color: var(--color-white);
}
.l-gnav-list__title.is-open .icon-plus::before {
  background-color: var(--color-text);
}
.l-gnav-list__title.is-open .icon-plus::after {
  opacity: 0;
}

.l-gnav-sub-list {
  padding-left: 20px;
  border-top: 1px solid var(--color-border);
}
.l-gnav-sub-list__item {
  border-bottom: 1px solid var(--color-border);
}
.l-gnav-sub-list__item:last-child {
  border-bottom: none;
}
.l-gnav-sub-list__item a {
  font-size: 1.4rem;
  padding: 12.5px 42px 12.5px 30px;
}
.l-gnav-sub-list__item.is-item-top a {
  padding: 12.5px 42px 12.5px 15px;
}

.l-gnav-page-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .l-gnav-page-list {
    padding: 20px 40px;
  }
}
@media screen and (min-width: 1080px) {
  .l-gnav-page-list {
    padding: 20px 70px;
  }
}
.l-gnav-page-list__item a {
  display: block;
  background-color: var(--color-bg-white);
  border: 1px solid var(--color-border);
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 14px 7px;
  text-align: center;
  color: var(--color-text);
  font-weight: 700;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-gnav-page-list__item a {
    transition: background-color 300ms;
  }
  .l-gnav-page-list__item a:hover {
    background-color: var(--color-bg-hover);
  }
}

.l-main {
  margin-top: 60px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-main {
    margin-top: 100px;
    padding-bottom: 100px;
  }
}

body.is-nav-open .l-main {
  pointer-events: none;
}

.l-container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: content-box !important;
}
.l-container.is-wide {
  max-width: 1340px;
}

.l-container-box {
  margin-bottom: 30px;
  padding: 10px;
  background-color: var(--color-bg-white);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .l-container-box {
    margin-bottom: 50px;
    padding: 30px 50px;
  }
}
@media screen and (min-width: 768px) {
  .l-container-box.is-small {
    padding: 20px;
  }
}
.l-container-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1080px) {
  .l-container-box.is-container-text {
    padding: 100px 150px;
  }
}
.l-container-box.is-container-text iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  .l-container-box.is-container-text iframe {
    max-width: 580px;
  }
}

.l-container-item {
  margin-bottom: 50px;
}
.l-container-item:last-child {
  margin-bottom: 0;
}

.l-container-grid-wrapper {
  margin-bottom: 50px;
}
.l-container-grid-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1240px) {
  .l-container-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .l-container-grid-wrapper .l-container-item {
    margin-bottom: 0;
  }
}

.l-container-border {
  padding: 10px;
  border: 1px solid var(--color-border);
}
@media screen and (min-width: 768px) {
  .l-container-border {
    padding: 30px;
  }
}

.l-section {
  background-color: var(--color-bg-white);
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding: 100px 0;
  }
}
.l-section.is-section-sm {
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  .l-section.is-section-sm {
    padding: 50px 0;
  }
}
.l-section.is-pd-0 {
  padding: 0 0 50px;
}
@media screen and (min-width: 768px) {
  .l-section.is-pd-0 {
    padding: 0 0 100px;
  }
}
@media screen and (min-width: 768px) {
  .l-section.is-pd-top-half {
    padding: 50px 0 100px;
  }
}
.l-section + .l-section {
  padding: 0 0 50px;
}
@media screen and (min-width: 768px) {
  .l-section + .l-section {
    padding: 0 0 100px;
  }
}

/* ------------------------------------------------
 	footer
  ---------------------------------------------- */
.l-footer {
  border-top: 1px solid var(--color-border);
  padding: 50px 0 200px;
  background-color: var(--color-bg-gray);
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 50px 0 20px;
  }
}
@media screen and (min-width: 1080px) {
  .l-footer {
    padding: 100px 0 20px;
  }
}
@media screen and (min-width: 1240px) {
  .l-footer {
    padding: 100px 0 20px;
  }
}
.l-footer__logo {
  width: 160px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    width: 274px;
    margin: 0 auto 50px;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__copyright {
  font-size: 0.9rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    font-size: 1rem;
  }
}
.l-footer__container {
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .l-footer__container {
    padding-bottom: 60px;
  }
}
.l-footer__container .l-footer-list {
  padding-top: 5px;
}
.l-footer__container .l-footer-list__item {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .l-footer__container .l-footer-list__item {
    padding: 0;
  }
}
.l-footer__container .l-footer-list__item a {
  padding: 10px 0;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-footer__container .l-footer-list__item a {
    font-size: 1.6rem;
  }
}
.l-footer.is-footer-shop {
  padding: 50px 0 120px;
}
@media screen and (min-width: 768px) {
  .l-footer.is-footer-shop .l-footer-nav__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

.l-footer-nav {
  padding: 0 20px;
}
@media screen and (min-width: 1080px) {
  .l-footer-nav {
    padding: 0 60px;
  }
}
@media screen and (min-width: 1240px) {
  .l-footer-nav {
    padding: 0 120px;
  }
}
.l-footer-nav__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-footer-list {
  border-top: 1px solid var(--color-border);
}
.l-footer-list__item {
  border-bottom: 1px solid var(--color-border);
}
@media screen and (min-width: 768px) {
  .l-footer-list__item {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
.l-footer-list__item a {
  padding: 5px 10px;
  color: var(--color-text);
  position: relative;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-footer-list__item a {
    padding: 0;
  }
  .l-footer-list__item a:hover {
    text-decoration: underline;
  }
}
.l-footer-list__item > a {
  font-weight: 700;
  font-size: 1.4rem;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .l-footer-list__item > a {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-list__item:not(:has(.l-footer-child-list)) a {
    font-weight: 400;
  }
}
.l-footer-list__item:has(> a):not(:has(> :not(a))) a {
  font-weight: 700 !important;
}
.l-footer-list__title {
  width: 100%;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.37;
  font-weight: 700;
  padding: 15px 32px 15px 0;
  text-align: left;
  border: none;
  transition: all 300ms;
  color: var(--color-text);
}
@media screen and (min-width: 768px) {
  .l-footer-list__title {
    display: none;
  }
}
.l-footer-list__title .icon-plus {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.l-footer-list__title.is-open .icon-plus::after {
  opacity: 0;
}

.l-footer-sub-list {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-footer-sub-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px 20px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1240px) {
  .l-footer-sub-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .l-footer-sub-list__item {
    margin-top: 3px;
  }
}
.l-footer-sub-list__item > a {
  font-size: 1.3rem;
  padding: 5px 10px;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-footer-sub-list__item > a {
    padding: 0;
    font-size: 1.4rem;
  }
  .l-footer-sub-list__item > a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-sub-list__item.is-item-top {
    grid-column: 1/-1;
  }
  .l-footer-sub-list__item.is-item-top > a {
    font-size: 1.6rem;
    font-weight: 700 !important;
  }
}
.l-footer-sub-list__item.is-item-top span {
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .l-footer-sub-list__item.is-item-top span {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-sub-list__item:has(.l-footer-child-list) {
    grid-column: 1/-1;
  }
}

.l-footer-child-list {
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .l-footer-child-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px 20px;
    padding: 5px 0 0;
  }
}
@media screen and (min-width: 1240px) {
  .l-footer-child-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.l-footer-child-list__item > a {
  font-size: 1.3rem;
  padding: 5px 10px 5px 20px;
}
@media screen and (min-width: 768px) {
  .l-footer-child-list__item > a {
    padding: 0;
    font-size: 1.4rem;
  }
  .l-footer-child-list__item > a:hover {
    text-decoration: underline;
  }
}

.l-footer-page-list {
  padding: 10px 0 40px;
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
@media screen and (min-width: 768px) {
  .l-footer-page-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
  }
}
@media screen and (min-width: 1240px) {
  .l-footer-page-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.l-footer-page-list a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-text);
  padding: 5px 0;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-footer-page-list a {
    font-size: 1.6rem;
    padding: 0;
  }
  .l-footer-page-list a:hover {
    text-decoration: underline;
  }
}

.l-footer-address {
  padding-top: 10px;
  border-top: 1px solid var(--color-border);
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer-address {
    padding-top: 20px;
  }
}
.l-footer-address__headline {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-footer-address__headline {
    font-size: 1.4rem;
  }
}
.l-footer-address__text {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .l-footer-address__text {
    font-size: 1.2rem;
  }
}
.l-footer-address__text a {
  color: var(--colortext);
  text-decoration: none;
}

/* breadcrumb
-------------------------*/
.breadcrumb {
  background-color: var(--color-bg-gray);
  padding: 7px 0 0;
}
.breadcrumb__list {
  display: flex;
  gap: 0 5px;
  font-size: 1.2rem;
  overflow-y: auto;
  margin-right: calc(50% - 50vw);
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .breadcrumb__list {
    font-size: 1.4rem;
    gap: 0 10px;
  }
}
.breadcrumb__item {
  white-space: nowrap;
  padding-bottom: 7px;
}
.breadcrumb__item a {
  color: var(--color-text);
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .breadcrumb__item a:hover {
    text-decoration: underline;
  }
}
.breadcrumb__item + .breadcrumb__item::before {
  content: ">";
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .breadcrumb__item + .breadcrumb__item::before {
    margin-right: 10px;
  }
}

.button {
  text-align: center;
}
.button__link {
  background-color: var(--color-primary);
  border: none;
  color: var(--color-white);
  display: inline-block;
  vertical-align: inherit;
  appearance: none;
  width: 76.9230769231vw;
  max-width: 300px;
  text-decoration: none;
  border-radius: 24px;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 11.5px 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .button__link {
    transition: color, background-color 300ms;
    border-radius: 30px;
    font-size: 1.6rem;
    width: auto;
    min-width: 350px;
  }
}
@media screen and (min-width: 768px) {
  .button__link:hover {
    background-color: var(--color-primary-hover);
    color: var(--color-white);
  }
}
.is-border .button__link {
  background-color: var(--color-bg-white);
  border: 1px solid var(--color-primary);
  color: var(--color-text);
}
@media screen and (min-width: 768px) {
  .is-border .button__link:hover {
    background-color: var(--color-bg-hover);
  }
}
.is-sub .button__link {
  background-color: var(--color-secondary);
  border: none;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .is-sub .button__link:hover {
    background-color: var(--color-secondary-hover);
  }
}
.is-sub-border .button__link {
  background-color: var(--color-bg-white);
  border: 1px solid var(--color-secondary);
  color: var(--color-text);
}
@media screen and (min-width: 768px) {
  .is-sub-border .button__link:hover {
    background-color: var(--color-bg-hover);
  }
}
.button.is-small .button__link {
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: 700;
  width: auto;
  min-width: 150px;
  padding: 4px 10px;
}
@media screen and (min-width: 768px) {
  .button.is-small .button__link {
    transition: color, background-color 300ms;
    border-radius: 24px;
    font-size: 1.4rem;
    min-width: 270px;
    padding: 9.5px 10px;
  }
}
.button.is-phone .button__link {
  font-family: var(--font-en);
  font-size: 1.6rem;
}

.button-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .button-wrapper {
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .button-wrapper.is-sp-reverse {
    flex-direction: column-reverse;
  }
}

.l-wrapper #contents-area .table th {
  background-color: var(--color-bg-white);
  font-weight: normal;
}
.l-wrapper #contents-area .table-shop {
  width: 100%;
  table-layout: fixed;
  border-right: none;
  border-top: none;
}
.l-wrapper #contents-area .table-shop th {
  padding: 0;
  border: none;
}
.l-wrapper #contents-area .table-shop td {
  padding: 0;
  border: none;
}
.l-wrapper #contents-area .table-shop td a:not(.button__link) {
  text-decoration: none;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .l-wrapper #contents-area .table-shop td a:not(.button__link):hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper #contents-area .table-shop col:first-child {
    width: 100px;
  }
  .l-wrapper #contents-area .table-shop thead th {
    padding-right: 20px;
    background-color: var(--color-white);
  }
  .l-wrapper #contents-area .table-shop thead th:last-child {
    width: 200px;
    padding-right: 0;
  }
  .l-wrapper #contents-area .table-shop thead .th-inner {
    display: block;
    background-color: var(--color-secondary);
    color: var(--color-white);
    padding: 5px;
    font-size: 1.6rem;
  }
  .l-wrapper #contents-area .table-shop td {
    border-bottom: 1px solid var(--color-border);
    padding: 3cqw 20px;
    vertical-align: middle;
  }
  .l-wrapper #contents-area .table-shop td:first-child {
    padding: 30px 20px 20px 0;
  }
  .l-wrapper #contents-area .table-shop td:last-child {
    padding: 30px 0;
  }
  .l-wrapper #contents-area .table-shop tbody tr:last-child td {
    border-bottom: none;
  }
}
@media screen and (min-width: 1080px) {
  .l-wrapper #contents-area .table-shop col:first-child {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper #contents-area .table-shop thead,
  .l-wrapper #contents-area .table-shop colgroup {
    display: none;
  }
  .l-wrapper #contents-area .table-shop tbody tr,
  .l-wrapper #contents-area .table-shop tbody th,
  .l-wrapper #contents-area .table-shop tbody td {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .l-wrapper #contents-area .table-shop td:last-child {
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-border);
  }
  .l-wrapper #contents-area .table-shop tr:last-child td {
    border-bottom: none;
  }
}
.l-wrapper #contents-area .table-shop__tag {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper #contents-area .table-shop__tag {
    margin-top: 15px;
  }
}
.l-wrapper #contents-area .table-shop__tag li {
  list-style: none;
  font-size: 1.4rem;
  line-height: 1;
  background-color: var(--color-bg-gray);
  border: 1px solid var(--color-bg-hover);
  padding: 5px;
  border-radius: 5px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper #contents-area .table-shop__tag li {
    font-size: 1.2rem;
  }
}
.l-wrapper #contents-area .table-shop__button-wrapper {
  display: flex;
  gap: 0 10px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-wrapper #contents-area .table-shop__button-wrapper {
    flex-direction: column;
    gap: 10px 0;
    justify-content: flex-start;
  }
}
.l-wrapper #contents-area .table-shop__button-wrapper .button.is-small .button__link {
  width: min(41.0256410256vw, 160px);
  padding: 11px 10px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .l-wrapper #contents-area .table-shop__button-wrapper .button.is-small .button__link {
    width: 200px !important;
    min-width: inherit;
  }
}
.l-wrapper #contents-area .table-shop__button-wrapper .button.is-small.is-phone .button__link {
  width: min(41.0256410256vw, 160px);
  padding: 9px 8px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-wrapper #contents-area .table-scroll {
    margin-right: calc(50% - 50vw);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
  .l-wrapper #contents-area .table-scroll .table-wrapper {
    display: inline-block;
    padding-right: 20px;
  }
  .l-wrapper #contents-area .table-scroll table {
    width: max-content;
    min-width: 768px;
  }
}
.l-wrapper #contents-area .company-table {
  border-right: none;
}
@media screen and (min-width: 768px) {
  .l-wrapper #contents-area .company-table {
    border-collapse: separate;
    border-spacing: 30px 0;
    border-top: none;
    margin: 0 -30px;
  }
  .l-wrapper #contents-area .company-table tr:first-child th, .l-wrapper #contents-area .company-table tr:first-child td {
    border-top: 1px solid var(--color-border);
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper #contents-area .company-table {
    border-bottom: 1px solid var(--color-border);
  }
  .l-wrapper #contents-area .company-table tbody tr,
  .l-wrapper #contents-area .company-table tbody th,
  .l-wrapper #contents-area .company-table tbody td {
    display: block;
    width: 100%;
  }
  .l-wrapper #contents-area .company-table td:last-child {
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-border);
  }
  .l-wrapper #contents-area .company-table tr:last-child td {
    border-bottom: none;
  }
  .l-wrapper #contents-area .company-table th {
    border-bottom: none;
    text-align: left;
  }
}
.l-wrapper #contents-area .company-table th {
  border-left: none;
  text-align: left;
  padding: 15px 0 10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper #contents-area .company-table th {
    width: 200px;
    padding: 20px 10px;
    vertical-align: top;
  }
}
@media screen and (min-width: 1080px) {
  .l-wrapper #contents-area .company-table th {
    width: 300px;
  }
}
.l-wrapper #contents-area .company-table td {
  border-left: none;
  background: none;
  padding: 10px 10px 15px;
}
@media screen and (min-width: 768px) {
  .l-wrapper #contents-area .company-table td {
    padding: 20px 10px;
  }
}
.l-wrapper #contents-area .company-table td iframe {
  max-width: 100%;
  height: 329px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-wrapper #contents-area .company-table td iframe {
    width: 100%;
    max-width: inherit;
  }
}
.l-wrapper #contents-area .home-calendar {
  background-color: #f5f5f5;
  padding: 60px 0 70px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .l-wrapper #contents-area .home-calendar {
    padding: 30px 0;
  }
}
.l-wrapper #contents-area .home-calendar__title {
  font-size: 100px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-wrapper #contents-area .home-calendar__title {
    font-size: 36px;
  }
}
.l-wrapper #contents-area .home-calendar__sub-title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-wrapper #contents-area .home-calendar__sub-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.l-wrapper #contents-area .home-calendar__table {
  background-color: #fff;
}
.l-wrapper #contents-area .home-calendar__table table {
  table-layout: fixed;
}
.l-wrapper #contents-area .home-calendar__table table + table {
  margin-top: -1px;
}
.l-wrapper #contents-area .home-calendar__table {
  width: 100%;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
.l-wrapper #contents-area .home-calendar__table th {
  text-align: center;
  width: 13%;
  background: #f4f4f4;
  padding: 10px;
  border: 1px solid #dddddd;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .l-wrapper #contents-area .home-calendar__table th {
    font-size: 14px;
  }
}
.l-wrapper #contents-area .home-calendar__table td {
  text-align: center;
  vertical-align: top;
  padding: 10px;
  border: 1px solid #dddddd;
  background-color: #FFFFFF;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .l-wrapper #contents-area .home-calendar__table td {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-wrapper #contents-area .home-calendar__table td {
    padding: 5px 2px;
  }
}
.l-wrapper #contents-area .home-calendar__table + table th {
  border-top: none;
}
.l-wrapper #contents-area .home-calendar__holiday, .l-wrapper #contents-area .home-calendar__sunday {
  color: red;
}
.l-wrapper #contents-area .home-calendar__saturday {
  color: blue;
}
.l-wrapper #contents-area .home-calendar__date {
  margin-bottom: 1px;
  letter-spacing: 2px;
}
.l-wrapper #contents-area .home-calendar__day-prefix {
  font-size: 10px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .l-wrapper #contents-area .home-calendar__day-prefix {
    font-size: 14px;
  }
}
.l-wrapper #contents-area .home-calendar__hantei {
  color: #000;
}

.page-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0;
  background-color: var(--color-bg-white);
  gap: 10px 0;
}
@media screen and (min-width: 768px) {
  .page-header {
    align-items: center;
    padding: 50px 0;
    justify-content: center;
  }
}
.page-header__heading {
  font-size: 2.6rem;
  padding: 0 20px;
  max-width: 1200px;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .page-header__heading {
    font-size: 4.2rem;
    text-align: center;
  }
}
.page-header__heading-sub {
  font-size: 2rem;
  font-weight: 700;
}
.page-header__text {
  font-weight: 700;
  padding: 0 20px;
  max-width: 1200px;
  box-sizing: content-box;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .page-header__text {
    text-align: center;
    font-size: 2rem;
  }
}

.page-header.is-center {
  align-items: center;
}

.icon-plus {
  position: relative;
  display: inline-block;
  background-color: var(--color-text);
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.icon-plus::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 5px;
  width: 12px;
  height: 2px;
  background-color: var(--color-white);
}
.icon-plus::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 10px;
  width: 2px;
  height: 12px;
  background-color: var(--color-white);
}

.sp-footer-nav {
  position: relative;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 15px;
  z-index: 90;
}
@media screen and (min-width: 768px) {
  .sp-footer-nav {
    display: none;
  }
}
.sp-footer-nav__list {
  display: grid;
  background-color: var(--color-primary);
  border-radius: 10px;
}
.sp-footer-nav__list.is-list-popup {
  position: relative;
  width: 66.6%;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 16px;
  box-shadow: none;
  display: none;
}
.sp-footer-nav__list.is-list-popup::after {
  position: absolute;
  left: 20%;
  bottom: -12px;
  width: 26px;
  height: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--color-primary);
  content: "";
}
.sp-footer-nav__list.is-list-main {
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.sp-footer-nav__list.is-animating {
  display: grid;
  opacity: 0;
  transform: translateY(12px);
}
.sp-footer-nav__list.is-open {
  opacity: 1;
  transform: translateY(0);
  transition: all 300ms;
}
.sp-footer-nav__item a,
.sp-footer-nav__item button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  width: 100%;
  padding: 11px 0;
  font-weight: 700;
  color: var(--color-white);
  cursor: pointer;
  text-decoration: none;
}
.sp-footer-nav__item a.is-open,
.sp-footer-nav__item button.is-open {
  background: url(/img/common/icon_close_01.svg) no-repeat center 11px/20px auto;
}
.sp-footer-nav__item a.is-open img,
.sp-footer-nav__item button.is-open img {
  opacity: 0;
}
.sp-footer-nav__item img {
  width: auto;
  height: 20px;
}
.sp-footer-nav__title {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
}
.sp-footer-nav__chat {
  position: absolute;
  bottom: 100px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px 0;
  width: 25.641025641vw;
  max-width: 100px;
  height: 80px;
  font-size: min(3.3333333333vw, 1.3rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  color: var(--color-text);
  border: 2px solid var(--color-primary);
  border-radius: 10px;
  background-color: var(--color-white);
  text-decoration: none;
}
.sp-footer-nav__chat:hover {
  color: var(--color-text);
}
.sp-footer-nav__chat img {
  width: 28px;
}

.side-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .side-nav {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    position: fixed;
    bottom: 0;
    right: 20px;
    align-items: flex-end;
    padding-bottom: 10px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms;
    z-index: 70;
  }
}
.side-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px 0;
  width: 25.641025641vw;
  max-width: 100px;
  height: 80px;
  font-size: min(3.5897435897vw, 1.4rem);
  line-height: 1;
  font-weight: 700;
  color: var(--color-white);
  border-radius: 10px;
  background-color: var(--color-primary);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .side-nav__item {
    transition: opacity 300ms;
  }
}
.side-nav__item img {
  width: 26px;
  height: auto;
}
.side-nav__item:hover {
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .side-nav__item:hover {
    opacity: 0.7;
  }
}
.side-nav__chat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px 0;
  width: 25.641025641vw;
  max-width: 100px;
  height: 80px;
  font-size: min(3.3333333333vw, 1.3rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: var(--color-text);
  border: 2px solid var(--color-primary);
  border-radius: 10px;
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .side-nav__chat {
    transition: opacity 300ms;
  }
}
.side-nav__chat img {
  width: 28px;
  height: auto;
}
.side-nav__chat:hover {
  color: var(--color-text);
}
@media screen and (min-width: 768px) {
  .side-nav__chat:hover {
    opacity: 0.7;
  }
}
.side-nav__page-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px 0;
  width: 50px;
  height: 50px;
  font-size: min(3.3333333333vw, 1.3rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: var(--color-text);
  border: 1px solid var(--color-border);
  border-radius: 50%;
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .side-nav__page-top {
    transition: opacity 300ms;
  }
}
.side-nav__page-top img {
  width: 20.37px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .side-nav__page-top:hover {
    opacity: 0.7;
  }
}
.side-nav a {
  text-decoration: none;
}
.side-nav.is-show {
  pointer-events: all;
}

#chatplusview {
  z-index: 70 !important;
}

.l-wrapper .text-xs {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}
.l-wrapper .text-xs strong {
  font-weight: bold;
}
.l-wrapper .text-xs + .text {
  margin-top: 1.25em;
}
@media screen and (min-width: 768px) {
  .l-wrapper .text-xs {
    font-size: 1.2rem;
  }
}
.l-wrapper .text-sm {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}
.l-wrapper .text-sm strong {
  font-weight: bold;
}
.l-wrapper .text-sm + .text {
  margin-top: 1.25em;
}
@media screen and (min-width: 768px) {
  .l-wrapper .text-sm {
    font-size: 1.4rem;
  }
}
.l-wrapper .text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}
.l-wrapper .text strong {
  font-weight: bold;
}
.l-wrapper .text + .text {
  margin-top: 1.25em;
}
@media screen and (min-width: 768px) {
  .l-wrapper .text {
    font-size: 1.6rem;
  }
}
.l-wrapper .text-md {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}
.l-wrapper .text-md strong {
  font-weight: bold;
}
.l-wrapper .text-md + .text {
  margin-top: 1.25em;
}
@media screen and (min-width: 768px) {
  .l-wrapper .text-md {
    font-size: 1.8rem;
  }
}
.l-wrapper .text-lg {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
  margin: 0;
  padding: 0;
}
.l-wrapper .text-lg strong {
  font-weight: bold;
}
.l-wrapper .text-lg + .text {
  margin-top: 1.25em;
}
.l-wrapper .text-lg::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-wrapper .text-lg {
    font-size: 2.8rem;
  }
}
.l-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1em 0;
  padding-bottom: 20px;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-wrapper .text-wrapper {
    padding-bottom: 40px;
  }
}
.l-wrapper .text-wrapper > * {
  margin: 0 !important;
}
.l-wrapper .text-wrapper .post-title {
  margin-bottom: 1.5em !important;
}
.l-wrapper ul.text {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.5em;
  margin: 0;
}
.l-wrapper ul.text > li {
  margin: 0;
  list-style-position: outside;
  overflow: inherit;
  list-style: disc;
}
.l-wrapper ol.text {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1.5em;
  margin: 0;
}
.l-wrapper ol.text > li {
  margin: 0;
  list-style-position: decimal;
  overflow: inherit;
  list-style: disc;
}
.l-wrapper .is-font-bold {
  font-weight: bold;
}
.l-wrapper .is-text-color {
  color: var(--color-primary);
}

.l-wrapper .heading-1 {
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .heading-1 {
    font-size: 4.8rem;
  }
}
.l-wrapper .heading-2 {
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
  font-size: 2rem;
  margin-bottom: 50px;
  line-height: 1.8;
  padding: 0;
  overflow: inherit;
  text-align: left;
}
.l-wrapper .heading-2::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-wrapper .heading-2 {
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 100px;
  }
}
.l-wrapper .heading-2 + .text {
  margin-top: -40px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .heading-2 + .text {
    margin-top: -80px;
    margin-bottom: 100px;
  }
}
.l-wrapper .heading-3 {
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
  margin-bottom: 20px;
  font-size: 1.8rem;
  background: none;
  padding: 0;
  border: none;
  box-shadow: none;
  overflow: inherit;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .l-wrapper .heading-3 {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
.l-wrapper .heading-3.is-sub {
  background-color: var(--color-secondary) !important;
  color: var(--color-white);
  padding: 5px !important;
  text-align: left !important;
}
.l-wrapper .heading-3.is-sub::after {
  display: none;
}
.l-wrapper .heading-3 + .text {
  margin-top: -10px;
  margin-bottom: 30px;
}
.l-wrapper .heading-3 + .text:last-child {
  margin-bottom: 0;
}
.l-wrapper .heading-3.is-heading-border {
  padding: 5px 10px !important;
  text-align: center !important;
  border-top: 1px solid var(--color-border) !important;
  border-bottom: 1px solid var(--color-border) !important;
}
.l-wrapper .heading-3.is-heading-border::after {
  display: none;
}
.l-wrapper .heading-3.is-small {
  font-size: 1.4rem !important;
}
@media screen and (min-width: 768px) {
  .l-wrapper .heading-3.is-small {
    font-size: 1.8rem !important;
  }
}
.l-wrapper .heading-4 {
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .heading-4 {
    font-size: 2.2rem;
  }
}
.l-wrapper .heading-5 {
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .heading-5 {
    font-size: 1.8rem;
  }
}
.l-wrapper .is-heading-left {
  text-align: left !important;
}
.l-wrapper .link-back {
  margin: 50px 0 0;
  height: 40px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-wrapper .link-back {
    margin: 100px 0 0;
  }
}
.l-wrapper .link-back a {
  display: block;
  padding: 10px 0 10px 50px;
  padding-left: 50px;
  text-decoration: none;
  color: var(--color-text);
  font-size: 1.6rem;
  background: url(../img/common/btn_prev_02.png) no-repeat left center/40px auto;
}
@media screen and (min-width: 768px) {
  .l-wrapper .link-back a {
    font-size: 1.8rem;
  }
}
.l-wrapper .link-back a:hover {
  color: var(--color-text);
  text-decoration: underline;
}

.l-wrapper .card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px 0;
  margin: -7px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: -10px;
    align-items: stretch;
    gap: 20px;
  }
  .l-wrapper .card-wrapper .card {
    flex: 1 1 0;
    height: auto;
  }
}
.l-wrapper .card {
  padding: 7px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card {
    padding: 10px;
  }
}
.l-wrapper .card__inner {
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: var(--color-bg-white);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  color: var(--color-text);
  height: 100%;
  text-decoration: none;
}
.l-wrapper .card__inner:hover {
  color: var(--color-text);
}
@media screen and (min-width: 768px) {
  .l-wrapper .card__inner {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
.l-wrapper .card__image {
  height: 46.1538461538vw;
  flex: 0 0 46.1538461538vw;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card__image {
    height: 180px;
    flex: 0 0 180px;
  }
}
.l-wrapper .card__image img {
  display: block;
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.l-wrapper .card__header {
  display: flex;
  justify-content: space-between;
  gap: 0 5px;
  align-items: center;
  min-height: 80px;
  padding: 15px 20px;
  background-color: var(--color-bg-white);
}
@media screen and (min-width: 768px) {
  .l-wrapper .card__header {
    padding: 15px 10px 15px 20px;
  }
}
.l-wrapper .card__body {
  padding: 0 20px 20px;
}
.l-wrapper .card__footer {
  display: flex;
  gap: 0 10px;
  padding: 0 20px 20px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card__footer {
    margin-top: auto;
    gap: 0 15px;
  }
}
.l-wrapper .card__date {
  font-size: 1.2rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card__date {
    font-size: 1.4rem;
  }
}
.l-wrapper .card__tag {
  display: block;
  border-radius: 5px;
  padding: 1px 5px;
  font-size: 1rem;
  background-color: var(--color-bg-gray);
}
@media screen and (min-width: 768px) {
  .l-wrapper .card__tag {
    padding: 1px 10px;
  }
}
.l-wrapper .card .icon {
  width: 22px;
  flex: 0 0 22px;
}
.l-wrapper .card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 700;
  margin: 0;
}
.l-wrapper .card__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.l-wrapper .card__text-detail {
  font-weight: 700;
  margin: 0;
}
.l-wrapper .card__price {
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card__price {
    font-size: 1.8rem;
  }
}
.l-wrapper .card__text-step {
  line-height: 1.5;
  margin: 0;
}
.l-wrapper .card__step {
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card__step {
    font-size: 1.8rem;
  }
}
.l-wrapper .card__step-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card__step-title {
    font-size: 2.2rem;
  }
}
.l-wrapper .card__detail {
  display: grid;
  gap: 20px;
  grid-template-columns: 100px auto;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card a,
  .l-wrapper .card button {
    transition: opacity 300ms;
  }
  .l-wrapper .card a:hover,
  .l-wrapper .card button:hover {
    opacity: 0.7;
  }
}
.l-wrapper .card.is-row .card__body {
  height: 100%;
}
.l-wrapper .card.is-row .card__inner {
  display: grid;
  grid-template-columns: 30.7692307692vw auto;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-row .card__inner {
    grid-template-columns: 180px auto;
  }
}
.l-wrapper .card.is-row .card__image {
  width: 30.7692307692vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-row .card__image {
    width: 180px;
    height: auto;
  }
}
.l-wrapper .card.is-row .card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.l-wrapper .card.is-row .card__body {
  padding: 20px 5px 20px 10px;
  min-height: inherit;
}
.l-wrapper .card.is-sp-row .card__body {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-wrapper .card.is-sp-row .card__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .l-wrapper .card.is-sp-row .card__image {
    height: 30vw;
  }
  .l-wrapper .card.is-sp-row .card__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .l-wrapper .card.is-sp-row .card__body {
    padding: 20px 5px 20px 10px;
    min-height: inherit;
  }
}
.l-wrapper .card.is-card-magazine .card__inner {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-card-magazine .card__inner {
    padding: 20px;
  }
}
.l-wrapper .card.is-card-magazine .card__image {
  aspect-ratio: 3/2;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: auto;
  flex: auto;
}
.l-wrapper .card.is-card-magazine .card__image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-card-magazine .card__image img {
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-card-magazine .card__text {
    line-height: 1.5;
  }
}
.l-wrapper .card.is-card-magazine .card__header {
  padding: 10px 0 0;
}
.l-wrapper .card.is-card-magazine .card__footer {
  padding: 20px 0 0;
}
.l-wrapper .card.is-card-blog .card__inner {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-card-blog .card__inner {
    padding: 20px;
  }
}
.l-wrapper .card.is-card-blog .card__inner:has(> .card__header:only-child) {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-card-blog .card__inner:has(> .card__header:only-child) {
    padding: 20px;
  }
}
.l-wrapper .card.is-card-blog .card__inner:has(> .card__header:only-child) .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-card-blog .card__inner:has(> .card__header:only-child) .card__header {
    padding: 0;
    min-height: inherit;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper .card.is-card-blog .card__inner .card__text {
    margin-bottom: auto;
  }
}
.l-wrapper .card.is-card-blog .card__image {
  overflow: hidden;
  height: auto;
  aspect-ratio: 3/2;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.l-wrapper .card.is-card-blog .card__image img {
  border-radius: 5px;
  height: auto;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-card-blog .card__image img {
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-card-blog .card__text {
    line-height: 1.5;
  }
}
.l-wrapper .card.is-card-blog .card__header {
  padding: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-card-blog .card__header {
    padding: 20px 0 0;
    min-height: 58px;
  }
}
.l-wrapper .card.is-card-blog .card__footer {
  padding: 20px 0 0;
}
.l-wrapper .card.is-card-blog-small .card__inner {
  padding: 10px;
}
.l-wrapper .card.is-card-blog-small .card__image {
  aspect-ratio: 3/2;
  overflow: hidden;
  height: auto;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.l-wrapper .card.is-card-blog-small .card__image img {
  border-radius: 5px;
  object-fit: contain;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-card-blog-small .card__image img {
    border-radius: 10px;
  }
}
.l-wrapper .card.is-card-blog-small .card__text {
  font-size: 1.4rem;
}
.l-wrapper .card.is-card-blog-small .card__header {
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-card-blog-small .card__header {
    padding: 10px 0 20px;
  }
}
.l-wrapper .card.is-card-blog-small .card__footer {
  border-top: 1px solid var(--color-border);
  padding: 5px 0 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-card-blog-small .card__footer {
    padding: 10px 0 0;
  }
}
.l-wrapper .card.is-card-blog-menu .card__image {
  aspect-ratio: 3/2;
  overflow: hidden;
  height: auto;
  flex: 0 0 auto;
}
.l-wrapper .card.is-card-blog-menu .card__image img {
  border-radius: 5px 5px 0 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-card-blog-menu .card__image img {
    border-radius: 10px 10px 0 0;
  }
}
.l-wrapper .card.is-card-blog-menu .card__header {
  justify-content: center;
  font-size: 1.6rem;
  min-height: inherit;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-card-blog-menu .card__header {
    font-size: 1.8rem;
    padding: 15px 10px;
  }
}
.l-wrapper .card.is-card-blog-menu .card__footer {
  padding: 20px 0 0;
}
.l-wrapper .card-wrapper.is-step {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card-wrapper.is-step {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-wrapper .card-wrapper.is-step .card__inner {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card-wrapper.is-step .card__inner {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper .card-wrapper.is-step .card__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.l-wrapper .card-wrapper.is-step .card__image {
  aspect-ratio: 3/2;
  overflow: hidden;
  height: auto;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .l-wrapper .card-wrapper.is-step .card__image {
    width: 38.4615384615vw;
  }
}
.l-wrapper .card-wrapper.is-step .card__header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card-wrapper.is-step .card__header {
    gap: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper .card-wrapper.is-step .card__header {
    justify-content: center;
    width: calc(100% - 38.4615384615vw - 10px);
  }
}
.l-wrapper .card-wrapper.is-step .card__body {
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .l-wrapper .card-wrapper.is-step .card__body {
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .card-wrapper.is-step .card__text {
    display: block;
    white-space: normal;
  }
}
.l-wrapper .card-wrapper.is-step .card__header {
  padding: 10px 0 0;
}
.l-wrapper .card-wrapper.is-step .card__footer {
  padding: 20px 0 0;
}
.l-wrapper .card.is-card-menu .card__image {
  aspect-ratio: 3/2;
  overflow: hidden;
  height: auto;
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-card-menu .card__header {
    min-height: 59px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper .card.is-card-menu .card__inner {
    flex-direction: row;
  }
  .l-wrapper .card.is-card-menu .card__image {
    width: 38.4615384615vw;
  }
  .l-wrapper .card.is-card-menu .card__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .l-wrapper .card.is-card-menu .card__header {
    padding: 10px;
    width: calc(100% - 38.4615384615vw);
    min-height: inherit;
  }
}
.l-wrapper .card.is-card-shop .card__inner {
  padding: 10px;
  gap: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-card-shop .card__inner {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.l-wrapper .card.is-card-shop .card__image {
  aspect-ratio: 2/1;
  overflow: hidden;
  height: auto;
  flex: 0 0 auto;
}
.l-wrapper .card.is-card-shop .card__image img {
  border-radius: 5px;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-card-shop .card__image img {
    border-radius: 10px;
  }
}
.l-wrapper .card.is-card-shop .card__body {
  padding: 0;
}
.l-wrapper .card.is-card-map .card__inner {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-card-map .card__inner {
    padding: 20px;
  }
}
.l-wrapper .card.is-card-map iframe {
  width: 100%;
  height: 450px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-card-map iframe {
    height: 532px;
  }
}
.l-wrapper .card.is-ribbon .card__image {
  position: relative;
}
.l-wrapper .card.is-ribbon .card__image::before {
  position: absolute;
  top: -25px;
  left: 15px;
  width: 20px;
  height: 100px;
  background: linear-gradient(90deg, #C70200 10.44%, #FF0200 89.43%);
  content: "";
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-ribbon .card__image::before {
    top: -35px;
    left: 25px;
    width: 30px;
    height: 150px;
  }
}
.l-wrapper .card.is-card-modal {
  width: 100%;
  display: block;
}
.l-wrapper .card.is-card-modal .card__image {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  height: auto;
  flex: 0 0 auto;
}
.l-wrapper .card.is-card-modal .card__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.l-wrapper .card.is-card-modal .card__title {
  font-weight: 700;
  font-size: 1.1rem;
  word-break: keep-all;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-card-modal .card__title {
    font-size: 1.4rem;
  }
}
.l-wrapper .card.is-card-modal .card__header {
  display: block;
  min-height: inherit;
  padding: 10px 0;
  height: auto;
  width: 100%;
  text-align: center;
}
.l-wrapper .card.is-modal-menu .card__body {
  height: 100%;
}
.l-wrapper .card.is-modal-menu .card__inner {
  flex-direction: row;
  border-radius: 0;
  flex-wrap: wrap;
  height: auto;
}
.l-wrapper .card.is-modal-menu .card__image {
  width: min(26.1538461538vw, 102px);
  height: auto;
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-modal-menu .card__image {
    width: 120px;
    height: auto;
  }
}
.l-wrapper .card.is-modal-menu .card__image img {
  height: auto;
}
.l-wrapper .card.is-modal-menu .card__title {
  line-height: 1.5;
  margin-right: -10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-modal-menu .card__title {
    margin-right: 0;
  }
}
.l-wrapper .card.is-modal-menu .card__title span {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-modal-menu .card__title span {
    font-size: 1.4rem;
  }
}
.l-wrapper .card.is-modal-menu a .card__title {
  color: var(--color-link);
}
.l-wrapper .card.is-modal-menu a .card__body {
  position: relative;
}
.l-wrapper .card.is-modal-menu a .card__body::before {
  position: absolute;
  right: 5px;
  bottom: 10px;
  width: 22px;
  height: 22px;
  background: url(../img/common/icon_right_01.svg) no-repeat left top/cover;
  content: "";
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-modal-menu a .card__body::before {
    bottom: inherit;
    top: 50%;
    transform: translateY(-50%);
  }
}
.l-wrapper .card.is-modal-menu .card__body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px 25px 10px 10px;
  min-height: inherit;
  align-items: flex-start;
  width: calc(100% - min(26.1538461538vw, 102px));
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-modal-menu .card__body {
    padding: 12px 32px 12px 15px;
    width: calc(100% - 120px);
  }
}
.l-wrapper .card.is-modal-menu .card__text-box {
  width: 100%;
  padding: 5px;
  font-size: 1.2rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-modal-menu .card__text-box {
    font-size: 1.4rem;
    padding: 10px;
  }
}
.l-wrapper .card.is-modal-menu .card__text-box p {
  margin: 0;
}
.l-wrapper .card.is-modal-menu-option {
  padding: 0 7px;
}
.l-wrapper .card.is-modal-menu-option .card__body {
  height: 100%;
}
.l-wrapper .card.is-modal-menu-option .card__inner {
  flex-direction: row;
  border-radius: 0;
  box-shadow: none;
}
.l-wrapper .card.is-modal-menu-option .card__image {
  width: min(26.1538461538vw, 102px);
  height: auto;
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-modal-menu-option .card__image {
    width: 120px;
    height: auto;
  }
}
.l-wrapper .card.is-modal-menu-option .card__title {
  line-height: 1.5;
  margin-right: -10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-modal-menu-option .card__title {
    margin-right: 0;
  }
}
.l-wrapper .card.is-modal-menu-option .card__title span {
  font-size: 1.2rem;
}
.l-wrapper .card.is-modal-menu-option a .card__title {
  color: var(--color-link);
}
.l-wrapper .card.is-modal-menu-option a .card__body {
  position: relative;
}
.l-wrapper .card.is-modal-menu-option a .card__body::before {
  position: absolute;
  right: 5px;
  bottom: 10px;
  width: 22px;
  height: 22px;
  background: url(../img/common/icon_right_01.svg) no-repeat left top/cover;
  content: "";
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-modal-menu-option a .card__body::before {
    bottom: inherit;
    top: 50%;
    transform: translateY(-50%);
  }
}
.l-wrapper .card.is-modal-menu-option .card__body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px 22px 10px 10px;
  min-height: inherit;
  align-items: flex-start;
  width: 100%;
  border-bottom: 1px solid var(--color-border);
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-modal-menu-option .card__body {
    padding: 12px 32px 12px 15px;
  }
}
.l-wrapper .card.is-modal-menu-option:last-child .card__body {
  border-bottom: none;
}
.l-wrapper .card.is-modal-menu-step {
  padding: 0 7px;
}
.l-wrapper .card.is-modal-menu-step .card__body {
  height: 100%;
}
.l-wrapper .card.is-modal-menu-step .card__inner {
  border-radius: 0;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .l-wrapper .card.is-modal-menu-step .card__inner {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-modal-menu-step .card__inner {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper .card.is-modal-menu-step .card__image {
    width: min(43.0769230769vw, 168px);
    height: auto;
    flex: 0 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-modal-menu-step .card__image {
    width: 210px;
    height: auto;
    flex: 0 0 210px;
  }
}
.l-wrapper .card.is-modal-menu-step .card__title {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-wrapper .card.is-modal-menu-step .card__title {
    width: calc(100% - min(43.0769230769vw, 168px));
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .card.is-modal-menu-step .card__title {
    font-size: 1.6rem;
  }
}
.l-wrapper .card.is-modal-menu-step .card__body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 15px;
  min-height: inherit;
  align-items: flex-start;
  width: 100%;
  border-bottom: 1px solid var(--color-border);
}
@media screen and (max-width: 767px) {
  .l-wrapper .card.is-modal-menu-step .card__body {
    display: contents;
  }
}
.l-wrapper .card.is-modal-menu-step .card__text-step {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-wrapper .card.is-modal-menu-step .card__text-step {
    padding: 10px;
  }
}
.l-wrapper .card.is-modal-menu-step:last-child .card__body {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card-wrapper.is-card-1-to-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-wrapper .card-wrapper.is-card-3-to-6 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  justify-items: stretch;
  align-items: stretch;
}
@media screen and (min-width: 1080px) {
  .l-wrapper .card-wrapper.is-card-3-to-6 {
    gap: 10px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.l-wrapper .card-wrapper.is-column {
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin: -7px 0 0 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card-wrapper.is-column {
    margin: -10px 0 0;
    gap: 0;
  }
}
.l-wrapper .card-wrapper.is-fit {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 15px 0 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .card-wrapper.is-fit {
    margin: 20px 0 0;
  }
}

.slider-wrapper {
  margin-left: -7px;
}
@media screen and (min-width: 768px) {
  .slider-wrapper {
    margin-left: -10px;
  }
}
.slider-wrapper + .button {
  margin-top: 30px;
}

.slider__item {
  height: auto;
}
.slider .swiper-wrapper {
  align-items: stretch;
}
.slider__image {
  aspect-ratio: 3/2;
  overflow: hidden;
  padding: 7px;
}
@media screen and (min-width: 768px) {
  .slider__image {
    padding: 10px;
  }
}
.slider__image img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .slider__image img {
    border-radius: 10px;
  }
}
.slider__image-set {
  padding: 7px;
}
.slider__image-set .slider__image {
  padding: 0;
}
.slider__image-set .slider__image img {
  border-radius: 0;
  box-shadow: none;
}
.slider__image-wrapper {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.slider .swiper-button-prev {
  width: 50px;
  height: 50px;
  margin-top: 0;
  transform: translateY(-50%);
  display: none;
}
.slider .swiper-button-prev::after {
  font-size: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/btn_prev_01.png") no-repeat left top/cover;
}
.slider .swiper-button-prev svg {
  display: none;
}
@media screen and (min-width: 768px) {
  .slider .swiper-button-prev {
    display: flex;
  }
}
.slider .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.slider .swiper-button-next {
  width: 50px;
  height: 50px;
  margin-top: 0;
  transform: translateY(-50%);
  display: none;
}
.slider .swiper-button-next::after {
  font-size: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/btn_next_01.png") no-repeat left top/cover;
}
.slider .swiper-button-next svg {
  display: none;
}
@media screen and (min-width: 768px) {
  .slider .swiper-button-next {
    display: flex;
  }
}
.slider .swiper-button-next.swiper-button-disabled {
  display: none;
}

.is-slider-out {
  margin-right: calc(50% - 50vw - 7px);
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .is-slider-out {
    margin-right: calc(50% - 50vw);
  }
}

@media screen and (min-width: 768px) {
  .is-slider-3 .slider__item {
    width: 390px;
  }
}

@media screen and (min-width: 768px) {
  .is-slider-4 .slider__item {
    width: 290px;
  }
}

@media screen and (min-width: 768px) {
  .is-slider-crew .slider__item {
    width: 482px;
  }
}

.banner-slider {
  position: relative;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .banner-slider {
    margin: 0;
  }
}
.banner-slider img {
  max-width: inherit;
  width: 100%;
  height: auto;
}
.banner-slider__button-prev {
  width: 50px;
  height: 50px;
  margin-top: 0;
  transform: translateY(-50%);
  display: none;
}
.banner-slider__button-prev::after {
  font-size: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/btn_prev_01.png") no-repeat left top/cover;
}
.banner-slider__button-prev svg {
  display: none;
}
@media screen and (min-width: 768px) {
  .banner-slider__button-prev {
    display: flex;
    left: -25px;
  }
}
.banner-slider__button-prev.swiper-button-disabled {
  display: none;
}
.banner-slider__button-next {
  width: 50px;
  height: 50px;
  margin-top: 0;
  transform: translateY(-50%);
  display: none;
}
.banner-slider__button-next::after {
  font-size: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/btn_next_01.png") no-repeat left top/cover;
}
.banner-slider__button-next svg {
  display: none;
}
@media screen and (min-width: 768px) {
  .banner-slider__button-next {
    display: flex;
    right: -25px;
  }
}
.banner-slider__button-next.swiper-button-disabled {
  display: none;
}
.banner-slider.is-shop .slider__item {
  aspect-ratio: 1340/733;
}
.banner-slider.is-shop .slider__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-slider .swiper-wrapper {
  box-sizing: initial !important;
}
.banner-slider .home-slider__item {
  width: 80%;
}
.banner-slider.is-no-slide .swiper-wrapper {
  justify-content: center;
  transform: translate(0) !important;
}

.l-wrapper .panel-wrapper {
  margin: -7px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .panel-wrapper {
    margin: -10px;
    display: flex;
    align-items: stretch;
    gap: 26px;
  }
  .l-wrapper .panel-wrapper .panel {
    flex: 1 1 0;
    height: auto;
  }
}
.l-wrapper .panel {
  padding: 7px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrapper .panel {
    padding: 10px;
  }
}
.l-wrapper .panel__inner {
  padding: 10px 10px 20px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: var(--color-bg-white);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: var(--color-text);
  height: 100%;
  text-decoration: none;
}
.l-wrapper .panel__inner:hover {
  color: var(--color-text);
}
@media screen and (min-width: 768px) {
  .l-wrapper .panel__inner {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
.l-wrapper .panel__header {
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .panel__header {
    padding-bottom: 20px;
  }
}
.l-wrapper .panel__image {
  aspect-ratio: 3/2;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .panel__image {
    margin-bottom: 20px;
  }
}
.l-wrapper .panel__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .panel__image img {
    border-radius: 10px;
  }
}
.l-wrapper .panel__body {
  margin-top: auto;
  border-top: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .panel__body {
    padding-top: 20px;
  }
}
.l-wrapper .panel__detail {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 0 15px;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .l-wrapper .panel__detail {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}
.l-wrapper .panel__detail dt {
  width: 4em;
}
.l-wrapper .panel__detail dd {
  width: calc(100% - 4em - 15px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.l-wrapper .panel__shop {
  display: flex;
  gap: 0 15px;
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
}
.l-wrapper .panel__shop-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-wrapper .panel__shop-image {
    width: 60px;
    height: 60px;
  }
}
.l-wrapper .panel__shop-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.l-wrapper .panel__shop-text {
  width: calc(100% - 50px - 15px);
  font-size: 1.2rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .panel__shop-text {
    font-size: 1.4rem;
    width: calc(100% - 60px - 15px);
  }
}
.l-wrapper .panel__shop-text span {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .l-wrapper .panel__shop-text span {
    font-size: 1.6rem;
  }
}
.l-wrapper .panel .button__link {
  min-width: 110px !important;
}
@media screen and (min-width: 768px) {
  .l-wrapper .panel .button__link {
    min-width: 150px !important;
  }
}

.banner {
  padding-top: 25px;
  padding-bottom: 50px;
}
.banner.is-oricon {
  width: 250px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .banner.is-oricon {
    width: 100%;
    max-width: 980px;
  }
}
.banner.is-recruit {
  position: relative;
  padding: 0;
}
.banner.is-recruit .banner__button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 300px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-white);
  border-radius: 24px;
  background-color: var(--color-primary);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-white);
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .banner.is-recruit .banner__button {
    bottom: 50px;
    max-width: 350px;
    height: 60px;
    border-radius: 30px;
    font-size: 1.6rem;
    transition: background-color 300ms;
  }
}
.banner.is-recruit .banner__button:hover {
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .banner.is-recruit .banner__button:hover {
    background-color: var(--color-primary-hover);
  }
}

.grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .grid {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .grid.is-pc-row {
    display: flex;
  }
}
@media screen and (min-width: 1080px) {
  .grid.is-pc-row {
    display: grid;
  }
}
@media screen and (min-width: 768px) {
  .grid.is-gap-md {
    gap: 30px;
  }
}

.grid.is-include-card {
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .grid.is-include-card {
    gap: 20px;
  }
}

.grid.is-grid-1-to-4 {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .grid.is-grid-1-to-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1080px) {
  .grid.is-grid-1-to-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.grid.is-grid-2-to-4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 1080px) {
  .grid.is-grid-2-to-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.grid.is-grid-1-to-3 {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .grid.is-grid-1-to-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .grid.is-featured {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid.is-featured .grid__item {
    grid-column: span 2;
  }
  .grid.is-featured .grid__item:nth-child(-n+2) {
    grid-column: span 3;
  }
}

.l-wrapper .media-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .media-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .media {
    width: 100%;
  }
}
.l-wrapper .media:nth-child(even) .media__inner {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .l-wrapper .media:nth-child(even) .media__inner {
    flex-direction: row;
  }
}
.l-wrapper .media__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .l-wrapper .media__inner {
    gap: 20px 30px;
    align-items: flex-start;
  }
}
.l-wrapper .media__image {
  width: min(46.1538461538vw, 180px);
  aspect-ratio: 3/2;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .media__image {
    width: min(26.3888888889vw, 380px);
  }
}
.l-wrapper .media__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .l-wrapper .media__body {
    width: calc(100% - min(26.3888888889vw, 380px) - 30px);
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper .media__body {
    display: contents;
  }
}
.l-wrapper .media__title {
  font-size: 1.6rem;
  font-weight: 700;
  width: calc(100% - min(46.1538461538vw, 180px) - 20px);
}
@media screen and (min-width: 768px) {
  .l-wrapper .media__title {
    width: 100%;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.l-wrapper .media .text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrapper .media .text {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .media.is-pc-col {
    width: calc(33.3% - 20px);
  }
  .l-wrapper .media.is-pc-col .media__inner {
    display: flex;
    flex-direction: column;
  }
  .l-wrapper .media.is-pc-col .media__image {
    width: 100%;
  }
  .l-wrapper .media.is-pc-col .media__body {
    width: 100%;
  }
}
.l-wrapper .media-wrapper.is-service {
  gap: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .media-wrapper.is-service {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 35px 20px;
  }
}
.l-wrapper .media-wrapper.is-service .media:nth-child(even) .media__inner {
  flex-direction: row;
}
.l-wrapper .media-wrapper.is-service .media__inner {
  gap: 0 10px;
  align-items: flex-start;
}
.l-wrapper .media-wrapper.is-service .media__image {
  width: min(25.641025641vw, 100px);
  aspect-ratio: 3/2;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .media-wrapper.is-service .media__image {
    width: 100%;
    margin-bottom: 15px;
  }
}
.l-wrapper .media-wrapper.is-service .media__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-wrapper .media-wrapper.is-service .media__body {
  display: block;
  width: calc(100% - min(25.641025641vw, 100px) - 10px);
}
@media screen and (min-width: 768px) {
  .l-wrapper .media-wrapper.is-service .media__body {
    width: 100%;
  }
}
.l-wrapper .media-wrapper.is-service .media__title {
  width: 100%;
  margin-bottom: 5px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .l-wrapper .media-wrapper.is-service .media__title {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

.search-box {
  padding: 15px 10px;
}
@media screen and (min-width: 768px) {
  .search-box {
    padding: 20px 0;
  }
}
.search-box__title {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .search-box__title {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
.search-box__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-box__input {
  padding: 10px;
  font-size: 1.6rem;
  border-radius: 5px 0 0 5px;
  border: 1px solid var(--color-bg-hover);
  background-color: var(--color-bg-gray);
  height: 49px;
  width: calc(100% - 50px);
  max-width: 650px;
}
@media screen and (min-width: 768px) {
  .search-box__input {
    border-radius: 10px 0 0 10px;
  }
}
.search-box__button {
  width: 50px;
  border-radius: 0 5px 5px 0;
  height: 49px;
  border: none;
  background-color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .search-box__button {
    border-radius: 0 10px 10px 0;
    transition: opacity 300ms;
  }
  .search-box__button:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  .hero {
    padding: 0 20px;
  }
}
.hero__image {
  max-width: 1340px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .hero.is-page .hero__image {
    margin-top: 40px;
    max-width: 1340px;
    max-height: 600px;
    aspect-ratio: 1340/600;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .hero.is-page .hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) {
  .hero.is-page-large .hero__image {
    margin-top: 40px;
    max-width: 1340px;
    max-height: 600px;
    aspect-ratio: 1340/600;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .hero.is-page-large .hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) {
  .hero.is-free .hero__image {
    margin-top: 40px;
  }
}
.hero.is-free .hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .hero.is-free .hero__image img {
    border-radius: 10px;
  }
}
.hero.is-shop {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .hero.is-shop .hero__image {
    max-width: 1340px;
    max-height: 733px;
    aspect-ratio: 1340/733;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .hero.is-shop .hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
  }
}

.l-wrapper .heading-slider-unit {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-wrapper .heading-slider-unit {
    gap: 50px 0;
  }
}
.l-wrapper .heading-slider-unit__heading {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .heading-slider-unit__heading {
    margin-right: calc(50% - 50vw);
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper .heading-slider-unit__heading {
    display: contents;
  }
}
.l-wrapper .heading-slider-unit__body {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .heading-slider-unit__body {
    max-width: 580px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper .heading-slider-unit__body {
    display: contents;
  }
}
.l-wrapper .heading-slider-unit .heading-2 {
  text-align: left !important;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-wrapper .heading-slider-unit .heading-2 {
    order: 1;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .heading-slider-unit__image {
    width: 100%;
    height: auto;
  }
  .l-wrapper .heading-slider-unit__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 1240px) {
  .l-wrapper .heading-slider-unit__image {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper .heading-slider-unit__image {
    order: 2;
    margin-bottom: 20px;
  }
}
.l-wrapper .heading-slider-unit .text {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .heading-slider-unit .text {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper .heading-slider-unit .text {
    order: 3;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper .heading-slider-unit .slider-wrapper {
    order: 4;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .heading-slider-unit .button {
    margin-top: auto;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper .heading-slider-unit .button {
    order: 5;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .heading-slider-unit.is-reverse .heading-slider-unit__heading {
    margin-left: calc(50% - 50vw);
    margin-right: 0;
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  .l-wrapper .heading-card-unit {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1080px) {
  .l-wrapper .heading-card-unit {
    margin-left: calc(50% - 50vw);
    display: flex;
    flex-direction: row-reverse;
    gap: 0 40px;
  }
}
.l-wrapper .heading-card-unit__image {
  display: none;
}
@media screen and (min-width: 1080px) {
  .l-wrapper .heading-card-unit__image {
    display: block;
    width: 27.0833333333vw;
    height: 535px;
    overflow: hidden;
    flex-shrink: 0;
  }
  .l-wrapper .heading-card-unit__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.l-wrapper .heading-card-unit__body {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .l-wrapper .heading-card-unit__body {
    display: contents;
  }
}
.l-wrapper .heading-card-unit .heading-2 {
  margin-bottom: 20px;
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .l-wrapper .heading-card-unit .heading-2 {
    order: 1;
  }
}
.l-wrapper .heading-card-unit .text {
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-wrapper .heading-card-unit .text {
    order: 2;
    margin-bottom: 20px;
  }
}
.l-wrapper .heading-card-unit .card-wrapper {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .heading-card-unit .card-wrapper {
    grid-template-columns: repeat(3, 1fr);
    margin-left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper .heading-card-unit .card-wrapper {
    order: 3;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.l-wrapper .heading-card-unit .button {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-wrapper .heading-card-unit .button {
    order: 4;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .heading-card-unit.is-reverse {
    margin-left: 0;
    margin-right: calc(50% - 50vw);
    flex-direction: row;
  }
}

.l-wrapper .keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .keyword-list {
    gap: 20px;
  }
}
.l-wrapper .keyword-list li {
  list-style: none;
  margin: 0;
}
.l-wrapper .keyword-list a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: var(--color-bg-white);
  border-radius: 5px;
  border: 1px solid var(--color-border);
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-text);
  padding: 5px 10px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrapper .keyword-list a {
    font-size: 1.6rem;
    transition: background-color 300ms;
  }
  .l-wrapper .keyword-list a:hover {
    background-color: var(--color-bg-hover);
  }
}
.l-wrapper .keyword-list a span::before {
  content: "#";
}
@media screen and (min-width: 768px) {
  .l-wrapper .keyword-list.is-page-link {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.l-wrapper .keyword-list.is-page-link a {
  display: block;
  padding: 11px 28px 11px 10px;
  background-image: url(/img/common/icon_bottom.svg);
  background-repeat: no-repeat;
  background-position: right 5px center;
}
.l-wrapper .keyword-list.is-page-link a::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-wrapper .keyword-list.is-page-link a {
    transition: background-color 300ms;
  }
  .l-wrapper .keyword-list.is-page-link a:hover {
    background-color: var(--color-bg-hover);
  }
}
.l-wrapper .keyword-list.is-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .l-wrapper .keyword-list.is-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.l-wrapper .keyword__toggle {
  width: 100%;
  text-align: center;
  margin: 20px auto 0;
  color: var(--color-link);
}

.l-wrapper .news-list {
  margin: 0;
}
.l-wrapper .news-list li {
  list-style: none;
  border-bottom: 1px solid var(--color-border);
}
.l-wrapper .news-list li:last-child {
  border-bottom: none;
}
.l-wrapper .news-list a {
  padding: 10px;
  color: var(--color-text);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1.2rem;
}
.l-wrapper .news-list a:hover {
  color: var(--color-text);
}
@media screen and (min-width: 768px) {
  .l-wrapper .news-list a {
    flex-direction: row;
    flex-wrap: wrap;
    transition: opacity 300ms;
    align-items: center;
    padding: 20px;
    gap: 12px 50px;
  }
  .l-wrapper .news-list a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .news-list__date {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.l-wrapper .news-list__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .news-list__tags {
    width: 100%;
  }
}
.l-wrapper .news-list__tag {
  background-color: var(--color-bg-gray);
  border-radius: 5px;
  font-size: 1rem;
  padding: 1px 5px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .news-list__tag {
    font-size: 1.2rem;
    padding: 3px 5px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .news-list__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.l-wrapper .faq dt {
  position: relative;
  font-weight: bold;
  margin: 0;
  padding-left: 40px;
  padding: 17.5px 22px 17.5px 40px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-wrapper .faq dt {
    padding: 18px 42px 18px 60px;
    font-size: 1.8rem;
  }
}
.l-wrapper .faq dt::before {
  position: absolute;
  top: 17.5px;
  left: 0;
  content: "Q.";
  font-family: var(--font-en);
  font-size: 2.4rem;
  margin-right: 10px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-wrapper .faq dt::before {
    top: 14px;
    font-size: 4.2rem;
  }
}
.l-wrapper .faq dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 40px;
  border-top: 1px solid var(--color-border);
}
@media screen and (min-width: 768px) {
  .l-wrapper .faq dd {
    padding: 22px 20px 22px 60px;
  }
}
.l-wrapper .faq dd::before {
  position: absolute;
  top: 20px;
  left: 0;
  content: "A.";
  font-family: var(--font-en);
  font-size: 2.4rem;
  margin-right: 10px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-wrapper .faq dd::before {
    font-size: 4.2rem;
  }
}
.l-wrapper .faq dd a {
  color: var(--color-text);
}
@media screen and (min-width: 768px) {
  .l-wrapper .faq dd a:hover {
    text-decoration: none;
  }
}
.l-wrapper .faq.is-open::before {
  background-color: var(--color-text);
}

.l-wrapper .number-list {
  padding: 0;
  counter-reset: num;
  list-style: none;
  margin: 10px 0;
}
.l-wrapper .number-list li {
  counter-increment: num;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--color-border);
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-wrapper .number-list li {
    font-size: 1.8rem;
  }
}
.l-wrapper .number-list li::before {
  position: relative;
  width: 42px;
  font-family: var(--font-en);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--color-text-strong);
  content: counter(num) ".";
  text-align: center;
  flex: 0 0 auto;
  display: block;
}

.box {
  padding: 10px;
  border: 1px solid var(--color-border);
}
@media screen and (min-width: 768px) {
  .box {
    padding: 20px;
  }
}
.box.is-box-no-side {
  border-right: none;
  border-left: none;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .box.is-box-no-side {
    text-align: center;
    padding: 10px 0;
  }
}

.l-wrapper .area-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: min(2.5641025641vw, 10px);
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .l-wrapper .area-list {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .l-wrapper .area-list {
    grid-template-columns: repeat(10, 1fr);
  }
}
.l-wrapper .area-list li {
  list-style: none;
}
.l-wrapper .area-list a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: var(--colortext);
  background-color: var(--color-bg-white);
  font-size: min(3.0769230769vw, 1.2rem);
  padding: min(2.3076923077vw, 9px) min(1.2820512821vw, 5px);
  border-radius: 5px;
  border: 1px solid var(--color-border);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .l-wrapper .area-list a {
    padding: 10px 5px;
    font-size: 1.6rem;
    transition: background-color 300ms;
  }
  .l-wrapper .area-list a:hover {
    background-color: var(--color-bg-hover);
  }
}
.l-wrapper .area-list-word__item {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .area-list-word__item {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.l-wrapper .area-list-word__item:last-child {
  margin-bottom: 0;
}
.l-wrapper .area-list-word a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: var(--colortext);
  background-color: var(--color-bg-white);
  font-size: min(3.5897435897vw, 1.4rem);
  padding: min(1.5384615385vw, 6px) min(1.2820512821vw, 5px);
  border-radius: 5px;
  border: 1px solid var(--color-border);
  white-space: nowrap;
  min-width: calc(25% - 7.5px);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-wrapper .area-list-word a {
    padding: 20px 10px;
    font-size: 1.6rem;
    min-width: 102px;
    transition: background-color 300ms;
  }
  .l-wrapper .area-list-word a:hover {
    background-color: var(--color-bg-hover);
  }
}
.l-wrapper .area-list-shop__item {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .area-list-shop__item {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.l-wrapper .area-list-shop__item:last-child {
  margin-bottom: 0;
}
.l-wrapper .area-list-shop__item > div {
  display: flex;
  flex-direction: column;
  gap: min(1.2820512821vw, 5px) 0;
  text-align: center;
  text-decoration: none;
  color: #999;
  background-color: var(--color-bg-gray);
  font-size: min(3.5897435897vw, 1.4rem);
  padding: min(1.5384615385vw, 6px) min(1.2820512821vw, 5px);
  border-radius: 5px;
  border: 1px solid var(--color-border);
  white-space: nowrap;
  min-width: calc(25% - 7.5px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-wrapper .area-list-shop__item > div {
    padding: 10px 10px;
    font-size: 1.6rem;
    line-height: 1.8;
    min-width: 101px;
    gap: 5px 0;
    transition: background-color 300ms;
  }
  .l-wrapper .area-list-shop__item > div:hover {
    background-color: var(--color-bg-hover);
  }
}
.l-wrapper .area-list-shop__item > div span {
  font-size: 0.9rem;
  line-height: 1;
  color: var(--color-primary);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .l-wrapper .area-list-shop__item > div span {
    font-size: 1.2rem;
  }
}
.l-wrapper .area-list-shop a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: var(--colortext);
  background-color: var(--color-bg-white);
  font-size: min(3.5897435897vw, 1.4rem);
  padding: min(1.5384615385vw, 6px) min(1.2820512821vw, 5px);
  border-radius: 5px;
  border: 1px solid var(--color-border);
  white-space: nowrap;
  min-width: calc(25% - 7.5px);
  min-height: 40px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-wrapper .area-list-shop a {
    padding: 20px 10px;
    font-size: 1.6rem;
    min-width: 101px;
    transition: background-color 300ms;
  }
  .l-wrapper .area-list-shop a:hover {
    background-color: var(--color-bg-hover);
  }
}
.l-wrapper .area-name-list dt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--color-border);
}
@media screen and (min-width: 768px) {
  .l-wrapper .area-name-list dt {
    font-size: 1.8rem;
  }
}
.l-wrapper .area-name-list dd {
  margin-bottom: 10px;
}
.l-wrapper .area-name-list dd:last-child {
  margin-bottom: 0;
}
.l-wrapper .area-name-list-2 {
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .area-name-list-2 {
    padding: 0;
  }
}
.l-wrapper .area-name-list-2 dt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .area-name-list-2 dt {
    font-size: 2.2rem;
  }
}
.l-wrapper .area-name-list-2 dd {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .area-name-list-2 dd {
    margin-bottom: 20px;
  }
}
.l-wrapper .area-name-list-2 dd:last-child {
  margin-bottom: 0;
}
.l-wrapper .area-name-list-2 dd + dt {
  padding-top: 10px;
  border-top: 1px solid var(--color-border);
}
@media screen and (min-width: 768px) {
  .l-wrapper .area-name-list-2 dd + dt {
    padding-top: 30px;
  }
}

.l-wrapper .text-image-unit-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  margin-bottom: 50px;
}
.l-wrapper .text-image-unit-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .text-image-unit-wrapper .text-image-unit {
    flex-direction: row-reverse;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .text-image-unit-wrapper .text-image-unit__body {
    flex: 2;
  }
}
.l-wrapper .text-image-unit-wrapper .text-image-unit__image {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .l-wrapper .text-image-unit-wrapper .text-image-unit__header {
    width: 100%;
  }
}
.l-wrapper .text-image-unit {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .text-image-unit {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
  }
}
.l-wrapper .text-image-unit__header {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-bottom: -10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .text-image-unit__header {
    margin-bottom: 0;
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper .text-image-unit__header + .text-image-unit__body {
    order: 2;
  }
  .l-wrapper .text-image-unit__header + .text-image-unit__body + .text-image-unit__image {
    order: 1;
  }
}
.l-wrapper .text-image-unit__title {
  margin: 0 0 10px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-wrapper .text-image-unit__title {
    font-size: 2.2rem;
  }
}
.l-wrapper .text-image-unit__title-number {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .text-image-unit__title-number {
    font-size: 2.8rem;
  }
}
.l-wrapper .text-image-unit__image {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 10px;
  width: 100%;
  align-items: flex-start;
}
.l-wrapper .text-image-unit__image img {
  min-width: 0;
  width: 100%;
  height: auto;
  margin: 0;
}
.l-wrapper .text-image-unit.is-unit-border {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .text-image-unit.is-unit-border {
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 210px;
    margin-bottom: 0;
    height: 100%;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .text-image-unit.is-unit-border .text-image-unit__body {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-border);
    width: auto;
  }
}
.l-wrapper .text-image-unit.is-unit-border .text-image-unit__image {
  width: min(53.8461538462vw, 210px);
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-wrapper .text-image-unit.is-unit-border .text-image-unit__image {
    width: auto;
    margin: 0;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .text-image-unit.is-unit-border .text-image-unit__title {
    margin-bottom: 0;
    grid-column: 1/-1;
  }
}
.l-wrapper .text-image-unit.is-reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .l-wrapper .text-image-unit.is-reverse {
    flex-direction: row;
  }
}

.tab__list {
  display: flex;
  gap: 0 10px;
  margin-bottom: 20px;
}
.tab__item {
  width: calc(50% - 5px);
  border: 1px solid var(--color-border);
  font-size: 1.6rem;
  border-radius: 5px;
  padding: 8px;
  background-color: var(--color-bg-white);
}
.tab__item[aria-selected=true] {
  background-color: var(--color-secondary);
  color: var(--color-white);
  font-weight: 700;
}

.result-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: var(--font-en);
  margin-top: 50px;
}
.result-pager a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--color-text);
  width: min(8.2051282051vw, 32px);
  height: min(10.2564102564vw, 40px);
}
@media screen and (min-width: 768px) {
  .result-pager a {
    width: 50px;
    height: 50px;
  }
}
.result-pager a[rel=prev] {
  width: min(10.2564102564vw, 40px);
  height: min(10.2564102564vw, 40px);
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  background: url(/img/common/btn_prev_02.png) no-repeat left top/cover;
  margin-right: min(3.8461538462vw, 15px);
}
@media screen and (min-width: 768px) {
  .result-pager a[rel=prev] {
    width: 50px;
    height: 50px;
  }
}
.result-pager a[rel=next] {
  width: min(10.2564102564vw, 40px);
  height: min(10.2564102564vw, 40px);
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin-left: min(3.8461538462vw, 15px);
  background: url(/img/common/btn_next_02.png) no-repeat left top/cover;
}
@media screen and (min-width: 768px) {
  .result-pager a[rel=next] {
    width: 50px;
    height: 50px;
  }
}
.result-pager-item {
  font-size: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .result-pager-item {
    font-size: 2.2rem;
  }
}
.result-pager-item.active {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  width: min(8.2051282051vw, 32px);
  height: min(10.2564102564vw, 40px);
  flex: 0 0 min(8.2051282051vw, 32px);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .result-pager-item.active {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
  }
}

.l-wrapper .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}
.l-wrapper .category-list li {
  list-style: none;
  margin: 0;
}
.l-wrapper .category-list a {
  display: block;
  border: 1px solid var(--color-border);
  border-radius: 5px;
  text-decoration: none;
  color: var(--color-text);
  font-size: 1.2rem;
  padding: 11px 28px 11px 10px;
  background-color: var(--color-bg-white);
  background-image: url(/img/common/icon_bottom.svg);
  background-repeat: no-repeat;
  background-position: right 5px center;
}
@media screen and (min-width: 768px) {
  .l-wrapper .category-list a {
    transition: background-color 300ms;
  }
  .l-wrapper .category-list a:hover {
    background-color: var(--color-bg-hover);
  }
}

.l-wrapper .before-after {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 30px;
}
.l-wrapper .before-after:not(:has(+ .before-after)) {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .l-wrapper .before-after {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
    padding-bottom: 20px;
  }
}
.l-wrapper .before-after__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.l-wrapper .before-after__image img {
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .before-after__image img {
    border-radius: 10px;
  }
}
.l-wrapper .before-after__title {
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .before-after__title {
    font-size: 2.2rem;
  }
}

.author-nav {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .author-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--color-border);
    padding: 20px 0 0;
  }
}
.author-nav__item {
  padding-top: 20px;
  border-top: 1px solid var(--color-border);
}
@media screen and (min-width: 768px) {
  .author-nav__item {
    border-top: none;
    padding-left: 20px;
    padding-right: 10px;
    padding: 0;
  }
}
.author-nav__item:first-child {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .author-nav__item:first-child {
    border-right: 1px solid var(--color-border);
    padding-left: 10px;
    padding-bottom: 0;
  }
}
.author-nav__detail {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .author-nav__detail {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}
.author-nav__detail dt {
  width: 4em;
}
.author-nav__detail dd {
  width: calc(100% - 4em - 15px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.author-nav__shop {
  display: flex;
  gap: 0 15px;
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
}
.author-nav__shop-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .author-nav__shop-image {
    width: 60px;
    height: 60px;
  }
}
.author-nav__shop-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.author-nav__shop-text {
  width: calc(100% - 50px - 15px);
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .author-nav__shop-text {
    font-size: 1.4rem;
    width: calc(100% - 60px - 15px);
  }
}
.author-nav__shop-text span {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .author-nav__shop-text span {
    font-size: 1.6rem;
  }
}

.blog__eyecatch {
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .blog__eyecatch {
    margin: 30px auto 0;
  }
}
.blog__eyecatch img {
  width: 100%;
  height: auto;
}
.blog__profile {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .blog__profile {
    padding-top: 0;
  }
}
.blog__profile-title {
  margin: 0 0 20px;
  padding-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid var(--color-border);
}
@media screen and (min-width: 768px) {
  .blog__profile-title {
    padding-bottom: 10px;
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}
.blog__profile-text p {
  margin: 0;
}
.blog__profile-text p + p {
  margin-top: 1em;
}

.l-wrapper .author {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .author {
    flex-direction: row;
    gap: 0 20px;
  }
}
.l-wrapper .author__image {
  width: min(38.4615384615vw, 150px);
}
@media screen and (min-width: 768px) {
  .l-wrapper .author__image {
    width: min(76.9230769231vw, 300px);
  }
}
.l-wrapper .author__body {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .l-wrapper .author__body {
    width: calc(100% - min(76.9230769231vw, 300px) - 20px);
    font-size: 1.4rem;
  }
}
.l-wrapper .author__body p {
  margin: 0;
}
.l-wrapper .author__body p + p {
  margin-top: 1em;
}
.l-wrapper .author__name {
  margin: 0;
}
.l-wrapper .author__name a {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-wrapper .author__name a {
    font-size: 1.8rem;
  }
}
.l-wrapper .author__bottom {
  text-align: right;
  margin: 0;
}
.l-wrapper .author__bottom a {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
}

.l-wrapper .is-article-nav {
  margin: 0;
}
.l-wrapper .article-nav {
  position: relative;
  display: flex;
  z-index: 50;
  transition: 300ms height;
  background-color: var(--color-secondary);
  height: 50px;
  margin: 0 0 50px;
}
.l-wrapper .article-nav::before {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-secondary);
  pointer-events: none;
}
.l-wrapper .article-nav::after {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-secondary);
}
.l-wrapper .article-nav__wrap {
  white-space: nowrap;
  overflow-x: auto !important;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
  overflow-y: hidden;
  touch-action: pan-x;
}
.l-wrapper .article-nav__container {
  background-color: var(--color-secondary);
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 5;
  pointer-events: all;
  align-items: center;
  transition: transform 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none;
  width: 100%;
  scrollbar-width: none;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
  touch-action: pan-x;
}
.l-wrapper .article-nav__container::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1240px) {
  .l-wrapper .article-nav__container {
    padding: 0;
  }
}
.l-wrapper .article-nav__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 20px;
  overflow: visible !important;
  list-style: none !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  flex-wrap: nowrap;
  min-width: max-content;
}
@media screen and (min-width: 1080px) {
  .l-wrapper .article-nav__list {
    gap: 0 30px;
  }
}
.l-wrapper .article-nav__list li {
  font-size: 1.4rem;
  list-style: none;
}
.l-wrapper .article-nav__list li:not(:first-child) {
  border-left: 1px solid var(--color-border);
  padding-left: 15px;
}
.l-wrapper .article-nav__list li a {
  display: block;
  color: var(--color-white);
  text-decoration: none;
}
@media screen and (min-width: 1080px) {
  .l-wrapper .article-nav__list li a {
    transition: color 300ms;
    padding: 0;
  }
  .l-wrapper .article-nav__list li a:hover {
    text-decoration: none;
  }
}
.l-wrapper .article-nav__list li:last-child {
  padding-right: 15px;
}
.l-wrapper .article-nav.is-nav-open {
  height: 100%;
}
.l-wrapper .article-nav.is-nav-open .article-nav__headline i::before {
  display: none;
}
.l-wrapper .article-nav.is-nav-open .article-nav__headline i::after {
  display: block;
}
.l-wrapper .article-nav.is-nav-open .article-nav__container {
  transform: translateY(0);
  pointer-events: all;
}
@media screen and (min-width: 1080px) {
  .l-wrapper .article-nav .button {
    margin: 0;
  }
}
.l-wrapper .article-nav .is-current {
  font-weight: 700;
}
.l-wrapper .article-nav .is-current::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background: var(--color-bg-white);
  margin: 2px auto 0;
}
.l-wrapper .article-nav.is-menu-fixed {
  position: fixed;
  top: 60px;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
}
@media screen and (min-width: 768px) {
  .l-wrapper .article-nav.is-menu-fixed {
    top: 100px;
    padding: 0;
    width: 100%;
  }
}
.l-wrapper .article-nav.is-menu-fixed .article-nav__container {
  padding: 0;
}
.l-wrapper .article-nav.is-menu-fixed .article-nav__wrap {
  overflow: visible;
}
.l-wrapper .article-nav.is-menu-fixed .article-nav__list li {
  padding-left: 15px;
}
@media screen and (min-width: 1240px) {
  .l-wrapper .article-nav.is-menu-fixed .article-nav__list li:first-child {
    padding-left: 0;
  }
}
.l-wrapper #js_article_nav_spacer {
  height: 0;
}
.l-wrapper .l-wrapper.is-menu-fixed .article__body {
  margin-top: 50px;
}

.l-wrapper.is-menu-fixed .is-article-nav + * {
  margin-top: 140px;
}

.l-wrapper .payment {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .payment {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .l-wrapper .payment {
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-wrapper .payment__item-inner {
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--color-bg-white);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  padding: 10px;
  color: var(--color-text);
  text-decoration: none;
  max-height: 100%;
}
.l-wrapper .payment__item-inner:hover {
  color: var(--color-text);
}
@media screen and (min-width: 768px) {
  .l-wrapper .payment__item-inner {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
.l-wrapper .payment__head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.l-wrapper .payment__head img {
  width: 120px;
  height: auto;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .payment__head img {
    width: 150px;
  }
}
.l-wrapper .payment__title {
  font-weight: 700;
  font-size: 1.6rem;
}
.l-wrapper .payment__more {
  display: block;
  color: var(--color-link);
  text-align: center;
  margin: 10px auto 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .l-wrapper .payment__more {
    font-size: 1.4rem;
  }
}
.l-wrapper .payment__body {
  padding-top: 20px;
  display: none;
}
.l-wrapper .payment__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}
.l-wrapper .payment__list li {
  list-style: none;
  display: flex;
  gap: 5px;
  align-items: center;
  min-width: 30%;
}
.l-wrapper .payment__list img {
  width: 30px;
  height: auto;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .payment__list.is-pc-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-wrapper .payment.is-body-open .payment__body {
  display: block;
}
.l-wrapper .payment.is-body-open .payment__item-inner {
  height: 100%;
}

.l-wrapper .sns-list {
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.l-wrapper .sns-list li {
  list-style: none;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .sns-list li a {
    transition: opacity 300ms;
  }
  .l-wrapper .sns-list li a:hover {
    opacity: 0.7;
  }
}

.l-wrapper .modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.l-wrapper .modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
}
.l-wrapper .modal__content {
  position: relative;
  z-index: 1;
  width: calc(100% - 20px);
  max-width: 900px;
  margin: 50px auto;
  max-height: calc(100svh - 100px);
  padding: 20px 1px 20px 10px;
  background-color: var(--color-bg-gray);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .modal__content {
    padding: 60px 25px 60px 50px;
    gap: 40px 0;
  }
}
.l-wrapper .modal__inner {
  height: auto;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  padding: 0 10px 0 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .modal__inner {
    gap: 50px 0;
  }
}
.l-wrapper .modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  display: block;
  border-radius: 50%;
  background-color: var(--color-primary);
}
.l-wrapper .modal__close span {
  display: block;
  position: absolute;
  top: 16px;
  left: 7px;
  width: 20px;
  height: 2px;
  background-color: var(--color-bg-white);
  transition: all 300ms;
}
.l-wrapper .modal__close span:nth-child(1) {
  transform: rotate(-45deg);
}
.l-wrapper .modal__close span:nth-child(2) {
  transform: rotate(45deg);
}
.l-wrapper .modal button.modal__close {
  z-index: 2;
}
.l-wrapper .modal__title {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-wrapper .modal__title {
    text-align: center;
    font-size: 2.8rem;
  }
}
.l-wrapper .modal__title-sub {
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .l-wrapper .modal__title-sub {
    font-size: 2.2rem;
    text-align: center;
  }
}
.l-wrapper .modal__text {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .l-wrapper .modal__text {
    font-size: 1.4rem;
    text-align: center;
  }
}
.l-wrapper .modal__list {
  list-style-position: outside;
  padding-left: 1.5em;
  margin: 0;
  font-size: 1.2rem;
}
.l-wrapper .modal__list li {
  margin: 0;
  list-style-position: outside;
  overflow: inherit;
  list-style-type: decimal !important;
}
.l-wrapper .modal__top-note {
  border: 1px solid var(--color-border);
  background-color: var(--color-white);
  padding: 10px;
  font-weight: 700;
  margin-top: 37px;
  margin-bottom: 30px;
  margin-right: 7px;
  margin-left: 7px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .modal__top-note {
    margin-top: 0;
    margin-bottom: 50px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.l-wrapper .modal__top-note p:last-child {
  margin-bottom: 0;
}
.l-wrapper .modal__note {
  border: 1px solid var(--color-border);
  line-height: 1.5;
  font-size: 1.2rem;
  padding: 10px;
  margin: 0 7px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .modal__note {
    padding: 15px;
    font-size: 1.4rem;
    margin: 0 10px;
  }
}
.l-wrapper .modal__note p:last-child {
  margin-bottom: 0;
}
.l-wrapper .modal__price-title {
  margin: 0 7px 15px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-wrapper .modal__price-title {
    text-align: center;
    font-size: 2.2rem;
    margin: 0 10px 20px;
  }
}
.l-wrapper .modal__price-text {
  margin: -5px 7px 15px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .modal__price-text {
    text-align: center;
    margin: -10px 10px 20px;
  }
}
.l-wrapper .modal__image {
  margin-bottom: 15px;
  margin-right: 7px;
  margin-left: 7px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .modal__image {
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.l-wrapper .modal__example {
  background-color: var(--color-bg-white);
  margin-right: 7px;
  margin-left: 7px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .modal__example {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.l-wrapper .modal__example-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  border-bottom: 1px solid var(--color-border);
}
@media screen and (min-width: 768px) {
  .l-wrapper .modal__example-item {
    padding: 15px;
  }
}
.l-wrapper .modal__example-item:last-child {
  border-bottom: none;
}
.l-wrapper .modal__example-title {
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
}
.l-wrapper .modal__example-text {
  line-height: 1.5;
  margin: 0;
}
.l-wrapper .voice .modal__content {
  padding: 20px 7px 20px 17px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .voice .modal__content {
    padding: 50px;
  }
}

.accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .accordion-wrapper {
    gap: 30px 0;
  }
}
.accordion-wrapper:last-child {
  margin-bottom: 0;
}

.accordion {
  position: relative;
  background-color: var(--color-bg-white);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .accordion {
    padding: 0 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
}
.accordion::before {
  position: absolute;
  top: 19px;
  right: 10px;
  width: 22px;
  height: 22px;
  background-color: var(--color-text);
  content: "";
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .accordion::before {
    right: 30px;
    top: 24px;
  }
}
.accordion::after {
  position: absolute;
  content: "";
  top: 29px;
  right: 15px;
  width: 12px;
  height: 2px;
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .accordion::after {
    right: 35px;
    top: 34px;
  }
}
.accordion.is-open::before {
  background-color: var(--color-primary);
}
.accordion.is-open dt::after {
  display: none;
}
.accordion dt {
  position: relative;
  font-weight: bold;
  margin: 0;
  padding-left: 40px;
  padding: 17.5px 22px 17.5px 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .accordion dt {
    padding: 18px 24px 18px 0;
    font-size: 1.8rem;
  }
}
.accordion dt::after {
  position: absolute;
  content: "";
  top: 24px;
  right: 10px;
  width: 2px;
  height: 12px;
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .accordion dt::after {
    top: 29px;
    right: 20px;
  }
}
.accordion dd {
  display: none;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .accordion dd {
    padding: 18px 0;
  }
}

#contents-area .bgb-wysiwyg h2,
#contents-area .bge-title-h2 {
  font-size: 2rem;
  line-height: 1.8;
  padding: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #contents-area .bgb-wysiwyg h2,
  #contents-area .bge-title-h2 {
    font-size: 3.6rem;
    text-align: center;
  }
}
#contents-area .bgb-wysiwyg h2::after,
#contents-area .bge-title-h2::after {
  display: none;
}
#contents-area .bgb-wysiwyg h3,
#contents-area .bge-title-h3 {
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  #contents-area .bgb-wysiwyg h3,
  #contents-area .bge-title-h3 {
    font-size: 2.8rem;
  }
}
#contents-area .bgb-title2 + .is-sub h3 {
  background-color: var(--color-secondary) !important;
  color: var(--color-white);
  padding: 5px !important;
  text-align: left !important;
}
#contents-area .bgb-title2 + .is-sub h3::after {
  display: none;
}
#contents-area .bgb-title2 + .is-sub.is-small h3 {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #contents-area .bgb-title2 + .is-sub.is-small h3 {
    font-size: 1.8rem;
  }
}
#contents-area .bgb-wysiwyg h3.is-sub {
  background-color: var(--color-secondary) !important;
  color: var(--color-white);
  padding: 5px !important;
  text-align: left !important;
}
#contents-area .bgb-wysiwyg h3.is-sub::after {
  display: none;
}
#contents-area .bgb-wysiwyg h3.is-small {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #contents-area .bgb-wysiwyg h3.is-small {
    font-size: 1.8rem;
  }
}
#contents-area .bgb-wysiwyg h4 {
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  #contents-area .bgb-wysiwyg h4 {
    font-size: 2.2rem;
  }
}
#contents-area .bgb-wysiwyg h4::after {
  display: none;
}
#contents-area .bgb-wysiwyg h5 {
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  #contents-area .bgb-wysiwyg h5 {
    font-size: 1.8rem;
  }
}
#contents-area .bgb-wysiwyg h5::after {
  display: none;
}
#contents-area .bgb-wysiwyg ol > li {
  list-style-type: decimal;
}
#contents-area .bgt-btn {
  background-color: var(--color-primary);
  border: none;
  color: var(--color-white);
  display: inline-block;
  vertical-align: inherit;
  appearance: none;
  width: 76.9230769231vw;
  max-width: 300px;
  text-decoration: none;
  border-radius: 24px;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 11.5px 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #contents-area .bgt-btn {
    transition: color, background-color 300ms;
    border-radius: 30px;
    font-size: 1.6rem;
    width: auto;
    min-width: 350px;
  }
}
@media screen and (min-width: 768px) {
  #contents-area .bgt-btn:hover {
    background-color: var(--color-primary-hover);
    color: var(--color-white);
  }
}
#contents-area .is-border .bgt-btn {
  background-color: var(--color-bg-white);
  border: 1px solid var(--color-primary);
  color: var(--color-text);
}
@media screen and (min-width: 768px) {
  #contents-area .is-border .bgt-btn:hover {
    background-color: var(--color-bg-hover);
  }
}
#contents-area .is-sub .bgt-btn {
  background-color: var(--color-secondary);
  border: none;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  #contents-area .is-sub .bgt-btn:hover {
    background-color: var(--color-secondary-hover);
  }
}
#contents-area .is-sub-border .bgt-btn {
  background-color: var(--color-bg-white);
  border: 1px solid var(--color-secondary);
  color: var(--color-text);
}
@media screen and (min-width: 768px) {
  #contents-area .is-sub-border .bgt-btn:hover {
    background-color: var(--color-bg-hover);
  }
}
#contents-area .is-small .bgt-btn {
  font-size: 1.2rem;
  font-weight: 700;
  width: auto;
  min-width: 150px;
  padding: 4px 10px;
}
@media screen and (min-width: 768px) {
  #contents-area .is-small .bgt-btn {
    transition: color, background-color 300ms;
    border-radius: 24px;
    font-size: 1.4rem;
    min-width: 270px;
    padding: 9.5px 10px;
  }
}
@media screen and (min-width: 768px) {
  #contents-area .bgb-button2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px;
  }
  #contents-area .bgb-button2 .bgt-grid {
    width: auto;
    padding: 0;
    float: none;
  }
  #contents-area .bgb-button2 .bgt-button-container {
    display: block;
  }
  #contents-area .bgb-button2 .bgt-btn {
    min-width: inherit;
    width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  #contents-area .bgb-button2 .bgt-btn {
    min-width: 350px;
  }
}
@media screen and (min-width: 768px) {
  #contents-area .bgb-button3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 10px;
  }
  #contents-area .bgb-button3 .bgt-grid {
    width: auto;
    padding: 0;
    float: none;
  }
  #contents-area .bgb-button3 .bgt-button-container {
    display: block;
  }
  #contents-area .bgb-button3 .bgt-btn {
    min-width: inherit;
    width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  #contents-area .bgb-button3 .bgt-btn {
    min-width: 350px;
  }
}
#contents-area .is-bg-gray {
  margin-bottom: 0;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background-color: var(--color-bg-gray) !important;
}
#contents-area .is-bg-gray:after {
  display: none;
}
#contents-area .is-bg-gray .l-section {
  background-color: var(--color-bg-gray) !important;
}
#contents-area .is-bg-gray:not(:has(.l-section)) {
  padding: 50px calc(50vw - 50%);
}
@media screen and (min-width: 768px) {
  #contents-area .is-bg-gray:not(:has(.l-section)) {
    padding: 100px calc(50vw - 50%);
  }
}
#contents-area .is-bg-gray + [class*=is-bg-] {
  margin-top: -1.5em;
}
#contents-area .is-bg-pink {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background-color: var(--color-bg-pink) !important;
}
#contents-area .is-bg-pink:after {
  display: none;
}
#contents-area .is-bg-pink .l-section {
  background-color: var(--color-bg-pink) !important;
}
#contents-area .is-bg-pink:not(:has(.l-section)) {
  padding: 50px calc(50vw - 50%);
}
@media screen and (min-width: 768px) {
  #contents-area .is-bg-pink:not(:has(.l-section)) {
    padding: 100px calc(50vw - 50%);
  }
}
#contents-area .is-bg-pink + [class*=is-bg-] {
  margin-top: -1.5em;
}
#contents-area .is-bg-black {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background-color: var(--color-text) !important;
  color: var(--color-white);
}
#contents-area .is-bg-black:after {
  display: none;
}
#contents-area .is-bg-black .l-section {
  background-color: var(--color-text) !important;
}
#contents-area .is-bg-black:not(:has(.l-section)) {
  padding: 50px calc(50vw - 50%);
}
@media screen and (min-width: 768px) {
  #contents-area .is-bg-black:not(:has(.l-section)) {
    padding: 100px calc(50vw - 50%);
  }
}
#contents-area .is-bg-black + [class*=is-bg-] {
  margin-top: -1.5em;
}
#contents-area table {
  width: 100%;
  border-top: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
}
#contents-area table caption {
  margin-bottom: 10px;
  font-weight: 700;
}
#contents-area table th, #contents-area table td {
  border-left: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background-color: var(--color-bg-white);
  font-size: 1.4rem;
  padding: 7px 10px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #contents-area table th, #contents-area table td {
    padding: 9px 15px;
  }
}
#contents-area table th {
  font-weight: 700;
  text-align: center;
  background-color: var(--color-bg-gray);
}
#contents-area [data-bgb]:has(.l-section):last-child {
  margin-bottom: -50px;
}
@media screen and (min-width: 768px) {
  #contents-area [data-bgb]:has(.l-section):last-child {
    margin-bottom: -100px;
  }
}
#contents-area hr {
  background: var(--color-border);
}
#contents-area .bgb-image2,
#contents-area .bgb-image-link2,
#contents-area .bgb-image-text2,
#contents-area .bgb-image-link-text2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
#contents-area .bgb-image2::after,
#contents-area .bgb-image-link2::after,
#contents-area .bgb-image-text2::after,
#contents-area .bgb-image-link-text2::after {
  display: none;
}
@media screen and (min-width: 768px) {
  #contents-area .bgb-image2,
  #contents-area .bgb-image-link2,
  #contents-area .bgb-image-text2,
  #contents-area .bgb-image-link-text2 {
    grid-template-columns: repeat(2, 1fr);
  }
  #contents-area .bgb-image2 a[href],
  #contents-area .bgb-image-link2 a[href],
  #contents-area .bgb-image-text2 a[href],
  #contents-area .bgb-image-link-text2 a[href] {
    transition: opacity 300ms;
  }
  #contents-area .bgb-image2 a[href]:hover,
  #contents-area .bgb-image-link2 a[href]:hover,
  #contents-area .bgb-image-text2 a[href]:hover,
  #contents-area .bgb-image-link-text2 a[href]:hover {
    opacity: 0.7;
  }
}
#contents-area .bgb-image2 .bgt-image,
#contents-area .bgb-image-link2 .bgt-image,
#contents-area .bgb-image-text2 .bgt-image,
#contents-area .bgb-image-link-text2 .bgt-image {
  margin-bottom: 0;
}
#contents-area .bgb-image2 .bgt-grid,
#contents-area .bgb-image-link2 .bgt-grid,
#contents-area .bgb-image-text2 .bgt-grid,
#contents-area .bgb-image-link-text2 .bgt-grid {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#contents-area .bgb-image3,
#contents-area .bgb-image-link3,
#contents-area .bgb-image-text3,
#contents-area .bgb-image-link-text3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
#contents-area .bgb-image3::after,
#contents-area .bgb-image-link3::after,
#contents-area .bgb-image-text3::after,
#contents-area .bgb-image-link-text3::after {
  display: none;
}
@media screen and (min-width: 768px) {
  #contents-area .bgb-image3,
  #contents-area .bgb-image-link3,
  #contents-area .bgb-image-text3,
  #contents-area .bgb-image-link-text3 {
    grid-template-columns: repeat(3, 1fr);
  }
  #contents-area .bgb-image3 a[href],
  #contents-area .bgb-image-link3 a[href],
  #contents-area .bgb-image-text3 a[href],
  #contents-area .bgb-image-link-text3 a[href] {
    transition: opacity 300ms;
  }
  #contents-area .bgb-image3 a[href]:hover,
  #contents-area .bgb-image-link3 a[href]:hover,
  #contents-area .bgb-image-text3 a[href]:hover,
  #contents-area .bgb-image-link-text3 a[href]:hover {
    opacity: 0.7;
  }
}
#contents-area .bgb-image3 .bgt-image,
#contents-area .bgb-image-link3 .bgt-image,
#contents-area .bgb-image-text3 .bgt-image,
#contents-area .bgb-image-link-text3 .bgt-image {
  margin-bottom: 0;
}
#contents-area .bgb-image3 .bgt-grid,
#contents-area .bgb-image-link3 .bgt-grid,
#contents-area .bgb-image-text3 .bgt-grid,
#contents-area .bgb-image-link-text3 .bgt-grid {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#contents-area .bgb-image4,
#contents-area .bgb-image-link4,
#contents-area .bgb-image-text4,
#contents-area .bgb-image-link-text4 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
#contents-area .bgb-image4::after,
#contents-area .bgb-image-link4::after,
#contents-area .bgb-image-text4::after,
#contents-area .bgb-image-link-text4::after {
  display: none;
}
@media screen and (min-width: 768px) {
  #contents-area .bgb-image4,
  #contents-area .bgb-image-link4,
  #contents-area .bgb-image-text4,
  #contents-area .bgb-image-link-text4 {
    grid-template-columns: repeat(4, 1fr);
  }
  #contents-area .bgb-image4 a[href],
  #contents-area .bgb-image-link4 a[href],
  #contents-area .bgb-image-text4 a[href],
  #contents-area .bgb-image-link-text4 a[href] {
    transition: opacity 300ms;
  }
  #contents-area .bgb-image4 a[href]:hover,
  #contents-area .bgb-image-link4 a[href]:hover,
  #contents-area .bgb-image-text4 a[href]:hover,
  #contents-area .bgb-image-link-text4 a[href]:hover {
    opacity: 0.7;
  }
}
#contents-area .bgb-image4 .bgt-image,
#contents-area .bgb-image-link4 .bgt-image,
#contents-area .bgb-image-text4 .bgt-image,
#contents-area .bgb-image-link-text4 .bgt-image {
  margin-bottom: 0;
}
#contents-area .bgb-image4 .bgt-grid,
#contents-area .bgb-image-link4 .bgt-grid,
#contents-area .bgb-image-text4 .bgt-grid,
#contents-area .bgb-image-link-text4 .bgt-grid {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#contents-area .bgb-image5,
#contents-area .bgb-image-link5,
#contents-area .bgb-image-text5,
#contents-area .bgb-image-link-text5 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
#contents-area .bgb-image5::after,
#contents-area .bgb-image-link5::after,
#contents-area .bgb-image-text5::after,
#contents-area .bgb-image-link-text5::after {
  display: none;
}
@media screen and (min-width: 768px) {
  #contents-area .bgb-image5,
  #contents-area .bgb-image-link5,
  #contents-area .bgb-image-text5,
  #contents-area .bgb-image-link-text5 {
    grid-template-columns: repeat(5, 1fr);
  }
  #contents-area .bgb-image5 a[href],
  #contents-area .bgb-image-link5 a[href],
  #contents-area .bgb-image-text5 a[href],
  #contents-area .bgb-image-link-text5 a[href] {
    transition: opacity 300ms;
  }
  #contents-area .bgb-image5 a[href]:hover,
  #contents-area .bgb-image-link5 a[href]:hover,
  #contents-area .bgb-image-text5 a[href]:hover,
  #contents-area .bgb-image-link-text5 a[href]:hover {
    opacity: 0.7;
  }
}
#contents-area .bgb-image5 .bgt-image,
#contents-area .bgb-image-link5 .bgt-image,
#contents-area .bgb-image-text5 .bgt-image,
#contents-area .bgb-image-link-text5 .bgt-image {
  margin-bottom: 0;
}
#contents-area .bgb-image5 .bgt-grid,
#contents-area .bgb-image-link5 .bgt-grid,
#contents-area .bgb-image-text5 .bgt-grid,
#contents-area .bgb-image-link-text5 .bgt-grid {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-header + #contents-area [data-bgb]:first-child:not(.is-bg-gray, .is-bg-pink, .is-bg-black) .l-section {
  padding: 0 0 50px;
}
@media screen and (min-width: 768px) {
  .page-header + #contents-area [data-bgb]:first-child:not(.is-bg-gray, .is-bg-pink, .is-bg-black) .l-section {
    padding: 0 0 100px;
  }
}

.l-wrapper .reason {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 50px calc(50vw - 50%);
  background-color: var(--color-border);
}
@media screen and (min-width: 768px) {
  .l-wrapper .reason {
    padding: 100px calc(50vw - 50%);
  }
}
.l-wrapper .reason__heading {
  margin: 0 0 50px;
  line-height: 1.8;
  text-align: left;
  padding: 10px 0;
  font-size: 2rem;
  color: var(--color-white);
  border-top: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
}
.l-wrapper .reason__heading::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-wrapper .reason__heading {
    text-align: center;
    font-size: 3.6rem;
    padding: 20px 0;
  }
}
.l-wrapper .reason__movie {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .reason__movie {
    margin-bottom: 30px;
  }
}
.l-wrapper .reason__movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.l-wrapper .reason__card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .reason__card-wrapper {
    display: grid;
    gap: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .reason__card-wrapper.is-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .reason__card-wrapper.is-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .reason__card-wrapper.is-col-1-to-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-wrapper .reason__card {
  padding: 10px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  background: linear-gradient(216.78deg, #A99883 7.22%, #433C34 92.78%);
}
@media screen and (min-width: 768px) {
  .l-wrapper .reason__card {
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
.l-wrapper .reason__card-inner {
  color: var(--color-white);
}
.l-wrapper .reason__card-body {
  padding: 20px 0 10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .reason__card-body {
    padding: 25px 0 10px;
  }
}
.l-wrapper .reason__card-body a {
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .l-wrapper .reason__card-body a:hover {
    text-decoration: none;
  }
}
.l-wrapper .reason__card-body .reason__button {
  margin-top: 30px;
}
.l-wrapper .reason__card-body .reason__button a {
  color: var(--color-text);
}
.l-wrapper .reason__card-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .reason__card-title {
    font-size: 2.2rem;
  }
}
.l-wrapper .reason__card .text {
  margin-top: 10px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .l-wrapper .reason__card .text {
    margin-top: 25px;
    font-size: 1.6rem;
  }
}
.l-wrapper .reason__card-title-lg {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .reason__card-title-lg {
    font-size: 2.8rem;
  }
}
.l-wrapper .reason__card-image {
  border-radius: 10px;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.l-wrapper .reason__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.l-wrapper .reason__card-image-staff {
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .reason__card-image-staff {
    border-radius: 10px;
  }
}
.l-wrapper .reason__card-image-staff img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-wrapper .reason__card.is-col-2 {
    grid-column: span 2;
  }
}
.l-wrapper .reason__button {
  margin-top: 50px;
  text-align: center;
}
.l-wrapper .reason__button-link {
  background-color: var(--color-bg-white);
  border: none;
  color: var(--color-text);
  display: inline-block;
  vertical-align: inherit;
  appearance: none;
  width: 76.9230769231vw;
  max-width: 300px;
  text-decoration: none;
  border-radius: 24px;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 11.5px 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-wrapper .reason__button-link {
    transition: color, background-color 300ms;
    border-radius: 30px;
    font-size: 1.6rem;
    width: auto;
    min-width: 350px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .reason__button-link:hover {
    color: var(--color-text);
    background-color: var(--color-bg-hover);
  }
}
.l-wrapper .reason__contact {
  margin-top: 30px;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .l-wrapper .reason__contact {
    margin-top: 100px;
    text-align: center;
  }
}
.l-wrapper .reason__contact-title {
  margin: 0 0 20px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-wrapper .reason__contact-title {
    font-size: 2.8rem;
  }
}
.l-wrapper .reason__contact-text {
  margin: 0;
}
.l-wrapper .reason__contact .reason__button {
  margin-top: 20px;
}

[data-bgb] .reason {
  margin-bottom: -1.5em;
}

.work {
  position: relative;
}
.work .heading-2 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 60px !important;
}
@media screen and (min-width: 768px) {
  .work .heading-2 {
    padding-right: 60px;
  }
}
@media screen and (min-width: 1080px) {
  .work .heading-2 {
    padding-left: 0 !important;
  }
}
.work .heading-2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 100px;
  background: url(../img/common/deco_work_01_sp.png) no-repeat left top/cover;
  content: "";
}
@media screen and (min-width: 768px) {
  .work .heading-2::before {
    bottom: inherit;
    top: -30px;
    left: inherit;
    right: -70px;
    width: 200px;
    height: 173px;
    background: url(../img/common/deco_work_01_pc.png) no-repeat left top/cover;
  }
}
@media screen and (min-width: 1080px) {
  .work .heading-2::before {
    right: 0;
  }
}
.work__inner {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .work__inner {
    margin-top: 50px;
    padding: 60px min(6.9444444444vw, 100px);
    background-color: var(--color-bg-white);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }
}
@media screen and (min-width: 1080px) {
  .work__inner {
    margin-top: 100px;
  }
}

.work-list {
  position: relative;
  padding-top: 24px;
  margin: -24px 0 0;
  max-height: 460px;
  overflow: hidden;
}
.work-list::before {
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  background: var(--color-white);
  position: absolute;
  top: 0px;
  left: 0;
}
.work-list li {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  gap: 10px;
  padding: 10px 5px;
  border-top: 1px solid var(--color-border);
}
.work-list li:first-child {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .work-list li {
    font-size: 1.6rem;
    gap: 10px 30px;
    padding: 20px 10px;
  }
}
.work-list__date {
  display: block;
  width: 100%;
  padding-left: 25px;
  background: url(../img/common/logo_icon.png) no-repeat left center/19px auto;
}
@media screen and (min-width: 768px) {
  .work-list__date {
    width: 150px;
  }
}
.work-list__address {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .work-list__address {
    width: calc(100% - 210px);
  }
}
.work-list__place {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .work-list__place {
    margin-left: 180px;
    width: min(14.4444444444vw, 13em);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.work-list__detail {
  display: block;
  width: min(57.4358974359vw, 16em);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .work-list__detail {
    width: min(17.7777777778vw, 16em);
  }
}
.work-list__price {
  display: block;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .work-list.is-top .work-list__detail {
    margin-left: 180px;
    width: min(32.2222222222vw, 29em);
  }
}

.is-bg-gray .work-list::before {
  background: var(--color-bg-gray);
}
@media screen and (min-width: 768px) {
  .is-bg-gray .work-list::before {
    background: var(--color-white);
  }
}

.l-wrapper .voice__rating {
  margin-bottom: 50px;
  padding: 10px 0;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-wrapper .voice__rating {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }
}
.l-wrapper .voice__rating-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .voice__rating-title {
    font-size: 2.8rem;
    margin: 0 50px 0 0;
  }
}
.l-wrapper .voice__rating-body {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 13px;
}
@media screen and (max-width: 767px) {
  .l-wrapper .voice__rating-body .js_modal_button {
    position: absolute;
    top: 10px;
    right: 0;
  }
}
.l-wrapper .voice__rating-text {
  font-size: 1.4rem;
}
.l-wrapper .voice__star {
  display: flex;
  gap: 0 12px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-wrapper .voice__star {
    gap: 0 15px;
  }
}
.l-wrapper .voice__star img {
  width: 26px;
  margin: 0;
}
.l-wrapper .voice__star-number {
  font-size: 3.8rem;
  font-weight: bold;
  font-family: var(--font-en);
  margin-left: 5px;
}
.l-wrapper .voice__item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin: 0 -7px 50px;
  padding: 0 7px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .voice__item-wrapper {
    gap: 40px 0;
    margin: 0 -10px 50px;
    padding: 0 10px;
  }
}
.l-wrapper .voice__item {
  padding: 5px 10px 10px;
  border-radius: 5px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  background-color: var(--color-bg-white);
}
@media screen and (min-width: 768px) {
  .l-wrapper .voice__item {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 10px 20px 20px;
  }
}
.l-wrapper .voice__item-heading {
  display: flex;
  gap: 0 10px;
  justify-content: space-between;
  align-items: center;
}
.l-wrapper .voice__item .voice__star {
  gap: 0;
}
.l-wrapper .voice__item .voice__star img {
  width: 22px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .voice__item .voice__star img {
    width: 24px;
  }
}
.l-wrapper .voice__item .voice__star-number {
  font-size: 3rem;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .voice__item .voice__star-number {
    font-size: 3.2rem;
  }
}
.l-wrapper .voice__item-date {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .l-wrapper .voice__item-date {
    font-size: 1.4rem;
  }
}
.l-wrapper .voice__item-body {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid var(--color-border);
}
@media screen and (min-width: 768px) {
  .l-wrapper .voice__item-body {
    padding-top: 20px;
    gap: 20px 0;
  }
}
.l-wrapper .voice__detail {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .voice__detail {
    flex-direction: row;
    align-items: center;
    gap: 0 20px;
  }
}
.l-wrapper .voice__detail span {
  font-size: 1.2rem;
}
.l-wrapper .voice__staff {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
}
.l-wrapper .voice .js_more_text {
  cursor: pointer;
  display: block;
  text-align: right;
  text-decoration: underline;
  margin-left: auto;
  font-size: 1.2rem;
  margin-top: 5px;
}

.contact--navi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .contact--navi {
    gap: 30px;
  }
}
.contact--navi li {
  border-radius: 5px;
  background-color: var(--color-bg-hover);
  color: var(--color-white);
  text-align: center;
  font-size: 1.4rem;
  padding: 7.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .contact--navi li {
    font-size: 1.6rem;
    padding: 10.5px;
    border-radius: 10px;
  }
}
.contact--navi li.here {
  background-color: var(--color-secondary);
}

.contact--tableBlock a {
  color: var(--color-link) !important;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .contact--tableBlock a:hover {
    text-decoration: underline;
  }
}
.contact--tableBlock > table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact--tableBlock > table {
    border-collapse: separate;
    border-spacing: 30px;
    margin: 0 -30px;
  }
}
.contact--tableBlock > table > tbody > tr > th {
  position: relative;
  font-weight: 700;
  width: 100%;
  border-top: 1px solid var(--color-border);
}
@media screen and (max-width: 767px) {
  .contact--tableBlock > table > tbody > tr > th {
    display: block;
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 10px;
    padding: 10px 58px 10px 10px;
  }
}
@media screen and (min-width: 768px) {
  .contact--tableBlock > table > tbody > tr > th {
    width: 200px;
    vertical-align: top;
    text-align: left;
    padding: 10px 58px 10px 0;
  }
}
@media screen and (min-width: 1080px) {
  .contact--tableBlock > table > tbody > tr > th {
    width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .contact--tableBlock > table > tbody > tr > td {
    display: block;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .contact--tableBlock > table > tbody > tr > td {
    background-color: var(--color-bg-white);
  }
}
.contact--tableBlock input[type=text],
.contact--tableBlock input[type=email],
.contact--tableBlock input[type=tel],
.contact--tableBlock textarea {
  width: 100%;
  border: 1px solid var(--color-bg-hover);
  background-color: var(--color-bg-gray);
  font-size: 1.6rem;
  padding: 10px;
  border-radius: 5px;
}
.contact--tableBlock input[type=text]::placeholder,
.contact--tableBlock input[type=email]::placeholder,
.contact--tableBlock input[type=tel]::placeholder,
.contact--tableBlock textarea::placeholder {
  color: #999;
}
.contact--tableBlock input[type=text].form-error,
.contact--tableBlock input[type=email].form-error,
.contact--tableBlock input[type=tel].form-error,
.contact--tableBlock textarea.form-error {
  background-color: #FFEFEE;
}
.contact--tableBlock select {
  width: 100%;
  max-width: 352px;
  border: 1px solid var(--color-bg-hover);
  background-color: var(--color-bg-gray);
  background-image: url(../img/common/icon_select_01.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 49px auto;
  font-size: 1.6rem;
  padding: 10px 59px 10px 10px;
  border-radius: 10px;
}
.contact--tableBlock select::placeholder {
  color: #999;
}
.contact--tableBlock select.form-error {
  background-color: #FFEFEE;
}
.contact--tableBlock textarea {
  height: 200px;
}
.contact--tableBlock input[type=radio] {
  display: none;
}
.contact--tableBlock input[type=radio] + label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
  font-size: 1.6rem;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 15px;
}
.contact--tableBlock input[type=radio] + label::before {
  border: 1px solid var(--color-bg-hover);
  border-radius: 50%;
  width: 41px;
  height: 41px;
  background-color: var(--color-bg-gray);
  content: "";
  flex-shrink: 0;
}
.contact--tableBlock input[type=radio]:checked + label::before {
  border: 3px solid var(--color-border);
}
.contact--tableBlock input[type=radio]:checked + label::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 21px;
  height: 21px;
  background-color: var(--color-text);
  content: "";
  border-radius: 50%;
}
.contact--tableBlock .form-submit {
  background-color: var(--color-secondary);
  color: var(--color-white);
  width: 300px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  padding: 13px 15px 14px;
  border-radius: 24px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .contact--tableBlock .form-submit {
    width: 350px;
    font-size: 1.6rem;
    padding: 18px;
    border-radius: 30px;
    transition: background-color 300ms;
  }
  .contact--tableBlock .form-submit:hover {
    background-color: var(--color-secondary-hover);
  }
}
.contact--tableBlock .submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .contact--tableBlock .submit-btn {
    flex-direction: row;
    gap: 50px;
  }
}
.contact--tableBlock .upload-file {
  display: block;
  width: 100%;
}
.contact--tableBlock .upload-file input {
  display: block;
  width: 100%;
}

#BtnMessageBack {
  border: 1px solid var(--color-secondary);
  background-color: var(--color-bg-white);
  color: var(--color-text);
}
@media screen and (min-width: 768px) {
  #BtnMessageBack:hover {
    background-color: var(--color-bg-hover);
  }
}

@media screen and (min-width: 768px) {
  #MailMessageConfirmForm .contact--tableBlock > table > tbody > tr > td {
    padding-top: 10px;
    border-top: 1px solid var(--color-border);
  }
}

.mitsumori-cart-table {
  margin: 10px 0;
  width: 100%;
  border: none !important;
  border-top: 1px solid var(--color-border) !important;
  border-right: 1px solid var(--color-border) !important;
  box-sizing: border-box;
}
.mitsumori-cart-table th, .mitsumori-cart-table td {
  border: none !important;
  border-bottom: 1px solid var(--color-border) !important;
  border-left: 1px solid var(--color-border) !important;
}
.mitsumori-cart-table th {
  background-color: var(--color-bg-gray);
  padding: 10px;
}
@media screen and (min-width: 1080px) {
  .mitsumori-cart-table th:nth-child(2) {
    width: 220px;
  }
  .mitsumori-cart-table th:nth-child(3) {
    width: 220px;
  }
}
.mitsumori-cart-table tr {
  border: none !important;
}
.mitsumori-cart-table td:not(td:empty) {
  padding: 10px;
  background-color: var(--color-bg-white);
}
.mitsumori-cart-table tfoot td {
  padding: 10px;
  background-color: var(--color-bg-gray) !important;
  text-align: right;
}

.mitsumori-cart-table-td-value {
  text-align: right;
}

.mitsumori-cart-table-td-price {
  text-align: right;
}

.mitsumori-cart-table-price {
  color: var(--color-primary) !important;
  font-weight: 700;
}

.mitsumori-table-message-tax {
  color: var(--color-primary) !important;
  font-size: 1.2rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .mitsumori-table-message-tax {
    font-size: 1.4rem !important;
  }
}

.mitsumori-cart-table-tr-groupDiscount {
  color: var(--color-primary) !important;
}

.mitsumori-table-message-work {
  margin-bottom: 30px;
  border: 1px solid var(--color-border) !important;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .mitsumori-table-message-work {
    margin-bottom: 0;
  }
}

.mail-attention {
  display: block;
  width: 100%;
  margin-top: 10px;
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .mail-attention {
    font-size: 1.4rem;
  }
}
.mail-attention .contact--building-attention {
  color: var(--color-primary);
}

.icon-required {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
}
.icon-required::after {
  content: "必須";
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 48px;
  height: 29px;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 15px;
  color: var(--color-white);
}

.privacy-checkbox__icon-required {
  display: flex;
  width: 48px;
  height: 29px;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary) !important;
  font-size: 1.2rem !important;
  font-weight: bold;
  text-align: center;
  line-height: 15px;
  color: var(--color-white);
  border-radius: 0 !important;
}

.icon-optional {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
}
.icon-optional::after {
  content: "任意";
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 48px;
  height: 29px;
  align-items: center;
  justify-content: center;
  background-color: var(--color-secondary);
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 15px;
  color: var(--color-white);
}

#FieldMessageTriggerOthersComment {
  margin-top: 10px;
  display: block;
}

#FieldMessagePhoto1,
#FieldMessagePhoto2,
#FieldMessagePhoto3 {
  display: block;
  margin-bottom: 10px;
}

#cnvsThumb1, #cnvsThumb2, #cnvsThumb3 {
  max-width: 500px;
  width: 100%;
}

#FieldMessageParking {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#FieldMessageParking .contact--parking__img {
  display: block;
  width: 108px;
}
#FieldMessageParking .contact--parking__message {
  display: block;
  width: 100%;
}
#FieldMessageParking .mail-description {
  display: contents;
}

.privacy-checkbox {
  border: 1px solid var(--color-border);
  padding: 30px 20px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .privacy-checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 30px;
  }
}
.privacy-checkbox input[type=checkbox] {
  display: none;
}
.privacy-checkbox label {
  width: 100%;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.2;
  gap: 10px;
  cursor: pointer;
  padding-right: 58px;
  padding-left: 51px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .privacy-checkbox label {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}
.privacy-checkbox label::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 1px solid var(--color-bg-hover);
  width: 41px;
  height: 41px;
  background-color: var(--color-bg-gray);
  content: "";
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .privacy-checkbox label::before {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
}
.privacy-checkbox label:has(input:checked)::before {
  border: 3px solid var(--color-border);
}
.privacy-checkbox label:has(input:checked)::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 24px;
  height: 24px;
  background: url(../img/common/icon_check_01.svg) no-repeat left top/cover;
  content: "";
}
.privacy-checkbox .privacy-checkbox__icon-required {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .privacy-checkbox .privacy-checkbox__icon-required {
    position: relative;
  }
}

.checkbox {
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 41px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.2;
  gap: 10px;
  cursor: pointer;
  padding-right: 58px;
  padding-left: 51px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .checkbox label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }
}
.checkbox label::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 1px solid var(--color-bg-hover);
  width: 41px;
  height: 41px;
  background-color: var(--color-bg-gray);
  content: "";
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .checkbox label::before {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
}
.checkbox input:checked + label::before {
  border: 3px solid var(--color-border);
}
.checkbox input:checked + label::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 24px;
  height: 24px;
  background: url(../img/common/icon_check_01.svg) no-repeat left top/cover;
  content: "";
}
.checkbox + .checkbox {
  margin-top: 15px;
}

#MailMessageTel,
#MailMessageZip {
  max-width: 380px;
}

#FieldMessageRequestTime1,
#FieldMessageRequestTime2,
#FieldMessageRequestTime3 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
#FieldMessageRequestTime1 label,
#FieldMessageRequestTime2 label,
#FieldMessageRequestTime3 label {
  width: auto;
  min-width: 80px;
}

#MailMessageRequestDay1,
#MailMessageRequestDay2,
#MailMessageRequestDay3 {
  max-width: 352px;
}

#MailMessageRequestDay1 {
  margin-top: 10px;
}

.dynamic-aircon-type {
  max-width: 380px !important;
}

.alert-message {
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .alert-message {
    text-align: center;
    font-size: 1.8rem;
  }
}

.error-message {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .error-message {
    font-size: 1.4rem;
  }
}

.contact--description {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .contact--description {
    text-align: center;
    font-size: 1.8rem;
  }
}

.form-thanks {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .form-thanks {
    display: flex;
    gap: 0 50px;
  }
}
.form-thanks__image {
  display: none;
}
@media screen and (min-width: 768px) {
  .form-thanks__image {
    display: block;
    width: 160px;
    flex-shrink: 0;
  }
}

/* form calendar */
.formCalendar-date {
  font-size: 13px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 10px 0;
}

.formCalendar-next, .formCalendar-prev {
  color: #777;
  width: 45px;
}

.formCalendar-date-nolink {
  border: solid 1px transparent;
  line-height: 25px;
}

.formCalendar-date a {
  text-decoration: none;
  border: solid 1px #777;
  border-radius: 4px;
  display: block;
  line-height: 25px;
}

.formCalendar-current {
  line-height: 25px;
}

.formCalendar-dialog {
  text-align: center;
  width: 350px !important;
}

.formCalendar-dialog .ui-dialog-titlebar,
.formCalendar-time-dialog .ui-dialog-titlebar,
.formCalendar-alert-dialog .ui-dialog-titlebar,
.formCalendar-notice-dialog .ui-dialog-titlebar {
  display: none;
}

.formCalendar-close-container,
.formCalendar-time-close-container,
.formCalendar-alert-close-container,
.formCalendar-notice-close-container {
  text-align: right;
  margin-right: -10px;
}

.formCalendar-close,
.formCalendar-time-close,
.formCalendar-alert-close,
.formCalendar-notice-close {
  cursor: pointer;
  text-align: center;
  width: 28px;
  line-height: 25px;
  display: inline-block;
  border: solid 1px #777;
  border-radius: 50%;
  font-weight: bold;
  font-size: 12px;
  color: #777;
}

.formCalendar-description {
  font-size: 11px;
}

.formCalendar table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  margin: auto;
}

.formCalendar thead td {
  background: #000;
  color: #fff;
  height: 30px;
}

.formCalendar td {
  width: 40px;
  height: 55px;
  border: solid 1px #8a8a8a;
  font-size: 12px;
  text-align: center;
}

.formCalendar thead td {
  cursor: default;
}

.formCalendar tbody td {
  cursor: pointer;
  color: #288eee;
}

.formCalendar-time-description {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.formCalendar-time-selects {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-bottom: 5px;
}

.formCalendar-time-selects .formCalendar-time-select:first-child {
  margin-right: 2px;
}

.formCalendar-time-selects .formCalendar-time-select:last-child {
  margin-left: 2px;
}

.formCalendar-time-select {
  cursor: pointer;
  border: solid 1px #777;
  border-radius: 4px;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}

.formCalendar-selected-cell {
  background: #ffff98;
}

.formCalendar tbody td.formCalendar-empty-cell, .formCalendar tbody td.formCalendar-disabled-cell {
  background: #dfdfdf;
  cursor: default;
  color: #333;
}

.formCalendar tbody td.formCalendar-tel-cell {
  cursor: default;
  color: #333;
}

.formCalendar-mark {
  margin-top: 10px;
}

.formCalendar-selected-days {
  text-align: left;
  padding: 0;
  list-style: none;
  font-size: 14px;
  margin: 10px 0;
}

.formCalendar-selected-day {
  position: relative;
  line-height: 25px;
  margin-bottom: 15px;
}

.formCalendar-selected-day-no, .formCalendar-selected-day-date, .formCalendar-selected-day-time {
  margin-right: 5px;
}

.formCalendar-selected-day-remove {
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  color: #777;
  border: solid 1px #777;
  border-radius: 4px;
  width: 45px;
  line-height: 25px;
  cursor: pointer;
  text-align: center;
}

.formCalendar-alert-text {
  margin-top: 25px;
  font-size: 13px;
  text-align: center;
}

.formCalendar-notice-text {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.5em;
}

.formCalendar-notice-button {
  margin-top: 25px;
  text-align: center;
  border: solid 1px #777;
  border-radius: 4px;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .formCalendar tbody td.formCalendar-tel-cell {
    cursor: pointer;
    color: #288eee;
  }
}
@media only screen and (max-width: 320px) {
  .formCalendar-dialog {
    width: 300px !important;
  }
  .formCalendar-dialog td {
    height: 50px;
  }
}
/* top
-------------------------*/
.home-top {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .home-top {
    margin-bottom: 50px;
  }
}
.home-top__text {
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home-top__text {
    font-size: 2.8rem;
  }
}

.l-wrapper .top-company {
  position: relative;
  background-color: var(--color-bg-white);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  border: 5px solid var(--color-border);
  border-radius: 10px;
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .top-company {
    padding: 50px 20px 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border: 10px solid var(--color-border);
  }
}
.l-wrapper .top-company__logo {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 120px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .top-company__logo {
    width: 260px;
    top: 25px;
    right: 25px;
  }
}
.l-wrapper .top-company__title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-wrapper .top-company__title {
    gap: 0 30px;
  }
}
.l-wrapper .top-company__title-text {
  font-size: min(5.3846153846vw, 21px);
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .top-company__title-text {
    font-size: 4.2rem;
  }
}
.l-wrapper .top-company__deco {
  width: 75px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .top-company__deco {
    width: 120px;
  }
}

.l-wrapper .price-about {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 30px;
  background-color: var(--color-bg-white);
  text-align: center;
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 12px 10px;
  overflow: hidden;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-wrapper .price-about {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: opacity 300ms;
    padding: 15px;
  }
  .l-wrapper .price-about:hover {
    opacity: 0.7;
  }
}

.house-cleaning-gift-top {
  position: relative;
  border: 1px solid var(--color-border);
  padding: 50px 20px 20px;
  max-width: 900px;
  margin: 90px auto 0;
}
@media screen and (min-width: 1080px) {
  .house-cleaning-gift-top {
    transform: translateX(50px);
    margin: 50px auto 0;
    padding: 50px 30px 50px 130px;
  }
}
.house-cleaning-gift-top__image {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  border-radius: 50%;
}
@media screen and (min-width: 1080px) {
  .house-cleaning-gift-top__image {
    width: 200px;
    top: -50px;
    left: 0;
  }
}
.house-cleaning-gift-top__text {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .house-cleaning-gift-top__text {
    margin-top: 30px;
    font-size: 2rem;
  }
}

.house-cleaning-gift-voice {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
@media screen and (min-width: 768px) {
  .house-cleaning-gift-voice {
    gap: 40px 0;
  }
}
.house-cleaning-gift-voice__title {
  position: relative;
  border: 1px solid var(--color-border);
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 15px;
  background-color: var(--color-bg-pink);
  width: 100%;
  max-width: 800px;
}
@media screen and (min-width: 768px) {
  .house-cleaning-gift-voice__title {
    font-size: 2.2rem;
    border-radius: 10px;
  }
}
.house-cleaning-gift-voice__title::before {
  position: absolute;
  left: 52px;
  bottom: -13px;
  width: 20px;
  height: 13px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--color-border);
  content: "";
}
.house-cleaning-gift-voice__title::after {
  position: absolute;
  left: 52px;
  bottom: -12px;
  width: 20px;
  height: 13px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--color-bg-pink);
  content: "";
}
.house-cleaning-gift-voice__item {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (min-width: 768px) {
  .house-cleaning-gift-voice__item {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 40px;
  }
}
.house-cleaning-gift-voice__text {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .house-cleaning-gift-voice__text {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .house-cleaning-gift-voice__image {
    width: 360px;
  }
}
@media screen and (min-width: 768px) {
  .house-cleaning-gift-voice__body {
    width: calc(100% - 360px - 40px);
  }
}

.house-cleaning-gift-info {
  border: 1px solid var(--color-border);
  padding: 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  background-color: var(--color-bg-white);
}
@media screen and (min-width: 768px) {
  .house-cleaning-gift-info {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 40px;
    padding: 50px;
    border-radius: 10px;
  }
}
.house-cleaning-gift-info__title {
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .house-cleaning-gift-info__title {
    font-size: 3.6rem;
  }
}
.house-cleaning-gift-info__image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .house-cleaning-gift-info__image {
    width: 260px;
    height: 260px;
  }
}
@media screen and (min-width: 768px) {
  .house-cleaning-gift-info__body {
    width: calc(100% - 260px - 40px);
  }
}

.l-wrapper .company-media {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.l-wrapper .company-media__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .company-media__title {
    font-size: 3.6rem;
  }
}
.l-wrapper .company-media__title-sub {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .company-media__title-sub {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 50px;
  }
}
.l-wrapper .company-media__inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .company-media__inner {
    flex-direction: row;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .company-media__item:nth-child(odd) .company-media__inner {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .company-media__body {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .company-media__image {
    width: calc(50% - 20px);
  }
}
.l-wrapper .company-note {
  border: 1px solid var(--color-border);
  border-radius: 5px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .company-note {
    padding: 20px;
    border-radius: 10px;
  }
}

.l-wrapper .sdgs-top__title {
  margin: 0 0 20px;
}
.l-wrapper .sdgs-top__text {
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .sdgs-top__text {
    text-align: center;
    margin: 0 0 50px;
  }
}
.l-wrapper .sdgs-top__image {
  max-width: 652px;
  margin: 0 auto;
}
.l-wrapper .sdgs-detail {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .sdgs-detail {
    border: 1px solid var(--color-border);
    border-radius: 10px;
    padding: 20px;
    gap: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .l-wrapper .sdgs-detail {
    padding: 50px;
    gap: 50px;
  }
}
.l-wrapper .sdgs-detail__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--color-border);
}
@media screen and (min-width: 768px) {
  .l-wrapper .sdgs-detail__item {
    flex-direction: row;
    gap: 20px;
    border-bottom: none;
  }
}
@media screen and (min-width: 1080px) {
  .l-wrapper .sdgs-detail__item {
    gap: 30px;
  }
}
.l-wrapper .sdgs-detail__icon {
  width: min(30.7692307692vw, 120px);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-wrapper .sdgs-detail__icon {
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1080px) {
  .l-wrapper .sdgs-detail__icon {
    width: 200px;
  }
}
.l-wrapper .sdgs-detail__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .sdgs-detail__title {
    text-align: left;
  }
}
@media screen and (min-width: 1080px) {
  .l-wrapper .sdgs-detail__title {
    font-size: 2.8rem;
  }
}
.l-wrapper .sdgs-detail__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.l-wrapper .sdgs-detail__image {
  width: min(46.1538461538vw, 180px);
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-wrapper .sdgs-detail__image {
    flex-shrink: 0;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1080px) {
  .l-wrapper .sdgs-detail__image {
    width: 300px;
  }
}

.l-wrapper .ofukuwake-top__title {
  margin: 0 0 20px;
}
.l-wrapper .ofukuwake-top__col {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .ofukuwake-top__col {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1080px) {
  .l-wrapper .ofukuwake-top__col {
    flex-direction: row;
    justify-content: center;
    gap: 50px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .ofukuwake-top .text {
    text-align: center;
  }
}
.l-wrapper .ofukuwake-top__image {
  max-width: 560px;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .l-wrapper .ofukuwake-top__image {
    margin: 0;
  }
}
.l-wrapper .ofukuwake-top__image img {
  margin: 0;
}
.l-wrapper .ofukuwake-top__info {
  background-color: var(--color-bg-white);
  padding: 20px;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .l-wrapper .ofukuwake-top__info {
    margin: 0;
  }
}
.l-wrapper .ofukuwake-top__info-title {
  margin: 0 0 15px;
  font-weight: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.l-wrapper .ofukuwake-top__info-data {
  margin: 0 0 15px;
  font-weight: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.l-wrapper .ofukuwake-top__info-data span {
  font-size: 5rem;
  line-height: 1;
  color: var(--color-primary);
  font-family: var(--font-en);
}
.l-wrapper .ofukuwake-top__info-text {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  margin: 0 0 15px;
}
.l-wrapper .ofukuwake-top__info-date {
  text-align: right;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0;
}
.l-wrapper .ofukuwake-use__image {
  margin: 0 -10px 30px;
  max-width: 900px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .ofukuwake-use__image {
    margin: 0 auto 50px;
  }
}
.l-wrapper .ofukuwake-use__message {
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .ofukuwake-use__message {
    font-size: 2.8rem;
    margin: 0 0 20px;
    text-align: center;
  }
}
.l-wrapper .ofukuwake-use__text {
  margin: 0 0 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-wrapper .ofukuwake-use__text {
    margin: 0 0 20px;
  }
}
.l-wrapper .ofukuwake-about {
  border: 1px solid var(--color-border);
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .ofukuwake-about {
    padding: 20px;
    text-align: center;
    margin-bottom: 50px;
  }
}
.l-wrapper .ofukuwake-about > * {
  max-width: 900px;
  margin: 0 auto;
}
.l-wrapper .ofukuwake-video {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .ofukuwake-video {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1080px) {
  .l-wrapper .ofukuwake-video {
    gap: 50px;
  }
}
.l-wrapper .ofukuwake-video__item {
  height: 100%;
  background-color: var(--color-bg-white);
}
.l-wrapper .ofukuwake-video__title {
  margin: 0;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: var(--color-bg-white);
}
@media screen and (min-width: 1080px) {
  .l-wrapper .ofukuwake-video__title {
    font-size: 1.8rem;
    padding: 20px;
  }
}
.l-wrapper .ofukuwake-video .bgb-youtube {
  margin: 0;
}
.l-wrapper .ofukuwake-media {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .ofukuwake-media {
    gap: 50px;
  }
}
.l-wrapper .ofukuwake-media__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .ofukuwake-media__item {
    flex-direction: row;
    gap: 40px;
  }
  .l-wrapper .ofukuwake-media__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .ofukuwake-media__image {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .ofukuwake-media__body {
    width: calc(50% - 20px);
  }
}
.l-wrapper .ofukuwake-media__body .text-lg + .text {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .ofukuwake-media__body .text-lg + .text {
    margin-top: 20px;
  }
}

.l-wrapper .flow-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: -6px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .flow-list {
    gap: 20px;
    margin: -10px;
  }
}
.l-wrapper .flow-list li {
  list-style: none;
  padding: 7px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .flow-list li {
    padding: 10px;
  }
}
.l-wrapper .flow-list__item {
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  background-color: var(--color-bg-white);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  color: var(--color-text);
  padding: 10px;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-wrapper .flow-list__item {
    gap: 30px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    align-items: flex-start;
  }
}
.l-wrapper .flow-list__body {
  display: contents;
}
@media screen and (min-width: 768px) {
  .l-wrapper .flow-list__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: calc(100% - 300px - 30px);
  }
}
.l-wrapper .flow-list__title {
  margin: 0;
  order: 2;
  font-weight: 700;
  font-size: 1.8rem;
  width: calc(100% - min(38.4615384615vw, 150px) - 10px);
}
@media screen and (min-width: 768px) {
  .l-wrapper .flow-list__title {
    order: inherit;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 2.8rem;
  }
}
.l-wrapper .flow-list__title span {
  display: block;
  color: var(--color-primary);
  font-size: 1.4rem;
  font-family: var(--font-en);
}
@media screen and (min-width: 768px) {
  .l-wrapper .flow-list__title span {
    font-size: 1.8rem;
  }
}
.l-wrapper .flow-list__image {
  order: 2;
  width: min(38.4615384615vw, 150px);
}
@media screen and (min-width: 768px) {
  .l-wrapper .flow-list__image {
    order: inherit;
    width: 300px;
  }
}
.l-wrapper .flow-list__text {
  margin: 0;
  order: 3;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .flow-list__text {
    order: inherit;
  }
}
.l-wrapper .flow-list__note {
  border: 1px solid var(--color-border);
  padding: 10px;
}

.l-wrapper .prideflag-top__title {
  margin: 0 0 20px;
}
.l-wrapper .prideflag-top__text {
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .prideflag-top__text {
    text-align: center;
    margin: 0 0 50px;
  }
}
.l-wrapper .prideflag-top__image {
  max-width: 500px;
  margin: 0 auto;
}
.l-wrapper .prideflag-badge__title {
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .prideflag-badge__title {
    margin: 0 0 20px;
  }
}
.l-wrapper .prideflag-badge__title-sub {
  margin: 0 0 10px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-wrapper .prideflag-badge__title-sub {
    text-align: center;
    font-size: 2.8rem;
    margin: 0 0 20px;
  }
}
.l-wrapper .prideflag-badge__text {
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .prideflag-badge__text {
    text-align: center;
    margin: 0 0 50px;
  }
}
.l-wrapper .prideflag-badge__image {
  max-width: 500px;
  margin: 0 auto;
}
.l-wrapper .prideflag-value__title {
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .prideflag-value__title {
    margin: 0 0 20px;
  }
}
.l-wrapper .prideflag-value__title-sub {
  margin: 0 0 10px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-wrapper .prideflag-value__title-sub {
    text-align: center;
    font-size: 2.8rem;
    margin: 0 0 20px;
  }
}
.l-wrapper .prideflag-value__text {
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .prideflag-value__text {
    text-align: center;
    margin: 0 0 50px;
  }
}
.l-wrapper .prideflag-value__image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.l-wrapper .franchise-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .franchise-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1080px) {
  .l-wrapper .franchise-col {
    gap: 50px;
  }
}
.l-wrapper .franchise-col__item {
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: var(--color-bg-white);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  color: var(--color-text);
  height: 100%;
  padding: 20px 20px 25px;
  gap: 30px;
}
.l-wrapper .franchise-col__item .button {
  width: 100%;
}
.l-wrapper .franchise-col__item .button__link {
  width: 100%;
  min-width: inherit;
}
.l-wrapper .franchise-col__title {
  margin: 0;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-wrapper .franchise-col__title {
    font-size: 2.2rem;
  }
}
.l-wrapper .franchise-trouble {
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: var(--color-bg-white);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  color: var(--color-text);
  height: 100%;
  padding: 50px 20px 25px;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .franchise-trouble {
    padding: 50px;
    border-radius: 10px;
  }
}
.l-wrapper .franchise-trouble__text {
  font-weight: 700;
  margin: 0;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .l-wrapper .franchise-trouble__text {
    font-size: 2.8rem;
    text-align: center;
  }
}
.l-wrapper .franchise-trouble__image {
  max-width: 980px;
  margin: 0 auto;
}
.l-wrapper .franchise-trouble__fig {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .franchise-trouble__fig {
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-wrapper .franchise-traning {
  padding: 20px 10px;
  background-color: var(--color-bg-white);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .franchise-traning {
    padding: 50px;
    border-radius: 10px;
    gap: 50px;
  }
}
.l-wrapper .franchise-traning__title {
  font-weight: 700;
  font-size: 2rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .franchise-traning__title {
    font-size: 2.8rem;
  }
}
.l-wrapper .franchise-traning__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .franchise-traning__item {
    flex-direction: row;
  }
  .l-wrapper .franchise-traning__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .franchise-traning__item .button {
    margin-top: auto;
    margin-left: auto;
  }
}
.l-wrapper .franchise-traning__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.l-wrapper .franchise-traning__image {
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-wrapper .franchise-traning__image {
    border-radius: 10px;
    width: min(33.3333333333vw, 480px);
    flex-shrink: 0;
  }
}
.l-wrapper .franchise-message__grid {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 30px;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .franchise-message__grid {
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 100px;
  }
}
.l-wrapper .franchise-message__item {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-wrapper .franchise-message__item a {
    transition: opacity 300ms;
  }
  .l-wrapper .franchise-message__item a:hover {
    opacity: 0.7;
  }
}
.l-wrapper .franchise-message__text {
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .franchise-message__text {
    text-align: center;
  }
}
.l-wrapper .franchise-contact {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .franchise-contact {
    margin-top: 50px;
  }
}
.l-wrapper .franchise-contact .text {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .franchise-contact .text {
    text-align: center;
  }
}
.l-wrapper .franchise-contact .button-wrapper {
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .franchise-contact .button-wrapper {
    gap: 30px;
  }
}
.l-wrapper .franchise-contact__title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .franchise-contact__title {
    text-align: center;
    font-size: 3.6rem;
  }
}
.l-wrapper .franchise-contact__title-sub {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-wrapper .franchise-contact__title-sub {
    font-size: 2.2rem;
  }
}

.l-wrapper .strength-top__text {
  font-size: 1.6rem;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-top__text {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-top .text {
    text-align: center;
  }
}
.l-wrapper .strength-top__image-col {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-top__image-col {
    margin-top: 50px;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.l-wrapper .strength-top__image-col img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-top__image-col img {
    border-radius: 10px;
  }
}
.l-wrapper .strength-top__title {
  margin: 20px 0;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-top__title {
    text-align: center;
    font-size: 2.8rem;
    margin: 50px 0 30px;
  }
}
.l-wrapper .strength-top__image {
  margin: 20px auto 0;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-top__image {
    margin: 50px auto 0;
  }
}
.l-wrapper .strength-top__image img {
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-top__image img {
    border-radius: 10px;
  }
}
.l-wrapper .strength-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: -6px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-list {
    gap: 20px;
    margin: -10px;
  }
}
.l-wrapper .strength-list > li {
  list-style: none;
  padding: 7px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-list > li {
    padding: 10px;
  }
}
.l-wrapper .strength-list__item {
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column-reverse;
  background-color: var(--color-bg-white);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  color: var(--color-text);
  padding: 10px 10px 20px;
  gap: 30px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-list__item {
    gap: 30px;
    flex-direction: row;
    padding: 20px;
    flex-wrap: wrap;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    align-items: flex-start;
  }
}
.l-wrapper .strength-list__item .button {
  order: 1;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-list__item .button {
    width: 100%;
    order: inherit;
  }
}
.l-wrapper .strength-list__body {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-list__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: calc(100% - min(34.7222222222vw, 500px) - 30px);
    order: inherit;
  }
}
.l-wrapper .strength-list__title {
  margin: 0;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-list__title {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 2.8rem;
  }
}
.l-wrapper .strength-list__title span {
  display: block;
  color: var(--color-primary);
  font-size: 1.4rem;
  font-family: var(--font-en);
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-list__title span {
    font-size: 1.8rem;
  }
}
.l-wrapper .strength-list__image {
  width: 100%;
  order: 3;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-list__image {
    width: min(34.7222222222vw, 500px);
    order: inherit;
  }
}
.l-wrapper .strength-list__text {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-list__text {
    order: inherit;
  }
}
.l-wrapper .strength-list__note {
  border: 1px solid var(--color-border);
  padding: 10px;
}
.l-wrapper .strength-list + .button-wrapper {
  margin-top: 30px;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-list + .button-wrapper {
    margin-top: 50px;
    gap: 30px;
  }
}
.l-wrapper .strength-training {
  padding: 20px 10px;
  background-color: var(--color-bg-white);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-training {
    padding: 50px;
    border-radius: 10px;
    gap: 50px;
  }
}
.l-wrapper .strength-training__title {
  font-weight: 700;
  font-size: 2rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-training__title {
    font-size: 2.8rem;
  }
}
.l-wrapper .strength-training__item {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-training__item {
    flex-direction: row;
  }
  .l-wrapper .strength-training__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-training__item .button {
    margin-top: auto;
    margin-left: auto;
  }
}
.l-wrapper .strength-training__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.l-wrapper .strength-training__image {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-training__image {
    width: min(33.3333333333vw, 480px);
    flex-shrink: 0;
  }
}
.l-wrapper .strength-support {
  padding: 20px 10px;
  background-color: var(--color-bg-white);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-support {
    padding: 50px;
    border-radius: 10px;
  }
}
.l-wrapper .strength-support__title {
  margin: 0 0 10px;
  padding: 5px !important;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  color: var(--color-white);
  background-color: var(--color-secondary) !important;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-support__title {
    font-size: 2.8rem;
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 1080px) {
  .l-wrapper .strength-support__title.is-sm {
    width: 900px;
    margin: 0 auto 20px;
  }
}
.l-wrapper .strength-support__list {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-support__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
  }
}
@media screen and (min-width: 1080px) {
  .l-wrapper .strength-support__list {
    width: 840px;
    margin: 0 auto;
  }
}
.l-wrapper .strength-support__list li {
  padding: 10px 0;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid var(--color-secondary);
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-support__list li {
    font-size: 1.8rem;
  }
}
.l-wrapper .strength-support__col {
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-support__col {
    margin: 50px 0 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-wrapper .strength-support__col-title {
  font-weight: 700;
  margin: 0 0 20px;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-support__col-title {
    font-size: 2.8rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-support__col .text {
    text-align: center;
  }
}
.l-wrapper .strength-support__col-image {
  margin-top: 30px;
}
.l-wrapper .strength-support__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-support__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
.l-wrapper .strength-support__grid .strength-support__title {
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-support__grid .strength-support__title {
    margin: 0 0 30px;
  }
}
.l-wrapper .strength-data__inner {
  padding: 20px 10px;
  background-color: var(--color-bg-white);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-data__inner {
    padding: 50px 30px;
    border-radius: 10px;
  }
}
.l-wrapper .strength-data__col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-data__col {
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-wrapper .strength-data__col-image {
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-data__col-image {
    margin: 0 0 30px;
  }
}
.l-wrapper .strength-data__title {
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-data__title {
    font-size: 2.8rem;
    text-align: center;
  }
}
.l-wrapper .strength-data__list {
  margin: 0;
}
.l-wrapper .strength-data .button-wrapper {
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .strength-data .button-wrapper {
    gap: 30px;
  }
}

.l-wrapper .open-flow {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 0 20px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .open-flow {
    grid-template-columns: 1fr;
    gap: 25px 0;
  }
}
.l-wrapper .open-flow__duration {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-wrapper .open-flow__duration {
    flex-direction: row;
  }
}
.l-wrapper .open-flow__duration-item {
  padding-bottom: 19px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .open-flow__duration-item {
    height: 60px !important;
    padding-bottom: 0;
    padding-right: 19px;
  }
}
.l-wrapper .open-flow__duration-item.is-item-1 {
  height: 140px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .open-flow__duration-item.is-item-1 {
    width: 23.75%;
  }
}
.l-wrapper .open-flow__duration-item.is-item-1 .open-flow__duration-inner {
  background-color: var(--color-border);
}
.l-wrapper .open-flow__duration-item.is-item-1 .open-flow__duration-inner::after {
  background-color: var(--color-border);
}
.l-wrapper .open-flow__duration-item.is-item-2 {
  height: 140px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .open-flow__duration-item.is-item-2 {
    width: 23.75%;
  }
}
.l-wrapper .open-flow__duration-item.is-item-2 .open-flow__duration-inner {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.l-wrapper .open-flow__duration-item.is-item-2 .open-flow__duration-inner::after {
  background-color: var(--color-secondary);
}
.l-wrapper .open-flow__duration-item.is-item-3 {
  height: 300px;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .l-wrapper .open-flow__duration-item.is-item-3 {
    width: 52.5%;
  }
}
.l-wrapper .open-flow__duration-item.is-item-3 .open-flow__duration-inner {
  background-color: var(--color-secondary-hover);
}
.l-wrapper .open-flow__duration-item.is-item-3 .open-flow__duration-inner::after {
  background-color: var(--color-secondary-hover);
}
.l-wrapper .open-flow__duration-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  width: 100%;
  height: 100%;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .l-wrapper .open-flow__duration-inner {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-size: 2.2rem;
  }
}
.l-wrapper .open-flow__duration-inner::after {
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 100%;
  height: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: red;
}
@media screen and (min-width: 768px) {
  .l-wrapper .open-flow__duration-inner::after {
    bottom: inherit;
    top: 0;
    left: 100%;
    width: 20px;
    height: 100%;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}
.l-wrapper .open-flow__step {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  padding-left: 20px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .open-flow__step {
    flex-direction: row;
    padding-left: 0;
    padding-top: 35px;
    justify-content: space-between;
  }
}
.l-wrapper .open-flow__step-item {
  position: relative;
  border: 2px solid var(--color-border);
  border-radius: 5px;
  margin: 0;
  padding: 11px 15px 11px 50px;
  overflow: inherit;
  list-style: none !important;
}
@media screen and (min-width: 768px) {
  .l-wrapper .open-flow__step-item {
    padding: 47px 10px 12px;
    flex-shrink: 0;
    flex: 0 0 12.0833333333%;
    text-align: center;
  }
}
@media screen and (min-width: 1080px) {
  .l-wrapper .open-flow__step-item {
    min-width: 130px;
    flex: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .open-flow__step-item.is-step-1 {
    margin-right: 7%;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .open-flow__step-item.is-step-2 {
    margin-right: 7%;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .open-flow__step-item.is-step-3 {
    margin-right: 3.25%;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .open-flow__step-item.is-step-4 {
    margin-right: 3.25%;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .open-flow__step-item.is-step-5 {
    margin-right: 7%;
  }
}
.l-wrapper .open-flow__step-icon {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  width: 50px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .open-flow__step-icon {
    width: 70px;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-wrapper .open-flow__step-number {
  display: block;
  font-family: var(--font-en);
  color: var(--color-primary);
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 1080px) {
  .l-wrapper .open-flow__step-number {
    font-size: 1.6rem;
  }
}
.l-wrapper .open-flow__step-title {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-wrapper .open-flow__step-title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1080px) {
  .l-wrapper .open-flow__step-title {
    font-size: 1.8rem;
    text-align: center;
    white-space: nowrap;
  }
}

.l-wrapper .ceremony-list {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .ceremony-list {
    margin-bottom: 100px;
  }
}
.l-wrapper .ceremony-list__title {
  font-weight: bold;
  margin: -10px 0 0;
}

.l-wrapper .labo-about {
  padding: 20px 10px;
  background-color: var(--color-bg-white);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .labo-about {
    padding: 50px;
    border-radius: 10px;
    gap: 50px;
  }
}
.l-wrapper .labo-about__title {
  font-weight: 700;
  font-size: 2rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .labo-about__title {
    font-size: 2.8rem;
  }
}
.l-wrapper .labo-about__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .labo-about__item {
    gap: 30px;
    flex-direction: row;
  }
  .l-wrapper .labo-about__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .labo-about__item .button {
    margin-top: auto;
    margin-left: auto;
  }
}
.l-wrapper .labo-about__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.l-wrapper .labo-about__image {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-wrapper .labo-about__image {
    width: min(33.3333333333vw, 480px);
    flex-shrink: 0;
  }
}

.l-wrapper .eyl-system-about {
  padding: 20px 10px;
  background-color: var(--color-bg-white);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .eyl-system-about {
    padding: 50px;
    border-radius: 10px;
  }
}
.l-wrapper .eyl-system-about__title {
  font-weight: 700;
  font-size: 2rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .eyl-system-about__title {
    font-size: 2.8rem;
  }
}
.l-wrapper .eyl-system-about__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .eyl-system-about__item {
    flex-direction: row-reverse;
    gap: 30px;
  }
  .l-wrapper .eyl-system-about__item:nth-child(even) {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .eyl-system-about__item .button {
    margin-top: auto;
    margin-left: auto;
  }
}
.l-wrapper .eyl-system-about__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.l-wrapper .eyl-system-about__image {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-wrapper .eyl-system-about__image {
    width: min(33.3333333333vw, 480px);
    flex-shrink: 0;
  }
}
.l-wrapper .eyl-system-owner {
  padding: 20px 10px;
  background-color: var(--color-bg-white);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .eyl-system-owner {
    padding: 20px;
    border-radius: 10px;
  }
}
.l-wrapper .eyl-system-owner__col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .eyl-system-owner__col {
    flex-direction: row;
    align-items: center;
  }
}
.l-wrapper .eyl-system-owner__title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .eyl-system-owner__title {
    font-size: 2.8rem;
  }
}
.l-wrapper .eyl-system-owner__head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.l-wrapper .eyl-system-owner__name {
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  gap: 30px;
  align-items: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper .eyl-system-owner__name {
    font-size: 1.8rem;
  }
}
.l-wrapper .eyl-system-owner__name span {
  background-color: var(--color-secondary);
  color: var(--color-white);
  font-size: 1.2rem;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .eyl-system-owner__name span {
    font-size: 1.4rem;
  }
}
.l-wrapper .eyl-system-owner__image {
  width: min(36.8055555556vw, 530px);
  flex-shrink: 0;
}

.l-wrapper .sitemap-button {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 20px;
  max-width: 580px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .l-wrapper .sitemap-button {
    margin-bottom: 30px;
  }
}
.l-wrapper .sitemap-button a {
  display: block;
  padding: 10.5px 37px 10.5px 10px;
  text-decoration: none;
  color: var(--color-text);
  border-radius: 10px;
  border: 1px solid var(--color-border);
  background-color: var(--color-bg-white);
  background-image: url(../img/common/icon_right_01.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 22px auto;
}
@media screen and (min-width: 768px) {
  .l-wrapper .sitemap-button a {
    transition: background-color 300ms;
  }
  .l-wrapper .sitemap-button a:hover {
    background-color: var(--color-bg-hover);
  }
}
.l-wrapper .sitemap-item {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .sitemap-item {
    margin-bottom: 50px;
  }
}
.l-wrapper .sitemap-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .sitemap-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
  }
}
@media screen and (min-width: 1080px) {
  .l-wrapper .sitemap-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-wrapper .sitemap-list li {
  list-style: none;
  margin: 0;
}
.l-wrapper .sitemap-list a {
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-wrapper .sitemap-button-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
  }
  .l-wrapper .sitemap-button-list .sitemap-button {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1080px) {
  .l-wrapper .sitemap-button-list {
    gap: 50px 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-wrapper .sitemap-area + .sitemap-area {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .sitemap-area + .sitemap-area {
    margin-top: 50px;
  }
}
.l-wrapper .sitemap-area__title {
  font-size: 1.6rem !important;
  font-weight: 700;
  background-color: var(--color-bg-gray) !important;
  padding: 10.5px 10px !important;
  border-radius: 10px;
  margin: 0 0 20px !important;
}
@media screen and (min-width: 768px) {
  .l-wrapper .sitemap-area__title {
    font-size: 2.2rem !important;
    padding: 15px 20px !important;
    margin: 0 0 30px !important;
  }
}
.l-wrapper .sitemap-area__item {
  padding: 0 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 768px) {
  .l-wrapper .sitemap-area__item {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 1080px) {
  .l-wrapper .sitemap-area__item {
    grid-template-columns: repeat(10, 1fr);
  }
}
.l-wrapper .sitemap-area__item a {
  display: block;
  text-decoration: none;
}
.l-wrapper .sitemap-area__item div {
  color: var(--color-bg-hover);
}

.l-wrapper .page-404__image {
  width: 160px;
  margin: 0 auto 20px;
}
.l-wrapper .page-404__notice {
  text-align: center;
  font-weight: 700;
  margin-top: 30px;
  font-size: 2rem;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .l-wrapper .page-404__notice {
    font-size: 2.4rem;
  }
}

.is-hidden-pc {
  display: block;
}
@media screen and (min-width: 768px) {
  .is-hidden-pc {
    display: none !important;
  }
}

.is-hidden-sp {
  display: none;
}
@media screen and (min-width: 1080px) {
  .is-hidden-sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .is-sp-visible {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .is-pc-center {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .is-pc-right {
    text-align: right;
  }
}

.is_pc {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .is_pc {
    display: none !important;
  }
}
.is_sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .is_sp {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .is_sp_none {
    display: none !important;
  }
}
.is-center {
  text-align: center !important;
}

.is-right {
  text-align: right !important;
}

.is-left {
  text-align: left !important;
}

/* margin
-------------------------------*/
.is-mb-md {
  margin-bottom: 30px !important;
}
@media screen and (min-width: 768px) {
  .is-mb-md {
    margin-bottom: 50px !important;
  }
}

.is-mt-0 {
  margin-top: 0px !important;
}

.is-mb-0 {
  margin-bottom: 0px !important;
}

.is-mr-0 {
  margin-right: 0px !important;
}

.is-ml-0 {
  margin-left: 0px !important;
}

.is-mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.is-my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-0 {
    margin-top: 0px !important;
  }
  .is-mb-pc-0 {
    margin-bottom: 0px !important;
  }
  .is-mr-pc-0 {
    margin-right: 0px !important;
  }
  .is-ml-pc-0 {
    margin-left: 0px !important;
  }
  .is-mx-pc-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .is-my-pc-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-0 {
    margin-top: 0px !important;
  }
  .is-mb-sp-0 {
    margin-bottom: 0px !important;
  }
  .is-mr-sp-0 {
    margin-right: 0px !important;
  }
  .is-ml-sp-0 {
    margin-left: 0px !important;
  }
  .is-mx-sp-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .is-my-sp-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
.is-mt-5 {
  margin-top: 5px !important;
}

.is-mb-5 {
  margin-bottom: 5px !important;
}

.is-mr-5 {
  margin-right: 5px !important;
}

.is-ml-5 {
  margin-left: 5px !important;
}

.is-mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.is-my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-5 {
    margin-top: 5px !important;
  }
  .is-mb-pc-5 {
    margin-bottom: 5px !important;
  }
  .is-mr-pc-5 {
    margin-right: 5px !important;
  }
  .is-ml-pc-5 {
    margin-left: 5px !important;
  }
  .is-mx-pc-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .is-my-pc-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-5 {
    margin-top: 5px !important;
  }
  .is-mb-sp-5 {
    margin-bottom: 5px !important;
  }
  .is-mr-sp-5 {
    margin-right: 5px !important;
  }
  .is-ml-sp-5 {
    margin-left: 5px !important;
  }
  .is-mx-sp-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .is-my-sp-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
}
.is-mt-10 {
  margin-top: 10px !important;
}

.is-mb-10 {
  margin-bottom: 10px !important;
}

.is-mr-10 {
  margin-right: 10px !important;
}

.is-ml-10 {
  margin-left: 10px !important;
}

.is-mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.is-my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-10 {
    margin-top: 10px !important;
  }
  .is-mb-pc-10 {
    margin-bottom: 10px !important;
  }
  .is-mr-pc-10 {
    margin-right: 10px !important;
  }
  .is-ml-pc-10 {
    margin-left: 10px !important;
  }
  .is-mx-pc-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .is-my-pc-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-10 {
    margin-top: 10px !important;
  }
  .is-mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .is-mr-sp-10 {
    margin-right: 10px !important;
  }
  .is-ml-sp-10 {
    margin-left: 10px !important;
  }
  .is-mx-sp-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .is-my-sp-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
.is-mt-15 {
  margin-top: 15px !important;
}

.is-mb-15 {
  margin-bottom: 15px !important;
}

.is-mr-15 {
  margin-right: 15px !important;
}

.is-ml-15 {
  margin-left: 15px !important;
}

.is-mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.is-my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-15 {
    margin-top: 15px !important;
  }
  .is-mb-pc-15 {
    margin-bottom: 15px !important;
  }
  .is-mr-pc-15 {
    margin-right: 15px !important;
  }
  .is-ml-pc-15 {
    margin-left: 15px !important;
  }
  .is-mx-pc-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .is-my-pc-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-15 {
    margin-top: 15px !important;
  }
  .is-mb-sp-15 {
    margin-bottom: 15px !important;
  }
  .is-mr-sp-15 {
    margin-right: 15px !important;
  }
  .is-ml-sp-15 {
    margin-left: 15px !important;
  }
  .is-mx-sp-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .is-my-sp-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}
.is-mt-20 {
  margin-top: 20px !important;
}

.is-mb-20 {
  margin-bottom: 20px !important;
}

.is-mr-20 {
  margin-right: 20px !important;
}

.is-ml-20 {
  margin-left: 20px !important;
}

.is-mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.is-my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-20 {
    margin-top: 20px !important;
  }
  .is-mb-pc-20 {
    margin-bottom: 20px !important;
  }
  .is-mr-pc-20 {
    margin-right: 20px !important;
  }
  .is-ml-pc-20 {
    margin-left: 20px !important;
  }
  .is-mx-pc-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .is-my-pc-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-20 {
    margin-top: 20px !important;
  }
  .is-mb-sp-20 {
    margin-bottom: 20px !important;
  }
  .is-mr-sp-20 {
    margin-right: 20px !important;
  }
  .is-ml-sp-20 {
    margin-left: 20px !important;
  }
  .is-mx-sp-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .is-my-sp-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
.is-mt-25 {
  margin-top: 25px !important;
}

.is-mb-25 {
  margin-bottom: 25px !important;
}

.is-mr-25 {
  margin-right: 25px !important;
}

.is-ml-25 {
  margin-left: 25px !important;
}

.is-mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.is-my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-25 {
    margin-top: 25px !important;
  }
  .is-mb-pc-25 {
    margin-bottom: 25px !important;
  }
  .is-mr-pc-25 {
    margin-right: 25px !important;
  }
  .is-ml-pc-25 {
    margin-left: 25px !important;
  }
  .is-mx-pc-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .is-my-pc-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-25 {
    margin-top: 25px !important;
  }
  .is-mb-sp-25 {
    margin-bottom: 25px !important;
  }
  .is-mr-sp-25 {
    margin-right: 25px !important;
  }
  .is-ml-sp-25 {
    margin-left: 25px !important;
  }
  .is-mx-sp-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .is-my-sp-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
}
.is-mt-30 {
  margin-top: 30px !important;
}

.is-mb-30 {
  margin-bottom: 30px !important;
}

.is-mr-30 {
  margin-right: 30px !important;
}

.is-ml-30 {
  margin-left: 30px !important;
}

.is-mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.is-my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-30 {
    margin-top: 30px !important;
  }
  .is-mb-pc-30 {
    margin-bottom: 30px !important;
  }
  .is-mr-pc-30 {
    margin-right: 30px !important;
  }
  .is-ml-pc-30 {
    margin-left: 30px !important;
  }
  .is-mx-pc-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .is-my-pc-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-30 {
    margin-top: 30px !important;
  }
  .is-mb-sp-30 {
    margin-bottom: 30px !important;
  }
  .is-mr-sp-30 {
    margin-right: 30px !important;
  }
  .is-ml-sp-30 {
    margin-left: 30px !important;
  }
  .is-mx-sp-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .is-my-sp-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
.is-mt-35 {
  margin-top: 35px !important;
}

.is-mb-35 {
  margin-bottom: 35px !important;
}

.is-mr-35 {
  margin-right: 35px !important;
}

.is-ml-35 {
  margin-left: 35px !important;
}

.is-mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.is-my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-35 {
    margin-top: 35px !important;
  }
  .is-mb-pc-35 {
    margin-bottom: 35px !important;
  }
  .is-mr-pc-35 {
    margin-right: 35px !important;
  }
  .is-ml-pc-35 {
    margin-left: 35px !important;
  }
  .is-mx-pc-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .is-my-pc-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-35 {
    margin-top: 35px !important;
  }
  .is-mb-sp-35 {
    margin-bottom: 35px !important;
  }
  .is-mr-sp-35 {
    margin-right: 35px !important;
  }
  .is-ml-sp-35 {
    margin-left: 35px !important;
  }
  .is-mx-sp-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .is-my-sp-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
}
.is-mt-40 {
  margin-top: 40px !important;
}

.is-mb-40 {
  margin-bottom: 40px !important;
}

.is-mr-40 {
  margin-right: 40px !important;
}

.is-ml-40 {
  margin-left: 40px !important;
}

.is-mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.is-my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-40 {
    margin-top: 40px !important;
  }
  .is-mb-pc-40 {
    margin-bottom: 40px !important;
  }
  .is-mr-pc-40 {
    margin-right: 40px !important;
  }
  .is-ml-pc-40 {
    margin-left: 40px !important;
  }
  .is-mx-pc-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .is-my-pc-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-40 {
    margin-top: 40px !important;
  }
  .is-mb-sp-40 {
    margin-bottom: 40px !important;
  }
  .is-mr-sp-40 {
    margin-right: 40px !important;
  }
  .is-ml-sp-40 {
    margin-left: 40px !important;
  }
  .is-mx-sp-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .is-my-sp-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}
.is-mt-45 {
  margin-top: 45px !important;
}

.is-mb-45 {
  margin-bottom: 45px !important;
}

.is-mr-45 {
  margin-right: 45px !important;
}

.is-ml-45 {
  margin-left: 45px !important;
}

.is-mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.is-my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-45 {
    margin-top: 45px !important;
  }
  .is-mb-pc-45 {
    margin-bottom: 45px !important;
  }
  .is-mr-pc-45 {
    margin-right: 45px !important;
  }
  .is-ml-pc-45 {
    margin-left: 45px !important;
  }
  .is-mx-pc-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .is-my-pc-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-45 {
    margin-top: 45px !important;
  }
  .is-mb-sp-45 {
    margin-bottom: 45px !important;
  }
  .is-mr-sp-45 {
    margin-right: 45px !important;
  }
  .is-ml-sp-45 {
    margin-left: 45px !important;
  }
  .is-mx-sp-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .is-my-sp-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
}
.is-mt-50 {
  margin-top: 50px !important;
}

.is-mb-50 {
  margin-bottom: 50px !important;
}

.is-mr-50 {
  margin-right: 50px !important;
}

.is-ml-50 {
  margin-left: 50px !important;
}

.is-mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.is-my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-50 {
    margin-top: 50px !important;
  }
  .is-mb-pc-50 {
    margin-bottom: 50px !important;
  }
  .is-mr-pc-50 {
    margin-right: 50px !important;
  }
  .is-ml-pc-50 {
    margin-left: 50px !important;
  }
  .is-mx-pc-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .is-my-pc-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-50 {
    margin-top: 50px !important;
  }
  .is-mb-sp-50 {
    margin-bottom: 50px !important;
  }
  .is-mr-sp-50 {
    margin-right: 50px !important;
  }
  .is-ml-sp-50 {
    margin-left: 50px !important;
  }
  .is-mx-sp-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .is-my-sp-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}
.is-mt-55 {
  margin-top: 55px !important;
}

.is-mb-55 {
  margin-bottom: 55px !important;
}

.is-mr-55 {
  margin-right: 55px !important;
}

.is-ml-55 {
  margin-left: 55px !important;
}

.is-mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.is-my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-55 {
    margin-top: 55px !important;
  }
  .is-mb-pc-55 {
    margin-bottom: 55px !important;
  }
  .is-mr-pc-55 {
    margin-right: 55px !important;
  }
  .is-ml-pc-55 {
    margin-left: 55px !important;
  }
  .is-mx-pc-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .is-my-pc-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-55 {
    margin-top: 55px !important;
  }
  .is-mb-sp-55 {
    margin-bottom: 55px !important;
  }
  .is-mr-sp-55 {
    margin-right: 55px !important;
  }
  .is-ml-sp-55 {
    margin-left: 55px !important;
  }
  .is-mx-sp-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .is-my-sp-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
}
.is-mt-60 {
  margin-top: 60px !important;
}

.is-mb-60 {
  margin-bottom: 60px !important;
}

.is-mr-60 {
  margin-right: 60px !important;
}

.is-ml-60 {
  margin-left: 60px !important;
}

.is-mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.is-my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-60 {
    margin-top: 60px !important;
  }
  .is-mb-pc-60 {
    margin-bottom: 60px !important;
  }
  .is-mr-pc-60 {
    margin-right: 60px !important;
  }
  .is-ml-pc-60 {
    margin-left: 60px !important;
  }
  .is-mx-pc-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .is-my-pc-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-60 {
    margin-top: 60px !important;
  }
  .is-mb-sp-60 {
    margin-bottom: 60px !important;
  }
  .is-mr-sp-60 {
    margin-right: 60px !important;
  }
  .is-ml-sp-60 {
    margin-left: 60px !important;
  }
  .is-mx-sp-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .is-my-sp-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}
.is-mt-65 {
  margin-top: 65px !important;
}

.is-mb-65 {
  margin-bottom: 65px !important;
}

.is-mr-65 {
  margin-right: 65px !important;
}

.is-ml-65 {
  margin-left: 65px !important;
}

.is-mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.is-my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-65 {
    margin-top: 65px !important;
  }
  .is-mb-pc-65 {
    margin-bottom: 65px !important;
  }
  .is-mr-pc-65 {
    margin-right: 65px !important;
  }
  .is-ml-pc-65 {
    margin-left: 65px !important;
  }
  .is-mx-pc-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .is-my-pc-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-65 {
    margin-top: 65px !important;
  }
  .is-mb-sp-65 {
    margin-bottom: 65px !important;
  }
  .is-mr-sp-65 {
    margin-right: 65px !important;
  }
  .is-ml-sp-65 {
    margin-left: 65px !important;
  }
  .is-mx-sp-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .is-my-sp-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
}
.is-mt-70 {
  margin-top: 70px !important;
}

.is-mb-70 {
  margin-bottom: 70px !important;
}

.is-mr-70 {
  margin-right: 70px !important;
}

.is-ml-70 {
  margin-left: 70px !important;
}

.is-mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.is-my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-70 {
    margin-top: 70px !important;
  }
  .is-mb-pc-70 {
    margin-bottom: 70px !important;
  }
  .is-mr-pc-70 {
    margin-right: 70px !important;
  }
  .is-ml-pc-70 {
    margin-left: 70px !important;
  }
  .is-mx-pc-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .is-my-pc-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-70 {
    margin-top: 70px !important;
  }
  .is-mb-sp-70 {
    margin-bottom: 70px !important;
  }
  .is-mr-sp-70 {
    margin-right: 70px !important;
  }
  .is-ml-sp-70 {
    margin-left: 70px !important;
  }
  .is-mx-sp-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .is-my-sp-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
}
.is-mt-75 {
  margin-top: 75px !important;
}

.is-mb-75 {
  margin-bottom: 75px !important;
}

.is-mr-75 {
  margin-right: 75px !important;
}

.is-ml-75 {
  margin-left: 75px !important;
}

.is-mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.is-my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-75 {
    margin-top: 75px !important;
  }
  .is-mb-pc-75 {
    margin-bottom: 75px !important;
  }
  .is-mr-pc-75 {
    margin-right: 75px !important;
  }
  .is-ml-pc-75 {
    margin-left: 75px !important;
  }
  .is-mx-pc-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .is-my-pc-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-75 {
    margin-top: 75px !important;
  }
  .is-mb-sp-75 {
    margin-bottom: 75px !important;
  }
  .is-mr-sp-75 {
    margin-right: 75px !important;
  }
  .is-ml-sp-75 {
    margin-left: 75px !important;
  }
  .is-mx-sp-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .is-my-sp-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
}
.is-mt-80 {
  margin-top: 80px !important;
}

.is-mb-80 {
  margin-bottom: 80px !important;
}

.is-mr-80 {
  margin-right: 80px !important;
}

.is-ml-80 {
  margin-left: 80px !important;
}

.is-mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.is-my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-80 {
    margin-top: 80px !important;
  }
  .is-mb-pc-80 {
    margin-bottom: 80px !important;
  }
  .is-mr-pc-80 {
    margin-right: 80px !important;
  }
  .is-ml-pc-80 {
    margin-left: 80px !important;
  }
  .is-mx-pc-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .is-my-pc-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-80 {
    margin-top: 80px !important;
  }
  .is-mb-sp-80 {
    margin-bottom: 80px !important;
  }
  .is-mr-sp-80 {
    margin-right: 80px !important;
  }
  .is-ml-sp-80 {
    margin-left: 80px !important;
  }
  .is-mx-sp-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .is-my-sp-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
.is-mt-85 {
  margin-top: 85px !important;
}

.is-mb-85 {
  margin-bottom: 85px !important;
}

.is-mr-85 {
  margin-right: 85px !important;
}

.is-ml-85 {
  margin-left: 85px !important;
}

.is-mx-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.is-my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-85 {
    margin-top: 85px !important;
  }
  .is-mb-pc-85 {
    margin-bottom: 85px !important;
  }
  .is-mr-pc-85 {
    margin-right: 85px !important;
  }
  .is-ml-pc-85 {
    margin-left: 85px !important;
  }
  .is-mx-pc-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .is-my-pc-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-85 {
    margin-top: 85px !important;
  }
  .is-mb-sp-85 {
    margin-bottom: 85px !important;
  }
  .is-mr-sp-85 {
    margin-right: 85px !important;
  }
  .is-ml-sp-85 {
    margin-left: 85px !important;
  }
  .is-mx-sp-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .is-my-sp-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
}
.is-mt-90 {
  margin-top: 90px !important;
}

.is-mb-90 {
  margin-bottom: 90px !important;
}

.is-mr-90 {
  margin-right: 90px !important;
}

.is-ml-90 {
  margin-left: 90px !important;
}

.is-mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.is-my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-90 {
    margin-top: 90px !important;
  }
  .is-mb-pc-90 {
    margin-bottom: 90px !important;
  }
  .is-mr-pc-90 {
    margin-right: 90px !important;
  }
  .is-ml-pc-90 {
    margin-left: 90px !important;
  }
  .is-mx-pc-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .is-my-pc-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-90 {
    margin-top: 90px !important;
  }
  .is-mb-sp-90 {
    margin-bottom: 90px !important;
  }
  .is-mr-sp-90 {
    margin-right: 90px !important;
  }
  .is-ml-sp-90 {
    margin-left: 90px !important;
  }
  .is-mx-sp-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .is-my-sp-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
}
.is-mt-95 {
  margin-top: 95px !important;
}

.is-mb-95 {
  margin-bottom: 95px !important;
}

.is-mr-95 {
  margin-right: 95px !important;
}

.is-ml-95 {
  margin-left: 95px !important;
}

.is-mx-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.is-my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-95 {
    margin-top: 95px !important;
  }
  .is-mb-pc-95 {
    margin-bottom: 95px !important;
  }
  .is-mr-pc-95 {
    margin-right: 95px !important;
  }
  .is-ml-pc-95 {
    margin-left: 95px !important;
  }
  .is-mx-pc-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .is-my-pc-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-95 {
    margin-top: 95px !important;
  }
  .is-mb-sp-95 {
    margin-bottom: 95px !important;
  }
  .is-mr-sp-95 {
    margin-right: 95px !important;
  }
  .is-ml-sp-95 {
    margin-left: 95px !important;
  }
  .is-mx-sp-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .is-my-sp-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
}
.is-mt-100 {
  margin-top: 100px !important;
}

.is-mb-100 {
  margin-bottom: 100px !important;
}

.is-mr-100 {
  margin-right: 100px !important;
}

.is-ml-100 {
  margin-left: 100px !important;
}

.is-mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.is-my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-100 {
    margin-top: 100px !important;
  }
  .is-mb-pc-100 {
    margin-bottom: 100px !important;
  }
  .is-mr-pc-100 {
    margin-right: 100px !important;
  }
  .is-ml-pc-100 {
    margin-left: 100px !important;
  }
  .is-mx-pc-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .is-my-pc-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-100 {
    margin-top: 100px !important;
  }
  .is-mb-sp-100 {
    margin-bottom: 100px !important;
  }
  .is-mr-sp-100 {
    margin-right: 100px !important;
  }
  .is-ml-sp-100 {
    margin-left: 100px !important;
  }
  .is-mx-sp-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .is-my-sp-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
.is-mt-110 {
  margin-top: 110px !important;
}

.is-mb-110 {
  margin-bottom: 110px !important;
}

.is-mr-110 {
  margin-right: 110px !important;
}

.is-ml-110 {
  margin-left: 110px !important;
}

.is-mx-110 {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

.is-my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-110 {
    margin-top: 110px !important;
  }
  .is-mb-pc-110 {
    margin-bottom: 110px !important;
  }
  .is-mr-pc-110 {
    margin-right: 110px !important;
  }
  .is-ml-pc-110 {
    margin-left: 110px !important;
  }
  .is-mx-pc-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  .is-my-pc-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-110 {
    margin-top: 110px !important;
  }
  .is-mb-sp-110 {
    margin-bottom: 110px !important;
  }
  .is-mr-sp-110 {
    margin-right: 110px !important;
  }
  .is-ml-sp-110 {
    margin-left: 110px !important;
  }
  .is-mx-sp-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  .is-my-sp-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
}
.is-mt-120 {
  margin-top: 120px !important;
}

.is-mb-120 {
  margin-bottom: 120px !important;
}

.is-mr-120 {
  margin-right: 120px !important;
}

.is-ml-120 {
  margin-left: 120px !important;
}

.is-mx-120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.is-my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-120 {
    margin-top: 120px !important;
  }
  .is-mb-pc-120 {
    margin-bottom: 120px !important;
  }
  .is-mr-pc-120 {
    margin-right: 120px !important;
  }
  .is-ml-pc-120 {
    margin-left: 120px !important;
  }
  .is-mx-pc-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .is-my-pc-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-120 {
    margin-top: 120px !important;
  }
  .is-mb-sp-120 {
    margin-bottom: 120px !important;
  }
  .is-mr-sp-120 {
    margin-right: 120px !important;
  }
  .is-ml-sp-120 {
    margin-left: 120px !important;
  }
  .is-mx-sp-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .is-my-sp-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}
.is-mt-130 {
  margin-top: 130px !important;
}

.is-mb-130 {
  margin-bottom: 130px !important;
}

.is-mr-130 {
  margin-right: 130px !important;
}

.is-ml-130 {
  margin-left: 130px !important;
}

.is-mx-130 {
  margin-left: 130px !important;
  margin-right: 130px !important;
}

.is-my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-130 {
    margin-top: 130px !important;
  }
  .is-mb-pc-130 {
    margin-bottom: 130px !important;
  }
  .is-mr-pc-130 {
    margin-right: 130px !important;
  }
  .is-ml-pc-130 {
    margin-left: 130px !important;
  }
  .is-mx-pc-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  .is-my-pc-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-130 {
    margin-top: 130px !important;
  }
  .is-mb-sp-130 {
    margin-bottom: 130px !important;
  }
  .is-mr-sp-130 {
    margin-right: 130px !important;
  }
  .is-ml-sp-130 {
    margin-left: 130px !important;
  }
  .is-mx-sp-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  .is-my-sp-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
}
.is-mt-140 {
  margin-top: 140px !important;
}

.is-mb-140 {
  margin-bottom: 140px !important;
}

.is-mr-140 {
  margin-right: 140px !important;
}

.is-ml-140 {
  margin-left: 140px !important;
}

.is-mx-140 {
  margin-left: 140px !important;
  margin-right: 140px !important;
}

.is-my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-140 {
    margin-top: 140px !important;
  }
  .is-mb-pc-140 {
    margin-bottom: 140px !important;
  }
  .is-mr-pc-140 {
    margin-right: 140px !important;
  }
  .is-ml-pc-140 {
    margin-left: 140px !important;
  }
  .is-mx-pc-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  .is-my-pc-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-140 {
    margin-top: 140px !important;
  }
  .is-mb-sp-140 {
    margin-bottom: 140px !important;
  }
  .is-mr-sp-140 {
    margin-right: 140px !important;
  }
  .is-ml-sp-140 {
    margin-left: 140px !important;
  }
  .is-mx-sp-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  .is-my-sp-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
}
.is-mt-150 {
  margin-top: 150px !important;
}

.is-mb-150 {
  margin-bottom: 150px !important;
}

.is-mr-150 {
  margin-right: 150px !important;
}

.is-ml-150 {
  margin-left: 150px !important;
}

.is-mx-150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}

.is-my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-150 {
    margin-top: 150px !important;
  }
  .is-mb-pc-150 {
    margin-bottom: 150px !important;
  }
  .is-mr-pc-150 {
    margin-right: 150px !important;
  }
  .is-ml-pc-150 {
    margin-left: 150px !important;
  }
  .is-mx-pc-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .is-my-pc-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-150 {
    margin-top: 150px !important;
  }
  .is-mb-sp-150 {
    margin-bottom: 150px !important;
  }
  .is-mr-sp-150 {
    margin-right: 150px !important;
  }
  .is-ml-sp-150 {
    margin-left: 150px !important;
  }
  .is-mx-sp-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .is-my-sp-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
}
.is-mt-160 {
  margin-top: 160px !important;
}

.is-mb-160 {
  margin-bottom: 160px !important;
}

.is-mr-160 {
  margin-right: 160px !important;
}

.is-ml-160 {
  margin-left: 160px !important;
}

.is-mx-160 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

.is-my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-160 {
    margin-top: 160px !important;
  }
  .is-mb-pc-160 {
    margin-bottom: 160px !important;
  }
  .is-mr-pc-160 {
    margin-right: 160px !important;
  }
  .is-ml-pc-160 {
    margin-left: 160px !important;
  }
  .is-mx-pc-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .is-my-pc-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-160 {
    margin-top: 160px !important;
  }
  .is-mb-sp-160 {
    margin-bottom: 160px !important;
  }
  .is-mr-sp-160 {
    margin-right: 160px !important;
  }
  .is-ml-sp-160 {
    margin-left: 160px !important;
  }
  .is-mx-sp-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .is-my-sp-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
}
.is-mt-170 {
  margin-top: 170px !important;
}

.is-mb-170 {
  margin-bottom: 170px !important;
}

.is-mr-170 {
  margin-right: 170px !important;
}

.is-ml-170 {
  margin-left: 170px !important;
}

.is-mx-170 {
  margin-left: 170px !important;
  margin-right: 170px !important;
}

.is-my-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-170 {
    margin-top: 170px !important;
  }
  .is-mb-pc-170 {
    margin-bottom: 170px !important;
  }
  .is-mr-pc-170 {
    margin-right: 170px !important;
  }
  .is-ml-pc-170 {
    margin-left: 170px !important;
  }
  .is-mx-pc-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  .is-my-pc-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-170 {
    margin-top: 170px !important;
  }
  .is-mb-sp-170 {
    margin-bottom: 170px !important;
  }
  .is-mr-sp-170 {
    margin-right: 170px !important;
  }
  .is-ml-sp-170 {
    margin-left: 170px !important;
  }
  .is-mx-sp-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  .is-my-sp-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
}
.is-mt-180 {
  margin-top: 180px !important;
}

.is-mb-180 {
  margin-bottom: 180px !important;
}

.is-mr-180 {
  margin-right: 180px !important;
}

.is-ml-180 {
  margin-left: 180px !important;
}

.is-mx-180 {
  margin-left: 180px !important;
  margin-right: 180px !important;
}

.is-my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-180 {
    margin-top: 180px !important;
  }
  .is-mb-pc-180 {
    margin-bottom: 180px !important;
  }
  .is-mr-pc-180 {
    margin-right: 180px !important;
  }
  .is-ml-pc-180 {
    margin-left: 180px !important;
  }
  .is-mx-pc-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  .is-my-pc-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-180 {
    margin-top: 180px !important;
  }
  .is-mb-sp-180 {
    margin-bottom: 180px !important;
  }
  .is-mr-sp-180 {
    margin-right: 180px !important;
  }
  .is-ml-sp-180 {
    margin-left: 180px !important;
  }
  .is-mx-sp-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  .is-my-sp-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
}
.is-mt-190 {
  margin-top: 190px !important;
}

.is-mb-190 {
  margin-bottom: 190px !important;
}

.is-mr-190 {
  margin-right: 190px !important;
}

.is-ml-190 {
  margin-left: 190px !important;
}

.is-mx-190 {
  margin-left: 190px !important;
  margin-right: 190px !important;
}

.is-my-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-190 {
    margin-top: 190px !important;
  }
  .is-mb-pc-190 {
    margin-bottom: 190px !important;
  }
  .is-mr-pc-190 {
    margin-right: 190px !important;
  }
  .is-ml-pc-190 {
    margin-left: 190px !important;
  }
  .is-mx-pc-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  .is-my-pc-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-190 {
    margin-top: 190px !important;
  }
  .is-mb-sp-190 {
    margin-bottom: 190px !important;
  }
  .is-mr-sp-190 {
    margin-right: 190px !important;
  }
  .is-ml-sp-190 {
    margin-left: 190px !important;
  }
  .is-mx-sp-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  .is-my-sp-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
}
.is-mt-200 {
  margin-top: 200px !important;
}

.is-mb-200 {
  margin-bottom: 200px !important;
}

.is-mr-200 {
  margin-right: 200px !important;
}

.is-ml-200 {
  margin-left: 200px !important;
}

.is-mx-200 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}

.is-my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

@media screen and (min-width: 768px) {
  .is-mt-pc-200 {
    margin-top: 200px !important;
  }
  .is-mb-pc-200 {
    margin-bottom: 200px !important;
  }
  .is-mr-pc-200 {
    margin-right: 200px !important;
  }
  .is-ml-pc-200 {
    margin-left: 200px !important;
  }
  .is-mx-pc-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .is-my-pc-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mt-sp-200 {
    margin-top: 200px !important;
  }
  .is-mb-sp-200 {
    margin-bottom: 200px !important;
  }
  .is-mr-sp-200 {
    margin-right: 200px !important;
  }
  .is-ml-sp-200 {
    margin-left: 200px !important;
  }
  .is-mx-sp-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .is-my-sp-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
}
.is-iframe {
  width: 100%;
  height: 197px;
}
@media screen and (min-width: 768px) {
  .is-iframe {
    height: 675px;
  }
}
.is-iframe iframe {
  width: 100%;
  height: 100%;
}

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