@charset "utf-8";

/* CSS Document */


/* MVをパンくず直下に配置する場合 */

h1 {
  margin: 0;
  /*MVとヘッダの隙間をなくす*/
}

[data-browse-mode="S"] h1 {
  margin: 0 0 0;
  /*MVとヘッダの隙間をなくす*/
}
/* PC表示 */
.forPC{
	display: block!important;
}
.forSP{
	display: none!important;
}
@media screen and (max-width: 767px) {
	.forPC{
	display: none!important;
}
	.forSP{
	display: block!important;
}
}
/* pタグが続くときのマージン削除 
.freepage-frame .sec-inner p + p {
    margin-top: 0;
}*/

img {
  width: 100%;
}
/*余白調整*/
.container_main{
	padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.container_main{
		padding: 0 10px 100px;
	}
}
/* マージン調整 */

.noteList {
  margin-top: 0;
}
.mgt50 {
  margin-top: 50px;
}
.mgt30 {
  margin-top: 30px;
}
.mgt20 {
  margin-top: 20px;
}
.mgt10{
	margin-top: 10px;
}

/* センター寄せ */

.alC {
  text-align: center;
}


/* アンカー */

a.otherwindow {
    display: inline-block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background-color: #c00;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1rem 3rem 1rem 2rem;
    position: relative;
    text-align: center;
    box-sizing: border-box;
	border-radius: 5px;
}
@media screen and (max-width: 767px) {
a.otherwindow {
    font-size: 4.6vw;
    padding: 3vw 10vw 3vw 3vw;
    }
}
a.otherwindow::after {
    content: '';
    width: 16px;
    height: 16px;
    background: url(/img/usr/freepage/plusone_cp/img/icon_ext_wt.png) no-repeat;
    position: absolute;
    right: 20px;
    top: calc(50% - 8px);
    background-size: contain;
}
a.otherwindow span {
    display:inline-block;
}


/* タイトル調整 */

.ttlLv2 {
  border-bottom: #A19059 1px solid;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .block-top-event--header::before {
    content: "";
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
    display: inline-block;
    background: url(/img/usr/common/eye_catch.png) left top no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
  }
}

.block-top-event--header {
  margin-top: 60px;
}

h2.sec-headlineMgt_set {
  margin-top: 10px;
}

h3.sec-headline {
  margin-top: 50px;
  margin-bottom: 10px;
}

h3.sec-headlineMgt_set {
  margin-top: 10px;
}

.stepLabel {
  font-size: 16px!important;
  background-color: #cc0000;
  display: inline-block;
  color: #fff;
  padding: 3px 20px 3px 22px;
  font-weight: bold;
  position: relative;
  margin-right: 30px;
  vertical-align: middle;
  margin-bottom: 10px;
  line-height: 1.5;
}

.stepLabel::after {
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  display: block;
  width: 0;
  content: '';
  border-width: 30px 0 0 20px;
  border-style: solid;
  border-color: transparent transparent transparent #cc0000;
}

.ttlLv3 {
  border-bottom: #A19059 1px solid;
  margin: 40px 0 20px;
}

.ttlLv3 .heading {
  display: inline-block;
  border: none;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}

.headingMgt_set {
  margin-top: 30px
}

.freepage-frame h4::before {
  display: none;
}

/* リスト調整 */
.noteList > li:before {
    top: 0.8em;
}
.List > li:before {
    top: 0.7em;
}

/* 赤字 */

.fcRD {
  color: #cc0000;
}

/* カラム */

.clm {
  justify-content: space-between;
}

.clm_7 {
  width: calc((100% - 30%) - 20px);
}

.clm_3 {
  width: 30%;
}

.clm_5 {
  width: calc((100% - 50%) - 20px);
}

@media screen and (max-width: 767px) {
  .clm {
    flex-wrap: wrap;
  }
  .clm_7 {
    width: 100%;
  }
  .clm_3 {
    width: 100%;
  }
  .clm_5 {
    width: 100%;
  }
  .clm>div:not(:first-child) {
    margin-top: 20px;
  }
}


/* ボタン */
.btnCP{
  margin-top: 0;
  display: block;
  padding: 16px 10px;
position: relative;
    width: 100%;
	max-width: 600px;
    margin: 0 auto;
    cursor: pointer;
}


/* 連絡先 */
.shopforPC{
	display: block!important;
}
.shopforSP{
	display: none!important;
}
@media screen and (max-width: 767px) {
	.shopforPC{
	display: none!important;
}
	.shopforSP{
	display: block!important;
}
.page-goods .block-goods-contact-shop-title span {
	display: inline;
}
}


.ippin_img{
	max-width: 600px;
	margin: 30px auto;
}

.item {
  margin-bottom:30px;
  border: solid 1px #666;
  padding:10px 30px 30px;
}
.item h4 {
  font-size:1.2em;
  font-weight:bold;
}
	/* PC専用のCSS */
html[data-browse-mode="P"] .item h3.sec-headline {
  display: flex;
  justify-content: space-between;
}

	/* SP専用のCSS */
html[data-browse-mode="S"] .item {
  margin-bottom:10vw;
  padding: 2vw 5vw 5vw;
}
html[data-browse-mode="S"] .item h3.sec-headline span {
 display:block;
}
html[data-browse-mode="S"] .item h3.sec-headline span:last-child {
 text-align:right;
}

.apply_disabled {
	position: relative;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.apply_disabled::before {
	content:"";
	display:inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
	background: rgba(10,10,10,0.7);
	z-index: 1;
}
.apply_disabled::after {
	content:"2025年8月1日（金）午前10:00～ 抽選申込受付開始";
	color:#fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align:center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 100%;
	z-index: 2;
}

@media screen and (max-width: 767px) {
.apply_disabled::after {
	content:"2025年8月1日（金）午前10:00～\A抽選申込受付開始";
	white-space: pre;
	color:#fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align:center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 100%;
	z-index: 2;
}
}
.apply_disabled a{
	pointer-events: none;
	position: relative;
}
.readbox {
    font-size: 20px;
}
.txt_ul {
    text-decoration:underline;
}
