@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,
.foot,
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;
}

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;
  /* display: none; */
}

input[type="checkbox"] {
  display: none;
}

html {
  font-size: 62.5%;
}

body::-webkit-scrollbar {
  display: none;
}

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

svg {
  overflow: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "yu-mincho-pr6n", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background: #f3f1ed;
  color: #626262;
  letter-spacing: 0.05em;
  position: relative;
}
#full-menu {
  position: fixed;
  z-index: 998;
  height: 100vh;
  height: 100vh;
  width: 100%;
  background-color: #626262;
  transition: transform 0.6s ease 0.6s;
  display: flex;
  align-items: center;
  display: none;
}
#full-menu .wrap {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  display: flex;
  align-items: flex-start;
  overscroll-behavior: contain;
  overflow-y: scroll;
}
#full-menu .wrap::after,
#full-menu .wrap::before {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
}
#full-menu .inner {
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#full-menu .nav {
  margin-bottom: calc((100 / 375) * 100vw);
}
#full-menu .nav ul {
}
#full-menu .nav li {
}
#full-menu .nav li a {
  display: block;
  text-align: center;
  line-height: 0;
  padding: calc((24 / 375) * 100vw) 0;
  border-bottom: solid 1px #fff;
}
#full-menu .nav li:last-child a {
  border-bottom: unset;
}
#full-menu .nav svg {
  height: calc((24 / 375) * 100vw);
  fill: #fff;
}

#full-menu .icon ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#full-menu .icon ul li {
  width: calc((40 / 375) * 100vw);
  margin: 0 calc((30 / 375) * 100vw);
}
#full-menut .icon ul li a {
  display: block;
  line-height: 0;
}
#full-menu .icon ul li a svg {
  fill: #ffffff;
}
header {
  position: fixed;
  width: 100%;
  z-index: 999;
}
header .wrap {
  padding: 10px 20px;
}
header .inner {
  display: flex;
  justify-content: flex-end;
}
header .humb {
  display: none;
}
header .humb_wrap {
  width: 30px;
  height: 30px;
  position: relative;
}
header .humb span {
  background-color: #626262;
  height: 1px;
  width: 100%;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  transition: 0.3s;
}
header .humb span:nth-child(1) {
  top: 6px;
}
header .humb span:nth-child(2) {
  bottom: 4px;
}
header.menu-open .humb span {
  background-color: #ffffff;
}

header.menu-open .humb span:nth-child(1) {
  transform: translate(0px, -2px) rotate(45deg);
}
header.menu-open .humb span:nth-child(2) {
  transform: translate(0px, 3px) rotate(-45deg);
}

#nav {
  position: sticky;
  z-index: 4;
  width: 100%;
  height: calc((80 / 1466) * 100vw);
  top: 0;
}
#nav .wrap {
  width: 100%;
  height: 100%;
  padding: 0 40px;
  /* position: sticky; */
}
#nav .inner {
  width: 100%;
  height: 100%;
}
#nav .nav {
  height: 100%;
}
#nav .nav ul {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
}
#nav .nav li {
  margin-left: 60px;
  line-height: 0;
  height: 100%;
}
#nav .nav li a {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

#nav .nav li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 0.5px;
  background: #626262;
  bottom: 25px;
  transform: scale(0, 1);
  transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.5s; /*変形の時間*/
}

#nav .nav li a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  transform-origin: left top; /*左から右に向かう*/
}

#nav .nav li a svg {
  fill: #626262;
  height: 10px;
}

#kv {
}
#kv .sp {
  display: none;
}
#kv .wrap {
  width: 100%;
  height: 100%;
}
#kv .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
#kv .kv_img {
  width: 100%;
  height: 100%;
  position: relative;
  height: 100svh;
  width: 100vw;
  overflow: hidden;
}

#kv .kv_img .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: 2s ease 3s;
  transform: scale(1.01);
  filter: blur(10px);
}
body.onload #kv .kv_img .img {
  opacity: 1;
  transform: scale(1);
  filter: blur(0px);
}
#kv .kv_text {
  position: absolute;
  bottom: 0;
  z-index: 1;
  line-height: 0;
  width: 100%;
  z-index: 3;
}
#kv .kv_text svg {
}
#kv .kv_text svg {
  stroke: #626262;
  stroke-width: 0.5px;
  stroke-dasharray: 2210;
  fill: #62626200;
  stroke-dashoffset: 2250;
  transition: fill 2s ease 2s;
  width: 100%;
}
body.onload #kv .kv_text svg {
  animation: stroke_anim 2.5s linear 0s forwards;
  fill: #626262;
}
#read {
}
#read .wrap {
  position: relative;
  overflow: hidden;
  margin-top: calc((-80 / 1466) * 100vw);
}
#read .inner {
  position: relative;
  z-index: 2;
  padding-top: calc((180 / 1466) * 100vw);
  padding-bottom: calc((660 / 1466) * 100vw);
}
#read .text {
  margin-bottom: calc((80 / 1466) * 100vw);
  opacity: 0;
  filter: blur(10px);
  transition: 2s ease;
}
#read .text.js-scrollin {
  opacity: 1;
  filter: blur(0px);
}
#read .sp {
  display: none;
}
#read .text p {
  text-align: center;
  font-size: calc((20 / 1466) * 100vw);
  font-size: max(calc((20 / 1466) * 100vw), 16px);
  letter-spacing: 0.2em;
  line-height: 240%;
}
#read .sign {
  line-height: 1;
  text-align: center;
  opacity: 0;
  filter: blur(10px);
  transition: 2s ease;
}
#read .sign.js-scrollin {
  opacity: 1;
  filter: blur(0px);
}
#read .sign img {
  width: calc((168 / 1466) * 100vw);
}
#read .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#read .bg video {
  height: 100%;
  /* width: max-content; */
  opacity: 0;
  transition: 2s ease 1s;
  position: relative;
  z-index: 0;
}
#read .bg.js-scrollin video {
  opacity: 1;
}
#read .bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc((360 / 1466) * 100vw);
  top: 0;
  background: linear-gradient(to bottom, #f3f1ed, #f3f1ed00);
  z-index: 1;
}
#read .bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc((360 / 1466) * 100vw);
  bottom: 0;
  background: linear-gradient(to bottom, #f3f1ed00, #f3f1ed);
  z-index: 1;
}
#slide {
  position: relative;
  z-index: 1;
  margin-top: calc((-360 / 1466) * 100vw);
}
#slide .wrap {
  margin-bottom: calc((350 / 1466) * 100vw);
}
#slide .inner {
}
#slide .head {
  line-height: 0;
  margin-bottom: calc((40 / 1466) * 100vw);
}
#slide .head svg {
  stroke: #626262;
  stroke-width: 0.5px;
  stroke-dasharray: 2210;
  fill: #62626200;
  stroke-dashoffset: 2250;
  transition: fill 1s ease 2.5s;
}
#slide .head.js-scrollin svg {
  animation: slide_stroke_anim 2.5s linear 0s forwards;
  fill: #626262;
}
@keyframes slide_stroke_anim {
  from {
    stroke-dashoffset: 2250;
  }
  to {
    stroke-dashoffset: 0;
  }
}

#slide .slide_group_01 {
  margin-bottom: calc((50 / 1466) * 100vw);
  position: relative;
}
#slide .slide_wrap {
  position: relative;
}
#slide .slide {
}
#slide .swiper {
  position: relative;
  /* padding: calc((40 / 1466) * 100vw) 0px; */
  transition: ease all 1s 0.4s;
  opacity: 0;
}
#slide .swiper.sp {
  display: none;
}
#slide .is-sort .swiper {
  opacity: 1;
}
#slide .swiper .swiper-button {
  width: calc((460 / 1466) * 100vw);
  height: 100%;
  top: 0;
  display: flex;
  justify-content: flex-start;
  bottom: 0;
  margin: auto;
  z-index: 10;
}
#slide .swiper .swiper-button-next {
  justify-content: flex-end;
}
#slide .swiper .swiper-button-next svg {
  right: calc((40 / 1466) * 100vw);
  transform: scale(-1, 1);
}
#slide .swiper .swiper-button-prev svg {
  left: calc((40 / 1466) * 100vw);
}
#slide .swiper .swiper-button svg {
  width: calc((18 / 1466) * 100vw);
  height: calc((44 / 1466) * 100vw);
  position: relative;
}
#slide .swiper-wrapper {
  /* opacity: 0; */
}
#slide .swiper-wrapper {
  /* transition: ease all 0.5s 0.4s; */
  /* opacity: 1; */
}

#slide .swiper-slide {
  line-height: 0;
  position: relative;
}
#slide .swiper-slide img {
}
#slide .swiper-slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f3f1ed;
  opacity: 0.8;
  transition: 0.3s;
}
#slide .swiper-slide-active:before {
  opacity: 0;
}
#slide .swiper-button:after {
  content: none;
}
#slide .pagination {
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: ease all 0.5s 0.4s;
  margin-top: calc((20 / 1466) * 100vw);
}
#slide .is-sort .pagination {
  opacity: 1;
}
#slide .swiper-pagination {
  position: relative;
  /* width: 100px; */
  width: calc(100% / 2.8);
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  display: flex;
  justify-content: flex-end;
}
#slide .swiper-pagination-bullet {
  background: url();
  display: block;
  border: unset;
  height: calc((20 / 1466) * 100vw);
  opacity: 1;
  margin: unset;
  width: calc((20 / 1466) * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  margin-left: calc((20 / 1466) * 100vw);
}
#slide .swiper-pagination-bullet:before {
  content: "";
  display: block;
  position: absolute;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
#slide .swiper-pagination-bullet:nth-child(1):before {
  background-image: url(../img/num_01.svg);
}
#slide .swiper-pagination-bullet:nth-child(2):before {
  background-image: url(../img/num_02.svg);
}
#slide .swiper-pagination-bullet:nth-child(3):before {
  background-image: url(../img/num_03.svg);
}
#slide .swiper-pagination-bullet:nth-child(4):before {
  background-image: url(../img/num_04.svg);
}
#slide .swiper-pagination-bullet-active:after {
  content: "";
  height: 0.5px;
  width: 100%;
  background-color: #626262;
  position: absolute;
  bottom: 0;
}
#slide .swiper-button-next svg {
  /* transform: scale(-1, 1); */
}
#slide .layer {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
}
#slide .layer img {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  /* width: max-content; */
  opacity: 0;
  transition: ease all 1s;
}
#slide .layer img:nth-child(1) {
  z-index: 20;
  transform: rotate(2deg) scale(1.05);
}
#slide .layer img:nth-child(2) {
  transform: rotate(-3deg) scale(1.05);
  z-index: 15;
}
#slide .layer img:nth-child(3) {
  transform: rotate(3deg) scale(1.05);
  z-index: 10;
}
#slide .layer img:nth-child(4) {
  transform: rotate(-2deg) scale(1.05);
  z-index: 5;
}

#slide .js-scrollin .layer img:nth-child(1) {
  transition-delay: 1.2s;
  transform: rotate(2deg) scale(1);
}

#slide .js-scrollin .layer img:nth-child(2) {
  transition-delay: 0.8s;
  transform: rotate(-3deg) scale(1);
}

#slide .js-scrollin .layer img:nth-child(3) {
  transition-delay: 0.4s;
  transform: rotate(3deg) scale(1);
}

#slide .js-scrollin .layer img:nth-child(4) {
  transform: rotate(-2deg) scale(1);
}
#slide .js-scrollin .layer img {
  /* transition: ease all 1s; */
  opacity: 1;
}
#slide .js-scrollin.is-sort .layer img {
  transition-delay: 0s !important;
  transform: rotate(0deg) !important;
}

#gallery {
  position: relative;
}
#gallery .wrap {
  margin-bottom: calc((350 / 1466) * 100vw);
}

#gallery .group {
  position: relative;
}
#gallery .group svg {
  fill: #626262;
}
#gallery .group svg {
  stroke: #626262;
  stroke-width: 0.5px;
  stroke-dasharray: 2210;
  fill: #62626200;
  stroke-dashoffset: 2250;
  transition: fill 1s ease 2.5s;
}
#gallery .group.js-scrollin svg {
  animation: gallery_stroke_anim 2.5s linear 0s forwards;
  fill: #626262;
}
@keyframes gallery_stroke_anim {
  from {
    stroke-dashoffset: 2250;
  }
  to {
    stroke-dashoffset: 0;
  }
}
#gallery .group_wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
#gallery .group .img {
  line-height: 0;
  opacity: 0;
  filter: blur(10px);
  transition: 2s ease;
  z-index: 1;
  position: relative;
}
#gallery .group.js-scrollin .img {
  opacity: 1;
  filter: blur(0px);
}
#gallery .group .text {
  line-height: 0;
  z-index: 2;
}
#gallery .group_01 {
  margin-bottom: calc((220 / 1466) * 100vw);
}
#gallery .group_01 .img {
  text-align: center;
  width: calc((880 / 1466) * 100vw);
}
#gallery .group_01 .img img {
}
#gallery .group_02 {
  margin-bottom: calc((0 / 1466) * 100vw);
}
#gallery .group_02 .group_wrap {
  margin: unset;
  margin-right: calc((220 / 1466) * 100vw);
  margin-left: auto;
}
#gallery .group_02 .img {
  text-align: center;
  width: calc((660 / 1466) * 100vw);
}
#gallery .group_02 .img img {
}
#gallery .group_02 .text {
  position: absolute;
  top: calc((-80 / 1466) * 100vw);
  width: calc((280 / 1466) * 100vw);
  left: calc((-280 / 1466) * 100vw);
}
#gallery .group_02 .text img {
}

#gallery .group_03 {
  text-align: center;
  margin-bottom: calc((-130 / 1466) * 100vw);
}
#gallery .group_03 .group_wrap {
  /* padding-left: calc((40 / 1466) * 100vw); */
  width: 100%;
}
#gallery .group_03 .img {
  text-align: center;
  width: calc((490 / 1466) * 100vw);
  margin-left: calc((40 / 1466) * 100vw);
}
#gallery .group_03 .img img {
}
#gallery .group_03 .text {
  position: absolute;
  top: calc((60 / 1466) * 100vw);
  width: calc((780 / 1466) * 100vw);
  right: 0;
}
#gallery .group_03 .text .sp {
  display: none;
}
#gallery .group_03 .text img {
}

#gallery .group_04 {
}
#gallery .group_04 .group_wrap {
  margin-left: auto;
  margin-right: 0;
}
#gallery .group_04 .img {
  text-align: center;
  width: calc((730 / 1466) * 100vw);
}
#gallery .group_04 .img img {
}
#gallery .group_04 .text {
  position: absolute;
  top: calc((200 / 1466) * 100vw);
  width: calc((730 / 1466) * 100vw);
  right: calc((500 / 1466) * 100vw);
}
#gallery .group_04 .text img {
}

#contact {
}
#contact .wrap {
  margin-bottom: calc((200 / 1466) * 100vw);
}
#contact .inner {
}
#contact .head {
  margin-bottom: calc((200 / 1466) * 100vw);
}
#contact .head svg {
  fill: #626262;
}

#contact .head svg {
  stroke: #626262;
  stroke-width: 0.5px;
  stroke-dasharray: 2210;
  fill: #62626200;
  stroke-dashoffset: 2250;
  transition: fill 1s ease 2.5s;
}
#contact .head.js-scrollin svg {
  animation: contact_stroke_anim 2.5s linear 0s forwards;
  fill: #626262;
}
@keyframes contact_stroke_anim {
  from {
    stroke-dashoffset: 2250;
  }
  to {
    stroke-dashoffset: 0;
  }
}

#contact .mail {
  text-align: center;
  margin-bottom: calc((60 / 1466) * 100vw);
  opacity: 0;
  transition: 1s;
}
#contact .mail.js-scrollin {
  opacity: 1;
}
#contact .mail input {
  opacity: 0;
  position: absolute;
}
#contact .mail button {
  font-size: calc((24 / 1466) * 100vw);
  font-size: max(calc((24 / 1466) * 100vw), 16px);
  position: relative;
  padding: 0;
  cursor: pointer;
  position: relative;
  color: #626262;
  margin-bottom: calc((20 / 1466) * 100vw);
}

#contact .mail button::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 0.5px;
  background: #626262;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.8s; /*変形の時間*/
}

#contact .mail button:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  transform-origin: left top; /*左から右に向かう*/
}
#contact .mail p{
  font-size: max(calc((14 / 1466)* 100vw), 14px);
}

#contact .present{
  text-align: center;
  margin-bottom: calc((80 / 1466)* 100vw);
}
#contact .present h6{
    font-size: max(calc((24 / 1466)* 100vw), 14px);
    font-weight: 100;
    margin-bottom: calc((20 / 1466)* 100vw);
}
#contact .present p{
    font-size: max(calc((14 / 1466)* 100vw), 14px);
}
#contact .present p .sp{
  display:none
}
#contact .icon {
  opacity: 0;
  transition: 1s;
}
#contact .icon.js-scrollin {
  opacity: 1;
}
#contact .icon ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact .icon ul li {
  width: calc((52 / 1466) * 100vw);
  margin: 0 calc((26 / 1466) * 100vw);
}
#contact .icon ul li a {
  display: block;
  line-height: 0;
  transition: 0.5s;
}
#contact .icon ul li a:hover {
  opacity: 0.3;
}
#contact .icon ul li a svg {
  fill: #626262;
}

#contact .fanclub {
  text-align: center;
  margin-bottom: calc((100 / 1466) * 100vw);
  transition: 1s;
  opacity: 0;
}
#contact .fanclub.js-scrollin {
    opacity: 1;
}
#contact .fanclub a {
  font-size: max(calc((24 / 1466) * 100vw), 16px);
  cursor: pointer;
  position: relative;
  color: #626262;
  padding-bottom: 8px;
}

#contact .fanclub a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 0.5px;
  background: #626262;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.8s; /*変形の時間*/
}

#contact .fanclub a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  transform-origin: left top; /*左から右に向かう*/
}

footer {
  position: relative;
  line-height: 0;
}
footer .text {
  position: absolute;
  right: calc((360 / 1466) * 100vw);
  left: auto;
  bottom: calc((100 / 1466) * 100vw);
  margin: auto;
  width: calc((370 / 1466) * 100vw);
  z-index: 1;
}
footer .text img {
  transform: translate(0px, 20px);
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
footer .text.js-scrollin img {
  transform: translate(0px, 0px);
  opacity: 1;
}
footer .bg img {
  opacity: 0;
  transition: 1s ease 0s;
  transform: scale(1.01);
  filter: blur(10px);
}
footer .bg.js-scrollin img {
  opacity: 1;
  transform: scale(1);
  filter: blur(0px);
}
footer .bg .sp {
  display: none;
}

@keyframes stroke_anim {
  from {
    stroke-dashoffset: 2250;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@media screen and (max-width: 600px) {
  body {
    max-width: 100vw;
    overflow-x: hidden;
  }
  header .humb {
    display: block;
  }
  #kv .pc {
    display: none;
  }
  #kv .sp {
    display: block;
  }
  body.onload #kv .kv_text svg {
    animation: stroke_anim 4.5s linear 0s forwards;
    transition: fill 1s ease 2s;
  }
  #kv .kv_img {
    height: auto;
  }
  #kv .kv_img .img {
    position: relative;
    line-height: 0;
    transition: 2s ease 2s;
  }
  #kv .kv_img img {
    /* width: 100%; */
    /* height: 100%; */
  }
  #kv .kv_text {
    bottom: -24vw;
  }
  #nav {
    display: none;
  }
  #read .wrap {
    margin-top: 0;
    padding-top: 0;
  }
  #read .bg:before {
    height: calc((120 / 375) * 100vw);
  }
  #read .pc {
    display: none;
  }
  #read .sp {
    display: block;
    margin-bottom: calc((30 / 375) * 100vw);
  }
  #read .text p {
    font-size: calc((14 / 375) * 100vw);
    line-height: 160%;
  }
  #read .sign img {
    width: calc((135 / 375) * 100vw);
  }
  #read .inner {
    padding-bottom: calc((240 / 375) * 100vw);
    padding-top: calc((200 / 375) * 100vw);
  }
  #slide .swiper-slide:before {
    opacity: 0;
  }
  #slide .swiper-pagination {
    width: 100%;
    justify-content: center;
  }
  #slide .swiper-pagination-bullet {
    height: calc((25 / 375) * 100vw);
    opacity: 1;
    margin: unset;
    width: calc((25 / 375) * 100vw);
    margin: 0 calc((10 / 375) * 100vw);
  }
  #slide .swiper-pagination-bullet:before {
    width: 80%;
    height: 80%;
  }
  #slide .slide_wrap {
    width: 100vw;
    overflow-x: hidden;
  }
  #slide .swiper.pc {
    display: none;
  }
  #slide .swiper.sp {
    display: block;
  }
  #slide .slide_group_01 {
    margin-bottom: calc((100 / 375) * 100vw);
  }
  #slide .head svg {
    stroke-width: 1px;
    transition: fill 1s ease 2s;
  }
  #slide {
    margin-top: calc((-100 / 375) * 100vw);
  }
  #slide .wrap {
    margin-bottom: calc((120 / 375) * 100vw);
  }
  #slide .swiper .swiper-button {
    width: 10%;
  }

  #slide .swiper .swiper-button-prev {
    left: 0;
  }

  #slide .swiper .swiper-button-next {
    right: 0;
  }
  #slide .swiper .swiper-button svg {
    width: calc((18 / 375) * 100vw);
    height: calc((44 / 375) * 100vw);
  }
  #slide .pagination {
    margin-top: calc((20 / 375) * 100vw);
  }
  #gallery .group.js-scrollin svg {
    stroke-width: 0.5px;
    transition: fill 1s ease 2s;
  }
  #gallery .group_01 .img {
    width: 100%;
  }
  #gallery .group_01 {
    margin-bottom: calc((60 / 375) * 100vw);
  }
  #gallery .group_02 {
    margin-bottom: calc((60 / 375) * 100vw);
  }
  #gallery .group_02 .group_wrap {
    margin: auto;
    width: 100%;
  }
  #gallery .group_02 .img {
    /* width: calc((295 / 375) * 100vw); */
    width: 100%;
    text-align: right;
  }
  #gallery .group_02 .img img {
    width: calc((295 / 375) * 100vw);
  }
  #gallery .group_02 .text {
    top: calc((50 / 375) * 100vw);
    /* bottom: 0; */
    /* margin: auto; */
    left: 0;
    width: calc((100 / 375) * 100vw);
    /* display: flex; */
    /* align-items: center; */
  }
  #gallery .group_03 {
    margin-bottom: calc((100 / 375) * 100vw);
  }
  #gallery .group_03 .text .pc {
    display: none;
  }
  #gallery .group_03 .text .sp {
    display: block;
  }
  #gallery .group_03 .img {
    margin-left: calc((40 / 375) * 100vw);
    width: calc((235 / 375) * 100vw);
  }
  #gallery .group_03 .text {
    width: calc((100 / 375) * 100vw);
    top: 0;
  }
  #gallery .group_04 {
    margin-bottom: calc((150 / 375) * 100vw);
  }
  #gallery .group_04 .group_wrap {
  }
  #gallery .group_04 .img {
    width: 100%;
  }
  #gallery .group_04 .text {
    width: calc((280 / 375) * 100vw);
    top: auto;
    bottom: calc((-30 / 375) * 100vw);
    right: 0;
    left: 0;
    margin: auto;
  }
  #contact .head.js-scrollin svg {
    stroke-width: 1px;
    transition: fill 1s ease 2s;
  }
  #contact .head {
    margin-bottom: calc((100 / 375) * 100vw);
  }
  #contact .mail {
    margin-bottom: calc((60 / 375) * 100vw);
  }
  #contact .mail button {
    font-size: calc((18 / 375) * 100vw);
  }
  #contact .icon ul li {
    width: calc((40 / 375) * 100vw);
    margin: 0 calc((30 / 375) * 100vw);
  }
  #contact .wrap {
    margin-bottom: calc((120 / 375) * 100vw);
  }
  #contact .mail button {
    font-size: calc((18 / 375) * 100vw);
  }
    #contact .mail p{
      font-size: calc((12 / 375)* 100vw);
    }
  #contact .present{
    margin-bottom: calc((60 / 375)* 100vw);
}
  #contact .present h6{
    font-size: calc((18 / 375)* 100vw);
  }
  #contact .present p{
    font-size: calc((12 / 375)* 100vw);
  }
  #contact .fanclub {
    margin-bottom: calc((100 / 375) * 100vw);
  }
  #contact .fanclub a {
    font-size: calc((18 / 375) * 100vw);
  }
  footer .bg .pc {
    display: none;
  }
  footer .bg .sp {
    display: block;
  }
  footer .text {
    right: calc((40 / 375) * 100vw);
    left: auto;
    bottom: calc((0 / 375) * 100vw);
    margin: auto;
    width: calc((310 / 375) * 100vw);
  }
}
