@charset "UTF-8";
@import url("reset.css");
:root {
  --navy: rgba(3, 58, 89, 1);
  --navy2: rgba(3, 58, 89, 0.7);
  --black: #222;
  --black2: rgba(43, 43, 43, 1);
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
.block-header-gnav, .page-event h1.block-event-page--header {
  position: relative;
  z-index: 10;
  color: rgb(34, 34, 34);
}
.block-header-gnav {
  z-index: 20;
}
/*_content ctrl_*/
.hideConte {
  display: none !important;
}
.wrapper {
  background: transparent !important;
}
.priConte {
  position: relative;
  z-index: 1;
}
#event-up-hv_bdcd {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  color: rgb(85, 85, 85);
}
/*__main visual__*/
.img-Mv {
  display: block;
  width: 750px;
  margin: 0 auto;
}
.img-Mv img {
  position: relative;
  z-index: 7;
}
.upLink a, a.attn {
  display: block;
  color: rgba(168, 0, 31, 1);
  text-decoration: underline;
  font-size: 1.3em;
  font-weight: 900;
  margin: 1.5em auto;
  position: relative;
  z-index: 0;
}
a.attn:hover {
text-decoration: underline !important;	
}
.upLink {
  width: 100%;
  text-align: right;
  margin: 30px 0 0;
}
.upLink a {
  font-size: 1.1em;
}
/*___________________________

	add-content
_____________________________*/
/*_about-up-hv_bdcd-colle_*/
.about-up_hv_bdcd {
  margin: 1em auto 2em;
}
.about-up_hv_bdcd p {
  text-align: center;
  /*font-weight: 400;*/
  line-height: 1.6em;
  margin: 1em;
 font-size: 1.4em;	
}
/* --------------------------------------------------------------------
	PC/	Common/
--------------------------------------------------------------------- */
/* H */
h3.bg-Ribon {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 1.8em;
  font-weight: 900;
  background: var(--navy); /*<---chenge color */
  color: #fff; /*<---chenge txtcolor */
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 1.2em;
  padding: 1em;	
  z-index: 15;
}
h3.bg-Ribon_Inf {
  display: inline-block;
  position: relative;
  height: 150px;
  line-height: 1.5em;
  text-align: center;
  /* align-items: center; */
  font-size: 1.8em;
  font-weight: 900;
  background: rgba(151, 158, 187, 1);
  color: #fff;
  box-sizing: border-box;
  width: 100%;
  margin: 2em auto;
  z-index: 15;
  padding: 0.7em;
}
h3.bg-Ribon.limiTed {
  background: rgba(151, 158, 187, 1);
}
h4 {
  /*	color: rgb(91,72,60);*/
  /*	color: #000;*/
  font-size: 1.4em;
  font-weight: 900;
  text-align: center;
  margin: 0 auto 1em;
}
h4.underLine {
  background: linear-gradient(transparent 75%, #033a59 60%);
  width: 136px;
  margin-bottom: 0.5em;	
}
/* text Ctrl*/
.r-Txt { /* Red-text */
  color: rgba(168, 0, 31, 1);
}
.bro-Txt { 
  color: #3F2E27;
}

.min_Txt { /* Small-text */
  font-size: 0.85em;
}
.m-Txt { /* medium-text */
  font-size: 1.2em;
}
.large-Txt { /* Large-text */
  font-weight: 900 !important;
  font-size: 1.3em !important;
}
.Txt_detail {
  font-size: 1.2em;
  margin: 2em 1em;
}
	  .midi_Txt { /* Midium-text */
    font-size: 18px !important;
  }
.b-Txt{/* bord-text */
  font-weight: 900;
}
/* Container */
#content-bg {
  width: 1200px;
  margin: 50px auto;
  z-index: -2;
}
.wrap-Container {
  width: 1070px;
  margin: 50px auto;
  padding: 10px;
  position: relative;
}
/*_inf-Area_*/
.inf-Area {
  width: 770px;
  box-sizing: border-box;
  margin: 2em auto 0;
  position: relative;
  z-index: 10;
}
.inf-Area.pConte {
  padding: 15px 50px;
}
.inf-Area.benefits {
  margin: 0 auto 3em;
  /*width: calc((100% - 100px) / 1);*/
}
.inf-Area.benefits .att_fr {
  border: 2px solid rgba(126, 101, 40, 1);
}
.inf-Area.bG {
  background-color: rgba(235, 235, 228, .5);
  border: 2px solid rgba(126, 101, 40, 1);
}
.inf-Area p {
  /*color: rgba(73,54,63,1);*/
  font-size: 1.16em;
  /*	font-weight: 900;*/
  margin-bottom: 0.2em;
	line-height: 1.8em;
}
.txt-Catch {
  font-size: 1.55em;
  font-weight: 600;
}
.Lttl {
  font-size: 1.8em !important;
  color: var(--navy);
  font-weight: 600 !important;	
}
p.c-Txt.txt-Catch {
  /*	color: rgba(34,34,34,1);*/
}

/*hv_bdcd_box*/
.hv_bdcd_box{
	width: 900px;
	margin: auto;
	box-sizing: border-box;
	border: 2px solid var(--navy);
	padding: 1.3em;
}
.hv_bdcd_box h3{
	width: 50%;
	font-size: 1.8em;
	font-weight: 600;
	text-align: center;
	color: var(--navy);
	margin: auto;
	border-bottom: solid 2px var(--navy);
	padding-bottom: 0.5em;
}

.hv_bdcd_box .underline_margin{
	margin-top: 0.9em;
}
.hv_bdcd_box p{
	font-size: 1.5em;
}
.hv_bdcd_box .s_atten{
	font-size: 0.9em;
}

.lineup_info{
	width: 94%;
	margin: 2em auto 0;
}

.hv_bdcd_box .h3_spec{
	margin-top: -15px;
}
.hv_bdcd_box dl {
  margin-bottom: 0.3rem;
  display: flex;
}
.hv_bdcd_box dl dt {
  /*width: 15%;*/
  position: relative;
  text-align: left;
  /*padding-right: 0.5rem;*/
  display: grid;
  grid-template-columns: 70px auto;
}
.hv_bdcd_box dl dt::after {
  content: "：";
  display: inline-block;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}

.hv_bdcd_box dl dt,.hv_bdcd_box dl dd {
  text-align: left;
  font-size: 1.4em;
}

/*_LINEUP_*/
#lineUp {
  width: 1200px;
  margin: 3em auto 0;
}
/*_list-Frame_*/
.itemlist {
  box-sizing: border-box;
  padding: 0;
  margin: 20px auto 50px;
  display: flex;
  flex-wrap: wrap;	
  justify-content: flex-start;
  width: 1200px;
}
.itemlist > li {
  line-height: 1.5;
  text-align: center;
  background: rgba(255, 255, 255, 1);
  border: rgba(78, 78, 78, 1) solid 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  position: relative;
  /*	border-radius: 10px;*/
  padding: 45px 40px;
  margin: 15px;
  width: calc((100% - 100px) / 3);	
}
.itemlist > li.limiTed {
  background: rgba(255, 255, 255, 1);
  max-width: 47%;
  width: 370px;
}
/*.itemlist > li:nth-child(3n) {
  margin-right: 0;
}*/
.itemlist > li.Older {
  background: rgba(255, 255, 255, 1);
  max-width: 100%;
  width: calc((100% - 20px) / 3);
	/*margin: auto;*/
}
/*_older_color-tag_*/
.tagOlder, .tagLimited {
  font-weight: 900;
  color: #fff;
  padding: 0.5em 0.1em;
  text-align: center;
  font-size: 1.5em;
}
.tagST {
  background: rgba(228, 203, 83, 1);
}
.tagQUA {
  background: rgba(168, 168, 168, 1);
}
.tagHE {
  background: rgba(114, 121, 189, 1);
}
/*_buy_*/
.buy, .name {
  /*	color: rgba(71,68,45,1)*/ ;
  font-size: 1rem;
  font-weight: 900;
}
.name {
  font-size: 1.5rem;
  /*margin-top: 1em;*/
}
.name.tTl {
  font-size: 1.4em;
  color: #3F2E27;	
}
.limit {
  font-size: 1.15em;
  font-weight: 900;
}
.limit span, .price {
  font-size: 1.5rem;
  font-weight: 900;
}
.limit {
  color: #C266A5;
	text-align: center !important;
}

.price {
  color: #555555;
	text-align: center;
	margin-top: 0.5em;
}
.price::after { /*default-setting*/
  /*   font-size: 0.667em;
    font-weight: 500;
    content: "�i�ō��j";*/
}
.so {
  color: #634114 !important;
  font-size: 1.8em;
  font-weight: 900;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  margin-top: 1em;
}
/*_btn_*/
/*_add-size_*/
ul.btn_cuatro {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
ul.btn_cuatro li {
  width: calc((100% - 10px) / 2);
}
ul.btn_cuatro li a {
  background-color: rgba(139, 24, 24, 1);
  width: 100% !important;
  padding: 0.5em !important;
  margin-top: 0.3em;
}
ul.btn_cuatro_olDer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
ul.btn_cuatro_olDer li {
  width: calc((100% - 10px) / 2);
}
ul.btn_cuatro_olDer li a {
  background-color: rgba(126, 101, 40, 1);
  width: 100% !important;
  padding: 0.5em !important;
  margin-top: 0.3em;
}
/*-order-*/
.btn-order {
  margin-top: 1em;
	text-align: center;
}
ul.btn_cuatro li a, .btn_cuatro_olDer li a, .btn-order a.limiTed {
  color: #fff; /*<---color chenge */
  font-size: 1.45em;
  text-decoration: none;
  text-align: center;
  /*background-color: rgba(127,106,103,1);/*<---color chenge */
  display: inline-block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  box-sizing: border-box;
  /*	border: 1px solid #fff;*/ /*<---color chenge */
  width: 215px;
  padding: 10px 60px;
}
.btn-order a.olDer {
	  color: #fff; /*<---color chenge */
  /*font-size: 1.45em;*/
  text-decoration: none;
  text-align: center;
  /*background-color: rgba(127,106,103,1);/*<---color chenge */
  display: inline-block;
  overflow: hidden;
  position: relative;
  /*-webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;*/
  box-sizing: border-box;
  /*	border: 1px solid #fff;*/ /*<---color chenge */
  /*width: 215px;*/
  padding: 10px;
}
.btn-order a.limiTed, .btn-order a.olDer {
  background-color: var(--navy);
}
.btn-order a.limiTed:hover, .btn-order a.olDer:hover {
  background-color: var(--navy2);
}
.btn_order-All {
  margin: 0 auto 60px;
  width: 550px;
}
.btn_order-All a {
  font-size: 3.2em;
  letter-spacing: .1em;
  width: 450px;
  padding: 1rem 3rem;
  color: #fff;
  display: grid;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.btn-order a span {
  font-weight: 900;
  line-height: 1.5;
}
.btn-order a:hover {
  /*	color: #5b483c;*/
  /*	background-color: rgba(174,150,145,0.8);/*<---bg-color chenge */
  /*	border: 1px solid #c5a982;*/ /*<---color chenge */
}
ul.btn_cuatro_olDer li a:hover, .btn-order a.olDer:hover {
  background-color: rgba(--navy2);
}
ul.btn_cuatro li a:hover, .btn-order a.limiTed:hover {
  background-color: rgba(--navy2);
}
ul.btn_cuatro li a:active, .btn-order a:active {
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}
.btn-order_order {
  margin: 1em auto 0;
  background-color: var(--navy);
  display: grid;
  justify-content: center;
  align-content: center;
  width: 220px;
}
.btn-order_order:hover {
  background-color: var(--navy2);
}
.color_eiiichi{
  background-color: rgba(200, 76, 70, 1);
}
.color_eiiichi:hover{
  background-color: rgba(200, 76, 70, 0.7);
}
.color_kira{
  background-color: rgba(78, 106, 168, 1);
}
.color_kira:hover{
  background-color: rgba(78, 106, 168, 0.7);
}
.color_nagi{
  background-color: rgba(224, 177, 90, 1);
}
.color_nagi:hover{
  background-color: rgba(224, 177, 90, 0.7);
}
.color_eiji{
  background-color: rgba(121, 100, 156, 1);
}
.color_eiji:hover{
  background-color: rgba(121, 100, 156, 0.7);
}
.color_van{
  background-color: rgba(213, 122, 77, 1);
}
.color_van:hover{
  background-color: rgba(213, 122, 77, 0.7);
}
.color_yamato{
  background-color: rgba(213, 104, 127, 1);
}
.color_yamato:hover{
  background-color: rgba(213, 104, 127, 0.7);
}
.color_shion{
  background-color: rgba(151, 171, 73, 1);
}
.color_shion:hover{
  background-color: rgba(151, 171, 73, 0.7);
}

.btn-order_order a {
  color: #fff; /*<---color chenge */
  font-size: 1.45em;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  box-sizing: border-box;
  /*	border: 1px solid #fff;*/ /*<---color chenge */
  width: 215px;
  padding: 10px;
}
.btn-order_order a span {
  font-weight: 900;
  line-height: 1.5;
}
.btn-order_order a:active {
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}
/*_about-up-hv_bdcd-colle_*/
.about-up-hv_bdcd {
  margin: 1em auto 2em;
}
.about-up-hv_bdcd p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}
/*_up-hv_bdcd-Bnr_*/
.up-hv_bdcd-Bnr {
  margin: 50px auto;
}
.up-hv_bdcd-Bnr, .up-hv_bdcd-Bnr a img {
  display: block;
}
.up-hv_bdcd-Bnr a img {
  margin: 0 auto;
  /*	border: #707070 solid 1px;*/
  width: 320px;
}
.upLink-list {
  display: flex;
  justify-content: center;
  width: 750px;
  margin: 0 auto;
}
.upLink-list a img {
  display: block;
  width: 100%;
  padding: 10px;	
}
.upLink-list a img:hover {
  opacity: 0.7;
}
.conteLink {
  width: 98%;
  margin: 1.5em auto 85px;
  border: #707070 solid 1px;
}
/*_Attention_*/
.attention-Area {
  font-size: 1.1em;
  width: 1000px;
  margin: 0 auto;
  padding: 40px;
  border: #707070 solid 1px;
  color: #53493f;
}
.attention-Area dl {
  text-align: center;
  margin-bottom: 2em;
}
.attention-Area a {
  text-decoration: none !important;
  /*	text-decoration: underline !important;*/
}
.attention-Area .br-Underline, .attention-Area .bu-Underline, .attention-Area .r-Underline {
  color: rgba(168, 0, 31, 1);
  border-bottom: rgba(168, 0, 31, 1) solid 1px;
  margin: 0 auto;
  width: 30%;
}
.attention-Area .r-Underline {
  color: rgba(168, 0, 31, 1);
  border-bottom: rgba(168, 0, 31, .9) solid 1px;
}
.attention-Area .br-Underline {
  color: rgba(168, 0, 31, 1);
  border-bottom: rgba(168, 0, 31, 0.9) solid 1px;
}
.attention-Area p {
  font-size: 1.2em;
  margin: 10px 0;
}
.attention-Area ul {
  margin-bottom: 2em;
}
/*_Copyright_*/
.txt-Copyright {
  color: #53493f;
  text-align: center;
  width: 100%;
  padding: 1em;
  margin: 50px auto 0;
  font-size: 1.1em;
  border-top: #e3e3e3 solid 1px;
}
/*_add_*/
.first-Box {
  display: flex;
  width: 770px;
  margin: 0 auto;
}
.first-Box .first-imgItem {
  width: 40%;
  margin: 10px;
}
.first-Box .first-txtItem {
  width: 60%;
  margin: 10px;
  font-size: 1.2em;
  line-height: 1.8em;
}
.bro_Ttl {
  font-size: 22px;
  color: #3F2E27;
  font-weight: 600;
  margin-bottom: 10px !important;
  text-align: center;	
}
.marker_pink {
  background: linear-gradient(transparent 70%, #FFD6E1 60%);
	color: #DF003A;
	font-weight: 600;
	font-size: 22px;
	width: 290px;
	padding: 0 0.5em;
	margin: 0 auto 2em;
}
.large_Txt {
  font-size: 1.2em;
}
.flex-Box {
  display: flex;
  align-items: flex-start;
}
.flex-Box .flex-item {
  margin: 5px;
  width: 40%;
}
.flex-Box .flex-buy {
  font-size: 1.2em;
  margin: 1em 2em;
  width: 60%;
  text-align: left;
}
.item {
	font-size: 1.2em;
	/*text-align: left;*/
}
.item img {
	margin: 0 auto 1em;
	max-width: 250px;
	width: auto;
	/*border: #b5b3b3 solid 0.5px;*/
}
.bro-border {
	border: solid 3px #3F2E27;
}
.Disc {
	margin: 2em auto;
	width: 770px;
}
.Disc_Ttl {
	font-size: 1.8em;
	font-weight: 600;
	text-align: center;
	color: #1D2C63;
	margin: 2em auto 1em;
	border-bottom: solid 2px #1D2C63;
	padding-bottom: 0.5em;
}

.ouboken {
	margin: 2em auto;
	text-align: center;
	font-weight: 600;
	font-size: 1.3em;
	border-bottom: medium;
}
.ouboken a {
	text-decoration: none;
}
.ouboken a:hover{
	border-bottom: solid 1px #69BACF;
}
.juchu {
  margin: 1em auto;
	padding: 0.5em;
	max-width: 450px; 
  background-color: rgba(194, 102, 165, 1);
}
.juchu span {
  font-weight: 900;
  line-height: 1.5;
	color: #fff; 
	font-size: 1.3em;
}
	.sma {
  display: none;
}
	.pc {
  display: block;
}
.pv-Area {
	width: 750px; 
}
.pv-Area .yt-view {
    width: 100%;
    min-height: 562px;
    margin: 2em auto;
    border: #979ebb solid 3px;
    position: relative;
}
.pv-Area .yt-view iframe {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    right: 0;
}
.space {
	margin: 2em auto;
}
.diecut img{
	width: 70%;
	margin: 0.5em auto 1em;
}
a .notice {
	text-align: center;
	background: #DF003A;
	color: #fff;
	width: 450px;
	font-size: 1em;
	padding: 0.5em;
	margin: 2em auto;
	text-decoration: none !important;
}

a .notice:hover {
	background: rgba(223,0,58,0.7);
	color: #fff;
	text-decoration: none !important;
}
.benefits a:hover, .benefits a:active, .benefits a:focus {
	text-decoration: none !important;
}
.broImg {
	display: flex;
	justify-content: center;
	margin: 1em auto;
}
.broImg img {
	margin: 10px;
	width: 220px;
}
.bene-Box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.bene-Itemimg {
	margin: 10px;
	width: 172px;
}
.caution {
	border: solid 1px #707070;
	padding: 1em;
	text-align: left;
	margin: 1.5em auto;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #555555;
}


.spec {
	border: solid 1px #1D2C63;
	padding: 1em;
	margin: 1em auto;
}
#lineUp .spec li {
	text-align: left;
	margin-left: 1em;
}
#Normal .spec li {
	text-align: center;
}
#Normal img {
	border: solid 1px #707070;
}

.item img{
	width: 100%;
	margin: 0 auto 1em;
}
.first {
	color: #1D2C63;
	font-weight: 600;
	font-size: 1.4em;
	margin-bottom: 0.5em;
}
.spec-bene {
		background: #1D2C63;
	color: #fff;
	padding: 0.2em;
	margin-bottom: 0.5em;
}
.track {
	margin: 0 auto;
	width: 33%;
	font-size: 1.4em;
	line-height: 1.8em;
}
.track dl {
  margin-bottom: 0.3rem;
  display: flex;
}
.track dl dt {
  position: relative;
  text-align: left;
  display: grid;
  grid-template-columns: 30px auto;
}
.track dl dt::after {
  content: "：";
  display: inline-block;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}

.track dl dt,.track dl dd {
  text-align: left;
  line-height: 2;
}
.track .track_caution{
	margin-top: 2em;
	text-align: center;
}


.r-link {
	color: rgba(168, 0, 31, 1);
    border-bottom: rgba(168, 0, 31, .9) solid 1px;
}
.shiori {
	margin: 0 auto;
	width: 90%;
}
.bdImg {
	width: 45%;
    margin: 0 auto 30px;
}
.block-page-top {
	z-index: 19;
}

/* --------------------------------------------------------------------
	SP/
--------------------------------------------------------------------- */
/*@media screen and (max-width: 600px) {*/
@media only screen and (max-width: 768px) {
  /*__Content__*/
  #content-bg {
    width: 100%;
    margin: 2em auto;
  }
  dl.about-Item, .inf-Area {
    width: 95%;
  }
  .conteLink {
    width: 98%;
    margin: 1.5em auto 2em;
  }

	/*_slide__*/
	.slideConte,
	.wrap-Container {
		width: 97%;
		padding: 0;
	}
	.wrap-Container {
		margin: 2em auto;
	}
	.slideConte {}

  /*__H__*/
  .page-event h1.block-event-page--header {
    /*	    text-align: center;*/
    /*	    letter-spacing: -0.08em;*/
    padding-bottom: 1em;
    width: 100%;
    margin: 0 auto;
  }
  h3.bg-Ribon {
    border: 0;
    /*height: 45px;*/
    line-height: 1.5;
    font-size: 1.45em;
    margin: 1em auto;
	  padding: 0.75em;
  }
  .small-Txt { /* Small-text */
    font-size: 0.9em !important;
  }

  /*__main visual__*/
  .img-Mv {
    width: 100%;
  }
  /*__info Area__*/
  .inf-Area.benefits {
    display: block;
    width: 95%;
	margin: 0 auto;  
  }
  .inf-Area {
    padding: 0.5em !important;
    margin: 1em auto 0;
  }
  .inf-Area p {
    font-size: 1em;
  }
  .inf-Area p.saleDate {
    text-indent: -3.0em;
    padding-left: 3.0em;
  }
  .inf-Area p.txt-Catch {
    letter-spacing: -0.06em;
  }
  .txt-Catch {
    width: 96%;
    margin: 0 auto;
    font-size: 1.2em;
  }
  .indent-Txt {
    text-indent: -1.2em;
    padding-left: 1.2em;
    text-align: left;
  }
  /*__item__*/
  .item-bg {
    background-position: center bottom;
  }
  a.attn {
    font-size: 1.2em;
	  margin-bottom: 1em;
  }
  /*_img-xxBox_*/
  .img_xxBox {
    width: 100%;
    margin: 0 auto;
  }
	
  /*hv_bdcd_box*/
  .hv_bdcd_box {
	width: 95%;
	padding: 1.2em;
  }
  .hv_bdcd_box h3{
	font-size: 1.45em;
	width: 70%;
  }
  .hv_bdcd_box p{
	font-size: 1.3em;	
  }
	
  /*-list-Frame-*/
  #lineUp {
    width: 98%;
    margin: 1.5em auto;
	font-size: 0.9em;
  }
  .lineup_info{
    width: 95%;
    margin: 0.9em auto 0;
  }
  .hv_bdcd_box .h3_spec{
		margin-top: -15px;
  }
.hv_bdcd_box dl {
  margin-bottom: 0.3rem;
}
.hv_bdcd_box dl dt {
  grid-template-columns: 50px auto;
}

.hv_bdcd_box dl dt,.hv_bdcd_box dl dd {
  font-size: 1.2em;
}	
	
  .itemlist {
    width: 95%;
    display: block;
  }
  .itemlist > li {
    padding: 1.5em 1em;
    width: 100% !important;
    max-width: 100% !important;
    margin: 1em auto 0.5em;
  }
  .buy, .name {
    margin-bottom: 0;
  }
  .name {
    font-size: 1.45em;
	margin: 0 auto auto 0.5em;  
  }
  .name.posTer {
    margin-top: 1.5em;
  }
  .limit {
    font-size: 1.0em;
	  text-align: center;
  }
  .limit span, .price {
    font-size: 1.45em;
  }
  /*_btn_*/
  .btn-order {
    margin: 0.5em auto 0;
	  text-align: center;
  }
	.btn-order a.olDer {
		font-size: 1.2em;
		padding: 0.5em;
	}
	
 .btn-order span {
    font-size: 1em;
  }

  .btn_order-All {
	margin: 35px auto 30px;
    width: 80%;
  }
  .btn-order.btn_order-All a {
    font-size: 2.5em;
	/*margin: 15px auto;*/
	width: 300px;  
  }
  .btn_order-All a span:after {
    width: 70px !important;
  }
  .btn-order_order {
    width: 90%;
  }
  .btn-order_order a{
    width: 100%;
  }
  /*_about-up-hv_bdcd-colle_*/
  .about-up-hv_bdcd {
    width: 100%;
    padding: 0 0.2em;
  }
  .about-up-hv_bdcd p {
    margin-top: 2em;
    font-size: 0.9rem;
  }
  /*_Attention_*/
  .attention-Area {
    width: 92%;
    padding: 1.1em;
    font-size: 1.0em;
  }
  .attention-Area .br-Underline, .attention-Area .bu-Underline, .attention-Area .r-Underline {
    width: 85%;
    font-size: 0.95rem;
  }
  /*_up-hv_bdcd-Bnr_*/
  .up-hv_bdcd-Bnr {
    width: 100%;
    margin: 20px auto 30px;
  }
  .txt-Copyright {
    font-size: 0.8rem !important;
	margin-top: 30px;
  }
  .Lttl {
    font-size: 1.45em !important;
  }
  .upLink {
    margin: 2em -1.1em 0;
  }
  .upLink-list a, .upLink-list {
    display: block;
    width: 90%;
	margin: 0 auto;  
  }
  .upLink-list a {
    margin-bottom: 1em;
  }
	
  /*_add-textCTRL_*/
  .splarge-Txt { /* Large-text */
    font-size: 1.2em !important;
    width: 98%;
    margin: 0 auto;
    padding-left: 1.4em;
  }
	h3.bg-Ribon_Inf {
		font-size: 1.2em;
		height: auto;
		margin: 1em auto 0.5em;
	}
	.Txt_detail {
		font-size: 1em;
		margin: 1em 0.5em 0;
	}
	.first-Box {
  display: flex;
		flex-flow: column;
  width: 100%;
  margin: 0 auto;
}
.first-Box .first-imgItem {
  width: 55%;
  margin: 1em auto;
}
.first-Box .first-txtItem {
  width: 95%;
  margin: 1em auto;
  font-size: 1em;
  line-height: 1.5em;
}
	.tagOlder, .tagLimited {
		font-size: 1.1em;
	}

	.flex-Box {
  display: flex;
  flex-flow: column;
}
.flex-Box .flex-item {
  margin: 5px auto;
  width: 90%;
}
.flex-Box .flex-buy {
  font-size: 1em;
  margin: 1em auto;
  width: 90%;
  text-align: left;
}
	.btn-order a.olDer {
		/*width: 50% !important;
		padding: 0.3em;*/
	}
	.Disc {
    margin: 1em auto 1.5em;
    width: 95%;
}
	.ouboken {
		margin: 1em 1em 2em;
	}
	.price {
		text-align: center;
		margin-top: 0.2em;
	}
 .sma {
    display: block;
  }
	 .pc {
    display: none;
  }
		.pv-Area {
	width: 90% !important; 
}
	.pv-Area .yt-view {
    width: 90%;
    min-height: 190px;
    margin: 1em auto;
    border: #979ebb solid 3px;
    position: relative;
}
	.Disc_Ttl {
	margin: 1em auto;	
	font-size: 1.2em;
	padding: 0.5em;	
}
.space {
	margin: 0 auto 1em;
}
	.hr {
		margin: 0 auto !important;
	}
	.pur-border {
	border: solid 3px #979EBB;
		margin: 0.5em auto 1em;
}
	.m-Txt { /* medium-text */
  font-size: 1.2em;
}
	.item {
	font-size: 1em;
}
	h4.underLine {
		margin-bottom: 1em;
	}
	.bro_Ttl {
		line-height: 27px;
		font-size: 18px;
		text-align: center;
		margin-bottom: 20px !important; 
	}
	.marker_pink {
		font-size: 18px;
		margin: 0 auto 1em;
		width: 240px;
	}
	.diecut img{
	width: 90%;
	margin: 0.5em auto 1em;
}
	a .notice {
		width: 90%;
	}
	.broImg {
		width: 70%;
	}
	.broImg img {
		margin: 5px;
		width: 100%;
	}
	.about-up_hv_bdcd p{
		font-size: 1.2em;
	}
	
	.bene-Box {
		justify-content: flex-start;
	}
	.bene-Itemimg {
		margin: 5px;
		/*width: 46%;  /* 2column */
		width: 30.4%;  /* 3column */
	}
	.track {
		font-size: 1.2em;
		width: 88%;
		margin: 0 auto 1em;
	}
	.caution {
		margin: 1em auto;
		font-size: 1em;
	}
	/*.proBox {
		display: flex;
		justify-content: space-between;
	}
	.proImg {
		width: 40%;
	}
	.proTxt {
		width: 65%;
		align-content: center;
	}*/
	
	.item img{
		width: 100%;
		margin: 0 auto 1em;
	}
	.first {
		font-size: 1.2em;
		margin-bottom: 0.2em;
	}
	#lineUp .spec li {
		font-size: 0.9em;
	}
	.spec {
		padding: 0.5em;
		margin: 0;
	}
		.upLink-list a img {
		padding: 0;
	}
	.upLink a {
		margin-bottom: 0.5em;
		font-size: 1.1em;
		line-height: 0.8em;
	}
	.broImg {
		width: 80%;
	}
	.broImg img {
		margin: 5px;
		width: 100%
	}
	.bdImg {
	width: 95%;
    margin: 0 auto 20px;
}
	.bdImg:hover {
        opacity: 0.7;
	}
	
}