@charset "UTF-8";
article {
font-family: "Zen Maru Gothic", sans-serif;
font-size: 1.6rem;
letter-spacing: 0.04em;
}
.sp,
.sp-line-break,
.sp-sabo {
display: none;
}
a:hover {
opacity: 1;
text-decoration: none;
}

p {
transition: 0.3s ease-in-out;
}
body img {
width: inherit;
}

.nowrap {
white-space: nowrap;
}

.bold {
font-weight: bold;
}


.backto-top {
position: fixed;
right: 1.5rem;
bottom: 4rem;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background-color: #333;
z-index: 1000;
}
.backto-top a {
position: relative;
width: 5rem;
height: 5rem;
display: flex;
align-items: center;
justify-content: center;
}

.backto-top a:before {
position: absolute;
top: 2rem;
content: "";
z-index: 999;
width: 1.1rem;
height: 1.1rem;
border: 0.2rem #fff solid;
border-color: #fff #fff transparent transparent;
transform: rotate(-45deg);
}

.main-title-block {
margin: 0 auto;
overflow: hidden;
background-color: #ffa5b4;
color: #333333;
}

/* top-txt */
.top-txt {
margin: 2.5rem 0 4.5rem;
position: relative;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.top-txt p:nth-child(1) {
line-height: 2em;
}

.top-txt p:nth-child(2) {
    margin-top: 4rem;
    line-height: 2em;
}

.back-img01 {
position: absolute;
right: -5rem;
bottom: -9rem;
width: 14rem;
}

.back-img01 img {
width: 100%;
aspect-ratio: 179 / 154;
}

.yellow-back {
background-color: #ffff00;
}

/* <!-- top-menu --> */
.top-menu {
position: relative;
}

.top-menu .menu-title {
font-size: 1.5em;
margin-bottom: 4rem;
text-align: center;
}

.back-img02 {
position: absolute;
left: 0;
top: 0;
width: 20rem;
z-index: 0;
}

.back-img02 img {
width: 100%;
aspect-ratio: 223 / 203;
}

.menu-list01 {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 4rem;
gap: 1.5rem;
z-index: 2;
position: relative;
}

.menu-list02 {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 1.5rem;
position: relative;
z-index: 1;
}

.menu-list01 li {
background-color: #001d81;
border-radius: 6rem;
display: block;
max-width: 29rem;
width: 100%;
border: 0.5rem solid #ffffff;
}

.menu-list02 li {
background-color: #ffffff;
border-radius: 6rem;
display: block;
width: calc(33.33333333333333333333% - 3rem);
text-align: center;
border: 0.5rem solid #001d81;
}

.menu-list01 li a {
display: flex;
justify-content: center;
align-items: center;
position: relative;
padding: 3.2rem 0px;
background: url(../img/color-faq/arrow.svg) no-repeat 95% center;
background-size: 1rem;
color: #ffffff;
letter-spacing: 0.04em;
}

.menu-list01 li a span {
color: #ffff00;
}

.menu-list02 li a {
color: #001d81;
min-height: 7.8rem;
display: flex;
justify-content: center;
align-items: center;
position: relative;
padding: 1.2rem 0px;
background: url(../img/color-faq/arrow02.svg) no-repeat 95% center;
background-size: 1rem;
line-height: 1.4;
}

section.popular-section {
margin-top: 4rem;
text-align: center;
position: relative;
z-index: 2;
overflow: hidden;
}

.popular-color-title {
font-size: 3.75em;
margin: 1.125rem 0rem 2.5rem;
color: #001d81;
}

.back-img03 {
position: absolute;
right: -1rem;
top: 0;
width: 19rem;
z-index: -1;
}

.back-img03 img {
width: 100%;
aspect-ratio: 179 / 154;
}

.popular-txt-100 {
color: #ffffff;
font-size: 1.5em;
margin-bottom: 1.5rem;
position: relative;
display: inline-block;
}

.popular-txt-100::before {
position: absolute;
bottom: 0;
width: 0.3rem;
height: 2.5rem;
background-color: #ffffff;
content: "";
left: -3rem;
transform: rotate(-30deg);
border-radius: 2rem;
}

.popular-txt-100::after {
position: absolute;
bottom: 0;
width: 0.3rem;
height: 2.5rem;
background-color: #ffffff;
content: "";
right: -3rem;
transform: rotate(30deg);
border-radius: 2rem;
}

.popular-txt-100 span {
font-size: 2em;
}

.point-txt {
font-size: 2em;
margin-bottom: 3.25rem;
}

.questionnaire-block {
display: flex;
justify-content: center;
align-items: center;
gap: 4.4rem;
margin: 2.5rem 1rem;
}

.back-img-sp01,
.back-img-sp02,
.back-img-sp03,
.back-img-sp04,
.back-img-sp05 {
display:none;
}

.questionnaire {
text-align: left;
width: 54%;
}

.questionnaire p:nth-child(1) {
font-size: 1.2em;
margin-bottom: 0.75rem;
background-color: #001d81;
color: #ffffff;
padding: 1.5rem 2rem;
border-radius: 5rem;
text-align: center;
display: inline-block;
}

.questionnaire p:nth-child(2) {
font-size: 2.5em;
line-height: 1.5em;
}

.quality-txt {
font-size: 2em;
margin-bottom: 2rem;
}

.item-box01 {
display: flex;
justify-content: center;
font-family: "Noto Sans JP", sans-serif;
font-weight: 500;
align-items: stretch;
position: relative;
z-index: 4;
}

.back-img04 {
position: absolute;
left: -7rem;
top: 0rem;
width: 16rem;
z-index: 0;
}

.back-img04 img {
width: 100%;
aspect-ratio: 223/ 203;
}

.item-contents {
margin: 0 0.5em;
padding: 2rem 1.5rem;
background-color: #ffffff;
border-radius: 1rem;
}

.item-contents01 {
margin-bottom: 1em;
width: calc(33.3333333333% - 2rem);
}

.item-contents02 {
text-align: center;
width: calc(33.3333333333% - 2rem);
}

.item-contents02 img,
.item-contents img {
width: 100%;
}

.item-contents03 {
flex: 1;
}

.item-contents .item-detail img {
width: 100%;
border-radius: 1rem;
}

.item-detail {
position: relative;
}

.item-detail p {
background-color: #333333;
color: #ffffff;
padding: 0.5rem;
position: absolute;
bottom: 0.6rem;
right: 0.6rem;
border-radius: 5rem;
font-size: 0.75em;
}

.item-name {
margin-bottom: 0.5rem;
font-size: 0.875em;
}

.item-name02 {
height: 6rem;
display: flex;
align-items: center;
justify-content: center;
border-bottom: #cccccc solid 0.1rem;
margin-bottom: 0.5rem;
font-size: 0.75em;
}

.item-txt {
height: 7rem;
display: flex;
align-items: flex-start;
justify-content: center;
line-height: 1.6;
color: #001d81;
margin-top: 1rem;
margin-bottom: 3.3rem;
font-size: 0.875em;
line-height: 1.6;
}

.item-txt-no-margin {
margin-bottom: 1rem;
}

.item-btn {
width: 100%;
cursor: pointer;
color: #ffffff;
position: relative;
background: url(../img/color-faq/arrow03.svg) no-repeat 95% center;
background-size: 1rem;
background-color: #001d81;
padding: 2.4rem 0.6rem;
margin-bottom: 1.5rem;
border-radius: 5rem;
display: flex;
justify-content: center;
align-items: center;
}

.item-btn01 {
position: relative;
display: flex;
justify-content: center;
align-items: center;
color: #FFFFFF !important;
}

.item-btn01 img,
.item-link-block img {
position: absolute;
max-width: 6rem;
top: -4rem;
left: 0;
}

.item-btn02 {
text-align: center;
}

.btn-box {
margin-top: 0.5rem;
}

.btn-box a {
position: relative;
text-decoration: underline;
font-size: 0.9em;
color: #001d81;
}

/* section2 */
section.process-section {
padding-top: 4rem;
text-align: center;
background-color: #f794a2;
position: relative;
z-index: 2;
overflow: hidden;
}

.back-img07 {
position: absolute;
right: -4rem;
top: 8rem;
width: 19rem;
z-index: 0;
}

.back-img07 img {
width: 100%;
aspect-ratio: 179 / 154;
}

.popular-item {
position: relative;
z-index: 2;
}

.back-img08 {
position: absolute;
left: -4rem;
top: -7rem;
width: 14rem;
z-index: 0;
}

.back-img08 img {
width: 100%;
aspect-ratio: 193 / 174;
}

.item-box02,
.item-box03,
.item-box04 {
display: flex;
justify-content: center;
align-items: flex-start;
font-family: "Noto Sans JP", sans-serif;
font-weight: 500;
align-items: stretch;
margin-bottom: 4rem;
position: relative;
z-index: 2;
}

.item-box04 {
padding-top: 1.25rem;
}

.item-box03 {
flex-wrap: wrap;
}

.icommit {
padding-bottom: 4rem;
}

.back-img05 {
position: absolute;
right: -3.5rem;
top: -8rem;
width: 16rem;
z-index: 0;
}

.back-img05 img {
width: 100%;
aspect-ratio: 232 / 203;
}

.back-img06 {
position: absolute;
left: -10rem;
bottom: 3rem;
width: 26rem;
z-index: -1;
}

.back-img06 img {
width: 100%;
aspect-ratio: 232 / 203;
}




.item-box01 p,
.item-box02 p,
.item-box03 p,
.item-box04 p,
.item-box05 p,
.item-btn,
.btn-box a {
  font-weight: 500;
}

.item-btn03 {
color: #ffffff;
position: relative;
background-color: #6c6c6c;
padding: 2.4rem 0.6rem;
width: 100%;
border-radius: 5rem;
display: flex;
justify-content: center;
align-items: center;
}

/* section3 */
.damage-section {
padding-top: 4rem;
text-align: center;
position: relative;
z-index: 2;
overflow: hidden;
}

.back-img09 {
position: absolute;
right: -1rem;
top: 3rem;
width: 19rem;
z-index: -1;
}

.back-img09 img {
width: 100%;
aspect-ratio: 179 / 154;
}

.damage-txt {
font-size: 1.1em;
display: inline-block;
background-image: url(../img/color-faq/wave-line.svg);
background-repeat: repeat-x;
background-position: bottom;
padding-bottom: 0.7rem;
color: #001d81;
}

.damage-faq {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
margin-bottom: 1.25rem;
z-index: 3;
}

.back-img13 {
position: absolute;
right: -9rem;
top: -3rem;
width: 20rem;
z-index: 0;
}

.back-img13 img {
width: 100%;
aspect-ratio: 272 / 206;
}

.back-img14 {
position: absolute;
left: -6rem;
bottom: 11rem;
width: 20rem;
z-index: 0;
}

.back-img14 img {
width: 100%;
aspect-ratio: 223/ 203;
}

.faq-item {
position: relative;
}

.faq-item.left {
z-index: 2;
margin-left: -28rem;
margin-bottom: -3rem;
}

.faq-item.right {
z-index: 1;
margin-right: -28rem;
margin-top: -4rem;
}

.faq-img {
height: auto;
display: block;
}



.back-img10 {
position: absolute;
left: -4.5rem;
top: -2rem;
width: 17rem;
z-index: 0;
}

.back-img10 img {
width: 100%;
aspect-ratio: 223 / 203;
}

.back-img11 {
position: absolute;
right: -3rem;
bottom: -6rem;
width: 16rem;
z-index: -1;
}

.back-img11 img {
width: 100%;
aspect-ratio: 232 / 203;
}

.back-img12 {
position: absolute;
left: -9rem;
bottom: 7rem;
width: 24rem;
z-index: -1;
}

.back-img12 img {
width: 100%;
aspect-ratio: 293 / 235;
}

/* section4 */
.control-section {
padding-top: 4rem;
text-align: center;
background-color: #f794a2;
position: relative;
z-index: 2;
overflow: hidden;
}

.back-img15 {
position: absolute;
top: 3rem;
right: -2rem;
width: 17rem;
z-index: -1;
}

.back-img15 img {
width: 100%;
aspect-ratio: 179/ 154;
}

.back-img16 {
position: absolute;
bottom: 1rem;
left: -6rem;
width: 16rem;
z-index: 0;
}

.back-img16 img {
width: 100%;
aspect-ratio: 179/ 154;
}

.back-img17 {
position: absolute;
top: -3rem;
right: -3.5rem;
width: 15rem;
z-index: 0;
}

.back-img17 img {
width: 100%;
aspect-ratio: 232 / 203;
}

.back-img18 {
position: absolute;
top: -9rem;
left: -10.5rem;
width: 23rem;
z-index: 0;
}

.back-img18 img {
width: 100%;
aspect-ratio: 293 / 235;
}

.back-img19 {
position: absolute;
bottom: 8rem;
right: -6rem;
width: 18rem;
z-index: 0;
}

.back-img19 img {
width: 100%;
aspect-ratio: 179 / 154;
}

.rubel {
display: flex;
flex-direction: column;
width: calc(33.33333333333333333333% - 2rem);
text-align: center;
align-items: center;
}

.rubel-txt {
color: #001d81;
font-size: 1.1em;
margin-bottom: 1rem;
position: relative;
display: inline-block;
}

.rubel-txt::before {
position: absolute;
bottom: 0;
width: 0.3rem;
height: 2rem;
background-color: #001d81;
content: "";
left: -2rem;
transform: rotate(-30deg);
border-radius: 2rem;
}

.rubel-txt::after {
position: absolute;
bottom: 0;
width: 0.3rem;
height: 2rem;
background-color: #001d81;
content: "";
right: -2rem;
transform: rotate(30deg);
border-radius: 2rem;
}

.item-box05 {
display: flex;
justify-content: center;
font-family: "Noto Sans JP", sans-serif;
font-weight: 500;
align-items: stretch;
flex-wrap: wrap;
padding-bottom: 5.6rem;
position: relative;
z-index: 2;
}

/* section5 */
.generation-section {
padding-top: 4rem;
text-align: center;
position: relative;
z-index: 2;
overflow: hidden;
}

.back-img20 {
position: absolute;
top: 15rem;
right: -5rem;
width: 18rem;
z-index: 0;
transform: scaleX(-1);
}

.back-img20 img {
width: 100%;
aspect-ratio: 179 / 154;
}

.back-img21 {
position: absolute;
top: 2rem;
left: -3.5rem;
width: 16rem;
z-index: 0;
transform: scaleX(-1);
}

.back-img21 img {
width: 100%;
aspect-ratio: 232 / 203;
}

.back-img22 {
position: absolute;
top: -4rem;
right: -5.5rem;
width: 20rem;
z-index: 0;
transform: scaleX(-1);
}

.back-img22 img {
width: 100%;
aspect-ratio: 293 / 235;
}

.back-img23 {
position: absolute;
top: -2rem;
left: -5rem;
width: 17rem;
z-index: 0;
transform: scaleX(-1);
}

.back-img23 img {
width: 100%;
aspect-ratio: 179 / 154;
}

.back-img24 {
position: absolute;
bottom: -2rem;
right: -5.5rem;
width: 18rem;
z-index: 0;
transform: scaleX(-1);
}

.back-img24 img {
width: 100%;
aspect-ratio: 179 / 154;
}

/* MODAL WINDOW */

.modal-body.coupon-modal {
width: 90%;
max-width: 70rem;
max-height: 80vh;
padding: 1.5rem 1rem 1rem;
overflow-y: inherit;
border: none;
border-radius: 0.5em;
background: #fff;
}

.modal-body .rental li {
text-align: left;
}
.coupon-modal .coupon-inner {
position: relative;
padding: 1rem;
width: 100%;
height: calc(100% - 2em);
max-height: calc(80vh - 2em);
overflow-y: scroll;
}

.coupon-modal .coupon-inner.rental {
overflow-y: hidden;
}

.coupon-modal .coupon-inner .coupon-title {
position: relative;
margin: 0 auto;
padding: 0.5em 0;
display: block;
font-size: 1.8rem;
font-weight: 600;
line-height: 1.4;
text-align: center;
}

.coupon-modal .coupon-inner .use-title {
position: relative;
margin: 0 auto;
padding: 0.5em 0;
display: block;
background-color: #eff5f7;

font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
}

.coupon-modal .coupon-inner .use-sub-title {
position: relative;
margin: 0 auto;
padding: 1em 0;
display: block;
font-size: 1.6rem;
font-weight: 600;
line-height: 1.4;
text-align: center;
}

.coupon-modal .coupon-inner .use-sub-title.rental {
text-align: left;
font-weight: normal;
}

.coupon-modal .coupon-inner .coupon-off {
position: relative;
margin: 0.5em auto 1em;
padding: 0 1em;
display: inline-block;

font-size: 2rem;
font-weight: bold;
line-height: 1.4;
}

.coupon-modal .coupon-inner .coupon-off br {
display: none;
}
.coupon-modal .coupon-inner .coupon-off:before,
.coupon-modal .coupon-inner .coupon-off:after {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
padding: 0;
width: 0.1rem;
height: 100%;
display: block;
background-color: #999;
content: "";
}

.coupon-modal .coupon-inner .coupon-off:before {
left: 0.5rem;
transform: rotate(-35deg);
}
.coupon-modal .coupon-inner .coupon-off:after {
right: 0.5rem;
transform: rotate(35deg);
}

.coupon-modal .coupon-inner .coupon-off span {
position: relative;
margin: 0 auto;
padding: 0 0 0 5.8rem;
display: block;
font-weight: bold;
}
.coupon-modal .coupon-inner .coupon-off span:after {
position: absolute;
top: 0;
left: 0;
bottom: 0;
margin: auto;
padding: 0;
width: 4.8rem;
height: 3.1rem;
display: block;
background: url(/store/img/oshi-1/icon_off_gold.svg) no-repeat;
background-size: contain;
content: "";
}

.coupon-modal .coupon-code {
position: relative;
margin: 0.2rem 0;
padding: 0;
width: 100%;
display: block;
border-radius: 0.4rem;
background-color: #fff;
}

.coupon-code .code {
position: relative;
margin: auto;
padding: 0;
width: 100%;
max-width: 48rem;
display: flex;
align-items: center;
justify-content: space-between;
}

.coupon-code-no {
position: relative;
margin: 0;
padding: 0;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}

.coupon-code-no span {
margin: 0;
padding: 0.5em 0 0;
display: block;
color: #666;
font-size: 1.4rem;
line-height: 1.4;
}

.coupon-code .code input {
position: relative;
margin: 0;
padding: 0.3em;
width: 100%;
min-width: inherit;
display: block;
border: 0.1rem solid #999;
font-size: 2rem;
line-height: 1.4;
text-align: left;
}

.coupon-code .code button {
position: relative;
margin: 0 0 0 1em;
padding: 0 0.5em;
width: 10rem;
height: 4.2rem;
display: flex;
align-items: center;
justify-content: center;
border: none;
border-radius: 0.4rem;
font-size: 1.4rem;
}

.coupon-code .code button:before {
position: absolute;
background: none;
content: "";
}

.coupon-code dl {
position: relative;
margin: auto;
padding: 1.5em 0 0.5em;
width: 100%;
max-width: 48rem;
display: flex;
align-items: flex-start;
justify-content: center;

flex-wrap: wrap;
font-size: 1.4rem;
line-height: 1.5;
}

.coupon-code dl dt {
position: relative;
margin: 0;
padding: 0.25em 0;
width: 10em;
display: flex;
font-weight: bold;
}

.coupon-code dl dd {
position: relative;
margin: 0;
padding: 0.25em 0 0.25em 1em;
width: calc(100% - 10em);
text-align: left;
}

.coupon-modal .use-coupon {
position: relative;
margin: 2em 0 0;
padding: 0;
width: 100%;
display: block;
}

.coupon-notice-list {
position: relative;
margin: 1em 0 0;
padding: 0;
width: 100%;
display: flex;
align-items: flex-start;
justify-content: space-between;

font-size: 1.2rem;
line-height: 1.6;
text-align: left;
}

.coupon-notice-list li {
position: relative;
margin: 0;
padding: 0.3rem 0 0 3rem;
width: calc(33.3333333333333333333333333333333333333% - 1em);
display: block;
}

.coupon-notice-list li:before {
position: absolute;
top: 0.1rem;
left: 0.6rem;
margin: 0;
display: block;
font-size: 1.5rem;
}

.coupon-notice-list li:nth-child(1):before {
content: "1";
}
.coupon-notice-list li:nth-child(2):before {
content: "2";
}
.coupon-notice-list li:nth-child(3):before {
content: "3";
}

.coupon-notice-list li:after {
position: absolute;
top: 0;
left: 0;
margin: 0;
display: block;
width: 2rem;
height: 2rem;
border: 0.1rem solid #021b54;
content: "";
}

.coupon-notice-list a {
position: relative;
padding: 0.1rem 1rem 0.1rem 0;
border-bottom: 0.1rem solid #021b54;
}

.coupon-notice-list a:before {
position: absolute;
bottom: 0.6em;
right: 0;
margin: auto;
padding: 0;
width: 0.4rem;
height: 0.4rem;
border-top: 0.1rem solid #021b54;
border-right: 0.1rem solid #021b54;
transform: rotate(45deg);
content: "";
}

.coupon-modal .coupon-close {
position: absolute;
top: -1.8rem;
right: -1.8rem;
padding: 0;
width: 4.8rem;
height: 4.8rem;
display: block;
overflow: hidden;
border-radius: 50%;
border: 0.5rem solid #f1f1f2;
background: url(/store/common/img/icon_howto_close.svg) center center
no-repeat #d9d9d9;
background-size: 50%;
line-height: 300;
z-index: 100;
cursor: pointer;
}

.coupon-modal .use-image {
position: relative;
margin: 2.5em auto 0;
width: 100%;
display: block;
border: 0.1rem solid #ccc;
}

.coupon-modal .use-image p {
position: relative;
margin: -2em 0 0;

font-size: 1.4rem;
line-height: 1.6;
text-align: left;
}

.coupon-modal .use-image img {
margin: 1em auto;
width: 90%;
max-width: 48rem;
display: block;
}

.coupon-modal .login-button {
clear: both;
position: relative;
margin: 0;
padding: 2em 0 0;
width: 100%;
display: flex;
justify-content: center;
}
.coupon-modal .login-button {
padding: 1em 0 0;
}

.coupon-modal .login-button a {
clear: both;
position: relative;
margin: 0;
padding: 1em !important;
width: 90%;
max-width: 28rem;
display: block;
border-radius: 100vh;
background: url(../img/color-faq/arrow03.svg) no-repeat 95% center;
background-size: 1rem;
color: #fff;
background-color: #001d81;
}

.coupon-modal .login-button a:hover {
text-decoration: none;
}


/* Media Query */

@media screen and (max-width: 1062px){

.none-sabo {
display: none;
}
 }
@media screen and (max-width: 1024px) {

.faq-item.left,
.faq-item.right {
margin: 0;
}

.main-title-block section {
padding: 4rem 2rem;
}

.main-title-block .top-block {
padding-top: 0;
}

.item-box01 {
gap: 1em;
margin-bottom: 1em;
}

.item-contents {
margin: 0;
padding: 2rem 1rem;
position: relative;
z-index: 4;
}

.item-contents01,
.item-contents02 {
width: 100%;
}

.item-box02,
.item-box04 {
gap: 1em;
}


.item-box04 {
margin-bottom: 1em;
}

.item-box05 {
gap: 1em;

}

.item-box03 {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1em;
}

.rubel {
width: 47.5%;
margin-bottom: 1rem;
}

.icommit {
width: 48%;
margin: auto;
}


}

@media screen and (max-width: 940px) {
.sp-line-break{
  display: block;
}

.none-line-break {
display: none;
}

.item-btn,
.item-btn03 {
padding: 1.5rem 0.6rem;
min-height: 5.8rem;
}

}

@media screen and (max-width: 767px) {


section.popular-section {
margin: 0;
}

.menu-list02 {
width: 100%;
}

.menu-list02 li {
width: 47.5%;
border: 0.3rem solid #001d81;
}

.menu-list02 li a {
min-height: 7rem;
padding: 1rem;
}

.questionnaire-block {
flex-direction: column;
margin: 2.5rem 0rem;
}


.questionnaire {
width: 100%;
text-align: unset;
}









.back-img01 {
right: -3rem;
bottom: -8rem;
width: 11rem;
}

.back-img02{
left: -6rem;
bottom: 2rem;
width: 12rem;
top: unset;
}

.back-img03{
right: -5rem;
top: 6rem;
width: 11rem;
}


.back-img04{
left: -7rem;
top: -78rem;
width: 9rem;
}

.back-img05{
right: -5.5rem;
top: -107rem;
width: 10rem;
}

.back-img07 {
right: -4rem;
top: 7rem;
width: 11rem;
}

.back-img-sp01 {
display: block;
position: absolute;
top: 34rem;
left: -5rem;
width: 11rem;
}

.back-img08 {
top: -34rem;
width: 10rem;
right: -5rem;
left: unset;
}

.back-img-sp02 {
display: block;
position: absolute;
top: 2rem;
left: -6rem;
width: 10rem;
}

.back-img09 {
left: -4rem;
top: 1rem;
width: 11rem;
transform: scaleX(-1);
}

.back-img10 {
right: -6rem;
top: -44rem;
width: 12rem;
left: unset;
transform: scaleX(-1);
}


.back-img12 {
right: -5rem;
bottom: -9rem;
width: 13rem;
transform: scaleX(-1);
}

.back-img06,
.back-img11,
.back-img13,
.back-img14,
.back-img16,
.back-img22 {
display: none;
}

.back-img15 {
top: 1rem;
right: -3rem;
width: 10rem;
}

.back-img17 {
top: -52rem;
right: -7.5rem;
width: 11rem;
}

.back-img18 {
top: -72rem;
left: -5.5rem;
width: 14rem;
}

.back-img19 {
top: -50rem;
right: -5rem;
width: 11rem;
}

.back-img-sp03 {
display: block;
position: absolute;
top: 2rem;
width: 11rem;
left: -4rem;
transform: scaleX(-1);
}

.back-img20 {
top: 15rem;
right: -4rem;
width: 12rem;
}
.back-img21 {
top: -8rem;
left: -6.5rem;
width: 9rem;
}

.back-img-sp04 {
display: block;
position: absolute;
top: -4rem;
right: -6rem;
width: 11rem;
transform: scaleX(-1);
}

.back-img-sp05 {
display: block;
position: absolute;
top: -7rem;
left: -16rem;
width: 14rem;
}

.back-img23 {
transform: none;
right: -16rem;
width: 12rem;
left: unset;
top: 13rem;
}

.back-img24 {
transform: none;
bottom: -2rem;
left: -16rem;
width: 12rem;
right: unset;
}

.sp-line-break{
  display: none;
}

.none-line-break {
display: block;
}

.sp-sabo {
    display: none;
}

}

@media screen and (max-width:425px) {

.top-txt p {
width: 80%;
}

.top-menu .menu-title {
font-size: 1.3em;
}

.menu-list01 {
/* margin: 0 2rem 4rem 2rem; */
}

.menu-list01 li {
border: 0.3rem solid #ffffff;
}

.menu-list01 li a {
padding: 2.2rem 0px;
}

.popular-color-title {
font-size: 2.3em;
margin: 1.1rem 0rem 4rem;
line-height: 1.2;
position: relative;
z-index: 4;
}

.damage-txt {
padding-bottom: 1.7rem;
}

.menu-list02 li a{
font-size: 1.4rem;
}

.point-txt {
display: inline-block;
font-size: 1.5em;
margin-bottom: 0;
letter-spacing: 0.1em;
line-height: 1.3em;
}

.questionnaire-block picture img {
margin: 0;
}


.questionnaire p:nth-child(1) {
font-size: 1em; 
}

.questionnaire p:nth-child(2) {
font-size: 2em;
}

.popular-txt-100 {
font-size: 1.2em;
letter-spacing: 0.2em;
line-height: 1.2em;
width: 63%;
margin-bottom: 2rem;
}

p.popular-txt-100::before,
p.popular-txt-100::after{
height: 5.5rem;
}

.popular-txt-100.second::before,
.popular-txt-100.second::after{
height: 2.5rem;

}
.faq-item.left,
.faq-item.right,
.faq-img {
width: 100%;
}

.quality-txt {
font-size: 1.4em;
letter-spacing: 0.1em;
line-height: 1.2em;
}

.item-name{
font-size: 0.75em;
}


.item-detail p {
font-size: 0.625em;
}

.item-txt{
margin-bottom: 1.3rem;
letter-spacing: -0.02em;
font-size: 0.75em;
}

.sp-sabo {
    display: block;
}

.none-sabo {
display: none;
}

.item-name02 {
font-size: 0.6em;
}
.item-btn,
.item-btn03 {

font-size: 0.875em;
margin-bottom: 1rem;

}

.item-btn01 img,
.item-link-block img {
max-width: 4rem;
top: -2rem;
}

.btn-box a {
font-size: 0.75em;
}

.rubel-txt {
font-size: 1em; 
}

.generation-section .item-box05 {
flex-wrap: nowrap;
}

.none-line-break {
display: none;
}

.sp {
  display: block;
}

.sp-line-break{
  display: block;
}

}

@media screen and (min-width: 768px), print {
.modal-body .rental li {
width: 100%;
text-align: left;
}
}

@media screen and (max-width: 640px) {
.coupon-modal .coupon-inner .coupon-title {
font-size: 2rem;
}
.coupon-modal .use-image img {
max-width: 42rem;
}

.coupon-modal .coupon-close {
position: absolute;
top: -1.8rem;
right: -1.8rem;
padding: 0;
width: 4.4rem;
height: 4.4rem;
display: block;
overflow: hidden;
border-radius: 50%;
border: 0.3rem solid #f1f1f2;
background: url(/store/common/img/icon_howto_close.svg) center center
no-repeat #d9d9d9;
background-size: 50%;
line-height: 300;
z-index: 100;
cursor: pointer;
}
} /* End 640 */

@media screen and (max-width: 580px) {
.coupon-notice-list {
padding: 0 0 1em;
display: block;
}

.coupon-notice-list li {
margin: 0 0 1em;
padding: 0.3rem 0 0 3rem;
width: 100%;
}
} /* End 580 */

@media screen and (max-width: 420px) {
.coupon-modal .coupon-inner .coupon-off br {
display: block;
}
.coupon-code dl {
display: block;
}
.coupon-code dl dt {
width: 100%;
}

.coupon-code dl dd {
padding: 0.25em 0 0.75em 1em;
width: 100%;
}
} /* End 420 */


