@charset "UTF-8";


@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@import url(//fonts.googleapis.com/css?family=Abril+Fatface|Josefin+Slab:700|Noto+Serif:200,400,700);

@import url(//fonts.googleapis.com/css2?family=Playfair+Display&display=swap);

@import url(//fonts.googleapis.com/css2?family=Charm:wght@400;700&family=Lancelot&display=swap);
</style>


* {
  font-family: 'Overpass', 'Noto Sans JP', sans-serif;
}





/*----------------------------------------
	clearfix
----------------------------------------*/
.clearfix:after {
content: "";
display: block;
clear: both;
}
/*----------------------------------------
	clearfix
----------------------------------------*/

.magazine {
  /* margin: 120px 17.06% 0; */
  height: auto;
  margin: 7% auto 0;
  width: 650px;
}

.magazine h2 {
  font-family: 'Lancelot', serif;
  /* font-family: 'Charm', cursive; */
  font-size: 25px;
  text-align: center;
  margin-top: 3%;
  color: #ffffff;
}

.magazine p {
  font-family: Hiragino Kaku Gothic Pro,Meiryo,sans-serif;
  line-height: 180%;
  letter-spacing: .03em;
  font-size: 13px;
  color: #ffffff;
}

html,body{
	height: 100%;/*高さを100%にして描画エリアをとる*/
}

#particles-js{
	position:fixed;/*描画固定*/
	z-index:-1;/*描画を一番下に*/
	width: 100%;
	height: 100%;
	background-color:#434D60 !important;
  top: 0;
  left: 0;
}

#wrapper{
	position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
	z-index: 1;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
	width:100%;
	height: 100%;
}

.countDown {
  margin: 50px 0;
  text-align: center;
  color: #ffffff;
  line-height: 180%;
  letter-spacing: .05em;
  font-size: 13px;
}

.countDown span {
  color: #000000;
  font-size: 30px;
  letter-spacing: .05em;
  margin-right: 1%;
}

.countDownText {
  border: 1px solid #fff;
  padding: 8px 6px 8px 15px;
  margin: auto;
  background: #ffffff;
}

.flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}


/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.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;
}


.box{
	opacity: 0;
}

.fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:3s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes fadeUpAnime{
  from {
  opacity: 0;
	transform: translateY(0);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.fadeUpTrigger{
opacity: 0;
}


.magazine .topimg {
  width: 60%;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.magazine .topimg img {
  width: 100%;
}

.magazine .tree_circle img {
  position: absolute;
  width: 4%;
}

@keyframes flash {
	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

.magazine .tree_circle img#d1 {
  top: 29%;
  left: 52%;
  animation: flash 3s linear infinite;
}

.magazine .tree_circle img#d2 {
  top: 36%;
  left: 42%;
}

.magazine .tree_circle img#d3 {
  top: 44%;
  left: 54%;
  animation: flash 4s linear infinite;
}

.magazine .tree_circle img#d4 {
  top: 54%;
  left: 39%;
  animation: flash 3s linear infinite;
}

.magazine .tree_circle img#d5 {
  top: 58%;
  left: 57%;
}

.magazine .tree_circle img#d6 {
  top: 68%;
  left: 35%;
}

.magazine .tree_circle img#d7 {
  top: 71%;
  left: 61%;
  animation: flash 5s linear infinite;
}

.magazine .top_star img {
  position: absolute;
  width: 10%;
  top: 16%;
  left: 44%;
}


.magazine .topcmt p {
  width: 90%;
  margin: 5% auto 0%;
  text-align: center;
}

.magazine .list {
  margin: 30% auto 0;
  width: 100%;
  position: relative;
}

.magazine .list::before {
  content: "";
  width: 100vw;
  height: 2px;
  background-color: #D9D9D9;
  position: absolute;
  margin: -13% calc(50% - 50vw) 0%;
}

.magazine .list .list_ttl img {
  width: 10%;
  height: auto;
  margin: 0 1%;
}

.magazine .list .list_wrap {
    margin-top: 5%;
    justify-content: center;
}

.magazine .list .list_wrap a {
  width: 25%;
}

.magazine .list .list_wrap img {
  width: 100%;
  height: auto;
}

.magazine .santa {
    width: 40%;
    position: absolute;
    top: 76%;
    left: 64%;
    z-index: -1;
}

.magazine .santa img {
  width: 100%;
  height: auto;
  animation:10s linear infinite rotation1;
}

@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

.magazine .space {
  display: block;
  padding-top: 20%;;
  margin-top: -20%;;
}

.magazine .content_g {
  background-color: #D9D9D9;
  margin: 10% calc(50% - 50vw) 0%;
  padding: 15% calc(50vw - 50% + 5px) 15%;
}

.magazine .content_g p {
  color: #434d60;
}

.magazine .content_g h2 {
  color: #434d60;
}


.magazine .crystal {
  margin: 0 auto;
  text-align: center;
}

.magazine .crystal img {
  width: 5%;
  height: auto;
}

.magazine .top p {
  width: 90%;
  margin: 5% auto 0%;
  text-align: center;
}

.magazine .howto {
  margin: 15% auto 0;
  text-align: center;
  position: relative;
}

.magazine h3 {
  color: #434D60;
  font-size: 15px;
}

.magazine .howto img {
  width: 27%;
  position: absolute;
  top: 5%;
  left: 37%;
}

.magazine .decoration {
  position: relative;
}

.magazine .decoration img {
  position: absolute;
  width: 10%;
  animation-name: anim_s;
  transform: rotate(30deg);
  animation-duration: 5s;
  animation-iteration-count:infinite;
}

.magazine .decoration img#socks {
  top: 59px;
  left: 83%;
}


.magazine .decoration img#ornament {
  top: 246px;
  left: 20%;
}

.magazine .decoration img#present_s {
  top: 511px;
  left: 50%;
}

.magazine .decoration img#candy {
  top: -240px;
  left: 20%;
}

.magazine .decoration img#t_ornament {
  top: -407px;
  left: 40%;
}


.magazine .decoration img#santa_s {
  top: 640px;
  left: 85%;
}

.magazine .decoration img#t_present {
  top: -80px;
  left: 55%;
}





@keyframes anim_s{
  50%{ transform:rotate(-30deg);}
  100%{ transform:rotate(30deg); }
}








.magazine .howto_wrap .howto_img {
  width: 23%;
  height: auto;
}

.magazine .howto_box {
  align-items: center;
  margin-top: 10%;
  justify-content: flex-start;
  position: relative;
}

.magazine .howto_box#howto2 {
  margin-top: 5%;
}

.magazine .howto_wrap .howto_img img {
  width: 100%;
}

.magazine .howto_wrap .howto_tex {
  width: 60%;
  margin-left: 3%;
}

.magazine .howto_wrap .howto_tex span {
  font-size: 15px;
  font-weight: bold;
}

.magazine .howto_wrap .howto_tex a {
  text-decoration-line: underline;
}

.magazine .howto_box .arrow {
  width: 12%;
  position: absolute;
  top: 100%;
  left: 57%;
}

.magazine .howto_box .arrow img {
  width: 100%;
  height: auto;
}

.magazine .howto_box#right {
  justify-content: flex-end;
}

.magazine .howto_box#right .howto_tex {
  margin-right: 3%;
  margin-left: 0%;
  text-align: right;
}

.magazine .howto_box#right .arrow {
  left: 31%;
}

.magazine .howto_box#bottom .arrow {
  left: 50%;
}

.magazine .attention p {
  margin-top: 5%;
  padding: 5%;
  border: 2px solid #434D60;
  border-radius: 20px;
}







.magazine .content {
  margin: 10% auto 0;
}

.magazine .content_wrap {
  width: 100%;
  margin: 10% auto 0;
}

.magazine .content_wrap a {
  width: 45%;
}

.magazine .content_wrap img {
  width: 100%;
  height: auto;
}

.magazine .content_g .sale {
  margin: 5% auto 0;
  width: 80%;
}

.magazine .content_g .sale img {
  width: 100%;
}

.magazine .tree {
  width: 100%;
  position: relative;
}

.magazine .tree .tree_img {
  width: 75%;
  margin: 0 auto;
  text-align: center;
}

.magazine .tree .tree_img img {
  width: 100%;
}



.magazine .tree .tree_p a img {
  position: absolute;
}

.magazine .tree .tree_p a img {
  width: 25%;
}

.magazine .tree a img#n1 {
  top: 0;
  left: 35%;
  width: 30%;
}

.magazine .tree a img#n1 {
  top: 0;
  left: 35%;
  width: 30%;
}

.magazine .tree a img#n2 {
  top: 37%;
  left: 22%;
}

.magazine .tree a img#n3 {
  top: 28%;
  left: 47%;
}

.magazine .tree a img#n4 {
  top: 69%;
  left: 15%;
}

.magazine .tree a img#n5 {
  top: 75%;
  left: 65%;
}

.magazine .tree a img#n6 {
  top: 52%;
  left: 36%;
  width: 35%;
}

.magazine .p_howto {
  margin-top: 0;
}


.modaal-content-container .p_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}


.modaal-content-container .p_img {
  width: 45%;
}

.modaal-content-container .p_img img {
  width: 100%;
}

.modaal-content-container .p_tex {
  width: 45%;
  margin-top: 35%;
}

.modaal-content-container .p_tex p {
  font-family: Hiragino Kaku Gothic Pro,Meiryo,sans-serif;
  line-height: 180%;
  letter-spacing: .03em;
  font-size: 13px;
  margin-top: 4%;
}

.modaal-content-container .p_tex h4 {
  font-size: 19px;
  line-height: 31px;
  border-left: 5px solid #C8974E;
  padding: 4px 0 4px 12px;
}

.magazine .bottom_tex {
  margin: 10% auto;
  text-align: center;
}


.magazine .btn {
  width: 70%;
  height: 5%;
  font-family: Hiragino Kaku Gothic Pro,Meiryo,sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 15% auto 0%;
  background: #d9d9d9;
  border: 1px solid #434d60;
  color: #434d60;
}

.magazine .btn a {
  display: block;
  padding: 3% 5%;
  color: #434d60;
}


.magazine .btn:hover {
  border-radius: 30px;
}

.magazine .btn#home_btn {
  background: #434d60;
  border: 1px solid #ffffff;
}

.magazine .btn#home_btn a{
  color: #ffffff;
}


















/*----------------------------------------
	reset
----------------------------------------*/
body {
  min-width: auto;
}
.fs-l-main {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.fs-l-pageMain {
  width: 100%;
  max-width: none;
}

.layout_menu {
  display: none;
}

.layout_header_delivery {
  display: none!important;
}

.fs-c-heading.fs-c-heading--page {
display: none!important;
}

.layout_header_keywords {
  display: none;
}

.layout_header_form_input {
  font-size: 0;
}


.layout_header_search {
  display: none;
}

.re_gnavi_wrap {
  display: none;
}

.layout_header_user {
  display: none;
}

.re_layout_header_utility .layout_header_utility-navi {
  display: none;
}

.re_header_user_menu {
  display: none;
}

.layout_header_navi_logo {
    display: none;
}


/*----------------------------------------
	reset
----------------------------------------*/










  /*----------------------------------------
  	pc/sp
  ----------------------------------------*/

/* PCだけで表示させたい
スマホのときは消えてほしい*/
  .sp-invisible
  {
      display: block;
  }
/* スマホで表示させたい
PCのときは消えてほしい*/
  .sp-display
  {
      display: none;
  }
  /*----------------------------------------
    pc/sp
  ----------------------------------------*/


  /* ----------------------------------------
  	Tablet
  ---------------------------------------- */

  @media only screen and (max-width: 768px)
  {

    .layout_header_meta_inner {
      width: 768px;
    }

    .layout_header_navi {
      width: 768px;
    }

    .re_layout_footer_wrap {
      display: none;
    }
  }



  /* ----------------------------------------
  	Tablet
  ---------------------------------------- */








  @media only screen and (max-width: 519px)
  {


/*----------------------------------------
	pc/sp
----------------------------------------*/

/* PCだけで表示させたい
スマホのときは消えてほしい*/
.sp-invisible
{
    display: none;
}
/* スマホで表示させたい
PCのときは消えてほしい*/
.sp-display
{
    display: block;
}

/*----------------------------------------
  pc/sp
----------------------------------------*/

.magazine {
  margin: 30% auto;
  width: 100%;
}

.magazine .topimg img {
  margin: 20% auto 0%;
}

.magazine .tree_circle img#d1 {
  top: 25%;
}

.magazine .tree_circle img#d2 {
  top: 33%;
}

.magazine .tree_circle img#d3 {
  top: 39%;
}

.magazine .tree_circle img#d4 {
  top: 47%;
}

.magazine .tree_circle img#d5 {
  top: 51%;
}

.magazine .tree_circle img#d6 {
  top: 57%;
}

.magazine .tree_circle img#d7 {
  top: 59%;
  left: 63%;
}

.magazine .top_star img {
  top: 13%;
}

.magazine .topcmt p {
  width: 95%;
  font-size: 12px;
}

.magazine .list .list_wrap {
  flex-wrap: wrap;
}

.magazine .list .list_wrap a {
    width: 45%;
}

.magazine .santa {
  width: 50%;
  left: 57%;
}

.magazine h2 {
  font-size: 30px;
}

.magazine .list .list_ttl img {
  width: 14%;
}

.magazine h3 {
  font-size: 17px;
}

.magazine .howto img {
  width: 30%;
  top: 11px;
  left: 36%;
}

.magazine .howto_wrap {
  margin-top: 20%;
}

.magazine .howto_wrap .howto_img {
  width: 30%;
  height: auto;
}

.magazine .howto_wrap .howto_tex {
  width: 70%;
}

.magazine .howto_wrap .howto_tex span {
  font-size: 14px;
}

.magazine .howto_box {
  margin-top: 15%;
}

.magazine .howto_box .arrow {
  width: 16%;
  top: 113%;
}

.magazine .howto_wrap .howto_tex a {
  font-size: 9px;
}

.magazine .top#sp p br {
  display: none;
}

.magazine .content_wrap {
  display: block;
}

.magazine .content_wrap img {
  margin-top: 5%;
}

.magazine .tree .tree_img {
  width: 100%;
}

.magazine .tree .tree_p a img {
  width: 33%;
}

.magazine .tree a img#n1 {
  top: 0;
  left: 28%;
  width: 44%;
}

.magazine .tree a img#n2 {
  top: 39%;
  left: 17%;
}

.magazine .tree a img#n3 {
    top: 30%;
    left: 49%;
}

.magazine .tree a img#n4 {
    top: 69%;
    left: 2%;
}

.magazine .tree a img#n5 {
    top: 78%;
    left: 65%;
}

.magazine .tree a img#n6 {
    top: 57%;
    left: 32%;
    width: 44%;
}

.magazine .tree_g img#g3 {
  top: 68%;
  left: 27%;
}

.magazine .tree_g img#g4 {
    top: 90%;
    left: 34%;
    width: 7%;
}

.magazine .tree_g img#g5 {
  top: 76%;
  left: 76%;
  width: 2%;
}

.modaal-content-container {
  padding: 15px 0;
}

.modaal-content-container .p_box {
  flex-wrap: wrap;
}

.modaal-content-container .p_img {
    width: 90%;
}

.modaal-content-container .p_tex {
    width: 90%;
    margin-top: 10%;
}

.magazine .attention p {
  padding: 10% 5%;
}

.magazine .content_g .sale {
  width: 90%;
}

.magazine .decoration img {
  width: 15%;
}

.magazine .decoration img#socks {
  top: 10px;
  left: 79%;
}

.magazine .decoration img#ornament {
  top: 202px;
  left: 20%;
}

.magazine .decoration img#present_s {
  top: 346px;
  left: 85%;
}

.magazine .decoration img#t_ornament {
  top: -292px;
  left: 6%;
}

.magazine .decoration img#t_present {
    top: -62px;
    left: 32%;
}

.magazine .decoration img#candy {
    top: -173px;
    left: 82%;
}

.magazine .decoration img#santa_s {
    top: 273px;
    left: 82%;
}
















.magazine .btn {
  width: 100%;
  font-size: 15px;
  margin: 20% auto 0%;
}

.magazine .btn a {
  padding: 5% 5%;
}


.magazine .btn:hover {
  border-radius: 0px;
}

/* sp_footer_navi */

.sp_footer_navi220426_magazine {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  background: #f7f7f7;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 800000001;
  position: fixed;
  box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 13%);
}

.sp_footer_navi_box220426_magazine {
  width: 20%;
  padding: 2%;
  display: block;
  text-align: center;
  /* border-right: 1px solid #fff; */
}

.sp_footer_navi_box220426_magazine p {
  font-size: 10px;
  margin-top: 4px;
  line-height: 1;
}

.sp_footer_navi_box220426_magazine img {
  width: 40%;
}


#toTop {
  bottom: 60px;
  z-index: 9999;
}


/* sp_footer_navi */



/*----------------------------------------
reset
----------------------------------------*/

body {
  min-width: auto;
}

.fs-l-main {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.fs-l-pageMain {
  width: 100%;
}

.layout_header_navi {
  display: none;
}

.header-gnavi-category {
  display: none!important;
}

ul.sp-header-gnavi.fs-p-accountInfo.fs-clientInfo.is-ready {
  display: none!important;
}

.fs-l-header__drawerOpener {
  display: none;
}

.psLink img {
  display: none;
}

.re_keyword_form_wrap {
  display: none;
}

.search-price {
  display: none;
}

.re_footer-navi {
  display: none!important;
}

.footer-sns {
  display: none;
}

.footer-under {
  display: none;
}

.fs-clientInfo.is-ready {
    display: none;
}



/*----------------------------------------
reset
----------------------------------------*/



}
