@charset "UTF-8";

html {
	scroll-behavior: smooth;
}

body {
  margin:0;
  padding:0;
  font-size: 16px;
  line-height: 1.5;
  font-family: '游ゴシック',YuGothic,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color: #333333;
  background-color:#fff;
}

a {
  color: #4c92cc;
}
img {
  border: 0;
}
strong{
  font-weight: bold;
}

/*====================================================================
 * コンテンツ：メイン
====================================================================*/

.main-container{
  width: 750px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 10px 2px #d6d6d6;
  background-color: #77161f;
}
.main-container img{
  width: 100%;
  display: block;
  margin-top: -1px;
}

/* オファー */
.offer {
  position: relative;
}
.offer img {
  display: block;
  margin: 0 auto;
  width: 750px;
}
.btn.cart {
  display: block;
  position: absolute;
  bottom: 40px;
  right: 50px;  
  width: 390px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 8px 0;
  background: rgb(239,0,15);
  background: linear-gradient(0deg, rgba(0,133,62,1) 0%, rgba(137,208,31,1) 100%);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  border: 4px solid #fff;
  border-radius: 42px;
}
.large .btn.cart {
  bottom: 50px;
}
.btn.cart:hover {
  opacity: 0.9;
}


/*====================================================================
 * フッター
====================================================================*/
.tokusyou {
  display: block;
  margin: 40px 70px;
  padding: 20px 0;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  background: #f5f5f5;
  color: #058bdd;
}
.tokusyou span {
  position: relative;
}
.tokusyou span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -32px;
  transform: translateY(-50%);
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(../img/cp/icon-link.svg);
  background-size: 19px 19px;
}

.ft26px {
 font-size: 26px;
}
.ft24px {
 font-size: 24px;
}
.ft13px {
 font-size: 13px;
}


/*====================================================================
 * モーダル
====================================================================*/

/*テキストリンク*/
.modal-link{
}
/*.modal-link a{
  color: #000;
  font-size: 24px;
  font-weight: bold;
}*/

/*モーダル*/
.modal {
	display: none;
}
.modaal-container{
  max-width: 650px;
  font-size: 22px;
}
.modaal-content-container {
  padding: 40px;
}
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}
.modaal-close:after, .modaal-close:before {
  top: 7px;
  height: 36px;
}


.offer-list{
  position: relative;
  top: -184px;
  margin-bottom: -184px;
}

.btn-link-list{
  position: relative;
  background-color: #fdf1f1;
}
.main-container img.offer-title{
  position: absolute;
  top: -24px;
  z-index: 101;
}
.main-container img.bg-offer-img{}

.btn-link-list ul{
  padding-top: 0;
}

.special-offer{
  background: #e7f3fc;
}
.special-offer p{
  padding: 2% 0 0% 10%;
  text-align: left;
  font-size: 15px;
}
.special-offer-title{}
.main-container .bg-offer-img{
  position: relative;
  padding-top: 117px;
  z-index: 100;
}

.btn-link-list ul li:nth-child(1) a{
  position: absolute;
  top: 210px;
  left: 20px;
  width: 380px;
  height: 410px;
  background: #ffffff00;
}
.btn-link-list ul li:nth-child(2) a{
  position: absolute;
  top: 520px;
  right: 20px;
  width: 330px;
  height: 370px;
  background: #ffffff00;
}
.btn-link-list ul li:nth-child(3) a{
  position: absolute;
  top: 750px;
  left: 20px;
  width: 350px;
  height: 390px;
  background: #ffffff00;
}
.btn-link-list ul li:nth-child(4) a{
  position: absolute;
  bottom: 50px;
  right: 20px;
  width: 350px;
  height: 390px;
  background: #ffffff00;
}

.offer-list-inn{
  background-color: #fdf1f1;
}
.modal-link img{
  display: block;
  margin: 0 auto;
}

/*====================================================================
 * アコーディオン
====================================================================*/
.sale-accordion{
}

.sale-accordion.item-aco-01 .sale-accordion-item-title span{
  cursor: pointer;
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
  background: url(../img/cp/bg_aco_btn_01.jpg) no-repeat top center;
  background-size: 100%;
  height: 51px;
}
.sale-accordion.item-aco-01 .sale-accordion-item.active .sale-accordion-item-title span{
  background: url(../img/cp/bg_aco_btn_01_on.jpg) no-repeat top center;
  background-size: 100%;
  height: 51px;
}
.sale-accordion.item-aco-02 .sale-accordion-item-title span{
  cursor: pointer;
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  background: url(../img/cp/bg_aco_btn_02.jpg) no-repeat top center;
  background-size: 100%;
  height: 51px;
}
.sale-accordion.item-aco-02 .sale-accordion-item.active .sale-accordion-item-title span{
  background: url(../img/cp/bg_aco_btn_02_on.jpg) no-repeat top center;
  background-size: 100%;
  height: 51px;
}
.sale-accordion.item-aco-03 .sale-accordion-item-title span{
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  background: url(../img/cp/bg_aco_btn_03.jpg) no-repeat top center;
  background-size: 100%;
  height: 51px;
}
.sale-accordion.item-aco-03 .sale-accordion-item.active .sale-accordion-item-title span{
  background: url(../img/cp/bg_aco_btn_03_on.jpg) no-repeat top center;
  background-size: 100%;
  height: 51px;
}
.sale-accordion.item-aco-04 .sale-accordion-item-title span{
  cursor: pointer;
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  background: url(../img/cp/bg_aco_btn_04.jpg) no-repeat top center;
  background-size: 100%;
  height: 51px;
}
.sale-accordion.item-aco-04 .sale-accordion-item.active .sale-accordion-item-title span{
  background: url(../img/cp/bg_aco_btn_04_on.jpg) no-repeat top center;
  background-size: 100%;
  height: 51px;
}


.sale-accordion-item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.sale-accordion-item-content img {
  width: 100%;
  margin: 0 auto;
  height: auto;
}

.sale-accordion-item.active .sale-accordion-item-content {
  max-height: none;
}

.sale-accordion-item.active .sale-accordion-item-title span {
  content: "-";
}

.modal-link-list{
  background: #edd791;
}




