@charset "UTF-8";

/*all------------------------*/
#Wrap,
.wrapTop,
.wrapBottom {
  width: 100%;
}

#Contents {
  padding-top: 0;
}

#Header,
#Foot {
  width: 1000px;
  margin: 0 auto;
}

.LP_page a,
.each-page_inner a,
.theme_area a {
  transition: opacity .3s;
}

.LP_page a:hover,
.each-page_inner a:hover,
.theme_area a:hover {
  opacity: .65;
}

html {
  font-size: 62.5%;
}

.LP_page *,
.each-page_inner *,
.theme_area * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.LP_page {
  width: 119rem;
  margin: 0 auto;
  background: #fff;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
}

.LP_page picture,
.each-page_inner picture,
.LP_page a,
.each-page_inner a,
.theme_area a {
  display: block;
}

.LP_page img,
.each-page_inner img,
.theme_area img {
  width: 100%;
  height: auto;
}

/*----------------------------all*/

/*mv_area----------------------------*/
.mv_area {
  padding-top: 6rem;
}

.mv_wrap {
  position: relative;
  width: 100%;
}

.main-img {
  width: 50%;
}

.main-ttl {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 4rem;
  background: #9dadad;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.9rem;
  color: #fff;
}

.main-ttl .txt-indent {
  position: relative;
  display: block;
  margin: 1.2rem 0 .8rem;
  padding-left: 2.7rem;
  font-size: 5.4rem;
  line-height: 1.0926;
}

.main-ttl .txt-indent::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 10.2rem;
  margin-top: .7rem;
  background: #fff;
  content: "";
}

.main-lead {
  background: url(../../../Contents/ImagesPkg/lp/22winter/bg_001.jpg) center center / cover no-repeat;
  padding: 6rem 0 5.6rem;
  color: #fff;
}

.main-lead dt {
  position: relative;
  width: fit-content;
  margin: 0 auto 4rem;
  font-size: 2rem;
  letter-spacing: .06em;
  text-align: center;
}

.main-lead dt::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 1px;
  margin-bottom: -2rem;
  background: #fff;
  content: "";
}

.main-lead dt .txt_small {
  font-size: 1.6rem;
}

.main-lead dd {
  width: 60rem;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .06em;
}
/*----------------------------mv_area*/

/*cp_area----------------------------*/
.cp_area {
  padding: 6rem 0;
  background: #f0f0f0;
}

.cp-area_inner {
  width: 80rem;
  margin: 0 auto;
}

.each-dtl {
  padding: 2rem 0;
  background: #fff;
}

.coupon-dtl {
  margin-bottom: 3rem;
}

.each-dtl dt {
  width: fit-content;
  margin: 0 auto 1.2rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 3.2rem;
  line-height: 1.125;
  text-align: center;
}

.each-dtl dt .txt_small {
  display: block;
  margin-bottom: .7rem;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
}

.each-dtl dd {
  width: fit-content;
  margin: 0 auto;
}
.each-dtl dd .caption {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}

.coupon-code {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 40rem;
  margin: 0 auto;
  padding: .7rem 2rem;
  background: #e9f0ef;
  font-weight: bold;
  font-size: 1.4rem;
  white-space: nowrap;
}

.coupon-code .txt_large {
  display: flex;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
  color: #658f96;
  white-space: nowrap;
}

.copy-btn {
  transition: opacity .3s;
  border: none;
  border-radius: 1.8rem;
  width: 8rem;
  height: 3.6rem;
  background: #333;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  color: #fff;
  cursor: pointer;
}

.copy-btn:hover {
  opacity: .65;
  transition: opacity .3s;
}

.coupon-code input {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.copy-alert {
  display: none;
  opacity: 0;
  padding: 1rem 0 0;
  text-align: center;
  color: #658F96;
}

.alert_active {
  display: block;
  animation: opa_act 2s;
}

@keyframes opa_act {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.each-dtl dd .cp-img {
  width: 68rem;
  margin-bottom: 1rem;
}

.each-dtl dd .asterisk li {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: .06em;
}
/*----------------------------cp_area*/

/*theme_area-------------------------*/
.theme_area {
  padding: 5rem 0 6rem;
  background: #fff;
}

.theme_area_inner {
  width: 110rem;
  margin: 0 auto;
}

.theme_area .sec-ttl {
  margin-bottom: 3.2rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 3.2rem;
  line-height: 1.125;
  text-align: center;
}

.theme_area .sec-ttl .txt_small {
  display: block;
  margin-bottom: .5rem;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
}

.theme_area ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.theme_area li {
  margin-bottom: 2rem;
}

.theme_area li a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  width: 54rem;
  height: 22.3rem;
}

.theme_area li a::before {
  transition: .3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.theme_area li a:hover::before {
  transform: scale(1.1);
  transition: .3s;
}

.theme_area li:nth-of-type(1) a::before {
  background: url(../../../Contents/ImagesPkg/lp/22winter/bg_002.png) center center / cover no-repeat;
}

.theme_area li:nth-of-type(2) a::before {
  background: url(../../../Contents/ImagesPkg/lp/22winter/bg_003.png) center center / cover no-repeat;
}

.theme_area li:nth-of-type(3) a::before {
  background: url(../../../Contents/ImagesPkg/lp/22winter/bg_004.png) center center / cover no-repeat;
}

.theme_area li:nth-of-type(4) a::before {
  background: url(../../../Contents/ImagesPkg/lp/22winter/bg_005.png) center center / cover no-repeat;
}

.theme_area dt {
  margin-bottom: 1.2rem;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 3.3rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  filter: drop-shadow(0px 0px .6rem rgba(77, 77, 77, 1));
}

.theme_area li:nth-of-type(2) dt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.7rem;
}

.theme_area li:nth-of-type(3) dt {
  color: #333;
  filter: drop-shadow(0px 0px .6rem rgba(255, 255, 255, 1));
}

.theme_area dt .txt_small {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  letter-spacing: .06em;
}

.theme_area dd {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  filter: drop-shadow(0px 0px .6rem rgba(77, 77, 77, 1));
}

.theme_area li:nth-of-type(3) dd {
  color: #333;
  filter: none;
}

.top-bnr a {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  height: 22.3rem;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
  color: #fff;
}

.top-bnr a::before {
  transition: .3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../../Contents/ImagesPkg/lp/22winter/bg_006.png) center center / cover no-repeat;
  content: "";
}

.top-bnr a:hover::before {
  transform: scale(1.1);
  transition: .3s;
}

.top-bnr .txt_wrap {
  margin-top: 1rem;
  text-align: center;
  filter: drop-shadow(0px 0px .6rem rgba(77, 77, 77, 1));
}

.top-bnr .txt_large {
  display: block;
  font-size: 3.3rem;
  line-height: 1;
}

.top-bnr .txt_small {
  display: block;
  margin-bottom: 1.2rem;
  font-size: 2.4rem;
}
/*-------------------------theme_area*/

/*report_area-------------------------*/
.report_area{
  margin: 0 auto 6rem;
}
.report_area .sec-ttl {
    margin-bottom: 3.2rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 3.2rem;
    line-height: 1.125;
    text-align: center;
}
.report_area .sec-ttl .txt_small {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
}
.report_area .swiperModalButton {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.report_area .swiperModalButton img{
  width: calc(100% / 6);
}

/* モーダル */
.report_area .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.5);
}

/* モーダルがactiveの時 */
.report_area .modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.report_area .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.report_area .modal__content {
    position: relative;
    width: 100%;
    max-width: 80rem;
    padding: 2rem;
}
.report_area .modal_inner {
    filter: drop-shadow(0px 0px 4px #666);
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* 閉じるボタン */
.report_area .modal__close-btn {
    position: absolute;
    right: 0;
    top: -4rem;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    z-index: 20;
}
.report_area .modal__close-btn:hover {
    opacity: 0.8;
}

/* 閉じるボタンのX */
.report_area .lineClose {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 4rem;
    height: 0.1rem;
    background: currentColor;
    border-radius: 0.1rem;
    position: relative;
    transform: rotate(45deg);
}
.report_area .lineClose::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.report_area .swiperText {
    margin: 0;
    text-align: center;
    width: 100%;
}
.report_area .swiper-button-next, 
.report_area .swiper-button-prev{
  color: #fff;
  background-image: none;
}
/*-------------------------report_area*/

/*pure.aspx-------------------------*/
.LP_page_pure {
  background: #d6e0de;
  font-family: 'Noto Sans JP', sans-serif;
}

.each-page_inner {
  width: 120rem;
  margin: 0 auto;
  padding-top: 6.5rem;
  color: #333;
}

.each-page_inner .sec-ttl {
  width: fit-content;
  margin: 0 auto 1.6rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 3.6rem;
  line-height: 1.2;
}

.each-page_inner .sec-ttl .txt_small {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  text-align: center;
}

/*lead---------------------*/
.each-lead_area {
  border-bottom: solid 1px #333;
  margin-bottom: 6rem;
  padding-bottom: 3rem;
}

.each-lead_area .sec-ttl {
  border-bottom: solid .6rem #fff;
}

.each-page_inner .lead {
  width: 80rem; 
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .06em;
}

.lead-hidden {
  height: 16.2rem;
  overflow: hidden;
}

.lead-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border:  solid 1px #777;
  border-radius: 1.6rem;
  width: 12rem;
  height: 3.2rem;
  margin: 1.8rem auto 0;
  font-size: 1.4rem;
  color: #777;
  cursor: pointer;
}

.lead-btn:hover {
  opacity: .65;
  transition: opacity .3s;
}

.btn-hidden {
  display: none;
}

/*---------------------lead*/

/*brand---------------------*/
.brand_area .sec-ttl {
  margin-bottom: 2.5rem;
  font-size: 3.2rem;
  line-height: 1.5;
}

.brand-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 110rem;
  margin: 0 auto 5rem;
}

.brand-list::after {
  display: block;
  width: 36rem;
  content: "";
}

.brand-list li {
  border-radius: 1rem;
  width: 36rem;
  margin-bottom: 1rem;
  padding: 2rem 0;
  background: #fff;
}

.brand-logo {
  width: 32rem;
  margin: 0 auto .5rem;
  mix-blend-mode: multiply;
}

.brand-name {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  text-align: center;
}

.brand-list li .brand-caption {
  width: 32rem;
  margin: 0 auto 1rem;
  line-height: 2;
  letter-spacing: .06em;
}

.brand-btn_wrap {
  display: flex;
  justify-content: space-between;
  width: 31rem;
  margin: 0 auto;
}

.btn_inner {
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 1.8rem;
  width: 15rem;
  height: 3.6rem;
  font-size: 1.3rem;
  background: #777;
  color: #fff;
}

.btn-color-change {
  border: solid 1px #777;
  background: #fff;
  color: #777;
}

.btn_inner img {
  width: 2rem;
  margin-left: .5rem;
}

.modal_wrap {
  display: none;
}

/*今回用モーダルデザイン---------*/
.modaal-content-container .brand-caption {
  line-height: 2;
}
/*---------今回用モーダルデザイン*/

/*modaal.min.cssの値変更---------*/
.modaal-content-container li {
  list-style: none;
}

.modaal-content-container img {
  width: 100%;
}

.modaal-content-container {
  padding: 0;
}

.modaal-inner-wrapper {
  padding: 0;
}

.modaal-container {
  position: relative;
  border-radius: 1rem;
  width: 60rem;
  padding: 1.8rem 2rem 2rem;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .06em;
  color: #333;
  box-shadow: none;
}

.modaal-close {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 1.5rem;
  width: 3rem;
  height: 3rem;
  margin: -1.5rem -1.5rem 0 0;
  background: url(../../../Contents/ImagesPkg/lp/22winter/icon_005.svg) center center / cover no-repeat !important;
}

.modaal-close:before {
  display: none;
}

.modaal-close:after {
  display: none;
}

.modaal-close:hover {
  transition: opacity .3s;
  opacity: .8;
}
/*---------modaal.min.cssの値変更*/
/*---------------------brand*/

/*item---------------------*/
.itm_area .sec-ttl {
  margin-bottom: 2.5rem;
  font-size: 3.2rem;
  line-height: 1.5;
}

.each-brand_wrap {
  margin-bottom: 8rem;
}

.itm-list .brand-name {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.each-itm-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 119rem;
  margin: 0 auto;
}

.each-itm-list li {
  border-radius: 1rem;
  width: 19rem;
  padding: 2rem 1rem;
  margin: 0 1rem 1rem 0;
  background: #fff;
}

.each-itm-list li:nth-last-of-type(1) {
  margin-right: 0;
}

.itm-img_wrap {
  position: relative;
  width: fit-content;
}

.each-itm-list li .itm-img {
  width: 17rem;
}

.itm-tag_wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}

.itm-img_wrap .itm-tag {
  display: flex;
  align-items: center;
  border-radius: .5rem;
  height: 1.9rem;
  margin-right: .5rem;
  padding: 0 .6rem;
  font-size: 1rem;
  letter-spacing: .06em;
  color: #000;
}

.tag-reserve {
  background: #c7e8e6;
}

.tag-coupon {
  background: #c9c5af;
}

.each-itm-list .release-day {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.4rem;
  background: #f0f0f0;
  font-size: 1.3rem;
  letter-spacing: .06em;
  color: #000;
}

.each-itm-list .itm-name {
  margin: 1rem auto .8rem;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.75;
  letter-spacing: .06em;
}

.itm-btn_wrap {
  width: 14rem;
  margin: 0 auto;
}

.itm-btn_wrap .btn_inner {
  border-radius: 1.6rem;
  width: 14rem;
  height: 3.2rem;
}

.itm-btn_wrap .itm-btn:nth-of-type(1) {
  margin-bottom: .8rem;
}

.itm-btn_wrap .itm-btn:nth-of-type(2) .btn_inner img {
  width: 1.3rem;
  margin-left: .5rem;
}

/*.itm-btn_wrap .pdf-hidden {
  display: none;
}※一般用*/

.comment_wrap {
  border-radius: 1rem;
  width: fit-content;
  margin: 0 auto;
  padding: 1.6rem 2rem;
  background: rgba(255, 255, 255, .3);
}

.comment_wrap dt {
  width: fit-content;
  margin: 0 auto 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
}

.comment_wrap dd {
  width: fit-content;
  margin: 0 auto;
}

.comment_wrap dd .comment-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 119rem;
}

.comment_wrap dd .comment-list li {
  position: relative;
  display: flex;
}

.buyer-img_wrap {
  margin-right: 2rem;
}

.buyer-img {
  width: 10rem;
  margin-bottom: .8rem;
}

.buyer-name {
  font-size: 1.1rem;
  text-align: center;
}

.buyer-txt {
  width: 43rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .06em;
}
/*---------------------item*/

/*nav-area-----------------*/
.nav-area {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: .3s;
  z-index: 100;
}

.up-move {
  transform: translate(-50%, 0);
  transition: .3s;
}

.nav-area ul {
  display: flex;
  box-shadow: 0px 0px 10px 0 #707070;
}

.nav-area li {
  position: relative;
}

.nav-area li::before {
  opacity: 0;
  transition: opacity .3s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4.6rem;
  height: .6rem;
  background: #333;
  content: "";
}

.nav-area li:nth-of-type(2):before {
  width: 11.4rem;
}

.nav-area li:nth-of-type(3):before {
  width: 3.8rem;
}

.nav-area li:nth-of-type(4):before {
  width: 9.8rem;
}

.nav-area li a {
  opacity: 1 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: solid 1px #333; 
  width: 20rem;
  height: 6rem;
}

.nav-area li a p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  color: #333;
}

.nav-area li a p .txt_small {
  display: block;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: .06em;
}

.nav-area .pure a {
  background: #d6e0de;
}

.nav-area .skincare a {
  background: #e6e0d8;
}

.nav-area .skincare a p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2;
}

.nav-area .gift a {
  background: #ebe8d0;
}

.nav-area .newitem a {
  background: #ebdbdb;
}

.nav-area li:nth-last-of-type(1) a {
  border-right: none;
}

.selected::before,
.current::before {
  opacity: 1 !important;
  transition: opacity .3s;
}
/*-----------------nav-area*/
/*-------------------------pure.aspx*/

/*skincare.aspx----------------------*/
.LP_page_skincare {
  background: #e6e0d8;
  font-family: 'Noto Sans JP', sans-serif;
}

/*lead--------------------*/
.LP_page_skincare .each-lead_area .sec-ttl {
  font-size: 2.8rem;
}
/*--------------------lead*/

/*item---------------------*/
.LP_page_skincare .each-itm-list {
  justify-content: space-between;
  flex-wrap: wrap;
  width: 110rem;
  margin: 0 auto 7rem;
}

.LP_page_skincare .each-itm-list li {
  width: 36rem;
  margin: 0 0 1rem;
  padding: 2rem;
}

.each-itm-list .brand-logo {
  width: 17rem;
  margin-left: 0;
}

.each-itm-list .brand-name {
  margin-bottom: .6rem;
  text-align: left;
}

.LP_page_skincare .each-itm-list .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.LP_page_skincare .each-itm-list .itm-img {
  width: 16rem;
}

.LP_page_skincare .each-itm-list .itm-caption_wrap {
  width: 15.2rem;
}

.LP_page_skincare .each-itm-list .itm-caption_wrap .itm-name {
  width: 100%;
  margin-bottom: .8rem;
  font-size: 1.4rem;
}

.LP_page_skincare .each-itm-list .itm-caption_wrap .itm-caption01 {
  margin-bottom: .8rem;
  font-size: 1.3rem;
  line-height: 1.75;
  letter-spacing: .06em;
}

.LP_page_skincare .each-itm-list .itm-caption_wrap .btn_inner {
  width: 14rem;
  height: 3.2rem;
}

.graph_wrap {
  margin-bottom: 2rem;
}

.graph_wrap dt {
  margin-bottom: .7rem;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: .06em;
}

.graph_wrap dd .graph {
  position: relative;
  margin-bottom: .7rem;
}

.graph_wrap dd .graph::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: .8rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: -.7rem;
  background: #d1c8bc;
  content: "";
}

.graph_wrap dd .second::after {
  margin-left: 4.6rem;
}

.graph_wrap dd .fourth::after {
  margin-left: 15.2rem;
}

.graph_wrap dd .fifth::after {
  margin-left: 20.5rem;
}

.graph_wrap dd .sixth::after {
  margin-left: 25.8rem;
}

.graph_wrap dd .seventh::after {
  left: auto;
  right: 0;
  margin-right: -.7rem;
}

.graph_wrap dd .graph-txt {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  letter-spacing: .06em;
  color: #797979;
}

.LP_page_skincare .each-itm-list .itm-caption02 {
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: .06em;
}
/*---------------------item*/
/*----------------------skincare.aspx*/

/*newitem.aspx----------------------*/
.LP_page_newitem {
  background: #ebdbdb;
  font-family: 'Noto Sans JP', sans-serif;
}

/*lead---------------------*/
.LP_page_newitem .each-lead_area {
  border-bottom: none;
}

/*---------------------lead*/

/*item---------------------*/
.comment_wrap dd .comment-list li:nth-of-type(even) {
  margin-left: 5rem;
}

.comment_wrap dd .comment-list li:nth-of-type(even)::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  margin-left: -2.5rem;
  background: #ccc;
  content: "";
}

.comment_wrap dd .comment-list li:nth-of-type(n+3) {
  margin-top: 4rem;
}

.comment_wrap dd .comment-list li:nth-of-type(n+3)::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -2rem;
  background: #ccc;
  content: "";
}

.comment_wrap dd .comment-list li .brand-logo {
  width: 17rem;
  margin-left: 0;
}

.comment_wrap dd .comment-list li .brand-name {
  margin: 0 0 .6rem 0;
  text-align: left;
}

.brand-copy {
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .06em;
  text-align: center;
}

.each-brand_wrap .lead {
  margin-bottom: 2rem;
}

.each-brand_wrap .lead-btn {
  margin-bottom: 1.5rem;
}

.lead-img {
  width: 80rem;
  margin: 0 auto 1.2rem;
}

.each-itm-list li:nth-of-type(6) {
  margin-right: 0;
}

.test-list_wrap {
  max-width: 80rem;
  margin: 0 auto 2rem;
}

.test-list {
  display: flex;
  justify-content: space-between;
}

.test-list_ctr {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: .5rem;
  width: 19rem;
  height: 4.8rem;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, .3);
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: .06em;
}

.test-list_ctr p {
  text-align: center;
}

.test-list_ctr p .txt_small {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
}

.test-list_wrap .asterisk {
  font-size: 1rem;
}

/*---------------------item*/
/*newitem.aspx----------------------*/

/*gift.aspx----------------------*/
.LP_page_gift {
  background: #ebe8d0;
  font-family: 'Noto Sans JP', sans-serif;
}
/*lead----------------*/
.LP_page_gift .each-lead_area .lead-img {
  margin-bottom: 3rem;
}

.LP_page_gift .each-lead_area .lead {
  padding-bottom: 19.2rem;
}
/*----------------lead*/

/*gift-nav-------------*/
.gift-nav_area {
  margin-bottom: 4rem;
}

.gift-nav_area ul {
  display: flex;
  justify-content: space-between;
  max-width: 118.4rem;
  margin: 0 auto;
}

.gift-nav_area ul li dl {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3.2rem;
  width: 38.8rem;
  height: 6.8rem;
  padding: 0 4.7rem 0 2rem;
  background: #fff;
}

.gift-nav_area ul li dl::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
  background: url(../../../Contents/ImagesPkg/lp/22winter/icon_006.svg) center center / cover no-repeat;
  content: "";
}

.gift-nav_area ul li dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 2.2rem;
  background: #ada66c;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  color: #fff;
}

.gift-nav_area ul li dl dd {
  width: 25rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
}
/*-------------gift-nav*/

.cat-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 3rem;
  margin: 0 auto .7rem;
  background: #ada66c;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  color: #fff;
}

.cat-ttl {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}

.cat-img {
  width: 60rem;
  margin: 0 auto 3rem;
}

#Gift_01 .itm-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

#Gift_01 .each-brand_wrap:nth-of-type(3) {
  margin-left: 4rem;
}

.width-wide {
  width: 99.4rem !important;
  padding: 2rem !important;
  margin: 0 0 1rem !important;
}

.width-wide .flex-box {
  display: flex;
}

.width-wide .itm-img {
  width: 50rem !important;
  margin-right: 2rem;
}

.width-wide .itm-caption {
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  line-height: 1.75;
  letter-spacing: .06em;
}

.width-wide .itm-btn_wrap,
.width-middle .itm-btn_wrap {
  display: flex;
  justify-content: space-between;
  width: 29rem;
}

.width-wide .itm-btn_wrap .itm-btn:nth-of-type(1),
.width-middle .itm-btn_wrap .itm-btn:nth-of-type(1) {
  margin-bottom: 0;
}

.width-middle {
  width: 38.8rem !important;
  padding: 2rem !important;
  margin: 0 0 1rem !important;
}

.width-middle .itm-img {
  width: 34.8rem !important;
}

.width-middle .itm-name {
  margin-bottom: 1.5rem;
}

.width-resize {
  width: 22.8rem;
}

.LP_page_gift .each-brand_wrap {
  margin-bottom: 4.4rem;
}

.each-gift_area {
  padding-top: 4rem;
}
/*----------------------gift.aspx*/

/*Smart phone---------------------------------------------*/
@media screen and  (max-width:767px) {
  /*all----------------------------*/
  .only_pc {
    display: none;
  }
  
  .LP_page {
    width: 100%;
  }
  /*----------------------------all*/
  
  /*mv_area----------------------------*/
  .mv_area {
    padding-top: 0;
  }
    
  .main-img {
    width: 100%;
  }
  
  .main-ttl {
    position: static;
    width: 100%;
    height: calc(180 * (100vw / 428));
    padding-left: calc(20 * (100vw / 428));
    font-size: calc(22 * (100vw / 428));
  }
  
  .main-ttl .txt-indent {
    margin: calc(-2 * (100vw / 428)) 0 calc(5 * (100vw / 428));
    padding-left: calc(20 * (100vw / 428));
    font-size: calc(41 * (100vw / 428));
    line-height: 1.0976;
  }
  
  .main-ttl .txt-indent::before {
    height: calc(76 * (100vw / 428));
    margin-top: calc(7 * (100vw / 428));
  }
  
  .main-lead {
    background: url(../../../Contents/ImagesPkg/lp/22winter/bg_001_sp.jpg) center center / cover no-repeat;
    padding: calc(40 * (100vw / 428)) 0 calc(38 * (100vw / 428));
  }
  
  .main-lead dt {
    margin: 0 auto calc(56 * (100vw / 428));
    font-size: calc(18 * (100vw / 428));
    line-height: 1.7;
  }
  
  .main-lead dt::before {
    width: calc(50 * (100vw / 428));
    margin-bottom: calc(-30 * (100vw / 428));
  }
  
  .main-lead dt .txt_small {
    font-size: calc(14 * (100vw / 428));
  }
  
  .main-lead dd {
    width: calc(368 * (100vw / 428));
    font-size: calc(13 * (100vw / 428));
  }
  /*----------------------------mv_area*/
  
  /*cp_area----------------------------*/
  .cp_area {
    padding: calc(40 * (100vw / 428)) 0;
  }
  
  .cp-area_inner {
    width: calc(368 * (100vw / 428));
  }
  
  .each-dtl {
    padding: calc(20 * (100vw / 428)) 0;
  }
  
  .coupon-dtl {
    margin-bottom: calc(30 * (100vw / 428));
  }
  
  .each-dtl dt {
    margin: 0 auto  calc(16 * (100vw / 428));
    font-size: calc(28 * (100vw / 428));
    line-height: 1.2857;
  }
  
  .each-dtl dt .txt_small {
    margin-bottom: calc(4 * (100vw / 428));
    font-size: calc(14 * (100vw / 428));
  }
  
  .each-dtl dd .caption {
    margin-bottom: calc(15 * (100vw / 428));
    font-size: calc(14 * (100vw / 428));
  }
  
  .coupon-code {
    width: calc(328 * (100vw / 428));
    padding: calc(7 * (100vw / 428)) calc(15 * (100vw / 428));
    font-size: calc(12 * (100vw / 428));
  }
  
  .coupon-code .txt_large {
    font-size: calc(18 * (100vw / 428));
  }
  
  .copy-btn {
    border-radius: calc(18 * (100vw / 428));
    width: calc(80 * (100vw / 428));
    height: calc(36 * (100vw / 428));
    font-size: calc(13 * (100vw / 428));
  }
    
  .copy-alert {
    padding: calc(12 * (100vw / 428)) 0 0;
  }
  
  .each-dtl dd .cp-img {
    width: calc(328 * (100vw / 428));
    margin-bottom: calc(6 * (100vw / 428));
  }
  
  .each-dtl dd .asterisk li {
    font-size: calc(11 * (100vw / 428));
  }
  /*----------------------------cp_area*/
  
  /*theme_area-------------------------*/
  .theme_area {
    padding: calc(40 * (100vw / 428)) 0 calc(60 * (100vw / 428));
  }
  
  .theme_area_inner {
    width: calc(388 * (100vw / 428));
  }
  
  .theme_area .sec-ttl {
    margin-bottom: calc(18 * (100vw / 428));
    font-size: calc(28 * (100vw / 428));
    line-height: 1.2857;
  }
  
  .theme_area .sec-ttl .txt_small {
    margin-bottom: calc(4 * (100vw / 428));
    font-size: calc(14 * (100vw / 428));
  }
  
  .theme_area ul {
    display: block;
    margin-bottom: calc(60 * (100vw / 428));
  }
  
  .theme_area li {
    margin-bottom: calc(10 * (100vw / 428));
  }
  
  .theme_area li a {
    border-radius: calc(10 * (100vw / 428));
    width: calc(388 * (100vw / 428));
    height: calc(160 * (100vw / 428));
  }
    
  .theme_area dt {
    margin-bottom: calc(10 * (100vw / 428));
    font-size: calc(24 * (100vw / 428));
    line-height: 1.2;
  }
  
  .theme_area li:nth-of-type(2) dt {
    font-size: calc(20 * (100vw / 428));
  }
  
  .theme_area dt .txt_small {
    font-size: calc(11 * (100vw / 428));
  }
  
  .theme_area dd {
    font-size: calc(14 * (100vw / 428));
  }
  
  .top-bnr a {
    border-radius: calc(10 * (100vw / 428));
    height: calc(160 * (100vw / 428));
    background: url(../../../Contents/ImagesPkg/lp/22winter/bg_006_sp.png) center center / cover no-repeat;
    font-size: calc(25 * (100vw / 428));
  }
  
  .top-bnr .txt_wrap {
    margin-top: calc(5 * (100vw / 428));
  }
  
  .top-bnr .txt_large {
    font-size: calc(24 * (100vw / 428));
  }
  
  .top-bnr .txt_small {
    margin-bottom: 0;
    font-size: calc(20 * (100vw / 428));
  }
  /*-------------------------theme_area*/

  /*report_area-------------------------*/
  .report_area{
    margin: 0 auto calc(60 * (100vw / 428));
  }
  .report_area .sec-ttl {
    margin-bottom: calc(18 * (100vw / 428));
    font-size: calc(28 * (100vw / 428));
    line-height: 1.2857;
  }
  .report_area .sec-ttl .txt_small {
    margin-bottom: calc(4 * (100vw / 428));
    font-size: calc(14 * (100vw / 428));
  }
  .report_area .swiperModalButton img{
    width: calc(100% / 3);
  }

  /* モーダルのコンテンツ */
  .report_area .modal__content {
      max-width: calc(388 *(100vw / 428));
      padding: calc(20 *(100vw / 428));
  }

  /* 閉じるボタン */
  .report_area .modal__close-btn {
      top: calc(-30 *(100vw / 428));
      width: calc(40 *(100vw / 428));
      height: calc(40 *(100vw / 428));
  }
  _::-webkit-full-page-media, .report_area .modal__close-btn {
    top: calc(-10 *(100vw / 428));
    right: calc(40 *(100vw / 428));
  }

  /* 閉じるボタンのX */
  .report_area .lineClose {
      width: calc(40 *(100vw / 428));
      height: calc(1 *(100vw / 428));
  }

  .report_area .swiper-button-next, 
  .report_area .swiper-button-prev{
    width: calc(20 *(100vw / 428));
    height: calc(40 *(100vw / 428));
  }

  :root {
      --swiper-navigation-size: calc(20 *(100vw / 428));
  }
  /*-------------------------report_area*/

  /*pure.aspx-------------------------*/
  .each-page_inner {
    width: calc(388 * (100vw / 428));
    padding: calc(45 * (100vw / 428)) 0 calc(20 * (100vw / 428));
  }

  .each-page_inner .sec-ttl {
    margin: 0 auto calc(15 * (100vw / 428));
    font-size: calc(36 * (100vw / 428));
    line-height: 1.2;
  }

  .each-page_inner .sec-ttl .txt_small {
    font-size: calc(14 * (100vw / 428));
  }

  /*lead---------------------*/
  .each-lead_area {
    margin-bottom: calc(40 * (100vw / 428));
    padding-bottom: calc(30 * (100vw / 428));
  }

  .each-lead_area .sec-ttl {
    border-bottom: solid calc(6 * (100vw / 428)) #fff;
  }

  .each-page_inner .lead {
    width: 100%; 
    font-size: calc(14 * (100vw / 428));
  }

  .lead-hidden {
    height: calc(164 * (100vw / 428));
  }

  .lead-btn {
    border-radius: calc(16 * (100vw / 428));
    width: calc(120 * (100vw / 428));
    height: calc(32 * (100vw / 428));
    margin: calc(16 * (100vw / 428)) auto 0;
    font-size: calc(14 * (100vw / 428));
  }
  /*---------------------lead*/

  /*brand---------------------*/
  .brand_area .sec-ttl {
    font-size: calc(28 * (100vw / 428));
    line-height: 1.54;
  }

  .brand-list {
    display: block;
    width: 100%;
    margin: 0 auto calc(80 * (100vw / 428));
  }

  .brand-list::after {
    display: none;
  }

  .brand-list li {
    border-radius: calc(10 * (100vw / 428));
    width: 100%;
    margin-bottom: calc(10 * (100vw / 428));
    padding:  calc(20 * (100vw / 428)) 0;
  }

  .brand-logo {
    width: calc(320 * (100vw / 428));
    margin: 0 auto calc(5 * (100vw / 428));
  }

  .brand-name {
    margin-bottom: calc(13 * (100vw / 428));
    font-size: calc(11 * (100vw / 428));
  }

  .brand-list li .brand-caption {
    width: calc(348 * (100vw / 428));
    margin: 0 auto calc(12 * (100vw / 428));
  }

  .brand-btn_wrap {
    width: calc(334 * (100vw / 428));
  }

  .btn_inner {
    border-radius: calc(20 * (100vw / 428));
    width: calc(162 * (100vw / 428));
    height: calc(40 * (100vw / 428));
    font-size: calc(14 * (100vw / 428));
  }

  .btn_inner img {
    width: calc(20 * (100vw / 428));
    margin-left: calc(5 * (100vw / 428));
  }

  /*modaal.min.cssの値変更---------*/
  .modaal-container {
    border-radius: calc(10 * (100vw / 428));
    width: calc(388 * (100vw / 428));
    padding: calc(20 * (100vw / 428));  
    font-size: calc(14 * (100vw / 428));  
  }

  .modaal-close {
    border-radius: calc(15 * (100vw / 428)); 
    width: calc(30 * (100vw / 428)); 
    height: calc(30 * (100vw / 428)); 
    margin: calc(-15 * (100vw / 428)) calc(-15 * (100vw / 428)) 0 0;
  }
  /*---------modaal.min.cssの値変更*/
  /*---------------------brand*/

  /*item---------------------*/
  .itm_area .sec-ttl {
    margin-bottom: calc(25 * (100vw / 428));
    font-size: calc(28 * (100vw / 428)); 
    line-height: 1.54;
  }

  .each-brand_wrap {
    margin-bottom: calc(60 * (100vw / 428));
  }

  .itm-list .brand-name {
    margin-bottom: calc(20 * (100vw / 428));
    font-size: calc(11 * (100vw / 428));
  }

  .each-itm-list {
    justify-content: space-between;
    width: 100%;
  }

  .each-itm-list li {
    border-radius: calc(10 * (100vw / 428));
    width: calc(190 * (100vw / 428));
    padding: calc(20 * (100vw / 428)) calc(10 * (100vw / 428));
    margin: 0 0 calc(8 * (100vw / 428)) 0;
  }

  .each-itm-list li .itm-img {
    width: calc(170 * (100vw / 428));
  }

  .itm-img_wrap .itm-tag {
    border-radius: calc(5 * (100vw / 428));
    height: calc(19 * (100vw / 428));
    margin-right: calc(5 * (100vw / 428));
    padding: 0 calc(6 * (100vw / 428));
    font-size: calc(10 * (100vw / 428));
  }

  .each-itm-list .release-day {
    height: calc(24 * (100vw / 428));
    font-size: calc(13 * (100vw / 428));
  }

  .each-itm-list .itm-name {
    margin: calc(10 * (100vw / 428)) auto;
    font-size: calc(13 * (100vw / 428));
  }

  .itm-btn_wrap {
    width: calc(140 * (100vw / 428));
  }

  .itm-btn_wrap .btn_inner {
    border-radius: calc(16 * (100vw / 428));
    width: calc(140 * (100vw / 428));
    height: calc(32 * (100vw / 428));
  }

  .itm-btn_wrap .itm-btn:nth-of-type(1) {
    margin-bottom: calc(8 * (100vw / 428));
  }

  .itm-btn_wrap .itm-btn:nth-of-type(2) .btn_inner img {
    width: calc(13 * (100vw / 428));
    margin-left: calc(5 * (100vw / 428));
  }

  .comment_wrap {
    border-radius: calc(10 * (100vw / 428));
    width: 100%;
    padding: calc(16 * (100vw / 428)) calc(20 * (100vw / 428));
  }

  .comment_wrap dt {
    margin: 0 auto calc(13 * (100vw / 428));
    font-size: calc(20 * (100vw / 428));
  }

  .buyer-img_wrap {
    margin-right: calc(20 * (100vw / 428));
  }

  .buyer-img {
    width: calc(100 * (100vw / 428));
    margin-bottom: calc(10 * (100vw / 428));
  }

  .buyer-name {
    font-size: calc(11 * (100vw / 428));
  }

  .buyer-txt {
    width: calc(228 * (100vw / 428));
    font-size: calc(14 * (100vw / 428));
  }
  /*---------------------item*/

  /*nav-area-----------------*/
  .nav-area ul {
    display: flex;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

   .nav-area li::before {
    opacity: 0;
    transition: opacity .3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4.6rem;
    height: .6rem;
    background: #333;
    content: "";
  }

  .nav-area li a { 
    width: calc(143 * (100vw / 428));
    height: calc(60 * (100vw / 428));
  }

  .nav-area li a p {
    font-size: calc(16 * (100vw / 428));
  }

  .nav-area li a p .txt_small {
    font-size: calc(10 * (100vw / 428));
  }

  .nav-area .skincare a p {
    font-size: calc(14 * (100vw / 428));
  }

  .current {
    display: none;
  }
  /*-----------------nav-area*/
  /*-------------------------pure.aspx*/

  /*skincare.aspx----------------------*/
  /*lead--------------------*/
  .LP_page_skincare .each-lead_area .sec-ttl {
    font-size: calc(28 * (100vw / 428));
  }
  /*--------------------lead*/

  /*item---------------------*/
  .LP_page_skincare .itm_area .sec-ttl {
    margin-bottom: calc(10 * (100vw / 428));
  }

  .LP_page_skincare .each-itm-list {
    display: block;
    width: 100%;
    margin: 0 auto calc(60 * (100vw / 428));
  }

  .LP_page_skincare .each-itm-list li {
    width: 100%;
    margin: 0 0 calc(20 * (100vw / 428));
    padding: calc(20 * (100vw / 428));
  }

  .each-itm-list .brand-logo {
    width: calc(170 * (100vw / 428));
  }

  .each-itm-list .brand-name {
    margin-bottom: calc(6 * (100vw / 428));
  }

  .LP_page_skincare .each-itm-list .flex-box {
    margin-bottom: calc(10 * (100vw / 428));
  }

  .LP_page_skincare .each-itm-list .itm-img {
    width: calc(160 * (100vw / 428));
  }

  .LP_page_skincare .each-itm-list .itm-caption_wrap {
    width: calc(180 * (100vw / 428));
  }

  .LP_page_skincare .each-itm-list .itm-caption_wrap .itm-name {
    margin-bottom: calc(8 * (100vw / 428));
    font-size: calc(14 * (100vw / 428));
  }

  .LP_page_skincare .each-itm-list .itm-caption_wrap .itm-caption01 {
    margin-bottom: calc(8 * (100vw / 428));
    font-size: calc(13 * (100vw / 428));
  }

  .LP_page_skincare .each-itm-list .itm-caption_wrap .btn_inner {
    width: calc(140 * (100vw / 428));
    height: calc(32 * (100vw / 428));
  }

  .graph_wrap {
    margin-bottom: calc(20 * (100vw / 428));
  }

  .graph_wrap dt {
    margin-bottom: calc(7 * (100vw / 428));
    font-size: calc(15 * (100vw / 428));
  }

  .graph_wrap dd .graph {
    margin-bottom: calc(7 * (100vw / 428));
  }

  .graph_wrap dd .graph::after {
    border-radius: calc(8 * (100vw / 428));
    width: calc(16 * (100vw / 428));
    height: calc(16 * (100vw / 428));
    margin-left: calc(-7 * (100vw / 428));
  }

  .graph_wrap dd .second::after {
    margin-left: calc(51 * (100vw / 428));
  }

  .graph_wrap dd .fourth::after {
    margin-left: calc(166 * (100vw / 428));
  }

  .graph_wrap dd .fifth::after {
    margin-left: calc(224 * (100vw / 428));
  }

  .graph_wrap dd .sixth::after {
    margin-left: calc(281 * (100vw / 428));
  }

  .graph_wrap dd .seventh::after {
    margin-right: calc(-7 * (100vw / 428));
  }

  .graph_wrap dd .graph-txt {
    font-size: calc(12 * (100vw / 428));
  }

  .LP_page_skincare .each-itm-list .itm-caption02 {
    font-size: calc(11 * (100vw / 428));
  }
  /*---------------------item*/
  /*----------------------skincare.aspx*/

  /*newitem.aspx----------------------*/
  /*item---------------------*/
  .comment_wrap dd .comment-list li:nth-of-type(even) {
    margin-left: 0;
  }

  .comment_wrap dd .comment-list li:nth-of-type(even)::before {
    display: none;
  }

  .comment_wrap dd .comment-list li:nth-of-type(n+2) {
    margin-top: calc(40 * (100vw / 428));
  }

  .comment_wrap dd .comment-list li:nth-of-type(n+2)::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: calc(-20 * (100vw / 428));
    background: #ccc;
    content: "";
  }

  .comment_wrap dd .comment-list li .brand-logo {
    width: calc(170 * (100vw / 428));
  }

  .comment_wrap dd .comment-list li .brand-name {
    margin-bottom: calc(6 * (100vw / 428));
  }

  .brand-copy {
    margin-bottom: calc(20 * (100vw / 428));
    font-size: calc(16 * (100vw / 428));
  }

  .each-brand_wrap .lead {
    margin-bottom: calc(15 * (100vw / 428));
  }

  .each-brand_wrap .lead-btn {
    margin-bottom: calc(20 * (100vw / 428));
  }

  .lead-img {
    width: 100%;
    margin: 0 auto calc(15 * (100vw / 428));
  }

  .test-list_wrap {
    max-width: 100%;
    margin: 0 auto calc(20 * (100vw / 428));
  }

  .test-list {
    flex-wrap: wrap;
  }

  .test-list_ctr {
    border-radius: calc(5 * (100vw / 428));
    width: calc(190 * (100vw / 428));
    height: calc(48 * (100vw / 428));
    margin-bottom: calc(8 * (100vw / 428));
    font-size: calc(14 * (100vw / 428));
  }

  .test-list_ctr p .txt_small {
    font-size: calc(10 * (100vw / 428));
  }

  .test-list_wrap .asterisk {
    font-size: calc(10 * (100vw / 428));
  }

  /*---------------------item*/
  /*newitem.aspx----------------------*/

  /*gift.aspx----------------------*/
  /*lead----------------*/
  .LP_page_gift .each-lead_area .lead-img {
    margin-bottom: calc(18 * (100vw / 428));
  }

  .LP_page_gift .each-lead_area .lead {
    padding-bottom: 0;
  }
  /*----------------lead*/

  /*gift-nav-----------*/
  .gift-nav_area {
    margin-bottom: calc(25 * (100vw / 428));
  }

  .LP_page_gift .itm_area .sec-ttl {
    margin-bottom: calc(15 * (100vw / 428));
  }

  .gift-nav_area ul {
    display: block;
    max-width: 100%;
  }

  .gift-nav_area ul li {
    margin-bottom: calc(10 * (100vw / 428));
  }

  .gift-nav_area ul li dl {
    border-radius: calc(34 * (100vw / 428));
    width: 100%;
    height: calc(68 * (100vw / 428));
    padding: 0 calc(47 * (100vw / 428)) 0 calc(20 * (100vw / 428));
  }

  .gift-nav_area ul li dl::before {
    width: calc(20 * (100vw / 428));
    height: calc(20 * (100vw / 428));
    margin-right: calc(20 * (100vw / 428));
  }

  .gift-nav_area ul li dl dt {
    width: calc(60 * (100vw / 428));
    height: calc(22 * (100vw / 428));
    font-size: calc(14 * (100vw / 428));
  }

  .gift-nav_area ul li dl dd {
    width: calc(250 * (100vw / 428));
    font-size: calc(16 * (100vw / 428));
  }
  /*-----------gift-nav*/

  .cat-number {
    width: calc(100 * (100vw / 428));
    height: calc(30 * (100vw / 428));
    margin: 0 auto calc(10 * (100vw / 428));
    font-size: calc(20 * (100vw / 428));
  }

  .cat-ttl {
    margin-bottom: calc(20 * (100vw / 428));
    font-size: calc(24 * (100vw / 428));
  }

  .cat-img {
    width: 100%;
    margin: 0 auto calc(20 * (100vw / 428));
  }

  #Gift_01 .itm-list {
    display: block;
  }

  #Gift_01 .each-brand_wrap:nth-of-type(3) {
    margin-left: 0;
  }

  .width-wide,
  .width-middle {
    width: 100% !important;
    padding: calc(20 * (100vw / 428)) !important;
    margin: 0 0 calc(8 * (100vw / 428)) !important;
  }

  .width-wide .flex-box {
    display: block;
  }

  .width-wide .itm-img,
  .width-middle .itm-img {
    width: calc(348 * (100vw / 428)) !important;
    margin-right: 0;
  }

  .width-wide .itm-caption {
    margin-bottom: calc(15 * (100vw / 428));
    font-size: calc(13 * (100vw / 428));
  }

  .width-wide .itm-btn_wrap,
  .width-middle .itm-btn_wrap {
    width: calc(290 * (100vw / 428));
  }

  .width-resize {
    width: calc(228 * (100vw / 428));
  }

  .LP_page_gift .each-brand_wrap {
    margin-bottom: calc(40 * (100vw / 428));
  }

  .each-gift_area {
    padding-top: calc(35 * (100vw / 428));
  }

  /*----------------------gift.aspx*/
}
/*---------------------------------------------Smart phone*/

/*pcのみ--------------------------------------------------*/
@media screen and  (min-width:768px) {
  .only_sp {
    display: none;
  }
}
/*--------------------------------------------------pcのみ*/

/*レスポンシブ＆タブレット対応-------------------------------*/
@media screen and (max-width: 1200px){
  html {
    font-size: calc((10 * (100vw / 1200)));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/