:root {
    --curtain: #fff;
}
#wrap::before,#wrap::after{
    position: fixed;
    z-index: 1;
    top: -15%;
    display: block;
    visibility: hidden;
    width: 50%;
    height: 130%;
    content: '';
    background-color: var(--curtain);
    z-index: 200;
  }
  #wrap::before{
    left: 0;
    animation : curtain_l 3s;
    -webkit-animation : curtain_l 3s;
  }
  #wrap::after{
    right: 0;
    animation : curtain_r 3s;
  　-webkit-animation : curtain_r 3s;
  }
  
  @keyframes curtain_l{
    0%{visibility: visible;}
    20%{transform: rotate(0deg) translateX(0%); background-color:  var(--curtain);}
    60%{transform: rotate(6deg) translateX(-50%);}
    80%{opacity: 1;}
    100%{transform: rotate(0deg) translateX(-100%); opacity:0; visibility: hidden;}
  }
  @-webkit-keyframes curtain_l{
    0%{visibility: visible;}
    20%{-webkit-transform: rotate(0deg) translateX(0%); background-color:  var(--curtain);}
    60%{-webkit-transform: rotate(6deg) translateX(-50%);}
    80%{opacity: 1;}
    100%{-webkit-transform: rotate(0deg) translateX(-100%); opacity:0; visibility: hidden;}
  }
  @keyframes curtain_r{
    0%{ visibility: visible;}
    20%{transform: rotate(0deg) translateX(0%); background-color:  var(--curtain);}
    60%{transform: rotate(-6deg) translateX(50%);}
    80%{opacity: 1;}
    100%{transform: rotate(0deg) translateX(100%); opacity:0; visibility: hidden;}
  }
  @-webkit-keyframes curtain_r{
    0%{visibility: visible;}
    20%{-webkit-transform: rotate(0deg) translateX(0%); background-color:  var(--curtain);}
    60%{-webkit-transform: rotate(-6deg) translateX(50%);}
    80%{opacity: 1;}
    100%{-webkit-transform: rotate(0deg) translateX(100%); opacity:0; visibility: hidden;}
  }

/*====================================================*/
/* フッター調整 */
/*====================================================*/
#footer {
    padding-right: 0;
    padding-left: 0;
}
.footer-wrap {
    width: 96%;
    margin: auto;
}
@media print,screen and (min-width: 1025px){
    #footer {
        border-right: 4px solid #333;
        border-left: 4px solid #333;
    }
}

/*====================================================*/
/* 追従 */
/*====================================================*/
.follow {
    width: calc(100% - 780px);
    max-width: 260px;
    padding: 1em 0.5em;
    background-color: #383a3a;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    box-shadow: 3px 6px 11px 0px rgba(0,0,0,0.4);
    position: absolute;
    top: 20%;
    left: 0;
    z-index: 50;
}
#js-sidemenu.classActive {
    position: fixed;
    top: 0;
}
.follow img {
    display: inline-block;
    width: 1em;
    margin-right: 0.5em;
    vertical-align: middle;
}
.follow .tel {
    margin-bottom: 1rem;
    text-align: center;
}
.follow .tel img {
    filter: brightness(0) invert(1);
}
.follow .tel span {
    font-size: 2.3rem;
}
.follow .mail {
    padding: 0.5em 1em;
    background-color: #fff;
    color: #333;
}

@media print,screen and (max-width: 1024px){
    .follow  {
        display: none;
    }
}

/*====================================================*/
/* 枠 */
/*====================================================*/
main.front-page {
    padding-right: 0;
    padding-left: 0;
    background-color: #fff;
    border-right: 2px solid #333;
    border-left: 2px solid #333;
}
.front-wrap {
    width: 96%;
    margin: auto;
    border-right: 2px solid #333;
    border-left: 2px solid #333;
}
@media print,screen and (min-width: 1025px){
    main.front-page {
        border-right: 4px solid #333;
        border-left: 4px solid #333;
    }
    .front-wrap {
        border-right: 4px solid #333;
        border-left: 4px solid #333;
    }
}

/*====================================================*/
/* MV */
/*====================================================*/
.front-page .mv {
    display: block;
    width: 78%;
    max-width: 582px;
    margin: auto;
    padding-top: 5rem;
    padding-bottom: 3.5rem;
}

@media print,screen and (min-width: 1025px){
    .front-page .mv {
        padding-top: 10rem;
        padding-bottom: 7rem;
    }
}

/*====================================================*/
/* ピックアップ */
/*====================================================*/
.pickup h1 {
    font-size: clamp(45px, 12.6vw, 72px);
    font-weight: bold;
    text-align: center;
}
.pickup_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 5%;
    width: 92%;
    margin: 2.5rem auto;
}
.post-card {
    font-size: clamp(10px, 2.7vw, 20px);
    font-weight: bold;
}
.post-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    box-shadow: var(--shadow);
}
.mask {
    display: block;
    width: 90%;
    height: 90%;
    padding: 0.5em;
    border: 1px solid #333;
}
.mask img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.post-category {
    display: inline-block;
    padding: 0.3em 0.5em;
    background-color: #333;
    color: #fff;
    font-size: clamp(10px, 2.7vw, 20px);
}
.post-title {
    margin: 0.5em 0;
}
.post-price {
    font-size: clamp(13px, 3.5vw, 26px);
    text-align: right;
}

@media print,screen and (min-width: 650px){
    .pickup_list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}
@media print,screen and (min-width: 1025px){
    .pickup h1 {
        font-size: 72.7px;
    }
    .pickup_list {
        margin: 5rem auto;
    }
    .post-card {
        font-size: 2rem;
    }
}

/*====================================================*/
/* カテゴリーで探す */
/*====================================================*/
.front_category {
    margin: 2.5rem 0;
    padding: 2rem 0;
    background-color: #d4d4d4;
}
.front-title {
    width: 89%;
    max-width: 671px;
    margin: auto;
}
.category-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 3%;
    grid-row-gap: 3%;
    width: 92%;
    margin: 2.5rem auto;
}
.category-post {
    padding: 1rem;
    aspect-ratio: 1/1;
    overflow: hidden;
    background-color: #fff;
    box-shadow: var(--shadow);
    position: relative;
}
.category-post figure {
    aspect-ratio: 1/1;
    overflow: hidden;
    padding: 1rem;
    border: 1px solid #333;
}
.category-post p {
    width: 80%;
    padding: 0.5em 0;
    background-color: #333;
    color: #fff;
    font-size: clamp(10px, 2.7vw, 18px);
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    white-space: nowrap;
}

@media print,screen and (min-width: 1025px){
    .front_category {
        margin: 5rem 0;
        padding: 4rem 0;
    }
}

/*====================================================*/
/* ランキング */
/*====================================================*/
.ranking {
    margin-top: 2.5rem;
    margin-bottom: 5rem;
}
.ranking-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 3%;
    grid-row-gap: 2%;
    width: 92%;
    margin: 2.5rem auto 0;
}
.ranking-list .post-card {
    position: relative;
}
.ranking-list .post-card::before {
    content: "";
    display: block;
    width: 5rem;
    height: 5rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 10%;
}
.ranking-list .one::before {
    background-image: url(../img/front/number1.png);
}
.ranking-list .two::before {
    background-image: url(../img/front/number2.png);
}
.ranking-list .three::before {
    background-image: url(../img/front/number3.png);
}
.ranking-list .for::before {
    background-image: url(../img/front/number4.png);
}
.ranking-list .five::before {
    background-image: url(../img/front/number5.png);
}
.ranking-list .six::before {
    background-image: url(../img/front/number6.png);
}

@media print,screen and (min-width: 1025px){
    .ranking {
        margin-top: 5rem;
        margin-bottom: 10rem;
    }
}

/*====================================================*/
/* 新着 */
/*====================================================*/
.new-item {
    margin: 2.5rem 0;
    padding: 2rem 0;
    background-color: #d4d4d4;
}
.new-list {
    width: 92%;
    margin: 2.5rem auto;
}
.new-post {
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: #fff;
}
.new-post a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
}
.new-post figure {
    width: 20%;
    margin-right: 5%;
}
.new-post .post-title {
    font-size: clamp(13px, 3.5vw, 26px);
}
.new-post .post-price {
    margin-top: 2rem;
}
.new-post .post-price span {
    font-size: clamp(18px, 4.8vw, 36px);
}

@media print,screen and (min-width: 1025px){
    .new-post {
        padding: 1.2rem;
        margin-bottom: 4rem;
    }
}

/*====================================================*/
/* タイタンアートを知る */
/*====================================================*/
.about {
    width: 92%;
    margin: 2.5rem auto;
}
.about .front-title {
    margin-bottom: 3.5rem;
}
.about div figure {
    padding: 1rem 0 4rem;
    border: 2px solid #333;
}
.about div figure > img {
    display: block;
    width: 50%;
    margin: auto;
}
.about div a {
    display: block;
    width: 63%;
    max-width: 422px;
    margin: -3.5rem auto 0;
}
.about-guide {
    margin-bottom: 3rem;
}
.about .about-company figure > img {
    width: 48%;
    padding-right: 7%;
}

@media print,screen and (min-width: 1025px){
    .about .front-title {
        margin-bottom: 7rem;
    }
    .about div figure {
        padding: 2rem 0 6rem;
    }
    .about div a {
        margin: -6rem auto 0;
    }
    .about-guide {
        margin-bottom: 6rem;
    }
}


/*====================================================*/
/* お知らせ */
/*====================================================*/
.front-news {
    margin-top: 5.5rem;
    padding: 3rem 0 4.5rem;
    background-color: #d4d4d4;
}
.news-list {
    width: 92%;
    margin: auto;
}
.sec_title {
    width: 57%;
    max-width: 424px;
    margin: auto;
    font-size: clamp(25px, 6.75vw, 50px);
    font-weight: bold;
    text-align: center;
}
.sec_title span {
    display: block;
    padding: 0.5em 0;
}
.sec_title::before,
.sec_title::after {
    content: "";
    display: block;
    width: 100%;
    height: 3vw;
    background-size: 100%;
    background-repeat: no-repeat;
}
.sec_title::before {
    background-image: url(../img/common/line-top.svg);
    background-position: bottom;
}
.sec_title::after {
    background-image: url(../img/common/line-bottom.svg);
    background-position: top;
}
@media print,screen and (min-width: 1025px){
    .front-news {
        margin-top: 11rem;
        padding: 6rem 0 9rem;
    }
}

/*====================================================*/
/* インスタグラム */
/*====================================================*/
.instagram {
    padding: 3rem 0 5rem;
    background-color: #333;
}
.instagram .sec_title {
    color: #fff;
}
.instagram .sec_title span {
    padding: 0.2em 0 0.5em;
}
.instagram .sec_title::before,
.instagram .sec_title::after {
    filter: brightness(0) invert(1);
}

@media print,screen and (min-width: 1025px){
    .instagram {
        padding: 6rem 0 10rem;
    }
}

/*====================================================*/
/* アクセス */
/*====================================================*/
#access {
    width: 92%;
    margin: auto;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
}
#access .sec_title {
    width: 65%;
    margin-bottom: 3.5rem;
}
#access .sec_title span {
    white-space: inherit;
}
#access div > img {
    display: block;
    width: 86%;
    max-width: 597px;
    margin: 0 auto 2.5rem;
}
#access div > p {
    font-size: clamp(13px, 3.5vw, 26px);
    font-weight: bold;
    line-height: 1.75;
    text-align: center;
}
#access div > p span {
    display: block;
    margin-bottom: 0.5em;
    font-size: clamp(23px, 6.2vw, 46px);
}
#access div .link-btn {
    margin-top: 2rem;
    margin-bottom: 3rem;
}
#access div iframe {
    aspect-ratio: 67 / 46;
}
.osaka {
    margin-bottom: 5rem;
}

@media print,screen and (min-width: 1025px){
    #access {
        padding-top: 5rem;
        padding-bottom: 10rem;
    }
    #access .sec_title {
        margin-bottom: 7rem;
    }
    #access div > img {
        margin-bottom: 5rem;
    }
    #access div .link-btn {
        margin-top: 4rem;
        margin-bottom: 6rem;
    }
    .osaka {
        margin-bottom: 10rem;
    }
}