@charset "UTF-8";
/* CSS Document */

/*---------------------------------
reset
---------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a,
a::before,
a::after {
    text-decoration: none;
    transition: .3s all;
    color: inherit;
}

ul,
li {
    list-style-type: none;
}

p {
    text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

/*---------------------------------
structure
---------------------------------*/
::selection {
    background: #890404;
    color: #fff;
}

img {
    pointer-events: none;
}

html {
    font-size: 15px;
}

body {
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    line-height: 1.6;
    background-repeat: repeat;
}

.inr {
    margin-inline: auto;
    width: calc( 100% - 40px);
}

/*hover*/
@media (hover: hover) and (pointer: fine) {
    a img {
        transition: .3s all;
    }

    a:hover {
        color: #333;
    }

    a:hover img {
        opacity: .6;
    }
}

/*responsive*/
@media screen and (min-width: 600px) {
    html {
        font-size: 16px;
    }
}


/*---------------------------------
element
---------------------------------*/

.fz400 {
    font-size: 400%;
    line-height: 1.2;
}

.fz360 {
    font-size: 360%;
    line-height: 1.2;
}

.fz320 {
    font-size: 320%;
    line-height: 1.2;
}

.fz280 {
    font-size: 280%;
    line-height: 1.2;
}

.fz240 {
    font-size: 240%;
    line-height: 1.2;
}

.fz200 {
    font-size: 200%;
    line-height: 1.2;
}

.fz180 {
    font-size: 180%;
}

.fz160 {
    font-size: 160%;
}

.fz140 {
    font-size: 140%;
}

.fz120 {
    font-size: 120%;
}

.fz100 {
    font-size: 100%;
}


.fz80 {
    font-size: 80%;
}

.mb10 {
    margin-bottom: calc(20px / 2);
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: calc(20px * 2);
}

.mb80 {
    margin-bottom: calc(20px * 4);
}

.mt10 {
    margin-top: calc(20px / 2);
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: calc(20px * 2);
}

.mt80 {
    margin-top: calc(20px * 4);
}

.fz-small {
    font-size: small;
}

.fz-xsmall {
    font-size: x-small;
}

.f-bold {
    font-weight: bold;
}

.t-center {
    text-align: center;
}

img {
    height: auto;
    max-width: 100%;
    display: block;
}
img.center{
    margin-inline: auto;
}

.inline-block {
    display: inline-block;
}



/*---------------------------------
head
---------------------------------*/

html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #fefefe;
    color: #333;
    font-family: "Zen Old Mincho", '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .04em;
    min-height: 100vh;
}

body::before {
    content: '';
    background-image: url(https://gigaplus.makeshop.jp/shoukenshop/freepage/202511-fripper/img/bg.jpg);
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

.content-wrap {
    min-height: 100vh;
    margin-inline: auto;
    max-width: 520px;
    overflow: hidden;
}


.logo {
    margin: 0 auto;
    padding-top: 10px;
    width: 80%;
    max-width: 380px;
}


/*responsive*/

@media screen and (min-width: 600px) {
    .content-wrap {
        background-color: rgba(0, 0, 0, .2);
        backdrop-filter: blur(4px);
    }
}

@media screen and (min-width: 1000px) {
    body {
        display: grid;
        grid-template-columns: 1fr 480px;
    }

    .content-wrap {
        margin-left: 0;
    }
}

@media screen and (min-width: 1280px) {
    body {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

/*---------------------------------
side
---------------------------------*/
.gnav {
    display: none;
}

.nav-wrap {
    position: sticky;
    left: 0;
    right: 0;
    top: 5vh;
    margin: auto;
    max-width: 500px;
    padding: 20px;
}

.nav {
    background-color: #c30d23;
    border-radius: 18px;
    color: #fff;
    padding: 40px;
}

.side-nav li > div{
    display: grid;
    grid-template-columns: 20px 1fr;
}

.side-nav li > div::before {
    content: '';
    background-color: #ededed;
    border-radius: 50%;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 10px;
}

.side-nav li a {
    color: #fff;
    border-bottom: 1px solid #fff;
    width: fit-content;
}

.side-nav li + li {
    margin-top: 10px;
}


/*responsive*/
@media screen and (min-width: 1000px) {
    .gnav {
        display: block;
    }
}

/*---------------------------------
main
---------------------------------*/

.hayawari_now .nenmatsu,
.nenmatsu_now .hayawari{
    display: none;
}
.hayawari_now .hayawari,
.nenmatsu_now .nenmatsu{
    display: block;
}

.term{
    margin-inline: auto;
    width: 80%;
}

.top-nav li + li {
    margin-top: 10px;
}

.item_wrap{
    background-color: #fff;
    clip-path: shape(
        from 12px 0,
        line to calc(100% - 12px) 0,
        arc to 100% 12px of 12px,
        line to 100% calc(100% - 12px),
        arc to calc(100% - 12px) 100% of 12px,
        line to 12px 100%,
        arc to 0 calc(100% - 12px) of 12px,
        line to 0 12px,
        arc to 12px 0 of 12px,
        close
    );
    padding-bottom: 30px;
}
.reason{
    margin-top: -20%;
}
.item_list li + li{
    margin-top: 20px;
}

.note {
    color: #fff;
}
.note dd + dt {
    margin-top: 20px;
}
.note dt {
    font-size: 140%;
    font-weight: bold;
}
.note .tel_wrap {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px 20px;
}

/*responsive*/
@media screen and (max-width: 599.98px) {
    .note {
        background-color: rgba(0, 0, 0, .2);
        backdrop-filter: blur(4px);
        padding: 20px 0;
    }
}


/*---------------------------------
footer
---------------------------------*/
footer {
    border-top: 1px solid #fff;
    color: #fff;
    padding-top: 40px;
}

footer .btn {
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 12px 10px 0;
    position: relative;
}

footer .btn::after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    transform: rotate(45deg);
}

footer .btn:before {
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    width: 100%;
    height: 1px;
    display: block;
    content: '';
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

footer .copyright {
    padding-inline: 10px;
}

/*hover*/
@media (hover: hover) and (pointer: fine) {
    footer .btn:hover::before {
        transform: scaleX(1);
    }
}