body {
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    background: #fff;
}
p {
    margin: 0;
    line-height:1.8;
}
main {
    overflow: hidden;
}
img {
    max-width: 100%;
}
ul,ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.pc {display: block;}
.sp {display: none;}

.wrapper {
    overflow: hidden;
}

header {
    background: #000;
    width: 100%;
    position: fixed;
    z-index: 100;
}

.header__inner {
    width: 1280px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__logo img.logo {
    width: 170px;
    margin-left: 20px;
}
.header__btns {
    display: flex;
    align-items: center;
    justify-content: center; 
}
.header__btns p a {
    height: 39px;   
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    transition: all 0.3s;
    font-size: 14px;
}
.btn__buy  {
    background: #fff;
    margin-right: 10px;
}
.btn__buy a {
    background: #000;
    padding: 6px 28px 7px;
}
.btn__buy a img {
    margin-right: 10px;
    width: 24px;
}

.btn__buy a:hover {
    opacity: 0.85;
}
.btn__contact {
    background: #fff;
}

.btn__contact a {
    background: #e50012;
    padding: 6px 18px 7px;    
}

.btn__contact a:hover {
    opacity: 0.8;
}
section.info {
    background: #dadbdf;
}
section.reccomend {
    color: #fff;
    background: rgb(218,219,223);
    background: linear-gradient(0deg, rgba(218,219,223,1) 0%, rgba(0,0,49,1) 100%);    
}
section.case {
    color: #fff;
    background: #000031;
}

section.others {
    color: #fff;
    background: #000031;    
}

section.about {
    background: #fff;
}

section.contact {
    background: #dadbdf;
}

.block {
    width: 1280px;
    margin: 0 auto;
    padding: 120px 0;
}

.block h2,
.block p.sub {
    text-align: center;
}
.block h2 {
    color: #000031;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 60px;
}

.block p.inner__text {
    width: 880px;
    margin: 0 auto;
    font-size: 18px;
}
.case .block p.inner__text {
    width: 820px;
    text-align: center;
}
.reccomend .block p.inner__text {
    width: 660px;
}

.others .block p.inner__text {
    width: 940px;
}

.info__camp {
    position: relative;
    padding: 110px 0 20px;
}

.btn_go-list {
    position: absolute;
    bottom: -30px;
    right: 130px;
    z-index: 1;
    background: #fff;
    border-radius: 100px;
     box-shadow : 2px 2px 4px rgba(0,0,0, 0.2);
}
.btn_go-list img {
    transition: 0.3s all;
}

.btn_go-list img:hover {
    opacity: 0.8;
}
 
.block.cv__area {
    background: #fff;
    padding: 60px 0;
}

.block.cv__area .block__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 730px;
    margin: 0 auto;
}
.cv__area__detail {
    width: 48%;
    text-align: center;
}
.block .cv__area__detail h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.cv__area__detail .btn a {
    position: relative;
    display: block;
    color: #fff;
    line-height: 1.2;
    text-decoration: none;
    background: rgb(0,0,50);

    background: linear-gradient(270deg, rgba(0,0,50,1) 0%, rgba(0,0,197,1) 50%
    , rgba(0,0,50,1) 100%);
    background-position: 1% 50%;
    padding: 20px 0;
    border-radius: 34px;
    font-size: 18px;
    transition: all .3s ease-out;
    background-size:200% auto;
    background-position:0 0%; 
}
.cv__area__detail .btn a:hover {
    opacity: 0.9;
    background-position: 99% 50%;
}
.cv__area__detail .btn a::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 25px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #fff;
    content: ''
}
.info__raytrek {
}

.info__raytrek h2 {
    margin-bottom: 50px;
}
.reccomend h2 {
    color: #fff;
    margin-bottom: 70px;
}
.reccomend .block h2.ttl-all-list {
    color: #000031;
}

.model {
    display: flex;
    justify-content: space-between;
}
.model .model-list {
    width: 30%;
    position: relative;
}
.model .model-list img {
    margin: 0 auto;
    margin-bottom: 60px;
}

.model .model-list h3 {
    position: relative;
    font-size: 24px;
    font-weight: bold;   
    line-height: 1.4;
    margin-bottom: 32px;
}
.model .model-list h3::after {
    content:"";
    position: absolute;
    bottom: -16px;
    left: 0;
    background: #e50012;
    width: 40px;
    height: 4px;
}

.model .model-list .pr_point {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.p-product-show-detail__spec-list {
    font-size: 15px;
    margin-bottom: 20px;
}

.p-product-show-detail__spec-list li {
    display: flex;
    margin-bottom: 5px;
}

.p-product-show-detail__spec-list span.label {
    width: 35%;
}

.p-product-show-detail__spec-list span.spec {
    width: 65%;
    word-wrap: break-word;
}

.p-product-show-detail__spec-list li.camp_memory {
    font-weight: bold;
}
.p-product-show-detail__spec-list li.camp_memory span.spec {
    font-size: 120%;
}
.model .model-list p.price {
    font-weight: 700;
    margin-bottom: 10px
}
.model .model-list p.price span {
    font-size: 26px;
    padding-right: 2px
}
.model-list a.link {
    position: absolute;
    bottom: -30px;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 40%;
    font-size: 16px;
    transition: .3s all;
}
.model-list a.link::before {
    position: absolute;
    top: calc(50% - 4px);
    right: 5px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #fff;
    content: '';
}
.model-list a.link::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    background: #fff;
    width: 100%;
    height: 1px;
}
.model-list a.link:hover {
    opacity: 0.8;
}


.case {
    text-align: center;
}

p.company-logo {
    margin-bottom: 15px;
}

p.company-logo img {
   margin: auto;
}

.case h2 {
    color: #fff;
}

.case h3 {
    font-size: 16px;
    margin-bottom: 60px;
    font-weight: normal;
}

.case p.inner__text {
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.case p.inner__text span.note {
    font-size: 80%;
    margin-bottom: 0;
}

.case p.inner__text.note {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
}

.lineup {
    width: 1040px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 60px;
}

.lineup .product {
    width: 48%;
}

.lineup .product img {
    margin: auto;
    margin-bottom: 20px;
}
.lineup .product h3.product__name {
    position: relative;
    font-size: 22px;
    font-weight: bold;   
    line-height: 1.4;
    margin-bottom: 32px;
    margin-left: 30px;
}
.lineup .product h3::after {
    content:"";
    position: absolute;
    bottom: -16px;
    left: 0;
    background: #e50012;
    width: 40px;
    height: 4px;
}
.lineup .product .date {
     font-size: 20px;
     margin-left: 30px;
}

.contact h2 {
}

.contact p.sub {
    width: 290px;
    margin: auto;
    position: relative;
    color: #e50012;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.contact p.sub.long {
    width: 320px;
}

.contact p.sub::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 15px;
    background: #e50012;
    width: 25px;
    height: 2px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

.contact p.sub::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 15px;
    background: #e50012;
    width: 25px;
    height: 2px;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.block__inner.cv__contact {
    display: flex;
    justify-content: space-between;
    width: 1040px;
    margin: 0 auto;
}

.cv__contact .cv__area__detail {
    background: #fff;
    border-radius: 14px;
    width: 48%;
    text-align: center;
    border: 4px solid #e50012;
    padding: 15px 0;
    margin-top: 60px;
    padding-bottom: 30px;
}
.cv__contact .cv__area__detail h2 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 30px;
    border-bottom:  4px solid #e50012;
    padding-bottom: 15px;
}

.cv__contact .cv__area__detail p.type {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.cv__contact .cv__area__detail p.type.mb {
    margin-top: 60px;
    margin-bottom: 74px;
}
.cv__contact .cv__area__detail p.tel {
    color: #e50012;
    font-weight: bold;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    margin-bottom: 10px;
}

.cv__contact .cv__area__detail p.tel img {
    margin-right: 10px;
}

.cv__contact .cv__area__detail p.open {
    display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: 1.2;
    padding: 2px 12px;
    border: 1px solid #333;
    margin-bottom: 5px;
}

.cv__contact .cv__area__detail p.time {
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
}

.cv__contact .cv__area__detail p.btn {
    width: 340px;
    margin: auto;
}

.cv__area__detail a.other-link {
    position: relative;
    color: #000031;
    text-decoration: none;
    text-align: left;
    display: inline-block;
    margin: 20px auto 20px;
    padding-right: 35px;
    font-size: 16px;
}
.cv__area__detail a.other-link::before {
    position: absolute;
    top: calc(50% - 4px);
    right: 5px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #000031;
    content: '';
}
.cv__area__detail a.other-link::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    background: #000031;
    width: 100%;
    height: 1px;
}
.others h2 {
    color: #fff;
}
.about__features {
    width: 880px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.about__features__detail {
    width: 48%;
    margin-bottom: 60px;
}
.about__features__detail:nth-last-child(-n+2) {
    margin-bottom: 0;
}
.about__features__detail h3 {
    color: #fff;
    background: #000031;
    line-height: 1;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-size: 16px;
}
.about__features__detail p {
    font-size: 16px;
    margin-top: 10px;
}
.contact .about__camp {
    width: 1040px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background: url(../img/img_bg_camp.webp) 0 0 no-repeat;
    background-size: cover;
    padding: 30px 0;
    font-size: 23px;
}
.contact .about__camp p.ttl.sp {
    display: none;
}

.contact .about__camp p.ttl span.sub {
    display: block;
    font-size: 23px;
    line-height: 1.4;
}
.contact .about__camp p.ttl {
    font-weight: 700;
    display: inline-block;
    border-bottom: 4px solid #fff;
    font-size: 27px;
    margin-bottom: 20px;
}

.contact .about__camp p.ttl strong {
    font-size: 140%;
}

.contact .about__camp p.txt {
    font-size: 18px;
    margin-bottom: 20px;
}
.link_go-list a {
    position: relative;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    padding-right: 35px;
    transition: .3s all;
}
.link_go-list a::before {
    position: absolute;
    top: calc(50% - 2px);
    right: 5px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #fff;
    content: '';
}
.link_go-list a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    background: #fff;
    width: 100%;
    height: 1px;
}
.link_go-list a:hover {
    opacity: 0.8;
}

footer {
    color: #fff;
    background: #000;
    padding: 20px;
}

footer p.copyright {
    text-align: center;
    font-size: 14px;
}

#pagetop {
    opacity: 0;
    position: fixed;
    bottom: 30px;
    right: 55px;
    transition: opacity .5s;
    z-index: 2;
}
#pagetop.btn-fadein {
    opacity: 1;
}


/* SP  */

@media screen and (max-width: 767px) {

.pc {display: none;}
.sp {display: block;}

.header__inner,
.block,
.block.cv__area .block__inner,
.block p.inner__text,
.reccomend .block p.inner__text,
.case .block p.inner__text,
.others .block p.inner__text,
.block__inner.cv__contact,
.lineup,
.cv__contact .cv__area__detail,
.about__features,
.about__features__detail,
.contact .about__camp {
    width: auto;
}

.block {
    padding: 50px 15px;
}
.header__inner {
    height: 60px;
    padding: 0 10px;
}
.header__logo img.logo {
    width: 100px;
    margin-left: 5px;
}
.header__btns p a {
    height: 32px;   
    padding: 6px 8px 7px;
    font-size:min(2.5vw,12px);
}
.block {
    padding: 40px 20px;
}
.block h2 {
    font-size: 5vw;
    margin-bottom: 25px;
}

.block p.inner__text {
    font-size: 4vw;
}
p.btn {
    width: 80%!important;
    margin: auto;
}
.info__camp {
    padding: 70px 10px 20px;
}
.btn_go-list {
    max-width: 180px;
    width: 28%;
    right: 5%;
    bottom: -5%;
}
.btn_go-list {
}
.block.cv__area {
    margin: 0 10px;
    padding: 30px 0 5px;
}
.cv__area__detail {
    width: auto;
    margin-bottom: 30px;
}
.block.cv__area .block__inner {
    display: block;
}
.block .cv__area__detail h2 {
    font-size: 4vw;
}
.cv__area__detail .btn a {
    padding: 15px 0;
    font-size: 4vw;
}
.cv__area__detail .btn a::after {
    right: 7%;
}
.cv__contact .cv__area__detail {
    margin-top: 40px;
    border-width: 3px;
    padding: 10px 0 20px;
}
.cv__contact .cv__area__detail h2 {
    font-size: 5vw;
    border-bottom-width: 3px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.cv__contact .cv__area__detail p.type {
    font-size: 5vw;   
}
.cv__contact .cv__area__detail p.type.mb {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.4;
}
.cv__contact .cv__area__detail p.tel {
    font-size: 8vw;
}
.reccomend .block h2 {
    margin-bottom: 40px;
}
.reccomend #all-products {
  padding: 80px 20px;   
  margin-top: -40px;
}

.all-list dl {
    margin-bottom: 30px;
}

.all-list dl,
.all-list dl a {
     color: #000031;
}

.all-list dl dt {
    font-size: 5vw;
    font-weight: bold;
    border-bottom: 2px solid #000031;
    margin-bottom: 15px;
    padding-bottom: 3px;
}
.all-list dl dt span {
    font-size: 85%;
}

.all-list dl dd {
     font-size: 4vw;
     margin-bottom: 10px;
}

.model {
    display: block;
}
.model .model-list {
    width: auto;
}
.model .model-list:nth-child(n+2)  {
    margin-top: 120px;
}
.model .model-list img {
    width: 40%;
    margin-bottom: 20px;
}
.model .model-list h3 {
    font-size: 4.5vw;
}

.model .model-list .pr_point {
    font-size: 4vw;
}

.model-list a.link {
    width: 38%;
    font-size: 4vw;
}
.p-product-show-detail__spec-list {
    font-size: 14px;
}
.case h3 {
    font-size: 5vw;
    margin-bottom: 30px;
}
.case p.inner__text.note {
    font-size: 3.5vw;
    text-align: left;
}
.block__inner.cv__contact {
    display: block;
}
.lineup {
    flex-wrap: wrap;
}
.lineup .product {
    width: 48%!important;
    margin-bottom: 60px;
}
.lineup .product:nth-last-child(-n+2) {
    margin-bottom: 0;
}
.lineup .product h3.product__name,
.lineup .product .date {
    margin-left: 0;
}
.lineup .product h3.product__name {
    font-size: 5vw;
}
.lineup .product .date {
    font-size: 4vw;
}

.about__features {
    display: block;
    margin-top: 40px;
    width: 80%;
}
.about__features__detail {
    margin-bottom: 30px!important;   
}
.about__features__detail:last-of-type {
    margin-bottom: 0!important;   
}
.about__features__detail h3 {
    text-align: center;
    font-size: 4vw;
    padding: 10px 5px;
}
.about__features__detail p {
    font-size: 3.5vw;
}
.contact .about__camp {
    padding: 40px 20px;
}
.contact .about__camp p.ttl.pc {
    display: none;
}
.contact .about__camp p.ttl.sp {
    display: inline-block;
    font-size: 5vw;
    border:none;
}
.contact .about__camp p.ttl.sp strong {
    line-height: 1.4;
}

.contact .about__camp p.ttl span.sub {
    font-size: 5vw;
}
.contact .about__camp p.txt {
    font-size: 4vw;
}

footer p.copyright {
    font-size: 3vw;
}

#pagetop {
    width: 15%;
    bottom: 1%;
    right: 2%;
}

}

/* animation  */

.fadeIn.effect {
    opacity: 0;
}
    
.fadeIn.effect.active {
    opacity: 0;
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;   
}
.header.fadeIn.effect.active {
    animation-name: fadeInHeader;
}

.info .info__camp h1.fadeIn.effect.active,
.info .cv__area.fadeIn.effect.active {
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-delay: 0.8s;
}
.btn_go-list.fadeIn.effect.active {
    animation-name: fadeInPopUP;
    animation-duration: 0.5s;
    animation-delay: 1.2s;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(0);
    }    
    100% {
        opacity: 1;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }    
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@keyframes fadeInHeader {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }    
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@keyframes fadeInPopUP {
    0% {
        opacity: 0;
        transform: scale(0);
    }    
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@media screen and (max-width: 767px) {
    .fadeIn.effect.active {
        animation-delay: 0.3s;
    }
}


/*--------------------------
20231127 追加
--------------------------*/
.header__btns .win11_bnr {
   margin-right: 10px;
}
.header__btns .win11_bnr a {
    border: 0px solid #fff;
    padding: 0px;
}
.header__btns .win11_bnr a img {
    width: auto;
    height: 40px;
}

/* SP  */
@media screen and (max-width: 767px) {
    .header__btns .win11_bnr a {
        padding: 0px;
    }
    .header__btns .win11_bnr a img {
        height: 33px;
        width: 100%;
    }
}

/*--------------------------
20231130 追加
--------------------------*/
.endcamp {
    margin: 10px 0;  
    color: #f00; 
    font-size: 36px; 
    font-weight: bold;
}

/* SP  */
@media screen and (max-width: 767px) {
    .endcamp {
        font-size: 16px; 
    }
}