@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap');
@font-face {
  font-family: 'DINPro';
  src: url("./fonts/DINPro-Black.otf");
}
/* --------------------------------------------------------- */
/* reset
------------------------------------------------------------ */
/* reset */
body, div, dl, dt, dd, ul, ol, li, p, figure, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
  font-size: 1em;
}
li {
  list-style: none;
}
/* common */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
body {
  /*min-width: 1180px;*/
  font-size: 100%;
  line-height: 2.2;
  color: #221714;
  letter-spacing: .15rem;
  font-weight: 500;
  overflow-x: hidden;
}
html, body {
  width: 100%;
}
img {
  vertical-align: top;
  border: 0;
  height: auto;
  max-width: 100%;
}
a img {
  border: 0;
}
a img:hover {
  opacity: 0.8;
}
a:link, a:visited {
  text-decoration: none;
  color: #000;
}
a:hover, a:active {
  text-decoration: none;
  color: #000;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 575px) {
  body {
    min-width: 360px;
    letter-spacing: normal;
    line-height: 2;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .mb10 {
    margin-bottom: 5px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .mb50 {
    margin-bottom: 25px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .mb70 {
    margin-bottom: 35px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
}
/* --------------------------------------------------------- */
/* 共通パーツ
------------------------------------------------------------ */
.allWrap {
  text-align: center;
}
.allWrap p {
  font-size: 1.2rem;
}
.allWrap strong {
  font-weight: 600;
  color: #ea5514;
}
.allWrap p.smalltxt {
  font-size: .8rem;
  line-height: 1.8;
}
/*------ 背景色 -------*/
.bgBrown {
  background-color: #f8f5d2;
}
.bgBrownImg {
  background-image: url("../images/white_bg.png");
  background-repeat: repeat-y;
  background-size: 100%;
  background-position-x: center !important;
}
.topContact_snow {
  position: absolute;
}
/*------ タイトル -------*/
.tiEn {
  font-family: 'DINPro';
  font-size: 4.5rem;
  line-height: 4.5rem;
  margin-bottom: 20px;
}
.tiEnSmall {
  font-family: 'DINPro';
  font-size: 2.4rem !important;
  line-height: 2.4rem;
  margin-bottom: 40px;
}
.tiJp {
  font-size: 2rem;
  margin-bottom: 28px;
  padding-bottom: 28px;
  position: relative;
  letter-spacing: .6rem;
  line-height: 1.6;
  font-weight: 500;
}
.tiJp:after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -16px;
  content: '';
  height: 1px;
  width: 32px;
  background-color: #231815;
}
/*------ ボタン -------*/
.btn {
  background-color: #231815;
  border: solid #231815 2px;
  width: 430px;
  border-radius: 50px;
  line-height: 68px;
  position: relative;
  margin: 0 auto;
}
.btn:after {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  top: 50%;
  right: 40px;
  margin-top: -7px;
  background-image: url("../images/btn_arrow.svg");
  background-size: cover;
  pointer-events: none;
}
.btn:hover a {
  background-color: #fff;
  color: #231815;
}
.btn:hover:after {
  background-image: url("../images/btn_arrow_black.svg");
}
.btn a {
  color: #fff;
  display: block;
  border-radius: 50px;
  transition: .3s;
}
.btn a:hover {
  color: #231815;
}
.underLine {
  position: relative;
}
.underLine:after {
  z-index: -2;
  position: absolute;
  content: '';
  width: 100%;
  height: 1em;
  bottom: -.3em;
  left: 0;
  background-image: url("../images/underline_yellow_01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.underLine:before {
  z-index: -1;
  position: absolute;
  content: '';
  width: 100%;
  height: 1em;
  bottom: -.3em;
  left: 0;
  background-color: #f8f5d2;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .allWrap p {
    font-size: .9rem;
  }
  .allWrap p.smalltxt {
    font-size: .8rem;
    line-height: 1.8;
  }
  /*------ 背景色 -------*/
  .topContact_snow {
    overflow: hidden;
  }
  /*------ タイトル -------*/
  .tiEn {
    font-size: 2.3rem;
    line-height: 2.3rem;
    margin-bottom: 10px;
  }
  .tiEnSmall {
    font-size: 1.4rem !important;
    line-height: 1.4rem;
    margin-bottom: 20px;
  }
  .tiJp {
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
    letter-spacing: .05rem;
    line-height: 1.6;
  }
  /*------ ボタン -------*/
  .btn {
    width: 100%;
    line-height: 48px;
  }
  .btn:after {
    width: 10px;
    height: 10px;
    right: 24px;
    margin-top: -5px;
  }
  .underLine:after {
    width: 100%;
    bottom: -.1em;
  }
  .underLine:before {
    width: 100%;
    bottom: -.1em;
  }
}
/* --------------------------------------------------------- */
/* MainImg
------------------------------------------------------------ */
.mainImgWrap {
  background-image: url("../images/top_bg.jpg");
  background-size: cover;
  background-position: center center;
  padding-top: 56%;
  position: relative;
}
.logo, .main_ti, .main_ti02, .main_copy01 {
  position: absolute;
  left: 50%;
  transform: translate(-63%, 0);
  -webkit-transform: translate(-63%, 0);
  -ms-transform: translate(-63%, 0);
}
.logo {
  top: 15vw;
  width: 7.5vw;
}
.main_ti {
  top: 26vw;
  width: 21.875vw;
}
.main_ti02 {
  top: 33vw;
  width: 13.75vw;
}
.main_copy01 {
  top: 40vw;
  width: 12.968vw;
}
@media screen and (max-width: 575px) {
  .mainImgWrap {
    background-image: url("../images/top_bg_sp.jpg");
    padding-top: 180%;
  }
  .logo, .main_ti, .main_ti02, .main_copy01 {
    position: absolute;
    left: 50%;
    transform: translate(-63%, 0);
    -webkit-transform: translate(-63%, 0);
    -ms-transform: translate(-63%, 0);
  }
  .logo {
    top: 50vw;
    width: 20vw;
  }
  .main_ti {
    top: 79.46vw;
    width: 58.6vw;
  }
  .main_ti02 {
    top: 99.2vw;
    width: 36.8vw;
  }
  .main_copy01 {
    top: 118.39vw;
    width: 34.66vw;
  }
}

@media screen and (max-width: 360px) {
  .logo {
    top: 182px;
  }
  .main_ti {
    top: 288px;
  }
  .main_ti02 {
    top: 360px;
  }
  .main_copy01 {
    top: 428px;
  }
}
/* --------------------------------------------------------- */
/* THANKS WEEK
------------------------------------------------------------ */
.thanksWeekWrap {
  padding: 114px 0;
  position: relative;
}
.thanksWeekWrap .topContact_snow {
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
}
.thanksWeekWrap .topContact_snow.leftSnow {
  top: inherit;
  bottom: 0;
  left: 0;
  height: 50%;
}
.thanksBox, .findBox, .thanksWeekTxt {
  position: relative;
}
.thanksBox {
  margin-bottom: 60px;
}
.findTxt {
  position: relative;
  display: inline-block;
}
.findBox .underLine:after {
  width: 9em;
}
.findBox .underLine:before {
  width: 9em;
}
.thanks_bird, .thanks_blue, .thanks_snow, .thanks_txt {
  position: absolute;
  left: 50%;
}
.thanks_bird {
  top: 10px;
  margin-left: 300px;
  width: 98px;
  height: auto;
}
.thanks_blue {
  top: 96px;
  margin-left: 405px;
  width: 78px;
  height: auto;
}
.thanks_snow {
  top: -10px;
  margin-left: 436px;
  width: 76px;
  height: auto;
}
.thanks_txt {
  top: -80px;
  margin-left: -500px;
  width: 125px;
  height: auto;
}
.find_bag, .find_snow, .find_white {
  position: absolute;
}
.find_bag {
  width: 130px;
  bottom: 10px;
  left: -240px;
}
.find_snow {
  width: 68px;
  bottom: -70px;
  left: -290px;
}
.find_white {
  width: 38px;
  bottom: 10px;
  left: -90px;
}
@media screen and (max-width: 714px) {
  .thanksWeekWrap {
    padding: 114px 4%;
  }
}
@media screen and (max-width: 575px) {
  .thanksWeekWrap {
    padding: 56px 4%;
  }
  .thanksWeekWrap .topContact_snow {
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
  }
  .thanksWeekWrap .topContact_snow.leftSnow {
    top: inherit;
    bottom: 0;
    left: 0;
    height: 50%;
  }
  .thanksBox {
    margin-bottom: 30px;
  }
  .findBox .underLine:after {
    width: 7.2em;
  }
  .findBox .underLine:before {
    width: 7.2em;
  }
  .thanks_bird {
    top: 80px;
    margin-left: 120px;
    width: 35px;
  }
  .thanks_blue {
    top: 120px;
    margin-left: 150px;
    width: 26px;
  }
  .thanks_snow {
    display: none;
  }
  .thanks_txt {
    top: -25px;
    margin-left: -160px;
    width: 55px;
  }
  .find_bag {
    width: 48px;
    bottom: -20px;
    left: inherit;
    right: -10px;
    transform: rotate(30deg) !important;
  }
  .find_snow {
    width: 33px;
    bottom: -35px;
    left: inherit;
    right: 60px;
  }
  .find_white {
    display: none;
  }
}
/* --------------------------------------------------------- */
/* SPECIAL FAVOR
------------------------------------------------------------ */
.specialFavorWrap {
  padding: 114px 0;
}
.specialFavorWrap h2.tiEn {
  position: relative;
  display: inline-block;
}
.specialFavorTiIcon {
  position: absolute;
  width: 150px;
  bottom: -150px;
  right: -250px;
}
.specialFavorBox {
  max-width: 870px;
  position: relative;
  margin: 0 auto 70px auto;
  padding: 44px 44px 70px 44px;
}
.specialFavorBox.lastBox {
  margin-bottom: 0;
  padding-bottom: 0;
}
.specialFavorBox:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 870px;
  height: 2px;
  background-image: url("../images/dot.png");
  background-repeat: repeat-x;
  background-size: 10px auto;
}
.specialFavorBox.lastBox:after {
  display: none;
}
.specialNumber {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: auto;
}
.ti10per {
  width: 382px;
  margin: 0 auto 100px auto;
}
.ti10per.underLine:after {
  width: 382px;
  height: 40px;
  bottom: -36px;
  background-image: url("../images/underline_orange.png");
}
.ti10per.underLine:before {
  width: 382px;
  height: 40px;
  bottom: -36px;
  background-color: #fff;
}
.specialFavorBox .underLine.mv:before {
  transition: 1s;
}
.noveltyImg {
  /*width: 808px;*/
  margin: 0 auto 30px auto;
  position: relative;
}
.special_bird {
  position: absolute;
  top: -80px;
  left: 40px;
  width: 72px;
}
.special_line {
  position: absolute;
  bottom: 100px;
  right: -15px;
  width: 100px;
}
.tiNovelty {
  margin-bottom: 60px;
  line-height: 5rem;
  margin-top: -20px;
}
.tiNovelty .underLine:after {
  width: 4.5em;
  height: 1em;
  bottom: 0;
  background-image: url("../images/underline_yellow_02.png");
}
.tiNovelty .underLine:before {
  width: 4.5em;
  height: 1em;
  bottom: 0;
  background-color: #fff;
}
.tiSale {
  margin-bottom: 100px;
  display: inline-block;
  font-size: 4rem;
}
.tiSale span {
  font-size: 5rem;
}
.tiSale.underLine:after {
  width: 7.4em;
  height: 1em;
  bottom: -24px;
  background-image: url("../images/underline_green.png");
}
.tiSale.underLine:before {
  width: 7.4em;
  height: 1em;
  bottom: -24px;
  background-color: #fff;
}
.special_thankyou {
  position: absolute;
  top: -70px;
  right: -40px;
  width: 112px;
}
@media screen and (max-width: 880px) {
  .specialFavorWrap {
    padding: 114px 6%;
  }
  .specialNumber {
    width: 150px;
  }
  .specialFavorBox {
    padding: 44px 0 70px 0;
  }
  .tiSale {
    font-size: 3.6rem;
  }
  .tiSale span {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 740px) {
	.ti10per {
    width: 220px;
	}
	.ti10per.underLine:after {
    width: 220px;
    bottom: -22px;
    left: 0;
  }
  .ti10per.underLine:before {
    width: 220px;
    bottom: -22px;
    left: 0;
  }
	.tiNovelty {
		font-size: 2.6rem;
		line-height: 2.6rem;
  }
	.tiNovelty .underLine:after {
		width: 100%;
  }
  .tiNovelty .underLine:before {
		width: 100%;
  }
	.specialFavorBox h3.tiEn.pc {
		display: none;
	}
	.specialFavorBox h3.tiEn.sp {
		/*display: block;*/
    padding: 0 0 0 40px;
    margin-bottom: 20px;
		line-height: 2.6rem;
		display: inline-block;
		position: relative;
  }
  .tiSale {
    margin-bottom: 24px;
		font-size: 2.6rem;
  }
  .tiEnSale {
    font-size: 3.6rem;
  }
  .tiSale.underLine:after {
    width: 4em;
    height: 1em;
    bottom: -18px;
    background-image: url("../images/underline_green_02.png");
  }
  .tiSale.underLine:before {
    width: 4.1em;
    height: 1em;
    bottom: -24px;
  }
  .tiSale.tiEnSale.underLine:after {
    width: 2.6em;
    bottom: -26px;
    background-image: url("../images/underline_green_03.png");
  }
  .tiSale.tiEnSale.underLine:before {
    width: 2.6em;
    bottom: -30px;
  }
	.special_thankyou {
    top: -40px;
    right: -50px;
    width: 83px;
  }
}
@media screen and (max-width: 575px) {
  .specialFavorWrap {
    padding: 56px 6%;
  }
  .specialFavorTiIcon {
    width: 72px;
    bottom: -90px;
    right: -25px;
  }
  .specialFavorBox {
    max-width: 100%;
    margin: 0 auto 50px auto;
    padding: 0 0 50px 0;
  }
  .specialFavorBox p {
    text-align: left;
  }
	.specialFavorBox p.ls01 {
    letter-spacing: .1rem;
  }
  .specialFavorBox p.smalltxt {
    text-align: center;
  }
  .specialFavorBox:after {
    width: 100%;
  }
  .specialNumber {
    width: 100px;
  }
  .ti10per {
    width: 220px;
    margin: 0 auto 50px auto;
    padding: 30px 0 0 50px;
  }
  .ti10per.underLine:after {
    width: 170px;
    height: 20px;
    bottom: -18px;
    left: 50px;
  }
  .ti10per.underLine:before {
    width: 170px;
    height: 20px;
    bottom: -18px;
    left: 50px;
  }
  .noveltyImg {
    width: 96%;
    margin: 0 auto 10px auto
  }
  .special_bird {
    top: -30px;
    left: 40px;
    width: 32px;
  }
  .special_line {
    bottom: 30px;
    right: -15px;
    width: 50px;
  }
  .tiNovelty {
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 3rem;
    padding: 10px 0 0 60px;
  }
	.specialFavorBox h3.tiEn.sp {
    padding: 40px 0 0 40px;
  }
  .special_thankyou {
    top: -10px;
    right: -40px;
  }
}
/* --------------------------------------------------------- */
/* FIND YOUR OWN BEST BAG
------------------------------------------------------------ */
.findBestBagWrap {
  position: relative;
  padding: 100px 0 24px 0;
}
.findBestBagWrap .tiJp:after {
  display: none;
}
.findBestBagWrap h2 span {
  position: relative;
}
.bestbag_bg {
  position: absolute;
  width: 93px;
  top: -216px;
  left: -120px;
}
.findBestBagBox {
  max-width: 1030px;
  margin: 0 auto 76px auto;
  background-color: #fff;
  position: relative;
  padding: 38px 84px 80px 84px;
  text-align: left;
}
.findBestBagBox h4 {
  margin-bottom: 60px;
}
.findBestBagBox h4 img {
  width: 102px;
}
.findBestBagBox h4 span {
  margin-left: 50px;
  font-size: 2rem;
  border-bottom: solid 1px #000;
}
.bestbag_01_flower, .bestbag_01_icon, .bestbag_img_02, .bestbag_02_icon, .bestbag_02_line {
  position: absolute;
}
.bestbag_01_flower {
  width: 243px;
  top: 10px;
  right: -80px;
}
.bestbag_01_icon {
  width: 225px;
  bottom: 70px;
  left: -75px;
}
.bestbag_img_02 {
  width: 126px;
  bottom: 100px;
  right: 100px;
}
.bestbag_02_icon {
  width: 176px;
  bottom: 20px;
  left: -100px;
}
.bestbag_02_line {
  width: 100px;
  top: 400px;
  right: -26px;
}
.findBestBagBox .btn {
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .findBestBagWrap {
    padding: 100px 4% 24px 4%;
  }
  .findBestBagBox {
    max-width: 100%;
    margin: 0 auto 40px auto;
    padding: 30px 34px;
  }
  .findBestBagBox h4 {
    margin-bottom: 20px;
  }
  .findBestBagBox h4 img {
    width: 60px;
  }
  .findBestBagBox h4 span {
    margin-left: 30px;
    font-size: 1.4rem;
  }
  .bestbag_img_02 {
    right: 10px;
    bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .findBestBagWrap {
    padding: 56px 4% 12px 4%;
  }
  .bestbag_bg {
    width: 42px;
    top: -90px;
    left: -55px;
  }
  .bestbag_01_flower {
    width: 77px;
    top: -16px;
    right: -4px;
  }
  .bestbag_01_icon {
    width: 108px;
    bottom: -35px;
    left: 0px;
  }
  .bestbag_img_02 {
    display: none;
  }
  .bestbag_02_icon {
    width: 34px;
    bottom: -20px;
    left: inherit;
    right: 40px;
  }
  .bestbag_02_line {
    display: none;
  }
}
/* --------------------------------------------------------- */
/* THANKS FROM THE STAFF
------------------------------------------------------------ */
.reefBg {
  background-image: url("../images/reef_bg.png");
  background-size: 100%;
  background-position-x: center !important;
}
.greenBg {
  background-image: url("../images/green_bg.png");
  background-size: 100%;
  background-position-x: center !important;
}
.fromStaffWrap {
  padding: 100px 0 88px 0;
}
.fromStaffWrap .tiJp {
  margin-bottom: 0;
}
.fromStaffWrap .tiJp:after {
  display: none;
}
.fromStaffLi {
  max-width: 886px;
  margin: 0 auto 30px auto;
  text-align: left;
  letter-spacing: -.4rem;
}
.fromStaffLi li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 0 0 20px 0;
}
.fromStaffLi li img {
  width: 98%;
}
.fromStaffLi li:nth-child(even) {
  text-align: right;
}
.fromStaffLi li:nth-child(even) img {
  margin-right: 0;
}
.fromStaffLi li p {
  font-size: .8rem;
  text-align: left;
}
.fromStaffLi li:nth-child(even) p {
  margin-left: 8px;
}
.fromStaffWrap .underLine {
  font-weight: 600;
}
.fromStaffWrap .underLine:after {
  width: 8.5em;
  height: 1em;
  bottom: -.3em;
  left: .3em;
}
.fromStaffWrap .underLine:before {
  width: 8.5em;
  height: 1em;
  bottom: -.3em;
  left: .3em;
  background-color: #fff;
}
.fromStaffWrap .underLine.mv:before {
  transition-delay: 1s !important;
}
.fromStaffWrap .btn {
  width: 485px;
}
@media screen and (max-width: 886px) {
  .fromStaffWrap {
    padding: 56px 4% 44px 4%;
  }
  .fromStaffWrap h3.tiJp .sp {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .fromStaffLi {
    max-width: 100%;
    margin: 0 auto 15px auto;
  }
  .fromStaffLi li {
    width: 50%;
    margin: 0 0 14px 0;
  }
  .fromStaffLi li img {
    width: 96%;
    display: block;
    margin: 0 auto;
  }
  .fromStaffWrap .underLine:after {
    width: 6.8em;
  }
  .fromStaffWrap .underLine:before {
    width: 6.8em;
  }
  .fromStaffWrap .btn {
    width: 100%;
    line-height: 1.7;
  }
  .fromStaffWrap .btn a {
    padding: 8px;
  }
}
/* --------------------------------------------------------- */
/* russet LIVE
------------------------------------------------------------ */
.russetLiveWrap {
  padding: 106px 0 0 0;
  position: relative;
}
.russetLiveWrap .topContact_snow {
  bottom: 0;
  right: 0;
  width: 20%;
  height: 50%;
}
.russetLiveBox {
  max-width: 1016px;
  margin: 0 auto 94px auto;
  position: relative;
  padding-bottom: 84px;
}
.russetLiveBox:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1016px;
  height: 2px;
  background-image: url("../images/dot.png");
  background-repeat: repeat-x;
  background-size: 10px auto;
}
.russetLiveBox.lastBox {
  margin-bottom: 0;
}
.russetLiveBox.lastBox:after {
  display: none;
}
.live_icon_pc {
  display: none;
}
.liveCopy {
  font-weight: 600;
  margin: 40px 0 90px 0;
}
.russetLiveBox h3 {
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
}
.russetLiveBox h3.tiEn img {
  width: 206px;
}
.russetLiveBox h3.tiEn span {
  font-size: 3.5rem;
  margin: 24px 0 0 20px;
  display: inline-block;
	height: 112px;
}
.russetLiveBox .underLine.mv:before {
  transition: 1s;
}
.liveDate.underLine:after {
  /*width: 9em;*/
	width: 100%;
  height: 1em;
  bottom: 20px;
  background-image: url("../images/underline_green.png");
}
.liveDate.underLine:before {
  /*width: 9em;*/
	width: 100%;
  height: 1em;
  bottom: 20px;
  background-color: #f8f5d2;
}
.liveDate.firstDate.underLine:after {
  /*width: 9.5em;*/
	width: 100%;
}
.liveDate.firstDate.underLine:before {
  /*width: 9.5em;*/
	width: 101%;
}
.russetLiveBox .inner {
  display: flex;
  justify-content: flex-start;
}
.russetLiveBox .inner .liveImg {
  width: 50%;
  padding: 0 50px;
}
.liveTxt {
  width: 50%;
  text-align: left;
}
.liveTxt p {
  margin-bottom: 80px;
}
.russetLiveBox .btn {
  text-align: center;
  width: 300px;
  background-color: #ea5514;
  border-color: #ea5514;
}
.russetLiveBox .btn:hover a {
  color: #ea5514;
}
.russetLiveBox .btn:hover:after {
  background-image: url("../images/btn_arrow_red.svg");
}
.live_icon, .live_special_bird, .live_reef_01, .live_reef_02 {
  position: absolute;
}
.live_icon {
  width: 136px;
  bottom: 40px;
  right: -30px;
}
.live_special_bird {
  width: 70px;
  bottom: 20px;
  left: -50px;
}
.live_reef_01 {
  width: 98px;
  bottom: -50px;
  left: -110px;
}
.live_reef_02 {
  width: 150px;
  bottom: -40px;
  right: -100px;
}
@media screen and (max-width: 1016px) {
  .russetLiveWrap {
    padding: 106px 4% 0 4%;
  }
  .russetLiveBox:after {
    width: 100%;
  }
  .russetLiveWrap h2.tiEn {
    position: relative;
  }
  .live_icon, .live_special_bird, .live_reef_01, .live_reef_02 {
    display: none;
  }
  .live_icon_pc {
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 70px;
  }
}
@media screen and (max-width: 850px) {
  .russetLiveBox h3.tiEn img {
    width: 120px;
  }
  .russetLiveBox h3.tiEn span {
    font-size: 2.4rem;
    margin-top: 0;
		height: 48px;
  }
  .liveCopy {
    margin: 20px 0 30px 0;
  }
  .liveDate.underLine:after, .liveDate.underLine:before, .liveDate.firstDate.underLine:after, .liveDate.firstDate.underLine:before {
    bottom: 0;
  }
  .russetLiveBox .btn {
    width: 100%;
  }
  .liveTxt p {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 656px) {}
@media screen and (max-width: 575px) {
  .russetLiveWrap {
    padding: 56px 4% 0 4%;
  }
  .russetLiveBox {
    max-width: 100%;
    margin: 0 auto 50px auto;
    padding-bottom: 40px;
  }
  .russetLiveBox h3 {
    margin-bottom: 40px;
		height: 52px;
  }
  .russetLiveBox h3.tiEn img {
    width: 75px;
    margin-top: 0;
  }
  .russetLiveBox h3.tiEn span {
    font-weight: 500;
    font-size: 1.6rem;
    margin: 0 0 0 10px;
  }
  .liveDate.underLine:after {
    /*width: 8.4em;*/
    bottom: 4px;
  }
  .liveDate.underLine:before {
    /*width: 8.4em;*/
    bottom: 4px;
  }
  .liveDate.firstDate.underLine:after, .liveDate.firstDate.underLine:before {
    /*width: 8.8em;*/
  }
  .russetLiveBox .inner {
    display: flex;
    justify-content: flex-start;
  }
  .russetLiveBox .inner .liveImg {
    width: 40%;
    padding: 0 20px 0 0;
  }
  .liveTxt {
    width: 60%;
  }
  .liveTxt p {
    font-size: .8rem;
  }
}
/* --------------------------------------------------------- */
/* STAFF’S CHOICE FOR BEST BAG
------------------------------------------------------------ */
.staffChoiceWrap {
  padding: 120px 0 70px 0;
}
.staffChoiceWrap .tiEn {
  margin-bottom: 50px;
}
.staffChoiceWrap .tiJp {
  font-size: 1.8rem;
}
.staffChoiceWrap .tiJp:after {
  display: none;
}
.staffChoiceWrap .underLine.mv {
  font-weight: 600;
  transition: 1s;
}
.staffChoiceWrap .underLine:after {
  width: 26em;
  height: 1em;
  bottom: -.1em;
  left: .5em;
  background-image: url("../images/underline_yellow_03.png");
}
.staffChoiceWrap .underLine:before {
  width: 26em;
  height: 1em;
  bottom: -.1em;
  left: .5em;
  background-color: #fff;
}
.staffChoiceBox {
  max-width: 900px;
  margin: 0 auto 0 auto;
}
.staffChoiceLink {
  display: flex;
  align-items: center;
}
.staffChoiceLink.lastBox {
  flex-direction: row-reverse;
}
.staffChoiceImg {
  width: 50%;
  position: relative;
}
.staffChoiceTxt {
  width: 50%;
  text-align: left;
}
.staffChoiceTxt .tiEn {
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 60px;
  padding-left: 135px;
}
.lastBox .staffChoiceTxt .tiEn {
  padding-left: 0;
}
.detailBtn {
  width: 434px;
  background-image: url("../images/choice_arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  font-weight: 600;
  padding: 0 0 6px 50px;
  font-size: 1.2rem;
  transition: .8s;
}
.detailBtn a {
  display: block;
}
.detailBtn:hover {
  transform: translate(-20px, 0);
  -webkit-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
}
.lastBox .detailBtn {
  text-align: right;
  padding: 0 50px 6px 0;
  background-image: url("../images/choice_arrow_r.svg");
}
.lastBox .detailBtn:hover {
  transform: translate(20px, 0);
  -webkit-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
}
.choice_goods_01 {
  width: 228px;
}
.choice_goods_02 {
  width: 256px;
}
.choice_goods_01_txt, .choice_goods_02_txt, .choice_icon_01, .choice_icon_02 {
  position: absolute;
}
.choice_goods_01_txt {
  width: 146px;
  top: 0px;
  right: -20px;
}
.choice_goods_02_txt {
  width: 106px;
  top: 70px;
  left: 24px;
}
.choice_icon_01 {
  width: 150px;
  bottom: -50px;
  left: -60px;
}
.choice_icon_02 {
  width: 120px;
  bottom: 0px;
  right: -40px;
}
@media screen and (max-width: 930px) {
  .staffChoiceWrap {
    padding: 120px 4% 70px 4%;
  }
  .staffChoiceBox {
    overflow: hidden;
  }
  .staffChoiceWrap h3.tiJp.pc {
    display: none;
  }
  .staffChoiceWrap h3.tiJp.sp {
    display: block;
  }
  .staffChoiceWrap .underLine:after {
    width: 12em;
    bottom: 0;
    background-image: url("../images/underline_yellow_05.png");
  }
  .staffChoiceWrap .underLine:before {
    width: 12em;
    bottom: 0;
  }
  .staffChoiceWrap .instaTxt.underLine {
    display: inline-block;
  }
  .staffChoiceWrap .instaTxt.underLine:after {
    width: 12em;
    bottom: 0;
    left: -.1em;
    background-image: url("../images/underline_yellow_05.png");
  }
  .staffChoiceWrap .instaTxt.underLine:before {
    width: 12em;
    bottom: 0;
    left: -.1em;
  }
  .staffChoiceTxt .tiEn {
    padding-left: 60px;
  }
  .staffChoiceImg {
    width: 45%;
  }
  .staffChoiceTxt {
    width: 55%;
  }
  .detailBtn {
    width: 100%;
  }
  .choice_icon_01 {
    width: 100px;
    bottom: -60px;
    left: inherit;
    right: 30px;
  }
  .choice_icon_02 {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  .staffChoiceWrap .tiJp {
    font-size: 1.3rem;
  }
  .staffChoiceWrap .underLine:after {
    width: 9.6em;
  }
  .staffChoiceWrap .underLine:before {
    width: 9.6em;
  }
  .staffChoiceWrap .instaTxt.underLine:after {
    width: 9.6em;
  }
  .staffChoiceWrap .instaTxt.underLine:before {
    width: 9.6em;
  }
}
@media screen and (max-width: 575px) {
  .staffChoiceWrap {
    padding: 56px 4% 30px 4%;
  }
  .staffChoiceWrap .tiEn {
    margin-bottom: 25px;
  }
  .staffChoiceWrap .tiJp {
    font-size: 1.3rem;
  }
  .staffChoiceWrap .underLine:after {
    width: 9.6em;
  }
  .staffChoiceWrap .underLine:before {
    width: 9.6em;
  }
  .staffChoiceWrap .instaTxt.underLine:after {
    width: 9.6em;
  }
  .staffChoiceWrap .instaTxt.underLine:before {
    width: 9.6em;
  }
  .staffChoiceBox {
    max-width: 100%;
  }
  .staffChoiceLink {
    margin-bottom: 60px;
  }
  .staffChoiceLink.lastBox {
    margin-bottom: 0;
  }
  .staffChoiceImg {
    width: 45%;
    padding: 0 26px;
  }
  .staffChoiceTxt {
    width: 55%;
  }
  .staffChoiceTxt .tiEn {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .staffChoiceTxt .tiEn span {
    font-size: 2.4rem;
  }
  .lastBox .staffChoiceTxt .tiEn {
    padding-left: 20px;
  }
  .detailBtn {
    width: 100%;
    padding: 0 0 6px 20px;
    font-size: 1rem;
  }
  .lastBox .detailBtn {
    padding: 0 20px 6px 0;
  }
  .choice_goods_01 {
    width: 100%;
  }
  .choice_goods_02 {
    width: 100%;
  }
  .choice_goods_01_txt {
    width: 48px;
    top: 0;
    right: inherit;
    left: 0;
  }
  .choice_goods_02_txt {
    width: 45px;
    top: inherit;
    left: inherit;
    bottom: 0;
    right: 0;
  }
  .choice_icon_01 {
    width: 68px;
  }
}
/* --------------------------------------------------------- */
/* PRESENT  CAMPAIGN
------------------------------------------------------------ */
.presentWrap {
  padding: 128px 0 96px 0;
  position: relative;
}
.presentWrap .topContact_snow {
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
}
.presentWrap .topContact_snow.leftSnow {
  left: 0;
}
.presentWrap .tiEn {
  margin-bottom: 50px;
}
p.tiPresent {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}
.tiPresent .underLine:after {
  width: 12.5em;
  height: 1em;
  bottom: -.5em;
  background-image: url("../images/underline_orange_02.png");
}
.tiPresent .underLine:before {
  width: 12.5em;
  height: 1em;
  bottom: -.5em;
}
.followTxt {
  font-weight: 600;
  margin-bottom: 20px;
}
.followBold {
  font-weight: 700;
  font-size: 1.4rem;
}
.followRed {
  color: #ea5514;
  font-weight: 700;
}
.present3 {
	font-size: 1.4rem;
}
.present3 .followBold {
	font-size: 2rem;
}
.presentBag {
	font-size: 1.7rem;
}
.present3.underLine:after {
  width: 3em;
  height: 1em;
  bottom: 0;
  background-image: url("../images/underline_yellow_04.png");
}
.present3.underLine:before {
  width: 3em;
  height: 1em;
  bottom: 0;
}
.presentBag.underLine:after {
  width: 10em;
  height: 1em;
  bottom: 0;
  left: .5em;
  background-image: url("../images/underline_yellow_05.png");
}
.presentBag.underLine:before {
  width: 10em;
  height: 1em;
  bottom: 0;
  left: .5em;
}
.presentWrap .btn {
  text-align: center;
  width: 456px;
  background-color: #ea5514;
  border-color: #ea5514;
}
.presentWrap .btn:hover a {
  color: #ea5514;
}
.presentWrap .btn:hover:after {
  background-image: url("../images/btn_arrow_red.svg");
}
.present_icon {
  position: absolute;
  width: 116px;
  bottom: -90px;
  right: -180px;
}
@media screen and (max-width: 856px) {
  .presentWrap {
    padding: 128px 4% 96px 4%;
  }
  .presentWrap h2.tiEn .sp {
    display: block;
  }
  .present_icon {
    width: 80px;
    bottom: inherit;
    top: -140px;
    right: -50px;
  }
}
@media screen and (max-width: 575px) {
  .presentWrap {
    padding: 56px 4% 40px 4%;
  }
  .presentWrap .tiEn {
    margin-bottom: 30px;
  }
  p.tiPresent {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .tiPresent .underLine:after {
    width: 11.8em;
  }
  .tiPresent .underLine:before {
    width: 11.8em;
  }
  .followTxt {
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .present3.underLine {
    margin-right: 4px;
  }
	.present3 {
	font-size: 1.2rem;
}
.present3 .followBold {
	font-size: 1.6rem;
}
  .presentBag.underLine {
    font-size: 1.4rem;
  }
  .presentBag.underLine:after {
    width: 9em;
  }
  .presentBag.underLine:before {
    width: 9em;
    bottom: -.1rem;
  }
  .presentWrap .btn {
    width: 100%;
  }
  .presentWrap .btn:hover:after {
    background-image: url("../images/btn_arrow_red.svg");
  }
  .present_icon {
    width: 52px;
    top: -90px;
    right: -20px;
  }
}
/* --------------------------------------------------------- */
/* 西武池袋店 SPECIAL SHOP
------------------------------------------------------------ */
.shopWrap {
  padding: 162px 0 68px 0;
  position: relative;
}
.shopWrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 1016px;
  height: 2px;
  background-image: url("../images/dot.png");
  background-repeat: repeat-x;
  background-size: 10px auto;
}
.shopWrap h2.tiEn {
  position: relative;
  display: inline-block;
}
.shopName.underLine:after {
  width: 12.5em;
  height: 1em;
  bottom: .05em;
  background-image: url("../images/underline_yellow_03.png");
}
.shopName.underLine:before {
  width: 12.5em;
  height: 1em;
  bottom: .05em;
  background-color: #fff;
}
.shop_open {
  position: absolute;
  width: 130px;
  top: -90px;
  left: -60px;
}
.shopWrap h3.tiEn {
  font-size: 2.2rem;
  margin-bottom: 120px;
}
.shopDate.underLine:after {
  width: 10.5em;
  height: 1em;
  bottom: -.5em;
  background-image: url("../images/underline_orange_02.png");
}
.shopDate.underLine:before {
  width: 10.5em;
  height: 1em;
  bottom: -.6em;
  background-color: #fff;
}
.shopBox {
  max-width: 1012px;
  margin: 0 auto 110px auto;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.shopImg {
  position: relative;
  width: 50%;
  padding: 0 40px;
}
.shop_icon {
  position: absolute;
  width: 210px;
  bottom: -140px;
  right: -50px;
}
.shopTxt {
  width: 50%;
  text-align: left;
  padding-left: 80px;
}
.shopWrap .btn {
  width: 300px;
}
@media screen and (max-width: 950px) {
  .shopWrap {
    padding: 162px 4% 68px 4%;
  }
  .shopWrap .pc {
    display: none;
  }
  .shopWrap .sp {
    display: block;
  }
  .shopWrap h2.tiEn {
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .shopName.underLine:after {
    width: 5.2em;
    background-image: url("../images/underline_yellow_05.png");
  }
  .shopName.underLine:before {
    width: 5.2em;
  }
  .shopName.shopNameEn.underLine {
    display: inline-block;
  }
  .shopName.shopNameEn.underLine:after {
    width: 7.1em;
    bottom: .1em;
    background-image: url("../images/underline_yellow_05.png");
  }
  .shopName.shopNameEn.underLine:before {
    width: 7.1em;
    bottom: .1em;
  }
  .shop_open {
    width: 95px;
    top: -40px;
    left: inherit;
    right: 100px;
  }
  .shop_open_icon {
    position: absolute;
    top: -30px;
    left: 90px;
  }
  .shopBox {
    max-width: 100%;
    margin: 0 auto 40px auto;
    display: block;
  }
  .shopImg {
    width: 100%;
    padding: 0 40px;
    margin-bottom: 20px;
  }
  .shop_icon {
    display: none;
  }
  .shopTxt {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .shopWrap {
    padding: 56px 4%;
  }
  .shopWrap:after {
    width: 100%;
  }
  .shopName.underLine:after {
    /*width: 5em;*/
		width: 100%;
  }
  .shopName.underLine:before {
    /*width: 5em;*/
		width: 100%;
  }
  .shopName.shopNameEn.underLine:after {
    /*width: 6.8em;*/
		width: 100%;
  }
  .shopName.shopNameEn.underLine:before {
    /*width: 6.8em;*/
		width: 100%;
  }
  .shop_open {
    right: 0px;
  }
  .shop_open_icon {
    left: 0px;
  }
  .shopWrap h3.tiEn {
    font-size: 1.8rem;
    margin-bottom: 60px;
  }
  .shopDate.underLine:after {
    width: 100%;
    bottom: -.4em;
  }
  .shopDate.underLine:before {
    width: 100%;
    bottom: -.5em;
  }
  .shopWrap .btn {
    width: 240px;
  }
}
/* --------------------------------------------------------- */
/* footer
------------------------------------------------------------ */
.footer {
  padding: 80px 0 90px 0;
  text-align: center;
}
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  opacity: 0;
  transition: .3s;
  visibility: hidden;
}
.scroll-top.active {
  opacity: 1;
  visibility: visible;
}
.footerLink {
  margin-bottom: 70px;
}
.footerLink01, .footerLink02 {
  margin-bottom: 30px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: bold;
}
.footerLink02 a {
  display: inline-block;
  padding: 10px 0;
  border-radius: 50px;
  width: 280px;
  transition: .3s;
}
.footerLink02 a {
  border: solid 2px #416996;
  color: #fff;
  background-color: #416996;
}
.footerLink02 a:hover {
  background-color: #fff;
  color: #416996;
}
address {
  font-style: normal;
  font-size: .625rem;
  margin-top: 30px;
  letter-spacing: .1rem;
}
@media screen and (max-width: 575px) {
  .footer {
    padding: 56px 0 40px 0;
  }
  .scroll-top {
    right: 15px;
    bottom: 15px;
    width: 60px;
  }
}
/* --------------------------------------------------------- */
/* アニメーション
------------------------------------------------------------ */
.mv.active {
  /*transform: scale(1);*/
  opacity: 1;
}
.mv {
  /*transform: scale(1);*/
  opacity: 0;
  transition: 1.5s;
}
.underLine.mv.active {
  transform: scale(1);
  opacity: 1;
}
.underLine.mv {
  transform: scale(1);
  opacity: 1;
}
.underLine.mv.active:before {
  transform: scale(0, 1);
  opacity: 1;
  transform-origin: right;
}
.underLine.mv:before {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: right;
  transition: .8s;
  transition-delay: .8s !important;
}
.mv_delay02 {
  transition-delay: .2s !important;
}
.mv_delay04 {
  transition-delay: .4s !important;
}
.mv_delay05 {
  transition-delay: .5s !important;
}
.mv_delay06 {
  transition-delay: .6s !important;
}
.mv_delay08 {
  transition-delay: .8s !important;
}
.mv_delay10 {
  transition-delay: 1s !important;
}
.mv_delay12 {
  transition-delay: 1.2s !important;
}
.mv_delay14 {
  transition-delay: 1.4s !important;
}
.mv_delay15 {
  transition-delay: 1.5s !important;
}
.mv_delay16 {
  transition-delay: 1.6s !important;
}
.mv_delay18 {
  transition-delay: 1.8s !important;
}
.mv_delay20 {
  transition-delay: 2s !important;
}
.mv_delay50 {
  transition-delay: 5s !important;
}
.mv_up {
  transform: translate(0, 10%);
  -webkit-transform: translate(0, 10%);
  -ms-transform: translate(0, 10%);
}
.mv_down {
  transform: translate(0, -10%);
  -webkit-transform: translate(0, -10%);
  -ms-transform: translate(0, -10%);
}
.mv_right_down {
  transform: translate(30%, -30%);
  -webkit-transform: translate(30%, -30%);
  -ms-transform: translate(30%, -30%);
}
.mv_left_up {
  transform: translate(-10%, 30%);
  -webkit-transform: translate(-10%, 30%);
  -ms-transform: translate(-10%, 30%);
}
.mv_right_up {
  transform: translate(10%, 30%);
  -webkit-transform: translate(10%, 30%);
  -ms-transform: translate(10%, 30%);
}
.mv_right {
  transform: translate(20%, 0);
  -webkit-transform: translate(20%, 0);
  -ms-transform: translate(20%, 0);
}
.mv_left {
  transform: translate(-20%, 0);
  -webkit-transform: translate(-20%, 0);
  -ms-transform: translate(-20%, 0);
}
.mv_up.active, .mv_down.active, .mv_right_down.active, .mv_left.active, .mv_left_up.active, .mv_right.active, .mv_right_up.active {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}
.mv_ti01 {
  transform: scale(1);
  transform: translate(-60%, 0);
  -webkit-transform: translate(-60%, 0);
  -ms-transform: translate(-60%, 0);
}
.mv_ti02 {
  transform: scale(1);
  transform: translate(-40%, 0);
  -webkit-transform: translate(-40%, 0);
  -ms-transform: translate(-40%, 0);
}
.main_copy01, .main_copy02, .main_copy03 {
  transform: translate(-50%, 0) scale(0.85);
  -webkit-transform: translate(-50%, 0) scale(0.85);
  -ms-transform: translate(-50%, 0) scale(0.85);
  opacity: 0;
}
.main_copy01.active, .main_copy02.active, .main_copy03.active {
  transform: translate(-50%, 0) scale(1);
  -webkit-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
}
.mv_ti01.active, .mv_ti02.active {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}