@import url("reset.css");
@charset "UTF-8";
:root {
  --lblue: rgba(149, 209, 239, 1);
  --lblue2: rgba(149, 209, 239, 0.7);
  --gray: rgba(191, 192, 193, 1);
  --gray2: rgba(191, 192, 193, 0.7);
  --black: #222;
  --black2: rgba(43, 43, 43, 1);
}
html {
  scroll-behavior: smooth;
}
.block-header-gnav, .page-event h1.block-event-page--header {
  position: relative;
  z-index: 10;
	color: rgba(34, 34, 34, 1);
}
.block-header-gnav {
  z-index: 20;
}
/*_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: #0c2a4b;
}
/*__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: var(--lblue);
  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;
  margin-bottom: 4em;
}
/*___________________________

	add-content
_____________________________*/
/*_itemLnk_*/
.itemLnk {
  width: 954px;
  margin: 0 auto;
}
.itemLnk a {
  display: block;
}
.itemLnk a:hover, a:focus {
  text-decoration: none;
}
.itemLnk ul {
  box-sizing: border-box;
  padding: 0 1em;
  margin: 50px auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  font-size: 1.5em;
}
.itemLnk ul > a li {
  color: rgba(108, 70, 63, 1);
  background: url("../../../../img/event/22/bg_01.png");
  background-attachment: fixed;
  line-height: 1.2;
  text-align: center;
  width: 238px;
  height: 123px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  position: relative;
  display: grid;
  place-items: center;
  align-content: space-around;
  z-index: -1;
}
.itemLnk ul > a li::before {
  content: "";
  width: 225px;
  height: 115px;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 6px;
  right: 6px;
  border: rgba(108, 70, 63, 1) solid 1px;
}
.itemLnk .small {
  font-size: 0.85em;
}
/* --------------------------------------------------------------------
	PC/	Common/
--------------------------------------------------------------------- */
/* H */
h3.bg-Ribon {
  display: inline-block;
  position: relative;
  height: 80px;
  line-height: 3em;
  text-align: center;
  font-size: 1.8em;
  font-weight: 900;
  background-color: var(--gray);
  background-position: 0 0, 8px 8px;
  background-repeat: repeat;
  -webkit-background-size: 8px 8px;
  box-sizing: border-box;
  width: 100%;
  margin: 2em auto;
  z-index: 15;
  color: #fff;
}

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%, #95d1ef 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;
}
.r-Txt { /* Red-text */
  color: rgba(217, 38, 44, 1);
}
.gr-Txt { /*Gray-text*/
  color: rgb(85, 85, 85);
}
.main-Txt { /*maincolor-text*/
  color: rgb(149, 209, 239);
}
.b-Txt {
  font-weight: 900;
}
.c-Txt { /* Centering */
  text-align: center;
}
.small-Txt { /* Small-text */
  font-weight: 500 !important;
  font-size: 0.9em !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: 50px 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: 15px 10px 10px;*/
  margin: 2em auto;
  position: relative;
  z-index: 10;
}
.inf-Area.pConte {
  padding: 20px 30px;
}

.inf-Area.benefits {
  /*margin: 1em auto 0;*/
  width: calc(( 100% - 100px ) / 1);
}
.inf-Area.benefits .att_fr {
  border: 1px solid rgba(7,43,70,1);
  text-align: left;
}
.inf-Area.benefits .tokuten_Txt{
  /*margin: 1em auto;*/
  text-align: center;
  font-size: 1.3em;
  color: #555555;
}
.inf-Area img{
	padding: 0;
	width: 770px;
}

.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 p {
  color: #555555;
  font-size: 1.2em;
  font-weight: 900;
  margin-bottom: 0.2em;
  line-height: 1.6em;
  font-weight: 600;
}
/*HAPPY BIRTHDAYLb`*/
.BD{
  width: 100%;
  margin: auto;
  text-align: center;
}

/*SOLq
.BD{
  display: grid;
  grid-template-columns: 20% 60% 20%;
  max-width: 400px;
  margin: auto;
}
.slash {
  display: grid;
  align-items: flex-end;
}

.birthday {
  font-size: clamp(1.1rem, 1.5vw, 4rem); 
  font-weight: 600;
  text-align: center;
  color: var(--lblue);
  align-items: center;
  grid-row-gap: 0.5em;
}

.birthday .happy_line{
  background: linear-gradient(transparent 55%, #fffca8 60%);
  width: 230px;
}*/

.txt-Catch {
  font-size: clamp(1.1rem, 1.5vw, 4rem);
  font-weight: 600;
  text-align: center;
  color: var(--lblue);
}
.txt-Catch:nth-of-type(1) {
  margin-top: 1.5em;
  color: #555;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.6;
}

.Lttl {
  font-size: 2em !important;
  color: var(--navy);
}
p.c-Txt.txt-Catch {
  color: rgba(1, 159, 196, 1);
}
/*_LINEUP_*/
#lineUp {
  width: 1200px;
  margin: 3em auto 1.5em;
}
/*_list-Frame_*/
.itemlist {
  box-sizing: border-box;
  padding: 0;
  width: 1200px;
  /*margin: 0 auto 40px;*/
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.itemlist > li {
  line-height: 1.5;
  text-align: center;
  border: rgba(45, 45, 45, 0.9) solid 1px;
  max-width: 586px;
  width: calc((100% - 20px) / 2);
  -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: 32px 30px 25px;
  margin: 0 27px 20px 0;
}
.itemlist > li.LimiBg {
  background: rgba(255, 246, 248, 1);
}
.itemlist > li:nth-child(2n) {
  margin-right: 0;
}
.itemlist > li.OrdeBg {
  background: #fff;
}

/*_older_color-tag_*/
.tagOlder, .tagLimited {
  font-weight: 900;
  color: #fff;
  padding: 0.3em 0;
  text-align: center;
  font-size: 1.8em;
  /*letter-spacing: 0.1em;*/
}
.tagLimited {
  background: var(--pink);
}
.tagOlder {
  background: var(--lblue);
}
/*_buy_*/
.buy, .name {
  color: rgba(45, 45, 45, 1);
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 1em;
}
.name {
  font-size: 1.2em;
  margin-top: 1.5em;
}
.limit {
  font-size: 1.15em;
  font-weight: 900;
  color: var(--lblue);
}
.limit span, .price {
  font-size: 1.5rem;
  font-weight: 900;
}
.price {
  color: #2D2D2D;
}
.price::after { /*default-setting*/
  /*   font-size: 0.667em;
    font-weight: 500;
    content: "（税込）";*/
}
.detail{
  font-size: 1em;
  margin-top: 10px;
  line-height: 1.75;
}
.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_*/
/*-order-*/
.btn-order_limted {
  margin: 1em auto 0;
  background-color: var(--pink);
  display: grid;
  justify-content: center;
  align-content: center;
  width: 220px;
}
.btn-order_limted:hover {
  background-color: var(--pink2);
}
.btn-order_limted 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_limted a span {
  font-weight: 900;
  line-height: 1.5;
}
.btn-order a:active {
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}
.btn-order_order {
  margin: 1em auto 0;
  background-color: var(--lblue);
  display: grid;
  justify-content: center;
  align-content: center;
  width: 220px;
}
.btn-order_order:hover {
  background-color: var(--lblue2);
}
.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-bgsonline-colle_*/
.about-bgsonline,.about-limited {
  margin: 1em auto 2em;
}
.about-bgsonline p,.about-limited p {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.6em;
}
/*_up-uchronia-Bnr_*/
  .up-uchronia-Bnr {
    margin: 50px auto;
  }
  
  .up-uchronia-Bnr, .up-uchronia-Bnr a img {
    display: block;
  }
  .up-uchronia-Bnr a img {
    margin: 0 auto;
    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 .main-Underline {
  color: rgba(149, 209, 239, 1);
  border-bottom: rgba(149, 209, 239, 1) solid 1px;
  margin: 0 auto;
  width: 30%;
}
.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;
}
.sma {
  display: none;
}
.pc {
  display: block;
}

.btn_order-All {
    margin: 45px auto 60px;
    width: 450px;
}
.btn-order a.olDer {
    background-color: var(--gray);
}
.btn-order a.olDer:hover {
    background-color: var(--gray2);
}
.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;
}
.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;
  }
  /*__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: 1em auto;
    font-size: 1.4em;
    height: 3em;
  }
  .small-Txt { /* Small-text */
    font-size: 0.9em !important;
  }
  /*__main visual__*/
  .img-Mv {
    width: 100%;
  }
  /*__info Area__*/
  .inf-Area {
    /*padding: 1em !important;
    margin: 2em auto 0;*/
	margin: 0 auto;  
  }
  .inf-Area img{
    width: 100%;
	margin: 1em auto;
  }
  .inf-Area.benefits {
    display: block;
    width: 100%;
  }
	
  .inf-Area.benefits .tokuten_Txt{
    font-size: 1em;
	padding: 0 1em;
  }
	
  .inf-Area p {
    font-size: 1.10em;
  }
  .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;
	text-align: center;
  }
  .txt-Catch:nth-of-type(1) {
    width: 90%;
    /*margin: 0 auto;*/
    font-size: 1.1em;
  }
/*HAPPY BIRTHDAYLb`*/
  .BD{
    width: 95%;
	margin: auto;
  }
/*SOLq
  .BD{
    width: 95%;
	grid-template-columns: 18% 64% 18%;
	margin: auto;
  }
  .birthday {
  font-size: clamp(1.4rem, 1.5vw, 4rem);
  }

  .birthday .happy_line{
  background: linear-gradient(transparent 55%, #fffca8 60%);
  width: 220px;
  margin: auto;
  }
*/
  .indent-Txt {
    text-indent: -1.2em;
    padding-left: 1.2em;
    text-align: center;
    margin: 0 1em;
    font-size: 1em;
  }
  a.attn {
    font-size: 1em;
  }
  /*-list-Frame-*/
  #lineUp {
    width: 98%;
    margin: 1.5em auto;
  }
  .itemlist {
    width: 95%;
    display: block;
	margin: 0 auto 1em;
  }
  .itemlist > li {
    padding: 20px 10px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 25px;
  }
  .buy, .name {
    margin-bottom: 0;
  }
  .name {
    font-size: 1.04em;
  }
  .name.posTer {
    margin-top: 1.5em;
  }
  .limit {
    /*font-size: 0.85em;*/
    font-size: 1em;
  }
  .limit span, .price {
    font-size: 1.6em;
  }
.detail{
  font-size: 0.85em;
}
  /*_btn_*/
  .btn-order {
    margin-top: 1.2em;
  }
  .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.btn_order-All a span:after {
    width: 70px !important;
  }
  /*_about-bgsonline-colle_*/
  .about-bgsonline {
    width: 100%;
    padding: 0 0.2em;
  }
  .about-bgsonline p {
    margin: 2em 1em;
    font-size: 1em;
  }
  .about-limited {
    width: 100%;
	margin: 0 1em;
  }
  .about-limited p {
    font-size: 1em;
  }

  /*_Attention_*/
  .attention-Area {
    width: 95%;
    padding: 1.1em;
    font-size: 1.0em;
  }
  .attention-Area .main-Underline {
    width: 80%;
    font-size: 0.95rem;
  }
  /*_up-uchronia-Bnr_*/
  .up-uchronia-Bnr {
	width: 100%;
    margin: 20px auto 30px;
  }
  .up-uchronia-Bnr a {
    max-width: 500px;
  }
  .upLink-list a, .upLink-list {
    display: block;
    width: 90%;
	margin: 0 auto;  
  }
  .upLink-list a {
    margin-bottom: 1em;
  }
  .upLink-list a img {
    padding: 0;
  }
  .txt-Copyright {
    font-size: 0.8rem !important;
  }
  .Lttl {
    font-size: 1.2rem !important;
  }
  .upLink {
    margin: 2em -1.1em 0;
  }
	
  .inf-Area.benefits .att_fr {
    padding: 0.5em;
	margin: 0 auto 25px;
  }
  /*_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;
  }*/
  .btn-order_order a, .btn-order_limted a {
    width: 180px;
    font-size: 1.2em;
    padding: 0.3em;
  }
  .tagOlder, .tagLimited {
    font-size: 1.3em;
  }
  /*.itemlist>li:nth-child(3n) {
		margin-bottom: 0;
	}*/
  .btn-order_limted, .btn-order_order {
    width: 90%;
  }
}