@charset "utf-8";


/*****************************************************

    基本設定、リンクカラーなど

*****************************************************/
/* --------- common ---------- */

html {
  overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
img, abbr, acronym, fieldset {
  border: 0;
}
li {
  list-style-type: none;
}

/*****************************************************

    基本設定、リンクカラーなどend

*****************************************************/

/*****************************************************

    グローバルメニュー

*****************************************************/
.line {
  font-size: 1px;
  line-height: 1px;
}
#sp_header {
  margin-top: 60px;
}

/*メニュー開閉部分*/
.gnav .li_page{
  display: inline-flex;
  vertical-align: middle;
}
.gnav .li_page a {
  display: block;
  margin: auto;
  padding: 10px;
  text-decoration: none;
  /* (44-16)/2=14px */
  width: 100%;
}
.gnav li {
  border-bottom: 1px solid #333;
  display: inline-block;
  width: 100%;
}
.gnav li img {
  width: 100%;
}
.gnav li a {
  display: block;
  text-decoration: none;
  /* (44-16)/2=14px */
  padding: .875rem 1rem;
}
.gnav {
  background: #fff;
  display: block;
  list-style-type: none;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 96px;
  text-align: left;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: .5s .1s cubic-bezier(.8, 0, .2, 1);
  -moz-transition: .5s .1s cubic-bezier(.8, 0, .2, 1);
  transition: .5s .1s cubic-bezier(.8, 0, .2, 1);
  width: 70%;
  z-index: 99;
}
.gnav a {
  color: #555;
  text-decoration: none;
}
.gnav a:hover {
  color: #555;
  text-decoration: none;
}
nav ul {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.gnav.on {
   visibility: visible;
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -ms-transform: translateX(0px);
   -o-transform: translateX(0px);
   transform: translateX(0px);
}
.modal {
  background-color: rgba(255, 255, 255, .5);
  height: 100%;
  left: 0;
  opacity: .1;
  position: fixed;
  top: 0;
  webkit-transition: visibility 0 linear .4s, opacity .4s;
  -moz-transition: visibility 0 linear .4s, opacity .4s;
  transition: visibility 0 linear .4s, opacity .4s;
  webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  width: 100%;
}
.modal.on {
  opacity: 1;
  transition-delay: 0;
  visibility: visible;
  webkit-transition-delay: 0;
  -moz-transition-delay: 0;
}
/*ハンバーガーボタン*/

.icon-animation {
  cursor: pointer;
  display: block;
  float: right;
  height: 44px;
  position: absolute;
  right: .5rem;
  text-align: center;
  top: .5rem;
  width: 44px;
}
.icon-animation span {
  background: #333;
  display: block;
  height: 1.5px;
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 39px;
}
.icon-animation .top {
  transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  -webkit-transform: translateY(-13px);
}
.icon-animation .bottom {
  -ms-transform: translateY(13px);
  transform: translateY(13px);
  -webkit-transform: translateY(13px);
}
.is-open .middle {
  background: rgba(51, 51, 51, 0);
}
.is-open .top {
  -ms-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px);
  -webkit-transform: rotate(-45deg) translateY(0px);
}
.is-open .bottom {
  -ms-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px);
  -webkit-transform: rotate(45deg) translateY(0px);
}
/*メニュー内*/

.gnav00 {
  height: 60px;
}
.gnav01 {
  height: 50px;
}
.serch_bt {
  padding-top: 10px;
  padding-left: 5px;
  text-align: center;
}
#h_search {
  border-bottom: 0px;
  margin-right: 0px;
}
.s_text {
  float: left;
  width: 80%;
}
.s_btn {
  float: left;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
}
.itemall {
  border-top: solid 1px #000;
}
.itemall01 {
  box-sizing: border-box;
  padding-left: 10px;
}
.itemall02 {
  padding-bottom: 60px;
}
.li_img img {
  box-sizing: border-box;
  padding: 10px;
}


.header_sp {
  box-sizing: border-box;
  background: #fff;
  color: #ccc;
  height: 60px;
  padding: 0;
  position: fixed;
  top: 36px;
  width: 100%;
  z-index: 100;
}


.h_soryo {
  right: 0;
  top: 0;
  position: fixed;
  z-index: 100;
}


.cart_sp2 {
  aspect-ratio: 125/12;
  position: fixed;
  top:44px;
  right:62px;
  z-index: 100;
}

.cart_sp {
  right: 55px;
  max-width: 60px;
  positon: absolute;
}


#top-image > img {
  height: 60px;
  width: auto;
  z-index: 100;
}


/*****************************************************

    グローバルメニューend

*****************************************************/



/*****************************************************

    スライド用

*****************************************************/


/*スライド画像の横幅可変*/
#main_slick img{
  aspect-ratio: 16/21;
  font-family: 'object-fit: cover;'; /*IE対策*/
  height: auto;
  max-width: 750px;
  object-fit: cover;
  width: 100%;
}
.single-item{
  width: 100%;
}
.single-item01 img{
  width: 100%;
}
.slide001 img{
  width: 100%;
}
.slide01{
  height: auto;
  overflow: hidden;
  width: 100%;
}


}
/*****************************************************

    スライド用end

*****************************************************/





.w-960{
  width: 100%;
}


.pagetop{
  padding-top: 17px;
}


.title-bar{
  margin: 50px 0 10px 0;
  width: 100%;
}









/********** copy-bar **********/


.copy-bar-orange .g1,.copy-bar-orange .g2{
  background-color: #F1D194;
}

.copy-bar-blue .g1,.copy-bar-blue .g2{
  background-color: #BDE3F5;
}

.copy-bar-pink .g1,.copy-bar-pink .g2,.back-pink{
  background-color: #F8CCCD;
}

.copy-bar{
  grid-template-columns: 1fr 4fr;
  grid-gap: 5px 0;
}

.copy-bar .g1{
  border-radius: 10px 0 0 10px;
  border-right: 3px solid white;
  font-size:calc(10px + 3 * (100vw - 320px)/880);
}

.copy-bar .g2{
  border-radius: 0 10px 10px 0;
}

.copy-bar .g1 p{
  height: 55px;
  line-height: 55px;
  margin: 10px;
  width: 55px;
}

.copy-bar .g3 p{
  margin: 0 15px 10px;
}

.copy-bar .g3{
  grid-column: 1/3;
  grid-row: 2/3;
}

.copy-bar :nth-child(6){
  grid-column: 1/3;
  grid-row: 4/5;
}

.copy-bar  :nth-child(9){
  grid-column: 1/3;
  grid-row: 6/7;
}

.copy-bar  :nth-child(12){
  grid-column: 1/3;
  grid-row: 8/9;
}

.copy-bar :nth-child(15){
  grid-column: 1/3;
  grid-row: 10/11;
}

.copy-bar  :nth-child(18){
  grid-column: 1/3;
  grid-row: 12/13;
}

.copy-bar  :nth-child(21){
  grid-column: 1/3;
  grid-row: 14/15;
}



/********** copy-bar end **********/









/********** menu-btn **********/



.menu-btn {
  grid-gap: 1%;
  line-height: 1.2;
}

.menu-btn div {
  height: 60px;
}




/******** menu-btn end ********/









/*****************************************************

    メインコンテンツ

*****************************************************/


.c_txt{
  font-size: 28px;
  line-height: 1.2;
}
.c_txt02{
  margin:0 auto;
  top: 50%;
  width: 100%;
}
.c_txt03{
  right: 10%;
  width: 80%;
}




/*********** grid ***********/


.grid-p4s2,.grid-p3s2,.grid-p2s1,.grid-p1s2,.grid-p6s3 {
  grid-gap: 2%;
  padding-bottom:10px;
}


.grid-p4s2,.grid-p3s2,.grid-p1s2 {
  grid-template-columns: repeat(2,1fr);
}


.grid-p2s1 {
  grid-template-columns: repeat(1,1fr);
}


.grid-p6s3 {
  grid-template-columns: repeat(3,1fr);
}


/********** grid end **********/












/********* mc-noshi *********/








.mc-noshi-btn,.mc-noshi-title{
  width:60%;
}






/********* mc-noshi end *****/









/********* 商品検索 *********/



.search_all_btn {
  padding: 10px 12px 0;
  width:45%;
}



/********* 商品検索 end *****/





/*****************************************************

    メインコンテンツend

*****************************************************/












/*****************************************************

    フッター

*****************************************************/

#ftr2212 .main .nav > li {
  width: 47%;
}

.f-sns {
  display: flex;
  justify-content: space-around;
}

.f-sns div {    
  width: 45%;
}

.f-sns a {
  background-color: white;
  border-radius: 15px; 
  display: block;
  font-weight: bold;
  height: 30px;
  position: relative;
}

.f-sns span {
  position: absolute;
  top: 20%;
  right: 12%;
}

.ig::before,.fb::before {
  content: "";
  display: inline-block;
  left: 0;
  height: 30px;
  position: absolute;
  width: 30px;
}

.ig::before {
  background: url(https://hoshi.itembox.design/item/images/common/instagram.png);
}

.fb::before {
  background: url(https://hoshi.itembox.design/item/images/common/facebook.png);
}

#ftr2212 .copyright {
  padding: 3%;
}
/*****************************************************

    フッターend

*****************************************************/