@charset "utf-8";

/*____________________________________________________________________________

SITE TITLE:LOCONDO.jp
TITLE:METEOR（ブーツ）
UPDATED:2021.09
____________________________________________________________________________*/

/* 共通設定 */

.pc_show{
	display: none;
}
#special-contents_header img{
	width: 100%;
}
#main_content{
overflow-x: hidden;
}
.left_contents{
	float: left;
}
.right_contents{
	float: right;
}.
/* ページ別設定 */
.contents_wrap{
    width: 100%;
}
#contents_top {
    width: 100%;
    overflow-x: hidden !important;
    background-color: #ffffff;
}

/*TOP*/
.hero_wrap {
    width: 100%;
    background-size: cover;
    position: relative;
    opacity: 0.95;
}
.hero_img {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.main_img{
    width: 100%;
    position: relative;
}
.hero_logo {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.hero_logo img {
width: 100%;
}

/*item*/
.item_title {
    font-size: 3em;
    font-family: 'Oswald';
    font-weight: 600;
    text-align: start;
    margin: 0.4em 0 0;
}
.item_main_img{
    position: relative;
}
.item_main_img img {
    width:100%;
}
.item_list {
    margin: 0 auto;
    text-align: center;
}
.item_left_set {
    margin: 30px auto;
    width: 100%;
}
.left_set_left {
    margin: 0;
    padding: 0;
}
.left_set_right {
    width: 100%;
    margin-bottom: 2em;
}
.item_right_set {
    margin: 30px   auto;
    width: 100%;
}
.right_set_left {
    margin: 0;
    padding: 0;
}
.right_set_right {
    width: 100%;
    margin-bottom: 2em;
}
.item_price {
    font-size: 1.7em;
    line-height: 1.5em;
    font-family: 'Oswald';
    font-weight: 600;
    text-align: start;
    margin: 0.5em 0 1em;
}
.item_2_img {
    width: 100%;
    margin: 0;
}
.item_2_img img {
    width: 100%;
}
.item_3_img {
    margin: 0px 0% -6%;
    width: 100%;
    position: relative;
}
.item_3_img img {
    width: 100%;
    margin: 5% -50%;
}



/*重ねる*/
.back_color_left{
    top: 10%;
    left: 10%;
    z-index: 1;
    padding: 5% 10%;
}
.back_color_right{
    top: 10%;
    left: 10%;
    z-index: 1;
    padding: 5% 10%;
}
.main{
    z-index: 2;
    /* position: absolute; */
    width: 100%;
    top: 0;
    left: 0;
}

.color_name{
    position: absolute;
    top: 43%;
    left: 7%;
    z-index: 3;
    color: white;
    font-size: 20px;
    letter-spacing: 6px;
}
.buy_btn{
    position: absolute;
    top: 65%;
    right: 0;
    color: white;
    padding: 10px 14px;
    background-color: black;
    opacity: 76%;
    width: 4.8em;
    font-size: 16px;
}





/*ALL*/
.footer_all {
    width: 100%;
    margin: 4em 0 0;
    height: 10em;
}

.footer_box{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 3.4em 0;
}
.footer_all_btn a{
    color: #000000;
    font-size: 2em;
    letter-spacing: 0.1em;
    width: 80%;
    margin: 0 auto 3em;
    padding: 1em 3em;
    border: solid 2px;
    text-decoration: none;
    font-family: serif;
}



/*メイン 画像動かす*/
.hero_img {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  
 
  @keyframes img-wrap-before {
    100% {
      transform: translateY(100%);
    }
  }
  @keyframes img-wrap-after {
    100% {
      transform: translateY(-100%);
    }
  }


  
  @keyframes fadein {
    100% {
      transform: translateX(100%);
    }
  }


/* OTHER */
footer {
    margin-top: 40px !important;
    }

.pagetop{
	padding:20px 0;
	text-align: center;
}
.pagetop a{
text-decoration: none;
}
.page_note{
	margin-top:20px;
	padding:20px;
	font-size:12px;
}
