/*  #intro
================================================ */
#intro { position: relative; }

#intro .inner { padding-top: 50px; padding-bottom: 50px; position: relative; }

#intro .set { margin-bottom: 32px; }

#intro .set .areaTxt { margin-top: 18px; }

#intro .set .areaTxt > .copy { padding: 9px 0 7px; font-size: 1.4rem; margin-bottom: 0; }

#intro .set .areaTxt .tit { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

#intro .set .areaTxt .ico { width: 50px; margin-top: 5px; margin-right: 12px; }

#intro .set .areaTxt .name { font-size: 4.5rem; letter-spacing: .06em; }

#intro .detailTit { width: 75%; margin: 0 auto; position: relative; background: #460b1d; padding: 8px 0px 6px; font-size: 1.3rem; color: #fff; text-align: center; }

#intro .detailTit:before { content: ""; display: block; position: absolute; bottom: -5px; left: 50%; width: 0; height: 0; margin-left: -5px; border-style: solid; border-width: 5px 5px 0 5px; border-color: #460b1d transparent transparent transparent; }

#intro .detailTit span { background: #fff; border-radius: 50px; padding: 0 5px; font-size: 1.3rem; color: #460b1d; font-weight: bold; }

#intro .detailTit em { font-size: 1.3rem; color: #d7cd22; font-weight: bold; display: inline-block; }

#intro .detail { border: 2px solid #460b1d; margin-top: -30px; padding: 53px 16px 26px; text-align: center; }

#intro .detail .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

#intro .detail .item { width: 48%; }

#intro .detail .item .txt { font-size: 1.3rem; line-height: 1.5; margin-top: 10px; }

#intro .detail .item .txt em { font-size: 1.5rem; font-weight: bold; }

@media all and (max-width: 599px) { #intro .set .areaTxt .head { margin-bottom: -6px; }
  #intro .set .areaTxt .head .copy { font-size: 1.6rem; }
  #intro .detail .item:nth-child(n+3) { margin-top: 22px; } }

@media all and (min-width: 600px) { #intro .inner { padding-top: 92px; padding-bottom: 100px; }
  #intro .set { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 30px; }
  #intro .set .areaImg { width: 48%; }
  #intro .set .areaTxt { width: 47%; margin-top: -10px; }
  #intro .set .areaTxt .head { margin-bottom: 5px; }
  #intro .set .areaTxt .ico { width: 70px; }
  #intro .set .areaTxt .name { font-size: 6.5rem; }
  #intro .set .areaTxt > .copy { padding: 11px 0 13px 10px; font-size: 2rem; margin: 10px 0px; }
  #intro .detailTit { width: 620px; box-sizing: border-box; padding: 4px 0px 6px 7px; font-size: 2.6rem; }
  #intro .detailTit:before { bottom: -10px; margin-left: -10px; border-width: 11px 10.5px 0 10.5px; }
  #intro .detailTit span { margin-right: 16px; padding: 0 14px 0px 26px; font-size: 2.4rem; }
  #intro .detailTit em { font-size: 2.6rem; }
  #intro .detail { margin-top: -28px; padding: 50px 48px 25px; }
  #intro .detail .item { width: 23.5%; }
  #intro .detail .item .txt { font-size: 1.4rem; margin-top: 16px; }
  #intro .detail .item .txt em { font-size: 1.9rem; } }

/*  #compare
================================================== */
#compare { padding-right: 15px; padding-left: 15px; }

#compare .inner { padding-top: 50px; padding-bottom: 50px; }

#compare .head { margin-bottom: 13px; }

#compare .content { background-color: #fff; padding: 24px 20px; margin-top: 22px; }

#compare .table { position: relative; margin: 20px 0 5px; cursor: pointer; }

#compare .table .btn { position: absolute; bottom: 15px; right: 15px; width: 205px; pointer-events: none; }

#compare .note { font-size: 1rem; color: #808080; }

@media all and (min-width: 600px) { #compare .inner { padding-top: 100px; padding-bottom: 100px; }
  #compare .head { margin-bottom: 33px; }
  #compare .leadTxt { text-align: center; }
  #compare .content { margin-top: 35px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 50px 0; }
  #compare .content .img01 { width: auto; height: 564px; }
  #compare .content .img01 img { height: 100%; width: auto; }
  #compare .table { margin: 0; cursor: default; }
  #compare .table .btn { display: none; }
  #compare .note { font-size: 1.3rem; } }

/*  #arrange
================================================== */
#arrange .inner { padding-top: 50px; padding-bottom: 50px; }

#arrange .review { background-color: #fef4f6; padding: 10px 15px; position: relative; margin-top: 13px; }

#arrange .review .txt { color: #f591a3; font-weight: bold; font-size: 1.5rem; line-height: 1.6; }

#arrange .review .ico { position: absolute; width: 85px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 15px; }

#arrange .attention { position: relative; padding-left: 1em; text-indent: -1em; margin-top: 7px; color: #808080; font-size: 1rem; vertical-align: middle; }

#arrange .beforeAfter { margin-top: 30px; }

#arrange .beforeAfter .item { border: 2px solid #0e6a85; background-color: #fff; }

#arrange .beforeAfter .item.after { margin-top: 15px; border-color: #f591a3; }

#arrange .beforeAfter .item.after .tit { background-color: #f591a3; }

#arrange .beforeAfter .tit { background-color: #0e6a85; color: #fff; text-align: center; padding: 7px 0; font-size: 1.5rem; position: relative; }

#arrange .beforeAfter .in { padding: 20px 16px; }

#arrange .column { background-color: #efe9dd; padding: 25px 18px; overflow: hidden; margin-top: 30px; }

#arrange .column .tit { font-size: 1.6rem; line-height: 1.5; font-weight: bold; overflow: hidden; margin-bottom: 10px; }

#arrange .column .ico { width: 64px; float: left; margin: 5px 10px 0 0; }

#arrange .column .txt { clear: both; }

@media all and (min-width: 600px) { #arrange .inner { padding-top: 100px; padding-bottom: 100px; }
  #arrange .sec { left: -16px; }
  #arrange .sec .areaTxt { margin-top: 28px; padding-bottom: 40px; }
  #arrange .review { padding: 24px; margin-top: 30px; }
  #arrange .review .txt { font-size: 1.8rem; }
  #arrange .review .ico { width: 105px; right: 22px; }
  #arrange .attention { font-size: 1.3rem; }
  #arrange .beforeAfter { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: 50px; }
  #arrange .beforeAfter .item { width: 47.6%; }
  #arrange .beforeAfter .item .tit { padding: 7px 0 8px; font-size: 1.6rem; }
  #arrange .beforeAfter .item.after { margin-top: 0; }
  #arrange .beforeAfter .item.after .img { margin-top: -17px; }
  #arrange .beforeAfter .in { padding: 30px 28px 28px; }
  #arrange .column { margin-top: 50px; padding: 45px 50px; }
  #arrange .column .ico { width: 120px; margin: 14px 0 0; }
  #arrange .column .tit { float: right; width: 768px; font-size: 1.9rem; }
  #arrange .column .txt { float: right; clear: none; font-size: 1.5rem; width: 768px; } }

/*  #point
================================================== */
#point .inner { padding-bottom: 33px; }

#point .pointSec + .pointSec { padding-top: 2px; }

#point .pointSec:nth-child(3) .beforeAfter .item.after:before { display: none; }

#point .pointSec .box { padding: 32px 18px 30px; }

#point .pointSec .num { margin: auto; max-width: 69px; border: 1px solid #e6e6e6; margin-bottom: 10px; border-radius: 2px; font-size: 1rem; text-transform: uppercase; text-align: center; }

#point .pointSec .subTit { font-size: 2.3rem; margin-bottom: 18px; }

#point .pointSec .set .areaTxt { margin-top: 24px; }

#point .pointSec .set .tag { background-color: #520d22; color: #fff; font-size: 1rem; padding: 0 10px; text-align: center; display: inline-block; border-radius: 3px; margin-bottom: 8px; }

#point .pointSec .set .copy { font-size: 2rem; line-height: 1.6; margin-bottom: 8px; }

#point .pointSec .beforeAfter { margin-top: 16px; }

#point .pointSec .beforeAfter .item { border: 2px solid #0e6a85; }

#point .pointSec .beforeAfter .item.after { margin-top: 23px; border-color: #f591a3; position: relative; }

#point .pointSec .beforeAfter .item.after:before { content: ''; position: absolute; top: -20px; left: 50%; -webkit-transform: translateX(-50%) rotate(90deg); -ms-transform: translateX(-50%) rotate(90deg); transform: translateX(-50%) rotate(90deg); width: 18px; height: 14px; background: url(../img/common/ico_arrow02.png) no-repeat; background-size: contain; }

#point .pointSec .beforeAfter .item.after .tit { background-color: #f591a3; }

#point .pointSec .beforeAfter .item.after .comment { background-color: #fdf0f1; color: #f591a3; }

#point .pointSec .beforeAfter .item.after .comment:before { border-color: #fdf0f1 transparent transparent transparent; }

#point .pointSec .beforeAfter .item.after .copy { color: #f591a3; }

#point .pointSec .beforeAfter .comment { background-color: #d6e6eb; color: #0e6a85; padding: 10px 15px; font-size: 1.3rem; position: relative; margin-bottom: 15px; }

#point .pointSec .beforeAfter .comment:before { content: ""; display: block; position: absolute; bottom: -5px; left: 50%; width: 0; height: 0; margin-left: -5px; border-style: solid; border-width: 5px 5px 0 5px; border-color: #d6e6eb transparent transparent transparent; }

#point .pointSec .beforeAfter .tit { background-color: #0e6a85; color: #fff; text-align: center; padding: 4px 0; font-size: 1.2rem; font-weight: bold; position: relative; }

#point .pointSec .beforeAfter .in { padding: 20px 18px 23px; }

#point .pointSec .beforeAfter .copy { font-size: 1.6rem; font-weight: bold; color: #0e6a85; margin: 12px 0 5px; }

#point .pointSec .beforeAfter .copy.center { text-align: center; }

#point .pointSec .columnTit { background-color: #baa984; color: #fff; font-size: 1.8rem; margin-top: 25px; text-align: center; padding: 5px; position: relative; }

#point .pointSec .columnTit + .column { margin-top: -2px; padding: 36px 18px 15px; }

#point .pointSec .columnTit + .column .img { margin: auto; padding: 24px 8px 0px 17px; }

#point .pointSec .column { border-width: 2px; margin-top: 25px; padding: 14px 18px 15px; }

#point .pointSec .column .item { position: relative; }

#point .pointSec .column .item + .item { margin-top: 40px; }

#point .pointSec .column .item:nth-child(3) .img { padding: 46px 12px 0 0; }

#point .pointSec .column .question { display: block; position: absolute; top: -50px; left: -5px; font-size: 7.6rem; color: #baa984; font-weight: bold; opacity: 0.6; }

#point .pointSec .column .question + .txt { position: relative; padding-left: 33px; z-index: 10; }

#point .pointSec .column .img { margin-top: 20px; }

#point .pointSec .column .sub { font-size: 1.3rem; margin: 30px 0 7px; }

#point .pointSec .column .detail { margin-bottom: 10px; }

#point .pointSec .column .detailImg + .detailImg { margin-top: 15px; }

#point .pointSec .arrow { width: 80px; margin: 10px auto -15px; }

@media all and (min-width: 600px) { #point .inner { padding-top: 50px; padding-bottom: 100px; }
  #point .pointSec { padding: 0; }
  #point .pointSec + .pointSec { margin-top: 38px; }
  #point .pointSec .box { padding: 58px 50px 50px; }
  #point .pointSec .subTit { font-size: 3.5rem; margin-bottom: 24px; }
  #point .pointSec .num { font-size: 1.4rem; max-width: 100px; }
  #point .pointSec .set { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  #point .pointSec .set .img { width: 455px; }
  #point .pointSec .set .areaTxt { margin-top: 0; width: 440px; }
  #point .pointSec .set .tag { font-size: 1.5rem; padding: 1px 15px; }
  #point .pointSec .set .copy { font-size: 2.8rem; margin-bottom: 15px; }
  #point .pointSec .beforeAfter { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: 32px; }
  #point .pointSec .beforeAfter .item { width: 47.3%; }
  #point .pointSec .beforeAfter .item.after:before { top: 50%; left: -35px; -webkit-transform: translate(0, -50%) rotate(0); -ms-transform: translate(0, -50%) rotate(0); transform: translate(0, -50%) rotate(0); width: 24px; height: 20px; }
  #point .pointSec .beforeAfter .item + .item { margin-top: 0; }
  #point .pointSec .beforeAfter .in { padding: 30px 28px 21px; }
  #point .pointSec .beforeAfter .tit { font-size: 1.6rem; padding: 6px 0 9px; }
  #point .pointSec .beforeAfter .comment { font-size: 1.5rem; padding: 19px 25px; margin-bottom: 18px; }
  #point .pointSec .beforeAfter .comment:before { bottom: -10px; margin-left: -13px; border-width: 13px 13px 0 13px; }
  #point .pointSec .beforeAfter .copy { font-size: 1.9rem; margin: 20px 0 9px; line-height: 1.6; }
  #point .pointSec .columnTit { margin-top: 40px; font-size: 2.2rem; padding: 10px 0 11px 11px; letter-spacing: 0.05em; }
  #point .pointSec .columnTit + .column { padding: 34px 30px 22px; }
  #point .pointSec .columnTit + .column .img { padding: 38px 24px 0; }
  #point .pointSec .column { margin-top: 40px; padding: 21px 29px 21px; }
  #point .pointSec .column .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0 0 35px; }
  #point .pointSec .column .item { width: 31%; }
  #point .pointSec .column .item + .item { margin-top: 0; }
  #point .pointSec .column .item:nth-child(3) .img { padding: 38px 17px 0; }
  #point .pointSec .column .question { top: -50px; left: 10px; font-size: 7rem; color: #eae6de; }
  #point .pointSec .column .detail { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  #point .pointSec .column .detailImg { width: 48%; }
  #point .pointSec .column .detailImg + .detailImg { margin-top: 0; }
  #point .pointSec .column .sub { font-size: 2rem; margin: 0px 0 23px; padding: 15px; }
  #point .pointSec .arrow { width: 125px; margin: 20px auto -19px; }
  #point .pointSec:nth-child(4) .beforeAfter { margin-top: 40px; } }

/*  #price
================================================== */
#price .inner { padding-top: 50px; padding-bottom: 53px; }

#price .table { position: relative; margin-bottom: 5px; cursor: pointer; }

#price .table .btn { position: absolute; bottom: 25px; right: 15px; width: 205px; pointer-events: none; }

#price .note { font-size: 1rem; color: #808080; }

@media all and (min-width: 600px) { #price .inner { padding-top: 100px; padding-bottom: 87px; }
  #price .table { margin-bottom: 13px; cursor: default; }
  #price .table .btn { display: none; }
  #price .note { font-size: 1.3rem; } }

/*  #price .list
========================= */
#price .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -4px 15px; }

#price .list .item { box-sizing: border-box; width: calc(50% - 8px); padding: 0 18px 20px; margin: 0 4px; background: #efe9dd; line-height: 1.5; text-align: center; }

#price .list .item:nth-child(n+3) { margin-top: 8px; }

#price .list .img { margin: 0 -18px 13px; }

#price .list .subTit { margin: 0 -10px 3px; font-size: 1.3rem; font-weight: 700; }

#price .list .txt { margin: 0 -10px 11px; font-size: 1rem; }

#price .list .price { font-size: 1rem; line-height: 1; }

#price .list .cat { position: relative; margin-bottom: 10px; padding: 4px 0 5px; color: #fff; }

#price .list .cat:after { position: absolute; bottom: 0; left: 50%; -webkit-transform: translate(-50%, 100%); -ms-transform: translate(-50%, 100%); transform: translate(-50%, 100%); content: ""; display: block; border-style: solid; border-width: 6px 6px 0 6px; border-color: transparent; }

#price .list .discount { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 8px; }

#price .list .priceOld { position: relative; }

#price .list .priceOld:after { position: absolute; top: 50%; left: 0; content: ""; display: block; width: 100%; height: 1px; background: #460b1d; }

#price .list .off { padding: 2px 6px; border-radius: 14px; color: #fff; }

#price .list .off span { font-size: 1.1rem; }

#price .list .priceNew { position: relative; display: inline-block; }

#price .list .priceNew:before { position: absolute; top: 50%; left: -17px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); content: ""; display: block; border-style: solid; border-width: 5px 0 5px 5px; border-color: transparent; }

#price .list .priceNew span { font-size: 2rem; font-weight: 700; }

#price .list .is_blue .cat { background: #097d9f; }

#price .list .is_blue .cat:after { border-top-color: #097d9f; }

#price .list .is_blue .off { background: #097d9f; }

#price .list .is_blue .priceNew:before { border-left-color: #097d9f; }

#price .list .is_yellow .cat { background: #d99738; }

#price .list .is_yellow .cat:after { border-top-color: #d99738; }

#price .list .is_yellow .off { background: #d99738; }

#price .list .is_yellow .priceNew:before { border-left-color: #d99738; }

#price .list .is_red .cat { background: #d22156; }

#price .list .is_red .cat:after { border-top-color: #d22156; }

#price .list .is_red .off { background: #d22156; }

#price .list .is_red .priceNew:before { border-left-color: #d22156; }

@media (max-width: 374px) { #price .list .subTit { font-size: 1.1rem; }
  #price .list .txt { margin: 0 -15px 11px; }
  #price .list .cat { margin: 0 -6px 10px; }
  #price .list .discount { margin: 0 -14px 8px; } }

@media all and (min-width: 600px) { #price .list { margin: 0 -8px 40px; }
  #price .list .item { width: calc(33.333% - 16px); padding: 0 28px 38px; margin: 0 8px; }
  #price .list .item:nth-child(n+3) { margin-top: 0; }
  #price .list .img { margin: 0 -28px 16px; }
  #price .list .subTit { margin: 0 -10px 7px; font-size: 1.9rem; }
  #price .list .txt { margin: 0 -10px 18px; font-size: 1.4rem; }
  #price .list .price { font-size: 1.2rem; }
  #price .list .cat { padding: 9px 0; width: 193px; margin: 0 auto 13px; }
  #price .list .cat:after { border-width: 6px 6px 0 6px; }
  #price .list .discount { padding: 0; width: 193px; margin: 0 auto 10px; }
  #price .list .off { padding: 1px 16px 3px; border-radius: 20px; margin-right: 10px; }
  #price .list .off span { font-size: 1.7rem; }
  #price .list .priceNew { font-size: 1.5rem; }
  #price .list .priceNew:before { left: -22px; border-width: 7px 0 7px 7px; }
  #price .list .priceNew span { font-size: 3rem; } }

.viewer-canvas { background: #fff; }

/*  #campain .list
========================= */
#campain { position: relative; padding: 0 15px; }

#campain .inner { padding-top: 18px; padding-bottom: 50px; position: relative; }

#campain .tag { background-color: #520d22; color: #fff; font-size: 1rem; text-align: center; display: inline-block; padding: 0 15px; border-radius: 3px; margin-bottom: 10px; }

#campain .btn { margin-top: 36px; }

#campain .btn a { padding: 16px 0; }

@media all and (min-width: 600px) { #campain .inner { padding-top: 50px; padding-bottom: 100px; }
  #campain .sec { left: -15px; }
  #campain .sec .areaTxt { margin-top: 80px; padding: 52px 42px 43px; }
  #campain .sec .tag { font-size: 1.3rem; padding: 3px 10px; }
  #campain .btn { margin-top: 60px; }
  #campain .btn a { padding: 24px 0; } }
