/* CSS Document */

.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 145px;
}
.start p img{
	width: 100%;
}

.fadein {
  opacity: 0;
  transform : translate(0, 30px);
  transition : all 1500ms;
}
.fadein2 {
  opacity: 0;
  transform : translate(0, 15px);
  transition : all 1500ms;
}
.fadein3 {
  opacity: 0;
  transform : translate(0, 15px);
  transition : all 1500ms;
}
.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}





.teaser #contents #contents-main h2{
	padding: 0;
    background: none;
    width: 100%;
    position: relative;
    overflow: inherit;
}
.teaser #contents-main h3 {
	border: 0;
	padding: 0;
	margin: 0 auto;
	background: none;
}


body.teaser #contents .inner{
    padding: 0;
    font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.teaser.pc #contents-main{
    /*padding: 80px 120px 120px;*/
}

.teaser #contents-main ul{
    font-size: 0;
}
.teaser #contents-main a{
    
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}


.teaser #contents-main .title{
    margin-bottom: 60px;
    background: url(./220901bg_main.jpg);
    /*background: #e8ef8b;*/
    background-size: cover;
    background-position: center top;
    padding: 80px 0;
}
.teaser #contents-main .title h2::before{
    content: "";
    width: 63px;
    height: 60px;
    background: url("fig_kizuki.png") no-repeat;
    position: absolute;
    top: -50px;
    right: 70px;
}

.teaser.pc #contents-main .readtxt{
    width: 520px;
    margin: 0 auto 60px;
}
.teaser #contents-main .readtxt h3 {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 6px solid #FFF;
}
.teaser #contents-main .readtxt .justtxt{
    text-align: justify;
    font-weight: bold;
    line-height: 1.6;
    color: #111;
    /*padding: 0 35px;*/
}
.teaser #contents-main .readtxt .comingsoon{
    margin-top: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #009844;
    line-height: 1.6;
}


.teaser #contents-main .nav_box{
    width: 100%;
    background: #008722;
    padding: 20px 0;
    text-align: center;
    margin: 0 auto 60px;
}
.teaser #contents-main .nav_box ul{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.teaser #contents-main .nav_box ul li{
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin: 0 5px;
    width: calc(100%/3 - 10px);
}
.teaser #contents-main .nav_box ul li a{
    background: #FFF;
    display: block;
    width: 100%;
    padding: 8px 0;
    border-radius: 25px;
    position: relative;
}
.teaser #contents-main .nav_box ul li a::after{
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f054";
    position: absolute;
    right: 10px;
    font-size: 14px;
    color: #008722;
}


.teaser #contents-main .shoplist_box{
    margin: 0 auto 160px;
    padding: 0 60px;
}
.teaser #contents-main .shoplist_box:last-of-type{
    margin: 0 auto 60px;
}

.teaser #contents-main .shoplist_box h4{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 30px;
}

.mask-bg {
  color: transparent;
    display: inline-block;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
    line-height: 1;
}
.mask-bg::after {
  background: linear-gradient(to right, #aedae6 0%,#cde27e 100%);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}

.mask-bg.is-animated {
  color: #000;
}
.mask-bg.is-animated::after {
  animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.170, 1);
}

@keyframes mask-bg {
  0% {
    transform: translate(-101%, 0)
  }
  40%, 60% {
    transform: translate(0, 0%)
  }
  100% {
    transform: translate(100%, 0)
  }
}


.teaser #contents-main .shoplist_box .shoplist{
    font-size: 0;
}
.teaser #contents-main .shoplist_box .comingsoon{
    background: #f2f2f2;
    padding: 120px 0;
    text-align: center;
    width: 800px;
    margin: 0 auto;
}
.teaser #contents-main .shoplist_box .comingsoon p{
    font-size: 24px;
    font-weight: bold;
}



.teaser #contents-main .shoplist_box .shoplist .shopbox{
    display: inline-block;
    width: calc(100%/2 - 30px);
    font-size: 14px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 60px 60px 0;
}
.teaser #contents-main .shoplist_box .shoplist .shopbox:nth-child(2n){
    margin-right: 0;
}
.teaser #contents-main .shoplist_box .shoplist .shopbox:last-of-type{
    margin-bottom: 0;
}

.teaser #contents-main .shoplist_box .shoplist .shopbox .openday{
    /*background: #e8ef8b;*/
    background: #cde6f1;
    padding: 4px 16px;
    font-weight: bold;
    display: table;
}
.teaser #contents-main .shoplist_box .shoplist .shopbox:nth-child(4n-2) .openday,
.teaser #contents-main .shoplist_box .shoplist .shopbox:nth-child(4n-1) .openday{
    background: #e8ef8b;
}
.teaser #contents-main .shoplist_box .shoplist .shopbox .shopname{
    padding: 15px 0;
    overflow: hidden;
}
.teaser #contents-main .shoplist_box .shoplist .shopbox .shopname h5{
    font-weight: bold;
    width: calc(100% - 90px);
    float: left;
    font-size: 20px;
    line-height: 2;
}
.teaser #contents-main .shoplist_box .shoplist .shopbox .shopname .logo{
    width: 80px;
    float: right;
}
.teaser #contents-main .shoplist_box .shoplist .shopbox .shopimage{
    border: 4px solid #f2f2f2;
    height: 290px;
    padding: 25% 0;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
}
.teaser #contents-main .shoplist_box .shoplist .shopbox .shopimage.nologo{
    padding: 0;
}
.teaser #contents-main .shoplist_box .shoplist .shopbox .shopimage img{

}

/*.teaser #contents-main .shoplist_box .shoplist #shopid_222.shopbox .shopimage img{
    width: 150px;
}*/

.teaser #contents-main .shoplist_box .shoplist .shopbox dl{
    margin-bottom: 20px;
}
.teaser #contents-main .shoplist_box .shoplist .shopbox dl dt{
    padding: 15px 0 15px 15px;
    border-bottom: 2px solid #efefef;
    width: 100px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.teaser #contents-main .shoplist_box .shoplist .shopbox dl dd{
    padding: 15px 0;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 120px);
    border-bottom: 2px solid #efefef;    
}
.teaser #contents-main .shoplist_box .shoplist .shopbox .shoptxt{
    
}
.teaser #contents-main .shoplist_box .shoplist .shopbox .shoptxt h6{
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 15px;
text-align: justify;
}
.teaser #contents-main .shoplist_box .shoplist .shopbox .shoptxt .copy{
    /*background: #fafce8;*/
    background: #f0f8fb;
    padding: 15px;
    text-align: justify;
    margin-bottom: 20px;
}

.teaser #contents-main .shoplist_box .shoplist .shopbox:nth-child(4n-2) .copy,
.teaser #contents-main .shoplist_box .shoplist .shopbox:nth-child(4n-1) .copy{
    background: #fafce8;
}

.teaser #contents-main .shoplist_box .shoplist .shopbox .shoptxt .tokuten{
    background: #ffe5ee;
    padding: 35px 15px 15px;
    text-align: center;
    position: relative;
    font-weight: bold;
}
.teaser #contents-main .shoplist_box .shoplist .shopbox .shoptxt .tokuten strong{
    background: #ff7bac;
    border-radius: 25px;
    padding: 6px 12px;
    color: #FFF;
    font-size: 16px;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    width: 240px;
    margin: 0 auto;
    box-sizing: border-box;
}
.teaser #contents-main .shoplist_box .shoplist .shopbox a{
    text-indent: -9999px;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.teaser #contents-main .shoplist_box .shoplist .shopbox a:hover{
    opacity: 0.3;
    background: #FFF;
}


.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox{
    display: block;
    width: 100%;
    max-width: 800px;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 auto 60px;
}

/*.teaser #contents-main #newopen_list.shoplist_box .shoplist #shopid_442.shopbox{
    display: none;
}*/


.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox .shopimage{
    float: left;
    width: 350px;
}
.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox dl,
.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox .shoptxt{
    float: right;
    width: calc(100% - 380px);
}

.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox:nth-child(2n) .shopimage{
    float: right;
    width: 350px;
}
.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox:nth-child(2n) dl,
.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox:nth-child(2n) .shoptxt{
    float: left;
    width: calc(100% - 380px);
}


.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox .shopname h5{
    width: calc(100% - 150px);
    font-size: 24px;
    line-height: 1.4;
}
.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox .shopname h5 span{
    font-size: 14px;
    font-weight: normal;
}
.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox .shopname .logo{
    width: 150px;
}
.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox .shopimage{
    height: 350px;
}
.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox .shopimage img{
    width: 350px;
    height: 350px;
    object-fit: cover;
}

.teaser #contents-main #newopen_list.shoplist_box .shoplist #shopid_439.shopbox .shopimage,
.teaser #contents-main #newopen_list.shoplist_box .shoplist #shopid_439.shopbox .shopimage img,
.teaser #contents-main #newopen_list.shoplist_box .shoplist #shopid_441.shopbox .shopimage,
.teaser #contents-main #newopen_list.shoplist_box .shoplist #shopid_441.shopbox .shopimage img,
.teaser #contents-main #newopen_list.shoplist_box .shoplist #shopid_443.shopbox .shopimage,
.teaser #contents-main #newopen_list.shoplist_box .shoplist #shopid_443.shopbox .shopimage img{
    height: 280px;
}

.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox dl{
    border-top: 2px solid #efefef;
}

.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox:nth-child(4n-2) .openday,
.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox:nth-child(4n-1) .openday{
    background: #cde6f1;
}
.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox:nth-child(4n-2) .copy,
.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox:nth-child(4n-1) .copy{
    background: #f0f8fb;
}

.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox:nth-child(2n) .openday{
    background: #e8ef8b;
}
.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox:nth-child(2n) .copy{
    background: #fafce8;
}




.teaser #contents-main .shoplist_box .linkbox{
    background: #f2f2f2;
    padding: 30px 50px;
}
.teaser #contents-main .shoplist_box .linkbox ul li{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    width: calc(100%/2 - 10px);
    text-align: center;
}
.teaser #contents-main .shoplist_box .linkbox ul li:nth-child(2n){
    margin-left: 18px;
}
.teaser #contents-main .shoplist_box .linkbox ul li a{
    background: #FFF;
    border: 2px solid #e8ef8b;
    display: block;
    padding: 15px;
    position: relative;
}
.teaser #contents-main .shoplist_box .linkbox ul li a::after{
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f054";
    position: absolute;
    right: 5%;
    font-size: 14px;
}
/*
----------------------------------------------------
spスタイル
----------------------------------------------------
*/

.sp.teaser #contents-main .shoplist_box{
    padding: 40px;
}


.sp.teaser #contents .inner{
    background-size: 150%;
    background-position: top right;
}
.sp.teaser #contents-main .title{
    padding: 35px 25px 25px;
    margin-bottom: 0;
} 
.sp.teaser #contents-main .title h2::before{
    width: 30px;
    height: 30px;
    background-size: cover;
    top: -20px;
    right: -20px;
}

.sp.teaser #contents-main .readtxt{
    padding: 0 50px;
}
.sp.teaser #contents-main .readtxt h3 {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.sp.teaser #contents-main .readtxt .justtxt{
    padding: 30px 0px;
}

.sp.teaser #contents-main .readtxt .comingsoon{
    font-size: 90%;
    margin: 20px auto 50px;
    width: 100%;
}

.sp.teaser #contents-main .nav_box{
    padding: 10px 0;
    margin: 0 auto 30px;
}
.sp.teaser #contents-main .nav_box ul li{
    width: calc(100%/3 - 15px);
}
.sp.teaser #contents-main .nav_box ul li a {
    font-size: 80%;
	line-height: 1.2;
}

.sp.teaser #contents-main .nav_box ul li a {
    border-radius: 8px;
}
.sp.teaser #contents-main .nav_box ul li a::after{
    top: 35%;
    right: 5px;
}


.sp.teaser #contents-main .shoplist_box{
    margin: 0 auto;
}
.sp.teaser #contents-main .shoplist_box h4{
    font-size: 30px;
}

.sp.teaser #contents-main .shoplist_box .comingsoon{
    padding: 80px 0;
    width: 100%;
    margin: 60px auto 0;
}
.sp.teaser #contents-main .shoplist_box .shoplist .shopbox{
    display: block;
	width: 100%;
}
.sp.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox:last-of-type,
.sp.teaser #contents-main .shoplist_box .shoplist .shopbox:last-of-type{
    margin-bottom: 0;
}
.sp.teaser #contents-main .shoplist_box .shoplist .shopbox .shopimage{
    height: 200px;
    padding: 20% 0;
}
.sp.teaser #contents-main .shoplist_box .shoplist .shopbox .shopimage.nologo{
    padding: 0;
}

.sp.teaser #contents-main .shoplist_box .shoplist .shopbox dl dd.row2{
	padding: 10px 0 10px;
    line-height: 1.2;
}

.sp.teaser #contents-main .shoplist_box .shoplist .shopbox .shopname h5.row2{
    line-height: 1.2;
}


.sp.teaser #contents-main .shoplist_box .shoplist .shopbox:nth-child(4n-2) .openday,
.sp.teaser #contents-main .shoplist_box .shoplist .shopbox:nth-child(4n-1) .openday{
    background: #cde6f1;
}
.sp.teaser #contents-main .shoplist_box .shoplist .shopbox:nth-child(4n-2) .copy,
.sp.teaser #contents-main .shoplist_box .shoplist .shopbox:nth-child(4n-1) .copy{
    background: #f0f8fb;
}
.sp.teaser #contents-main .shoplist_box .shoplist .shopbox:nth-child(2n) .openday{
    background: #e8ef8b;
}
.sp.teaser #contents-main .shoplist_box .shoplist .shopbox:nth-child(2n) .copy{
    background: #fafce8;
}

.sp.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox .shopimage,
.sp.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox dl,
.sp.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox .shoptxt,
.sp.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox:nth-child(2n) .shopimage,
.sp.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox:nth-child(2n) dl,
.sp.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox:nth-child(2n) .shoptxt{
    float: none;
    width: 100%;
}

.sp.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox .shopname h5{
    width: calc(100% - 90px);
    line-height: 1;
}
.sp.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox .shopname .logo{
    width: 80px;
}

.sp.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox .shopimage{
    height: 250px;
}
.sp.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox .shopimage img{
    height: 250px;
}
.sp.teaser #contents-main #newopen_list.shoplist_box .shoplist .shopbox dl{
    border: 0;
}








.sp.teaser #contents-main .shoplist_box .linkbox ul li{
    width: 100%; 
}

.sp.teaser #contents-main .shoplist_box .linkbox ul li:nth-child(2n){
    margin-left: 0px;
}

.sp.teaser #contents-main .shoplist_box .linkbox {
    padding: 10px 20px;
}

.sp.teaser #contents-main .shoplist_box .linkbox ul li a {
    margin: 7px 0px;
    padding: 10px;
}
