@charset "utf-8";

/* CSS Document */


/* MVをパンくず直下に配置する場合 */

h1 {
  margin: 0;
  /*MVとヘッダの隙間をなくす*/
}

[data-browse-mode="S"] h1 {
  margin: 0 0 0;
  /*MVとヘッダの隙間をなくす*/
}


/* pタグが続くときのマージン削除 
.freepage-frame .sec-inner p + p {
    margin-top: 0;
}*/

img {
  width: 100%;
}


/* マージン調整 */

.noteList {
  margin-top: 0;
}

.mgt30 {
  margin-top: 30px;
}
.mgt10{
	margin-top: 10px;
}

/* センター寄せ */

.alC {
  text-align: center;
}


/* アンカー */

.anc_btn_list {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 30px auto;
}

.anc_btn_list li a {
  width: 350px;
  height: 60px;
  padding: 0 15px 0 0;
  margin: 0 auto;
  border-radius: 5px;
  background: #333333;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  position: relative;
}

.anc_btn_list li a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  right: 30px;
  top: calc(50% - 6px);
  display: block;
  transform: rotate(135deg);
}

.anc_btn_list li a:after {
  content: "";
  width: 8px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 30px;
  top: calc(50% + 6px);
  display: block;
}

.anc_btn_list li a:hover {
  background: #A19059;
}

[data-browse-mode="S"] .anc_btn_list li a {
  width: 100%;
  height: 50px;
  padding: 0 15px 0 0;
  margin: 0 auto;
  border-radius: 5px;
  background: #333333;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  position: relative;
}

[data-browse-mode="S"] .anc_btn_list li a:before {
  right: 20px;
}

[data-browse-mode="S"] .anc_btn_list li a:after {
  right: 20px;
}

@media screen and (max-width: 767px) {
  .anc_btn_list {
    margin: 40px 20px;
    flex-wrap: wrap;
  }
  .anc_btn_list li {
    width: 100%;
  }
  .anc_btn_list li:nth-child(2) {
    margin-top: 20px;
  }
}


/* タイトル調整 */

.ttlLv2 {
  border-bottom: #A19059 1px solid;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .block-top-event--header::before {
    content: "";
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
    display: inline-block;
    background: url(/img/usr/common/eye_catch.png) left top no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
  }
}

.block-top-event--header {
  margin-top: 60px;
}

h2.sec-headlineMgt_set {
  margin-top: 10px;
}

h3.sec-headline {
  margin-top: 50px;
  margin-bottom: 10px;
}

h3.sec-headlineMgt_set {
  margin-top: 10px;
}

.stepLabel {
  font-size: 16px!important;
  background-color: #cc0000;
  display: inline-block;
  color: #fff;
  padding: 3px 20px 3px 22px;
  font-weight: bold;
  position: relative;
  margin-right: 30px;
  vertical-align: middle;
  margin-bottom: 10px;
  line-height: 1.5;
}

.stepLabel::after {
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  display: block;
  width: 0;
  content: '';
  border-width: 30px 0 0 20px;
  border-style: solid;
  border-color: transparent transparent transparent #cc0000;
}

.ttlLv3 {
  border-bottom: #A19059 1px solid;
  margin: 40px 0 20px;
}

.ttlLv3 .heading {
  display: inline-block;
  border: none;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}

.headingMgt_set {
  margin-top: 30px
}

.freepage-frame h4::before {
  display: none;
}

/* リスト調整 */
.noteList > li:before {
    top: 0.8em;
}
.List > li:before {
    top: 0.7em;
}

/* 赤字 */

.fcRD {
  color: #cc0000;
}


/* 白背景の時 */

.contents_inner {
  max-width: 1200px;
  margin: 0 auto;
}


/* ぶち抜き */

.full {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}


/* 背景色 */

.bg_blue {
  text-align: center;
  background-color: #103a57;
  padding: 30px 0;
}

.bg_pink {
  background-color: #bce2e8;
  padding: 80px 0 100px;
}

.bg_pink1 {
  background-color: #bce2e8;
  padding: 20px 0 100px;
}

.bg_white {
  background-color: #FBF9F2;
  ;
  padding: 20px 40px 60px;
}

@media screen and (max-width: 767px) {
  .contents_inner {
    margin: 0 10px;
  }
  .bg_white {
    background-color: #FBF9F2;
    ;
    padding: 10px 10px 60px;
  }
}


/* カラム */

.clm {
  justify-content: space-between;
}

.clm_7 {
  width: calc((100% - 30%) - 20px);
}

.clm_3 {
  width: 30%;
}

.clm_5 {
  width: calc((100% - 50%) - 20px);
}

@media screen and (max-width: 767px) {
  .clm {
    flex-wrap: wrap;
  }
  .clm_7 {
    width: 100%;
  }
  .clm_3 {
    width: 100%;
  }
  .clm_5 {
    width: 100%;
  }
  .clm>div:not(:first-child) {
    margin-top: 20px;
  }
}


/* ボタン */

.action .btn {
  margin-top: 0;
  display: block;
  padding: 16px 10px;
position: relative;
}

.action .btn_anc::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    right: 10px;
    top: calc(50% - 6px);
    display: block;
    transform: rotate(135deg);
}
.action .btn_anc::after {
    content: "";
    width: 8px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 10px;
    top: calc(50% + 6px);
    display: block;
}
.action .btn_other_w::before {
	position: absolute;
    content: "";
    width: 11px;
    height: 10px;
	background-image: url("/img/usr/freepage/airweave_lofty_cp2309/img/icon_ext_white_01.png");
	background-size: contain;
	right: 40px;
    top: calc(50% - 6px);
    background-repeat: no-repeat;
}

.action {
  margin: 0;
}


/* MV下 */

.logo_airweave {
  width: 100px;
  margin: 0 auto;
}
.logo_lofty {
  width: 200px;
  margin: 0 auto;
}


/* プレゼント */

.present_img_list {
  display: flex;
  margin-top: 10px;
}

.present_img_list li {
  width: 200px;
}

.present_img_list li:nth-child(2) {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .present_img_list li {
    margin: 10px auto;
  }
}


/* about */

.about_txt {
  font-size: 18px;
  margin: 30px 0;
}
@media screen and (min-width: 767px) {
.img_950 {
  max-width: 950px;
  margin: 0 auto;
}}


/* 商品リスト */

.block-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-list li {
  width: calc((100% - 75%) - 12px);
　margin-right: 12px;
　margin-top: 25px;
}

.block-list li:nth-child(4n) {
  margin-right: 0;
}

.block-list li a:hover {
  text-decoration: underline;
}

.block-list .nostock .block--goods-image {
  position: relative;
}

.block-list .nostock .block--goods-image::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) url("../../img/sys/soldout.png") left top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.block-list--goods-image {
  margin: 0 0 10px 0;
}

.block-list--goods-image figure {
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.block-list-goods-name-wrap {
	margin: 0 0 10px 0;
	height: 42px;
}
.block-list-goods-name-wrap_mail {
	height: 82px;
}
.block-list--goods-description {
  max-width:213px;
  margin: 0 auto;
}
.block-list--goods-mail{
	margin-top: 2px;
	margin-bottom: 8px;
}
.block-list--goods-mail span{
	border: 1px solid;
    padding: 2px 6px;
    font-size: 13px;
}
.block-list--goods-name-wrap {
  margin: 0 0 10px 0;
}

.block-list--goods-name-wrap .block-list--goods-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.block-list--goods .price {
  font-weight: normal;
}

.block-list--goods .price, .block-list--goods .default-price {
  text-align: right;
　margin-top: 30px;
}

.block-list {
margin-top: 30px;
}

.img-center img {
  flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  .block-list {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .block-list li {
    width: calc(50% - 7.5px);
    margin: 0 0 20px 0;
  }
  .block-list--goods-image {
    width: calc(50vw - 29px);
    height: calc(50vw - 29px);
    margin: 0 0 10px 0;
  }
  .block-list--goods-image figure {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
　　background: #FBF9F2;
  }
  .block-list--goods-description {
    margin: 0;
  }

  .block-list-goods-name-wrap .block-list--goods-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .block-list--price-items .price {
    font-weight: normal;
  }
  .block-list--price-items .price, .block-list--price-items .default-price {
    text-align: right;
  }
  .block-list--price-items .mile {
    font-size: 10px;
  }
}