body{
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}
ul li{
  list-style: none;
}
img{
  /* width: 100%; */
}
p{
  margin: 0;
}
.ul-1items li img{
  max-width:1100px;
  width: 100%;
  }
  .header-sticky{
  top:55px!important;
  }
  .spacer--xFAdr.flex-column--zlXTp{
  width:320px;
  margin-right: 20px;
  }
  .floating-cart-wrapper .spacer--xFAdr{
  width:unset;
  margin-right: 0;
  }
  .sdlayout a{
  color:#0000ff!important;
  }
  td.sdtext{
  color:#0000ff!important;
  }
  #risFil .risfHeadFootWrap{
  padding-bottom: 18px!important;
  }
  #risFil .risfHeadPart .selectForm{
  appearance: auto;
  background:#fff;
  }

.item_img{
  width: 100%;
}
a:hover{
  opacity: 0.8;
}
.mt150{
  margin-top: 150px;
}
@media only screen and (max-width: 1500px) {
  .inner-xmas {
    margin: 0 auto;
    padding: 0 140px !important;
  }
}
@media only screen and (max-width: 970px) {
  .inner-xmas {
    padding: 0 10vw !important;
  }
}
@media only screen and (max-width: 600px) {
  .inner-xmas {
    padding: 0 0 !important;
  }
}

.top_bnrArea2 {
  width: 100%;
  /* min-width: 1260px; */
  position: relative;
}
.top_bnrArea2 img{
width: 100%;
}
.top_bnrArea2::after{
}

.mv_main {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 64%;
max-width: 880px;
}

.top_bnrArea3 {
  /* background-image: url(../img/bg.png); */
  background-color: #FFFDE6;
  /* background-repeat: repeat; */
  width: 100%;
  /* min-width: 1260px; */
  padding: 0;
  z-index: 1;
}


.top_bnrArea3_inner {
  /* min-width: 1260px; */
  padding: 0px 0px;
  background-image: url(../img/main_left.png), url(../img/main_right.png), url(../img/dot.png);
  background-position: top 0px left 20px, top 0px right 20px, top center;
  /* -webkit-background-size: 210px, 210px, contain; */
  background-size: 200px, 212px, contain;
  /* background-size: 10.4%, 10.4%, contain; */
  background-repeat: no-repeat,no-repeat,repeat;
  position: relative;
  /* overflow-x: hidden; */
  z-index: 1;
}
@media only screen and (max-width: 1700px){
  .top_bnrArea3_inner{
    background-image: url(../img/main_left02.png), url(../img/main_right02.png), url(../img/dot.png);
    background-position: bottom 470px left 20px, bottom 390px right 20px, top center;
    background-size: 110px, 122px, contain;
    /* background-repeat: repeat-y,repeat-y,repeat; */
  }

}

@media only screen and (max-width: 960px){
  .top_bnrArea3_inner{
    background-position: bottom 470px left 0px, bottom 390px right 0px, top center;
    background-size: 60px, 60px, contain;
    background-repeat: repeat-y,repeat-y,repeat;


  }

}
.inner-xmas {
  padding: 0;
}

.inner-xmas-main {
  max-width: 1100px;
  /* max-width: 1230px; */
  /* width: 80%; */
  margin: 0 auto;
  /* padding: 0 150px; */
}
@media only screen and (max-width: 1500px) {
  .inner-xmas-main {
    max-width: 800px;
  }
}
.text {
  position: relative;
  text-align: center;
}
.text{
  background-image: url(../img/daruma.png), url(../img/kozuchi.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 160px, 200px;
  background-position: top 50px right 100px, bottom 50px left 60px;
  position: relative;
  z-index: 1;
padding-top: 177px;
padding-bottom: 127px;
}
@media only screen and (max-width: 1500px){
  .text{
    background-position: top 50px right 0px, bottom 50px left 0px;
  }
}

.text img {
width: 100%;
max-width: 670px;
}

.btn_area {
  text-align: center;
  gap: 50px;
  margin-bottom: 100px;
  position: relative;
}
.btn_area li{
  display: inline-block;
}
.btn_area li:not(:first-child){
  margin-top: 50px;
}
.btn02 {
  /*背景の基点とするためrelativeを指定*/
  position: relative;
  width: 827px;
  height: 96px;
  display: block;
}
.btn02 img{
width: 100%;
}
.btn02 span {
  display: block;
  position: absolute;
  /* 重なりを3Dで表示 */
  transform-style: preserve-3d;
  /* アニメーションの設定 数字が少なくなるほど早く回転 */
  transition: 0.5s;
}

/*== くるっと回転（奥に） */

/* 回転前 */
.rotateback span:nth-child(1) {
  transform: rotateX(0deg);/*はじめは回転なし*/
  transform-origin: 0 50%  -48px;/* 回転する起点 */
}

/*hoverをした後の形状*/
.rotateback:hover span:nth-child(1) {
  transform: rotateX(-90deg);/* X軸に90度回転 */
  opacity: 1;
}

/* 回転後 */
.rotateback span:nth-child(2) {
  transform: rotateX(90deg);/*はじめはX軸に-90度回転*/
  transform-origin: 0 50%  -48px;/* 回転する起点 */
}

/*hoverをした後の形状*/
.rotateback:hover span:nth-child(2) {
  transform: rotateX(0deg);/* X軸に0度回転 */
  opacity: 1;
}
.rotateback:hover{
  opacity: 1;
}

@media only screen and (max-width: 1300px) {
  
  .text{
    background-position: top 50px right 10px, bottom 40px left -20px;
    padding-top: 150px;
padding-bottom: 100px;
background-size: 120px, 160px;

  }
  .text img {
    max-width: 530px;
    }
  .btn_area {
    margin-bottom: 80px;
  }
  .btn_area li:not(:first-child){
    margin-top: 40px;
  }
  .btn02 {
    width: 600px;
    height: 70px;
  }

  .rotateback span:nth-child(1) {
    transform-origin: 0 50%  -35px;/* 回転する起点 */
  }
  .rotateback span:nth-child(2) {
    transform-origin: 0 50%  -35px;/* 回転する起点 */
  }

}
@media only screen and (max-width: 970px) {
  .text{
    background-position: top 35px right 0px, bottom 20px left 0px;
    padding-top: 120px;
    padding-bottom: 70px;
  }
  .text img {
    max-width: 440px;
    }
  .btn_area {
    margin-bottom: 60px;
  }
  .btn_area li:not(:first-child){
    margin-top: 30px;
  }
  .btn02 {
    width: 450px;
    height: 50px;
  }

  .rotateback span:nth-child(1) {
    transform-origin: 0 50%  -25px;/* 回転する起点 */
  }
  .rotateback span:nth-child(2) {
    transform-origin: 0 50%  -25px;/* 回転する起点 */
  }

}
@media only screen and (max-width: 750px) {
  .text{
    background-position: top 35px right 0px, bottom 20px left 0px;
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .btn_area {
    margin-bottom: 50px;
  }
  .btn_area li:not(:first-child){
    margin-top: 20px;
  }
  .btn02 {
    width: 460px;
    height: 54px;
  }

  .rotateback span:nth-child(1) {
    transform-origin: 0 50%  -27px;/* 回転する起点 */
  }
  .rotateback span:nth-child(2) {
    transform-origin: 0 50%  -27px;/* 回転する起点 */
  }

}



.main_area{
background-color: #fff;
filter: drop-shadow(20px 30px 50px rgba(0, 0, 0, 0.16));
}
.main_area_title{
/* padding-top: 180px;
margin-top: -180px; */
}
.main_area_title img{
width: 100%;
}
.main_area_a{
  padding:150px 80px 100px;
}
@media only screen and (max-width: 1300px) {
  .main_area_a{
    padding:100px 50px 70px;
  }
}
@media only screen and (max-width: 600px) {
  .main_area_a{
    padding:50px 30px 30px;
  }
}
.item_wrapperA{
  display: flex;
  align-items: center;
  gap: 38px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 600px) {
  .item_wrapperA{
flex-direction: column;
margin-bottom: 60px;
  }
}
.item_left{
  width: 50%;
  display: block;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .item_left{
    width: 100%;
  }
}
.item_left::after{
  content: "";
position: absolute;
background-image: url(../img/ichioshi.png);
background-size: contain;
background-repeat: no-repeat;
top:-70px;
left: -30px;
width: 157px;
height: 157px;
}
@media only screen and (max-width: 600px) {
  .item_left::after{
  top:-10px;
  left: -10px;
  width: 100px;
  height: 100px;
  }
}
.item_right{
width: 50%;
}
@media only screen and (max-width: 600px) {
  .item_right{
    width: 100%;
    }
}
.item_right01{
  font-family: "Noto Sans JP";
  margin-bottom: 32px;
  font-weight: 700;
font-size: 27px;
line-height: 41px;
text-align: left;
color: #000;
}
@media only screen and (max-width: 1500px) {
  .item_right01{
    font-size: 22px;
    line-height: 32px;

  }
}
@media only screen and (max-width: 600px) {
  .item_right01{
    font-size: 18px;
    line-height: 24px;

  }
}
.item_right02{
margin-bottom: 42px;
font-family: "Noto Sans JP";
font-weight: normal;
font-size: 16px;
line-height: 24px;
text-align: left;
color: #000;
}
@media only screen and (max-width: 600px) {
  .item_right02{
    font-size: 14px;
    line-height: 20px;
margin-bottom: 15px;
  }
}
.item_right03{
margin-bottom: 38px;
display: flex;
align-items: center;
font-family: "Noto Sans JP";
font-weight: 500;
font-size: 25px;
line-height: 27px;
text-align: left;
color: #000;
gap: 9px;        }
@media only screen and (max-width: 1500px) {
  .item_right03{
    flex-direction: column;
    align-items: flex-start;
    font-size: 22px;
line-height: 25px;
  }
  }
@media only screen and (max-width: 600px) {
  .item_right03{
    font-size: 18px;
line-height: 24px;
margin-bottom: 15px;
  }
  }
.item_right03 p{
  margin-left: 14px;
}
.item_right04{
  border-radius: 8px;
  text-decoration: none;
  width: 100%;
height: 76px;
display: flex;
justify-content: center;
align-items: center;
  background: #c00;
  font-family: "Noto Sans JP";
font-weight: 500;
font-size: 25px;
color: #fff;
}
@media only screen and (max-width: 600px) {
  .item_right04{
    font-size: 4vw;
height: 55px;
  }
}
.item_right04 img{
  width: inherit;
}
.item_wrapperB{
  margin-bottom: 170px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1300px) {
  .item_wrapperB{
    margin-bottom: 100px;
  }
}
.item_wrapperB li{
  width: 30%;
}
.item_wrapperB li a{
  text-decoration: none;
}
.item_01{
  margin-bottom: 27px;
}
.item_02{
  font-family: "Noto Sans JP";
font-weight: 700;
font-size: 24px;
line-height: 31px;
text-align: left;
color: #000;
margin-bottom: 27px;
}
@media only screen and (max-width: 1500px) {
  .item_02{
    font-size: 18px;
    line-height: 28px;

  }
}
.item_03{
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans JP";
font-weight: 500;
font-size: 20px;
line-height: 26px;
text-align: left;
color: #000;

}
@media only screen and (max-width: 1500px) {
  .item_03{
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
  line-height: 24px;
  }
  }
.item_03 p{
  margin-left: 10px;
}
.item_btn{
margin-left: auto;
margin-right: auto;
display: table;
position: relative;
}
.item_btn img{
width: 100%;
}
@media only screen and (max-width: 600px) {
  .item_btn_img{
    width: 85px;
    height: 100px;
    top: -30px;
    left: -33px;
  }
}
.item_btn a{
}
.item_btn_img{
  position: absolute;
  width: 124px;
  height: 172px;
  top: -39px;
  left: -33px;
}
.item_btn_img.w{
  left: unset;
  right: -33px;
}
.item_btn:hover{
  opacity: 1;
}
.item_btn:hover .item_btn_img{
  animation: rotateIcon 0.3s linear 2;

}
.top_bnrArea4{
  /* background-image: url(../img/bg.png);
  background-repeat: repeat; */
  width: 100%;
  min-width: 1260px;
  padding: 0;
  position: relative;

}
.top_bnrArea3-2_inner {
  height: 60px;
  /* min-width: 1260px; */
  padding: 0px 0px 0px;
  background-image: url(../img/bottom03.png);
background-repeat: repeat-x;
background-size: cover;
background-position: bottom center;
margin-top: 300px;
position: relative;
}
@media only screen and (max-width: 600px) {
  .top_bnrArea3-2_inner {
  margin-top: 150px;
  }
}
.top_bnrArea3-2_inner::before{
  content: "";
  background-image: url(../img/bottom01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 730px;
  height: 660px;
position: absolute;
top: -611px;
left: 2%;
z-index: 1;
}

@media only screen and (max-width: 1800px) {
  .top_bnrArea3-2_inner::before{
    width: 730px;
    height: 500px;
top: -500px;
left: -7%;
  }
}
@media only screen and (max-width: 1300px) {
  .top_bnrArea3-2_inner::before{
    width: 450px;
    height: 378px;
top: -380px;
left: -7%;
  }
}
@media only screen and (max-width: 600px) {
  .top_bnrArea3-2_inner::before{
    background-size: contain;
    width: 150px;
    height: 124px;
top: -124px;
left: -7%;
  }
}

.top_bnrArea3-2_inner::after{
  content: "";
  background-image: url(../img/bottom02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 894px;
  height: 632px;
position: absolute;
top: -632px;
right: 0%;
}

@media only screen and (max-width: 1800px) {
  .top_bnrArea3-2_inner::after{
    width: 664px;
    height: 470px;
  position: absolute;
  top: -471px;
  right: 0%;
  
  }
}
@media only screen and (max-width: 1300px) {
  .top_bnrArea3-2_inner::after{
    width: 450px;
    height: 320px;
  position: absolute;
  top: -320px;
  right: 0%;
  
  }
}
@media only screen and (max-width: 600px) {
  .top_bnrArea3-2_inner::after{
    background-size: contain;
    width: 170px;
    height: 120px;
  position: absolute;
  top: -120px;
  right: 0%;
  
  }
}

.bottom_area{
  height: 1200px;
}
@media only screen and (max-width: 1700px){
  .bottom_area{
    height: 800px;
  }
  
}
@media only screen and (min-width: 1501px) {
  .pc-none{
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .under600-none{
display: none;
  }
}

@media only screen and (min-width: 601px) {
  .over600-none{
display: none;
  }
}
.footer-top {
  content: "";
  display: block;
  background: transparent url(../img/footer-top.png) no-repeat top center / contain;
  background-repeat: repeat-x;
  width: 100%;
  padding-top: 4.8%;
  position: relative;
  z-index: 1;
}
.footer {
  background-color: #fff03d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 0 54px;
  position: relative;
  z-index: 1;
  margin-top: -2px;
}
.footer-logo {
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .footer-logo {
      width: 150px;
  }
}
.footer-address {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 53px;
}
@media screen and (max-width: 600px) {
  .footer-address {
      font-size: 14px;
  }
}
.footer small {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.arrow-up {
  position: absolute;
  top: 27px;
  right: 42px;
}

@media screen and (max-width: 600px) {
  .arrow-up {
      width: 20px;
      height: 20px;
      top: 10px;
      right: 10px;
  }
}

