@charset "UTF-8";

@media only screen and (min-width: 768px) and (max-width: 1600px) {
  html {
    font-size: calc(10* (100vw / 1600))!important;

  }
}

@media only screen and (min-width: 768px) and (max-width: 1600px) {
#Wrap, #Contents, .wrapBottom, .wrapTop, #allWrap, .lp_contents {
  width: 100% !important;
  min-width: 1200px;
}
}

html {
  font-size: 62.5%;
}

/* #Header {
  width: 100rem;
  margin: 0 auto;
} */

#Contents {
  padding: 0 0;
}

img,
video,
svg{
  width: 100%;
}


.pc{
  display: block;
}

.sp{
  display: none;
}

a,
a:before,
a:after,
a img {
  transition: opacity .3s ease-in-out,
    color .3s ease-in-out,
    background-color .3s ease-in-out,
    border-color .3s ease-in-out,
    text-shadow .3s ease-in-out,
    text-weight .3s ease-in-out;
}

.main_container{
  text-align: center;
}

.heading{
  width: 100rem;
  margin: auto;
  margin-bottom: 8.7rem;
}

.heading_img{
  width: 100rem;
  margin-bottom: 8.8rem;
}

.heading_txt{
  font-size: 1.7rem;
  line-height: 2.3;
  letter-spacing: 0.12em;
  text-align: center;
}

.content_wrap{
  width: 100rem;
  background-color: #fff;
  margin: auto;
}

.section{
  margin: auto;
}

.content_list{
  display: flex;
  margin: auto;
}

.content_inner{
  margin: auto;
  margin-top: 0;
}

.content_inner ._01{
  width: 48rem;
}

.content_ttl{
  width: 33.6rem;
  height: 5.4rem;
  background-color: #00a0c8;
  border-radius: 0.5rem;
  margin-bottom: 3.7rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 3;
  letter-spacing: 0.12em;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}

.content_txt{
  width: 42rem;
  margin-bottom: 1.7rem;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.666;
  letter-spacing: 0.1em;
}

.content_name{
  font-size: 1.8rem;
  line-height: 1.6111;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 2.5rem;
}

.brand_name{
  font-size: 1.2rem;
  line-height: 1.9167;
  letter-spacing: 0.05em;
  font-weight: normal;
}

.content_img{
  margin: auto;
  z-index: 1;
}

.name_list{
  width: 45rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.3rem;
  z-index: -1;
}

.product_name{
  font-size: 1.8rem;
  line-height: 1.6111;
}

.product{
  font-size: 1.2rem;
  line-height: 1.9166;
  letter-spacing: 0.05em;
}

.content_btn{
  width: 19rem;
  margin: auto;
  border-bottom: 0.3rem solid #00a0c8;
  font-size: 1.8rem;
  line-height: 2.6;
  letter-spacing: 0.15em;
}

.content_btn a{
  display: block;
}

/*1段目*/

.sec01{
  margin-bottom: 9.7rem;
}

.sec01 .content_name{
  margin-left: 0.6rem;
}

.sec01 .content_name._02{
  margin-left: 1rem;
}

.sec01 .content_img{
  width: 49rem;
  margin-left: -3rem;
  margin-bottom: 2.5rem;
}

.sec01 .content_img._02{
  width: 48rem;
  margin-left: -3rem;
  margin-bottom: 5.1rem;
}

.sec01 .content_txt._02{
  margin-bottom: 4.9rem;
}

/*2段目*/
.sec02{
  margin-bottom: 10rem;
}

.sec02 .content_txt{
  margin-bottom: 2.1rem;
}

.sec02 .content_txt._02{
  margin-bottom: 1.7rem;
}

.sec02 .content_img{
  width: 47rem;
  margin-bottom: 5.3rem;
  margin-left: -1.6rem;
}

.sec02 .content_img._02{
  width: 46.3rem;
  margin-bottom: 5.4rem;
}

.sec02 .content_name{
  margin-bottom: 1.3rem;
}

.sec02 .content_name._02{
  margin-bottom: 1.5rem;
}

.sec02 .name_list{
  margin-bottom: 6rem;
}

/*3段目*/
.sec03{
  padding-bottom: 10rem;
}

.sec03 .content_txt{
  margin-bottom: 2.5rem;
}

.sec03 .content_img{
  width: 46.1rem;
  margin-bottom: 6.2rem;
}

.sec03 .content_img._02{
  width: 48rem;
  margin-bottom: 6rem;
}

.sec03 .name_list{
  margin-bottom: 6.3rem;
}


.sec03 .content_name._02{
  margin-bottom: 2.4rem;
}

a{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  cursor: pointer;
  outline: none;
}

a:focus{
  outline: none;
}
/* ============================================
                     for tablet
=============================================== */

@media only screen and ( min-width: 768px ) and ( max-width: 1920px ){
  html {
   font-size: calc(10* (100vw / 1920));
  }
}
/* ============================================
                   for tablet
=============================================== */




/* ============================================
                     for sp
=============================================== */

@media only screen and (max-width: 767px) {

  .main_container{
    max-width: calc(750* (100vw/750));
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center calc(100* (100vw/750));
    height: auto;
    margin: 0 auto;
    background-image: url(/ContentsImagesPkg/lp/2022gift/SP_back.png);
  }

  area{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer;
    outline: none;
  }

  a:focus{
    outline: none;
  }

  .pc{
    display: none;
  }

  .sp{
    display: block;
  }

  .heading{
    width: 100%;
    margin: auto;
    margin-bottom: calc(88* (100vw / 767));
  }

  .heading_img{
    width: 100%;
    margin-bottom: calc(88* (100vw / 767));
  }

  .heading_txt{
    font-size: calc(24* (100vw / 767));
    line-height: 1.9583333;
  }

  .content_wrap{
    width: calc(700* (100vw / 767));
  }

  .content_list{
    display: flex;
    flex-direction: column;
  }

  .content_inner{
    margin: auto;
    margin-top: 0;
  }

  .content_inner ._01{
    width: calc(680* (100vw / 767));
  }

  .content_ttl{
    width: calc(471* (100vw / 767));
    height: calc(75.6* (100vw / 767));
    border-radius: calc(10* (100vw / 767));
    margin-bottom: calc(47* (100vw / 767));
    font-size: calc(25* (100vw / 767));
    line-height: 3;
  }

  .content_txt{
    width: calc(600* (100vw / 767));
    margin: auto;
    margin-bottom: calc(32* (100vw / 767));
    font-size: calc(22* (100vw / 767));
    line-height: 1.6363;
  }

  .content_name{
    font-size: calc(25* (100vw / 767));
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: calc(33* (100vw / 767));
  }

  .brand_name{
    font-size: calc(20* (100vw / 767));
    line-height: 1.75;
    font-weight: normal;
  }

  .content_img{
    margin: auto;
  }

  .name_list{
    width: calc(647* (100vw / 767));
    margin-bottom: calc(63* (100vw / 767));
  }

  .product_name{
    font-size: calc(25* (100vw / 767));
    line-height: 1.4;
  }

  .product{
    font-size: calc(20* (100vw / 767));
    line-height: 1.75;
  }

  .content_btn{
    width: calc(290* (100vw / 767));
    border-bottom: calc(3* (100vw / 767)) solid #00a0c8;
    font-size: calc(30* (100vw / 767));
    line-height: 2.4;
    letter-spacing: 0.12em;
  }
  /*1段目*/

  .sec01{
    margin-bottom: calc(152* (100vw / 767));
  }

  .sec01 .content_inner._01{
    margin-bottom: calc(149* (100vw / 767));
  }

  .sec01 .content_name{
    margin-left: calc(15* (100vw / 767));
    margin-bottom: calc(40* (100vw / 767));
  }

  .sec01 .content_name._02{
    margin-left: calc(17* (100vw / 767));
    margin-bottom: calc(10* (100vw / 767));
  }

  .sec01 .content_img{
    width: calc(733* (100vw / 767));
    margin-left: calc(-25* (100vw / 767));
    margin-bottom: calc(50* (100vw / 767));
  }

  .sec01 .content_img._02{
    width: calc(713* (100vw / 767));
    margin-left: 0;
    margin-bottom: calc(44* (100vw / 767));
  }

  .sec01 .name_list._02{
    width: calc(400* (100vw / 767));
    margin-left: calc(20* (100vw / 767));
    margin-bottom: calc(61* (100vw / 767));
  }

  .sec01 .content_txt._02{
    margin-bottom: calc(43* (100vw / 767));
  }

  /*2段目*/
  .sec02{
    margin-bottom: calc(150* (100vw / 767));
  }

  .sec02 .content_inner._01{
    margin-bottom: calc(149* (100vw / 767));
  }

  .sec02 .content_txt{
    margin-bottom: calc(26* (100vw / 767));
  }

  .sec02 .content_txt._02{
    margin-bottom: calc(46* (100vw / 767));
  }

  .sec02 .content_img{
    width: calc(697* (100vw / 767));
    margin-left:  calc(-45* (100vw / 767));
    margin-bottom: calc(55* (100vw / 767));
  }

  .sec02 .content_img._02{
    width: calc(705* (100vw / 767));
    margin-left: calc(-19* (100vw / 767));
    margin-bottom: calc(42* (100vw / 767));
  }

  .sec02 .content_name{
    margin-bottom: calc(19* (100vw / 767));
  }

  .sec02 .content_name._02{
    margin-left: 0;
    margin-bottom: calc(23* (100vw / 767));
  }

  .sec02 .name_list{
    margin-left: calc(-19* (100vw / 767));
    margin-bottom: calc(60* (100vw / 767));
  }

  .sec02 .name_list._02{
    margin-left: calc(-1* (100vw / 767));
    margin-bottom: calc(60* (100vw / 767));
  }

  /*3段目*/
  .sec03{
    padding-bottom: calc(100* (100vw / 767));
  }

  .sec03 .content_inner._01{
    margin-bottom: calc(150* (100vw / 767));
  }

  .sec03 .content_inner._03{
    margin-bottom: calc(97* (100vw / 767));
  }

  .sec03 .content_txt{
    margin-bottom: calc(36* (100vw / 767));
  }

  .sec03 .content_name{
    margin-left: calc(10* (100vw / 767));
  }

  .sec03 .content_img{
    width: calc(699* (100vw / 767));
    margin-left: calc(-14* (100vw / 767));
    margin-bottom: calc(56* (100vw / 767));
  }

  .sec03 .content_img._02{
    width: calc(710* (100vw / 767));
    margin-left: calc(-4* (100vw / 767));
    margin-bottom: calc(49* (100vw / 767));
  }

  .sec03 .name_list{
    margin-bottom: calc(59* (100vw / 767));
  }

  .sec03 .name_list._02{
    margin-left: calc(12* (100vw / 767));
  }

  .sec03 .content_name._02{
    margin-bottom: calc(-41* (100vw / 767));
  }

}


/* IE */
@media all and (-ms-high-contrast: none) {
  /* ここに書く */

}