/** Shopify CDN: Minification failed

Line 173:0 All "@import" rules must come first
Line 403:0 "marign" is not a known CSS property
Line 414:2 "marign" is not a known CSS property

**/
h2.page-title h1{
  color:#ffffff;
}


h1.main-page-title page-title h0{
    color:#ffffff;
}

.page-title {
  margin-top: 0rem;
     color:#ffffff;
 	 font-size:25px;
 	font-family:Futura,"ＭＳ Ｐゴシック",Meiryo,sans-serif;
	text-align:center;
	letter-spacing: 0.4em;
}
@media only screen and (max-width: 700px) {
.page-width {
  margin: 0 auto;
    padding: 0 0rem;
}
}
.header {
      padding: 0 1.5rem;
}

  
.order_omakase p.m20font14 {
	font-size:15px;
	margin:0 auto;
	text-align:center;
	border-bottom:3px double #666;
	padding:15px 5px 5px;
}

.shopify-policy__title h1{
	color:#000000;
	 font-size:24px;
}

.law_headline_ttl{
  	text-align:center;
   font-size:14px;
}

.pref_name_price li{
   display: inline-block;   
}
.pref_ttl{
text-align: center;
background-color: #ededed;
}

.kozinjoho{
  text-align: center;
}
@media only screen and (min-width: 750px) {
.page-width{
    width:100%;
    	margin:0 auto;
}
}  

@media only screen and (max-width: 500px) {
.aboutbody{
	 font-size:10px;  
  	color:#79a49e;
}
}
  .postage_pref_table {
    width:auto;
}
 .shopify-policy__body .rte{
      	margin:0 auto;
}
  
/* 商品ページ詳細説明ここから*/
 .ori_newsbox01 {
display: -webkit-flex;   
display:flex;
-webkit-justify-content: center;
justify-content:center;
width:100%;
 height:100%;
 list-style:none;
/*background-image: url(/cdn/shop/files/background_1.png?v=1655720414”);*/
}

.ori_newsbox01 li {
width:100%;
  text-align:left;
padding:15px 7px;
margin:15px 5px;
}

  .p1_image{
     width:300px;
  }
.p1_text{
margin:15px 5px;
}
.aki{
    margin: 0rem;
}
  
.p1_text1{
 width:400px;
  font-size:18px;
  text-align: justify; /* 改行を揃える*/
  background-color:#79a49e;
  color:#ffffff;
  padding:1px 3px;
  margin-top: 30px;
}
.p1_text2{
 width:400px;
  font-size:25px;
    text-align: justify;
    margin-top: 0rem;
}
.p1_text3{
 width:400px;
  font-size:18px;
    text-align: justify;
    margin-bottom: 60px;
}
  
  /*#shohinsetumei1{
  background-image: url(/cdn/shop/files/background_1.png?v=1655720414”);
}
  
  /*#shohinsetumei1::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(/cdn/shop/files/background_1.png?v=1655720414”) no-repeat;
  background-size: contain;
  margin-right: 8px;
}*/
  .ori_newsbox01{
    position: relative;
  }
  
.ori_newsbox01::before {
  content: "";
    width: 92.8%;
    height: calc(100% - -10px);
    display: block;
    background-color: #f8f7f5;
    position: absolute;
    bottom: 0;
    right: 0;
   background: url(/cdn/shop/files/background_1.png?v=1655720414) no-repeat;
    background-repeat: no-repeat;
  z-index: -5;
}

/* 商品ページ詳細説明ここまで*/



/* 「カートに追加する」ボタン追加ここから*/

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}



.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #ffffff;
  border-radius: 0.5rem;
  margin: 0 auto;
  width: 250px;
    background: #a37538;
}

a.btn-tag:hover {
  color: #fff;
  background: #ffa50e;
}

a.btn-tag i {
  font-size: 120%;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  padding: 1.5rem 0;
   padding-right: 1.5rem;

  text-align: center;
  letter-spacing: 0;
}

#add_button{
    text-align: center;
    width: 25rem;
   display: block;
    margin: 0 auto;
}
#add_button a{
    color: #ffffff;
}

/* 「カートに追加する」ボタン追加ここまで*/

/*
.card__information{
    text-align: center;

}
.price {
     text-align: center;
} 
*/
.shohinimage img{/*商品ページ画像センター揃え*/
    text-align: center;
  margin:0 auto;
  max-width: 100%;
}

.lp_img{
   text-align: center;
  max-width: 100%;
}
.lp_img img{
  margin-bottom:0;
}
  

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
@media screen and (min-width: 751px) { 
    .pc { display: block !important; }
    .sp { display: none !important; }
} 

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


/*ショップリストエリアレイアウト*/
#shoplist h2 {
letter-spacing:0.3em;
text-align: center;
padding-bottom: 1.5em;
}
.mtu45{
text-align: center;
}
.shop_area {
letter-spacing:-1em;
text-align:left;

}
.shop_area li {
display:inline-block;
text-align:center;
background:#a4a1a1;
letter-spacing:0;
width:20%;
}
@media screen and (max-width: 500px) {
.shop_area {
  letter-spacing:-0.2em;
}}

  
.shop_area li a {
padding:15px 0;
border:1px solid #ffffff;
display:inline-block;
width:100%;
color:#fff;
text-decoration: none;
}
.shop_area li a:hover {
background:#fff;
}

#hokkaido ,#tohoku,#kanto ,#chubu,#tokai ,#kansai ,#chugoku,#shikoku ,#kyusyu,#okinawa {
margin-top:64px;
}

.shop_about {
border-collapse:collapse;
width:100%;
margin:0;
}
.shop_about th {
border-right:1px solid #999;
width:200px
}
.shop_about th ,.shop_about td {
padding:12px 8px 12px 10px;
border-bottom:1px solid #999;
}
.shop_about tr td:nth-child(2) {
width:620px;
}
.shop_about tr td:nth-child(3) {
width:800px;
}
.shop_about tr td:nth-child(5) {
width:80px;
}
/*.shop_about tr td:nth-child(2) {
width:300px;
}
.shop_about tr td:nth-child(3) {
width:150px;
}
.shop_about tr td:nth-child(5) {
width:80px;
}*/
.shophp {
border-radius:5px 5px;
padding:5px;
display:block;
border:1px solid #aaa;
text-align:center;
  text-decoration: none;
}
body .shophp:hover {
background:#b71111;
color:#fff;
}
#shoplist h3 {
margin:10px 0 20px;
border-bottom:1px solid #999;
padding-left:5px;
font-size:21px;
}

@media screen and (max-width: 880px) {
.shop_about td {
padding:12px 0px 12px 15px;
border-bottom:1px solid #999;
font-size:12px;
}
.shop_about th {
padding:12px 0 12px 5px;
width:auto;
font-size:12px;
}
.shop_about tr td:nth-child(2) {
width:auto;
}
.shop_about tr td:nth-child(3) {
width:auto;
min-width:60px;
}
.shop_about tr td:nth-child(5) {
width:80px;
}
}
/*ショップリストエリアレイアウトここまで*/

#makitume1 {
width:100%;
text-align:center;
  display:block;
marign:0 auto;
}

.dokidoki{   
    animation-name:dokidoki;	/* アニメーション名の指定 */
    animation-delay:0s;		/* アニメーションの開始時間指定 */
    animation-duration: 3s;	/* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite; /* アニメーションをループさせる */
  text-align:center;
  marign:0 auto;
  padding:5rem;
  background:#b71111;

  
}

.dokidoki a{ 
color:#ffffff;
  text-decoration:none; 
    display: inline-block;
 }
@keyframes dokidoki {
    0% {
        transform: scale(1);
    }
 
    40% {
        transform: scale(1);
    }
 
    50% {
        transform: scale(1.1);
    }
    
    60% {
        transform: scale(1);
    }
     
    100% {
        transform: scale(1);
    }
}
/* 専門家コメント欄PC用ここから */
.hoshiback{  
      display: block;
  width:700px;
margin:0 auto;
  background-color:#f9f4f4;
  padding:0rem 3rem  3rem; /* 枠と文字の空間 */
line-height: 2.5rem;
}
.hoshiface img{
    width:800px;
}

/* 専門家コメント欄PC用ここまで */

/* 専門家コメント欄SP用ここから */
.hoshiback_sp{  
      display: block;
  width:100%;
margin:0 auto;
  background-color:#f9f4f4;
  padding:0rem 2rem  2rem; /* 枠と文字の空間 */
line-height: 2rem;
}
.hoshiface_sp img{
    width:100%;
}
.balloon_pc{
  position: relative;
  background: #ffffff;
  padding: 1rem 2rem;
  font-size:1.5rem;
}
/*基本の吹き出し*/
.balloon_sp{
  position: relative;
  background: #ffffff;
  padding: 1rem 2rem;
  font-size:1.3rem;
}
/* 専門家コメント欄SP用ここまで */

/* ボタンをキラッとさせる */
a.shine-button {
  display: inline-block;
} 

.c-button._shiny {
    display: block; 
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 3px 0 0 #ffffff;
    border-radius: 4px;
  margin:30px auto;
    font-weight: bold;
    font-size: 16px;
  max-width:100%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
  transition: 300ms;
}
.c-button._shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #ffffff;
    transition: 300ms;
    animation: shinyshiny 3.5s ease-in-out infinite;
}

.c-button._shiny:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}

@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
/* ボタンをキラッとさせるここまで */


/*.original_slide {
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 600px;
 overflow: hidden; 
}
 
/*@keyframes slideshow{
  0%{
    opacity: 0;
  }
  10%{
    opacity: 1;
  }
  28%{
    opacity: 1
  }
  38%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
} */

/*@keyframes slideshow{
  0%{
    opacity: 0;
  }
 5%{
    opacity: 1;
  }
12%{
    opacity: 1
  }
 20%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}
 
.original_slide img {
  position: absolute;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: auto;
  opacity: 0;
  animation :slideshow 48s linear infinite;
}
 
.original_slide img:nth-child(2){
  animation-delay: 8s;
}
 .original_slide img:nth-child(3){
  animation-delay: 16s;
}
.original_slide img:nth-child(4){
  animation-delay: 24s;
}
.original_slide img:nth-child(5){
  animation-delay: 32s;
}
.original_slide img:last-child{
  animation-delay: 40s;
}

.original-slide-items {
  width: 100%;
  height: 100%;
}

.original-slide-items img {
  width: 100%;
  object-fit: cover;
}*/

@media screen and (min-width: 751px) { 
.rakuten {
  max-width: 88% !important;
}
}
.happy-tv{/*TV動画*/
   text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 751px) { 
.happy-tv iframe{/*TV動画*/
  width: 700px;
  height:350px;
}
}

.video1 {
   max-width: 700px;
    margin: 0 auto;
   background-color: #f1eae6;
    }
@media screen and (min-width: 751px) { 
video {
  max-width: 50%;/* はみ出ないように */
  　padding:10rem;
    }
}
@media screen and (max-width: 750px) { 
video {
  max-width: 80%;/* はみ出ないように */
  　padding:10rem;
    }
}

.members{
 text-align: center;
}

.lunasocks_movie{/*ルナソク動画（立方骨の探し方）*/
     text-align: center;
  margin: 0 auto;
    background-color: #f6f4f3;
  max-width: 700px
}
@media screen and (min-width: 751px) { 
.lunasocks_movie video {
  max-width: 70%;/* はみ出ないように */
 margin-bottom: 4em;
    }
}
@media screen and (max-width: 750px) { 
.lunasocks_movie video {
  max-width: 80%;/* はみ出ないように */
 margin-bottom: 2em;
    }
}
.pop_up p{/*NEWS_ポップアップストア出店案内*/
margin:0 auto;
}
.pop_up img{
   max-width: 500px;
}
#recruit{
    margin-top:1em;
}
h2.recruit {
  text-align: center;
  letter-spacing: 0.5em;
  font-size: 2em;
}
p.recruit2 {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.7rem;
}
p.recruit3 {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.7rem;
}
.kaigyo {
  display: inline-block;
}

@media only screen and (max-width: 500px) {
 h2.recruit {
  letter-spacing: 0.5em;
  font-size: 1.5em;
}
 p.recruit2 {
   letter-spacing: 0em;
  font-size: 1em;
}
  p.recruit3 {
  letter-spacing: 0em;
  font-size: 1em;
}
}
/*メガメニュー（PRODUCT　カテゴリーで分ける）*/
/* メガメニューを6列グリッド化 */
.mega-menu__list {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  column-gap: 2.5rem !important;
  row-gap: 0 !important;
}

/* ALL PRODUCTS（最上段）に細い下線を追加 */
.mega-menu__list > li:first-child {
  grid-column: 1 / -1 !important;
  border-bottom: 1px solid #e8e8e8 !important; /* 細い境界線 */
  padding-bottom: 1.2rem !important;           /* 文字から線までの間隔 */
  margin-bottom: 2.2rem !important;            /* 線から下のカテゴリーまでの間隔 */
}

/* 各カテゴリー配下の1番目（ALL）を一回り小さく太字に */
.mega-menu__list > li:not(:first-child) ul > li:first-child a {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  margin-bottom: 0.8rem !important;
  display: inline-block !important;
}

/* 2番目以降の商品リンク：ぶら下げインデント設定 */
.mega-menu__list > li:not(:first-child) ul > li:not(:first-child) a {
  display: block !important;
  padding-left: 1.1em !important;   /* ハイフン分の左余白 */
  text-indent: -1.1em !important;   /* 1行目を左に戻す */
}

/* 先頭に付与するハイフン */
.mega-menu__list > li:not(:first-child) ul > li:not(:first-child) a::before {
  content: "- " !important;
}

/* 各商品リンクの行間調整 */
.mega-menu__list > li:not(:first-child) ul > li:not(:first-child) {
  margin-bottom: 0.4rem !important;
}
/*メガメニュー（PRODUCT　カテゴリーで分ける）*/