@charset "utf-8";
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse; width:100%;}
fieldset,img{border:0; vertical-align:top;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}
section{display:block;}
figure,figcaption{margin:0; padding:0;}
main {display:block;padding:0;margin:0;position: relative;}
small {font-size: 100%;}
.cf:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size: 0.1em;}
.cf	{display:inline-block;zoom:1;}
ul.col {
	letter-spacing:-0.5em;
}
ul.col li {
	display:inline-block;
	vertical-align:top;
	letter-spacing:0.01em;
}
/* \*/
* html .cf	{height:1%;}
.cf	{display:block;}
/* */
a:link,a:visited {
    backface-visibility:hidden;
-webkit-backface-visibility: hidden;  
    transition: ease-in-out .2s;
	
	text-decoration:none;
	color:var(--c-base);
}
a:hover {
    outline:none;
}
a:focus, *:focus { outline:none; }
img {
	max-width: 100%;
    height: auto;
}
:root {
    --f-jp: "Noto Sans JP", sans-serif;
    --f-en:"Jost", sans-serif;
    --c-base:#060001;
    --c-red:#b62727;
}

/*----------------common----------------*/
.fade {
    transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform .8s cubic-bezier(0.215, 0.61, 0.355, 1),filter 1s cubic-bezier(0.215, 0.61, 0.355, 1);

    transform: translateY(20px);
    opacity: 0;
    -ms-filter: blur(4px);
  filter: blur(4px);
}
.fade.anime {
    transform: translateY(0px);
    opacity: 1;
    ms-filter: blur(0px);
  filter: blur(0px);
}
body {
  font-family: var(--f-jp);
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.04em;
  color: var(--c-base);
  word-wrap: break-word;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
    position: relative;
}
.loading {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    overflow: hidden;
}
.loading img {
    width: 250px;
}
.inner {
    position: relative;
    z-index: 2;
    max-width: 1080px;
    margin: auto;
    width: 88%;
}
.home .header {
    padding-top: 120px;
}
.header {
    position: relative;
    padding-top: 100px;
    z-index: 2;
}
.header__comment {
    position: absolute;
    z-index: 2;
    width: 130px;
    left: 50%;
    top: 90px;
    margin-left: -570px;
    display: none;
}
.header__sp-comment {
    display: none;
}
.home .header__comment {
    display: block;
}
.home .header__site-id {
    margin-bottom: 100px;
}
.header__site-id {
  text-align: center;
  margin-bottom: 80px;
}
.home .header__site-id img{
    width: 615px;
}
.header__site-id img {
  width: 250px;
}
.header__sp-btn {
  background-color: var(--c-red);
  width: 6rem;
  height: 6rem;
  position: fixed;
  right: 1.2rem;
  top: 1.2rem;
  z-index: 99999;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  justify-content: center;
  align-content: center;
  display: flex;
  cursor: pointer;
  border-radius: 0.5rem;
    display: none;
}

.header__sp-btn-trigger,
.header__sp-btn-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.header__sp-btn-trigger {
	position: relative;
	width: 2.6rem;
	height: 1.6rem;
	text-align:right;
    margin: auto;
}
.header__sp-btn-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 0.2rem;
	background-color: #fff;
    text-align: right;
}
.header__sp-btn-trigger span:nth-of-type(1) {
	top: 0;
}
.header__sp-btn-trigger span:nth-of-type(2) {
	top: 0.7rem;
}
.header__sp-btn-trigger span:nth-of-type(3) {
	bottom: 0;
    margin-left: 30%;
    width: 70%;
}

.header__sp-btn.active .header__sp-btn-trigger span {
}
.header__sp-btn.active .header__sp-btn-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(0.7rem) rotate(-45deg);
	transform: translateY(0.7rem) rotate(-45deg);
}
.header__sp-btn.active .header__sp-btn-trigger span:nth-of-type(2) {
	opacity: 0;
}
.header__sp-btn.active .header__sp-btn-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-0.7rem) rotate(45deg);
	transform: translateY(-0.7rem) rotate(45deg);
    width: 100%;
    margin-left: 0;
}
.header__txt {
    text-align: center;
    font-size: 18px;
    margin-bottom: 130px;
    display: none;
}
.header__txt span {
    font-weight: 700;
    font-size: 28px;
    display: block;
    margin-bottom: 10px;
}
.home .header__txt {
    display: block;
    padding-left: 5%;
    padding-right: 5%;
}
.header__pc-nav {
    background-color: var(--c-red);
    max-width: 1200px;
    border-radius: 90px;
    margin: auto;
}
.header__pc-nav li a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.header__pc-nav li a:hover {
    text-decoration: underline;
    opacity: 0.8;
}
.header__pc-nav li a.blank {
    background-image: url("../images/blank_w.svg");
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}
.header__pc-nav li a.contact {
    background-color: #fff;
    color: var(--c-red);
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    width: 200px;
}
.header__pc-nav li a.contact span {
    background-image: url("../images/blank_r.svg");
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}
.header__pc-nav ul {
    display: flex;
    justify-content: space-around;
    height: 95px;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}
.home__feature {
    background-color: #ffe33f;
    position: relative;
    padding-bottom: 200px;
}
.fancybox-content {
}
.home__feature:before {
    background-image: url( "../images/bg_header.svg");
    height: 610px;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: -435px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: max(100%, 1600px) max(100%, 608px);
}
.home__ttl {
    text-align: center;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 90px;
}
.home__ttl:before {
    content: attr(data-eng);
    font-family: var(--f-en);
    display: block;
    font-size: 19px;
    margin-bottom: 5px;
    color: var(--c-red);
    font-weight: 700;
}
.home__ttl:after {
    background-image: url("../images/bg_ttl.svg");
    width: 120px;
    height: 120px;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 5px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.home__feature-flex {
    display: flex;
    flex-wrap: wrap;
    gap:50px;
    
}
.home__feature-item {
    background-color: #fff;
    padding: 50px;
    width: calc((100% - 50px) / 2);
    border-radius: 10px;
    border: #ccc 1px solid;
    box-sizing: border-box;
}
.home__feature-item-img {
    text-align: center;
    margin-bottom: 25px;
}
.home__feature-item-img img {
    width: 90px;
}
.home__feature-item h3 {
    text-align: center;
    font-weight: 800;
    color: var(--c-red);
    font-size: 22px;
    margin-bottom: 15px;
}
.home__movie {
    padding-top: 150px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-top: -50px;
    background-color: #fff;
    position: relative;
}
.home__movie-flex {
    display: flex;
    align-items: center;
    border: #ccc 1px solid;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
}

.home__movie-left {
    width: 50%;
    flex-shrink: 0;
    position: relative;
}

.home__movie-left span {
    width: 70px;
    display: block;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -25px;
    transition: ease-in-out .2s;
}
a:hover .home__movie-left span {
    transform: scale(1.3);
}
.home__movie-right {
    text-align: center;
    flex: 1;
}
.home__movie-right dt {
    font-weight: 900;
    color: #595757;
    font-size: 34px;
    margin-bottom: 10px;
}
.home__movie-right dd img {
    width: 260px;
}


.home__case {
    background-color: #76b7c5;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    
}
.home__case:before {
    background-image: url( "../images/bg_case.svg");
    height: 610px;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: -380px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: max(100%, 1600px) max(100%, 608px);
}
.home__case-flex {
    display: flex;
    gap:50px;
    flex-wrap: wrap;
}
.home__case-item {
    width: calc((100% - 100px) / 3);
    background-color: #fff;
    border-radius: 10px;
  border: #ccc 1px solid;
    padding: 40px;
    box-sizing: border-box;
}
.home__case-item h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
}
.home__case-img {
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.home__case-item p {
    line-height: 1.9;
}
.home__case-item p span {
    color: var(--c-red);
    font-weight: 700;
}

.home__case-link {
    text-align: center;
    color: #fff;
    margin-top: 60px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.home__case-link dt {
	order: 2;
	margin-top: 25px;
	font-size: 80%;
}
.home__case-link dd {
	order: 1;
}
.home__case-link a {
    background-color: var(--c-red);
    color: #fff;
    font-weight: 700;
    display: flex;
    height: 60px;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    margin: auto;
    margin-top: 25px;
    background-image: url("../images/blank_w.svg");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: right 25px center;
}
.home__case-link a:hover {
    background-color: #eab227;
    
}
.home main {
    background-color: #fff;
    padding-bottom: 0;
}
br.sp-only {
    display: none;
}

.footer {
    position: relative;
}
.footer__bnr {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    line-height: 1.8;
    border-radius: 40px;
    background-color: #fff;
    margin-top: -50px;
}
.footer__bnr ul {
    display: flex;
    justify-content: center;
    gap:20px;
    margin-bottom: 50px;
    
}
.footer__bnr ul li img {
    width: 150px;
}
.footer__bottom {
    background-color: var(--c-red);
    color: #fff;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 100px;
}
.footer__bottom-link {
    margin-bottom: 100px;
	display: flex;
	gap:30px;
	justify-content: center;
}
.footer__bottom-link li a {
    color: #fff;
	background-image: url(../images/blank_w.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}
.footer__bottom-link li a.no-blank {
	background-image: none;
    padding-right: 0px;
}
.footer__bottom-link li a:hover {
	text-decoration: underline;
}

.footer__bottom figure img {
    width: 190px;
}
.footer__bottom figure a {
    background-color: #a42023;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 40px;
    margin-top: 30px;
}
.footer__bottom-sns {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.footer__bottom-sns li a {
    display: block;
}
.footer__bottom-sns li img {
    width: 40px;
}
.footer__bottom-copyright {
    font-size: 12px;
}
.footer__fix {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 170px;
    z-index: 99;
}
.footer__fix a {
    display: block;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
}
.footer__fix a:hover img {
    opacity: 0.8;
}
.home main::before {
    display: none;
}
main {
    background-color: #ffe33f;
    padding-top: 100px;
    padding-bottom: 200px;
}
main::before {
  background-image: url( "../images/bg_header.svg");
  height: 610px;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: -165px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: max(100%, 1600px) max(100%, 608px);
}

.terms__item {
    border-radius: 30px;
    background-color: #fff;
    padding: 50px;
    line-height: 1.9;
}
.terms__item .mdb {
    margin-bottom: 20px;
}
.terms__item .mdt {
    margin-top: 15px;
}
.terms__item h2 {
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 20px;
    color: var(--c-red);
    text-align: center;
}
.terms__item:not(:last-child) {
    margin-bottom: 40px;
}
.terms__item-num01 {
  list-style: none;
  counter-reset: num;
}

.terms__item-num01 > li {
  counter-increment: num;
    position: relative;
    padding-left: 30px;
}
.terms__item-num01 > li:not(:last-child) {
    margin-bottom: 15px;
}
.terms__item-num01 > li::before {
  content: counter(num) ". ";
    position: absolute;
    left: 0;
}

.terms__item-num02 {
  list-style: none;
  counter-reset: num;
}

.terms__item-num02 > li {
  counter-increment: num;
    position: relative;
    padding-left: 30px;
}
.terms__item-num02 > li:not(:last-child) {
    margin-bottom: 15px;
}
.terms__item-num02 > li::before {
  content:"(" counter(num) ")";
    position: absolute;
    left: 0;
}
.terms__txt {
    margin-bottom: 15px;
}
.price__item .caution {
    font-size: 14px;
}
.price__item .caution li {
    text-indent: -1em;
    padding-left: 1em;
}
.price__item:not(:last-child) {
    margin-bottom: 100px;
}
.price__item h2 {
    font-weight: 800;
    font-size: 35px;
    padding-left: 60px;
    position: relative;
    margin-bottom: 40px;
    border-bottom: var(--c-base) 1px solid;
    padding-bottom: 10px;
    padding-top: 10px;
}
.price__item h2:before {
    font-weight: 800;
    font-size: 35px;
    background-image: url("../images/icon_ttl.svg");
    background-repeat: no-repeat;
    background-position: left center;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-size: cover;
}
.price__item-blk:not(:last-child) {
    margin-bottom: 40px;
} 

.price__item-blk h3 {
    font-weight: 800;
    font-size: 23px;
    margin-bottom: 15px;
}

.price__item-blk table {
    font-size: 17px;
    font-weight: 700;
    border-top: var(--c-base) 1px solid;
    border-left: var(--c-base) 1px solid;
}
.price__item-blk table th {
    padding: 5px;
    background-color: var(--c-red);
    color: #fff;
    font-weight: 700;
    border-bottom: var(--c-base) 1px solid;
    border-right: var(--c-base) 1px solid;
    text-align: center;
}
.price__item-blk table td {
    background-color: #fff;
    padding: 5px;
    border-bottom: var(--c-base) 1px solid;
    border-right: var(--c-base) 1px solid;
    text-align: center;
    width: 40%;
    box-sizing: border-box;
}
.price__item-blk table td span {
    font-weight: 700;
    font-size: 120%;
}
.price__item-blk table tbody th {
    width: 20%;
}
.price__item-comparison {
    background-color: #fff;
    table-layout: fixed;
    font-weight: 700;
    font-size: 17px;
    border-top: var(--c-base) 1px solid;
    border-left: var(--c-base) 1px solid;
	line-height: 1.8;
}
.price__item-comparison .txt {
	font-size: 90%;
	font-weight: 500;
}
.price__item-comparison th {
    padding: 5px;
    border-bottom: var(--c-base) 1px solid;
    border-right: var(--c-base) 1px solid;
    background-color: var(--c-red);
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.price__item-comparison th.black {
	background-color: var(--c-base);
}
.price__item-comparison th.pickup {
    background-color: #76b7c5 !important;
}
.price__item-comparison tbody th {
    text-align: left;
    padding-left: 15px;
}
.price__item-comparison td {
    padding: 5px;
    border-bottom: var(--c-base) 1px solid;
    border-right: var(--c-base) 1px solid;
    text-align: center;
    vertical-align: middle;
}
.price__item-comparison td.pickup-line {
    background-color: #D4E8EC;
}
.price__item-comparison th.blue {
    background-color: #76b7c5 !important;
}
.price__item-comparison th.white {
    background-color: #fff;
    color: var(--c-base);
    padding-left: 25px;
}
.price__item-comparison th.black {
    background-color: var(--c-base);
    color: #fff;
    padding-left: 25px;
}
.price__item-comparison th.line {
    border-bottom-color: #fff;
}
.price__item-comparison td img {
    width: 30px;
    margin: auto;
    vertical-align: middle;
}
.price__item-comparison td .check {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.price__item-comparison td.sub {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7;
}
.price__item-sp-txt {
        display: none;
    }

@media screen and (max-width:980px){
html {
    font-size: calc(100vw / 37.5);
  }
body {
    font-size: 1.4rem;
    line-height: 1.9;
}
.home .header__sp-comment {
    display: block;
    color: var(--c-red);
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    font-weight: 800;
    margin-bottom: 2rem;
    font-size: 1.7rem;
}
.terms__item {
  padding: 3rem 2rem;
}
.terms__item-num01 > li {
  padding-left: 2rem;
}
.terms__item-num01 > li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.terms__item h2 {
  font-size: 1.8rem;
  margin-bottom: 1.4rem;
}
.terms__item:not(:last-child) {
  margin-bottom: 2rem;
}
.terms__item-num02 > li {
  padding-left: 2rem;
}
.terms__item-num02 > li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.header__site-id img {
  width: 12rem;
}
.header {
    z-index: 4;
    padding-top: 2rem;
}
.header__pc-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    left: 5%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
    padding-top: 8rem;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(101%);
}
.header__pc-nav.active {
    transform: translateX(0%);
}
.header__pc-nav ul {
  display: block;
  height: auto;
    text-align: center;

  padding-left: 0px;
  padding-right: 0px;
}
.header__pc-nav li a.contact {
  height: 5rem;
  border-radius: 4rem;
  width: auto;
    max-width: 28rem;
    margin: auto;
}
    .header__pc-nav li:not(:last-child) {
        margin-bottom: 1rem;
    }
    .header__pc-nav li:last-child {
        margin-top: 3rem;
    }
.header__pc-nav li a {
  font-size: 1.9rem;
}
.header__pc-nav li a.blank {
  background-size: 1.5rem;
  padding-right: 2.5rem;
}
.header__pc-nav li a.contact span {
  background-size: 1.5rem;
  padding-right: 2.5rem;
}
.home__ttl {
  font-size: 7vw;
  margin-bottom: 6rem;
}

.home__ttl::before {
  font-size: 1.7rem;
  margin-bottom: 0.1rem;
}
.home__ttl::after {
  width: 8rem;
  height: 8rem;
  margin-left: -4rem;
  top: 0rem;
}
.header__site-id {
  margin-bottom: 7rem;
}
main {
  padding-top: 0px;
}
 main::before {
    height: 23rem;
    top: -8rem;
    background-size: max(100%, 55rem) 100%;
  }
.footer__bnr {
  padding-top: 6rem;
  padding-bottom: 5rem;
  margin-top: -5rem;
} 
.footer__bnr ul {
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
  gap: 2rem;
  margin-bottom: 3rem;
}
.footer__bottom {
  padding-top: 4rem;
  padding-bottom: 13rem;
}
.footer__bottom-link {
  margin-bottom: 5rem;
    display: block;
}
.footer__bottom figure img {
  width: 13rem;
}
.footer__bottom figure a {
  font-size: 1.2rem;
  padding: 0.5rem 1.5rem;
  border-radius: 4rem;
  margin-top: 2rem;
}
.footer__bottom-sns {
  gap: 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.footer__bottom-sns li img {
  width: 4rem;
}
.footer__bottom-copyright {
  font-size: 1.1rem;
}
.footer__bottom-link li a {
  background-size: 1rem;
  padding-right: 2rem;
}
.price__item h2 {
  font-size: 2rem;
  padding-left: 4.5rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.price__item h2::before {
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
}
.price__item-blk h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.price__item-blk:not(:last-child) {
  margin-bottom: 3rem;
}
.price__item .caution {
  font-size: 1.3rem;
}
.price__item:not(:last-child) {
  margin-bottom: 4rem;
}
.price__item-blk table {
  font-size: 1.4rem;
    line-height: 1.7;
}
.price__item-blk table tbody th {
  width: 30%;
}
.price__item-blk table td {
  padding: 0.4rem;
  width: 35%;
}
.price__item-blk table th {
  padding: 0.4rem;
}
.price__item-comparison {
  font-size: 1.4rem;
    line-height: 1.7;
    white-space: nowrap;
    table-layout: inherit;
}
.price__item-comparison th {
  padding: 0.4rem 1rem;
}
.price__item-comparison td {
  padding: 0.4rem 1rem;
}
.price__item-comparison th.white {
  padding-left: 1.5rem;
}
.price__item-comparison thead th.pos {

}
.price__item-comparison tbody th {
  padding-left: 1rem;
    background-color: #fff;
}
    .price__item-scroll {
        overflow: auto;
    }
.price__item-comparison td img {
  width: 2rem;
}
.price__item-comparison td.sub {
  font-size: 1.2rem;
}
    .price__item-sp-txt {
        text-align: center;
        margin-bottom: 2rem;
        display: block;
    }
    
br.sp-only {
    display: inherit;
}
br.sp-none {
    display: none;
}
    .header__sp-btn {
        display: flex;
    }
.home .header__site-id img {
  width: 26rem;
}
.home__feature {
  padding-bottom: 14rem;
    padding-top: 6rem;
}
.home__feature-flex {
  display: block;
}
.home__feature-item {
  padding: 3rem;
  width: auto;
}
    .home__feature-item:not(:last-child) {
        margin-bottom: 2rem;
    }
.home__feature-item h3 {
  font-size: 2.1rem;
  margin-bottom: 1.5rem;
}
.home__feature-item-img img {
  width: 9rem;
}
.home__feature-item-img {
  margin-bottom: 2rem;
}
.header__txt {
  font-size: 1.6rem;
  margin-bottom: 0rem;
}
.header__txt span {
  font-size: 2rem;
  margin-bottom: 1rem;
    line-height: 1.6;
}
.home .header__site-id {
  margin-bottom: 5rem;
}
.home__feature::before {
    height: 23rem;
    top: -10rem;
    background-size: max(100%, 55rem) 100%;
  }
.home .header {
    padding-top: 7rem;
  }
    
.home__movie-flex {
  display: block;
}
.home__movie-left {
  width: 100%;
}
.home__movie-left span {
  width: 6rem;
  margin-left: -3rem;
  margin-top: -2.1rem;
}
.home__movie-right {
  padding: 3rem 2rem;
}
.home__movie-right dt {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.home__movie-right dd img {
  width: 18rem;
}
.home__movie {
  padding-top: 6rem;
  margin-top: -8rem;
}
.home__case {
  padding-top: 8rem;
  padding-bottom: 12rem;
}
.home__case::before {
    height: 23rem;
    top: -11rem;
    background-size: max(100%, 55rem) 100%;
  }
.home__case-flex {
  display:block;
}
.home__case-item {
  width: auto;
  padding: 3rem;
}
    .home__case-item:not(:last-child) {
        margin-bottom: 2rem;
    }
.home__case-item h3 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.home__case-img {
  width: 8rem;
  margin-bottom: 3rem;
}
.home__case-link {
  margin-top: 5rem;
}
.home__case-link a {
  height: 6rem;
  border-radius: 3rem;
  margin-top: 2.5rem;
  background-size: 1.4rem;
  background-position: right 2rem center;
    font-size: 1.6rem;
}
    .header__comment-sp {
        color: var(--c-red);
        font-weight: 700;
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;
        font-size: 1.7rem;
        line-height: 1.8;
        margin-bottom: 3rem;
        
    }
.loading img {
    width: 20rem;
}
.home__case-link dt {
	margin-top: 2rem;
}
.footer__fix {
  right: 1.5rem;
  bottom: 1.5rem;
  width: 11rem;
  z-index: 3;
}
}


































