@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800&family=Poppins:wght@100;200;400;600&display=swap');

/*ーーーーーーー
ヘッダー
ーーーーーーー*/
body{
    letter-spacing: 0.05em!important;
    color: #2c2c2c;
}

header{
    width: 100%;
    margin: 0;
}
.header_up{
    overflow: hidden;
    padding: 15px 90px;
    position:relative;
}
.logo{
    float: left;
}
.logo img{
    width: 200px;
}
.header_up svg{
    float: right;
    font-size: 1.8rem;
    color: #3b3b3b;
    margin: 10px 0 0 40px;
}
.header_up a svg:hover{
    opacity: 0.7;
    transition: 0.5s;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1000;
    background: rgba(253, 255, 120, 0.95);
    transition: all 0.4s;
    transform: scale(1.5);
    pointer-events: none;
}
.new-ham li:first-child {
    border-top: 1px solid #bbbd68;
}
.new-ham li {
    font-size: 14px !important;
    border-bottom: 1px solid #bbbd68;
    letter-spacing: 1px;
}
.menu-content ul li a {
    color: #333;
}
.new-ham .menu-btn{
background-color: rgb(0 0 0 / 0%)!important;
}
.new-ham .menu-btn {
    position: fixed;
    top: 10px;
    right: 20px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 20000;
    border-radius: 4px;
}
.menu-btn span, .menu-btn span:before, .menu-btn span:after {
    content: "";
    display: block;
    height: 1.5px;
    width: 20px;
    border-radius: 0px;
    background-color: #333;
    position: absolute;
    transition: 0.3s;
}

.hamburger_span:after {
    content: " "!important;
    color: rgba(255, 255, 255, 1);
    font-size: 9px;
    font-weight: bold;
    margin-top: 15px;
    display: block;
    text-align: center;
    font-family: arial, bebasneue;
    letter-spacing: 1px;
}
.new-ham li a::after {
    content: " "!important;
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    font-size: 1.4em;
    opacity: 0.3;
}

.fv{
    background-image: url(/img/snapliquor/renew-fv.png);
    background-size: cover;
    background-position: top;
    height: 430px;
    position: relative;
}
.fv h1 {
    color: #000;
    text-align: center;
    padding-top: 100px;
    line-height: 1.9;
    font-family: "YuMincho","Yu Mincho","游明朝体";
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0.2em;
}

.fv .sub-h1{
    font-family:'Montserrat', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;    
    font-size: 1.6rem;
}

.insta-mark{
    position: absolute;
    width: 150px;
    right: 10px;
    top: -80px;
}

.appl{
    position: absolute;
    top: 250px;
    left: 140px
}
.appl img{
    margin-right: 30px;
    height: 110px;
    width: auto
}
.hamburger{
  background-color:#999;
}


/*ーーーーーーーーー
リニューアルデザイン調整
ーーーーーーーーー*/
.tw-bg-liquor-circles{
  background-repeat: no-repeat;
  background-position: center;
}
.tw-font-display{
  font-family:'Poppins', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.arrow{
  background-color: #D9C914;
  width: 80px;
  height: 24px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  margin: 3em auto;
}

#text_ok{
    font-size: 14px;
}

.tw-badge{
    height:1.1rem;
}

.tw-indicator :where(.tw-indicator-item){
    --tw-translate-y: 5%;
    --tw-translate-x: 25%;
}

.text-5-5xl{
   font-size: 3.5rem;
   line-height: 1;
}

@media screen and (max-width:567px){
.tw-text-slot{
 font-size: 0.7em;
 letter-spacing: 0px!important;
}

.tw-text-en{
 font-size: 1.1em;
  letter-spacing: 0.05px!important;
}
}

/*ーーーーーーーーー
renew-form
ーーーーーーーーー*/
.bl-title{
    border-left: none!important;
}

.boxOrder1,.boxPersonalInfo {
    width:90%!important;
}

.boxOrder1 th {
    padding: 2px 0px!important;
}
.boxOrder1 table{
    padding: 8px;
}
.boxOrder select,.boxOrder1 select,.boxOrder2 select,.boxPersonalInfo select{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px;
}

@media screen and (max-width:567px){
.tw-bg-liquor-circles{
background-size: inherit;
background-position: 15% bottom;
background-repeat: repeat-y;
}

.arrow{
  margin: 2em auto;
}

}


/*ーーーーーーーーー
トップメイン
ーーーーーーーーー*/
.sendday{
    background: #f3f3f3;
    text-align: center;
    padding: 15px;
    overflow: hidden;
}
.sendday p{
    background: #f3f3f3;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 2px;
    font-weight: bold
}
.sendday p, .sendday svg{
    display: inline-block;
}
.sendday svg{
    font-size: 1.5rem;
    margin-right: 7px;
    transform: scale(-1, 1);
}
.about{
    text-align: center;
    padding: 50px 0 30px 0;
}
.lineup{
    text-align: center;
    padding: 30px 0 30px 0;
}
.about h2, .lineup h2{
    font-size: 1.8rem;
    letter-spacing: 3px;
    margin-top: 10px;
    font-weight: 500;
    line-height: 40px;
}
.lineup_in {
    display: flex;
    justify-content: space-around;
    width: 1000px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
}
.lineup_in img{
    width: 300px;
    height: 200px;
    margin-bottom: 20px;
    box-shadow: 10px -10px white, 10px 10px white, -10px 10px white, -10px -10px white;
}
.lineup_in h3{
    font-size: 2rem;
    letter-spacing: 1px;
    line-height: 40px;
}

.lineup_in .ano-font{
    font-size: 1.8rem;
    font-weight: 500;
}

.lineup_eng{
    font-size: 1.2rem;
    letter-spacing: 1.4px;
    margin-top: -5px;
    margin-bottom: 5px;
    color: #a4a4a4;
    font-weight: 500;
    font-family: Seravek,sans-serif;
}
.lineup_cost{
    font-size: 1.3rem;
    letter-spacing: 0.8px;
    font-weight: bold;
    color: #666666;
}
.lineup_in_1 p{
    line-height: 1.5em;
}
.lineup_in_1 .txt-tax{
    font-size: 1.2rem;
    font-weight: normal;
}
.pt15{
  padding-top: 15px;
}


.rosewine-area a{
  display: block;
  width: 100%;
  height: 100%;
}

.rosewine-area-co{
  background-image: url(/img/snapliquor/top/pc_bk_rosewine_j_area.webp);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  border-radius: 40px;
  padding: 10px;
}

.ti-rose{
    width:85%;
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-width:950px)
{
 .rosewine-area-co{
  background-image: url(/img/snapliquor/top/sp_bk_rosewine_j_area.webp);
  background-repeat: no-repeat;
  background-position: bottom -40px right;
  background-size:cover;
}

.ti-rose{
    width:100;
}
}

@media screen and (max-width:640px)
{
 .rosewine-area-co{
  background-image: url(/img/snapliquor/top/sp_bk_rosewine_j_area.webp);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size:cover;
}

.ti-rose{
    width:55%;
}

}

.flowergift-area a{
  display: block;
  width: 100%;
  height: 100%;
}

.flowergift-area-co{
  background-image: url(/img/snapliquor/top/pc_bk_pickupsnapflower_area.webp);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  border-radius: 40px;
  padding-bottom: 2.5em;
  height:345px;
}
.flowergift-area-co p{
  width:60%;
}

.ti-flower{
    width:88%;
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-width:950px)
{
 .flowergift-area-co{
  background-image: url(/img/snapliquor/top/sp_bk_pickupsnapflower_area.webp);
  background-repeat: no-repeat;
  background-position: bottom -40px right;
  background-size:cover;
  border-radius: 20px;
  height:640px;
}

.ti-flower{
    width:80%;
}
}

@media screen and (max-width:640px)
{
 .flowergift-area-co{
  background-image: url(/img/snapliquor/top/sp_bk_pickupsnapflower_area.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size:cover;
  border-radius: 20px;
  height:740px;
}

.flowergift-area-co p{
    width: 80%;
    margin: 0 auto;
}
.ti-flower{
    width:100%;
}
}

.top_news_box_l {
	padding: 0 20px;
  position: relative;
  top: 0px;
}
.top_shortestDay{
	text-align: center;
	color: #333333;
	width: 100%;
	padding: 5px 0px 5px 0px;
	line-height: 24px;
	letter-spacing: 1px;
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #f5f5f5;
    font-family:'Montserrat', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;   }
.top_news {
	width:90%;
	height:auto;
	max-width: 100%;
	line-height: 20px;
	padding-bottom: 15px;
	position: relative;
	margin: 0px auto;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 2px 14px 0 rgba(0,0,0,.12);
	color: #666;
}
.top_news_inner {
	margin: 0px auto 0px;
	padding: 12px 15px 12px;
	color: #666;
}
.top_news_inner p {
	font-size: 1.4rem;
}
.top_news_inner ul li p {
	font-weight: normal!important;
}
.top_news .date {
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.8px;
	display: block;
}
.top_news small {
	color: #ccc;
	display: inline-block;
	margin: 0 10px;
}
.top_news .box-title {
  font-family: "DIN Condensed", sans-serif!important;
	margin: 0 0 10px 0;
	font-size: 18px;
  font-weight: bold;
	letter-spacing: 2px;
	color: #333;
	display: block;
	padding: 0 0 8px 0;
	border-bottom: solid 1px #dddddd;
}
.top_news a {
	text-decoration: underline;
}
.top_news a:hover {
	text-decoration: none;
}
.block-top {
  text-align: center;
  padding: 30px 0 0 0;
}
.block-top img {
  border: 4px solid #eee;
}
.tel_cau{
  font-size: 0.8em;
  color:#333;
}
.top_cart{
  background-color: #333;
}
.new-ham .menu-btn{
  background-color: #333;
  border-radius: 8px;
}
.cont-s h3{
  background-color: #333;
}
.btn-contact{
  background-color: #333;
  border-radius: 50px;
}
.scene-top{
  text-align: center;
  padding: 50px 0 30px 0;
  margin-bottom: 50px;
}

.scene_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 60%;
  margin: auto;
}

.scene_in img{
  width:90px;
}

.scene_btn{
  width:150px;
  height:150px;
  background-color: #e6e151;
  padding: 0.5em;
  margin-bottom: 1.2em;
  border-radius: 20px;
  border: solid 6px #FFF;
}

.scene_btn p{
  line-height: 24px;
  font-size: 1.1em;
}

.btn-scene-all {
    font-size: .9em;
    font-weight: bold;
    position: relative;
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 50px auto 10px auto;
    padding: 8px 8px 8px 22px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #333;
}

.btn-scene-all::after{
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  font-weight: 900;
  right: 20px;
  top: 8px;
  bottom: 0;
  display: block;
  margin: auto;
  height: 20px;
  font-size: 1em;
  opacity: 0.8;
}

.btn-scene-all:hover{
    opacity: 0.8;
}

.pt-50{
  padding-top:50px;
}

.spt-15{
  padding-top: 15px;
}

.btn-base-s {
    font-size: .9em;
    font-weight: bold;
    position: relative;
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 15px auto 10px auto;
    padding: 8px 8px 8px 22px;
    text-align: center;
    color: #666!important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #666;
    background-color: #fff;
}

.messe_title {
    margin: 30px 0 10px 0;
    padding: 15px 15px 15px 25px;
    color: rgba(255, 255, 255, 1) !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: url(/img/ribon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px auto;
    background-color: #666;
}

.topic-path-box{
  background-color: rgba(255, 255, 255, 0.4)!important;
}

.topic-path{
  width:600px;
  max-width: 100%;
  margin: 0 auto;
}

/*ーーーーーーーーー
ラッピングページ
ーーーーーーーーー*/
.sl-wrapping img{
  width:100%;
}

.info{
  text-align: center;
  font-size: 1.2em;
  margin: 1em 0;
}

.accbox{
  margin: 2em 0;
  width:600px;
}
.accbox input {
  display: none;
}

.accbox label {
  color:#fff;
  letter-spacing: 1px;
  position: relative;
  border-top: 2px solid #fef980;
  padding: 0.8em;
  padding-left: 2em;
  display: block;
}

.accbox label:before {
	content: "";
	background-image: url(/img/icon-project.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0px;
	bottom: 4px;
	margin: auto;
	display: block;
	opacity: 0.3;
  transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
}

.accbox label:after {
	content: '\f107';
	font-family: 'FontAwesome';
	right: 15px;
	position: absolute;
	color: #fff;
}

.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
}

.cssacc:checked + .accshow {
    height: auto;
    padding: 20px;
    background: #fff;
    opacity: 0.95;
}

.cssacc:checked + .accbox label:after {
  	font-family: 'FontAwesome';
    content: '\f068';
}

.wrapping-box h3 {
    color: rgba(255, 255, 255, 1);
    background-image: url(/img/ribon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px auto;
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 10px 15px 10px 25px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.price0-icon {
    width: 60px!important;
    height: 45px!important;
    padding-top: 18px!important;
}
.cont p{
  line-height: 1.5em;
  font-size: 1em;
}
.cont .caption{
  font-weight: normal;
  font-size: 0.8em;
  line-height: 1.5em;
}

.acc-snapwine{
    background-color: rgba(210, 63, 69, 1);
}
.acc-snapchampagne{
    background-color: rgba(170, 154, 1, 1);
}
.acc-snapbottle{
    background-color: rgba(58, 90, 152, 1);
}
.acc-snapwhisky{
    background-color: rgba(127, 79, 0, 1);
}
.acc-snapsake{
    background-color: rgba(57, 168, 105, 1);
}
.acc-snapume{
    background-color: rgba(209, 120, 3, 1);
}
.acc-snapbeer {
    background-color: rgba(218, 183, 0, 1);
}
.acc-snapnonalc{
    background-color: rgba(218, 101, 138, 1);
}
.acc-snapcanbeer {
    background-color: rgba(99, 170, 207, 1);
}
.acc-snapchuhi {
    background-color: rgba(193, 206, 23, 1);
}
.acc-snapjuice{
    background-color: rgba(134, 183, 80, 1);
}
.acc-snapgin{
    background-color: rgba(130, 185, 180, 1);
}
.acc-snapcanjuice{
    background-color: rgba(180, 0, 7, 1);
}

/*ーーーーーーーーー
フッター
ーーーーーーーーー*/
footer{
    background: #333;
    overflow: hidden;
    padding: 20px 0;
}
.footer_in{
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: auto;
}
.ft_logo{
    width: 200px;
}
.ft_note p{
    font-size: 1.4rem;
    color: #a4a4a4;
    margin-top: 5px;
    font-weight: normal;
}
.ft_note a{
    color: #a4a4a4;
}
.copy{
    font-size: 1.1rem;
    color: #a4a4a4;
    margin-top: 8px;
    font-weight: normal;
}
.footer-snapliquor .projects {
  width: 100%!important;
  max-width: 100%;
  padding: 0px 15px 15px 15px;
  margin: 0 auto 15px;
}
.footer{
  background: #333;
}
.footer .projects {
  width: 70%;
  max-width: 100%;
  padding: 0px 15px 15px 15px;
  margin: 0 auto 15px;
}
.footer .projects ul {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.footer .projects ul li {
  text-align: center;
}
.footer .projects ul li a {
  display: block;
  color: #fff;
  padding: 10px 0px 5px 4px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  border-style: solid;
  border-width: 3px;
}

.footer .projects ul li a,
.footer ul.projects li a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .projects ul li a::before {
  content: "";
  background-image: url(/img/icon-project.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0px;
  bottom: 4px;
  margin: auto;
  display: block;
  opacity: 0.3;
  transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
}
.footer .projects ul li a::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 900;
  right: 5px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  height: 20px;
  font-size: 1em;
  opacity: 0.3;
}
.footer .projects ul li a small {
  display: block;
  margin: 0 0 5px;
  font-weight: normal;
}
.footer .projects ul li a:hover small {
  color:#fff!important;
  font-weight: normal;
}
.footer .projects ul li a:visited small {
  color:#fff!important;
  font-weight: normal;
  transition: 0.5s;
}
.footer .projects ul li a img {
  display: block;
  width: 100px;
  max-width: 100%;
  margin: 0 auto;
}
.footer .projects ul li.snapwine a {
  background-color: #b1373e;
  border-color: #d23f45;
}
.footer .projects ul li.snapwine a:hover {
  background-color: #d23f45;
  border-color: #b1373e;
}
.footer .projects ul li.snapbottle a {
  background-color: #314d7f;
  border-color: #3b5998;
}
.footer .projects ul li.snapbottle a:hover {
  background-color: #3b5998;
  border-color: #314d7f;
}
.footer .projects ul li.snapchampagne a {
  background-color: #8f8219;
  border-color: #aa9a00;
}
.footer .projects ul li.snapchampagne a:hover {
  background-color: #aa9a00;
  border-color: #8f8219;
}
.footer .projects ul li.snapwhisky a {
  background-color: #7f5000;
  border-color: #a07431;
}
.footer .projects ul li.snapwhisky a:hover {
  background-color: #a07431;
  border-color: #7f5000;
}
.footer .projects ul li.snapsake a {
  background-color: #358e5b;
  border-color: rgba(57, 168, 105, 1);
}
.footer .projects ul li.snapsake a:hover {
  background-color: rgba(57, 168, 105, 1);
  border-color: #358e5b;
}
.footer .projects ul li.snapume a {
  background-color: rgba(209, 120, 3, 1);
  border-color: #f19b28;
}
.footer .projects ul li.snapume a:hover {
  background-color: #f19b28;
  border-color: rgba(209, 120, 3, 1);
}
.footer .projects ul li.snapbeer a {
  background-color: rgba(208, 175, 1, 1);
  border-color: #fdd403;
}
.footer .projects ul li.snapbeer a:hover {
  background-color: #fdd403;
  border-color: rgba(208, 175, 1, 1);
}
.footer .projects ul li.snapnonalc a {
  background-color: rgba(218, 101, 138, 1);
  border-color: #de8daa;
}
.footer .projects ul li.snapnonalc a:hover {
  background-color: #dba2b6;
  border-color: rgba(218, 101, 138, 1);
}
.footer .projects ul li.snapcanbeer a:hover {
  background-color: #7bc3e7;
  border-color: rgba(99, 170, 207, 1);
}
.footer .projects ul li.snapjuice a {
  background-color: rgba(134, 183, 80, 1);
  border-color: #ade474;
}
.footer .projects ul li.snapjuice a:hover {
  background-color: #ade474;
  border-color: rgba(134, 183, 80, 1);
}
.footer .projects ul li.snapbinbeer a {
  background-color: rgba(155, 170, 188, 1);
  border-color: #b9c6d9;
}
.footer .projects ul li.snapbinbeer a:hover {
  background-color: #b9c6d9;
  border-color: rgba(155, 170, 188, 1);
}
.footer .projects ul li.snapgin a {
  background-color: rgba(130, 185, 180, 1);
  border-color: #bedfdc;
}
.footer .projects ul li.snapgin a:hover {
  background-color: #bedfdc;
  border-color: rgba(130, 185, 180, 1);
}
.footer .projects ul li.snapchuhi a {
  background-color: rgba(192, 199, 7, 1);
  border-color: #dbe100;
}
.footer .projects ul li.snapchuhi a:hover {
  background-color: #dbe100;
  border-color: rgba(192, 199, 7, 1);
}
.footer .projects ul li.snapcanjuice a {
  background-color:  rgba(180, 0, 7, 1);
  border-color: #c24146;
}
.footer .projects ul li.snapcanjuice a:hover {
  background-color: #c24146;
  border-color:  rgba(180, 0, 7, 1);
}

.footer .projects ul li.snapvintage a {
  background-color: rgba(81, 10, 10, 1);
  border-color: #602e2e;
}
.footer .projects ul li.snapvintage a:hover {
  background-color:  #602e2e;
  border-color: rgba(81, 10, 10, 1);
}
.footer .projects ul li.snapcbd a {
  background-color: rgb(11, 117, 149);
  border-color: #368aa2;
}
.footer .projects ul li.snapcbd a:hover {
  background-color:  #368aa2;
  border-color: rgb(11, 117, 149);
}

.footer .projects .snapliquor-box {
  display: none;
}

.footer .projects .bnr-snapvintage {
    padding-bottom: 20px;
}

.footer .projects .bnr-snapvintage a img {
    width:100%;
}

.footer .projects .bnr-snapvintage a:hover img {
    opacity:0.6;
}

.footer .projects .bnr-snapvintage  a img.vibnr-sp {
    display: none;
}

.footer .attention_alc{
     padding-top:1em;
     margin: 0 auto;
     text-align: center;
}

.footer .attention_alc p{
     color:yellow; 
     font-weight: normal!important;
     font-size: 2em;
     padding: 3em 0!important;
}

/*トップへ戻る*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}


/*ーーーーーーーーー
パンくず
ーーーーーーーーー*/
.pnkz{
    overflow: hidden;
    padding: 5px 30px;
    background: #efefef
}
.pnkz a,.pnkz p{
    font-size: 1.1rem
}
.pnkz a{
    text-decoration: underline;
}


/*ーーーーーーーーー
登録商標
ーーーーーーーーー*/
.block_common{
    padding: 0;
}

.block_common ul{
  background: #fff!important;

}
.block_common ul li p{
    font-weight: normal;
}
.list2{
  background: #eee!important;
  z-index: 100;
}
.company li{
    padding: 15px 30px;
}
.company li p{
    line-height: 1.5
}
.pp p{
    line-height: 2 !important
}


/*ーーーーーーーーー
カート
ーーーーーーーーー*/
.cartlist{
    width: 100%
}
.cartlist th{
    background: #efefef;
    font-size: 1.0rem;
    padding: 4px 0;
    text-align: center;
}
.cartcontent_item{
    overflow: hidden;
}
.cartcontent_item p{
    font-weight: bold;
}
.cartcontent_item p,.cartcontent_item img{
    display: inline-block;
    vertical-align: top;
    padding-top: 15px
}
.cartlist_item{
    width: 70%;
}
.cartlist_price{
    width: 20%
}
.cartlist_customize{
    width: 10%
}
.cartcontent_price{
    text-align: center;
}
.price{
    font-size: 1.8rem;
    font-weight: bold
}
.cartcontent_item img{
    width: 15%;
    margin-right: 5%
}
.cartcontent_item p{
    width: 75%;
}

.forget{
    line-height: 32px;
}

.cart{
    position: relative;
}
.cart p{
    position: absolute;
    right: -8px;
    bottom: -29px;
    margin-bottom: -2px;
    background: #f88;
    padding: 2px 4px;
    line-height: 1;
    font-size: 0.2rem;
    color: #fff;
    border-radius: 10px;
}
.cartcontent_option a{
    text-decoration: none !important
}
.option_in{
    background: #efefef;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}
.option_in p{
    color: #333;
    text-decoration: none !important;
    font-size: 1.3rem
}
.option_in:hover{
    text-decoration: none !important;
    background: #fff;
    transition: 0.5s
}
.option_in p:hover{
    text-decoration: none !important
}
.cartlist td{
    border-bottom: solid 2px #efefef;
    padding-bottom: 10px
}
.cart_u p,.cart_next p{
    padding: 10px 15px;
}
.cart_prev_btn{
    border: solid 1px #333;
    position: relative;
}
.cart_prev_btn p{
    text-align: center;
}
.cart_prev_btn:hover{
    transition: 0.5s;
    background: #efefef;
    color: #333;
    border: solid 1px #efefef;
}
.cart_u a{
    text-decoration: none
}
.cart_u p:hover{
    color: #333;
    transition: 0.5s;
}
.cart_next_btn, .btn-submit{
    background: #333;
    position: relative;
}
.cart_next_btn p{
    color: #fff;
    text-align: center;

}
.cart_next_btn p:hover, .btn-submit p:hover{
    color: #333;
    transition: 0.5s;
}
.cart_next_btn:hover, .btn-submit:HOVER{
    color: #333;
    transition: 0.5s;
    background: #efefef;
    border: solid 1px #efefef;
}
.amount{
    /* border-bottom: solid 2px #333;
    padding-bottom: 0 !important;
    margin-bottom: 30px;
    text-align: right; */
}

.amount .cost{
    font-size: 2rem;
    font-weight: bold;
}

.cart_u{
    overflow: hidden;
}
.cart_prev_btn{
    float: left;
    width: 48%;
    max-width: 300px;
}
 .cart_next_btn{
    float: right;
    width: 48%;
    max-width: 300px
}
.cart_prev_btn svg{
    position: absolute;
    top: 14px;
    left: 10px
}
.cart_next_btn svg{
    position: absolute;
    top: 14px;
    right: 10px;
    color: #fff;
}
.cart_prev_btn , .cart_next_btn{
    width: 45%;
    font-size: 1.2rem;
    letter-spacing: -1;
}

.transactionStep {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 15px;
}
.transactionStep__item:nth-child(1) {
    width: calc((100% - 10px)/ 1);
}
.transactionStep__item:nth-child(2) {
    width: calc((100% - 20px)/ 3);
}
.transactionStep__item:nth-child(3) {
    width: calc((100% - 20px)/ 3);
}
.transactionStep__item:nth-child(4) {
    width: calc((100% - 20px)/ 3);
}
.transactionStep__item--current {
    background-color: #707070!important;
    color: #fff;
}
.transactionStep__item {
		font-size: 11px;
    text-align: center;
    position: relative;
    display: block;
    margin-top: 10px;
    padding: 10px 0;
    background-color: #f0f0f0f0;
}
.transactionStep__item:after {
    content: "";
    position: absolute;
    display: block;
    border: 6px solid transparent;
    border-left: 6px solid #f0f0f0f0;
    top: 50%;
    right: -12px;
    margin-top: -6px;
    width: 0;
    height: 0;
}
.transactionStep__item--current:after {
    border-left: 6px solid #707070!important;
}
.pt20{
	padding-top: 20px;
}
.mt20{
	margin-top: 20px;
}


/*ーーーーーーーーー
ログイン
ーーーーーーーーー*/
.login{
   max-width: 300px;
   width: 100%;
   margin: auto;
}
.login h3{
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;

}
.login label{
    font-size: 1.6rem;
}
.login #email,.login #password,.login #name,.login #password-confirm{
    width: 100%;
    margin-top: 5px;
    border: solid 1px #333;
    height: 25px;
    background: #efefef;
    padding: 5px;
    font-size: 1.5rem;
    letter-spacing: 1.5pt
}
.login #email,.login #name{
    margin-bottom: 20px;
}
.login #password{
    margin-bottom: 10px;
}
.login .btn-submit{
    margin: 30px 70px;
    font-weight: bold;
    font-size: 2.2em;
    letter-spacing: 1px;
}
.login_pass_area{
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;

}
.btn-submit{
    width: 50%;
    color: #fff;
    padding: 15px;
}
.login_hr{
    margin: 60px 0;
    border: sosld 1px #333;
}
.req{
    margin-bottom: -2px;
    background: #f88;
    padding: 2px 4px;
    line-height: 1;
    font-size: 0.1rem;
    color: #fff;
    border-radius: 10px;
    margin: 0 0 15px 5px;
}

/*mypage*/

.mypage_menu a{
	font-size:1em;
}

.mypage_menu li {
    width: 100px;
    height: 45px!important;
    text-align: center;
    display: block;
    border-right: 1px solid #e3e3e3;
    padding: 10px 8px;
    line-height: 1.9em;
}

.history_order h3 {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 15px 0px;
    height: auto;
    border-left: none;
    background-color: #3b3b3b;
    color: #fff;
}

.no_item span{
    font-size: 7em;
    color: #ccc764;
}

/*item*/
.sl_h2 {
  color: #fff;
  padding: 20px 0 5px 2%;
  font-size: 1.8rem;
  text-align: center;
  background-color: #222;
}
.sl_attention {
  font-size: 1em;
  color: #877c1a!important;
  text-align: center;
  padding-bottom: 20px;
}
.sl_price {
  color: #333;
  padding: 5px 0px 0px 0px;
  font-size: 2rem;
  font-weight: bold;
}
.sl_price_y {
  font-size: 1.5rem;
  font-weight: bold;
}
.sl_item-list h3 {
	color: #333;
	padding: 20px 0 10px 2%;
	font-size: 1.8rem;
}
.sl_item-list  {
	background-color: #eee;
  zoom: 1;
  overflow: hidden;
}
.sl_item-list  ul {
  overflow: hidden;
	list-style: none;
  background-color: #fff;
	padding-bottom: 1px;
  border-radius: 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
}
.sl_item-list li {
	width: 98%;
	margin: -1px auto 8px auto;
	padding-top: 10px;
	position: relative;
  border-top: 1px solid #dddddd;
}
.sl_iconItem {
	display: block;
	width: 72px;
	margin-top: 10px;
	margin-left: 10px;
  margin-bottom: 10px;
	float: left;
	opacity: 0.9;
}
.sl_item-list ul li .text {
	width: 400px;
	margin-left: 20px;
	float: left;
	font-size: 12px;
	line-height: 20px;
}
.sl_item-list .bt_next {
	display: block;
	width: 10px;
	opacity: 0.3;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 6px;
}
a {
	text-decoration: none;
	color: #032c29;
}
.sl_item-list .footer p {
	padding-bottom: 30px;
	font-weight: bold;
}


/* プレビュー */

#gallery {
	background-image: url(/img/snapwine/bottle.webp);
	height: 1220px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 324px 1250px;
	z-index: 3;
}
.preview {
	display: block;
	width: 288px;
	height: 288px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -144px;
	top: 610px;
	border-radius: 0px 0px 140px 140px / 0px 0px 8px 8px;
}
#gallery .shadow {
	display: block;
	width: 288px;
	height: 288px;
	background-color: yellow;
	position: absolute;
	left: 50%;
	margin-left: -144px;
	top: 610px;
	z-index: 2;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.0) 6%, rgba(0, 0, 0, 0.0) 30%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.6) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.0) 6%, rgba(0, 0, 0, 0.0) 30%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.6) 100%);
	border-radius: 0px 0px 140px 140px / 0px 0px 8px 8px;
}

.bottle {
	padding: 1px;
	background-image: url(/img/snapwine/bottle.webp);
	background-repeat: no-repeat;
	background-size: 170px auto;
	background-position-x: 50%;
	height: 555px;
}
.main_copy {
	color: #fff;
	text-align: center;
	width: 88%;
	margin: 152px auto 0 auto;
	text-shadow: -1px -1px 3px #333, 1px -1px 3px #333, 1px 1px 3px #333, -1px 1px 3px #333, 1px 2px 3px rgba(0, 0, 0, 0.5);
	font-family: 'Rounded Mplus 1c';
	font-size: 21px;
	letter-spacing: 1px;
	font-weight: 300;
	line-height: 1.6em;
}
.shortestDay {
	text-align: center;
	color: #fff;
	width: 100%;
	position: absolute;
	padding: 8px 5px 8px 0px;
	line-height: 24px;
	text-shadow: -1px -1px 3px #333, 1px -1px 3px #333, 1px 1px 3px #333, -1px 1px 3px #333, 1px 2px 3px rgba(0, 0, 0, 0.3);
	letter-spacing: 1px;
	font-size: 1.1em;
	font-weight: 300;
	bottom: 30px
}
.label {
	position: absolute;
	left: 50%;
	top: 278px;
	margin-left: -74px;
	width: 148px;
}
.shadow {
	display: block;
	width: 148px;
	height: 180px;
	position: absolute;
	left: 50%;
	margin-left: -74px;
	z-index: 100;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.0) 6%, rgba(0, 0, 0, 0.0) 30%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.6) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.0) 6%, rgba(0, 0, 0, 0.0) 30%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.6) 100%);
	border-radius: 0px 0px 74px 74px / 0px 0px 8px 7px;
}

/*ーーーーーーーーー
配送日について
ーーーーーーーーー*/
.block_delivery{
  background-color: #fff;
  margin: 0 auto;
}

.block_delivery dd {
    display: block;
    margin-inline-start: 0px!important;
}

#contents-wrap {
	padding: 0 20px;
}
#contents {
	width: 600px;
	max-width: 100%;
	margin: 20px auto;
	color: #333333;
	font-size: 15px;
	line-height: 30px;
}
.cont {
	margin: 50px auto;
}

.delivery_shortestDay{
	padding: 15px;
	margin-bottom: 5em;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #fffdd7;
	border-radius: 5px;
	color:#ca4300;
}

.delivery-map{
	width: 100%;
	padding-bottom: 1.5em;
}

.sp-map{
	display: none;
}

.order-normal-co{
	padding: 15px 15px 20px 15px ;
	margin: 20px 0 60px 0;
	background-color: #eee;
}

.order-normal-co dt{
	font-weight: 500;
	font-size: 3em;
	color: #fff;
	background-color: #333;
	text-align: center;
	padding: 5px;
	border-radius: 3px;
}

.order-normal-co dd{
	font-weight: bold;
	font-size: 3em;
	color: #000;
	text-align: center;
	padding-top: 20px;
	letter-spacing: 0.1px;
}

.order-normal-co dd span{
	font-weight: normal;
	font-size: 0.6em;
}

.order-option-co{
	padding: 15px 15px 20px 15px ;
	margin: 20px 0 30px 0;
	background-color: #fffed3;
}

.order-option-co dt{
	font-weight: bold;
	font-size: 3em;
	color: #fffed3;
	background-color: #333;
	text-align: center;
	padding: 5px;
	border-radius: 3px;
}

.order-option-co dd{
	font-weight: bold;
	font-size: 3em;
	color: #de3636;
	text-align: center;
	padding-top: 20px;
	letter-spacing: 0.1px;
}

.order-option-co dd span{
	font-weight: normal;
	font-size: 0.6em;
	color: #000;
}

.delivery h3 {
	color: rgba(255, 255, 255, 1);
  background-color: #333;
	background-image: url(/img/ribon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px auto;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 15px 15px 15px 30px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.block-delivery {
	width: 600px;
	max-width: 100%;
	color: #333333;
	font-size: 16px;
	line-height: 1.7em;
}

.block-delivery h4{
	-webkit-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
	color: #fff!important;
	font-size: 1.1em;
	font-weight: bold;
	padding: 15px!important;
	margin: 20px 0 0 0!important;
	position: relative;
  background-color: #333;
}

.block-delivery .box {
  background-color: rgba(245, 245, 245, 1);
	padding: 20px 15px 15px 15px;
	margin-bottom: 40px;
}

.block-delivery .box img {
	width: 90%;
	max-width: 100%;
	margin: 0 auto;
	display: block;
	padding-bottom: 2em!important;
	text-align: center;
}

.block-delivery .box .mt-2 {
	margin-top: 2em!important;
}

.block-delivery .notes {
	font-size: 0.9em;
	position: relative;
	background-color: #ddd;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

.block-delivery .notes::before {
	content: "";
  position: absolute;
  top: 100%;
	left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ddd;
}

.block-delivery .notes-o {
	width: 100%;
	font-size: 1em;
	position: relative;
	background-color: #ddd;
	padding: 5px 0;
	margin: 5px 0 25px 0;
	text-align: center;
	font-weight: bold;
}

.title-option {
	font-size: 1.3em;
	letter-spacing: 0px;
	font-weight: bold;
	text-align: center;
	margin-top: 2em;
}

.cau-red{
	color: #de3636;
	font-weight: bold;
}

.txt-sm{
	font-size: 88%;
	text-align: center;
}

.option-info{
	margin-bottom: 40px;
}

.cont-other {
	margin: 40px 0;
}

.cont-other p{
	margin-bottom: 5px;
  font-size: 0.9em;
  font-weight: normal!important;
}



.cont-other h3 {
	font-size: 1.2em;
	margin: 30px 0 10px 0;
	padding: 10px 10px 10px 25px;
	color: rgba(255, 255, 255, 1);
  background-color: #333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: url(/img/ribon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px auto;
}

.delivery_cau h3{
    font-size: 2.5em;
}

.delivery_cau p{
    font-size: 2.2em;
    margin-bottom: 0;
}

/* btn */
.btn-line-r {
	font-weight: bold;
	display: block;
	width: 450px;
	max-width: 100%;
	margin: 15px auto 10px;
	padding: 15px 15px 15px 30px;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: rgba(0, 185, 1, 1);
	background-image: url(/img/icon-line.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
	background-size: 30px auto;
}

.pb-3e{
  padding-bottom: 3em;
}

.btn-r {
	font-weight: bold;
	display: block;
	width: 80%;
	max-width: 100%;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.btn-contact {
	font-weight: bold;
	margin: 0 auto 20px;
	padding: 15px 15px 15px 30px;
	background-image: url(/img/icon-mail.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
	background-size: 30px auto;
}

.pt20{
	padding-top: 20px;
}


/*ーーーーーーーーー
注文フォーム
ーーーーーーーーー*/
input {
    border-radius: 2px;
    padding: 10px;
    border: 1px solid rgba(92, 85, 75, 0.5);
}
input, select, textarea {
    font-size: 100%;
    font-family: Verdana, Helvetica, sans-serif;
}
.wrapper_cart {
    width: 100%;
    max-width: 300px;
    margin: 0px auto;
}
.wrapper_cart h3{
  font-weight: bold;
	text-align: center;
	font-size: 1.5rem;
  margin-bottom: 15px;
}
.wrapper_cart h4{
  font-weight: bold;
	border-left: #000 solid 3px;
	margin: 10px 0px 10px 15px ;
	padding-left: 10px;
	font-size: 15px;
}
.boxOrder {
    width: 90%!important;
    margin: 20px auto;
    background-color: #f3f3f3;
    line-height: 20px;
}
.boxOrder img {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto 20px auto;
    border: 1px solid #eee;
}
.boxOrder .wrap_img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 5px auto 5px auto;
    border: none;
}
.boxOrder table {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    border-spacing: 0px;
}
.boxOrder th {
    text-align: left!important;
    padding-left: 16px!important;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    font-size: 12px;
    vertical-align: middle;
}
.boxOrder td {
    padding: 10px 4px 10px 4px;
    border-bottom: 1px solid #f3f3f3;
    font-size: 12px;
    vertical-align: middle;
}
th, td {
    text-align: left;
    vertical-align: top;
}

.boxOrder2 {
  width: 90%!important;
  margin: 20px auto;
  background-color: #f3f3f3;
  line-height: 22px;
  padding: 20px 0;
  font-size: 1.5em;
}
.boxOrder2 .wrap_img {
	display: block;
	width: 65px;
	height: 65px;
	margin: 5px auto 5px auto;
	border: none;
}
.boxOrder2 table {
	width: 90%;
	margin: 0 auto;
  background-color: #fff;
}
.boxOrder2 th {
	width: 60%!important;
	font-weight: bold;
}
.boxOrder2 td, .boxOrder2 th {
	padding: 4px 0 4px 4px;
	font-size: 12px;
	vertical-align: middle;
	border-bottom: 1px solid #eee;
}
input, select, textarea {
    font-size: 100%;
    font-family: Verdana, Helvetica, sans-serif;
}
.attention {
    font-size: 12px;
    font-weight: bold;
    color: #D23F45;
    line-height: 17px;
    margin-top: 10px;
}
.attention_byBank {
    font-size: 10px;
    color: #666;
    padding: 4px;
}
.attention_wrapping {
	font-size: 12px;
	font-weight: bold;
	color: #D23F45;
	line-height: 17px;
	padding: 20px 10px 0px 10px;
}
.attention_tnk {
    font-weight: bold;
    color: #D23F45;
    line-height: 17px;
    margin-top: 10px;
}
.boxPersonalInfo {
    width: 90%!important;
    background-color: #fff;
    margin: 0px auto;
    padding: 10px 0;
}
.boxPersonalInfo ul li:first-child {
    border-top: none;
}

.boxPersonalInfo ul li, .boxConfirm ul li {
    margin: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
    font-size: 12px;
    line-height: 24px;
}
.boxPersonalInfo ul li span{
    font-weight: bold
}
li {
    list-style: none;
}
.w80 {
    width: 80%;
}
#postcode1, #postcodeShipping1 {
    width: 20%;
}
textarea {
    width: 100%;
    height: 100px;
    padding: 4px 6px;
}
.confirm_btn{
    background: #f06d33;
    position: relative;
    width: 250px;
    margin: 20px auto;
    font-size: 18px;
    border-radius: 5px;
    font-weight: bold;
    position: relative;
    border: none;
}
.confirm_btn:hover{
    background-color: #f06d33;
    transition: 0.5s;
    border: none;
}
.confirm_btn:hover input{
    color: #000;
    transition: 0.5s;
    border: none;
}
.confirm_btn input{
    background: none;
    color: #fff;
    width: 100%;
    cursor: pointer;
    border: none;
}
.bt_back {
	text-align: center;
	padding: 10px 0;
	border-radius: 5px;
	display: block;
	width: 240px;
	margin: 20px auto;
	background-color: #fff;
	color: #333;
	border: none;
	font-size: 14px;
	border: 1px solid #333;
	position: relative;
	transition: 0.5s;
}
.bt_back a{
	text-decoration: none;
	color: #333;
	width: 240px;
	height:auto;
	display: block;
}
.bt_back a::before{
	content: "\f053";
	font-family: "Font Awesome 5 Free";
	margin-left: 2px;
	font-size: 15px;
	color: #666;
	position: absolute;
 	top: 14px;
 	bottom: 0;
 	left: 10px;
 	margin: auto;
}
.total_box{
	border-radius: 5px;
	border: 1px solid #7c7c7c!important;
	padding: 16px 24px!important;
    margin: 20px auto;
}
.total_box th{
	width:180px;
	line-height: 28px;
}
.total_box td{
	font-weight: bold;
	font-size: 14px;
	line-height: 28px;
}
.total_box .price_box p {
	font-weight: bold;
	font-size: 1.7rem;
}
.total_box .price_box {
	border-top: 1px solid #ccc;
	margin: 5px auto;
	padding-top: 10px;
}
.price_box th {
	width:180px;
}

form h2{
    text-align: center;
    font-size: 2.5rem;
    margin-top: 60px
}
.text-input{
    max-width: 90%
}

/*ーーーーーーーーー
注文確認
ーーーーーーーーー*/
.amount {
    margin: 30px auto;
    text-align: right;
    max-width: 600px;
}
.amount .box {
    width: 30%;
    padding: 20px 0;
    background-color: #efefef;
}
.amount div {
    float: left;
    text-align: center;
}
.amount .sign {
    width: 5%;
    padding-top: 40px;
}
.amount .box p {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 1rem;
}
.amount .box span {
    font-weight: bold;
    font-size: 14px;
}
.total .box {
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px auto;
    padding: 14px 0px;
    background-color: #efefef;
}
.total .box p {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.total .box span {
    font-weight: bold;
    font-size: 16px;
}
.plice{
    color: #D23F45;
}
.contents #payjp_checkout_box input[type=button] {
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    display: block;
    width: 250px;
    margin: 20px auto;
    background-color: #198fcc;
    color: #fff;
    font-size: 1.8rem;
    border: none;
    border: 1px solid #333;
    position: relative;
    transition: 0.5s;
}
/*ーーーーーーーーー
注文完了
ーーーーーーーーー*/

.thanks{
  margin-bottom: 30px;
}

.paymentId, .thanks, .bankInfo{
    width: 50%;
    margin: auto;
}
.paymentId{
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 40px;
    background-color: #efefef;
    color: #000;
    padding: 2px 0 0 10px;
}
.paymentId span{
    font-size:14px;
}

.thanks .attention{
    font-weight: bold;
    font-size: 1.6rem;
    border-bottom: solid 2px;
}
.bankInfo{
    background: #efefef;
    padding: 10px;
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: bold;
    margin: 50px auto 0 auto;
    padding:  30px;
    width: 300px;
}


/*購入完了*/
.paymentId, .thanks, .bankInfo{
    width: 100%;
    margin: auto;
}
.paymentId{
  margin-bottom: 10px;
}
.bankInfo{
    width: 250px;
    margin-top: 50px;
}

.confirm_label {
	margin-top: 30px;
	margin-bottom: 30px;
}
.confirm_label img {
	display: block;
	width: 300px;
	height: 300px;
	margin: 0 auto;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #eee;
}

.tip{
  color:#ffff8e;
}

.block_common ul li:nth-child(even) {
    background-color: #fff;
    background-repeat: repeat;
}

/* blog */
.wrap_h1 {
  background-image: url(/img/snapliquor/logo_bk.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 20px;
  height: 120px;
  background-color: transparent;
  box-shadow: none;
}

.wrap_h1 .logo {
    width: 63px;
    padding-top: 20px;
    padding-bottom: 12px;
    text-align: center;
}

.wrap_h1 .logo img{
    width: 40px;
    margin-top: 0px!important;
}

.go_blog_top .board {
    width: 90%;
    margin: 0 auto 20px auto;
    padding-top: 26px;
    padding-bottom: 22px;
    line-height: 30px;
    text-align: center;
    background-color: #fefa69;
    background-repeat: repeat;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 3px 1px;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0px 0px 3px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 1px;
    color: #000;
}

.post h1 a {
    font-size: 22px;
    color:#aba607;
}

.widget li {
    color:#aba607;
    font-weight: normal;
}

.float-create a {
  display: block;
  color: #000;
  padding: 5px 0;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.2em;
  height: 50px;
  position: relative;
  background-color: #fefa69;
  border-radius: 5px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
}
.float-line a span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
  height: 28px;
  font-size:15px;
  line-height:1em;
}
.float-line a span small {
  font-weight: normal;
  font-size: 9px;
}

/* icon */
.sl_item-icon {
	position: absolute;
	top: 8px;
	right: 8px;
	height: 18px;
}

.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 only */
.cf {
	*zoom: 1;
}


/*ーーーーーーーーーーーーーーーーーーーーー
PCのみ
ーーーーーーーーーーーーーーーーーーーーー*/
@media screen and (min-width: 1000px){
.pcnone{
    display: none !important
}
.spnone{
    display: block !important;
}

}
/*ーーーーーーーーーーーーーーーーーーーーー
SPのみ
ーーーーーーーーーーーーーーーーーーーーー*/
@media screen and (max-width: 999px){
.spnone{
    display: none !important
}

.logo{
    width: 60%
}
.logo img{
    width: 100%;
    max-width: 160px;
    margin: 5px 0 0 0;
}
.header_up svg {
    float: right;
    font-size: 1.6rem;
    color: #3b3b3b;
    margin: 10px 0 0 5%;
}
.fv{
    background-image: url(/img/snapliquor/renew-fv.png);
    background-size: cover;
    background-position: top;
    position: relative;
    background-repeat: no-repeat;
}
.fv h1 {
    padding-top: 40px;
    font-size: 2.2rem;
}

.fv .sub-h1 {
    font-family: 'Montserrat', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif!important;
    font-size: 0.5rem;
}

.insta-mark {
    position: absolute;
    width: 100px;
    right: 10px;
    top: -60px;
}
.appl{
    top: 120px;
    left: 0;
    right: 0;
    max-width: 400px;
}
.appl img{
    margin-right: 0;
    height: 100%;
    width: 90%;
}

.header_up{
    padding: 15px 5%;
    padding-right: 70px;
}

.appl{
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: auto;
}
.fv{
    height: 300px;
}
.sendday{
    padding: 10px;
}
.sendday p{
    font-size: 1.6rem;
}
.top_news_box_l {
  position: relative;
  font-size: 80%;
}
.top_news_box_l {
 padding: 0 0px;
}
.top_shortestDay{
	font-size: 1.3rem;
}
.top_news_inner{
  font-size: 1.3rem;
}
.top_news_inner .box-title{
  font-size: 1.5rem;
}
.top_news_inner p {
    font-size: 1.2rem;
    line-height: 1.5em;
}
.top_users_label img{
    
}

.block-top img {
  width: 100%;
  border: 4px solid #eee;
}
.about{
    text-align: center;
    padding: 30px 0 30px 0;
}
.lineup{
    text-align: center;
    padding: 0;
}
.about, .lineup,.follow{
    width: 85%;
    margin: auto;
}
.lineup_in img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.about, .lineup, .follow{
    padding: 50px 0 50px 0;
}

.lineup h3{
    font-size: 2.2rem;
    margin-top: 20px;
}
.lineup_eng{
    font-size: 1.3rem;
}
.lineup_cost {
    font-size: 1.5rem;
}
.lineup_in_1{
    margin-bottom: 45px;
}
.lineup_in{
    display: block;
    width: 100%;
}
footer{
    padding: 30px 0 ;
}
.footer_in{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.ft_logo{
    width: 180px;
}
.ft_note p{
    font-size: 1rem;
    color: #a4a4a4;
    font-weight: normal!important;
}
.copy{
    font-size: 1rem;
    color: #a4a4a4;
    margin-top: 20px;
    font-weight: normal;
}
.option_in p{
    font-size: 1rem;
}

/*item*/
.sl_item-list ul li .text {
	width: 260px;
	margin-left: 20px;
	float: left;
	font-size: 12px;
	line-height: 20px;
}

/*wrapping*/
.accbox {
  margin: 2em 0;
  width:100%;
}

/*scene*/

.scene-top{
  text-align: center;
  padding: 50px 0 30px 0;
  margin-bottom: 0px;
}

.scene_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
}

.scene_in img{
  width:90px;
}

.scene_btn{
  width:140px;
  height:140px;
}

.scene_btn p{
  line-height: 18px;
  font-size: 1em;
}

}

@media screen and (max-width: 567px){
/*
main{
        margin-top: -50px;
    }
    */

.fv{
        background-image: url(/img/snapliquor/renew-fv.png);
        background-size: 120%;
        background-position: top;
        position: relative;
        background-repeat: no-repeat;
  }
.fv h1 {
    font-size: 1.2rem;
    padding-top: 30px;
}
.fv .sub-h1{
     font-size: 0.5em;
 }


.insta-mark {
    position: absolute;
    width: 95px;
    right: 5px;
    top: -30px;
}
.process-ti{
  font-size: 1.7rem!important;
}
.top_news_box_l {
    padding: 0 0px;
    top: -110px;
}
.process-wrap {
    width: 90%;
}

.footer{
  padding-top: 0px;
}

.footer .projects {
    width: 90%;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto 15px;

}
}

@media screen and (max-width: 400px){
.top_news_box_l {
    padding: 0 0px;
    top: -125px;
}
/*main {
    margin-top: -120px;
}*/
.about {
    margin-top: -120px;
}
}

.tit-image{
    max-height: 50px;
    max-width: 100%;
}

.deco{
    width:50px;;
    margin-bottom: 20px;
}

.process-wrap{
    background: white;
    width: 80%;
    margin: auto;
    border-radius: 15px;
    padding: 30px;
    margin-top: 50px;
}
.process
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.process-box
{
    margin: auto;
}

.process-txt{
    font-size: 2.5rem;
    text-shadow: 3px 3px yellow;
    margin-bottom: 30px;
}

.process-img-box{
    width: 100px;
    height: 100px;
    padding: 50px;
    border-radius: 50%;
    background:rgb(254, 249, 128);
    margin: auto;
    margin-bottom: 10px;
}
.process-img-box p{
  text-align: center;
  font-weight: bold;
}
.process-img
{
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.triangle1
{
    width: 0;
    height: 0;
    margin: auto;

    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 10px solid #cfcfcf;
}


@media screen and (max-width:1100px)
{
    .process-txt {
        font-size: 2rem;
        text-shadow: 3px 3px yellow;
        margin-bottom: 30px;
    }
    .process
    {
        display: block;
        justify-content: center;

        width: 100%;
    }
    .triangle1
    {
        width: 0;
        height: 0;
margin: 20px auto;
        border-top: 10px solid #cfcfcf;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
    }
}

.ano-font{
  font-family: "DIN Condensed", sans-serif!important;
}


#all-genre{
    position: relative;
    display: flex;
    margin: 30px auto;
    background: black;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 3px 3px rgba(0,0,0,0.4);
    font-size: 1.2rem;
    width: 90%;
    max-width: 500px;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
}


#all-genre .ano-font{
    font-size: 2rem;
    font-weight: normal;
}

.mobdis{
    display:none;
    }
    

@media screen and (max-width:600px)
{
    #all-genre{
        justify-content: center;
        width: 80%;
    }
    .mobnone{
        display: none;
    }
    .mobdis{
    display: block;
    }
    .tip{
        position: absolute;
        right: 10px;
    }
    
    .footer .projects .bnr-snapvintage  a img.vibnr-pc {
        display: none;
    }
    
    .footer .projects .bnr-snapvintage  a img.vibnr-sp {
        display: block;
    }
    
}

.sns-box{
    display: flex;
    justify-content: center;
}

.sns-circle{
    background: rgb(254, 249, 128);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 10px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sns-box a{
    margin: auto;
}
.sns-box a .sns-circle{
    font-size: 3rem;
}

.follow-wrap{
    background-image: url(/img/snapliquor/follow.png);
    background-size: cover;
    background-position: center;
}

.follow{
    text-align: center;
    padding: 30px 0;
}


.tit-h2{
    font-size: 5rem;
    letter-spacing: 1.5px;
    font-weight: normal;
    line-height: 1em;
    padding: 0;
    margin: 0;
}

.follow .tit-h2{
    text-shadow: 5px 5px yellow;
}

.scene-top .tit-h2{
  font-size: 4rem;
  letter-spacing: 1.5px;
  font-weight: bold;

}


.delivery-map{
	width: 100%;
}

.pc-map{
	display: none;
}

.sp-map{
	display: block;
}

.block-delivery .box img {
	width: 100%;
	max-width: 100%;
	text-align: center;
	margin:0 auto;
	padding-bottom: 1.5em!important;
}

.txt-sm {
	font-size: 80%;
	text-align: center;
	line-height: 1.8em;
}

.block-delivery .notes {
	font-size: 0.8em;
	line-height: 1.4em;
}

.title-option {
	font-size: 1.1em;
}




@media screen and (max-width:567px)
{
.tit-h2{
    font-size: 4.5rem;
    letter-spacing: 1px;
    }
}
.banner{
    text-align: center;
    padding: 50px 0px;
}
.banner img{
width: 80%;
margin: auto;
}

.banner .banner-pc{
    max-width: 800px;
}

.banner .banner-sp{
    display:none;
}
.about h2, .lineup h2 {
    font-size: 1.2rem;
    letter-spacing: 3px;
    margin-top: 0px;
    font-weight: bold;
    line-height: 30px;
}

@media screen and (max-width:567px)
{
    .banner .banner-pc{
        display:none;
    }

.banner .banner-sp{
    display: block;
}

}

.manual_payment_container {
    width: 640px;
    margin: 24px auto;
    padding: 16px;
    background: white;
    border-radius: 5px;
}

.manual_payment_button {
    width: 100px;
    margin: 8px auto;
}


@media screen and (max-width:567px)
{
    .manual_payment_container {
    width: 90%;
}

}

@media screen and (max-width:567px)
{
.total_box{
    width:100%!important;
}
}
