/* ===== store layout ===== */

#html-body {
    background: transparent !important;
}

.page-header,
.breadcrumbs {
    display: none;
}

.page-footer {
    z-index: 0;
}

.columns .column.main {
    padding-bottom: 0;
}

/* ===== loading Animation ===== */
.brandabout__wrap #loading {
    position: fixed;
    z-index: 999;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    text-align: center;
    color: #fff;
    top: 0;
    left: 0;
    overflow: hidden;
}

#loading__logo {
    position: absolute;
    top: 40%;
    left: 43%;
    /* transform: translate(-30%, -30%); */
    width: 40%;
}

#loading__logo .loader {
    aspect-ratio: 1;
    background: linear-gradient(0deg, #e65491 80%, #cd007f 86%, #bd0081 90%, #8f0883 100%) bottom / 100% 0% no-repeat #ccc;
    -webkit-mask: url(../../img/about/cocoro-heart.svg);
    -webkit-mask-size: 25% 25%;
    -webkit-mask-repeat: no-repeat;
    animation: l19 5s infinite linear;
}

@keyframes l19 {

    0% {
        background-size: 100% 0%;
    }

    80%,
    100% {
        background-size: 100% 100%;
    }
}

#html-body {
    background: transparent !important;
}

@media screen and (max-width:1024px) {

    #loading__logo {
        left: 38%;
        width: 90%;
    }

}

@media screen and (max-width:768px) {

    #loading__logo {
        top: 45%;
        left: 40%;
        width: 90%;
    }

}

@media screen and (max-width:540px) {

    #loading__logo .loader {
        animation: l19 4s infinite linear;
    }

}


/* .loading__wrap {
    width: 200px;
    height: 60px;
    position: absolute;
    left: 50%;
    bottom: 45%;
    transform: translate(-50%, -50%);
}

.circle {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: #dd5cb1;
    left: 15%;
    transform-origin: 50%;
    animation: circle .5s alternate infinite ease;
}

@keyframes circle {
    0% {
        top: 60px;
        height: 5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }

    40% {
        height: 20px;
        border-radius: 50%;
        transform: scaleX(1);
    }

    100% {
        top: 0%;
    }
}

.circle:nth-child(2) {
    left: 45%;
    animation-delay: .2s;
}

.circle:nth-child(3) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

.shadow {
    width: 20px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 62px;
    transform-origin: 50%;
    z-index: -1;
    left: 15%;
    filter: blur(1px);
    animation: shadow .5s alternate infinite ease;
}

@keyframes shadow {
    0% {
        transform: scaleX(1.5);
    }

    40% {
        transform: scaleX(1);
        opacity: .7;
    }

    100% {
        transform: scaleX(.2);
        opacity: .4;
    }
}

.shadow:nth-child(4) {
    left: 45%;
    animation-delay: .2s
}

.shadow:nth-child(5) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

.loading__wrap span {
    position: absolute;
    top: 125px;
    font-family: 'Lato';
    font-size: 20px;
    letter-spacing: 12px;
    color: #dd5cb1;
    left: 15%;
} */

/* ===== loading After FV ===== */
#container {
    opacity: 0;
}

.brandabout__wrap.appear #container {
    display: block;
    animation-name: PageAnimeAppear;
    padding: 0;
    background: transparent;
    margin: 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    animation-duration: 1s;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes PageAnimeAppear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.bg-v_wrap {
    display: block;
    z-index: -1;
    position: fixed;
    opacity: .8;
    height: 90vh;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bg-v_wrap video {
    /* width: 100vw; */
    display: block;
    z-index: -1;
    position: fixed;
    /* height: -webkit-fill-available; */
    /* transform: scale(1.15, 1);
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%); */
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.mv__area {
    text-align: right;
    position: relative;
    height: -webkit-fill-available;
    width: 100vw;
}

.mv__area .mv--logo .pc--image {
    display: block;
    margin: auto;
}

.mv__area .mv--logo .sp--image {
    display: none;
}

.mv__area .mock--img {
    margin: -400px auto auto;
    width: 60%;
}

.mv__area .mock--img .pc--image {
    display: block;
    margin: auto;
}

.mv__area .mock--img .sp--image {
    display: none;
}

.mv__area .copy--img {
    margin: -250px auto auto;
}

.brandabout__wrap.appear .fadein01 {
    animation-name: fadeInAnimeFv01;
    animation-duration: 4s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnimeFv01 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.brandabout__wrap.appear .fadein02 {
    animation-name: fadeInAnimeFv01;
    animation-duration: 6s;
    animation-fill-mode: forwards;
    opacity: 0;
    position: relative;
    width: 100%;
    max-width: 2520px;
}

/* ===== loading After FV - (max-width:2561px) ===== */
@media screen and (max-width:2561px) {
    .mv__area {
        text-align: center;
    }

    .mv__area .mock--img {
        margin: -20vw auto auto;
    }

    .mv__area .copy--img {
        margin: -200px auto auto;
    }
    
}

/* ===== loading After FV - (max-width:992px) ===== */
@media screen and (max-width:992px) {

    .mv__area .mock--img {
        margin: -16vw 5vw auto;
        width: 90%;
    }

}

/* ===== loading After FV - (max-width:768px) ===== */
@media screen and (max-width:768px) {

    .mv__area .mv--logo .pc--image {
        display: none;
    }

    .mv__area .mv--logo .sp--image {
        display: block;
    }

    .mv__area .mock--img .pc--image {
        display: none;
    }

    .mv__area .mock--img .sp--image {
        display: block;
    }

    .mv__area {
        height: 100svh;
    }

    .mv__area .mock--img {
        margin: auto;
        width: 100%;
    }

    .mv__area .copy--img {
        margin: -10vw auto auto;
    }

    .bg-v_wrap {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
    }

    .bg-v_wrap::before {
        background-image: url(../../img/about/bg_ink.gif);
        background-size: cover;
        background-position: top center;
        content: "";
        background-repeat: repeat-y;
        display: block;
        z-index: -1;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: .95;
    }

    .bg-v_wrap video {
        display: none;
    }

}

/* ===== loading After FV - (max-width:576px) ===== */
@media screen and (max-width:576px) {

    .mv__area .mock--img {
        margin: -10% auto auto -30%;
        width: 140%;
        ;
    }

    .mv__area .mv--logo .sp--image {
        display: block;
        transform: scale(2);
        margin: 25px 0 0 -60px;
    }


}

/* ===== handwriting Animation ===== */


.brandabout__wrap.appear #handwriting-pc {
    /* position: relative; */
    z-index: 2;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.brandabout__wrap.appear #handwriting-sp {
    display: none;
}

.brandabout__wrap.appear #handwriting-pc image {
    width: 100%;
    height: auto;
}

.brandabout__wrap.appear #handwriting-pc .st0 {
    display: block;
    stroke: #fff;
    fill: none;
    stroke-width: 65;
    stroke-dasharray: 15000;
    stroke-dashoffset: 15000;
    animation: handwritingAnime 6s ease-in-out alternate 0s forwards;
    -webkit-animation: handwritingAnime 6s ease-in-out alternate 0s forwards;
}

.brandabout__wrap.appear #handwriting-sp .st1 {
    display: none;
}

@keyframes handwritingAnime {
    0% {
        stroke-dashoffset: 14000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

img.copy_bg-pc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
}

img.copy_bg-sp {
    display: none;
}

/* ===== handwriting Animation - (max-width:1500px) ===== */

@media screen and (max-width:1550px) {

    /* .brandabout__wrap.appear #handwriting-pc {
            position: absolute;
            top: -100%;
            left: 0;
        } */

}

/* ===== handwriting Animation - (max-width:767px) ===== */
@media screen and (max-width:768px) {

    .brandabout__wrap.appear #handwriting-pc {
        display: none;
    }

    .brandabout__wrap.appear #handwriting-sp {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: auto;
    }

    img.copy_bg-pc {
        display: none;
    }

    img.copy_bg-sp {
        display: block;
        width: 100%;
        max-width: none;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
    }

    .brandabout__wrap.appear #handwriting-pc .st0 {
        display: none;
    }

    .brandabout__wrap.appear #handwriting-sp .st1 {
        display: block;
        stroke: #fff;
        fill: none;
        stroke-width: 10;
        stroke-dasharray: 14000;
        stroke-dashoffset: 14000;
        animation: handwritingAnimeSp 9s ease-in-out alternate 0s forwards;
        -webkit-animation: handwritingAnimeSp 9s ease-in-out alternate 0s forwards;
    }

    @keyframes handwritingAnimeSp {
        0% {
            stroke-dashoffset: 14000;
        }

        100% {
            stroke-dashoffset: 0;
        }
    }

}

/* ===== body ===== */
.ctg__content {
    padding-top: 30vw;
}

.main__ttl {
    background-color: transparent;
    opacity: 0;
    text-align: center;
}

.main__ttl.appear {
    animation-name: blurDetailAnime;
    animation-duration: 750ms;
    animation-fill-mode: forwards;
    opacity: 0;
}

.ctg {
    position: relative;
    display: -webkit-flex;
    display: flex;
    max-width: 1000px;
    margin: auto;
}

.ctg.original img.original__txt,
.ctg.crystaliq img.original__txt {
    position: absolute;
    top: 30%;
    left: 0;
    height: 50%;
    opacity: 0;
}

.ctg.mask img.original__txt {
    position: absolute;
    top: 30%;
    right: 0;
    height: 50%;
    opacity: 0;
}

.ctg.original .item__img,
.ctg.ctg.mask .item__img,
.ctg.crystaliq .item__img {
    position: static;
    /* position: absolute;
        top: 30%;
        right: 0;
        width: 50%;
        opacity: 0; */
}

.ctg.original .item__img img:nth-child(1),
.ctg.crystaliq .item__img img:nth-child(1) {
    position: absolute;
    top: 30%;
    right: 25%;
    z-index: 3;
    width: 30%;
    opacity: 0;
}

.ctg.original .item__img img:nth-child(2),
.ctg.crystaliq .item__img img:nth-child(2) {
    position: absolute;
    top: 40%;
    right: 0%;
    z-index: 2;
    width: 30%;
    opacity: 0;
}

.ctg.original .item__img img:nth-child(3),
.ctg.crystaliq .item__img img:nth-child(3) {
    position: absolute;
    bottom: 5%;
    right: 20%;
    z-index: 1;
    width: 30%;
    opacity: 0;
}

.ctg.mask .item__img img:nth-child(1) {
    position: absolute;
    top: 30%;
    left: 20%;
    z-index: 1;
    width: 30%;
    opacity: 0;
}

.ctg.mask .item__img img:nth-child(2) {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 1;
    width: 30%;
    opacity: 0;
}

.ctg.ctg.mask .item__img img:nth-child(3) {
    position: absolute;
    bottom: 5%;
    left: 19%;
    z-index: 3;
    width: 30%;
    opacity: 0;
}

.ctg.mask img.item__img {
    position: absolute;
    top: 30%;
    left: 0;
    width: 48%;
    opacity: 0;
}

.ctg.original .item__detail,
.ctg.crystaliq .item__detail {
    z-index: 4;
    text-align: start;
    width: 100%;
    padding-top: 5vw;
    padding-left: 50px;
    color: #333;
    -webkit-order: -1;
    order: -1;
}

.ctg.mask .item__detail {
    z-index: 1;
    text-align: start;
    width: 100%;
    padding-top: 5vw;
    margin-left: 50%;
    color: #333;
}

.ctg.original .item__detail .item__no,
.ctg.mask .item__detail .item__no,
.ctg.crystaliq .item__detail .item__no {
    height: 35%;
    margin-left: -50px;
    opacity: 0;
}

.ctg.original.appear img.original__txt,
.ctg.mask.appear img.original__txt,
.ctg.crystaliq.appear img.original__txt {
    animation-name: blurDetailAnime;
    animation-duration: 750ms;
    animation-fill-mode: forwards;
    opacity: 0;
}

.ctg.original.appear .item__img img:nth-child(1),
.ctg.mask.appear .item__img img:nth-child(3),
.ctg.crystaliq.appear .item__img img:nth-child(1) {
    animation-name: blurDetailAnime;
    animation-duration: 1500ms;
    animation-fill-mode: forwards;
    opacity: 0;
}

.ctg.original.appear .item__img img:nth-child(2),
.ctg.mask.appear .item__img img:nth-child(2),
.ctg.crystaliq.appear .item__img img:nth-child(2) {
    animation-name: blurDetailAnime;
    animation-duration: 1500ms;
    animation-fill-mode: forwards;
    opacity: 0;
}

.ctg.original.appear .item__img img:nth-child(3),
.ctg.mask.appear .item__img img:nth-child(1),
.ctg.crystaliq.appear .item__img img:nth-child(3) {
    animation-name: blurDetailAnime;
    animation-duration: 1500ms;
    animation-fill-mode: forwards;
    opacity: 0;
}

.ctg.original.appear .item__detail .item__no,
.ctg.mask.appear .item__detail .item__no,
.ctg.crystaliq.appear .item__detail .item__no {
    animation-name: blurDetailAnime;
    animation-duration: 750ms;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes blurDetailAnime {
    from {
        filter: blur(50px);
        transform: scale(1.05);
        opacity: 0;
    }

    to {
        filter: blur(0);
        transform: scale(1);
        opacity: 1;
    }
}

.item__detail .sub__ttl {
    color: #555;
    margin-top: -2vw;
    width: 100%;
    max-width: 470px;
    opacity: 0;
}

.item__detail .sub__ttl h3 {
    font-size: xx-large;
    letter-spacing: 3px;
    font-weight: 500;
    border-bottom: 3px solid;
    border-image: linear-gradient(90deg, #dd5cb1 0%, #ff8a8a 100%) 1;
    padding-bottom: 15px;
}

.ctg.original.appear .item__detail .sub__ttl,
.ctg.mask.appear .item__detail .sub__ttl,
.ctg.crystaliq.appear .item__detail .sub__ttl {
    opacity: 0;
    animation-name: blurDetailAnime;
    animation-duration: 1500ms;
    animation-fill-mode: forwards;
}

.ctg.original .item__detail .item__catchcopy,
.ctg.mask .item__detail .item__catchcopy,
.ctg.crystaliq .item__detail .item__catchcopy {
    margin: 40px auto 40px 30px;
    /* opacity: 0; */
}

.ctg.original .item__detail .item__catchcopy img,
.ctg.mask .item__detail .item__catchcopy img,
.ctg.crystaliq .item__detail .item__catchcopy img {
    opacity: 0;
}

.ctg.original .item__detail .item__catchcopy img {
    width: 20%;
}

.ctg.mask .item__detail .item__catchcopy img {
    width: 60%;
}

.ctg.crystaliq .item__detail .item__catchcopy img {
    width: 40%;
}

.ctg.original.appear .item__detail .item__catchcopy img,
.ctg.mask.appear .item__detail .item__catchcopy img,
.ctg.crystaliq.appear .item__detail .item__catchcopy img {
    opacity: 0;
    animation-name: blurDetailAnime;
    animation-duration: 1500ms;
    animation-fill-mode: forwards;
}

.ctg.original .item__detail p.txt,
.ctg.mask .item__detail p.txt,
.ctg.crystaliq .item__detail p.txt {
    font-size: large;
    letter-spacing: 2px;
    line-height: 30px;
    opacity: 0;
    padding-left: 30px;
}

.ctg.original.appear .item__detail p.txt,
.ctg.mask.appear .item__detail p.txt,
.ctg.crystaliq.appear .item__detail p.txt {
    opacity: 0;
    animation-name: blurDetailAnime;
    animation-duration: 1500ms;
    animation-fill-mode: forwards;
}

.ctg.original .item__detail .btn,
.ctg.mask .item__detail .btn,
.ctg.crystaliq .item__detail .btn {
    background: linear-gradient(90deg, #f37bca 0%, #fa9ac7 30%, #fb9fc2 50%, #fca4bc 69%, #ff9999 100%);
    color: #fff;
    font-size: large;
    border-radius: 30px;
    opacity: 0;
    text-align: center;
}

.ctg.original .item__detail .btn {
    width: 300px;
    margin-top: 5vw;
    margin-right: 5vw;
}

.ctg.mask .item__detail .btn {
    width: 300px;
    margin-top: 40px;
    margin-left: 0;
}

.ctg.crystaliq .item__detail .btn {
    width: 360px;
    margin-top: 40px;
    margin-left: 0;
    letter-spacing: 1px;
}

.ctg.original.appear .item__detail .btn,
.ctg.mask.appear .item__detail .btn,
.ctg.crystaliq.appear .item__detail .btn {
    opacity: 0;
    animation-name: blurDetailAnime;
    animation-duration: 1500ms;
    animation-fill-mode: forwards;
}

.ctg.original .item__detail .btn:hover,
.ctg.mask .item__detail .btn:hover,
.ctg.crystaliq .item__detail .btn:hover {
    background: #fff;
    color: #dd5cb1 !important;
}

.ctg.original .item__detail .btn a:hover,
.ctg.mask .item__detail .btn a:hover,
.ctg.crystaliq .item__detail .btn a:hover {
    color: #dd5cb1 !important;
    display: block;
    text-decoration: none;
}

.item__detail .btn a {
    color: #fff;
    display: block;
    padding: 10px 0;
}

.item__detail .mask__detail,
.item__detail .crystaliq__detail {
    margin-top: 20px;

    /*線の基点とするためrelativeを指定*/
    position: relative;
    /*リンクの形状*/
    color: #333;
    padding: 10px 50px 10px 30px;
    display: inline-block;
    text-decoration: none;
    outline: none;
    opacity: 0;
}

.item__detail .crystaliq__detail {
    padding: 10px 30px 10px 0;
}

.ctg.mask.appear .item__detail .mask__detail,
.ctg.crystaliq.appear .item__detail .crystaliq__detail {
    opacity: 0;
    animation-name: blurDetailAnime;
    animation-duration: 1500ms;
    animation-fill-mode: forwards;
}

.ctg.mask.appear .item__detail .mask__detail::before,
.ctg.crystaliq.appear .item__detail .crystaliq__detail::before,
.ctg.mask.appear .item__detail .mask__detail::after,
.ctg.crystaliq.appear .item__detail .crystaliq__detail::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    /*線の形状*/
    background: #333;
    width: 100%;
    height: 2px;
    /*アニメーションの指定*/
    transition: all 0.5s ease-in-out;
}

.ctg.mask.appear .item__detail .mask__detail::after,
.ctg.crystaliq.appear .item__detail .crystaliq__detail::after {
    width: 0;
    background: linear-gradient(90deg, #dd5cb1 0%, #ff8a8a 100%);
}

.ctg.mask.appear .item__detail .mask__detail:hover::after,
.ctg.crystaliq.appear .item__detail .crystaliq__detail:hover::after {
    width: 100%;
}


/*矢印の設定*/
.item__detail .mask__detail span::after,
.item__detail .crystaliq__detail span::after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 1.2em;
    right: 20px;
    /*矢印の形状*/
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}


.item__detail .crystaliq__detail span::after {
    right: 10px;
}

.item__detail .mask__detail span:hover::after,
.item__detail .crystaliq__detail span:hover::after {
    right: 15px;
}

.item__detail .mask__detail a,
.item__detail .crystaliq__detail a {
    color: #333;
    font-size: large;
    letter-spacing: 1px;
}

.item__detail .mask__detail a:hover,
.item__detail .crystaliq__detail a:hover {
    text-decoration: none;
}

@keyframes fadeInAnimeBody {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== body - (max-width:1550) ===== */
@media screen and (max-width:1550px) {
    /* .main__ttl {
            margin-top: auto;
        } */
}

/* ===== body - (max-width:768px) ===== */
@media screen and (max-width:768px) {
    .ctg__content {
        padding-top: 0 !important;
    }

    .main__ttl {
        width: 250%;
        margin: auto -75%;
    }

    .ctg {
        margin-top: 15%;
        display: block;
        margin-bottom: 35%;
    }

    .ctg.original {
        margin-top: 5%;
    }

    .ctg.original img.original__txt,
    .ctg.crystaliq img.original__txt {
        top: 6%;
        left: 6%;
    }

    .ctg.original img.original__txt {
        height: 50%;
    }

    .ctg.crystaliq img.original__txt {
        height: 45%;
    }

    .ctg.mask img.original__txt {
        top: 6%;
        right: 6%;
        height: 32%;
    }

    .ctg.original.appear img.original__txt,
    .ctg.mask.appear img.original__txt,
    .ctg.crystaliq.appear img.original__txt {
        animation-duration: 250ms;
    }

    .ctg.original .item__img img:nth-child(1),
    .ctg.crystaliq .item__img img:nth-child(1) {
        top: 0;
        right: 40%;
        width: 45%;
    }

    .ctg.original .item__img img:nth-child(2),
    .ctg.crystaliq .item__img img:nth-child(2) {
        top: 5%;
        right: 10%;
        width: 50%;
    }

    .ctg.original .item__img img:nth-child(3),
    .ctg.crystaliq .item__img img:nth-child(3) {
        top: 25%;
        right: 45%;
        bottom: 0;
        width: 35%;
    }

    .ctg.mask .item__img img:nth-child(1) {
        top: 0;
        left: 50%;
        width: 35%;
    }

    .ctg.mask .item__img img:nth-child(2) {
        top: 5%;
        left: 10%;
        width: 50%;
    }

    .ctg.mask .item__img img:nth-child(3) {
        left: 40% !important;
        bottom: 0 !important;
        width: 45% !important;
        top: 25%;
    }

    .ctg.original.appear .item__img img:nth-child(1),
    .ctg.mask.appear .item__img img:nth-child(1),
    .ctg.crystaliq.appear .item__img img:nth-child(1) {
        animation-duration: 750ms;
    }

    .ctg.original.appear .item__img img:nth-child(2),
    .ctg.mask.appear .item__img img:nth-child(2),
    .ctg.crystaliq.appear .item__img img:nth-child(2) {
        animation-duration: 1500ms;
    }

    .ctg.original.appear .item__img img:nth-child(3),
    .ctg.mask.appear .item__img img:nth-child(3),
    .ctg.crystaliq.appear .item__img img:nth-child(3) {
        animation-duration: 2000ms;
    }

    .ctg.mask img.item__img {
        top: 0;
        left: 8%;
        width: 80%;
    }

    .ctg.original .item__detail {
        padding-top: 50%;
        padding-left: 0;
    }

    .ctg.crystaliq .item__detail {
        padding-top: 65%;
        padding-left: 0;
    }

    .ctg.mask .item__detail {
        padding-top: 50%;
        margin-left: 0;
    }

    .item__detail .item__no {
        height: 25%;
        margin-left: -5% !important;
        margin-top: 25%;
        max-width: none;
        width: 45%;
    }

    .item__detail .sub__ttl {
        margin: auto;
        max-width: none;
    }

    .item__detail .sub__ttl h3 {
        font-size: x-large;
        letter-spacing: 1px;
        margin: 0 5% auto 5%;
    }

    .item__detail .item__catchcopy {
        margin: 5% auto 5% 10%;
    }

    .ctg.original .item__detail .item__catchcopy img {
        width: 40%;
    }

    .ctg.mask .item__detail .item__catchcopy img {
        width: 70%;
    }

    .ctg.crystaliq .item__detail .item__catchcopy img {
        width: 90%;
    }

    .item__detail p {
        padding: 0 7%;
        letter-spacing: 0;
    }

    .ctg.original .item__detail p.txt,
    .ctg.mask .item__detail p.txt,
    .ctg.crystaliq .item__detail p.txt {
        font-size: 17px;
        letter-spacing: 1px;
        line-height: 25px;
    }

    .ctg.original .item__detail .btn,
    .ctg.mask .item__detail .btn {
        margin: 5% auto 5% 30px;
        text-align: center;
        font-size: medium;
    }

    .ctg.crystaliq .item__detail .btn {
        margin: 5% auto;
        text-align: center;
        font-size: medium;
    }

    .ctg.crystaliq .item__detail .btn a {
        padding: 10px 0;
    }

    .item__detail .mask__detail,
    .item__detail .crystaliq__detail {
        margin: auto auto auto 30px;
        text-align: center;

    }

    .item__detail .mask__detail a,
    .item__detail .crystaliq__detail a {
        font-size: medium;
        letter-spacing: 0;
    }
}

/*==================================================
    スライダーのためのcss
    ===================================*/
.slider {
    /*横幅75%で左右に余白を持たせて中央寄せ*/
    width: 75% !important;
    margin: 0 auto 50px;
    opacity: 0;
}

.slider.appear {
    animation-name: blurDetailAnime;
    animation-duration: 750ms;
    animation-fill-mode: forwards;
    opacity: 0;
}

.slider img {
    width: 25vw;
    /*スライダー内の画像を60vwにしてレスポンシブ化*/
    height: auto;
}

.slider .slick-slide.slick-center img {
    opacity: 1 !important;
    /*透過なし*/
    background-color: #fff;
}

.slider .slick-slide {
    transform: scale(0.8);
    /*左右の画像のサイズを80%に*/
    transition: all .5s;
    /*拡大や透過のアニメーションを0.5秒で行う*/
    opacity: 0.5;
}

.slider .slick-slide.slick-center {
    transform: scale(1);
    /*中央の画像のサイズだけ等倍に*/
    opacity: 1 !important;
    /*透過なし*/
    /* border: 2px solid;
        border-color: linear-gradient(90deg, #dd5cb1 0%, #ff8a8a 100%) 1; */
}

.slider p {
    font-weight: bold;
    letter-spacing: 1px;
}

.slick-prev,
.slick-next {
    opacity: .75;
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    /*ドットボタンのサイズ*/
    height: 8px;
    /*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
    background: #ccc;
    /*ドットボタンの色*/
}

.slick-dots .slick-active button {
    background: #333;
    /*ドットボタンの現在地表示の色*/
}

@media screen and (max-width:768px) {

    .slider {
        /*横幅95%で左右に余白を持たせて中央寄せ*/
        width: 95% !important;
        margin: 0 auto 50px;
    }

    .slick-prev,
    .slick-next {
        position: absolute;
        top: 75%;
    }

    .slider img {
        width: 50vw;
    }

}

/* ===== scrolldown ===== */
.scrolldown {
    display: none;
}

/* ===== scrolldown - (max-width:500px) ===== */
@media screen and (max-width:500px) {

    /*スクロールダウン全体の場所*/
    .scrolldown {
        display: block;
        /*描画位置※位置は適宜調整してください*/
        position: absolute;
        bottom: 11%;
        right: 50%;
        /*矢印の動き1秒かけて永遠にループ*/
        animation: arrowmove 2s ease-in-out infinite;
    }

    /*下からの距離が変化して全体が下→上→下に動く*/
    @keyframes arrowmove {
        0% {
            bottom: 11%;
        }

        50% {
            bottom: 9%;
        }

        100% {
            bottom: 11%;
        }
    }

    /*Scrollテキストの描写*/
    .scrolldown span {
        /*描画位置*/
        position: absolute;
        left: -20px;
        bottom: 10px;
        /*テキストの形状*/
        color: #555;
        font-size: 0.7rem;
        letter-spacing: 0.05em;
        /*縦書き設定*/
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }

    /* 矢印の描写 */
    .scrolldown:before {
        content: "";
        /*描画位置*/
        position: absolute;
        bottom: 0;
        right: -6px;
        /*矢印の形状*/
        width: 1px;
        height: 20px;
        background: #555;
        transform: skewX(-31deg);
    }

    .scrolldown:after {
        content: "";
        /*描画位置*/
        position: absolute;
        bottom: 0;
        right: 0;
        /*矢印の形状*/
        width: 1px;
        height: 50px;
        background: #555;
    }
}