@charset "UTF-8";
.fix {
  overflow: hidden !important;
}

@media screen and (max-width: 979px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 980px) {
  .sp-only {
    display: none !important;
  }
}

.main-section {
  width: 100%;
  min-width: 1100px;
  padding: 0;
  position: relative;
}

.main-section h2 {
  display: block;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}

.main-section h2 span {
  font-weight: normal;
  font-size: .75em;
  display: block;
}

.main-section .section-wrap {
  width: 992px;
  min-width: 992px;
  padding: 0;
  font-size: 16px;
  color: #333;
  position: relative;
  margin: auto;
}

@media screen and (max-width: 979px) {
  .main-section .section-wrap {
    width: 96vw;
    padding: 0;
    max-width: 420px;
    font-size: 14px;
    min-width: auto;
  }
}

.main-section .flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-section .text-center {
  text-align: center;
}

.main-section em {
  font-style: normal;
}

.main-section a {
  text-decoration: none;
}

@media screen and (min-width: 980px) {
  .main-section a:hover {
    opacity: .8;
  }
}

@media screen and (max-width: 979px) {
  .main-section {
    width: 100%;
    min-width: auto;
  }
  .main-section h2 {
    font-size: 24px;
    max-width: 96vw;
  }
  .his-logo-wrap .section-button-wrap {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .main-section h2 {
    font-size: 20px;
  }
}

.btm {
    margin: auto;
    display: block;
    width: 360px;
    max-width: 100%;
    line-height: 46px;
    font-size: 16px;
    text-align: center;
    border-radius: 23px;
    color: #000;
    border: #C4951D solid 1px;
	position: relative;
	margin-bottom: 40px;
}
a.btm:hover {
    color: #FFF;
    background: #C4951D;
}
.btm::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 11px;
    right: 4px;
    background: url(https://www.his-j.com/cmn/icon/icon_arrow_down.svg);
    background-size: 24px 24px;
    transition: all .25s ease-out;
}
a.btm:hover:after  {
    background: url(https://www.his-j.com/cmn/icon/icon_arrow_down_white.svg);
	background-size: 24px 24px;
}
.btm.more::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 11px;
    right: 4px;
    background: url(https://www.his-j.com/cmn/icon/icon_arrow_right.svg);
    background-size: 24px 24px;
    transition: all .25s ease-out;
}
a.btm.more:hover:after  {
    background: url(https://www.his-j.com/cmn/icon/icon_arrow_right_white.svg);
	background-size: 24px 24px;
}


.btm2 {
    margin: auto;
    display: block;
    width: 500px;
    max-width: 100%;
    line-height: 1.6;
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
    color: #000;
    border: #C4951D solid 4px;
    position: relative;
    margin-bottom: 40px;
	margin-top: 48px;
    padding: 16px 0;
}




.btm2 span {
    display: block;
    font-size: 150%;
    font-weight: bold;
}
a.btm2:hover {
    color: #FFF;
    background: #C4951D;
}
.btm2::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 13px;
    right: 4px;
    background: url(https://www.his-j.com/cmn/icon/icon_arrow_down.svg);
    background-size: 24px 24px;
    transition: all .25s ease-out;
}
a.btm2:hover:after  {
    background: url(https://www.his-j.com/cmn/icon/icon_arrow_down_white.svg);
	background-size: 24px 24px;
}
.btm2.more2::after {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    top: 21px;
    right: 8px;
    background: url(https://www.his-j.com/cmn/icon/icon_arrow_right.svg);
    background-size: 48px 48px;
    transition: all .25s ease-out;
}
a.btm2.more2:hover:after  {
    background: url(https://www.his-j.com/cmn/icon/icon_arrow_right_white.svg);
	 background-size: 48px 48px;
}
@media screen and (max-width: 767px) {
	.btm2 {
    margin: auto;
    display: block;
    width: 92%;
    max-width: 100%;
    line-height: 1.6;
    font-size: 14px;
    text-align: center;
    border-radius: 50px;
    color: #000;
    border: #C4951D solid 3px;
    position: relative;
    margin-bottom: 40px;
	margin-top: 24px;
    padding: 8px 0;
}
	.btm2.more2::after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    top: 20px;
    right: 8px;
    background: url(https://www.his-j.com/cmn/icon/icon_arrow_right.svg);
    background-size: 32px 32px;
    transition: all .25s ease-out;
}
}


@media screen and (max-width: 979px) {
  .btm {
    max-width: 94vw;
  }
}

#mv-section {
  position: relative;
  text-align: center;
  padding: 0;
}

#mv-section h2 {
  font-size: 0;
  overflow: hidden;
  margin: auto;
  width: 100%;
  max-width: 1920px;
  height: 400px;
  background: url(../images/mv_blackfriday_pc.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}

#mv-section .mv-heading img {
  width: auto;
  max-width: 100%;
}

@media screen and (max-width: 979px) {
  #mv-section h2 {
    background-image: url(../images/mv_blackfriday_sp.png);
    background-size: contain;
    background-position: top center;
    height: auto;
    padding-top: 80%;
  }
}

#coupon-section {
  text-align: center;
}

#coupon-section p {
  display: block;
  margin: 15px 10px 0;
}

#coupon-section .section-wrap {
  border: #0057B8 2px solid;
}

#coupon-section .section-wrap h3 {
  background: #0057B8;
  font-weight: bold;
  color: #fff;
  font-size: 3rem;
  line-height: 1.5;
}

#coupon-section .section-wrap .price {
  padding: 3rem 5px 1rem;
  color: #0057B8;
  border-bottom: #0057B8 1px solid;
}

#coupon-section .section-wrap .price em {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: -.5rem;
  display: block;
}

#coupon-section .section-wrap .price em span {
  font-size: .5em;
}

#coupon-section .section-wrap .price > span {
  display: block;
}

#coupon-section .section-wrap .period {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1rem;
}

#coupon-section .section-wrap .copy {
  color: #0057B8;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 0 1em;
}

#coupon-section .section-wrap .copy::before {
  content: '▼';
  position: absolute;
  width: 1em;
  left: 0;
  bottom: 0;
}

#coupon-section .section-wrap .copy::after {
  content: '▼';
  position: absolute;
  width: 1em;
  right: 0;
  bottom: 0;
}

#coupon-section .section-wrap .copy-area {
  padding-bottom: 2rem;
}

#coupon-section .section-wrap .copy-area input {
  border: 2px solid;
  padding: .5rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #433C37;
  margin: 1rem auto;
  display: block;
}

#coupon-section .section-wrap .copy-area button {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border: none;
  border-radius: 48px;
  line-height: 48px;
  padding: 0 2rem;
  background: #FF6200;
  color: #FFF;
  cursor: pointer;
}

@media screen and (min-width: 980px) {
  #coupon-section .section-wrap .copy-area button:hover {
    opacity: .8;
  }
}

#coupon-section .section-wrap .share {
  font-size: 2rem;
}

#coupon-section .section-wrap ul li {
  width: 40px;
  margin: 0 10px 2rem;
  cursor: pointer;
}

#coupon-section .section-wrap ul li img {
  width: 100%;
}

@media screen and (min-width: 980px) {
  #coupon-section .section-wrap ul li:hover {
    opacity: .8;
  }
}

@media screen and (max-width: 979px) {
  #coupon-section .section-wrap h3 {
    font-size: 1.5rem;
    line-height: 2;
  }
  #coupon-section .section-wrap .price em {
    font-size: 5rem;
  }
  #coupon-section .section-wrap .copy-area {
    margin: 0 10px;
  }
  #coupon-section .section-wrap .copy-area input {
    width: 100%;
  }
  #coupon-section .section-wrap .share {
    font-size: 1.5rem;
  }
}

#use-section h3,#coupon-section h3,#item-section h3,#item-section2 h3 {
  font-size: 32px;
	font-weight: bold;
  color: #000;
  text-align: center;
}
#use-section h4 {
  font-size: 24px;
	font-weight: bold;
  color: #C4951D;
  text-align: center;
}
#coupon-section h3,#item-section h3,#item-section2 h3 {
  margin: 0 0 1rem;
	padding-top: 7rem;
}
#use-section h3 {
  margin: 7rem 0 1rem;
}
#item-section h3:nth-of-type(2),#use-section h3:nth-of-type(2),#item-section2 h3:nth-of-type(2) {
  margin: 0 0 1rem;
}
#use-section ul {
  padding: 1rem 0 2rem;
}

#use-section ul li {
  width: 317px;
  margin-right: 20px;
  border: #707070 1px solid;
  padding: 10px;
}

#use-section ul li h5 {
  color: #fff;
  text-align: center;
  background: #C4951D;
  line-height: 2;
  border-radius: 4px;
}

#use-section ul li p {
  padding: 1em 5px;
}

#use-section ul li:last-of-type {
  margin-right: 0;
}

#use-section ul li img {
  width: 100%;
  border: #707070 1px solid;
}

/*#use-section ul li .btm {
  line-height: 40px;
  border-radius: 20px;
  font-size: 1rem;
}*/
#use-section .btm {
	margin-bottom: 4rem;
}

#use-section .notice {
  margin-bottom: 2rem;
}

#use-section .notice p {
  display: block;
  position: relative;
  /*padding-left: 1em;*/
  margin: .5em 0;
  font-size: 1.2rem;
}

#use-section .notice p::before {
  /*content: '・';*/
  display: block;
  width: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 979px) {
  #use-section h3,#coupon-section h3,#item-section h3,#item-section2 h3 {
    font-size: 2.5rem;
  }
  #use-section ul li {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  #use-section ul li .btm {
    max-width: 100%;
  }
  #use-section .notice p {
    margin: .5rem 0;
  }
}
/*# sourceMappingURL=style.css.map */


.inner{
  width: 992px;
  margin: auto
}
.card-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.card-list>li{
  width: calc(98% / 2 );
  margin-bottom: 1%;
}
.coupon-box{
	border: 2px solid #000;
	margin-bottom: 2rem;
	border-radius: 4px;
}
.card-title {
    background: #000;
    padding: 10px;
    font-size: 24px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    position: relative;
}
.card-inner{
  padding: 10px 10px 16px;
  background: #FFF;
}
.card-title.new>span{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  color: #000;
}
.card-title.new::before{
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  border: 36px solid transparent;
  border-top: 36px solid #FF0;
  border-left: 36px solid #FF0;
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.8));
}
.pricebox{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.target-num{
  background: #333;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  width: 5em;
  flex-shrink: 0;
  padding: 1.0em 5px 5px;
  border-radius: 6px;
  position: relative;
}
.target-num::before{
  content: "先着";
  display: block;
  font-size: 14px;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  margin: auto;
}
.card-price{
  font-size: 45px;
  font-weight: bold;
  color: #F01C1C !important;
  padding-left: 20px;
  line-height: 1;
  text-align: center
}
span.txt-L {
    font-size: 80px;
	color: #F01C1C;
}
.target-unit{
  width: 100%;
  display: block;
  font-size:14px;
  font-weight: bold;
  color: #000;
  text-align: center
}
.note-list{
  margin-bottom: 10px;
	text-align: left;
	font-size: 16px;
}
.note-list>li{
  position: relative;
	padding-bottom: 4px;
}
.note-list li a{
	text-decoration: underline;
	color: #000;
}
.note-list li a:hover{
	text-decoration: none;
	color: #C4951D;
}
.note-list .period,
.note-list .user,
.note-list .limit,
.note-list .discount,
.note-list .next,
.note-list .validity,
.note-list .condition,
.note-list .count{
  padding-left: 5em
}
.note-list>li::before{
  position: absolute;
  top: 0;
  left: 0;
}
.note-list .period::before{
  content: "予約期間：";
}
.note-list .user::before{
  content: "利用人数：";
}
.note-list .validity::before{
  content: "対象商品：";
}
.note-list .condition::before{
  content: "利用条件：";
}
.note-list .count::before{
  content: "利用回数：";
}
.note-list .limit::before{
  content: "配布枚数：";
}
.note-list .discount::before{
  content: "割引額：";
}
.note-list .next::before{
  content: "次回使えるクーポンについて：";
  font-weight: bold;
  color: #F01C1C;
}

.copy{
  font-size: 14px;
  font-weight: bold;
  color: #c6a65f;
  text-align: center;
	padding-bottom: 4px;
}
.copy-area{
  text-align: center;
}
.copy-area input{
  border: 2px solid;
  padding: 10px;
  font-size: 36px;
  font-weight: bold;
  color: #c6a65f;
  margin: 0 auto 16px;
  display: block;
  width: 100%;
  text-align: center;
	line-height: 1;
}
.copy-area button{
  font-size: 18px;
  border-radius: 6px;
  line-height: 48px;
  background: #EFEFEF;
  border: none;
  padding: 4px 8px;
}
    
@media screen and (max-width: 767px) {
	#use-section ul li {
  width: 98%;
  margin-right: 2%;
  border: #707070 1px solid;
  padding: 10px;
}
	#use-section ul li:last-of-type {
    margin-right: 2%;
}
	#coupon-section p {
  display: block;
  margin: 8px 0 0;
		font-size: 11px;
		color: #c6a65f;
}

	#coupon-section p.card-price{
  font-size: 32px;
  font-weight: bold;
  color: #F01C1C !important;
  padding-left: 20px;
  line-height: 1;
  text-align: center
}
span.txt-L {
    font-size: 60px;
	color: #F01C1C;
	line-height: 1;
}
	#use-section h3,#coupon-section h3,#item-section h3,#item-section2 h3 {
    font-size: 24px;
  }
	#coupon-section h3 {
  margin: 0 0 1rem;
	padding-top: 3rem;
}
	#item-section h3,#item-section2 h3 {
  margin: 0;
	padding-top: 3rem;
}
	#item-section h3:nth-of-type(2),#item-section2 h3:nth-of-type(2){
  margin: 0;
}
  .inner{
  width: 94vw;
  margin: auto
}
.card-list{

}
.card-list>li{
  margin-bottom: 2rem;
	width: calc(99% / 1 );
}
	.coupon-box{
	margin-bottom: 1rem;
}
.card-title{
  background: #000;
  padding: calc(20vw / (750 / 100));
  font-size: calc(30vw / (750 / 100));
  font-weight: bold;
  color: #FFF;
  text-align: center;
  position: relative
}
.card-title.new>span{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  color: #000;
}
.card-title.new::before{
  content: "";
  position: absolute;
  top: calc(-6vw / (750 / 100));
  left: calc(-6vw / (750 / 100));
  border: calc(36vh / (750 / 100)) solid transparent;
  border-top: calc(36vh / (750 / 100)) solid #FF0;
  border-left: calc(36vh / (750 / 100)) solid #FF0;
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.8));
}
.card-inner{
  padding: calc(20vw / (750 / 100));
  background: #FFF;
}
.pricebox{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.target-num{
  background: #333;
  font-size: calc(30vw / (750 / 100));
  font-weight: bold;
  color: #FFF;
  text-align: center;
  width: 5em;
  flex-shrink: 0;
  padding: 1.2em calc(10vw / (750 / 100)) 0;
  border-radius: 6px;
  position: relative;
}
.target-num::before{
  content: "先着";
  display: block;
  font-size: calc(24vw / (750 / 100));
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  margin: auto;
}
.card-price{
  font-size: calc(54vw / (750 / 100));
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  padding-left: calc(20vw / (750 / 100));
  line-height: 1.2;
  text-align: center
}
.target-unit{
  width: 100%;
  display: block;
  font-size: calc(26vw / (750 / 100));
  font-weight: bold;
  color: #000;
  text-align: center
}
.note-list{
  margin-bottom: calc(10vw / (750 / 100));
}
.note-list>li{
  position: relative;
  font-size: calc(26vw / (750 / 100));
  font-weight: bold;
}
.note-list .period,
.note-list .user,
.note-list .validity,
.note-list .condition{
	padding-top: 1.5em;
  padding-left: 0;
	font-weight: normal;
}
.note-list>li::before{
  position: absolute;
  top: 0;
  left: 0;
	font-weight: bold;
}
.note-list .maisu::before{
  content: "枚数：";
}
.note-list .period::before{
  content: "予約期間：";
}
.note-list .user::before{
  content: "利用人数：";
}
.note-list .validity::before{
  content: "対象商品：";
}
.note-list .condition::before{
  content: "利用条件：";
}
.copy{
  font-size: calc(24vw / (750 / 100));
  font-weight: bold;
  color: #000;
  text-align: center;
}
.copy-area{
  text-align: center;
}
.copy-area input{
  border: 2px solid;
  padding: calc(20vw / (750 / 100));
  font-size: calc(40vw / (750 / 100));
  font-weight: bold;
  color: #c6a65f;
  margin: 0 auto calc(20vw / (750 / 100));
  display: block;
  width: 100%;
  text-align: center;
}
.copy-area button{
  font-size: calc(30vw / (750 / 100));
  border-radius: 6px;
  line-height: 48px;
  background: #EFEFEF;
  border: none;
  padding: 0 calc(20vw / (750 / 100));
}

	
}
    
.gridCarousel__dots {
    display: none;
}
.gridCarousel__dots li.slick-active button {
    background: #0057B8;
}
@media screen and (max-width: 767px) {
	.gridCarousel__dots {
    display: flex;
}
}



section#about-section {
    text-align: center;
	padding: 80px 0 0;
	color: #000;
}
section#about-section h3 {
  font-size: 40px;
	padding-bottom: 24px;
	font-weight: bold;
}
section#about-section p span {
  font-size: 24px;
	font-weight: bold;
	color: #C4951D;
	display: block;
}
section#about-section p span br {
	display: none;
}
section#about-section p {
  font-size: 20px;
	padding-bottom: 24px;
}
section#about-section dl {
  font-size: 14px;
	padding: 24px;
	border: solid 1px #000;
	border-radius: 4px;
	text-align: left;
}
section#about-section dt {
 font-weight: bold;
	color: #C4951D;
}
@media screen and (max-width: 767px) {
section#about-section {
    text-align: center;
	padding: 32px 0 0;
	color: #000;
}
section#about-section h3 {
  font-size: 24px;
	padding-bottom: 8px;
	font-weight: bold;
}
section#about-section p span {
  font-size: 16px;
	font-weight: bold;
	color: #C4951D;
	display: block;
}
section#about-section p {
  font-size: 14px;
	padding-bottom: 16px;
	text-align: left;
}
section#about-section dl {
  font-size: 12px;
	padding: 8px;
	border: solid 1px #000;
	border-radius: 4px;
	text-align: left;
}
	section#about-section p span br {
	display: block;
}
	.main-section .section-wrap {
    width: 90vw;
		margin: 0 auto;
	}
	.grid-col__link:hover {
    opacity: 1;
}
}


.collapseBtn {
	background: #FFF;
    color: #000;
    border: 1px solid #C4951D;
}
.collapseBtn:hover:after  {
    background: url(https://www.his-j.com/cmn/icon/icon_arrow_down_white.svg);
	background-size: 24px 24px;
}
.collapseBtn:hover{
	background:#C4951D;
	color: #FFF;
	cursor: pointer;
}