@charset "Shift_JIS";

/*==============================================
 共通 ここから
================================================*/
/* パンくず削除 */
#pankuzu {
    display: none;
}
main, main#wrapper {
    padding: 0;
    max-width: none !important;
}
#sprofile-plazaburo img {
  width: 100%;
}
#sprofile-plazaburo a {
    display: block;
}
#sprofile-plazaburo a:hover {
    opacity: .7;
}
/* 販売価格アイコン・税込削除 */
#sprofile-plazaburo .spesicalprice,
#sprofile-plazaburo .intax {
    display: none;
}

/*==============================================
 共通 ここまで
================================================*/

/*==============================================
#sprofile-plazaburo 共通 ここから
================================================*/
/* 価格プロ アイコン削除 */
#sprofile-plazaburo .section .item-block .item-price .price {
    color: red;
}
#sprofile-plazaburo .section .item-block .item-price .price .spesicalprice {
    display: none;
}
#sprofile-plazaburo .section .item-block .item-price .intax {
    display: none;
}
/*==============================================
#sprofile-plazaburo 共通 ここまで
================================================*/
/*==============================================
#sprofile-plazaburo 共通 ここから
================================================*/
/* 価格プロ アイコン削除 */
#sprofile-plazaburo .section .item-block .item-price .price {
    color: red;
}
#sprofile-plazaburo .section .item-block .item-price .price .spesicalprice {
    display: none;
}
#sprofile-plazaburo .section .item-block .item-price .intax {
    display: none;
}
/* 角丸マーカー */
#sprofile-plazaburo .marker{
    padding: 0px .3em .05em;
    background: radial-gradient(circle at calc(100% - 7px) calc(100% - 7px), #f9cac7 7px, transparent 7px) ,
                radial-gradient(circle at 7px calc(100% - 7px), #f9cac7 7px, transparent 7px) ,
                linear-gradient(to bottom, #fefaef calc(100% - 14px), transparent calc(100% - 14px)) ,
                linear-gradient(to right, transparent 7px, #f9cac7 7px, #f9cac7 calc(100% - 7px), transparent calc(100% - 7px));
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1em;
}
/*==============================================
#sprofile-plazaburo 共通 ここまで
================================================*/

#sprofile-plazaburo{
    position: relative;
    background-color: #da7b77;
    width: 100%;
}

#sprofile-plazaburo .inner {
    width: 95%;
    margin: 0 auto;
}
#sprofile-plazaburo .section-title {
    position: relative;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}
#sprofile-plazaburo .section-title h2{
    width: 100%;
    padding: 2% 0;
}
/* 固有フォント */
#sprofile-plazaburo p{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    color: #170103;
    font-size: 1.2em;
    letter-spacing: -0.02em;
}

/*==============================================
ファーストビュー ここから
================================================*/
#plazaburo-top {
    position: relative;
    width: 100%;
    height: 500px;
    background: url(../../IMAGE/profile-plazaburo/back.svg);
    background-size: cover;
    background-position: center;
}
#plazaburo-top .inner{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1500px;
}
#plazaburo-top .title{
    position: absolute;
    width: 40vh;
    top: 37%;
    left: 47%;
}
#plazaburo-top .topIcon_1{
    position: absolute;
    width: 12%;
    top: 2%;
    left: 48%;
}
#plazaburo-top .topIcon_2{
    position: absolute;
    width: 17%;
    top: 66%;
    right: 10%;
}
#plazaburo-top .bottomIcon{
    position: absolute;
    left: 13%;
    top: 50%;
    transform: translateY(-50%);
}
#plazaburo-top .bottom-cir{
    position: absolute;
    width: 100%;
    bottom: 0%;
    height: 5vh;
}
@media (max-width: 1600px) {
    #plazaburo-top .bottomIcon{
        left: 9.5%;

    }
}
@media (max-width: 1200px) {
    #plazaburo-top .bottomIcon{
        left: 1%;
        top: 53%;
        width: 40%;
    }
    #plazaburo-top .title {
        width: 40%;

        left: 46%;
    }
    #plazaburo-top .topIcon_1 {
        top: 5%;
        width: 15%;
    }
}

/*==============================================
ファーストビュー ここまで
================================================*/

/*==============================================
アンカー ここから
================================================*/
#anchor {
    width: 100%;
    padding: 1% 0;
    max-width: 1200px;
    margin: 0 auto;
}
#anchor .anchor-list{
    width: 95%;
    max-width: 600px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
#anchor .anchor-list li{
    width: 26%;
}
/*==============================================
アンカー ここまで
================================================*/

/* ボーダー背景部分 */
.border-back {
    width: 100%;
    height: auto;
    background-image: url(../../IMAGE/profile-plazaburo/border-back.jpg);
    background-repeat: repeat;
}

/*==============================================
プロフィール ここから
================================================*/
#profile {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 3%;
}
#profile .section-title .sub-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14%;
}
#profile .section-title .sub-icon_1 {
    left: 3%;
}
#profile .section-title .sub-icon_2 {
    right: 3%;
}
#sprofile-plazaburo .section-title .over-img{
    width: 19%;
    position: absolute;
    right: 3%;
    z-index: 100;
}

#sprofile-plazaburo #profile {
    padding: 0% 0 5%;
}
#sprofile-plazaburo .profile-contents{
    width: 90%;
    margin: 0 auto;
    background-color: #fffaef;
    position: relative;
    box-sizing: border-box;
    padding: 5% 4%;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto auto auto;
}
#sprofile-plazaburo .profile-contents::after{
    content: '';
    position: absolute;
    top: 0;
    right: 99.9%;
    width: 20px;
    height: 100%;
    background-image: url(../../IMAGE/profile-plazaburo/side.png);
    background-repeat: repeat-y;
    background-size: contain;
}
#sprofile-plazaburo .profile-contents::before{
    content: '';
    position: absolute;
    top: 0;
    left: 99.9%;
    width: 20px;
    height: 100%;
    height: calc(100% - 1px);
    background-image: url(../../IMAGE/profile-plazaburo/side.png);
    background-repeat: repeat-y;
    background-size: contain;
    transform: scale(-1, 1);
}
#sprofile-plazaburo .profile-contents .profile-main{
    width: 80%;
    margin: 0 auto;
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    display: flex;
    justify-content: center;
    align-items: center;
}
#sprofile-plazaburo .profile-contents .profile-banner{
    grid-column: 3 / 5;
    grid-row: 1 / 2;
    margin-bottom: 2%;
}
#sprofile-plazaburo .profile-contents .profile-text {
    grid-column: 1 / 5;
    grid-row: 5;
}
#sprofile-plazaburo .profile-contents .profile-text p{
    text-align: center;
    line-height: 2.0;
}
#sprofile-plazaburo .profile-contents .profile-gallery {
    display: flex;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    justify-content: space-between;
    grid-column: 1 / 5;
    grid-row: 6;
}
#sprofile-plazaburo .profile-contents .profile-gallery div {
    width: 33%;
}

#sprofile-plazaburo .profile-contents .profile-table {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
    padding-left: 1%;
    grid-column: 3 / 5;
    grid-row: 2 / 3;
    align-items: flex-start;
    margin-bottom: 6%;
}
#sprofile-plazaburo .profile-contents .profile-table .th,#sprofile-plazaburo .profile-contents .profile-table .td {
    margin-bottom: 3%;
}
#sprofile-plazaburo .profile-contents .profile-table .th {
    display: block;
    width: 27%;
    background-color: #e5574d;
    color: #fffaef;
    border-radius: 100vw;
    text-align: center;
    margin-right: 2.5%;
    font-weight: 600;
    padding: .1em 0px;
}
/*==============================================
プロフィール ここまで
================================================*/

/*==============================================
まんが ここから
================================================*/
#sprofile-plazaburo #comic .section-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
#comic .section-text{
    padding: 0 5%;
    margin-bottom: 3%;
    text-align: center;
}

#comic .font-l{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    color: #170103;
    font-size: 2.2em;
    letter-spacing: -0.02em;
}

#comic .font-s{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    color: #170103;
    font-size: 1em;
    letter-spacing: -0.02em;
}

/* 見出し */
#comic .midasi{
    position: relative;
    text-align: center;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    color: #170103;
    font-size: 1.2em;
    letter-spacing: -0.02em;
    background-color: #f8fb73;
    border: solid 4px #170103;
    margin-bottom: 1%;
}

/* 吹き出し */
#comic .fukidasi{
    position: absolute;
    width: 25%;
    right: -5%;
    bottom: 25%;
    animation: anime1 1s ease 0s infinite alternate;
    transform-origin: center;
}
@keyframes anime1 {
    from {
      transform: scale(0.9,0.9);
    }
    to {
      transform: scale(1,1);
    }
  }

/* 更新アイコン */
#comic .banner{
    padding: 0 50px;
    background-color: #fff;
}
#comic .item_banner img{
    margin-bottom: 5%;
}
#comic .update{
    position: absolute;
    background-color: #f8fb73;
    padding: 6px;
    width: 11%;
    border: solid 5px #1a0305;
    top: 114%;
    left: -3%;
    text-align: center;
    border-radius: 15px;
    z-index: 1;
}
#comic .update p{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8em;
}

/* コメント */
#comic .comment{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1%;
}
#comic .comment img{
    width: 10%;
}
#comic .comment .balloon1-left{
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 7px 44px;
    min-width: 120px;
    max-width: 100%;
    /* color: #555; */
    font-size: 16px;
    background: #ffffff;
    border-radius: 8px;
}
#comic .balloon1-left:before {
    content: "";
    position: absolute;
    border-right: 17px solid #ffffff;
    border-bottom: 11px solid transparent;
    border-top: 11px solid #00000000;
    top: 13px;
    left: -9px;
}
#comic .balloon1-left:after {
    border-right: 10px solid #fff;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    top: 14px;
    left: -5px;
}

#comic .btn {
    width: 60%;
    margin: 0 auto;
}
#comic .btn a {
    padding: .8em 3em;
    color: #fff;
    border-radius: 100vw;
    overflow: hidden;
    text-align: center;
    font-size: 1.1rem;
    position: relative;
}
#comic .btn a:hover {
    color: #fff !important;
}
#comic .btn a::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    top: 42%;
    right: 10%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
#comic .btn.pink a {
    background-color: #e5574d;
    margin-bottom: 5%;
}

/*==============================================
まんが ここまで
================================================*/

/*==============================================
ＬＩＮＥ ここから
================================================*/
#sprofile-plazaburo #line {
    width: 100%;
    background-color: #f7f5e3;
    padding: 5% 0 1%;
}
#sprofile-plazaburo #line .section-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
#line .section-text{
    padding: 0 5%;
    margin-bottom: 3%;
    text-align: center;
}
#line .section-bana {
    display: flex;
    justify-content: center;
    gap: 3%;
    margin-bottom: 3%;
}
#line .section-bana li {
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
}
#line .buy-flow {

}
#line .buy-flow__title {
    width: 70%;
    margin: 0 auto;
}
#line .buy-flow__flex {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
#line .buy-flow__flex .buy-flow__img {
    width: 35%;
}
#line .buy-flow__flex .buy-flow__cap {
    width: 60%;
    box-sizing: border-box;
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#line .buy-flow__flex .buy-flow__cap li {
    margin-bottom: 5%;
    display: flex;
    gap: 0%;
}
#line .buy-flow__flex .buy-flow__cap p {
    position: relative;
    font-size: 1.25rem;
}

#line .buy-flow__flex .buy-flow__cap p.num {
    position: relative;
    font-size: 1.3rem;
    background-color: #e5574d;
    border-radius: 100vw;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
#line .buy-flow__flex .buy-flow__cap p.num::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    border-radius: 100vw;
    border: 2px solid #fff;
}
#line .buy-flow__flex .buy-flow__cap p .pink {
    font-size: 1.2em;
    color: #e5574d;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
}
#line .buy-flow__flex .buy-flow__cap .btn {
    width: 100%;
    max-width: 380px;
}
#line .buy-flow__flex .buy-flow__cap .btn a {
    padding: .8em 3em;
    color: #fff;
    border-radius: 100vw;
    overflow: hidden;
    text-align: center;
    font-size: 1.1rem;
    position: relative;
}
#line .buy-flow__flex .buy-flow__cap .btn a:hover {
    color: #fff !important;
}
#line .buy-flow__flex .buy-flow__cap .btn a::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    top: 42%;
    right: 10%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
#line .buy-flow__flex .buy-flow__cap .btn.pink a {
    background-color: #e5574d;
    margin-bottom: 5%;
}

#line .buy-flow__flex .buy-flow__cap .btn.blaun a {
    background-color: #785f5e;
}


/*==============================================
ＬＩＮＥ ここまで
================================================*/

/*==============================================
SNS ここから
================================================*/
#sns {
    padding-top: 7%;
    box-sizing: border-box;
    background: #f7f5e3;
}
#sns .sns-inner {
    position: relative;
    width: 100%;
    background-color: #da7b77;
    padding: 0 0 4%;
}
#sns .sns-inner::after {
    position: absolute;
    content: '';
    bottom: 99.5%;
    width: 100%;
    height: 20px;
    background-image: url(../../IMAGE/profile-plazaburo/wave.jpg);
    background-repeat: repeat-x;
    background-size: contain;
}
#sprofile-plazaburo #sns .sns-inner .section-title h2 {
    padding-top: 0;
}
#sns .sns-inner .pc-inner{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
#sns .sns-inner .section-title .over-img{
    width: 29%;
    position: absolute;
    right: 1%;
    top: -41%;
    z-index: 100;
}
#sns .sns-inner .section-contents h3{
    width: 70%;
    margin: 0 auto 2%;
}
#sns .sns-inner .section-contents .sns-wrap {
    display: flex;
    justify-content: center;
    gap: 3%;
}
#sns .sns-inner .section-contents .sns-wrap li {

}
#sns .sns-inner .section-contents .sns-wrap li a {
    border-radius: 100vw;
    overflow: hidden;
    background-color: #260d0e;
}
#sns .sns-inner .section-contents .sns-wrap li a i {
    transform: scale(0.7);
    display: block;
}
#sns .sns-inner .section-contents .sns-wrap li a i::before {
    font-size: 4em;
    color: #fff;
}
/*==============================================
SNS ここまで
================================================*/