@charset "UTF-8";
a,
a img {
  background: 0 0;
}

a:link,
a:visited,
ins {
  text-decoration: none;
}

a,
hr {
  padding: 0;
}

img,
svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

*,
:after,
:before {
  box-sizing: border-box;
}

nav ul,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: none;
}

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

a img {
  border: 0 #fff;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border-width: 1px 0 0;
  border-image: initial;
  border-style: solid initial initial;
  border-color: #ccc initial initial;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}
/* input全体に指定する場合は以下 */
input{
    -webkit-appearance: none;
}
/* ボタンだけに指定する場合は以下 */
input[type="button"]{
    -webkit-appearance: none;
}
button,
select,
textarea {
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  background-color: unset;
  border: unset;
}

input {
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  background-color: unset;
  border: unset;
  margin: auto;
}

select:focus {
  outline: none;
}

input:focus,
textarea:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

img[src$=".svg"] {
  width: auto;
  height: auto;
}

svg {
  overflow: hidden;
}

body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background: #ffffff;
  color: #666;
  letter-spacing: 0.1em;
  position: relative;
}
main{
  z-index: 3;
  position: relative;
}
/* main {
  filter: blur(20px);
  transition: 1.5s;
  opacity: 0;
}
body.onload main {
  filter: blur(0px);
  opacity: 1;
} */
.sec-tit {
  margin-bottom: 30px;
}
.sec-tit h2 {
  font-size: 32px;
  font-weight: 100;
}
.sec-tit h5 {
  font-size: 16px;
  font-weight: 100;
}
.common_btn {
}
.common_btn a {
  font-size: 12px;
  line-height: 1;
  padding: 15px 40px;
  border: solid 1px #999;
  display: inline-block;
  border-radius: 40px;
  transition: 0.3s;
}
.common_btn a:hover {
  background-color: #77d1db;
  color: #fff;
  border-color: #77d1db;
}
.over-wrap-menu::after,
.over-wrap-menu::before {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
}

.over-wrap-menu {
  height: 100%;
  display: flex;
  align-items: center;
  overscroll-behavior: contain;
  overflow-y: scroll;
  align-items: flex-start;
}

.over-wrap-menu {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.over-wrap-menu::-webkit-scrollbar {
  display: none;
}
.js-scroll.fadein {
  opacity: 0;
  filter: blur(10px);
  transition: 1s ease;
}
.js-scrollin.fadein {
  opacity: 1;
  filter: blur(0px);
}

#full_menu {
  display: none;
  position: fixed;
  z-index: 998;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #fff; */
  background-image: url(../img/menu_bg.jpg);
}
#full_menu #gradient-canvas {
  opacity: 1;
  z-index: 1;
}

#full_menu .wrap {
  height: 100%;
  width: 100%;
  /* background-image: url(../img/gradation.png); */
}

#full_menu .inner {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
#full_menu .nav {
}
#full_menu .nav li {
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}
#full_menu .nav li:before {
  content: "";
  width: 10px;
  height: 1px;
  display: block;
  background-color: #d9d9d9;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#full_menu .nav li a {
  display: flex;
  align-items: baseline;
}
#full_menu .nav li a h2 {
  font-size: 32px;
  font-weight: 100;
}
#full_menu .nav li a h5 {
  font-size: 16px;
  font-weight: 100;
  margin-left: 20px;
}
body.menu_open main {
  /* opacity: 0; */
}

header {
  position: fixed;
  width: 100%;
  z-index: 999;
}
header .wrap {
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
header .logo {
  width: 80px;
}
header .logo a {
  display: block;
  line-height: 0;
  transition: opacity 0.5s;
}
header .logo a:hover {
  opacity: 0.5;
}
header .nav {
  display: flex;
}
header .nav li {
  margin-left: 40px;
}
header .nav li a {
  font-size: 12px;
  position: relative;
  transition: color 0.5s;
}
header .nav li a:hover {
  color: #77d1db;
}
header .nav li a:before {
  /* content:""; */
  background-color: #77d1db;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
}
header .humb {
  height: 20px;
  width: 40px;
  cursor: pointer;
  display: none;
}

header .humb_wrap {
  height: 100%;
  width: 100%;
  position: relative;
}

header .humb_wrap span {
  height: 1px;
  width: 100%;
  background-color: #e6e6e6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease 0s;
}

header .humb_wrap span:nth-child(1) {
  top: -10px;
}

header .humb_wrap span:nth-child(2) {
  bottom: 0px;
}
header .humb_wrap span:nth-child(3) {
  bottom: -10px;
}
.scroll_down {
}

.arrow_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 160px;
  z-index: 1;
}
.arrow_inner {
  position: relative;
  top: 20px;
}
.arrow_inner p {
  font-size: 10px;
  text-align: end;
  transform: rotate(90deg);
  line-height: 1;
  top: 10px;
  position: relative;
}

.arrow {
  width: 1px;
  height: 80px;
  margin: 50px auto 0;
  position: relative;
  overflow: hidden;
  left: -1px;
}

.arrow::before {
  content: "";
  width: 1px;
  height: 80px;
  margin: 50px auto 0;
  background-color: #999;
  position: absolute;
  top: -150px;
  left: 0;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}
#gradient-canvas {
  width: 100%;
  height: 100svh;
  position: fixed;
  filter: blur(100px);
  top: 0;
  --gradient-color-2: #77d1db;
  --gradient-color-3: #eae2ff;
  --gradient-color-4: #bbe9ee;
  z-index: 2;
  opacity: 0.5;
  /* opacity: 0; */
  transition: 1s ease 1s;
}
body.onloaded #gradient-canvas_bg {
  opacity: 0.4;
}

.dummy-bg{position: fixed;z-index: 0;background-image: url(../img/dummy_bg.jpg);width: 100%;height: 100%;background-position: center;background-size: cover;top: 0;left: 0;opacity: 1;}
.gradient-canvas_bg{}
body.onloaded .dummy-bg{
  /* opacity: 1; */
}

#gradient-canvas_bg{
  width: 100%;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 1s ease 2s;
}

#gradient-canvas_bg .white{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  /* z-index: 1; */
  background-color: #ffffff;
}
#fv {
  position: relative;
}
#fv .wrap {
  position: relative;
  margin-bottom: 200px;
}
#fv .inner {
  position: relative;
}
#fv .img_area {
  width: 70%;
  margin-left: auto;
  position: relative;
  z-index: 1;
  line-height: 0;
  height: 100svh;
  overflow: hidden;
  /* opacity: 0; */
}
body.onload #fv .img_area {
  /* opacity: 1; */
}
#fv .img_area .img_wrap {
  height: 100%;
  opacity: 0;
  filter: blur(10px);
  transition: 2s ease;
}
body.onload #fv .img_area .img_wrap {
  opacity: 1;
  filter: blur(0px);
}
#fv .img_area .img_wrap .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-size: cover;
  background-position: top center;
}
#fv .text_area {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  padding-left: 60px;
  line-height: 0;
  width: 50%;
}
#fv .text_area .img_wrap {
}
#fv .text_area .img_wrap img {
  width: 100%;
}
#fv .text_area svg {
  stroke: #626262;
  stroke-width: 0.5px;
  stroke-dasharray: 2210;
  fill: #62626200;
  stroke-dashoffset: 1720;
  transition: fill 2s ease 1s;
  width: 100%;
  animation: stroke_anim 2.5s linear 0s forwards;
}
body.onloaded #fv .text_area svg {
  fill: #626262;
}
@keyframes stroke_anim {
  from {
    stroke-dashoffset: 2210;
  }
  to {
    stroke-dashoffset: 1720;
  }
}
#fv .bg {
  position: absolute;
  width: 80%;
  height: 110%;
  background-image: url(../img/gradation.png);
  background-size: cover;
  top: 0;
  left: 0;
  opacity: 0;
  opacity: 0;
  filter: blur(10px);
  transition: 2s ease;
}
body.onload #fv .bg {
  opacity: 1;
  filter: blur(0px);
}
#gallery {
}
#gallery .scroll_down {
  display: none;
}
#gallery .wrap {
  padding: 0 40px;
  margin-bottom: 100px;
  max-width: 1200px;
  margin: auto;
  /* margin-bottom: 100px; */
}
#gallery .inner {
  position: relative;
}
#gallery .img_wrap {
  line-height: 0;
  position: relative;
}
#gallery .img_inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
#gallery .img_group_01 {
  width: 50%;
  margin: auto;
  position: relative;
  z-index: 2;
}
#gallery .img_group_01 .img_wrap {
  aspect-ratio: 3 / 4;
}
#gallery .img_group_02 {
  position: absolute;
  top: 0;
  right: 5%;
  z-index: 3;
  width: 30%;
  top: 10%;
}

#gallery .img_group_02 .img_wrap {
  aspect-ratio: 3 / 2;
}
#gallery .img_group_02 .img_inner {
}
#gallery .img_group_03 {
  position: absolute;
  bottom: 24%;
  left: 0%;
  z-index: 3;
  width: 30%;
}

#gallery .img_group_03 .img_wrap {
  aspect-ratio: 3 / 4;
}

#gallery .img_group_04 {
  margin-top: -20%;
  position: relative;
  z-index: 0;
  width: 50%;
  margin-left: auto;
}
#gallery .img_group_04 .img_wrap {
  aspect-ratio: 3 / 2;
}

#gallery .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 2px;
}
#news {
}
#news .wrap {
  max-width: 800px;
  margin: auto;
  margin-bottom: 100px;
}
#news .inner {
  position: relative;
  padding: 0 40px;
  padding-top: 100px;
}
#news .sec-tit {
  display: flex;
  align-items: baseline;
}
#news .sec-tit h5 {
  margin-left: 20px;
}
#news .news_list {
  margin-bottom: 40px;
}
#news .more a {
  font-size: 12px;
  text-decoration: underline;
  transition: color 0.5s;
}
#news .more a:hover {
  color: #77d1db;
}
.news_list {
}
.news_list li {
}
.news_list li a {
  display: flex;
  font-size: 14px;
  padding: 40px 20px;
  border-top: solid 1px rgb(0 0 0 / 10%);
  transition: color 0.5s;
}
.news_list li a:hover {
  color: #77d1db;
}

.news_list li a:hover {
  /* background-color: rgb(255 255 255 / 70%); */
}
.news_list .date {
  width: 100px;
}
.news_list .title {
  width: calc(100% - 100px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_list li:last-child {
  border-bottom: solid 1px rgb(0 0 0 / 10%);
}
#profile {
}
#profile .wrap {
  max-width: 1040px;
  margin: auto;
  margin-bottom: 200px;
}
#profile .inner {
  position: relative;
  padding: 0 40px;
  display: flex;
  align-items: center;
  padding-top: 100px;
}
#profile .img_area {
  width: 50%;
  line-height: 0;
  overflow: hidden;
  border-radius: 2px;
}
#profile .text_area {
  width: 50%;
  padding-left: 100px;
}
#profile .text_area ul {
}
#profile .text_area ul li {
  font-size: 14px;
  display: flex;
  margin-bottom: 20px;
}
#profile .text_area ul li:last-child {
  margin-bottom: 0;
}
#profile .text_area ul li #profile .text_area ul li .text {
  width: 50%;
}
#profile .text_area ul li .cat {
  width: 50%;
}
#fanclub {
  color: #fff;
  position: relative;
  z-index: 3;
}
#fanclub .wrap {
  position: relative;
  height: 100svh;
  margin-bottom: 100px;
  z-index: 1;
  overflow: hidden;
}
#fanclub .inner {
  position: relative;
  padding: 0px 40px;
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 1040px;
  margin: auto;
  z-index: 1;
}
#fanclub .bg {
  background-image: url(../img/fanclub_pc.jpg);
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#fanclub .text_area {
  margin-left: 60%;
}
#fanclub .text_area p {
  font-size: 14px;
  margin-bottom: 40px;
  line-height: 2;
}
#fanclub .text_area .common_btn a {
  border-color: #fff;
}
#fanclub .text_area .common_btn a:hover {
  border-color: #77d1db;
}
#contact {position: relative;z-index: 3;}
#contact .wrap {
  max-width: 1040px;
  margin: auto;
  margin-bottom: 140px;
}
#contact .inner {
  position: relative;
  padding: 0px 40px;
  text-align: center;
}
#contact .text_area {
}
#contact .text_area .sec-tit {
}
#contact .text_area p {
  font-size: 12px;
  margin-bottom: 40px;
  line-height: 2;
}
#contact .text_area .common_btn {
}

footer {position: relative;z-index: 3;}
footer .wrap {
  max-width: 1040px;

  margin: auto;
}
footer .inner {
  position: relative;
  padding: 0px 40px;
  text-align: center;
  padding-bottom: 40px;
}

body.page-template-page-contact #contact {
  display: none;
}

#page {
}
#page .section_wrap {
  max-width: 800px;
  margin: auto;
  padding: 160px 40px;
}
#page .section_inner {
}

#page.page_contact {
}
#page.page_contact .page_content {
  padding: 80px 40px;
  background-color: #fff;
}

#page.page_contact .wpcf7 {
  max-width: 500px;
  margin: auto;
}

#page.page_contact .wpcf7 .input_group input,
#page.page_contact .wpcf7 .input_group textarea {
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  margin: unset;
  /* width: calc(100% - 200px); */
  height: 40px;
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  /* max-width: 800px; */
  /* margin-bottom: 5px; */
  border: solid 1px #b3b3b3;
  border-radius: 5px;
}
#page.page_contact .wpcf7 .input_group .mwform-tel-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: calc(100% - 200px); */
  /* max-width: 800px; */
}
#page.page_contact .wpcf7 .input_group {
  margin-bottom: 30px;
}
#page.page_contact .wpcf7 .input_group .input_group_tit {
  font-size: 14px;
  margin-bottom: 5px;
}
#page.page_contact .wpcf7 .error {
  margin-top: 10px;
}

#page.page_contact .input_group .mwform-tel-field input {
  width: calc(100% / 3 - 15px);
}
#page.page_contact .input_group.text_area {
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 60px;
}
#page.page_contact .wpcf7 .input_group textarea {
  height: auto;
}

#page.page_contact .wpcf7 .btn_area {
  display: flex;
  align-items: center;
  justify-content: center;
}
#page.page_contact .wpcf7 .btn_area input {
  font-size: 12px;
  line-height: 1;
  padding: 15px 40px;
  border: solid 1px #999;
  display: inline-block;
  border-radius: 40px;
  transition: 0.3s;
  cursor: pointer;
  min-width: 160px;
  margin: 0 10px;
  color: #666;
}
#page.page_contact .wpcf7 .btn_area input:hover {
  background-color: #77d1db;
  color: #fff;
  border-color: #77d1db;
}

#page.page_contact .wpcf7 .finish {
}
#page.page_contact .wpcf7 .finish p {
  font-size: 14px;
  line-height: 2;
}

#page.page_contact .contact-confirm .wpcf7 .input_group p{
  font-size: 14px;
}
#page.page_contact .wpcf7 .input_group .input_group_tit{

}
#page.page_contact .contact-thanks p{
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.8;
}

#page.single{

}

#page.single .date{
    font-size: 12px;
    margin-bottom: 5px;
}
#page.single .title{
  font-size: 20px;
  line-height: 1.5;
}

#page.single .page_content{

}
#page.single .page_content p{
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}
#page.single .page_content p a{
  text-decoration: underline;
  transition: opacity .5s;
}
#page.single .page_content p a:hover{
  opacity: 0.5;
}
@media screen and (max-width: 600px) {
  .sec-tit {
    margin-bottom: 20px;
  }
  .sec-tit h2 {
    font-size: 28px;
    font-weight: 100;
  }
  .sec-tit h5 {
    font-size: 14px;
    font-weight: 100;
  }
  .common_btn {
  }
  .common_btn a {
    font-size: 12px;
    line-height: 1;
    padding: 20px 40px;
    border: solid 1px #999;
    display: block;
    border-radius: 40px;
    transition: 0.3s;
    text-align: center;
  }
  .common_btn a:hover {
    background-color: #77d1db;
    color: #fff;
    border-color: #77d1db;
  }
  header {
    position: fixed;
    width: 100%;
    z-index: 999;
  }
  header .wrap {
  }
  header .inner {
    padding: 20px 20px;
  }
  header .logo {
    width: 100px;
  }
  header .logo a {
    display: block;
    line-height: 0;
  }
  header .nav {
    display: none;
  }
  header .nav li {
    margin-right: 40px;
  }
  header .nav li a {
    font-size: 12px;
  }

  header .humb {
    display: block;
  }

  header .humb_wrap {
  }

  header .humb_wrap span {
    height: 1px;
    width: 100%;
    background-color: #999;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s ease 0s;
    transform-origin: center;
  }

  header .humb_wrap span:nth-child(1) {
  }

  header .humb_wrap span:nth-child(2) {
  }
  header .humb_wrap span:nth-child(3) {
  }
  header .humb.active .humb_wrap span:nth-child(1) {
    transform: rotate(45deg) translate(7px, -3px);
  }

  header .humb.active .humb_wrap span:nth-child(2) {
    opacity: 0;
  }
  header .humb.active .humb_wrap span:nth-child(3) {
    transform: rotate(-45deg) translate(10px, 0px);
  }
  #fv .scroll_down {
    display: none;
  }

  .arrow_wrap {
    bottom: auto;
    height: 160px;
    z-index: 1;
    right: -20px;
  }
  .arrow_inner {
    position: relative;
    top: 20px;
  }
  .arrow_inner p {
    font-size: 10px;
    text-align: end;
    transform: rotate(90deg);
    line-height: 1;
    top: 10px;
    position: relative;
  }

  .arrow {
    width: 1px;
    height: 80px;
    margin: 50px auto 0;
    position: relative;
    overflow: hidden;
    left: -1px;
  }

  .arrow::before {
    content: "";
    width: 1px;
    height: 80px;
    margin: 50px auto 0;
    background-color: #999;
    position: absolute;
    top: -150px;
    left: 0;
    animation: arrow 2.5s ease 0s infinite normal;
  }

  @keyframes arrow {
    0% {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
    }

    60% {
      -webkit-transform: translate3d(-50%, 100px, 0);
      transform: translate3d(-50%, 100px, 0);
    }

    100% {
      -webkit-transform: translate3d(-50%, 100px, 0);
      transform: translate3d(-50%, 100px, 0);
    }
  }
  #gradient-canvas {
    width: 100%;
    height: 100svh;
    position: fixed;
    filter: blur(100px);
    top: 0;
    --gradient-color-2: #77d1db;
    --gradient-color-3: #eae2ff;
    --gradient-color-4: #bbe9ee;
    z-index: 2;
    opacity: 0.5;
  }
  #fv {
  }
  #fv:before {
    content: "";
    width: 100%;
    height: 50%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 1;
  }
  #fv .wrap {
    position: relative;
    margin-bottom: 100px;
    padding-bottom: 50px;
    height: 100svh;
  }
  #fv .inner {
    position: relative;
  }
  #fv .img_area {
    width: calc(100% - 40px);
    height: 80svh;
    top: -10px;
  }
  #fv .img_area .img_wrap {
    height: 100%;
  }
  #fv .img_area .img_wrap .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-size: cover;
    background-position: top center;
  }
  #fv .text_area {
    width: 70%;
    padding-left: 20px;
    bottom: -18%;
  }
  #fv .text_area .img_wrap {
  }
  #fv .text_area .img_wrap img {
    width: 100%;
  }
  #fv .bg {
    /* opacity: 1; */
    width: 100%;
    height: 80%;
    top: 0;
  }
  #gallery {
  }
  #gallery .wrap {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  #gallery .inner {
    position: relative;
  }
  #gallery .img_wrap {
    line-height: 0;
    position: relative;
  }
  #gallery .img_inner {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  #gallery .img_group_01 {
    width: 90%;
    margin: unset;
    margin-right: auto;
  }
  #gallery .img_group_01 .img_wrap {
    aspect-ratio: 3 / 4;
  }
  #gallery .img_group_02 {
    width: 80%;
    top: 45%;
    right: 0;
  }

  #gallery .img_group_02 .img_wrap {
    aspect-ratio: 3 / 2;
  }
  #gallery .img_group_02 .img_inner {
  }
  #gallery .img_group_03 {
    width: 50%;
    bottom: auto;
    top: 65%;
    left: 20px;
  }

  #gallery .img_group_03 .img_wrap {
    aspect-ratio: 3 / 4;
  }

  #gallery .img_group_04 {
    margin-top: 60%;
    width: 70%;
  }
  #gallery .img_group_04 .img_wrap {
    aspect-ratio: 3 / 2;
  }

  #gallery .img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
  }
  #gallery .scroll_down {
    display: block;
  }
  #news {
  }
  #news .wrap {
    max-width: 800px;
    margin: auto;
    margin-bottom: 50px;
  }
  #news .inner {
    position: relative;
    padding: 0 40px;
    padding-top: 100px;
  }
  #news .sec-tit {
    display: flex;
    align-items: baseline;
  }
  #news .sec-tit h5 {
    margin-left: 20px;
  }
  #news .news_list {
    margin-bottom: 40px;
  }
  #news .more a {
    font-size: 12px;
    text-decoration: underline;
    transition: 0.3s;
  }
  #news .more a:hover {
    opacity: 0.5;
  }
  .news_list {
  }
  .news_list li {
  }
  .news_list li a {
    display: block;
    font-size: 14px;
    padding: 40px 0px;
  }
  .news_list li a:hover {
    background-color: rgb(255 255 255 / 30%);
  }
  .news_list .date {
    width: auto;
    margin-bottom: 10px;
  }
  .news_list .title {
    width: 100%;
    overflow: hidden;
    text-overflow: unset;
    white-space: normal;
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 3; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
  }
  .news_list li:last-child {
    border-bottom: solid 1px rgb(0 0 0 / 10%);
  }
  #profile {
  }
  #profile .wrap {
    max-width: 1040px;
    margin: auto;
    margin-bottom: 150px;
  }
  #profile .inner {
    position: relative;
    padding: 0 40px;
    display: block;
    align-items: center;
    padding-top: 100px;
  }
  #profile .img_area {
    width: 100%;
    margin-bottom: 20px;
  }
  #profile .text_area {
    width: 100%;
    padding-left: 0;
  }
  #profile .text_area ul {
  }
  #profile .text_area ul li {
    font-size: 14px;
    display: flex;
    margin-bottom: 20px;
  }
  #profile .text_area ul li:last-child {
    margin-bottom: 0;
  }
  #profile .text_area ul li #profile .text_area ul li .text {
    width: 50%;
  }
  #profile .text_area ul li .cat {
    width: 50%;
  }
  #fanclub {
    color: #999;
    position: relative;
  }
  #fanclub .sec-tit {
    /* position: absolute; */
    /* top: 20%; */
    /* right: 60px; */
    /* color: #fff; */
  }
  #fanclub .wrap {
    display: flex;
    flex-direction: column-reverse;
    height: 70svh;
    margin-bottom: 100px;
  }
  #fanclub .inner {
    /* position: unset; */
    /* padding: 0px 40px; */
    /* display: block; */
    /* margin: unset; */
    margin-right: 0;
  }
  #fanclub .bg {
    /* position: relative; */
    /* top: 0; */
    /* margin-bottom: 20px; */
    /* padding-bottom: 100%; */
    background-image: url(../img/fanclub_sp.jpg);
  }
  #fanclub .text_area {
    margin-left: 0;
    color: #fff;
  }
  #fanclub .text_area p {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 2;
  }
  #fanclub .text_area .common_btn a {
    border-color: #999;
  }
  #fanclub .text_area .common_btn a:hover {
    border-color: #77d1db;
  }
  #contact {
  }
  #contact .wrap {
    max-width: 1040px;
    margin: auto;
    margin-bottom: 100px;
  }
  #contact .inner {
    position: relative;
    padding: 0px 40px;
    text-align: center;
  }
  #contact .text_area {
  }
  #contact .text_area .sec-tit {
    /* display: flex; */
    /* align-items: baseline; */
    /* text-align: left; */
  }
  #contact .text_area .sec-tit h5 {
    /* margin-left: 10px; */
  }
  #contact .text_area p {
    font-size: 12px;
    margin-bottom: 40px;
    line-height: 2;
    /* text-align: left; */
  }
  #contact .text_area p br.sp {
    display: block;
  }
  #contact .text_area .common_btn {
  }

  footer {
  }
  footer .wrap {
    max-width: 1040px;

    margin: auto;
  }
  footer .inner {
    position: relative;
    padding: 20px 20px;
    text-align: center;
  }
  #page .section_wrap {
    padding: 100px 20px;
  }
  #page.page_contact .page_content {
    padding: 60px 40px;
  }
  #page.page_contact .wpcf7 .btn_area input {
    font-size: 12px;
    line-height: 1;
    padding: 20px 40px;
    border: solid 1px #999;
    display: block;
    border-radius: 40px;
    transition: 0.3s;
    text-align: center;
    width: 100%;
  }
  #page.page_contact .contact-confirm .wpcf7 .btn_area{
    display: block;
  }
    #page.page_contact .wpcf7 .btn_area p{
    text-align: center;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}
  #page.page_contact .wpcf7 .btn_area input{
    margin: 0;
    /* display: inline-block; */
    /* width: 100%; */
  }
    #page.page_contact .wpcf7 .btn_area .wpcf7-spinner{
    display: none;
  }
}
