/** Shopify CDN: Minification failed

Line 200:0 Unexpected "}"

**/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.c1 { display: block !important; }
.c2 { display: none !important; }

 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .c1 { display: none !important; }
    .c2 { display: block !important; }
  }





/*------??????-------*/



.model{
  font-size:1.3em;
text-align:center;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
}


.sub{
  margin:0;
  text-align:center;
  font-size:1.5em;
  padding:0 ;
}






.Z{
  margin:0;
}


*{
  transition: all 0.3s ease;
}
.dl{
  height: 50px;
  cursor: pointer;
  display: block;
  margin: 50px  auto;
  background:#231815 no-repeat center center;
  color: #EEE;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  border: 0;
  padding: 20px 50.5px!important;
  border-radius:4px;
  outline: 0;
  
}







button1:active{
  transform: scale(0.95);
  background: #b4bdbf;
}

button1.loading{
  width: 70px;
  background-image: url('http://een.ec.europa.eu/sites/default/files/multimedia/ajax-loader-2.gif');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px;
}

button1.success{
  background-image: url('http://www.clker.com/cliparts/x/n/7/m/p/g/check-mark-in-white-md.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
}




.VV:link {
 text-decoration: none;
}
.VV{
color: #F4F2EE!important;
}





/*------表関連共通？-------*/

.table{
  padding:0 20rem 0 20rem;
}

.-th,.-td{
font-size:1em;
}

/*------表関連共通？レスポンシブ-------*/

@media only screen and (max-width: 768px) {
.table{
  padding:0 2.5rem 0 2.5rem;}
 
.-th,.-td{
font-size:0.6em;
}
  
}



/*------目次設定-------*/

.MOKUJI {
  text-align: center;
}
.flex {
  text-align: center;
  padding: 0 10rem;
  display: grid;
  grid-template-columns: 1fr ;
  grid-gap: 1rem;
}
.item {
  padding: 10px;
  width: 100%;
  text-align: center;
  background: #f4f2ee;
}

.function {
  text-align: left;
  color: black;
  font-size:1.5rem;
}
.text01 {
  align-items: center;
  text-align: left;
  color: white;
  font-size:2rem;
}

/*------目次設定レスポンシブ-------*/

@media only screen and (max-width: 768px) {
.flex {
  padding:0 2.5rem 0 2.5rem;
}
.item {
  padding: 5px;
  width: 100%;
}

.function {
  font-size:0.5em;
}
  
.text01 {
 font-size:0.8em;
}

  
}

.vary-btn{
  text-align:left;
  margin: 3rem 1.5rem;
  
}

.btn {
  overflow: hidden;
  font-size: 2rem;
  padding: 1.5rem 2rem;
  color: #fff;
   border-radius:3px;
  background: #000;
}
}


/*------？？？-------*/

.B{
  background-color:#f4f2ee;
}

.look img {
  width: 100%;
  vertical-align: bottom;
  margin:0px !important;

}


/*------追従固定ボタン-------*/
.gift_button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999!important;
  transform: scale(1);
  transition: all ease 0.5s;
}

.gift_button:hover {
  transform: scale(1.3);
}

.gift_button img {
  width: 150px;
}

@media only screen and (max-width: 768px) {
  .gift_button img {
  width: 110px;
}
}

/*------商品ページ用固定ボタン-------*/
.gift2_button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999!important;
  transform: scale(1);
  transition: all ease 0.5s;
}

.gift2_button:hover {
  transform: scale(1.3);
}

.gift2_button img {
  width: 150px;
}



@media only screen and (max-width: 768px) {
  .gift2_button img {
  width: 110px;
}
}


/*------ブロック-------*/

.block{
margin :0;
background: white;}

.image{
 margin:0;
}

.midasi{
  margin :0;
  font-size:3rem;
  text-align:center;
  padding:5rem 10rem 5rem 10rem;
  color:BLACK;
}
.text01{
  margin :0;
  text-align:left;
  font-size:2rem;
  padding:5rem 20em 5em 20em;
  letter-spacing:0.3em;
  color:BLACK;
    line-height: 2em;
}

@media screen and (max-width: 749px) {
.midasi{
  text-align:left;
  font-weight:bold;
   font-size:1.2em;
   padding:2rem 2.5rem 2rem 2.5rem;
}
}

@media screen and (max-width: 749px) {
.text01{
  text-align:left;
  font-size:1em;
  padding: 2rem 2.5rem 2rem 2.5rem;
    letter-spacing:0.1em;
}
}


.scroll{
    /*描画位置※位置は適宜調整してください*/
margin-top:0;    
margin-left:50%;
    /*線の形状*/
  width:2px;
  height: 50px;
  background:#black;
}

/*Scrollテキストの描写*/
.scroll span{
  color:#black;
  letter-spacing: 0.05em;
  padding: 1rem;
    font-size: 20px;
}
  
  /* TOP-PC */
.PC { display: block !important; }
.SP { display: none !important; }

/* TOP-SP */
@media only screen and (max-width: 767px) {
    .PC { display: none !important; }
    .SP { display: block !important; }
  }








