@charset "utf-8";
/* CSS Document */
/* MVをパンくず直下に配置する場合 */
h1 {
  margin: 0;
  /*MVとヘッダの隙間をなくす*/
}
[data-browse-mode="S"] h1 {
  margin: 0 0 0;
  /*MVとヘッダの隙間をなくす*/
}
/* PC表示 */
.forPC {
  display: block !important;
}
.forSP {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .forPC {
    display: none !important;
  }
  .forSP {
    display: block !important;
  }
}

.block-top-item--header {
  margin: 40px 0 15px;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 0 4px;
    line-height: 26px;
    background: none;
    color: #111111;
    border-bottom: 2px solid #CC0000;
}

.block-top-item {
  max-width: 800px;
  margin: 25px 0 40px;
}
@media screen and (max-width: 767px) {
  .block-top-item--header {
  margin: 5vw 0 0;
}

.block-top-item {
  max-width: 800px;
  margin: 2vw 0 5vw;
}
}

.brand_description {
    padding: 20px 30px;
    border: #cccccc 1px solid;
    background: #ffffff;
}

.brand_description h3 {
    padding: 5px 0 10px;
    margin: 0 0 20px;
    border-bottom: #A19059 1px solid;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.0;
    display: flex;
    align-items: center;
}

/* pタグが続くときのマージン削除
.freepage-frame .sec-inner p + p {
    margin-top: 0;
}*/
img {
  width: 100%;
}
/*余白調整*/
.container_main {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .container_main {
    padding: 0 10px 100px;
  }
}
/* マージン調整 */
.noteList {
  margin-top: 0;
}
.mgt50 {
  margin-top: 50px;
}
.mgt30 {
  margin-top: 30px;
}
.mgt20 {
  margin-top: 20px;
}
.mgt10 {
  margin-top: 10px;
}
/* センター寄せ */
.alC {
  text-align: center;
}
/* font太さ　Bold */
.fwB {
  font-weight: bold;
}
/* アンカー */
a.otherwindow {
  display: inline-block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  background-color: #c00;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1rem;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 25px;
  border-radius: 5px;
}
a.otherwindow::after {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/img/usr/freepage/plusone_cp/img/icon_ext_wt.png) no-repeat;
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
  background-size: contain;
}
/* アンカーリンク*/
.anc_btn_list {
  flex-wrap: wrap;
}
.anc_btn_list li {
  margin-top: 25px;
}
/* タイトル調整 */
.ttlLv2 {
  border-bottom: #A19059 1px solid;
  margin-bottom: 20px;
}

html[data-browse-mode="S"] .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: 50px;
}
html[data-browse-mode="S"] h3.sec-headlineMgt_set {
  margin-top: 50px;
}

.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;
}

html[data-browse-mode="S"] .ttlLv3 {
  border-bottom: #A19059 1px solid;
  margin: 40px 0 20px;
}

html[data-browse-mode="S"] .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;
}
/* カラム */
.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;
  }
}
/* ボタン */
.btnCP {
  margin-top: 0;
  display: block;
  padding: 16px 10px;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  cursor: pointer;
}
/* 連絡先 */
.shopforPC {
  display: block !important;
}
.shopforSP {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .shopforPC {
    display: none !important;
  }
  .shopforSP {
    display: block !important;
  }
  .page-goods .block-goods-contact-shop-title span {
    display: inline;
  }
}
.ippin_img {
  max-width: 600px;
  margin: 30px auto;
}
.item {
  margin-bottom: 60px;
}
.anc_btn_list li span {
  width: 350px;
  height: 60px;
  padding: 0 15px 0 0;
  margin: 0 auto;
  display: block;
}
.ctm_bdrColumn {
  flex-wrap: wrap;
}
.ctm_bdrColumn .col {
  width: calc(25% - 20px);
  border: none;
  border-radius: 10px;
  background: #ffffff;
  margin-bottom: 20px;
  box-shadow: 2px 2px 4px 1px rgba(17, 17, 26, 0.08);
}
/* SP専用のCSS */
html[data-browse-mode="S"] .ctm_bdrColumn .col {
  width: 48%;
}
.ctm_bdrColumn_txt {
  margin-top: 10px;
  height: auto;
}
/* ボタン */
.button_area {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 30px;
  justify-content: space-between;
}
.button_area .action {
  width: 250px;
    margin-bottom: 25px;
}
.button_area .discription {
  width: calc(100% - 290px);
}
/* SP専用のCSS */
html[data-browse-mode="S"] .button_area {
  display: block;
}
html[data-browse-mode="S"] .button_area .action, html[data-browse-mode="S"] .button_area .discription {
  width: 100%;
}
/* PC専用のCSS */
html[data-browse-mode="P"] .item h3.sec-headline {
  display: flex;
  justify-content: space-between;
}
html[data-browse-mode="p"] .ctm_bdrColumn .col {
  width: 100%;
}
/* SP専用のCSS */
html[data-browse-mode="S"] .item {
  margin-bottom: 20vw;
  padding: 2vw 0 5vw;
}
html[data-browse-mode="S"] .action {
  width: 100%;
}


/* 事務局 */
@media screen and (min-width: 766px) {
.page-goods .block-goods-contact-shop {margin-top: 60px;}
.page-goods .block-goods-contact-shop .column2 .box:nth-child(1) { width: 46%; text-align: center;}
.page-goods .block-goods-contact-shop .column2 .box:nth-child(2) { width: 49%;}
}
@media screen and (max-width: 767px) {
.page-goods .block-goods-contact-shop {margin: 20vw 0 50px;}
}

/*MV下テキストサイズ*/
html[data-browse-mode="P"] .section-intro {
  font-size: 22px;
  color: #CC0000;
　margin: 0 auto;
}

html[data-browse-mode="S"] .section-intro {
  font-size: 18px;
  color: #CC0000;
　margin: 0 auto;
  padding:10px 10px
}

/*btn幅*/
.action .btn {
 max-width: 550px;
}

html[data-browse-mode="S"] .action .btn {
 margin-top: 10px;
}

/* ボタン アンカーリスト */
.anc_btn_list {
  display: flex;
  justify-content: space-between;
  margin: 0px auto;
}

/* 対象一覧 */
.block-top-event--header {
 margin-bottom: 20px;
}

.block-design-title-line {
margin: 50px 0px 25px 0px;
}

.cp-period {
    position: relative;
    border-radius: 10px;
    width: 700px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-align: center;
    background: #cccccc;
    display: block;
    padding: 20px 10px;
    transition: opacity .4s;
    margin: 50px auto 0px;
}

html[data-browse-mode="S"] .cp-period {
    width: 95%;
    margin: 20px auto 0px;
    font-size: 15px;
}