@charset "UTF-8";
/* 切り替え
---------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}


/* メインイメージ
---------------------------------------------------------- */
/*メイン*/
.main_container {
background-position: center bottom;
background-size: auto 400px; 
}
/*メイン*/
.main_inner_01 {
  width: 100%;
  height: auto;
  padding: 40px 0 40px;
}
.main_inner_01 img {
  width: 98%;
  height: auto;
margin: 0 1%;
}

/* キャッチコピー
---------------------------------------------------------- */
/*コンテナ*/
.catch_container {
	background-repeat: repeat-x;
	background-size: auto 350px; 
}
.catch_inner_01 {
  width: 100%;
  height: auto;
  padding: 20px 0 30px;
}

/* 発売日・価格
---------------------------------------------------------- */
.date_inner_01 {
  width: 100%;
  height: auto;
  padding: 3rem 0 1.5rem 0;
}

.date_big_text {
	font-size: 3em;
}

.date_midium_text {
	font-size: 2em;
}

.date_small_text {
	font-size: 1.2em;
}

.date_notice_text {
	font-size: 1em;
}

/*価格エリア*/
.date_inner_02 {
  width: 100%;
  height: auto;
  padding: 0 0 1rem ;
}

/*価格ボタン_装飾*/
.border_double {
  border: double 5px #e50027;
  border-radius: 12px;
}


/* 商品
---------------------------------------------------------- */
/*アイテムボックス*/
.item_inner_01 {
  width: 100%;
  height: auto;
  padding: 1.5rem 0 0.3em 0;
}
/*注意書き*/
.item_notice_text {
	font-size: 0.8em;
	line-height: 1.6em;
}