@charset "UTF-8";

#special {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
}

#special a {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#special a:hover {
	opacity: 0.6;
}

.container {
	width: auto !important;
	}
	.block-event-page {
	width: 100% !important;
	padding: 0 !important;
	}
	.block-event-page--header-img {
	display: none;
	}
	.block-event-page--comment-bot {
	padding: 0 !important;
	background-color: transparent;
	}
	.block-footer-download {
	display: none !important;
	}
	
	/* // 商品リストあり時 追記 */
	.block-event-page--goods {
			padding: 0;
			width: 1200px !important;
			margin: 0 auto !important;
	}


/*--------------------------
          common
--------------------------*/

:root {
  --txt-color: #333;
  --attention_txt-color: #707070;
  --btn-color: #37A5CC;
}

/*--------------------------
        content
--------------------------*/

.content {
  min-width: 1000px;
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
}

.content img {
  width: 100%;
  height: auto;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

.content p {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: var(--txt-color);  
}

.content a {
  display: block;
}

/*--------------------------
          .head
--------------------------*/

.head {
  width: 100%;
  margin: 0 auto 80px;
}

.head .sp {
  display: none;
}

/*--------------------------
          main
--------------------------*/

.main {
  text-align: center;
}
.main > div {
  margin-bottom: 50px;
}

.txt p {
  text-align: center;
}

.txt h1 {
  margin-bottom: 20px;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.download h2 {
  display: block;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.download .link:has(img) {
  width: 120px;
  margin: 0 auto;
}

.download .link:has(a) {
  display: none;
}

.download .attention {
  width: 100%;
  margin-top: 10px;
  font-size: 1rem;
  text-align: center;
  background-color: inherit;
}

/*--------------------------
        .attention
--------------------------*/

.attention {
  width: 100%;
  color: var(--attention_txt-color);
  text-align: left;
  background-color: #eee;
}

.attention .inner {
  width: 750px;
  margin: 0 auto;
  padding: 50px 0;
}

.attention h2 {
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.attention li {
  padding-bottom: 2px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;  
}

.attention li:before {
  content: "※";
}

.attention li span {
  font-weight: 700;
}