@charset "utf-8";

/*---------------------------------------------
 wrap
---------------------------------------------*/
img {
  pointer-events: none;
}

.liquid #header .inner,
.liquid .inner,
.liquid .section .inner {
  max-width: initial;
}
.section.news-detail {
  padding: 90px 12vw 130px;
}
.logo {
  display: flex;
}
.inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
/*---------------------------------------------
 header
---------------------------------------------*/
#header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 60px;
  padding: 10px 25px;
}
#header .inner {
  max-width: 990px;
}
#header .logo img {
  height: 38px;
  width: auto;
}
/*---------------------------------------------
 footer
---------------------------------------------*/
#page-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 800;
  cursor: pointer;
  float: right;
  display: block;
  width: 85px;
  height: 85px;
  overflow: hidden;
  background: url(../images/icon_pagetop.png) no-repeat center center / cover;
}
#footer {
  background: #f5f5f5;
  padding: 40px 25px;
}
#footer .inner {
  max-width: 1000px;
}
.footer-copy1 {
  font-weight: 600;
}
.footer-copy2 {
  margin-top: 90px;
  font-size: 1.2rem;
  color: #979797;
}
.section.footer-section {
  padding: 60px 25px;
}
.footer-slide {
  margin-left: 80px;
  margin-right: 80px;
}
.footer-slide .carousel-wrap .slick-slider .slick-prev {
  left: -42px;
}
.footer-slide .carousel-wrap .slick-slider .slick-next {
  right: -42px;
}
/*---------------------------------------------
 module
 ---------------------------------------------*/
.breadcrumb .inner {
}
.breadcrumb ul {
  display: flex;
  font-size: 1.4rem;
  padding: 5px 12vw;
}
.breadcrumb ul li a {
  text-decoration: underline;
}

.breadcrumb ul li:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb ul li:before {
  content: "＞";
  color: #7ccb17;
  margin-left: 15px;
  margin-right: 15px;
}
.breadcrumb ul li:first-child:before {
  display: none;
}

.news-detail .date {
  margin-bottom: 5px;
  font-size: 1.8rem;
}
.news-detail h1 {
  font-size: 4rem;
  font-weight: 500;
}
.news-detail-body {
  margin-top: 50px;
  line-height: 1.75;
  font-size: 2rem;
}
.news-detail-body p + p {
  margin-top: 20px;
}
.news-detail-body img {
  width: 100%;
  height: auto;
}

.news-detail-body .app-col2 {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.news-detail-btn {
  margin-top: 60px;
}
.modal-wrap {
  position: relative;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}
.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.3);
}
.modal {
  display: none;
  position: absolute;
  z-index: 800;
  top: 200px;
}
.modal-content {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  position: relative;
  padding: 50px;
}
.modal-content .hd {
  font-size: 3rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  display: block;
}
.modal-content .hd:after {
  display: none;
  content: "";
  background: url(../images/star_0.png) no-repeat center / cover;
  width: 100px;
  height: 22.5px;
  margin-top: 5px;
}
.modal-content .hd.star-1:after {
  background-image: url(../images/star_1.png);
}
.modal-content .hd.star-2:after {
  background-image: url(../images/star_2.png);
}
.modal-content .hd.star-3:after {
  background-image: url(../images/star_3.png);
}
.modal-content .hd.star-4:after {
  background-image: url(../images/star_4.png);
}
.modal-content .hd.star-5:after {
  background-image: url(../images/star_5.png);
}
.modal-content .col2-wrap {
  display: flex;
  margin-right: -40px;
}
.modal-content .col2-wrap .col {
  width: calc(50% - 40px);
  margin-right: 40px;
}
.modal-content .col2-wrap .col .img img {
  width: 100%;
  height: auto;
}
.detail-list {
  margin-top: 30px;
}
.detail-list li dl {
  display: flex;
  font-size: 2rem;
}
.detail-list li dl dt {
  width: 100px;
  color: #808080;
  margin-right: 10px;
}
.detail-list li dl dd {
  flex: 1;
}
.modal-content .from {
  margin-top: 40px;
  font-size: 2rem;
}
.modal-content .modal-copy {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 30px;
}
.modal-content .detail-text {
  font-size: 2.4rem;
  height: auto;
  line-height: 1.75;
  height: 340px;
  overflow-y: auto;
  padding-right: 10px;
}
.modal-content .detail-text::-webkit-scrollbar {
  width: 10px;
}
.modal-content .detail-text::-webkit-scrollbar-track {
  background-color: #ccc;
}
.modal-content .detail-text::-webkit-scrollbar-thumb {
  background-color: #666;
}

.btn.go-video {
  background: #f57c1d;
  color: #fff;
  position: relative;
}
.btn.go-video:before {
  content: "";
  background: url(../images/icon_btn_play.png) no-repeat center / cover;
  width: 37px;
  height: 37px;
  margin-right: 10px;
}

.btn.go-more {
  background: #7ccb17;
  color: #fff;
  position: relative;
  max-width: 300px;
  height: 63px;
}
.btn.go-more:after {
  /* content: "";
  background: url(../images/icon_btn_play.png) no-repeat center / cover;
  width: 27px;
  height: 27px;
  margin-left: 10px; */
}

.modal .modal-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/icon_close.png) no-repeat center / 26px auto #fff;
  width: 60px;
  height: 60px;
  transform: translate(50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  text-indent: -9999px;
}
.mv {
  overflow: hidden;
  padding: 0 0 30px;
  background: #dfdfdf;
}
.mv .inner {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.section {
  padding: 90px 25px 130px;
  overflow: hidden;
}
.section.green {
  background: #f3f9ec;
}
.section.gray {
  background: #f5f5f5;
}
.section .inner {
  max-width: 1100px;
}
.first-gray {
  background: #dfdfdf;
  padding: 26px 25px 160px;
}
.btn-wrap:first-child {
  margin-top: 0;
}
.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-bottom: -40px;
  margin-top: 60px;
  justify-content: center;
}
.btn-wrap .btn {
  width: 400px;
  margin-right: 40px;
  margin-bottom: 40px;
}
.btn-wrap .btn.big {
  flex-direction: column;
  background: #ccc;
  box-shadow: 0px 8px #000;
  width: 700px;
  height: 100px;
  color: #fff;
}
.btn-wrap .btn.big.navy {
  background: #272d62;
}
.btn-wrap .btn.big.yellow {
  background: #ffde35;
  box-shadow: 0px 8px #f57c1d;
}
.btn-wrap .btn.big.yellow .txt1 {
  color: #f57c1d;
}
.btn-wrap .btn.big.yellow .txt2 {
  color: #000;
}
.btn-wrap .btn.big .txt1 {
  font-size: 3rem;
}
.btn-wrap .btn.big .txt2 {
  margin-top: 5px;
  font-size: 2rem;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  font-size: 2.8rem;
  font-weight: 600;
  border-radius: 100px;
  position: relative;
  text-align: center;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn:hover {
  opacity: 0.7;
}
.btn.add {
  background: #fff;
  border: 4px solid #006c10;
  color: #006c10;
}
.btn.login {
  background: #006c10;
  color: #fff;
}
.btn.app , .btn.tv {
  background: #ffde35;
  position: relative;
}
.btn.tv {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn.tv .min {
  font-size: 18px;
}
.btn.app:before {
  content: "";
  background: url(../images/icon_mp.png) no-repeat center / cover;
  width: 45px;
  height: 45px;
  margin-right: 15px;
}
.btn.add::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  margin: auto;
  right: 24px;
}
.btn.login::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  margin: auto;
  right: 28px;
}
.btn.app:after , .btn.tv:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  margin: auto;
  right: 28px;
}

.btn.gray {
  background: #979797;
  color: #fff;
}

.news-list + .btn-wrap {
  margin-top: 50px;
}
.news-list + .btn-wrap .btn {
  font-size: 4rem;
}

.normal-tab {
  margin-top: -80px;
}
.tab-title ul {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.tab-title ul li {
  flex: 1;
  justify-content: center;
  text-align: center;
  height: 80px;
  font-size: 2.6rem;
  font-weight: 600;
  align-items: center;
  display: flex;
  position: relative;
  background: #fff;
  margin: 0 2px;
  cursor: pointer;
  padding: 15px;
}
.tab-title ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #f00;
}
.tab-title ul li.tab1.cur {
  background: #ffe872;
}
.tab-title ul li.tab2.cur {
  background: #acd679;
  color: #fff;
}
.tab-title ul li.tab3.cur {
  background: #f8a361;
  color: #fff;
}
.tab-title ul li.tab4.cur {
  background: #b6b6b6;
  color: #fff;
}
.tab-title ul li.tab1:before {
  background: #ffde35;
}
.tab-title ul li.tab2:before {
  background: #89c440;
}
.tab-title ul li.tab3:before {
  background: #f57c1d;
}
.tab-title ul li.tab4:before {
  background: #979797;
}
.balloon-hd {
  padding: 30px 25px;
  text-align: center;
  font-size: 4.4rem;
  line-height: 1.4;
  font-weight: 600;
  position: relative;
}
.balloon-hd:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border: 30px solid transparent;
  border-top-color: #000;
  transform: translate(-50%, 100%);
}
.tab-contents-list.tab1 .balloon-hd:before {
  border-top-color: #ffde35;
}
.tab-contents-list.tab2 .balloon-hd:before {
  border-top-color: #89c440;
}
.tab-contents-list.tab3 .balloon-hd:before {
  border-top-color: #f57c1d;
}
.tab-contents-list.tab4 .balloon-hd:before {
  border-top-color: #979797;
}

.tab-contents .section {
  padding: 110px 25px;
}
.tab-contents-list.tab1 .section {
  background: #fffceb;
}
.tab-contents-list.tab1 .balloon-hd {
  background: #ffde35;
}
.tab-contents-list.tab1 .section .inner {
  max-width: 1000px;
}

.tab-contents-list.tab2 .section {
  background: #f3f9ec;
}
.tab-contents-list.tab2 .section .inner {
  max-width: 900px;
}
.tab-contents-list.tab2 .balloon-hd {
  background: #89c440;
  color: #fff;
}
.tab-contents-list.tab3 .section {
  background: #fef2e8;
}

.tab-contents-list.tab3 .balloon-hd {
  background: #f57c1d;
  color: #fff;
}
.tab-contents-list.tab3 .section .inner {
  max-width: 900px;
}

.tab-contents-list.tab4 .balloon-hd {
  background: #979797;
  color: #fff;
}
.tab-contents-list.tab4 .section {
  background: #f5f5f5;
}
.tab-contents-list.tab4 .section .inner {
  max-width: 1000px;
}

.tab-contents .tab-contents-list {
  display: none;
}
.tab-contents .tab-contents-list.cur {
  display: block;
}

.feature-list > li {
  padding: 58px 0;
  position: relative;
}
.feature-list > li:last-child {
  padding-bottom: 40px;
}
.feature-list > li + li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 4px;
  background: url(../images/bg_dot.png) repeat-x;
}
.feature-list > li:first-child {
  padding-top: 0;
}

.feature-list > li .box {
  display: flex;
  align-items: center;
  position: relative;
}
.feature-list > li .box .num {
  width: 170px;
  height: 100px;
  background: url(../images/icon_feature.png) no-repeat center / 102px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  font-weight: 600;
  color: #fff;
  padding-left: 10px;
  margin-right: 20px;
}
.feature-list > li .box .txt-wrap {
  font-size: 3.3rem;
  font-weight: 600;
}
.feature-list > li .box .txt-wrap .orange {
  color: #f57c1d;
}
.feature-list > li .box .img {
  margin-left: auto;
  width: 420px;
  text-align: center;
}

.flow-list li {
  margin-bottom: 40px;
}
.flow-list .box {
  display: flex;
  align-items: center;
  padding: 40px 50px;
  border-radius: 30px;
  background: #fff;
  position: relative;
}
.flow-list .box .txt-wrap {
  flex: 1;
  font-size: 3.2rem;
  line-height: 1.75;
  font-weight: 600;
}
.flow-list .box .num {
  width: 68px;
  height: 68px;
  background: #89c440;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  font-weight: 600;
  margin-right: 30px;
  color: #fff;
}
.flow-list :first-child .box:before {
  display: none;
}
.flow-list .box:before {
  content: "";
  position: absolute;
  left: 74px;
  top: -20px;
  bottom: 80px;
  width: 20px;
  background: url(../images/icon_dot_bottom.png) bottom / 20px auto;
  transform: translateY(-50%);
}
.flow-list .box .btn {
  height: 60px;
  margin-top: 20px;
  max-width: 436px;
  background: #f57c1d;
  color: #fff;
  font-weight: normal;
  position: relative;
  font-size: 2.6rem;
}
.flow-list .box .btn:after {
  display: none;
}
.btn.bottom:after {
  transform: translateY(-50%) rotate(90deg);
  right: 25px;
}

.service-hd {
  display: flex;
  margin-bottom: 20px;
  margin-top: 70px;
}
.service-hd:first-child {
  margin-top: 0;
}
.service-hd .ttl {
  font-size: 3.2rem;
  font-weight: 600;
  margin-right: 25px;
  display: flex;
  align-items: center;
}
.service-hd .ttl:before {
  content: "";
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-right: 15px;
  background: #f57c1d;
  border-radius: 50%;
}
.service-hd .btn {
  padding: 10px;
  width: 440px;
}
.service-hd .btn.orange {
  background: #f8a361;
  color: #fff;
  height: 50px;
  border-radius: 10px;
  font-size: 2.4rem;
  letter-spacing: -0.02em;
  font-weight: normal;
}
.service-hd .btn:after {
  display: none;
}
.service-list > li {
  padding: 36px 45px;
  background: #fff;
  position: relative;
}
.service-list > li + li:before {
  position: absolute;
  content: "";
  background: url(../images/bg_dot_gray.png) repeat-x;
  top: -2px;
  left: 40px;
  right: 40px;
  height: 4px;
}
.service-list > li:first-child {
  border-radius: 30px 30px 0 0;
}
.service-list > li:last-child {
  border-radius: 0 0 30px 30px;
}
.service-list > li:first-child:last-child {
  border-radius: 30px;
}
.service-list > li .box {
  display: flex;
  align-items: center;
}
.service-list > li .box .img {
  margin-right: 20px;
}
.service-list > li .box .img + .txt {
  margin-right: 20px;
  letter-spacing: -0.05em;
  line-height: 1.25;
}
.service-list > li .box .txt {
  font-size: 2.6rem;
  flex: 1;
  margin-right: 40px;
}
.service-list > li .box .txt:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.service-list > li .box .circle {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  background: #dfdfdf;
  border-radius: 50%;

  margin-right: 30px;
}
.service-list > li .box .price {
  width: 187px;
  display: flex;
  align-items: center;
}
.service-list > li .box .price .txt01 {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
}
.service-list > li .box .price .unit {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.service-list > li .box .price .txt02 {
  font-size: 1.8rem;
  line-height: 1;
}
.service-list > li .box .price .txt03 {
  font-size: 3rem;
  line-height: 1;
  margin-top: 5px;
}
.service-list > li .box .price .orange {
  color: #f57c1d;
}
.qa-list li + li {
  margin-top: 20px;
}
.qa-wrap dt,
.qa-wrap dd {
  padding: 15px 35px;
  font-size: 2.8rem;
  position: relative;
}
.qa-wrap dt {
  background: #fff;
  font-weight: 600;
  padding-right: 60px;
  display: flex;
}
.qa-wrap dt:before,
.qa-wrap dd .con:before {
  font-size: 3.8rem;
  line-height: 1;
  margin-right: 40px;
  font-weight: 600;
}
.qa-wrap dt:before {
  content: "Q";
  color: #f57c1d;
}
.qa-wrap dt:after {
  content: "";
  background: url(../images/icon_plus.png) no-repeat center / cover;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.cur.qa-wrap dt:after {
  background: url(../images/icon_minus.png) no-repeat center / 30px auto;
}
.qa-wrap dd {
  display: none;
}
.qa-wrap dd .con {
  display: flex;
}
.qa-wrap dd .con:before {
  content: "A";
  color: #89c440;
}

.js-acc-wrap .js-acc-toggle {
  position: relative;
  cursor: pointer;
}
.js-acc-wrap .js-acc-contents {
  display: none;
}
.btn-section {
  padding: 98px 25px;
}
.btn-section .inner {
  overflow: hidden;
}
.hd02 {
  text-align: center;
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 1.75;
  position: relative;
  padding-bottom: 37px;
  margin-bottom: 60px;
}
.hd02:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 50px;
  height: 6px;
  background: #f57c1d;
}
.green .hd02:after {
  background: #89c440;
}
.gray .hd02:after {
  background: #979797;
}
.hd03 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.recommend {
  border: 1px solid #f57c1d;
  font-size: 2rem;
  margin-left: 30px;
  padding: 2px 10px;
  height: 34px;
  background: #fff;
  color: #f57c1d;
  display: inline-block;
}

.carousel-wrap .slick-slider {
  margin-left: -12px;
  margin-right: -12px;
}
.carousel-wrap .slick-slider .slick-slide {
  padding: 0 12px;
}
.youtube-wrap {
  margin: 80px auto 0;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.ctv-wrap {
  border-bottom: 1px solid #000;
}
.ctv-wrap .js-acc-toggle {
  font-size: 3rem;
  font-weight: 600;
  padding: 22px 34px;
  position: relative;
}
.ctv-wrap .js-acc-toggle:after {
  content: "";
  background: url(../images/icon_plus.png) no-repeat center / contain;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.ctv-wrap.cur .js-acc-toggle {
  background: #fef2e8;
}
.ctv-wrap.cur .js-acc-toggle:after {
  background: url(../images/icon_minus.png) no-repeat center / contain;
}
.ctv-wrap .js-acc-contents {
  padding: 60px 34px;
  border-top: 1px solid #000;
}
.ctv-wrap .ctv-dl {
  display: flex;
  align-items: center;
}
.ctv-wrap .ctv-dl + .ctv-dl {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px dashed #ccc;
}
.ctv-wrap .ctv-dl dt {
  font-size: 3rem;
  width: 174px;
  margin-right: 40px;
  font-weight: 600;
}
.ctv-wrap .ctv-dl dd {
  font-size: 2.4rem;
  flex: 1;
}
.ctv-wrap .ctv-dl .txt1 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.ctv-wrap .ctv-dl .txt2 {
  font-size: 2.6rem;
  font-weight: 600;
  margin-top: 10px;
}
.news-list {
  border-bottom: 1px solid #000;
}
.news-list > li {
  border-top: 1px solid #000;
}
.news-list-txt {
  padding: 10px 20px 10px 50px;
  display: flex;
}
.news-list-txt .date {
  font-size: 3rem;
  margin-right: 50px;
  color: #f57c1d;
}
.news-list-txt .txt {
  font-size: 3rem;
  flex: 1;
}
.app-section-header {
  padding: 40px 20px;
  background: #89c440;
  color: #fff;
  text-align: center;
  position: relative;
}
.app-section-header:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border: 30px solid transparent;
  border-top-color: #89c440;
  transform: translate(-50%, 100%);
}

.app-section-header h2 {
  font-weight: 600;
  font-size: 5rem;
}
.app-section-contents {
  background: #ffde35;
  padding: 54px 25px;
  overflow: hidden;
}
.app-section-contents .inner {
  max-width: 970px;
  padding-right: 250px;
  position: relative;
}
.app-section-contents .inner:before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 50%;
  width: 650px;
  width: 67%;
  background: url(../images/img_app_screen.png) no-repeat right top / contain;
  height: 1028px;
  transform: translateX(20%);
}

.app-header {
  display: flex;
  align-items: center;
}
.app-header .ttl {
  font-size: 5.8rem;
  font-weight: 600;
}
.app-header .img {
  margin-right: 24px;
}
.app-text {
  font-size: 3.4rem;
  font-weight: 600;
  margin-top: 20px;
}
.app-balloon {
  background: #006c10;
  color: #fff;
  padding: 8px 40px;
  font-size: 3.2rem;
  position: relative;
}
.app-balloon:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border: 17px solid transparent;
  border-top-color: #006c10;
  transform: translate(-50%, 100%);
}
.app-balloon em {
  color: #ffde35;
}
.app-inn-wrap {
  margin-top: 36px;
  max-width: 620px;
}
.app-search {
  text-align: center;
  margin-top: 34px;
}

.app-col2 {
  display: flex;
  margin-left: -24px;
  margin-right: -24px;
  overflow: hidden;
  text-align: center;
  margin-top: 40px;
}
.app-col2 .col {
  padding: 0 24px;
  border-right: 1px solid #000;
}
.app-col2 .col a {
  display: inline-block;
}
.app-col2 .col:last-child {
  border: none;
}
.app-col2 .col .qr {
  margin-top: 20px;
}
.app-caption {
  max-width: 650px;
  text-align: center;
  font-size: 3rem;
  margin-top: 20px;
}
.slide-item2 {
  text-align: center;
}
.slide-item2 .slick-track {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.first-gray .btn-wrap .btn.page-link {
  width: 480px;
}

/*==========================================================================================================
 PC Only
 ==========================================================================================================*/
@media screen and (min-width: 1181px) {
  .pcOnly {
    display: block !important;
  }

  .spOnly {
    display: none !important;
  }

  img.pcOnly {
    display: inline-block !important;
  }

  .spHeader {
    display: none !important;
  }
  .feature-list > li:nth-child(2n) .box .img {
    order: 1;
    margin-left: 20px;
    margin-right: 20px;
  }
  .feature-list > li:nth-child(2n) .box .num {
    order: 2;
  }
  .feature-list > li:nth-child(2n) .box .txt-wrap {
    order: 3;
  }
  .ctv-dl a:hover,
  .news-list a:hover .txt {
    text-decoration: underline;
  }
}

/*==========================================================================================================
 SP Only
==========================================================================================================*/
@media screen and (max-width: 1180px) {
  .spOnly {
    display: block !important;
  }

  .pcOnly {
    display: none !important;
  }

  img.spOnly {
    display: inline-block !important;
  }
  #header {
    padding: 10px 15px;
    height: auto;
  }

  #footer {
    padding: 30px 20px;
  }
  .footer-copy1 {
    font-size: 0.9rem;
    text-align: center;
  }
  .footer-copy2 {
    margin-top: 30px;
    font-size: 0.9rem;
  }
  .section.footer-section {
    padding: 40px 15px;
  }

  .btn {
    font-size: 1.5rem;
    height: 50px;
    padding: 0 10px;
    line-height: 1.25;
  }
  .btn-wrap {
    margin-right: -15px;
    margin-bottom: -25px;
    margin-top: 20px;
  }
  .btn-wrap .btn.add {
    border-width: 3px;
    max-width: calc(90% - 15px);
  }
  .btn-wrap .btn.login {
    max-width: calc(90% - 15px);
  }
  .btn-wrap .btn {
    margin-right: 15px;
    margin-bottom: 25px;
  }
  .btn-wrap .btn.app {
    max-width: calc(90% - 15px);
  }
  .btn-wrap .btn.tv {
    max-width: calc(90% - 15px);
  }
  .btn.app:after, .btn.tv:after, .btn.add:after, .btn.login:after {
    width: 20px;
    height: 20px;
    right: 18px;
 }
 .btn.tv .min {
  font-size: 12px;
 }
  .btn.app:before {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
  .normal-tab {
    margin-top: 0;
  }

  .tab-title ul {
    margin-left: -1px;
    margin-right: -1px;
  }
  .tab-title ul li {
    font-size: 1.5rem;
    padding: 6px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    margin: 0;
    height: 75px;
  }
  .balloon-hd {
    font-size: 2.2rem;
    padding: 15px;
  }
  .balloon-hd:before {
    border: 14px solid transparent;
    border-top-color: #000;
  }
  .feature-list > li .box .num {
    position: absolute;
    top: 32px;
    left: 0;
    width: 71px;
    height: 50px;
    background: url(../images/icon_feature.png) no-repeat center / 51px auto;
    font-size: 2.5rem;
    padding-left: 5px;
  }
  .tab-contents .section {
    padding: 50px 15px;
  }
  .feature-list > li .box {
    padding-left: 90px;
  }

  .feature-list > li .box .txt-wrap {
    font-size: 1.9rem;
    line-height: 2;
  }
  .feature-list > li .box {
    display: block;
  }
  .feature-list > li .box .img {
    width: 86%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .feature-list > li + li:before {
    background-size: 5px 2px;
  }
  .feature-list > li {
    padding: 30px 0;
  }
  .feature-list > li:nth-child(3) .box .num {
    top: 14px;
  }
  .feature-list > li:last-child {
    padding-bottom: 0;
  }

  .hd02 {
    font-size: 2.2rem;
    padding-bottom: 12px;
    margin-bottom: 30px;
  }
  .hd02:after {
    width: 25px;
    height: 3px;
  }
  .hd03 {
    font-size: 1.5rem;
    margin-top: 25px;
    margin-bottom: 5px;
  }
  .recommend {
    font-size: 1rem;
    height: 20px;
    margin-left: 10px;
    display: inline-block;
  }
  .section {
    padding: 40px 15px 60px;
  }
  .first-gray {
    padding: 15px 15px 50px;
  }
  .btn-section {
    padding: 50px 46px;
  }
  .carousel-wrap .slick-slider {
    margin-left: -6px;
    margin-right: -6px;
  }
  .carousel-wrap .slick-slider .slick-slide {
    padding: 0 6px;
  }
  .carousel-wrap .slick-slider .slick-prev {
    left: 6px;
    left: 16px;
  }
  .carousel-wrap .slick-slider .slick-next {
    right: 6px;
    right: 16px;
  }
  .carousel-wrap .slick-slider .slick-prev,
  .carousel-wrap .slick-slider .slick-next {
    width: 30px;
    height: 30px;
    background-size: 6px auto;
  }
  .youtube-wrap {
    margin: 40px 0 0;
    width: 100%;
  }
  .btn-wrap .btn.big {
    height: 75px;
    box-shadow: 0px 4px #000;
  }
  .btn-wrap .btn.big.yellow {
    box-shadow: 0px 4px #f57c1d;
  }
  .btn-wrap .btn.big .txt1 {
    font-size: 2rem;
  }
  .btn-wrap .btn.big .txt2 {
    font-size: 1.3rem;
  }
  .ctv-wrap .js-acc-toggle {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
  .ctv-wrap .js-acc-toggle:after {
    width: 15px;
    height: 15px;
    right: 15px;
  }
  .ctv-wrap .js-acc-contents {
    padding: 25px 15px;
  }
  .ctv-wrap .ctv-dl dt {
    font-size: 1.5rem;
    width: 60px;
    margin-right: 20px;
  }
  .ctv-wrap .ctv-dl + .ctv-dl {
    margin-top: 30px;
    padding-top: 30px;
  }
  .ctv-wrap .ctv-dl .txt1 {
    font-size: 1.5rem;
  }
  .ctv-wrap .ctv-dl .txt2 {
    font-size: 1.3rem;
    margin-top: 10px;
  }
  .ctv-wrap .ctv-dl dd {
    font-size: 1.2rem;
  }
  .news-list-txt {
    padding: 10px;
  }
  .news-list-txt .date {
    font-size: 1.5rem;
    margin-right: 10px;
  }
  .news-list-txt .txt {
    font-size: 1.5rem;
  }
  .news-list + .btn-wrap .btn {
    font-size: 2rem;
    max-width: 200px;
  }
  .app-section-header {
    padding: 25px 15px;
  }
  .app-section-header h2 {
    font-size: 2.3rem;
  }
  .app-section-contents .inner {
    padding-right: 0;
    max-width: 400px;
  }
  .app-section-contents {
    padding: 40px 15px;
  }
  .app-header {
    flex-direction: column;
    padding-right: 90px;
  }
  .app-header .img {
    margin-right: 0;
    margin-bottom: 15px;
    width: 64px;
    height: 64px;
  }
  .app-header .ttl {
    font-size: 2.8rem;
  }
  .app-text {
    font-size: 1.4rem;
    margin-top: 15px;
    position: relative;
    line-height: 1.75;
  }
  .app-section-contents .inner:before {
    right: -20px;
    left: initial;
    width: 120px;
    height: 226px;
    top: -4px;
    background: url(../images/img_app_screen_sp.png) no-repeat center / cover;
    background-position: 0 0;
    transform: translateX(0);
  }
  .app-inn-wrap {
    text-align: center;
    max-width: initial;
    margin-top: 10px;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
  .app-balloon {
    font-size: 1.9rem;
    padding: 8px 20px;
    font-weight: 600;
    position: relative;
  }
  .app-balloon:before {
    border: 10px solid transparent;
  }

  .app-search {
    display: none;
  }
  .app-col2 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .app-col2 .col {
    border: none;
    padding: 0 6px;
  }
  .app-col2 .col .qr {
    display: none;
  }
  .app-balloon em {
    font-weight: 600;
    margin: 0 4px;
    display: inline-block;
  }

  .app-caption {
    font-size: 1.2rem;
  }

  .flow-list li:last-child {
    margin-bottom: 0;
  }
  .flow-list .box {
    border-radius: 15px;
  }
  .flow-list .box:before {
    left: 50%;
    bottom: initial;
    top: 0;
    height: 20px;
    transform: translate(-50%, -150%);
  }
  .flow-list .box {
    padding: 10px;
  }
  .flow-list .box .num {
    width: 34px;
    height: 34px;
    font-size: 2rem;
    margin-right: 10px;
  }
  .flow-list .box .img {
    width: 80px;
  }
  .flow-list .box .txt-wrap {
    font-size: 1.5rem;
  }
  .flow-list .box .btn {
    max-width: initial;
    font-size: 1.1rem;
    height: 25px;
    text-align: center;
    padding: 5px 5px 5px 5px;
    margin-top: 10px;
  }
  .flow-list .box .btn:after {
    width: 7px;
    height: 11px;
    right: 8px;
  }
  .service-hd {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 15px;
  }
  .service-hd .ttl {
    font-size: 1.9rem;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .service-hd .ttl:before {
    display: none;
  }
  .service-hd .btn.orange {
    width: 100%;
    font-size: 1.5rem;
    height: 30px;
    width: 270px;
    font-weight: normal;
  }
  .service-hd .btn:after {
    width: 7px;
    height: 11px;
  }

  .service-list > li {
    padding: 20px;
  }
  .service-list > li .box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .service-list > li .box .txt {
    width: 100%;
    flex: none;
    font-size: 1.4rem;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .service-list > li .box .circle {
    font-size: 1.5rem;
    margin-right: 15px;
    width: 56px;
    height: 56px;
  }
  .service-list > li .box .price {
    width: auto;
  }
  .service-list > li .box .price .txt01 {
    font-size: 4.2rem;
  }
  .service-list > li .box .price .txt02 {
    font-size: 1.2rem;
  }
  .service-list > li .box .price .txt03 {
    font-size: 2.1rem;
  }

  .service-list > li:first-child:last-child {
    border-radius: 15px;
  }

  .service-list > li:last-child {
    border-radius: 0 0 15px 15px;
  }
  .service-list > li:first-child {
    border-radius: 15px 15px 0 0;
  }
  .service-list > li .box .img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 116px;
  }
  .service-list > li .box .img + .txt {
    margin-right: 0;
  }
  .service-list > li + li:before {
    left: 20px;
    right: 20px;
    background-size: 5px 2px;
  }
  .qa-wrap dt,
  .qa-wrap dd {
    padding: 10px 15px;
    font-size: 1.4rem;
  }
  .qa-wrap dt:before,
  .qa-wrap dd .con:before {
    font-size: 1.9rem;
    margin-right: 15px;
  }
  .qa-wrap dt:after {
    width: 15px;
    height: 15px;
    right: 15px;
  }
  .qa-list li + li {
    margin-top: 10px;
  }
  .footer-slide .carousel-wrap .slick-slider .slick-list {
    overflow: visible;
  }
  .app-section-header:before {
    bottom: 2px;
    border: none;
    width: 27.5px;
    height: 17px;
    background: url(../images/bg_app_balloon_green_sp.png) no-repeat top / cover;
    transform: translate(200%, 100%);
  }
  .modal-wrap {
    max-width: 90%;
  }
  .modal-content {
    padding: 20px;
  }
  .modal-content .col2-wrap {
    flex-direction: column-reverse;
    margin-right: 0;
  }

  .modal-content .col2-wrap .col {
    width: 100%;
    margin-right: 0;
  }
  .modal-content .col2-wrap .col .img {
    margin-bottom: 15px;
  }
  .modal-content .col2-wrap .col .btn-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .btn.go-video {
    max-width: 190px;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
  }
  .btn.go-video:before {
    width: 19px;
    height: 19px;
  }
  .modal-content .hd {
    font-size: 1.5rem;
  }
  .modal-content .hd:after {
    width: 50px;
    height: 11px;
  }
  .detail-list li dl {
    font-size: 1rem;
  }
  .detail-list li dl dt {
    width: 60px;
  }
  .modal-content .from {
    font-size: 1rem;
    margin-top: 20px;
  }
  .modal-content .detail-text {
    font-size: 1.2rem;
    height: auto;
  }
  .detail-list {
    margin-top: 10px;
  }
  .modal .modal-close {
    width: 30px;
    height: 30px;
    background-size: 13px auto;
    transform: translate(-50%, -50%);
  }
  .modal {
    top: 70px;
  }
  .breadcrumb ul {
  }
  .breadcrumb ul {
    font-size: 1.3rem;
    padding: 5px 8vw;
  }
  .news-detail h1 {
    font-size: 2.2rem;
  }
  .news-detail-body {
    margin-top: 30px;
    font-size: 1.5rem;
  }
  .section.news-detail {
    padding: 40px 8vw;
  }
  .breadcrumb ul li:before {
    margin-left: 10px;
    margin-right: 10px;
  }
  .news-detail-btn {
    margin-top: 30px;
  }
  .btn.go-more {
    height: 40px;
    max-width: 170px;
  }
  #page-top-btn {
  }
  .modal-content .modal-copy {
    font-size: 1rem;
  }

  /* ↓ SP anchor btn */
  .btn-wrap.sp-col2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px 10px;
    margin: 0;
  }
  .btn.app:before {
    margin-right: 0;
  }
  .btn-wrap.sp-col2 .btn {
    gap: 0 10px;
    margin: 0;
    height: 57px;
    max-width: none;
    width: 100%;
    font-size: 1.4rem;
  }
  .first-gray .btn-wrap .btn.page-link {
    width: 100%;
  }
  /* ↑ SP anchor btn */

}
@media screen and (max-width: 800px) {
  #header .logo img {
    height: 26px;
    width: auto;
  }
}

@media print {
  body {
    font-size: 10px;
    background-image: none;
    width: 1200px;
    padding-top: 80px;
  }
  .mv {
    display: none;
  }
  .slick-slider {
    /* display: none !important; */
    opacity: 0;
  }
  .tab-contents-list {
    display: block !important;
  }
  .js-acc-contents {
    display: block !important;
  }
  .btn {
    background: #ccc !important;
    border: none !important;
    color: #000 !important;
  }
  .app-section-contents .inner {
    padding-right: 0 !important;

    margin-left: auto !important;
    margin-right: auto !important;
  }
  .app-caption,
  .app-inn-wrap {
    max-width: 100% !important;
  }
  .app-section-contents .inner:before {
    display: none !important;
  }
}
