@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: #d7e1ff;
}

.main-container-2 {
    width: 750px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 0 10px 2px #d6d6d6;
    background-color: #f4dae8;
}

/* オファー */
.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;
}


.btn-link-list{}
.btn-link-list ul{
  box-sizing: border-box;
  padding: 0 3%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.special-offer{
  background: #e7f3fc;
}
.special-offer p{
  padding: 2% 0 0% 10%;
  text-align: left;
  font-size: 15px;
}
.special-offer-title{}

.btn-link-list ul li{
  width: 30%;
}
.btn-link-list ul li img{width: 100%;}

.modal-link-list{
  /* background: #cee0ff; */
  padding-bottom: 50px;
  padding-top: 35px;
}
.modal-link img{
  display: block;
  margin: 0 auto;
}

.btn-link-list.fukubukuro{
  background-image: url(../img/cp/bg_fukubukuro.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 260px 0 0;
  height: 570px;
}
.btn-link-list.matomegai{
  background-image: url(../img/cp/bg_matomegai.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 260px 0 0;
  height: 433px;
}

.btn-link-list.matomegai ul li{
  width: 100%;
}

/*====================================================================
 * アコーディオン
====================================================================*/
.sale-accordion{
  background: #d7e1ff;
}
.sale-accordion-item-title {
  cursor: pointer;
  position: relative;
  width: 93.3%;
  margin: 0 auto;
}

.sale-accordion-item-title p {
  margin: 0;
  padding: 15px 20px;
  background: #8882be;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 31px;
  font-weight: bold;
  position: relative;
}

.sale-accordion-item-title span {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sale-accordion-item-title span::before,
.sale-accordion-item-title span::after {
  content: '';
  position: absolute;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.sale-accordion-item-title span::before {
  width: 30px;
  height: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sale-accordion-item-title span::after {
  width: 3px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sale-accordion-item.active .sale-accordion-item-title span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.sale-accordion-item-content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

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

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

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




