/* 
202503
メイドイン新潟気質
*/

/*リセット*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    font: inherit;
    font-size: 100%;
    ;
}
html {
    scroll-behavior: smooth;
}
body {
    line-height: 1;
    overflow-x: inherit!important;
}
a {
    text-decoration-skip-ink: auto;
}
button {
    outline: 0;
}
ol,ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}
q {
    display: inline;
    font-style: italic;
}
q:before {
    content: '"';
    font-style: normal;
}
q:after {
    content: '"';
    font-style: normal;
}
textarea,
input[type='text'],
input[type='button'],
input[type='submit'],
input[type='reset'],
input[type='search'],
input[type='password'] {
    border-radius: 0;
    -webkit-appearance: none;
            appearance: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    ;
}
th,td {
    padding: 2px;
}
big {
    font-size: 120%;
}
small,
sup,
sub {
    font-size: 80%;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}
dd {
    margin-left: 20px;
}
kbd,tt {
    font-family: courier;
    font-size: 12px;
}
ins {
    text-decoration: underline;
}
del,strike,s {
    text-decoration: line-through;
}
dt {
    font-weight: bold;
}
address,cite,var {
    font-style: italic;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}
* {
    box-sizing: border-box;
    /*transition: all .5s ease;*/

    -webkit-tap-highlight-color: transparent;
    ;
}

html {
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
}

body {
  letter-spacing: .02em;
  font-optical-sizing: auto;
	font-size: 1.5em;
  font-weight: 400;
	font-variant-east-asian: jis90; 
  line-height: 2;
  margin: 0;
  padding: 0;
}

.sp {display:none;}
.pc {display:block;}

@media screen and (max-width: 480px) {
	body{font-size: 1.4rem;}
	.sp {display:block;}
	.pc {display:none;}
}

:root{
	scroll-behavior: smooth;
	scroll-padding-top: 0px;
}
img {
	max-width: 100%;
	width: 100%;
  height: auto;
}
div, section, a, h1,h2,h3,h4,h5,h6,p,ul,ol,li{
	box-sizing: border-box;
}
img,iframe{
	vertical-align: bottom;
	border-style: none;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
a{
	color: var(--green);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-tranPerformersition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
  -webkit-font-smoothing: antialiased;
}
a:link {
	text-decoration: none;
	outline: none;
}
a:visited {
}
a:hover {
	opacity: 0.7;
}


/*基本設定-----------------------------------------*/
:root{
	scroll-behavior: smooth;
	scroll-padding-top: 0px;
	/*overflow-x: hidden;*/
}
html{
	font-size: 62.5%;
}
body {
	font-family: "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho","Times New Roman",  serif;
  line-height: 1.7;
}
body a {
    text-decoration: none;
    color: #000;
}
body img {
    vertical-align: bottom;
    width: 100%;
}
div#wrapper {
    overflow: hidden;
    width: 100%;
}
.flex {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.text {
    font-size: 15px;
}

@media only screen and (max-width: 480px) {
    .text{
        font-size: 1.3rem;
    }
}
.sm_text {
    font-size: 12px;
}
.center {
    text-align: center;
}
.sp {
    display: none;
}
.bold {
    font-weight: 500;
}
.right {
    text-align: right;
}
@media only screen and (max-width: 480px) {
    .sp {
        display: inline-block;
    }
    .pc {
        display: none;
    }
}
a{
	color: var(--blue);
	-webkit-transition: 0.3s ease-in-out;
	-moz-tranPerformersition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	overflow: hidden;
    -webkit-font-smoothing: antialiased;
}
a:link {
	text-decoration: none;
	outline: none;
}
a:visited {
}
a:hover {
	opacity: 0.8;
}



#niigatakishitsu{
  overflow-x:inherit;
}
/*ヘッダー-----------------------------------------*/ 
#niigatakishitsu .header{
  position: fixed;
  /*width: 50%;*/
  padding: 30px 30px;
  z-index: 21;
}
#niigatakishitsu .header h1.logo{
  width: 100px;
  position: relative;
}

/*メニュー-----------------------------------------*/ 
#niigatakishitsu .menu-icon{
  position: fixed;
  top: 30px;
  right: 50px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100px;
  z-index: 21;
}
#niigatakishitsu .menu{
}
#niigatakishitsu .menu .sp{
  display: none;
}
@media only screen and (max-width: 480px) {
  #niigatakishitsu .header{
    position: fixed;
    width: auto;
    padding: 10px 20px;
  }
  #niigatakishitsu .header h1.logo{
    width: 60px;
  }
  #niigatakishitsu .menu-icon{
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    transform: scale(.8);
  }
  #niigatakishitsu .menu .sp{
    display: block;
  }
  #niigatakishitsu .menu .onlineshop{
    width: 100%;
  }
  #niigatakishitsu .menu .sns{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #niigatakishitsu .menu .sns a{
    padding: 0 1em;
  }
}

/*left aside-----------------------------------------*/
#niigatakishitsu .left_side_navi{
  position: fixed;
  height: 100lvh;
  padding: 2rem;
  z-index: 15;
}
#niigatakishitsu .left_side_wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
}
#niigatakishitsu .left_side_navi .onelineshiop{
  width: 40px;
}
#niigatakishitsu .left_side_navi .sns-area{
  position: absolute;
  bottom: 1em;
  width: 41px;
}
#niigatakishitsu .left_side_navi .sns-area a{
  padding: 8px;
  display: block;
}
@media only screen and (max-width: 480px) {
  #niigatakishitsu .left_side_navi{
    display:none;
  }
}




/*フッター-----------------------------------------*/
#niigatakishitsu .footer{
  background-color: #c28300;
  background-image: url(../img/niigatakishitsu/bg_texture.png);
  background-blend-mode:overlay;
  text-align: center;
  position: relative;
  padding: 20px 20px 20px 20px;
  color: #fff;
  line-height: 2;
}
#niigatakishitsu .footer .logo{
  width: 143px;
  margin: 50px auto;
}
#niigatakishitsu .footer .online-navi{
}
#niigatakishitsu .footer .online-navi a{
  color: #fff;
  padding: 1rem 2rem;
}
#niigatakishitsu .footer .copylorights{
  margin: 80px 20px 0px 20px;
  text-align: left;
}
#niigatakishitsu .footer .gototop{
  width: 100px;
  position: absolute;
  right: 50px;
  bottom:50px;
}
@media only screen and (max-width: 480px) {
  #niigatakishitsu .footer{
    padding: 10px;
  }
  #niigatakishitsu .footer .logo{
    margin: 30px auto;
  }
  #niigatakishitsu .footer .online-navi a{
    color: #fff;
    padding: .5rem 2rem;
    display: block;
  }
  #niigatakishitsu .footer .copylorights{
    margin: 160px auto 20px auto;
    text-align: center;
  }
  #niigatakishitsu .footer .gototop{
    width: 100px;
    position: absolute;
    margin: auto;
    right: 0;left:0;
    bottom:80px;
  }
}




/*トップページ-----------------------------------------*/

/*メインビジュアル*/
#niigatakishitsu .mainvisual{
  background-image: url(../img/niigatakishitsu/bg_lightblue.jpg);
  background-size: cover;
  background-blend-mode:overlay;
  overflow-x: hidden;
}
#niigatakishitsu .mainvisual_wrap{
  position: relative;
  padding: 0 5% 50rem 5%;
}
#niigatakishitsu .mainvisual .logo{
  height: 90lvh;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 6;
  position: relative;
}
#niigatakishitsu .mainvisual .logo img{
  width: clamp(180px, 40%, 600px);
}
#niigatakishitsu .mainvisual .mv-pic {
  position: absolute;
}
#niigatakishitsu .mainvisual .mv-pic img{
  height: 100%;
  width: auto;
}
#niigatakishitsu .mainvisual .mv-pic.pic_lerecce {
  top: 4lvh;
  left: 6vw;
  height: clamp(100px, 60vh, 800px);
  z-index: 5;
}
#niigatakishitsu .mainvisual .mv-pic.pic_wine {
  top:1lvh;
  right: 10vw;
  height: clamp(100px, 44vh, 520px);
  z-index: 4;
}
#niigatakishitsu .mainvisual .mv-pic.pic_hanmiage {
  top: 70lvh;
  left: calc(50% - 55vw);
  height: clamp(10px, 50vw, 660px);
  z-index: 3;
}
#niigatakishitsu .mainvisual .mv-pic.pic_echigohime {
  top: 45lvh;
  right: -2vw;
  height: clamp(200px, 70vh, 750px);
  z-index: 2;
}
#niigatakishitsu .mainvisual .mv-pic.pic_tsunanpork {
  top: 110lvh;
  right: -10vw;
  height: clamp(200px, 60vw, 600px);
  z-index: 1;
}
#niigatakishitsu .mainvisual .mv-pic.pic_kabayaki {
  bottom: 5lvh;
  right: -2vw;
  height: clamp(200px, 46vw, 700px);
  z-index: 1;
}
#niigatakishitsu .mainvisual .maincopy {
  margin-top: 90vh;
  margin-bottom: 10rem;
  z-index: 1;
}
#niigatakishitsu .mainvisual .text-area{
  transform: scale(1, 0.85);

}
#niigatakishitsu .mainvisual .text-area .text{
  color: #c28300;
  font-size: clamp(4rem, 4vw, 7rem);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.08em;
  font-feature-settings: "palt";
  margin-bottom: .8em;
}
@media only screen and (max-width: 480px) {
  #niigatakishitsu .mainvisual{
  }
  #niigatakishitsu .mainvisual_wrap{
    padding: 0 5% 1rem 5%;
  }
  #niigatakishitsu .mainvisual .logo{
    height: 100lvh;
  }
  #niigatakishitsu .mainvisual .mv-pic img{
    height: 100%;
    width: auto;
  }
  #niigatakishitsu .mainvisual .mv-pic.pic_lerecce {
    top: 13lvh;
    left: -12vw;
    height: 40lvh;
  }
  #niigatakishitsu .mainvisual .mv-pic.pic_wine {
    top:12lvh;
    right: 0vw;
    height: 30lvh;
    z-index: 4;
  }
  #niigatakishitsu .mainvisual .mv-pic.pic_hanmiage {
    top: 70lvh;
    left: -20vw;
    height: 70vw;
    z-index: 3;
  }
  #niigatakishitsu .mainvisual .mv-pic.pic_echigohime {
    top: 50lvh;
    right: -18vw;
    height: 40vh;
    z-index: 2;
  }
  #niigatakishitsu .mainvisual .mv-pic.pic_tsunanpork {
    top: 110lvh;
    right: -10vw;
    height: clamp(200px, 50vw, 500px);
    z-index: 1;
  }
  #niigatakishitsu .mainvisual .mv-pic.pic_tsunanpork {
    top: 110lvh;
    right: -10vw;
    height: clamp(200px, 50vw, 500px);
    z-index: 1;
  }
  #niigatakishitsu .mainvisual .mv-pic.pic_kabayaki {
    bottom: 5lvh;
    right: -5vw;
    height: clamp(200px, 46vw, 620px);
    z-index: 1;
  }
  #niigatakishitsu .mainvisual .maincopy {
    margin-top: 50vh;
    margin-bottom: 5rem;
  }
  #niigatakishitsu .mainvisual .text-area{
    margin-bottom: 26rem;
  }
  #niigatakishitsu .mainvisual .text-area .text{
    font-size: 6vw;
  }  
}
/* テキストアニメーション */
#niigatakishitsu .text-area .text .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
#niigatakishitsu .text-area .text .bg-wrap::before {
  /*animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;*/
  background:#c28300;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  transform-origin: left center;
}

#niigatakishitsu .text-area .text .bg-wrap .inn{
  opacity: 1;
  color: #fff;
  position: relative;
  z-index: 1;
}
/*
#niigatakishitsu .text-area .text.is-animated .bg-wrap .inn {
  animation: text-musk 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  position: relative;
  z-index: 1;
}*/
 
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(0%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@keyframes text-musk {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* ラインナップ */
#niigatakishitsu .lineup{
}
#niigatakishitsu .lineup-title{
  width: 90%;
  margin: auto auto 5rem auto;
}
#niigatakishitsu .lineup .item{
  width: 100%;
  height: 100lvh;
  min-height: 800px;
  position: relative;
  transition: all 0.6s ease-in-out;
}
#niigatakishitsu .lineup .item:hover{
  filter: grayscale(0%);
  opacity: 0.7;
}
#niigatakishitsu .lineup .item a{
  width: 100%;
  height: 100%;
}
#niigatakishitsu .lineup .item .pic{
  width: clamp(600px, 76%, 1600px);
  margin: 0 auto;
}
#niigatakishitsu .lineup .item .title{
  position: absolute;
  width: 90%;
  margin: auto;
  z-index: 1;
  bottom:0;
}
#niigatakishitsu .lineup .item .copy{
  position: absolute;
  margin: auto;
  top:0;
  z-index: 1;
}
#niigatakishitsu .lineup .item .shop{
  position: absolute;
  height: 50px;
  margin: auto;
  z-index: 1;
}
#niigatakishitsu .lineup .item .shop img{
  height: 100%;
  width: auto;
}
#niigatakishitsu .lineup .item .order-btn{
  height: 200px;
  width:40px;
  position: absolute;
  right: 0;
  top:0;bottom: 0;
  margin: auto;
  z-index: 5;
  display: none;
}
#niigatakishitsu .lineup .order-btn.sticky{
  height: 200px;
  width:40px;
  display: block;
  position: sticky;
  top:calc(50lvh - 100px);
  bottom:0;
  right: 0;
  left: auto;
  margin: auto 0 5lvh auto;
  z-index: 5;
}
@media only screen and (max-width: 480px) {
  #niigatakishitsu .lineup .order-btn.sticky{
    width: 30px;
    margin: auto 0 2lvh auto;
  }
}
/* 雪室ワイン */
#niigatakishitsu .lineup .item.yukimurowine{
  margin-top: -250px;
  background-color: #562046;
  background-image: url(../img/niigatakishitsu/bg_texture.png);
  background-blend-mode:overlay;
}
#niigatakishitsu .lineup .item.yukimurowine .pic{
  width: clamp(600px, 80%, 1600px);
  margin: 0 auto 0 auto;
  background: url(../img/niigatakishitsu/yukimurowine_mainimage.jpg)no-repeat;
  height: 80%;
  background-size: cover;
  background-position: center;
}
#niigatakishitsu .lineup .item.yukimurowine .title{
  position: absolute;
  width: 80%;
  margin: auto;
  z-index: 1;
  bottom:1lvh;
  right: 0;
}
#niigatakishitsu .lineup .item.yukimurowine .title img{
  height: 100%;
}
#niigatakishitsu .lineup .item.yukimurowine .copy{
  width: 30%;
  max-width: 300px;
  position: absolute;
  margin: auto;
  top:3vw;
  right:3vw;
  z-index: 1;
}
#niigatakishitsu .lineup .item.yukimurowine .shop{
  position: absolute;
  height: 70px;
  margin: auto;
  top:75lvh;
  right: 5lvw;
  z-index: 1;
}

@media only screen and (max-width: 480px) {
  #niigatakishitsu .lineup .item{
    min-height: auto;
  }
  #niigatakishitsu .lineup .item.yukimurowine .pic{
    background: url(../img/niigatakishitsu/yukimurowine_mainimage_sp.jpg)no-repeat;
    background-size: cover;
    background-position: center 2rem;
    width: 80%;
    margin: 0 0 auto 0;
  }
  #niigatakishitsu .lineup .item.yukimurowine .title{
    width: 100%;
  }
  #niigatakishitsu .lineup .item.yukimurowine .copy{
    width: 100%;
    max-width:none;
    top:auto;
    bottom: calc(100vw * 1.6/3);
    right:auto;
    z-index: 1;
  }
  #niigatakishitsu .lineup .item.yukimurowine .copy img{
    filter:drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
  }
  #niigatakishitsu .lineup .item.yukimurowine .shop{ 
    width: 90%;
    height: auto;
    margin: auto;
    top:auto;
    bottom: calc(100vw * 1.1/3);
    right: 0;
    left: 0;
  }
}

/* 蒲焼 */
#niigatakishitsu .lineup .item.kabayaki{
  background-color: #710001;
  background-image: url(../img/niigatakishitsu/bg_texture.png);
  background-blend-mode:overlay;
}
#niigatakishitsu .lineup .item.kabayaki .pic{
  width: clamp(600px, 80%, 1600px);
  margin: 0 auto 0 0;
  background: url(../img/niigatakishitsu/kabayaki_mainimage.jpg)no-repeat;
  height: 80%;
  background-size: cover;
  background-position: center;
}
#niigatakishitsu .lineup .item.kabayaki .title{
  position: absolute;
  width: auto;
  height: 100lvh;
  max-height: 900px;
  margin: auto;
  z-index: 1;
  top:0;
  bottom: auto;
  right: 0;
}
#niigatakishitsu .lineup .item.kabayaki .title img{
  height: 100%;
}
#niigatakishitsu .lineup .item.kabayaki .copy{
  width: 70lvh;
  max-width: 1000px;
  position: absolute;
  margin: auto;
  top: auto;
  bottom:1lvh;
  left:calc(50% - 40%);
  z-index: 1;
}
#niigatakishitsu .lineup .item.kabayaki .shop{
  position: absolute;
  height: 50px;
  margin: auto;
  top:20lvh;
  right: clamp(230px, 15lvw, 15lvw);
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  #niigatakishitsu .lineup .item.kabayaki .pic{
    width: 80%;
    margin: 0 0 auto auto;
    background-position: center 2rem;
  }
  #niigatakishitsu .lineup .item.kabayaki .title{
    width: 100%;
    height: auto;
    top:auto;
    bottom: 0;
  }
  #niigatakishitsu .lineup .item.kabayaki .copy{
    width: 100%;
    max-width:none;
    top:auto;
    bottom: calc(100vw * 1.6/3);
    right:auto;
    left: auto;
    z-index: 1;
  }
  #niigatakishitsu .lineup .item.kabayaki .shop{
    width: 90%;
    height: auto;
    margin: auto;
    top:auto;
    bottom: calc(100vw * 1/3);
    right: 0;
    left: 0;
  }
}

/* 半身上げ */
#niigatakishitsu .lineup .item.hanmiage{
  background-color: #915a29;
  background-image: url(../img/niigatakishitsu/bg_texture.png);
  background-blend-mode:overlay;
}
#niigatakishitsu .lineup .item.hanmiage .pic{
  width: clamp(600px, 80%, 1600px);
  margin: 0 auto 0 0;
  background: url(../img/niigatakishitsu/hanmiage_mainimage.jpg)no-repeat;
  height: 80%;
  background-size: cover;
  background-position: center;
}
#niigatakishitsu .lineup .item.hanmiage .title{
  position: absolute;
  width: auto;
  height: 95lvh;
  max-height: 900px;
  margin: auto;
  z-index: 1;
  top:0;
  bottom: auto;
  right: 0;
}
#niigatakishitsu .lineup .item.hanmiage .title img{
  height: 100%;
}
#niigatakishitsu .lineup .item.hanmiage .copy{
  width: 70lvh;
  max-width: 700px;
  position: absolute;
  margin: auto;
  top: auto;
  bottom:1lvh;
  left:calc(50% - 45%);
  z-index: 1;
}
#niigatakishitsu .lineup .item.hanmiage .shop{
  position: absolute;
  height: 50px;
  margin: auto;
  top:20lvh;
  right: clamp(200px, 15lvw, 15lvw);
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  #niigatakishitsu .lineup .item.hanmiage .pic{
    background: url(../img/niigatakishitsu/hanmiage_mainimage_sp.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    width: 80%;
    margin: 0 0 auto 0;
    background-position: center 2rem;
  }
  #niigatakishitsu .lineup .item.hanmiage .title{
    width: 100%;
    height: auto;
    top:auto;
    bottom: 0;
  }
  #niigatakishitsu .lineup .item.hanmiage .copy{
    width: 100%;
    max-width:none;
    top:auto;
    bottom: calc(100vw * 1.6/3);
    left:auto;
    right:auto;
    z-index: 1;
  }
  #niigatakishitsu .lineup .item.hanmiage .shop{
    width: 90%;
    height: auto;
    margin: auto;
    top:auto;
    bottom: calc(100vw * 1/3);
    right: 0;
    left: 0;
  }
}

/*  つなんポーク */
#niigatakishitsu .lineup .item.tsunanpork{
  background-color: #e4817d;
  background-image: url(../img/niigatakishitsu/bg_texture.png);
  background-blend-mode:overlay;
}
#niigatakishitsu .lineup .item.tsunanpork .pic{
  width: clamp(600px, 80%, 1600px);
  margin: 0 auto;
  background: url(../img/niigatakishitsu/tsunanpork_mainimage.jpg)no-repeat;
  height: 80%;
  background-size: cover;
  background-position: center;
}
#niigatakishitsu .lineup .item.tsunanpork .title{
  position: absolute;
  width: 100%;
  margin: auto;
  z-index: 1;
  bottom:1lvh;
  right: 0;
}
#niigatakishitsu .lineup .item.tsunanpork .copy{
  width: 25lvh;
  max-width: 300px;
  position: absolute;
  margin: auto;
  top:3vw;
  right:3vw;
  z-index: 1;
}
#niigatakishitsu .lineup .item.tsunanpork .shop{
  position: absolute;
  height: 50px;
  margin: auto;
  top:auto;
  top:60lvh;
  right: 5lvh;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  #niigatakishitsu .lineup .item.tsunanpork .pic{
    background: url(../img/niigatakishitsu/tsunanpork_mainimage_sp.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    width: 80%;
    margin: 0 0 auto auto;
    background-position: center 2rem;
  }
  #niigatakishitsu .lineup .item.tsunanpork .title{
    width: 100%;
    height: auto;
    top:auto;
    bottom: 0;
  }
  #niigatakishitsu .lineup .item.tsunanpork .copy{
    width: 100%;
    max-width:none;
    top:auto;
    bottom: calc(100vw * 1.6/3);
    right:auto;
    z-index: 1;
  }
  #niigatakishitsu .lineup .item.tsunanpork .shop{
    width: 90%;
    height: auto;
    margin: auto;
    top:auto;
    bottom: calc(100vw * 1/3);
    right: 0;
    left: 0;
  }
}

/* ルレクチェ */
#niigatakishitsu .lineup .item.lerecce{
  background-color: #ffc900;
  background-image: url(../img/niigatakishitsu/bg_texture.png);
  background-blend-mode:overlay;
}
#niigatakishitsu .lineup .item.lerecce .pic{
  width: clamp(600px, 80%, 1600px);
  margin: 0 0 0 auto;
  background: url(../img/niigatakishitsu/lerecce_mainimage.jpg)no-repeat;
  height: 80%;
  background-size: cover;
  background-position: center;
}
#niigatakishitsu .lineup .item.lerecce .title{
  position: absolute;
  width: 60%;
  margin: auto;
  z-index: 1;
  bottom:1lvh;
  right: 0;
}
#niigatakishitsu .lineup .item.lerecce .copy{
  width: 70%;
  max-width: 900px;
  position: absolute;
  margin: auto;
  top:2rem;
  left:calc(50% - 40%);
  z-index: 1;
}
#niigatakishitsu .lineup .item.lerecce .shop{
  position: absolute;
  height: 50px;
  margin: auto;
  bottom:20lvh;
  left: 14vw;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  #niigatakishitsu .lineup .item.lerecce .pic{
    background: url(../img/niigatakishitsu/lerecce_mainimage_sp.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    width: 80%;
    margin: 0 0 auto 0;
    background-position: center 2rem;
  }
  #niigatakishitsu .lineup .item.lerecce .title{
    width: 90%;
    height: auto;
    top:auto;
    bottom: 0;
  }
  #niigatakishitsu .lineup .item.lerecce .copy{
    width: 100%;
    max-width:none;
    top:auto;
    bottom: calc(100vw * 1.6/3);
    right:auto;
    left: auto;
    z-index: 1;
  }
  #niigatakishitsu .lineup .item.lerecce .shop{
    width: 90%;
    height: auto;
    margin: auto;
    top:auto;
    bottom: calc(100vw * 1/3);
    right: 0;
    left: 0;
  }
}

/* えちご姫 */
#niigatakishitsu .lineup .item.echigohime{
  background-color: #b93129;
  background-image: url(../img/niigatakishitsu/bg_texture.png);
  background-blend-mode:overlay;
}
#niigatakishitsu .lineup .item.echigohime .pic{
  width: clamp(600px, 80%, 1600px);
  margin: 0 0 0 auto;
  background: url(../img/niigatakishitsu/echigohime_mainimage.jpg)no-repeat;
  height: 80%;
  background-size: cover;
  background-position: center;
}
#niigatakishitsu .lineup .item.echigohime .title{
  position: absolute;
  width: 90%;
  margin: auto;
  z-index: 1;
  bottom:1lvh;
  right: 0;
}
#niigatakishitsu .lineup .item.echigohime .copy{
  width: 50%;
  max-width: 1400px;
  position: absolute;
  margin: auto;
  top:0;
  left:calc(50% - 40%);
  z-index: 1;
}
#niigatakishitsu .lineup .item.echigohime .shop{
  position: absolute;
  height: 70px;
  margin: auto;
  bottom:20lvh;
  left: 14vw;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  #niigatakishitsu .lineup .item.echigohime .pic{
    background: url(../img/niigatakishitsu/echigohime_mainimage_sp.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    width: 80%;
    margin: 0 0 auto auto;
    background-position: center 2rem;
  }
  #niigatakishitsu .lineup .item.echigohime .title{
    width: 100%;
    height: auto;
    top:auto;
    bottom: 0;
  }
  #niigatakishitsu .lineup .item.echigohime .copy{
    width: 100%;
    max-width:none;
    top:auto;
    bottom: calc(100vw * 1.6/3);
    right:auto;
    left: auto;
    z-index: 1;
  }
  #niigatakishitsu .lineup .item.echigohime .shop{
    width: 90%;
    height: auto;
    margin: auto;
    top:auto;
    bottom: calc(100vw * 1/3);
    right: 0;
    left: 0;
  }
}


/* contents */
#niigatakishitsu .contents{
  width: 80%;
  margin: auto;
  padding: 10rem 1rem;
}
#niigatakishitsu .contents h4.title{
  width: 110px;
  margin: 0 auto 4rem 0;
}
#niigatakishitsu .contents .banner-area{
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
#niigatakishitsu .contents .banner-area .banner{
  /*width: 48%;*/
}
#niigatakishitsu .contents .banner-area .banner .text{
  margin: 2rem 0;
}
#niigatakishitsu .contents .btn-red-rainking{
}
#niigatakishitsu .contents .btn-red-rainking a{
  display: block;
  width: 80%;
  max-width: 480px;
  margin: auto;
  text-align: center;
  background-color: #b93129;
  border-radius: 100px;
  padding: 3em 8em;
  box-shadow: 18px 18px 18px #00000033;
  color: #fff!important;
  font-weight: 600;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  position: relative;
}
#niigatakishitsu .contents .btn-red-rainking a::before{
  content: "";
  width: 25px;
  height: 25px;
  margin: auto;
  background: url(../img/niigatakishitsu/arrow_circle.svg)no-repeat;
  background-size: cover;
  position: absolute;
  left: 60px;
}
#niigatakishitsu .contents .btn-red-rainking a:hover{
  box-shadow: 9px 9px 9px #00000033;
}
@media only screen and (max-width: 480px) {
  #niigatakishitsu .contents{
    width: 100%;
    margin: auto;
    padding: 5rem 2rem;
  }
  #niigatakishitsu .contents h4.title{
    width: 100px;
    margin-bottom: 2rem;
  }
  #niigatakishitsu .contents .banner-area{
    flex-wrap: wrap;
  }
  #niigatakishitsu .contents .banner-area .banner{
    width: 100%;
    margin-bottom: 2rem;
  }
  #niigatakishitsu .contents .banner-area .banner .text{
    margin: 2rem 0;
  }
  #niigatakishitsu .contents .btn-red-rainking{
    margin-bottom: 4rem;
  }
  #niigatakishitsu .contents .btn-red-rainking a{
    width: 100%;
    max-width: auto;
    padding: 2em;
  }
  #niigatakishitsu .contents .btn-red-rainking a::before{
    left: 40px;
  }
}
/* instagram */
#niigatakishitsu .instagram-area .title{
  margin: 0;
}
#niigatakishitsu .instagram-area .roop{
  background-color: #ddd;
  width: 100%;
  height: 10em;
  background: url(../img/niigatakishitsu/top_text_instagram.png) repeat-x;
  background-position: 0 0;
  background-size: contain;
  -webkit-animation: bgroop 20s linear infinite;
  animation: bgroop 20s linear infinite;
}
@-webkit-keyframes bgroop {
  from {
      background-position: 0  0;
  }
  to {
      background-position: -500px 0;
  }
}
#niigatakishitsu .instagram-area .roop{
  height: 4em;
}
#niigatakishitsu .instagram-area .roop img.illust{
  width: 180px;
  margin:0 auto;
  display: block;
}
@media only screen and (max-width: 480px) {
  #niigatakishitsu .instagram-area .roop img.illust{
    width: 100px;
  }
}

/*商品ページ-----------------------------------------*/ 
#niigatakishitsu.page-item{
  position: relative;
}
#niigatakishitsu.page-item .mainvisual{
  width: 100%;
  height: 100lvh;
  position: relative;
}
#niigatakishitsu.page-item .mainvisual .item-title{
  position: absolute;
  height: 80lvh;
  left: 10vw;
  top:5lvh
}
#niigatakishitsu.page-item .mainvisual .item-ccopy{
  position: absolute;
  height: 60lvh;
  right: 10vw;
  top:5lvh
}
#niigatakishitsu.page-item .mainvisual .item-shop{
  position: absolute;
  margin: auto;
  right: 0;left:0;
  bottom: 5lvh;
  height: 30px;
  text-align: center;
}
#niigatakishitsu.page-item .mainvisual img{
  height: 100%;
}
#niigatakishitsu.page-item .recommend{
  width: clamp(160px, 10vw, 210px);
  position: fixed;
  bottom: 10px;
  right: 5vw;
  z-index: 6;
}
#niigatakishitsu.page-item .recommend .bg{
  position: absolute;
  top:0;bottom:0;left:0;right: 0;
  margin: auto;
  animation: 30s linear infinite rotation;
}
#niigatakishitsu.page-item .recommend .recommend_text{
  position: relative;
  z-index: 1;
}
@keyframes rotation {
  0% { transform: rotateZ(0);}
  100% { transform: rotateZ(360deg); }
}

@media only screen and (max-width: 480px) {
  #niigatakishitsu.page-item .mainvisual{
    width: 100%;
  }
  #niigatakishitsu.page-item.echigohime .mainvisual{
    background-size: 200%;
  }
  #niigatakishitsu.page-item .mainvisual .item-title{
    position: absolute;
    height: 78lvh;
    left: 5vw;
    right: auto;
    top:10lvh;
  }
  #niigatakishitsu.page-item .mainvisual .item-ccopy{
    position: absolute;
    height: auto;
    width: 25vw;
    right: 5vw;
    top:10lvh;
  }
  #niigatakishitsu.page-item .mainvisual .item-shop{
    height: 26px;
    text-align: center;
    bottom: 3lvh;
  }
  #niigatakishitsu.page-item .mainvisual img{
    height: 100%;
    width: auto;
  }
  #niigatakishitsu.page-item .recommend{
    width: 20%;
    right: 5px;
  }
}
#niigatakishitsu.page-item .contents-item .contents01{
  border-top: solid 10px #b93129;
}
#niigatakishitsu.page-item .contents-item .cnt-title {
  font-size: clamp(2rem, 5vw , 9rem);
  color: #fff;
  display: inline-block;
  font-weight: bold;
  transform: scale(1, 0.85);
  letter-spacing: -0.08em;
  font-feature-settings: "palt";
  margin-top: 6lvh;
}
#niigatakishitsu.page-item .contents-item .cnt-title .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  padding-right: .2em;
  padding-left: clamp(2rem, 20lvw , 200px);
}
#niigatakishitsu.page-item .contents-item .contents02 .cnt-title,
#niigatakishitsu.page-item .contents-item .contents04 .cnt-title {
  text-align: right;
  width: 100%;
}
#niigatakishitsu.page-item .contents-item .contents02 .cnt-title .bg-wrap,
#niigatakishitsu.page-item .contents-item .contents04 .cnt-title .bg-wrap {
  padding-left: .2em;
  padding-right: clamp(2rem, 20lvw , 200px);
}
#niigatakishitsu.page-item .contents-item .cnt-dsp-text{
  color: #fff;
  display: block;
  font-size: 1.8rem;
  line-height: 1.8;
  transform: scale(1, 0.85);
  letter-spacing: -0.06em;
  text-align: justify;
  margin-top: 6lvh;
  padding: 6rem 6rem 6rem 6rem;
  padding-left: clamp(2rem, 20lvw , 200px);
  width: clamp(400px, 45vw, 750px);
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}
#niigatakishitsu.page-item .contents-item .contents02 .cnt-dsp-text,
#niigatakishitsu.page-item .contents-item .contents04 .cnt-dsp-text{
  margin-left: auto;
  padding: 6rem 6rem 6rem 6rem;
  padding-right: clamp(2rem, 20lvw , 200px);
  width: clamp(540px, 45vw, 750px);
}
@media only screen and (max-width: 1200px) {
  #niigatakishitsu.page-item .contents-item .cnt-dsp-text{
    padding-left: 8em;
  }
}
#niigatakishitsu.page-item .contents-item .textanime.is-animated .bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: linear-gradient(135deg, #b93129 0%,#861f1c 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  transform-origin: left center;
}
#niigatakishitsu.page-item .contents-item .textanime .bg-wrap .inn {
  opacity: 0;
}
#niigatakishitsu.page-item .contents-item .textanime.is-animated .bg-wrap .inn {
  animation: text-musk 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  transform-origin: left center;
  position: relative;
  z-index: 1;
}
#niigatakishitsu.page-item .contents-item .contents01,
#niigatakishitsu.page-item .contents-item .contents02,
#niigatakishitsu.page-item .contents-item .contents03,
#niigatakishitsu.page-item .contents-item .contents04,
#niigatakishitsu.page-item .contents-item .contents05,
#niigatakishitsu.page-item .contents-item .contents-cart{
  width: 100%;
  height: 100lvh;
  position: relative;
  border-top: solid 7px #b93129;
  min-height: 900px;
}
#niigatakishitsu.page-item .contents-item .contents03 .cnt-title{
  font-size: clamp(5rem, 10vw, 17rem);
  line-height: 1;
  padding-left: clamp(2rem, 20lvw , 200px);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#niigatakishitsu.page-item .contents-item .contents03 .cnt-dsp-text{
  width: 60%;
  max-width: none;
  padding: 0;
  padding-left: clamp(2rem, 20lvw , 200px);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#niigatakishitsu.page-item .contents-item .contents-cart{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8%;
}
#niigatakishitsu.page-item .contents-item .contents-cart .cnt-item-pic{
  display: block;
  width: 40vw;
  height: 40vw;
}
#niigatakishitsu.page-item .contents-item .contents-cart .cnt-item-pic img{
  border-radius: 10px;
}
#niigatakishitsu.page-item .contents-item .contents-cart .cnt-item-cart{
  width: 30vw;
}
#niigatakishitsu.page-item .contents-item .contents-cart .price{
  margin: 1em 0;
  font-size: 3rem;
  color: #fff;
}
#niigatakishitsu.page-item .contents-item .contents-cart .price span{
  font-size: 70%;
}
#niigatakishitsu.page-item .contents-item .contents-cart .cart-btn a{
  display: block;
  background-color: #b88619;
  text-align: center;
  padding: 1em 4em;
  color: #fff;
  margin-top: 3em;
  border-radius: 100px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  position: relative;
  box-shadow: 18px 18px 18px #00000033;
}
#niigatakishitsu.page-item .contents-item .contents-cart .cart-btn a::after{
  content: "→";
  position: absolute;
  margin: auto;
  top:0;bottom:0;
  right: 2em;
  height: 22px;
  font-weight: 500;
}
#niigatakishitsu.page-item .contents-item .contents-cart .cart-btn a:hover{
  background-color: #000;
  opacity: 1;
  box-shadow: 9px 9px 9px #00000033;
}
@media only screen and (max-width: 480px) {
  #niigatakishitsu.page-item .contents-item .contents01,
  #niigatakishitsu.page-item .contents-item .contents02,
  #niigatakishitsu.page-item .contents-item .contents03,
  #niigatakishitsu.page-item .contents-item .contents04,
  #niigatakishitsu.page-item .contents-item .contents05,
  #niigatakishitsu.page-item .contents-item .contents-cart{
    min-height: auto;
    display: flex;
    flex-direction: column;
  }
  #niigatakishitsu.page-item .contents-item .cnt-title {
    font-size: 3rem;
    margin-top: 4lvh;
  }
  #niigatakishitsu.page-item .contents-item .cnt-title .bg-wrap {
    padding-left: 1em;
  }
  #niigatakishitsu.page-item .contents-item .contents02 .cnt-title .bg-wrap,
  #niigatakishitsu.page-item .contents-item .contents04 .cnt-title .bg-wrap {
    padding-right: 1em;
  }
  #niigatakishitsu.page-item .contents-item .cnt-dsp-text{
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 6lvh;
    padding: 2em ;
    width: 80%;
  }
  #niigatakishitsu.page-item .contents-item .contents02 .cnt-dsp-text,
  #niigatakishitsu.page-item .contents-item .contents04 .cnt-dsp-text{
    margin-left: auto;
    padding: 2em;
    width: 80%;
  }
  #niigatakishitsu.page-item .contents-item .contents03 .cnt-title{
    font-size: 4rem;
    padding-left: .5em;
    margin-top: auto;
  }
  #niigatakishitsu.page-item .contents-item .contents03 .cnt-dsp-text{
    width: 100%;
    padding: 0 1em;
    margin-top: 0;
  }
  #niigatakishitsu.page-item .contents-item .contents-cart{
    flex-wrap: wrap;
    gap: 0;
  }
  #niigatakishitsu.page-item .contents-item .contents-cart .cnt-item-pic{
    width: 60%;
    height: auto;
    margin-bottom: 2em;
  }
  #niigatakishitsu.page-item .contents-item .contents-cart .cnt-item-pic img{
    border-radius: 10px;
  }
  #niigatakishitsu.page-item .contents-item .contents-cart .cnt-item-cart{
    width: 80%;
  }
  #niigatakishitsu.page-item .contents-item .contents-cart .cart-btn a{
    display: block;
    background-color: #b88619;
    text-align: center;
    padding: 1em 4em;
    color: #fff;
    margin-top: 3em;
    border-radius: 100px;
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
    position: relative;
    box-shadow: 18px 18px 18px #00000033;
  }
  #niigatakishitsu.page-item .contents-item .contents-cart .cart-btn a::after{
    content: "→";
    position: absolute;
    margin: auto;
    top:0;bottom:0;
    right: 2em;
    height: 22px;
    font-weight: 500;
  }
  #niigatakishitsu.page-item .contents-item .contents-cart .cart-btn a:hover{
    background-color: #000;
    opacity: 1;
    box-shadow: 9px 9px 9px #00000033;
  }
}

#niigatakishitsu.page-item .link-area{
  display: flex;
  flex-wrap: wrap;
}
#niigatakishitsu.page-item .link-area .link-box{
  width: 50%;
}
#niigatakishitsu.page-item .link-area .link-box:hover{
  filter: grayscale(100%);
}






/* 雪室ワイン */

#niigatakishitsu.page-item.yukimurowine .mainvisual{
  background:url(../img/niigatakishitsu/yukimurowine/mv.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}
#niigatakishitsu.page-item.yukimurowine .contents-item .contents01{
  background-image: url(../img/niigatakishitsu/yukimurowine/image01.jpg);
  background-size: cover;
  background-position: center;
}
#niigatakishitsu.page-item.yukimurowine .contents-item .contents02{
  background-image: url(../img/niigatakishitsu/yukimurowine/image02.jpg);
  background-size: cover;
  background-position: center;
}
#niigatakishitsu.page-item.yukimurowine .contents-item .contents03{
  background-image: url(../img/niigatakishitsu/yukimurowine/image03.jpg);
  background-size: cover;
  background-position: right;
}
#niigatakishitsu.page-item.yukimurowine .contents-item .contents04{
  background-image: url(../img/niigatakishitsu/yukimurowine/image04.jpg);
  background-size: cover;
  background-position: center;
}
#niigatakishitsu.page-item.yukimurowine .contents-item .contents-cart{
  background-image: url(../img/niigatakishitsu/yukimurowine/image05.jpg);
  background-size: cover;
  background-position: center;
}
#niigatakishitsu.page-item.yukimurowine .contents-item .textanime.is-animated .bg-wrap::before {
    background: linear-gradient(135deg, #562046 0%,#c3b8aa 100%);
}
#niigatakishitsu.page-item.yukimurowine .contents-item .contents01, 
#niigatakishitsu.page-item.yukimurowine .contents-item .contents02,
#niigatakishitsu.page-item.yukimurowine .contents-item .contents03, 
#niigatakishitsu.page-item.yukimurowine .contents-item .contents04,
#niigatakishitsu.page-item.yukimurowine .contents-item .contents05,
#niigatakishitsu.page-item.yukimurowine .contents-item .contents-cart{
  border-color: #562046;
}
#niigatakishitsu.page-item.yukimurowine .contents-item .contents03{
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 480px) {
  #niigatakishitsu.page-item.yukimurowine .mainvisual{
    background:url(../img/niigatakishitsu/yukimurowine/mv_sp.jpg)no-repeat;
    background-size: cover;
    background-position: center;
  }
  #niigatakishitsu.page-item.yukimurowine .mainvisual .item-title{
    width: 50%;
    height: auto;
  }
  #niigatakishitsu.page-item.yukimurowine .mainvisual .item-shop{
    height: 60px;
  }
  #niigatakishitsu.page-item.yukimurowine .mainvisual .item-shop img{
    -webkit-filter: drop-shadow(0px 0px 1.5px rgba(255, 255, 255, 0.8)); /* SafariなどのWebkitブラウザ用 */
    filter: drop-shadow(0px 0px 1.5px rgba(255, 255, 255, 0.8)); 
  }
  #niigatakishitsu.page-item.yukimurowine .contents-item .contents01{
    background-position-x: 150vw;
  }
  #niigatakishitsu.page-item.yukimurowine .contents-item .contents03{
    background-image: url(../img/niigatakishitsu/yukimurowine/image03_sp.jpg);
    background-size: cover;
    background-position: center;
  }
  #niigatakishitsu.page-item.yukimurowine .contents-item .contents04{
    background-image: url(../img/niigatakishitsu/yukimurowine/image04_sp.jpg);
    background-size: cover;
    background-position: center;
  }
  #niigatakishitsu.page-item.yukimurowine .contents-item .contents01 .cnt-dsp-text{
    margin-top: auto;
  }
  #niigatakishitsu.page-item.yukimurowine .contents-item .contents04 .cnt-dsp-text{
    margin-top: auto;
  }
}

/* 蒲焼 */
#niigatakishitsu.page-item.kabayaki .mainvisual{
  background:url(../img/niigatakishitsu/kabayaki/mv.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}
#niigatakishitsu.page-item.kabayaki .mainvisual .item-title img,
#niigatakishitsu.page-item.kabayaki .mainvisual .item-ccopy img{
  -webkit-filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.8)) drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.8)); /* SafariなどのWebkitブラウザ用 */
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.8)) drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.8)); 
}
#niigatakishitsu.page-item.kabayaki .contents-item .contents01{
  background-image: url(../img/niigatakishitsu/kabayaki/image01.jpg);
  background-size: cover;
  background-position: center;
}
#niigatakishitsu.page-item.kabayaki .contents-item .contents02{
  background-image: url(../img/niigatakishitsu/kabayaki/image02.jpg);
  background-size: cover;
  background-position: center;
}
#niigatakishitsu.page-item.kabayaki .contents-item .contents03{
  background-image: url(../img/niigatakishitsu/kabayaki/image03.jpg);
  background-size: cover;
  background-position: right;
}
#niigatakishitsu.page-item.kabayaki .contents-item .contents04{
  background-image: url(../img/niigatakishitsu/kabayaki/image04.jpg);
  background-size: cover;
  background-position: center;
}
#niigatakishitsu.page-item.kabayaki .contents-item .contents-cart{
  background-image: url(../img/niigatakishitsu/kabayaki/image05.jpg);
  background-size: cover;
  background-position: center;
}
#niigatakishitsu.page-item.kabayaki .contents-item .textanime.is-animated .bg-wrap::before {
    background: linear-gradient(135deg, #710001 0%,#551110 100%);
}
#niigatakishitsu.page-item.kabayaki .contents-item .contents01, 
#niigatakishitsu.page-item.kabayaki .contents-item .contents02,
#niigatakishitsu.page-item.kabayaki .contents-item .contents03, 
#niigatakishitsu.page-item.kabayaki .contents-item .contents04,
#niigatakishitsu.page-item.kabayaki .contents-item .contents05,
#niigatakishitsu.page-item.kabayaki .contents-item .contents-cart{
  border-color: #710001;
}
@media only screen and (max-width: 480px) {
  #niigatakishitsu.page-item.kabayaki .mainvisual{
    background:url(../img/niigatakishitsu/kabayaki/mv_sp.jpg)no-repeat;
    background-size: cover;
    background-position: center;
  }
  #niigatakishitsu.page-item.kabayaki .contents-item .contents01 .cnt-dsp-text{
    margin-top: auto;
  }
  #niigatakishitsu.page-item.kabayaki .contents-item .contents03 .cnt-title{
    /*padding-top: 30lvh;*/
  }
}

/* 半身上げ */
#niigatakishitsu.page-item.hanmiage .mainvisual{
  background:url(../img/niigatakishitsu/hanmiage/mv.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}
#niigatakishitsu.page-item.hanmiage .mainvisual .item-title img,
#niigatakishitsu.page-item.hanmiage .mainvisual .item-ccopy img{
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.8)); 
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8)); 
}
#niigatakishitsu.page-item.hanmiage .contents-item .contents01{
  background-image: url(../img/niigatakishitsu/hanmiage/image01.jpg);
  background-size: cover;
  background-position: center;
}
#niigatakishitsu.page-item.hanmiage .contents-item .contents02{
  background-image: url(../img/niigatakishitsu/hanmiage/image02.jpg);
  background-size: cover;
  background-position: center;
}
#niigatakishitsu.page-item.hanmiage .contents-item .contents03{
  background-image: url(../img/niigatakishitsu/hanmiage/image03.jpg);
  background-size: cover;
  background-position: right;
}
#niigatakishitsu.page-item.hanmiage .contents-item .contents04{
  background-image: url(../img/niigatakishitsu/hanmiage/image04.jpg);
  background-size: cover;
  background-position: center;
}
#niigatakishitsu.page-item.hanmiage .contents-item .contents-cart{
  background-image: url(../img/niigatakishitsu/hanmiage/image05.jpg);
  background-size: cover;
  background-position: center;
}
#niigatakishitsu.page-item.hanmiage .contents-item .textanime.is-animated .bg-wrap::before {
    background: linear-gradient(135deg, #9a571b 0%,#6a2c17 100%);
}
#niigatakishitsu.page-item.hanmiage .contents-item .contents01, 
#niigatakishitsu.page-item.hanmiage .contents-item .contents02,
#niigatakishitsu.page-item.hanmiage .contents-item .contents03, 
#niigatakishitsu.page-item.hanmiage .contents-item .contents04,
#niigatakishitsu.page-item.hanmiage .contents-item .contents05,
#niigatakishitsu.page-item.hanmiage .contents-item .contents-cart{
  border-color: #9a571b;
}
@media only screen and (max-width: 480px) {
  #niigatakishitsu.page-item.hanmiage .mainvisual{
    background:url(../img/niigatakishitsu/hanmiage/mv_sp.jpg)no-repeat;
    background-size: cover;
    background-position: center;
  }
  #niigatakishitsu.page-item.hanmiage .contents-item .contents02 .cnt-dsp-text,
  #niigatakishitsu.page-item.hanmiage .contents-item .contents04 .cnt-dsp-text{
    margin-top: auto;
  }
  #niigatakishitsu.page-item.hanmiage .contents-item .contents03{
    background-position: 80% 0px;
  }
  #niigatakishitsu.page-item.hanmiage .contents-item .contents03 .cnt-title{
    padding-top: 30lvh;
  }
}

/* 津南ポーク */
#niigatakishitsu.page-item.tsunanpork .mainvisual{
  background:url(../img/niigatakishitsu/tsunanpork/mv.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}
#niigatakishitsu.page-item.tsunanpork .contents-item .contents01{
  background-image: url(../img/niigatakishitsu/tsunanpork/image01.jpg);
  background-size: cover;
  background-position: center;
}
#niigatakishitsu.page-item.tsunanpork .contents-item .contents02{
  background-image: url(../img/niigatakishitsu/tsunanpork/image02.jpg);
  background-size: cover;
  background-position: center;
}
#niigatakishitsu.page-item.tsunanpork .contents-item .contents03{
  background-image: url(../img/niigatakishitsu/tsunanpork/image03.jpg);
  background-size: cover;
  background-position: right;
}
#niigatakishitsu.page-item.tsunanpork .contents-item .contents04{
  background-image: url(../img/niigatakishitsu/tsunanpork/image04.jpg);
  background-size: cover;
  background-position: center;
}
#niigatakishitsu.page-item.tsunanpork .contents-item .contents-cart{
  background-image: url(../img/niigatakishitsu/tsunanpork/image05.jpg);
  background-size: cover;
  background-position: center;
}
#niigatakishitsu.page-item.tsunanpork .contents-item .textanime.is-animated .bg-wrap::before {
    background: linear-gradient(135deg, #e4817d 0%,#d35545 100%);
}
#niigatakishitsu.page-item.tsunanpork .contents-item .contents01, 
#niigatakishitsu.page-item.tsunanpork .contents-item .contents02,
#niigatakishitsu.page-item.tsunanpork .contents-item .contents03, 
#niigatakishitsu.page-item.tsunanpork .contents-item .contents04,
#niigatakishitsu.page-item.tsunanpork .contents-item .contents05,
#niigatakishitsu.page-item.tsunanpork .contents-item .contents-cart{
  border-color: #e4817d;
}
@media only screen and (max-width: 480px) {
  #niigatakishitsu.page-item.tsunanpork .mainvisual{
    background:url(../img/niigatakishitsu/tsunanpork/mv_sp.jpg)no-repeat;
    background-size: cover;
    background-position: center;
  }
  #niigatakishitsu.page-item.tsunanpork .mainvisual .item-title{
    width: 46%;
    height: auto;
  }
  #niigatakishitsu.page-item.tsunanpork .mainvisual .item-ccopy{
    width: 36%;
    height: auto;
  }
}

/* ルレクチェ */
#niigatakishitsu.page-item.lerecce .mainvisual{
  background:url(../img/niigatakishitsu/lerecce/mv.jpg)no-repeat;
  background-size: 140%;
  background-position: center;
}
#niigatakishitsu.page-item.lerecce .mainvisual .item-title{
  height: 80lvh;
}
#niigatakishitsu.page-item.lerecce .mainvisual .item-ccopy{
  width: 30vw;
}
#niigatakishitsu.page-item.lerecce .contents-item .contents01{
  background-image: url(../img/niigatakishitsu/lerecce/image01.jpg);
  background-size: cover;
  background-position: center;
}
#niigatakishitsu.page-item.lerecce .contents-item .contents02{
  background-image: url(../img/niigatakishitsu/lerecce/image02.jpg);
  background-size: cover;
  background-position: center;
}
#niigatakishitsu.page-item.lerecce .contents-item .contents03{
  background-image: url(../img/niigatakishitsu/lerecce/image03.jpg);
  background-size: cover;
  background-position: right;
}
#niigatakishitsu.page-item.lerecce .contents-item .contents04{
  background-image: url(../img/niigatakishitsu/lerecce/image04.jpg);
  background-size: cover;
  background-position: center;
}
#niigatakishitsu.page-item.lerecce .contents-item .contents-cart{
  background-image: url(../img/niigatakishitsu/lerecce/image05.jpg);
  background-size: cover;
  background-position: center;
}
#niigatakishitsu.page-item.lerecce .contents-item .cnt-title,
#niigatakishitsu.page-item.lerecce .contents-item .cnt-dsp-text{
  color: #000;
}
#niigatakishitsu.page-item.lerecce .contents-item .textanime.is-animated .bg-wrap::before {
    background: linear-gradient(135deg, #ffc900 0%,#ff9900 100%);
}
#niigatakishitsu.page-item.lerecce .contents-item .contents01, 
#niigatakishitsu.page-item.lerecce .contents-item .contents02,
#niigatakishitsu.page-item.lerecce .contents-item .contents03, 
#niigatakishitsu.page-item.lerecce .contents-item .contents04,
#niigatakishitsu.page-item.lerecce .contents-item .contents05,
#niigatakishitsu.page-item.lerecce .contents-item .contents-cart{
  border-color: #ffc900;
}
@media only screen and (max-width: 480px) {
  #niigatakishitsu.page-item.lerecce .mainvisual{
    background:url(../img/niigatakishitsu/lerecce/mv_sp.jpg)no-repeat;
    background-size: cover;
    background-position: center;
  }
  #niigatakishitsu.page-item.lerecce .mainvisual .item-title{
    height: 70lvh;
  }
  #niigatakishitsu.page-item.lerecce .mainvisual .item-ccopy{
    width: 25vw;
  }
}


/* 越湖姫 */
#niigatakishitsu.page-item.echigohime .mainvisual{
  background:url(../img/niigatakishitsu/echigohime/mv.jpg)no-repeat;
  background-size: 115%;
  background-position: center;
}
#niigatakishitsu.page-item.echigohime .contents-item .contents01{
  background-image: url(../img/niigatakishitsu/echigohime/image01.jpg);
  background-size: cover;
  background-position: center;
}
#niigatakishitsu.page-item.echigohime .contents-item .contents02{
  background-image: url(../img/niigatakishitsu/echigohime/image02.jpg);
  background-size: cover;
  background-position: center;
}
#niigatakishitsu.page-item.echigohime .contents-item .contents03{
  background-image: url(../img/niigatakishitsu/echigohime/image03.jpg);
  background-size: cover;
  background-position: right;
}
#niigatakishitsu.page-item.echigohime .contents-item .contents04{
  background-image: url(../img/niigatakishitsu/echigohime/image04.jpg);
  background-size: cover;
  background-position: center;
}
#niigatakishitsu.page-item.echigohime .contents-item .contents-cart{
  background-image: url(../img/niigatakishitsu/echigohime/image05.jpg);
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 480px) {
  #niigatakishitsu.page-item.echigohime .mainvisual{
    background:url(../img/niigatakishitsu/echigohime/mv_sp.jpg)no-repeat;
    background-size: cover;
    background-position: center;
  }
  #niigatakishitsu.page-item.echigohime .contents-item .contents03 .cnt-title{
    padding-top: 30lvh;
  }
}




















/* photo */
.p-photo {
  padding: 70px 0 60px;
}
.p-photo__posts {
	display: none;
	opacity: 0;
  transition: opacity .3s linear;
}
.p-photo__posts.swiper-initialized {
	display: block;
	opacity: 1;
}
.p-photo__poststitle {
  text-align: center;
  font-size: 1.125rem;
  margin: 40px 0 20px;
  position: relative;
  font-weight: 500;
}
.p-photo__poststitle::before, .p-photo__poststitle::after {
  content: "";
  width: calc(50% - 5em);
  display: block;
  height: 2px;
  border-top: 2px dotted #ff921e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-photo__poststitle::before {
  left: 0;
}
.p-photo__poststitle::after {
  right: 0;
}
.p-photo__posts img {
  width: 100%;
}

.p-photo__posts .swiper-slide {
	width: 350px;
}

.p-photo__posts .swiper-slide .p-instagramarea > .instagram-media {
	max-height: 600px;
}

.p-photo__posts .swiper-button-next,
.p-photo__posts .swiper-button-prev {
  width: 50px;
  height: 50px;
}
.p-photo__posts .swiper-button-prev::after {
  content: "";
  width: 50px;
  height: 50px;
  background: no-repeat url("https://gigaplus.makeshop.jp/gataichi/img/common/ico_prev.svg") center center/cover;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.2));
}
.p-photo__posts .swiper-button-next::after {
  content: "";
  width: 50px;
  height: 50px;
  background: no-repeat url("https://gigaplus.makeshop.jp/gataichi/img/common/ico_next.svg") center center/cover;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 960px) {
  .p-photo {
    padding: 30px 0;
  }
	.p-photo__posts .swiper-button-next {
		right: 0;
	}
	.p-photo__posts .swiper-button-prev {
		left: 0;
	}
}

/* instagramarea */
.p-instagramarea {
	position: relative;
}
.p-instagramarea__fade {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%); 
	position: absolute;
	bottom: 0;
	left: 0%;
	height: 50px;
	width: calc(100% - 2px);
}
.modal-instagram .modal_content .modal_inner {
	overflow-y: auto;
	width: 550px;
	max-width: 100%;
}

@media screen and (max-width: 960px) {
	.modal-instagram .modal_content {
		width: auto;
	}
	
	.p-photo__posts .swiper-slide {
		width: 330px;
	}
	
	.modal-instagram .modal_content .modal_inner {
		width: auto;
	}
}













































































/* アニメーション設定 */
.scr-target {
	opacity: 0;
	transform: translate3d(0, 40px, 0);
}
.scr-target.is-active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: 1s;
}



/* バーガーメニュー */
.menu-btn {
  display: none;
  overflow-x: hidden;
}
:root {
  --background-navbar: rgba(255, 255, 255, 0.98);
}
.menu {
  list-style: none;
  width: calc(20%);
  height: 100lvh;
  transition: all 0.5s ease-out;
  /*
  _transform: scale(0, 1);
  _transform: translate(30vw, 0px);*/
  transform-origin: top right;
  margin: 0 0 0 auto;
  text-align: left;
  padding: 6% 2% 2% 2%;
  position: fixed;
  right: 0;
  top:0;
  border-radius: 0px;
  max-width: 500px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-shadow: -10px 0px 10px #00000033;
  opacity: 1;
  left:100%;
  overflow-y: scroll;
  z-index: -1;

  display: none;
}
.menu-btn:checked ~ .menu {
  /*
  _transform: scale(1, 1);
  _transform: translate(0vw, 0px);*/
  opacity: 1;
  left:0%;
  z-index: 20;

  display: flex;
}
@media only screen and (max-width: 480px) {
  .menu {
    width: 100%;
    padding: 15% 2% 5% 2%;
    z-index: -1;
    /*_transform: translate(100vw, 0px);*/
  }
}
.menu a {
  display: block;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: capitalize;
  transition: 0.5s;
  border: none!important;
  text-align: left;
}
.menu li {
  display: block;
  padding: 0px 0;
  margin: auto;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .menu li {
    width: 44%;
  }
}
.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  margin: auto;
  padding: 0;
}
.menu-icon {
  display: inline-block;
  position: absolute;
  top:0px;
  right:0px;
  margin: auto;
  cursor: pointer;
  padding: 28px 15px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 3;
}
.navicon {
  background: #030303;
  display: block;
  height: 3px;
  width: 30px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #fff;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before {
  top: 14px;
}
.navicon:after {
  bottom: 14px;
}
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}
.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #030303;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  border-radius: 10px;
}
.navicon:before {
  top: 8px;
}
.navicon:after {
  bottom: 8px;
}

/* アニメーション設定 */
.scr-target {
	opacity: 0;
	transform: translate3d(0, 100px, 0);
}
.scr-target.is-active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: 1s;
}


/* スクロールダウン バー */
.scroll-down{
  display: block;
  width: 1px;
  writing-mode: vertical-rl;
	font-size: 0;
	position: absolute;
  left: 0;right:0;
  top: calc(100lvh - 200px);
  color: white;
	letter-spacing: .2em;
  margin: auto;
  z-index: 9;

}
.scroll-down-bar{
  display: inline-block;
  width: 1px;
  height: 300px;
  background: #c28300;
  animation: scrollDown4 2s ease infinite;
  margin: 2rem auto 0 auto;
}

@keyframes scrollDown4{
    0%{
        transform-origin: top;
        transform: scaleY(0);
    }
    45%{
        transform-origin: top;
        transform: scaleY(1);
    }
    55%{
        transform-origin: bottom;
        transform: scaleY(1);
    }
    100%{
        transform-origin: bottom;
        transform: scaleY(0);
    }
}