@charset "UTF-8";
/* CSS Document */


/* MV */

.xmas_mv {
  background: #921d22 url(../images/mv_bg.png) center bottom no-repeat;
  background-size: contain;
  margin-bottom: 130px;
  padding-top: 30px;
  text-align: center;
}


/* ナビ */

.xmas_sel {
  margin-bottom: 75px;
}

.xmas_sel ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

/*.xmas_sel ul.xmas_sel1 {
  margin-bottom: 25px;
}
.xmas_sel ul.xmas_sel2 {
  justify-content: flex-end;
}*/


/*コンテンツ基本設定*/

.xmas_innner {
  text-align: center;
}

.xmas_innner p {
  font-size: 19px;
  line-height: 1.65;
}

.ttl {
  margin-bottom: 2em;
  text-align: center;
}

.txt {
  display: inline-block;
  max-width: 1000px;
  margin: 0 auto 2em;
  font-size: 20px;
  line-height: 1.8;
}

/* Flexbox */

.flexbox {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.flexbox-txt {
  width: 40%
}

.flexbox-img {
  width: 56%;
  position: relative;
}
.flexbox .label {
  position: absolute;
  right: 10px;
  top: -40px;
}

/* ボタン */

.btn-wrap {
  margin-top: 60px;
  text-align: center;
}

.btn {
  display: inline-block;
  width: 100%;
  max-width: 800px;
  padding: 15px 0 15px 35px;;
  border:  solid 1px #000;
  border-radius: 50px;
  background: url("../images/btn_arrow.svg") no-repeat 20px center;
  color: #000;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: .025em;
}

.btn:hover {
  opacity: .6;
}

.btn-red {
  display: inline-block;
  padding: 25px 60px;
  background: #cc1902;
  border-radius: 10px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}

/* 利用方法 */

.riyou {
  padding: 35px;
  background: url("../images/riyou_bg.jpg");
  border-radius: 10px;
  color: #663300;
}

.riyou h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
}

.riyou p {
  font-weight: bold;
  font-size: 19px;
}
.riyou p.small {
  font-size: 18.5px;
}


/* 1.プレゼントお渡し代行サービス */

#xmas1 {
  margin-bottom: 100px;
}

#xmas1 .mainw {
  background: url("../images/xmas1_img.svg") no-repeat right bottom; 
}


/* 2.クリスマスビュッフェ */

#xmas2 {
  margin-bottom: 70px;
  color: #fff;
}
#xmas2 .xmas_innner {
  padding: 100px 0 100px;
  background: url("../images/xmas2_img.svg") 90% bottom no-repeat,
   url(../images/xmas2_bg_top.jpg) center top repeat-x,
   url(../images/xmas2_bg_btm.jpg) 75% bottom repeat-x;
   background-color: #224a26;
}

#xmas2 .pic {
  margin-bottom: 60px;
  text-align: center;
}


/* 3.クリスマスツリーを作ろうクリスマスシールラリー */

#xmas3 {
  margin-bottom: 50px;
}

#xmas3 .xmas_innner {
  padding-bottom: 30px;
  background: url(../images/xmas3_img.svg) calc(50% - 600px) bottom no-repeat;
}

#xmas3 .ttl {
  margin-bottom: 4em;
}

#xmas3 .info {
  width: 394px;
  height: 180px;
  margin: 60px 0 0 auto;
  padding:  40px 40px 0 40px;
  background: url("../images/xmas3_info_bg.svg") no-repeat;
  background-size: contain;
  text-align: left;
  line-height: 1.3;
}

#xmas3 .info dt {
  clear: left;
  float: left;
  display: block;
  width: 5em;
  margin-bottom: 10px;
  padding: 2px 0 3px;
  background: #603813;
  border-radius: 5px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

#xmas3 .info dd {
  display: block;
  margin-bottom: 10px;
  padding: 2px 0 3px;
  color: #603813;
  font-size: 21px;
  font-weight: bold;
  text-align:right;
}

#xmas3 .info dd.big {
  margin-top: -3px;
  padding-right: .5em;
  font-size: 26px;
}


/* 4.サンタさんにお手紙を書こう */

#xmas4 {
  color: #fff;
}
#xmas4 .xmas_innner {
  padding: 100px 0 20px;
  background:
   url(../images/xmas4_bg_top.png) center top repeat-x,
   url(../images/xmas4_bg_btm.png) center bottom repeat-x;
   background-color: #ac2523;
}

#xmas4 .mainw {
  padding-bottom: 130px;
  background: url("../images/xmas4_img.svg") no-repeat right bottom; 
}

#xmas4 .ttl {
  margin-bottom: 1em;
}

#xmas4 .flexbox-txt {
  width: 45%
}

.term {
  margin-bottom: 1em;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}


/* 5.期間限定クリスマスルーム */

#xmas5 {
  margin-top: -25px;
}

#xmas5 .xmas_innner {
  padding-top: 80px;
  padding-bottom: 100px;
  background: url(../images/xmas5_img_top.svg) center top no-repeat,
   url(../images/xmas5_img_btm.svg) center bottom 65px no-repeat;
  background-size: 70%;
}

#xmas5 .ttl {
  margin-bottom: 1em;
}

#xmas5 .term {
  color: #224b21;
}

.tokuten {
  margin-top: 40px;
  padding: 35px 0 35px 35px;
  background-color: #4D6F4C;
  color: #fff;
  text-align: left;
}

.tokuten h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
}

.tokuten li {
  padding: 5px 0 15px 55px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
}
.tokuten li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 34px;
  height: 35px;
  background: url("../images/listmark.svg") no-repeat left top;
  content: "";
}
.tokuten li:nth-child(1)::after {
  position: absolute;
  left: 12em;
  top: 1.8em;
  display: block;
  width: 23px;
  height: 24px;
  background: url("../images/kira1.svg") no-repeat;
  background-size: contain;
  content: "";
}
.tokuten li:nth-child(3)::after {
  position: absolute;
  left: 14.5em;
  top: 0;
  display: block;
  width: 19px;
  height: 36px;
  background: url("../images/kira2.svg") no-repeat;
  background-size: contain;
  content: "";
}

.tokuten li small {
  display: block;
  margin-top: .3em;
  font-size: 17px;
  line-height: 1.25;
}


@media (max-width:1000px) {

/* MV */

.xmas_mv {
  margin-bottom: 5vw;
  padding-top: 2vw
}

/* ナビ */

.xmas_sel {
  margin-bottom: 15vw;
}
.xmas_sel ul {
  gap: 6vw;
}
.xmas_sel ul.xmas_sel1 {
  justify-content: center;
  margin-bottom: 2vw;
}
.xmas_sel ul.xmas_sel2 {
  justify-content: center;
  margin-bottom: 8vw;
}
.xmas_sel ul li {
  width: 23vw;
}

/*コンテンツ基本設定*/

.xmas_innner {
}

.xmas_innner p {
  font-size: 3.5vw;
}

.ttl {
  margin-bottom: 1em;
}

.txt {
  margin-bottom: 4vw;
}

/* Flexbox */

.flexbox {
  flex-direction: column;
  gap: 3.5vw;
}
.flexbox-txt ,
.flexbox-img {
  width: 100%;
}

.flexbox .label {
  width: 18vw;
  right: -5vw;
  top: -5vw;
}

/* 利用方法 */

.riyou {
  padding: 4vw;
  position: relative;
}

.riyou h3 {
  margin-bottom: 2vw;
  font-size: 3.5vw;
}

.riyou p {
  font-size: 3.1vw;
}
.riyou p.small {
  font-size: 2.9vw;
}

/* ボタン */

.btn-wrap {
  margin-top: 7vw;
}

.btn {
  width: 100%;
  padding: 1vw 0 1vw 4vw;
  background-position: 2vw center;
  background-size: 5vw;
  font-size: 3.5vw;
  letter-spacing: 0;
}

.btn-red {
  width: 95%;
  padding: 2vw 0;
  border-radius: 3px;
  font-size: 3.8vw;
}


/* 1.プレゼントお渡し代行サービス */

#xmas1 {
  margin-bottom: 7vw;
}

#xmas1 .mainw {
  background: none;
}

#xmas1 .flexbox {
  flex-direction: column-reverse;
}

#xmas1 .riyou::after {
  position: absolute;
  right: -4vw;
  bottom: -3.5vw;
  display: block;
  width: 52px;
  height: 73px;
  background: url("../images/xmas1_img_sp.svg") no-repeat;
  background-size: cover;
  content: "";
}


/* 2.クリスマスビュッフェ */

#xmas2 {
  margin-bottom: 5vw;
}

#xmas2 .xmas_innner {
  padding: 10vw 0 12vw;
  background: url(../images/xmas2_bg_top_sp.png) center top repeat-x,
  url(../images/xmas2_bg_btm_sp.svg) center bottom repeat-x;
  background-color: #224a26;
  background-size: contain;
}

#xmas2 .ttl {
  margin: 0 1em 1em -1em;
}

#xmas2 .pic {
  margin-bottom: 0;
}


#xmas3 .ttl {
  margin-bottom: 1em;
}


/* 3.クリスマスツリーを作ろうクリスマスシールラリー */

#xmas3 .info {
  width: 60vw;
  height: 27.4vw;
  margin: 3vw auto;
  padding: 6vw 8vw 0 6vw;
}

#xmas3 {
  margin-bottom: 0;
}

#xmas3 .info dt {
  width: 5em;
  margin-bottom: 2vw;
  font-size: 3vw;
}

#xmas3 .info dd {
  margin-bottom: 2vw;
  padding: 2px 0 3px;
  font-size: 3vw;
}

#xmas3 .info dd.big {
  margin-top: -3px;
  padding-right: .5em;
  font-size: 3.2vw;
}

#xmas3 .flexbox-img::before {
  position: absolute;
  left: -8vw;
  top: -20vw;
  display: block;
  width: 58px;
  height: 85px;
  background: url("../images/xmas3_img_sp1.svg") no-repeat;
  background-size: cover;
  content: "";
}
#xmas3 .flexbox-img::after {
  position: absolute;
  right: -8.5vw;
  bottom: -3.5vw;
  display: block;
  width: 51px;
  height: 82px;
  background: url("../images/xmas3_img_sp2.svg") no-repeat;
  background-size: cover;
  content: "";
}


/* 4.サンタさんにお手紙を書こう */

#xmas4 .xmas_innner {
  padding: 10vw 0 13vw;
  background: url("../images/xmas4_bg_top_sp.png") no-repeat center top,
    url(../images/xmas4_bg_btm_sp.png) center bottom no-repeat;
  background-size: contain;
   background-color: #b7210f;
}

#xmas4 .mainw {
  padding-bottom: 0;
  background: none;
}

#xmas4 .flexbox-txt {
  width: 85%
}

  .xmas4-img {
    float: right;
    width: 45%;
    margin-left: 5%;
  }

/* 5.期間限定クリスマスルーム */

#xmas5 .xmas_innner {
  margin-bottom: 15vw;
  padding: 11vw 0 0;
  background: url(../images/xmas5_img_sp1.svg) left top no-repeat,
   url(../images/xmas5_img_btm_sp.svg) center bottom 2vw no-repeat;
  background-size: auto, contain;
}

#xmas5 .flexbox {
  flex-direction: column-reverse;
}

#xmas5 .flexbox-img::after {
  position: absolute;
  right: -8.5vw;
  top: -5vw;
  display: block;
  width: 85px;
  height: 77px;
  background: url("../images/xmas5_img_sp2.svg") no-repeat;
  background-size: cover;
  content: "";
}

.tokuten {
  margin-top: 0px;
  padding: 2.5vw 0 2.5vw 5vw;
}

.tokuten h3 {
  margin-bottom: 2vw;
  font-size: 3.5vw;
}

.tokuten li {
  margin-bottom: .5em;
  padding: 0 0 0 6.5vw;
  font-size: 3.2vw;
}
.tokuten li small {
  margin: 0 0 .5em;
  font-size: 2.5vw;
}
.tokuten li::before {
  width: 5vw;
  height: 5vw;
  background-size: cover;
}
.tokuten li:nth-child(1)::after {
  position: absolute;
  left: 20.5em;
  top: -.5em;
  width: 3vw;
  height: 3vw;
}
.tokuten li:nth-child(3)::after {
  position: absolute;
  left: 14em;
  top: 0;
  width: 5vw;
  height: 5vw;
}


}
