* {
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
}
header {
    background: #fff;
    box-shadow: 0 0 2px #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    display: flex;
    transition: all 0.3s ease-in-out;
    z-index: 1001;
    img {
        height: 45px;
    }
}
.info {
    background: #000;
    color: #fff;
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 0 0 10px 10px;
    font-weight: 900;
    text-align: center;
    position: fixed;
    left: 10px;
    right: 10px;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    span {
        background: #fff;
        position: absolute;
        bottom: 5px;
        height: 3px;
        width: 80px;
        border-radius: 100px;
        transform: scaleX(1);
        transition: all 0.3s ease-in-out;
    }
    &:hover {
        transform: translateY(70px);
        transition: all 0.3s ease-in-out;
        border-radius: 0 0 30px 30px;
        span {
            background: #000;
            transform: scaleX(0);
            transition: all 0.3s ease-in-out;
        }
    }
}

.mains {
    position: relative;
    width: calc(100% - 300px);
    left: 0;
    padding-left: 5px;
    padding-right: 10px;
}
.pre {
    position: fixed;
    width: 300px;
    right: 10px;
}
.post {
    width: 100%;
}
h1 {
    background: #333;
    color: #fff;
    font-size: 20px;
    padding: 15px 20px;
    border-radius: 10px 0 10px 0;
}
.lmode {
    display: flex;
    gap: 3px;
    align-items: center;
    span {
        font-weight: 500;
        width: 110px;
        background: #fff;
        display: flex;
        border: 1px solid gray;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
    }
}

@media (max-width: 800px) {
    header {
        justify-content: center;
    }
    .mains {
        position: static;
        width: 100%;
    }
    .pre {
        position: static;
        width: 100%;
        margin-bottom: 15px;
    }
    
}
#prein {
    font-size: 10.5px;
    font-weight: 300;
}

/* ツール文字 */
.cnstyle {
    font-size: 45px;
    position: absolute;
    left: 560px;
    top: 80px;
    font-weight: 900;
}
.cnstylep {
    font-size: 11.25px;
    position: absolute;
    left: 140px;
    top: 20px;
    font-weight: 900;
}

.cistyle {
    font-size: 36px;
    position: absolute;
    left: 370px;
    top: 210px;
    font-weight: 600;
    text-align: left;
}
.cistylep {
    font-size: 9px;
    position: absolute;
    left: 92.5px;
    top: 52.5px;
    font-weight: 600;
}


.castyle {
    position: absolute;
    right: 50px;
    top: 227px;
    width: 420px;
    height: 152px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    white-space: pre-wrap;
    word-break: break-word;
    padding: 10px;
}
.castylep {
    position: absolute;
    right: 12.5px;
    top: 56.75px;
    width: 105px;
    height: 38px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5.5px;
    font-weight: 700;
    white-space: pre-wrap;
    word-break: break-word;
    text-align: center;
    padding: 2.5px;
}
.costyle {
    position: absolute;
    top: 632px;
    left: 79px;
    width: 602px;
    height: 242px;
    padding: 10px;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 500;
    white-space: pre-wrap;
    word-break: break-word;
    text-align: center;
    justify-content: center;
}
.costylep {
    position: absolute;
    top: 158px;
    left: 19.75px;
    width: 150.5px;
    height: 60.5px;
    padding: 2.5px;
    display: flex;
    align-items: center;
    font-size: 5.5px;
    font-weight: 500;
    white-space: pre-wrap;
    word-break: break-word;
    text-align: center;
    justify-content: center;
}

.iconpr {
    position: absolute;
    width: 220px;
    height: 220px;
    top: 150px;
    left: 80px;
    border-radius: 10px;
}
.iconprp {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 37.5px;
    left: 20px;
    border-radius: 2.5px;
}

/*  */
.imgr1, .imgr2, .imgr3 {
    width: auto;
    height: 37px;
    position: absolute;
    top: 354px;
}
.imgr1 {
    left: 366px;
}
.imgr2 {
    left: 488px;
}
.imgr3 {
    left: 587px;
}
.imgp1, .imgp2, .imgp3 {
    width: auto;
    height: 9.25px;
    position: absolute;
    top: 88.5px;
}
.imgp1 {
    left: 91.5px;
}
.imgp2 {
    left: 122px;
}
.imgp3 {
    left: 146.75px;
}

/* */
:root {
  --container-width-normal: 169px;
  --container-width-small: 42.25px;
  --image-width-normal: 30px;
  --image-width-small: 7.5px;
}



.slider-wrapper {
  margin-bottom: 25px;
}

.slider {
  width: 150px;
  accent-color: #007acc;
}

.image-container {
  position: relative;
  margin: 0 auto 30px;
  background: #f2f2f2;
  border: 1px solid #ccc;
}

.image-container.normal {
  width: var(--container-width-normal);
  height: 80px;
}

.image-container.small {
  width: var(--container-width-small);
  height: 40px;
}

.image {
  position: absolute;
  left: 50%;
  top: 10px;
  transition: transform 0.1s ease-out;
  transform: translateX(-50%);
}

.image-normal {
  width: var(--image-width-normal);
}

.image-small {
  width: var(--image-width-small);
}


#Wimage-container {
    width: var(--container-width);
    margin: 0 auto 10px;
    position: absolute;
    top: 119.25px;
    height: 2.5px;
    width: 42.25px;
    right: 44px;
    img {
        width: 7.5px;
    }
}


.ql-toolbar.ql-snow {
    background: #fff;
    border-radius: 5px 5px 0 0;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
    background: #fff;
    border-radius: 0 0 5px 5px;
}

.ci {
    margin-bottom: 10px;
}