/*
Theme Name: a	
Theme URI: https://dessin.work/
Description: dessin Inc. Client theme.
Author: dessin Inc. development team [Yuki Fujii]
Version: 2023-08-03
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #000000;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-family: "Noto Sans", sans-serif;
}
input {
  font-family: "Noto Sans", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font: inherit;
  opacity: 0;
  transition: 1s;
}
body.on {
  opacity: 1;
}   
html {
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
}
img, iframe {
  vertical-align: bottom;
  max-width: 100%;
  background: transparent;
  /* transition: 0.3s; */
}
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
        appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.grecaptcha-badge {
  display: none;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.df {
  display: flex;
}
.sb {
  justify-content: space-between;
}
.fw {
  flex-wrap: wrap;
}
.w90 {
  margin: 0 auto;
  width: 90%;
}
.smt{
    scroll-margin-top: 120px;
}
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 997;
    padding: 28px 2%;
    background-color: #fff;
    align-items: center;
}
nav{
    margin: 0 0 0 auto;
}
nav li{
    margin-right: 48px;
}
nav li:last-child{
    margin-right: 0;
}
nav li a{
    font-weight: 700;
}
nav li::after{
display: block;
content: "";
width: 100%;
height: 2px;
background-color: #000;
transform: scale(0,1);
transform-origin: right top;
transition: transform .3s;
}
nav li:hover::after{
transform: scale(1,1);
transform-origin: left top;
}
header .snsBox{
    margin: 0 0 0 59px;
}
.snsBox a{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border: 1px solid #000;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    margin-right: 24px;
}
.snsBox a:hover{
    background-color: #fff;
}
.snsBox a:last-child{
    margin-right: 0;
}
.snsBox .fb span{
    background: url('/wp-content/themes/a/img/icon_fb.svg') no-repeat center;
    width: 10px;
    height: 20px;
}
.snsBox .fb:hover span{
    background: url('/wp-content/themes/a/img/icon_fb_k.svg') no-repeat center;
}
.snsBox .yt span{
    background: url('/wp-content/themes/a/img/icon_yt.svg') no-repeat center;
    width: 20px;
    height: 14px;
} 
.snsBox .yt:hover span{
    background: url('/wp-content/themes/a/img/icon_yt_k.svg') no-repeat center;
}
.hbWrap{
    width: 46px;
    height: 46px;
    margin: 0 0 0 27px;
    cursor: pointer;
}
.hbBtn{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 999;
}
.hbBtn span{
    height: 2px;
    background-color: #000;
    margin-bottom: 6px;
    transition: .3s;
}
.hbBtn span:nth-child(1){
    width: 35px;
}
.hbWrap.on .hbBtn span:nth-child(1){
    width: 100%;
    transform: rotate(30deg);
    margin-bottom: -2px;
}
.hbBtn span:nth-child(2){
    width: 23px;
}
.hbWrap.on .hbBtn span:nth-child(2){
    display: none;
}
.hbBtn span:nth-child(3){
    width: 12px;
}
.hbWrap.on .hbBtn span:nth-child(3){
    width: 100%;
    transform: rotate(-30deg);
}
.hbMenu{
    position: fixed;
    top: 0;
    width: 30%;
    height: 100vh;
    box-sizing: border-box;
    right: -30%;
    z-index: 998;
    transition: .5s;
    background-color: #fff;
    padding: 60px 5% 100px;
}
.hbMenu .logo{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 60px;
}
.hbMenu ul{
    margin-bottom: 60px;
}
.hbMenu ul li{
    border-bottom: 1px solid #000;
    margin-bottom: 20px;   
}
.hbMenu ul li a{
    padding-bottom: 20px;
    display: block;
    font-size: 20px;
    font-weight: 700;
}
.hbMenu .snsBox{
    margin-left: 0;
}
.hbWrap.on .hbMenu{
    right: 0;
}
h1 > a{
    font-size: 28px;
    font-weight: 700;
}
article{
    padding-top: 102px;
}
.mv{
    margin-bottom: 205px;
    height: calc(100vh - 102px);
}
.mv .left{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mv .left .titTxt{
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 45px;
}
.mv .left .enTxt{
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 59px;
    text-align: center;
}
.mv .left .shopName{
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 54px;
    text-align: center;
}
.mv .right{
    width: 50%;
    height: 100%;
}
.mv .right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.link1{
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #000;
    width: 298px;
    height: 68px;
    border-radius: 41px;
    font-size: 15px;
    font-weight: 700;
}
.link1:hover{
    background-color: #000;
    color: #fff;
}
.link1 .arrowWrap{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
}
.link1:hover .arrowWrap{
    background-color: #fff;
}
.link1 .arrowWrap span{
    background: url('/wp-content/themes/a/img/icon_arrow_w.svg') no-repeat center;
    width: 17px;
    height: 16px;
    background-size: contain;
}
.link1:hover .arrowWrap span{
    background: url('/wp-content/themes/a/img/icon_arrow_k.svg') no-repeat center;
}
.tit1{
    font-size: 88px;
    font-weight: 700;
}
.tit1 span{
    display: block;
    font-size: 16px;
    font-weight: 400;
}
.topBlock1{
    width: 90%;
    max-width: 1432px;
    margin: 0 auto 276px;
}
.topBlock1 .left{
    width: 45%;
}
.topBlock1 .left .tit1{
    margin-bottom: 130px;
}
.topBlock1 .left h3{
    font-size: 42px;
    font-weight: 700;
}
.topBlock1 .right{
    width: 55%;
    padding: 81px 0 0;
    box-sizing: border-box;
}
.topBlock1 .right p{
    font-size: 20px;
    margin-bottom: 94px;
}
.link2{
    width: 450px;
    height: 99px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    transition: .3s;
}
.link2:hover{
    background-color: #fff;
    color: #000;
}
.link2 .arrowWrap{
    background-color: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.link2:hover .arrowWrap{
    background-color: #000;
}
.link2 .arrowWrap span{
    background: url('/wp-content/themes/a/img/icon_arrow_k.svg') no-repeat center;
    width: 20px;
    height: 20px;
}
.link2:hover .arrowWrap span{
    background: url('/wp-content/themes/a/img/icon_arrow_w.svg') no-repeat center;
}
.topBlock2{
    margin-bottom: 213px;
}
.parallax{
    padding-bottom: 1225px;
    position: relative;
    margin-bottom: 123px;
}
.parallax .main{
    width: 100%;
}
.parallax .main.sp{
    display: none;
}
.parallax .sub{
    position: absolute;
    will-change: transform;
}
.parallax .sub.no1{
    top: 35%;
    left: 10%;
    width: 816px;
}
.parallax .sub.no2{
    top: 50%;
    right: 10%;
    width: 376px;
}
.parallax .sub.no3{
    bottom: 0;
    left: 0;
    width: 399px;
}
.parallax .sub.no4{
    bottom: 5%;
    right: 20%;
    width: 555px;
}
.parallax .slideTxt{
    position: absolute;
    bottom: 83px;
    left: 0;
    z-index: 10;
    width: 100%;
}
.parallax .slideTxt .swiper-wrapper{
    transition-timing-function: linear;
}
.parallax .slideTxt .swiper-slide{
    font-size: 136px;
    font-weight: 700;
    color: #DDDDD0;
    white-space: nowrap;
}
.pofileWrap{
    width: 90%;
    max-width: 1432px;
    margin: 0 auto;
}
.pofileWrap .tit1{
    text-align: center;
    margin-bottom: 123px;
}
.pofileWrap .left{
    width: 50%;
    align-self: flex-start;
}
.pofileWrap .right{
    width: 50%;
    padding-left: 5%;
    box-sizing: border-box;
}
.pofileWrap .right .box1{
    margin-bottom: 65px;
}
.pofileWrap .right .box1:last-child{
    margin-bottom: 0;
}
.pofileWrap .right .box1 h3{
    font-size: 34px;
    font-weight: 700;
}
.pofileWrap .right .box1 p{
    font-size: 15px;
    font-weight: 500;
    margin-top: 14px;
    line-height: 32px;
}
.pofileWrap .right .box1 .detail{
    margin-top: 7px;
    margin-bottom: 65px;
}
.obi{
    display: block;
    width: 100%;
}
.topBlock3{
    background-color: #F7F3EE;
    padding: 200px 0 158px;
    margin-bottom: 114px;
}
.topBlock3Inner{
    width: 90%;
    max-width: 1132px;
    margin: 0 auto;
    background: linear-gradient(transparent 0%, transparent 3%, #fff 3%, #fff 100% );
    padding: 0 5% 126px;
    box-sizing: border-box;
}
.topBlock3Inner .tit1{
    text-align: center;
    margin-bottom: 101px;
}
.menuBox{
    margin-bottom: 91px;
}
.menuBox.last{
    margin-bottom: 97px;
}
.menuBox h3{
    font-size: 23px;
    font-weight: 700;
    padding: 28px 0;
    text-align: center;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-bottom: 39px;
}
.menuContent{
    margin-bottom: 34px;
    justify-content: space-between;
}
.menuContent:last-child{
    margin-bottom: 0;
}
.menuContent .menuTit{
    font-size: 18px;
    font-weight: 500;
}
.menuContent .menuTit span{
    display: block;
    margin-top: 31px;
}
.menuContent .price{
    font-size: 18px;
    font-weight: 500;
}
.topBlock3Inner .link2{
    margin: 0 auto;
}
.garally{
    margin-bottom: 257px;
}
.imgSlide{
    margin-bottom: 98px;
}
.imgSlide .swiper-wrapper{
    transition-timing-function: linear;
}
.garally .sv{
    width: 92%;
    margin: 0 auto;
    display: block;
}
.garally .sv.sp{
    display: none;
}
.topBlock4{
    width: 90%;
    max-width: 1520px;
    margin: 0 auto 140px;
}
.topBlock4 .tit1{
    margin-bottom: 75px;
}
.postList{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 59px;
}
.postList li .imgBox{
    margin-bottom: 19px;
    aspect-ratio: 467 / 308;
    overflow: hidden;
}
.postList li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}
.postList li:hover img{
    transform: scale(1.2);
}
.postList .postInfo{
    align-items: center;
    margin-bottom: 19px;
}
.postList .date{
    font-size: 12px;
    font-weight: 500;
    padding-right: 1em;
    margin-right: 1em;
    border-right: 1px solid #000;
}
.postList .catName{
    font-size: 12px;
    font-weight: 500;
}
.postList h3{
    font-size: 18px;
    font-weight: 500;
}
.topBlock5{
    width: 90%;
    max-width: 1520px;
    margin: 0 auto 217px;
}
.topBlock5 .tit1{
    margin-bottom: 88px;
}
.topBlock5 .left{
    width: 60%;
    padding-right: 5%;
    box-sizing: border-box;
}
.topBlock5 .left li{
    padding: 40px 0;
    border-bottom: 1px solid #D9D9D9;
}
.topBlock5 .left li:first-child{
    border-top: 1px solid #D9D9D9;
}
.topBlock5 .left li .title{
    width: 30%;
    font-weight: 700;
}
.topBlock5 .left li .text{
    width: 70%;
    font-weight: 500;
}   
.topBlock5 .right{
    width: 40%;
    align-self: flex-start;
}
.topBlock5Inner{
    margin-bottom: 119px;
}
.lastImg.sp{
    display: none;
}
.mapWrap{
    width: 100%;
    aspect-ratio: 1520 / 465;
}
.mapWrap iframe{
    width: 100%;
    height: 100%;
}
footer{
    padding: 109px 2% 39px;
    position: relative;
}
footer .logo{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 47px;
}
footer .address{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 42px;
}
footer .link3{
    width: 171px;
    height: 52px;
    border-radius: 30px;
    background-color: #000;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
} 
footer .link3:hover{
    background-color: #fff;
    color: #000;
}
footer .shopDetail{
    margin-right: 15%;
}
footer .footerLinks ul{
    margin-bottom: 70px;
}
footer .footerLinks ul li{
    margin-right: 91px;
}
footer .footerLinks ul li::after{
display: block;
content: "";
width: 100%;
height: 2px;
background-color: #000;
transform: scale(0,1);
transform-origin: right top;
transition: transform .3s;
}
footer .footerLinks ul li:hover:after{
transform: scale(1,1);
transform-origin: left top;
}
footer .footerLinks ul li:last-child{
    margin-right: 0;
}
footer .footerLinks ul li a{
    font-weight: 700;
}
.footerContent.no1{
    margin-bottom: 166px;
}
.footerContent.no2{
    justify-content: space-between;
    align-items: center;
}
.footerContent.no2 *{
    font-size: 13px;
    font-weight: 400;
}
.footerContent.no2 .privacys a{
    display: inline-block;
    margin-right: 62px;
}
.footerContent.no2 .privacys a:last-child{
    margin-right: 0;
}
.backToTop{
    position: absolute;
    top: 107px;
    right: 5%;
}
.pageSub{
    padding-top: 298px;
}
.container{
    width: 90%;
    max-width: 1471px;
    margin: 0 auto;
}
.container .topicsBox{
    width: 70%;
}
.pageCatgory .tit1{
    margin-bottom: 75px;
}
.pageCatgory .postList{
    gap: 29px;
}
.pageCatgory .postList .imgBox{
    margin-bottom: 14px;
}
.pageCatgory .postList .postInfo{
    margin-bottom: 9px;
}
.pageCatgory .postList h3{
    font-size: 16px;
}
aside{
    width: 30%;
    padding-left: 10%;
    box-sizing: border-box;
}
aside .box1{
    margin-bottom: 78px;
}
aside .box1:last-child{
    margin-bottom: 0;
}
aside .box1 .slideTit{
    margin-bottom: 38px;
    font-size: 20px;
    font-weight: 700;
    padding: 29px 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    text-align: center;
}
aside .categoryList li{
    margin-bottom: 25px;
}
aside .categoryList li:last-child{
    margin-bottom: 0;
}
aside .categoryList li a{
    font-weight: 700;    
}
aside form{
    display: flex;
    align-items: flex-start;
}
aside input[type="search"]{
    border: 1px solid #000;
    padding: 17px 10px;
    width: 70%;
    box-sizing: border-box;
    border-right: none;
    background-color: #fff;
}
aside button{
    padding: 19px 23px;
    background-color: #000;
    color: #fff;
    width: 30%;
    box-sizing: border-box;
    display: block;
    font-size: 13px;
    font-weight: 700;
    align-self: stretch;
    border: 1px solid #000;
    transition: .3s;
    cursor: pointer;
}
aside button:hover{
    background-color: #fff;
    color: #000;
}
.pageSingle .tit1{
    margin-bottom: 93px;
}
.pageSingle .postInfo{
    margin-bottom: 14px;
}
.pageSingle p{
    font-size: 15px;   
}
.pageSingle .date{
    padding-right: 1em;
    margin-right: 1em;
    border-right: 1px solid #000;
}
.pageSingle h1{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 36px;
}
.postThumb{
    display: block;
    width: 100%;
    margin-bottom: 61px;
}
.pageSingle .contentWrap h2{
    font-size: 24px;
    font-weight: 700;
}
.pageSingle .contentWrap img{
    width: 100%;
}
.topLink{
    display: block;
    font-weight: 700;
    padding-bottom: 8px;
    width: fit-content;
    border-bottom: 1px solid #000;
    margin-left: 3%;
}
.pageCatgory .topLink{
    margin-top: 154px;
}
.pageSingle .topLink{
    margin-top: 331px;
}
.pager{
    margin-top: 80px;
}
.page-numbers{
    display: flex;
    align-items: center;
    gap: 7px;
}
.page-numbers li a,
.page-numbers li span{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #989898;
    width: 44px;
    height: 44px;
    border: 1px solid #989898;
    transition: .3s;
}
.page-numbers li .current,
.page-numbers li:hover a{
    color: #000;
    border-color: #000;
}
.pagePrivacy .container{
    max-width: 1200px;
}
.pagePrivacy .memo{
    margin-bottom: 120px;
}
.pagePrivacy .box1{
    margin-bottom: 80px;
}
.pagePrivacy .box1:last-child{
    margin-bottom: 0;
}
.pagePrivacy .box1 h3{
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 700;
}
.pagePrivacy .box1 h3 p{
    font-weight: 500;
}
@media (width < 1750px) {
    .parallax .slideTxt .swiper-slide{
        font-size: 110px;
    }
}
@media (width < 1600px) {
    .parallax .sub.no1{
        left: 3%;
    }
    .parallax .sub.no2{
        right: 0;
    }
    .parallax .sub.no4{
        right: 5%;
        bottom: 0;
    }
}
@media (width < 1440px) {
    .backToTop{
        top: 30px;
        right: 3%;
    }
    aside{
        padding-left: 5%;
    }
    .parallax .slideTxt .swiper-slide{
        font-size: 96px;
    }
}
@media (width < 1280px) {
    nav li{
        margin-right: 36px;
    }
    footer .footerLinks ul li{
        margin-right: 40px;
    }
    .topicsContent{
        flex-direction: column;
    }
    .container .topicsBox{
        width: 100%;
        margin-bottom: 80px;
    }
    aside{
        width: 100%;
        padding-left: 0;
    }
    .pageSub{
        padding-top: 150px;
    }
}
@media (width < 1100px) {
    nav{
        display: none;
    }
    header .snsBox{
        margin: 0 0 0 auto;
    }
    .hbMenu{
        width: 100%;
        right: -100%;
    }
    .topBlock1{
        flex-direction: column;
    }
    .topBlock1 .left{
        width: 100%;
        margin-bottom: 42px;
    }
    .topBlock1 .right{
        width: 100%;
        padding-top: 0;
    }
    .profile{
        flex-direction: column;
    }
    .pofileWrap .left{
        width: 100%;
        margin-bottom: 71px;
    }
    .pofileWrap .right{
        width: 100%;
    }
    .footerContent.no1{
        flex-direction: column;
    }
    footer .shopDetail{
        margin-right: 0;
        margin-bottom: 62px;
    }
    .parallax{
        padding-bottom: 558px;
    }
    .parallax .sub.no1{
        width: 247px;
    }
    .parallax .sub.no2{
        width: 148px;
    }
    .parallax .sub.no3{
        width: 142px;
    }
    .parallax .sub.no4{
        width: 179px;
    }
    .parallax .slideTxt .swiper-slide{
        font-size: 94px;
    }
    .postList{
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .pageSingle .topLink{
        margin-top: 100px;
    }
    .parallax .sub.no2{
        top: 65%;
        right: 0;
    }
    .parallax .sub.no3{
        bottom: 20%;
    }
    .parallax .sub.no4{
        right: 3%;
    }
    header{
        padding: 20px 5%;
    }
    .pagePrivacy .tit1{
        line-height: 1.2;
    }
}
@media (width < 820px) {
    .mv{
        flex-direction: column;
    }
    .mv .left{
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 5%;
        box-sizing: border-box;
    }
    .mv .right{
        width: 100%;
    }
    footer .footerLinks ul{
        flex-direction: column;
        margin-bottom: 39px;
    }
    footer .footerLinks ul li{
        margin-right: 0;
        margin-bottom: 30px;
    }
    .footerContent.no2{
        flex-direction: column;
        align-items: flex-start;
    }
    .privacys{
        flex-direction: column;
        margin-bottom: 42px;
    }
    .footerContent.no2 .privacys a{
        margin-right: 0;
        margin-bottom: 19px;
    }
    .footerContent.no2 .privacys a:last-child{
        margin-bottom: 0;
    }
    footer{
        padding: 82px 5% 44px;
    }
    .backToTop{
        top: auto;
        bottom: 98px;
        right: 5%;
    }
    .topBlock5{
        margin-bottom: 60px;
    }
    .topBlock5Inner{
        flex-direction: column;
        margin-bottom: 33px;
    }
    .topBlock5 .left{
        width: 100%;
        margin-bottom: 60px;
    }
    .topBlock5 .right{
        width: 100%;
    }
    .mapWrap{
        height: 70vh;
    }
    .postList{
        grid-template-columns: 1fr;
        gap: 51px;
    }
    .parallax .main.pc{
        display: none;
    }
    .parallax .main.sp{
        display: inline;
    }
    .link2{
        width: 100%;
        height: 82px;
    }
    article{
        padding-top: 150px;
    }
    h1 > a{
        font-size: 21px;
    }
    .snsBox a{
        width: 28px;
        height: 28px;
        margin-right: 9px;
    }
    .hbWrap{
        margin: 0 0 0 9px;
    }
    .snsBox .fb span{
        width: 7px;
        height: 14px;
    }
    .snsBox .yt span{
        width: 14px;
        height: 10px;
    }
    .mv{
        height: calc(100vh - 150px);
        margin-bottom: 78px;
    }
    .mv .left .titTxt{
        margin-bottom: 21px;
        font-size: 31px;
        text-align: left;
    }
    .mv .left .enTxt{
        text-align: left;
    }
    .mv .left .shopName{
        display: none;
    }
    .mv .left .link1{
        display: none;
    }
    .tit1{
        font-size: 46px;
    }
    .tit1 span{
        font-size: 14px;
    }
    .topBlock1{
        margin-bottom: 72px;
    }
    .topBlock1 .left .tit1{
        margin-bottom: 44px;
    }
    .topBlock1 .left h3{
        font-size: 32px;
    }
    .topBlock1 .right p{
        font-size: 15px;
        margin-bottom: 55px;
    }
    .parallax{
        margin-bottom: 39px;
    }
    .parallax .slideTxt .swiper-slide{
        font-size: 43px;
    }
    .pofileWrap .tit1{
        text-align: left;
        margin-bottom: 68px;
    }
    .pofileWrap .right{
        padding-left: 0;
    }
    .pofileWrap .right .box1 h3{
        font-size: 24px;
    }
    .topBlock2{
        margin-bottom: 88px;
    }
    .obi{
        height: 100vw;
        object-fit: cover;
    }
    .topBlock3{
        padding: 80px 0 78px;
        margin-bottom: 66px;
    }
    .topBlock3Inner{
        background: linear-gradient(transparent 0%, transparent 2%, #fff 2%, #fff 100% );
        padding: 0 5% 69px;
    }
    .topBlock3Inner .tit1{
        margin-bottom: 45px;
    }
    .menuBox{
        margin-bottom: 59px;
    }
    .menuBox.last{
        margin-bottom: 69px;
    }
    .menuBox h3{
        font-size: 20px;
        margin-top: 32px;
    }
    .menuContent{
        margin-bottom: 21px;
    }
    .menuContent .menuTit{
        font-size: 15px;
    }
    .menuContent .price{
        font-size: 15px;
    }
    .menuContent .menuTit span{
        font-size: 12px;
    }
    .menuContent .menuTit span br{
        display: none;
    }
    .garally .sv.pc{
        display: none;
    }
    .garally .sv.sp{
        display: block;
    }
    .imgSlide{
        margin-bottom: 57px;
    }
    .garally{
        margin-bottom: 84px;
    }
    .topBlock4{
        margin-bottom: 100px;
    }
    .topBlock4 .tit1{
        margin-bottom: 51px;
    }
    .postList li .imgBox{
        margin-bottom: 13px;
    }
    .postList .postInfo{
        margin-bottom: 13px;
    }
    .topBlock5 .tit1{
        margin-bottom: 57px;
    }
    .topBlock5 .left{
        padding-right: 0;
    }
    .topBlock5 .left li{
        padding: 23px 0;
        flex-direction: column;
    }
    .topBlock5 .left li .title{
        width: 100%;
        margin-bottom: 13px;
    }
    .topBlock5 .left li .text{
        width: 100%;
    }
    .lastImg.pc{
        display: none;
    }
    .lastImg.sp{
        display: block;
    }
    .footerContent.no1{
        margin-bottom: 51px;
    }
    .pageCatgory .topLink{
        margin-top: 100px;
    }
    .pageSingle .tit1{
        margin-bottom: 50px;
    }
    .pageSingle h1{
        font-size: 24px;
    }
    .pageSingle .contentWrap h2{
        font-size: 20px;
    }
    .hbWrap{
        width: 35px;
        height: 35px;
        padding: 0 0 0 13px;
    }
    .pagePrivacy .memo{
        font-size: 14px;
        margin-bottom: 80px;
    }
    .pagePrivacy .box1{
        margin-bottom: 60px;
    }
    .pagePrivacy .box1 h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .pagePrivacy .box1 p{
        font-size: 14px;
    }
}

