@charset "utf-8";

/*
共通
*/
body #scroller{
  padding-right:0;
}
.xmas2025_wrap{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.xmas2025_back{
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  margin: auto;
  padding: 0;
  top:0;
  left:0;
  background-image:url("back.jpg");
  background-size:400px auto;
  background-repeat: repeat;
  z-index:-2;
}
.secwrap{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.secinner{
  display: block;
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  max-width:1200px;
}
.nopc{
  display: none;
}
@media screen and (max-width: 769px){
  .nosp{
    display: none;
  }
  .nopc{
    display: inline;
  }
}
/*
ヘッダー
*/
#particles-js{
display:block;
position:absolute;
width:100%;
height:100vh;
margin:auto;
padding:0;
top:0;
left:0;
background:#407659;
}
.head_wrap{
display:block;
position:relative;
width:100%;
height:auto;
margin:0 auto;
padding:50px 0 0;

background-size:500px auto;
background-repeat:repeat;
box-sizing:border-box;
overflow:hidden;
}
.head_inner{
display:block;
position:relative;
width:100%;
height:auto;
margin:0 auto;
padding:0;
max-width:1200px;
box-sizing:border-box;
overflow:hidden;
}
.head_img{
display:block;
position:relative;
width:100%;
height:auto;
margin:0 auto;
padding:0;
}
.head_santa_body{
display:block;
position:absolute;
width:32.5%;
height:auto;
margin:auto;
padding:0;
top:9%;
left:1%;
animation: yurayura 4s ease-in-out infinite;
transform-origin:20% 80%;
}
.head_santa_leg{
display:block;
position:absolute;
width:10%;
height:auto;
margin:auto;
padding:0;
top:55%;
left:30%;
animation: yurayura2 4s ease-in-out infinite;
transform-origin:20% 80%;
}
.head_santa_arm_1{
display:block;
position:absolute;
width:11%;
height:auto;
margin:auto;
padding:0;
top:28.5%;
left:26.5%;
animation: yurayura3 4s ease-in-out infinite;
transform-origin:center top;
}
.head_santa_arm_2{
display:block;
position:absolute;
width:16%;
height:auto;
margin:auto;
padding:0;
top:51%;
left:21.5%;
animation: yurayura4 4s ease-in-out infinite;
transform-origin:left bottom;
}
@keyframes yurayura {
  0%{
    transform: rotate(0deg) translateY(0);
  }
  70%{
    transform: rotate(4deg) translateY(-5%);
  }
100%{
    transform: rotate(0deg) translateY(0);
  }
}
@keyframes yurayura2 {
  0%{
    transform: translateY(0);
  }
  70%{
    transform: translateY(4%);
  }
  100%{
    transform: translateY(0);
  }

}
@keyframes yurayura3 {
  0%{
    transform: rotate(0deg) translateY(0);
  }
  70%{
    transform: rotate(15.5deg) translateY(1%) translateX(16%);
  }
100%{
    transform: rotate(0deg) translateY(0);
  }
}
@keyframes yurayura4 {
  0%{
    transform: rotate(0deg) translateY(0);
  }
  70%{
    transform: rotate(-7.5deg) ;
  }
100%{
    transform: rotate(0deg) translateY(0);
  }
}
@media screen and (max-width: 769px){
  .head_wrap{
    padding-top:calc(21vw + 30px);
    background-size:300px auto;
  }
  .head_inner{
    width:110%;
    left:-5%;
  }
}

/*
イントロ
*/
#xmas2025_intro{
  background-color:#fff;
  margin-top:4vw;
}
#xmas2025_intro>img{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  top:-7vw;
}
.xmas2025_intro_wrap{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 150px;
}
.xmas2025_intro_wrap>h2{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0 0;
  text-align:center;
  font-size:36px;
  letter-spacing: .05em;
  line-height:1.5;
}
.xmas2025_intro_bell{
  display: block;
  position: relative;
  width: 100px;
  height: 106px;
  margin: 0 auto 30px;
  padding: 0;
}
.xmas2025_intro_bell>img{
  display: block;
  position: absolute;
  margin: auto;
  padding: 0;
  height: auto;
}
.xmas2025_intro_bell>img:nth-child(1){
  width: 87%;
  height: auto;
  right:0;
  top:0;
}
.xmas2025_intro_bell>img:nth-child(2){
  width: 58%;
  height: auto;
  left:0;
  top:40%;
  animation: bell1 2s 0.2s ease-in-out infinite;
  transform-origin: right top;
}
@keyframes bell1 {
  0%{
    transform: rotateZ(10deg);
  }
  50%{
    transform: rotateZ(-10deg);;
  }
  100%{
    transform: rotateZ(10deg);
  }

}
.xmas2025_intro_bell>img:nth-child(3){
  width: 55%;
  height: auto;
  left:0;
  right:0;
  bottom:0;
  animation: bell2 2s ease-in-out infinite;
  transform-origin: center top;
}
.xmas2025_intro_bell>img:nth-child(4){
  width: 23%;
  height: auto;
  left:0;
  right:0;
  top:30%;
}
@keyframes bell2 {
  0%{
    transform: rotateZ(10deg);
  }
  50%{
    transform: rotateZ(-10deg);;
  }
  100%{
    transform: rotateZ(10deg);
  }

}
.xmas2025_intro_wrap>p{
  text-align:center;
  line-height:2;
  font-size:18px;
  letter-spacing: .05em;
}
@media screen and (max-width: 769px){
  .xmas2025_intro_wrap>h2{
    font-size:28px;
  }
  .xmas2025_intro_wrap>p{
    font-size:16px;
    text-align:left;
  }
  .xmas2025_intro_wrap{
    padding-bottom:100px;
  }
  .xmas2025_intro_bell{
    width:80px;
    height:84px;
  }
}


/*
仕組み
*/
.xmas2025_how_wrap{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 150px auto;
  padding: 0;
  background:#FEF1D1;
  border-radius:20px;
  padding: 50px 30px;
}
.xmas2025_how_wrap>h2{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  max-width:680px;
}
.xmas2025_how_wrap>h2>img{
  display: block;
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.xmas2025_how_inner{
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  align-items: center;
}
.xmas2025_how_inner>div>img{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.xmas2025_how_arrow{
  width: 8%;
}
.xmas2025_how_img{
  width: 46%;
}
@media screen and (max-width: 769px){
  .xmas2025_how_inner{
    display: block;
  }
  .xmas2025_how_img{
    width:100%;
  }
  .xmas2025_how_wrap{
    padding:50px 0px;
    margin:100px auto;
  }
  .xmas2025_how_arrow{
    width: 15%;
    margin: 10px auto;
    transform:rotateZ(90deg);
  }
}


/*
タオル
*/
#xmas2025_towel>.secinner{
  background:#FEF1D1;
  border-top-right-radius: 150px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 80px;
  margin-bottom:150px;
}
.xmas2025_towel_img{
  display: block;
  position: absolute;
  width: 21%;
  height: auto;
  margin: auto;
  padding: 0;
  top:-1%;
  left:-10%;
}
.xmas2025_towel_ttl{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  padding: 0;
  text-align:center;
}

.xmas2025_towel_ttl>h2{
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  text-align:center;
  font-family: "Zen Maru Gothic";
  font-weight: 600;
  font-style: normal;
  font-size:42px;
  color:#D14329;
  letter-spacing: .05em;
  padding:0 70px;
  line-height:1.5;
}


.xmas2025_towel_ttl>h2:before{
  content:"";
  display: block;
  position:absolute;
  width: 60px;
  height: 100%;
  margin: 0;
  padding: 0;
  left:0;
  top:-5px;
  background-image:url("flower.png");
  background-size:contain;
  background-repeat: no-repeat;
  background-position:center;
  transform: scale(-1,1);
}
.xmas2025_towel_ttl>h2:after{
  content:"";
  display: block;
  position:absolute;
  width: 60px;
  height: 100%;
  margin: 0;
  padding: 0;
  right:0;
  top:-5px;
  background-image:url("flower.png");
  background-size:contain;
  background-repeat: no-repeat;
  background-position:center;
}
#xmas2025_towel>.secinner>p{
  position: relative;
  width: 100%;
  line-height:2;
  margin: 0 auto 100px;
  font-size:18px;
  text-align:center;
}
#xmas2025_towel>.secinner>p.ttl_tagline{
  display: block;
  position: relative;
  width: 75%;
  height: auto;
  margin: 0 auto 80px;
  padding: 0;
  text-align:center;
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-style: normal;
  font-size:20px;
  line-height:1.5;
}
.xmas2025_acco_head{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 50px;
  padding: 0;
  text-align:center;
  transition: all .5s;
}
.xmas2025_acco_head:hover{
  opacity:.5;
  cursor: pointer;
}
.xmas2025_acco_head>p{
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  font-size:24px;
  font-family: "Zen Maru Gothic";
  font-weight: 600;
  font-style: normal;
  color:#D14329;
  letter-spacing: .05em;
  padding: 0 35px;
}
.xmas2025_acco_head>p:before{
  content:"";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  margin: 0;
  right:0;
  top:0;
  bottom:0;
  background-image: url("plus.png");
  background-position:center;
  background-size: contain;
  background-repeat: no-repeat;
}
.xmas2025_acco_head.open>p:before{
  background-image: url("minus.png");
}
.xmas2025_acco_body{
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 50px;
  background:#fff;
  border-radius:20px;
}
.xmas2025_acco_block{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 50px;
  padding: 0;
  line-height:1.5;
  font-size:16px;
}
.xmas2025_acco_block>h3{
  font-size:20px;
  font-weight:bold;
  padding-left:40px;
  position: relative;
  margin: 0 auto 10px;
  width: 100%;
}
.xmas2025_acco_block>h3:before{
  content:"";
  display: block;
  position: absolute;
  width: 30px;
  height: 100%;
  margin: 0;
  padding: 0;
  left:0;
  background-size:contain;
  background-position: center;
  background-repeat: no-repeat;
}
#xmas2025_towel .xmas2025_acco_block>h3:before{
  background-image:url("box_1.png");
}
.xmas2025_acco_block>img{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 30px auto;
  padding: 0;
  max-width:800px;
}
.xmas2025_acco_block>ul{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  padding-left:20px;
  list-style: square;
}
.xmas2025_towelhow{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  
}
.xmas2025_towelhow>div{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 30px auto 0;
  padding: 0 30px 30px;
  border-radius:20px;
  overflow: hidden;
}
.xmas2025_towelhow>div>h4{
  font-weight:bold;
  font-size:18px;
  text-align:center;
  padding:20px;
  color:#fff;
  width:calc(100% + 60px);
  margin-left:-30px;
}
.xmas2025_towelhow>div:nth-child(1)>h4{
  background:#296645;
}
.xmas2025_towelhow>div:nth-child(1){
  border:3px solid #296645;
}
.xmas2025_towelhow>div:nth-child(2)>h4{
  background:#D14329;
}
.xmas2025_towelhow>div:nth-child(2){
  border:3px solid #D14329;
}
.xmas2025_towelhow>div>dl{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 30px auto 0;
  padding: 0;
}
.xmas2025_towelhow>div>dl>dt{
  font-weight:bold;
  margin-bottom:10px;
}
.xmas2025_towelhow>div>dl>dd>a{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  background:#296645;
  color:#fff;
  max-width:200px;
  border-radius:10px;
  margin: 0;
  margin-top:20px;
  transition:all .5s;
}
.xmas2025_towelhow>div>dl>dd>a:hover{
  opacity:.5;
}
.xmas2025_towelhow>div>dl>dd>a>p{
  color:#fff;
  text-align:center;
  font-weight:bold;
}
.xmas2025_towelhow>div:nth-child(2)>p{
  margin-top:30px;
}
.xmas2025_shop{
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 30px auto 0;
  padding: 0;
  justify-content: space-between;
}
.xmas2025_shop>dl{
  display: block;
  position: relative;
  width:calc(50% - 10px);
  height: auto;
  margin: 0;
  padding: 0;
}
.xmas2025_shop>dl>dt{
  font-weight:bold;
  margin-bottom:10px;
}
.xmas2025_shop>dl>dd>.map{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 20px auto;
  padding: 0;
}
.xmas2025_shop>dl>dd>.map>iframe{
  width:100%;
}
p.ttl_box{
  text-align:center;
  font-weight:bold;
}
@media screen and (max-width: 769px){
  .xmas2025_towel_img{
    width: 100px;
    top:-30px;
  }
  #xmas2025_towel>.secinner{
    padding:50px 20px;
    margin-bottom:100px;
  }
  .xmas2025_towel_ttl>h2:before,.xmas2025_towel_ttl>h2:after,.xmas2025_buy1_ttl>h2:before,.xmas2025_buy1_ttl>h2:after{
    display: none;
  }
  .xmas2025_towel_ttl>h2{
    font-size:24px;
    padding-right:0;
    padding-left:0;
    text-align:left;
  }
  #xmas2025_towel>.secinner{
    width:110%;
    margin-left:5%;
  }
  .xmas2025_towel_ttl{
    text-align:left;
    width:85%;
    margin-left:50px;
  }
  #xmas2025_towel>.secinner>p.ttl_tagline{
    text-align:left;
    font-size:16px;
    margin-bottom: 50px;
  }
  #xmas2025_towel>.secinner>p{
    width:85%;
    text-align:left;
    margin-left:0;
    font-size:14px;
    margin-bottom: 70px;
  }
  .xmas2025_acco_head{
    width: 85%;
    margin-left:0;
  }
  .xmas2025_acco_head>p{
    font-size:18px;
  }
  .xmas2025_acco_head>p:before{
    width: 20px;
    height: 20px;
  }
  .xmas2025_acco_body{
    width: 85%;
    margin-left:0;
    padding: 50px 20px;
  }
  .xmas2025_acco_block>h3{
    font-size:18px;
  }
  .xmas2025_acco_block>p{
    font-size:14px;
  }
  .xmas2025_acco_block>ul>li{
    font-size:14px;
    margin-top:10px;
  }
  .xmas2025_towelhow>div>dl>dd>p{
    font-size:14px;
  }
  .xmas2025_towelhow>div>dl>dd>a{
    margin-left:auto;
    margin-right:auto;
  }
  .xmas2025_towelhow>div>p{
    font-size:14px;
  }
  .xmas2025_shop{
    display: block;
  }
  .xmas2025_shop>dl{
    width: 100%;
    margin: 0 auto 30px;
  }
  .xmas2025_shop>dl>dd{
    font-size:14px;
  }
}


/*
buy1 gift1
*/
#xmas2025_buy1>.secinner{
  background:#FEF1D1;
  border-top-left-radius: 150px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 80px;
  margin-bottom:150px;
}
.xmas2025_buy1_img{
  display: block;
  position: absolute;
  width: 21%;
  height: auto;
  margin: auto;
  padding: 0;
  top:-3%;
  right:-10%;
  transform:scale(-1,1);
}
.xmas2025_buy1_ttl{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  padding: 0;
  text-align:center;
}

.xmas2025_buy1_ttl>h2{
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  text-align:center;
  font-family: "Zen Maru Gothic";
  font-weight: 600;
  font-style: normal;
  font-size:42px;
  color:#D14329;
  letter-spacing: .05em;
  padding:0 60px;
  line-height:1.5;
}


.xmas2025_buy1_ttl>h2:before{
  content:"";
  display: block;
  position:absolute;
  width: 50px;
  height: 100%;
  margin: 0;
  padding: 0;
  left:0;
  top:0;
  bottom:0;
  background-image:url("buy1.png");
  background-size:contain;
  background-repeat: no-repeat;
  background-position:center;
}
.xmas2025_buy1_ttl>h2:after{
  content:"";
  display: block;
  position:absolute;
  width: 50px;
  height: 100%;
  margin: 0;
  padding: 0;
  right:0;
  top:0;
  bottom:0;
  background-image:url("buy1.png");
  background-size:contain;
  background-repeat: no-repeat;
  background-position:center;
}
#xmas2025_buy1>.secinner>p{
  position: relative;
  width: 100%;
  line-height:2;
  margin: 0 auto 50px;
  font-size:18px;
  text-align:center;
}
#xmas2025_buy1>.secinner>p.ttl_tagline{
  display: block;
  position: relative;
  width: 75%;
  height: auto;
  margin: 0 auto 80px;
  padding: 0;
  text-align:center;
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-style: normal;
  font-size:20px;
  line-height:1.5;
}
.xmas2025_txt_red{
  color:#D14329;
}
.xmas2025_buy1_product_wrap{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.xmas2025_buy1_product_wrap>h3{
  text-align:center;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-style: normal;
  font-size:28px;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  color:#D14329;
  letter-spacing: .05em;
}
.xmas2025_buy1_product_inner{
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 100px;
  padding: 0;
  justify-content: space-between;
  max-width:800px;
}
.xmas2025_buy1_product_inner>a{
  display: block;
  position: relative;
  width:calc(50% - 10px);
  height: auto;
  margin: 0;
  padding: 20px;
  background:#F4E2BA;
  border:10px solid #fff;
  border-radius:20px;
  transition:all .5s;
}
.xmas2025_buy1_product_inner>a:hover{
  opacity:.5;
}
.xmas2025_buy1_product_inner>a>img{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
}
.xmas2025_buy1_product_inner>a>dl{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.xmas2025_buy1_product_inner>a>dl>dt{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
  text-align:center;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-style: normal;
  font-size:18px;
  color:#D14329;
}
.xmas2025_buy1_product_inner>a>dl>dd{
  line-height:2;
  font-size:14px;
}
.xmas2025_buy1_product_inner>a>dl>dd>span{
  font-size:12px;
}
#xmas2025_buy1 .xmas2025_acco_block>h3:before{
  background-image:url("box_2.png");
}
.xmas2025_sns{
  display: block;
  position: relative;
  line-height:2;
  margin-top: 10px;
}
.xmas2025_sns>a{
  text-decoration: underline !important;
  font-weight:bold;
}
@media screen and (max-width: 769px){
  .xmas2025_buy1_img{
    width: 100px;
    top:-30px;
  }
  #xmas2025_buy1>.secinner{
    padding:50px 20px;
    margin-bottom:100px;
  }
  .xmas2025_towel_ttl>h2:before,.xmas2025_towel_ttl>h2:after,.xmas2025_buy1_ttl>h2:before,.xmas2025_buy1_ttl>h2:after{
    display: none;
  }
  .xmas2025_buy1_ttl>h2{
    font-size:24px;
    padding-right:0;
    padding-left:0;
    text-align:left;
  }
  #xmas2025_buy1>.secinner{
    width:110%;
    margin-right:5%;
    right:15%;
  }
  .xmas2025_buy1_ttl{
    text-align:left;
    width:70%;
    margin-right:50px;
  }
  #xmas2025_buy1>.secinner>p.ttl_tagline{
    text-align:left;
    font-size:16px;
    margin-bottom: 50px;
    margin-left:19%;
  }
  #xmas2025_buy1>.secinner>p{
    width:85%;
    text-align:left;
    margin-right:0;
    font-size:14px;
    margin-bottom: 70px;
  }
  .xmas2025_buy1_product_wrap{
    width: 85%;
    margin-right:0;
  }
  .xmas2025_buy1_product_wrap>h3{
    font-size:20px;
  }
  .xmas2025_buy1_product_inner>a{
    border-width: 5px;
    padding:20px 10px;
  }
  .xmas2025_buy1_product_inner>a>dl>dt{
    font-size:14px;
  }
  .xmas2025_buy1_product_inner>a>dl>dd{
    font-size:12px;
  }
  #xmas2025_buy1 .xmas2025_acco_head{
    width:90%;
    margin-right:0;
    margin-left:auto;
  }
  .xmas2025_buy1_product_inner{
    margin-bottom: 70px;
  }
  #xmas2025_buy1 .xmas2025_acco_body{
    margin-right:0;
    margin-left:auto;
  }
}


/*
寄付団体
*/
#xmas2025_partner{
  border-top:10px solid #fff;
  border-bottom:10px solid #fff;
  background:#F4E2BA;
  padding:100px 0 0;
  margin-bottom:100px;
}
#xmas2025_partner>.secinner>h2{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 50px;
  padding: 0;
  text-align:center;
}
#xmas2025_partner>.secinner>h2>img{
  display: block;
  position: relative;
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  max-width:500px;
}
#xmas2025_partner>.secinner>p{
  position: relative;
  width: 100%;
  line-height:2;
  margin: 0 auto;
  font-size:18px;
  text-align:center;
}
#xmas2025_partner>.secinner>img{
  display: block;
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  max-width:900px;
  bottom:-50px;
}
@media screen and (max-width: 769px){
  #xmas2025_partner>.secinner>p{
    font-size:16px;
    text-align:left;
  }
  #xmas2025_partner{
    margin-bottom:50px;
  }
}