@import url("reset.css");
@charset "UTF-8";
:root {
  --black: #555;
  --blue: rgba(18, 129, 243, 1);
  --pink: rgba(255, 121, 171, 1);
  --white: #fff;
  --utapri:#0080a2;
  --jj:#0ac5f4;
  --uchronia:#2b2b2b;
  --zx:#fab800;
}
html {
  scroll-behavior: smooth;
}
.block-header-gnav, .page-event h1.block-event-page--header {
  position: relative;
  z-index: 10;
  color: #222;
}
.block-header-gnav {
  z-index: 20;
}
.page-event h1.block-event-page--header{
  padding-bottom: 20px;
}
/*_content ctrl_*/
.hideConte {
  display: none !important;
}
.wrapper {
  background: transparent !important;
}
.priConte {
  position: relative;
  z-index: 1;
}
#event-bgsonline {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイE', Meiryo, sans-serif;
  color: #555;
}
/*__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(255, 121, 171, 1);
  text-decoration: underline;
  font-size: 1.2em;
  font-weight: 900;
  margin-bottom: 1.5em;
  position: relative;
  z-index: 0;
}
.upLink {
  width: 100%;
  text-align: right;
  margin: 30px 0 0;
 
}
.upLink a {
  font-size: 1.1em;
}
/* --------------------------------------------------------------------
	PC/	Common/
--------------------------------------------------------------------- */
/* H */
h3.bg-Ribon {
  display: inline-block;
  position: relative;
  height: 80px;
  line-height: 2.5em;
  text-align: center;
  font-size: 2.1em;
  font-weight: 900;
  background-color: var(--blue);
  background-position: 0 0, 8px 8px;
  background-repeat: repeat;
  -webkit-background-size: 8px 8px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 1em;
  z-index: 15;
  color: var(--white);
}
h3.cp-Ribon {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 2em;
  text-align: center;
  font-size: 2.1em;
  background-color: var(--blue);
  background-position: 0 0, 8px 8px;
  background-repeat: repeat;
  -webkit-background-size: 8px 8px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 0.7em;
  z-index: 15;
  color: var(--white);
  font-weight: 500;
}
h4 {
  /*	color: rgb(91,72,60);*/
  color: #555555;
  font-size: 1.4em;
  font-weight: 900;
  text-align: center;
  margin: 0 auto 1em;
}
h4.underLine {
  background: linear-gradient(transparent 80%, #00b9ef 60%);
  width: 136px;
}
/* text Ctrl*/
.mt_30px {
  margin-top: 30px;
}
.mb_15px {
  margin-bottom: 30px;
}
.mb_20px {
  margin-bottom: 30px;
}
.mb_30px {
  margin-bottom: 30px;
}
.mb_40px {
  margin-bottom: 40px;
}
.mb_45px {
  margin-bottom: 45px;
}
.p-Txt { /* Pink-text */
  color: rgba(255, 121, 171, 1);
}
.r-Txt { /* Red-text */
  color: rgba(255, 0, 0, 1);
}
.gr-Txt { /*Gray-text*/
  color: rgb(85, 85, 85);
}
.b-Txt {
  font-weight: 900;
}
.c-Txt { /* Centering */
  text-align: center;
}
.small-Txt { /* Small-text */
  font-weight: 500 !important;
  font-size: 0.8em !important;
}
.small-Txt2 { /* Small-text */
  font-weight: 900 !important;
  font-size: 0.85em !important;
}
.m-Txt { /* medium-text */
  font-weight: 400 !important;
  font-size: 1.2em !important;
}
.large-Txt { /* Large-text */
  font-weight: 900 !important;
  font-size: 1.3em !important;
}
.txt_indent {
  color: #555555;
}
.txt_1p2em {
  font-size: 1.2em;
}
/* Container */
#content-bg {
  width: 1200px;
  margin: 30px auto;
  z-index: -2;
}
.wrap-Container {
  width: 1070px;
  margin: 50px auto;
  padding: 10px;
  position: relative;
}
/*_inf-Area_*/
.inf-Area {
  width: 750px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 auto 35px;
  position: relative;
  z-index: 10;
}
.inf-Area.pConte {
  padding: 20px 30px;
}
.inf-Area.bG {
  border: 1px solid rgba(57, 57, 57, 1);
  /* doted-Frame */
  background-size:
    8px 3px, /* 上の線 */ 3px 8px, /* 右の線 */ 8px 3px, /* 下の線 */ 3px 8px; /* 左の線 */
  background-position:
    left top, /* 上の線 */ right top, /* 右の線 */ right bottom, /* 下の線 */ left bottom; /* 左の線 */
  background-repeat:
    repeat-x, /* 上の線 */ repeat-y, /* 右の線 */ repeat-x, /* 下の線 */ repeat-y; /* 左の線 */
}

.inf-Area.benefits {
	margin: 0 auto;
	width: calc(( 100% - 100px ) / 1);
	padding: 0;
	text-align: center;
}

.inf-Area p {
  color: #555555;
  /*font-size: 1.2em;*/
  font-size: 1.5em;
  /*font-weight: 900;*/
  margin-bottom: 0.2em;
  line-height: 1.6em;
  text-align: center;
}
.info-wrap {
  width: 62.5%;
  margin: 3em auto 2.5em;
  padding: 2em;
  border: solid 1px #50322f;
  text-align: left;
  font-size: 1em;
  line-height: 1.8em;
}

.info-wrap-inner_content {
  text-align: center!important;
  font-weight:900px;
  font-size: 1.2em!important;
}
.Lttl {
  font-size: 2em !important;
  color: rgba(34, 34, 34, 1);
}


/*eRec*/
.product{
	width: 860px;
	display: inline-block;
}
.product .target_pro{
	width: 60%;
	float: left;
	padding-right: 30px;
}
.product .prize{
	width: 40%;
	float: left;
	padding-left: 30px;
}

.product p{
	font-size: 2.1em;
}

#p_utapri,#p_jj,#p_uchronia,#p_zx{
	margin-bottom: 40px;
}
#p_utapri h3{
	background: var(--utapri);
}
#p_utapri p{
	color: var(--utapri);
}
#p_jj h3{
	background: var(--jj);
}
#p_jj p{
	color: var(--jj);
}
#p_uchronia h3{
	background: var(--uchronia);
}
#p_uchronia p{
	color: var(--uchronia);
}
#p_zx h3{
	background: var(--zx);
}
#p_zx p{
	color: var(--zx);
}

/*up-bono-Bnr*/
  .up-bono-Bnr {
    /*margin: 30px auto 50px;*/
	margin: 30px auto 80px;
  }
  
  .up-bono-Bnr, .up-bono-Bnr a img {
    display: block;
  }

  .up-bono-Bnr a {
	padding: 10px;
  }

  .up-bono-Bnr a img {
    margin: 0 auto;
    /*width: 320px;
	padding: 10px;*/
  }
.upLink-list {
  display: flex;
  justify-content: center;
  /*width: 750px;*/
  width: 1020px;
  margin: 0 auto;
}
.upLink-list a img {
  display: block;
  /*width: 100%;*/
  /*padding: 10px;*/
}
.upLink-list a img:hover {
  opacity: 0.7;
}
.upLink-list .bnr_border img{
  border: 1px solid #707070;
}
.conteLink {
  width: 98%;
  margin: 1.5em auto 85px;
  border: #707070 solid 1px;
}
/*_Attention_*/
.attention-Area {
  font-size: 1.1em;
  width: 1000px;
  margin: 0 auto;
  /*margin: 70px auto 0;*/
  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(238, 49, 56, 1);
  border-bottom: rgba(238, 49, 56, 1) solid 1px;
  margin: 0 auto;
  width: 30%;
}
.attention-Area .r-Underline {
  color: rgba(255, 121, 171, 1);
  border-bottom: rgba(255, 121, 171, 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: 0 auto;
  font-size: 1.1em;
  border-top: #e3e3e3 solid 1px;
  float: left;
}
.sma {
  display: none;
}
.pc{
  display: block;
}

.benefits .cp_p{
	font-size: 1.4em;
	/*font-weight:600;*/
	margin-bottom: 1em;
	color: var(--blue);
}

.block-page-top {
	z-index: 100;
}
/* --------------------------------------------------------------------
	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;
  }
  /*__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 {
    margin: 0 auto 1em;
    font-size: 1.4em;
    height: 3em;
	line-height: 3em;
  }
  h3.cp-Ribon {
    margin: 0 auto 1em;
    font-size: 1.4em;
    height: 2em;
	line-height: 2em;
  }
  .small-Txt { /* Small-text */
    font-size: 0.8em !important;
  }
  /*__main visual__*/
  .img-Mv {
    width: 100%;
  }
  /*__info Area__*/
  .inf-Area.benefits {
    display: block;
    width: 95%;
  }

  .inf-Area {
    padding: 0 1em;
    margin: 0 auto 2.5em;
  }
  .inf-Area p {
    font-size: 1.2em;
  }
  .inf-Area p.saleDate {
    text-indent: -3.0em;
    padding-left: 3.0em;
  }
  .inf-Area p.txt-Catch {
    letter-spacing: -0.06em;
  }
	
  .inf-Area.pConte{
    padding: 1rem;
  }
	
  .info-wrap {
    width: 100%;
    padding: 1rem;
	margin: 3em auto;
  }
	
.info-wrap-inner_content{
	font-size: 1.1em!important;
}
.info-wrap-inner ul li{
	font-size: 1em;
}	
	
	
  .indent-Txt {
    text-indent: -1.2em;
    padding-left: 1.2em;
    text-align: center;
    margin: 0 1em;
    font-size: 1em;
  }
  /*__item__*/
  .item-bg {
    background-position: center bottom;
  }
  a.attn {
    font-size: 1.1em;
  }
  /*_img-xxBox_*/
  .img_xxBox {
    width: 100%;
    margin: 0 auto;
  }

  /*_Attention_*/
  .attention-Area {
    width: 95%;
    padding: 1.1em;
    font-size: 1.0em;
	margin: 0 auto;
  }
  .attention-Area .br-Underline, .attention-Area .bu-Underline, .attention-Area .r-Underline {
    width: 80%;
    font-size: 0.95rem;
  }
  /*up-bono-Bnr*/
  .up-bono-Bnr {
	width: 100%;
    /*margin: 20px auto 30px;*/
	margin: 15px auto 50px;
  }
	
  .up-bono-Bnr a {
    padding: 0;
  }
  .upLink-list a, .upLink-list {
    display: block;
    width: 98%;
  }
  .upLink-list a {
    margin-bottom: 1em auto;
  }
  .upLink-list a img {
    margin: 10px auto;
    width: 70%; 
  }
  .txt-Copyright {
    font-size: 0.8rem !important;
	margin-bottom: 1.5em;
  }
  .Lttl {
    font-size: 1.2rem !important;
  }
  .upLink {
    margin: 2em -1.1em 0;
  }
  /*_add-textCTRL_*/
  .splarge-Txt { /* Large-text */
    font-size: 1.2em !important;
    width: 98%;
    margin: 0 auto;
    padding-left: 1.4em;
  }
  .sma {
    display: block;
  }
  .pc {
    display: none;
  }
  .proBox {
    display: flex;
    column-gap: 1.2em;
  }
  .proImg {
    width: 40%;
    display: grid;
    align-items: center;
  }
  .proImg img {
    margin: 10px auto;
  }
  .proTxt {
    width: 60%;
    display: grid;
    align-items: center;
    grid-row-gap: 0.5em;
  }
	
  .benefits .cp_p{
    font-size: 1.15em;
    width: 95%;
  }
/*eRec*/
  .product{
	width: 100%;
	margin: auto;
  }
  .product .target_pro{
	width: 100%;
	margin: auto;
	padding-right: 0;
  }
  .product .prize{
	width: 100%;
	margin: 20px auto 0;
	padding-left: 0;
  }
  .product .prize img{
	width: 80%;
	margin:auto;
	text-align: center;
  }
  .product p{
	font-size: 1.4em;
  }

  #p_utapri,#p_jj,#p_uchronia,#p_zx{
	margin-bottom: 40px;
  }
 /*Rs[Cgtb^[wi*/
  .block-footer-top{
	display: grid;
  }
}