@charset "UTF-8";
/*reset */
* {
  box-sizing: border-box;
}

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

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

body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[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-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset,
option {
  padding: 0;
}

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden],
template {
  display: none;
}

* {
  transition: all 0.3s cubic-bezier(0, 0, 0, 0.99);
}

body {
  color: #201F1D;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 200%;
  background-color: #EBE9E6;
  overflow-x: hidden;
}

a {
  color: #0041c3;
}

a:hover {
  color: #0041c3;
}

/* =================================================================

    共通

================================================================= */
.inner {
  width: 1100px;
  margin: 0 auto;
}

.en {
  font-family: "all-round-gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.13em;
}

.en_light {
  font-family: "all-round-gothic", sans-serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.13em;
}

.en_bold {
  font-family: "all-round-gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.13em;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.fadein {
  transition: 1s;
  opacity: 0;
  transform: translatey(50px);
}

.fadein.animated {
  opacity: 1;
  transform: translatey(0px);
}

img {
  width: 100%;
  height: auto;
}

span.blank {
  background: url(../images/common/blank.svg) no-repeat 100% 4px;
  padding-right: 20px;
}

::-moz-selection {
  background: #E1FF00;
  color: #000;
  /* 選択時の文字色 */
}

::selection {
  background: #E1FF00;
  color: #000;
  /* 選択時の文字色 */
}

/* =================================================================

    ヘッダー

================================================================= */
header .head_wrap {
  padding: 64px 142px 64px 72px;
  display: flex;
}
header .head_wrap .logo {
  margin-right: auto;
}
header .head_wrap nav ul {
  display: flex;
  gap: 32px;
}
header .head_wrap nav ul li a {
  display: block;
  color: #201F1D;
  line-height: 260%;
  font-weight: 700;
}

.hamburger-button {
  position: fixed;
  top: 77px;
  right: 72px;
  z-index: 1001;
  width: 25px;
  height: 14px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.hamburger-button__line {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;
}
.hamburger-button__line:nth-child(1) {
  top: 0;
}
.hamburger-button__line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger-button__line:nth-child(3) {
  bottom: 0;
}

.global-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #201F1D;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0s 0.4s;
}
.global-nav__inner {
  padding: 64px 0 0 72px;
}
.global-nav__inner .in_logo {
  width: 149px;
}
.global-nav__inner .menuarea {
  display: flex;
  margin-top: 108px;
}
.global-nav__inner .menuarea .theme_menu {
  width: 50%;
}
.global-nav__inner .menuarea .main_menu {
  width: 25%;
}
.global-nav__inner .menuarea .support_menu {
  width: 25%;
}
.global-nav__inner .menuarea dl dt {
  color: #4B4944;
  font-size: 900;
}
.global-nav__inner .menuarea dl dd a {
  display: block;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 900;
  line-height: 150%;
  margin-top: 16px;
}
.global-nav__inner .menuarea dl dd a:hover {
  color: #E1FF00;
}
.global-nav__inner .menuarea dl dd.en a {
  font-size: 54px;
  line-height: 106%;
}
.global-nav__inner .icons {
  position: absolute;
  right: 72px;
  bottom: 64px;
  display: flex;
  gap: 16px;
  width: 111px;
}
.global-nav__inner .icons li {
  width: 21px;
}
.global-nav__inner .icons li a {
  display: block;
  width: 21px;
}
.global-nav__inner .icons li a img {
  width: 21px;
}
.global-nav__inner .icons li a:hover {
  opacity: 0.5;
}

body.is-nav-active .hamburger-button .hamburger-button__line {
  background-color: #ffffff;
}
body.is-nav-active .hamburger-button .hamburger-button__line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
body.is-nav-active .hamburger-button .hamburger-button__line:nth-child(2) {
  opacity: 0;
}
body.is-nav-active .hamburger-button .hamburger-button__line:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
body.is-nav-active .global-nav {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s ease, visibility 0s;
}
body.is-nav-active .global-nav .in_logo {
  width: 149px;
}
body.is-nav-active .global-nav .menuarea {
  display: flex;
  margin-top: 108px;
}
body.is-nav-active .global-nav .menuarea .theme_menu {
  width: 50%;
}
body.is-nav-active .global-nav .menuarea .main_menu {
  width: 25%;
}
body.is-nav-active .global-nav .menuarea .support_menu {
  width: 25%;
}
body.is-nav-active .global-nav .menuarea dl dt {
  color: #4B4944;
  font-size: 900;
}
body.is-nav-active .global-nav .menuarea dl dd a {
  display: block;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 900;
  line-height: 150%;
  margin-top: 16px;
}
body.is-nav-active .global-nav .menuarea dl dd a:hover {
  color: #E1FF00;
}
body.is-nav-active .global-nav .menuarea dl dd.en a {
  font-size: 54px;
  line-height: 106%;
}
body.is-nav-active .global-nav .icons {
  position: absolute;
  right: 72px;
  bottom: 64px;
  display: flex;
  gap: 16px;
  width: 111px;
}
body.is-nav-active .global-nav .icons li {
  width: 21px;
}
body.is-nav-active .global-nav .icons li a {
  display: block;
  width: 21px;
}
body.is-nav-active .global-nav .icons li a img {
  width: 21px;
}
body.is-nav-active .global-nav .icons li a:hover {
  opacity: 0.5;
}

.btn a {
  display: flex;
  align-items: center;
  color: #201F1D;
}
.btn a span {
  display: block;
  width: 52px;
  height: 52px;
  margin-left: 16px;
  background: url("../images/common/btn.svg") no-repeat center/contain;
}
.btn a:hover {
  color: #000;
}
.btn a:hover span {
  display: block;
  width: 52px;
  height: 52px;
  margin-left: 16px;
  background: url("../images/common/btn_hover.svg") no-repeat center/contain;
}

.ttl_v1 {
  margin-bottom: 64px;
}
.ttl_v1 .en {
  font-size: 16px;
  background: url("../images/common/ttl_v1_bg.svg") no-repeat 0 50%/14px;
  padding-left: 24px;
}
.ttl_v1 h2 {
  font-size: 35px;
  font-weight: 900;
  margin-top: 24px;
}
.ttl_v1.mb_m {
  margin-bottom: 40px;
}
.ttl_v1.mb_m h2 {
  margin-top: -10px;
}
.ttl_v1.mb_s {
  margin-bottom: 24px;
}
.ttl_v1.mb_s h2 {
  margin-top: -12px;
}

.faqarea {
  width: 100%;
  flex: 1;
  border-top: 1px solid #CFCCC7;
}
.faqarea .blk {
  border-bottom: 1px solid #CFCCC7;
}
.faqarea .blk h3 {
  position: relative;
  margin: 0;
  padding: 24px 40px 0 16px;
  cursor: pointer;
}
.faqarea .blk h3 span {
  font-size: 19px;
  margin-right: 16px;
}
.faqarea .blk h3::before, .faqarea .blk h3::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 16px;
  width: 14px;
  height: 1px;
  background: #000;
  transition: transform 0.3s;
}
.faqarea .blk h3::before {
  transform: translateY(-50%) rotate(0deg);
}
.faqarea .blk h3::after {
  transform: translateY(-50%) rotate(90deg);
}
.faqarea .blk.open h3::after {
  transform: translateY(-50%) rotate(0deg);
}
.faqarea .blk .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  background: #201F1D;
  border-radius: 0 8px 8px 8px;
  margin: 8px 0 16px 16px;
  color: #fff;
  padding: 0 16px 0 1.5em;
  text-indent: -1.5em;
}
.faqarea .blk .answer .a_in {
  padding: 0px 20px;
}
.faqarea .blk .answer span {
  font-size: 19px;
  margin-right: 10px;
}
.faqarea .blk.open .answer {
  padding: 8px 16px 8px 1.5em;
  max-height: 500px;
  text-indent: -1.5em;
}
.faqarea .blk.open .answer .a_in {
  padding: 16px 20px;
}
.faqarea .blk.open .answer span {
  font-size: 19px;
  margin-right: 10px;
}

ul.list_dot li {
  background: url(../images/common/icon_dot.svg) no-repeat 0 15px;
  padding-left: 16px;
}

.theme_card_base {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.theme_card_base .theme_card {
  flex: 1 1 calc((100% - 80px) / 3);
  background: #201F1D;
}
@media (max-width: 900px) {
  .theme_card_base .theme_card .theme_card {
    flex: 1 1 calc((100% - 40px) / 2);
  }
}
@media (max-width: 600px) {
  .theme_card_base .theme_card .theme_card {
    flex: 1 1 100%;
  }
}
.theme_card_base .theme_card .thum a:hover {
  opacity: 0.6;
}
.theme_card_base .theme_card .detail {
  color: #fff;
}
.theme_card_base .theme_card .detail h3 {
  font-size: 23px;
  font-weight: 800;
  padding: 24px 24px 20px 24px;
}
.theme_card_base .theme_card .detail .btnarea {
  display: flex;
  border-top: 1px solid #33322F;
}
.theme_card_base .theme_card .detail .btnarea .btns {
  width: 50%;
}
.theme_card_base .theme_card .detail .btnarea .btns a {
  display: flex;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 8px;
  font-size: 13px;
  background: url("../images/common/arrow_right_white.svg") no-repeat calc(100% - 24px) 50%/10px;
}
.theme_card_base .theme_card .detail .btnarea .btns a:hover {
  color: #E1FF00;
  background: url("../images/common/arrow_right_yellow.svg") no-repeat calc(100% - 24px) 50%/10px;
}

.pages {
  padding-bottom: 120px;
}
.pages h2 {
  font-size: 24px;
  font-weight: 900;
  margin: 48px 0 24px;
}
.pages table.table_base {
  width: 100%;
}
.pages table.table_base th {
  border-bottom: 1px solid #CFCCC7;
  padding: 16px;
  width: 24%;
}
.pages table.table_base td {
  border-bottom: 1px solid #CFCCC7;
  padding: 16px;
  width: 76%;
}

.lowpage_mainttl {
  padding: 40px 0 16px;
  border-bottom: 1px solid #CFCCC7;
  margin-bottom: 48px;
}
.lowpage_mainttl .en_bold {
  font-size: 80px;
}
.lowpage_mainttl h1 {
  font-size: 20px;
  font-weight: 900;
  padding: 40px 0;
}

.sec_theme .body .tabs {
  --fade-ms: 300ms;
  --height-ms: 300ms;
  margin-top: -24px;
}
.sec_theme .body .tabs__nav {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid #000;
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
}
.sec_theme .body .tabs__nav button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  font: inherit;
  padding: 10px 8px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
}
.sec_theme .body .tabs__nav button[aria-selected=true] {
  border-bottom-color: #000;
}
.sec_theme .body .tabs__body {
  position: relative;
  transition: height var(--height-ms) ease;
}
.sec_theme .body .tabs__panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--fade-ms) ease;
  padding: 32px 0 0 0;
}
.sec_theme .body .tabs__panel.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (prefers-reduced-motion: reduce) {
  .sec_theme .body .tabs__body {
    transition: none;
  }
  .sec_theme .body .tabs__panel {
    transition: none;
  }
}
.sec_theme .new_t {
  background: #DDD9D5;
  border-radius: 8px;
  text-align: center;
  padding: 16px;
  margin-top: 40px;
  font-weight: bold;
}

/* =================================================================

    トップページ

================================================================= */
#home {
  background: #EBE9E6 url("http://unrep.jp/wp-content/uploads/2025/09/mv_bg-1.png") no-repeat 100% 0/54vw;
}
#home .home_wrap .mv {
  margin-bottom: 6vw;
}
#home .home_wrap .mv .mv_inner {
  width: 100%;
  margin: -1vw auto 0;
  padding: 0 8vw;
}
#home .home_wrap .mv .en_light {
  font-size: 0.8vw;
  margin-bottom: 0.5vw;
}
#home .home_wrap .mv h1 {
  font-weight: 900;
  font-size: 4vw;
  line-height: 5vw;
}
#home .home_wrap .mv h1 .fs {
  font-size: 3vw;
}
#home .home_wrap .mv h1 .t_name {
  font-size: 2.5vw;
  margin-left: 16px;
}
#home .home_wrap .mv h1 .img img {
  width: 15vw;
}
#home .home_wrap .mv h1 .en {
  font-size: 4.5vw;
  font-weight: 900;
  letter-spacing: 0;
}
#home .home_wrap .mv h1 .sub {
  font-size: 2.5vw;
  margin-bottom: 8px;
}
#home .home_wrap .mv .word_ttl {
  display: flex;
  justify-content: flex-end;
}
#home .home_wrap .mv .word_ttl img {
  display: block;
  width: 14vw;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
#home .home_wrap .mv .word_wrap {
  width: 100%;
  overflow: hidden;
  padding: 16px 0;
}
#home .home_wrap .mv .toleft,
#home .home_wrap .mv .toright {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
#home .home_wrap .mv .toleft {
  animation: scroll-left 70s linear infinite;
}
#home .home_wrap .mv .toright {
  animation: scroll-right 70s linear infinite;
  margin-top: 16px;
}
#home .home_wrap .mv .base {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 16px 24px 19px 24px;
  margin: 0 0.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-backdrop-filter: blur(33.6px);
          backdrop-filter: blur(33.6px);
  line-height: 160%;
  border-radius: 8px;
  white-space: nowrap;
}
#home .home_wrap .mv .base .icon img {
  display: block;
  width: 24px;
  height: auto;
}
#home .home_wrap .mv .base .body .en {
  font-size: 12px;
  color: #777;
}
#home .home_wrap .mv .base .body .word {
  font-weight: bold;
}
#home .sec_themeslide {
  position: relative;
}
#home .sec_themeslide h2 {
  color: #262624;
  font-size: 100px;
  padding-left: 4%;
}
#home .sec_themeslide .slideitem {
  padding: 5vw 0 183px;
  background: #201F1D;
}
#home .sec_themeslide .slideitem__inner {
  width: 85%;
  margin: 0 auto;
  padding: 0;
}
#home .sec_themeslide .slideitem__container {
  position: relative;
  width: calc(100% + (100vw - 100%) / 2);
}
#home .sec_themeslide .slideitem__prev, #home .sec_themeslide .slideitem__next {
  position: absolute;
  bottom: -122px;
  z-index: 1;
  width: 64px;
  height: 52px;
  background: #262624;
  text-align: center;
  cursor: pointer;
}
#home .sec_themeslide .slideitem__prev img, #home .sec_themeslide .slideitem__next img {
  width: 10px;
}
#home .sec_themeslide .slideitem__prev:hover, #home .sec_themeslide .slideitem__next:hover {
  background: #30302F;
}
#home .sec_themeslide .slideitem__prev:hover img, #home .sec_themeslide .slideitem__next:hover img {
  filter: brightness(0) saturate(100%) invert(81%) sepia(65%) saturate(617%) hue-rotate(7deg) brightness(103%) contrast(102%);
}
#home .sec_themeslide .slideitem__prev {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px 0 0 4px;
}
#home .sec_themeslide .slideitem__next {
  left: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 4px 4px 0;
}
#home .sec_themeslide .slideitem__image {
  width: 21vw;
  margin-right: 54px;
}
#home .sec_themeslide .slideitem__image a {
  display: block;
}
#home .sec_themeslide .slideitem__image a figure {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 364/470;
  overflow: hidden;
}
#home .sec_themeslide .slideitem__image a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#home .sec_themeslide .slideitem__image a h3 {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  margin: 28px 0 8px;
}
#home .sec_themeslide .slideitem__image a p {
  color: #D0CDD0;
  font-size: 13px;
}
#home .sec_themeslide .slideitem__image a:hover figure img {
  opacity: 0.7;
}
#home .sec_themeslide .slideitem__image a:hover h3,
#home .sec_themeslide .slideitem__image a:hover p {
  color: #E1FF00;
}
#home .sec_themeslide .slideitem .btn {
  position: absolute;
  right: 8vw;
  bottom: 64px;
}
#home .sec_themeslide .slideitem .btn a {
  color: #fff;
}
#home .sec_themeslide .slideitem .btn a:hover {
  color: #E1FF00;
}
#home .sec_about {
  background-image: url("../images/home/sec_about03.svg"), url("../images/home/sec_about04.svg");
  /* それぞれの位置・繰り返し・サイズを指定 */
  background-position: -24px 140px, calc(100% + 24px) 600px;
  background-repeat: no-repeat, no-repeat;
  background-size: 8vw, 8vw;
}
#home .sec_about .ttl_scroll {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  padding: 32px 0;
  border-bottom: 1px solid #201F1D;
  margin-bottom: 54px;
}
#home .sec_about .ttl_scroll .txt {
  display: inline-flex;
  align-items: center;
  margin-right: 50px;
  font-size: 28px;
  font-weight: bold;
}
#home .sec_about .ttl_scroll .txt img {
  margin-left: 8px;
  width: 30px;
}
#home .sec_about .ttl_scroll .scroll_inner {
  display: flex;
  animation: scroll-left 40s linear infinite;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#home .sec_about .word {
  background: url("../images/home/sec_about05.png") no-repeat 50%/84%;
  font-size: 35px;
  font-weight: 900;
  text-align: center;
  line-height: 64px;
}
#home .sec_about .word .inner {
  background: url("../images/home/sec_about07.svg") no-repeat 50%;
  padding: 64px 0;
}
#home .sec_about .word span.mk {
  background-color: #E1FF00;
  padding: 0 8px 4px 8px;
}
#home .sec_about .word span.en_bold {
  letter-spacing: 0;
  font-size: 110%;
}
#home .sec_about .word .next {
  width: 54px;
  margin: 0 auto 40px;
}
#home .sec_about .point {
  border-radius: 40px 40px 0 0;
  color: #fff;
  background-color: #201F1D;
  padding: 94px 0 160px;
}
#home .sec_about .point.area2 {
  background-color: #2B2A28;
  margin-top: -40px;
}
#home .sec_about .point.area3 {
  background-color: #343330;
  margin-top: -40px;
}
#home .sec_about .point .ttl {
  margin-bottom: 54px;
}
#home .sec_about .point .ttl p {
  color: #E1FF00;
}
#home .sec_about .point .ttl h2 {
  font-size: 28px;
  font-weight: 800;
  margin-top: 18px;
}
#home .sec_about .point .base {
  display: flex;
  gap: 40px;
}
#home .sec_about .point .base .blk {
  width: 33.3333%;
}
#home .sec_about .point .base .blk .icon img {
  height: 42px;
  width: auto;
}
#home .sec_about .point .base .blk h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 24px 0 24px 0;
  line-height: 160%;
}
#home .sec_about .point .base .blk p {
  opacity: 0.6;
}
#home .sec_recommend {
  padding: 96px 0 0;
  background: url("../images/home/sec_recommend01.png") no-repeat 100% -24vw/64%;
}
#home .sec_recommend .body .base {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 4px;
}
#home .sec_recommend .body .base .blk {
  width: calc(33.33333% - 4px);
  background: #fff;
  border-radius: 8px;
  padding: 24px 32px 32px;
}
#home .sec_recommend .body .base .blk .num {
  color: #CFCCC7;
  font-size: 16px;
}
#home .sec_recommend .body .base .blk h3 {
  font-size: 18px;
  font-weight: 800;
  margin: 6px 0 18px;
}
#home .sec_recommend .body .base .blk p {
  font-size: 14px;
  opacity: 0.6;
  line-height: 190%;
}
#home .sec_price {
  margin-top: -40px;
  padding: 136px 0 0;
  background: url("../images/home/sec_price01.png") no-repeat 80% 0;
}
#home .sec_price .body .base {
  background: #000 url("../images/home/sec_price02.png") no-repeat 100% 0/contain;
  border-radius: 8px;
  padding: 52px 70px 70px;
  color: #fff;
}
#home .sec_price .body .base .ttl .price {
  color: #E1FF00;
  font-weight: 900;
  font-size: 44px;
  letter-spacing: 0;
  margin-top: 8px;
}
#home .sec_price .body .base .ttl .price .fs {
  font-size: 22px;
}
#home .sec_price .body .base .ttl .price .white {
  color: #fff;
  font-size: 19px;
  margin-left: 4px;
}
#home .sec_price .body .base ul {
  margin-top: 24px;
}
#home .sec_price .body .base ul li {
  background: url("../images/home/sec_price03.png") no-repeat 0 50%/16px;
  padding-left: 24px;
}
#home .sec_price .body .base ul li a {
  color: #d5d6cf;
  text-decoration: underline;
}
#home .sec_price .body .base ul li a:hover {
  opacity: 0.5;
}
#home .sec_voice {
  padding: 120px 0 0;
}
#home .sec_voice .base {
  display: flex;
  gap: 16px;
}
#home .sec_voice .base .blk {
  width: calc(33.3333% - 10.6667px);
  background: #fff;
  border-radius: 8px;
  padding: 32px 24px 40px;
}
#home .sec_voice .base .blk .icon {
  background: url("../images/home/sec_voice01.svg") no-repeat 0 50%/22px;
  padding-left: 32px;
  font-size: 12px;
  opacity: 0.4;
  margin-bottom: 8px;
}
#home .sec_flow {
  padding: 120px 0 0;
}
#home .sec_flow .body .base {
  background: url("../images/home/sec_flow01.svg") no-repeat 50% 56px;
  display: flex;
  gap: 40px;
}
#home .sec_flow .body .base .blk {
  width: 33.3333%;
}
#home .sec_flow .body .base .blk .icon {
  width: 113px;
  margin: auto;
}
#home .sec_flow .body .base .blk h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 800;
  margin: 24px 0 24px;
}
#home .sec_flow .body .base .blk p {
  opacity: 0.6;
  padding: 0 40px;
}
#home .sec_flow .body .base .blk p span {
  font-size: 13px;
  opacity: 0.8;
  line-height: 175%;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 8px;
}
#home .sec_theme {
  padding: 120px 0 0;
}
#home .sec_faq {
  padding: 120px 0;
}
#home .sec_faq .body {
  padding: 0;
}
#home .sec_faq .body .base {
  display: flex;
}
#home .sec_faq .body .base .select {
  width: 30%;
}
#home .sec_faq .body .base .select ul {
  padding: 0;
  margin: 0;
}
#home .sec_faq .body .base .select ul li {
  opacity: 0.4;
  margin-bottom: 16px;
  padding: 0 0 0 24px;
  cursor: pointer;
}
#home .sec_faq .body .base .select ul li.menu1 {
  background: url("../images/home/sec_faq01.svg") no-repeat 0 50%/16px;
}
#home .sec_faq .body .base .select ul li.menu2 {
  background: url("../images/home/sec_faq02.svg") no-repeat 0 50%/16px;
}
#home .sec_faq .body .base .select ul li.menu3 {
  background: url("../images/home/sec_faq03.svg") no-repeat 0 50%/16px;
}
#home .sec_faq .body .base .select ul li.menu4 {
  background: url("../images/home/sec_faq04.svg") no-repeat 0 50%/16px;
}
#home .sec_faq .body .base .select ul li.active {
  opacity: 1;
}
#home .sec_faq .body .base .faqarea {
  width: 70%;
}
#home .sec_faq .body .base .faqarea .faqbase {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, height 0.4s ease;
}
#home .sec_faq .body .base .faqarea .faqbase.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
}

/* =================================================================

    テーマ一覧

================================================================= */
.theme_list .lowpage_mainttl {
  border: none;
  margin-bottom: 20px;
}

/* =================================================================

    テーマ詳細

================================================================= */
.theme_wrap {
  padding-bottom: 200px;
}
.theme_wrap .en_ttl {
  color: #7D7971;
  background: url(../images/common/icon_en_ttl.svg) no-repeat 0 49%;
  font-size: 14px;
  padding-left: 24px;
  margin-bottom: 24px;
}
.theme_wrap .kv .kv_wrap {
  display: flex;
  align-items: center;
  gap: 64px;
}
.theme_wrap .kv .kv_wrap .thum {
  width: 676px;
}
.theme_wrap .kv .kv_wrap .info {
  color: #fff;
  width: 357px;
}
.theme_wrap .kv .kv_wrap .info .s_ttl {
  font-size: 13px;
}
.theme_wrap .kv .kv_wrap .info .ttl {
  font-size: 64px;
  padding: 24px 0 32px;
  letter-spacing: 0;
}
.theme_wrap .kv .kv_wrap .info h1 {
  font-weight: 400;
  padding-bottom: 48px;
}
.theme_wrap .kv .kv_wrap .info .theme_btn a {
  background: #E1FF00 url(../images/common/icon_shopping.svg) no-repeat 37px 52%;
  border-radius: 100px;
  text-align: center;
  padding: 22px 32px 24px 64px;
  color: #000;
  font-weight: 700;
  line-height: 100%;
}
.theme_wrap .kv .kv_wrap .info .theme_btn a:hover {
  background-color: #fff;
}
.theme_wrap .kv .kv_wrap .info .theme_btn a span.en {
  font-weight: 400;
  color: #6D7B01;
  padding-left: 8px;
  letter-spacing: 0;
}
.theme_wrap .kv .kv_wrap .info .theme_btn a span.fs {
  font-weight: 400;
  color: #6D7B01;
  font-size: 11px;
}
.theme_wrap .kv.adopt {
  background: url(../images/theme/adopt/kv_bg.png) no-repeat 50% 50%/cover;
}
.theme_wrap .sec_about .about_wrap {
  display: flex;
  gap: 64px;
  padding-top: 74px;
}
.theme_wrap .sec_about .about_wrap .about {
  width: 676px;
}
.theme_wrap .sec_about .about_wrap .keyword {
  width: 357px;
}
.theme_wrap .sec_about .about_wrap .keyword ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 8px;
}
.theme_wrap .sec_about .about_wrap .keyword ul li {
  background-color: #fff;
  border-radius: 100px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 400;
}
.theme_wrap .sec_demo {
  padding: 74px 0 160px;
}
.theme_wrap .sec_demo .slideitem {
  padding: 5vw 0 0;
  background: #201F1D;
}
.theme_wrap .sec_demo .slideitem__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.theme_wrap .sec_demo .slideitem__container {
  position: relative;
  width: calc(100% + (100vw - 100%) / 2);
}
.theme_wrap .sec_demo .slideitem__prev, .theme_wrap .sec_demo .slideitem__next {
  position: absolute;
  bottom: -80px;
  z-index: 1;
  width: 64px;
  height: 52px;
  background: #201F1D;
  text-align: center;
  cursor: pointer;
}
.theme_wrap .sec_demo .slideitem__prev img, .theme_wrap .sec_demo .slideitem__next img {
  width: 10px;
}
.theme_wrap .sec_demo .slideitem__prev:hover, .theme_wrap .sec_demo .slideitem__next:hover {
  background: #30302F;
}
.theme_wrap .sec_demo .slideitem__prev:hover img, .theme_wrap .sec_demo .slideitem__next:hover img {
  filter: brightness(0) saturate(100%) invert(81%) sepia(65%) saturate(617%) hue-rotate(7deg) brightness(103%) contrast(102%);
}
.theme_wrap .sec_demo .slideitem__prev {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px 0 0 4px;
}
.theme_wrap .sec_demo .slideitem__next {
  left: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 4px 4px 0;
}
.theme_wrap .sec_demo .slideitem__image {
  width: 21vw;
  margin-right: 54px;
}
.theme_wrap .sec_demo .slideitem__image a {
  display: block;
  background: #201F1D;
}
.theme_wrap .sec_demo .slideitem__image a figure {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 364/470;
  overflow: hidden;
}
.theme_wrap .sec_demo .slideitem__image a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.theme_wrap .sec_demo .slideitem__image a p {
  color: #fff;
  font-size: 13px;
  background: url(../images/common/arrow_right_white.svg) no-repeat calc(100% - 16px) 50%;
  padding: 21px;
}
.theme_wrap .sec_demo .slideitem__image a:hover figure img {
  opacity: 0.7;
}
.theme_wrap .sec_demo .slideitem__image a:hover h3,
.theme_wrap .sec_demo .slideitem__image a:hover p {
  color: #E1FF00;
  background: url(../images/common/arrow_right_yellow.svg) no-repeat calc(100% - 16px) 50%;
}
.theme_wrap .sec_demo .slideitem .btn {
  position: absolute;
  right: 8vw;
  bottom: 64px;
}
.theme_wrap .sec_demo .slideitem .btn a {
  color: #fff;
}
.theme_wrap .sec_demo .slideitem .btn a:hover {
  color: #E1FF00;
}
.theme_wrap .sec_point {
  padding: 110px 0;
  background: #201F1D;
  border-radius: 40px 40px 0 0;
}
.theme_wrap .sec_point .base {
  display: flex;
  align-items: center;
  gap: 64px;
  margin-bottom: 54px;
}
.theme_wrap .sec_point .base .pic {
  width: 50%;
}
.theme_wrap .sec_point .base .body {
  width: 50%;
}
.theme_wrap .sec_point .base .body .en {
  color: #E1FF00;
}
.theme_wrap .sec_point .base .body h2 {
  font-size: 25px;
  font-weight: 700;
  padding: 24px 0;
  color: #fff;
}
.theme_wrap .sec_point .base .body p {
  color: #a09f9b;
}
.theme_wrap .sec_point .base .body .caution {
  font-size: 12px;
  text-align: right;
  top: 8px;
}
.theme_wrap .sec_block {
  padding-top: 80px;
}
.theme_wrap .sec_block h2 {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 40px;
}
.theme_wrap .sec_block h2 span {
  letter-spacing: 0;
  font-size: 33px;
  margin-right: 4px;
}
.theme_wrap .sec_block .base {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 80px 40px;
}
.theme_wrap .sec_block .base .blk {
  width: calc(33.3333% - 26.6666666667px);
}
.theme_wrap .sec_block .base .blk h3 {
  font-size: 20px;
  font-weight: 700;
  padding: 24px 0 16px;
}
.theme_wrap .sec_block .base .blk p {
  color: #5E5D5C;
}
.theme_wrap .sec_function {
  padding-top: 64px;
}
.theme_wrap .sec_function h2 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
}
.theme_wrap .sec_function h3 {
  font-weight: bold;
  margin: 16px 0 8px;
  font-size: 14px;
}
.theme_wrap .sec_function ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 8px 16px;
}
.theme_wrap .sec_function ul li {
  width: calc((100% - 64px) / 5);
  color: #5E5D5C;
  font-size: 13px;
  background: url(../images/common/icon_dot.svg) no-repeat 0 8px;
  line-height: 150%;
  padding-left: 12px;
}
.theme_wrap .sec_recommend {
  padding: 96px 0 0;
}
.theme_wrap .sec_recommend h2 {
  font-size: 25px;
}
.theme_wrap .sec_recommend .body .base {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 4px;
}
.theme_wrap .sec_recommend .body .base .blk {
  width: calc(33.33333% - 4px);
  background: #fff;
  border-radius: 8px;
  padding: 24px 32px 32px;
}
.theme_wrap .sec_recommend .body .base .blk .num {
  color: #CFCCC7;
  font-size: 16px;
}
.theme_wrap .sec_recommend .body .base .blk h3 {
  font-size: 18px;
  font-weight: 800;
  margin: 6px 0 18px;
}
.theme_wrap .sec_recommend .body .base .blk p {
  font-size: 14px;
  opacity: 0.6;
  line-height: 190%;
}
.theme_wrap .sec_faq {
  padding: 120px 0 0;
}
.theme_wrap .sec_faq h2 {
  font-size: 25px;
}
.theme_wrap .sec_environment {
  padding-top: 80px;
}
.theme_wrap .sec_environment h2 {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 0px;
}
.theme_wrap .sec_cta {
  background-color: #E1FF00;
  margin-top: 100px;
}
.theme_wrap .sec_cta a {
  display: block;
  color: #201F1D;
}
.theme_wrap .sec_cta .base {
  display: flex;
  align-items: center;
  gap: 64px;
}
.theme_wrap .sec_cta .base .thum {
  width: 80%;
}
.theme_wrap .sec_cta .base .info {
  width: 50%;
}
.theme_wrap .sec_cta .base .info .s_ttl {
  font-size: 13px;
}
.theme_wrap .sec_cta .base .info .ttl {
  font-size: 64px;
  padding: 24px 0 32px;
  letter-spacing: 0;
}
.theme_wrap .sec_cta .base .info h1 {
  font-weight: 400;
  padding-bottom: 48px;
}
.theme_wrap .sec_cta .base .info .theme_btn {
  background: #201F1D url(../images/common/icon_shopping_white.svg) no-repeat 37px 48%/15px;
  border-radius: 100px;
  text-align: center;
  padding: 22px 32px 24px 64px;
  color: #fff;
  font-weight: 700;
  line-height: 100%;
  width: 270px;
}
.theme_wrap .sec_cta .base .info .theme_btn span.en {
  font-weight: 400;
  color: #d7d7d7;
  padding-left: 8px;
  letter-spacing: 0;
}
.theme_wrap .sec_cta .base .info .theme_btn span.fs {
  font-weight: 400;
  color: #d7d7d7;
  font-size: 11px;
}
.theme_wrap .sec_cta:hover {
  background: #201F1D;
}
.theme_wrap .sec_cta:hover a {
  color: #fff;
}
.theme_wrap .sec_cta:hover .base .info .theme_btn {
  background: #E1FF00 url(../images/common/icon_shopping.svg) no-repeat 37px 48%/15px;
  color: #000;
}
.theme_wrap .sec_cta:hover .base .info .theme_btn span.en {
  font-weight: 400;
  color: #6D7B01;
  padding-left: 8px;
  letter-spacing: 0;
}
.theme_wrap .sec_cta:hover .base .info .theme_btn span.fs {
  font-weight: 400;
  color: #6D7B01;
  font-size: 11px;
}
.theme_wrap .sec_themeselect {
  padding-top: 80px;
}
.theme_wrap .sec_themeselect h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 25px;
}
.theme_wrap .cta_fix {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  z-index: 9999;
  background: linear-gradient(90deg, rgba(225, 255, 0, 0.93) 0%, rgba(225, 255, 0, 0.93) 100%);
  -webkit-backdrop-filter: blur(5.05px);
          backdrop-filter: blur(5.05px);
  padding: 1.2vh 0;
  display: flex;
  justify-content: space-between;
}
.theme_wrap .cta_fix.show {
  opacity: 1;
  visibility: visible;
}
.theme_wrap .cta_fix.hide {
  opacity: 0;
  visibility: hidden;
}
.theme_wrap .cta_fix .base {
  display: flex;
}
.theme_wrap .cta_fix .base .theme_name {
  width: 50%;
  flex-wrap: wrap;
  align-content: center;
}
.theme_wrap .cta_fix .base .theme_name p {
  font-size: 40px;
}
.theme_wrap .cta_fix .base .theme_btn {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.theme_wrap .cta_fix .base .theme_btn a {
  background: #201F1D url(../images/common/icon_shopping_white.svg) no-repeat 37px 48%/15px;
  border-radius: 100px;
  text-align: center;
  padding: 22px 32px 24px 64px;
  color: #fff;
  font-weight: 700;
  line-height: 100%;
  width: 270px;
}
.theme_wrap .cta_fix .base .theme_btn a span.en {
  font-weight: 400;
  color: #d2d1ca;
  padding-left: 8px;
  letter-spacing: 0;
}
.theme_wrap .cta_fix .base .theme_btn a span.fs {
  font-weight: 400;
  color: #d2d1ca;
  font-size: 11px;
}
.theme_wrap .cta_fix .base .theme_btn a:hover {
  background: #fff url(../images/common/icon_shopping.svg) no-repeat 37px 48%/15px;
  color: #201F1D;
}
.theme_wrap .cta_fix .base .theme_btn a:hover span.en {
  color: #777;
}
.theme_wrap .cta_fix .base .theme_btn a:hover span.fs {
  color: #777;
}

/* =================================================================

    規約

================================================================= */
.law .lowpage_mainttl .en_bold {
  letter-spacing: 0;
  font-size: 50px;
}

/* =================================================================

    お問い合わせ

================================================================= */
.contact .for_members {
  background: #201F1D;
  text-align: center;
  padding: 40px;
  margin-bottom: 40px;
}
.contact .for_members h2 {
  margin: 0;
  font-size: 20px;
  color: #fff;
}
.contact .for_members .btn a {
  display: block;
  color: #201F1D;
  border-radius: 100px;
  padding: 8px 0 10px;
  width: 28%;
  margin: 24px auto 0;
  font-size: 14px;
  background: #fff url(../images/common/blank.svg) no-repeat calc(100% - 60px) 50%;
  padding-right: 20px;
}
.contact .for_members .btn a:hover {
  background: #E1FF00 url(../images/common/blank.svg) no-repeat calc(100% - 60px) 50%;
  color: #000;
}
.contact .skrb-form-wrap {
  background: #fff;
  padding: 1px 40px 40px 40px;
}
.contact .skrb-form-wrap h2 {
  margin: 48px 0 40px;
  text-align: center;
}
.contact .skrb-form-wrap .table_base {
  border-top: 1px solid #CFCCC7;
}
.contact .skrb-form-wrap .table_base th {
  padding-top: 24px !important;
}
.contact .skrb-form-wrap .table_base .skrb-required-tag {
  background: #9d0505;
  color: #fff;
  font-size: 10px;
  border-radius: 4px;
  line-height: 0;
  padding: 2px 6px 4px;
  margin-right: 8px;
  font-weight: normal;
}
.contact .skrb-form-wrap .table_base .skrb-any-tag {
  background: #EBE9E6;
  color: #777;
  font-size: 10px;
  border-radius: 4px;
  line-height: 100%;
  padding: 2px 6px 4px;
  margin-right: 8px;
  font-weight: normal;
}
.contact .skrb-form-wrap .table_base input[type=text],
.contact .skrb-form-wrap .table_base input[type=email] {
  background: #EBE9E6;
  width: 100%;
  padding: 12px;
  border-radius: 4px;
}
.contact .skrb-form-wrap .table_base textarea {
  background: #EBE9E6;
  width: 100%;
  padding: 12px;
  border-radius: 4px;
  height: 180px;
}
.contact .skrb-form-content-center {
  text-align: center;
  margin-top: 16px;
}
.contact input[type=submit] {
  display: block;
  background: #201F1D;
  color: #fff;
  border-radius: 100px;
  padding: 16px 0 18px;
  width: 20%;
  margin: 24px auto 0;
  font-size: 16px;
  text-align: center;
}
.contact input[type=submit]:hover {
  background: #E1FF00;
  color: #000;
}
.contact .notsend {
  text-align: center;
  margin: 24px 0;
  font-size: 13px;
}
.contact .demotxt {
  padding: 40px 0;
}

/*=================================================================

    レスポンシブ

================================================================= */
@media screen and (min-width: 1251px) and (max-width: 1520px) {
  #home {
    background: #EBE9E6 url("../images/home/mv_bg.png") no-repeat 100% 0/60vw;
  }
  #home .home_wrap .mv .en_light {
    font-size: 1vw;
    margin-bottom: 1vw;
  }
  #home .home_wrap .mv h1 {
    font-size: 4vw;
    line-height: 5.2vw;
  }
  #home .home_wrap .mv h1 .fs {
    font-size: 3vw;
  }
  #home .home_wrap .mv h1 .t_name {
    font-size: 2.5vw;
  }
  #home .home_wrap .mv h1 .img img {
    width: 15vw;
  }
  #home .home_wrap .mv h1 .en {
    font-size: 4.5vw;
    font-weight: 900;
    letter-spacing: 0;
  }
  #home .home_wrap .mv .word_ttl {
    display: flex;
    justify-content: flex-end;
  }
  #home .home_wrap .mv .word_ttl img {
    display: block;
    width: 18vw;
  }
}
@media screen and (max-width: 1250px) {
  header .head_wrap {
    padding: 3vw 142px 2vw 72px;
  }
  .hamburger-button {
    top: 4.2vw;
    right: 72px;
  }
  #home {
    background: #EBE9E6 url("../images/home/mv_bg.png") no-repeat 100% 0/54vw;
  }
  #home .home_wrap .mv .en_light {
    font-size: 11px;
  }
  #home .home_wrap .mv h1 {
    font-size: 3.5vw;
    line-height: 4.3vw;
  }
  #home .home_wrap .mv h1 .fs {
    font-size: 2.5vw;
  }
  #home .home_wrap .mv h1 .t_name {
    font-size: 24px;
  }
  #home .home_wrap .mv h1 .img img {
    width: 14vw;
  }
  #home .home_wrap .mv h1 .en {
    font-size: 3.8vw;
    font-weight: 900;
    letter-spacing: 0;
  }
  #home .home_wrap .mv h1 .sub {
    font-size: 4.8vw;
    margin-bottom: 8px;
  }
  #home .home_wrap .mv .word_ttl {
    display: flex;
    justify-content: flex-end;
  }
  #home .home_wrap .mv .word_ttl img {
    display: block;
    width: 17vw;
  }
  #home .home_wrap .mv .base {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 1em;
    padding: 1.1vw 1.3vw 1.5vw 1vw;
    margin: 0 0.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
    -webkit-backdrop-filter: blur(33.6px);
            backdrop-filter: blur(33.6px);
    line-height: 120%;
    border-radius: 8px;
    white-space: nowrap;
  }
  #home .home_wrap .mv .base .icon img {
    display: block;
    width: 24px;
    height: auto;
  }
  #home .home_wrap .mv .base .body .en {
    font-size: 11px;
    color: #777;
  }
  #home .home_wrap .mv .base .body .word {
    font-weight: bold;
    font-size: 14px;
  }
}
/* =================================================================

    フッター

================================================================= */
footer {
  background: #201F1D;
  padding: 156px 0 24px;
  color: #fff;
}
footer .menuarea {
  display: flex;
}
footer .menuarea .info {
  width: 50%;
}
footer .menuarea .info .logo {
  width: 169px;
  margin-bottom: 16px;
}
footer .menuarea .info p {
  font-size: 12px;
  color: #a8a8a8;
  line-height: 190%;
}
footer .menuarea .menu {
  width: 50%;
}
footer .menuarea .menu nav {
  display: flex;
  justify-content: flex-end;
}
footer .menuarea .menu nav dl {
  width: 33.3333%;
}
footer .menuarea .menu nav dl dt {
  font-size: 12px;
  color: #4B4944;
}
footer .menuarea .menu nav dl dd a {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 190%;
  margin-top: 8px;
}
footer .menuarea .menu nav dl dd a:hover {
  color: #E1FF00;
}
footer .sns {
  padding-top: 220px;
}
footer .sns .ug {
  width: 240px;
  text-align: center;
  margin-bottom: 24px;
}
footer .sns .ug a {
  display: block;
  background: #363531;
  border-radius: 4px;
  padding: 12px 32px;
  color: #fff;
  font-size: 10px;
  line-height: 0;
}
footer .sns .ug a p {
  padding: 8px 0 16px 0;
}
footer .sns .ug a img {
  margin: 0;
}
footer .sns .ug a:hover {
  opacity: 0.4;
}
footer .sns ul {
  display: flex;
  gap: 18px;
}
footer .sns ul li {
  width: 18px;
}
footer .sns ul li a {
  display: block;
  width: 18px;
}
footer .sns ul li a img {
  width: 18px;
}
footer .sns ul li a:hover {
  opacity: 0.5;
}
footer .sub_menu {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  color: #CFCFCF;
  font-size: 12px;
}
footer .sub_menu ul {
  display: flex;
  gap: 24px;
}
footer .sub_menu ul li a {
  color: #CFCFCF;
}
footer .sub_menu ul li a:hover {
  color: #E1FF00;
}
footer .footer_scroll_wrap {
  position: relative;
  height: 134px;
  margin-top: 4rem;
  overflow: hidden;
  -webkit-mask-image: url(../images/common/foot_txt_cover.png);
  mask-image: url(../images/common/foot_txt_cover.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
footer .footer_scroll {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 20px 0;
}
footer .footer_scroll .scroll_inner {
  display: flex;
  animation: scroll-left-footer 80s linear infinite;
}
footer .footer_scroll .item {
  display: inline-flex;
  align-items: center;
  margin-right: 64px;
}
footer .footer_scroll .item img {
  height: 119px;
  width: auto;
  display: block;
}
@keyframes scroll-left-footer {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.notfound {
  background: #201F1D;
  color: #E1FF00;
  text-align: center;
  padding: 120px 0 80px 0;
  width: 50%;
  margin: 40px auto 80px;
}
.notfound .ttl {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 24px;
}
.notfound .ttl span {
  display: block;
  font-size: 24px;
  padding-top: 24px;
}
.notfound .body a {
  color: #fff;
  text-decoration: underline;
}

/* =================================================================

    スマホ

================================================================= */
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    overflow-x: hidden;
  }
  .inner {
    width: auto;
    margin: 0 auto;
  }
  .ttl_v1 {
    margin-bottom: 52px;
    padding: 0 8vw;
  }
  .ttl_v1 .en {
    font-size: 12px;
    background: url("../images/common/ttl_v1_bg.svg") no-repeat 0 50%/14px;
    padding-left: 24px;
  }
  .ttl_v1 h2 {
    font-size: 24px;
    margin-top: 16px;
  }
  .ttl_v1.mb_m {
    margin-bottom: 40px;
  }
  .ttl_v1.mb_m h2 {
    margin-top: -10px;
  }
  .ttl_v1.mb_s {
    margin-bottom: 24px;
  }
  .ttl_v1.mb_s h2 {
    margin-top: -12px;
  }
  .pages {
    padding-bottom: 120px;
  }
  .pages h2 {
    font-size: 18px;
    font-weight: 900;
    margin: 40px 0 24px;
  }
  .pages table.table_base {
    width: 100%;
  }
  .pages table.table_base th {
    border-bottom: none;
    padding: 0 16px 0 0;
    width: 100%;
    display: block;
  }
  .pages table.table_base td {
    border-bottom: 1px solid #CFCCC7;
    padding: 0 16px 16px 0;
    margin-bottom: 16px;
    width: 100%;
    display: block;
  }
  .lowpage_mainttl {
    padding: 30px 24px 16px;
    border-bottom: 1px solid #CFCCC7;
    margin-bottom: 48px;
  }
  .lowpage_mainttl .en_bold {
    font-size: 40px;
    line-height: 100%;
  }
  .lowpage_mainttl h1 {
    font-size: 16px;
    font-weight: 900;
    padding: 24px 0 24px 0;
  }
  .lowpage_body {
    padding: 0 24px;
  }
  .theme_card_base {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .theme_card_base .theme_card {
    flex: 0 0 calc(50% - 8px);
    background: #201F1D;
  }
  .theme_card_base .theme_card .thum a:hover {
    opacity: 0.6;
  }
  .theme_card_base .theme_card .detail {
    color: #fff;
  }
  .theme_card_base .theme_card .detail h3 {
    font-size: 18px;
    font-weight: 800;
    padding: 11px 16px 8px 16px;
  }
  .theme_card_base .theme_card .detail .btnarea .btns {
    width: 50%;
  }
  .theme_card_base .theme_card .detail .btnarea .btns a {
    display: block;
    text-align: left;
    color: #fff;
    padding: 6px 8px 6px 16px;
    font-size: 9px;
    background: url("../images/common/arrow_right_white.svg") no-repeat calc(100% - 8px) 50%/6px;
  }
  .theme_card_base .theme_card .detail .btnarea .btns a:hover {
    color: #E1FF00;
    background: url("../images/common/arrow_right_yellow.svg") no-repeat calc(100% - 8px) 50%/6px;
  }
  header .head_wrap {
    padding: 24px;
  }
  header .head_wrap .logo {
    margin-right: auto;
    width: 31%;
    padding-top: 4px;
  }
  header .head_wrap nav ul {
    display: none;
  }
  .hamburger-button {
    top: 36px;
    right: 24px;
  }
  .global-nav__inner {
    padding: 27px 0 0 24px;
  }
  body.is-nav-active .global-nav .in_logo,
  body .global-nav .in_logo {
    width: 28%;
  }
  body.is-nav-active .global-nav .menuarea,
  body .global-nav .menuarea {
    display: block;
    margin-top: 24px;
  }
  body.is-nav-active .global-nav .menuarea .theme_menu,
  body .global-nav .menuarea .theme_menu {
    width: 100%;
  }
  body.is-nav-active .global-nav .menuarea .main_menu,
  body .global-nav .menuarea .main_menu {
    width: 100%;
  }
  body.is-nav-active .global-nav .menuarea .support_menu,
  body .global-nav .menuarea .support_menu {
    width: 100%;
  }
  body.is-nav-active .global-nav .menuarea dl dt,
  body .global-nav .menuarea dl dt {
    color: #4B4944;
    font-weight: 900;
    font-size: 12px;
    margin-top: 24px;
  }
  body.is-nav-active .global-nav .menuarea dl dd a,
  body .global-nav .menuarea dl dd a {
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 900;
    line-height: 150%;
    margin-top: 12px;
  }
  body.is-nav-active .global-nav .menuarea dl dd a:hover,
  body .global-nav .menuarea dl dd a:hover {
    color: #E1FF00;
  }
  body.is-nav-active .global-nav .menuarea dl dd.en a,
  body .global-nav .menuarea dl dd.en a {
    font-size: 30px;
    line-height: 106%;
  }
  #home {
    background: #EBE9E6 url("http://unrep.jp/wp-content/uploads/2025/09/mv_bg-1.png") no-repeat 100% 0/74vw;
  }
  #home .home_wrap .mv {
    margin-bottom: 6vw;
  }
  #home .home_wrap .mv .mv_inner {
    padding: 32px 8vw 0px;
  }
  #home .home_wrap .mv .en_light {
    font-size: 3vw;
    margin-bottom: 0.5vw;
  }
  #home .home_wrap .mv h1 {
    font-weight: 900;
    font-size: 8vw;
    line-height: 10vw;
  }
  #home .home_wrap .mv h1 .fs {
    font-size: 5vw;
  }
  #home .home_wrap .mv h1 .t_name {
    font-size: 4.5vw;
    margin-left: 10px;
  }
  #home .home_wrap .mv h1 .img img {
    width: 33vw;
  }
  #home .home_wrap .mv h1 .en {
    font-size: 8.5vw;
    font-weight: 900;
    letter-spacing: 0;
  }
  #home .home_wrap .mv .word_ttl {
    margin-top: 24px;
  }
  #home .home_wrap .mv .word_ttl img {
    width: 47vw;
  }
  #home .home_wrap .mv .base {
    padding: 16px 16px 12px;
    margin: 0 0.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
    -webkit-backdrop-filter: blur(33.6px);
            backdrop-filter: blur(33.6px);
    line-height: 160%;
    border-radius: 8px;
    white-space: nowrap;
  }
  #home .home_wrap .mv .base .icon img {
    display: block;
    width: 20px;
    height: auto;
  }
  #home .home_wrap .mv .base .body .en {
    font-size: 10px;
    color: #777;
    line-height: 100%;
    padding-bottom: 3px;
  }
  #home .home_wrap .mv .base .body .word {
    font-weight: bold;
    font-size: 13px;
  }
  #home .sec_themeslide {
    position: relative;
  }
  #home .sec_themeslide h2 {
    font-size: 10vw;
  }
  #home .sec_themeslide .slideitem {
    padding: 5vw 0 140px;
    background: #201F1D;
  }
  #home .sec_themeslide .slideitem__prev, #home .sec_themeslide .slideitem__next {
    position: absolute;
    bottom: -88px;
  }
  #home .sec_themeslide .slideitem__image {
    width: 67vw;
    margin-right: 40px;
  }
  #home .sec_themeslide .slideitem__image a h3 {
    font-size: 20px;
    margin: 21px 0 4px;
  }
  #home .sec_themeslide .slideitem__image a p {
    font-size: 12px;
    line-height: 142%;
  }
  #home .sec_themeslide .slideitem .btn {
    position: absolute;
    right: 8vw;
    bottom: 54px;
  }
  #home .sec_themeslide .slideitem .btn a {
    color: #fff;
    font-size: 12px;
  }
  #home .sec_themeslide .slideitem .btn a:hover {
    color: #E1FF00;
  }
  #home .sec_about {
    background-image: url("../images/home/sec_about03.svg"), url("../images/home/sec_about04.svg");
    /* それぞれの位置・繰り返し・サイズを指定 */
    background-position: -9999px, calc(100% + 24px) 600px;
    background-repeat: no-repeat, no-repeat;
    background-size: 8vw, 8vw;
  }
  #home .sec_about .ttl_scroll {
    padding: 24px 0;
    margin-bottom: 40px;
  }
  #home .sec_about .ttl_scroll .txt {
    margin-right: 32px;
    font-size: 20px;
  }
  #home .sec_about .ttl_scroll .txt img {
    margin-left: 8px;
    width: 30px;
  }
  #home .sec_about .word {
    background: url("../images/home/sec_about05.png") no-repeat 50%/84%;
    font-size: 24px;
    line-height: 40px;
  }
  #home .sec_about .word .inner {
    background: url("../images/home/sec_about07.svg") no-repeat 50%;
    padding: 24px 16px 0;
  }
  #home .sec_about .word span.mk {
    background-color: #E1FF00;
    padding: 0 8px 4px 8px;
  }
  #home .sec_about .word span.en_bold {
    letter-spacing: 0;
    font-size: 110%;
  }
  #home .sec_about .word .next {
    width: 32px;
    margin: 0 auto 40px;
  }
  #home .sec_about .imgs {
    padding: 0 16px;
  }
  #home .sec_about .point {
    border-radius: 16px 16px 0 0;
    padding: 0;
    color: #fff;
    background-color: #201F1D;
    padding: 64px 8vw 80px;
  }
  #home .sec_about .point.area2 {
    background-color: #2B2A28;
    margin-top: -40px;
  }
  #home .sec_about .point.area3 {
    background-color: #343330;
    margin-top: -40px;
  }
  #home .sec_about .point .ttl {
    margin-bottom: 54px;
  }
  #home .sec_about .point .ttl p {
    color: #E1FF00;
    font-size: 12px;
  }
  #home .sec_about .point .ttl h2 {
    font-size: 23px;
    font-weight: 800;
    margin-top: 18px;
    line-height: 154%;
  }
  #home .sec_about .point .base {
    display: block;
  }
  #home .sec_about .point .base .blk {
    width: 100%;
    margin-bottom: 40px;
  }
  #home .sec_about .point .base .blk .icon img {
    height: 32px;
    width: auto;
  }
  #home .sec_about .point .base .blk h3 {
    font-size: 18px;
    font-weight: 800;
    margin: 16px 0;
    line-height: 160%;
  }
  #home .sec_about .point .base .blk p {
    opacity: 0.6;
  }
  #home .sec_recommend {
    padding: 64px 0 0 0;
    background: url("../images/home/sec_recommend01.png") no-repeat 100% -24vw/64%;
  }
  #home .sec_recommend .body {
    padding-left: 4px;
  }
  #home .sec_recommend .body .base {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 4px;
  }
  #home .sec_recommend .body .base .blk {
    width: calc(50% - 4px);
    background: #fff;
    border-radius: 8px;
    padding: 16px 16px 32px;
  }
  #home .sec_recommend .body .base .blk .num {
    color: #CFCCC7;
    font-size: 16px;
  }
  #home .sec_recommend .body .base .blk h3 {
    font-size: 17px;
    font-weight: 800;
    margin: 6px 0 18px;
  }
  #home .sec_recommend .body .base .blk p {
    font-size: 13px;
    opacity: 0.6;
    line-height: 190%;
  }
  #home .sec_price {
    margin-top: -40px;
    padding: 106px 0 0;
    background: url("../images/home/sec_price01.png") no-repeat 291% 3%/91%;
  }
  #home .sec_price .body .base {
    background: #000 url("../images/home/sec_price02.png") no-repeat 100% 0/40%;
    border-radius: 0;
    padding: 40px 16px 40px 40px;
    color: #fff;
  }
  #home .sec_price .body .base .ttl .price {
    color: #E1FF00;
    font-weight: 900;
    font-size: 40px;
    letter-spacing: 0;
    margin-top: 8px;
  }
  #home .sec_price .body .base .ttl .price .fs {
    font-size: 18px;
  }
  #home .sec_price .body .base .ttl .price .white {
    color: #fff;
    font-size: 16px;
    margin-left: 4px;
  }
  #home .sec_price .body .base ul li {
    background: url("../images/home/sec_price03.png") no-repeat 0 1px/16px;
    line-height: 140%;
    margin-bottom: 10px;
  }
  #home .sec_voice {
    padding: 64px 0 0;
  }
  #home .sec_voice .base {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 6px;
    padding: 0 16px;
  }
  #home .sec_voice .base .blk {
    width: calc(50% - 3px);
    background: #fff;
    border-radius: 8px;
    padding: 32px 24px 40px;
  }
  #home .sec_voice .base .blk .icon {
    background: url("../images/home/sec_voice01.svg") no-repeat 0 50%/18px;
    padding-left: 28px;
    font-size: 10px;
    opacity: 0.4;
    margin-bottom: 8px;
  }
  #home .sec_flow {
    padding: 64px 0 0;
  }
  #home .sec_flow .body .base {
    background: none;
    display: block;
    gap: 40px;
  }
  #home .sec_flow .body .base .blk {
    width: 100%;
    margin-bottom: 32px;
    padding: 0 8vw;
    display: flex;
    gap: 16px;
  }
  #home .sec_flow .body .base .blk .icon {
    width: 64px;
    margin: 0;
  }
  #home .sec_flow .body .base .blk .body {
    margin: 0;
    width: calc(100% - 64px);
  }
  #home .sec_flow .body .base .blk h3 {
    font-size: 18px;
    text-align: left;
    font-weight: 800;
    margin: 6px 0 10px;
  }
  #home .sec_flow .body .base .blk p {
    opacity: 0.6;
    padding: 0 0;
  }
  #home .sec_flow .body .base .blk p span {
    font-size: 13px;
    opacity: 0.8;
    line-height: 175%;
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 8px;
  }
  #home .sec_theme {
    padding: 64px 0 0;
  }
  #home .sec_theme .theme_card_base {
    padding: 0 16px;
  }
  #home .sec_theme .new_t {
    border-radius: 4px;
    text-align: center;
    padding: 16px;
    margin-top: 24px;
    font-weight: bold;
  }
  #home .sec_faq {
    padding: 64px 0;
  }
  #home .sec_faq .body {
    padding: 0;
  }
  #home .sec_faq .body .base {
    display: block;
  }
  #home .sec_faq .body .base .select {
    width: 100%;
  }
  #home .sec_faq .body .base .select ul {
    padding: 0 0 0 16px;
    margin: 0 0 16px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  #home .sec_faq .body .base .select ul li {
    opacity: 0.4;
    flex: 0 0 calc(50% - 8px);
    padding: 8px 8px 8px 40px;
    cursor: pointer;
    width: 50%;
    margin: 0;
  }
  #home .sec_faq .body .base .select ul li.menu1 {
    background: url("../images/home/sec_faq01.svg") no-repeat 16px 50%/16px;
  }
  #home .sec_faq .body .base .select ul li.menu2 {
    background: url("../images/home/sec_faq02.svg") no-repeat 16px 50%/16px;
  }
  #home .sec_faq .body .base .select ul li.menu3 {
    background: url("../images/home/sec_faq03.svg") no-repeat 16px 50%/16px;
  }
  #home .sec_faq .body .base .select ul li.menu4 {
    background: url("../images/home/sec_faq04.svg") no-repeat 16px 50%/16px;
  }
  #home .sec_faq .body .base .select ul li.active {
    opacity: 1;
    background-color: #fff;
    border-radius: 100px;
  }
  #home .sec_faq .body .base .faqarea {
    width: 100%;
  }
  #home .sec_faq .body .base .faqarea .faqbase {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.4s ease, height 0.4s ease;
  }
  #home .sec_faq .body .base .faqarea .faqbase.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
  }
  #home .sec_faq .body .base .faqarea .blk .answer {
    margin: 8px 16px 16px 16px;
  }
  /* =================================================================

      フッター

  ================================================================= */
  footer {
    background: #201F1D;
    padding: 80px 24px 24px;
    color: #fff;
  }
  footer .menuarea {
    display: block;
  }
  footer .menuarea .info {
    width: 100%;
  }
  footer .menuarea .info .logo {
    width: 30%;
    margin-bottom: 16px;
  }
  footer .menuarea .info p {
    font-size: 10px;
    color: #a8a8a8;
    line-height: 190%;
  }
  footer .menuarea .menu {
    display: none;
  }
  footer .sns {
    padding-top: 64px;
  }
  footer .sns ul {
    display: flex;
    gap: 14px;
  }
  footer .sns ul li {
    width: 14px;
  }
  footer .sns ul li a {
    display: block;
    width: 14px;
  }
  footer .sns ul li a img {
    width: 14px;
  }
  footer .sns ul li a:hover {
    opacity: 0.5;
  }
  footer .sub_menu {
    margin-top: 48px;
    display: block;
    justify-content: space-between;
    color: #CFCFCF;
    font-size: 10px;
  }
  footer .sub_menu ul {
    display: block;
  }
  footer .sub_menu ul li a {
    color: #CFCFCF;
    display: block;
  }
  footer .sub_menu ul li a:hover {
    color: #E1FF00;
  }
  footer .sub_menu .copy {
    margin-top: 40px;
  }
  footer .footer_scroll_wrap {
    position: relative;
    height: 134px;
    margin-top: 4rem;
    overflow: hidden;
    -webkit-mask-image: url(../images/common/foot_txt_cover.png);
    mask-image: url(../images/common/foot_txt_cover.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  footer .footer_scroll {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    padding: 20px 0;
  }
  footer .footer_scroll .scroll_inner {
    display: flex;
    animation: scroll-left-footer 80s linear infinite;
  }
  footer .footer_scroll .item {
    display: inline-flex;
    align-items: center;
    margin-right: 64px;
  }
  footer .footer_scroll .item img {
    height: 119px;
    width: auto;
    display: block;
  }
  @keyframes scroll-left-footer {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .notfound {
    width: 96%;
  }
  /* =================================================================

    テーマ詳細

  ================================================================= */
  .theme_wrap {
    padding-bottom: 200px;
  }
  .theme_wrap .en_ttl {
    font-size: 12px;
    margin-bottom: 24px;
  }
  .theme_wrap .kv .kv_wrap {
    display: block;
    gap: 0;
  }
  .theme_wrap .kv .kv_wrap .thum {
    width: 100%;
  }
  .theme_wrap .kv .kv_wrap .info {
    width: 100%;
    padding: 24px 24px 52px 24px;
  }
  .theme_wrap .kv .kv_wrap .info .s_ttl {
    font-size: 12px;
  }
  .theme_wrap .kv .kv_wrap .info .ttl {
    font-size: 36px;
    padding: 16px 0 24px;
  }
  .theme_wrap .kv .kv_wrap .info h1 {
    font-weight: 400;
    padding-bottom: 32px;
  }
  .theme_wrap .sec_about .about_wrap {
    display: block;
    padding: 40px 24px;
  }
  .theme_wrap .sec_about .about_wrap .about {
    width: 100%;
  }
  .theme_wrap .sec_about .about_wrap .keyword {
    margin-top: 40px;
  }
  .theme_wrap .sec_demo {
    padding: 24px 24px 160px;
  }
  .theme_wrap .sec_demo .slideitem {
    padding: 0;
  }
  .theme_wrap .sec_demo .slideitem__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .theme_wrap .sec_demo .slideitem__image {
    width: 64vw;
    margin-right: 24px;
  }
  .theme_wrap .sec_point {
    padding: 40px 24px;
    background: #201F1D;
    border-radius: 24px 24px 0 0;
  }
  .theme_wrap .sec_point .base {
    display: block;
  }
  .theme_wrap .sec_point .base .pic {
    width: 100%;
  }
  .theme_wrap .sec_point .base .body {
    width: 100%;
  }
  .theme_wrap .sec_point .base .body .en {
    color: #E1FF00;
    margin-top: 24px;
  }
  .theme_wrap .sec_point .base .body h2 {
    font-size: 20px;
    padding: 8px 0 16px 0;
  }
  .theme_wrap .sec_point .base .body .caution {
    font-size: 11px;
  }
  .theme_wrap .sec_block {
    padding: 64px 24px;
  }
  .theme_wrap .sec_block h2 {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 40px;
  }
  .theme_wrap .sec_block h2 span {
    letter-spacing: 0;
    font-size: 33px;
    margin-right: 4px;
  }
  .theme_wrap .sec_block .base {
    gap: 40px 16px;
  }
  .theme_wrap .sec_block .base .blk {
    width: calc(50% - 10.6666666667px);
  }
  .theme_wrap .sec_block .base .blk h3 {
    font-size: 16px;
    padding: 16px 0 10px;
  }
  .theme_wrap .sec_block .base .blk p {
    font-size: 13px;
    line-height: 180%;
  }
  .theme_wrap .sec_function {
    padding-top: 24px;
  }
  .theme_wrap .sec_function h2 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
  }
  .theme_wrap .sec_function h3 {
    font-weight: bold;
    margin: 16px 24px 8px;
    font-size: 14px;
  }
  .theme_wrap .sec_function ul {
    gap: 8px;
    padding: 0 24px;
  }
  .theme_wrap .sec_function ul li {
    width: calc((50% - 8px) / 1);
    color: #5E5D5C;
    font-size: 12px;
  }
  .theme_wrap .sec_recommend {
    padding: 96px 0 0;
  }
  .theme_wrap .sec_recommend h2 {
    font-size: 25px;
  }
  .theme_wrap .sec_recommend .body .base {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 4px;
    padding-left: 4px;
  }
  .theme_wrap .sec_recommend .body .base .blk {
    width: calc(50% - 4px);
    background: #fff;
    border-radius: 8px;
    padding: 16px 16px 24px;
  }
  .theme_wrap .sec_recommend .body .base .blk .num {
    color: #CFCCC7;
    font-size: 16px;
  }
  .theme_wrap .sec_recommend .body .base .blk h3 {
    font-size: 16px;
    margin: 0px 0 10px;
  }
  .theme_wrap .sec_recommend .body .base .blk p {
    font-size: 14px;
  }
  .theme_wrap .sec_faq {
    padding: 64px 0 0;
  }
  .theme_wrap .sec_faq h2 {
    font-size: 25px;
  }
  .theme_wrap .sec_environment {
    padding-top: 64px;
  }
  .theme_wrap .sec_environment p,
  .theme_wrap .sec_environment ul {
    padding: 0 24px;
  }
  .theme_wrap .sec_cta {
    background-color: #E1FF00;
    margin-top: 100px;
  }
  .theme_wrap .sec_cta a {
    display: block;
    color: #201F1D;
  }
  .theme_wrap .sec_cta .base {
    display: block;
    align-items: center;
    gap: 64px;
  }
  .theme_wrap .sec_cta .base .thum {
    width: 100%;
  }
  .theme_wrap .sec_cta .base .info {
    width: 100%;
    padding: 24px;
  }
  .theme_wrap .sec_cta .base .info .s_ttl {
    font-size: 13px;
  }
  .theme_wrap .sec_cta .base .info .ttl {
    font-size: 40px;
    padding: 16px 0 24px;
    letter-spacing: 0;
  }
  .theme_wrap .sec_cta .base .info h1 {
    padding-bottom: 24px;
  }
  .theme_wrap .sec_cta .base .info .theme_btn {
    background: #201F1D url(../images/common/icon_shopping_white.svg) no-repeat 37px 48%/15px;
    border-radius: 100px;
    text-align: center;
    padding: 22px 8px 24px 64px;
    width: 100%;
    display: block;
  }
  .theme_wrap .sec_cta .base .info .theme_btn span.en {
    font-weight: 400;
    color: #d7d7d7;
    padding-left: 8px;
    letter-spacing: 0;
  }
  .theme_wrap .sec_cta .base .info .theme_btn span.fs {
    font-weight: 400;
    color: #d7d7d7;
    font-size: 11px;
  }
  .theme_wrap .sec_cta:hover {
    background: #201F1D;
  }
  .theme_wrap .sec_cta:hover a {
    color: #fff;
  }
  .theme_wrap .sec_cta:hover .base .info .theme_btn {
    background: #E1FF00 url(../images/common/icon_shopping.svg) no-repeat 37px 48%/15px;
    color: #000;
  }
  .theme_wrap .sec_cta:hover .base .info .theme_btn span.en {
    font-weight: 400;
    color: #6D7B01;
    padding-left: 8px;
    letter-spacing: 0;
  }
  .theme_wrap .sec_cta:hover .base .info .theme_btn span.fs {
    font-weight: 400;
    color: #6D7B01;
    font-size: 11px;
  }
  .theme_wrap .sec_themeselect {
    padding-top: 24px;
  }
  .theme_wrap .sec_themeselect .ttl_v1 {
    margin-bottom: 32px;
  }
  .theme_wrap .sec_themeselect h2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
  }
  .theme_wrap .sec_themeselect .theme_card_base {
    padding: 0 16px;
  }
  .theme_wrap .cta_fix .inner {
    width: 100%;
    padding: 0 16px;
  }
  .theme_wrap .cta_fix.show {
    opacity: 1;
    visibility: visible;
  }
  .theme_wrap .cta_fix.hide {
    opacity: 0;
    visibility: hidden;
  }
  .theme_wrap .cta_fix .base {
    display: flex;
  }
  .theme_wrap .cta_fix .base .theme_name {
    width: 35%;
    flex-wrap: wrap;
    align-content: center;
  }
  .theme_wrap .cta_fix .base .theme_name p {
    font-size: 20px;
    letter-spacing: 0;
  }
  .theme_wrap .cta_fix .base .theme_btn {
    width: 65%;
    display: flex;
    justify-content: flex-end;
  }
  .theme_wrap .cta_fix .base .theme_btn a {
    padding: 14px 8px 16px 48px;
    width: 100%;
    display: block;
    font-size: 13px;
  }
  .theme_wrap .cta_fix .base .theme_btn a span.en {
    font-weight: 400;
    color: #d2d1ca;
    padding-left: 8px;
    letter-spacing: 0;
  }
  .theme_wrap .cta_fix .base .theme_btn a span.fs {
    font-weight: 400;
    color: #d2d1ca;
    font-size: 10px;
  }
  .theme_wrap .cta_fix .base .theme_btn a:hover {
    background: #fff url(../images/common/icon_shopping.svg) no-repeat 37px 48%/15px;
    color: #201F1D;
  }
  .theme_wrap .cta_fix .base .theme_btn a:hover span.en {
    color: #777;
  }
  .theme_wrap .cta_fix .base .theme_btn a:hover span.fs {
    color: #777;
  }
  /* =================================================================

      お問い合わせ

  ================================================================= */
  .contact .for_members {
    background: #201F1D;
    text-align: center;
    padding: 40px;
    margin-bottom: 40px;
  }
  .contact .for_members h2 {
    margin: 0;
    font-size: 20px;
    color: #fff;
  }
  .contact .for_members .btn a {
    width: 100%;
    margin: 24px auto 0;
    background: #fff url(../images/common/blank.svg) no-repeat calc(100% - 24px) 50%;
  }
  .contact .for_members .btn a:hover {
    background: #E1FF00 url(../images/common/blank.svg) no-repeat calc(100% - 24px) 50%;
  }
  .contact .skrb-form-wrap {
    background: #fff;
    padding: 1px 16px 40px 16px;
  }
  .contact .skrb-form-wrap h2 {
    margin: 48px 0 40px;
    text-align: center;
  }
  .contact .skrb-form-wrap .table_base {
    border-top: 1px solid #CFCCC7;
  }
  .contact .skrb-form-wrap .table_base th {
    padding-top: 16px !important;
    padding-bottom: 16px;
  }
  .contact .skrb-form-wrap .table_base td {
    padding-right: 0;
  }
  .contact .skrb-form-wrap .table_base .skrb-required-tag {
    background: #9d0505;
    color: #fff;
    font-size: 10px;
    border-radius: 4px;
    line-height: 0;
    padding: 2px 6px 4px;
    margin-right: 8px;
    font-weight: normal;
  }
  .contact .skrb-form-wrap .table_base .skrb-any-tag {
    background: #EBE9E6;
    color: #777;
    font-size: 10px;
    border-radius: 4px;
    line-height: 100%;
    padding: 2px 6px 4px;
    margin-right: 8px;
    font-weight: normal;
  }
  .contact .skrb-form-wrap .table_base input[type=text],
  .contact .skrb-form-wrap .table_base input[type=email] {
    background: #EBE9E6;
    width: 100%;
    padding: 12px;
    border-radius: 4px;
  }
  .contact .skrb-form-wrap .table_base textarea {
    height: 120px;
  }
  .contact .skrb-form-content-center {
    text-align: center;
    margin-top: 16px;
  }
  .contact input[type=submit] {
    display: block;
    background: #201F1D;
    color: #fff;
    border-radius: 100px;
    padding: 10px 0 10px;
    width: 90%;
    margin: 24px auto 0;
    font-size: 16px;
    text-align: center;
  }
  .contact input[type=submit]:hover {
    background: #E1FF00;
    color: #000;
  }
  .contact .notsend {
    text-align: center;
    margin: 0 0 24px 0;
    font-size: 13px;
  }
}
/* =================================================================

    その他

================================================================= */
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */