@charset "UTF-8";
/* ==================================
    メディアクエリ
===================================== */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

* {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body {
  font-size: 16px;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
a,
button {
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

.u-sp {
  display: block;
}
@media only screen and (min-width: 576px) {
  .u-sp {
    display: none;
  }
}

.u-pc {
  display: none !important;
}
@media only screen and (min-width: 576px) {
  .u-pc {
    display: block !important;
  }
}

.c-txt-center {
  text-align: center;
}

.c-txt-right {
  text-align: right;
}

.l-header {
  padding: 0 10px;
  position: fixed;
  top: 64px;
  right: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .l-header {
    max-width: 390px;
    margin: 0 auto;
  }
}
.l-header__snsWrap {
  margin-right: 25px;
  display: flex;
  position: relative;
  z-index: 2;
}
.l-header__snsWrap .l-header__linkSns {
  margin-left: 15px;
}
.l-header__snsWrap .l-header__linkSns img {
  width: auto;
  height: 25px;
}
.l-header__nav {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 576px) {
  .l-header__nav {
    max-width: 390px;
    margin: 0 auto;
  }
}
.l-header__list {
  padding-top: 160px;
  padding-bottom: 85px;
  padding-left: 20%;
  background: center/cover no-repeat url(../img/bg_02.png);
}
.l-header__list li {
  margin-bottom: 28px;
}
.l-header__list li a img {
  width: auto;
  height: 36px;
}

.c-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
}

.p-hamburger {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  outline: none;
  box-shadow: 0 0 2rem transparent;
  transition: all 0.3s ease-in-out;
}

.p-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 3px;
  background-color: #ff5300;
  transition: inherit;
}

.p-hamburger__line:before,
.p-hamburger__line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  transition: inherit;
}

.p-hamburger__line:before {
  top: -8px;
}

.p-hamburger__line:after {
  top: 8px;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line {
  background-color: transparent;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line:before,
.p-hamburger[aria-expanded=true] .p-hamburger__line:after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #000;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line:before {
  top: 0;
  transform: rotate(45deg);
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

.is-drawerActive {
  overflow: hidden;
}
.is-drawerActive .l-header__nav {
  opacity: 1;
  visibility: visible;
}

.p-container__inner {
  background: #fff;
}
@media only screen and (min-width: 576px) {
  .p-container__inner {
    max-width: 390px;
    margin: 0 auto;
  }
}
.p-container__bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1;
  background: center/cover no-repeat url(../img/bg_03.jpg);
}
@media only screen and (max-width: 575px) {
  .p-container__bg {
    display: none;
  }
}

.p-bnr {
  position: fixed;
  top: 60px;
  left: 5px;
  z-index: 11;
}
@media only screen and (min-width: 576px) {
  .p-bnr {
    left: calc(50% - 125px);
    transform: translateX(-50%);
  }
}
.p-bnr img {
  width: auto;
  height: 117px;
}

.swiper-logo {
  padding: 10px 0;
  background-color: #fff;
  position: relative;
  z-index: 11;
}
.swiper-logo .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-logo .swiper-slide img {
  width: auto;
  height: 32px;
}

.loopSlide {
  width: 100%;
  padding: 10px 0;
  position: relative;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 11;
}
.loopSlide.bottom {
  position: fixed;
  bottom: 0;
}
@media only screen and (min-width: 576px) {
  .loopSlide {
    max-width: 390px;
    margin: 0 auto;
  }
}
.loopSlide ul {
  padding: 0;
  width: 100%;
  display: flex;
  flex-shrink: 0;
}
.loopSlide ul:first-child {
  animation: slide1 60s -30s linear infinite;
}
.loopSlide ul:last-child {
  animation: slide2 60s linear infinite;
}
.loopSlide ul li {
  display: inline-block;
  width: 100%;
  min-width: 100px;
  margin-right: 20px;
  list-style: none;
  text-align: center;
}
.loopSlide ul li img {
  width: auto;
  height: 32px;
  display: block;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.p-mv {
  margin-top: 80px;
  margin-bottom: 65px;
  position: relative;
}
.p-mv__img {
  width: 92%;
  margin: 0 auto;
}
.p-mv__img01 {
  width: 11%;
  position: absolute;
  top: 53%;
  left: 45%;
}
.p-mv__img02 {
  width: 7%;
  position: absolute;
  top: 33%;
  left: 13%;
  /*top: 21%;
  left: 58%;*/
}
.p-mv__txt01 {
  width: 17.3%;
  position: absolute;
  top: 20%;
  right: 15%;
  /*top: 15%;
  right: 12%;*/
  z-index: 2;
}

.p-fixed {
  transition: 0.3s ease-in-out;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
@media only screen and (min-width: 576px) {
  .p-fixed {
    max-width: 390px;
    margin: 0 auto;
  }
}
.p-fixed.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.p-fixed__img01 {
  width: 80%;
  position: absolute;
  top: 46px;
  /*top: 26px;*/
  left: 25px;
}
.p-fixed__img02 {
  width: 26%;
  position: absolute;
  top: 47vw;
  right: 0;
}
@media only screen and (min-width: 576px) {
  .p-fixed__img02 {
    top: 170px;
  }
}
.p-fixed__img03 {
  width: 63%;
  position: absolute;
  top: 108vw;
  right: 0;
}
@media only screen and (min-width: 576px) {
  .p-fixed__img03 {
    top: 405px;
	left: 0px;
  }
}
.p-fixed__txt01 {
  width: 78%;
  position: absolute;
  top: 115vw;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 576px) {
  .p-fixed__txt01 {
    top: 440px;
  }
}

.p-sensei {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}
.p-sensei__img01 {
  width: 84%;
  margin: 0 auto 52px;
  position: relative;
  z-index: 2;
}
.p-sensei__txt01 {
  width: 53%;
  position: absolute;
  top: 22.5%;
  right: 3.5%;
}
.p-sensei__icon01 {
  width: 33%;
  position: absolute;
  top: 0;
  left: 3px;
}
.p-sensei__icon02 {
  width: 18%;
  position: absolute;
  top: 24%;
  left: 28%;
}
.p-sensei__icon03 {
  width: 21%;
  position: absolute;
  top: 45.5%;
  right: -1%;
}

.p-staff {
  padding-bottom: 50px;
  position: relative;
}
.p-staff__txt01 {
  width: 51%;
  margin-left: auto;
  margin-right: 4%;
}
.p-staff__img01 {
  width: 23%;
  position: absolute;
  top: -34px;
  left: 13%;
}
.p-staff__img02 {
  width: 10%;
  position: absolute;
  top: 175px;
  right: 5%;
}
.p-staff__img03 {
  width: 26%;
  position: absolute;
  top: 315px;
  right: 0;
}
.p-staff__list {
  width: 76%;
  margin-top: -88px;
  margin-left: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-staff__list li {
  width: 48%;
}
.p-staff__list li:nth-child(even) {
  margin-left: 4%;
}
.p-staff__list li:nth-child(n+3) {
  margin-top: 30px;
}
.p-staff__img {
  margin-bottom: 10px;
}
.p-staff__name {
  font-family: "Shippori Mincho", serif;
  font-style: italic;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background-color: #000;
}
.p-staff__insta a {
  padding: 2px 5px 2px 15px;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #ff5300;
  position: relative;
}
.p-staff__insta a::before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: center/contain no-repeat url(../img/icon_insta_02.png);
}
.p-staff__follower {
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.04em;
  line-height: 1;
}
.p-staff__more {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #ff5300;
  border-bottom: 1px solid #ff5300;
  display: inline-block;
  position: relative;
}
.p-staff__more::before, .p-staff__more::after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
  background-color: #ff5300;
}
.p-staff__more::after {
  transform: rotate(90deg);
}

.p-remodal {
  padding: 35px 15px;
  background-color: #1a1a1a;
}
@media only screen and (min-width: 576px) {
  .p-remodal {
    max-width: 390px;
  }
}
.p-remodal__columns {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.p-remodal__columns.un-center {
  align-items: center;
}
.p-remodal__columns .p-remodal__img {
  width: 70%;
}
.p-remodal__columns .p-remodal__message {
  width: 30%;
  padding-top: 20px;
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  line-height: 1.3;
  color: #fff;
  writing-mode: vertical-rl;
  text-align: left;
}
.p-remodal__position {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  color: #fff;
  text-align: left;
}
.p-remodal__name {
  padding: 0 40px 0 5px;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  font-style: italic;
  text-align: left;
  background-color: #00ff00;
}
.p-remodal__snsWrap {
  margin-left: 20px;
  display: flex;
}
.p-remodal__snsWrap a {
  margin-right: 15px;
}
.p-remodal__snsWrap a img {
  width: auto;
  height: 25px;
}
.p-remodal__list {
  margin-top: 25px;
}
.p-remodal__list dt {
  margin-bottom: 10px;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  text-align: left;
  color: #00ff00;
}
.p-remodal__list dd {
  margin-bottom: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: left;
}
.p-remodal .remodal-cancel {
  min-width: inherit;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #ff00ff;
  background: transparent;
  border-bottom: 1px solid #ff00ff;
  position: relative;
}
.p-remodal .remodal-cancel::before, .p-remodal .remodal-cancel::after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: calc(50% + 2px);
  left: -16px;
  transform: translateY(-50%);
  background: #ff00ff;
}
.p-remodal .remodal-cancel::before {
  transform: translateY(-50%) rotate(45deg);
}
.p-remodal .remodal-cancel::after {
  transform: translateY(-50%) rotate(-45deg);
}

.p-tiktok {
  padding: 50px 0 25px;
  position: relative;
}
.p-tiktok__txt01 {
  width: 61%;
  margin-left: 4%;
}
.p-tiktok .swiper-button-next,
.p-tiktok .swiper-rtl,
.p-tiktok .swiper-button-prev {
  width: 33px;
  height: 10px;
  background: center/contain no-repeat url(../img/icon_arrow.png);
}
.p-tiktok .swiper-button-next::after,
.p-tiktok .swiper-rtl::after,
.p-tiktok .swiper-button-prev::after {
  content: "";
  display: none;
}
.p-tiktok .swiper-button-prev {
  transform: scale(-1, 1);
}

.p-data {
  padding: 40px 0 70px;
  position: relative;
}
.p-data__txt01 {
  width: 54%;
  margin: 0 auto 30px;
  position: relative;
  z-index: 2;
}
.p-data__icon01 {
  width: 11%;
  position: absolute;
  top: 76px;
  left: 30px;
}
.p-data__icon02 {
  width: 23%;
  position: absolute;
  top: 27px;
  right: 13px;
}
.p-data__img01 {
  width: 96%;
}
.p-data__img02 {
  margin-top: 10px;
  margin-bottom: 70px;
}
.p-data__img03 {
  margin-bottom: 70px;
}
.p-data__img04 {
  position: relative;
  z-index: 2;
}
.p-data__img05 {
  margin-top: 20px;
  margin-bottom: 0px;
}

.p-about {
  padding: 50px 0 35px;
  background: center/cover no-repeat url(../img/bg_01.jpg);
  position: relative;
}
.p-about__txt {
  width: 54%;
  margin: 0 auto 20px;
  position: relative;
  z-index: 2;
}
.p-about__img01 {
  width: 18%;
  position: absolute;
  top: 280px;
  right: 3%;
}
.p-about__linkWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-about__link {
  width: 30%;
}
.p-about__link:not(:first-child) {
  margin-left: 20px;
}

.p-entry {
  padding: 70px 10px 50px;
  background-color: #ffff00;
}
.p-entry__link {
  display: block;
}
.p-entry__link:not(:last-child) {
  margin-bottom: 5px;
}
.p-entry .un-entry__link {
  margin-top: 20px;
}

.l-footer {
  padding-top: 30px;
  background-color: #ffff00;
  position: relative;
}
.l-footer__logo {
  width: 30%;
  margin-left: 12%;
  margin-bottom: 40px;
}
.l-footer__goToTop {
  width: 42%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.l-footer__copyright {
  padding: 15px 0;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #fff;
  background-color: #000;
  display: block;
  position: relative;
  z-index: 2;
}/*# sourceMappingURL=style.css.map */