@charset "utf-8";
/* =============
common
============= */
html {
    font-size: 62.5%;
}

body {
    font-family: 
        "Noto Sans JP",
        Arial,
        sans-serif;
    font-style: normal;
    color: #181818;
    background-color: #FEFEFE;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 64px;
}

img {
    max-width: 100%;
    height: auto;
}

section {
    scroll-margin-top: 64px;
}

.section__topic {
    font-size: 2.0rem;
    font-weight: 700;
    color: #FEFEFE;
    background-color: #015C9E;
    text-align: center;
    padding: 15px 0;
}

#container {
    scroll-margin-top: 64px;
}

/* common pc */
@media screen and (min-width:769px) {
    body {
        padding-top: 120px;
    }

    section {
        scroll-margin-top: 120px;
    }

    #container {
        scroll-margin-top: 120px;
    }

    .section__topic {
        font-size: 3.2rem;
        padding: 30px 0;
    }

    .spBr {
        display: none;
    }
}

/* =============
header
============= */
.header {
    padding: 0 0 0 6.4%;
    height: 64px;
    display: flex; 
    align-items: center;
    background-color: #FEFEFE;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.header__topic--sub,
.nav__topic--sub {
    font-size: 1.2rem;
}

.header__topic--main,
.nav__topic--main {
    font-family: "Protest Guerrilla", sans-serif;
    font-size: 2.4rem;
    line-height: 1;
}

.nav {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FEFEFE;
    padding: 0 0 0 6.4%;
}

.nav__btn {
    background-color: #015C9E;
    padding: 20px;
}

.nav__list {
    margin-top: 50px;
    margin-left: 6.4%;
}

.nav__item {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1;
    color: #015C9E;
    margin-top: 50px;
}

.blogBtn__pc {
    display: none;
}

.nav__tel {
    display: none;
}

.nav__cta {
   margin-top: 50px;
    margin-left: 6.4%;
    width: 160px;
}

.nav__cta a {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background-color: #368DFF;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
}

.nav__cta a:hover {
    background-color: #1F6FE0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.nav__cta--top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.nav__cta--icon {
    width: 24px;
    height: 18px;
}

.nav__cta--txt {
    font-size: 2.0rem;
    font-weight: 700;
    color: #FEFEFE;
}

.nav__cta--info {
    font-size: 1.6rem;
    color: #FEFEFE;
    text-align: center;
}

.nav.active {
    transform: translateX(0);
}

.header__btn {
    display: block;
    width: 64px;
    height: 64px;
    padding: 24px 0;
    background-color: #015C9E;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

/* .header pc */
@media screen and (min-width:1100px) {
    .header {
        /* max-width: 1280px; */
        margin: 0 auto;
        flex: 1;
        display: flex;
        align-items: center;
        height: 120px;
    }

    .nav__header,
    .header__btn {
        display: none;
    }
    
    .header__topic--sub {
        font-size: 1.6rem;
    }

    .header__topic--main {
        font-size: 5.2rem;
    }

    .nav {
        background: transparent;
        transform: none;
        position: static;
        width: auto;
        height: auto;
        display: contents;
        align-items: center;
        transform: translate(0);
    }

    .nav__inner {
        flex: 1;
    display: flex;
    justify-content: center;

    max-width: 1280px;
    margin: 0 auto;
    padding: 0 6.4%;
    }

    .nav__contact {
        display: flex;
    }

    .nav__list {
        margin: 0;
        display: flex;
        align-items: center;
        gap: clamp(32px, 4vw, 50px);
    }

    .nav__item {
        margin-top: 0;
        font-weight: 500;
        font-size: 2.0rem;
        line-height: 1.5;
        width: auto;
        color: #181818;
    }

    .nav__item a {
        display: flex;
        align-items: center;
        gap: 2px;
        white-space: nowrap;
    }
    
    .nav__item:nth-child(3) {
        display: none;
    }

    .blogBtn__sp {
        display: none;
    }

    .blogBtn__pc {
        display: flex;
    } 

    .nav__tel {
        display: flex;
        flex-direction: column; 
        justify-content: center;
        align-items: center;    
        background-color:#015C9E ;
        width: 230px;
        height: 120px;
    }

    .nav__tel--top,
    .nav__tel--bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .nav__tel--icon {
        width: 18px;
        transform: translateY(2px);
    }

    .nav__tel--num {
        font-size: 2.4rem;
        color: #FEFEFE;
    }

    .nav__tel--info {
        font-size: 1.6rem;
        color: #FEFEFE;
    }

    .nav__cta {
        margin: 0;
        height: 120px;
    }

    .nav__cta a {
        border-radius: 0;
        width: 170px;
        height: 120px;
        justify-content: center;
        align-items: center;
    }

    .nav__cta--top {
        display: flex;
    }    
}
/* pc 769px */

@media screen and (max-width:1100px) {
    .nav__item a {
    white-space: normal; 
    }
}
/* =============
main/about
============= */
.mainImg__pc {
    display: none;
}

.about {
    margin: 30px 20px;
}

.about__name {
    font-family: "RocknRoll One", sans-serif;
    font-size: 2.4rem;
    text-align: center;
}

.about__txt {
    display: block;
    width: fit-content;
    font-size: 1.6rem;
    margin: 10px auto 0;
}
/* .main/about pc */
@media screen and (min-width:769px) {
    .mainImg__pc {
    display: block;
    }

    .mainImg__sp {
    display: none;
    }

    .about {
        margin: 50px auto;
    }

    .about__name {
    font-size: 3.2rem;
    }

    .about__txt {
    text-align: center;
    font-size: 2.4rem;
    }
}
/* pc 769px */

/* =============
buy
============= */
.buy__title {
    margin-top: 50px;
    font-family: "RocknRoll One", sans-serif;
    text-align: center;
}

.buy__title--sub {
    font-size: 1.6rem;
}

.buy__title--main {
    font-size: 2.0rem;
}

.buy {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    padding: 0 10px;
    gap: 15px;

}

.buy__item {
    padding: 15px;
    background-color: #181818;
    border-radius: 10px;
    max-width: 552px;
}

.buy__name {
    margin-top: 10px;
    font-size: 2.0rem;
    font-weight: 700;
    color: #FEFEFE;
    text-align: center;
    padding: 0 0 10px 0;
}

.buy__txt {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #FEFEFE;
    padding: 10px 0 0 0;
    border-top: 1px solid #FEFEFE;
    text-align: justify;
    text-justify: inter-ideograph;
}

.buy__img img {
    border-radius: 5px;
}

.flow {
    margin-top: 50px;
    background-color: #181818;
    padding: 50px 20px 70px;
}

.flow__title {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    color: #FEFEFE;
}

.flow__step {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.flow__step--customer,
.flow__step--shop {
    padding: 10px;
    background-color: #FEFEFE;
    border-radius: 10px;
    width: 350px;
    margin: 20px auto 0;
}

.flow__step--title {
    font-size: 1.6rem;
    text-align: center;
}

.flow__step--text {
    font-size: 1.4rem;
    margin-top: 5px;
}

.flow__step--customer {
    position: relative;
}

.flow__step--customer::before {
    content: "";
    position: absolute;
    top: -28px;
    left: 0px;
    width: 60px;
    height: 60px;
    background-image: url("../images/icon-customer.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}

.flow__step--shop {
    position: relative;
}

.flow__step--shop::before {
    content: "";
    position: absolute;
    top: -28px;
    left: 0px;
    width: 60px;
    height: 60px;
    background-image: url("../images/icon-shop.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}

.flow__step li {
    position: relative;
}

.flow__step li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -38px;
    transform: translateX(-50%);
    width: 0;
    height: 0;

    border-left: 18px solid transparent; 
    border-right: 18px solid transparent;
    border-top: 24px solid #015C9E;
}

.flow__notes {
    width: 100%;
    /* max-width: 600px; */
    margin: 10px auto 0;
}

.flow__option--title {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 5px;
    position: relative;
}

.flow__option--text {
    font-size: 1.4rem;
    display: block;
}

.flow__notes .flow__option--text {
    position: relative;
    padding-left: 1.2em;   /* ※の分だけ左を空ける */
}

.flow__notes .flow__option--text::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

.flow__step--send,
.flow__step--visit {
    border: 1px solid #ccc;
    padding: 10px 30px;
    margin-top: 10px;
    text-align: center;
}

.flow__step--send .flow__option--title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url("../images/send-sp.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.flow__step--visit .flow__option--title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("../images/visit-sp.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.buy__info {
    margin: 30px auto;
    padding: 20px;
}

.buy__info--txt {
    font-size: 1.6rem;
    width: fit-content;
    margin: 0 auto;
    text-align: left; 
}

.buy__cta {
    max-width: 280px;
    margin: 30px auto 0;
    border-radius: 10px;
    background-color: #368DFF;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.buy__cta a {
    display: flex; 
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 5px;
    text-decoration: none;
    color: inherit;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.buy__cta a:hover {
    background-color: #1F6FE0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.buy__cta--img {
    width: 30px;
}

.buy__cta--txt {
    font-size: 2.4rem;
    font-weight: 700;
    color: #FEFEFE;
}

.tel__txt {
    margin: 30px auto 0;
    font-size: 2.0rem;
    display: block;
    width: fit-content;
}

.tel__number {
    margin: 10px auto 0;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tel__img {
    height: 28px;
}

.tel__num {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
    color: #368DFF;
position: relative;
    top: -3px;
}

/* .buy pc */
@media screen and (min-width:769px) {
    .buy__title {
    margin-top: 100px;
    }

    .buy__title--sub {
        font-size: 2.4rem;
    }

    .buy__title--main {
        font-size: 3.6rem;
    }

    .buy {
        display: flex;
        flex-direction: row;       
        flex-wrap: wrap; 
        justify-content: center;
        gap: 26px;
        max-width: 1200px;
        margin: 50px auto;
    }

    .buy__item {
        padding: 30px;
    }

    .buy__name {
        margin-top: 20px;
        font-size: 2.4rem;
    }

    .buy__txt {
        font-size: 1.6rem;
    }

    .flow {
        margin-top: 50px;
    }

    .flow__title {
        font-size: 3.2rem;
    }

    .flow__step {
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .flow__step li {
        padding: 20px 35px;
    }

    .flow__step--customer,
    .flow__step--shop {
        padding: 15px;
        width: 630px;
    }

    .flow__step--title {
        font-size: 2.0rem;
    }

    .flow__step--text {
        font-size: 1.6rem;
        text-align: center;
    }

    .flow__step--customer {
        position: relative;
    }

    .flow__notes {
    width: 100%;
    margin: 10px auto 0;
    }

    .flow__option--title {
        font-size: 2.0rem;
    }

    .flow__option--text {
        font-size: 1.6rem;
    }

    .flow__step--send,
    .flow__step--visit {
        border: 1px solid #ccc;
        padding: 10px 30px;
        margin-top: 10px;
        text-align: center;
        position: relative;
    }

    .flow__step--send .flow__option--title::before {
        display: none;
    }

    .flow__step--visit .flow__option--title::before {
        display: none;
    }

    .flow__step--send::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 8%;
        width: 36px;
        height: 65px;
        background-image: url("../images/send-pc.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transform: translate(-50%, -50%);
    }

    .flow__step--visit::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 8%;
        width: 45px;
        height: 80px;
        background-image: url("../images/visit-pc.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transform: translate(-50%, -50%);
    }


    .buy__info {
        margin-bottom: 70px;
    }

    .buy__info--txt {
        font-size: 2.4rem;
        text-align: center; 
    }

    .buy__cta {
        max-width: 400px;
        height: 98px;
        display: flex;
        justify-content: center;
        align-items: center;     
    }

    .buy__cta--img {
        width: 46px;
    }

    .buy__cta--txt {
        font-size: 3.2rem;
    }

    .tel__txt {
        font-size: 2.4rem;
    }
}
/* pc 769px */

/* =============
sell
============= */
.sell__title {
    margin: 50px auto 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    background-color: #D7EEFF;
    max-width: 350px;
    border-radius: 10px;
}

.sell__title--main {
    font-size: 2.0rem;
    font-weight: 700;
}

.sell__title--sub {
    font-size: 1.6rem;
    line-height: 1.5;
    border-top: 1px solid #181818;
    padding: 10px 0 0;
}

.sell__cta {
    max-width: 280px;
    margin: 30px auto;
    border-radius: 10px;
    background-color: #368DFF;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.sell__cta a {
    display: flex; 
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 5px;
    color: inherit;
    border-radius: 10px;
}

.sell__cta:hover {
    background-color: #1F6FE0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.sell__cta--img {
    width: 30px;
}

.sell__cta--txt {
    font-size: 2.4rem;
    font-weight: 700;
    color: #FEFEFE;
}

/* .sell pc */
@media screen and (min-width:769px) {
    .sell__title {
        margin: 100px auto 0;
        max-width: 744px;
        text-align: center;
    }

    .sell__title--main {
        font-size: 3.2rem;
    }

    .sell__title--sub {
        font-size: 2.4rem;
    }

    .sell__cta {
        max-width: 430px;
        height: 98px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 50px auto 100px;
    }  

    .sell__cta--img {
        width: 45px;
    }

    .sell__cta--txt {
        font-size: 3.2rem;
    }
}
/* pc 769px */

/* =============
contact
============= */
.contact__title {
    margin: 50px auto 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    background-color: #D7EEFF;
    max-width: 350px;
    border-radius: 10px;
    text-align: center;
}

.contact__title--main {
    font-size: 2.0rem;
    font-weight: 700;
}

.contact__title--sub {
    font-size: 1.6rem;
    line-height: 1.5;
    border-top: 1px solid #181818;
    padding: 10px 0 0;
}

.contact__contents {
    margin: 30px auto 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.contact__item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}

.contact__icon--mail {
    width: 45px;
    height: 35px;
}

.contact__address {
    font-size: 2.0rem;
    font-weight: 700;
    color: #368DFF;
}

.contact__time {
    font-size: 1.6rem;
    background-color: #D7EEFF;
    padding: 5px;
    display: inline-block;
}

.contact__icon--tel {
    width: 24px;
    height: 31px;
}

/* .contact pc */
@media screen and (min-width:769px) {
    .contact__title {
    margin: 100px auto 0;
    max-width: 744px;
    }

    .contact__title--main {
        font-size: 3.2rem;
    }

    .contact__title--sub {
        font-size: 2.4rem;
    }

    .contact__contents {
        margin: 50px auto 100px;
        gap: 50px;
    }

    .contact__address {
        font-size: 3.6rem;
    }

    .contact__time {
        font-size: 2.4rem;
    }
}
/* pc 769px */

/* =============
info
============= */
.info-section__body {
    margin-top: 50px;
    padding: 0 20px;
}

.info-section__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
}

.info-section__list dt,
.info-section__license {
	background: #f5f5f5;
	padding: 10px;
	width: 100%;
	border-bottom: 1px solid #ccc;
    font-size: 1.4rem;
    font-weight: 400;
}

.info-section__list dd,
.info-section__num{
	background: #fff;
	padding: 10px;
	width: 100%;
	border-bottom: 1px solid #ccc;
    font-size: 1.4rem;
    line-height: 1.5;
}

.info-section__license {
    border: 1px solid #ccc;
    margin-top: 20px;
}

.info-section__num {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

/* .info pc */
@media screen and (min-width:769px) {
    .info-section__body {
    margin: 100px auto;
    max-width: 937px;
    gap: 20px;
    }

    .info-section__list dt,
    .info-section__license {
        width: 300px;
        border-bottom: 1px solid #ccc;
        font-size: 1.6rem;
    }

    .info-section__list dd,
    .info-section__num{
        background: #fff;
        padding: 10px;
        width: calc(100% - 300px);
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        font-size: 1.6rem;
    }

    .info-section__license {
        /* border: 1px solid #ccc; */
        margin-top: 20px;
    }

    .info-section__num {
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-left: none;
        height: 46px;
        margin-top: 20px;
    }

    .info-section__body > dl {
    display: flex;
    flex-wrap: wrap;
  }
}
/* pc 769px */

/* =============
footer
============= */
.footer {
    background-color: #181818;
    margin: 30px auto 0;
    padding: 50px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__topic {
    font-family: "Protest Guerrilla", sans-serif;
    font-size: 4.0rem;
    line-height: 1;
    color: #FEFEFE;
}

.copy {
    font-size: 1.4rem;
    color: #FEFEFE;
}