@charset "UTF-8";
/*==============================
        content
==============================*/
.contents h2 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Noto Serif JP", serif;
  font-size: 5.6rem;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 0.66em;
}

.pagetop {
  width: 70px;
  position: fixed;
  right: 15px;
  bottom: 50px;
  z-index: 10;
}

/*==============================
        header
==============================*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  transition: 0.5s;
}
#header.scroll {
  background-color: rgba(255, 255, 255, 0.8);
}
#header .header .header_inner {
  width: calc(100% - 60px);
  height: 75px;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 240px auto;
  align-items: center;
}
#header .header .header_inner .gmenu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .header .header_inner .gmenu li {
  font-size: 1.5rem;
}
#header .header .header_inner .gmenu li:not(:last-child) {
  margin-right: 2em;
}
#header .header .header_inner .gmenu li a {
  transition: 0.3s;
}
#header .header .header_inner .gmenu li a:hover {
  color: #e60012;
}

/*==============================
        footer
==============================*/
#footer .footer {
  padding-bottom: calc(320px - 6vw);
  z-index: 0;
  margin-top: -2px;
  position: relative;
  overflow: hidden;
  background-color: #e60012;
}
#footer .footer::after {
  content: "POWER THE POWDER";
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Noto Serif JP", serif;
  font-size: 16rem;
  font-weight: 600;
  color: transparent;
  position: absolute;
  z-index: 1;
  bottom: -0.2em;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  width: 100%;
  background: url(../img/scrolltxt1.png) repeat-x center center/1930px auto;
  animation: flowimg 30s linear infinite;
}
#footer .footer .footer_inner {
  padding: 70px 0 calc(60px + 6vw);
  position: relative;
  z-index: 2;
}
#footer .footer .footer_inner .footer_contents {
  max-width: 1100px;
  width: calc(100% - 60px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px auto;
  justify-content: space-between;
  grid-gap: 20px;
}
#footer .footer .footer_inner .footer_contents .company {
  width: 210px;
  height: 44px;
  border: 1px solid #231815;
  font-size: 1.4rem;
  display: grid;
  align-items: center;
  justify-content: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Noto Serif JP", serif;
  background: url(../img/icon-ex.png) no-repeat center right 1em/1em;
  transition: 0.3s;
}
#footer .footer .footer_inner .footer_contents .company:hover {
  color: #FFFFFF;
  background-color: #231815;
  background-image: url(../img/icon-ex-w.png);
}
#footer .footer .footer_inner .footer_contents .copyright {
  grid-area: 2/1/3/3;
  font-size: 1.1rem;
}
#footer .footer #wave2 {
  position: absolute;
  width: 102vw;
  height: 360px;
  left: -1vw;
  top: -2px;
  z-index: 0;
}

/* =================================================================
        loading
================================================================= */
body #header {
  transition-duration: 1s;
}
body section:not(#mv) {
  transition-duration: 1s;
}
body #mv .wrap::before {
  transition-duration: 1s;
}
body #mv .wrap::after {
  transition-duration: 1s;
}
body #mv .wrap #wave1 {
  transition-duration: 1s;
}
body #mv .wrap h1 {
  transition-duration: 1s;
}
body #mv .wrap p {
  transition-duration: 1s;
}

body.loading {
  overflow: hidden;
  pointer-events: none;
}
body.loading #header {
  opacity: 0;
  pointer-events: none;
}
body.loading section:not(#mv) {
  opacity: 0;
  pointer-events: none;
}
body.loading #mv .wrap::before {
  opacity: 0;
  pointer-events: none;
}
body.loading #mv .wrap::after {
  opacity: 0;
  pointer-events: none;
}
body.loading #mv .wrap #wave1 {
  opacity: 0;
  pointer-events: none;
}
body.loading #mv .wrap h1 {
  opacity: 0;
  pointer-events: none;
}
body.loading #mv .wrap p {
  opacity: 0;
  pointer-events: none;
}
body.loading #mv .wrap .objwrap {
  opacity: 1;
  transition-duration: 1s;
}
body.loading #mv .wrap .objwrap.load {
  opacity: 0;
}
body.loading #mv .wrap .img {
  transform: scale(1);
  transition-duration: 0.5s;
  transition-delay: 0.5s;
  transition-timing-function: ease-out;
  opacity: 1;
}
body.loading #mv .wrap .img.load {
  transform: scale(3);
  opacity: 0;
}

/* =================================================================
        section
================================================================= */
/**mv**/
#mv .wrap {
  padding: 110px 0 500px;
  position: relative;
  overflow: hidden;
}
#mv .wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 780px;
  background: url(../img/mv.jpg) no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
#mv .wrap::after {
  content: "POWER THE POWDER";
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Noto Serif JP", serif;
  font-size: 16rem;
  font-weight: 600;
  /* -webkit-text-stroke: 1px rgba(255,255,255,.33); */
  color: transparent;
  position: absolute;
  z-index: -1;
  bottom: 400px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  width: 100%;
  background: url(../img/scrolltxt1.png) repeat-x center center/1930px auto;
  animation: flowimg 30s linear infinite;
}
#mv .wrap .contents {
  max-width: 800px;
  padding: 70px 0;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
}
#mv .wrap .contents::before {
  content: none;
  display: block;
  background: url(../img/obj-r.png) no-repeat center center/contain;
  width: 54%;
  aspect-ratio: 1/1.8;
  position: absolute;
  top: 40px;
  left: -43%;
}
#mv .wrap .contents::after {
  content: none;
  display: block;
  background: url(../img/obj-l.png) no-repeat center center/contain;
  width: 54%;
  aspect-ratio: 1/1.8;
  position: absolute;
  top: 40px;
  right: -45%;
}
#mv .wrap .contents .img {
  max-width: 540px;
  margin: 0 auto 25px;
  position: relative;
  min-height: 421px;
}
#mv .wrap .contents .img #handwrite {
  height: 77%;
  width: 23%;
  position: absolute;
  right: 3%;
  bottom: 0;
}
#mv .wrap .contents .img .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 30px;
}
#mv .wrap .contents h1 {
  background-color: #231815;
  margin: 0 auto 1em;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 500;
  color: #FFFFFF;
  max-width: 460px;
  height: 2em;
  display: grid;
  align-items: center;
  justify-content: center;
}
#mv .wrap .contents p {
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: center;
}
#mv .wrap #wave1 {
  position: absolute;
  width: 102vw;
  height: 800px;
  left: -1vw;
  bottom: 0;
  z-index: -1;
}

@keyframes flowimg {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -1930px;
  }
}
/**history**/
#history .wrap {
  margin-top: -400px;
  padding-top: 20px;
  position: relative;
}
#history .wrap::before {
  display: block;
  width: 100%;
  height: 55%;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: -1;
}
#history .wrap .contents h2 {
  text-align: center;
}
#history .wrap .contents .contents_inner {
  height: 400px;
  background: url(../img/history.jpg) no-repeat center center/cover;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: grid;
  align-items: end;
}
#history .wrap .contents .contents_inner a {
  height: 100px;
  background-color: #231815;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Noto Serif JP", serif;
  font-size: 3rem;
  color: #c1a15d;
  padding-left: 1.1em;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-column-gap: 0.3em;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
#history .wrap .contents .contents_inner a::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(../img/arrow.png) no-repeat center center/contain;
  transform: translateY(0.1em);
  transition: 0.3s;
}
#history .wrap .contents .contents_inner a:hover {
  filter: brightness(1.5);
}
#history .wrap .contents .contents_inner a:hover::after {
  transform: translate(0.33em, 0.1em);
}
#history .wrap .contents p {
  font-size: min(1.8vw, 1.5rem);
  line-height: 2;
  text-align: center;
}

/**news**/
#news .wrap {
  background-color: #FFFFFF;
  padding: 60px 0 120px;
  position: relative;
  overflow: hidden;
}
#news .wrap::after {
  content: "POWER THE POWDER";
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Noto Serif JP", serif;
  font-size: 16rem;
  font-weight: 600;
  color: transparent;
  position: absolute;
  z-index: 0;
  bottom: -0.45em;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  width: 100%;
  background: url(../img/scrolltxt2.png) repeat-x center center/1930px auto;
  animation: flowimg 30s linear infinite;
}
#news .wrap .contents {
  position: relative;
  z-index: 1;
}
#news .wrap .contents h2 {
  color: #e60012;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-column-gap: 0.33em;
  align-items: end;
  justify-content: start;
}
#news .wrap .contents h2 span {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Noto Serif JP", serif;
  font-size: 2.2rem;
  color: #231815;
  transform: translateY(-0.1em);
}
#news .wrap .contents .news dl {
  font-size: 1.6rem;
  display: grid;
  grid-template-columns: 12em 1fr;
  align-items: center;
  min-height: 4.4em;
  padding: 1em 0;
}
#news .wrap .contents .news dl:nth-child(odd) {
  background-color: #f4f4f4;
}
#news .wrap .contents .news dl .date {
  padding-left: 2em;
}
#news .wrap .contents .news dl dt a {
  font-size: inherit;
  line-height: 1.5;
}
#news .wrap .contents .news dl dt a.pdf {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 1em;
  align-items: center;
}
#news .wrap .contents .news dl dt a.pdf::before {
  content: "";
  width: 1em;
  height: 1.33em;
  background: url(../img/icon-pdf.png) no-repeat center center/cover;
}
#news .wrap .contents .news dl dt a:hover {
  text-decoration: underline;
}
#news .wrap .contents .news dl dt a.nolink {
  pointer-events: none;
}

/**nextstage**/
#nextstage .wrap {
  padding: 120px 0 110px;
  background: url(../img/nextstage.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 1;
}
#nextstage .wrap .contents {
  text-align: center;
}
#nextstage .wrap .contents h2 {
  margin-bottom: 0.5em;
}
#nextstage .wrap .contents p {
  font-size: 1.5rem;
  line-height: 2;
  color: #FFFFFF;
}
#nextstage .wrap .contents p.body {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Noto Serif JP", serif;
  font-weight: 500;
  color: #e60012;
  font-size: 2.8rem;
  margin-bottom: 1em;
  line-height: 1;
}
#nextstage .wrap .contents p.sign {
  padding-top: 1em;
}

/**
HISTORY
**/
body.history main {
  background-color: #FFFFFF;
}

/**mv_history**/
#mv_history .wrap {
  padding: 200px 0 500px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#mv_history .wrap .contents {
  text-align: center;
  width: 100%;
  max-width: 100%;
  position: relative;
}
#mv_history .wrap .contents h1 {
  font-size: 7rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Noto Serif JP", serif;
  font-weight: 600;
  margin-bottom: 2em;
}
#mv_history .wrap .contents h1::after {
  content: "";
  display: block;
  width: 1em;
  height: 5px;
  background-color: #E70012;
  margin: 0.1em auto 0;
}
#mv_history .wrap .contents .contents_inner p {
  color: #FFFFFF;
  line-height: 1.8;
}
#mv_history .wrap .contents .contents_inner p.body {
  font-size: 2.8rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Noto Serif JP", serif;
  margin-bottom: 1em;
}
#mv_history .wrap #wave1 {
  position: absolute;
  width: 102vw;
  height: 750px;
  left: -1vw;
  bottom: 0;
  z-index: -1;
}
#mv_history .wrap .objwrap .animobj {
  position: absolute;
}
#mv_history .wrap .objwrap .animobj.obj1 {
  width: 160px;
  left: calc(50vw - 580px);
  top: 170px;
}
#mv_history .wrap .objwrap .animobj.obj2 {
  width: 180px;
  left: calc(50vw - 850px);
  top: 400px;
}
#mv_history .wrap .objwrap .animobj.obj3 {
  width: 390px;
  left: calc(50vw - 750px);
  bottom: 120px;
}
#mv_history .wrap .objwrap .animobj.obj4 {
  width: 66px;
  right: calc(50vw - 530px);
  top: 200px;
}
#mv_history .wrap .objwrap .animobj.obj5 {
  width: 120px;
  right: calc(50vw - 420px);
  top: 280px;
}
#mv_history .wrap .objwrap .animobj.obj6 {
  width: 330px;
  right: calc(50vw - 750px);
  bottom: 300px;
}

/**histories**/
#histories .wrap {
  position: relative;
  z-index: 1;
}
#histories .wrap .contents .smenu {
  max-width: 650px;
  margin: -400px auto 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
#histories .wrap .contents .smenu a {
  background-color: #C1A15D;
  font-size: 2.1rem;
  color: #FFFFFF;
  height: 2.4em;
  display: grid;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.15em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
#histories .wrap .contents .smenu a:hover {
  filter: brightness(1.1);
}
#histories .wrap .contents .contents_inner {
  background-color: #FFFFFF;
  border: 1px solid #707070;
  padding: 120px 30px 40px;
  border-radius: 60px;
}
#histories .wrap .contents .contents_inner h2 {
  font-size: 8rem;
  color: #707070;
  text-align: center;
  margin-bottom: 0.75em;
}
#histories .wrap .contents .contents_inner .contbox {
  display: grid;
}
#histories .wrap .contents .contents_inner .contbox .detail h3 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  justify-content: start;
  grid-gap: 1.5em;
  margin-bottom: 0.5em;
}
#histories .wrap .contents .contents_inner .contbox .detail h3 span {
  font-family: inherit;
  letter-spacing: normal;
  font-size: 1.8rem;
}
#histories .wrap .contents .contents_inner .contbox .detail p {
  line-height: 1.8;
}
#histories .wrap .contents .contents_inner .contbox .detail p:not(:last-child) {
  margin-bottom: 1em;
}
#histories .wrap .contents .contents_inner .contbox .detail p .year {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Noto Serif JP", serif;
  font-size: 1.8rem;
}
#histories .wrap .contents .contents_inner .contbox.contbox1 {
  grid-template-columns: 1fr 60%;
}
#histories .wrap .contents .contents_inner .contbox.contbox1 .detail {
  padding-right: 60px;
}
#histories .wrap .contents .contents_inner .contbox.contbox1 img {
  width: 58.4%;
  margin-top: 15px;
}
#histories .wrap .contents .contents_inner .contbox.contbox2 {
  grid-template-columns: 1fr 25%;
  padding: 15px 0 75px;
}
#histories .wrap .contents .contents_inner .contbox.contbox2 .detail {
  padding-right: 60px;
}
#histories .wrap .contents .contents_inner .contbox.contbox2 img {
  margin-top: calc(-15px - 50%);
}
#histories .wrap .contents .contents_inner .contbox.contbox3 {
  grid-template-columns: 55% 1fr;
}
#histories .wrap .contents .contents_inner .contbox.contbox3 .detail {
  padding-left: 30px;
}
#histories .wrap .contents .contents_inner .contbox.contbox3 img {
  grid-area: 1/1/2/2;
}
#histories .wrap .contents .contents_inner .contbox.contbox4 {
  grid-template-columns: 1fr 55%;
  margin-bottom: 100px;
}
#histories .wrap .contents .contents_inner .contbox.contbox4 .detail {
  padding-right: 50px;
  padding-top: 15px;
}
#histories .wrap .contents .contents_inner .contbox.contbox5 {
  margin-bottom: 30px;
}
#histories .wrap .contents .contents_inner .contbox.contbox6 {
  grid-template-columns: 1fr 30%;
  margin-bottom: 60px;
}
#histories .wrap .contents .contents_inner .contbox.contbox6 p {
  padding-right: 50px;
  margin-top: -10px;
}
#histories .wrap .contents .contents_inner .contbox.contbox7 {
  grid-template-columns: 1fr 43%;
}
#histories .wrap .contents .contents_inner .contbox.contbox7 .detail {
  padding-right: 50px;
}
#histories .wrap .contents .contents_inner .contbox.contbox7 .detail p {
  margin: 0;
  padding: 0;
}
#histories .wrap .contents .contents_inner .contbox.contbox7 .detail .btn {
  margin-left: auto;
  margin-top: 2.5em;
}
#histories .wrap .contents .contents_inner .btn {
  display: grid;
  background-color: #707070;
  color: #FFFFFF;
  font-size: 2rem;
  max-width: 220px;
  height: 60px;
  display: grid;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2em;
  transition: 0.3s;
}
#histories .wrap .contents .contents_inner .btn:hover {
  filter: brightness(1.1);
}
#histories .wrap .contents .contents_inner #news h2 {
  margin-bottom: 0.5em;
}
#histories .wrap .contents .contents_inner #news .news {
  margin-bottom: 60px;
}
#histories .wrap .contents .contents_inner #news .news dl {
  font-size: 1.6rem;
  display: grid;
  grid-template-columns: 10em 1fr;
  align-items: center;
  padding: 1em 3em;
  border-bottom: 1px solid #F5F5F5;
}
#histories .wrap .contents .contents_inner #news .news dl:first-child {
  border-top: 1px solid #F5F5F5;
}
#histories .wrap .contents .contents_inner #news .news dl .date {
  padding-left: 2em;
}
#histories .wrap .contents .contents_inner #news .news dl dt a {
  font-size: inherit;
  line-height: 1.5;
}
#histories .wrap .contents .contents_inner #news .news dl dt a.pdf {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 1em;
  align-items: center;
}
#histories .wrap .contents .contents_inner #news .news dl dt a.pdf::before {
  content: "";
  width: 1em;
  height: 1.33em;
  background: url(../img/icon-pdf.png) no-repeat center center/cover;
}
#histories .wrap .contents .contents_inner #news .news dl dt a:hover {
  text-decoration: underline;
}
#histories .wrap .contents .contents_inner #news .news dl dt a.nolink {
  pointer-events: none;
}
#histories .wrap .contents .contents_inner #news .btn {
  margin: 0 auto;
}

.objwrap .animobj {
  position: absolute;
}
.objwrap .animobj.obj1 {
  width: 160px;
  left: -130px;
  top: 50px;
}
.objwrap .animobj.obj2 {
  width: 180px;
  left: -300px;
  top: 200px;
}
.objwrap .animobj.obj3 {
  width: 390px;
  left: -300px;
  bottom: -30px;
}
.objwrap .animobj.obj4 {
  width: 66px;
  right: -220px;
  top: 120px;
}
.objwrap .animobj.obj5 {
  width: 120px;
  right: -50px;
  top: 190px;
}
.objwrap .animobj.obj6 {
  width: 390px;
  right: -330px;
  bottom: 70px;
}
.objwrap .animobj.obj7 {
  width: 390px;
  left: calc(50vw - 800px);
  bottom: -30px;
}
.objwrap .animobj.obj8 {
  width: 180px;
  left: calc(50vw - 310px);
  bottom: 120px;
}
.objwrap .animobj.obj9 {
  width: 160px;
  right: calc(50vw - 220px);
  bottom: 60px;
}
.objwrap .animobj.obj10 {
  width: 390px;
  right: calc(50vw - 750px);
  bottom: 135px;
}
@media screen and (min-width: 769px) and (max-width: 1060px) {
  /**histories**/
  #histories .wrap .contents .contents_inner {
    padding: 100px 30px 40px;
  }
  #histories .wrap .contents .contents_inner h2 {
    font-size: 7rem;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox1 {
    grid-template-columns: 1fr 30%;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox1 .detail {
    padding-right: 60px;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox1 img {
    width: 100%;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox2 {
    grid-template-columns: 1fr 30%;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox2 p:last-child {
    margin-right: -30vw;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox2 img {
    margin-top: 0;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox3 {
    grid-template-columns: 1fr;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox3 .detail {
    padding-left: 0;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox3 img {
    grid-area: unset;
    max-width: 80%;
    margin: 15px auto;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox4 {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox4 .detail {
    padding-right: 0;
    padding-top: 0;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox4 img {
    max-width: 80%;
    margin: 15px auto;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox5 {
    margin-bottom: 30px;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox6 {
    grid-template-columns: 1fr 30%;
    margin-bottom: 60px;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox6 p {
    padding-right: 50px;
    margin-top: -10px;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox6 > .detail > p {
    min-height: 25vw;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox7 {
    grid-template-columns: 1fr 30%;
    max-width: calc(100vw - 120px);
    margin-right: -26.546vw;
  }
  #histories .wrap .contents .contents_inner #news .news dl {
    padding: 1em;
  }
}
@media screen and (max-width: 768px) {
  /*==============================
          content
  ==============================*/
  .contents h2 {
    font-size: 3.6rem;
  }
  .pagetop {
    width: 36px;
    right: 10px;
    bottom: 30px;
  }
  /*==============================
          header
  ==============================*/
  #header .header .header_inner {
    width: calc(100% - 20px);
    height: 65px;
    grid-template-columns: min(72%, 275px) auto;
    justify-content: space-between;
  }
  #header .header .header_inner .gmenu {
    display: none;
  }
  /*==============================
          footer
  ==============================*/
  #footer .footer {
    padding-bottom: calc(210px - 6vw);
  }
  #footer .footer::after {
    font-size: 10rem;
    bottom: -0.3em;
    left: 50%;
    background: url(../img/scrolltxt1.png) repeat-x center center/1100px auto;
  }
  #footer .footer .footer_inner {
    padding: 20px 0 calc(20px + 6vw);
    -webkit-mask: url(../img/sp/msk2.svg) center bottom/auto 100vw;
    mask: url(../img/sp/msk2.svg) center bottom/auto 100vw;
  }
  #footer .footer .footer_inner .footer_contents {
    width: calc(100% - 50px);
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }
  #footer .footer .footer_inner .footer_contents .logo {
    max-width: 210px;
  }
  #footer .footer .footer_inner .footer_contents .company {
    width: 180px;
    height: 36px;
    font-size: 1.2rem;
    transition: 0s;
  }
  #footer .footer .footer_inner .footer_contents .company:hover {
    color: #231815;
    background-color: transparent;
    background-image: url(../img/icon-ex.png);
  }
  #footer .footer .footer_inner .footer_contents .copyright {
    grid-area: 2/1/3/2;
    font-size: 1rem;
    margin-bottom: 20px;
  }
  /* =================================================================
          section
  ================================================================= */
  /**mv**/
  #mv .wrap {
    padding: 80px 0 60vw;
  }
  #mv .wrap::before {
    height: min(140vw, 700px);
    padding-bottom: 0;
    background: url(../img/sp/mv.jpg) no-repeat center center/cover;
  }
  #mv .wrap::after {
    font-size: 10rem;
    background: url(../img/scrolltxt1.png) repeat-x center center/1100px auto;
    bottom: 43vw;
  }
  #mv .wrap .contents {
    padding: 25px 0;
  }
  #mv .wrap .contents::before {
    background: url(../img/sp/obj-r.png) no-repeat center top/contain;
    width: 39vw;
    aspect-ratio: 1/3;
    top: 15px;
    left: -21vw;
  }
  #mv .wrap .contents::after {
    background: url(../img/sp/obj-l.png) no-repeat center top/contain;
    width: 33vw;
    aspect-ratio: 1/3;
    top: 0;
    right: -21vw;
  }
  #mv .wrap .contents .img {
    width: 71%;
    margin: 0 auto 4vw;
    min-height: 48vw;
  }
  #mv .wrap .contents h1 {
    width: 71%;
    margin: 0 auto 1em;
    font-size: min(4.3vw, 2.4rem);
  }
  #mv .wrap .contents p {
    font-size: min(3.2vw, 1.2rem);
  }
  #mv .wrap #wave1 {
    position: absolute;
    width: 200vw;
    height: 130vw;
    left: -50vw;
    bottom: 0;
    z-index: -1;
  }
  @keyframes flowimg {
    0% {
      background-position: 0;
    }
    100% {
      background-position: -1100px;
    }
  }
  /**history**/
  #history .wrap {
    margin-top: -45vw;
  }
  #history .wrap .contents .contents_inner {
    height: auto;
    aspect-ratio: 2.48/1;
    margin-bottom: 15px;
    padding-bottom: 4vw;
  }
  #history .wrap .contents .contents_inner a {
    height: min(10.6vw, 60px);
    font-size: min(4.53vw, 2.4rem);
    transition: 0s;
  }
  #history .wrap .contents .contents_inner a::after {
    content: "";
    width: 0.7em;
    height: 0.7em;
    transition: 0s;
  }
  #history .wrap .contents .contents_inner a:hover {
    filter: brightness(1);
  }
  #history .wrap .contents .contents_inner a:hover::after {
    transform: translate(0, 0);
  }
  #history .wrap .contents p {
    font-size: min(3.2vw, 1.2rem);
    line-height: 1.8;
  }
  /**news**/
  #news .wrap {
    padding: 60px 0 75px;
  }
  #news .wrap::after {
    font-size: 10rem;
    bottom: -0.35em;
    background: url(../img/scrolltxt2.png) repeat-x center center/1100px auto;
  }
  #news .wrap .contents h2 {
    margin-bottom: 1em;
  }
  #news .wrap .contents h2 span {
    font-size: 1.7rem;
  }
  #news .wrap .contents .news dl {
    font-size: 1.3rem;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 1.25em 1em;
  }
  #news .wrap .contents .news dl:nth-child(odd) {
    background-color: #f4f4f4;
  }
  #news .wrap .contents .news dl .date {
    padding-left: 0em;
    padding-bottom: 0.75em;
  }
  #news .wrap .contents .news dl dt a:hover {
    text-decoration: none;
  }
  /**nextstage**/
  #nextstage .wrap {
    padding: 75px 0 65px;
    background: url(../img/sp/nextstage.jpg) no-repeat center center/cover;
  }
  #nextstage .wrap .contents h2 {
    margin-bottom: 0.33em;
  }
  #nextstage .wrap .contents p {
    font-size: min(3.2vw, 1.2rem);
    line-height: 1.8;
  }
  #nextstage .wrap .contents p.body {
    font-size: 1.8rem;
    margin-bottom: 1.25em;
  }
  /**
  HISTORY
  **/
  body.history {
    background-color: #FFFFFF;
  }
  /**mv_history**/
  #mv_history .wrap {
    padding: 100px 0 300px;
  }
  #mv_history .wrap .contents h1 {
    font-size: 4rem;
    margin-bottom: 1.5em;
  }
  #mv_history .wrap .contents .contents_inner p {
    font-size: min(3.8vw, 1.4rem);
  }
  #mv_history .wrap .contents .contents_inner p.body {
    font-size: min(5.4vw, 2rem);
  }
  #mv_history .wrap #wave1 {
    position: absolute;
    width: 200vw;
    height: 600px;
    left: -50vw;
    bottom: 0;
    z-index: -1;
  }
  #mv_history .wrap .objwrap .animobj {
    position: absolute;
  }
  #mv_history .wrap .objwrap .animobj.obj1 {
    width: min(22vw, 100px);
    left: 0vw;
    top: 10%;
  }
  #mv_history .wrap .objwrap .animobj.obj2 {
    width: min(26vw, 150px);
    left: -15vw;
    top: 33%;
  }
  #mv_history .wrap .objwrap .animobj.obj3 {
    width: min(48vw, 250px);
    left: -25vw;
    top: 55%;
  }
  #mv_history .wrap .objwrap .animobj.obj4 {
    width: min(11vw, 70px);
    right: 0vw;
    top: 12%;
  }
  #mv_history .wrap .objwrap .animobj.obj5 {
    width: min(26vw, 150px);
    right: -10vw;
    top: 30%;
  }
  #mv_history .wrap .objwrap .animobj.obj6 {
    width: min(40vw, 200px);
    right: -20vw;
    top: 50%;
  }
  /**histories**/
  #histories .wrap .contents .smenu {
    margin: -250px auto 30px;
    grid-gap: 6px;
  }
  #histories .wrap .contents .smenu a {
    font-size: min(4.3vw, 1.6rem);
    letter-spacing: normal;
    transition: 0s;
  }
  #histories .wrap .contents .smenu a:hover {
    filter: brightness(1);
  }
  #histories .wrap .contents .contents_inner {
    padding: 45px 20px 30px;
    border-radius: 30px;
  }
  #histories .wrap .contents .contents_inner h2 {
    font-size: 4rem;
  }
  #histories .wrap .contents .contents_inner .contbox {
    display: grid;
  }
  #histories .wrap .contents .contents_inner .contbox .detail h3 {
    font-size: min(6.9vw, 2.6rem);
    grid-gap: 0.66em;
    letter-spacing: 0.05em;
  }
  #histories .wrap .contents .contents_inner .contbox .detail h3 span {
    font-size: min(4.3vw, 1.6rem);
  }
  #histories .wrap .contents .contents_inner .contbox .detail p {
    font-size: 1.4rem;
  }
  #histories .wrap .contents .contents_inner .contbox .detail p .year {
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Noto Serif JP", serif;
    font-size: 1.6rem;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox1 {
    grid-template-columns: 1fr;
    margin-bottom: 15px;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox1 .detail {
    padding-right: 0;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox1 img {
    width: 100%;
    margin-top: 15px;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox2 {
    grid-template-columns: 1fr;
    padding: 0;
    margin-bottom: 30px;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox2 .detail {
    padding-right: 0;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox2 img {
    margin-top: 15px;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox3 {
    grid-template-columns: 1fr;
    margin-bottom: 15px;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox3 .detail {
    padding-left: 0;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox3 img {
    margin-top: 15px;
    grid-area: unset;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox4 {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox4 .detail {
    padding-right: 0;
    padding-top: 0;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox4 img {
    margin-top: 15px;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox5 {
    margin-bottom: 15px;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox6 {
    grid-template-columns: 1fr;
    margin-bottom: 15px;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox6 p {
    padding-right: 0;
    margin-top: 0;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox6 img {
    margin-top: 15px;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox6 > .detail > img {
    margin-top: 0;
    margin-bottom: 15px;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox7 {
    grid-template-columns: 1fr;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox7 .detail {
    padding-right: 0;
  }
  #histories .wrap .contents .contents_inner .contbox.contbox7 .detail .btn {
    margin: 1.5em auto 45px;
  }
  #histories .wrap .contents .contents_inner .btn {
    font-size: 1.6rem;
    max-width: 200px;
    height: 50px;
    transition: 0s;
  }
  #histories .wrap .contents .contents_inner .btn:hover {
    filter: brightness(1);
  }
  #histories .wrap .contents .contents_inner #news .news {
    margin-bottom: 30px;
  }
  #histories .wrap .contents .contents_inner #news .news dl {
    font-size: 1.3rem;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 1.25em 1em;
  }
  #histories .wrap .contents .contents_inner #news .news dl .date {
    padding-left: 0em;
    padding-bottom: 0.75em;
  }
  #histories .wrap .contents .contents_inner #news .news dl dt a:hover {
    text-decoration: none;
  }
  .objwrap .animobj {
    position: absolute;
  }
  .objwrap .animobj.obj1 {
    width: 22vw;
    left: -11vw;
    top: 3%;
  }
  .objwrap .animobj.obj2 {
    width: 26vw;
    left: -18vw;
    top: 30%;
  }
  .objwrap .animobj.obj3 {
    width: 48vw;
    left: -32vw;
    top: 60%;
  }
  .objwrap .animobj.obj4 {
    width: 11vw;
    right: -11vw;
    top: 2%;
  }
  .objwrap .animobj.obj5 {
    width: 27vw;
    right: -16vw;
    top: 25%;
  }
  .objwrap .animobj.obj6 {
    width: 40vw;
    right: -27vw;
    top: 55%;
  }
  .objwrap .animobj.obj7 {
    width: 40vw;
    left: -14vw;
    bottom: 30px;
  }
  .objwrap .animobj.obj8 {
    width: 22vw;
    left: 32vw;
    bottom: 80px;
  }
  .objwrap .animobj.obj9 {
    width: 16vw;
    right: 37vw;
    bottom: 30px;
  }
  .objwrap .animobj.obj10 {
    width: 48vw;
    right: -14vw;
    bottom: 60px;
  }
}