﻿
.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ftEN {
  font-family: "Crimson Text", serif;
}

.inrWidth {
  position: relative;
  width: 1020px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  position: relative;
  width: 1088px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1210px) {
  .fullWidth {
    width: 1210px;
  }

  .outerWidth {
    width: 96%;
  }

  .inrWidth {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .inrWidth {
    width: 95.5%;
  }

  .outerWidth {
    width: 86.6% !important;
  }
}
.nomix {
  mix-blend-mode: inherit !important;
}

@media only, screen and (min-width: 769px) {
  .start {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
  }
  .start p {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    width: auto;
    width: 300px;
  }
  .start p img {
    display: block;
    width: 200px;
  }
  .start p video {
    width: 100%;
  }

  main {
    /*padding-left: 80px;*/
  }

  #TOP {
   margin-bottom: 150px;
  }
  #TOP .MV {
    position: relative;
  
    margin: 0px auto 0px auto;
    /* progress bar */
  }
  #TOP .MV .mvslide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100vh;
    width: 100%;
    position: relative;
    margin-bottom: 0;
  }
  #TOP .MV .mvslide .slick-list .slick-slide {
    pointer-events: none !important;
  }
  #TOP .MV .mvslide .slick-list .slick-slide img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /*transform: scale(1.02);*/
  }
  #TOP .MV .mvslide .slick-list .slick-slide img.first-slide {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /*transform: scale(1.02);*/
  }
  #TOP .MV .mvslide .slick-list .slick-slide.slick-current {
    pointer-events: visible !important;
  }
  #TOP .MV .mvslide .slick-list .slick-slide.slick-current img {
    -webkit-transition: 1s;
    transition: 1s;
    /*animation: zoom-in-anim 4s linear;*/
  }
  #TOP .MV .mvslide img {
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #TOP .MV .mvslide .slick-dots {
    bottom: 145px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 6px;
    right: 51px;
  }
  #TOP .MV .mvslide .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 6px 0;
  }
  #TOP .MV .mvslide .slick-dots li button {
    width: 6px;
    height: 6px;
    padding: 0;
  }
  #TOP .MV .mvslide .slick-dots li button::before {
    content: "";
    background-color: #A4C0DF;
    opacity: 1;
    border-radius: 10px;
    width: 6px;
    height: 6px;
  }
  #TOP .MV .mvslide .slick-dots li.slick-active button::before {
    content: "";
    background-color: #3155A3;
    opacity: 1;
  }
  #TOP .MV .slider-progresswrap {
    position: absolute;
    right: 54px;
    bottom: 44px;
    height: 80px;
  }
  #TOP .MV .slider-progresswrap .slider-progress {
    width: 1px;
    height: 100%;
    background: transparent;
  }
  #TOP .MV .slider-progresswrap .slider-progress .progress {
    width: 1px;
    height: 0%;
    background: #000;
  }
  #TOP .banner {
    pointer-events: none;
    position: fixed;
    bottom: 48px;
    width: 100%;
    z-index: 10;
  }
  #TOP .banner.fixed {
    position: fixed;
    top: 20px;
    margin-left: -80px;
  }
  #TOP .banner .banner__inner {
    margin-right: 103px;
  }
  #TOP .banner .banner__inner a {
    pointer-events: visible;
    display: block;
    width: 312px;
    margin-left: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #TOP .banner .banner__inner a:hover {
    opacity: 0.7;
  }
  #TOP .banner .banner__inner a img {
    width: auto;
  }
  #TOP .news {
    width: 90%;
    max-width: 804px;
    margin-left: auto;
    margin-right: 103px;
    background-color: #000;
    color: #fff;
    -webkit-transform: translate(0, -68px);
    transform: translate(0, -68px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 37px 64px;
    position: relative;
  }
	#TOP .news.newsarchive{
		max-width: 300px;
		    padding: 20px 64px;
		transform: translate(0, -50%);
	}
	#TOP .news.newsarchive a{
		color: #fff;
	}
	#TOP .news.newsarchive a:hover{
		text-decoration: underline;
	}
	
  #TOP .news__slider {
    width: calc(100% - 200px);
  }
  #TOP .news__slider--blk {
    color: #fff;
  }
  #TOP .news__slider--blk .date {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 2px;
  }
  #TOP .news__slider--blk .ttl {
    margin-top: 15px;
  }
  #TOP .news .slick-prev, #TOP .news .slick-next {
    left: auto;
    right: auto;
    top: 50px;
  }
  #TOP .news .slick-prev {
    right: -100px;
  }
  #TOP .news .slick-next {
    right: -187px;
  }
  #TOP .news .slick-prev::before, #TOP .news .slick-next::before {
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 34px;
    height: 31px;
  }
  #TOP .news .slick-prev::before {
    background-image: url(../image/news_arrow_prev.svg);
  }
  #TOP .news .slick-next::before {
    background-image: url(../image/news_arrow_next.svg);
  }
  #TOP .news .slick-prev.slick-disabled:before, #TOP .news .slick-next.slick-disabled:before {
    opacity: 0;
  }
  #TOP .about {
    margin-top: 17px;
    position: relative;
  }
  #TOP .about__ttl {
    width: 272px;
    position: absolute;
    left: 7px;
    top: -43px;
  }
  #TOP .about__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #TOP .about__box--img {
    width: calc(100% - 328px);
  }
  #TOP .about__box--txt {
    width: 328px;
  }
  #TOP .about__box--txt .ttltxt {
    margin-top: 100px;
  }
  #TOP .registered {
    margin-top: 200px;
    position: relative;
  }
  #TOP .registered__ttl {
    width: 526px;
    position: absolute;
    z-index: 11;
    right: 136px;
    top: -49px;
  }
  #TOP .registered__box {
    background-color: #000;
    width: 75%;
    max-width: 716px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 103px 10% 100px 5%;
    position: relative;
    z-index: 9;
  }
  #TOP .registered__box--blk {
    color: #fff;
  }
  #TOP .registered__box .btnblk {
    margin-top: 67px;
  }
  #TOP .registered__deco {
    position: absolute;
  }
  #TOP .registered .deco01 {
    top: 70px;
    right: 0;
    width: 36%;
    max-width: 359px;
    z-index: 9;
  }
  #TOP .registered .deco02 {
    bottom: -143px;
    right: 22%;
    width: 37%;
    max-width: 370px;
    z-index: 8;
  }
  #TOP .brand {
    background-image: url("../image/brand_bg_pc.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: 342px;
    padding: 70px 0;
    position: relative;
	  text-align: center;
  }
  #TOP .brand__ttl {
    position: relative;
  }
  #TOP .brand__ttl svg {
    position: absolute;
    width: 270px;
    top: -168px;
    left: -52px;
  }
  #TOP .brand__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	  max-width: 1200px;
	  width: 95%;
	  margin: auto;
  }
  #TOP .brand__box--blk {
    width: 32.8%;
    margin-right: 0.3%;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #TOP .brand__box--blk:hover {
    opacity: 1;
    /*.brand__box--blk--txt{
    	opacity: 0.7;
    }*/
  }
  #TOP .brand__box--blk:nth-of-type(3n) {
    margin-right: 0;
  }
  #TOP .brand__box--blk:nth-of-type(n+4) {
    margin-top: 0.4%;
  }
  #TOP .brand__box--blk--img {
    mix-blend-mode: screen;
    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;
	  overflow: hidden;
  }
	#TOP .brand__box--blk--img img{
		transition: .5s;
	}
	#TOP .brand__box--blk:hover .brand__box--blk--img img{
		transform: scale(1.2);
		opacity: 1;
	}
  #TOP .brand__box--blk--txt {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
	
	#TOP .brand .btnblk{
		font-weight: bold;
		margin-top: 50px;
		display: inline-block;
	}
	
  #TOP .shop {
    margin-top: 224px;
    position: relative;
    padding-bottom: 183px;
  }
  #TOP .shop__ttl {
    width: 205px;
    position: absolute;
    right: -60px;
    top: -106px;
  }
  #TOP .shop__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #TOP .shop__box--img {
    width: calc(100% - 418px);
  }
  #TOP .shop__box--logo {
    width: 362px;
    margin-right: 56px;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 0px;
    padding: 25px 0;
  }
  #TOP .shop__box--logo--blk {
    display: block;
    height: 89px;
    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;
  }
	#TOP .shop__box--logo--blk img{
		max-height: 55px;
	}
}
/* SP */
@media screen and (max-width: 768px) {
  .start {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
  }
  .start img {
    width: 260px;
  }
  .start p {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    z-index: 999999;
    width: 230px;
  }
  .start video {
    width: 100%;
  }

  main {
    padding-left: 0px;
  }

  #TOP {
    overflow-x: hidden;
  }
  #TOP .MV {
    position: relative;
    /* progress bar */
  }
  #TOP .MV .mvslide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100vh;
    width: 100%;
    position: relative;
    margin-bottom: 0;
  }
  #TOP .MV .mvslide .slick-list .slick-slide img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /*transform: scale(1.02);*/
  }
  #TOP .MV .mvslide .slick-list .slick-slide img.first-slide {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /*transform: scale(1.02);*/
  }
  #TOP .MV .mvslide .slick-list .slick-slide.slick-current img {
    -webkit-transition: 1s;
    transition: 1s;
    /*animation: zoom-in-anim 4s linear;*/
  }
  #TOP .MV .mvslide img {
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #TOP .MV .mvslide .slick-dots {
    bottom: 127px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 9px;
    right: 21px;
  }
  #TOP .MV .mvslide .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 7px 0;
  }
  #TOP .MV .mvslide .slick-dots li button {
    width: 9px;
    height: 9px;
    padding: 0;
  }
  #TOP .MV .mvslide .slick-dots li button::before {
    content: "";
    background-color: #A4C0DF;
    opacity: 1;
    border-radius: 10px;
    width: 9px;
    height: 9px;
  }
  #TOP .MV .mvslide .slick-dots li.slick-active button::before {
    content: "";
    background-color: #4e92df;
    opacity: 1;
  }
  #TOP .MV .slider-progresswrap {
    position: absolute;
    right: 24px;
    bottom: 31px;
    height: 80px;
  }
  #TOP .MV .slider-progresswrap .slider-progress {
    width: 1px;
    height: 100%;
    background: transparent;
  }
  #TOP .MV .slider-progresswrap .slider-progress .progress {
    width: 1px;
    height: 0%;
    background: #000;
  }
  #TOP .banner {
    pointer-events: none;
    position: absolute;
    bottom: 40px;
    width: 87%;
    z-index: 10;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #TOP .banner .banner__inner {
    margin-right: 0;
  }
  #TOP .banner .banner__inner a {
    pointer-events: visible;
    display: block;
    margin: 0;
    width: 280px;
  }
  #TOP .banner .banner__inner a img {
    width: auto;
  }
  #TOP .banner.fixed {
    position: fixed;
    top: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 6.7%;
  }
  #TOP .banner.fixed .banner__inner a {
    margin-right: auto;
    margin-left: 0;
    max-width: 260px;
    width: calc(100% - 90px);
  }
  #TOP .news {
    width: 87%;
    max-width: 604px;
    margin-left: 0;
    margin-right: auto;
    background-color: #000;
    color: #fff;
    -webkit-transform: translate(0, -80px);
    transform: translate(0, -80px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 39px 22px 80px;
    position: relative;
  }
	
	#TOP .news.newsarchive{
		max-width: 280px;
		    padding: 13px 30px;
		transform: translate(0, -50%);
		    margin-bottom: 60px;
	}
	#TOP .news.newsarchive a{
		color: #fff;
	}
	
	
  #TOP .news__slider {
    width: calc(100% - 0px);
  }
  #TOP .news__slider--blk .date {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 2px;
  }
  #TOP .news__slider--blk .ttl {
    margin-top: 15px;
    line-height: 2;
	      white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #TOP .news .slick-prev, #TOP .news .slick-next {
    left: auto;
    right: auto;
    top: 50px;
    width: 34px;
    height: 31px;
  }
  #TOP .news .slick-prev {
    left: 0px;
    top: auto;
    bottom: -68px;
  }
  #TOP .news .slick-next {
    right: auto;
    left: 90px;
    top: auto;
    bottom: -68px;
  }
  #TOP .news .slick-prev::before, #TOP .news .slick-next::before {
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 34px;
    height: 31px;
  }
  #TOP .news .slick-prev::before {
    background-image: url(../image/news_arrow_prev.svg);
  }
  #TOP .news .slick-next::before {
    background-image: url(../image/news_arrow_next.svg);
  }
  #TOP .news .slick-prev.slick-disabled:before, #TOP .news .slick-next.slick-disabled:before {
    opacity: 0;
  }
  #TOP .about {
    position: relative;
    width: 100%;
  }
  #TOP .about__ttl {
    width: 164px;
    position: absolute;
    left: 17px;
    top: -43px;
  }
  #TOP .about__box {
    display: block;
  }
  #TOP .about__box--img {
    width: 92%;
    margin-left: auto;
    display: block;
  }
  #TOP .about__box--txt {
    width: 86.6%;
    margin: auto;
    margin-top: 24px;
  }
  #TOP .about__box--txt .ttltxt {
    margin-top: 0;
  }
  #TOP .registered {
    margin-top: 58px;
    position: relative;
    width: 100%;
  }
  #TOP .registered__ttl {
    width: 316px;
    position: absolute;
    z-index: 11;
    left: 50%;
    -webkit-transform: translate(-53%, 0);
    transform: translate(-53%, 0);
    top: -36px;
  }
  #TOP .registered__box {
    background-color: #000;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 67px 6.6% 40px 6.6%;
    position: relative;
    z-index: 9;
    text-align: center;
  }
  #TOP .registered__box--blk {
    color: #fff;
  }
  #TOP .registered__box--blk .detailtxt {
    width: 100%;
  }
  #TOP .registered__box--blk--img {
    margin-top: 20px;
    width: 100%;
  }
  #TOP .registered__box .btnblk {
    margin-top: 45px;
  }
  #TOP .registered__deco {
    display: none;
  }
  #TOP .brand {
    background-image: url("../image/brand_bg_pc.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: 104px;
    padding: 63px 0 38px;
  }
  #TOP .brand__ttl {
    position: relative;
  }
  #TOP .brand__ttl svg {
    position: absolute;
    width: 163px;
    top: -82px;
    left: 9px;
  }
  #TOP .brand__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 86.6%;
	  margin: auto;
	  text-align: center;
  }
  #TOP .brand__box--blk {
    width: 100%;
  }
  #TOP .brand__box--blk:nth-of-type(n+2) {
    margin-top: 8px;
  }
  #TOP .brand__box--blk--img {
    mix-blend-mode: screen;
    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;
    min-height: 110px;
  }
	#TOP .brand__box--blk--img img{
	}
  #TOP .brand__box--blk--txt {
    color: #fff;
    text-align: center;
  }
	
	#TOP .brand .btnblk{
		    width: 263px;
    font-weight: bold;
    margin: auto;
    margin-top: 30px;
    padding: 0 20px;
    padding-left: 70px;
    display: block;
	}
	
  #TOP .shop {
    margin-top: 124px;
    position: relative;
    padding-bottom: 103px;
    width: 100%;
  }
  #TOP .shop__ttl {
    width: 125px;
    position: absolute;
    left: 19px;
    top: -66px;
  }
  #TOP .shop__box {
    display: block;
  }
  #TOP .shop__box--img {
    width: 92%;
    display: block;
    margin-left: auto;
  }
  #TOP .shop__box--logo {
    width: 86.6%;
    margin: auto;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 28px;
    padding: 35px 0;
  }
  #TOP .shop__box--logo--blk {
    display: block;
    height: 90px;
    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;
  }
	#TOP .shop__box--logo--blk img{
		max-height: 55px;
	}
}
/* SP ここまで */
.cls-1 {
  fill: none;
}

.cls-2 {
  -webkit-clip-path: url(#clip-path);
  clip-path: url(#clip-path);
}

.cls-3 {
  fill: #3155a3;
}

.cls-2-2 {
  -webkit-clip-path: url(#clip-path02);
  clip-path: url(#clip-path02);
}

.cls-2-3 {
  -webkit-clip-path: url(#clip-path03);
  clip-path: url(#clip-path03);
}

.cls-2-4 {
  -webkit-clip-path: url(#clip-path04);
  clip-path: url(#clip-path04);
}