/*campaign_3dcg_cam01.css*/
/*------------------------------------------------------------common*/
.red {
  color: #ff0000;
}
/*------------------------------------------------------------bxslider*/
.img_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.bx-wrapper {
  width: 320px;
}
.bx-wrapper ul.bxslider li {
  width: 100%;
  margin: 0 auto;
}
.bx-wrapper ul.bxslider li img {
  width: 95%;
  margin: 0 auto;
}
.bx-wrapper .bx-pager {
  text-align: center;
  margin-top: 5px;
}
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-pager a:hover, .bx-pager a.active {
  background: #000;
}
/*------------------------------------------------------------contact*/
/*
#contact_wrap {
    background: url('../img/lp_img/contact_bg2.jpg') 50% 0 no-repeat fixed;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

#contact_wrap p {
    color: #ffffff;
    font-size: 200%;
}

#contact_wrap #contact_area_bg {
    background: url('../img/lp_img/contactarea_bg.png') repeat-y center top;
    width: 940px;
    margin: 0 auto 0px;
    padding: 20px;
    display: inline-block;
}

#contact_wrap h3 {
    color: #666666;
    font-size: 250%;
    font-weight: bold;
    padding: 0 0 5px;
    border-bottom: 1px solid #666666;
}

#contact_wrap #contact_merit {
    clear: both;
    margin: 30px auto 0;
    text-align: center;
    display: inline-block;
}

@media print,
screen and (max-width:980px) {
    #contact_wrap #contact_area_bg {
        width: 90%;
    }

    #contact_wrap img {
        width: 80%;
        margin: 0 auto;
    }

    #contact_wrap p {
        font-size: 150%;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #contact_wrap h3 {
        font-size: 150%;
    }
}
*/
.kasoucontents h3.boomerang_title {
  text-align: center;
  background: #fff;
  padding-bottom: 16px;
}
.kasoucontents h3.boomerang_title .tit_inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.kasoucontents h3.boomerang_title .sub_ti {
  font-size: 0.8em;
  display: block;
}
.kasoucontents h3.boomerang_title .main_ti {
  color: red;
}
/*------------*/
.boomerang_point_box {
  margin-top: 16px;
  background: #fff;
  box-sizing: border-box;
  padding: 16px;
}
.boomerang_point_ti {
  margin: 0 0 5px;
  font-size: 140%;
  text-align: center;
  color: #009e52;
  font-weight: bold;
}
.boomerang_point_ti br {
  display: none;
}
.boomerang_point_box img {
  width: 100%;
  max-width: 100px;
  height: auto;
}
.boomerang_point_box p {
  text-align: left;
  padding-top: 5px;
}
@media print, screen and (min-width:768px) {
  .ly_boomerang_point {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
  }
  .boomerang_point_box {
    width: calc(100% / 3 - 48px);
  }
}
/*------------------------------------------------------------content*/
#index_text {
  background: url('../img/campaign_img/boomerang_main_bg.jpg') 50% 0 no-repeat fixed;
  /*background-size: cover;*/
  height: 480px;
  margin: 0 auto;
  padding: 0;
}
#index_text {
  height: inherit;
}
#index_text .container {
  padding: 30px 0;
  background: none;
  /*background-size: contain;*/
  margin: 0 auto;
  width: 95%;
  padding-bottom: 20px;
}
#index_text .container .section {
  background: rgba(255, 255, 255, 1.0);
  padding-bottom: 20px;
  position: relative;
  box-sizing: border-box;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:768px) {
  #index_text .container .section {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
/**/
#index_text .section h2.catch_main {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 10px 0;
  width: 100%;
  background: #009E52;
  color: #fff;
}
@media print, screen and (min-width:768px) {
  #index_text .section h2.catch_main {
    font-size: 46px;
  }
}
/**/
.section p.catch_pr {
  background: #ff8f22;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  position: absolute;
  top: -10px;
  right: -10px;
}
@media print, screen and (min-width:768px) {
  .section p.catch_pr {
    width: 140px;
    height: 140px;
    font-size: 36px;
  }
}
/**/
.section p.catch_tx {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  padding-top: 16px;
}
.section p.catch_tx strong {
  font-size: 26px;
  display: inline-block;
  padding: 0 4px;
}
.section p.catch_tx strong span {
  font-size: 18px;
}
.marker {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
@media print, screen and (min-width:768px) {
  .section p.catch_tx {
    font-size: 36px;
  }
  .section p.catch_tx strong {
    font-size: 48px;
  }
  .section p.catch_tx strong span {
    font-size: 30px;
  }
}
/**/
.section p.catch_subtx {
  font-size: 14px;
  padding: 16px 20px 0;
  line-height: 1.4;
}
.section p.catch_subtx span {
  font-weight: bold;
}
@media print, screen and (min-width:768px) {
  .section p.catch_subtx {
    font-size: 18px;
  }
}
/**/
.campaign_wrap {
  display: block;
  width: calc(100%-40px);
  margin: 16px 20px 0;
  height: 0;
  padding-top: 27.5%;
  background: url('../img/campaign_img/bnr_campaign_boomerang_cam_2304.jpg') 0 0 no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width:768px) {
  .campaign_wrap {
    width: calc(100%-60px);
    margin: 16px 30px 0;
    padding-top: 22.6%;
    background: url('../img/campaign_img/bnr_campaign_vr_freelayout.jpg') 0 0 no-repeat;
    background-size: 100% auto;
  }
}
/**/
#index_text .catch_note {
  text-align: left;
  margin-left: 20px;
}
#index_text .catch_note li {
  font-size: 12px;
  font-weight: normal;
  position: relative;
  padding: 0 0 0 1.1em;
}
#index_text .catch_note li::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#index_text .catch_note li + li {
  margin-top: 4px;
}
@media print, screen and (min-width:768px) {
  #index_text .catch_note li {
    display: inline-block;
  }
  #index_text .catch_note li + li {
    margin: 0 0 0 16px;
  }
}
/*--------------------------------------*/
.bg1703 {
  background: url('../img/lp_img/main_bg1703.jpg') 50% 0 no-repeat fixed;
}
.title02 {
  margin-top: 20px;
  font-size: 130%;
  font-weight: bold;
  color: #009900;
}
.red {
  color: #ff0000 !important;
}
.content_bg02 {
  background: #ececec;
}
#triangle_grey {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 100px 0 100px;
  border-color: #ececec transparent transparent transparent;
  display: inline-block;
}
table.price {
  font-weight: normal;
  vertical-align: top;
}
table.price th {
  background: #ececec;
  font-weight: bold;
  font-size: 110%;
  padding: 10px;
  width: 100%;
  text-align: center;
}
table.price td {
  padding: 10px;
  width: 100%;
}
table.price td span {
  font-weight: bold;
  font-size: 150%;
  display: block;
  color: #cc0000;
  width: 100%;
  text-align: center;
}
table.price td span small {
  font-weight: normal;
  font-size: 60%;
  color: #666666;
  text-decoration: line-through;
}
table.price th.half {
  width: 50%;
}
table.price td.half {
  width: 50%;
}
ol.flow li .border {
  background: #ffffff;
}
dl.iten_merit ul li .txt-center h3 {
  text-align: center;
  width: 100%;
}
dl.iten_merit ul li span {
  font-weight: normal;
  font-size: 14px;
}
#index_sec02 ul.index_voice li .bg_white {
  margin: 0 1%;
  width: 98%;
  padding: 10px;
  background: #ffffff;
}
#index_sec02 ul.index_voice li h4 {
  margin: 5px 0;
  font-size: 150%;
  text-align: center;
}
#index_sec02 ul.index_voice li h5 {
  margin: 0 0 5px;
  font-size: 140%;
  text-align: center;
  color: #009e52;
  font-weight: bold;
}
#index_sec02 strong {
  margin: 0;
  display: block;
  padding: 5px 0;
  border-radius: 5px;
  text-align: center;
  background: #ff9900;
  color: #ffffff;
}
#index_sec02 ul.list_disc {
  list-style: disc;
  margin-left: 20px;
  margin-top: 10px;
  margin-right: 0;
  padding-right: 0;
}
#index_sec02 ul.red li {
  color: #ff0000;
  font-size: 110%;
  margin-right: 0;
  padding-right: 0;
}
.content_bg01 {
  background-color: #fff;
}
.content_bg01 .bg_w {
  background-color: #ffffff;
  margin: 0 auto 30px;
  display: block;
  width: 96%;
}
.content_bg01 h2.title01 {
  margin-top: 20px;
}
#index_sec02 dl {
  width: 100%;
  padding: 0;
  margin: 0;
  display: inline-block;
}
#index_sec02 dl dt {
  margin: 0px;
  padding: 10px 0;
  width: 100%;
}
#index_sec02 dl dd {
  margin: 0px;
  padding: 10px 0;
  font-size: 120%;
  color: #000000;
  text-align: left;
  width: 100%;
}
#index_sec02 dl dt h3 {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  font-size: 200%;
  color: #000000;
  text-align: center;
}
#index_sec02 dl dd ul {
  margin-top: 20px
}
#index_sec03 {
  text-align: center;
}
#index_sec03 dl {
  width: 90%;
  margin: 20px 5%;
  display: inline-block;
  padding: 0;
}
#index_sec03 dl dt {
  margin: 0px;
  padding: 10px 0;
  text-align: center;
}
#index_sec03 dl dd {
  margin: 0px;
  padding: 10px 0;
  font-size: 120%;
  color: #000000;
  text-align: left;
}
#index_sec03 h2.title01 {
  border-bottom: 1px solid #000;
  color: #000;
  text-align: center;
  display: inline-block;
}
#index_sec03 dl dt h3 {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  font-size: 200%;
  color: #ff0000;
}
#index_sec03 dl dd ul {
  margin-top: 20px;
}
#index_sec03 dl dd img {
  margin: 5px 0;
  width: 90%;
}
#index_sec03 dl dd img.img_center {
  margin: 5px 10%;
  width: 80%;
}
#index_sec03 dl dd h4 {
  margin: 0 0 20px;
  padding: 0px;
  font-weight: bold;
  font-size: 130%;
  color: #009900;
}
#index_sec03 dl dd h4.before {
  margin: 0 auto;
  width: 80%;
  padding: 5px 0;
  font-weight: bold;
  font-size: 130%;
  color: #ffffff;
  border-radius: 5px;
  background: #666666;
  text-align: center;
}
#index_sec03 dl dd h4.after {
  margin: 0 auto;
  width: 80%;
  padding: 5px 0;
  font-weight: bold;
  font-size: 130%;
  color: #ffffff;
  border-radius: 5px;
  text-align: center;
  background: #ff9900;
}
#index_sec03 dl dd span.line-through {
  text-decoration: line-through;
}
#index_sec03 dl dd p {
  margin: 0 0 0 10px;
}
#index_sec03 dl dd p strong {
  font-size: 120%;
}
#index_sec03 dl dd ul li h3 {
  font-weight: bold;
  font-size: 130%;
  color: #009900;
  padding: 5px 0;
  border-bottom: 1px solid #009900;
}
#index_sec03 dl dd ul li span {
  padding: 10px;
  display: block;
}
.txt-center {
  width: 100%;
  text-align: center !important;
}
#index_sec04 strong {
  display: block;
  font-size: 130%;
  font-weight: normal;
  margin: 10px 0 20px;
  color: #333333;
}
#index_sec04 h4 {
  margin: 0px;
  font-weight: bold;
  font-size: 150%;
  margin: 10px 0 0;
}
#index_sec04 p {
  text-align: left;
}
#index_sec04 img.flow_img {
  width: 90%;
  margin: 0 auto;
  max-width: 320px;
}
@media print, screen and (max-width:767px) {
  h2.title01 {
    margin-top: 30px;
    font-size: 170%;
    text-align: left;
  }
  table.price th.half {
    width: 50%;
  }
  table.price td.half {
    width: 50%;
  }
}
@media print, screen and (max-width:680px) {
  #index_text .container {
    background: none;
    background-size: cover;
  }
  #index_text .btn {
    box-shadow: 3px 3px 6px 0 #666;
    margin-top: 180px !important;
    font-size: 18px;
    line-height: 1.3;
    padding: 5px 0;
  }
}
@media print, screen and (max-width:580px) {
  #index_text .container {
    background-size: cover;
  }
  #index_sec01 strong, #index_sec04 strong {
    font-size: 130%;
    text-align: left;
  }
}
@media print, screen and (max-width:480px) {
  #index_text .container {
    background-size: cover;
  }
  #index_text .btn {
    margin-top: 150px !important;
  }
  h2.forsp img {
    width: 100%;
  }
}
@media print, screen and (max-width:380px) {
  #index_text .container {
    background-size: cover;
  }
}
/**parallaxここから**/
ul#nav_p {
  list-style: none;
  position: fixed;
  right: 20px;
}
ul#nav_p li {
  margin: 0 0 15px 0;
}
#second {
  background: url(images/secondBG.jpg) 50% 0 no-repeat fixed;
  color: white;
  height: 1300px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}
/**parallaxここまで**/
/*--------------------------------------settle*/
#settle {}
#settle .settle_title {
  color: #424242;
  text-align: center;
  margin-bottom: 15px;
}
#settle .settle_box {
  text-align: left;
  background: #fff;
  border: 3px solid #f8f852;
  padding: 15px;
  margin-bottom: 15px;
}
#settle .settle_box figure {
  text-align: center;
}
#settle .settle_box figure img {
  width: 100%;
  max-width: 700px;
  height: auto;
  margin: 20px auto 40px;
}
#settle img {
  display: block;
  margin: 20px auto;
}
#settle .settle_box dt {
  background: #f8f852;
  padding: 2px 15px;
  margin-bottom: 5px;
  font-size: 1.2em;
}
#settle .settle_box dd {
  font-size: 1.2em;
}
#settle .settle_box dd:not(:last-of-type) {
  margin-bottom: 15px;
}
#settle .ph_right img {
  max-width: 100%;
  height: auto;
}
@media print, screen and (min-width:768px) {
  #settle .ph_right {
    float: right;
  }
  #settle img {
    margin: 0; /*0 auto*/
  }
  #settle .settle_box dl {
    /*width: 95%;*/
    margin: 20px 0 0 0;
  }
  #settle .settle_box dt {
    float: left;
    margin-bottom: 0;
  }
  #settle .settle_box dd {
    padding: 0 0 0 130px;
  }
}
@media print, screen and (min-width:992px) {
  #settle .settle_box dl {
    width: 90%;
    margin: 20px 0 0 30px;
  }
}
/*attention*/
#settle .attention {
  font-size: 0.875em;
  line-height: 130%;
  text-align: left;
  margin: 5px 0;
}
h2.catch_camp {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #ff0000;
}
@media print, screen and (min-width:768px) {
  h2.catch_camp {
    font-size: 46px;
  }
}
#features #officedesk .price_lsize a, #features #officedesk .price_ssize a {
  display: block;
  text-decoration: none;
}
#features #officedesk .price_lsize a:hover, #features #officedesk .price_ssize a:hover {
  color: #333;
  opacity: 0.7;
}
#features #officedesk .price_lsize dl dt, #features #officedesk .price_ssize dl dt {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #00893f;
  color: #ffffff;
  text-align: center;
  font-size: 180%;
  border-width: 0 1px 0 1px;
  border-color: #00893f;
  border-style: solid;
}
#features #officedesk .price_lsize dl dd, #features #officedesk .price_ssize dl dd {
  width: 100%;
  margin: 0;
  padding: 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #ffffff;
  border-width: 0 1px 1px 1px;
  border-color: #00893f;
  border-style: solid;
}
#features #officedesk .price_lsize dl dd img, #features #officedesk .price_ssize dl dd img {
  width: 90%;
  margin: 0 5%;
}
#features #officedesk .price_lsize dl dd p, #features #officedesk .price_ssize dl dd p {
  margin: 10px 5% 0;
  width: 90%;
  line-height: 180%;
}
#features #officedesk .price_lsize dl dd p:first-child, #features #officedesk .price_ssize dl dd p:first-child {
  text-align: left;
}
#features #officedesk .price_lsize dl dd .sale-price, #features #officedesk .price_ssize dl dd .sale-price {
  text-align: center;
  margin: 0;
}
.sale-price .red {
  font-size: 21px;
}
.sale-price strong {
  color: #fff;
  font-size: 18px;
  background: #ff0000;
  border-radius: 4px;
  padding: 0 5px;
}
.sale-price small {
  font-size: 60%;
}
#features #officedesk .price_lsize .order_txt, #features #officedesk .price_ssize .order_txt {
  text-align: center;
  margin-top: 15px;
}
#features #officedesk .price_lsize .order_txt .btn, #features #officedesk .price_ssize .order_txt .btn {
  background: #ff8f22;
}
#features .block.block07 {
  text-align: center;
}
@media print, screen and (min-width:768px) {
  #features .block.content_bg01 .item {
    flex-direction: row;
  }
  #features .block.content_bg02 .item {
    flex-direction: row-reverse;
  }
}
/*layout*/
#layout p.info_txt {
  font-weight: bold;
  font-size: 120%;
  margin: 0 5% 20px;
  line-height: 150%;
}
#layout .point {
  color: #ff8f22;
}
/**/
.campaign_right_img {
  margin-bottom: 20px;
}
.campaign_right_img figure figcaption {
  text-align: left;
  background: #ececec;
  padding: 1em;
}
@media print, screen and (min-width:768px) {
  .campaign_right_img {
    margin: 0 0 0 20px;
  }
  .campaign_right_img figure {
    margin-top: -40px;
  }
}