@charset "UTF-8";
/* Mixin
------------------------------------------------------------ */
/*
============================================================

Mixin

============================================================
*/
/* flexbox
----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap");
/* line 37, ../../../../assets/scss/_modules/_mixin.scss */
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 39, ../../../../assets/scss/_modules/_mixin.scss */
.flexbox .flexbox_l {
  display: inline-block;
}
/* line 42, ../../../../assets/scss/_modules/_mixin.scss */
.flexbox .flexbox_r {
  display: inline-block;
}

/* Rex Breakpoint  ≥
----------------------------------------------------------------*/
/* Standard Color
----------------------------------------------------------------*/
/* Backbround Skew
----------------------------------------------------------------*/
/*Rex*/
/*
============================================================

Rex Design

============================================================
*/
/* Rex Font
----------------------------------------------------------------*/
/* Rex Color
----------------------------------------------------------------*/
/* Rex Icon
----------------------------------------------------------------*/
/* Rex Btn
----------------------------------------------------------------*/
/* line 37, ../../../../assets/scss/_modules/_rex.scss */
.btn-default {
  white-space: nowrap;
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  transition: color 0.2s cubic-bezier(0.25, 0, 0.45, 1);
  transition: background-color .2s ease-out,-webkit-box-shadow .2s ease-out;
  transition: background-color .2s ease-out,box-shadow .2s ease-out;
  transition: background-color .2s ease-out,box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;
  user-select: none;
  border: 1px solid transparent;
  cursor: pointer;
}

/* line 55, ../../../../assets/scss/_modules/_rex.scss */
.btn-outline {
  white-space: nowrap;
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  transition: color 0.2s cubic-bezier(0.25, 0, 0.45, 1);
  transition: background-color .2s ease-out,-webkit-box-shadow .2s ease-out;
  transition: background-color .2s ease-out,box-shadow .2s ease-out;
  transition: background-color .2s ease-out,box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;
  user-select: none;
  background: transparent;
  cursor: pointer;
}

/*Googleフォント*/
/* color
------------------------------------------------------------ */
/* 共通
------------------------------------------------------------ */
/* line 24, ../scss/style.scss */
.tag-insert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  border-bottom: 1px solid #eeeeee;
}
/* line 32, ../scss/style.scss */
.tag-insert-img {
  display: block;
  background: #2e0709;
  width: 100%;
}
/* line 36, ../scss/style.scss */
.tag-insert-img-inr {
  max-width: 970px;
  margin: 0 auto;
}
/* line 39, ../scss/style.scss */
.tag-insert-img-inr img {
  width: 100%;
  display: block;
}
/* line 46, ../scss/style.scss */
.tag-insert-btn {
  width: 100%;
  margin: 8px 12px;
}
@media screen and (min-width: 769px) {
  /* line 46, ../scss/style.scss */
  .tag-insert-btn {
    max-width: 970px;
    margin: 32px 0 16px;
  }
}
/* line 53, ../scss/style.scss */
.tag-insert-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  padding: 16px;
  position: relative;
  text-decoration: none;
  transition: all .5s;
  background: #bba861;
  border-radius: 8px;
  box-shadow: 0 4px 0 #94854e, 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 769px) {
  /* line 53, ../scss/style.scss */
  .tag-insert-btn a {
    padding: 24px 24px 20px;
    border-radius: 16px;
    box-shadow: 0 6px 0 #94854e, 0 14px 0 rgba(0, 0, 0, 0.2);
  }
}
/* line 71, ../scss/style.scss */
.tag-insert-btn a span {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  transition: all .5s;
}
@media screen and (min-width: 769px) {
  /* line 71, ../scss/style.scss */
  .tag-insert-btn a span {
    font-size: 32px;
  }
}
/* line 79, ../scss/style.scss */
.tag-insert-btn a span b {
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  /* line 79, ../scss/style.scss */
  .tag-insert-btn a span b {
    font-size: 40px;
  }
}
/* line 85, ../scss/style.scss */
.tag-insert-btn a span:before {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  content: "";
}
@media screen and (min-width: 769px) {
  /* line 85, ../scss/style.scss */
  .tag-insert-btn a span:before {
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 36px;
    width: 47px;
    height: 47px;
    border-radius: 50%;
  }
}
/* line 105, ../scss/style.scss */
.tag-insert-btn a span:after {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 12px;
  border: 8px solid transparent;
  border-left: 14px solid #bba861;
  content: "";
}
@media screen and (min-width: 769px) {
  /* line 105, ../scss/style.scss */
  .tag-insert-btn a span:after {
    display: inline-block;
    position: absolute;
    top: 31px;
    right: 33px;
    border: 14px solid transparent;
    border-left: 20px solid #bba861;
  }
}
/* line 122, ../scss/style.scss */
.tag-insert-btn a span strong {
  font-size: 110%;
}
/* line 126, ../scss/style.scss */
.tag-insert-btn a:hover {
  margin: 5px 0 -5px 0;
  box-shadow: 0 1px 0 #94854e, 0 9px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) {
  /* line 126, ../scss/style.scss */
  .tag-insert-btn a:hover {
    box-shadow: 0 1px 0 #94854e, 0 9px 0 rgba(0, 0, 0, 0.1);
  }
}
/* line 132, ../scss/style.scss */
.tag-insert-btn a:hover span {
  color: #ffffff;
}
/* line 140, ../scss/style.scss */
.tag-insert-btn a img {
  width: 100%;
}
/* line 145, ../scss/style.scss */
.tag-insert-btn-btm {
  display: block;
  margin: 0 auto;
  font-size: 12px;
  color: #333333;
  margin: 24px 12px 12px;
  text-align: left;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  /* line 145, ../scss/style.scss */
  .tag-insert-btn-btm {
    text-align: center;
  }
}
/* line 167, ../scss/style.scss */
.tag-insert-campaign-details-inner {
  margin: 0 auto;
  max-width: 970px;
  padding: 56px 0;
}
@media screen and (max-width: 768px) {
  /* line 167, ../scss/style.scss */
  .tag-insert-campaign-details-inner {
    padding: 8px 0;
    width: 96%;
  }
}
/* line 175, ../scss/style.scss */
.tag-insert-campaign-details-inner table {
  border: 1px solid #bba861;
  padding: 15px;
  vertical-align: middle;
  text-align: left;
  line-height: 1.5;
  width: 100%;
  box-sizing: border-box;
}
/* line 183, ../scss/style.scss */
.tag-insert-campaign-details-inner table th {
  box-sizing: border-box;
  border: 1px solid #bba861;
  padding: 15px;
  vertical-align: middle;
  text-align: left;
  line-height: 1.5;
  background: rgba(238, 238, 238, 0.2);
  color: #bba861;
  text-align: center;
}
/* line 184, ../scss/style.scss */
.tag-insert-campaign-details-inner table th.title {
  background: #bba861;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  /* line 183, ../scss/style.scss */
  .tag-insert-campaign-details-inner table th {
    width: 100%;
    display: block;
  }
}
/* line 204, ../scss/style.scss */
.tag-insert-campaign-details-inner table td {
  border: 1px solid #bba861;
  padding: 15px;
  color: #000000;
  vertical-align: middle;
  text-align: left;
  line-height: 1.5;
  width: 80%;
  box-sizing: border-box;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  /* line 204, ../scss/style.scss */
  .tag-insert-campaign-details-inner table td {
    width: 100%;
    display: block;
  }
}
/* line 219, ../scss/style.scss */
.tag-insert-campaign-details-inner table a {
  color: #94854e;
}
/* line 221, ../scss/style.scss */
.tag-insert-campaign-details-inner table a::after {
  content: '\f174';
  font-family: 'rex-icon';
  position: relative;
  top: 3px;
  margin-left: 2px;
}
/* line 232, ../scss/style.scss */
.tag-insert-campaign_copy {
  max-width: 970px;
  margin: 24px auto;
  font-size: 14px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  /* line 232, ../scss/style.scss */
  .tag-insert-campaign_copy {
    padding: 0 10px;
    font-size: 12px;
  }
}
