@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

html {
  font-size: 62.5%;
  overflow-x: auto;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
var {
  font-style: normal;
}

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

caption,
th {
  text-align: left;
  font-weight: 500;
}

q:before,
q:after {
  content: '';
}

object,
embed {
  vertical-align: top;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}


legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

ul,
ol {
  list-style-type: none;
}

ul,
li,
img {
  vertical-align: bottom;
}

hr {
  display: none;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

::selection {
  background-color: #EEEEEE;
}

/* default */
body {
  font-family: "Shippori Mincho", "Roboto", sans-serif;
  color: #454545;
  font-size: 1.8rem;
  line-height: 2.2;
  -webkit-text-size-adjust: none;
  font-weight: 400;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  min-width: 1215px;
  /*overflow-x: hidden;*/
}

body * {
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 1.5rem;
  }

  .pc {
    display: none !important;
  }
}

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

input,
select,
textarea,
button {
  font-family: "Shippori Mincho", "Roboto", sans-serif;
  vertical-align: middle;
  letter-spacing: 0.02em;
  padding: 8px 8px;
}

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

input:placeholder,
textarea:placeholder {
  color: #707070;
}

input[type=text],
input[type=tel],
input[type=email] {
  border: none;
  background: #ffffff;
  padding: 8px;
  border: solid 1px #999;
  font-size: 1.5rem;
  border-radius: 5px;
}

input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

select {
  background: #ffffff;
  padding: 5px;
  border: solid 1px #999;
  font-size: 1.5rem;
  border-radius: 5px;
}

textarea {
  border: none;
  background: #ffffff;
  padding: 8px;
  border: solid 1px #999;
  font-size: 1.5rem;
  border-radius: 5px;
}


/* link option */
a {
  cursor: pointer;

}

a:link {
  color: #454545;
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  color: #454545;
  text-decoration: none;
}

a:hover {
  color: #454545;
  text-decoration: none;
}

a:active {
  color: #454545;
}

/*clearfix*/
.cf:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.cf {
  min-height: 1%;
}

* {
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}

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

.block {
  display: block;
}

.AnCr {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.AnLt {
  text-align: left !important;
}

.AnRt {
  text-align: right !important;
}

.big {
  font-size: 120%;
}

.bold {
  font-weight: 700;
}

.sml {
  font-size: 90%;
}

.red {
  color: #C50018;
  display: inline;
}

/*IE11以下のフォント余白処理*/
@media all and (-ms-high-contrast:none) {

  _:lang(x)::-ms-backdrop,
  .selector {}
}

/*firefoxのみ適用*/
@-moz-document url-prefix() {}

/* safari */
_::-webkit-full-page-media,
_:future,
:root .selector {}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

@media screen and (max-width: 767px) {

  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=file],
  select,
  textarea {
    font-size: 100%;
  }
}


/***************************************************************************

  ヘッダ

***************************************************************************/
header {
  border-top: 4px solid #C50018;
  line-height: 1.2;
  width: 100%;
  position: absolute;
  z-index: 5;
}

header .wrap {
  max-width: 1312px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

header .logo {
  width: 220px;
  height: 220px;
  margin: 0;
  padding: 20px 30px 20px 50px;
  background-color: #fff;
}

header .logo a {
  display: block;
}

header .navi {
  display: flex;
  padding: 30px 0 27px 0;
  height: 90px;
  position: static;
  transition: 0.3s;
}

header.hdrScrl .navi {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 0 0 0 0;
  height: 74px;
  align-items: center;
  background: #fff;
  transition: 0.3s;
  z-index: 1000;
}

header.hdrScrl .navi nav ul {
  margin: 0 32px 0 0;
}

header nav ul {
  display: flex;
  gap: 0 22px;
  margin: 4px 32px 0 0;
}

header nav ul li a {
  font-size: 1.6rem;
  font-weight: 600;
}

header nav ul li a span {
  position: relative;
}

header nav ul li a span::after {
  background-color: #454545;
  bottom: -4px;
  content: "";
  height: 1px;
  left: 0;
  width: 0;
  position: absolute;
  transition: .3s
}

header nav ul li.current a span::after,
header nav ul li a:hover span::after {
  width: 100%;
}

header .navi .insta a {
  width: 29px;
  height: 29px;
  display: block;
}

header .navi .insta a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media screen and (max-width: 1385px) {
  header .logo {
    width: 15.884vw;
    height: 15.884vw;
    padding: 20px 2.166vw 20px 3.61vw;
  }
}

@media screen and (max-width: 1215px) {
  header .wrap {
    width: 1215px;
  }

  header .logo {
    width: 193px;
    height: 193px;
    padding: 20px 26px 20px 43px;
  }

  header .navi {
    width: 1020px;
  }
}

@media screen and (max-width: 1040px) {
  header.hdrScrl .navi {
    width: 1025px;
  }
}

@media screen and (max-width: 767px) {
  header .wrap {
    width: 100%;
  }

  header .logo {
    width: 177px;
    height: auto;
    padding: 16px 17px 16px 35px;
  }

  header .log a img {
    width: 105px !important;
  }

  header .navi {
    display: none;
  }

  header.hdrScrl .navi {
    display: none;
  }
}

/***************************************************************************

  メニュー ドロワー

***************************************************************************/
@media screen and (min-width: 768px) {
  #menuBtn {
    display: none;
  }

  #navBox {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #navBox {
    visibility: hidden;
    display: none;

  }

  #menuBtn {
    display: block;
    width: 45px;
    height: 30px;
    position: fixed;
    right: 24px;
    top: 30px;
    text-align: center;
    color: #454545;
    cursor: pointer;
    z-index: 1001;
    padding: 14px 0 0;
    transition: 0.3s;
  }

  #menuBtn i {
    display: block;
    width: 35px;
    border-top: solid 1px #454545;
    position: relative;
    transition: 0.3s;
    margin: 0 auto;
  }

  #menuBtn i:before {
    content: '';
    width: 35px;
    height: 1px;
    background: #454545;
    position: absolute;
    left: 0;
    top: -9px;
    transition: 0.3s;
  }

  #menuBtn i:after {
    content: '';
    width: 35px;
    height: 1px;
    background: #454545;
    position: absolute;
    left: 0;
    top: 7px;
    transition: 0.3s;
  }

  .open #menuBtn i {
    color: #333;
    border-top: solid 1px transparent;
  }

  .open #menuBtn i:before {
    width: 35px;
    top: 0;
    background: #454545;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .open #menuBtn i:after {
    width: 35px;
    top: 0;
    background: #454545;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .layer {
    display: none;
  }

  #navBox {
    width: 100vw;
    height: 100vh;
    position: fixed;
    color: #fff;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1000;
    visibility: visible;
    display: block;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(30px);
    display: none;
    padding: 30px 0 0;
  }

  #navBox .wrap {
    height: 100%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    padding: 0 40px 50px;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }

  #navBox .wrap::-webkit-scrollbar {
    display: none;
  }

  #navBox {
    visibility: visible;
  }

  #navBox .hdrNavWrap strong {
    width: 200px !important;
    display: block;
    margin: 0 auto 18px;
  }

  #navBox .hdrNavWrap strong img {
    width: 100%;
  }

  #navBox .hdrNavWrap a {
    color: #454545;
  }

  #navBox .hdrNavWrap ul {
    display: block;
    margin: 0 0 16px;
  }

  #navBox .hdrNavWrap ul li a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.58;
    padding: 0 0 16px;
  }

  .navBoxSnsBlock {
    font-size: 14px;
  }

  .navBoxSnsBlock a {
    color: #454545;
    font-weight: 600;
    line-height: 2.4;
    padding: 0 0 0 42px;
    background: url(../img/icon-instagram.png) no-repeat left center;
    background-size: 29px auto;
    display: block;
  }

}

/***************************************************************************

  フッター

***************************************************************************/
footer {
  margin: 130px 0 0 0;
  padding: 55px 0 0 0;
  border-top: 1px solid #DEDEDE;
}

footer .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

footer .logo {
  text-align: center;
  margin: 0 0 20px;
}

footer .logo img {
  width: 341px;
  height: 341px;
}

footer nav ul {
  width: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 32px;
  font-size: 1.6rem;
  font-weight: 600;
}

footer nav ul li a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

footer .info {
  margin: 100px 0 0 0;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}

footer .info dl dt {
  margin: 0 0 18px;
}

footer .info dl dd div {
  font-size: 1.4rem;
  display: inline-block;
  margin: 0 20px 0 0;
}

footer .info div a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 29px;
  margin: 40px 0 0 0;
}

footer .info div a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

footer .info div a span {
  background: url(../img/icon-instagram.png) no-repeat 0 0;
  background-size: 29px;
  padding: 0 0 0 45px;
  display: block;
}

footer .copyright {
  margin: 40px 0 0 0;
  padding: 17px 0;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  background-color: #C50018;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  footer {
    margin: 65px 0 0 0;
    padding: 36px 0 0 0;
  }

  footer .logo img {
    width: 212px;
    height: 212px;
  }

  footer nav ul {
    width: 100%;
    display: block;
    padding: 0 35px;
  }

  footer nav ul li {
    margin: 8px 0 0 0;
  }

  footer .info {
    flex-direction: column-reverse;
    margin: 30px 0 0 0;
    padding: 0 35px;
  }

  footer .info div a {
    margin: 0;
    font-size: 1.3rem;
  }

  footer .info div a span {
    padding: 0 0 0 42px;
  }

  footer .info dl {
    margin: 68px 0 0 0;
  }

  footer .info dl dd div {
    font-size: 1.3rem;
  }

  footer .copyright {
    margin: 35px 0 0 0;
    font-size: 1.1rem;
  }
}

/***************************************************************************

  ローディング

***************************************************************************/
#loading_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(../img/menu_logo.png) no-repeat center center;
  background-size: 300px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 1.1s;
  z-index: 9999;
}

.loader {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

#loading-wrapper p {
  position: absolute;
  font-size: 10px;
}

@-webkit-keyframes load5 {

  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }

  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }

  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

@keyframes load5 {

  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }

  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }

  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

.completed {
  opacity: 0;
  visibility: hidden;
}

/***************************************************************************

  パララックス

***************************************************************************/
.mv.active {
  transform: scale(1);
  opacity: 1;
}

.mv {
  transform: scale(0.85);
  opacity: 0;
  transition: 1.4s !important;
}

.mv_delay02 {
  transition-delay: .2s !important;
}

.mv_delay04 {
  transition-delay: .4s !important;
}

.mv_delay05 {
  transition-delay: .5s !important;
}

.mv_delay06 {
  transition-delay: .6s !important;
}

.mv_delay08 {
  transition-delay: .8s !important;
}

.mv_delay10 {
  transition-delay: 1s !important;
}

.mv_delay12 {
  transition-delay: 1.2s !important;
}

.mv_delay14 {
  transition-delay: 1.4s !important;
}

.mv_delay15 {
  transition-delay: 1.5s !important;
}

.mv_delay16 {
  transition-delay: 1.6s !important;
}

.mv_delay18 {
  transition-delay: 1.8s !important;
}

.mv_delay20 {
  transition-delay: 2s !important;
}

.mv_delay50 {
  transition-delay: 5s !important;
}

.mv_up {
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
}

.mv_down {
  transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
}

.mv_up.active,
.mv_down.active {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}

.mv_op.active {
  transform: scale(1);
  opacity: 1;
}

.mv_op {
  transform: scale(1);
  opacity: 0;
  transition: 2s !important;
}

.mv_left {
  transform: scale(1);
  transform: translate(-20px, 0);
  -webkit-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
}

.mv_right {
  transform: scale(1);
  transform: translate(20px, 0);
  -webkit-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
}

.mv_left.active,
.mv_right.active {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}

.txtFade {
  clip-path: inset(0 100% 0 0);
  width: fit-content;
  margin: 0 auto;
}

.txtFade.is-loaded {
  /*transition: clip-path 1.0s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;*/
  transition: clip-path 2s;
  clip-path: inset(0 0 0 0);
}

.effectTxt span {
  display: inline !important;
  opacity: 0;
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}

@media screen and (max-width: 767px) {
  .mv_delay04 {
    transition-delay: .2s !important;
  }
  .mv_delay08 {
    transition-delay: .2s !important;
  }
}
