@charset "UTF-8";

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1;
    overflow-y: scroll;
    /*scroll-behavior: smooth;*/
    /*-webkit-overflow-scrolling: touch;*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    cursor: pointer;
    color: #231815
}

a:hover {
    cursor: pointer
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,
select {
    vertical-align: middle
}

:after, :before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    /*scroll-behavior: smooth*/
}

body {
    position: relative;
    width: calc(100vw -(100vw - 100%));
    min-width: 300px;
    -webkit-text-size-adjust: 100%;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.77;
    color: #231815;
    overflow-x: hidden;
    letter-spacing: 0;
    font-size: 16px
}

@media(max-width:768px) {
    body {
        font-size: 14px
    }
}

*:focus:not(:focus-visible) {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

li {
    list-style-type: none
}

a {
    text-decoration: none;
    color: #231815;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

address,
em,
i {
    font-style: normal;
    font-style: normal
}

button,
input,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
    vertical-align: middle;
    font-size: inherit;
    color: #231815;
    font-family: "Noto Sans JP", sans-serif
}

input::-webkit-input-placeholder {
    color: #bfbfbf
}

input:-ms-input-placeholder {
    color: #bfbfbf
}

input::-moz-placeholder {
    color: #bfbfbf
}

option {}

sup {
    position: relative;
    top: -0.7em;
    font-size: 70%
}

a[href^="tel:"].tel_disable {
    pointer-events: none;
    text-decoration: none
}

img[src$=".svg"] {
    width: 100%
}

@-webkit-keyframes rotate {
    0% {
        opacity: 0;
        -webkit-transform: rotate(0deg) scale(0.4);
        transform: rotate(0deg) scale(0.4)
    }

    50% {
        opacity: 1;
        -webkit-transform: rotate(360deg) scale(1.4);
        transform: rotate(360deg) scale(1.4)
    }

    to {
        opacity: 1;
        -webkit-transform: rotate(720deg) scale(1);
        transform: rotate(720deg) scale(1)
    }
}

@keyframes rotate {
    0% {
        opacity: 0;
        -webkit-transform: rotate(0deg) scale(0.4);
        transform: rotate(0deg) scale(0.4)
    }

    50% {
        opacity: 1;
        -webkit-transform: rotate(360deg) scale(1.4);
        transform: rotate(360deg) scale(1.4)
    }

    to {
        opacity: 1;
        -webkit-transform: rotate(720deg) scale(1);
        transform: rotate(720deg) scale(1)
    }
}

@-webkit-keyframes draw {
    0% {
        stroke-dashoffset: 300
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes draw {
    0% {
        stroke-dashoffset: 300
    }

    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes fade_scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(-44%);
        transform: scale(0.1) translateY(-44%)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-44%);
        transform: scale(1) translateY(-44%)
    }
}

@keyframes fade_scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(-44%);
        transform: scale(0.1) translateY(-44%)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-44%);
        transform: scale(1) translateY(-44%)
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fade_rotate {
    0% {
        opacity: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    to {
        opacity: 1;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
}

@keyframes fade_rotate {
    0% {
        opacity: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    to {
        opacity: 1;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
}

@-webkit-keyframes up {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px) rotate(15deg);
        transform: translateY(0px) rotate(15deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(-30px) rotate(15deg);
        transform: translateY(-30px) rotate(15deg)
    }
}

@keyframes up {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px) rotate(15deg);
        transform: translateY(0px) rotate(15deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(-30px) rotate(15deg);
        transform: translateY(-30px) rotate(15deg)
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateX(0px) translateY(30px) rotate(0);
        transform: translateX(0px) translateY(30px) rotate(0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(40px) translateY(30px) rotate(5deg);
        transform: translateX(40px) translateY(30px) rotate(5deg)
    }
}

@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateX(0px) translateY(30px) rotate(0);
        transform: translateX(0px) translateY(30px) rotate(0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(40px) translateY(30px) rotate(5deg);
        transform: translateX(40px) translateY(30px) rotate(5deg)
    }
}

.header {
    width: 100%;
    padding: 6px 4vw 18px;
    background: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    border-top: 5px solid #f00000;
    z-index: 99;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media(max-width:768px) {
    .header {
        padding: 0 4vw;
        background-color: rgba(255, 255, 255, 0.562);
    }
}

.header.header--hide {
    border-color: transparent
}

.header.header--hide .header__logo {
    opacity: 0
}

.header.header--open {
    background-color: #fff
}

.header .header_inner {
    padding: 9px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1920px;
    margin: 0 auto;
    width: 98%;
}

@media(max-width:768px) {
    .header .header_inner {
        padding: 3px 0;
        margin: 0 auto;
        width: 98%;
    }
}

.heade .header__logo {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.header__logo a {
    display: block
}

.header__logo a img {
    max-width: 177px
}

.header .hamburger {
    border: none;
    width: 44px;
    height: 44px;
    cursor: pointer;
    min-width: 44px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-right: 0.5em
}

@media(min-width:769px) {
    .header .hamburger {
        display: block
    }
}

.header .hamburger .hamburger__line {
    position: relative;
    width: 28px;
    height: 1.5px;
    background: #231815;
    display: block
}

.header .hamburger .hamburger__line:after,
.header .hamburger .hamburger__line:before {
    content: "";
    display: block;
    position: absolute;
    width: inherit;
    height: inherit;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background: #231815
}

.header .hamburger .hamburger__line:before {
    top: -8px
}

.header .hamburger .hamburger__line:after {
    bottom: -8px
}

.header .hamburger[aria-expanded=true] .hamburger__line {
    background: transparent
}

.header .hamburger[aria-expanded=true] .hamburger__line:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header .hamburger[aria-expanded=true] .hamburger__line:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header .globalnav {
    width: 100vw;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    height: 100vh;
    padding: 0;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 10
}

@media(min-width:769px) {
    .header .globalnav {
        height: auto
    }
}

.header .globalnav__inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #dadada;
}

@media(min-width:769px) and(max-width:1120px) {
    .header .globalnav__inner {
        width: 90%
    }
}

.header .globalnav__inner>ul>li {
    display: block;
    border-bottom: 1px solid #dadada;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 20px;
    letter-spacing: 1.5px
}

.header .globalnav__inner>ul>li:nth-child(9), .header .globalnav__inner>ul>li:nth-child(10) {
    display: block;
    border-bottom: none;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 20px 0;
    letter-spacing: 1.5px
}

.header .globalnav__inner>ul>li.accodion {
    display: block;
    border-bottom: 1px solid #dadada;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 0 0;
    letter-spacing: 1.5px
}

.header .globalnav__inner>ul>li.accodion a {
    padding-left: 20px;
    padding-bottom: 8px;
}

.header .globalnav__inner>ul>.accordion-003 {
    margin-bottom: 6px;
}

.accordion-003 summary {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: auto auto;
    padding: 0.1em 3em 0.6em 20px;
    color: #333333;
    font-weight: 500;
    cursor: pointer;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::after {
    transform: translateY(-54%) rotate(45deg);
    width: 10px;
    height: 10px;
    margin-top: 8px;
    margin-left: 15px;
    border-bottom: 2px solid #333333b3;
    border-right: 2px solid #333333b3;
    content: '';
    transition: transform .3s;
}

.accordion-003[open] summary::after {
    transform: rotate(225deg);
}


.header .globalnav__inner>ul>.accordion-003 ul {
    transform: translateY(-10px);
    opacity: 0;
    margin-top: 0.5em;
    padding: 2em 0;
    color: #333333;
    transition: transform .5s, opacity .5s;
}


.accordion-003[open] ul {
    transition: all 0.3s ease;
    /* スムーズな開閉アニメーション */
    opacity: 1;
}

.header .globalnav__inner>ul li ul li a {
    display: block;
    border-bottom: 1px solid #dadada;
    font-size: 16px;
    font-weight: 500;
    padding: 8.5px 4px 8.5px 20px;
    background-color: #f5f5f5;
    letter-spacing: 1.5px
}

.header .globalnav__inner>ul>li.accodion ul li a {
    padding-left: 40px;
    padding-bottom: 8px;
}

.header .globalnav__inner>ul li ul li:nth-child(1) a {
    display: block;
    border-top: 1px solid #dadada;
}

.header .globalnav__inner>ul li ul li:nth-child(6) a {
    display: block;
    border-bottom: none;
}

.header .globalnav__inner>ul>li.gray a {
    color: #5f5f5f;
    font-size: 13px
}

.header .globalnav__inner>ul>li:last-child {
    margin-bottom: 25px
}

/* Add these new styles */
.header .globalnav__inner>ul>li .lang-menu {
    display: inline-block;
    border-bottom: none;
    font-size: 13px;
    font-weight: 500;
    padding: 9px 0;
    letter-spacing: 1.5px;
}

.header .globalnav__inner>ul>li .lang-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
    max-width: 200px;
    margin: 0;
    padding: 10px;
    text-decoration: none;
    border: #333333 1px solid;
}

.header .globalnav__inner>ul>li .lang-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.header .globalnav__inner img[src$=".svg"] {
    width: 16px;
}


/* Ensure the last child margin is applied correctly */
.header .globalnav__inner>ul>li:last-child {
    margin-bottom: 25px;
}


footer {
    position: relative;
    z-index: 1;
    width: 100%;
    background: #fff;
    margin: 0;
    padding-top: 30px
}

footer .footer-wrap {
    display: flex;
    justify-content: space-between;
    width: 90vw;
    max-width: 1300px;
    margin: 0 auto
}

@media(max-width:768px) {
    footer .footer-wrap {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 100vw
    }
}

footer .footer-logo {
    max-width: 235px;
    width: 20%;
    padding: 0px 0 20px
}

@media(max-width:768px) {
    footer .footer-logo {
        width: auto;
        text-align: center
    }

    footer .footer-logo img {
        display: block;
        margin: 0 auto
    }
}

footer .footer-logo p {
    margin-bottom: 10px
}

footer .footer-menu {
    width: 50%;
    padding: 0;
    display: flex;
    justify-content: space-between
}

@media(max-width:768px) {
    footer .footer-menu {
        flex-direction: column;
        width: 100%;
        margin-bottom: 20px;
        line-height: 1.9;
    }
}

@media(max-width:768px) {
    footer .footer-menu ul {
        display: flex;
        border-bottom: 1px solid #ddd
    }

    footer .footer-menu ul li {
        width: 50%;
        line-height: 2.0;
    }

    footer .footer-menu ul li a {
        padding: 2% 2% 2% 12%;
        background: url('../img/btn-footer.png') no-repeat 5% 50%
    }
}

@media(max-width:768px) {
    footer .footer-menu ul:first-of-type {
        border-top: 1px solid #ddd
    }
}

@media(min-width:769px) {
    footer .footer-menu li {
        margin-bottom: 10px
    }
}

footer .footer-menu li a {
    color: #222;
    text-decoration: none;
    letter-spacing: 0;
    display: block;
    font-size: min(2.6vw, 13.5px)
}

@media(max-width:768px) {
    footer .footer-menu li a {
        font-size: min(3vw, 14px)
    }
}

footer .footer-menu li a:hover {
    text-decoration: underline
}

footer .footer-bnr {
    max-width: 240px;
    width: 23%;
    padding: 0
}

@media(max-width:768px) {
    footer .footer-bnr {
        margin: 30px auto 20px;
        width: auto
    }
}

footer .footer-sns {
    width: 90vw;
    max-width: 1300px;
    margin: 0 auto
}

footer .footer-sns-list {
    margin-left: 120px;
    display: flex;
    flex-wrap: wrap
}

@media(max-width:768px) {
    footer .footer-sns-list {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

footer .footer-sns-item {
    margin-right: 20px
}

footer .footer-sns-item:last-child {
    margin-right: 0
}

footer .footer-sns-link {
    display: block;
    width: 30px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

footer .footer-sns-link:hover {
    opacity: 0.8
}

footer .footer-sns-link img {
    width: 100%
}

footer .footer-copy {
    width: 100%;
    margin: 24px auto 0;
    padding: 15px;
    background: #e50012;
    letter-spacing: 0;
    color: #fff
}

footer .footer-copy .inn {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center
}

@media(max-width:768px) {
    footer .footer-copy .inn {
        flex-direction: column;
        justify-content: center;
        text-align: center
    }
}

footer .footer-copy .inn .copy-r {
    font-size: 60%;
    letter-spacing: 0.013rem;
}

footer .footer-copy a {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0
}

footer .footer-copy a:hover {
    text-decoration: underline
}




.video_morphing {
    position: relative;
    /*  min-height: 480vh */
}

.video_morphing--multiple {
    min-height: 100vh;
}

.video_morphing__sticky {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;

}

.video_morphing__video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /*  opacity: 0;
    -webkit-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out; */
    z-index: 10;
}

.video_morphing__video video {
    width: 100%;
    height: 100vh;
    will-change: transform, opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -o-object-fit: cover;
    object-fit: cover
}

.video_morphing__video iframe {
    width: 100%;
    height: 100vh;
    aspect-ratio: 16/9;
}

/* .video_morphing__video.prev {
    opacity: 0;
    z-index: 11
}

.video_morphing__video.current {
    opacity: 1;
    z-index: 10;
    -webkit-transition: 0.3s;
    transition: 0.3s
} */

#index #mainvisual .mv {
    position: relative;
    overflow: visible;
    /* オーバーフローを解除してscroll-indicatorを表示 */
}

#index #mainvisual .mv__inner {
    position: relative;
    height: calc(100vh - 75px);
    overflow: visible;
    /* オーバーフローを解除してscroll-indicatorを表示 */
}

@media (max-width: 768px) {
    #index #mainvisual .mv__inner {
        height: calc(100vh - 66px);
        overflow: visible;
        /* モバイルでもオーバーフローを解除 */
    }

    .video_morphing__video iframe {
        aspect-ratio: inherit;
    }
}

#index #mainvisual .mv__inner .top_main {
    z-index: 0;
    height: calc(100vh - 75px)
}

@media(max-width:768px) {
    #index #mainvisual .mv__inner .top_main {
        height: calc(100vh - 66px)
    }
}

#index #mainvisual .mv__inner .top_main picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#index #mainvisual .mv__logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
    width: 80vw;
    max-width: 320px;
    margin: auto
}

@media(max-width:768px) {
    #index #mainvisual .mv__logo {
        bottom: 20%
    }
}

#index #tooth_brush {
    margin-top: 0;
    margin-top: -120px
}

@media(max-width:768px) {
    #index #tooth_brush {
        margin-top: -20vh
    }
}

#index #dental_floss {
    margin-top: 340px;
    margin-top: -90px
}

#index #interdental_brush {
    margin-top: 340px;
    margin-top: -90px
}

#index #dental_floss,
#index #interdental_brush,
#index #tooth_brush {
    position: relative
}

#index #dental_floss .decorative,
#index #interdental_brush .decorative,
#index #tooth_brush .decorative {
    display: flex;
    flex-direction: column;
    align-items: center
}

#index #dental_floss .decorative__text+.decorative__line,
#index #interdental_brush .decorative__text+.decorative__line,
#index #tooth_brush .decorative__text+.decorative__line {
    margin-top: 30px
}

#index #dental_floss .decorative__logo,
#index #interdental_brush .decorative__logo,
#index #tooth_brush .decorative__logo {
    max-width: 200px
}

#index #dental_floss .decorative__title,
#index #interdental_brush .decorative__title,
#index #tooth_brush .decorative__title {
    max-width: 140px;
    margin: 10px 0 30px
}

#index #dental_floss .decorative__line,
#index #interdental_brush .decorative__line,
#index #tooth_brush .decorative__line {
    margin: 60px 0 15px
}

#index #dental_care_basics {
    position: relative;
    z-index: 10;
    margin-top: -60px;
    overflow: hidden
}

#index #dental_care_basics .container {
    max-width: 1200px
}

#index #dental_care_basics .decorative__title {
    max-width: 300px;
    width: 60vw;
    margin-top: 50px;
}

#index #dental_care_basics .decorative__text {
    max-width: 300px;
    width: 60vw;
    margin-top: 3em
}

#index #dental_care_basics .decorative__line {
    margin: 0 0 0
}

#index #dental_care_basics #phoneCarousel {
    width: 86vw;
    max-width: 1040px;
    height: 760px;
    margin: 90px auto 0;
    position: relative;
    width: 100%
}

@media(min-width:601px) and(max-width:1100px) {
    #index #dental_care_basics #phoneCarousel {
        height: 760px;
        margin: 50px auto 0
    }
}

@media(max-width:600px) {
    #index #dental_care_basics #phoneCarousel {
        height: 550px;
        margin: 50px auto 0
    }
}

#index #dental_care_basics #phoneCarousel .arrow {
    width: 26px;
    height: 60px;
    background: url("../img/prev.svg") no-repeat center center/contain;
    position: absolute;
    top: 50%;
    left: 1vw;
    cursor: pointer;
    z-index: 100
}

@media(max-width:768px) {
    #index #dental_care_basics #phoneCarousel .arrow {
        width: 13px;
        height: 30px
    }
}

#index #dental_care_basics #phoneCarousel .next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: auto;
    right: 1vw
}

#index #dental_care_basics #phoneCarousel #stage {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: visible;
    /* JavaScript で設定したものを補完 */
}

#index #dental_care_basics #phoneCarousel #stage .default {
    display: block;
    left: 50%;
    margin-left: -135px;
    position: absolute
}

#index #dental_care_basics #phoneCarousel #stage .animationReady {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

#index #dental_care_basics #phoneCarousel #stage .linkimg {
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%
}

#index #dental_care_basics #phoneCarousel #stage .linkimg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

#index #dental_care_basics #phoneCarousel #stage .linkimg {
    transition: transform 0.3s ease-in-out;
    /* 縮小時の滑らかなアニメーション */
    transform-origin: center bottom;
    /* 縮小の基準点を下部中央に */
}

#index #dental_care_basics #phoneCarousel #stage .linkimg.animationReady {
    /* JavaScript で追加されるクラスとの互換性 */
    position: absolute;
}

#index #dental_care_basics #phoneCarousel #stage .linkimg.center {
    transform: translateY(80px);
    /* 中央の画像を30px下に移動 */
}

#index .product .decorative__logo {
    max-width: 300px;
    width: 35vw
}

#index .product .decorative__title {
    max-width: 300px;
    width: 60vw;
    margin-top: 50px
}

#index .product .decorative__title .ja {
    height: 1.6em
}

#index .product .decorative__title .ja--two-lines {
    height: 4.2em
}

#index .product .decorative__title .en {
    margin-top: 1.5em;
    height: 0.5em
}

#index .product .decorative__line {
    margin: 60px 0 30px
}

#index .product .lineup {
    margin-top: 50px
}

@media(max-width:768px) {
    #index .product .lineup {
        width: 90vw;
        margin: 40px auto 0
    }
}

#index .product .lineup a:hover {
    opacity: 0.6;
}

#index .product .last_text {
    margin-top: 100px;
    text-align: center;
    font-size: 26px
}

@media(max-width:768px) {
    #index .product .last_text {
        display: none
    }
}

#index .product aside {}

#index .product aside .decorative__logo {
    max-width: 300px;
    width: 35vw
}

@media(max-width:768px) {
    #index .product aside .decorative__logo {
        max-width: 500px;
        width: 65vw
    }
}

#index .product aside .decorative__line {
    margin: 60px 0
}

@media(max-width:768px) {
    #index .product aside .decorative__line {
        margin: 60px 0 30px
    }
}

#index .product aside .decorative.sp {
    display: none !important
}

@media(max-width:768px) {
    #index .product aside .decorative.sp {
        display: flex !important
    }
}

@media(max-width:768px) {
    #index .product aside .decorative.pc {
        display: none !important
    }
}

#index .product aside .red_link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 55px;
    display: flex;
    width: 90vw;
    max-width: 1300px;
    margin: auto;
}

#index .product aside .red_link {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#index .product aside .red_link li {
    width: 90%;
}

@media(min-width:769px) {
    #index .product aside .red_link li {
        width: calc(50% - 50px)
    }
}

#index .product aside .red_link li a {
    display: block;
    background: #f00000;
    text-align: center;
    margin: auto;
    padding: 10px 0
}

@media(min-width:769px) {
    #index .product aside .red_link li a {
        padding: 18px 0
    }
}

#index .product aside .red_link li a img {
    width: auto;
    height: 12px
}

@media(min-width:769px) {
    #index .product aside .red_link li a img {
        height: 16px
    }
}

#index .product aside .black_link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 60px auto 80px;
    color: #222;
    display: flex;
    width: 90vw;
    max-width: 1300px;
    gap: 15px;
}

#index .product aside .black_link {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px
}

@media(min-width:769px) {
    #index .product aside .black_link li {
        color: #222;
        width: calc(33% - 15px)
    }
}

#index .product aside .black_link li a {
    display: block;
    color: #222;
    text-align: center;
    padding: 10px;
    border: #222 1px solid;
    font-size: 2.4vw;
}

#index .product aside .black_link li a:hover {
    background-color: #ddd;
}

@media(min-width:769px) {
    #index .product aside .black_link li a {
        color: #222;
        font-size: 14px;
        padding: 18px 0
    }
}

#index .product aside .black_link li a img {
    width: auto;
    height: 12px
}

@media(min-width:769px) {
    #index .product aside .black_link li a img {
        height: 16px
    }
}

.animate-image {
    -webkit-animation: rotate 2.5s ease-in-out;
    animation: rotate 2.5s ease-in-out
}

.animate-arrow {
    -webkit-animation: draw 2.8s ease-out forwards;
    animation: draw 2.8s ease-out forwards
}

.animate-logo {
    -webkit-animation: fade_scale 0.6s ease-in-out forwards;
    animation: fade_scale 0.6s ease-in-out forwards
}

.animate-text {
    -webkit-animation: fade 0.6s ease-in-out forwards;
    animation: fade 0.6s ease-in-out forwards
}

.animate-item {
    -webkit-animation: fade_rotate 0.6s ease-in-out forwards;
    animation: fade_rotate 0.6s ease-in-out forwards
}

.animate-up {
    -webkit-animation: up 0.6s ease-in-out forwards;
    animation: up 0.6s ease-in-out forwards
}

.animate {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 1200ms ease;
    transition: all 1200ms ease
}

.animate.is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#detail .header {
    position: fixed
}

#detail .header .hamburger {
    background: transparent
}

@media(min-width:769px) {
    #detail .header .hamburger {
        display: block
    }
}

#detail .header .hamburger .hamburger__line {
    background: #231815
}

#detail .header .hamburger .hamburger__line:after,
#detail .header .hamburger .hamburger__line:before {
    content: "";
    background: #231815
}

#detail .header .hamburger[aria-expanded=true] .hamburger__line {
    background: transparent
}

#detail .container {
    width: 90vw;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto
}

@media(max-width:768px) {
    #detail .container {
        width: 88vw
    }
}

#detail section {
    padding: 40px 0
}

#detail section.top_contents {
    padding: 100px 0 80px;
}

@media(max-width:768px) {
    #detail section.top_contents {
        padding: 8vh 0 40px;
    }
}

#detail section.top_contents .moving {
    display: flex;
    width: 90vw;
    max-width: 1080px;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 40px
}

#detail section.top_contents .breadcrumb {
    margin-top: 7px;
    margin-left: 0;
    padding-left: 0;
    width: calc(100% - 135px)
}

@media(max-width:768px) {
    #detail section.top_contents .breadcrumb {
        width: 100%
    }
}

#detail section.top_contents .breadcrumb li {
    position: relative;
    display: inline;
    list-style: none;
    font-size: 13px;
    margin-right: 30px
}

#detail section.top_contents .breadcrumb li a {
    text-decoration: none;
    color: gray
}

#detail section.top_contents .breadcrumb li a:after {
    position: absolute;
    content: "";
    background-image: url("../img/top/lineup/ico_breadcrumb.svg");
    width: 5px;
    height: 8px;
    top: 6px;
    right: -12px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center
}

#detail section.top_contents .breadcrumb li:last-child {
    color: #808080
}

@media(min-width:769px) {
    #detail section.top_contents .container {
        display: flex;
        gap: 14px
    }
}

@media(max-width:768px) {
    #detail section.top_contents .container {
        width: 100%
    }
}

@media(min-width:769px) {
    #detail section.top_contents .container .top_contents_container {
        width: 50%;
        min-height: 650px;
    }
}

@media(max-width:768px) {
    #detail section.top_contents .container .top_contents_container:last-of-type {
        padding: 40px 0 0
    }
}

@media(min-width:769px) {
    #detail section.top_contents .container .top_contents_container .swiper_container {
        display: flex;
        gap: 5px;
        width: 100%;
        height: 94.5%;
        aspect-ratio: 1 / 0.945
    }
}

@media(min-width:769px) {
    #detail section.top_contents .container .top_contents_container .swiper_container .main_visual {
        width: 75%
    }
}

@media(min-width:769px) {
    #detail section.top_contents .container .top_contents_container .swiper_container .main_visual_thumb {
        width: 25%
    }
}

@media(max-width:768px) {
    #detail section.top_contents .container .top_contents_container .swiper_container .main_visual_thumb {
        display: none
    }
}

#detail section.top_contents .container .top_contents_container .swiper_container .main_visual_thumb .swiper-wrapper {}

@media(min-width:769px) {
    #detail section.top_contents .container .top_contents_container .swiper_container .main_visual_thumb .swiper-wrapper .swiper-slide {
        width: 100% !important;
        height: 33.3333333333%
    }
}

#detail section.top_contents .container .top_contents_container .swiper-slide {
    text-align: center;
    background-color: #f5f5f5
}

@media(min-width:769px) {
    #detail section.top_contents .container .top_contents_container .swiper-slide img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}

@media(max-width:768px) {
    #detail section.top_contents .container .top_contents_container .swiper-slide img {
        width: 100%;
        height: auto
    }
}

#detail section.top_contents .container .top_contents_container .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    margin: 0 8px;
    width: 6px;
    height: 6px
}

#detail section.top_contents .container .top_contents_container .swiper-pagination-bullet-active {
    background: #afafb0
}

@media(min-width:769px) {
    #detail section.top_contents .container .top_contents_container:last-of-type .top_contents_inner {
        width: 68%;
        margin: 0 auto;
        padding: 15px 0
    }
}

@media(min-width:769px) {
    #detail section.top_contents .container .top_contents_container:last-of-type .top_contents_inner.type02 {
        width: 84%
    }
}

@media(min-width:769px) {
    #detail section.top_contents .container .top_contents_container:last-of-type .top_contents_inner.type02 .size_lineup {
        margin-top: 30px
    }
}

@media(min-width:769px) {
    #detail section.top_contents .container .top_contents_container:last-of-type .top_contents_inner.type02 .size_lineup .size_lineup_ttl {
        margin-bottom: 24px
    }
}

#detail section.middle_contents {
    min-height: calc(100vh - 900px)
}

@media(max-width:768px) {
    #detail section.middle_contents {
        padding-top: 18px;
        min-height: calc(100vh - 800px);
        background-color: #f5f5f5
    }
}

#detail section.middle_contents .container {
    max-width: 980px
}

@media(min-width:769px) {
    #detail section.middle_contents .container .pulldown_container {
        width: 100%;
        display: flex;
        gap: 5%
    }
}

#detail .hero_text {
    font-size: 12.8px;
    line-height: 1.8em;
    letter-spacing: 1.8px;
    color: #231815;
    color: rgb(35, 24, 21);
    text-align: center;
    font-weight: 700
}

@media(max-width:768px) {
    #detail .hero_text {
        font-size: max(2.564vw, 10px)
    }
}

#detail .hero_title {
    font-size: 18px;
    line-height: 29.63px;
    letter-spacing: 4.02px;
    color: #231815;
    color: rgb(35, 24, 21);
    text-align: center;
    margin-top: 1.5em;
    font-weight: 700
}

@media(max-width:768px) {
    #detail .hero_title {
        margin-top: 1em;
        font-size: max(3.59vw, 14px)
    }
}

@media(min-width:769px) {
    #detail .hero_list {
        margin-top: 45px
    }
}

@media(max-width:768px) {
    #detail .hero_list {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #f5f5f5
    }
}

@media(min-width:769px) {
    #detail .hero_list.hero_list2 {
        margin-top: 30px
    }
}

#detail .hero_list li {
    font-size: 13px;
    padding-left: 1em;
    position: relative;
    font-weight: 500;
    margin-bottom: 7px;
    letter-spacing: 0.8px
}

@media(max-width:768px) {
    #detail .hero_list li {
        width: 88vw;
        margin: 0 auto 7px;
        font-size: max(2.821vw, 11px)
    }
}

#detail .hero_list li.img {
    font-size: 13px;
    padding-left: 0em;
    padding-right: 3em;
    position: relative;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 7px;
    letter-spacing: 0.8px
}

#detail .hero_list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 0.8em;
    height: 0.8em;
    background-color: #f00000;
    display: inline-block;
    margin-right: 3px
}

#detail .hero_list li.img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 0.8em;
    height: 0.8em;
    background-color: #fff;
    display: inline-block;
    margin-right: 3px
}

@media(max-width:768px) {
    #detail .hero_list li:last-child {
        margin-bottom: 0
    }
}

#detail .hero_list li.cotion {
    font-size: 11px;
    padding-left: 1em;
    position: relative;
    font-weight: 500;
    margin-top: -7px;
    margin-bottom: 7px;
    letter-spacing: 0.8px
}

@media(max-width:768px) {
    #detail .hero_list li.cotion {
        width: 88vw;
        margin: -7px auto 7px;
        font-size: max(2.821vw, 11px)
    }
}

#detail .hero_list li.cotion:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 0.8em;
    height: 0.8em;
    background-color: #fff;
    display: inline-block;
    margin-right: 3px
}

@media(max-width:768px) {
    #detail .hero_list li.cotion:before {
        background-color: #f5f5f5
    }
}

#detail .size_lineup {
    margin-top: 50px
}

@media(max-width:768px) {
    #detail .size_lineup {
        margin-top: 30px
    }
}

#detail .size_lineup .size_lineup_ttl {
    font-size: 16px;
    margin-bottom: 19px;
    text-align: center
}

@media(max-width:768px) {
    #detail .size_lineup .size_lineup_ttl {
        font-size: max(3.333vw, 13px);
        margin-bottom: 15px
    }
}

#detail .size_lineup .size_lineup_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 275px;
    margin: 0 auto;
    gap: 20px 12%;
    justify-content: center
}

@media(max-width:768px) {
    #detail .size_lineup .size_lineup_list {
        max-width: 59vw;
        margin-bottom: 40px
    }
}

#detail .size_lineup .size_lineup_list li {
    width: 16%;
    font-size: 12px;
    text-align: center;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4em;
    padding: 10px;
    font-family: "Gill_Sans_Medium"
}

@media(max-width:768px) {
    #detail .size_lineup .size_lineup_list li {
        line-height: 1em;
        font-size: max(2.564vw, 10px);
        padding: max(2.564vw, 10px)
    }
}

#detail .size_lineup .size_lineup_list li.pink {
    background: #f5b0e8
}

#detail .size_lineup .size_lineup_list li.gray {
    background: #d4d6d6
}

#detail .size_lineup .size_lineup_list li.yellow {
    background: #ffdd5c
}

#detail .size_lineup .size_lineup_list li.og {
    background: #ffb185
}

#detail .size_lineup .size_lineup_list li.lightblue {
    background: #76d3ff
}

#detail .size_lineup .size_lineup_list li.lightgreen {
    background: #b0e281
}

#detail .size_lineup .size_lineup_list li.purple {
    background: #d1b3ff
}

#detail .size_lineup .size_lineup_list02 {
    display: flex;
    flex-wrap: wrap;
    max-width: 221px;
    margin: 0 auto;
    gap: 20px 11%;
    justify-content: center
}

@media(max-width:768px) {
    #detail .size_lineup .size_lineup_list02 {
        max-width: 50vw;
        margin-bottom: 55px
    }
}

#detail .size_lineup .size_lineup_list02 li {
    width: 44.5%;
    font-size: 13px;
    text-align: center;
    min-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    padding: 10px;
    background: #d4d6d6;
    font-weight: bold
}

@media(max-width:768px) {
    #detail .size_lineup .size_lineup_list02 li {
        width: 64.5%;
        font-size: max(2.564vw, 10px);
        padding: max(2.564vw, 10px)
    }
}

#detail .size_lineup .size_lineup_list02a {
    display: flex;
    flex-wrap: wrap;
    max-width: 380px;
    margin: 0 auto;
    gap: 20px 11%;
    justify-content: center
}

@media(max-width:768px) {
    #detail .size_lineup .size_lineup_list02a {
        max-width: 50vw;
        margin-bottom: 55px
    }
}

#detail .size_lineup .size_lineup_list02a li {
    width: 68.5%;
    font-size: 13px;
    text-align: center;
    min-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    padding: 10px;
    background: #d4d6d6;
    font-weight: bold
}

@media(max-width:768px) {
    #detail .size_lineup .size_lineup_list02a li {
        width: 68.5%;
        font-size: max(2.564vw, 10px);
        padding: max(2.564vw, 10px)
    }
}

#detail .size_lineup .size_lineup_list03 {
    display: flex;
    flex-wrap: wrap;
    max-width: 480px;
    margin: 0 auto;
    gap: 20px 11%;
    justify-content: center
}

@media(max-width:768px) {
    #detail .size_lineup .size_lineup_list03 {
        max-width: 80vw;
        margin-bottom: 40px
    }
}

#detail .size_lineup .size_lineup_list03 li {
    width: 80.5%;
    font-size: 13px;
    text-align: center;
    min-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    padding: 10px;
    background: #d4d6d6;
    font-weight: bold;
}

#detail .size_lineup .size_lineup_list03 li.color01 {
    border-bottom: #f09cbb solid 4px;
}

#detail .size_lineup .size_lineup_list03 li.color02 {
    border-bottom: #d33541 solid 4px;
    ;
}

#detail .size_lineup .size_lineup_list03 li.color03 {
    border-bottom: #ffff00 solid 4px;
}

#detail .size_lineup .size_lineup_list03 li.color04 {
    border-bottom: #2581bf solid 4px;
}

#detail .size_lineup .size_lineup_list03 li.color05 {
    border-bottom: #b34594 solid 4px;
}

@media(max-width:768px) {
    #detail .size_lineup .size_lineup_list03 li {
        font-size: max(2.564vw, 10px);
        padding: max(2.564vw, 10px)
    }
}

#detail .pulldown {
    margin-top: 0
}

@media(min-width:769px) {
    #detail .pulldown {
        width: 30%
    }
}

@media(min-width:769px) {
    #detail .pulldown2 {
        width: 40%
    }
}

#detail .pulldown:last-of-type:has(.pulldown__switch--open) {
    border-bottom: 1px solid #231815
}

#detail .pulldown__content .img_box {
    width: 130px;
    margin-top: 10px
}

@media(max-width:768px) {
    #detail .pulldown__content .img_box {
        width: clamp(130px, 33.333vw, 300px);
        margin-left: auto;
        margin-top: -10px
    }
}

#detail .btm_contents {
    margin: 20px auto 20px;
    padding: 20px 3%;
    border-bottom: 1px solid #231815;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3%
}

@media(min-width:769px) {
    #detail .btm_contents {
        padding: 20px;
        width: 405px;
        margin: 50px auto 20px;
        gap: 7%;
        border-top: 1px solid #231815
    }
}

@media only screen and(max-width:390px) {
    #detail .btm_contents {
        padding: 20px 1%
    }
}

#detail .btm_contents .img_box {
    width: 15%
}

@media(min-width:769px) {
    #detail .btm_contents .img_box {
        width: 14%
    }
}

#detail .btm_contents .text_box {
    width: 80%
}

#detail .btm_contents .text_box p {
    font-size: 10.7px;
    letter-spacing: 1.2px
}

@media(max-width:768px) {
    #detail .btm_contents .text_box p {
        font-size: max(2.564vw, 10px)
    }
}

#detail .btm_contents .text_box p span {
    font-size: 120%;
    margin-right: 0.8em
}

.text {
    font-family: "Noto Sans JP", sans-serif;
    color: #231815;
    letter-spacing: 2.72px;
    color: #231815;
    color: rgb(35, 24, 21)
}

.text--center {
    text-align: center
}

@font-face {
    font-family: "Gill_Sans_Medium";
    src: url("../font/Gill Sans Medium.woff") format("woff")
}

.en_font {
    font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;
    font-family: "Gill_Sans_Medium"
}

.sp {
    display: block
}

@media(min-width:769px) {
    .sp {
        display: none
    }
}

.pc {
    display: none
}

@media(min-width:769px) {
    .pc {
        display: block
    }
}

.indent {
    text-indent: -1em;
    margin-left: 1em
}

main {
    display: block;
    width: 100%;
    position: relative
}

.container {
    width: 90vw;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto
}

.lineup {
    display: flex;
    justify-content: center;
    gap: 3em 2%;
    flex-wrap: wrap
}

@media(max-width:768px) {
    .lineup {
        gap: 1.5em 4%
    }
}

.lineup--left {
    justify-content: flex-start
}

.lineup__list {
    width: 23.5%
}

@media(max-width:768px) {
    .lineup__list {
        width: 48%
    }
}

.lineup__list img {
    width: 100%
}

.lineup__list .text {
    margin-top: 1em;
    font-size: 13px;
    letter-spacing: 1.2px;
    font-weight: 600
}

@media(max-width:768px) {
    .lineup__list .text {
        font-size: max(2.051vw, 8px)
    }
}

.lineup.three_child {
    gap: 3em 8%
}

@media(max-width:768px) {
    .lineup.three_child {
        gap: 1.5em 4%;
        justify-content: center
    }
}

.lineup.three_child .lineup__list {
    width: 28%
}

@media(max-width:768px) {
    .lineup.three_child .lineup__list {
        width: 48%
    }
}

.lineup.three_child .lineup__list .text {
    margin-top: 2.5em;
    font-size: 16px
}

@media(max-width:768px) {
    .lineup.three_child .lineup__list .text {
        font-size: max(2.051vw, 8px)
    }
}

.product .view_more {
    margin-top: 50px
}

.view_more {
    display: block;
    background-color: #545251;
    width: 80%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-weight: 600
}

@media(min-width:769px) {
    .view_more {
        display: none
    }
}

.fade--next {
    position: relative;
    -webkit-transform: scale(0.85) translateY(-20px);
    transform: scale(0.85) translateY(-20px);
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 0;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out
}

.fade--next.show {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1
}

.decorative {
    display: flex;
    flex-direction: column;
    align-items: center
}

.decorative__logo {
    max-width: 200px
}

.decorative__title .ja {
    height: 1.6em
}

.decorative__title .en {
    height: 0.5em
}

.decorative__line {
    margin: 60px 0 30px
}

.pulldown__switch {
    font-size: 13px;
    padding: 5px 0;
    border-bottom: 1px solid #231815;
    font-weight: 500;
    position: relative;
    letter-spacing: 1.2px
}

@media(max-width:768px) {
    .pulldown__switch {
        font-size: max(3.077vw, 12px);
        letter-spacing: 0.9px
    }

    .pulldown__switch2 {
        padding-top: 0.5em;
    }
}

.pulldown__switch:before {
    content: "";
    width: 1em;
    height: 1em;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #231815;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

@media(min-width:769px) {
    .pulldown__switch:before {
        display: none
    }
}

.pulldown__content {
    overflow: hidden;
    padding: 15px 0
}

@media(max-width:768px) {
    .pulldown__content {
        padding: 20px 0;
        display: none;
        height: 0;
        opacity: 0
    }
}

.pulldown__content p {
    line-height: 2.0em;
    font-size: 11.5px;
    padding: 0.5em 0;
}

.pulldown__content2 p {
    line-height: 2.0em;
    font-size: 13.5px
}

@media(max-width:768px) {
    .pulldown__content p {
        font-size: max(2.564vw, 10px)
    }
}

@media(min-width:769px) {
    .pulldown__content p {
        letter-spacing: -0.35px
    }
}

.pulldown__switch--open:before {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
    top: 75%
}

@media(min-width:769px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none
    }
}

.mb0 {
    margin-bottom: 0 !important
}

.mb5 {
    margin-bottom: 5px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.mb60 {
    margin-bottom: 60px !important
}

.mb70 {
    margin-bottom: 70px !important
}

.mb80 {
    margin-bottom: 80px !important
}

.mb90 {
    margin-bottom: 90px !important
}

.mb100 {
    margin-bottom: 100px !important
}

.mb120 {
    margin-bottom: 120px !important
}

.mb140 {
    margin-bottom: 140px !important
}

.mt0 {
    margin-top: 0 !important
}

.mt5 {
    margin-top: 5px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt15 {
    margin-top: 15px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt40 {
    margin-top: 50px !important
}

.mt50 {
    margin-top: 50px !important
}

.mt60 {
    margin-top: 50px !important
}

.mt70 {
    margin-top: 70px !important
}

.mt80 {
    margin-top: 80px !important
}

.mt90 {
    margin-top: 90px !important
}

.mt100 {
    margin-top: 100px !important
}

.align_left {
    text-align: left !important
}

.align_center {
    text-align: center !important
}

.align_right {
    text-align: right !important
}

@media(max-width:768px) {
    .spmb30 {
        margin-bottom: 30px !important
    }

    .spmb40 {
        margin-bottom: 40px !important
    }

    .spmb50 {
        margin-bottom: 50px !important
    }

    .spmb60 {
        margin-bottom: 60px !important
    }
}




.to-product-list {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #f00000;
    /* ブランドの赤色に合わせる */
    color: #fff;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    z-index: 100;
    /* 他のコンテンツの上に表示 */
}

.to-product-list.is-visible {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 768px) {
    .to-product-list {
        bottom: 20px;
        right: 20px;
        font-size: 12px;
        padding: 10px 15px;
    }
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 40px;
    /* 画面右下に配置 */
    right: 20px;
    z-index: 20;
    /* スライドより上に */
    display: flex;
    flex-direction: row;
    /* ラインとテキストを横に並べる */
    align-items: center;
    pointer-events: none;
    /* スライドのクリックを妨げない */
}

.scroll-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    /* 赤色 */
    text-transform: uppercase;
    writing-mode: vertical-rl;
    /* 文字を縦に（sが上） */
    margin-left: 8px;
    /* ラインとの間隔（ラインが左なので左マージン） */
}

.scroll-line {
    width: 2px;
    height: 50px;
    background: #333;
    /* 赤色 */
    animation: scrollLine 1.5s ease-in-out infinite;
    order: -1;
    /* ラインをテキストの左に配置 */
}

@media (max-width: 768px) {
    .scroll-indicator {
        bottom: 60px;
        /* モバイルで少し上に */
        right: 16px;
    }

    .scroll-text {
        font-size: 10px;
    }

    .scroll-line {
        height: 70px;
    }
}

@keyframes scrollLine {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    50% {
        transform: translateY(20px);
        opacity: 1;
    }

    100% {
        transform: translateY(40px);
        opacity: 0;
    }
}

/*# sourceMappingURL=style.css.map */