img {
  max-width: 100%;
}

.position {
  position: relative;
}

.en-font {
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  /*background: #fff;*/
  /*box-shadow: 0px 3px 6px rgba(0,0,0,0.16);*/
  z-index: 9999;
}
header .head-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 16px);
}
header .head-wrap .logo {
  width: 15%;
  max-width: 286px;
  margin-left: 32px;
  margin-top: 10px;
}
header .head-wrap .logo img {
  display: block;
}
header .head-wrap .head-nav {
  width: calc(80% - 84px);
  min-width: 895px;
  max-width: 950px;
  background: #fff;
  padding: 0 7px 7px 33px;
  border-radius: 0 0 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  header .head-wrap .head-nav {
    padding: 0 3.5px 3.5px 16.5px;
  }
}
header .head-wrap .head-nav .navi-main {
  line-height: 1;
}
header .head-wrap .head-nav .navi-main li {
  display: inline-block;
  margin-right: 28px;
  line-height: 1;
}
header .head-wrap .head-nav .navi-main li a {
  font-size: 14px;
  color: #E03636;
  padding-top: 14px;
  padding-bottom: 7px;
}
@media screen and (max-width: 1024px) {
  header .head-wrap .head-nav .navi-main li a {
    font-size: 12px;
  }
}
header .head-wrap .head-nav .navi-main li:last-child {
  margin-right: 6px;
}
header .head-wrap .head-nav .navi-sub {
  padding: 11px 9px 11px 15px;
  background: #E03636;
  color: #fff;
  border-radius: 0 0 16px 16px;
  line-height: 1;
}
header .head-wrap .head-nav .navi-sub li {
  display: inline-block;
  margin-right: 11px;
  line-height: 1;
  padding-right: 11px;
  border-right: 1px solid #fff;
}
header .head-wrap .head-nav .navi-sub li a {
  font-size: 10px;
  color: #fff;
}
header .head-wrap .head-nav .navi-sub li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
header.fixed {
  position: fixed;
  padding-top: 0;
  padding-bottom: 0;
  top: -200px;
  transition-property: all;
  transition-delay: 0s;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}
header.fixed.on {
  top: 0;
}

.fade__Up,
.fade__Up__Load {
  opacity: 0;
  transform: translate(0%, 70px);
  transition: all 0.15s ease-out;
}

.fade__left,
.fade__left__Load {
  opacity: 0;
  transform: translate(-70px, 0px);
  transition: all 0.8s ease-out;
}

.fade__right,
.fade__right__Load {
  opacity: 0;
  transform: translate(90px, 0px);
  transition: all 0.15s ease-out;
  /*transition-delay: 0.4s;*/
}

.fade__in,
.fade__in__Load {
  opacity: 0;
  transform: translate(0%, 0px);
  transition: all 1s ease-out;
}

.fadeUp__on,
.fadeUpLoad__on {
  opacity: 1;
  transform: translate(0%, 0px);
}

.contents {
  padding-top: 0px;
}

.link-area {
  padding-top: 80px;
  margin-top: -80px;
}

.wrap {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.wrap.ex {
  width: 100%;
}

.wrap2 {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

footer .footer-nav {
  padding-top: 130px;
  padding-bottom: 38px;
  background: #131313;
}
footer .footer-nav .foot-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-nav .foot-link .foot-logo {
  width: 28%;
  margin-bottom: 30px;
}
footer .footer-nav .foot-link .foot-logo .logo-box1 {
  width: 100%;
  margin-bottom: 20px;
}
footer .footer-nav .foot-link .foot-logo .logo-box1 img {
  display: block;
}
footer .footer-nav .foot-link .foot-logo .logo-box2 {
  width: 75%;
}
footer .footer-nav .foot-link .foot-logo .logo-box2 img {
  display: block;
}
footer .footer-nav .foot-link .text {
  width: 49%;
}
footer .footer-nav .foot-link .text .link-list1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
footer .footer-nav .foot-link .text .link-list1 li {
  width: 49%;
  margin-bottom: 16px;
}
footer .footer-nav .foot-link .text .link-list1 li a {
  font-size: 14px;
  color: #fff;
}
footer .footer-nav .foot-link .text .link-list1 li.ex {
  width: 100%;
}
footer .footer-nav .foot-link .text .link-list1 li.mini a {
  font-size: 11px;
}
footer .footer-nav .foot-link .text .ex-flex {
  display: flex;
  justify-content: space-between;
}
footer .footer-nav .foot-link .text .ex-flex .sns-list {
  width: 37%;
  display: flex;
  justify-content: space-between;
}
footer .footer-nav .foot-link .text .ex-flex .sns-list li:nth-child(1) {
  width: 19%;
}
footer .footer-nav .foot-link .text .ex-flex .sns-list li:nth-child(2) {
  width: 19%;
}
footer .footer-nav .foot-link .text .ex-flex .sns-list li:nth-child(3) {
  width: 27%;
}
footer .footer-nav .foot-link .text .ex-flex .link-list2 {
  width: 49%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0;
}
footer .footer-nav .foot-link .text .ex-flex .link-list2 li {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  margin-bottom: 12px;
  line-height: 1;
  display: inline-block;
  font-size: 11px;
}
footer .footer-nav .foot-link .text .ex-flex .link-list2 li:nth-child(2n) {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
footer .footer-nav .foot-link .text .ex-flex .link-list2 li a {
  font-size: 11px;
  color: #fff;
}
footer .copy {
  font-size: 11px;
  text-align: center;
  color: #fff;
  margin-top: 58px;
}

.nm-tex {
  font-size: 15px;
  line-height: 1.4;
}

.notes {
  font-size: 10px;
  line-height: 1.5;
}

@media screen and (min-width: 901px) and (max-width: 1024px) {
  header .head-wrap .head-nav ul li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 900px) {
  header {
    padding-top: 0vw;
    padding-bottom: 0vw;
    background: #fff;
  }
  header .head-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-radius: 0;
  }
  header .head-wrap .logo {
    width: 62vw;
    max-width: none;
    margin-left: 3vw;
    margin-top: 3vw;
    padding-bottom: 2vw;
  }
  .menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: bottom;
  }
  .menu-btn {
    position: absolute;
    top: 0.1vw;
    right: 10px;
    padding: 4px 10px 11px;
    z-index: 9999;
    background: none;
    transition: all 1s ease-out;
  }
  .fixed .menu-btn {
    position: absolute;
  }
  .fixed.on .menu-btn {
    top: 0;
  }
  .menu-trigger {
    position: relative;
    height: 22px;
    width: 32px;
    z-index: 9998;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #E03636;
    border-radius: 0px;
    display: inline-block;
    box-sizing: border-box;
  }
  .menu-trigger.red span {
    background: #E03636;
  }
  .menu-btn.active .menu-trigger span {
    background-color: #E03636;
  }
  /*.menu-trigger.ex span {
      background:#fff;
  }*/
  .menu-trigger span:nth-of-type(1) {
    top: 0px;
    /*width: 40px;*/
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
    /*width: 40px;*/
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
    /*width: 40px;*/
  }
  .active .menu-trigger span:nth-of-type(1),
.active .menu-trigger span:nth-of-type(2),
.active .menu-trigger span:nth-of-type(3) {
    transtion: all 0.4s 0;
    -webkit-animation: none;
            animation: none;
  }
  .active .menu-trigger span:nth-of-type(1) {
    transform: rotate(-45deg);
    top: 9px;
    -webkit-animation: none;
            animation: none;
  }
  .active .menu-trigger span:nth-of-type(2),
.active .menu-trigger span:nth-of-type(3) {
    top: 9px;
    transform: rotate(45deg);
    -webkit-animation: none;
            animation: none;
  }
  .menu-texbox .menu-tex {
    display: block;
  }
  .menu-texbox .menu-tex2 {
    display: none;
  }
  .menu-texbox.close .menu-tex {
    display: none;
  }
  .menu-texbox.close .menu-tex2 {
    display: block;
  }
  .sp-menu {
    width: 100%;
    height: calc(100% - 0vw);
    position: fixed;
    transition: all 0.3s ease;
    top: 0vw;
    left: 0;
    z-index: -2;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    pointer-events: none;
    background: #E03636;
  }
  .sp-menu.open {
    z-index: 999;
    opacity: 1;
  }
  .sp-menu.open a {
    pointer-events: all;
  }
  .sp-menu .menu-wrap .menu_box {
    position: absolute;
    top: 46%;
    left: 50%;
    width: 80%;
    max-width: none;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .sp-menu .menu-wrap ul.list-1 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16vw;
  }
  .sp-menu .menu-wrap ul.list-1 li {
    font-size: 6.6vw;
    line-height: 1;
    margin-bottom: 10vw;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .sp-menu .menu-wrap ul.list-1 li a {
    display: inline-block;
    padding-bottom: 1vw;
    color: #fff;
    /*border-bottom: 1px solid #070707;*/
    font-weight: 600;
  }
  .sp-menu .menu-wrap ul.list-1 li:last-child {
    margin-bottom: 0;
  }
  .sp-menu .menu-wrap ul.list-2 {
    width: 48%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }
  .sp-menu .menu-wrap ul.list-2 li.twitter {
    width: 16.8%;
  }
  .sp-menu .menu-wrap ul.list-2 li.youtube {
    width: 18.4%;
  }
  .sp-menu .menu-wrap ul.list-2 li.insta {
    width: 15.9%;
  }
  .sp-menu .menu-wrap li a .text {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
  }
  .sp-menu .menu-wrap li:last-child {
    margin-bottom: 0;
  }
  .sp-menu .menu-wrap li a {
    color: #fff;
    position: relative;
    line-height: 1;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
  }
  .sp-menu .menu-wrap li a:hover {
    border-bottom: 1px solid #fff;
    text-decoration: none !important;
  }
  /*.sp-menu .menu-wrap li:first-child a{
      border-bottom: 1px solid #fff;
  }*/
  .sp-menu.open .menu-wrap li a {
    pointer-events: all;
  }
  .contents {
    padding-top: 0vw;
  }
  .link-area {
    padding-top: 10vw;
    margin-top: -10vw;
  }
  .wrap {
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap2 {
    width: 90%;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer-nav {
    padding-top: 9.2vw;
    padding-bottom: 12vw;
    background: #131313;
  }
  footer .footer-nav .foot-link {
    display: block;
  }
  footer .footer-nav .foot-link .foot-logo {
    margin-bottom: 16.2vw;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer-nav .foot-link .foot-logo .logo-box1 {
    margin-bottom: 6.2vw;
  }
  footer .footer-nav .foot-link .foot-logo .logo-box2 {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer-nav .foot-link .text {
    width: 100%;
  }
  footer .footer-nav .foot-link .text .link-list1 {
    margin-bottom: 1.5vw;
    display: block;
    width: 100%;
  }
  footer .footer-nav .foot-link .text .link-list1 li {
    margin-bottom: 10.5vw;
    text-align: center;
    width: 100%;
    line-height: 1;
  }
  footer .footer-nav .foot-link .text .link-list1 li a {
    font-size: 4.2vw;
  }
  footer .footer-nav .foot-link .text .ex-flex {
    display: block;
  }
  footer .footer-nav .foot-link .text .ex-flex .sns-list {
    margin-bottom: 11.3vw;
    width: 53vw;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer-nav .foot-link .text .ex-flex .sns-list li {
    width: 100%;
  }
  footer .footer-nav .foot-link .text .ex-flex .link-list2 {
    width: 64vw;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer-nav .foot-link .text .ex-flex .link-list2 li {
    margin-right: 2.7vw;
    padding-right: 2.7vw;
    border-right: 1px solid #fff;
    font-size: 3.1vw;
  }
  footer .footer-nav .foot-link .text .ex-flex .link-list2 li:nth-child(2n) {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  footer .copy {
    margin-top: 6vw;
    text-align: center;
    font-size: 2.8vw;
  }
  .nm-tex {
    font-size: 3.3vw;
    line-height: 1.4;
  }
  .notes {
    font-size: 2.7vw;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 420px) {
  .menu-btn {
    top: 0;
  }
}
.inpage-ttl {
  margin-bottom: 40px;
  background: #E03636;
  padding: 86px 0 56px;
  text-align: center;
  color: #fff;
  border-radius: 0 0 26px 26px;
}
.inpage-ttl.wt {
  background: #fff;
  color: #E03636;
}
.inpage-ttl.ex {
  border-radius: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .inpage-ttl {
    padding: 17.2vw 0 5.9vw;
    border-radius: 0 0 4vw 4vw;
    margin-bottom: 6.8vw;
  }
}
.inpage-ttl .inpage-ttl-title {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
}
.inpage-ttl .inpage-ttl-title.ptn2 {
  font-size: 60px;
}
@media screen and (max-width: 900px) {
  .inpage-ttl .inpage-ttl-title {
    font-size: 13.6vw;
  }
  .inpage-ttl .inpage-ttl-title.ptn2 {
    font-size: 8.41vw;
  }
}
.inpage-ttl .inpage-ttl-sub {
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .inpage-ttl .inpage-ttl-sub {
    font-size: 5.2vw;
  }
}

.inpage-ttl-copy {
  font-size: 15px;
  line-height: 2.33;
  text-align: center;
  color: #E03636;
}
@media screen and (max-width: 900px) {
  .inpage-ttl-copy {
    font-size: 3.4vw;
    line-height: 2.33;
    letter-spacing: 0.01em;
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .inpage-ttl-copy.sp-center {
    text-align: center;
  }
}

.inpage-ttl-copy-big {
  font-size: 63px;
  line-height: 1.5;
  text-align: center;
  color: #E03636;
  margin-bottom: 25px;
}
@media screen and (max-width: 900px) {
  .inpage-ttl-copy-big {
    font-size: 10.4vw;
    letter-spacing: 0.01em;
  }
}
/*# sourceMappingURL=style.css.map */