#banner {
    width: 100%;
    height: 50px;
}

html {
    overflow: auto
}

body {
    margin: 0;
    overflow-x: hidden;
    font-size: 0.962vw;
    overflow-y: auto;
}

@media screen and (min-width: 491px) {

}


@media screen and (max-width: 490px) {

 }

.back-to-top {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 65px;
    border: 1px solid #c69ea6;
    color: #4A5899;
    border-radius: 50%;
    position: fixed;
    right: 50px;
    bottom: 50px;
    box-shadow: 0 0 10px 4px rgb(185, 185, 185);
    transition: all 0.5s ease;
    z-index: 100;
}

.back-to-top:focus {
    background-color: #c69ea6;
}

.site {
    position: relative;
}

.back-to-top img {
    width: 80%;
}

.arrow.right {
    transform: rotate(180deg);
    position: absolute;
    left: 30%;
    bottom: 10%;
}

.arrow {
    position: absolute;
    top: 10%;
    right: 30%;
    cursor: pointer;
    width: 15px;
}

.header_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    width: 94%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s;
}

.header_PC {
    background-color: rgba(252, 227, 220, 0.4);
    width: 100%;
    text-align: center;
    position: fixed;
    justify-content: space-between;
    padding: 0 1%;
    display: flex;
    align-items: center;
    z-index: 100;
    top: 0;
}

.header_smart {
    display: none;
}

.nav-panel {
    height: 85vh;
    top: 0;
    width: 500px;
    font-size: 1.6em;
    font-family: a-otf-ryumin-pr6n, serif;
    font-style: normal;
    font-weight: 300;
    position: fixed;
    z-index: 1;
    right: -500px;
    background-color: #fcf3f0;
    overflow-x: hidden;
    transition: 0.5s;
}

.nav-panel h4 {
    font-size: 25px;
}

.add {
    transition: 0.3s;
}

#back {
    display: none;
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    height: 100%;
    z-index: 9;
    width: 100%;
}

.shop-name {
    width: 30%;
    display: inline-block;
}

.logo {
    width: 75%;
}

.logo img {
    padding: 1%;
    width: 100%;
    max-width: 230px;
}

.panel ul p {
    font-size: 16px;
}

.fadeIn {
    animation-name: fadeInAnim;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.fadeInTrigger {
    opacity: 0;
}

@keyframes fadeInAnim {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#figure {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 10%;
}


/*荳九°繧峨�繧上▲*/

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeupTrigger {
    opacity: 0;
}


/*蜿ｳ縺九ｉ縺吶▲*/

.fadeRight {
    animation-name: fadeRightAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeRightAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeRightTrigger {
    opacity: 0;
}


/*蟾ｦ縺九ｉ縺吶▲*/

.fadeLeft {
    animation-name: fadeLeftAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeLeftTrigger {
    opacity: 0;
}


/*髢九￥*/

.rotateY {
    animation-name: rotateYAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes rotateYAnime {
    from {
        transform: rotateY(90deg);
        opacity: 0;
    }
    to {
        transform: rotateY(0);
        opacity: 1;
    }
}

.rotateYTrigger {
    opacity: 0;
}

.fadeUpMask {
    animation-name: fadeUpMask;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes fadeUpMask {
    from {
        transform: translate(0%, 100%);
    }
    to {
        transform: translate(0%, 0%);
    }
}

.fadeUpMaskTrigger {
    opacity: 1;
}

.fadeInTrigger {
    opacity: 0;
}

@media screen and (min-width: 1400px) {
    .header_PC .menu-icon {
        width: 100%;
        background-color: #c69ea6;
        padding-top: 7%;
        padding-bottom: 2%;
        height: 75px;
        text-align: center;
        align-self: flex-end;
        cursor: pointer;
    }
    .logo {
        width: 275px;
    }
    .log-tag {
        color: #000000;
        text-align: center;
        padding-top: 2.5%;
    }
    .log-tag span {
        font-size: 1rem;
        padding-bottom: 1%;
    }
    .log-tag h1 {
        margin: 0;
        font-size: 3.8em;
        font-weight: 20;
    }
    .hamburger1 {
        transition: .5s;
    }
    .top-banner {
        z-index: -1;
    }
    .top-text {
        font-family: a-otf-ryumin-pr6n, serif;
        font-style: normal;
        color: #000;
        padding-left: 35%;
    }
    /* .top-text div {




} */
    .top-text p {
        font-size: 1.1rem;
        max-width: 100%;
        transition: .5s;
    }
    .menu-icon .menu-text {
        color: #ffffff;
        font-size: 0.9rem;
        padding-top: 18%;
    }
    .menu-icon div {
        width: 48px;
        height: 5px;
        background: #ffffff;
        margin-top: 12px;
        margin-right: 15px;
        margin-left: 15px;
        transition: all 0.35s;
        border-radius: 2px;
    }
    .pc_footer .fo_box p {
        font-size: 20px;
    }
    .pc_footer .bottom_footer p {
        font-size: 1rem;
    }
    .pc_footer .last_foo {
        font-size: 1rem;
        display: flex;
        width: auto;
    }
}

@media screen and (max-width: 1400px) {
    .header_PC .menu-icon {
        width: 100%;
        background-color: #c69ea6;
        padding-top: 7%;
        padding-bottom: 19%;
        height: 75px;
        text-align: center;
        align-self: flex-end;
        cursor: pointer;
    }
    .logo {
        width: 230px;
    }
    /* .shop-name {
        margin-left: 12%;
        width: 30%;
        display: flex;
        padding-top: 1%;
        padding-bottom: 1%;
        align-self: flex-start;
    } */
    .log-tag {
        color: #000000;
        text-align: center;
        margin-top: 1%;
    }
    /* .logo {
        padding-top: 1%;
        width: 25%;
    }
    .logo img {
        width: 90%;
    } */
    .log-tag h1 {
        padding-top: 3%;
        margin: 0;
        font-size: 3.8em;
        font-weight: 20;
    }
    .hamburger1 {
        transition: .5s;
    }
    .top-banner {
        z-index: -1;
    }
    .top-text {
        font-family: a-otf-ryumin-pr6n, serif;
        font-style: normal;
        color: #000;
        padding-left: 30%;
    }
    .top-text p {
        font-size: 1rem;
        max-width: 100%;
        transition: .5s;
    }
    .menu-icon .menu-text {
        color: #ffffff;
        font-size: 0.9rem;
        padding-top: 17%;
    }
    .menu-icon div {
        width: 48px;
        height: 4px;
        background: #ffffff;
        margin-top: 12px;
        margin-right: 15px;
        margin-left: 15px;
        transition: all 0.35s;
        border-radius: 2px;
    }
    /* .on .line_one {
transform: rotate(45deg) translate(15px, 18px);
}

.on .line_two {
opacity: 0;
}

.on .line_three {
transform: rotate(-45deg) translate(7px, -10px);
} */
}

@media only screen and (max-width: 950px) {
    .header_PC .menu-icon {
        width: 100%;
        background-color: #c69ea6;
        height: 65px;
        text-align: center;
        align-self: flex-end;
        cursor: pointer;
    }
    .menu-icon .menu-text {
        color: #ffffff;
        font-size: 0.9rem;
        padding: 0;
        padding-top: 4%;
    }
    .menu-icon div {
        width: 50px;
        height: 4px;
        background: #ffffff;
        margin: 8px;
        transition: all 0.35s;
        border-radius: 2px;
    }
    /* .shop-name {
        margin-left: 12%;
        width: 30%;
        display: flex;
        padding-top: 1%;
        padding-bottom: 1%;
        align-self: flex-start;
    } */
    /* .logo {
        padding-top: 1%;
    }

    .logo img {
        width: 100%;
    } */
    .logo {
        width: 210px;
    }
    .log-tag {
        color: #000000;
        text-align: center;
    }
    .log-tag span {
        font-size: 0.7rem;
        padding-bottom: 1%;
    }
    .log-tag h1 {
        margin: 0;
        font-size: 4.1em;
        font-weight: 20;
    }
    .hamburger1 {
        margin-left: 2%;
        transition: .5s;
    }
    .top-banner {
        z-index: -1;
    }
    .top-text {
        font-family: a-otf-ryumin-pr6n, serif;
        font-style: normal;
        color: #000;
        padding-left: 30%
    }
    .top-text p {
        font-size: 1.6em;
        max-width: 100%;
        transition: .5s;
        ;
    }
}

@media screen and (min-width: 1150px) {
    .main_contaniner {
        font-size: 10px;
    }
}

@media screen and (max-width: 768px) {
    .panel ul p {
        font-size: 3em;
    }
    .header_smart {
        display: block;
    }
    .header_smart .container1 {
        display: block;
    }
    .smart_1 {
        justify-content: space-between;
        align-items: center;
        background-color: rgba(252, 227, 220);
        width: 100%;
        height: auto;
        display: flex;
        z-index: 100;
        top: 0;
        position: fixed;
        transition: .5s;
    }
    .header_PC {
        display: none;
    }
    .smart_nav-panel {
        height: 90%;
        top: 0;
        width: 0;
        font-size: 1.6em;
        font-family: a-otf-ryumin-pr6n, serif;
        font-style: normal;
        font-weight: 300;
        position: fixed;
        z-index: 1;
        right: 0;
        background-color: #fcf3f0;
        overflow-x: hidden;
        transition: 0.5s;
    }
    .menu-search-wrap {
        position: relative;
    }
    .search-keyword {
        margin: 2%;
        padding-left: 2%;
        padding-right: 11%;
        margin-top: 5%;
        margin-bottom: 5%;
        height: 10vw;
        border: none;
        font-size: 3.5em;
        width: 95%;
        border: none;
        border-bottom: 1px solid #c69ea6;
    }
    textarea:focus,
    input:focus {
        outline: none;
    }
    .search-keyword::placeholder {
        font-size: 0.6em;
        color: #c69ea6
    }
    .menu-search-btn i {
        position: absolute;
        color: #c69ea6;
        top: 26%;
        right: 3%;
    }
    .material-icons {
        font-size: 6em !important;
    }

    /* 繝輔Μ繝ｼ繧ｺ繝倥ャ繝繝ｼ蝗ｺ螳� 讀懃ｴ｢驛ｨ蛻� */
    .menu-search-wrap_top{
      position: fixed;
      width: 100%;
      z-index: 100;
      top: 53px;
    }
    .menu-search-wrap_top .search-keyword{
      margin: 0;
      padding: 0 0% 0 5%;
      font-size: 4.5em;
      width: 100%;
    }

    .menu-search-wrap_top .material-icons{
      position: absolute;
      color: #c69ea6;
      top: 16%;
      right: 3%;
      font-size: 8em !important;
    }

    /* 繝輔Μ繝ｼ繧ｺ繝倥ャ繝繝ｼ蝗ｺ螳� 讀懃ｴ｢驛ｨ蛻� */


    .smart_hamburger .menu-icon {
        max-width: 60px;
        width: 13vw;
        background-color: #c69ea6;
        padding: 13%;
        padding-top: 15%;
        max-height: 60px;
        height: 14vw;
        align-items: center;
        text-align: center;
        cursor: pointer;
    }
    .header_smart .menu-icon .menu-text {
        color: #ffffff;
        font-size: 13px;
        padding: 0;
    }
    .header_smart .menu-icon div {
        width: 100%;
        height: 5px;
        background: #ffffff;
        margin: 15%;
        margin-left: auto;
        margin-right: auto;
        transition: all 0.35s;
        border-radius: 2px;
    }
    .smart-shop-name {
        margin-left: 2%;
        width: 100%;
        display: block;
    }
    .smart_hamburger {
        width: fit-content;
        height: fit-content;
        transition: .5s;
    }
    .top-banner {
        z-index: -1;
    }
    .smart_top-text {
        font-family: a-otf-ryumin-pr6n, serif;
        font-style: normal;
        background-color: rgba(252, 227, 220, 0.2);
        color: #000;
        width: 100%;
        top: 60px;
        z-index: 99;
        position: absolute;
        text-align: center;
    }
    .smart_top-text p {
        font-size: 3.5em;
        max-width: 100%;
        transition: .5s;
        padding: 2%;
    }
    .site {
        margin-top: 60px;
        position: relative;
    }
    .back-to-top {
        right: 40px;
        bottom: 40px;
        font-size: 6px;
    }
    .logo {
        width: 100%;
    }
    .logo img {
        max-width: 180px;
        width: 40vw;
        padding: 0;
    }
}

@media screen and (max-width:350px) {
    .header_smart .menu-icon .menu-text {
        font-size: 9px;
    }
}
