@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
@font-face {
  font-family: 'Garamond Premier Pro ';
  src: url('../fonts/AGaramondPro-Bold.otf') format('opentype'), url('../fonts/AGaramondPro-BoldItalic.otf') format('opentype'), url('../fonts/AGaramondPro-Italic.otf') format('opentype'), url('../fonts/AGaramondPro-Regular.otf') format('opentype');
}
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
#wpadminbar {
  display: none !important;
  z-index: 9999999 !important;
}
html {
  color: #CB6DC7;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0 !important;
}
body {
  margin: 0;
  color: #222222;
  background: #ffffff;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 850px) {
  body {
    font-size: 12px;
    line-height: 1.666;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  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;
  line-height: 180%;
}
@media screen and (max-width: 850px) {
  p {
    line-height: 160%;
  }
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #CB6DC7;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}
a:link,
a:visited {
  color: #CB6DC7;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
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 {
  font-size: 12px;
  font-weight: normal;
  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;
}
dd {
  margin-inline-start: 0;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 850px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 12px;
  }
  #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;
  }
}
@media screen and (min-width: 850px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.8;
    transition: 0.3s ease-in-out;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  top: auto !important;
}
button {
  outline: none;
}
.inner {
  max-width: 1340px;
  width: 100%;
  margin: auto;
  padding-top: 90px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .inner {
    padding: 46px 20px 0 20px;
  }
}
/*------------------------------------------------------------------------------
    フェードインのCSS
------------------------------------------------------------------------------*/
.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%;
  max-width: 1340px;
  height: 125px;
  padding: 0 20px;
}
@media screen and (max-width: 850px) {
  #header .header_item {
    background: none;
    align-items: center;
    justify-content: center;
    width: auto;
    display: flex;
    height: 70px;
    width: 100%;
    padding: 0 20px 0 18px;
  }
}
#header .header_item .logo_item {
  display: flex;
  align-items: center;
}
#header .header_item .logo_item img {
  max-width: 327px;
}
@media screen and (max-width: 1100px) {
  #header .header_item .logo_item img {
    max-width: 280px;
  }
}
@media screen and (max-width: 900px) {
  #header .header_item .logo_item img {
    max-width: 240px;
  }
}
@media screen and (max-width: 850px) {
  #header .header_item .logo_item img {
    max-width: 192px;
  }
}
#header .header_item .logo_item .logo {
  margin: auto;
  display: block;
  position: absolute;
}
@media screen and (max-width: 850px) {
  #header .header_item .logo_item .logo {
    margin: auto;
    margin-left: 0;
    z-index: 999999999;
  }
}
#header .header_item .logo_item .txt_w h1 {
  transition: 0.3s ease-in-out;
}
#header .header_item .logo_item .txt_g h1 {
  transition: 0.3s ease-in-out;
}
#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: 850px) {
  #header .menu_item {
    width: auto;
  }
}
@media screen and (max-width: 850px) {
  #header .menu_item .navli {
    height: auto !important;
  }
}
#header .menu_item #menu_list {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 110px;
}
#header .menu_item #menu_list li {
  position: relative;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list li {
    display: block;
  }
}
#header .menu_item #menu_list li + li {
  margin-left: 40px;
}
@media screen and (max-width: 1100px) {
  #header .menu_item #menu_list li + li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list li + li {
    margin-left: auto;
  }
}
#header .menu_item #menu_list li:last-child {
  margin-left: 30px;
}
@media screen and (max-width: 1100px) {
  #header .menu_item #menu_list li:last-child {
    margin-left: 15px;
  }
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list li:last-child {
    margin-left: auto;
  }
}
#header .menu_item #menu_list li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  color: #222222;
  position: relative;
  transition: 0.3s ease-in-out;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #header .menu_item #menu_list li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list li a {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
  }
}
#header .menu_item #menu_list li a:hover {
  opacity: 1;
  transition: 0.3s ease-in-out;
  display: inline-block;
  background: linear-gradient(90deg, #CB6DC7 0%, #843FF5 100%);
  background: -webkit-linear-gradient(0deg, #CB6DC7 0%, #843FF5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list li a:hover {
    color: #ffffff;
  }
}
#header .menu_item #menu_list li a span {
  display: block;
  color: #CB6DC7;
  font-size: 12px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list li a span {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list {
    display: none;
    height: 100vh;
    width: 100%;
    padding: 110px 20px 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    overflow: scroll;
    text-align: center;
    background: linear-gradient(180deg, #CB6DC7 0%, #843FF5 100%);
  }
  #header .menu_item #menu_list li {
    width: 100%;
    margin: auto;
    position: relative;
  }
  #header .menu_item #menu_list li + li {
    margin-top: 35px;
  }
}
#header .menu_item #menu_list .contact {
  width: fit-content;
}
#header .menu_item #menu_list .contact a {
  border-radius: 60px;
  transition: 0.3s ease-in-out;
  padding: 13px 74px 13px 26px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  font-family: "Garamond Premier Pro", serif;
  display: block;
  color: #363636;
  border: 1px solid #707070;
  width: fit-content;
}
@media screen and (max-width: 1100px) {
  #header .menu_item #menu_list .contact a {
    font-size: 13px;
  }
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list .contact a {
    font-size: 13px;
    border: 1px solid #ffffff;
    color: #ffffff;
  }
}
#header .menu_item #menu_list .contact a::after {
  position: absolute;
  content: "";
  width: 17.5px;
  height: 11.6px;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/header_mail.svg) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list .contact a::after {
    background: url(../img/common/header_mail_on.svg) no-repeat center / contain;
  }
}
#header .menu_item #menu_list .contact a:hover {
  background: #363636;
  color: #ffffff !important;
  display: block;
  -webkit-text-fill-color: aliceblue;
}
#header .menu_item #menu_list .contact a:hover::after {
  background: url(../img/common/header_mail_on.svg) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 850px) {
  #header #menuBtn {
    width: 40px;
    height: 16px;
    position: fixed;
    right: 20px;
    top: 27px;
    z-index: 9999999;
    border-radius: 100%;
  }
  #header #menuBtn span {
    display: block;
    background: #707070;
    width: 40px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  #header #menuBtn span:nth-child(1) {
    bottom: 14px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn span:nth-child(2) {
    display: none;
    bottom: 7.5px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn span:nth-child(3) {
    bottom: 0px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
    bottom: 16px;
    background: #ffffff;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(2) {
    display: none;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(3) {
    transform: translateY(-6px) rotate(45deg);
    transition: 0.3s ease-in-out;
    background: #ffffff;
  }
}
#header_p {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  align-items: center;
  display: flex;
}
#header_p .header_item {
  display: flex;
  position: relative;
  align-items: center;
  margin: auto;
  width: 100%;
  max-width: 1340px;
  height: 140px;
  padding: 0 20px;
}
@media screen and (max-width: 850px) {
  #header_p .header_item {
    background: none;
    align-items: center;
    justify-content: center;
    width: auto;
    display: flex;
    height: 70px;
    width: 100%;
    padding: 0 20px 0 18px;
  }
}
#header_p .header_item .logo_item {
  display: flex;
  align-items: center;
}
#header_p .header_item .logo_item img {
  max-width: 70px;
}
@media screen and (max-width: 850px) {
  #header_p .header_item .logo_item img {
    max-width: 40px;
  }
}
#header_p .header_item .logo_item .logo {
  margin: auto;
  display: block;
  position: absolute;
}
@media screen and (max-width: 850px) {
  #header_p .header_item .logo_item .logo {
    margin: auto;
    margin-left: 0;
    z-index: 999999999;
  }
}
#header_p .header_item .logo_item .txt_w h1 {
  transition: 0.3s ease-in-out;
}
#header_p .header_item .logo_item .txt_g h1 {
  transition: 0.3s ease-in-out;
}
#header_p #menuBtn_p {
  width: 50px;
  height: 24px;
  position: fixed;
  right: 32px;
  cursor: pointer;
  top: 32px;
  z-index: 9999999;
  border-radius: 100%;
}
@media screen and (max-width: 850px) {
  #header_p #menuBtn_p {
    width: 40px;
    top: 14px;
    right: 20px;
  }
}
#header_p #menuBtn_p .menu_t {
  padding-top: 28px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 850px) {
  #header_p #menuBtn_p .menu_t {
    padding-top: 30px;
    font-size: 12px;
  }
}
#header_p #menuBtn_p span {
  display: block;
  background: #080808;
  width: 50px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 850px) {
  #header_p #menuBtn_p span {
    width: 40px;
    height: 1px;
  }
}
#header_p #menuBtn_p span:nth-child(1) {
  bottom: 24px;
  transition: 0.3s ease-in-out;
}
#header_p #menuBtn_p span:nth-child(2) {
  bottom: 12px;
  transition: 0.3s ease-in-out;
}
#header_p #menuBtn_p span:nth-child(3) {
  bottom: 0px;
  transition: 0.3s ease-in-out;
}
#header_p #menuBtn_p.isOpen span:not(.txt):nth-child(1) {
  transform: translateY(8px) rotate(-45deg);
  bottom: 16px;
}
#header_p #menuBtn_p.isOpen span:not(.txt):nth-child(2) {
  display: none;
  transition: 0.3s ease-in-out;
}
#header_p #menuBtn_p.isOpen span:not(.txt):nth-child(3) {
  transform: translateY(-6px) rotate(45deg);
  transition: 0.3s ease-in-out;
}
#header_p .menu_item {
  align-items: center;
  justify-content: end;
  text-align: right;
  padding-left: 20px;
  margin: auto;
  margin-right: 0;
}
@media screen and (max-width: 850px) {
  #header_p .menu_item {
    width: auto;
  }
}
@media screen and (max-width: 850px) {
  #header_p .menu_item .navli {
    height: auto !important;
  }
}
#header_p .menu_item #menu_list_p {
  display: none;
  justify-content: end;
  align-items: center;
  height: 100vh;
  width: 100%;
  padding: 110px 20px 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: scroll;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
}
#header_p .menu_item #menu_list_p li {
  width: 100%;
  margin: auto;
  position: relative;
  justify-content: center;
}
#header_p .menu_item #menu_list_p li + li {
  margin-top: 35px;
}
#header_p .menu_item #menu_list_p li {
  position: relative;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 850px) {
  #header_p .menu_item #menu_list_p li {
    display: block;
  }
}
#header_p .menu_item #menu_list_p li + li {
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  #header_p .menu_item #menu_list_p li + li {
    margin-left: auto;
  }
}
@media screen and (max-width: 850px) {
  #header_p .menu_item #menu_list_p li + li {
    margin-left: auto;
  }
}
#header_p .menu_item #menu_list_p li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  color: #222222;
  position: relative;
  transition: 0.3s ease-in-out;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #header_p .menu_item #menu_list_p li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 850px) {
  #header_p .menu_item #menu_list_p li a {
    font-size: 12px;
    font-weight: 500;
  }
}
#header_p .menu_item #menu_list_p .contact {
  margin: auto;
  width: fit-content;
  margin-top: 20px;
}
#header_p .menu_item #menu_list_p .contact a {
  border-radius: 60px;
  transition: 0.3s ease-in-out;
  padding: 13px 74px 13px 26px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  display: block;
  color: #363636;
  border: 1px solid #707070;
  width: fit-content;
}
@media screen and (max-width: 1100px) {
  #header_p .menu_item #menu_list_p .contact a {
    font-size: 13px;
  }
}
@media screen and (max-width: 850px) {
  #header_p .menu_item #menu_list_p .contact a {
    font-size: 13px;
  }
}
#header_p .menu_item #menu_list_p .contact a::after {
  position: absolute;
  content: "";
  width: 17.5px;
  height: 11.6px;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/header_mail.svg) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
#header_p .menu_item #menu_list_p .contact a:hover {
  background: #363636;
  color: #ffffff !important;
  display: block;
  -webkit-text-fill-color: aliceblue;
}
#header_p .menu_item #menu_list_p .contact a:hover::after {
  background: url(../img/common/header_mail_on.svg) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 850px) {
  #header_p #menuBtn {
    width: 40px;
    height: 16px;
    position: fixed;
    right: 20px;
    top: 27px;
    z-index: 9999999;
    border-radius: 100%;
  }
  #header_p #menuBtn span {
    display: block;
    background: #707070;
    width: 40px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  #header_p #menuBtn span:nth-child(1) {
    bottom: 14px;
    transition: 0.3s ease-in-out;
  }
  #header_p #menuBtn span:nth-child(2) {
    display: none;
    bottom: 7.5px;
    transition: 0.3s ease-in-out;
  }
  #header_p #menuBtn span:nth-child(3) {
    bottom: 0px;
    transition: 0.3s ease-in-out;
  }
  #header_p #menuBtn.isOpen span:not(.txt):nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
    bottom: 16px;
    background: #707070;
  }
  #header_p #menuBtn.isOpen span:not(.txt):nth-child(2) {
    display: none;
    transition: 0.3s ease-in-out;
  }
  #header_p #menuBtn.isOpen span:not(.txt):nth-child(3) {
    transform: translateY(-6px) rotate(45deg);
    transition: 0.3s ease-in-out;
    background: #707070;
  }
}
html {
  margin-top: 0 !important;
}
#contact .inner {
  padding-top: 110px;
  max-width: 1230px;
  padding-bottom: 110px;
}
@media screen and (max-width: 850px) {
  #contact .inner {
    padding-bottom: 55px;
    padding-top: 55px;
    padding-left: 0;
    padding-right: 0;
  }
}
#contact .sub_ttl {
  position: relative;
  text-align: center;
  width: fit-content;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #030303;
  margin: auto;
}
@media screen and (max-width: 850px) {
  #contact .sub_ttl {
    font-size: 13px;
    letter-spacing: 0;
  }
}
#contact .sub_ttl span {
  padding-bottom: 10px;
  display: block;
}
@media screen and (max-width: 850px) {
  #contact .sub_ttl span {
    padding-bottom: 5px;
  }
}
#contact .sub_ttl::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 33px;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/top/contact_l.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 850px) {
  #contact .sub_ttl::after {
    width: 20px;
    height: 23px;
    left: -32px;
  }
}
#contact .sub_ttl::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 33px;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/top/contact_r.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 850px) {
  #contact .sub_ttl::before {
    width: 20px;
    height: 23px;
    right: -32px;
  }
}
#contact .contact_ttl {
  font-size: 51px;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 10px;
  line-height: 100%;
}
@media screen and (max-width: 850px) {
  #contact .contact_ttl {
    font-size: 34px;
    margin-top: 20px;
  }
}
#contact .contact_btn_line_item {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  #contact .contact_btn_line_item {
    margin-top: 10px;
  }
}
@media screen and (max-width: 850px) {
  #contact .contact_btn_line_item {
    margin-top: 20px;
  }
}
#contact .contact_btn_line_item::after {
  position: absolute;
  content: "";
  width: 77px;
  height: 10px;
  right: 25px;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/top/contact_after.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 850px) {
  #contact .contact_btn_line_item::after {
    width: 36px;
    height: 7px;
    right: 16px;
  }
}
#contact .contact_btn_line_item:hover::after {
  background: url(../img/top/contact_after_on.png) no-repeat center / contain;
  right: -35px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 850px) {
  #contact .contact_btn_line_item:hover::after {
    right: -12px;
  }
}
#contact .contact_btn_line_item .contact_btn_line {
  display: block;
  position: relative;
  overflow: hidden;
  background: #000;
}
#contact .contact_btn_line_item .contact_btn_line span {
  display: block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 100%;
  text-align: center;
  padding: 30px 25px;
  color: #fff;
  border: 1px solid #030303;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  #contact .contact_btn_line_item .contact_btn_line span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #contact .contact_btn_line_item .contact_btn_line span {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 850px) {
  #contact .contact_btn_line_item .contact_btn_line span {
    text-align: center;
    font-size: 18px;
    padding: 15px 25px;
  }
}
#contact .contact_btn_line_item .contact_btn_line::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: #fff;
  content: '';
  position: absolute;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
#contact .contact_btn_line_item .contact_btn_line:hover {
  opacity: 1;
  color: #000;
  transition: 0.3s ease-in-out;
}
#contact .contact_btn_line_item .contact_btn_line:hover span {
  color: #000;
  transition: 0.3s ease-in-out;
}
#contact .contact_btn_line_item .contact_btn_line:hover::after {
  left: 0;
  transition: 0.3s ease-in-out;
}
#contact .tel {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 100%;
  margin-top: 35px;
  text-align: left;
  color: #030303;
  display: block;
}
@media screen and (max-width: 1240px) {
  #contact .tel {
    font-size: 46px;
  }
}
@media screen and (max-width: 1024px) {
  #contact .tel {
    margin-top: 20px;
    font-size: 40px;
  }
}
@media screen and (max-width: 850px) {
  #contact .tel {
    text-align: center;
    margin-top: 25px;
    font-size: 30px;
  }
}
#contact .txt {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.1;
  color: #030303;
  margin-top: 5px;
  line-height: 100%;
}
@media screen and (max-width: 850px) {
  #contact .txt {
    text-align: center;
    font-size: 13px;
  }
}
#contact dl {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 850px) {
  #contact dl {
    margin-top: 15px;
    display: block;
  }
}
#contact dl dt {
  width: 55%;
}
@media screen and (max-width: 1200px) {
  #contact dl dt {
    width: 45%;
  }
}
@media screen and (max-width: 850px) {
  #contact dl dt {
    width: 100%;
  }
}
#contact dl dd {
  width: 45%;
  padding-left: 55px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  #contact dl dd {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  #contact dl dd {
    padding-left: 25px;
  }
}
@media screen and (max-width: 850px) {
  #contact dl dd {
    margin-top: 0;
    padding-left: 18px;
    padding-right: 18px;
    width: 100%;
  }
}
#contact dl dd .ttl {
  font-size: 39px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  line-height: 100%;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  #contact dl dd .ttl {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #contact dl dd .ttl {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 850px) {
  #contact dl dd .ttl {
    margin-bottom: 10px;
    font-size: 23px;
    text-align: center;
  }
}
#contact dl dd p {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 30px;
  line-height: 1.9;
}
@media screen and (max-width: 1024px) {
  #contact dl dd p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 850px) {
  #contact dl dd p {
    font-size: 13px;
    margin-top: 10px;
  }
}
#footer {
  background: #F7F7F7;
}
#footer .inner {
  padding-top: 65px;
  max-width: 1230px;
  padding-bottom: 15px;
}
@media screen and (max-width: 850px) {
  #footer .inner {
    padding-bottom: 45px;
    padding-top: 40px;
  }
}
#footer dl {
  display: flex;
}
#footer dl dt {
  width: calc(100% - 400px);
}
@media screen and (max-width: 850px) {
  #footer dl dt {
    display: none;
  }
}
#footer dl dt .logo {
  max-width: 205px;
  margin-bottom: 45px;
}
#footer dl dt .footer_menu {
  display: flex;
  column-gap: 113px;
}
#footer dl dt .footer_menu li {
  display: block;
  text-align: left;
}
#footer dl dt .footer_menu li a {
  display: block;
  color: #363636;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: left;
}
#footer dl dt .footer_menu li a + a {
  margin-top: 24px;
}
#footer dl dd {
  width: 400px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 850px) {
  #footer dl dd {
    width: 100%;
    display: block;
  }
}
#footer dl dd .ttl {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 100%;
  margin-bottom: 12px;
  text-align: left;
}
@media screen and (max-width: 850px) {
  #footer dl dd .ttl {
    text-align: center;
    margin-bottom: 18px;
  }
}
#footer dl dd p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.75;
  text-align: left;
  color: #363636;
  margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
  #footer dl dd p {
    font-size: 12px;
    text-align: center;
  }
}
#footer dl dd .footertel {
  font-family: "Roboto", sans-serif;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 100%;
  margin-bottom: 10px;
  text-align: left;
  color: #030303;
  display: block;
}
@media screen and (max-width: 850px) {
  #footer dl dd .footertel {
    text-align: center;
    font-size: 33px;
  }
}
@media screen and (max-width: 850px) {
  #footer dl dd .sns_item {
    width: fit-content;
    margin: auto;
  }
}
#footer dl dd .sns_list {
  display: flex;
  column-gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
  #footer dl dd .sns_list {
    column-gap: 22px;
    width: fit-content;
    margin: auto;
    margin-bottom: 35px;
  }
}
#footer dl dd .sns_list img {
  max-height: 32px;
  width: auto !important;
}
#footer dl dd .sns_ttl {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 10px;
  color: #363636;
}
#footer .copy {
  margin-top: 60px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 100%;
  color: #363636;
}
@media screen and (max-width: 850px) {
  #footer .copy {
    font-size: 10px;
  }
}
#footer .mail_btn_line_item {
  position: relative;
  width: 340px;
}
@media screen and (max-width: 850px) {
  #footer .mail_btn_line_item {
    width: 100%;
  }
}
#footer .mail_btn_line_item .btn_line {
  display: block;
  position: relative;
  overflow: hidden;
  background: #000;
}
#footer .mail_btn_line_item .btn_line .txt_item {
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 100%;
  text-align: center;
  padding: 25px 10px 25px 20px;
  color: #fff;
  border: 1px solid #030303;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 850px) {
  #footer .mail_btn_line_item .btn_line .txt_item {
    padding: 20px 10px 20px 20px;
    font-size: 18px;
  }
}
#footer .mail_btn_line_item .btn_line .txt_item span {
  position: relative;
  width: fit-content;
}
#footer .mail_btn_line_item .btn_line .txt_item span::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 18px;
  left: -45px;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/mail_icon.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 850px) {
  #footer .mail_btn_line_item .btn_line .txt_item span::after {
    width: 23px;
    left: -43px;
    height: 16px;
  }
}
#footer .mail_btn_line_item .btn_line .txt_item:hover span::after {
  background: url(../img/common/mail_icon_on.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
#footer .mail_btn_line_item .btn_line::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: #fff;
  content: '';
  position: absolute;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
#footer .mail_btn_line_item .btn_line:hover {
  opacity: 1;
  color: #000;
  transition: 0.3s ease-in-out;
}
#footer .mail_btn_line_item .btn_line:hover span {
  color: #000;
  transition: 0.3s ease-in-out;
}
#footer .mail_btn_line_item .btn_line:hover::after {
  left: 0;
  transition: 0.3s ease-in-out;
}
#footer_po {
  color: #ffffff;
  background: linear-gradient(-90deg, #CB6DC7, #843FF5);
  background: -webkit-linear-gradient(-90deg, #CB6DC7, #843FF5);
}
#footer_po .inner {
  padding: 110px 70px 70px 70px;
}
@media screen and (max-width: 850px) {
  #footer_po .inner {
    padding: 80px 20px 30px 20px;
  }
}
#footer_po .f_menu_list {
  display: flex;
  margin-top: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 1080px) {
  #footer_po .f_menu_list {
    column-gap: 10px;
  }
}
@media screen and (max-width: 850px) {
  #footer_po .f_menu_list {
    display: none;
  }
}
#footer_po .f_menu_list a {
  color: #ffffff;
  opacity: 0.5;
}
#footer_po dl {
  display: flex;
}
@media screen and (max-width: 850px) {
  #footer_po dl {
    display: block;
  }
}
#footer_po dl dt {
  width: calc(100% - 395px);
}
@media screen and (max-width: 1100px) {
  #footer_po dl dt {
    width: calc(100% - 325px);
  }
}
@media screen and (max-width: 950px) {
  #footer_po dl dt {
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 850px) {
  #footer_po dl dt {
    width: 100%;
  }
}
#footer_po dl dt .en_ttl {
  color: #ffffff;
  font-family: "Garamond Premier Pro", serif;
  text-align: left;
  font-size: 64px;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.125;
}
@media screen and (max-width: 1200px) {
  #footer_po dl dt .en_ttl {
    font-size: 60px;
  }
}
@media screen and (max-width: 980px) {
  #footer_po dl dt .en_ttl {
    font-size: 60px;
  }
}
@media screen and (max-width: 850px) {
  #footer_po dl dt .en_ttl {
    font-size: 28px;
    letter-spacing: 0.052em;
    line-height: 1.142;
  }
}
#footer_po dl dt .jp_ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  margin-top: 30px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  #footer_po dl dt .jp_ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) {
  #footer_po dl dt .jp_ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 850px) {
  #footer_po dl dt .jp_ttl {
    font-size: 12px;
    margin-top: 25px;
  }
}
#footer_po dl dd {
  width: 395px;
}
@media screen and (max-width: 1100px) {
  #footer_po dl dd {
    width: 325px;
  }
}
@media screen and (max-width: 950px) {
  #footer_po dl dd {
    width: 270px;
  }
}
@media screen and (max-width: 850px) {
  #footer_po dl dd {
    width: 100%;
    margin-top: 80px;
    padding-right: 55px;
  }
}
#footer_po dl dd .contact_ttl {
  width: 100%;
  border-bottom: #C288E8 solid 1px;
  padding-bottom: 20px;
  font-size: 24px;
  font-family: "Garamond Premier Pro", serif;
  font-weight: 400;
  line-height: 100%;
  text-align: left;
}
@media screen and (max-width: 980px) {
  #footer_po dl dd .contact_ttl {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 850px) {
  #footer_po dl dd .contact_ttl {
    font-size: 12px;
    padding-bottom: 15px;
  }
}
#footer_po dl dd .txt02 {
  width: 100%;
  margin-top: 35px;
  border-bottom: #C288E8 solid 1px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  #footer_po dl dd .txt02 {
    margin-top: 25px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 850px) {
  #footer_po dl dd .txt02 {
    margin-top: 15px;
    padding-bottom: 12px;
  }
}
#footer_po dl dd .txt02 span {
  display: block;
  width: fit-content;
  font-size: 16px;
  font-family: "Garamond Premier Pro", serif;
  text-align: left;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 850px) {
  #footer_po dl dd .txt02 span {
    font-size: 12px;
  }
}
#footer_po dl dd .txt02 a {
  color: #ffffff;
  display: block;
  width: fit-content;
  font-size: 32px;
  text-align: right;
  font-family: "Garamond Premier Pro", serif;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 950px) {
  #footer_po dl dd .txt02 a {
    font-size: 28px;
  }
}
@media screen and (max-width: 850px) {
  #footer_po dl dd .txt02 a {
    font-size: 22px;
  }
}
#footer_po dl dd .txt03 {
  width: 100%;
  margin-top: 35px;
  border-bottom: #C288E8 solid 1px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  #footer_po dl dd .txt03 {
    margin-top: 25px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 850px) {
  #footer_po dl dd .txt03 {
    margin-top: 20px;
    padding-bottom: 18px;
  }
}
#footer_po dl dd .txt03 span {
  display: block;
  width: fit-content;
  font-size: 16px;
  font-family: "Garamond Premier Pro", serif;
  text-align: left;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 850px) {
  #footer_po dl dd .txt03 span {
    font-size: 12px;
  }
}
#footer_po dl dd .txt03 a {
  color: #ffffff;
  display: block;
  width: fit-content;
  font-size: 20px;
  text-align: right;
  font-family: "Garamond Premier Pro", serif;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 850px) {
  #footer_po dl dd .txt03 a {
    font-size: 14px;
  }
}
#footer_po .footer_bottom {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-top: 110px;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  #footer_po .footer_bottom {
    margin-top: 55px;
    display: block;
  }
}
#footer_po .footer_bottom .l_txt {
  text-align: left;
}
#footer_po .footer_bottom .l_txt img {
  max-width: 313px;
}
@media screen and (max-width: 850px) {
  #footer_po .footer_bottom .l_txt img {
    max-width: 232px;
  }
}
#footer_po .footer_bottom .l_txt p {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
  color: #ffffff;
  opacity: 0.5;
  line-height: 1.466;
}
@media screen and (max-width: 850px) {
  #footer_po .footer_bottom .l_txt p {
    font-size: 10px;
    margin-top: 5px;
    line-height: 1.6;
    padding-left: 4px;
  }
}
#footer_po .footer_bottom .copy {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: right;
  color: #ffffff;
  opacity: 0.5;
  line-height: 1.466;
}
@media screen and (max-width: 1080px) {
  #footer_po .footer_bottom .copy {
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  #footer_po .footer_bottom .copy {
    font-size: 10px;
  }
}
@media screen and (max-width: 850px) {
  #footer_po .footer_bottom .copy {
    text-align: left;
    font-size: 10px;
    margin-top: 35px;
  }
}
.btn_line_item {
  position: relative;
  width: calc(100% - 25px);
  max-width: 257px;
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  .btn_line_item {
    max-width: calc(100% - 25px);
  }
}
.btn_line_item::after {
  width: 50px;
  height: 1px;
  top: 50%;
  right: -25px;
  background: #000000;
  content: '';
  position: absolute;
}
.btn_line_item .btn_line {
  display: block;
  position: relative;
  overflow: hidden;
}
.btn_line_item .btn_line span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 100%;
  padding: 18px 25px;
  color: #000000;
  border: 1px solid #030303;
  text-align: left;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 850px) {
  .btn_line_item .btn_line span {
    text-align: center;
  }
}
.btn_line_item .btn_line::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: #000000;
  content: '';
  position: absolute;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.btn_line_item .btn_line:hover {
  opacity: 1;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
.btn_line_item .btn_line:hover span {
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
.btn_line_item .btn_line:hover::after {
  left: 0;
  transition: 0.3s ease-in-out;
}
.btn_line_item_dami {
  position: relative;
  width: calc(100% - 25px);
  max-width: 257px;
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  .btn_line_item_dami {
    max-width: calc(100% - 25px);
  }
}
.btn_line_item_dami .btn_line_dami {
  display: block;
  position: relative;
  overflow: hidden;
}
.btn_line_item_dami .btn_line_dami span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 100%;
  padding: 18px 25px;
  color: #888888;
  border: 1px solid #F7F7F7;
  background: #F7F7F7;
  text-align: center;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 850px) {
  .btn_line_item_dami .btn_line_dami span {
    text-align: center;
  }
}
.pagination {
  margin-top: 100px;
}
@media screen and (max-width: 850px) {
  .pagination {
    margin-top: 50px;
  }
}
.pagination .wp-pagenavi {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagination .page {
  color: #030303;
  line-height: 100%;
  display: block;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  border: 1px solid #030303;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  padding-top: 4px;
}
@media screen and (max-width: 850px) {
  .pagination .page {
    margin-left: 8px;
    margin-right: 8px;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
.pagination .current {
  font-size: 24px;
  padding-top: 4px;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 100%;
  width: 36px;
  height: 36px;
  background: #030303;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 850px) {
  .pagination .current {
    font-size: 18px;
    width: 30px;
    height: 30px;
  }
}
.pagination .previouspostslink {
  display: block;
  width: 10px;
  height: 12px;
  font-size: 0;
  margin-top: 4px;
  padding-right: 5px;
  margin-right: 10px;
  background: url(../img/common/l.png) no-repeat center / contain;
  background-size: 10px 12px;
}
@media screen and (max-width: 850px) {
  .pagination .previouspostslink {
    margin-right: 5px;
  }
}
.pagination .nextpostslink {
  display: block;
  width: 10px;
  height: 12px;
  margin-top: 4px;
  font-size: 0;
  padding-left: 5px;
  margin-left: 10px;
  background: url(../img/common/r.png) no-repeat center / contain;
  background-size: 10px 12px;
}
@media screen and (max-width: 850px) {
  .pagination .nextpostslink {
    margin-left: 5px;
  }
}
.navi_list ul {
  display: flex;
  align-items: center;
}
.navi_list li {
  list-style: none;
}
.navi_list .btn_line_item {
  max-width: 280px;
  margin-top: 0;
}
@media screen and (max-width: 850px) {
  .navi_list .btn_line_item {
    width: calc(100% - 15px);
  }
  .navi_list .btn_line_item::after {
    width: 30px;
    right: -15px;
  }
}
.navi_list .btn_line_item span {
  text-align: center;
}
@media screen and (max-width: 850px) {
  .navi_list .btn_line_item span {
    font-size: 14px;
    letter-spacing: 0;
    padding: 13px 15px;
  }
}
.navi_list .inner {
  max-width: 1040px;
  padding-top: 60px;
}
@media screen and (max-width: 850px) {
  .navi_list .inner {
    padding-top: 40px;
  }
}
.navi_list .pre {
  margin-right: auto;
  margin-left: 0;
  display: flex;
  justify-content: flex-start;
}
.navi_list .pre a,
.navi_list .pre a:link,
.navi_list .pre a:visited {
  color: #030303 !important;
}
.navi_list .pre a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  align-items: center;
  padding-top: 3px;
  color: #030303 !important;
}
@media screen and (max-width: 850px) {
  .navi_list .pre a {
    font-size: 14px;
    letter-spacing: 0;
    padding-left: 12px;
  }
}
.navi_list .pre a::after {
  width: 10px;
  height: 12px;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/l.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 850px) {
  .navi_list .pre a::after {
    width: 8px;
    height: 10px;
  }
}
.navi_list .more {
  margin: auto;
  width: 280px;
}
@media screen and (max-width: 850px) {
  .navi_list .more {
    width: 180px;
  }
}
.navi_list .next {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  justify-content: flex-end;
}
.navi_list .next a,
.navi_list .next a:link,
.navi_list .next a:visited {
  color: #030303 !important;
}
.navi_list .next a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: bold;
  position: relative;
  padding-right: 20px;
  align-items: center;
  padding-top: 3px;
}
@media screen and (max-width: 850px) {
  .navi_list .next a {
    font-size: 14px;
    letter-spacing: 0;
    padding-right: 12px;
  }
}
.navi_list .next a::after {
  width: 10px;
  height: 12px;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/r.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 850px) {
  .navi_list .next a::after {
    width: 8px;
    height: 10px;
  }
}
#po_btn .inner {
  max-width: 100%;
  padding: 70px 70px 70px 70px;
}
@media screen and (max-width: 850px) {
  #po_btn .inner {
    padding: 40px 20px 40px 20px;
  }
}
#po_btn ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 58px;
}
@media screen and (max-width: 1200px) {
  #po_btn ul {
    column-gap: 40px;
  }
}
@media screen and (max-width: 850px) {
  #po_btn ul {
    display: block;
  }
}
#po_btn ul li {
  width: calc(50% - 29px);
  position: relative;
  background: linear-gradient(-90deg, #DFA7DD, #B68CF9);
  overflow: hidden;
  background: -webkit-linear-gradient(-90deg, #DFA7DD, #B68CF9);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  #po_btn ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 850px) {
  #po_btn ul li {
    width: 100%;
  }
}
#po_btn ul li:hover {
  opacity: 0.85;
  transition: 0.3s ease-in-out;
}
#po_btn ul li:nth-child(1)::after {
  position: absolute;
  content: "Achiev";
  width: fit-content;
  height: fit-content;
  left: 0;
  bottom: -70px;
  z-index: 10;
  color: #ffffff;
  font-family: "Garamond Premier Pro", serif;
  font-size: 250px;
  text-align: left;
  font-weight: 400;
  line-height: 100%;
  opacity: 0.1;
}
@media screen and (max-width: 850px) {
  #po_btn ul li:nth-child(2) {
    margin-top: 20px;
  }
}
#po_btn ul li:nth-child(2)::after {
  position: absolute;
  content: "Voice";
  width: fit-content;
  height: fit-content;
  left: 0;
  bottom: -70px;
  z-index: 10;
  color: #ffffff;
  font-family: "Garamond Premier Pro", serif;
  font-size: 250px;
  text-align: left;
  font-weight: 400;
  line-height: 100%;
  opacity: 0.1;
}
#po_btn ul li:nth-child(3) {
  margin-top: 55px;
}
@media screen and (max-width: 850px) {
  #po_btn ul li:nth-child(3) {
    margin-top: 20px;
  }
}
#po_btn ul li:nth-child(3)::after {
  position: absolute;
  content: "PATIE";
  width: fit-content;
  height: fit-content;
  left: 0;
  bottom: -70px;
  z-index: 10;
  color: #ffffff;
  font-family: "Garamond Premier Pro", serif;
  font-size: 250px;
  text-align: left;
  font-weight: 400;
  line-height: 100%;
  opacity: 0.1;
}
#po_btn ul li a {
  padding: 65px 75px 55px 35px;
  display: block;
  position: relative;
  z-index: 50;
  width: 100%;
  font-size: 15px;
  line-height: 100%;
  font-weight: 500;
  text-align: left;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  #po_btn ul li a {
    padding: 65px 45px 55px 25px;
  }
}
@media screen and (max-width: 850px) {
  #po_btn ul li a {
    padding: 70px 40px 16px 30px;
    align-items: flex-end;
  }
}
@media screen and (max-width: 350px) {
  #po_btn ul li a {
    padding: 70px 40px 16px 20px;
  }
}
#po_btn ul li a span {
  color: #ffffff;
  font-family: "Garamond Premier Pro", serif;
  font-size: 48px;
  letter-spacing: 0;
  font-weight: 400;
  display: block;
  line-height: 100%;
}
@media screen and (max-width: 1100px) {
  #po_btn ul li a span {
    font-size: 32px;
  }
}
@media screen and (max-width: 940px) {
  #po_btn ul li a span {
    font-size: 34px;
  }
}
@media screen and (max-width: 850px) {
  #po_btn ul li a span {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 350px) {
  #po_btn ul li a span {
    font-size: 27px;
  }
}
#po_btn ul li a .flextxt {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  color: #222222;
  font-size: 10px;
  font-weight: 500;
  width: fit-content;
}
#po_btn ul li a .flextxt::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 13px;
  right: -20px;
  top: 50%;
  z-index: 60;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/top/btn_r.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
.h2_ttl {
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 100%;
}
@media screen and (max-width: 850px) {
  .h2_ttl {
    font-size: 10px;
  }
}
.h2_ttl span {
  text-align: center;
  font-family: "Garamond Premier Pro", serif;
  width: fit-content;
  display: block;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
  background: linear-gradient(315deg, #CB6DC7, #843FF5);
  background: -webkit-linear-gradient(315deg, #CB6DC7, #843FF5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-wrap: nowrap;
  margin: auto;
}
@media screen and (max-width: 850px) {
  .h2_ttl span {
    font-size: 42px;
  }
}
#fun_page .fun_mv {
  background: url(../img/fungroobe/page_bg.jpg) no-repeat center / contain;
  background-size: cover;
  height: 613px;
}
@media screen and (max-width: 850px) {
  #fun_page .fun_mv {
    background: url(../img/fungroobe/page_bg_sp.jpg) no-repeat center / contain;
    background-size: cover;
    height: 460px;
  }
}
#fun_page .fun_mv .inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 60px;
}
@media screen and (max-width: 850px) {
  #fun_page .fun_mv .inner {
    padding-bottom: 30px;
  }
}
#fun_page .fun_mv .inner .txt_item {
  height: fit-content;
  color: #ffffff;
}
#fun_page .fun_mv .inner .txt_item .ttl {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  #fun_page .fun_mv .inner .txt_item .ttl {
    font-size: 46px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 950px) {
  #fun_page .fun_mv .inner .txt_item .ttl {
    font-size: 41px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 850px) {
  #fun_page .fun_mv .inner .txt_item .ttl {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
#fun_page .fun_mv .inner .txt_item .txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 850px) {
  #fun_page .fun_mv .inner .txt_item .txt {
    line-height: 1.6;
    font-size: 13px;
  }
}
#fun_page .page .inner {
  padding-top: 80px;
  padding-bottom: 20px;
}
@media screen and (max-width: 850px) {
  #fun_page .page .inner {
    padding-top: 40px;
  }
}
#fun_page .page .h2_ttl {
  text-align: left;
}
#fun_page .page .h2_ttl span {
  text-align: left;
  margin-left: 0;
}
.b_page_cat {
  width: 100%;
  background: url(../img/fungroobe/voice_bg.png) no-repeat center / contain;
  background-size: 100% 100%;
}
.b_page_cat dl {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 850px) {
  .b_page_cat dl {
    display: block;
  }
}
.b_page_cat dl dt {
  width: 50%;
}
.b_page_cat dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 850px) {
  .b_page_cat dl dt img {
    height: auto;
  }
}
@media screen and (max-width: 850px) {
  .b_page_cat dl dt {
    width: 100%;
  }
}
.b_page_cat dl dd {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-bottom: 36px;
  padding-top: 36px;
}
@media screen and (max-width: 850px) {
  .b_page_cat dl dd {
    width: 100%;
    padding-bottom: 40px;
    padding-top: 20px;
  }
}
.b_page_cat dl dd .f_logo {
  margin: auto;
  margin-bottom: 25px;
  max-width: 326px;
}
@media screen and (max-width: 1280px) {
  .b_page_cat dl dd .f_logo {
    max-width: 280px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .b_page_cat dl dd .f_logo {
    max-width: 230px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 850px) {
  .b_page_cat dl dd .f_logo {
    margin-bottom: 8px;
    max-width: 175px;
  }
}
.b_page_cat dl dd p {
  font-size: 21px;
  color: #A900FF;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 1280px) {
  .b_page_cat dl dd p {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .b_page_cat dl dd p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 850px) {
  .b_page_cat dl dd p {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 19px;
  }
}
.b_page_cat dl dd .btn_item {
  width: fit-content;
  margin: auto;
}
.b_page_cat dl dd .f_tel {
  display: block;
  line-height: 1;
  width: fit-content;
  color: #7D2CFF;
  font-size: 55px;
  font-weight: 400;
  margin: auto;
  font-family: "Garamond Premier Pro", serif;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .b_page_cat dl dd .f_tel {
    font-size: 48px;
  }
}
@media screen and (max-width: 1000px) {
  .b_page_cat dl dd .f_tel {
    font-size: 42px;
  }
}
@media screen and (max-width: 850px) {
  .b_page_cat dl dd .f_tel {
    font-size: 55px;
  }
}
.b_page_cat dl dd .f_btn {
  line-height: 1;
  font-family: "Garamond Premier Pro", serif;
  display: block;
  width: 100%;
  border: 1px solid #7D2CFF;
  text-align: center;
  font-size: 40px;
  color: #8942F2;
  padding: 6px 0 2px 0;
  transition: 0.3s ease-in-out;
  margin-top: 8px;
}
@media screen and (max-width: 1280px) {
  .b_page_cat dl dd .f_btn {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .b_page_cat dl dd .f_btn {
    font-size: 28px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 850px) {
  .b_page_cat dl dd .f_btn {
    margin: auto;
    font-size: 45px;
    margin-top: 15px;
    max-width: 200px;
  }
}
.b_page_cat dl dd .f_btn:hover {
  background: #7D2CFF;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.subpage {
  margin-top: 140px;
  background: url(../img/event/event_bg.png) no-repeat left / contain;
  background-size: 91% 448px;
  background-position-x: left;
  background-position-y: top;
}
@media screen and (max-width: 850px) {
  .subpage {
    margin-top: 70px;
  }
}
.subpage .inner {
  max-width: 1340px !important;
  padding-top: 0;
  padding-bottom: 90px;
}
@media screen and (max-width: 850px) {
  .subpage .inner {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 850px) {
  .subpage {
    background-size: 91% 264px;
  }
}
.tks_ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  padding-top: 70px;
}
@media screen and (max-width: 850px) {
  .tks_ttl {
    font-weight: 500;
    font-size: 20px;
    padding-top: 40px;
  }
}
.tks_txt {
  font-size: 16px;
  text-align: 400;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  .tks_txt {
    font-size: 14px;
  }
}
.tks_btn {
  margin: auto;
  margin-top: 50px;
  text-align: center;
  max-width: 280px !important;
}
.tks_btn span {
  text-align: center !important;
  display: block;
}
@media screen and (max-width: 850px) {
  .tks_btn {
    margin-top: 30px;
  }
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../../Scripts/lib/jquery-ui/images/ui-icons_444444_256x240.png");
}