@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
#wpadminbar {
  display: block !important;
  z-index: 9999999 !important;
}
html {
  font-size: 0.78125vw;
}
@media screen and (max-width: 818px) {
  html {
    font-size: 1vw;
  }
}
body {
  margin: 0;
  color: #090405;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.666;
}
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  width: 100%;
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
  color: #090405;
  text-decoration: none;
}
a:link,
a:visited {
  color: #090405;
  text-decoration: none;
}
input,
textarea,
select {
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
}
dd,
dt {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 818px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body,
p {
  line-height: 1.875;
}
@media screen and (max-width: 818px) {
  body,
  p {
    line-height: 1.42;
  }
}
@media screen and (min-width: 819px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
button {
  outline: none;
}
.inner {
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
/*------------------------------------------------------------------------------
    フェードインのCSS
------------------------------------------------------------------------------*/
/* ---------------------------------------------
*   js_fadein_up
--------------------------------------------- */
.js_fadein_up {
  opacity: 0;
  transform: translateY(50px);
}
.js_fadein_up.is-active {
  transform: translateY(0);
  animation-delay: 0.1s;
  opacity: 1;
  transition: transform 1s, opacity 1s;
}
.js_fadein_up_d {
  opacity: 0;
  transform: translateY(50px);
}
.js_fadein_up_d.is-active_d {
  transform: translateY(0);
  animation-delay: 2s;
  opacity: 1;
  transition: transform 2.8s, opacity 4.5s;
}
/* ---------------------------------------------
*   is-disabled
--------------------------------------------- */
.is-disabled {
  opacity: 0;
  pointer-events: none;
}
.scrollanime {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.scrollanime2 {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown2 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.downup {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.leftin {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.rightin {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
}
/*横スクロールバーを隠す*/
.slide-right {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}
.slide-left {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}
/* -------------------------------フェードインのCSS */
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  align-items: center;
  display: flex;
}
#header .header_item {
  display: flex;
  position: relative;
  align-items: center;
  margin: auto;
  width: 100%;
  padding: 0 33px;
  max-width: 100%;
  height: 80px;
}
@media screen and (max-width: 818px) {
  #header .header_item {
    align-items: center;
    justify-content: center;
    width: auto;
    display: flex;
    width: 100%;
    height: 50px;
    padding: 0 14px;
  }
}
#header .header_item .logo_item {
  display: flex;
  align-items: center;
}
#header .header_item .logo_item .com_logo {
  max-width: 197px;
}
@media screen and (max-width: 818px) {
  #header .header_item .logo_item .com_logo {
    max-width: 122px;
  }
}
#header .header_item .logo_item .ins {
  margin-left: 10px;
  max-width: 160px;
  margin-top: 7px;
}
@media screen and (max-width: 818px) {
  #header .header_item .logo_item .ins {
    margin-left: 5px;
    margin-top: 5px;
    max-width: 102px;
  }
}
#header .header_item .logo_item .x {
  margin-left: 10px;
  max-width: 60px;
  margin-top: 7px;
}
@media screen and (max-width: 818px) {
  #header .header_item .logo_item .x {
    margin-left: 5px;
    margin-top: 2px;
    max-width: 38px;
  }
}
#header .header_item .logo_item .tiktok {
  margin-left: 10px;
  max-width: 118px;
  margin-top: 7px;
}
@media screen and (max-width: 818px) {
  #header .header_item .logo_item .tiktok {
    margin-left: 5px;
    margin-top: 2px;
    max-width: 76px;
  }
}
#header .header_item .logo_item .logo {
  margin: auto;
  display: block;
  position: absolute;
  z-index: 99;
}
#header .header_item .logo_item .logo h1 {
  display: flex;
  align-items: center;
}
#header .menu_item {
  align-items: center;
  justify-content: end;
  text-align: right;
  padding-left: 20px;
  margin: auto;
  margin-right: 0;
}
@media screen and (max-width: 818px) {
  #header .menu_item {
    width: auto;
  }
}
#header .menu_item #menu_list {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s, visibility 0.8s;
  z-index: -10;
  height: 100vh;
  width: 600px;
  padding: 80px 20px;
  position: fixed;
  top: 0;
  right: 0;
  text-align: left;
  background: rgba(9, 4, 5, 0.5);
  backdrop-filter: blur(10px);
  background-size: 100% 100%;
  overflow-x: hidden;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list {
    overflow: scroll;
    overflow-x: hidden;
    width: 100%;
  }
}
#header .menu_item #menu_list ul {
  max-width: 300px;
  margin: auto;
  width: 100%;
}
#header .menu_item #menu_list ul li {
  position: relative;
  transition: 0.3s;
}
#header .menu_item #menu_list ul li + li {
  margin-top: 40px;
}
#header .menu_item #menu_list ul li a {
  position: relative;
  z-index: 99999999999;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.01;
  letter-spacing: 0.04em;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list ul li a {
    text-align: center;
  }
}
#header .menu_item #menu_list ul li a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1 !important;
  cursor: pointer;
  color: #090405;
}
#header .menu_item #menu_list ul .p_btn {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.36px;
  padding-left: 50px;
  width: fit-content;
  margin: auto;
  margin-top: 40px;
}
#header .menu_item #menu_list ul .p_btn::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(../img/common/p_btn_icon.png) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
#header .menu_item #menu_list ul .dl_btn {
  margin-top: 10px;
}
#header .menu_item #menu_list ul .dl_btn a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 70px;
  border-radius: 70px;
  text-align: center;
  background: #ffffff;
  position: relative;
  padding-right: 20px;
}
#header .menu_item #menu_list ul .dl_btn a span {
  display: block;
  line-height: 70px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  background: linear-gradient(80deg, #7223F5 0%, #EA336F 53.5%, #F2AA3D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#header .menu_item #menu_list ul .dl_btn a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 2px;
  background: linear-gradient(75deg, #7223F5 0%, #EA336F 54%, #F2AA3D 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
#header .menu_item #menu_list ul .dl_btn a::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 27px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(../img/top/btn_g_icon.webp) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
#header .menu_item #menu_list ul .dl_btn a:hover {
  opacity: 1;
}
#header .menu_item #menu_list ul .dl_btn a:hover::before {
  right: 17px;
}
#header .menu_item #menu_list ul .dl {
  margin-top: 15px;
}
#header .menu_item #menu_list ul .dl a {
  line-height: 70px;
  background: #ffffff;
  color: #090405;
  display: block;
  position: relative;
  border-radius: 70px;
  border: 2px solid #090405;
  text-align: center;
  width: 100%;
  padding: 0 25px 0 0;
  font-weight: bold;
}
#header .menu_item #menu_list ul .dl a::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 27px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(../img/common/shi_btn_icon.png) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
#header .menu_item #menu_list ul .dl a:hover::after {
  right: 17px;
}
#header .menu_item #menu_list ul .m_t_500 {
  margin-top: 50px;
}
#header .menu_item #menu_list ul .contact {
  margin-top: 40px;
}
#header .menu_item #menu_list ul .contact a {
  line-height: 70px;
  color: #ffffff;
  display: block;
  position: relative;
  border-radius: 70px;
  background: linear-gradient(96deg, #7223F5 0%, #EA336F 53.5%, #F2AA3D 100%);
  text-align: center;
  width: 100%;
  padding: 0 25px 0 0;
  font-weight: bold;
}
#header .menu_item #menu_list ul .contact a::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 27px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(../img/common/btn_icon_w.webp) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
#header .menu_item #menu_list ul .contact a:hover {
  color: #ffffff;
  opacity: 1;
}
#header .menu_item #menu_list ul .contact a:hover::after {
  right: 17px;
}
#header .menu_item #menu_list ul .big_box {
  padding-bottom: 16px;
}
#header .menu_item .menu_show {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 9999 !important;
}
#header #menuBtn {
  background: #090405;
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999;
}
@media screen and (max-width: 818px) {
  #header #menuBtn {
    width: 50px;
    height: 50px;
  }
}
#header #menuBtn span {
  display: block;
  background: #ffffff;
  width: 38px;
  border-radius: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 818px) {
  #header #menuBtn span {
    width: 24px;
    border-radius: 2px;
    height: 2px;
  }
}
#header #menuBtn span:nth-child(1) {
  bottom: 28px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  #header #menuBtn span:nth-child(1) {
    bottom: 16px;
  }
}
#header #menuBtn span:nth-child(2) {
  bottom: 40px;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  #header #menuBtn span:nth-child(2) {
    bottom: 24px;
  }
}
#header #menuBtn span:nth-child(3) {
  bottom: 52px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  #header #menuBtn span:nth-child(3) {
    bottom: 32px;
  }
}
#header #menuBtn.isOpen span:not(.txt):nth-child(1) {
  transform: translateY(-12px) rotate(-45deg);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  #header #menuBtn.isOpen span:not(.txt):nth-child(1) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
#header #menuBtn.isOpen span:not(.txt):nth-child(2) {
  opacity: 0;
  transition: 0.3s ease-in-out;
}
#header #menuBtn.isOpen span:not(.txt):nth-child(3) {
  transform: translateY(12px) rotate(45deg);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  #header #menuBtn.isOpen span:not(.txt):nth-child(3) {
    transform: translateY(8px) rotate(45deg);
  }
}
.breadmenu {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.01;
  margin-top: 20px;
  border-top: 0.5px solid #E6E6DF;
  border-bottom: 0.5px solid #E6E6DF;
  padding: 4px 0;
}
.breadmenu span {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.77;
  color: #969696;
}
.breadmenu p {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.77;
  color: #969696;
}
.breadmenu a {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.77;
  color: #090405;
  position: relative;
  padding-right: 11px;
}
.breadmenu a:hover {
  transition: 0.3s ease-in-out;
}
.breadmenu a::after {
  position: absolute;
  content: " - ";
  right: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background-size: 100% 100%;
}
.footer {
  background: #59585B;
  color: #ffffff;
}
.footer .inner {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media screen and (max-width: 818px) {
  .footer .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer .footer_top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 818px) {
  .footer .footer_top {
    display: block;
  }
}
@media screen and (max-width: 818px) {
  .footer .footer_top .f_logo_flex {
    display: flex !important;
  }
}
.footer .footer_top .f_logo {
  display: block;
  text-align: left;
  width: 45%;
}
@media screen and (max-width: 818px) {
  .footer .footer_top .f_logo {
    border-top: 1px solid #D9D9D9;
    margin: auto;
    width: 100%;
    text-align: center;
    justify-content: space-between;
    padding-top: 30px;
  }
}
.footer .footer_top .f_logo img {
  max-width: 119px;
}
@media screen and (max-width: 818px) {
  .footer .footer_top .f_logo img {
    max-width: 127px;
  }
}
.footer .footer_top .f_logo a {
  display: block;
}
@media screen and (max-width: 818px) {
  .footer .footer_top .f_logo a {
    width: 50%;
    padding-top: 5px;
    width: 140px;
    margin-left: 0;
    text-align: left;
  }
}
@media screen and (max-width: 340px) {
  .footer .footer_top .f_logo a img {
    width: 120px;
  }
}
.footer .footer_top .f_logo .f_txt {
  margin-top: 15px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.24px;
}
@media screen and (max-width: 818px) {
  .footer .footer_top .f_logo .f_txt {
    width: 50%;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 0;
  }
}
@media screen and (max-width: 340px) {
  .footer .footer_top .f_logo .f_txt {
    font-size: 11px;
  }
}
.footer .footer_top .link_list {
  width: 55%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 818px) {
  .footer .footer_top .link_list {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding-bottom: 30px;
    width: 100%;
    gap: 30px;
    column-gap: 0;
  }
}
@media screen and (max-width: 818px) {
  .footer .footer_top .link_list .list {
    width: 50%;
  }
}
.footer .footer_top .link_list .list a {
  display: block;
  text-align: left;
  width: 100%;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.28px;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 870px) {
  .footer .footer_top .link_list .list a {
    font-size: 12px;
  }
}
@media screen and (max-width: 818px) {
  .footer .footer_top .link_list .list a {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .footer .footer_top .link_list .list a {
    font-size: 12px;
  }
}
.footer .footer_top .link_list .list a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: #ffffff;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.footer .footer_top .link_list .list a + a {
  margin-top: 8px;
}
@media screen and (max-width: 818px) {
  .footer .footer_top .link_list .list a + a {
    margin-top: 5px;
  }
}
.footer .footer_top .link_list .list p {
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  color: #ffffff !important;
  letter-spacing: 1.6px;
  margin-bottom: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 818px) {
  .footer .footer_top .link_list .list p {
    margin-bottom: 13px;
  }
}
.footer .footer_bottom {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 818px) {
  .footer .footer_bottom {
    display: block;
    margin-top: 20px;
  }
}
.footer .footer_bottom .copy {
  text-align: right;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 818px) {
  .footer .footer_bottom .copy {
    text-align: center;
  }
}
.footer .footer_bottom .txt_item .img {
  max-width: 220px;
  margin-bottom: 5px;
}
@media screen and (max-width: 818px) {
  .footer .footer_bottom .txt_item .img {
    margin: auto;
    max-width: 150px;
    margin-bottom: 10px;
  }
}
.footer .footer_bottom .txt_item p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.24px;
}
@media screen and (max-width: 818px) {
  .footer .footer_bottom .txt_item p {
    text-align: center;
    margin-bottom: 40px;
  }
}
.gura_btn {
  color: #ffffff !important;
  background: linear-gradient(96deg, #7223F5 0%, #EA336F 53.5%, #F2AA3D 100%);
  line-height: 46px;
  text-align: center;
  max-width: 308px;
  width: 100%;
  border-radius: 46px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.32px;
  display: block;
}
.tiktok_btn {
  color: #ffffff !important;
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
  line-height: 46px;
  text-align: center;
  max-width: 308px;
  width: 100%;
  border-radius: 46px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.32px;
  display: block;
}
@media screen and (max-width: 818px) {
  .tiktok_btn {
    margin: auto;
  }
}
.ao_btn {
  color: #ffffff !important;
  background: #1C9BEF;
  line-height: 46px;
  text-align: center;
  max-width: 308px;
  width: 100%;
  border-radius: 46px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.32px;
  display: block;
}
.more_btn {
  line-height: 45px;
  border-radius: 45px;
  text-align: center;
  border: 1px solid #090405;
  color: #090405;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
  display: block;
  transition: 0.3s ease-in-out;
  max-width: 244px;
  margin: auto;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 818px) {
  .more_btn {
    margin-top: 20px;
  }
}
.more_btn:hover {
  background: #090405;
  border: 1px solid #090405;
  color: #ffffff;
  opacity: 1;
}
#page,
#page02 {
  background: url(../img/common/page_bg.webp) no-repeat top;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  #page,
  #page02 {
    background: url(../img/common/page_bg_sp.webp) no-repeat top;
    background-size: 100% 100%;
  }
}
#page .page_h2,
#page02 .page_h2 {
  padding-top: 80px;
  position: relative;
  height: 305px;
}
@media screen and (max-width: 818px) {
  #page .page_h2,
  #page02 .page_h2 {
    height: 180px;
  }
}
#page .page_h2 .ttl,
#page02 .page_h2 .ttl {
  position: relative;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 2.5px;
  text-align: center;
  line-height: 1.01;
  margin-top: 70px;
  display: block;
  z-index: 10;
}
@media screen and (max-width: 818px) {
  #page .page_h2 .ttl,
  #page02 .page_h2 .ttl {
    margin-top: 20px;
    font-size: 30px;
    letter-spacing: 1.5px;
  }
}
#page .page_h2::after,
#page02 .page_h2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 800px;
  left: 0;
  top: 80px;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
#page .page_content,
#page02 .page_content {
  position: relative;
  z-index: 20;
}
.sogo_cta .inner {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media screen and (max-width: 818px) {
  .sogo_cta .inner {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.sogo_cta .cta_item {
  border-radius: 10px;
  padding: 3px;
  background: linear-gradient(80deg, #7223F5 0%, #EA336F 53.5%, #F2AA3D 100%);
}
.sogo_cta .cta_item .cta_box {
  border-radius: 9px;
  display: flex;
  background: url(../img/common/sogo_cta_bg.webp) no-repeat bottom;
  background-size: 100% 100%;
  background-position-x: center;
}
@media screen and (max-width: 818px) {
  .sogo_cta .cta_item .cta_box {
    display: block;
    background: url(../img/common/sogo_cta_bg_sp.webp) no-repeat bottom;
    background-size: 100% 100%;
  }
}
.sogo_cta .cta_item .cta_box dt {
  width: 45%;
  padding: 30px 0 30px 30px;
  display: flex;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 818px) {
  .sogo_cta .cta_item .cta_box dt {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    width: 100%;
    padding-bottom: 10px;
    justify-content: center;
  }
}
.sogo_cta .cta_item .cta_box dt .txt {
  width: fit-content;
  text-align: left;
  font-size: 73px;
  font-weight: 900;
  line-height: 1.3;
  margin: auto;
  margin-right: 0;
}
@media screen and (max-width: 1120px) {
  .sogo_cta .cta_item .cta_box dt .txt {
    font-size: 6.5vw;
    margin-right: auto;
  }
}
@media screen and (max-width: 1020px) {
  .sogo_cta .cta_item .cta_box dt .txt {
    font-size: 6.2vw;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .sogo_cta .cta_item .cta_box dt .txt {
    font-size: 6vw;
    margin-right: auto;
  }
}
@media screen and (max-width: 818px) {
  .sogo_cta .cta_item .cta_box dt .txt {
    font-size: 48px;
  }
}
.sogo_cta .cta_item .cta_box dt .sns_list {
  margin: auto;
  display: flex;
  margin-top: 30px;
  gap: 10px;
  column-gap: 10px;
  flex-wrap: wrap;
  justify-content: left;
  width: fit-content;
  max-width: 440px;
}
@media screen and (max-width: 1120px) {
  .sogo_cta .cta_item .cta_box dt .sns_list {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 818px) {
  .sogo_cta .cta_item .cta_box dt .sns_list {
    justify-content: center;
    margin-top: 30px;
    gap: 9px;
    column-gap: 9px;
  }
}
.sogo_cta .cta_item .cta_box dt .sns_list a,
.sogo_cta .cta_item .cta_box dt .sns_list div {
  display: block;
  border-radius: 2px;
  line-height: 28px;
  padding: 0 10px;
  width: fit-content;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.15px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 818px) {
  .sogo_cta .cta_item .cta_box dt .sns_list a,
  .sogo_cta .cta_item .cta_box dt .sns_list div {
    letter-spacing: 0;
  }
}
.sogo_cta .cta_item .cta_box dt .sns_list .ins {
  background: linear-gradient(96deg, #7223F5 0%, #EA336F 53.5%, #F2AA3D 100%);
}
.sogo_cta .cta_item .cta_box dt .sns_list .x {
  background: #090405;
}
.sogo_cta .cta_item .cta_box dt .sns_list .tiktok {
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
}
.sogo_cta .cta_item .cta_box dt .sns_list .line {
  background: #22BA4F;
}
.sogo_cta .cta_item .cta_box dt .sns_list .youtube {
  background: #FF0000;
}
.sogo_cta .cta_item .cta_box dt .sns_list .r {
  background: #DCA6AE;
}
.sogo_cta .cta_item .cta_box dt .sns_list .a {
  background: #A5C9A2;
}
.sogo_cta .cta_item .cta_box dt .sns_list .d {
  background: #74CCF3;
}
.sogo_cta .cta_item .cta_box dt .btn_item {
  max-width: 440px;
  margin: auto;
  margin-right: 0;
  margin-top: 40px;
}
@media screen and (max-width: 1120px) {
  .sogo_cta .cta_item .cta_box dt .btn_item {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 818px) {
  .sogo_cta .cta_item .cta_box dt .btn_item {
    margin: auto;
    margin-top: 35px;
  }
}
.sogo_cta .cta_item .cta_box dt .btn_item .cta_dl_btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 56px;
  border-radius: 70px;
  text-align: center;
  background: #ffffff;
  position: relative;
}
@media screen and (max-width: 818px) {
  .sogo_cta .cta_item .cta_box dt .btn_item .cta_dl_btn {
    line-height: 45px;
  }
}
.sogo_cta .cta_item .cta_box dt .btn_item .cta_dl_btn span {
  display: block;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  background: linear-gradient(80deg, #7223F5 0%, #EA336F 53.5%, #F2AA3D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 2px;
  padding-bottom: 2px;
}
@media screen and (max-width: 818px) {
  .sogo_cta .cta_item .cta_box dt .btn_item .cta_dl_btn span {
    line-height: 49px;
    font-size: 16px;
  }
}
.sogo_cta .cta_item .cta_box dt .btn_item .cta_dl_btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 2px;
  background: linear-gradient(75deg, #7223F5 0%, #EA336F 54%, #F2AA3D 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.sogo_cta .cta_item .cta_box dt .btn_item .cta_dl_btn span {
  width: 100%;
  display: block;
  max-width: 225px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 818px) {
  .sogo_cta .cta_item .cta_box dt .btn_item .cta_dl_btn span {
    padding-right: 21px;
    max-width: fit-content;
  }
}
.sogo_cta .cta_item .cta_box dt .btn_item .cta_dl_btn span::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(../img/top/btn_g_icon.webp) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .sogo_cta .cta_item .cta_box dt .btn_item .cta_dl_btn span::before {
    width: 15px;
    height: 15px;
  }
}
.sogo_cta .cta_item .cta_box dt .btn_item .cta_dl_btn:hover {
  opacity: 1;
}
.sogo_cta .cta_item .cta_box dt .btn_item .cta_dl_btn:hover span::before {
  right: -10px;
}
.sogo_cta .cta_item .cta_box dt .btn_item .cta_c_btn {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 56px;
  border-radius: 70px;
  background: linear-gradient(96deg, #7223F5 0%, #EA336F 53.5%, #F2AA3D 100%);
  color: #ffffff;
  position: relative;
  margin-top: 5px;
  padding: 2px 0;
}
@media screen and (max-width: 818px) {
  .sogo_cta .cta_item .cta_box dt .btn_item .cta_c_btn {
    line-height: 45px;
  }
}
.sogo_cta .cta_item .cta_box dt .btn_item .cta_c_btn span {
  width: 100%;
  display: block;
  max-width: 225px;
  margin: auto;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 818px) {
  .sogo_cta .cta_item .cta_box dt .btn_item .cta_c_btn span {
    padding-right: 21px;
    max-width: fit-content;
    font-size: 16px;
  }
}
.sogo_cta .cta_item .cta_box dt .btn_item .cta_c_btn span::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(../img/top/btn_w_icon.webp) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .sogo_cta .cta_item .cta_box dt .btn_item .cta_c_btn span::before {
    width: 15px;
    height: 15px;
  }
}
.sogo_cta .cta_item .cta_box dt .btn_item .cta_c_btn:hover {
  opacity: 1;
}
.sogo_cta .cta_item .cta_box dt .btn_item .cta_c_btn:hover span::before {
  right: -10px;
}
.sogo_cta .cta_item .cta_box dd {
  border-radius: 0 9px 9px 0;
  width: 55%;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 818px) {
  .sogo_cta .cta_item .cta_box dd {
    justify-content: center;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 818px) {
  .sogo_cta .cta_item .cta_box dd {
    width: 100%;
  }
}
.sogo_cta .cta_item .cta_box dd img {
  border-radius: 0 9px 9px 0;
}
@media screen and (max-width: 818px) {
  .sogo_cta .cta_item .cta_box dd img {
    max-width: 305px;
    margin: absolute;
  }
}
.sogo_cta02 .inner {
  padding-bottom: 80px;
}
@media screen and (max-width: 818px) {
  .sogo_cta02 .inner {
    padding-bottom: 60px;
  }
}
.sogo_cta02 .cta_item {
  border-radius: 10px;
  padding: 3px;
  background: linear-gradient(80deg, #7223F5 0%, #EA336F 53.5%, #F2AA3D 100%);
}
.sogo_cta02 .cta_item .cta_box {
  border-radius: 9px;
  display: flex;
  flex-direction: row-reverse;
  background: url(../img/common/cta02_bg.jpg) no-repeat bottom;
  background-size: 100% 100%;
  background-position-x: center;
}
@media screen and (max-width: 818px) {
  .sogo_cta02 .cta_item .cta_box {
    display: block;
    background: url(../img/common/cta02_bg_sp.jpg) no-repeat bottom;
    background-size: 100% 100%;
  }
}
.sogo_cta02 .cta_item .cta_box dt {
  width: 58.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1120px) {
  .sogo_cta02 .cta_item .cta_box dt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 818px) {
  .sogo_cta02 .cta_item .cta_box dt {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 45px;
    width: 100%;
    padding-bottom: 20px;
    justify-content: center;
  }
}
.sogo_cta02 .cta_item .cta_box dt .txt {
  width: fit-content;
  text-align: left;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 4.5px;
  margin: auto;
}
@media screen and (max-width: 1120px) {
  .sogo_cta02 .cta_item .cta_box dt .txt {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 1020px) {
  .sogo_cta02 .cta_item .cta_box dt .txt {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 900px) {
  .sogo_cta02 .cta_item .cta_box dt .txt {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 818px) {
  .sogo_cta02 .cta_item .cta_box dt .txt {
    font-size: 30px;
    letter-spacing: 3px;
    text-align: center;
  }
}
.sogo_cta02 .cta_item .cta_box dt .sns_list {
  display: flex;
  margin-top: 30px;
  gap: 10px;
  column-gap: 10px;
  flex-wrap: wrap;
  justify-content: left;
  width: fit-content;
  max-width: 500px;
}
@media screen and (max-width: 1120px) {
  .sogo_cta02 .cta_item .cta_box dt .sns_list {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 818px) {
  .sogo_cta02 .cta_item .cta_box dt .sns_list {
    justify-content: center;
    margin-top: 30px;
    gap: 9px;
    column-gap: 9px;
  }
}
.sogo_cta02 .cta_item .cta_box dt .sns_list div,
.sogo_cta02 .cta_item .cta_box dt .sns_list a {
  display: block;
  border-radius: 2px;
  line-height: 28px;
  padding: 0 10px;
  width: fit-content;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.15px;
}
@media screen and (max-width: 818px) {
  .sogo_cta02 .cta_item .cta_box dt .sns_list div,
  .sogo_cta02 .cta_item .cta_box dt .sns_list a {
    letter-spacing: 0;
    font-size: 13px;
  }
}
.sogo_cta02 .cta_item .cta_box dt .sns_list .ins {
  background: linear-gradient(96deg, #7223F5 0%, #EA336F 53.5%, #F2AA3D 100%);
}
.sogo_cta02 .cta_item .cta_box dt .sns_list .x {
  background: #090405;
}
.sogo_cta02 .cta_item .cta_box dt .sns_list .tiktok {
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
}
.sogo_cta02 .cta_item .cta_box dt .sns_list .line {
  background: #22BA4F;
}
.sogo_cta02 .cta_item .cta_box dt .sns_list .youtube {
  background: #FF0000;
}
.sogo_cta02 .cta_item .cta_box dt .sns_list .r {
  background: #DCA6AE;
}
.sogo_cta02 .cta_item .cta_box dt .sns_list .a {
  background: #A5C9A2;
}
.sogo_cta02 .cta_item .cta_box dt .sns_list .d {
  background: #74CCF3;
}
.sogo_cta02 .cta_item .cta_box dt .btn_item {
  max-width: 440px;
  margin: auto;
  margin-left: 0;
  margin-top: 10px;
}
@media screen and (max-width: 818px) {
  .sogo_cta02 .cta_item .cta_box dt .btn_item {
    margin: auto;
    margin-top: 22px;
  }
}
.sogo_cta02 .cta_item .cta_box dt .btn_item .cta_c_btn {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 56px;
  border-radius: 70px;
  background: linear-gradient(96deg, #7223F5 0%, #EA336F 53.5%, #F2AA3D 100%);
  color: #ffffff;
  position: relative;
  padding: 2px 0;
}
@media screen and (max-width: 818px) {
  .sogo_cta02 .cta_item .cta_box dt .btn_item .cta_c_btn {
    line-height: 45px;
  }
}
.sogo_cta02 .cta_item .cta_box dt .btn_item .cta_c_btn span {
  width: 100%;
  display: block;
  max-width: 277px;
  margin: auto;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 818px) {
  .sogo_cta02 .cta_item .cta_box dt .btn_item .cta_c_btn span {
    padding-right: 21px;
    max-width: fit-content;
    font-size: 16px;
  }
}
.sogo_cta02 .cta_item .cta_box dt .btn_item .cta_c_btn span::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(../img/top/btn_w_icon.webp) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .sogo_cta02 .cta_item .cta_box dt .btn_item .cta_c_btn span::before {
    width: 15px;
    height: 15px;
  }
}
.sogo_cta02 .cta_item .cta_box dt .btn_item .cta_c_btn:hover {
  opacity: 1;
}
.sogo_cta02 .cta_item .cta_box dt .btn_item .cta_c_btn:hover span::before {
  right: -10px;
}
.sogo_cta02 .cta_item .cta_box dd {
  border-radius: 9px 0 0 9px;
  width: 41.5%;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 818px) {
  .sogo_cta02 .cta_item .cta_box dd {
    justify-content: center;
    width: 100%;
  }
}
.sogo_cta02 .cta_item .cta_box dd img {
  border-radius: 9px 0 0 9px;
}
@media screen and (max-width: 818px) {
  .sogo_cta02 .cta_item .cta_box dd img {
    border-radius: 0 0 9px 9px;
    margin: absolute;
  }
}
.wp-pagenavi {
  margin: auto;
  margin-top: 90px;
  display: flex;
  width: fit-content;
}
@media screen and (max-width: 818px) {
  .wp-pagenavi {
    margin-top: 50px;
  }
}
.wp-pagenavi .wp-pagenavi {
  align-items: center;
  display: flex;
  justify-content: center;
}
.wp-pagenavi .page {
  color: #898989;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.9px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  margin-left: 0;
  margin-right: 0;
  border: none !important;
}
.wp-pagenavi .current {
  color: #090405;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.9px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  margin-left: 0;
  margin-right: 0;
  border: 2px solid #090405 !important;
}
.wp-pagenavi .previouspostslink {
  display: block;
  border-radius: 100%;
  position: relative;
  width: 45px;
  height: 45px;
  font-size: 0;
  border: none !important;
}
.wp-pagenavi .previouspostslink::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 4px;
  left: calc(50% - 5.5px);
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/page_l.webp) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.wp-pagenavi .nextpostslink {
  position: relative;
  border-radius: 100%;
  display: block;
  width: 45px;
  height: 45px;
  font-size: 0;
  border: none !important;
}
.wp-pagenavi .nextpostslink::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 4px;
  left: calc(50% - 5.5px);
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/page_r.webp) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.s_s_txt {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.copy {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 818px) {
  .copy {
    padding-bottom: 40px;
  }
}
.copy span {
  position: relative;
  z-index: 10;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
}
.copy::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0.2;
  background: linear-gradient(96deg, #7223F5 0%, #EA336F 53.5%, #F2AA3D 100%);
}
.slide_box {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 818px) {
  .slide_box {
    padding-bottom: 15px !important;
  }
}
.slide_box .slide_b_txt {
  margin-top: 15px;
}
@media screen and (max-width: 818px) {
  .slide_box .slide_b_txt {
    margin-top: 10px;
  }
}
.slide_box .slide_b_txt .inner {
  text-align: right;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.24px;
}
@media screen and (max-width: 818px) {
  .slide_box .slide_b_txt .inner {
    font-size: 8px;
    letter-spacing: 0.16px;
  }
}
.commingsoon {
  position: relative;
}
.commingsoon::after {
  position: absolute;
  content: "COMING SOON";
  font-size: 20px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: rgba(137, 137, 137, 0.9);
}
.mv {
  background: url(../img/top/mv_bg.webp) no-repeat bottom;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  .mv .big_ttl {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .mv .small_ttl {
    width: fit-content;
  }
  .mv .small_ttl,
  .mv .icon_list,
  .mv .sub_icon_list {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 818px) {
  .mv {
    background: url(../img/top/mv_bg_sp.webp) no-repeat bottom;
    background-size: cover;
  }
}
.mv .mv_item {
  position: relative !important;
}
@media screen and (max-width: 850px) {
  .mv .mv_item {
    position: relative !important;
  }
}
@media screen and (max-width: 818px) {
  .mv .mv_item {
    position: relative !important;
  }
}
.mv .inner {
  display: flex !important;
}
@media screen and (max-width: 1280px) {
  .mv .inner {
    padding-right: 0;
  }
}
@media screen and (max-width: 850px) {
  .mv .inner {
    display: block !important;
  }
}
@media screen and (max-width: 818px) {
  .mv .inner {
    display: block !important;
  }
}
.mv .ttl_item {
  width: 589px !important;
}
@media screen and (max-width: 850px) {
  .mv .ttl_item {
    width: 100% !important;
  }
}
@media screen and (max-width: 818px) {
  .mv .ttl_item {
    width: 100% !important;
  }
}
.mv .slide_mv {
  padding-top: 70px;
  width: calc(100% - 589px);
  position: relative;
}
@media screen and (max-width: 1280px) {
  .mv .slide_mv {
    justify-content: left;
  }
}
@media screen and (max-width: 850px) {
  .mv .slide_mv {
    width: 100%;
  }
}
@media screen and (max-width: 818px) {
  .mv .slide_mv {
    width: 100%;
    padding-top: 20px;
  }
}
.mv .slide_mv img {
  max-width: 449px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1280px) {
  .mv .slide_mv {
    padding-left: 0;
  }
}
@media screen and (max-width: 818px) {
  .mv .slide_mv {
    padding-left: 10px;
    padding-right: 60px;
  }
}
.mv .slide_mv::after {
  position: absolute;
  content: "";
  width: 48%;
  height: 600px;
  right: -10%;
  bottom: -20px;
  z-index: 10;
  background: url(../img/top/mv_after_man.png) no-repeat bottom;
  background-size: 100% auto;
  transition: 0.3s ease-in-out;
  max-width: 309px;
}
@media screen and (max-width: 1280px) {
  .mv .slide_mv::after {
    right: 0;
  }
}
@media screen and (max-width: 818px) {
  .mv .slide_mv::after {
    width: 43%;
    right: 4%;
  }
}
@media screen and (max-width: 1380px) {
  .mv .mv_bg {
    height: 800px !important;
    object-fit: cover;
  }
  .mv .mv_bg img {
    width: 100%;
    height: 100%;
    object-position: 80% !important;
  }
}
@media screen and (max-width: 850px) {
  .mv .mv_bg {
    height: auto !important;
    min-height: auto !important;
  }
}
@media screen and (max-width: 818px) {
  .mv .sub_icon_list {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 818px) {
  .s_s_txt {
    text-align: left;
    padding-left: 20px;
  }
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .q_txt {
    font-size: 17px !important;
    letter-spacing: -0.5px !important;
  }
}
.service .more {
  padding-left: 20px;
  display: block;
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.6px;
  font-weight: 500;
  position: relative;
  width: fit-content;
  padding-bottom: 5px;
  padding-right: 38px;
  margin: auto;
  margin-top: 15px;
}
@media screen and (max-width: 818px) {
  .service .more {
    margin-left: 0;
  }
}
.service .more::after {
  position: absolute;
  content: "";
  width: 251px;
  height: 15px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url(../img/top/point_btn02.png) no-repeat top;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .sogo_cta02 .cta_item .cta_box dt .sns_list,
  .sogo_cta .cta_item .cta_box dt .sns_list {
    margin-top: 1vw;
    gap: 5px;
  }
  .sogo_cta02 .cta_item .cta_box dt .sns_list a,
  .sogo_cta .cta_item .cta_box dt .sns_list a {
    font-size: 12px;
    line-height: 24px;
  }
}
@media screen and (max-width: 818px) {
  .sogo_cta02 .cta_item .cta_box dt .sns_list,
  .sogo_cta .cta_item .cta_box dt .sns_list {
    margin-top: 2vw;
  }
}
.service_slide {
  position: relative;
}
.service_slide .swiper-button-next-service {
  z-index: 50;
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 21.3%;
}
@media screen and (max-width: 818px) {
  .service_slide .swiper-button-next-service {
    top: 43%;
    right: 7%;
  }
}
.service_slide .swiper-button-next-service img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 818px) {
  .service_slide .swiper-button-next-service img {
    width: 30px;
    height: 30px;
  }
}
.service_slide .swiper-button-prev-service {
  z-index: 50;
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 21.3%;
}
@media screen and (max-width: 818px) {
  .service_slide .swiper-button-prev-service {
    top: 43%;
    left: 7%;
  }
}
.service_slide .swiper-button-prev-service img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 818px) {
  .service_slide .swiper-button-prev-service img {
    width: 30px;
    height: 30px;
  }
}
