@charset "UTF-8";

a {
    text-decoration: none;
    color: #3f3b3a
}

ul {
    margin: 0;
    list-style: none
}

html {
    font-size: 62.5%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif
}

body {
    line-height: 1.5;
    color: #3f3b3a
}

.pc {
    display: inline-block
}

@media screen and (max-width:769px) {
    .pc {
        display: none
    }
}

.tab {
    display: inline-block
}

@media screen and (max-width:769px) {
    .tab {
        display: none
    }
}

@media screen and (max-width:769px) and (max-width:480px) {
    .tab {
        display: inline-block
    }
}

.sp {
    display: none
}

@media screen and (max-width:769px) {
    .sp {
        display: inline-block
    }
}

@media screen and (max-width:769px) {
    .sp.tab {
        display: none
    }
}

@media screen and (max-width:769px) and (max-width:480px) {
    .sp.tab {
        display: inline-block
    }
}

.flex {
    display: flex
}

@media screen and (max-width:769px) {
    .flex.row {
        flex-direction: column
    }
}

.button {
    display: inline-block;
    position: relative;
    transition: all .8s
}

@media screen and (max-width:769px) {
    .button {
        width: 80%
    }
}

.button:after {
    content: "";
    height: 1px;
    width: 20px;
    position: absolute;
    background: white;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0
}

.button:hover:after {
    background: #3f3b3a
}

.button a {
    font-size: 1.4rem;
    display: inline-block;
    padding: .9rem 8em;
    position: relative;
    letter-spacing: 1px;
    transition: all .8s;
    background: #3f3b3a;
    color: white;
    border: 1px solid #3f3b3a
}

@media screen and (max-width:769px) {
    .button a {
        padding: 1rem 0;
        width: 100%;
        text-align: center;
        font-size: 1.2rem;
        border: 0
    }
}

.button a:before {
    position: absolute;
    right: -80px;
    bottom: 0;
    top: 0;
    content: "";
    width: 5px;
    height: 5px;
    margin: auto;
    border-radius: 50%;
    background: #3f3b3a
}

@media screen and (max-width:769px) {
    .button a:before {
        right: -20%
    }
}

.button a:after {
    position: absolute;
    right: -80px;
    top: 0;
    bottom: 0;
    content: "";
    width: 80px;
    height: 1px;
    margin: auto;
    background: #3f3b3a
}

@media screen and (max-width:769px) {
    .button a:after {
        right: -20%;
        width: 30%
    }
}

.button a:hover {
    background: white;
    color: #3f3b3a;
    border: 1px solid #3f3b3a
}

.top-btn a {
    padding: 1.5em 11em;
    background: #fff;
    line-height: 4;
    border: 2px solid;
    border-radius: 100px;
    position: relative;
    top: -60px;
    box-shadow: 0 4px 0 #dcdcdc;
    font-size: 24px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    z-index: 2
}

@media only screen and (max-width:1000px) {
    .top-btn a {
        top: -40px;
        padding: 1.4em 8em
    }
}

@media only screen and (max-width:782px) {
    .top-btn a {
        padding: 1.3em 4em;
        border-radius: 100px;
        top: -60px;
        box-shadow: 0 4px 0 #dcdcdc;
        font-size: 18px
    }
}

.top-btn a:hover {
    background: #000;
    color: #fff
}

.fon2 {
    font-family: 'Montserrat', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    letter-spacing: 2px
}

.fon2.bold {
    font-weight: bold
}

.inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto
}

.inner.small {
    max-width: 890px;
    position: relative
}

@media screen and (max-width:1000px) {
    .inner.small.box {
        width: 88%
    }
}

@media screen and (max-width:769px) {
    .inner.small.box {
        padding-top: 80%
    }
}

.sec_padding {
    padding-top: 60px;
    margin-top: -60px;
    position: relative;
    padding-bottom: 100px
}

@media screen and (max-width:769px) {
    .sec_padding {
        padding-top: 80px;
        margin-top: -80px
    }
}

.sec_title {
    font-family: 'Montserrat', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: bold;
    font-size: 5rem;
    text-align: center;
    line-height: 1.6
}

@media screen and (max-width:769px) {
    .sec_title {
        font-size: 2.8rem
    }
}

.sec_title .sub_sec_title {
    display: block;
    font-size: 1.8rem;
    letter-spacing: normal;
    font-weight: normal;
    line-height: 2;
    color: #0b355f
}

@media screen and (max-width:769px) {
    .sec_title .sub_sec_title {
        font-size: 1.4rem
    }
}

.sec_title.ja {
    font-size: 3.5rem;
    letter-spacing: -5px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif
}

@media screen and (max-width:769px) {
    .sec_title.ja {
        font-size: 2.4rem;
        letter-spacing: -3.5px;
        padding-left: 3rem;
        padding-right: 3rem
    }
}

.sec_title.small {
    font-size: 2.4rem
}

@media screen and (max-width:769px) {
    .sec_title.small {
        font-size: 1.65rem
    }
}

.line_ver {
    display: block;
    margin: 30px auto;
    text-align: center;
    width: 1px;
    height: 62px;
    background: #3f3b3a
}

@media screen and (max-width:769px) {
    .line_ver {
        margin: 1rem auto;
        height: 31px
    }
}

.line_ver.ja {
    margin: 60px auto 80px
}

@media screen and (max-width:769px) {
    .line_ver.ja {
        margin: 1rem auto
    }
}

.font_14size {
    font-size: 1.4em
}

.kome {
    line-height: 1.5;
    vertical-align: top;
    font-size: .5em;
    font-style: normal;
    display: inline-block;
    margin-left: -13px
}

@media screen and (max-width:769px) {
    .kome {
        line-height: 1.3
    }
}

.kome:before {
    content: "*";
    font-size: .5em
}

.kome.big {
    line-height: 2
}

@media screen and (max-width:769px) {
    .kome.big {
        line-height: 1.5
    }
}

.rad {
    border-radius: 10px
}

header {
    position: absolute;
    width: 100%;
    z-index: 99;
    padding-top: 4rem
}

@media screen and (max-width:769px) {
    header {
        position: fixed;
        top: 0;
        padding-top: 0
    }
}

header .sp-header {
    display: none
}

@media screen and (max-width:769px) {
    header .sp-header {
        display: flex;
        height: 55px;
        padding: 0 2em;
        justify-content: space-between;
        align-items: center;
        background: #fff
    }

    header .sp-header .sp-logo {
        padding: 1rem 0
    }

    header .sp-header .sp-logo img {
        width: 220px;
        height: auto
    }

    header .sp-header .sp-menu {
        position: relative;
        height: 24px;
        width: 24px;
        cursor: pointer
    }

    header .sp-header .sp-menu span {
        display: block;
        position: absolute;
        right: 0;
        width: 24px;
        height: 3px;
        background: #3f3b3a;
        transition: .35s ease-in-out
    }

    header .sp-header .sp-menu span:first-child {
        top: 5px
    }

    header .sp-header .sp-menu span:last-child {
        bottom: 5px
    }

    header .sp-header .sp-menu.active span:first-child {
        top: 10px;
        transform: rotate(-45deg)
    }

    header .sp-header .sp-menu.active span:last-child {
        bottom: 11px;
        transform: rotate(45deg)
    }
}

header .sp-menu-list .clone-logo {
    display: none
}

@media screen and (max-width:769px) {
    header .sp-menu-list {
        display: none
    }

    header .sp-menu-list.active {
        display: block;
        height: 100vh;
        background: #fff
    }
}

header .navi {
    display: flex;
    justify-content: center;
    font-size: 1.5rem
}

@media screen and (max-width:769px) {
    header .navi {
        flex-direction: column;
        font-size: 1.8rem;
        text-align: center;
        justify-content: flex-start
    }
}

header .navi a {
    display: inline-block;
    padding: 1rem 2rem;
    color: #fff;
}

@media screen and (max-width:769px) {
    header .navi a {
        display: block;
        padding: 1.3rem 0;
        border-bottom: 1px solid #ddd;
        color: #333;
    }
}

header .sns {
    display: none
}

@media screen and (max-width:769px) {
    header .sns {
        display: flex;
        align-items: center;
        justify-content: center
    }

    header .sns a {
        display: inline-block;
        text-align: center;
        font-size: 4rem;
        width: 20%
    }
}

header .oninestore {
    position: fixed;
    left: -100px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 250px;
    height: 63px;
    background: #3f3b3a;
    transform: rotate(90deg);
    text-align: center;
    border-radius: 12px 12px 0 0
}

@media screen and (max-width:769px) {
    header .oninestore {
        width: 80%;
        margin: 3.3rem auto 1.8rem;
        position: inherit;
        transform: none;
        border-radius: 5px
    }
}

header .oninestore a {
    display: inline-block;
    color: white;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 4px;
    padding: 1.8rem
}

.start {
    z-index: 1000;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: white
}

@media screen and (max-width:769px) {
    .start {
        min-height: inherit;
        margin-top: -55px
    }
}

.start .brand-inner {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    width: 339px;
    text-align: center
}

.start .brand-inner-txt {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 10px
}

.start .brand-inner-txt-ja {
    font-size: 24px;
    margin-top: 1rem;
    display: block
}

.start img {
    width: 289px
}

@media screen and (max-width:769px) {
    .start img {
        top: 0;
        bottom: 0
    }
}

#keyavisual {
    text-align: center
}

#keyavisual img {
    position: relative;
    width: 100%;
    height: auto
}

#keyavisual .btn-sink {
    display: block;
    margin: -60px auto 100px;
    padding: 24px 20px;
    width: 70%;
    max-width: 960px;
    border: 2px solid #333;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 4px 0 #dcdcdc;
    font-size: 24px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    z-index: 2;
    position: relative
}

#keyavisual .btn-sink:hover {
    box-shadow: none;
    position: relative;
    top: 4px
}

@media screen and (max-width:769px) {
    #keyavisual img {
        padding-top: 79px
    }

    #keyavisual .btn-sink {
        margin: -80px auto 50px;
        padding: 16px 20px;
        font-size: 16px
    }
}

#keyavisual .key-inner {
    height: 150px;
    width: 400px;
    z-index: 98;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding-bottom: 1rem
}

@media screen and (max-width:769px) {
    #keyavisual .key-inner {
        display: none
    }
}

#keyavisual .sns {
    position: absolute;
    bottom: 14%;
    width: 100%;
    justify-content: center;
    font-size: 3rem
}

@media screen and (max-width:769px) {
    #keyavisual .sns {
        display: none
    }
}

#keyavisual .sns a {
    display: inline-block;
    padding: 0 1rem
}

#keyavisual .circle_link {
    margin: auto;
    left: 0;
    right: 0;
    display: inline-block;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    background: white;
    text-align: center;
    font-size: 1.8rem;
    line-height: 61px;
    vertical-align: middle;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2)
}

@media screen and (max-width:769px) {
    #keyavisual .circle_link {
        width: 50px;
        height: 50px;
        line-height: 50px;
        bottom: -25px;
        font-size: 1.6rem
    }
}

#info .inner {
    padding-top: 170px;
    padding-bottom: 170px;
    justify-content: flex-start
}

@media screen and (max-width:769px) {
    #info .inner {
        padding: 6rem 0 3.5rem
    }
}

#info .sec_title {
    width: 340px;
    position: relative
}

@media screen and (max-width:769px) {
    #info .sec_title {
        width: 100%;
        opacity: 1 !important;
        transform: translateY(0) !important
    }

    #info .sec_title span {
        opacity: 1 !important;
        transform: translateY(0) !important
    }
}

#info .article {
    margin-top: 2rem;
    margin-left: 20px;
    padding-left: 90px;
    border-top: 1px solid #f6f6f6;
    width: calc(100% - 191px);
    font-size: 1.2rem
}

@media screen and (max-width:769px) {
    #info .article {
        width: 100%;
        padding: 0;
        margin: 2rem 0;
        font-size: 1.2rem
    }
}

#info .article article {
    border-bottom: 1px solid #f6f6f6;
    padding: 1rem
}

@media screen and (max-width:769px) {
    #info .article article {
        padding: 0
    }
}

#info .article article a {
    display: flex;
    padding: 2rem 0;
    letter-spacing: 2px
}

@media screen and (max-width:769px) {
    #info .article article a {
        width: 90%;
        margin: 0 auto;
        padding: 1rem 0;
        flex-direction: column;
        position: relative;
        text-align: left
    }

    #info .article article a:after {
        display: none;
        font-family: 'Font Awesome 5 Solid';
        content: "\f054"
    }

    #info .article article a svg {
        position: absolute;
        top: 0;
        right: 5px;
        bottom: 0;
        margin: auto;
        display: flex;
        align-items: center
    }

    #info .article article a .date {
        font-size: 1rem
    }
}

#info .article article p {
    margin-left: 6rem
}

@media screen and (max-width:769px) {
    #info .article article p {
        margin: 0
    }
}

#about .about-bk {
    padding: 90px 0
}

@media screen and (max-width:769px) {
    #about .about-bk {
        height: 100px;
        padding: 5rem 0 0
    }
}

#about .about-bk .medal {
    width: 100%;
    max-width: 680px;
    margin: 100px auto 0
}

@media screen and (max-width:769px) {
    #about .about-bk .medal {
        width: calc(100% - 4rem);
        margin: 40px auto 0;
        max-width: 70%
    }
}

@media screen and (max-width:480px) {
    #about .about-bk .medal {
        max-width: 300px
    }
}

#about .about-bk .medal img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1
}

#about .about_inner {
    padding: 135px 0;
    margin-bottom: 30px
}

@media screen and (max-width:769px) {
    #about .about_inner {
        padding: 30% 0 0;
        margin-bottom: 4rem
    }
}

#about .about_disc {
    position: relative;
    height: 540px
}

@media screen and (max-width:769px) {
    #about .about_disc {
        width: 90%;
        height: auto;
        margin: 0 auto
    }
}

#about .about_disc li {
    position: absolute
}

@media screen and (max-width:769px) {
    #about .about_disc li {
        position: inherit
    }
}

#about .about_disc li.about_img img {
    max-width: 550px
}

@media screen and (max-width:769px) {
    #about .about_disc li.about_img img {
        width: 100%;
        vertical-align: bottom
    }
}

#about .about_disc li.about_txt {
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 410px;
    padding: 55px 45px;
    font-size: 1.4rem
}

@media screen and (max-width:769px) {
    #about .about_disc li.about_txt {
        width: 360px;
        padding: 35px 45px
    }
}

@media screen and (max-width:769px) {
    #about .about_disc li.about_txt {
        width: 100%;
        padding: 5% 0;
        background: none
    }
}

#about .about_disc li.about_txt h3 {
    font-size: 3rem;
    padding-bottom: 35px;
    letter-spacing: 2px
}

@media screen and (max-width:769px) {
    #about .about_disc li.about_txt h3 {
        font-size: 2.4rem;
        padding: 1.1rem 0;
        letter-spacing: 1px
    }
}

#about .about_disc li.about_txt h3 .fon1 {
    letter-spacing: 5px
}

#about .about_disc li.about_txt p {
    line-height: 2.5
}

@media screen and (max-width:769px) {
    #about .about_disc li.about_txt p {
        line-height: 1.8
    }
}

#about .about_disc.disc02 {
    height: 600px;
    margin-top: 85px
}

@media screen and (max-width:769px) {
    #about .about_disc.disc02 {
        height: auto;
        margin-top: 2.4rem;
        padding-bottom: 57px
    }
}

#about .about_disc.disc02 li.about_img {
    right: 0
}

#about .about_disc.disc02 li.about_txt {
    left: 0;
    right: auto
}

@media screen and (max-width:769px) {
    #about .about_disc.disc02 li.about_txt {
        padding-bottom: 0
    }
}

#about .about_disc.disc02 .button {
    margin-top: 35px
}

#about .about_disc.disc02 .button a {
    padding: .9rem 5.5em
}

@media screen and (max-width:769px) {
    #about .about_disc.disc02 .button a {
        padding: 1rem 0
    }
}

#about .about_disc.disc02 .button a:before {
    right: -85px
}

@media screen and (max-width:769px) {
    #about .about_disc.disc02 .button a:before {
        right: -20%
    }
}

#about .about_disc.disc02 .button a:after {
    right: -85px;
    width: 100px
}

@media screen and (max-width:769px) {
    #about .about_disc.disc02 .button a:after {
        right: -20%;
        width: 30%
    }
}

#step .inner {
    width: calc(100% - 60px)
}

@media screen and (max-width:769px) {
    #step .inner {
        width: 100%
    }
}

#step .step li {
    position: relative;
    margin-top: 60px
}

@media screen and (max-width:769px) {
    #step .step li {
        width: 90%
    }

    #step .step li.step01 {
        margin-left: auto;
        margin-top: 2.5rem
    }

    #step .step li.step02 {
        margin-right: auto
    }
}

#step .step li .obi {
    z-index: 2;
    position: absolute;
    top: 30px;
    left: -30px;
    background: #3f3b3a;
    color: white;
    border-radius: 30px;
    font-size: 1.5rem;
    padding: .8rem 5rem;
    font-size: 1.6rem;
    font-weight: bold
}

@media screen and (max-width:769px) {
    #step .step li .obi {
        padding: .4rem 1.5rem;
        font-size: 1rem;
        top: 20px;
        left: -20px
    }
}

#step .step li .obi .fon2 {
    font-size: 1.4rem
}

@media screen and (max-width:769px) {
    #step .step li .obi .fon2 {
        font-size: 1rem
    }
}

#step .step li .obi.obi2 {
    left: auto;
    right: -30px
}

@media screen and (max-width:769px) {
    #step .step li .obi.obi2 {
        right: -20px
    }
}

#step .step li .step_inner {
    display: block;
    height: 610px;
    position: relative
}

@media screen and (max-width:769px) {
    #step .step li .step_inner {
        height: auto
    }
}

#step .step li .step_inner img {
    width: 695px;
    height: auto
}

@media screen and (max-width:769px) {
    #step .step li .step_inner img {
        width: 100%;
        vertical-align: bottom
    }

    #step .step li .step_inner img.rad {
        border-radius: 0
    }
}

#step .step li .step_inner dl {
    position: absolute;
    background: rgb(255 255 255 / 80%);
    width: 360px;
    height: 220px;
    right: 0;
    bottom: 0;
    padding: 35px
}

@media screen and (max-width:769px) {
    #step .step li .step_inner dl {
        position: inherit;
        width: 100%;
        height: auto;
        padding: 3rem 0;
        text-align: left
    }

    #step .step li .step_inner dl.rad {
        border-radius: 0
    }
}

#step .step li .step_inner dl dt {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 3px solid #00aec7;
    line-height: 1.8;
    letter-spacing: 1px
}

@media screen and (max-width:769px) {
    #step .step li .step_inner dl dt {
        font-size: 1.8rem;
        border-bottom-width: 2px;
        margin-left: 5%
    }
}

#step .step li .step_inner dl dt span {
    display: inline-block;
    border-bottom: 3px solid yellow;
    margin-bottom: -3px
}

@media screen and (max-width:769px) {
    #step .step li .step_inner dl dt span {
        border-bottom-width: 2px
    }
}

#step .step li .step_inner dl .copy {
    font-size: 1.4rem;
    letter-spacing: 2px;
    margin: 30px 0
}

@media screen and (max-width:769px) {
    #step .step li .step_inner dl .copy {
        margin: 2.5rem 0 3.5rem 5%;
        font-size: 1.2rem;
        line-height: 1.8;
        letter-spacing: 1px
    }
}

#step .step li .step_inner dl .step_inner_block {
    position: relative;
    width: 300px;
    margin: 50px 0 0 15px;
    padding: 25px;
    border: 1px solid #3f3b3a;
    border-top: 0
}

@media screen and (max-width:769px) {
    #step .step li .step_inner dl .step_inner_block {
        width: calc(100% - 8rem);
        padding: 1.5rem 2rem 1rem;
        margin: 0 auto;
        text-align: center
    }
}

#step .step li .step_inner dl .step_inner_block:before,
#step .step li .step_inner dl .step_inner_block:after {
    position: absolute;
    top: 0;
    content: "";
    border-top: 1px solid #3f3b3a;
    width: 50px;
    display: block
}

#step .step li .step_inner dl .step_inner_block:before {
    left: 0
}

#step .step li .step_inner dl .step_inner_block:after {
    right: 0
}

#step .step li .step_inner dl .step_inner_block .block_title {
    position: absolute;
    font-size: 1.8rem;
    text-align: center;
    top: -13px;
    left: 0;
    right: 0;
    margin: auto
}

@media screen and (max-width:769px) {
    #step .step li .step_inner dl .step_inner_block .block_title {
        top: -11px;
        font-size: 1.1rem;
        width: 150px;
        font-weight: bold
    }
}

#step .step li .step_inner dl .step_inner_block span {
    font-size: 1.4rem;
    display: inline-block;
    background: #ede97c;
    padding: .3rem 1.8rem;
    margin: .5rem .2rem;
    border-radius: 12px
}

@media screen and (max-width:769px) {
    #step .step li .step_inner dl .step_inner_block span {
        font-size: 1rem;
        padding: .1rem 1rem;
        margin: .2rem .15rem;
        border-radius: 8px
    }
}

#step .step li .step_inner dl .step_inner_block .illust {
    z-index: 3;
    position: absolute;
    width: 130px;
    bottom: -30px;
    right: -110px
}

@media screen and (max-width:769px) {
    #step .step li .step_inner dl .step_inner_block .illust {
        width: 95px;
        bottom: -65px;
        right: auto;
        left: -44px
    }
}

#step .step li .step_inner.step_inner2 {
    margin-top: 160px
}

@media screen and (max-width:769px) {
    #step .step li .step_inner.step_inner2 {
        margin-top: 0
    }
}

#step .step li .step_inner.step_inner2 .step_inner_img {
    position: absolute;
    right: 0
}

@media screen and (max-width:769px) {
    #step .step li .step_inner.step_inner2 .step_inner_img {
        position: inherit
    }
}

#step .step li .step_inner.step_inner2 dl {
    right: auto;
    left: 0;
    width: 462px;
    padding: 65px 55px
}

@media screen and (max-width:769px) {
    #step .step li .step_inner.step_inner2 dl {
        width: 100%;
        padding: 3rem 0
    }
}

#step .step li .step_inner.step_inner2 dl dt {
    border-color: #cfae64
}

@media screen and (max-width:480px) {
    #step .step li .step_inner.step_inner2 dl dt {
        text-align: left
    }

    #step .step li .step_inner.step_inner2 dl dt span {
        margin-bottom: 3px
    }
}

#step .step li .step_inner.step_inner2 dl .step_inner_block2 {
    width: 390px
}

@media screen and (max-width:769px) {
    #step .step li .step_inner.step_inner2 dl .step_inner_block2 {
        width: calc(100% - 8rem)
    }
}

#step .step li .step_inner.step_inner2 dl .step_inner_block2 span {
    background: #e8dec7;
    padding: .3rem 2.2rem;
    margin: .5rem
}

@media screen and (max-width:769px) {
    #step .step li .step_inner.step_inner2 dl .step_inner_block2 span {
        padding: .1rem 1rem;
        margin: .2rem .15rem;
        border-radius: 8px
    }
}

#step .step li .step_inner.step_inner2 dl .step_inner_block2 div {
    position: relative;
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.05)
}

@media screen and (max-width:769px) {
    #step .step li .step_inner.step_inner2 dl .step_inner_block2 div {
        width: 95%;
        margin: 1rem auto 0
    }
}

#step .step li .step_inner.step_inner2 dl .step_inner_block2 div img {
    width: 33px;
    position: absolute;
    left: 20px;
    top: -20px
}

@media screen and (max-width:769px) {
    #step .step li .step_inner.step_inner2 dl .step_inner_block2 div img {
        left: 9px;
        top: -6px;
        width: 18px
    }
}

#step .step li .step_inner.step_inner2 dl .step_inner_block2 div p {
    padding: 10px 10px 10px 80px;
    font-size: 1.6rem
}

@media screen and (max-width:769px) {
    #step .step li .step_inner.step_inner2 dl .step_inner_block2 div p {
        padding: .5rem 3rem;
        font-size: 1.1rem
    }
}

#step .step li .step_inner.step_inner2 dl .step_inner_block2 .illust {
    right: -40px
}

@media screen and (max-width:769px) {
    #step .step li .step_inner.step_inner2 dl .step_inner_block2 .illust {
        left: auto
    }
}

#product .inner {
    padding: 100px 0
}

@media screen and (max-width:769px) {
    #product .inner {
        padding:30px 0 10rem
    }
}

#product .product_inner {
    margin-top: 110px
}

@media screen and (max-width:769px) {
    #product .product_inner {
        margin-top: 3rem
    }
}

#product .product_inner li:nth-child(1) {
    position: relative;
    padding: 0 80px;
    min-width: 320px
}

@media screen and (max-width:769px) {
    #product .product_inner li:nth-child(1) {
        padding: 0;
        width: 100%;
        margin: 0 auto;
        text-align: center
    }
}

#product .product_inner li:nth-child(1) .item {
    position: sticky;
    width: 100%;
    z-index: 3;
    max-width: 420px
}

@media screen and (max-width:769px) {
    #product .product_inner li:nth-child(1) .item {
        width: 100%
    }
}

#product .product_inner li:nth-child(1) figure {
    position: absolute;
    top: 160px;
    margin: auto;
    left: 0;
    display: inline-block;
    text-align: center
}

@media screen and (max-width:769px) {
    #product .product_inner li:nth-child(1) figure {
        top: 90px;
        left: -10px
    }
}

#product .product_inner li:nth-child(1) figure .cotton {
    width: calc(390px / 2)
}

@media screen and (max-width:769px) {
    #product .product_inner li:nth-child(1) figure .cotton {
        width: 122px
    }
}

#product .product_inner li:nth-child(1) figure .cotton_txt {
    display: inline-block;
    padding: 1rem;
    text-align: center;
    font-size: 1.5rem
}

@media screen and (max-width:769px) {
    #product .product_inner li:nth-child(1) figure .cotton_txt {
        font-size: 1.2rem;
        padding: 0
    }
}

#product .product_inner li .product_copy {
    position: absolute;
    left: 70px;
    top: 30px;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background: #a6dbe4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

@media screen and (max-width:769px) {
    #product .product_inner li .product_copy {
        width: 109px;
        height: 109px;
        left: 40px;
        top: 10px
    }
}

#product .product_inner li .product_copy.copy2 {
    background: #edd5a0;
    z-index: 2
}

#product .product_inner li .product_copy.copy3 {
    width: 179px;
    height: 179px;
    background: #f6f6f6;
    top: 170px;
    left: 0
}

@media screen and (max-width:769px) {
    #product .product_inner li .product_copy.copy3 {
        width: 109px;
        height: 109px;
        top: 100px;
        left: 0
    }
}

#product .product_inner li .product_copy p {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3
}

@media screen and (max-width:769px) {
    #product .product_inner li .product_copy p {
        font-size: 1.2rem;
        line-height: 1.5
    }
}

#product .product_inner li .product_copy p span {
    font-size: 1.4rem
}

@media screen and (max-width:769px) {
    #product .product_inner li .product_copy p span {
        font-size: .9rem
    }
}

@media screen and (max-width:769px) {
    #product .product_inner li:nth-child(2) {
        width: 90%;
        margin: 2rem auto
    }
}

#product .product_inner li:nth-child(2) h3 {
    font-size: 3.4rem;
    font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    letter-spacing: 4px;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: .5rem
}

@media screen and (max-width:769px) {
    #product .product_inner li:nth-child(2) h3 {
        font-size: 2.6rem;
        padding: 0;
        margin-bottom: 1rem
    }
}

#product .product_inner li:nth-child(2) h3 span {
    font-size: 1.4rem;
    letter-spacing: 2px
}

@media screen and (max-width:769px) {
    #product .product_inner li:nth-child(2) h3 span {
        letter-spacing: 0.02em
    }
}

#product .product_inner li:nth-child(2) .sub_title {
    font-size: 1.9rem
}

@media screen and (max-width:769px) {
    #product .product_inner li:nth-child(2) .sub_title {
        font-size: 1.4rem
    }
}

#product .product_inner li:nth-child(2) .fon2 {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 1.5rem 0
}

#product .product_inner li:nth-child(2) .fon2 span {
    font-size: 1.2rem
}

@media screen and (max-width:769px) {
    #product .product_inner li:nth-child(2) .fon2 {
        padding: 1rem 0
    }
}

#product .product_inner li:nth-child(2) .item_txt {
    font-size: 1.4rem;
    padding: 1.5rem 1rem 0 0;
    line-height: 2.6
}

@media screen and (max-width:769px) {
    #product .product_inner li:nth-child(2) .item_txt {
        padding: 1rem 0 0;
        line-height: 1.6
    }
}

#product .product_inner li:nth-child(2) img {
    width: 100%;
    max-width: 547px
}

@media screen and (max-width:769px) {
    #product .product_inner li:nth-child(2) img {
        max-width: inherit
    }
}

#product .product_inner li:nth-child(2) .button {
    margin-top: 2rem;
    padding:0 
}

@media screen and (max-width:769px) {
    #product .product_inner li:nth-child(2) .button {
        margin-top: 1.5rem
    }
}

#content {
    max-width: 380px;
    margin: auto;
    text-align: center;
    padding: 20px 20px 90px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 19px 3px #0001
}

@media screen and (max-width:769px) {
    #content {
        box-shadow: none
    }
}

#featured_item img {
    max-width: 100%
}

#thumb_item {
    margin-top: 2%
}

#thumb_item img {
    float: left;
    max-width: 15%;
    width: 15%;
    cursor: pointer;
    margin-right: 2%;
    border: 2px solid #eee;
    box-sizing: border-box
}

#thumb_item img.active {
    border: 2px solid #cac6b8
}

#thumb_item img:last-child {
    margin-right: 0
}

#qa {
    background: #f8fdff
}

#qa .inner {
    width: 770px;
    padding-top: 70px;
    padding-bottom: 30px;
    justify-content: flex-start
}

@media screen and (max-width:769px) {
    #qa .inner {
        width: 100%;
        padding-bottom: 4rem;
        padding-top: 0
    }

    #qa .inner:nth-child(2) {
        padding-bottom: 0
    }
}

#qa .sec_title {
    width: 110px;
    position: relative
}

@media screen and (max-width:769px) {
    #qa .sec_title {
        width: 100%;
        font-size: 2.4rem;
        letter-spacing: 4px
    }
}

#qa dl {
    width: 640px;
    margin-top: 35px;
    font-size: 1.4rem;
    border-bottom: 1px solid #e5e8e5
}

@media screen and (max-width:769px) {
    #qa dl {
        width: 100%
    }
}

#qa dl dt {
    border-top: 1px solid #e5e8e5;
    padding: 35px 30px 30px 45px;
    position: relative;
    font-weight: bold;
    letter-spacing: 2px
}

@media screen and (max-width:769px) {
    #qa dl dt {
        width: 84%;
        padding: 2rem 4% 2rem 12%
    }
}

#qa dl dt:before {
    position: absolute;
    left: 5px;
    top: 33px;
    content: "Q .";
    font-weight: bold;
    font-size: 1.5rem
}

@media screen and (max-width:769px) {
    #qa dl dt:before {
        font-size: 1.3rem;
        left: 5%;
        top: 1.9rem
    }
}

#qa dl dt:after {
    display: none;
    font-family: 'Font Awesome 5 Solid';
    content: '\f078'
}

#qa dl dt.active:after {
    content: "\f077"
}

#qa dl dt svg {
    position: absolute;
    top: 30px;
    right: 10px
}

@media screen and (max-width:769px) {
    #qa dl dt svg {
        display: none
    }
}

#qa dl dd {
    display: none;
    padding: 5px 30px 35px 45px;
    position: relative
}

@media screen and (max-width:769px) {
    #qa dl dd {
        width: 84%;
        padding: 0 4% 2rem 12%
    }
}

#qa dl dd:before {
    position: absolute;
    top: 5px;
    left: 5px;
    content: "A .";
    margin-right: 1.3rem;
    font-weight: bold;
    font-size: 1.5rem
}

@media screen and (max-width:769px) {
    #qa dl dd:before {
        font-size: 1.3rem;
        left: 5%;
        top: 0
    }
}

#qa .kome_txt {
    font-size: 1.1rem;
    display: block;
    padding-bottom: 100px;
    line-height: 2
}

@media screen and (max-width:769px) {
    #qa .kome_txt {
        width: 90%;
        margin: 0 auto
    }
}

#footerarea .inner {
    padding: 60px 0 0
}

@media screen and (max-width:769px) {
    #footerarea .inner {
        padding: 50px 0 30px
    }
}

#footerarea .footer_logo {
    text-align: center;
    margin-bottom: 50px
}

#footerarea .footer_logo img {
    width: calc(324px / 2)
}

@media screen and (max-width:769px) {
    #footerarea .footer_logo img {
        width: calc(324px / 3)
    }
}

#footerarea .sns {
    margin: 30px auto;
    text-align: center;
    font-size: 40px
}

@media screen and (max-width:769px) {
    #footerarea .sns {
        font-size: 30px;
        margin: 1rem auto
    }
}

#footerarea .sns svg {
    margin: 1rem
}

#footerarea ul {
    margin: 0 auto;
    text-align: center;
    justify-content: center
}

@media screen and (max-width:769px) {
    #footerarea ul {
        display: block
    }
}

#footerarea ul li {
    font-size: 1.5rem;
    margin: 0 2rem
}

@media screen and (max-width:769px) {
    #footerarea ul li {
        font-size: 1.1rem;
        margin: 7px auto
    }
}

#footerarea p {
    margin: 60px auto 40px;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.1em
}

@media screen and (max-width:769px) {
    #footerarea p {
        font-size: 1.1rem;
        margin: 3rem auto 1rem
    }
}

footer {
    text-align: center;
    font-size: 1rem;
    padding: 3.5rem 0
}

@media screen and (max-width:769px) {
    footer {
        padding: 1rem 0
    }
}

.modal {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    z-index: 105
}

.overLay {
    position: absolute;
    top: 0;
    left: 0 !important;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100vh;
    z-index: 101
}

.modal .modal-inner {
    position: absolute;
    width: 85%;
    max-width: 720px;
    z-index: 102;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 10px
}

.modal .modal-inner.modal-inner-about {
    max-width: 880px
}

@keyframes modal {
    0 {
        top: -100%
    }

    100% {
        top: 50%
    }
}

@keyframes modalClose {
    0 {
        top: 50%
    }

    100% {
        top: 100%
    }
}

.close_btn {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 40px
}

@media screen and (max-width:769px) {
    .close_btn {
        font-size: 20px;
        top: 10px;
        right: 15px
    }
}

.all-modal-inner {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0
}

@media screen and (max-width:769px) {
    .all-modal-inner {
        width: 95%
    }
}

.all-modal-inner .title {
    padding: 1rem 0;
    font-size: 20px;
    font-weight: bold
}

@media screen and (max-width:769px) {
    .all-modal-inner .title {
        font-size: 1.4rem
    }
}

.all-modal-inner .date {
    position: relative;
    padding: 1rem 0;
    font-size: 1.5rem;
    font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif
}

@media screen and (max-width:769px) {
    .all-modal-inner .date {
        font-size: 1.1rem;
        padding: 0
    }
}

.all-modal-inner .date:after {
    position: absolute;
    background: #ccc;
    width: calc(100% - 6em);
    height: 1px;
    content: "";
    display: block;
    top: 22px;
    left: 6em
}

@media screen and (max-width:769px) {
    .all-modal-inner .date:after {
        top: 9px
    }
}

.all-modal-inner .txt {
    padding: 3rem 0;
    font-size: 1.4rem
}

@media screen and (max-width:769px) {
    .all-modal-inner .txt {
        font-size: 1.1rem;
        padding: 1rem 0
    }
}

.all-modal-inner .img {
    display: flex;
    justify-content: space-around;
    align-items: center
}

@media screen and (max-width:769px) {
    .all-modal-inner .img {
        flex-wrap: wrap
    }

    .all-modal-inner .img img {
        max-width: 120px;
        margin-bottom: 10px
    }
}

.all-modal-inner .img a {
    display: inline-block;
    background: #3f3b3a;
    color: white;
    border-radius: 4px;
    font-size: 1.8rem;
    padding: 1rem 3rem
}

.all-modal-inner.about-modal {
    text-align: center
}

.all-modal-inner.about-modal .title {
    display: inline-block;
    font-size: 1.9rem;
    padding: .5rem;
    border-bottom: 1px solid #3f3b3a
}

@media screen and (max-width:769px) {
    .all-modal-inner.about-modal .title {
        font-size: 1.4rem
    }
}

.all-modal-inner.about-modal .sub-title {
    font-size: 1.4rem;
    margin-top: 3rem;
    line-height: 1.6
}

@media screen and (max-width:769px) {
    .all-modal-inner.about-modal .sub-title {
        font-size: 1.1rem;
        text-align: left;
        margin-top: 1rem
    }
}

.all-modal-inner.about-modal .about-modal-illust {
    width: 100%;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:769px) {
    .all-modal-inner.about-modal .about-modal-illust {
        font-size: 1.1rem
    }
}

.all-modal-inner.about-modal .about-modal-illust .cont {
    width: 45%
}

@media screen and (max-width:769px) {
    .all-modal-inner.about-modal .about-modal-illust .cont {
        width: 48%
    }
}

.all-modal-inner.about-modal .about-modal-illust .cont .illust-title {
    margin-top: 2rem;
    padding: 1rem 0;
    border: 1px solid #3f3b3a
}

@media screen and (max-width:769px) {
    .all-modal-inner.about-modal .about-modal-illust .cont .illust-title {
        margin-top: 1rem;
        padding: .5rem 0
    }
}

.all-modal-inner.about-modal .about-modal-illust .cont figcaption {
    padding-top: 1rem;
    line-height: 1.7
}

@media screen and (max-width:769px) {
    .all-modal-inner.about-modal .about-modal-illust .cont figcaption {
        line-height: 1.3
    }
}

.all-modal-inner.about-modal .about-modal-illust .cont img {
    width: 100%
}

.all-modal-inner.product-modal {
    width: 80%;
    margin: 3rem auto
}

@media screen and (max-width:769px) {
    .all-modal-inner.product-modal {
        width: 90%;
        margin: 0 auto
    }
}

.all-modal-inner.product-modal .title {
    font-size: 1.9rem;
    text-align: center
}

@media screen and (max-width:769px) {
    .all-modal-inner.product-modal .title {
        font-size: 1.4rem
    }
}

.all-modal-inner.product-modal .flex {
    margin: 3rem auto 2rem;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem
}

@media screen and (max-width:769px) {
    .all-modal-inner.product-modal .flex {
        flex-wrap: wrap;
        justify-content: space-around
    }
}

.all-modal-inner.product-modal .flex .shoplogo {
    width: 150px !important
}

@media screen and (max-width:769px) {
    .all-modal-inner.product-modal .flex .shoplogo {
        width: 110px !important
    }
}

.all-modal-inner.product-modal .flex .buy_btn {
    display: inline-block;
    background: #3f3b3a;
    color: white;
    padding: 1rem 5rem;
    font-weight: bold;
    font-size: 1.8rem;
    border-radius: 3px;
    width: 12%;
    text-align: center
}

@media screen and (max-width:769px) {
    .all-modal-inner.product-modal .flex .buy_btn {
        width: 100%;
        margin: 1rem auto;
        text-align: center;
        padding: 1.5rem 0;
        font-size: 1.4rem
    }
}

.clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: calc(100% - 10em);
    height: 60px;
    padding: 0 5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s;
    transform: translateY(-110%);
    background: white;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2)
}

.clone-nav .navi {
    display: flex;
    font-size: 1.5rem
}

.clone-nav .navi li a {
    padding: 1rem;
    letter-spacing: 0.03em
}

.clone-nav .clone-logo img {
    width: 205px;
    height: auto
}

.clone-nav .oninestore {
    display: none
}

.clone-nav .sns {
    display: none
}

@media screen and (max-width:769px) {
    .clone-nav {
        display: none
    }
}

.is-show {
    transform: translateY(0)
}

.effect-fade,
.effect-fade2 {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 3.5s
}

.effect-fade.effect-logo,
.effect-fade2.effect-logo {
    transform: none
}

.effect-fade.effect-scroll,
.effect-fade2.effect-scroll {
    opacity: 1;
    transform: none;
    padding-bottom: 0
}

.effect-fade2 {
    opacity: 0;
    transform: translate(0, 70px);
    transition: all 4s
}

.grid {
    max-width: 600px;
    display: grid;
    gap: 10px;
    grid-template-columns: 2fr minmax(100px, 4fr);
    margin: auto
}

.main,
.side {
    padding: 2%
}

@media(max-width:400px) {
    .grid {
        grid-template-columns: 1fr
    }
}

.section-product__effects {
    width: 100%;
    margin: 0 auto;
    border: 2px solid #333;
    border-radius: 10px;
    margin-top: 60px
}

.section-product__effects .section-product__effects__header {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #333;
    padding: 30px
}

h3.section-product__effects__h3 {
    font-size: 18px
}

@media only screen and (max-width:782px) {
    h3.section-product__effects__h3 {
        font-size: 15px
    }
}

.section-product__effects .section-product__effects__list {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 40px 80px 20px;
    background: #fff;
    border-radius: 0 0 9px 9px
}

.section-product__effects .section-product__effects__list li {
    position: relative;
    text-align: left;
    padding-left: 32px;
    margin-bottom: 37px;
    margin-right: 27px;
    letter-spacing: 0.08em;
    color: #111;
    font-size: 15px
}

.section-product__effects .section-product__effects__list li:before {
    top: 3px;
    left: 0;
    position: absolute;
    content: "";
    display: block;
    height: 22px;
    width: 22px;
    background-image: url(../images/effect-check--sp.svg)
}

.chushaku-text {
    width: 100%;
    margin: 48px auto 0;
    text-align: justify
}

.chushaku-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 10px;
    letter-spacing: 0.05em
}

@media screen and (max-width:768px) {
    .section-product__effects {
        width: 100%;
        border-width: 2px
    }

    .section-product__effects .section-product__effects__header {
        height: 80px;
        border-bottom-width: 2px;
        padding: 0 30px
    }

    .section-product__effects .section-product__effects__header h1 {
        font-size: 1.8rem;
        letter-spacing: .03em
    }

    .section-product__effects .section-product__effects__list {
        padding: 24px 5px 15px 20px
    }

    .section-product__effects .section-product__effects__list li {
        font-size: 14px;
        padding-left: 28px;
        margin-bottom: 12px;
        margin-right: 16px;
        min-width: 126px;
        letter-spacing: 0.08em
    }

    .section-product__effects .section-product__effects__list li:before {
        width: 20px;
        height: 20px;
        background-image: url(../images/effect-check--sp.svg)
    }

    .chushaku-text {
        width: 100%
    }

    .chushaku-text p {
        font-size: 1rem
    }
}

#access {
    padding-top: 30px
}

#access .inner {
    padding-top: 80px
}

.fon3 {
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: bold;
    color: rgb(119, 175, 210)
}

.slide-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0 4em 2em 0;
    margin: -2em 0 2em 1em;
    scroll-behavior: smooth
}

.slide-wrap .slide-content {
    flex: 0 0 90%;
    margin: 0 10px;
    height: 100%;
    width: 100%;
    max-width: 420px
}

.slide-wrap .slide-content img {
    width: 96%
}

@media screen and (max-width:782px) {
    .slide-wrap .slide-content {
        max-width: 360px
    }
}

@media screen and (max-width:480px) {
    .slide-wrap .slide-content {
        flex: 0 0 88%;
        margin: 0 5px;
        scroll-snap-align: center
    }
}

#agreement {
    width: 100%;
    margin: 10px auto 0;
    padding: 15px 0;
    border-top: 1px solid #cccccc
}

#agreement .termsbox {
    height: 200px;
    margin: 5px 0;
    padding: 20px 15px;
    background: #fff;
    border: 1px solid #cccccc;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    line-height: 1.6
}

h4.tt_title {
    font-size: 1.4rem
}

#agreement div h5 {
    margin-bottom: 10px;
    font-weight: bold
}

#agreement p {
    margin-top: 10px;
    margin-bottom: 5px
}

#agreement input[type="checkbox"] {
    margin-right: 10px
}

form#mail_form #agreement span.error_check {
    display: none;
    color: #ff0000;
    margin-top: 3px
}

.terms-btn {
    margin-top: 15px;
    width: 200px;
    height: 40px
}



.utikeshi {
	 background-image: linear-gradient(#fe3464, #fe3464);
    background-position: 0 50%;
    background-size: 100% 3px;
    background-repeat: repeat-x;
   font-size: 2rem !important;
    text-decoration: none;
}


.font4 {
	 font-size: 1.4rem !important;
	 line-height: 2
}




.font5::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/icon_29-1.png);
    height: 18px;
    margin-right: 6px;
    margin-top: -1px;
    width: 18px;
}


/*テロップ*/

 #info {
        width: 100%;
}

@media screen and (min-width:783px) {
   #info {
        margin-top: -4rem;
    margin-bottom: 2rem;
}
}

    #telop {
        position: relative;
        width: 100%;
        height: 2em;
        font-size: 12px;
        overflow: hidden;
        background: #0f335f;
        line-height: 2em;
        letter-spacing: 0.03em
    }


    @media screen and (min-width:783px) {
   #telop {
font-size: 1.4em;

   }
}

    #flow-text {
        position: absolute;
        top: 0;
        right: -20em;
        
        color: #fff;
        white-space: nowrap;
        animation: flow 12s linear infinite;
    }

    @keyframes flow {
        from {
            right: -20em;
           
        }

        to {
            right: 110%;
        }
    }

    @media only screen and (min-width: 600px) {
        #flow-text {
            animation: flow 30s linear infinite;
        }
    }

   @media screen and (min-width:783px) {
    #product .button a {
    padding: 1.1rem 2rem;
    min-width: 240px;
    text-align: center;
}
}


/*お問い合わせフォームへのボタン*/

.simple_square_btn8 {
display: block;
    position: relative;
    width: 80%;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #1B1B1B;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #1B1B1B;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: auto;
    max-width: 300px;
    font-size: 1.4rem;
}
.simple_square_btn8:hover {
     cursor: pointer;
     text-decoration: none;
    -webkit-animation: simple_square_btn8 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -moz-animation: simple_square_btn8 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: simple_square_btn8 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes simple_square_btn8{
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-moz-keyframes simple_square_btn8{
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes simple_square_btn8 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

