@charset "UTF-8";
/*
Theme Name: SUPER SERVICE
Description: SUPER SERVICE
Version: 2022.12
Author: YH
*/
.superservice {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #41403e;
  overflow: hidden;
}

.superservice p {
  color: inherit;
  font-size: inherit;
  line-height: 2em;
}

.superservice a, .superservice a img {
  text-decoration: none;
  font-weight: 500;
  color: #41403e;
  -webkit-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
}

.superservice a:hover {
  opacity: 0.75;
}

.superservice span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.superservice img {
  display: block;
  max-width: 100%;
  height: auto;
}

.superservice h1, .superservice h2, .superservice h3, .superservice h4, .superservice h5, .superservice h6 {
  line-height: inherit;
}

.superservice .non_pc {
  display: none !important;
}

.superservice .f_min {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
}

.superservice a.bt_more {
  width: 398px;
  line-height: 66px;
  display: block;
  border: 1px solid #ececec;
  border-top: none;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.superservice a.bt_more::before {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background: rgb(241, 162, 225);
  background: -webkit-gradient(linear, left top, right top, from(rgb(241, 162, 225)), to(rgb(150, 167, 229)));
  background: linear-gradient(to right, rgb(241, 162, 225) 0%, rgb(150, 167, 229) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f1a2e1", endColorstr="#96a7e5", GradientType=1);
}

.superservice a.bt_more::after {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  display: block;
  position: absolute;
  right: 23px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}

.superservice .visual {
  padding: 20px;
}

.superservice .visual > .inner {
  background: url(../images/img_visual.jpg) no-repeat center center;
  background-size: cover;
  height: 580px;
  overflow: hidden;
}

.superservice .visual .info {
  position: relative;
  padding: 85px 0 0 70px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
  left: -60px;
}

.superservice .visual.active .info {
  opacity: 1;
  left: 0;
}

.superservice .visual .info::before {
  background: #a36bbe;
  content: "";
  position: absolute;
  width: 730px;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/bg_visual_info.png) no-repeat center center;
  background-size: cover;
}

.superservice .visual .info img.title {
  position: relative;
  width: 405px;
  opacity: 0;
  -webkit-transition: 1.6s ease all;
  transition: 1.6s ease all;
  left: -20px;
}

.superservice .visual.active .info img.title {
  opacity: 1;
  left: 0;
}

.superservice .visual .info p.text.f_min {
  position: relative;
  font-size: 16px;
  color: #fff;
  margin-top: 40px;
  opacity: 0;
  -webkit-transition: 1.9s ease all;
  transition: 1.9s ease all;
  left: -20px;
}

.superservice .visual.active .info p.text.f_min {
  opacity: 1;
  left: 0;
}

.superservice .submenu {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
  margin-bottom: 20px;
  position: relative;
  z-index: 90;
}

.superservice .submenu nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.superservice .submenu nav ul li {
  width: 20%;
}

.superservice .submenu nav ul li a {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 15px 0 40px 0;
  position: relative;
}

.superservice .submenu nav ul li a::before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.superservice .sec {
  margin-top: -100px;
  padding-top: 100px;
}

.superservice .sec .hbox {
  background: url(../images/bg_payment.jpg) no-repeat center center;
  background-size: cover;
  height: 790px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 340px;
}

.superservice .sec .hbox h2 {
  overflow: hidden;
  -webkit-transition: 1s ease width;
  transition: 1s ease width;
  width: 0;
}

.superservice .sec .hbox.active h2 {
  width: 700px;
}

.superservice .sec .hbox h2 img {
  height: 96px;
  max-width: none;
}

.superservice .sec .hbox::before,
.superservice .sec .hbox::after {
  content: "";
  background: url(../images/txt_payment1.png) no-repeat left center;
  background-size: contain;
  width: 100%;
  height: 94px;
  position: absolute;
  bottom: 130px;
  left: 10px;
  -webkit-transition: 1.6s ease all;
  transition: 1.6s ease all;
  opacity: 0;
  margin-left: -20px;
}

.superservice .sec .hbox::after {
  background-image: url(../images/txt_payment2.png);
  bottom: -3px;
  margin-left: 20px;
}

.superservice .sec .hbox.active::before,
.superservice .sec .hbox.active::after {
  opacity: 1;
  margin-left: 0;
}

/*============================
#payment
============================*/
.superservice .sec.payment > .inner {
  padding: 74px 0 120px 0;
}

.superservice .sec.payment p.lead {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.superservice .sec.payment p.lead span {
  display: inline-block;
  border-bottom: 2px solid #000;
}

.superservice .sec.payment .list {
  width: 1080px;
  margin: -20px auto 0 auto;
}

.superservice .sec.payment .list .box {
  background: #f7f7f7;
  margin-top: 130px;
  position: relative;
  opacity: 0;
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
  top: 20px;
}

.superservice .sec.payment .list .box.active {
  opacity: 1;
  top: 0;
}

.superservice .sec.payment .list .box::before {
  content: "01";
  position: absolute;
  top: -110px;
  left: 25px;
  display: block;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
  font-size: 67px;
  color: #d75752;
  font-weight: normal;
}

.superservice .sec.payment .list .box2::before {
  content: "02";
}

.superservice .sec.payment .list .box3::before {
  content: "03";
}

.superservice .sec.payment .list .box4::before {
  content: "04";
}

.superservice .sec.payment .list .box5::before {
  content: "05";
}

.superservice .sec.payment .list .box6::before {
  content: "06";
}

.superservice .sec.payment .list .box::after {
  content: "";
  width: 270px;
  display: block;
  position: absolute;
  height: 1px;
  background: #000;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 0px;
  left: -40px;
}

.superservice .sec.payment .list .box.box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.superservice .sec.payment .list .box .inbox {
  padding: 12px;
  position: relative;
}

.superservice .sec.payment .list .box .inbox img.label {
  position: absolute;
  width: 110px;
  right: 20px;
  top: -30px;
}

.superservice .sec.payment .list .box .inbox p.title {
  font-size: 24px;
  font-weight: bold;
  background: #fff;
  display: inline-block;
  line-height: 1em;
  margin: 35px 0 0 28px;
}

.superservice .sec.payment .list .box .inbox p.text {
  margin: 15px 0 0 28px;
  font-size: 16px;
  line-height: 1.8em;
}

.superservice .sec.payment .list .box .inbox p.note {
  margin: 10px 0 0 28px;
  font-size: 11px;
  line-height: 1.6em;
}

.superservice .sec.payment .list .box .inbox .keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 28px 0 28px;
}

.superservice .sec.payment .list .box .inbox .keyword span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #d75752;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4em;
  width: 32%;
  text-align: center;
  border-radius: 8px;
  padding: 5px 0;
}

.superservice .sec.payment .list .box .inbox img.img {
  margin-top: 12px;
}

.superservice .sec.payment .list .box.box1 .inbox {
  width: calc(50% - 1px);
}

.superservice .sec.payment .list .box.box1 .inbox.inbox2 {
  border-left: 2px solid #ececec;
}

.superservice .sec.payment .list .box.box1 .inbox.inbox2 p.red {
  margin: 10px 0 0 28px;
  font-size: 16px;
  font-weight: bold;
  color: #d75752;
}

.superservice .sec.payment .list .box.box1 .inbox.inbox2 img.img {
  margin: 20px 28px 0 28px;
  width: calc(100% - 56px);
}

.superservice .sec.payment .list .fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.superservice .sec.payment .list .fbox .box.box2 {
  width: 520px;
}

.superservice .sec.payment .list .fbox .box.box2 .inbox {
  padding-bottom: 50px;
}

.superservice .sec.payment .list .fbox .box.box2 .inbox .keyword span {
  width: 49%;
  padding: 16px 0;
}

.superservice .sec.payment .list .fbox .box.box3 {
  width: 520px;
}

.superservice .sec.payment .list .fbox .box.box4 {
  width: 520px;
}

.superservice .sec.payment .list .fbox .box.box5 {
  width: 520px;
}

.superservice .sec.payment .list .fbox .box.box5 .inbox {
  padding-bottom: 40px;
}

.superservice .sec.payment .list .fbox .box.box6 {
  width: 520px;
}

.superservice .sec.payment .list .fbox .box.box6 .inbox {
  padding-bottom: 40px;
}

/*============================
#why
============================*/
.superservice .sec.why .hbox {
  background-image: url(../images/bg_why.jpg);
}

.superservice .sec.why .hbox::before {
  background-image: url(../images/txt_why1.png);
}

.superservice .sec.why .hbox::after {
  background-image: url(../images/txt_why2.png);
}

.superservice .sec.why > .inner {
  padding: 70px 0 120px 0;
}

.superservice .sec.why section.insec {
  width: 900px;
  margin: 0 auto;
}

.superservice .sec.why section.insec h3 {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}

.superservice .sec.why section.insec h3 span {
  font-size: 44px;
  padding: 0 10px;
  color: #d75752;
}

.superservice .sec.why section.insec.ranking img.img {
  margin-top: 42px;
  opacity: 0;
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
  top: 20px;
  position: relative;
}

.superservice .sec.why section.insec.ranking img.img.active {
  opacity: 1;
  top: 0;
}

.superservice .sec.why section.insec.ranking p.note {
  font-size: 11px;
  line-height: 1.5em;
  margin-top: 40px;
}

.superservice .sec.why section.insec.reason {
  width: 1080px;
  margin-top: 90px;
}

.superservice .sec.why section.insec.reason img.label {
  width: 251px;
  margin: 0 auto 30px auto;
}

.superservice .sec.why section.insec.reason h3 span {
  color: #863a6f;
}

.superservice .sec.why section.insec.reason .list {
  margin-top: 30px;
}

.superservice .sec.why section.insec.reason .list .box {
  padding: 36px 30px 36px 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../images/icon_reason1.png) no-repeat 40px 42px;
  background-size: 85px auto;
  background-color: #f7f7f7;
  opacity: 0;
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
  top: 20px;
}

.superservice .sec.why section.insec.reason .list .box.active {
  opacity: 1;
  top: 0;
}

.superservice .sec.why section.insec.reason .list .box:nth-child(2) {
  background-image: url(../images/icon_reason2.png);
}

.superservice .sec.why section.insec.reason .list .box:nth-child(3) {
  background-image: url(../images/icon_reason3.png);
}

.superservice .sec.why section.insec.reason .list .box:nth-child(4) {
  background-image: url(../images/icon_reason4.png);
}

.superservice .sec.why section.insec.reason .list .box:nth-child(5) {
  background-image: url(../images/icon_reason5.png);
}

.superservice .sec.why section.insec.reason .list .box + .box {
  margin-top: 20px;
}

.superservice .sec.why section.insec.reason .list .box .tbox {
  width: 300px;
}

.superservice .sec.why section.insec.reason .list .box .tbox p.subtitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6em;
}

.superservice .sec.why section.insec.reason .list .box .tbox p.title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.8em;
  margin-top: 10px;
}

.superservice .sec.why section.insec.reason .list .box .info {
  width: 620px;
}

.superservice .sec.why section.insec.reason .list .box .info p.lead {
  font-size: 24px;
  font-weight: bold;
  background: #fff;
  display: inline-block;
  line-height: 1em;
  margin: 0;
}

.superservice .sec.why section.insec.reason .list .box .info p.text {
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 15px;
}

.superservice .sec.why section.insec.reason .list .box .info p.note {
  font-size: 11px;
  margin-top: 11px;
}

.superservice .sec.why section.insec.reason .list .box .tbox p.title span.num {
  font-size: 48px;
  margin-top: 14px;
  display: block;
}

.superservice .sec.why section.insec.reason .list .box .tbox p.title span.num span {
  font-size: 28px;
}

.superservice .sec.why section.insec.reason .list .box .tbox p.title span.num span sup {
  font-size: 16px;
}

/*============================
#manifest
============================*/
.superservice .sec.manifest .hbox {
  background-image: url(../images/bg_manifest.jpg);
}

.superservice .sec.manifest .hbox::before {
  background-image: url(../images/txt_manifest1.png);
}

.superservice .sec.manifest .hbox::after {
  background-image: url(../images/txt_manifest2.png);
}

.superservice .sec.manifest > .inner {
  padding: 60px;
  background: url(../images/bg_manifest2.jpg) no-repeat center center;
  background-size: cover;
  margin: 20px;
}

.superservice .sec.manifest .txtbox {
  background: #fff;
  border: 6px solid #795ca5;
  opacity: 0;
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  max-width: 1280px;
  margin: 0 auto;
}

.superservice .sec.manifest .txtbox.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.superservice .sec.manifest .txtbox .bt_more {
  margin: 24px auto;
}

/*============================
#afterservice
============================*/
.superservice .sec.afterservice .hbox {
  background-image: url(../images/bg_afterservice.jpg);
}

.superservice .sec.afterservice .hbox::before {
  background-image: url(../images/txt_afterservice1.png);
}

.superservice .sec.afterservice .hbox::after {
  background-image: url(../images/txt_afterservice2.png);
}

.superservice .sec.afterservice > .inner {
  padding: 70px 0 120px 0;
}

.superservice .sec.afterservice .hbox.active h2 {
  width: 450px;
}

.superservice .sec.afterservice p.lead {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.superservice .sec.afterservice .bt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  position: relative;
  z-index: 10;
}

.superservice .sec.afterservice .bt_box a.bt_more {
  margin: 0px 20px;
}

.superservice .sec.afterservice .bt_box a.bt_more.bt_rental::before {
  background: rgb(194, 229, 156);
  background: -webkit-gradient(linear, left top, right top, from(rgb(194, 229, 156)), to(rgb(100, 179, 244)));
  background: linear-gradient(to right, rgb(194, 229, 156) 0%, rgb(100, 179, 244) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c2e59c", endColorstr="#64b3f4", GradientType=1);
}

.superservice .sec.afterservice .bt_box a.bt_more.bt_campaign::before {
  background: rgb(168, 237, 234);
  background: -webkit-gradient(linear, left top, right top, color-stop(66%, rgb(168, 237, 234)), to(rgb(254, 214, 227)));
  background: linear-gradient(to right, rgb(168, 237, 234) 66%, rgb(254, 214, 227) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a8edea", endColorstr="#fed6e3", GradientType=1);
}

.superservice .sec.afterservice .bt_box a.bt_more::after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  top: 47%;
}

/*============================
#rental
============================*/
.superservice .sec.afterservice .insec {
  width: 1080px;
  margin: -30px auto 0 auto;
  padding-top: 100px;
}

.superservice .sec.afterservice .insec h3 {
  width: 251px;
  margin: 0 auto;
}

.superservice .sec.afterservice .insec .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;
  margin-top: 51px;
}

.superservice .sec.afterservice .insec .list .box {
  background: #f7f7f7;
  width: 520px;
  margin-top: 40px;
  padding: 30px;
  opacity: 0;
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
  top: 20px;
  position: relative;
}

.superservice .sec.afterservice .insec .list .box.active {
  opacity: 1;
  top: 0;
}

.superservice .sec.afterservice .insec .list .box:nth-child(-n+2) {
  margin-top: 0;
}

.superservice .sec.afterservice .insec .list .box p.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  font-weight: bold;
  color: #4c6793;
  line-height: 1.4em;
  width: 110%;
}

.superservice .sec.afterservice .insec .list .box p.title span.icon {
  background: #fff;
  border-radius: 100px;
  width: 70px;
  margin-right: 18px;
  display: block;
}

.superservice .sec.afterservice .insec .list .box p.text {
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 10px;
}

.superservice .sec.afterservice .insec .list .box p.note {
  font-size: 11px;
  margin-top: 10px;
}

/*============================
#campaign
============================*/
.superservice .sec.afterservice .insec.campaign .list {
  margin-top: 60px;
}

.superservice .sec.afterservice .insec.campaign .list .box {
  width: 340px;
  margin: 0;
}

.superservice .sec.afterservice .insec.campaign .list .box p.title {
  display: block;
  width: auto;
}

.superservice .sec.afterservice .insec.campaign .list .box p.title span.icon {
  margin: -56px auto 10px auto;
  border: 5px solid #f7f7f7;
}

/*============================
#voice
============================*/
.superservice .sec.voice .hbox {
  background-image: url(../images/bg_voice.jpg);
}

.superservice .sec.voice .hbox::before {
  background-image: url(../images/txt_voice1.png);
}

.superservice .sec.voice .hbox::after {
  background-image: url(../images/txt_voice2.png);
}

.superservice .sec.voice .hbox.active h2 {
  width: 450px;
}

.superservice .sec.voice > .inner {
  padding: 70px 0 0 0;
}

.superservice .sec.voice p.lead {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.superservice .sec.voice .list {
  width: 1080px;
  margin: 40px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.superservice .sec.voice .list .box {
  width: 520px;
  background: #fdf4e7;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  opacity: 0;
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
  top: 20px;
  position: relative;
}

.superservice .sec.voice .list .box.active {
  opacity: 1;
  top: 0;
}

.superservice .sec.voice .list .box::before {
  left: 0;
  bottom: 0;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #fcf4e7;
  border-width: 36px;
  margin-bottom: -36px;
}

.superservice .sec.voice .list .box a {
  z-index: 10;
  display: block;
  position: relative;
  padding: 35px 40px 65px 40px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.superservice .sec.voice .list .box a p.title {
  font-size: 24px;
  text-align: revert;
  color: #f5b461;
  font-weight: bold;
  line-height: 1.5em;
}

.superservice .sec.voice .list .box a p.text {
  font-size: 16px;
  margin-top: 16px;
  line-height: 1.8em;
  text-align: justify;
}

.superservice .sec.voice .list .box::after {
  content: "";
  width: 60px;
  height: 60px;
  background: #f5b461;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0 0 16px 0;
}

.superservice .sec.voice .list .box a::after {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  position: absolute;
  right: 18px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  bottom: 14px;
  z-index: 10;
}

.superservice .sec.voice a.bt_more {
  margin-top: 100px;
}

.superservice .sec.voice a.bt_more::before {
  background: rgb(117, 179, 240);
  background: -webkit-gradient(linear, left top, right top, from(rgb(117, 179, 240)), to(rgb(240, 180, 102)));
  background: linear-gradient(to right, rgb(117, 179, 240) 0%, rgb(240, 180, 102) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#75b3f0", endColorstr="#f0b466", GradientType=1);
}

@media screen and (max-width: 767px) {
  .superservice {
    padding-top: 45px;
    overflow: hidden;
  }
  .superservice a:hover {
    opacity: 1;
  }
  .superservice .non_pc {
    display: block !important;
  }
  .superservice .non_sp {
    display: none !important;
  }
  .superservice a.bt_more {
    width: 288px;
    line-height: 50px;
    display: block;
    border: 1px solid #ececec;
    border-top: none;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
  }
  .superservice a.bt_more::before {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background: rgb(241, 162, 225);
    background: -webkit-gradient(linear, left top, right top, from(rgb(241, 162, 225)), to(rgb(150, 167, 229)));
    background: linear-gradient(to right, rgb(241, 162, 225) 0%, rgb(150, 167, 229) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f1a2e1", endColorstr="#96a7e5", GradientType=1);
  }
  .superservice a.bt_more::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    display: block;
    position: absolute;
    right: 12px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    top: 52%;
  }
  .superservice .afterservice a.bt_more {
    width: 47.5%;
    line-height: 50px;
    display: block;
    border: 1px solid #ececec;
    border-top: none;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    padding-bottom: 12px;
    font-weight: bold;
  }
  .superservice .afterservice a.bt_more::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    display: block;
    position: absolute;
    right: auto;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    top: auto;
    bottom: 10px;
    left: 50%;
  }
  .superservice .visual {
    padding: 10px;
  }
  .superservice .visual > .inner {
    background: url(../images/img_visual_sp.jpg) no-repeat center center;
    background-size: cover;
    height: 580px;
    overflow: hidden;
  }
  .superservice .visual .info {
    position: relative;
    padding: 37px 0 0 30px;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: auto;
    opacity: 1;
  }
  .superservice .visual.active .info {
    left: auto;
  }
  .superservice .visual .info::before {
    background: #a36bbe;
    content: "";
    position: absolute;
    width: 100%;
    height: 450px;
    top: 0;
    left: 0;
    background: url(../images/bg_visual_info_sp.png) no-repeat center center;
    background-size: 100% 100%;
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
    top: -40px;
    opacity: 0;
  }
  .superservice .visual.active .info::before {
    opacity: 1;
    top: 0;
  }
  .superservice .visual .info img.title {
    position: relative;
    width: 200px;
  }
  .superservice .visual .info p.text.f_min {
    position: relative;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
  }
  .superservice .submenu {
    width: 50%;
    margin: 0;
    max-width: 1200px;
    margin-bottom: 20px;
    position: fixed;
    bottom: 35px;
    z-index: 90;
    -webkit-box-shadow: 0 0 5px rgba(111, 57, 118, 0.38);
            box-shadow: 0 0 5px rgba(111, 57, 118, 0.38);
    border-radius: 10px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: #fff;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .superservice .submenu.open {
    width: 80%;
  }
  .superservice .submenu.hide {
    opacity: 0;
    pointer-events: none;
  }
  .superservice .submenu a.bt_menu.f_min {
    display: block;
    color: #a36bbe;
    font-size: 14px;
    padding: 20px 22px;
    position: relative;
  }
  .superservice .submenu a.bt_menu.f_min span {
    display: block;
  }
  .superservice .submenu a.bt_menu::before,
  .superservice .submenu a.bt_menu::after,
  .superservice .submenu a.bt_menu span::before {
    content: "";
    width: 15px;
    height: 1px;
    background: #a36bbe;
    position: absolute;
    display: block;
    right: 20px;
    top: 50%;
    -webkit-transform: all ease 0.3s;
            transform: all ease 0.3s;
  }
  .superservice .submenu a.bt_menu::before {
    margin-top: -4px;
  }
  .superservice .submenu a.bt_menu::after {
    margin-top: 4px;
  }
  .superservice .submenu.open a.bt_menu::before {
    margin-top: 0;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  .superservice .submenu.open a.bt_menu::after {
    margin-top: 0;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
  .superservice .submenu.open a.bt_menu span::before {
    opacity: 0;
  }
  .superservice .submenu nav {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .superservice .submenu.open nav {
    opacity: 1;
  }
  .superservice .submenu nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 22px 0px 22px;
    margin-bottom: -9px;
  }
  .superservice .submenu nav ul li {
    width: 50%;
  }
  .superservice .submenu nav ul li a {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    display: block;
    padding: 6px 0px;
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 140px;
  }
  .superservice .submenu nav ul li a::before {
    display: none;
  }
  .superservice .sec {
    margin-top: -100px;
    padding-top: 100px;
  }
  .superservice .sec .hbox {
    background: url(../images/bg_payment_sp.jpg) no-repeat center center;
    background-size: cover;
    height: 395px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 158px;
  }
  .superservice .sec .hbox.active h2 {
    width: 240px !important;
  }
  .superservice .sec .hbox h2 img {
    height: 80px;
  }
  .superservice .sec .hbox::before, .superservice .sec .hbox::after {
    content: "";
    background: url(../images/txt_payment1.png) no-repeat left center;
    background-size: contain;
    width: 100%;
    height: 37px;
    position: absolute;
    bottom: 58px;
    left: 10px;
  }
  .superservice .sec .hbox::after {
    background-image: url(../images/txt_payment2.png);
    bottom: -1px;
  }
  /*============================
  #payment
  ============================*/
  .superservice .sec.payment > .inner {
    padding: 40px 0 60px 0;
  }
  .superservice .sec.payment p.lead {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.9em;
    letter-spacing: 0.1em;
    margin-bottom: 110px;
  }
  .superservice .sec.payment p.lead span {
    display: inline-block;
    border-bottom: 1px solid #000;
  }
  .superservice .sec.payment .list {
    width: 95%;
    margin: -20px auto 0 auto;
  }
  .superservice .sec.payment .list .box {
    background: #f7f7f7;
    margin-top: 90px;
  }
  .superservice .sec.payment .list .box::before {
    content: "01";
    position: absolute;
    top: -86px;
    left: 15px;
    display: block;
    font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
    font-size: 50px;
    color: #d75752;
    font-weight: normal;
  }
  .superservice .sec.payment .list .box2::before {
    content: "02";
  }
  .superservice .sec.payment .list .box3::before {
    content: "03";
  }
  .superservice .sec.payment .list .box4::before {
    content: "04";
  }
  .superservice .sec.payment .list .box5::before {
    content: "05";
  }
  .superservice .sec.payment .list .box6::before {
    content: "06";
  }
  .superservice .sec.payment .list .box::after {
    content: "";
    width: 220px;
    display: block;
    position: absolute;
    height: 1px;
    background: #000;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    top: 0px;
    left: -33px;
  }
  .superservice .sec.payment .list .box.box1 {
    display: block;
  }
  .superservice .sec.payment .list .box .inbox {
    padding: 12px;
    position: relative;
  }
  .superservice .sec.payment .list .box .inbox img.label {
    position: absolute;
    width: 93px;
    right: 12px;
    top: -30px;
  }
  .superservice .sec.payment .list .box .inbox p.title {
    font-size: 20px;
    font-weight: bold;
    background: #fff;
    display: inline-block;
    line-height: 1em;
    margin: 35px 0 0 6px;
  }
  .superservice .sec.payment .list .box .inbox p.text {
    margin: 10px 0 0 6px;
    font-size: 14px;
    line-height: 1.8em;
  }
  .superservice .sec.payment .list .box .inbox p.note {
    margin: 5px 0 0 6px;
    font-size: 10px;
    line-height: 1.6em;
  }
  .superservice .sec.payment .list .box .inbox .keyword {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10px 6px 0 6px;
  }
  .superservice .sec.payment .list .box .inbox .keyword span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #d75752;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.4em;
    width: 32%;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
  }
  .superservice .sec.payment .list .box .inbox img.img {
    margin-top: 20px;
  }
  .superservice .sec.payment .list .box.box1 .inbox {
    width: auto;
    padding-bottom: 50px;
  }
  .superservice .sec.payment .list .box.box1 .inbox.inbox2 {
    border-left: none;
    border-top: 2px solid #ececec;
    padding-bottom: 20px;
  }
  .superservice .sec.payment .list .box.box1 .inbox.inbox2 p.red {
    margin: 10px 0 0 6px;
    font-size: 14px;
    font-weight: bold;
    color: #d75752;
  }
  .superservice .sec.payment .list .box.box1 .inbox.inbox2 img.img {
    margin: 16px 6px 0 6px;
    width: calc(100% - 12px);
  }
  .superservice .sec.payment .list .fbox {
    display: block;
  }
  .superservice .sec.payment .list .fbox .box.box2 {
    width: auto;
  }
  .superservice .sec.payment .list .fbox .box.box2 .inbox {
    padding-bottom: 20px;
  }
  .superservice .sec.payment .list .fbox .box.box2 .inbox .keyword span {
    width: 49%;
    padding: 13px 0;
  }
  .superservice .sec.payment .list .fbox .box.box3 {
    width: auto;
  }
  .superservice .sec.payment .list .fbox .box.box3 .inbox {
    padding-bottom: 30px;
  }
  .superservice .sec.payment .list .fbox .box.box4 {
    width: auto;
  }
  .superservice .sec.payment .list .fbox .box.box4 .inbox {
    padding-bottom: 30px;
  }
  .superservice .sec.payment .list .fbox .box.box5 {
    width: auto;
  }
  .superservice .sec.payment .list .fbox .box.box5 .inbox {
    padding-bottom: 30px;
  }
  .superservice .sec.payment .list .fbox .box.box6 {
    width: auto;
  }
  .superservice .sec.payment .list .fbox .box.box6 .inbox {
    padding-bottom: 26px;
  }
  /*============================
  #why
  ============================*/
  .superservice .sec.why .hbox {
    background-image: url(../images/bg_why_sp.jpg);
  }
  .superservice .sec.why .hbox::before {
    background-image: url(../images/txt_why1.png);
  }
  .superservice .sec.why .hbox::after {
    background-image: url(../images/txt_why2.png);
  }
  .superservice .sec.why > .inner {
    padding: 32px 0 60px 0;
  }
  .superservice .sec.why section.insec {
    width: 88%;
    margin: 0 auto;
  }
  .superservice .sec.why section.insec h3 {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
  }
  .superservice .sec.why section.insec h3 span {
    font-size: 31px;
    padding: 0 10px;
    color: #d75752;
  }
  .superservice .sec.why section.insec.ranking img.img {
    margin: 30px auto 0 auto;
    width: 278px;
  }
  .superservice .sec.why section.insec.ranking p.note {
    font-size: 10px;
    line-height: 1.5em;
    margin-top: 40px;
  }
  .superservice .sec.why section.insec.reason {
    width: auto;
    margin-top: 56px;
  }
  .superservice .sec.why section.insec.reason img.label {
    width: 187px;
    margin: 0 auto 30px auto;
  }
  .superservice .sec.why section.insec.reason h3 {
    line-height: 1.8em;
  }
  .superservice .sec.why section.insec.reason h3 span {
    color: #863a6f;
  }
  .superservice .sec.why section.insec.reason .list {
    margin: 30px auto 0 auto;
    width: 95%;
  }
  .superservice .sec.why section.insec.reason .list .box {
    padding: 24px 16px 16px 16px;
    display: block;
    background: url(../images/icon_reason1.png) no-repeat 20px 30px;
    background-size: 75px auto;
    background-color: #f7f7f7;
  }
  .superservice .sec.why section.insec.reason .list .box:nth-child(2) {
    background-image: url(../images/icon_reason2.png);
  }
  .superservice .sec.why section.insec.reason .list .box:nth-child(3) {
    background-image: url(../images/icon_reason3.png);
  }
  .superservice .sec.why section.insec.reason .list .box:nth-child(4) {
    background-image: url(../images/icon_reason4.png);
  }
  .superservice .sec.why section.insec.reason .list .box:nth-child(5) {
    background-image: url(../images/icon_reason5.png);
  }
  .superservice .sec.why section.insec.reason .list .box + .box {
    margin-top: 20px;
  }
  .superservice .sec.why section.insec.reason .list .box .tbox {
    width: auto;
    padding-left: 100px;
  }
  .superservice .sec.why section.insec.reason .list .box .tbox p.subtitle {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6em;
  }
  .superservice .sec.why section.insec.reason .list .box .tbox p.title {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 15px;
  }
  .superservice .sec.why section.insec.reason .list .box .info {
    width: auto;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ececec;
  }
  .superservice .sec.why section.insec.reason .list .box .info p.lead {
    font-size: 20px;
    font-weight: bold;
    background: #fff;
    display: inline;
    line-height: 1.4em;
    margin: 0;
  }
  .superservice .sec.why section.insec.reason .list .box .info p.text {
    font-size: 13px;
    line-height: 1.8em;
    margin-top: 10px;
  }
  .superservice .sec.why section.insec.reason .list .box .info p.note {
    font-size: 10px;
    margin-top: 8px;
    line-height: 1.6em;
  }
  .superservice .sec.why section.insec.reason .list .box .info p.lead sup {
    font-size: 10px;
  }
  .superservice .sec.why section.insec.reason .list .box .tbox p.title span.num {
    font-size: 41px;
    margin-top: 14px;
    display: block;
  }
  .superservice .sec.why section.insec.reason .list .box .tbox p.title span.num span {
    font-size: 24px;
  }
  .superservice .sec.why section.insec.reason .list .box .tbox p.title span.num span sup {
    font-size: 14px;
  }
  /*============================
  #manifest
  ============================*/
  .superservice .sec.manifest {
    position: relative;
    z-index: 10;
  }
  .superservice .sec.manifest .hbox {
    background-image: url(../images/bg_manifest_sp.jpg);
  }
  .superservice .sec.manifest .hbox::before {
    background-image: url(../images/txt_manifest1.png);
  }
  .superservice .sec.manifest .hbox::after {
    background-image: url(../images/txt_manifest2.png);
  }
  .superservice .sec.manifest > .inner {
    padding: 15px;
    background: url(../images/bg_manifest2.jpg) no-repeat center center;
    background-size: cover;
    margin: 10px;
  }
  .superservice .sec.manifest .txtbox {
    background: #fff;
    border: 3px solid #795ca5;
  }
  .superservice .sec.manifest .txtbox .bt_more {
    margin: 18px auto;
  }
  /*============================
  #afterservice
  ============================*/
  .superservice .sec.afterservice .hbox {
    background-image: url(../images/bg_afterservice_sp.jpg);
    padding-top: 170px;
  }
  .superservice .sec.afterservice .hbox::before {
    background-image: url(../images/txt_afterservice1.png);
  }
  .superservice .sec.afterservice .hbox::after {
    background-image: url(../images/txt_afterservice2.png);
  }
  .superservice .sec.afterservice .hbox h2 img {
    height: 50px;
  }
  .superservice .sec.afterservice > .inner {
    padding: 38px 0 60px 0;
  }
  .superservice .sec.afterservice p.lead {
    font-size: 17px;
    text-align: center;
    font-weight: bold;
  }
  .superservice .sec.afterservice .bt_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 36px auto 0 auto;
    position: relative;
    z-index: 10;
    width: 90%;
  }
  .superservice .sec.afterservice .bt_box a.bt_more {
    margin: 0;
  }
  .superservice .sec.afterservice .bt_box a.bt_more.bt_rental::before {
    background: rgb(194, 229, 156);
    background: -webkit-gradient(linear, left top, right top, from(rgb(194, 229, 156)), to(rgb(100, 179, 244)));
    background: linear-gradient(to right, rgb(194, 229, 156) 0%, rgb(100, 179, 244) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c2e59c", endColorstr="#64b3f4", GradientType=1);
  }
  .superservice .sec.afterservice .bt_box a.bt_more.bt_campaign::before {
    background: rgb(168, 237, 234);
    background: -webkit-gradient(linear, left top, right top, color-stop(66%, rgb(168, 237, 234)), to(rgb(254, 214, 227)));
    background: linear-gradient(to right, rgb(168, 237, 234) 66%, rgb(254, 214, 227) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a8edea", endColorstr="#fed6e3", GradientType=1);
  }
  .superservice .sec.afterservice .bt_box a.bt_more::after {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
    top: auto;
  }
  /*============================
  #rental
  ============================*/
  .superservice .sec.afterservice .insec {
    width: auto;
    margin: -80px auto 0 auto;
    padding-top: 120px;
  }
  .superservice .sec.afterservice .insec h3 {
    width: 182px;
    margin: 0 auto;
  }
  .superservice .sec.afterservice .insec .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;
    margin: 40px auto 0 auto;
    width: 95%;
  }
  .superservice .sec.afterservice .insec .list .box {
    background: #f7f7f7;
    width: auto;
    margin-top: 10px;
    padding: 10px 10px 15px 10px;
  }
  .superservice .sec.afterservice .insec .list .box:nth-child(-n+2) {
    margin-top: 10px;
  }
  .superservice .sec.afterservice .insec .list .box:nth-child(1) {
    margin-top: 0;
  }
  .superservice .sec.afterservice .insec .list .box p.title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #4c6793;
    line-height: 1.4em;
    width: 110%;
  }
  .superservice .sec.afterservice .insec .list .box p.title span.icon {
    background: #fff;
    border-radius: 100px;
    width: 70px;
    margin-right: 15px;
    display: block;
  }
  .superservice .sec.afterservice .insec .list .box p.text {
    font-size: 14px;
    line-height: 1.8em;
    margin: 10px 5px 0 5px;
  }
  .superservice .sec.afterservice .insec .list .box p.note {
    font-size: 10px;
    margin: 5px 5px 0 5px;
  }
  /*============================
  #campaign
  ============================*/
  .superservice .sec.afterservice .insec.campaign .list {
    margin-top: 40px;
  }
  .superservice .sec.afterservice .insec.campaign .list .box {
    width: auto;
    margin: 10px 0 0 0;
  }
  .superservice .sec.afterservice .insec.campaign .list .box:nth-child(1) {
    margin-top: 0;
  }
  .superservice .sec.afterservice .insec.campaign .list .box p.title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  .superservice .sec.afterservice .insec.campaign .list .box p.title span.icon {
    margin: 0 10px 0 0;
    border: 5px solid #f7f7f7;
  }
  /*============================
  #voice
  ============================*/
  .superservice .sec.voice .hbox {
    background-image: url(../images/bg_voice_sp.jpg);
    padding-top: 170px;
  }
  .superservice .sec.voice .hbox::before {
    background-image: url(../images/txt_voice1.png);
  }
  .superservice .sec.voice .hbox::after {
    background-image: url(../images/txt_voice2.png);
  }
  .superservice .sec.voice .hbox h2 img {
    height: 50px;
  }
  .superservice .sec.voice > .inner {
    padding: 36px 0 0 0;
  }
  .superservice .sec.voice p.lead {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
  }
  .superservice .sec.voice .list {
    width: 95%;
    margin: 35px auto 0 auto;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .superservice .sec.voice .list .box {
    width: auto;
    background: #fdf4e7;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .superservice .sec.voice .list .box + .box {
    margin-top: 40px;
  }
  .superservice .sec.voice .list .box::before {
    left: 0;
    bottom: 0;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #fcf4e7;
    border-width: 26px;
    margin-bottom: -26px;
  }
  .superservice .sec.voice .list .box a {
    z-index: 10;
    display: block;
    position: relative;
    padding: 22px 25px 55px 25px;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .superservice .sec.voice .list .box a p.title {
    font-size: 20px;
    text-align: revert;
    color: #f5b461;
    font-weight: bold;
    line-height: 1.5em;
  }
  .superservice .sec.voice .list .box a p.text {
    font-size: 14px;
    margin-top: 12px;
    line-height: 1.6em;
    text-align: justify;
  }
  .superservice .sec.voice .list .box::after {
    content: "";
    width: 45px;
    height: 45px;
    background: #f5b461;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0 0 10px 0;
  }
  .superservice .sec.voice .list .box a::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    position: absolute;
    right: 14px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    bottom: 11px;
    z-index: 10;
  }
  .superservice .sec.voice a.bt_more {
    margin-top: 50px;
  }
  .superservice .sec.voice a.bt_more::before {
    background: rgb(117, 179, 240);
    background: -webkit-gradient(linear, left top, right top, from(rgb(117, 179, 240)), to(rgb(240, 180, 102)));
    background: linear-gradient(to right, rgb(117, 179, 240) 0%, rgb(240, 180, 102) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#75b3f0", endColorstr="#f0b466", GradientType=1);
  }
}
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
    line-height: 0;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

.l-cs-wrap {
  width: 100%;
  padding: 100px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-cs-wrap {
    padding: 13.3333333333vw 6.4vw 0;
  }
}
.l-cs-wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inner > .l-cs-wrap {
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .inner > .l-cs-wrap {
    padding-top: 4.2666666667vw;
  }
}

.p-cs-inner {
  max-width: 900px;
  margin: 0 auto;
}
.p-cs-headline {
  font-size: 32px;
  text-align: center;
  line-height: 1.4 !important;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-cs-headline {
    font-size: 5.6vw;
  }
}

.p-cs-image {
  padding-top: 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cs-image {
    padding-top: 10.6666666667vw;
  }
}
.p-cs-image img {
  max-width: 100%;
}

.p-cs-annotation {
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .p-cs-annotation {
    padding: 9.6vw 0 0;
  }
}
.p-cs-annotation .is-text {
  font-size: 11px;
  line-height: 1.6 !important;
}
@media screen and (max-width: 767px) {
  .p-cs-annotation .is-text {
    font-size: 2.6666666667vw;
  }
}
.p-cs-annotation .is-text + .is-text {
  margin-top: 0.5em;
}

.p-payment-annotation {
  opacity: 0;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: 20px;
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
}
@media screen and (max-width: 767px) {
  .p-payment-annotation {
    width: 100%;
    padding: 10vw 4vw 0;
  }
}
.p-payment-annotation.active {
  opacity: 1;
  top: 0;
}
.p-payment-annotation .is-text {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-payment-annotation .is-text {
    font-size: 3.35vw;
  }
}