@font-face {
  font-family: 'Javacom';
  src: url(../font/Javacom.otf);
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}

html {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  width: 100%;
  font-family: 'EB Garamond', serif;
  line-height: 1.8rem;
  overflow-x: hidden;
  font-weight: 100;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
  display: block;
  color: #000;
}

h2 {
  font-size: 26px;
  padding-bottom: 10px;
}

h3 {
  font-size: 16px;
}

.text {
  font-size: 13px;
}

@media screen and (min-width: 769px) {
  .text {
    font-size: 14px;
    line-height: 2.5rem;
  }
}

video {
  width: 100%;
}

section {
  padding: 90px 0;
}

.container {
  width: 85%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .container {
    max-width: 600px;
  }
}

@media screen and (max-width: 768px) {
  .video.spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .video.spNone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
  }
  .video.spNone video {
    width: 33.3%;
  }
}

.fade, .fadeleft, .faderight, .loading-txt.left, .loading-txt.right {
  opacity: 0;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}

.fv {
  padding: 0;
  width: 100%;
  scrollbar-width: none;
  min-height: 600px;
}

.fv .img-box {
  height: 100vh;
  width: 100%;
}

.fv .text_box {
  width: 75%;
  position: absolute;
  z-index: 9999;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  .fv .text_box {
    top: 53%;
    width: 26%;
  }
}

@media screen and (min-width: 769px) {
  .fv {
    margin-bottom: 10%;
  }
}

.fv .img-box {
  position: relative;
}

@media screen and (min-width: 769px) {
  .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrap figure {
    margin: 0;
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .wrap:nth-child(3) {
    margin-top: -66.8%;
  }
}

.current-r {
  -webkit-animation: slideR 1s ease 0s forwards;
          animation: slideR 1s ease 0s forwards;
  z-index: 10;
}

@-webkit-keyframes slideR {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideR {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.current-l {
  -webkit-animation: slideL 1s ease 0s forwards;
          animation: slideL 1s ease 0s forwards;
  z-index: 10;
}

@-webkit-keyframes slideL {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideL {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.current-rf {
  -webkit-animation: slideRfast 1.2s ease 0s forwards;
          animation: slideRfast 1.2s ease 0s forwards;
  z-index: 3;
}

@-webkit-keyframes slideRfast {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideRfast {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.current-rf {
  -webkit-animation: slideRfast 1.2s ease 0s forwards;
          animation: slideRfast 1.2s ease 0s forwards;
  z-index: 3;
}

.theme {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  .theme {
    position: inherit;
  }
}

.theme img {
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .read {
    margin-top: 300px;
  }
}

.read .sub-text {
  font-size: 12px;
  padding-bottom: 70px;
}

@media screen and (min-width: 769px) {
  .read .sub-text {
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  .read h2 {
    font-size: 43px;
    line-height: 2.5rem;
  }
}

@media screen and (min-width: 769px) {
  .read .text {
    font-size: 14px;
  }
}

.cover {
  background-color: #E5E5E5;
}

.cover h2 {
  text-align: center;
  padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .cover h2 {
    font-size: 26px;
  }
}

.cover .archive {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .cover .archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cover .archive .index .name {
  top: 50%;
}

.cover a {
  position: relative;
  overflow: hidden;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.cover a:hover {
  opacity: 0.7;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.cover a .name {
  width: 100%;
  text-align: center;
}

.cover a .name .line {
  position: relative;
}

.cover a .name .line:after {
  content: '';
  position: absolute;
  left: 10px;
  bottom: -5px;
  width: 0%;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation: arrowlong01 3s ease infinite;
          animation: arrowlong01 3s ease infinite;
}

.cover a .name, .cover a .view {
  position: absolute;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 40%;
  left: 50%;
  color: #fff;
  font-size: 15px;
}

.cover a .name span, .cover a .view span {
  font-size: 20px;
  padding-left: 10px;
}

.cover a .view {
  top: 70%;
  border: 1px solid #fff;
  padding: 0 2%;
}

@-webkit-keyframes arrowlong01 {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    width: 0;
    opacity: 1;
  }
  80% {
    width: 93%;
    opacity: 1;
  }
  100% {
    width: 93%;
    opacity: 0;
  }
}

@keyframes arrowlong01 {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    width: 0;
    opacity: 1;
  }
  80% {
    width: 93%;
    opacity: 1;
  }
  100% {
    width: 93%;
    opacity: 0;
  }
}

.fadeleft.fadeInLeftsmall {
  -webkit-animation: fadeInLeftsmall 1s forwards;
          animation: fadeInLeftsmall 1s forwards;
}

@media screen and (min-width: 769px) {
  .fadeleft.fadeInLeftsmall.box:nth-child(1) {
    -webkit-animation: fadeInUp 1s forwards;
            animation: fadeInUp 1s forwards;
  }
}

@media screen and (min-width: 769px) {
  .fadeleft.fadeInLeftsmall.box:nth-child(2) {
    -webkit-animation: fadeInUp 1s forwards .2s;
            animation: fadeInUp 1s forwards .2s;
  }
}

@media screen and (min-width: 769px) {
  .fadeleft.fadeInLeftsmall.box:nth-child(3) {
    -webkit-animation: fadeInUp 1s forwards .4s;
            animation: fadeInUp 1s forwards .4s;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeftsmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftsmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.faderight.fadeInRight {
  -webkit-animation: fadeInRight 1s forwards;
          animation: fadeInRight 1s forwards;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media screen and (min-width: 769px) {
  .denim .container {
    max-width: 800px;
  }
}

.denim .sub-text {
  font-size: 16px;
  padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .denim .select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}

.denim .denim-wrap {
  position: relative;
  margin-bottom: 30px;
  border: 3px #000 solid;
  overflow: hidden;
}

.denim .denim-wrap p {
  position: absolute;
  top: 30%;
  right: -25%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 18px;
}

@media screen and (min-width: 769px) {
  .denim .denim-wrap p {
    font-size: 22px;
  }
}

.denim .denim-wrap p.patch {
  top: 43%;
  right: -39%;
}

.denim h3 {
  margin: 50px 0 30px;
}

@media screen and (min-width: 769px) {
  .denim h3 {
    max-width: 700px;
    margin: 60px auto 40px;
    font-size: 21px;
  }
}

@media screen and (min-width: 769px) {
  .denim .text {
    max-width: 700px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .kodawari .container {
    max-width: 800px;
    margin: 0 auto;
  }
}

.kodawari .sub-text {
  padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .kodawari .img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    max-width: 390px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.kodawari .img-wrap img {
  margin-bottom: 10px;
}

.kodawari h3 {
  margin-top: 70px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 769px) {
  .kodawari h3 {
    font-size: 21px;
    max-width: 700px;
    margin: 70px auto 10px;
  }
}

.kodawari .credit {
  font-size: 11px;
  line-height: 1rem;
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .kodawari .credit {
    max-width: 700px;
    margin: 0 auto 80px;
    font-size: 13px;
    line-height: 1.2rem;
  }
}

.kodawari .credit a {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .kodawari .credit a {
    font-size: 13px;
  }
}

.kodawari .credit a span {
  font-size: 13px;
  color: #fff;
  display: block;
  background-color: #000;
  padding: 1.5% 4% 2%;
  margin-left: 5%;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .kodawari .credit a span {
    padding: 1% 2%;
  }
}

.kodawari .credit a:hover {
  opacity: .6;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.kodawari .text {
  margin: 30px 0 70px;
}

@media screen and (min-width: 769px) {
  .kodawari .text {
    max-width: 700px;
    margin: 0 auto 80px;
  }
}

.profile {
  border-bottom: 1px solid #E5E5E5;
}

.profile .wrap-box {
  width: 90%;
  max-width: 340px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .profile .wrap-box {
    max-width: 500px;
  }
}

.profile .wrap-box .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5%;
}

@media screen and (min-width: 769px) {
  .profile .wrap-box .top {
    padding: 10%;
  }
}

.profile .wrap-box .top img {
  width: 30%;
  padding-right: 20px;
}

.profile .wrap-box .top .content {
  text-align: center;
  padding-left: 20px;
}

.profile .wrap-box .top .content p {
  font-size: 11px;
  margin-top: -10px;
}

@media screen and (min-width: 769px) {
  .profile .wrap-box .top .content p {
    font-size: 13px;
    padding-bottom: 5px;
    margin-top: -15px;
  }
}

.profile .wrap-box .top .content a {
  font-size: 10px;
  text-decoration: underline;
  margin: 10px auto 0;
}

@media screen and (min-width: 769px) {
  .profile .wrap-box .top .content a {
    font-size: 12px;
    padding-bottom: 5px;
  }
}

.profile .wrap-box .top .content a:hover {
  opacity: 0.6;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.profile .wrap-box .top .content img {
  width: 15%;
  padding-left: 40%;
}

@media screen and (min-width: 769px) {
  .profile .wrap-box .top .content img {
    width: 20%;
  }
}

.profile .wrap-box .bottom {
  padding: 0 10% 5% 10%;
}

@media screen and (min-width: 769px) {
  .profile .wrap-box .bottom {
    padding: 0 12% 10% 12%;
  }
}

.profile .wrap-box .bottom p {
  font-size: 10px;
  line-height: 1.3rem;
}

@media screen and (min-width: 769px) {
  .profile .wrap-box .bottom p {
    font-size: 12px;
  }
}

.event {
  border-bottom: 1px solid #E5E5E5;
}

.event h2 {
  text-align: center;
  margin-bottom: 20px;
}

.event .text {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .event .text {
    font-size: 12px;
    line-height: 1.5rem;
    max-width: 500px;
    margin: 50px auto;
  }
}

.event .dots {
  border: 1px #707070 dotted;
  margin: 0 auto;
  padding: 10% 7%;
}

@media screen and (min-width: 769px) {
  .event .dots {
    width: 45%;
    padding: 5% 15%;
  }
}

.event .dots .inner {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 769px) {
  .event .dots .inner {
    width: 110%;
  }
}

.event .date, .event .place {
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .event .date, .event .place {
    font-size: 16px;
  }
}

.event .place {
  line-height: 1.2rem;
  margin: 0 auto;
}

.event .place span {
  font-size: 11px;
}

.event .place span.nagoya {
  padding-left: 35px;
}

@media screen and (min-width: 769px) {
  .event .place span.nagoya {
    padding-left: 13.5%;
  }
}

@media screen and (min-width: 769px) {
  .event .place span {
    font-size: 13px;
  }
}

@media screen and (min-width: 769px) {
  .event .place {
    line-height: 1.5rem;
  }
}

.all-btn {
  width: 85%;
  margin: 90px auto;
  text-align: center;
  background-color: #E5E5E5;
  font-size: 16px;
  padding: 2%;
  max-width: 300px;
}

@media screen and (min-width: 769px) {
  .all-btn {
    font-size: 15px;
    padding: 1%;
  }
}

.all-btn.fade:hover {
  opacity: 0.6;
}

.member {
  text-align: center;
  margin-bottom: 90px;
}

@media screen and (min-width: 769px) {
  .member {
    font-size: 13px;
  }
}

.footer {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3%;
}

.footer a:hover, .footer-bnr:hover {
  opacity: 0.8;
}

#f-logo {
  display: block;
  margin: 50px auto 0;
  width: 110px;
}

.footer #f-logo {
  margin-top: 90px;
}

#f-list li {
  text-align: center;
  font-size: 11px;
  padding: 2px 0;
}

#f-copy {
  text-align: center;
  font-size: 11px;
  margin-top: 20px;
}

#f-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer #f-link {
  margin-top: 50px;
}

#f-link li {
  width: 24px;
  margin: 0 15px;
}

.footer #f-link li {
  margin: 0 24px;
}

#f-link a:hover {
  opacity: 0.75;
}

.footer-tit {
  text-align: right;
  display: inline-block;
}

.footer-btn a {
  border: 1px solid #000;
  padding: 10px 35px;
  background: #fff;
}

.footer-btn a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-menu li {
  width: 33.333%;
  text-align: center;
}

.footer-menu li:not(:nth-child(3n)) .menu-tit {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.footer-menu .coming-soon p {
  color: #808080;
  padding-top: 4px;
}

.footer-menu .menu-tit {
  margin-bottom: 3px;
}

.footer-menu .menu-tit span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-menu .coming-soon {
  pointer-events: none;
}

.coming-soon .menu-tit > div::after,
.coming-soon .menu-tit > div::before {
  display: none;
}

.border-outer {
  width: 100%;
  z-index: 9;
  position: relative;
  pointer-events: none;
}

.footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top {
  padding: 0;
}

.top .top_container {
  position: relative;
}

@media screen and (min-width: 769px) {
  .top .top_container {
    max-width: 710px;
    margin: 0 auto;
  }
}

.top .top_container h1 {
  font-size: 25px;
  color: #fff;
  position: absolute;
  bottom: 8%;
  left: 6%;
  line-height: 2.5rem;
}

@media screen and (min-width: 769px) {
  .top .top_container h1 {
    left: 8%;
  }
}

.top .top_container h1 span {
  font-size: 42px;
}

@media screen and (min-width: 769px) {
  .top .top_container h1 span {
    font-size: 45px;
  }
}

.about {
  padding-bottom: 110px;
  max-width: 500px;
  margin: 0 auto;
}

.about .denim-wrap {
  overflow: hidden;
  border: 3px solid #000;
}

.about .denim-wrap img {
  line-height: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 769px) {
  .about {
    padding: 260px 0 180px;
  }
}

@media screen and (min-width: 769px) {
  .about h2 {
    font-size: 37px;
  }
}

@media screen and (min-width: 769px) {
  .about .sub-text {
    font-size: 22px;
    padding-bottom: 50px;
  }
}

.about .wrap {
  width: 75%;
  position: relative;
  display: block;
}

.about .wrap .number {
  font-size: 56px;
  position: absolute;
  right: -8%;
  top: 15%;
}

@media screen and (min-width: 769px) {
  .about .wrap .number {
    font-size: 70px;
  }
}

.about .denim-name {
  font-size: 14px;
  margin-top: -20px;
}

@media screen and (min-width: 769px) {
  .about .denim-name {
    font-size: 19px;
    margin-top: 0;
  }
}

.about .text-wrap {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -5px;
}

@media screen and (min-width: 769px) {
  .about .text-wrap {
    font-size: 19px;
    margin-top: 0;
  }
}

.zoom {
  -webkit-animation: animationZoom1 1.2s ease-in-out;
          animation: animationZoom1 1.2s ease-in-out;
}

@-webkit-keyframes animationZoom1 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animationZoom1 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.movie {
  margin: 140px auto 180px;
  height: 500px;
}

@media screen and (min-width: 769px) {
  .movie {
    margin: -20% 50% 200px 30%;
  }
}

.movie video {
  display: block;
  z-index: 100;
  position: absolute;
  width: 20%;
}

.moviesp {
  margin: 140px 0;
}

.moviesp video {
  width: 80%;
  margin-left: 10%;
}

.price {
  font-size: 14px;
  width: 330px;
  margin: 70px auto 210px;
}

@media screen and (min-width: 769px) {
  .price {
    font-size: 13px;
    width: 390px;
  }
}

.price a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 7px;
  line-height: 1.5;
}

.price a span {
  font-size: 13px;
  color: #fff;
  background-color: #000;
  padding: 1.5% 4% 2%;
  line-height: 1;
}

.price a span.com {
  background-color: inherit;
  color: #000;
  padding: 1.5% 4% 2%;
  border: #000 1px solid;
}

@media screen and (min-width: 769px) {
  .price a span {
    padding: 2% 4%;
  }
}

.price a:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0.5;
}

.price a.no-touch {
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .p1 {
    margin: 40px 28% 90px  auto;
    width: 416px;
  }
}

@media screen and (min-width: 769px) {
  .p2 {
    width: 25%;
    margin: 40px 40% 190px 33%;
  }
}

@media screen and (min-width: 769px) {
  .p3 {
    width: 100%;
    margin: 40px 0 190px;
  }
}

@media screen and (min-width: 769px) {
  .p5 {
    margin: 40px 24% 190px auto;
  }
}

.img-content.i2 {
  margin-right: 5%;
}

@media screen and (min-width: 769px) {
  .img-content.i2 {
    width: 35%;
    margin: 0 20% 0 45%;
  }
}

.img-content.i3 {
  margin-right: 30%;
}

@media screen and (min-width: 769px) {
  .img-content.i3 {
    width: 25%;
    margin: 0 20% 0 45%;
  }
}

.img-content.i4 {
  margin-left: 5%;
  padding-bottom: 190px;
}

@media screen and (min-width: 769px) {
  .img-content.i4 {
    width: 35%;
    margin: 0 25% 0 40%;
  }
}

.img-content.i5 {
  margin-left: 30%;
}

@media screen and (min-width: 769px) {
  .img-content.i5 {
    width: 25%;
    margin: 0 40% 0 33%;
  }
}

.img-content.i6 {
  width: 90%;
  margin: 0 auto 5px;
  position: relative;
}

.img-content.i6 .number {
  position: absolute;
  top: -3%;
  left: 1%;
  font-size: 56px;
}

@media screen and (min-width: 769px) {
  .img-content.i6 .number {
    font-size: 70px;
  }
}

.img-content.i7 {
  width: 90%;
  margin: 0 auto;
}

.img-content.i8, .img-content.i10 {
  width: 90%;
  margin: 0 auto 140px;
  position: relative;
}

.img-content.i8 .number, .img-content.i10 .number {
  position: absolute;
  top: -3%;
  right: 1%;
  font-size: 56px;
}

@media screen and (min-width: 769px) {
  .img-content.i8 .number, .img-content.i10 .number {
    font-size: 70px;
  }
}

@media screen and (min-width: 769px) {
  .img-content.i8 {
    width: 35%;
  }
}

.img-content.i9 {
  width: 60%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .img-content.i9 {
    width: 25%;
  }
}

@media screen and (min-width: 769px) {
  .img-content.i10 {
    width: 35%;
    margin-left: 25%;
  }
}

.img-content.i11 {
  width: 60%;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .img-content.i11 {
    width: 25%;
    margin-right: 25%;
  }
}

.message {
  padding-top: 0;
  margin-top: -10px;
  padding-bottom: 140px;
}

.message .container {
  width: 75%;
}

@media screen and (min-width: 769px) {
  .message .container {
    width: 450px;
  }
}

.message .title {
  font-family: 'Javacom';
  font-size: 24px;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  margin-bottom: 40px;
  white-space: nowrap;
  line-height: 3rem;
  overflow: hidden;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .message .title {
    margin-left: -50px;
  }
}

@media screen and (min-width: 769px) {
  .message .text {
    font-size: 12px;
  }
}

.message .from {
  font-family: 'Javacom';
  font-size: 15px;
  text-align: center;
  padding-top: 10px;
}

@media screen and (min-width: 769px) {
  .message .from {
    font-size: 18px;
    text-align: right;
  }
}

.message .kayoko-m .from {
  text-align: right;
}

.title.fadetext {
  -webkit-animation: fadetext 5s forwards ease;
          animation: fadetext 5s forwards ease;
  opacity: 1;
}

@-webkit-keyframes fadetext {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes fadetext {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.tit-line {
  width: 1px;
  height: 66px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  position: relative;
  z-index: 99;
  overflow: hidden;
}

.to_from_line {
  width: 1px;
  height: 90px;
  margin: 30px auto 50px;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  position: relative;
  z-index: 99;
  overflow: hidden;
}

.to_from_line::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-animation: bar_anim_y 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: bar_anim_y 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@media screen and (min-width: 769px) {
  .to_from_line {
    margin: 50px auto;
    height: 100px;
  }
}

@-webkit-keyframes bar_anim_y {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes bar_anim_y {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.other {
  background-color: #E5E5E5;
  border-bottom: #CCCCCC 1px solid;
  padding-bottom: 0;
  margin-bottom: 1px;
}

.other h2 {
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (min-width: 769px) {
  .other .other_img {
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }
  .other .other_img .img-content {
    width: 50%;
  }
}

.staff {
  padding-bottom: 0;
}

.staff .container {
  width: 90%;
}

@media screen and (min-width: 769px) {
  .staff .container {
    max-width: 1000px;
  }
}

.staff h2 {
  text-align: center;
  margin-bottom: 80px;
}

.staff .snap-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7px;
}

@media screen and (min-width: 769px) {
  .staff .snap-wrap {
    gap: 5px;
  }
}

.staff .snap-wrap .photo-wrap {
  width: 48.5%;
  margin-bottom: 30px;
}

.staff .snap-wrap .photo-wrap:nth-child(7), .staff .snap-wrap .photo-wrap:nth-child(8) {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .staff .snap-wrap .photo-wrap {
    width: 24%;
    margin-bottom: 55px;
  }
}

.staff .snap-wrap p {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: -10px;
}

@media screen and (min-width: 769px) {
  .staff .snap-wrap p {
    font-size: 16px;
    margin-top: 15px;
  }
}

.staff .snap-wrap .insta {
  font-size: 13px;
  text-decoration: underline;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (min-width: 769px) {
  .staff .snap-wrap .insta {
    font-size: 17px;
    margin-top: 8px;
  }
}

.staff .snap-wrap .insta img {
  display: inline-block;
  width: 10%;
  margin: 0 3% -2% 0;
  max-width: 20px;
}

@media screen and (min-width: 769px) {
  .staff .snap-wrap .insta img {
    max-width: 20px;
  }
}

.staff .snap-wrap .insta:hover {
  opacity: 0.5;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.staff a:hover {
  opacity: 0.6;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
}

#loading .top-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 769px) {
  #loading .top-text {
    width: 40%;
  }
}

#loading .top-text .left {
  width: 35%;
  margin: 99% 0 0 0;
}

@media screen and (min-width: 769px) {
  #loading .top-text .left {
    margin: 59% 0 0 27%;
    width: 15%;
  }
}

#loading .top-text .right {
  width: 35%;
  margin: 96% 0 0 0;
}

@media screen and (min-width: 769px) {
  #loading .top-text .right {
    margin: 58% 26% 0 0;
    width: 15%;
  }
}

#loading .fade_toptext {
  font-family: trajan-sans-pro, sans-serif;
  margin: 10% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
}

@media screen and (min-width: 769px) {
  #loading .fade_toptext {
    margin: 3% auto;
    width: 20%;
  }
}

#loading .fade_toptext span:nth-child(2) {
  margin-top: -20px;
}

#loading .bottom_text {
  text-align: center;
  opacity: 0;
  font-size: 10px;
  margin-top: -30px;
  line-height: 1.8;
  letter-spacing: 2px;
}

@media screen and (min-width: 769px) {
  #loading .bottom_text {
    font-size: 13px;
  }
}

#loading .bottom_text.delay4 {
  -webkit-animation: fadeD 1s forwards 2.3s;
          animation: fadeD 1s forwards 2.3s;
}

.fade_toptext span {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .message-title {
    margin-left: -11%;
    font-size: 37px;
  }
}

.loading-txt.left.delay2 {
  -webkit-animation: fadeD .5s forwards 1.5s;
          animation: fadeD .5s forwards 1.5s;
}

.loading-txt.right.delay3 {
  -webkit-animation: fadeD .5s forwards 2s;
          animation: fadeD .5s forwards 2s;
}

@-webkit-keyframes fadeD {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeD {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */