.sp-menu{
    color: #fff;
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: 100;
}
/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  /* position: relative; */
  width: 60px;
  height: 34px;
  cursor: pointer;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 80%;
  height: 3px;
  background-color: #fff;
  /* border-radius: 4px; */
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 10px;
}
.btn-trigger span:nth-of-type(2) {
  top: -1000px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 10px;
}


/*=============================
#btn01
=============================*/
#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
#btn01.active span:nth-of-type(2) {
  opacity: 0;
}
#btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-2px) rotate(45deg);
}

.menu1{
	z-index: 99;
}

.menu2{
	/* position: fixed; */
}

.menu1 .menu{
    display: none;
    padding: 0;
    margin: 0;
    /* font-size: 1.1em; */
    flex-direction: row-reverse;
    color: #fff;
    margin-top: 30px;
    writing-mode: lr;
}
.menu1>.header{
    height: 80px;
    width: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    /* align-items: center; */
    box-shadow: coral;
    /* box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.3); */
    position: absolute;
    right: 60px;
    z-index: 99;
}
.menu2 .menu{
	display: none;
	padding: 0;
	margin: 0;
	font-size: 0.85em;
	color: #fff;
}
.menu2>.header{
    height: 80px;
    width: 100vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    box-shadow: coral;
    /* box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.3); */
    /* background-color: #fff; */
    z-index: 1009!important;
    position: fixed;
    top: 0px;
}

.header-inner{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
}


.logo{
    margin: 0;
    padding: 0;
    font-size: 1.4em;
    font-weight: 800;
    /* letter-spacing: 2px; */
    display: none;
    align-items: center;
    /* position: relative; */
    width: 240px;
    align-content: center;
    justify-content: flex-start;
    flex-direction: row;
    padding-left: 20px;
}

.logo_big{
    font-size: 1.8em;
    padding-left: 10px;
    letter-spacing: 4px;
    /* padding: 0; */
    margin: 0;
    position: absolute;
    bottom: 0;
    bottom: 1px;
    right: -80px;
}
.logo_nomal{}
.logo_main{
	 background-size: cover;
	 margin: 0;
	 padding: 0;
	 font-size: 1.8em;
	 font-weight: 800;
	 /* letter-spacing: 2px; */
	 display: flex;
	 position: absolute;
	 width: 100vw;
	 top: 50%;
	 /* left: 50%; */
	 /* right: 0; */
	 justify-content: space-evenly;
	 color: #fff;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 -webkit-transform: translate(-50%, -50%);
	 -ms-transform: translate(-50%, -50%);
	 z-index: 9;
	 flex-direction: row;
	 align-items: flex-end;
	 background-image: url("images/logo_mainsp.png");
	 background-repeat: no-repeat;
	 height: 190px;
	 background-size: 300px;
	 background-position: center;
}

.logo_main >.logo_big{
    font-size: 2em;
    padding-left: 10px;
    letter-spacing: 6px;
    /* padding: 0; */
    margin: 0;
    position: initial;
    /* bottom: 0; */
    /* bottom: -12px; */
    right: -170px;
    height: 90px;
}

.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}
.full div.img01 {
  background-image: url("images/MV01.png");
}
.full div.img02 {
  background-image: url("images/MV02.png");
}
.full div.img03 {
  background-image: url("images/MV03.png");
}
.full .slick-dots {
  bottom: 4%;
  z-index: +1;
  /* right: 0; */
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  margin: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}


.menu1  li{
    list-style: none;
    padding: 0 10px;
    font-size: 1.1em;
    font-weight: 600;
    /* min-width: 90px; */
    margin-right: 25px;
    padding: 5px 0px;
    padding: 5px 0px;
    /* writing-mode: vertical-rl; */
    margin-top: 311px;
    width: 28px;
    line-height: 1.3em;
    /* letter-spacing: 0.5rem; */
    /* text-indent: 1em; */
}

.menu2  li{
	list-style: none;
	padding: 0 10px;
	font-size: 1.1em;
	/* font-weight: 600; */
	min-width: 90px;
	margin-right: 15px;
	padding: 5px 0px;
	padding: 0px 0px;
	/* writing-mode: vertical-rl; */
	/* margin-top: 201px; */
	color: #000;
}


.member_link{
    border: 1px solid;
    border-radius: 30px;
    width: 140px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.inquiry_link{
    border: 1px solid;
    border-radius: 30px;
    width: 140px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: #000;
    color: white!important;
}

rt{
    font-size: 0.3em;
}



.slick-slider {
    z-index: 1;
    margin-bottom: 0!important;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;
    display: flex!important;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    justify-content: space-around;
    flex-direction: row;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    display: flex!important;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 300px!important;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 40px!important;
    height: 40px!important;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 16px!important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px!important;
    height: 40px!important;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #fcfcfc!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #fff!important;
}

.comment{
	padding-top: 20px;
}

.sp-menu_bk{
    position: absolute;
    z-index: 90;
    background-color: #5a5a5a;
    width: 100vw;
    height: 100vh;
    display: none;
    top: 0;
    padding: 50px;
}
.sp-menu_bk>.menu{
    list-style: none;
    margin-top: 70px;
    line-height: 60px;
    font-size: 1.3em;
}

.sp-menu_bk>.menu a{color: #fff;}

/*会員ページ　ヘッダー*/
.member_header{
    width: 100%;
    height: 200px;
    background-color: #000;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    /* margin-bottom: 130px; */
    position: static;
    /* margin-top: 70px; */
    background-image: url(images/memberheadersp.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.member_header_logo{
	color: #fff;
	position: absolute;
	top: 90px;
	left: 0;
	margin-left: 10vw;
	font-size: 1.5em;
	/* bottom: 0; */
}