@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.fw300-light {
  font-weight: 300 !important;
}

.fw400-regular {
  font-weight: 400 !important;
}

.fw500-medium {
  font-weight: 500 !important;
}

.fw600-semi {
  font-weight: 600 !important;
}

.fw700-bold {
  font-weight: 700 !important;
}

.fw800-extra {
  font-weight: 800 !important;
}

.fw900-black {
  font-weight: 900 !important;
}

.center {
  text-align: center;
}

.show1180 {
  display: none !important;
}
@media only screen and (max-width: 1180px) {
  .show1180 {
    display: block !important;
  }
}

.show850 {
  display: none !important;
}
@media only screen and (max-width: 850px) {
  .show850 {
    display: block !important;
  }
}

.show750 {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show750 {
    display: block !important;
  }
}

@media only screen and (max-width: 1180px) {
  .hide1180 {
    display: none !important;
  }
}

@media only screen and (max-width: 850px) {
  .hide850 {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide750 {
    display: none !important;
  }
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
  /*scroll-behavior: smooth;*/
  overflow: hidden;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
@media only screen and (max-width: 414px) {
  body {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-height: 750px) {
  body {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-height: 560px) {
  body {
    font-size: 1rem;
    line-height: 2rem;
  }
}

@media only screen and (max-width: 750px) {
  .bg-sp {
    background-image: url("/100th/assets/images/top/bg-gradient-red-wide.png");
    background-repeat: repeat;
    background-position: top center;
    background-size: 2560px 1px;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  outline: none;
}

div {
  margin: 0;
  padding: 0;
}

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

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
  color: #000;
  -webkit-transition: all 0.2s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.75, 0.3, 0.25, 1);
}

a img {
  display: block;
  outline: none;
  -webkit-transition: all 0.2s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.75, 0.3, 0.25, 1);
}

a:hover img {
  opacity: 1 !important;
}

a:focus, a:active, input, textarea {
  outline: none;
}

a:hover, a:hover img, a:hover {
  opacity: 0.85;
}

a path, button path {
  -webkit-transition: all 0.2s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.75, 0.3, 0.25, 1);
}

.anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

.link-unerline {
  text-decoration: underline;
}

.btn-box.mt25 {
  margin-top: 25px;
}

.btn {
  position: relative;
  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;
}
.btn.square-radius {
  height: 50px;
  border-radius: 25px;
}
.btn.yellow {
  background-color: #F6C10B;
  color: #000;
  border: 2px solid #000;
}
.btn.yellow:hover {
  opacity: 1;
  color: #fff;
  background-color: #004F8F;
}
.btn.yellow:hover .icon svg path {
  fill: #fff;
}
.btn.icon-left-abs .icon {
  position: absolute;
  left: 20px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn.icon-right-abs .icon {
  position: absolute;
  right: 20px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn.w-220 {
  width: 100%;
  max-width: 220px;
}

/* Wrapper */
#wrapper {
  position: relative;
}

#mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}

/* Main */
main {
  overflow: hidden;
}

.content-1440 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.button-back {
  position: fixed;
  top: 0;
  right: 20px;
  z-index: 16;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}
@media only screen and (max-width: 750px) {
  .button-back {
    right: 5%;
    height: 60px;
  }
}
.button-back .btn-box .btn {
  width: 220px;
}
@media only screen and (max-width: 750px) {
  .button-back .btn-box .btn {
    width: 140px;
    padding-left: 20px;
    height: 40px;
  }
}

.horizontal-scroll {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 14;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  outline: none;
}
.horizontal-scroll .scroll-content {
  width: 100%;
  display: flow-root;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.horizontal-scroll .scroll-content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  white-space: nowrap;
  overflow: auto;
  overflow-y: hidden;
}
.horizontal-scroll .scroll-content .flex section {
  min-width: unset;
}

#content-wide {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  white-space: normal;
  background-image: url("/100th/assets/images/top/bg-gradient-top-content.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: 16009px 1px;
}
@media only screen and (max-width: 750px) {
  #content-wide {
    display: none;
  }
}

.box-sp {
  display: none;
  white-space: normal;
  min-width: 100%;
  padding: 60px 7.5% 0 7.5%;
}
@media only screen and (max-width: 750px) {
  .box-sp {
    display: block;
    padding-top: 0;
  }
}
.box-sp.w-auto {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.js-inView {
  position: relative;
  left: 25px;
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.js-inView.is-view {
  left: 0;
  opacity: 1;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  background-color: #F6C10B;
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  padding: 0 20px;
}
@media only screen and (max-width: 750px) {
  header .header {
    height: 60px;
    padding: 0 5%;
  }
}
@media only screen and (max-width: 750px) {
  header .header .col-left .logo img {
    width: auto;
    height: 40px;
  }
}
header .header .col-right .btn-box {
  width: 220px;
}

/* MV */
#mv {
  position: relative;
  z-index: 11;
  width: 100%;
  min-width: 100%;
  overflow: hidden;
  background-image: url("/100th/assets/images/top/bg-gradient-top-mv.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: 100%;
}
@media only screen and (max-width: 1440px) {
  #mv {
    min-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #mv {
    min-width: 100%;
    background-image: none;
  }
}
#mv .mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  padding-top: 80px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #mv .mv {
    padding-top: 85px;
    display: block;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 414px) {
  #mv .mv {
    padding-left: 10%;
    padding-right: 10%;
  }
}
#mv .mv .col-l {
  width: 26.875%;
}
@media only screen and (max-width: 750px) {
  #mv .mv .col-l {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-height: 600px) {
  #mv .mv .col-l {
    width: 80%;
  }
}
#mv .mv .col-l img {
  width: auto;
  height: 49.288vh;
  max-height: 415px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #mv .mv .col-l img {
    width: 100%;
    height: auto;
  }
}
#mv .mv .col-c {
  width: 32.5%;
}
@media only screen and (max-width: 750px) {
  #mv .mv .col-c {
    width: 70%;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-height: 750px) {
  #mv .mv .col-c {
    width: 58%;
  }
}
@media only screen and (max-height: 600px) {
  #mv .mv .col-c {
    width: 55%;
  }
}
@media only screen and (max-height: 560px) {
  #mv .mv .col-c {
    width: 49%;
    margin-bottom: 15px;
  }
}
#mv .mv .col-c img {
  width: auto;
  height: 85.275vh;
  max-height: 718px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #mv .mv .col-c img {
    width: 100%;
    height: auto;
  }
}
#mv .mv .col-r {
  width: 27.777%;
}
@media only screen and (max-width: 750px) {
  #mv .mv .col-r {
    display: none;
  }
}
#mv .mv .col-r h2 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
#mv .mv .col-r p {
  white-space: normal;
}
#mv .mv .col-r p + h2 {
  margin-top: 40px;
}
#mv .mv .col-r .scroll {
  display: table;
  margin-top: 30px;
  margin-left: auto;
}
#mv .mv .col-r .scroll img {
  position: relative;
  -webkit-animation: jumpInfinite 1.5s infinite;
  animation: jumpInfinite 1.5s infinite;
}
@-webkit-keyframes jumpInfinite {
  0% {
    right: 0;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 0;
  }
}
@keyframes jumpInfinite {
  0% {
    right: 0;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 0;
  }
}
#mv .mv .text-sp {
  display: none;
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #mv .mv .text-sp {
    display: block;
  }
}
#mv .mv .scroll-sp {
  display: none;
  width: 25%;
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  #mv .mv .scroll-sp {
    display: block;
  }
}
#mv .mv .scroll-sp img {
  position: relative;
  -webkit-animation: jumpInfinite 1.5s infinite;
  animation: jumpInfinite 1.5s infinite;
}
@-webkit-keyframes jumpInfinite {
  0% {
    right: 0;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 0;
  }
}
@keyframes jumpInfinite {
  0% {
    right: 0;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 0;
  }
}

.box-flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 60px;
}
@media only screen and (max-width: 750px) {
  .box-flex {
    display: block;
    padding: 0;
  }
}
.box-flex.box-00 {
  padding-top: 90px;
}
.box-flex.box-00 h2 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-height: 560px) {
  .box-flex.box-00 h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-height: 600px) {
  .box-flex.box-00 h2 img {
    width: auto;
    height: 22px;
  }
}
@media only screen and (max-height: 560px) {
  .box-flex.box-00 h2 img {
    height: 20px;
  }
}
.box-flex.box-00 p {
  white-space: normal;
}
@media only screen and (max-width: 414px) {
  .box-flex.box-00 p {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-height: 750px) {
  .box-flex.box-00 p {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-height: 560px) {
  .box-flex.box-00 p {
    font-size: 1rem;
    line-height: 2rem;
  }
}
.box-flex.box-00 p + h2 {
  margin-top: 40px;
}
@media only screen and (max-width: 414px) {
  .box-flex.box-00 p + h2 {
    margin-top: 30px;
  }
}
@media only screen and (max-height: 560px) {
  .box-flex.box-00 p + h2 {
    margin-top: 25px;
  }
}
.box-flex.box-01 {
  z-index: 10;
  padding-top: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-flex.box-01 .col-ttl img {
  width: auto;
  height: 62.04vh;
  max-height: 670px;
}
@media only screen and (max-width: 750px) {
  .box-flex.box-01 .col-ttl img {
    height: auto;
    max-height: 87px;
  }
}
@media only screen and (max-height: 600px) {
  .box-flex.box-01 .col-ttl img {
    max-height: 67px;
  }
}
@media only screen and (max-width: 414px) {
  .box-flex.box-01 .col-content .img {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-height: 750px) {
  .box-flex.box-01 .col-content .img {
    width: 73%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-height: 600px) {
  .box-flex.box-01 .col-content .img {
    width: 58%;
  }
}
@media only screen and (max-width: 750px) {
  .box-flex.box-01 .col-content .btn-box .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.box-flex.box-01 .col-img img {
  width: auto;
  height: 74.585vh;
  max-height: 628px;
}
.box-flex.box-02 {
  z-index: 9;
  padding-top: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-flex.box-02 .col-ttl img {
  width: auto;
  height: 53.21vh;
  max-height: 448px;
}
@media only screen and (max-width: 750px) {
  .box-flex.box-02 .col-ttl img {
    height: auto;
    max-height: 87px;
  }
}
@media only screen and (max-height: 600px) {
  .box-flex.box-02 .col-ttl img {
    max-height: 67px;
  }
}
.box-flex.box-02 .col-img {
  margin-left: -300px;
}
.box-flex.box-02 .col-img img {
  width: auto;
  height: 71.378vh;
  max-height: 601px;
}
@media only screen and (max-width: 750px) {
  .box-flex.box-02 .col-content .img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 414px) {
  .box-flex.box-02 .col-content .img {
    width: 36.5% !important;
  }
}
@media only screen and (max-height: 750px) {
  .box-flex.box-02 .col-content .img {
    width: 40.5%;
  }
}
@media only screen and (max-height: 600px) {
  .box-flex.box-02 .col-content .img {
    width: 30% !important;
  }
}
@media only screen and (max-width: 750px) {
  .box-flex.box-02 .col-content .btn-box .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.box-flex.box-03 {
  z-index: 8;
  padding-top: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-flex.box-03 .col-ttl img {
  width: auto;
  height: 71.582vh;
  max-height: 602px;
}
@media only screen and (max-width: 750px) {
  .box-flex.box-03 .col-ttl img {
    height: auto;
    max-height: 87px;
  }
}
@media only screen and (max-height: 600px) {
  .box-flex.box-03 .col-ttl img {
    max-height: 67px;
  }
}
.box-flex.box-03 .col-img {
  margin-left: -50px;
  max-height: 600px;
  position: relative;
}
.box-flex.box-03 .col-img > img {
  width: auto;
  height: 72vh;
  max-height: 600px;
}
.box-flex.box-03 .col-img .pepper1 {
  position: absolute;
  top: 52.2%;
  left: 26%;
  z-index: 1;
  display: block;
  width: 5.865%;
  max-width: 63px;
  -webkit-animation: myAnim 2s ease 0s infinite normal forwards;
          animation: myAnim 2s ease 0s infinite normal forwards;
}
@-webkit-keyframes myAnim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@keyframes myAnim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
.box-flex.box-03 .col-img .pepper2 {
  position: absolute;
  top: 16%;
  left: 77.25%;
  z-index: 1;
  display: block;
  width: 4.189%;
  max-width: 45px;
  -webkit-animation: myAnim 2s ease 0s infinite normal forwards;
          animation: myAnim 2s ease 0s infinite normal forwards;
}
@keyframes myAnim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@media only screen and (max-width: 414px) {
  .box-flex.box-03 .col-content .img {
    width: 81%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-height: 600px) {
  .box-flex.box-03 .col-content .img {
    width: 66%;
  }
}
@media only screen and (max-width: 750px) {
  .box-flex.box-03 .col-content .btn-box .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.box-flex.box-04 {
  z-index: 7;
  padding-top: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-flex.box-04 .col-ttl img {
  width: auto;
  height: 69.953vh;
  max-height: 589px;
}
@media only screen and (max-width: 750px) {
  .box-flex.box-04 .col-ttl img {
    height: auto;
    max-height: 38px;
  }
}
@media only screen and (max-height: 600px) {
  .box-flex.box-04 .col-ttl img {
    max-height: 28px;
  }
}
.box-flex.box-04 .col-img {
  position: relative;
  margin-left: 120px;
  max-width: 540px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .box-flex.box-04 .col-img {
    margin-left: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 414px) {
  .box-flex.box-04 .col-img {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-height: 600px) {
  .box-flex.box-04 .col-img {
    width: 48%;
  }
}
@media only screen and (max-width: 375px) {
  .box-flex.box-04 .col-img {
    width: 61%;
  }
}
@media only screen and (max-height: 560px) {
  .box-flex.box-04 .col-img {
    width: 42% !important;
  }
}
.box-flex.box-04 .col-img .box-04-slick {
  position: relative;
  padding-bottom: 50px;
  max-width: 540px;
}
@media only screen and (max-width: 750px) {
  .box-flex.box-04 .col-img .box-04-slick {
    max-width: 260px;
    margin-top: 25px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 414px) {
  .box-flex.box-04 .col-img .box-04-slick {
    width: 100%;
  }
}
.box-flex.box-04 .col-img .box-04-slick .slick-slide {
  margin: 0;
}
.box-flex.box-04 .col-img .box-04-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-flex.box-04 .col-img .box-04-slick .slick-list {
  margin: 0;
}
.box-flex.box-04 .col-img .box-04-slick .item img {
  width: auto;
  height: 73.635vh;
  max-height: 620px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .box-flex.box-04 .col-img .box-04-slick .item img {
    width: auto;
    height: 35vh;
  }
}
@media only screen and (max-height: 750px) {
  .box-flex.box-04 .col-img .box-04-slick .item img {
    width: auto;
    height: 39.5vh;
  }
}
@media only screen and (max-height: 600px) {
  .box-flex.box-04 .col-img .box-04-slick .item img {
    height: 31.5vh;
  }
}
@media only screen and (max-height: 560px) {
  .box-flex.box-04 .col-img .box-04-slick .item img {
    height: 27vh !important;
  }
}
@media only screen and (max-width: 375px) {
  .box-flex.box-04 .col-img .box-04-slick .item img {
    height: 35vh;
  }
}
.box-flex.box-04 .col-img .box-04-slick .dots-circle {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  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;
}
.box-flex.box-04 .col-img .box-04-slick .dots-circle li {
  margin: 0 6px;
}
.box-flex.box-04 .col-img .box-04-slick .dots-circle li.slick-active button {
  background-color: #004F8F;
}
.box-flex.box-04 .col-img .box-04-slick .dots-circle li button {
  display: block;
  width: 18px;
  height: 18px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background-color: #F6C10B;
  border-radius: 100%;
  border: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.75, 0.3, 0.25, 1);
}
@media only screen and (max-width: 750px) {
  .box-flex.box-04 .col-img .box-04-slick .dots-circle li button {
    width: 14px;
    height: 14px;
  }
}
.box-flex.box-04 .col-img .box-04-slick .dots-circle li button:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media only screen and (max-width: 750px) {
  .box-flex.box-04 .col-content .btn-box .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.box-flex.box-05 {
  z-index: 5;
  padding-right: 0;
  padding-top: 50px;
  height: 100%;
}
.box-flex.box-05 .col-ttl img {
  width: auto;
  height: 52.676vh;
  max-height: 443px;
}
@media only screen and (max-width: 750px) {
  .box-flex.box-05 .col-ttl img {
    height: auto;
    max-height: 87px;
  }
}
@media only screen and (max-height: 600px) {
  .box-flex.box-05 .col-ttl img {
    max-height: 67px;
  }
}
.box-flex.box-05 .col-img {
  max-width: 1600px;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .box-flex.box-05 .col-img {
    max-width: 1104px;
  }
}
@media only screen and (max-width: 1280px) {
  .box-flex.box-05 .col-img {
    max-width: 944px;
  }
}
@media only screen and (max-width: 750px) {
  .box-flex.box-05 .col-img {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-height: 600px) {
  .box-flex.box-05 .col-img {
    margin-top: 20px;
  }
}
.box-flex.box-05 .col-img .box-05-slick {
  position: relative;
  padding-bottom: 80px;
}
.box-flex.box-05 .col-img .box-05-slick .slick-slide {
  margin: 0 15px;
}
.box-flex.box-05 .col-img .box-05-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-flex.box-05 .col-img .box-05-slick .slick-list {
  margin: 0;
}
.box-flex.box-05 .col-img .box-05-slick .item {
  border: 2px solid #F6C10B;
  border-radius: 10px;
  overflow: hidden;
  /*@include mediaquery-414 {
      height: 345px;
  }
  @include mediaquery-h750 {
      height: 416px;   
  }
  @include mediaquery-h600 {
      height: 295px;   
  }
  @include mediaquery-h540 {
      height: 260px;   
  }*/
}
.box-flex.box-05 .col-img .box-05-slick .item img {
  width: auto;
  height: 61.832vh;
  max-height: 520px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .box-flex.box-05 .col-img .box-05-slick .item img {
    width: 83vw;
    height: auto;
    max-height: auto;
  }
}
.box-flex.box-05 .col-img .box-05-slick .slick-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  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;
  width: 50px;
  height: 50px;
  border: 2px solid #F6C10B;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background-color: transparent;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 14px;
  -webkit-transition: all 0.2s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.box-flex.box-05 .col-img .box-05-slick .slick-arrow:hover {
  cursor: pointer;
  background-color: #004F8F;
  border-color: #004F8F;
}
.box-flex.box-05 .col-img .box-05-slick .slick-arrow.slick-prev {
  background-image: url("/100th/assets/images/top/btn-arrow-slick-left-yellow.svg");
}
.box-flex.box-05 .col-img .box-05-slick .slick-arrow.slick-prev:hover {
  background-image: url("/100th/assets/images/top/btn-arrow-slick-left-white.svg");
}
.box-flex.box-05 .col-img .box-05-slick .slick-arrow.slick-next {
  background-image: url("/100th/assets/images/top/btn-arrow-slick-right-yellow.svg");
  left: 60px;
}
.box-flex.box-05 .col-img .box-05-slick .slick-arrow.slick-next:hover {
  background-image: url("/100th/assets/images/top/btn-arrow-slick-right-white.svg");
}
.box-flex .col-ttl {
  padding-top: 40px;
  padding-right: 60px;
}
@media only screen and (max-width: 750px) {
  .box-flex .col-ttl {
    padding-top: 30px;
    padding-right: 0;
  }
}
.box-flex .col-content {
  width: 300px;
  padding-top: 90px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .box-flex .col-content {
    width: 100%;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 414px) {
  .box-flex .col-content {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .box-flex .col-content .img {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 414px) {
  .box-flex .col-content .img {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 750px) {
  .box-flex .col-content .btn-box {
    margin-top: 30px;
  }
}
.box-flex .col-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* MV */
#mv-detail {
  position: relative;
  z-index: 11;
  width: 100%;
  min-width: 100%;
  background-image: url("/100th/assets/images/top/bg-gradient-top-mv.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  #mv-detail {
    min-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #mv-detail {
    min-width: 100%;
    background-image: none;
  }
}
#mv-detail .mv-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-top: 80px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #mv-detail .mv-detail {
    padding-top: 60px;
    height: auto;
    min-height: 613px;
    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-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 414px) {
  #mv-detail .mv-detail {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media only screen and (max-height: 600px) {
  #mv-detail .mv-detail {
    min-height: 535px;
  }
}
@media only screen and (max-height: 560px) {
  #mv-detail .mv-detail {
    min-height: 510px;
  }
}
#mv-detail .mv-detail .col-l {
  width: 15.694%;
}
@media only screen and (max-width: 750px) {
  #mv-detail .mv-detail .col-l {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }
}
#mv-detail .mv-detail .col-l img {
  width: auto;
  height: 73.6vh;
  max-height: 616px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #mv-detail .mv-detail .col-l img {
    height: 55.5vh;
  }
}
#mv-detail .mv-detail .col-c {
  width: 35.694%;
}
@media only screen and (max-width: 750px) {
  #mv-detail .mv-detail .col-c {
    display: none;
  }
}
#mv-detail .mv-detail .col-c img {
  width: auto;
  height: 80.275vh;
  max-height: 650px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #mv-detail .mv-detail .col-c img {
    width: 100%;
    height: auto;
  }
}
#mv-detail .mv-detail .col-r {
  width: 29.583%;
  height: 78vh;
  padding-top: 6%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #mv-detail .mv-detail .col-r {
    display: none;
  }
}
#mv-detail .mv-detail .col-r h2 {
  margin-bottom: 25px;
}
#mv-detail .mv-detail .col-r p {
  white-space: normal;
}
#mv-detail .mv-detail .col-r .scroll {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: table;
  margin-left: auto;
}
#mv-detail .mv-detail .col-r .scroll img {
  position: relative;
  -webkit-animation: jumpInfinite 1.5s infinite;
  animation: jumpInfinite 1.5s infinite;
}
@-webkit-keyframes jumpInfinite {
  0% {
    right: 0;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 0;
  }
}
@keyframes jumpInfinite {
  0% {
    right: 0;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 0;
  }
}
#mv-detail .mv-detail .scroll-sp {
  display: none;
  width: 25%;
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  #mv-detail .mv-detail .scroll-sp {
    display: block;
  }
}
#mv-detail .mv-detail .scroll-sp img {
  position: relative;
  -webkit-animation: jumpInfinite 1.5s infinite;
  animation: jumpInfinite 1.5s infinite;
}
@-webkit-keyframes jumpInfinite {
  0% {
    right: 0;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 0;
  }
}
@keyframes jumpInfinite {
  0% {
    right: 0;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 0;
  }
}

.box-flex .col-content {
  position: relative;
  z-index: 1;
}
.box-flex.box-detail-00 {
  padding-top: 100px;
}
@media only screen and (max-height: 600px) {
  .box-flex.box-detail-00 {
    padding-top: 90px;
  }
}
.box-flex.box-detail-00 h2 {
  margin-bottom: 25px;
}
@media only screen and (max-height: 600px) {
  .box-flex.box-detail-00 h2 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-height: 600px) {
  .box-flex.box-detail-00 h2 img {
    width: auto;
    height: 58px;
  }
}
.box-flex.box-detail-00 p {
  white-space: normal;
}
.box-flex.box-detail-00 .img {
  margin-top: 30px;
}
@media only screen and (max-height: 600px) {
  .box-flex.box-detail-00 .img {
    margin-top: 20px;
  }
}
.box-flex.box-detail-00 .img img {
  width: 100%;
  height: auto;
}
.box-flex.box-detail-01 .col-img img {
  width: auto;
  height: 78.998vh;
  max-height: 662px;
}
.box-flex.box-detail-02 .col-ttl img {
  width: auto;
  height: 75.78vh;
  max-height: 635px;
}
@media only screen and (max-width: 750px) {
  .box-flex.box-detail-02 .col-ttl img {
    height: auto;
    max-height: 87px;
  }
}
.box-flex.box-detail-02 .col-content {
  width: 750px;
}
.box-flex.box-detail-02 .col-content .video {
  width: 750px;
  border: 3px solid #312A3D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-flex.box-detail-02 .col-content .video video {
  width: 100%;
  height: auto;
}
.box-flex.box-detail-02 .col-content .text {
  margin-top: 35px;
}

.box-sp .box-detail-01 {
  padding-top: 100px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-detail-01 {
    padding-top: 90px;
  }
}
.box-sp .box-detail-01 .col-img img {
  height: 65vh;
  max-height: none;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-detail-01 .col-img img {
    height: 75vh;
  }
}
.box-sp .box-detail-02-sp {
  padding-top: 100px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-detail-02-sp {
    padding-top: 90px;
  }
}
.box-sp .box-detail-02-sp > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-sp .box-detail-02-sp > div .col-ttl {
  padding-top: 0;
}
.box-sp .box-detail-02-sp > div .col-ttl img {
  width: auto;
  height: 65vh;
  max-height: 652px;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-detail-02-sp > div .col-ttl img {
    height: 75vh;
  }
}
.box-sp .box-detail-02-sp > div .col-content {
  width: 350px;
  padding-left: 30px;
  white-space: normal;
}
.box-sp .box-detail-02-sp > div .col-content video {
  width: 100%;
  height: auto;
  border: 3px solid #312A3D;
}
.box-sp .box-detail-02-sp > div .col-content .text {
  margin-top: 10px;
}

/* MV */
#mv-yawataya {
  position: relative;
  z-index: 11;
  width: 100%;
  min-width: 100%;
  background-image: url("/100th/assets/images/top/bg-gradient-top-mv.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  #mv-yawataya {
    min-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #mv-yawataya {
    min-width: 100%;
    background-image: none;
  }
}
#mv-yawataya .mv-yawataya {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-top: 80px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #mv-yawataya .mv-yawataya {
    padding-top: 60px;
    height: auto;
    min-height: 613px;
    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-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 414px) {
  #mv-yawataya .mv-yawataya {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media only screen and (max-height: 600px) {
  #mv-yawataya .mv-yawataya {
    min-height: 535px;
  }
}
@media only screen and (max-height: 560px) {
  #mv-yawataya .mv-yawataya {
    min-height: 510px;
  }
}
#mv-yawataya .mv-yawataya .col-l {
  width: 15.694%;
}
@media only screen and (max-width: 750px) {
  #mv-yawataya .mv-yawataya .col-l {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }
}
#mv-yawataya .mv-yawataya .col-l img {
  width: auto;
  height: 73.6vh;
  max-height: 616px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #mv-yawataya .mv-yawataya .col-l img {
    height: 55.5vh;
  }
}
#mv-yawataya .mv-yawataya .col-r {
  width: 65.277%;
  height: 582px;
  min-height: 582px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #mv-yawataya .mv-yawataya .col-r {
    display: none;
  }
}
#mv-yawataya .mv-yawataya .col-r .scroll {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: table;
  margin-left: auto;
}
#mv-yawataya .mv-yawataya .col-r .scroll img {
  position: relative;
  -webkit-animation: jumpInfinite 1.5s infinite;
  animation: jumpInfinite 1.5s infinite;
}
@-webkit-keyframes jumpInfinite {
  0% {
    right: 0;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 0;
  }
}
@keyframes jumpInfinite {
  0% {
    right: 0;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 0;
  }
}
#mv-yawataya .mv-yawataya .col-r .pepper1 {
  position: absolute;
  top: 50%;
  left: 25.5%;
  z-index: 1;
  display: block;
  width: 5.865%;
  max-width: 63px;
  -webkit-animation: myAnim 2s ease 0s infinite normal forwards;
          animation: myAnim 2s ease 0s infinite normal forwards;
}
@keyframes myAnim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
#mv-yawataya .mv-yawataya .col-r .pepper2 {
  position: absolute;
  top: 15.75%;
  left: 77.25%;
  z-index: 1;
  display: block;
  width: 3.9%;
  max-width: 45px;
  -webkit-animation: myAnim 2s ease 0s infinite normal forwards;
          animation: myAnim 2s ease 0s infinite normal forwards;
}
@keyframes myAnim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
#mv-yawataya .mv-yawataya .scroll-sp {
  display: none;
  width: 25%;
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  #mv-yawataya .mv-yawataya .scroll-sp {
    display: block;
  }
}
#mv-yawataya .mv-yawataya .scroll-sp img {
  position: relative;
  -webkit-animation: jumpInfinite 1.5s infinite;
  animation: jumpInfinite 1.5s infinite;
}
@-webkit-keyframes jumpInfinite {
  0% {
    right: 0;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 0;
  }
}
@keyframes jumpInfinite {
  0% {
    right: 0;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 0;
  }
}

.box-flex .col-content {
  position: relative;
  z-index: 1;
}
.box-flex.box-yawataya-00 {
  padding-top: 40px;
}
.box-flex.box-yawataya-00 h2 {
  margin-bottom: 25px;
}
.box-flex.box-yawataya-00 p {
  white-space: normal;
}
.box-flex.box-yawataya-00 .img {
  margin-top: 30px;
}
.box-flex.box-yawataya-00 .img img {
  width: 100%;
  height: auto;
}
.box-flex.box-yawataya-01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-flex.box-yawataya-01 .col-img {
  position: relative;
  max-height: 662px;
}
.box-flex.box-yawataya-01 .col-img > img {
  width: auto;
  height: 79.377vh;
  max-height: 662px;
}
.box-flex.box-yawataya-01 .col-img .pepper1 {
  position: absolute;
  top: 59%;
  left: 50.1%;
  z-index: 1;
  display: block;
  width: 5.865%;
  max-width: 63px;
  -webkit-animation: myAnim 2s ease 0s infinite normal forwards;
          animation: myAnim 2s ease 0s infinite normal forwards;
}
@keyframes myAnim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
.box-flex.box-yawataya-02 .col-img img {
  width: auto;
  height: 79.377vh;
  max-height: 662px;
}
.box-flex.box-yawataya-03 {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-flex.box-yawataya-03 .col-img {
  position: relative;
  max-height: 695px;
}
.box-flex.box-yawataya-03 .col-img > img {
  width: auto;
  height: 83.334vh;
  max-height: 695px;
}
.box-flex.box-yawataya-04 .col-img img {
  width: auto;
  height: 87.24vh;
  max-height: 670px;
}
.box-flex.box-yawataya-05 .col-img img {
  width: auto;
  height: 71.1vh;
  max-height: 546px;
}
.box-flex.box-yawataya-06 .col-img img {
  width: auto;
  height: 86.459vh;
  max-height: 664px;
}
.box-flex.box-yawataya-07 .col-img img {
  width: auto;
  height: 89.584vh;
  max-height: 688px;
}
.box-flex.box-yawataya-08 .col-img img {
  width: auto;
  height: 89.584vh;
  max-height: 680px;
}
.box-flex.box-yawataya-09 .col-img img {
  width: auto;
  height: 79.377vh;
  max-height: 662px;
}
.box-flex.box-yawataya-10 .col-img img {
  width: auto;
  height: 80.079vh;
  max-height: 615px;
}

.box-sp .box-yawataya-01 {
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-yawataya-01 {
    margin-top: 0;
  }
}
.box-sp .box-yawataya-01 .col-img img {
  height: 50vh;
  max-height: none;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-yawataya-01 .col-img img {
    height: 70vh;
  }
}
.box-sp .box-yawataya-02 {
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-yawataya-02 {
    margin-top: 0;
  }
}
.box-sp .box-yawataya-02 .col-img img {
  height: 60vh;
  max-height: none;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-yawataya-02 .col-img img {
    height: 70vh;
  }
}
.box-sp .box-yawataya-03 {
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-yawataya-03 {
    margin-top: 0;
  }
}
.box-sp .box-yawataya-03 .col-img img {
  height: 60vh;
  max-height: none;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-yawataya-03 .col-img img {
    height: 70vh;
  }
}
.box-sp .box-yawataya-04 {
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-yawataya-04 {
    margin-top: 0;
  }
}
.box-sp .box-yawataya-04 .col-img img {
  height: 60vh;
  max-height: none;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-yawataya-04 .col-img img {
    height: 70vh;
  }
}
.box-sp .box-yawataya-05 {
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-yawataya-05 {
    margin-top: 0;
  }
}
.box-sp .box-yawataya-05 .col-img img {
  height: 50vh;
  max-height: none;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-yawataya-05 .col-img img {
    height: 70vh;
  }
}
.box-sp .box-yawataya-06 {
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-yawataya-06 {
    margin-top: 0;
  }
}
.box-sp .box-yawataya-06 .col-img img {
  height: 60vh;
  max-height: none;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-yawataya-06 .col-img img {
    height: 70vh;
  }
}
.box-sp .box-yawataya-07 {
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-yawataya-07 {
    margin-top: 0;
  }
}
.box-sp .box-yawataya-07 .col-img img {
  height: 60vh;
  max-height: none;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-yawataya-07 .col-img img {
    height: 70vh;
  }
}
.box-sp .box-yawataya-08 {
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-yawataya-08 {
    margin-top: 0;
  }
}
.box-sp .box-yawataya-08 .col-img img {
  height: 60vh;
  max-height: none;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-yawataya-08 .col-img img {
    height: 70vh;
  }
}
.box-sp .box-yawataya-09 {
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-yawataya-09 {
    margin-top: 0;
  }
}
.box-sp .box-yawataya-09 .col-img img {
  height: 60vh;
  max-height: none;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-yawataya-09 .col-img img {
    height: 70vh;
  }
}
.box-sp .box-yawataya-10 {
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-yawataya-10 {
    margin-top: 0;
  }
}
.box-sp .box-yawataya-10 .col-img img {
  height: 60vh;
  max-height: none;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-yawataya-10 .col-img img {
    height: 70vh;
  }
}

.map-link-relative .map-link {
  position: absolute;
  z-index: 99999;
}
.map-link-relative .map-link#box-yawataya-03 {
  top: 63.5%;
  left: 19%;
  width: 4.5%;
  height: 9.5%;
  background-image: url("/100th/assets/images/top/content-box-03-img-pepper-02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  -webkit-animation: myAnim 2s ease 0s infinite normal forwards;
          animation: myAnim 2s ease 0s infinite normal forwards;
}
@keyframes myAnim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
.map-link-relative .map-link#box-yawataya-03-01 {
  top: 38.75%;
  left: 50.25%;
  width: 7.9%;
  height: 15.9%;
  background-image: url("/100th/assets/images/top/content-box-03-img-pepper-01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  -webkit-animation: myAnim 2s ease 0s infinite normal forwards;
          animation: myAnim 2s ease 0s infinite normal forwards;
}
@keyframes myAnim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}

/* MV */
#mv-possibility {
  position: relative;
  z-index: 11;
  width: 100%;
  min-width: 100%;
  background-image: url("/100th/assets/images/top/bg-gradient-top-mv.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  #mv-possibility {
    min-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #mv-possibility {
    min-width: 100%;
    background-image: none;
  }
}
#mv-possibility .mv-possibility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-top: 80px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #mv-possibility .mv-possibility {
    padding-top: 60px;
    height: auto;
    min-height: 613px;
    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-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 414px) {
  #mv-possibility .mv-possibility {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media only screen and (max-height: 600px) {
  #mv-possibility .mv-possibility {
    min-height: 535px;
  }
}
@media only screen and (max-height: 560px) {
  #mv-possibility .mv-possibility {
    min-height: 510px;
  }
}
#mv-possibility .mv-possibility .col-l {
  width: 15.694%;
}
@media only screen and (max-width: 750px) {
  #mv-possibility .mv-possibility .col-l {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }
}
#mv-possibility .mv-possibility .col-l img {
  width: auto;
  height: 73.6vh;
  max-height: 616px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #mv-possibility .mv-possibility .col-l img {
    height: 55.5vh;
  }
}
#mv-possibility .mv-possibility .col-c {
  width: 35.694%;
}
@media only screen and (max-width: 750px) {
  #mv-possibility .mv-possibility .col-c {
    display: none;
  }
}
#mv-possibility .mv-possibility .col-c img {
  width: auto;
  height: 80.275vh;
  max-height: 650px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #mv-possibility .mv-possibility .col-c img {
    width: 100%;
    height: auto;
  }
}
#mv-possibility .mv-possibility .col-r {
  width: 29.583%;
  height: 78vh;
  padding-top: 6%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #mv-possibility .mv-possibility .col-r {
    display: none;
  }
}
#mv-possibility .mv-possibility .col-r h2 {
  margin-bottom: 25px;
}
#mv-possibility .mv-possibility .col-r p {
  white-space: normal;
}
#mv-possibility .mv-possibility .col-r .scroll {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: table;
  margin-left: auto;
}
#mv-possibility .mv-possibility .col-r .scroll img {
  position: relative;
  -webkit-animation: jumpInfinite 1.5s infinite;
  animation: jumpInfinite 1.5s infinite;
}
@-webkit-keyframes jumpInfinite {
  0% {
    right: 0;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 0;
  }
}
@keyframes jumpInfinite {
  0% {
    right: 0;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 0;
  }
}
#mv-possibility .mv-possibility .scroll-sp {
  display: none;
  width: 25%;
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  #mv-possibility .mv-possibility .scroll-sp {
    display: block;
  }
}
#mv-possibility .mv-possibility .scroll-sp img {
  position: relative;
  -webkit-animation: jumpInfinite 1.5s infinite;
  animation: jumpInfinite 1.5s infinite;
}
@-webkit-keyframes jumpInfinite {
  0% {
    right: 0;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 0;
  }
}
@keyframes jumpInfinite {
  0% {
    right: 0;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 0;
  }
}

.box-flex .col-content {
  position: relative;
  z-index: 1;
}
.box-flex.box-possibility-00 {
  padding-top: 100px;
}
@media only screen and (max-height: 600px) {
  .box-flex.box-possibility-00 {
    padding-top: 90px;
  }
}
.box-flex.box-possibility-00 h2 {
  margin-bottom: 25px;
}
.box-flex.box-possibility-00 p {
  white-space: normal;
}
.box-flex.box-possibility-00 .img {
  margin-top: 30px;
}
.box-flex.box-possibility-00 .img img {
  width: 100%;
  height: auto;
}
.box-flex.box-possibility-01 .col-img img {
  width: auto;
  height: 85vh;
  max-height: 653px;
}
.box-flex.box-possibility-02 .col-img img {
  width: auto;
  height: 72vh;
}
.box-flex.box-possibility-03 .col-img img {
  width: auto;
  height: 89.59vh;
  max-height: 688px;
}
.box-flex.box-possibility-04 .col-img img {
  width: auto;
  height: 88.412vh;
  max-height: 679px;
}

.box-sp .box-possibility-01 {
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-possibility-01 {
    margin-top: 0;
  }
}
.box-sp .box-possibility-01 .col-img img {
  height: 60vh;
  max-height: none;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-possibility-01 .col-img img {
    height: 70vh;
  }
}
.box-sp .box-possibility-02 {
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-possibility-02 {
    margin-top: 0;
  }
}
.box-sp .box-possibility-02 .col-img img {
  height: 60vh;
  max-height: none;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-possibility-02 .col-img img {
    height: 70vh;
  }
}
.box-sp .box-possibility-03 {
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-possibility-03 {
    margin-top: 0;
  }
}
.box-sp .box-possibility-03 .col-img img {
  height: 60vh;
  max-height: none;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-possibility-03 .col-img img {
    height: 70vh;
  }
}
.box-sp .box-possibility-04 {
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-possibility-04 {
    margin-top: 0;
  }
}
.box-sp .box-possibility-04 .col-img img {
  height: 60vh;
  max-height: none;
}
@media only screen and (max-height: 600px) {
  .box-sp .box-possibility-04 .col-img img {
    height: 70vh;
  }
}

/* MV */
#mv-brother {
  position: relative;
  z-index: 11;
  width: 100%;
  min-width: 100%;
  background-image: url("/100th/assets/images/top/bg-gradient-top-mv.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  #mv-brother {
    min-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #mv-brother {
    min-width: 100%;
    background-image: none;
  }
}
#mv-brother .mv-brother {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-top: 80px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #mv-brother .mv-brother {
    padding-top: 60px;
    height: auto;
    min-height: 613px;
    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-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 414px) {
  #mv-brother .mv-brother {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media only screen and (max-height: 600px) {
  #mv-brother .mv-brother {
    min-height: 535px;
  }
}
@media only screen and (max-height: 560px) {
  #mv-brother .mv-brother {
    min-height: 510px;
  }
}
#mv-brother .mv-brother .col-l {
  width: 15.694%;
}
@media only screen and (max-width: 750px) {
  #mv-brother .mv-brother .col-l {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }
}
#mv-brother .mv-brother .col-l img {
  width: auto;
  height: 73.6vh;
  max-height: 616px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #mv-brother .mv-brother .col-l img {
    height: 53.5vh;
  }
}
#mv-brother .mv-brother .col-c {
  width: 35.694%;
}
@media only screen and (max-width: 750px) {
  #mv-brother .mv-brother .col-c {
    display: none;
  }
}
#mv-brother .mv-brother .col-c img {
  width: auto;
  height: 80.275vh;
  max-height: 650px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #mv-brother .mv-brother .col-c img {
    width: 100%;
    height: auto;
  }
}
#mv-brother .mv-brother .col-r {
  width: 29.583%;
  height: 78vh;
  padding-top: 6%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #mv-brother .mv-brother .col-r {
    display: none;
  }
}
#mv-brother .mv-brother .col-r h2 {
  margin-bottom: 25px;
}
#mv-brother .mv-brother .col-r p {
  white-space: normal;
}
#mv-brother .mv-brother .col-r .img {
  margin-top: 80px;
}
#mv-brother .mv-brother .col-r .scroll {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: table;
  margin-left: auto;
}
#mv-brother .mv-brother .col-r .scroll img {
  position: relative;
  -webkit-animation: jumpInfinite 1.5s infinite;
  animation: jumpInfinite 1.5s infinite;
}
@-webkit-keyframes jumpInfinite {
  0% {
    right: 0;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 0;
  }
}
@keyframes jumpInfinite {
  0% {
    right: 0;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 0;
  }
}
#mv-brother .mv-brother .scroll-sp {
  display: none;
  width: 25%;
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  #mv-brother .mv-brother .scroll-sp {
    display: block;
  }
}
#mv-brother .mv-brother .scroll-sp img {
  position: relative;
  -webkit-animation: jumpInfinite 1.5s infinite;
  animation: jumpInfinite 1.5s infinite;
}
@-webkit-keyframes jumpInfinite {
  0% {
    right: 0;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 0;
  }
}
@keyframes jumpInfinite {
  0% {
    right: 0;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 0;
  }
}

.box-flex .col-content {
  position: relative;
  z-index: 1;
}
.box-flex.box-brother-00 {
  padding-top: 100px;
}
.box-flex.box-brother-00 h2 {
  margin-bottom: 25px;
}
.box-flex.box-brother-00 p {
  white-space: normal;
}
.box-flex.box-brother-00 .img {
  margin-top: 30px;
}
.box-flex.box-brother-00 .img img {
  width: 100%;
  height: auto;
}
.box-flex.box-brother-01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-flex.box-brother-01 .col-img {
  position: relative;
}
.box-flex.box-brother-01 .col-img img {
  width: auto;
  height: 85vh;
  max-height: 653px;
}
.box-flex.box-brother-01 .col-img .link-img {
  position: absolute;
  z-index: 9998;
}
.box-flex.box-brother-01 .col-img .link-img:hover {
  z-index: 10000;
}
.box-flex.box-brother-01 .col-img .link-img:hover .box-zoom-image {
  visibility: visible !important;
  opacity: 1 !important;
}
.box-flex.box-brother-01 .col-img .link-img:hover {
  opacity: 1;
  /*img {
      transform: scale(1.1);
      background-color: $white;
  }*/
}
.box-flex.box-brother-01 .col-img .link-img img {
  width: 100%;
  height: auto;
  max-height: auto;
}
.box-flex.box-brother-01 .col-img .link-img#id-1155961 {
  width: 1.5%;
  top: 35.75%;
  left: 2.86%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-1155961 img {
  border-radius: 20px;
}
.box-flex.box-brother-01 .col-img .link-img#id-2002 {
  width: 3.65%;
  top: 56.9%;
  left: 8.33%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-2002 img {
  border-radius: 20px;
}
.box-flex.box-brother-01 .col-img .link-img#id-1155976 {
  width: 1.18%;
  top: 4.5%;
  left: 8.25%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-1155976 img {
  border-radius: 10px;
}
.box-flex.box-brother-01 .col-img .link-img#id-1156121 {
  width: 1.18%;
  top: 52%;
  left: 16.07%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-1156121 img {
  border-radius: 20px;
}
.box-flex.box-brother-01 .col-img .link-img#id-1155953 {
  width: 1.18%;
  top: 76%;
  left: 16.07%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-1155953 img {
  border-radius: 20px;
}
.box-flex.box-brother-01 .col-img .link-img#id-2006 {
  width: 2.9%;
  top: 4.5%;
  left: 19.19%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-2006 img {
  border-radius: 20px;
}
.box-flex.box-brother-01 .col-img .link-img#id-10 {
  width: 1.17%;
  top: 80.4%;
  left: 23.4%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-10 img {
  border-radius: 20px;
}
.box-flex.box-brother-01 .col-img .link-img#id-1156003 {
  width: 1.17%;
  top: 63.4%;
  left: 24.91%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-1156003 img {
  border-radius: 20px;
}
.box-flex.box-brother-01 .col-img .link-img#id-1156029 {
  width: 1.17%;
  top: 50.5%;
  left: 27.35%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-1156029 img {
  border-radius: 20px;
}
.box-flex.box-brother-01 .col-img .link-img#id-1156199 {
  width: 2%;
  top: 4.4%;
  left: 26.88%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-1156199 img {
  border-radius: 20px;
}
.box-flex.box-brother-01 .col-img .link-img#id-1155979 {
  width: 1.16%;
  top: 4.5%;
  left: 33.56%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-1155979 img {
  border-radius: 20px;
}
.box-flex.box-brother-01 .col-img .link-img#id-2012 {
  width: 4.21%;
  top: 0%;
  left: 39.27%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-2012 img {
  border-radius: 10px;
}
.box-flex.box-brother-01 .col-img .link-img#id-1155981 {
  width: 1.16%;
  top: 75.2%;
  left: 35.67%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-1155981 img {
  border-radius: 20px;
}
.box-flex.box-brother-01 .col-img .link-img#id-1156040 {
  width: 1.16%;
  top: 53.2%;
  left: 36.99%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-1156040 img {
  border-radius: 20px;
}
.box-flex.box-brother-01 .col-img .link-img#id-1156016 {
  width: 1.15%;
  top: 64.8%;
  left: 42.9%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-1156016 img {
  border-radius: 20px;
}
.box-flex.box-brother-01 .col-img .link-img#id-1156012 {
  width: 1.17%;
  top: 53.4%;
  left: 47.37%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-1156012 img {
  border-radius: 20px;
}
.box-flex.box-brother-01 .col-img .link-img#id-1156176 {
  width: 2.29%;
  top: 1.9%;
  left: 51.53%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-1156176 img {
  border-radius: 20px;
}
.box-flex.box-brother-01 .col-img .link-img#id-2016 {
  width: 1.68%;
  top: 23.88%;
  left: 55.88%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-2016 img {
  border-radius: 10px;
}
.box-flex.box-brother-01 .col-img .link-img#id-original {
  width: 3.97%;
  top: 74.25%;
  left: 45.98%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-2015 {
  width: 6.8%;
  top: 82.1%;
  left: 50.77%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-18 {
  width: 2.17%;
  top: 53.4%;
  left: 58.06%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-18 img {
  border-radius: 20px;
}
.box-flex.box-brother-01 .col-img .link-img#id-1156177 {
  width: 2.5%;
  top: 2.1%;
  left: 61.4%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-1156177 img {
  border-radius: 20px;
}
.box-flex.box-brother-01 .col-img .link-img#id-1156069 {
  width: 1.15%;
  top: 65.1%;
  left: 65.92%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-1156069 img {
  border-radius: 20px;
}
.box-flex.box-brother-01 .col-img .link-img#id-1156086 {
  width: 1.15%;
  top: 50.6%;
  left: 68.32%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-1156086 img {
  border-radius: 20px;
}
.box-flex.box-brother-01 .col-img .link-img#id-2018 {
  width: 1.15%;
  top: 50.6%;
  left: 76.06%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-2018 img {
  border-radius: 20px;
}
.box-flex.box-brother-01 .col-img .link-img#id-2019 {
  width: 1.17%;
  top: 12.72%;
  left: 72.35%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-2019 img {
  border-radius: 20px;
}
.box-flex.box-brother-01 .col-img .link-img#id-14 {
  width: 4.8%;
  top: 84%;
  left: 69.2%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-14 img {
  border-radius: 40px;
}
.box-flex.box-brother-01 .col-img .link-img#id-1156117 {
  width: 1.16%;
  top: 78%;
  left: 82.74%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-1156117 img {
  border-radius: 20px;
}
.box-flex.box-brother-01 .col-img .link-img#id-1155996 {
  width: 1.15%;
  top: 58.4%;
  left: 83.03%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-1155996 img {
  border-radius: 20px;
}
.box-flex.box-brother-01 .col-img .link-img#id-2020 {
  width: 3%;
  top: 7.9%;
  left: 79.25%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-post-123 {
  width: 3.24%;
  top: 7.9%;
  left: 86.61%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-post-123 img {
  border-radius: 20px;
}
.box-flex.box-brother-01 .col-img .link-img#id-post-294 {
  width: 1.86%;
  top: 8.44%;
  left: 90.43%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-post-294 img {
  border-radius: 20px;
}
.box-flex.box-brother-01 .col-img .link-img#id-1531820 {
  width: 2.4%;
  top: 8.44%;
  left: 92.9%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-1531820 img {
  border-radius: 20px;
}
.box-flex.box-brother-01 .col-img .link-img#id-2022 {
  width: 1.925%;
  top: 60.25%;
  left: 89.44%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-2022 img {
  border-radius: 20px;
}
.box-flex.box-brother-01 .col-img .link-img#id-1604409 {
  width: 3%;
  top: 35%;
  left: 96.99%;
  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;
}
.box-flex.box-brother-01 .col-img .link-img#id-1604409 img {
  border-radius: 20px;
}

.box-sp .box-brother-01 {
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.box-sp .box-brother-01 .col-img img {
  height: 60vh;
  max-height: none;
}

.box-zoom-image {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 450px;
  max-height: 450px;
  z-index: 9999;
  display: table;
  margin: auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.box-zoom-image .relative {
  position: relative;
}
.box-zoom-image .relative img {
  width: 100% !important;
  max-width: 450px !important;
  height: 100% !important;
  max-height: 400px !important;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.box-zoom-image .relative .caption {
  margin-top: 30px;
}
.box-zoom-image .relative .caption h2 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  color: #000;
}
.box-zoom-image .relative .caption h2 .small {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.box-zoom-image .relative .caption p {
  text-align: center;
  color: #000;
}
.box-zoom-image .relative .caption p .small {
  font-size: 1.2rem;
  line-height: 2.2rem;
}
.box-zoom-image.hover {
  visibility: visible;
  opacity: 1;
}
.box-zoom-image a {
  display: block;
}
.box-zoom-image a:hover {
  opacity: 1;
}