@charset "utf-8";
/* CSS Document */

body{
font-family: "Quicksand","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
line-height: 1.5;
opacity: 1;
background: url("../img/silk.jpeg") fixed;
background-repeat: repeat;
background-size: cover;

}

section {
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}

div {
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}

.shadow {
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
}


/* clearfix */
.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

section.main-content {
    height: auto;
    margin: 0 auto;
    width: 100%;
}

.wrapper {
	width: 700px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	
}

.wrapper img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.wrapper video {
	display: block;
	width: 100%;
}

.content-img {
	width: 100%;
	height: auto;
}

/* main */

.relative {
	position: relative;
}

.wrapper .c-buttons {
	display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 90%;
    bottom: 22.5%;
}

.wrapper .c-buttons2 {
	display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 90%;
    bottom: 30%;
}

.gif {
	text-align: center;
}

.imgup {
	position: absolute;
	top: 55.4%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	width: 54%;
}

div.cv {
	background: #fff;
	box-sizing: border-box;
}


.flowing {
	animation: flowing 1s infinite ease-out;
}

@keyframes flowing {
 0% {
transform:translateY(7px);
}
 50% {
transform:translateY(-7px);
}
 100% {
transform:translateY(7px);
}
}

/* cart */

#cart {
	width: 100%;
	height: auto;
	background: #fff;
}

.cart-inner {
	width: 900px;
	height: auto;
}


/* float */

.float {
	width: 100%;
	height:  auto;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	left: 0;
	overflow: visible;
	z-index: 9999;
}

.float-inner {
	width: 700px;
	max-width: 100%;
	margin: 0 auto;
	background: rgba(204,51,51,0.5);
	padding: 10px 0;
	box-sizing: border-box;
	position: relative;
	overflow: visible;
}

.float-inner ul {
	display: flex;
}

.float-inner li {
	padding: 0 10px;
	box-sizing:  border-box;
	width: 23%;
}

.float-inner li img {
	width: 100%;
	height:  auto;
	display: block;
}
img.f-conv {
	width: 28%;
	position: absolute;
	right: 2%;
	bottom: 0;
}

img.kangif {
	position: absolute;
    bottom: 7%;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    width: 90%;

}



/* footer */

footer {
	width: 100%;
	background: #fff;
}

footer a {
	text-decoration: none; color: #000; font-size: 0.8em;
}

.f-link {
	width: 1000px;
	text-align: center;
	padding: 20px 0;
	box-sizing: border-box;
	overflow: hidden;
}

/* animation */

.gif1 {
    position: absolute;
    width: 35%;
    right: 3%;
    bottom: 4%;
}

.gif2 {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0.1%;
    left: 0;
}

.gif3 {
    position: absolute;
    width: 45%;
    left: 3%;
    top: 4%;
}

.gif4 {
    position: absolute;
    width: 45%;
    right: 3%;
    bottom: 4%;
}


/* 点滅 */
.blink {
	-webkit-animation:blink 0.3s ease-in-out infinite alternate;
    -moz-animation:blink 0.3s ease-in-out infinite alternate;
    animation:blink 0.3s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0.3;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.3;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.3;}
    100% {opacity:1;}
}
.youtube {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 30px 0;
}

.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 50.25%;
	background: #fff;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
	left: 0;
	margin: 0 auto;
  width: 90% !important;
  height: 100% !important;
}



@media screen and (max-width: 979px) {
	
.wrapper {
	width: 100%;
}

.img {
	max-width: 100%;
}

.wrapper img{
	max-width: 100%;
	height: auto;
}

/* footer */
	
.f-link {
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
    width: 100%;
	background: #fff;
}	

.f-link a {
	width: calc(100% / 3);
	display: block;
	float: left;
	text-align: center;
}

.f-link a {
    display: block;
    float: none;
    margin-bottom: 5px;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
}

.pconly {
	display: none;
}

/* cart */

.cart-inner {
	width: 100%;
	height: auto;
}

.youtube {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 15px 0;
}

.invalid-fields-notice-box {
	display: none;
}

#ukokkei-landing-page-form .order-item-info {
	width: 100% !important;
}
	
#ukokkei-landing-page-form .order-item-quantity {
    width: 100%;
    vertical-align: bottom;
    text-align: left;
    margin-top: 15px;
}

/* float */
	
.float-inner li {
	padding: 0 1%;
	box-sizing:  border-box;
	width: 23%;
}

.payment-method-description img {
	max-width: 100%;
}


/* 今日訴求 */
img.gifbase {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

img.simigif {
    height: auto;
    position: absolute;
    width: 110%;
    max-width: 110%;
    display: block;
    top: 0;
    bottom: 5%;
    left: -6%;
    right: 0;
    margin: auto;
}

}




.insta-wrap {
	position: absolute;
	bottom: 0%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.m-t-5::before {
	content: '※ハイフンは入れずにご入力ください';
	display: block;
	
}

.memo-content-input {
	display: none !important;
}
	