*{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body { margin: 0; }

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

h1, h2 {
	text-align: center;
}

h3 {
	margin: 10px 0 5px;
	font-size: 1.0rem;
}

img {
	width: 100%;
	display: block;
}

.img-box img {
	width: 100%;
	display: block;
}

header .main_menu li a,
header .share_menu li a {
	padding: 0 24px;
}

main {
}

a.linkbtn {
	margin: 10px 0 0;
	padding: 6px 30px;
	color: #353535;
	border: 2px solid #e5e5e1;
	background-color: #fff;
	display: inline-block;
	position: relative;
}
a.linkbtn:before {
    background: url(../../../img/icon/icon_arrow_bl_r.png) no-repeat left center;
    content: "";
    height: 10px;
    padding-right: 12px;
    background-size: contain;
    display: inline-block;
}

#bt_to_top {
    display: none;
    width: 50px;
    height: 50px;
    background: url(../../../img/icon/icon_totop_2x.png) no-repeat center;
    background-size: contain;
    position: fixed;
    right: 90px;
    bottom: 30px;
    z-index: 1;
}

section {
	color: #fff;
	background-color: #dc530f;
	position: relative;
}

section h2 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 2.6rem;
	line-height: 3;
	background-color: transparent;
	display: flex;
	justify-content: center;
	position: absolute;
	top: -100px;
}
section h2 span {
	width: 45%;
	min-width: 500px;
	color: #fff;
	background-color: #dc530f;
}

section:nth-child(2n),
section:nth-child(2n) h2 span {
	color: #353535;
	background-color: #fbfbfb;
}
/*section:nth-child(2n) h2.reversal span {
	color: #353535;
	background-color: #fff;
}*/

.pos-r { position:relative; }
.pos-a { position:absolute; }


.flex {
	display: flex!important;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
/*.flex::before{
  content:"";
  display: block;
  width:30%;
  order:1;
}*/
.bold {
	font-weight: 700;
}

.center {
	text-align: center;
}

.link-underbar {
	color: #fff;
	position: relative;
}

.link-underbar::before {
    content: "- ";
}

.link-underbar::after {
	display: block;
	content: '';
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 50%;
	width: 0;
	background: #fff;
	transition: 0.3s ease;
	transform: translateX(-50%);
}

.link-underbar:hover {
	transition: 0.3s ease;
}

.link-underbar:hover::after {
	width: 100%;
	transition: 0.3s ease;
}

section:nth-child(2n) .link-underbar {
	color: #353535;
}

section:nth-child(2n) .link-underbar::after {
	background-color: #999;
}




.side-left,
.side-right {
	color: EA5457;
	position: fixed;
	writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
}
.side-left {
	top: calc(50vh - 100px);
	left: 25px;
}
.side-left div {
	margin-bottom: 10px;
}
.side-right {
	font-size: 0.8rem;
	top: calc(50vh - 200px);
	right: 25px;
}



.main-content-wrapper {
	width: calc(100% - 140px);
	margin: 70px auto 0;
}

.sec1000 {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 200px;
	/*fbfbfb いい感じグレー*/
}

.kv {
	width: 100%;
	height: calc(100vh - 140px);
	background-color: transparent;
	position: relative;
}

.kv::before {
	content: "";
	position: fixed;
	top: 70px;
	left: 70px;
	width: calc(100% - 140px);
	height: calc(100% - 140px);
	z-index: -1;
	background-image: url("../../img/kanshasai20230908/kv_pc2023.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #dc530f;
}

.index {
	font-size: 0.8rem;
	position: fixed;
	left: 10%;
	bottom: 160px;
}

.index li {
	margin-bottom: 10px;
}




#concept {
	margin-top: 400px;
}

#concept .sec1000 {
	/*margin-top: -140px;*/
}

.message span {
	padding: 12px;
	color: #fff;
	font-size: 1.0rem;
	line-height: 2.8;
	background-color: #dc530f;
}

#concept .title {
	margin: 50px 0 10px;
	font-size: 1.4rem;
	text-align: center;
}

#concept .info {
	font-size: 2.0rem;
	text-align: center;
	letter-spacing: 4;
}
#concept .info span {
	font-size: 1.4rem;
}

.stores {
	justify-content: space-between;
	align-items: flex-start;
}

.stores li {
	margin: 5px 0;
}




#limited li {
	margin-bottom: 30px;
	color: #353535;
	border: 1px solid #fff;
	background-color: #fff;
}

#limited li a {
	color: #353535;
}

#limited .img-box {
	width: 35%;
}
#limited .img-box .pos-a {
	padding-right: 5px;
	font-size: 0.7rem;
	right: 0;
	bottom: 0;
}
#limited .text-area {
	width: calc(65% - 70px);
	padding: 0 35px;
}
#limited .rabel {
	font-size: 1.2rem;
	border-bottom: 3px solid #dc530f;
	display: inline-block;
}
#limited .text-area .text {
	font-size: 0.9rem;
}
#limited .text-area .text span,
#recommend .text span {
	font-size: 0.6rem;
}





#recommend {
}

#recommend ul {
  align-items: stretch;
}

#recommend ul::after{
  content:"";
  display: block;
  width: calc(30% + 20px);
}

#recommend li {
	width: 30%;
	margin: 0 0 15px;
	padding: 10px;
	border: 1px solid #353535;
	background-color: #fff;
}

#recommend a {
	color: #353535;
}

.c-fff {
	color: #fff;
}

#recommend li h3 {
	font-size: 1.0rem;
	/*left: 10px;*/
}
#recommend li p {
	margin: 0;
	font-size: 0.7rem;
	/*right: 10px;*/
}
#recommend li .text {
	margin: 10px 0 0;
	font-size: 0.8rem;
}



#event .sec1000 {
	align-items: flex-start;
}

#event .text-area {
	width: 45%;
	margin-bottom: 70px;
}
#event .text-area h3 {
	margin: 0 0 15px;
	font-size: 1.2rem;
}
#event .text-area .date,
#SNS .text-area .date {
	margin: 0 0 15px;
	font-size: 0.8rem;
}
#event .text,
#SNS .text-area .text {
	font-size: 0.9rem;
	line-height: 1.8;
}
#event .text-area .link-underbar,
#SNS .text-area .link-underbar {
	margin-top: 10px;
	display: inline-block;
}

#event .text-area h4,
#SNS .text-area h4 {
	margin-bottom: 15px;
	font-size: 1.1rem;
}
#event .store li,
#SNS .text-area .store li {
	font-size: 0.8rem;
	word-break: break-all;
}
#event .img-box,
#SNS .img-box {
	width: 50%;
}




#T-POINT .flex {
	justify-content: space-evenly;
}

.logo_T-POINT {
	width: 100px;
}

#T-POINT ul {
	margin-top: 50px;
}

#T-POINT .title,
#T-POINT .main {
	text-align: center;
}
#T-POINT .title {
	font-size: 1.4rem;
}
#T-POINT .main {
	font-size: 1.8rem;
}
#T-POINT .detail {
	margin: 20px 0 40px;
}


#SALE .date {
	margin: 30px auto;
	font-size: 1.8rem;
}


section#onlinestore h2 {
	font-size: 2.4rem;
}
#onlinestore .flex {
	margin: 50px 0 0;
	justify-content: center;
}
.tos {
	margin: 40px 0 0;
	/*width: 32.5%;*/
}
.tos h3 {
	font-size: 1.4rem;
	text-align: center;
}




#SNS .sec1000 {
	padding-bottom: 80px;
}
#SNS .text-area {
	width: 45%;
}
#SNS .text-area h3 {
	margin: 0 0 15px;
	font-size: 1.5rem;
}
#SNS .text-area h3 span {
	font-size: 0.6rem;
}
#SNS .text-area ul {
	margin: 10px 0 0;
	justify-content: flex-start;
}
#SNS .text-area li {
	margin: 0 12px 0 0;
}


.portal_footer_TSUTAYA {
	display: none;
}

#footer {
	background-color: #e5e5e1;
}
#footer footer {
	width: 1000px;
	margin: 0 auto;
}

#footer .footer_menu {
	padding: 50px 0;
}

#footer .footer_menu ul {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-evenly;
}

#footer .footer_menu ul a {
	color: #353535;
	font-size: 0.8rem;
}

#footer .menu_copyright {
	color: #353535;
	font-size: 0.8rem;
	text-align: center;
}


.coupon {
	width: 10vw;
	min-width: 130px;
	height: 10vw;
	min-height: 130px;
	padding: 6px;
	color: #fff;
	text-align: center;
	background-color: #dc530f;
	border: 2px solid #fff;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor:pointer
}
.coupon:hover {
	opacity: 0.9;
}

.coupon h4 {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 600;
}
.coupon .seal {
	margin: 4px auto 0;
	font-size: 0.6rem;
}
.coupon .code {
	font-size: 0.8rem;
	font-weight: 600;
}
.coupon .blank {
	margin: 5px auto;
	font-size: 0.6rem;
}

#concept .coupon {
	width: 5vw;
	min-width: 80px;
	height: 5vw;
	min-height: 80px;
	padding: 0;
	border: 0;
	top: -380px;
	left: 40px;
}
#onlinestore .coupon {
	bottom: 20px;
	right: 20px;
}



.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  background-color: #f4f4f4;
  margin: 100px auto;
  width: 50%;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
  animation-name: modalopen;
  animation-duration: 1s;
}

@keyframes modalopen {
  from {opacity: 0}
  to {opacity: 1}
}

.modal-header h2 {
  margin: 1rem 0;
  color: #fff;
}

.modal-header {
  background: #000;
  padding: 3px 15px;
  display: flex;
  justify-content: space-between;
}

.modalClose {
	color: #fff;
  font-size: 2rem;
}

.modalClose:hover {
  cursor: pointer;
}

.modal-body {
  padding: 10px 20px;
  color: black;
}

.modal-campaign .flex {
	align-items: flex-start;
}

.modal-campaign .flex .box {
	width: 49%;
}

.modal-campaign .mix {
	margin: 40px auto;
	text-align: center;
}

.modal-campaign .coupon-TOS {
	width: 55%;
	margin: 0 auto;
}



@media screen and (min-width: 769px) {
	.hide_pc { display: none; }
	.hide_sp { display: block; }

	#bt_to_top:hover {
    background-image: url(../../../img/icon/icon_totop_ah_2x.png);
	}

	#limited .rabel { display: none; }
}

@media screen and (max-width: 768px) {
	.hide_pc { display: block!important; }
	.hide_sp { display: none!important; }

	body { overflow-x:hidden; }

	a.linkbtn {
		padding: 4px 20px;
	}

	#bt_to_top {
		width: 40px;
		height: 40px;
		right: 20px;
		bottom: 20px;
	}

	section {
		margin-left: calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%);
	}

	section h2 {
		font-size: 1.6rem;
		line-height: 2.5;
		top: -60px;
	}
	section h2 span {
		width: 85%;
		min-width: 0px;
	}

	.sec1000 {
		width: calc(100% - 60px);/*100%*/
		padding: 30px 0 100px;
	}



	.side-left {
		font-size: 0.8rem;
		top: calc(50vh - 45px);
		left: 7px;
	}
	.side-left img {
		width: 15px;
	}
	.side-right {
		font-size: 0.6rem;
		top: calc(50vh - 154px);
		right: 7px;
	}

	.main-content-wrapper {
    width: calc(100% - 60px);/*100%*/
    margin: 0 auto 0;
	}

	.bgLRextendKV::before {
		width: 100%;/*85%*/
		height: calc(100vh - 60px);
		left: 0;/*7.5%*/
	}

	.kv {
		width: 100%;/*calc(100% - 60px)*/
		height: calc(100% - 60px);
		margin: 30px auto 0;
	}

	.kv::before {
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);/*100%*/
    height: calc(100% - 60px);
    background-image: url(../../img/kanshasai20230908/kv_sp2023.svg);
  }

  .index {
  	font-size: 0.6rem;
  	left: 15%;
  	bottom: 120px;
  }


	#concept { margin-top: 250px; }
	.message span {
		padding: 6px;
		font-size: 0.7rem;
		line-height: 2.2;
	}
	#concept .info {
		font-size: 1.6rem;
		letter-spacing: 2px;
	}
	#concept .info span {
		font-size: 0.8rem;
	}
	.stores {
		font-size: 0.6rem;
	}
	.stores ul {
		width: 50%;
	}

	#limited li {
		width: 100%;
		margin: 0 auto 30px;
		position: relative;
	}
	#limited .rabel {
		padding-right: 7px;
		border-bottom: 0;
		border-right: 3px solid #dc530f;
		position: absolute;
		top: 20px;
		left: -4px;
		transform: rotate( 90deg );
	}
	#limited .flex {
		justify-content: flex-end;
	}
	#limited .img-box {
		width: 85%;
	}
	#limited .text-area {
		width: calc(85% - 10px);
		padding: 0 10px 10px 0;
	}
	#limited .text-area h3 { font-size:0.9rem }
	#limited .text-area p { margin: 0 0 10px; }
	#limited .text-area .text { font-size:0.8rem }

	#recommend .center .link-underbar,
	#limited .center .link-underbar {
		font-size: 0.85rem;
	}

	#recommend .img-area h3,
	#recommend .img-area p {
		/*display: none;*/
	}
	#recommend li { width:100% }
	#recommend li a,
	#recommend .recommend-sp {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#recommend li .img-area {
		width: 40%;
	}
	#recommend li .title-area {
		width: 57%;
	}
	#recommend li .title-area h3 {
		margin: 0 0 5px;
		font-size: 0.8rem;
	}
	#recommend li .title-area p {
		margin: 0 0 5px;
		font-size: 0.7rem;
	}
	#recommend li .text {
		margin: 5px 0 0;
		font-size: 0.6rem;
	}

	#event .sec1000 {
		flex-direction: column;
	}
	#event .sec1000 div:nth-child(1) { order:2; }
	#event .sec1000 div:nth-child(2) { order:1; }
	#event .sec1000 div:nth-child(3) { order:3; }
	#event .sec1000 div:nth-child(4) {
		margin-bottom: 0;
		order:4;
	}
	#event .text-area,
	#SNS .text-area {
		width: 100%;
		margin-bottom: 40px;
	}
	#event .img-box,
	#SNS .img-box {
		width: 100%;
		margin-bottom:10px
	}
	#event .text-area h3,
	#SNS .text-area h3 {
		margin: 0 0 10px;
		font-size: 1.0rem;
	}
	#event .text-area .date,
	#SNS .text-area .date {
		margin: 0 0 10px;
		font-size: 0.7rem;
	}
	#event .text-area .text,
	#SNS .text-area .text {
		font-size: 0.8rem;
	}
	#event .text-area h4,
	#SNS .text-area h4 {
		margin-bottom: 5px;
		font-size: 0.9rem;
	}

	#T-POINT .flex {
		justify-content: space-between;
		align-items: flex-start;
	}
	.logo_T-POINT {
		width: 17%;
	}
	#T-POINT .flex p {
		width: 80%;
		margin: 0;
		font-size: 0.8rem;
	}
	#T-POINT ul { margin-top:25px; }
	#T-POINT .detail {
		margin: 10px 0 20px;
		font-size: 0.7rem;
	}

	#SALE .text,
	#onlinestore .text {
		font-size: 0.8rem;
		text-align: left;
	}

	#SALE .date {
		font-size: 1.2rem;
	}
	#SALE .linkbtn {
		font-size: 0.8rem;
	}

	section#onlinestore h2 {
		font-size: 1.4rem;
		top: -50px;
	}
	#SNS .sec1000 {
		padding-bottom: 5px;
	}
	#onlinestore .flex {
		margin: 0;
	}
	.tos {
		margin: 20px 0 0;
	}
	.tos h3 {
		margin: 0;
		font-size: 1.0rem;
	}
	.tos p {
		margin: 10px 0 20px;
		font-size: 0.8rem;
		word-break: break-all;
	}

	#footer footer {
		width: 100%;
	}
	#footer .footer_menu {
		padding: 20px 0;
	}
	#footer .footer_menu ul {
		margin-bottom: 10px;
		padding: 0 10px;
		flex-wrap: wrap;
	}
	#footer .footer_menu ul li {
	}
	#footer .footer_menu ul a,
	#footer .menu_copyright {
		font-size: 0.6rem;
	}

	#concept .coupon {
	top: -275px;
	left: 20px;
	}
	.coupon h4 {
		font-size: 0.65rem;
	}
	.coupon .seal {
		font-size: 0.5rem;
	}
	#onlinestore {
		padding-bottom: 60px;
	}
	#onlinestore .coupon {
	}

	.modal-header h2 {
		font-size: 1.2rem;
	}
	.modal-content {
		width: 80%;
	}
}



