/*こちらはいかがですか11月以降表示非表示*/
.ikaga08 {
	/*display: none;*/
}
.ikaga11 {
	display: none;
}

html.fixed {
	overflow: hidden !important;
}

body {
  background: #000;
  font-family: YakuHanJP, 'Noto Serif JP', 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
  font-weight: 300;
  color: white;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
}
.floatBox {
  /*overflow: hidden;*/

}
.container {
  width: 1400px;
  margin: auto;
}
.wrapper {
  width: 1200px;
  margin: auto;
  position: relative;

}/*-- 最初のMV ------------------------------*/

.firstMv h1,.firstMv p {
  text-align: center;
}

/*-- アイコン ------------------------------*/

.iconBox {
  text-align: center;
}
.iconBox .iconList li {
  margin-right: 10px;
  display: inline-block;
}
.iconBox .iconList li:last-child {
  margin-right: 0;
}
.iconBox .btn_cart {
  margin-top: 55px;
  padding: 10px 0px;
  background: url(/images/common_osechi2021/firstBtn_bg.png) center center no-repeat;
}
.tensyuBox_text .mb35 {
	margin-bottom: 35px;
}

/*-- しずる ------------------------------*/

.shizuruBox {
  width: 960px;
  margin: 65px auto 0 auto;
}

/*-- 料亭紹介 ------------------------------*/

.ryouteiBox {
  width: 960px;
  margin: 120px auto 60px auto;
  position: relative;
  z-index: 1;
  text-align: justify;
  letter-spacing: -0.02em;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}
.ryouteiBox::after {
	content: "";
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.ryouteiBox > div {
	position: relative;
}
.ryouteiBox > div p {
	position: absolute;
	font-size: 20px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.6);
}
.ryouteiBox > div p span {
	display: block;
	margin-top: 20px;
}

.ryouteiMovie {
  width: 960px;
  margin: 0 auto 120px auto;
}
html.modalset {
  overflow: hidden;
}
.movieModal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.movieModal-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  white-space: nowrap;
}
.movieModal-wrap::-webkit-scrollbar {
  display: none;
}
.movieModal-wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}
.movieModal-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0.8);
  width: 100%;
  height: 100%;
}
.movieModal-box {
  width: 100%;
  max-width: 960px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.movieModal-box .inner {
  background: #fff;
  padding: 40px;
}
.movieModal-box .movieModal-close {
	width: 200px;
	background: #000;
	margin: 40px auto 0 auto;
	font-size: 18px;
	padding: 10px 0;
	cursor: pointer;
}
.mfp-close-btn-in .mfp-close {
    color: #fff;
	font-size: 80px;
	top: -20px;
	right: -70px;
	opacity: 1;
}
img.mfp-img {
    padding: 0 !important;
}


/*-- おせちお品書き ------------------------------*/

.osechiBox {
	width: 960px;
	margin: 0 auto;
}
.osechiBox + p {
	width: 960px;
	margin: 0 auto;
}
.sankouBox {
  margin-top: 80px;
  text-align: center;
}


/*-- こだわりの品々 ------------------------------*/

.sinajinaBox {
	width: 960px;
	margin: 70px auto 0 auto;
	position: relative;
}
.sinajinaBox_title {
  position: relative;
  z-index: 9;
}
.sinajinaAshirai_right {
  width: 14px;
  height: 100%;
  background: url(/images/common_osechi2021/kodarinosinajina_side.jpg) center center repeat-y;
  position: absolute;
  right: 0px;
}
.sinajinaAshirai_left {
  width: 14px;
  height: 100%;
  background: url(/images/common_osechi2021/kodarinosinajina_side.jpg) center center repeat-y;
  position: absolute;
  left: 0px;
}
.sinajinaBox .sinajinaBox_list {
	width: 932px;
  height: 880px;
  padding: 30px 15px 50px 15px;
  margin: 0 auto;
  overflow-y: scroll;
  display: flex;
  flex-wrap: wrap;
}
/* スクロールバーの幅と高さを設定する */
.sinajinaBox .sinajinaBox_list::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #eee;
}
/* スクロールバーの形を設定する */
.sinajinaBox .sinajinaBox_list::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
/* スクロールバーの色を設定する */
.sinajinaBox .sinajinaBox_list::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #aaa;
}
.sinajinaBox .sinajinaBox_list.noscroll {
  overflow-y: hidden;
  height: auto;
}
.sinajinaBox .sinajinaBox_list li {
  width: 25%;
}
.sinajinaBox .sinajinaBox_list li:nth-child(1) {
  margin-top: 0;
}
.sinajinaBox .sinajinaBox_list li:nth-child(2) {
  margin-top: 0;
}
.sinajinaBox .sinajinaBox_list li:nth-child(3) {
  margin-top: 0;
}
.sinajinaBox .sinajinaBox_list li:nth-child(4) {
  margin-top: 0;
}
.sinajinaBox .sinajinaBox_list li p {
	padding: 0 10px;
  font-size: 14px;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}
.shinsaku {
  position: relative;
}
.shinsaku::before {
  position: absolute;
  content: url(/images/common_osechi2021/shinsaku_icon.png);
  top: 150px;
  right: 0px;
}
.tensyuOsusume {
  position: relative;
}
.tensyuOsusume::after {
  position: absolute;
  content: url(/images/common_osechi2021/tensyuOsusume.png);
  top: -35px;
  left: -15px;
}
.ryourichoOsusume {
  position: relative;
}
.ryourichoOsusume::after {
  position: absolute;
  content: url(/images/common_osechi2021/ryourichoOsusume.png);
  top: -35px;
  left: -15px;
}
.tousyuOsusume {
  position: relative;
}
.tousyuOsusume::after {
  position: absolute;
  content: url(/images/common_osechi2021/tousyuosusume.png);
  top: -35px;
  left: -15px;
}
.kansyuOsusume {
  position: relative;
}
.kansyuOsusume::after {
  position: absolute;
  content: url(/images/common_osechi2021/kansyuOsusume.png);
  top: -35px;
  left: -15px;
}
.syujinOsusume {
  position: relative;
}
.syujinOsusume::after {
  position: absolute;
  content: url(/images/common_osechi2021/syujinOsusume.png);
  top: -35px;
  left: -15px;
}
.sinajinaAshirai_bottom {
  width: 100%;
  height: 14px;
  background: url(/images/common_osechi2021/kodawari_bottom.jpg) center center repeat-x;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 99;
}

.originalBnr {
	width: 960px;
	margin: 120px auto -60px auto;
}

/*-- こだわり ------------------------------*/

.kodawariBox {
	width: 960px;
	margin: 120px auto 0 auto;
	position: relative;
}
.kodawariBox::after {
	content: "";
	width: 8px;
	height: calc(100% - 88px);
	background: url(/images/common_osechi2023/kodawari_bg.gif) left top repeat-y;
	position: absolute;
	top: 88px;
	left: 0;
}
.kodawariBox > div {
	position: relative;
}
.kodawariBox > div p {
	position: absolute;
	font-size: 20px;
}
.kodawariBox > div ul {
	position: absolute;
}
.kodawariBox > div ul li {
	font-size: 17px;
	margin-bottom: 15px;
	padding-left: 22px;
	position: relative;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: -1px;
    line-height: 1.3;
}
.kodawariBox > div ul li:first-child {
	padding-left: 0;
}
.kodawariBox > div ul li::before {
	content: "";
	width: 16px;
	height: 16px;
	background: #fe7200;
	border-radius: 100%;
	position: absolute;
	top: 4px;
	left: 0;
}
.kodawariBox > div ul li:first-child::before {
	display: none;
}
.kodawariBox > div ul li span {
	font-size: 20px;
	color: #ffea00;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: -1px;
    line-height: 1.3;
}
.TkodawariBox {
	width: 960px;
	margin: 120px auto 0 auto;
}
.TkodawariBox > div {
	position: relative;
}
.TkodawariBox > div p {
	position: absolute;
	font-size: 20px;
}
.TkodawariContents01 {
	background: url(/images/common_osechi2023/Tkodawari_bg01.jpg) no-repeat;
	height: 1350px;
}
.TkodawariContents01 p:nth-child(1) {
	width: 455px;
	top: 320px;
	left: 510px;
}
.TkodawariContents01 p:nth-child(2) {
	width: 455px;
	top: 860px;
	left: 510px;
}
.TkodawariContents01 p:nth-child(3) {
	bottom: 70px;
	right: 0;
}
.TkodawariContents02 {
	background: url(/images/common_osechi2023/Tkodawari_bg02.jpg) no-repeat;
	height: 543px;
}
.TkodawariContents02 p:nth-child(1) {
	width: 455px;
	top: 90px;
	left: 510px;
}
.TkodawariContents02 p:nth-child(2) {
	bottom: 70px;
	right: 0;
}
.TkodawariContents03 p:nth-child(1) {
	width: 455px;
	top: 90px;
	left: 510px;
}
.reizoutoha {
	width: 455px;
    font-size: 70%;
    text-indent: -1em;
    padding-left: 1em;
    top: 380px;
	left: 510px;
	font-size: 15px !important;
}

.cmn_head3 {
  padding-left: 45px;
}
.cmn-photoTextBoxLeft,.cmn-photoTextBoxRight,.floatBox {
  overflow: hidden;
}
.cmn-photoTextBoxLeft .cmn-photoTextBox_photo {
  width: 445px;
  float: left;
}
.cmn-photoTextBoxLeft .cmn-photoTextBox_text {
  width: 445px;
  float: right;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}
.cmn-photoTextBoxRight .cmn-photoTextBox_photo {
  width: 445px;
  float: right;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}
.cmn-photoTextBoxRight .cmn-photoTextBox_text {
  width: 445px;
  float: left;
}

.osusumePointTitle {
  margin-top: 30px !important;
  font-size: 28px;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #fff2ab;
}
.osusumePointText {
	text-align: justify;
	text-justify: inter-ideograph;
  text-justify: inter-character;
	letter-spacing: -0.05em;
}
.osusumePointList li {
  margin-top: 20px;
  margin-left: 23px;
  font-size: 17px;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  letter-spacing: -1px;
  line-height: 1.3;
  position: relative;
}
.osusumePointList li::before {
  content: url(/images/common_osechi2021/sphere.png);
  position: absolute;
  left: -23px;
  top: 6px;
}
.osusumePointList li .pointText {
  color: #ffea00;
  font-size: 20px;
}

.erabareruriyu {
  margin-top: 120px;
  text-align: center;
}

.TkodawariBox h2 {
	margin-bottom: 50px;
}

.otodoke {
	background: url(/images/common_osechi2021/Tkodawari_bg.jpg) right bottom no-repeat;
}
.oyorokobiBox {
	width: 960px;
	margin: 120px auto 0 auto;
}
.oyorokobiBox_voiceBox {
  height: 500px;
  background: white;
  overflow-y: scroll;
}
.oyorokobiBox_voiceList {
  margin: auto;
  padding: 20px 0px;
  width: 740px;
}
.oyorokobiBox_voiceList li {
  margin-top: 15px;
  padding-top: 15px;
  font-size: 13px;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: black;
  border-top: 1px solid black;
}
.oyorokobiBox_voiceList li:last-child {
  padding-bottom: 15px;
  border-bottom: 1px solid black;
}
.oyorokobiBox_voiceList .voiceTopText {
  overflow: hidden;
}
.oyorokobiBox_voiceList img {
  vertical-align: top;
}
.oyorokobiBox_voiceList .name {
  margin-left: 75px;
  display: inline-block;
}
.oyorokobiBox_voiceList .time {
  float: right;
}
.oyorokobiBox_voiceList .voiceText {
  margin-top: 10px;
  line-height: 1.4;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}
.oyorokobiBox_bottom {
  position: relative;
}
.oyorokobiBox_btn {
  position: absolute;
  top: 18%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/*-- こだわり ------------------------------*/

.otodokeBox {
  margin-top: 80px;
  padding-bottom: 35px;
  background: white;
  background: #fff url(/images/common_osechi2021/otodoke_bg.gif) center bottom repeat-y;
}

.otodokeBox .otodokeBox__ozyu {
  margin-top: 40px;
  text-align: center;
}

.otodokeBox .otodokeBox__doukon {
  margin-top: 40px;
  text-align: center;
}


.otodokeBox .otodokeBox_textList {
  width: 700px;
  margin: 25px auto 0px;
}

.otodokeBox li {
  font-size: 16px;
  font-weight: bold;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: black;
  line-height: 1.3;
}

.otodokeBox li span {
  font-size: 16px;
}

/*-- おせちの注意事項 ------------------------------*/

.tyuizikouBox {
  margin-top: 60px;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.tyuizikouBox .tyuizikouBox_inner {
  padding: 40px 50px;
  background: url(/images/common_osechi2021/tyuizikou_bg.jpg) center center no-repeat;
  background-size: cover;
}

.tyuizikouBox .tyuizikouBox_list {}

.tyuizikouBox li {
  margin-top: 22px;
  border-left: solid 17px #ee7e00;
}

.tyuizikouBox li:first-child {
  margin-top: 0;
}

.tyuizikouBox .tyuizikouBox_title {
  margin-left: 12px;
  font-size: 18px;
  font-weight: bold;
  color: black;
  letter-spacing: -1px;
  line-height: 1.3;
}


.tyuizikouBox .tyuizikouBox_title .bigRed {
  font-size: 48px;
  font-weight: bold;
  color: #e60012;
  letter-spacing: -3px;
}

.tyuizikouBox .tyuizikouBox_title .bigRed i {
  margin: 0px -10px;
  font-style: inherit;
  text-align: center;
  font-size: 48px;
}

.tyuizikouBox .tyuizikouBox_title .red {
  font-size: 24px;
  font-weight: bold;
  color: #e60012;
}

.tyuizikouBox .tyuizikouBox_text {
  margin-top: 7px;
  padding: 10px 8px;
  font-size: 15px;
  color: black;
  font-weight: bold;
  line-height: 1.6;
  background: white;
}

.tyuizikouBox .tyuizikouBox_text .red {
  font-size: 15px;
  color: #e60012;
  font-weight: bold;
}


/*-- 価格 ------------------------------*/

.price {
	position: relative;
	margin-bottom: 185px;
}
.price::after {
	content: "";
	width: 242px;
	height: 61px;
	background: url(/images/common_osechi2021/price_arrow.png) no-repeat center center/cover;
	position: absolute;
	bottom: -100px;
	left: calc(50% - 121px);
}


/*-- こちらはいかが ------------------------------*/

.ikaga {
  width: 960px;
  height: 445px;
  margin: 80px auto 0px;
  font-size: 13px;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3, sans-serif";
  background: url(https://skynet-c.jp/images/common_osechi2018/ikaga_bg.jpg);
}

.ikaga a {
  text-decoration: none;
}

.ikaga ul {
  margin: 0 auto;
  width: 714px;
}

.ikaga_box {
  width: 214px;
  height: 315px;
  float: left;
  background: url(https://skynet-c.jp/images/common_osechi2018/ikaga_box_bg.png) no-repeat center top;
  background-color: #FFF;
  margin: 95px 0 0 35px;
  text-align: center;
}

.ikaga_box_first {
  width: 214px;
  height: 315px;
  float: left;
  background: url(https://skynet-c.jp/images/common_osechi2018/ikaga_box_bg.png) no-repeat center top;
  background-color: #FFF;
  margin: 95px 0 0 0px;
  text-align: center;
}

.ikaga_box_ue {
  height: 70px;
  margin: 6px 0 0 0 !important;
  padding: 18px 0 0 12px;
  text-align: left;
  font-size: 14px;
  font-weight: bolder;
  line-height: 1.4;
  color: #666;
  background: #f7f6f7 url(https://skynet-c.jp/images/common_osechi2018/ikaga_box_bg_arrow.png) center center no-repeat;
  background-position: 180px 20px;
}
.ikagaSmall {
	letter-spacing: -0.05em;
}

.ikaga_box_shita {
  margin-top: 15px;
  font-size: 13px;
  text-align: center;
  line-height: 1.4;
}

.ikaga img {
  margin-top: 20px !important;
}

.ikaga a {
  color: #666;
  display: block;
}

.ikaga a:hover .ikaga_box_ue {
  text-decoration: underline;
}

.ikaga a:hover .ikaga_box_shita {
  color: #FF0004;
  text-decoration: underline;
}



/*-- テーブル ------------------------------*/

.tableBox {
  width: 750px;
  margin: 80px auto 0px;
}

.tableBox table {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3, sans-serif";
  background-color: wheat;
  width: 100%;
  border: 1px solid #960800;
  border-collapse: collapse;
}

.tableBox table th {
  width: 30%;
  padding: 5px;
  font-size: 13px;
  color: white;
  background-color: #960800;
  border-bottom: 1px dotted #fffce4;
}

.tableBox table td {
  width: 70%;
  padding: 5px 10px;
  font-size: 13px;
  text-align: left;
  color: black;
  background-color: #fffce4;
  border-bottom: 1px dotted #960800;
}



/*-- カートボックス ------------------------------*/

.cartBox {
  width: 1125px;
  margin: 90px auto 0px;
  font-size: 13px;
  color: black;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3, sans-serif";
  background: white;
}

.cartBox_inner {
  overflow: hidden;
  padding: 0px 85px 50px;
}

.cartBox h2 {
  margin: 30px 0px;
  font-size: 16px;
  font-weight: bold;
  color: #C00;
  text-align: left;
}

.cartBox h3 {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #C00;
  text-align: left;
}

.cartBox dl {
  margin-bottom: 8px;
  text-align: left;
  font-weight: bold;
  line-height: 22px;
  overflow: hidden;
}

.cartBox dt {
  float: left;
}

.cartBox dd {
  float: left;
}

.cart_L {
  float: left;
  width: 290px
}

.cart_L img {
  width: 100%;
}

.cart_R {
  float: right;
  width: 630px;
}

.price_red {
  color: #FF0004;
}

.cartBox select {
  margin-left: 7px;
  padding: 5px 0px;
}

.cartBox .btnBox {
  margin-top: 30px;
}

.cartBox .quantity {
  margin: 0px 5px;
  padding: 0px 5px;
}

.cartBox .tyuizikou {
  margin-left: 15px;
  padding: 5px 15px;
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  background: #ff6000;
}

.cartBox .tyuizikou a {
  color: white;
}

.cartBox .iconBox {
  margin-top: 0;
}

.cartBox .iconBox .iconList {
  /*text-align: left;*/
  display: flex;
  flex-wrap: wrap;
}

.cartBox .iconBox .iconList li {
  /*margin-right: -12px;*/
}
.cartBox .iconBox .iconList li:first-child {
  /*margin-right: -16px;*/
}

.cartBox .iconBox .iconList li img {
  /*max-width: 75%;*/
  width: auto;
  height: 50px;
  text-align: left;
}

.maxEriaBox {
  width: 1400px;
  margin: 120px auto auto auto;
}


.recco {
    width: 1400px !important;
}
.new_1 {
    margin-left: 265px !important;
}


.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 85vh;
  max-width: 900px;
  z-index: 2;
}

.popup-inner img {
  width: 100%;
}

.modalImg {
	width: 100%;
	height: 85vh;
	overflow: auto;
	padding-bottom: 40px;
}

.close-btn {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 100%;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  font-family: initial;
  background-color: #666;
  padding: 8px 0;
}

.close-btn p {
  font-size: 25px;
  color: white;
}

.close-btn::before {
  content: "";
  position: absolute;
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 1;
  cursor: pointer;
}

.price_red .bigText {
  font-size: 21px;
  font-weight: bold;
}

.btnBox a {
	width: 110px;
}

/*-- カウントダウンパーツ ------------------------------*/

.countdown {
	position: fixed;
	bottom: 0px;
	left: 10px;
	z-index: 6;
}

/*-- 景品表示法用(inline-blockで表示) ------------------------------*/

.keihin {
	width: 960px;
	margin: 0 auto;
	/*display: none;*/
}
.annotation {
	color: white;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: right;
	padding-top: 10px;
	font-family: sans-serif;
}
.keihin9030 {
	/*display:none;*/
}
.keihin1031 {
	/*display:none;*/
}
.keihin1210 {
	/*display:none;*/
}

/*-- サイズ比較リンク表示(blockで表示) ------------------------------*/
/*.sankouBox p {display: block;}*/
.sankouBox p {display: none;}


/*-- 希望日なし価格注意書き ------------------------------*/



.kiboubinashichui {
	font-size: 14px;
	width: 960px;
	margin: 0 auto 30px auto;
	text-align: center;
}

/*-- 直書きスタイル ------------------------------*/

.square_sticky{
  position:fixed;
  right:1.5%;
  bottom:-8%;
  z-index:999999;
  margin-bottom:5%;
  display: none;
}
 .square_sticky a img{
    width:120px;
    height:120px;
}  
	.recco{
		width: 1500px;
		margin: 120px auto auto auto;
		
	}
	.recco_bg{
		text-align: center;
	}
	.recco_item{
		list-style-type: none;
		z-index: 9999;
		position: relative;
		top: -250px;
		font-size: 13px;
		
	}
	.recco_item li{
	    float: left;
		margin-right: 20px;
		
	}
	.new{
		margin-top: 10px;
		vertical-align: bottom;
	}
	.new_1{
		margin-top: -10px;
		margin-left: 315px;
	}
	.item_1{
		margin-top: 10px;
	}
	.newicon img{
		width: 40px;
	}	
	.recc_txt{
		display: block;
		margin-top: 5px;
	}	
	.new .newicon{
		display: none;
	}

/*-----------------------------------------------------
#Utility
-------------------------------------------------------*/
#osechiUtility{
	position: fixed;
	right: 0px;
	bottom: 20px;
}
#osechiUtility a {
	transition: 0.2s;
}
#osechiUtility a:hover {
	transition: 0.2s;
	opacity: 0.8;
}
#osechiUtility img {
	vertical-align: bottom;
}
@media screen and (min-width:1200px) and ( max-width:1400px) {
.container {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}
.firstMv img {
	width: 100%;
}
.maxEriaBox,
.footer {
	width: 100% !important;
}
.recco {
	width: 960px !important;
}
.new_1 {
    margin-left: 45px !important;
}
}