@charset "UTF-8";
html {
    font-size: 62.5%;
}

img {
    pointer-events: none;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}
/* ----------------------ここから商品情報ページ ここから商品情報ページ ここから商品情報ページ--------------------------------- */

.top-catalog {
    background-image: url('images/header_sec.png');
    background-position: center;
    background-size: cover;
    height: 200px;
    position: relative;
    text-align: center;
    pointer-events: none;
    /* SPの長押し禁止 */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    user-select: none;
}

.catalog-main-title h2 {
    padding: absolute;
    line-height: 200px;
    color: #000;
    font-size: 3.5rem;
    letter-spacing: 2px;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}



.catalog-content {
    max-width: 100%;
    width: 65%;
    margin: 0 auto;
    padding-top: 100px;
}

.catalog-content1-tandem {
    display: flex;
    flex-direction: column;
}

.catalog-content1-box {
    display: flex;
}

.catalog-content1-image {
    width: 50%;
    height: 290px;
    object-fit: cover;
    margin-top: 70px;
    margin-right: 50px;
}

.catalog-content1-title {
    writing-mode: vertical-rl;
    font-size: 2.8rem;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    line-height: 2;
}

.catalog-content1-text {
    font-size: 1.6rem;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    margin-top: 40px;
    letter-spacing: 1px;
    line-height: 41px;
    color: #707070;
}




.catalog-content2-tandem {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.catalog-content2 {
    margin-bottom: 70px;
}

.catalog-content2-box {
    display: flex;
}

.catalog-content2-title {
    writing-mode: vertical-rl;
    font-size: 2.8rem;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    line-height: 1.8;
    margin-bottom: 40px;
}

.catalog-content2-text {
    max-width: 100%;
    font-size: 1.6rem;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    color: #707070;
    letter-spacing: 1px;
    line-height: 41px;

}

.catalog-content2-image {
    margin-top: 150px;
    width: 50%;
    height: 290px;
    overflow: hidden;
    position: relative;

}

.catalog-content2-image-img {
    width: 100%;
    transform: scale(1.5);
    object-fit: cover;
    margin-top: 13px;
    margin-right: 50px;
    position: absolute;
    top: -175px;
    left: 0;
}



.catalog-content3-tandem {
    display: flex;
    flex-direction: column;
}

.catalog-content3-box {
    display: flex;
}

.catalog-content3-image {
    width: 50%;
    height: 290px;
    object-fit: cover;
    margin-top: 13px;
    margin-right: 50px;
}

.catalog-content3-title {
    writing-mode: vertical-rl;
    font-size: 2.8rem;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    line-height: 1.8;
}

.catalog-content3-text {
    font-size: 1.6rem;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    margin-top: 40px;
    line-height: 41px;
    letter-spacing: 1px;
    color: #707070;
}




.catalog-content4-tandem {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.catalog-content4 {
    margin-bottom: 150px;
}

.catalog-content4-box {
    display: flex;
}

.catalog-content4-title {
    writing-mode: vertical-rl;
    font-size: 2.8rem;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    line-height: 1.8;
}

.catalog-content4-text {
    max-width: 100%;
    font-size: 1.6rem;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    color: #707070;
    letter-spacing: 1px;
    margin: 40px 0 40px;
    line-height: 41px;
}

.catalog-content4-image {
    width: 50%;
    height: 290px;
    object-fit: cover;
    margin-top: 150px;
    margin-right: 50px;
}



.catalog-content5 {
    margin-bottom: 430px;
}

.catalog-content5-box {
    display: flex;
    width: 100%;
}

.catalog-content5-pc {
    display: flex;
}

.catalog-content5-title {
    display: flex;
}

.catalog-content5-title h2 {
    writing-mode: vertical-rl;
    color: #C7AE72;
    font-size: 3.5rem;
    letter-spacing: 2px;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.catalog-content5-title p {
    color: #C7AE72;
    writing-mode: vertical-rl;
    padding-left: 10px;
    font-size: 1.6rem;
    letter-spacing: 2px;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.catalog-content5-text {
    padding-right: 20px;
    /* position: relative; */
}

.catalog-content5-text p {
    writing-mode: vertical-rl;
    font-size: 1.4rem;
    letter-spacing: 1px;
    color: #707070;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    line-height: 26px;
}

.catalog-content5-logo {
    position: absolute;
    top: 330px;
    opacity: 0.1;
}

.catalog-content5-image {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
}

.content5-image1 {
    box-sizing: border-box;
    width: 45%;
    padding-right: 10px;
    height: 350px;
    object-fit: cover;
}

.content5-tandem {
    display: flex;
    flex-direction: column;
}

.content5-image2 {
    height: 170px;
    width: 100%;
    margin-bottom: 10px;
    object-fit: cover;
}

.content5-image3 {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.content5-image4 {
    padding-left: 10px;
    height: 350px;
    object-fit: cover;
    width: 25%;
}



.catalog-content6 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.content6-image {
    background: url('images/060.webp');
    background-position: center;
    background-size: cover;
    height: 550px;
    position: relative;
    text-align: center;
    margin: 50px 0;
    z-index: 2;
    pointer-events: none;
    /* SPの長押し禁止 */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    user-select: none;
}

.content6-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background: inherit;
    filter: brightness(55%);
    z-index: -1;
}

.content6-text {
    display: inline-block;
    text-align: left;
    font-size: 1.6rem;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    color: #fff;
    padding-top: 70px;
    line-height: 3rem;
    letter-spacing: 1px;
}

.content6-circle {
    position: absolute;
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    box-sizing: border-box;
    padding: 50px 0;
    list-style: none;
}

.content6-circle li {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.content6-circle li+li {
    margin-left: 10px;
}

.circle {
    position: relative;
    max-width: 100%;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    /* opacity: 0.3; */
    /* background-color: #fff; */
    background-color: rgba(255, 255, 255, 0.6);
}

.circle-text {
    width: 94%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle-text-2 {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
}

.circle-text-3 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
}

.content6-circle li h4 {
    font-size: 2.4rem;
    letter-spacing: 2px;
    font-family: "HGP明朝B";
    font-weight: normal;
}

.content6-circle li p {
    width: 90%;
    margin: 15px auto 0;
    line-height: 2;
    letter-spacing: 1px;
    font-size: 1.4rem;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: normal;
    text-align: left;
}
/*-------------------------@media (max-width: 820px) topページ-------------------------------  */
@media (max-width: 820px) {

    .ipad820-none {
        display: none;
    }

    .ipad820-block {
        display: block;
    }
	.sns-child {
        width: 80%;
    }

    .sns {
        width: 75%;
    }

    .catalog-content {
        width: 83%;
    }

    .catalog-content2 {
        margin-left: 4%;
    }

    .catalog-content2-text {
        font-size: 1.6rem;
    }

    .catalog-content2-image {
        width: 42%;
    }

    .catalog-content3-image {
        width: 37%;
    }

    .catalog-content4-image {
        width: 39%;
    }

    .catalog-content5 {
        margin-bottom: 370px;
    }

    .content6-text {
        width: 80%;
    }


    .circle {
        width: 250px;
        height: 250px;

    }

    .content6-circle li p {
        text-align: center;
    }

    .content6-circle li h4 {
        font-size: 1.9rem;

    }
	.catalog-content5-text {
        padding-right: 12px;

    }
}
/*-------------------------@media (max-width: 820px) topページ-------------------------------  */
@media (max-width: 820px) {

    .ipad820-none {
        display: none;
    }

    .ipad820-block {
        display: block;
    }
	 .sns-child {
        width: 80%;
    }

    .sns {
        width: 75%;
    }

    .catalog-content {
        width: 83%;
    }

    .catalog-content2 {
        margin-left: 4%;
    }

    .catalog-content2-text {
        font-size: 1.6rem;
    }

    .catalog-content2-image {
        width: 42%;
    }

    .catalog-content3-image {
        width: 37%;
    }

    .catalog-content4-image {
        width: 39%;
    }

    .catalog-content5 {
        margin-bottom: 370px;
    }

    .content6-text {
        width: 80%;
    }


    .circle {
        width: 250px;
        height: 250px;

    }

    .content6-circle li p {
        text-align: center;
    }

    .content6-circle li h4 {
        font-size: 1.9rem;

    }
	catalog-content5-text {
        padding-right: 12px;

    }
}



/* @media (max-width: 768px) @media (max-width: 768px) @media (max-width: 768px) @media (max-width: 768px) */



@media (max-width: 768px) {

    .ipad768-block {
        display: block;
    }
	.pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }
	    /*-------------------------@media (max-width: 768px) 商品情報ページ-------------------------------  */


    .catalog-content {
        width: 80%;
        margin: 0 auto;
    }

    .catalog-content1-box {
        flex-direction: column-reverse;
    }

    .catalog-content1-tandem {
        width: 95%;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .catalog-content1-image {
        width: 80%;
        height: 350px;
        margin: 40px auto 0;
    }

    .catalog-content1-text {
        margin-top: 0;
        line-height: 49px;
    }

    .catalog-content1-title {
        margin-left: 20px;
    }

    /* .catalog-content1-image {} */

    /* (max-width: 768px) */

    .catalog-content2 {
        width: 100%;
        margin: 70px auto;
    }

    .catalog-content2-box {
        flex-direction: column;
    }

    .catalog-content2-tandem {
        width: 80%;
        margin: 0 auto;
        flex-direction: row;
        justify-content: space-between;
    }

    .catalog-content2-title {
        margin-right: 40px;
    }

    .catalog-content2-text {
        margin-right: 9%;
        margin-bottom: 40px;
    }

    .catalog-content2-image {
        width: 80%;
        margin: 0 auto;
    }

    /* (max-width: 768px) */

    .catalog-content3-box {
        flex-direction: column-reverse;
        align-items: center;
    }

    .catalog-content3-tandem {
        width: 80%;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .catalog-content3-title {
        margin-left: 40px;
    }

    .catalog-content3-text {
        margin-top: 0;
        margin-left: 9%;
    }

    .catalog-content3-image {
        width: 80%;
        margin: 0;
    }

    /* (max-width: 768px) */

    .catalog-content4 {
        margin: 70px 0;
    }

    .catalog-content4-box {
        flex-direction: column;
    }

    .catalog-content4-tandem {
        width: 80%;
        margin: 0 auto;
        flex-direction: row;
        /* align-items: normal; */
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .catalog-content4-title {
        margin-right: 40px;
    }

    .catalog-content4-text {
        margin-top: 0;
        margin-right: 9%;
    }

    .catalog-content4-image {
        width: 80%;
        margin: 0 auto;
    }

    /* (max-width: 768px) */

    .catalog-content5 {
        margin-bottom: 70px;
    }

    .catalog-content5-box {
        width: 90%;
        margin: 0 auto;
        flex-direction: column-reverse;
    }

    .catalog-content5-sp {
        display: flex;
        margin-bottom: 10px;
        width: 69%;
        margin: 0 auto 28px;
        justify-content: space-between;
    }




    .content6-circle {
        flex-direction: column;
        align-items: center;
    }

    .content6-circle li+li {
        margin-top: 50px;
        margin-left: 0;
    }

    .content6-image {
        height: 1750px;
        margin-bottom: 70px;
    }

    .content6-text {
        width: 70%;
    }

    .circle {
        width: 400px;
        height: 400px;
    }

    .content6-circle li h4 {
        font-size: 2.7rem;
    }

    .content6-circle li p {
        font-size: 1.6rem;
        letter-spacing: 1px;
    }

    .circle-li-1 {
        position: relative;
    }

    .circle-li-2 {
        position: relative;
    }

    .circle-li-3 {
        position: relative;

    }

    .circle-li-1 h4 {
        top: 150px !important;
        left: 6%;
    }

    .circle-li-2 h4 {
        top: 150px !important;
        left: 14%;
    }

    .circle-li-3 h4 {
        top: 133px !important;
        left: 23%;
    }

    .circle-li-1 p {
        top: 210px !important;
        left: 15%;
    }

    .circle-li-2 p {
        top: 210px !important;
        left: 15%;
    }

    .circle-li-3 p {
        top: 193px !important;
        left: 4%;
    }


    .content6-circle li p {
        width: 100%;

        text-align: center;
    }

}

/*-------------------------@media (max-width: 768px) topページ-------------------------------  */
@media (max-width: 768px) {

    .ipad768-block {
        display: block;
    }
    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }
	 .top {
        height: 0px;
    }
}

/* ------------------ @media (max-width: 768px) @media (max-width: 768px) -------------------------- */


@media (max-width: 768px) {
	.catalog-content5-text p {
        font-size: 1.6rem;
        line-height: 2.5;
    }



    .catalog-content5-text {
        padding-right: 10px;
        /* position: relative; */
    }
}
/* ------------------ @media (max-width: 500px) @media (max-width: 500px) -------------------------- */


@media (max-width: 500px) {
	 html {
        font-size: 38%;
    }


    .sns-icon {
        width: 55%;
    }

    .catalog-content5-sp {
        display: flex;
        margin-bottom: 10px;
        width: 80%;
        margin: 0 auto 28px;
        justify-content: space-between;
    }
    .sns-contact {
        height: 454px;
    }

    /*-----------------------------@media (max-width: 500px)商品一覧ページ----------------------------------- */

    .catalog-content {
        width: 90%;
        margin: 0 auto;
        padding-top: 70px;
    }

    .catalog-content1-text {
        line-height: 2;
        font-size: 2rem;
    }

    .catalog-content1-tandem {
        width: 100%;
        margin-bottom: 40px;
    }

    .catalog-content2-tandem {
        width: 100%;
        margin: 0 auto;
    }

    .catalog-content1-title {
        line-height: 1.5;
        letter-spacing: 2px;
        margin-left: 15px;
    }

    .catalog-content1-image {
        width: 80%;
        height: 160px;
        margin: 0 auto;
    }

    .catalog-content2-image {
        width: 85%;
        height: 160px;
        margin: 0 auto;
    }

    .catalog-content2-image-img {
        top: -87px;
    }

    .catalog-content2-title {
        /* width: 11%; */
        letter-spacing: 2px;
        margin-right: 20px;
        line-height: 1.5;
    }

    .catalog-content2-text {
        font-size: 2rem;
        line-height: 2.3;
    }

    .catalog-content3-title {
        letter-spacing: 2px;
        line-height: 1.5;
        margin-left: 20px;
    }

    .catalog-content3-text {
        font-size: 2rem;
        line-height: 2.3;
        letter-spacing: 1.5px;
    }

    .catalog-content3-tandem {
        width: 100%;
        margin: 0 auto 40px;
    }

    .catalog-content3-image {
        width: 85%;
        height: 160px;
        margin: 0 auto;
    }

    .catalog-content4-tandem {
        width: 100%;
        margin: 0 auto 40px;
    }

    .catalog-content4-title {
        margin-right: 20px;
        letter-spacing: 2px;
        line-height: 1.5;
    }

    .catalog-content4-text {
        font-size: 2rem;
        line-height: 2.3;
    }

    .catalog-content4-image {
        width: 85%;
        height: 160px;
        margin: 0 auto;
    }

    .catalog-content5 {
        margin-bottom: 40px;
    }

    .content5-image1 {
        height: 160px;
        padding-right: 5px;
    }

    .content5-image2 {
        height: 75px;
        margin-bottom: 5px;
    }

    .content5-image3 {
        height: 80px;
    }

    .content5-image4 {
        height: 160px;
        padding-left: 5px;
    }

    .catalog-content5-title p {
        font-size: 2rem;
    }

    .catalog-content5-text p {
        margin-right: 60px;
        font-size: 2rem;
    }


    .content6-image {
        height: 1200px;
    }

    .content6-text {
        width: 85%;
        font-size: 2rem;
    }

    .circle {
        width: 270px;
        height: 270px;
    }

    .content6-circle li h4 {
        top: 100px !important;
        font-size: 3rem;

    }

    .content6-circle li p {
        top: 130px !important;
        font-size: 2rem;
        line-height: 1.5;
        letter-spacing: 1px;
    }

    .circle-li-1 h4 {
        left: 14% !important;
    }

    .circle-li-1 p {
        left: 13%;
    }

    .circle-li-2 h4 {
        left: 22%;
    }

    .circle-li-2 p {
        left: 14%;
    }

    .circle-li-3 h4 {
        left: 26%;
    }

    .circle-li-3 p {
        left: 6%;
    }
}
