@import "base.css";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url("https://use.typekit.net/dma1dbb.css");

/* 
------------------------------------------------------------ */
a {
	color:#0078ff;
	text-decoration:underline;
	cursor:pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
a:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}



a img {
	/*firefox*/
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden;
	box-shadow: #000 0 0 0;
	/*background-color:#ffffff;*/
}

/*画像をウインドウサイズに合わせて可変*/
img{
    vertical-align: bottom;
	max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
	-webkit-backface-visibility: hidden;
}

/*edge画像ホバーメニュー非表示*/
img {
    pointer-events: none;
}


body {
	color:#333;
	margin:0;
	padding:0;
	font-size:18px;
	font-family: 'Noto Sans JP', '游ゴシック体' , 'Yu Gothic', YuGothic , 'ヒラギノ角ゴ ProN' , 'Hiragino Kaku Gothic ProN' , 'メイリオ', 'Meiryo', sans-serif;
	line-height:180%;
	background-color:#f4f4f4;
	text-align:center;
	position:relative;
}

.font-en{
    font-family: futura-pt-bold, futura, Century Gothic, 'Noto Sans JP', '游ゴシック体' , 'Yu Gothic', YuGothic , 'ヒラギノ角ゴ ProN' , 'Hiragino Kaku Gothic ProN' , 'メイリオ', 'Meiryo', sans-serif;
}




#main-wrapper{
	position:relative;
}

#main-container {
	
}

/* ヘッダー
------------------------------------------------------------ */
	
#header	{
	position:fixed;
	top:0;
	left:0;
	z-index:1020;
	width:100%;
	height:80px;
}


/* ナビ部分 
------------------------------------------------------------ */
#menuBtn{
	display:block;
}
#menuClose,
#shadows{
	display:none;
}

#menuBtn{
	position:fixed;
	top:30px;
	right:30px;
	width:60px;
	height:60px;
	z-index:1050;
}


#panel-btn{
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  border: solid #000 5px;
  border-radius: 100px;
}
#panel-btn:hover{

}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 5px;
  margin: -8px 0 0 -11px;
  background-color: transparent;
  transition: .2s;
}
#panel-btn-icon:before,#panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 5px;
  background: #000;
  transition: .3s;
}

#panel-btn-icon:before{
  margin-top: -3px;
}
#panel-btn-icon:after{
  margin-top: 8px;
}


#menuBtn.open #panel-btn-icon{
  background: transparent;
}
#menuBtn.open #panel-btn-icon:before{
  margin-top: 3px;
}
#menuBtn.open #panel-btn-icon:after{
  margin-top: 3px;
}

#menuBtn.open #panel-btn-icon:before{
  transform: rotate(-140deg);
  -webkit-transform: rotate(-140deg);

}
#menuBtn.open #panel-btn-icon:after{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);

}




#menuClose{
	position:relative;
	z-index:1010;
}
#shadows{
	position:fixed;
	width:100%;
	height:120%;
	top:0;
	left:0;
	background-color:#000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index:1001;
}


/**/

#navi{
	display:none;
	position:absolute;
	top:0px;
	left:0;
	width:100%;
    height: 100vh;
	background-color:#fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#navi #navi-area{
    display: table;
    width:100%;
    height: 100vh;
}

#navi #navi-area .navi-logo{
    display: table-cell;
    vertical-align: middle;
    width: 45%;
    text-align: center;
}
#navi #navi-area .navi-logo .logo{
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    max-width: 500px;
    min-width: 340px;
    width: 55%;
}
#navi #navi-area .navi-logo .logo img{
    display: block;
    width: 100%;
    
}
#navi #navi-area .navi-logo .logo span{
    display: block;
    font-family: futura-pt-bold, futura, Century Gothic, 'Noto Sans JP', '游ゴシック体' , 'Yu Gothic', YuGothic , 'ヒラギノ角ゴ ProN' , 'Hiragino Kaku Gothic ProN' , 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 900;
    line-height: 160%;
    color: #309e6b;
    font-size: 20px;
    margin-top: 30px;
    width: 75%;
}


@media screen and (min-width: 641px){

#navi #navi-area nav{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    position: relative;
}

#navi #navi-area nav ul li{
    font-family: futura-pt-bold, futura, Century Gothic, 'Noto Sans JP', '游ゴシック体' , 'Yu Gothic', YuGothic , 'ヒラギノ角ゴ ProN' , 'Hiragino Kaku Gothic ProN' , 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 900;
    line-height: 160%;
    color: #309e6b;
    font-size: 40px;
    letter-spacing: 0.05em;
    width: 460px;
}
#navi #navi-area nav ul li a{
    text-decoration: none;
    color: #309e6b;
    padding: 20px 0;
    display: block;
}
#navi #navi-area nav ul li span{
    font-family: 'Noto Sans JP', '游ゴシック体' , 'Yu Gothic', YuGothic , 'ヒラギノ角ゴ ProN' , 'Hiragino Kaku Gothic ProN' , 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 900;
    display: block;
    letter-spacing: 0.07em;
    color: #000;
    font-size: 18px;
    line-height: 140%;
    margin-top: -0.4em;
}

#navi .anime{
    position: absolute;
    bottom:5px;
    right: 30px;
    width: 200px;
    height: 197px;
}

}

/* フッター
------------------------------------------------------------ */

#footer{
    background-color: #fff;
}
.footer-inner{
    display: table;
    width: 100%;
    font-family: futura-pt-bold, futura, Century Gothic, 'Noto Sans JP', '游ゴシック体' , 'Yu Gothic', YuGothic , 'ヒラギノ角ゴ ProN' , 'Hiragino Kaku Gothic ProN' , 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 600;
}
.footer-logo{
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.footer-sns{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.footer-logo-inner{
    display: table;
    padding: 100px 0;
}
.footer-logo-inner .nanba{
    display: table-cell;
    vertical-align: middle;
    width: 120px;
}
.footer-logo-inner p{
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}


.footer-sns span{
    display: inline-block;
    width: 58px;
    padding: 0 20px;
}
.footer-sns span a{
    display: block;
}

.footer-navi{
    background-color: #cd4c3a;
    color: #fff;
    padding: 50px 0 30px 0;
    font-size: 16px;
    line-height: 110%;
}
.footer-navi .footer-link span{
    display: inline-block;
    vertical-align: middle;
}
.footer-navi .footer-link a{
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 3px 20px; 
}

.footer-navi address{
    font-size: 12px;
    padding-top: 50px;
}


/* ボタン 
--------------------------------------------*/
.btn-link{
	/**/
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	
	/**/
  	box-shadow: 2px 2px 4px rgba(0,0,0,0.20);

}


.special-btn a:hover{
    opacity: 1 !important;
    animation: bounce 0.3s ease-in-out;
    background-color: #309e6b;
}
.pagetop a:hover{
    opacity: 1 !important;
    animation: bounce 0.3s ease-in-out;
}


@keyframes bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    
  }
}




/* 
------------------------------------------------------------ */
.load-intro{
    display: none;
    position: absolute;
    top:0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    
}

.intro{
    position: absolute;
    top:0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    display: table;
    
    transition: 0.5s ease;
}
.intro .inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.intro1{
    background-color: #309e6b;
    z-index: 10;
}
.intro2{
    background-color: #cd4c3a;
    z-index: 5;
}

.intro .inner span{
    display: block;
}
.intro .inner span img{
    width: 55%;
    max-width: 700px;
}




.intro1 span{
    transform: scale(0);
}
.intro1 span.action{
    transform: scale(1);
    animation: loadtxt 0.3s ease;
}

.intro1.action{
    left: -100%;
}


.intro2 span{
    transform: scale(0);
}
.intro2 span.action{
    transform: scale(1);
    animation: loadtxt 0.3s ease;
}

.intro2.action{
    left: -100%;
}


@keyframes loadtxt {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}



/**/
.kv-area{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.kv-area-txtbox{
    position: absolute;
    z-index: 10;
    top:0;
    right: 0;
    width: 48vw;
    height: 100vh;
    text-align: left;
    display: table;
}
.kv-area-txtbox .txtbox-inner{
    display: table-cell;
    vertical-align: middle;
}
.kv-area-txtbox .txtbox-inner h2{
    width: 65%;
    max-width: 600px;
}
.kv-area-txtbox .txtbox-inner p{
    font-weight: 700;
    font-size: 30px;
    line-height: 160%;
    margin-top: 60px;
    color: #fff;
    width: 50%;
    max-width: 450px;
}


.kv-area-imgbox li{
    padding: 0 !important;
    margin: 0 !important;
}
.kv-area-imgbox .kv-item{
    width: 100%;
    height: 100vh;
    display: table;
}
.kv-area-imgbox .kv-item .inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    
}
.kv-area-imgbox .kv-item .imgbox{
    width: 55vw;
    padding: 0 2vw;
    margin: 0 -3vw;
}
.kv-area-imgbox .kv-item .imgbox img{
    max-width: 1000px;
}

.kv-area-imgbox .kv-item.kv1{
    background-color: #309e6b;
}
.kv-area-imgbox .kv-item.kv2{
    background-color: #cd4c3a;
}


/**/
.read-area{
    width: 100%;
    height: 100vh;
    display: table;
    background-color: #cd4c3a;
    position: relative;
}
.read-area .inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 150px 0 250px 0;
}

.read-area-inner{
    text-align: center;
    color: #fff;
}
.read-area-inner h2{
    width: 650px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.read-area-inner p{
    font-size: 23px;
    line-height: 290%;
    font-weight: 700;
    letter-spacing: 0.05em;
}

/**/

.anime-line{
    overflow: hidden;
    width: 100%;
    position: absolute;
    bottom:8%;
    left: 0;
    z-index: 20;
}


.anime-slider-css{
    height: 200px;
    background: url("../../images/andy_walk.gif") center center repeat-x;
    background-size: auto 200px;
    animation: walkanime 18s linear infinite;
}


@keyframes walkanime {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -1728px 0;
    }
}


.anime-slider{
    height: 200px;
}
.anime-slider li{
    padding: 0 !important;
    margin: 0 !important;
    
}
.anime-slider li span{
    display: block;
    padding: 0 0px;
}
.anime-slider li img{
    height: 200px;
}



/**/
.txt-line{
    overflow: hidden;
    width: 100%;
}
.txt-slider{
    height: 50px;
}
.txt-slider li img{
    height: 50px;
}




/**/
.special-area{
    background-color: #309e6b;
    padding: 80px 0 100px 0;
}

.special-area .content-inner{
    padding:45px 0 60px 0; 
}


.special-item{
    
    position: relative;
    padding-top: 25px;
}
.special-item-inner{
    padding: 60px 70px 50px 70px;
    background-color: #fff;
}


.special-icon{
    font-family: futura-pt-bold, futura, Century Gothic, 'Noto Sans JP', '游ゴシック体' , 'Yu Gothic', YuGothic , 'ヒラギノ角ゴ ProN' , 'Hiragino Kaku Gothic ProN' , 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 700;
    background-color: #fbc93e;
    border-radius: 0 0 100px 0;
    
    position: absolute;
    width: 80px;
    height: 80px;
    top:25px;
    left: 0;
    
    font-size: 15px;
    line-height: 100%;
}
.special-icon p{
    padding: 13px 0 0 10px;
}
.special-icon span{    
    display: block;
    font-size: 30px;
    margin-top: 5px;
    
}

.special-txt{
    position: relative;
    z-index: 10;
}
.special-txt .title{
    font-family: futura-pt-bold, futura, Century Gothic, 'Noto Sans JP', '游ゴシック体' , 'Yu Gothic', YuGothic , 'ヒラギノ角ゴ ProN' , 'Hiragino Kaku Gothic ProN' , 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 700;
}
.special-txt .title h2{
    font-weight: 700;
    font-size: 45px;
    line-height: 120%;
    color: #309e6b;
}
.special-txt .title h2 strong{
    display: block;
    color: #000;
    font-size: 25px;
    line-height: 160%;
}
.special-txt .title h2 span{
    font-size: 35px;
}

.special-txt p{
    font-weight: 500;
    padding-top: 15px;
    line-height: 160%;
    font-size: 17px;
}

.special-txt .font-bold{
    font-weight: 900;
}
.special-txt p span{
    font-size: 15px;
}
.special-txt p strong{
    background: url("../../images/line.png") left 1.2em repeat-x;
    background-size: 8px auto;
    color: #309e6b;
}




.data-area{
    display: table;
    padding-top: 20px;
}
.data-set{
   font-family: futura-pt-bold, futura, Century Gothic, 'Noto Sans JP', '游ゴシック体' , 'Yu Gothic', YuGothic , 'ヒラギノ角ゴ ProN' , 'Hiragino Kaku Gothic ProN' , 'メイリオ', 'Meiryo', sans-serif;
   font-weight: 700;
   line-height: 120%;
   font-size: 30px;
   vertical-align: top;
   
   display: table-cell;
}
.data-set.set-day{
   width: 360px;
   padding-right: 20px;
}


.data-set .icon{
    width: 103px;
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    /*
    border: solid #000 3px;
    border-radius: 100px;
    */
    line-height: 100%;
    text-align: center;
    padding: 3px 0;
    letter-spacing: 0.1em;
    margin-top: 0.15em;
}
.data-set .info{
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
}
.data-set .info img{
    max-height: 26px;
    margin-top: 0.35em;
}



#special02 .data-set .info img{
    margin-top: 0em;
}
#special02 .data-set.set-place .info{
    margin-right: -30px;
}
#special02 .data-set.set-place .info img{

}




#special03 .data-set .info img{
    max-height: 45px;
}
#special03 .data-set.set-place .info img{
    max-height: 55px;
}


.data-set .info .info-inner{
    display: flex;
    margin-top: 0.2em;
    
}
.data-set .info .info-inner .waku{
    display: table;
    line-height: 100%;
    margin-right: 20px;
    vertical-align: middle;
}
.data-set .info .info-inner .waku img{
    max-height: 35px;
}

.data-set .info .info-inner .waku.line-wave a{
    display: table;
    vertical-align: middle;
    line-height: 100%;
    
    /*height: 30px;*/
}

.data-set .info .info-inner .waku .sub{
    display: table-cell;
    width: 67px;
    vertical-align: middle;
    line-height: 120%;
    text-align: center;
    background: url("../../images/waku.png") center center no-repeat;
    background-size: 100%;
    
    font-size: 17px;
}
.data-set .info .info-inner .waku p{
    display: table-cell;
    vertical-align: middle;
    line-height: 110%;
    padding: 0;
    padding-left: 10px;
    font-size: 15px;
}




.data-set .info .info-inner .waku.waku2 p{
    display: block;
    font-size: 30px;
    font-weight: 700;
    margin-top: -0.2em;
    /*padding-left: 1.05em;*/
    position: relative;
}
.data-set .info .info-inner .waku.waku2 p strong{
    background: none;
    color: #333;
}

/*
.data-set .info .info-inner .waku.waku2 p i{
    font-style: normal;
    font-size: 0.8em;
    color: #309e6b;
    width: 1.05em;
    display: inline-block;
    position: absolute;
    left: 0.2em;
}
*/
.data-set .info .info-inner .waku.waku2 p span{
    display: block;
    line-height: 120%;
    font-size: 20px;
    margin-top: 12px;
}


/*
.data-set .info .info-inner .waku.waku2 p i img{
    max-height: 26px;
}
*/
.data-set .info .info-inner .waku.waku2 p strong img{
    max-height: 28px;
}
.data-set .info .info-inner .waku.waku2 p span img{
    max-height: 18px;
}




.data-set .info span.week{
    font-size: 18px;
    margin-left: -0.5em;
}
.data-set .info span.sf{
    font-size: 13px;
    margin-left: 10px;
}

.data-set .info p{
    line-height: 100%;
    margin-top: -0.7em;
}
.data-set .info p span{
    font-size: 14px;
    letter-spacing: 0.05em;
}


@media screen and (min-width: 641px){

    #special04 .data-set.set-place .place-inner{
        display: table;
        width: 110%;
    }
    #special04 .data-set.set-place .place-inner .place-inner-icon{
        display: table-cell;
        width: 103px;
    }



}

.data-set .info p span em{
    font-style: normal;
    color: #309e6b;
    letter-spacing: -0.01em;
    font-size: 18px;
}


.line-wave{
    position: relative;
}
.line-wave a{
    text-decoration: none;
    color: #333;
    padding: 0;
}
.line-wave a{
    position: relative;
}
.line-wave a:hover{
    opacity: 1;
}



.line-wave a span.out,
.line-wave a em.out{
    opacity: 1;
}
.line-wave a span.over,
.line-wave a em.over{
    position: absolute;
    top:0;
    left: 0;
    opacity: 0;
}
.line-wave a em.over{
    top:-0.1em;
}

.line-wave a:hover span.out,
.line-wave a:hover em.out{
    opacity: 0;
}

.line-wave a:hover span.over,
.line-wave a:hover em.over{
    opacity: 1;
}


.line-wave a:after{
    content: '';
    position: absolute;
    bottom:-8px;
    left: 0;
    width: 100%;
    height: 4px;
    /*
    background: url("../../images/line_wave.png") center bottom repeat-x;
    background-size: auto 10px;

    background-color: #fad12c;
    animation: waveanime 1.8s ease infinite;
    */
}


.line-wave i{
    width: 56px !important;
    position: absolute;
    top:-23px;
    right: 0;
    animation: fluffy 1s infinite;
}
.waku2 .line-wave i{
    top:-28px;
}

.special-btn i{
    width: 56px !important;
    position: absolute;
    top:-35px;
    right: 0;
    animation: fluffy 1s infinite;
}


@keyframes fluffy {
  0%,30%,70%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}





#special02 .data-set.set-place .line-wave a:after{
    left:75px;
    width: 70%;
    /*
    animation: waveanime2 1.5s ease infinite;
    */
}


@keyframes waveanime {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes waveanime2 {
    0% {
        width: 0%;
    }

    100% {
        width: 70%;
    }
}

/*
@keyframes waveanime {
    from {
        background-position: 0  0;
    }
    to {
        background-position: 800px 0;
    }
}
*/



.at{
    font-size: 12px;
    line-height: 140%;
    color: #cd4c3a;
    
    padding-top: 20px;
    margin-left: -50px;
    margin-bottom: -35px;
}

.at-w{
    color: #fff;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
    margin-top: 8px;
}


.special-img{
    position: absolute;
    z-index: 1;
    width: 40%;
}
.special-img .special-img-bg{
    position: relative;
    z-index: 1;
}

@keyframes rotateanime {
    0% {
        transform: rotate(-30deg);
    }
    10% {
        transform: rotate(0deg);
    }
    15% {
        transform: rotate(-10deg);
    }
    20% {
        transform: rotate(0deg);
    }
    95% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-30deg);
    }
}



#special01 .special-img{
    right: 25px;
    top:-20px;
    width: 39%;
}
#special01 .special-img .anime001{
    position: absolute;
    display: block;
    top:22%;
    left: 0;
    z-index: 2;
    width: 28%;
    animation: rotateanime 3s ease-in-out infinite;
}
#special01 .special-img .anime002{
    position: absolute;
    display: block;
    top:0;
    left: 17%;
    z-index: 3;
    width: 45%;
    animation: rotateanime 3s ease-in-out infinite;
}
#special01 .special-img .anime003{
    position: absolute;
    display: block;
    top:25%;
    left: 45%;
    z-index: 4;
    width: 24%;
    animation: rotateanime 3s ease-in-out infinite;
}
#special01 .special-img .anime004{
    position: absolute;
    display: block;
    top:41%;
    left: 23%;
    z-index: 5;
    width: 26%;
    animation: rotateanime 3s ease-in-out infinite;
}
#special01 .special-img .anime005{
    position: absolute;
    display: block;
    bottom:3%;
    right: 12%;
    z-index: 6;
    width: 40%;
    animation: rotateanime 3s ease-in-out infinite;
}



#special02 .special-txt-inner{
    padding-left: 41%;
}
#special02 .special-img{
    left: 70px;
    top:80px;
    width: 33%;
}
#special02 .special-img .anime001{
    position: absolute;
    display: block;
    top:0;
    left: 0;
    z-index: 2;
    width: 30%;
    animation: rotateanime 3s ease-in-out infinite;
}



#special02 .special-btn{
    position: absolute;
    z-index: 10;
    left: 18.5%;
    top:220px;
}
.special-btn a{
    display: block;
    background-color: #cd4c3a;
    border: solid #fbc93e 3px;
    color: #fff;
    text-decoration: none;
    font-family: futura-pt-bold, futura, Century Gothic, 'Noto Sans JP', '游ゴシック体' , 'Yu Gothic', YuGothic , 'ヒラギノ角ゴ ProN' , 'Hiragino Kaku Gothic ProN' , 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 700;
    padding: 15px 25px;
    line-height: 100%;
}
.special-btn a img{
    height: 20px;
}


#special03 .special-img{
    right: 35px;
    top:70px;
    width: 32%;
}
#special03 .special-img .anime001{
    position: absolute;
    display: block;
    top:21%;
    left: 27%;
    z-index: 2;
    width: 45%;
    animation: rotateanime 3s ease-in-out infinite;
}
#special03 .special-img .anime002{
    position: absolute;
    display: block;
    bottom:0;
    right: 0;
    z-index: 3;
    width: 45%;
    animation: rotateanime 3s ease-in-out infinite;
}


#special04 .data-set{
    display: block !important;
}
#special04 .special-img{
    right: 35px;
    top:70px;
    width: 32%;
}



#special05 .special-txt-inner{
    padding-left: 37%;
}
#special05 .special-img{
    left: -38px;
    top:80px;
    width: 40.5%;
}


/* スライダー基本
--------------------------------------------*/

.slider {
    width: 100%;
    margin: 0;
  }
  .slick-slide img {
    width: 100%;
    height: auto;
  }
  .mypattern{
    width: 100%;
  }
  .mypattern .slick-slide{
    margin: 0px;
  }	
			

			

/* スライダー基本通常ここから
--------------------------------------------

.slick-next {
	position: absolute;
    right: -30px;
	top:50%;
	margin-top: -30px;
    z-index: 99;
	display: block;
	text-indent: -9999px;
	width:60px;
	height:60px;

	cursor:pointer;
	border: none;
}
.slick-prev {
	position: absolute;
    left: -30px;
	top:50%;
	margin-top: -30px;
    z-index: 100;
	display: block;
	text-indent: -9999px;
	width:60px;
	height:60px;

	cursor:pointer;
	border: none;
}

*/

/**/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}	

/**/
.slick-dots{
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  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-size: 0px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
  opacity: .75;
}			






/* モーダル 
--------------------------------------------*/
.modal-area{
    width: 96%;
    max-width: 1400px;
    margin: 0 auto;
}
.modal-title{
    padding-bottom: 40px;
}
.modal-title h2{
    text-align: center;
    font-size: 40px;
    font-family: futura-pt-bold, futura, Century Gothic, 'Noto Sans JP', '游ゴシック体' , 'Yu Gothic', YuGothic , 'ヒラギノ角ゴ ProN' , 'Hiragino Kaku Gothic ProN' , 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 700;
    color: #309e6b;
    line-height: 150%;
}
.modal-title h2 span{
    color: #fff;
    font-size: 25px;display: block;
    line-height: 140%;
}

.modal-area .colbox{
    display: flex;
}
.modal-area .colbox .box{
    padding: 1%;
    width: 31.3333%;
}

.modal-area .step-area img{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.modal-area .step001{
    margin-bottom: 20px;
}
.modal-area .step002{
    margin-bottom: 20px;
}


/**/
.menu-area{
    padding: 30px 0 0 0;
    width: 1100px;
    margin: 0 auto;
}
.menu-area .imgbox{
    width: 390px;
    float: right;
    padding-top: 15px;
}
#shop001 .menu-area .imgbox{
    margin-right: -45px;
    margin-top: -130px;
    width: 465px;
}


.menu-area .txtbox{
    float: left;
    width: 670px;
}
.menu-area .txtbox p{
    font-size: 27px;
    font-weight: 900;
    color: #fff;
    text-align: left;
    padding-top: 20px;
    font-family: futura-pt-bold, futura, Century Gothic, 'Noto Sans JP', '游ゴシック体' , 'Yu Gothic', YuGothic , 'ヒラギノ角ゴ ProN' , 'Hiragino Kaku Gothic ProN' , 'メイリオ', 'Meiryo', sans-serif;
    line-height: 170%;
}

.menu-area .txtbox .special-btn{
    width: 245px;
    position: relative;
    margin-top: 50px;
}




/**/

.modal-content {
    position:fixed;
    display:none;
    z-index:9999;
    width:100%;
	max-width:inherit;
    margin:0;
    padding:0;
	color:#333;
}

.modal-content-wrapp{
	position:relative;
	-webkit-overflow-scrolling: touch;
	background-color:transparent;
	padding:0 0;
}
.modal-content-inner{
	padding:0;
}




.modal-content p {
    margin:0;
    padding:0;
}

.modal-overlay {
    z-index:9998;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.90);
}

.modal-open {

}


.modal-close {
    cursor:pointer;
}

.modal-content .close{
	position:absolute;
	bottom:-80px;
	left: 50%;
    margin-left: -30px;
	font-weight:100;
	z-index:10000;
    width: 60px;
    height: 60px;
    display: block;
}
.modal-content .close a{
	cursor:pointer;
	color:#fff;
	text-decoration:none;
	font-size:30px;
    position: relative;
    display: block;
    z-index: 1000;
}

.close .panel-btn{
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  border: solid #fff 5px;
  border-radius: 100px;
}

.close .panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 5px;
  margin: -8px 0 0 -11px;
  background: transparent;
  transition: .2s;
}
.close .panel-btn-icon:before, .close .panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 5px;
  background: #fff;
  transition: .3s;
}



.close .panel-btn-icon:before{
  margin-top: 3px;
  transform: rotate(-140deg);
  -webkit-transform: rotate(-140deg);

}
.close .panel-btn-icon:after{
  margin-top: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);

}







