/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
@-webkit-keyframes fadeinblur {
  0% {
    opacity: 0;
    -webkit-filter: blur(30px);
            filter: blur(30px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeinblur {
  0% {
    opacity: 0;
    -webkit-filter: blur(30px);
            filter: blur(30px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeinblurDown {
  0% {
    opacity: 0;
    -webkit-filter: blur(30px);
            filter: blur(30px);
    top: -110px;
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    top: 40px;
  }
}
@keyframes fadeinblurDown {
  0% {
    opacity: 0;
    -webkit-filter: blur(30px);
            filter: blur(30px);
    top: -110px;
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    top: 40px;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(3.4, 3.4, 3.4);
            transform: scale3d(3.4, 3.4, 3.4);
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  30% {
    -webkit-transform: scale3d(3.4, 3.4, 3.4);
            transform: scale3d(3.4, 3.4, 3.4);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(3.4, 3.4, 3.4);
            transform: scale3d(3.4, 3.4, 3.4);
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  30% {
    -webkit-transform: scale3d(3.4, 3.4, 3.4);
            transform: scale3d(3.4, 3.4, 3.4);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
body {
  color: #786a3e;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  line-height: 1.5;
  overflow: visible;
  height: auto;
}

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

header {
  opacity: 1;
}

.contents-wrap {
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4%;
  padding-left: 4%;
}
@media print, screen and (min-width:1280px) {
  .contents-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}

.child-mv__text {
  width: 370px;
}
@media only screen and (max-width: 767.9px) {
  .child-mv__text {
    width: 270px;
  }
}

@media only screen and (max-width: 767.9px) {
  .mv-video video {
    left: -80%;
  }
}

.bx-wrapper {
  border: none;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.slide {
  margin-bottom: 20px;
  max-width: 1200px;
  margin: 0 auto 20px;
}
.slide figcaption {
  background: #000;
  color: #fff;
  text-shadow: none;
  padding: 2px 6px 4px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 501;
}
@media only screen and (max-width: 800px) {
  .slide figcaption {
    font-size: 9px;
  }
}
@media all and (-ms-high-contrast: none) {
  .slide figcaption {
    padding: 5px 6px 1px;
  }
}
.slide figcaption.bgL {
  left: 0;
  right: auto;
}
@media all and (-ms-high-contrast: none) {
  .slide figcaption.bgL {
    padding: 5px 6px 1px;
  }
}
.slide figcaption.out {
  bottom: -20px;
  background: none;
  color: #000;
}

.bx-wrapper {
  border: none;
  margin-bottom: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.custom-thumb a {
  width: 16.2%;
  display: block;
  margin-bottom: 4px;
}

.custom-thumb.n7 a {
  width: 13.5%;
  display: block;
  margin-bottom: 4px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.custom-thumb a:hover {
  opacity: 0.6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.custom-thumb a img {
  max-width: 100%;
}

.custom-thumb a.active, .custom-thumb a:hover {
  opacity: 0.4;
}

.child-main-copy {
  padding-bottom: 50px;
  line-height: 1.6;
}

.capArea p {
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 10.8px;
}

@media only screen and (max-width: 767px) {
  .slide {
    margin-bottom: 10px;
  }
  .custom-thumb a {
    width: 24%;
  }
  .custom-thumb.n7 a {
    width: 24%;
  }
  .child-main-copy {
    padding-bottom: 25px;
    letter-spacing: 0;
  }
}