img{
    width: 100%;
  }
  p{
    margin: 0;
  }
  .top_bnrArea2 {
    width: 100%;
    /* min-width: 1260px; */
    padding: 0;
    position: relative;
    z-index: 1;
    background-color: #003008;
  
  }
  
  .top_bnrArea2::after{
    content: "";
    position: absolute;
  /* background-image: url(../img/ichioshi.png); */
  background-image:  url(../img/mv_deco_left.png), url(../img/mv_deco_right.png);
  background-repeat: no-repeat,no-repeat;
  background-position:top 48px left 60px, top 48px right 60px;
  background-size: 14%, 14%;
    width: 100%;
  /* padding-top: 63%; */
  padding-top: 1000px;
  top: 0;
  left: 0;
    z-index: -1;
  }
  
  .top_bnrArea2_inner {
    background-image: url(../img/mv_deco_top.png);
    background-position:  top center;
    /* -webkit-background-size: 210px, 210px, contain; */
    background-size: contain;
    background-repeat:no-repeat;
    padding: 64px 0px 80px;
    /* min-width: 1260px; */
  }
  
  .mv_main {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
    /* margin-bottom  : -240px; */
  }
  
  .top_bnrArea3 {
    background: linear-gradient(to bottom, #003008, #005F1E);
    /* background-image: url(../img/bg.png); */
    /* background-repeat: repeat; */
    width: 100%;
    /* min-width: 1260px; */
    /* margin-top: -150px; */
    padding: 0;
    z-index: 0;
    position: relative;
    /* padding-top: 400px; */
    /* margin-top: -260px; */
    padding-bottom: 50px !important;
    position: relative;
    z-index: 1;
    margin-bottom: -50px;
  }
  
  
  .top_bnrArea3_inner {
    /* min-width: 1260px; */
    /* padding: 230px 0px 0px; */
    background-image: url(../img/main_left.png), url(../img/main_right.png), url(../img/dot.png);
    background-position: top 300px left 20px, top 300px right 20px, top center;
    /* -webkit-background-size: 210px, 210px, contain; */
    background-size: 14%, 14%, contain;
    background-repeat: repeat-y,repeat-y,repeat;
    position: relative;
    z-index: 1;
    /* overflow-x: hidden; */
  }
  
  
  .inner-xmas {
    padding: 0;
  }
  .inner-xmas-main {
    max-width: 1100px;
    /* max-width: 1230px; */
    margin: 0 auto;
  }
  @media only screen and (max-width: 1500px) {
    .inner-xmas-main {
      max-width: 800px;
    }
  }
  .text {
    position: relative;
    margin-bottom: 90px;
  }
  /* .text::after{
    content: "";
    position: absolute;
    top: -210px;
    right: 21%;
    transform: translate(50%, 0);
    width: 775px;
    height: 312px;
    background-image: url(../img/santa.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  @media only screen and (max-width: 1500px) {
    .text::after{
      content: "";
      position: absolute;
      top: -210px;
      right: 9%;
      transform: translate(50%, 0);
      width: 775px;
      height: 312px;
      background-image: url(../img/santa.png);
      background-repeat: no-repeat;
      background-size: contain;
    }
  } */
  .text img {
    transform: scale(1.2);
  }
  @media only screen and (max-width: 1500px){
    .text img {
      transform: scale(1);
    }
  }
  .btn_area {
      padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 60px;
    margin-bottom: 100px;
  }
  .btn_area li{
      width: 45%;
  }
  .btn_area li:nth-child(3){
    width: 70%;
}
  .t{
    position: relative;
  }
  .btn_img{
    display: block;
    text-decoration: none;
  position: relative;
  width: 90%;
  }
  .t-before{
    opacity: 1;
    transition: opacity .3s;
  
  }
  .btn-img:hover .t-before{
  opacity: 0;
  }
  .t-after{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;  
  transition: opacity .3s;
  }
  .btn_img:hover .t-after{
  opacity: 1;  
  }
    
  .present{
  position: absolute;
  top: -20px;
  right: -40px;
  width: 100px;
  height: 100px;
  }
  @media only screen and (max-width: 1500px){
    .present{
      top: -20px;
      right: -40px;
      width: 80px;
      height: 80px;
      }
  }
  .btn_img:hover{
    opacity: 1;
  }
  .btn_img:hover .present{
    animation: rotateIcon 0.3s linear 2;
  }
  @keyframes rotateIcon {
    50% {
        transform: rotate(-45deg);
    }
  }
  .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_a{
    padding:100px 70px 50px;
  }
  @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_icon{
    display: flex;
    gap: 10px;
  }
  
  .item_right03_icon img{
  
  }
  .item_right03 p{
  }
  .item_right03 img{
    width: inherit;
  }
  .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: 150px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .item_wrapperB li{
    width: 30%;
    display: flex;
  }
  .item_wrapperB li a{
    text-decoration: none;
    display: flex;
      flex-direction: column;
      flex-grow: 1;
  }
  .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;
  margin-top: auto;
  }
  @media only screen and (max-width: 1500px) {
  .item_03{
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
  line-height: 24px;
  }
  }
  .item_03_icon{
  display: flex;
  gap: 10px;
  }
  .item_03_icon img{
  width: inherit;
  }
  .item_03 p{
  }
  .item_btn{
  margin-left: auto;
  margin-right: auto;
  display: table;
  position: relative;
  width: fit-content;
  }
  .item_btn a{
    /* display: flex;
  justify-content: center;
  position: relative;
    border-radius: 8px;
    text-decoration: none;
    width: 606px;
  height: 94px;
  background: #c00;
  align-items: center;
    font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 25px;
  line-height: 27px;
  color: #fff; */
  width: fit-content;
  }
  .item_btn_img{
    position: absolute;
    width: 124px;
    height: 172px;
    top: -39px;
    left: -33px;
  }
  @media only screen and (max-width: 600px) {
    .item_btn_img{
      width: 85px;
      height: 100px;
      top: -30px;
      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: 700px;
    /* min-width: 1260px; */
    padding: 0px 0px 0px;
    background-image: url(../img/bottom2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  margin-top: -300px;
  }
  @media only screen and (max-width: 600px) {
    .top_bnrArea3-2_inner{
      height: 450px;
      background-size: contain;
    }
  }
  @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;
    }
  }