@charset "UTF-8";@import url(../css/base.css);@import url(../css/fonts.css);@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap);body{font-family:"游ゴシック体","Yu Gothic",YuGothic,sans-serif}body::-webkit-scrollbar{display:block;width:10px;height:10px}body::-webkit-scrollbar-track{border-radius:10px;background:#fff;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);box-shadow:inset 0 0 6px rgba(0,0,0,.3)}body::-webkit-scrollbar-thumb{border-radius:10px;background:-webkit-gradient(linear,left top,left bottom,from(#ebb291),color-stop(50%,#df8652),to(#d45e1b));background:-webkit-linear-gradient(top,#ebb291 0%,#df8652 50%,#d45e1b 100%);background:linear-gradient(to bottom,#ebb291 0%,#df8652 50%,#d45e1b 100%);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5);box-shadow:inset 0 0 6px rgba(0,0,0,.5)}body::-webkit-scrollbar-thumb:window-inactive{background:#fff}h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,th,td,pre,address,li,dt,dd{font-size:100%;-webkit-text-size-adjust:none}header,section,footer,aside,nav,main,article,figure{display:block;padding:0;margin:0}img{vertical-align:bottom;max-width:100%;height:auto}a{color:inherit;font-family:inherit;font-weight:inherit;text-decoration:none}a:hover,a:active{color:#ff8b36;text-decoration:none}a:not([target*="_blank"]) {-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}a:not([target*="_blank"]):hover {opacity:.7}a.logo:hover,.logo a:hover,a.ft_logo:hover,.ft_logo a:hover{opacity:1!important}a.text_link{color:#f29823}a.text_link:hover{opacity:1!important;text-decoration:underline}@media only screen and (min-width:769px){a.tel_click{pointer-events:none;opacity:1!important}}table{width:100%}p{line-height:2;letter-spacing:inherit;word-wrap:break-word;word-break:break-word;margin-bottom:15px}p:empty{display:none!important}p:last-child{margin-bottom:0}.red{color:#ca0a0a!important}.bold{font-weight:bold!important}.fl{float:left}.fr{float:right}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{overflow-x:auto!important}body{background-color:#fff;-webkit-text-size-adjust:none}.wrapper{overflow:hidden}.inner{max-width:1170px;margin:0 auto}.inner_sm{max-width:1000px;margin:0 auto}.fullWidthBreak{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto 5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left;margin:5px 20px 20px 0}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}@media only screen and (max-width:768px){.pc_only{display:none!important}}@media only screen and (min-width:769px){.sp_only{display:none!important}}.accBtn::before,.accBtn::after{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.accBtn.triangle,.accBtn.triangle_btt{position:relative}.accBtn.triangle::after{content:"";position:absolute;right:10px;top:50%;width:0;height:0;border-radius:20px;border-color:inherit;border-left:12px solid transparent;border-right:12px solid transparent;border-top:10px solid;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.accBtn.triangle.rotate::after{-webkit-transform:translateY(-50%) rotateX(180deg);transform:translateY(-50%) rotateX(180deg)}.accBtn.triangle_btt::after{content:"";position:relative;top:0;width:0;height:0;border-radius:20px;border-color:inherit;border-left:12px solid transparent;border-right:12px solid transparent;border-top:10px solid;display:block;margin:10px auto 0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.accBtn.rotate::after{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.TabContainer .TabContent{background-color:#edf0f5;position:relative;z-index:2;overflow:hidden}.TabContainer .TabContent>ul{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.TabContainer .TabContent>ul>li{opacity:0;z-index:-10;visibility:hidden;position:absolute;top:0;left:0;right:0;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.TabContainer .TabContent>ul>li.active{opacity:1;z-index:1;visibility:visible}.TabContainer .TabContent>ul>li div{padding-top:20px}.TabContainer .TabContent p{padding:9px 10% 0;margin:0}.TabContainer .TabContent p.des{color:#838e95;font-size:12px}.TabContainer .TabPager{display:table;min-width:290px}.TabContainer .TabPager li{background-color:#fff;display:block;float:left;position:relative;margin:0;padding:9px 20px;-webkit-box-shadow:2px 1px 10px rgba(0,0,0,.4);box-shadow:2px 1px 10px rgba(0,0,0,.4);-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;cursor:pointer;color:#797b7d}.TabContainer .TabPager li p{margin:0}.TabContainer .TabPager li.active{background-color:#edf0f5;z-index:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.rel{position:relative}.ovs{overflow:auto;-webkit-overflow-scrolling:touch}.lt0{letter-spacing:0!important}figure{margin:0;text-align:center;line-height:1}.fblock{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.key{position:relative}.gMap{width:100%;height:100%}.txt_l{float:left;width:calc(100% - 385px)}.txt_r{float:right;width:calc(100% - 385px)}.image_alone{display:table;max-width:500px;margin:0 auto;border:7px solid rgba(231,231,231,.5);border-radius:11px;overflow:hidden}.totop{-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;opacity:0;visibility:hidden;cursor:pointer;position:fixed;z-index:19;bottom:45px;right:30px}.totop.active{opacity:1;visibility:visible}.totop .icon{background-image:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/xtotop.png.pagespeed.ic.LrWeZvXwv6.png);background-repeat:no-repeat;background-size:100% auto;border:0;width:55px;height:55px;margin:0}@media only screen and (min-width:769px){.totop:hover .icon{opacity:.9;-webkit-animation-name:bounce;animation-name:bounce}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}.animated{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}@keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}@-webkit-keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }

  100% {
    left: -3px;
    opacity: 0.7;
  }
}@keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }

  100% {
    left: -3px;
    opacity: 0.7;
  }
}.fixed_banner{position:fixed;top:200px;right:-120px;z-index:15;-webkit-transition:right .3s ease-in-out;-o-transition:right .3s ease-in-out;transition:right .3s ease-in-out}.fixed_banner::before{content:"\00ab";-webkit-transform:translate(-100%,-50%) scaleX(.6);-ms-transform:translate(-100%,-50%) scaleX(.6);transform:translate(-100%,-50%) scaleX(.6);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%;cursor:pointer;position:absolute;z-index:1;top:50%;left:0;font-size:1.2em;line-height:1;-webkit-animation:fixed_banner .4s ease infinite alternate forwards;animation:fixed_banner .4s ease infinite alternate forwards}.fixed_banner:hover{right:0}.fixed_banner>div{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.fixed_banner > div:not(.tel):hover {opacity:.7}.fixed_banner a{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.fixed_banner p{margin-bottom:0;color:#000;letter-spacing:.12em;line-height:1.222222222222222;text-align:center}.fixed_banner .color1{background:#f8cbad}.fixed_banner .color2{background:#d6dce5}.fixed_banner .color3{background:#fff2cc}.fixed_banner .tel{border-right:1px #fff solid;height:380px}.fixed_banner .tel p{padding:0 25px;font-size:28px;font-weight:600;letter-spacing:0;line-height:.97}.fixed_banner .tel p i{font-style:normal}.fixed_banner .tel p span{-webkit-writing-mode:tb-rl;-ms-writing-mode:tb-rl;writing-mode:tb-rl}.fixed_banner .web{background-color:#ccc;height:90px}.fixed_banner .web p{font-size:18px;font-weight:500}.fixed_banner .web p::before{background-image:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/shared_fixed_bnr_icon02.png);background-size:auto 22px;height:22px}.fixed_banner .mail{background-color:#c16c3b;height:90px}.fixed_banner .mail p{font-size:18px;font-weight:500}.fixed_banner .mail p::before{background-image:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/shared_fixed_bnr_icon03.png);background-size:auto 13px;height:16px}.btn_more{text-align:center}.btn_more a{color:#fff;display:block;font-size:16px;position:relative;line-height:1;padding:16px 0;border-radius:30px;-webkit-transition:all .5s linear;-o-transition:all .5s linear;transition:all .5s linear;letter-spacing:.1em}.btn_more a:hover{opacity:1;color:#fff}.btn_more a:hover:after{right:10px}.btn_more a:after{position:absolute;content:"";background:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/xshare_ic01.png.pagespeed.ic.RKra4p2JCD.png) no-repeat right;width:10px;height:6px;top:50%;right:20px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .5s linear;-o-transition:all .5s linear;transition:all .5s linear}.btn_more.btn_bg01 a{background:#555}.btn_more.btn_bg01 a:hover{background:#000}.btn_more.btn_bg03 a{background:#654321}.btn_more.btn_bg03 a:hover{background:#523212}.btn_more.btn_bg02 a{background:none;border:1px #fff solid}.gallery_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.gallery_list li{max-width:372px;max-height:250px;overflow:hidden;margin:0 5px;background-color:#fcf4ef;height:250px}.gallery_list li.slick-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.share_gallery{height:250px}@media only screen and (max-width:1024px) and (min-width:769px){.btn_more a{padding:12px 0;font-size:14px}}@media only screen and (min-width:769px){.fixed_banner{display:none;width:140px;height:300px}.fixed_banner .tel{height:120px}.fixed_banner .tel p{padding:0;text-align:left}.fixed_banner .tel p i{display:block}.fixed_banner .tel p span{-webkit-writing-mode:lr-tb;-ms-writing-mode:lr-tb;writing-mode:lr-tb}}@media only screen and (min-width:769px) and (max-width:1170px){.fixed_banner{width:70px}.fixed_banner .tel{height:270px}.fixed_banner .tel p{font-size:18px}.fixed_banner .web p,.fixed_banner .mail p{font-size:15px}.under .fixed_banner{width:90px}}.btn-group .btn a{display:block}.btn-group .btn.style01,.btn-group .btn.style02{width:100%;min-width:180px;max-width:300px;overflow:hidden}.btn-group .btn.style01 a,.btn-group .btn.style02 a{padding:11px 10px 12px;position:relative;font-size:22px;font-weight:400;letter-spacing:1px;line-height:1.5;color:#fff;text-decoration:none;text-align:center}.btn-group .btn.style01 a:hover,.btn-group .btn.style02 a:hover{opacity:1;background-color:#9cb5ba}.btn-group .btn.style01 a::after,.btn-group .btn.style02 a::after{content:"";position:absolute;right:5px;bottom:5px;border:4px solid #fff;border-left-color:transparent;border-top-color:transparent}.btn-group .btn.style01.md a,.btn-group .btn.md.style02 a{font-size:18px}.btn-group .btn.style01.md a::after,.btn-group .btn.md.style02 a::after{font-size:23px}.btn-group .btn.bg01 a{background-color:#659cc1}.btn-group .btn.bg02 a{background-color:#f4bf0c}.slick-arrow{display:block;border:none;background-repeat:no-repeat;background-position:center;background-size:contain;background-color:transparent;position:absolute;top:37%;width:38px;height:38px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;color:transparent}.slick-arrow:focus{outline:0}.slick-prev{left:-55px}.slick-next{right:-55px}@media only screen and (min-width:769px) and (max-width:1280px){body{font-size:87.5%}.btn.style01 a,.btn-group .btn.style02 a,.btn.style02 a{font-size:14px}.totop{right:10px}.totop .icon{width:60px;height:60px}}@media only screen and (min-width:769px) and (max-width:1170px){.inner{max-width:none;padding-left:10px;padding-right:10px}}@media only screen and (min-width:769px) and (max-width:1000px){.inner_sm{max-width:none;padding-left:10px;padding-right:10px}}h1{font-size:10px}header{background:rgba(255,255,255,.75);position:absolute;top:0;left:0;right:0;z-index:20;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}header.head_scroll{position:fixed;background-color:rgba(255,255,255,.75);-webkit-animation:aniscroll .5s ease;animation:aniscroll .5s ease}.header_top{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:1190px;padding:0 10px;margin:0 auto}.logo{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.logo a{display:block;width:100%;text-align:center}.right_head{width:100%;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.menu_right .menu_toggle{max-width:800px}.menu_right .menu_toggle .inside{padding:150px 80px 0}.menu_right .menu_toggle .menu01{margin:0 0 80px}.menu_right .menu_toggle .menu_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.menu_right .menu_toggle .menu_list ul.menu{width:48%}.menu_right .menu_toggle .menu_list ul.menu li{margin-bottom:20px}@-webkit-keyframes aniscroll {
  from {
    top: -100px;
  }

  to {
    top: 0;
  }
}@keyframes aniscroll {
  from {
    top: -100px;
  }

  to {
    top: 0;
  }
}.pc_navi{width:100%}.pc_navi>ul{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pc_navi>ul>li{display:-webkit-box;display:-ms-flexbox;display:flex;background-repeat:no-repeat;background-position:center top 10px;position:relative;margin:0 2.1em}.pc_navi>ul>li>a,.pc_navi>ul>li>p{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;width:100%;height:80px;text-decoration:none;text-align:center;font-weight:500;font-size:16px;line-height:1.5;letter-spacing:.1em;color:#333;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.pc_navi>ul>li>a:hover,.pc_navi>ul>li>p:hover{color:#d85204;opacity:1}.pc_navi>ul>li>a span,.pc_navi>ul>li>p span{display:block;padding-top:0;font-size:66.66666666666667%;font-weight:600;color:#333}.pc_navi>ul>li>a.title,.pc_navi>ul>li>p.title{position:relative}.pc_navi>ul>li>a.title::after,.pc_navi>ul>li>p.title::after{content:"";background:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/shared_pc_navi_arrow.png) center no-repeat;background-size:contain;width:11px;height:6px;position:absolute;bottom:5px;left:calc(50% - 6px);-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.pc_navi>ul>li:hover a.title::after,.pc_navi>ul>li:hover p.title::after{-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}.pc_navi>ul>li.home a::before{width:100%;height:16px;display:block;margin-bottom:10px}.pc_navi>ul .subInner{position:absolute;width:220px;right:50%;bottom:0;padding-top:0;-webkit-transform:translate(50%,100%);-ms-transform:translate(50%,100%);transform:translate(50%,100%);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;opacity:0;visibility:hidden;z-index:1}.pc_navi>ul .subInner.active{opacity:1;visibility:visible}.pc_navi>ul .subInner ul{background-color:rgba(0,0,0,.5);padding-bottom:10px}.pc_navi>ul .subInner ul li{padding:0 10px}.pc_navi>ul .subInner ul li a{position:relative;display:block;padding:19px 10px 19px 28px;border-bottom:1px dashed rgba(255,255,255,.7);-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;font-size:14px;font-weight:500;color:#fff;text-decoration:none;text-align:left;letter-spacing:0}.pc_navi>ul .subInner ul li a::before{content:"\203A";display:block;position:absolute;top:50%;left:10px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:14px}@media only screen and (min-width:769px) and (max-width:1280px){.pc_navi>ul>li{margin:0 1.5em}.pc_navi>ul>li:last-of-type{margin-right:0}.pc_navi .subInner ul li a{font-size:12px}.menu_toggle{max-width:600px}.menu_toggle .inside{padding:120px 50px}.menu_toggle .menu01{margin:0 0 50px}}@media only screen and (min-width:769px) and (max-width:1024px){.menu_toggle{max-width:100%}}@media only screen and (min-width:769px) and (max-width:1000px){.header_top .logo{width:120px}.pc_navi>ul>li{margin:0 1em}}footer{background-size:cover;background:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/xshare_ft_bg01.jpg.pagespeed.ic.yXzulA4y3r.jpg) no-repeat center;background-size:cover;padding:80px 0 19px;position:relative}footer p{margin-bottom:0}footer p,footer a{color:#fff}footer .fblock{display:block;text-align:center}footer .ft_logo{padding:0 0 45px}footer .ft_info{width:47.5%}footer .ft_link{color:#fff}footer .ft_link .ttl{border-bottom:1px solid rgba(51,51,51,.5);margin-bottom:18px;padding-bottom:10px;padding-left:0;font-size:32px;font-weight:500;color:#fff;letter-spacing:3.5px;line-height:1;pointer-events:none}footer .ft_link .ttl::before{display:none}footer .ft_link ul{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}footer .ft_link ul:last-child{margin-bottom:0}footer .ft_link li{position:relative;letter-spacing:.1em;margin:0 0 11px;line-height:1;color:#fff}footer .ft_link li:after,footer .ft_link li:before{position:absolute;content:"";top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:1px;height:14px;background:#fff}footer .ft_link li:nth-of-type(1):before {display:block}footer .ft_link li:after{right:0}footer .ft_link li:before{left:0;display:none}footer .ft_link li.sm{}footer .ft_link a{color:inherit;padding:0 22px 0 23px}footer .ft_link a:hover{opacity:1;text-decoration:underline}footer .ft_link1{padding:0 0 16px;margin:0 0 28px;border-bottom:1px #725f53 solid}footer .ft_link1 li{font-size:16px}footer .ft_link2{max-width:900px;margin:auto}footer .ft_link2 li{font-size:15px;font-weight:lighter}footer .ft_link2 li:nth-of-type(9):before {display:block}footer .ft_link2 a{padding:0 21px 0 20px}footer .ft_boxbn{margin:38px auto 0;text-align:center}footer .ft_boxbn a{display:inline-block}footer .ft_info .des{margin-bottom:26px;color:#adb0b2;font-size:14px;line-height:1.714;letter-spacing:2.8px}footer .ft_info .note{margin:13px 9px 0;color:#adb0b2;font-size:14px;line-height:1.714;letter-spacing:1.5px}footer .copyright p{margin-top:32px;color:#fff;font-size:14px;text-align:center;letter-spacing:1.2px;font-weight:lighter;opacity:.6}@media only screen and (min-width:769px) and (max-width:1000px){footer .ft_link li:before,footer .ft_link li:after{height:10px}footer .ft_link1 li{font-size:14px}footer .ft_link1 li a{padding:0 15px}footer .ft_link2{max-width:680px}footer .ft_link2 li{font-size:13px}footer .ft_link2 li a{padding:0 15px}}@media (-ms-high-contrast:none),(-ms-high-contrast:active){.pc_navi>ul>li>a,.pc_navi>ul>li>p{padding-top:3px}footer .ft_link li:after,footer .ft_link li:before{top:30%}}.home_page .logo{display:none}.home_page .key{opacity:0;background:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/idx_key_img01.jpg.pagespeed.ce.GIZYlvM_4b.jpg) no-repeat center top;background-size:cover;height:960px;overflow:hidden}.home_page .key .inner{position:relative;height:100%;padding:0}.home_page .key .key_text{position:relative;width:100%;height:100%}.home_page .key .key_text .item{background-size:auto 100%;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100vh}.home_page .key .key_ttl{display:none;position:absolute;left:0;right:0;margin:auto;top:54%;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.home_page .key .share_scroll{display:none;width:26px;height:66px;position:absolute;left:0;right:0;margin:auto;bottom:60px;text-align:center;cursor:pointer;-webkit-transition:all .5s linear;-o-transition:all .5s linear;transition:all .5s linear;-webkit-animation:key_scroll 1.5s infinite linear;animation:key_scroll 1.5s infinite linear}.home_page .topic_path{display:none}.home_page h3{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:55px;padding:0 0 5px;margin:0 0 50px;line-height:1.3;letter-spacing:.05em;color:#000;text-align:center;position:relative}.home_page h3.white{color:#fff}.home_page h3.white:after{position:absolute;content:"";left:0;right:0;bottom:0;margin:auto;height:2px;width:30px;background:#fff}.home_page h3:after{position:absolute;content:"";left:0;right:0;bottom:0;margin:auto;height:2px;width:30px;background:#d8ab91}@-webkit-keyframes key_scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
  }
}@keyframes key_scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
  }
}@media only screen and (min-height:600px) and (max-height:800px){.home_page .key{height:100vh}}@media only screen and (min-width:769px) and (max-width:1024px){.home_page .key .key_ttl{width:350px}.home_page h3{font-size:32px}}.idx_gallery{padding-bottom:100px}.idx_gallery ul li .img{background-color:#333;border:1px solid #000;border-left:0;width:300px;height:300px}.index01{padding:66px 0 73px}.index01 .pick_up_list li{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;padding:16px 0 16px;line-height:1.5;background:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/xidx01_border01.png.pagespeed.ic.f1EIpMt7Gk.png) repeat-x left bottom}.index01 .pick_up_list li:nth-of-type(1) {padding-top:0}.index01 .pick_up_list li:last-of-type{padding-bottom:0;background:none}.index01 .pick_up_list li a{position:absolute;top:0;left:0;right:0;bottom:0}.index01 .pick_up_list li:hover .pick_txt{color:#bd7e4a}.index01 .pick_up_list .pick_day{min-width:125px;padding:0 15px;color:#555}.index01 .pick_up_list .pick_label{min-width:140px;text-align:center;color:#fff;margin-right:24px;margin-top:-.04em;font-size:12px;padding:7px 0 5px;border-radius:15px;letter-spacing:.04em;background:#654321}.index01 .pick_up_list .pick_label.blaze_hl{background:#654321}.index01 .pick_up_list .pick_label.frill_eye_beauty{background:#bd7e4a}.index01 .pick_up_list .pick_label.blaze_the_salon{background:#ffd9a9}.index01 .pick_up_list .pick_txt{color:#000;letter-spacing:.1em;-webkit-font-feature-settings:"palt";font-feature-settings:"palt";white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease}@media only screen and (max-width:1000px) and (min-width:769px){.index01 .pick_up_list li{font-size:14px}}.index02{padding:70px 0 80px;background:#f5f5f5}.index02 h3{margin:0 0 28px;margin-left:40px;text-align:left;z-index:3}.index02 h3:after{left:3px;right:auto}.index02 .gree_box{position:relative;padding-top:35px}.index02 .gree_box:after{position:absolute;content:"";width:71.368%;height:550px;bottom:0;right:0;background:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/xidx02_img1.jpg.pagespeed.ic.tDuurD5N3Q.jpg) no-repeat center bottom;background-size:cover}.index02 .gree_box .box_txt{width:500px;background:rgba(245,245,245,.9);padding:40px 40px 50px;position:relative;z-index:3}.index02 .gree_box p{font-size:16px;color:#000;font-weight:500;line-height:2.3;letter-spacing:.1em}.index02 .btn_more{margin:30px 0 0;width:220px}@media only screen and (max-width:1024px) and (min-width:769px){.index02 h3{margin:0 0 20px 20px}.index02 .gree_box:after{height:490px}.index02 .gree_box .box_txt{padding:30px 20px}.index02 .gree_box p{font-size:14px}}.index03{padding:65px 0 76px;background:#d8ab91;color:#fff}.index03 .idx03_inner{max-width:1440px;padding:0 10px;margin:auto}.index03 .idx03_item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.index03 .idx03_item .item{width:24.5%;margin:0 .5% 0 0;text-align:center}.index03 .idx03_item .item:last-of-type{margin-right:0;margin-bottom:0}.index03 .idx03_item .salon_img{padding:10px;background:#fff;margin:0 0 26px}.index03 .salon_info{max-width:310px;padding:0 10px;margin:auto}.index03 .salon_info .idx_tell{margin:0 0 16px;font-weight:600;font-size:22px;line-height:1;letter-spacing:.11em}.index03 .salon_info .idx_tell a{position:relative;display:inline-block;padding:0 0 0 25px;background:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/xshare_tell01.png.pagespeed.ic.VQhr4nukyK.png) no-repeat;background-position:bottom 3px left}.index03 .salon_info .idx_tell a:hover{color:#fff;opacity:1}.index03 .salon_ttl{font-size:22px;font-weight:700;line-height:1.4;letter-spacing:.1em;padding:0 0 15px;margin:0 0 18px;position:relative}.index03 .salon_ttl:after{position:absolute;content:"";width:100%;height:1px;left:0;right:0;bottom:0;background:rgba(255,255,255,.5)}.index03 .salon_ttl .ttl_small{font-size:20px;font-weight:normal;display:block}.index03 .box_btn{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.index03 .btn_more{width:48%}.index03 .btn_more:nth-of-type(1) {width:100%;margin:0 0 8px}@media only screen and (max-width:1280px) and (min-width:769px){.index03 .salon_ttl{font-size:18px}.index03 .salon_ttl .ttl_small{font-size:16px}.index03 .salon_info .idx_tell{font-size:18px}.index03 .salon_info .idx_tell a{background-size:auto 15px;background-position:bottom 2px left;padding-left:20px}.index03 .btn_more a{font-size:12px;padding:12px 0}.index03 .btn_more a:after{right:15px}.index03 .btn_more a:hover:after{right:10px}}@media only screen and (max-width:1000px) and (min-width:769px){.index03 .idx03_item .item{width:49%;margin:0 1% 40px 0}.index03 .idx03_item .item:nth-of-type(3n) {margin-right:0}.index03 .salon_ttl{font-size:18px}.index03 .ttl_small{font-size:16px}.index03 .salon_info .idx_tell{font-size:18px}.index03 .salon_info .idx_tell a{padding:0 0 0 20px;background:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/xshare_tell01.png.pagespeed.ic.VQhr4nukyK.png) no-repeat left top 2px;background-size:auto 15px}}@media only screen and (max-width:860px) and (min-width:769px){.index03 .btn_more{width:49%}.index03 .btn_more a{font-size:11px;padding:10px 0}}.idx_content{max-width:1556px;margin:auto;padding:0 10px}.index04{padding:68px 0 79px}.index04 .group_catelogy{display:flex;flex-wrap:wrap;justify-content:space-between}.index04 .group_catelogy .col1{width:79.493%}.index04 .group_catelogy .col2{width:17.969%}.index04 .idx_catelogy_nav{display:block;margin:0 auto 30px;font-size:0;text-align:center}.index04 .idx_catelogy_nav li{display:inline-block;font-size:16px;font-weight:500;margin:0 39px;padding:0 0 7px;line-height:1;color:#000;letter-spacing:.1em;border-bottom:1px #fff solid}.index04 .idx_catelogy_nav li:hover{border-bottom:1px #000 solid}.index04 .idx_catelogy_nav li.active{background:none;border-bottom:1px #000 solid}.index04 .idx_catelogy_nav li a:hover{color:#000;opacity:1}.index04 .idx_catelogy_nav p{line-height:1;padding:0 0 7px}.index04 .idx_catelogy_img{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.index04 .idx_catelogy_img .style_img{width:276px;height:276px;margin-bottom:40px;overflow:hidden;position:relative}.index04 .idx_catelogy_img .style_img a{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1}.index04 .idx_catelogy_img .style_img .bg{background:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/shared_blog_logo.png);background-size:auto;background-repeat:no-repeat;background-position:center;position:absolute;right:0;left:0;top:0;bottom:0;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.index04 .idx_catelogy_img .style_img:before{opacity:0;position:absolute;content:"";left:50%;top:50%;width:0;height:0;background:rgba(216,171,145,.4);z-index:1;mix-blend-mode:multiply;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:50%;-webkit-transition:all .25s linear;-o-transition:all .25s linear;transition:all .25s linear}.index04 .idx_catelogy_img .style_img:hover{opacity:1}.index04 .idx_catelogy_img .style_img:hover .bg{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.index04 .idx_catelogy_img .style_img:hover::before{opacity:1;width:150%;height:150%}.index04 .btn_more{width:220px;margin:auto}@media only screen and (max-width:1536px) and (min-width:769px){.index04 .idx_catelogy_img .style_img{width:22.064%;height:19vw}.index04 .group_catelogy .col2 .style_img{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.index04{padding:68px 0 50px}.index04 .idx_catelogy_nav li{margin:0 25px}}.index05{padding:58px 0 80px;background:#d8ab91}.index05 .content_inner{max-width:1556px;margin:auto;padding:0 10px}.index05 .content_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.index05 .content_list li{position:relative;width:23.047%;margin:0 2.6% 0 0}.index05 .content_list li:nth-of-type(1) .ttl {letter-spacing:.05em}.index05 .content_list li:last-of-type{margin-right:0}.index05 .content_list li:hover .ttl{padding:12px 13px}.index05 .content_list li:hover img{-webkit-transform:scale(1.09);-ms-transform:scale(1.09);transform:scale(1.09)}.index05 .content_list li img{-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.index05 .content_list a{position:relative;display:block;overflow:hidden}.index05 .content_list a:after{position:absolute;content:"";left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.2);z-index:2}.index05 .content_list a:hover{opacity:1}.index05 .content_list .content_ttl{position:absolute;left:0;right:0;bottom:0;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:auto;text-align:center;z-index:4}.index05 .content_list .ttl{color:#fff;font-size:30px;padding:7px 13px;font-family:"Roboto Condensed",sans-serif;font-weight:600;letter-spacing:.1em;background:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/xshare_ic02.png.pagespeed.ic.2sNPkXciFP.png) no-repeat top left , url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/xshare_ic03.png.pagespeed.ic.e4QIORijT2.png) no-repeat top right , url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/xshare_ic04.png.pagespeed.ic.riZyleO9uq.png) no-repeat bottom left , url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/xshare_ic05.png.pagespeed.ic.Bs_fyZ-fKJ.png) no-repeat bottom right;display:inline-block;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}@media only screen and (max-width:1280px) and (min-width:769px){.index05 .content_list li{width:24%;margin:0 1.33% 1.33% 0}.index05 .content_list .ttl{font-size:1.8vw}}.index06{padding:65px 0 80px}.index06 .idx_content{max-width:1000px}.index06 .box_item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between}.index06 .box_item .item{width:47.96%;margin-bottom:4%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.index06 .box_item .item:nth-of-type(4n) {margin-right:0}.index06 .box_item .item:hover .btn_more a{background:#000}.index06 .box_item .item:hover .btn_more a::after{right:10px}.index06 .itemFirst{width:100%;position:relative;overflow:hidden}.index06 .itemFirst a{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.index06 .itemFirst .img{width:100%;height:470px;margin-bottom:23px;background:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/shared_blog_logo.png);background-size:auto;background-repeat:no-repeat;background-position:center;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;overflow:hidden}.index06 .itemFirst .staff_date{font-size:14px;color:#727272;letter-spacing:.04em;margin:0 0 5px}.index06 .itemFirst .ttl{font-size:24px;color:#000;margin:0 0 13px;font-weight:600;-webkit-font-feature-settings:"palt";font-feature-settings:"palt";letter-spacing:.2em;line-height:1.5;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.index06 .itemFirst .staff_txt{font-size:14px;color:#1e1e1e;letter-spacing:.2em;font-weight:500;-webkit-font-feature-settings:"palt";font-feature-settings:"palt";line-height:2.2;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.index06 .btn_more{width:110px;margin:31px 0 0}.index06 .btn_more a{font-size:14px;padding:10px 0}@media only screen and (max-width:1280px) and (min-width:1001px){.index06 .itemFirst .ttl{font-size:22px}}@media only screen and (max-width:1000px) and (min-width:769px){.index06{padding:68px 0 20px}.index06 .itemFirst .img{height:47vw}.index06 .itemFirst .ttl{font-size:22px}.index06 .btn_more{margin:20px 0 0}}.index07{padding:60px 0;background:#f5f5f5}.index07 .share_gallery{background:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/idx_gallery.png.pagespeed.ce.TocKxUIV3u.png) repeat-x;background-position:0 center;background-size:auto 100%;-webkit-animation:gallery 50s linear infinite;animation:gallery 50s linear infinite}.index08{padding:68px 0 80px;background:#f5f5f5}.index08 h3{margin:0 0 40px}.index08 .produce_img{position:relative;transition:all .5s ease-in-out}.index08 .produce_img:hover{opacity:.7}.index08 .produce_img a{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1}.index08 .produce_inner{position:absolute;left:10%;top:10%;width:80%;height:80%;background:rgba(255,255,255,.8);text-align:center;color:#000;display:flex;justify-content:center;align-items:center;align-content:center;flex-wrap:wrap;letter-spacing:.1em}.index08 .produce_inner .txt_01{font-size:30px;font-weight:500;width:100%;line-height:1.7;margin-bottom:20px}.index08 .produce_inner .txt_click{background:#f8cbad;font-size:24px;padding:5px 50px 4px;border-radius:10px;font-weight:500}@-webkit-keyframes gallery {
  from {
    background-position: 0 center;
  }

  to {
    background-position: -1910px center;
  }
}@keyframes gallery {
  from {
    background-position: 0 center;
  }

  to {
    background-position: -1910px center;
  }
}@media (-ms-high-contrast:none),(-ms-high-contrast:active){.btn_more a{padding:18px 0 14px}.index01 .pick_up_list li{padding:18px 0 14px}.index01 .pick_up_list .pick_label{padding:9px 0 3px;top:-3px;position:relative}.index03 .salon_info .idx_tell{margin:0 0 12px}.index03 .salon_info .idx_tell a{background-position:bottom 5px left}.index06 .btn_more a{padding:12px 0 8px}.index08 .produce_inner .txt_click{padding:9px 50px 0}}.under .sitemap{padding-top:40px}.under .sitemap>ul>li p{margin-bottom:0}.under .sitemap>ul>li a,.under .sitemap>ul>li p{display:block;width:100%;padding:15px 15px 15px 30px;border-bottom:dotted 1px #ccc;color:#333;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.under .sitemap>ul>li a:before,.under .sitemap>ul>li p:before{content:"";position:absolute;width:15px;height:3px;background:#ccc;left:0;top:50%;margin-top:-2px}.under .sitemap>ul>li p:after{content:"";position:absolute;width:3px;height:14px;background:#ccc;left:6px;top:50%;margin-top:-7px}.under .sitemap>ul>li a:hover{text-decoration:none;background:rgba(0,0,0,.05)}.under .sitemap>ul>li li a{padding-left:70px}.under .sitemap>ul>li li a:before{left:40px}.under #mainContent{padding-bottom:100px}.under .header_top .home{display:none}.under .header_top .logo{display:-webkit-box;display:-ms-flexbox;display:flex}.under.page-brand .key{background-image:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/key_brand.jpg)}.under.page-salon .key{background-image:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/key_salon.jpg)}.under.page-gallery .key{background-image:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/key_style_gallery.jpg)}.under.page-menu .key{background-image:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/key_menu.jpg)}.under.page-staff .key{background-image:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/key_staff.jpg)}.under.page-item .key{background-image:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/key_item.jpg)}.under.page-recruit .key{background-image:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/key_recruit.jpg)}.under.page-ceremony .key{background-image:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/key_ceremony.jpg)}.under.page-bridal .key{background-image:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/key_bridal.jpg)}.under.page-lipunoa .key{background-image:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/key_lipunoa.jpg)}.under.page-pick_up .key{background-image:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/key_under_pickup_bg.jpg)}.under.cate.page-frill-eye-beauty .key{background-image:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/key_under_staffblog_bg.jpg)}.under .key{background-image:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/key_under_bg.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;margin-top:80px;height:420px}.under .key .inner{max-width:1200px;width:100%;height:100%;padding:0;position:relative}.under .key .key_text{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:100%}.under h2{position:absolute;bottom:0;right:15px;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);font-size:60px;font-weight:800;text-align:center;color:#000;letter-spacing:.05em;margin-right:-.1em;font-family:"Roboto Condensed",sans-serif;text-transform:uppercase}.under h2,.under h3,.under h4,.under h5,.under h6{line-height:1.4}.under h2:last-child,.under h3:last-child,.under h4:last-child,.under h5:last-child,.under h6:last-child{margin-bottom:0}.under h3{font-weight:800;font-size:40px;padding:0 0 9px;margin:0 0 50px;line-height:1.3;letter-spacing:.05em;color:#000;text-align:center;position:relative;font-family:"Roboto Condensed",sans-serif}.under h3.white{display:block;color:#fff}.under h3.white:after{background:#fff}.under h3.bor span{display:block;font-size:20px;margin:10px 0 0;padding:30px 0 0;font-family:"游ゴシック体","Yu Gothic",YuGothic,sans-serif;position:relative}.under h3.bor span:before{position:absolute;content:"";width:70px;background:#000;height:2px;left:0;right:0;top:0;margin:auto}.under h3:after{position:absolute;content:"";left:0;right:0;bottom:0;margin:auto;height:2px;width:30px;background:#d8ab91}.under .h3_box{margin:0 auto 50px;text-align:center}.under .h3_box h3{padding-bottom:0}.under .h3_box h3:after{display:none}.under .h3_box p{text-align:center;font-size:18px;font-weight:500;margin:5px 0 0;padding:0 35px;letter-spacing:.1em;position:relative;display:inline-block;color:#000}.under .h3_box p:after,.under .h3_box p:before{position:absolute;content:"";width:20px;height:1px;background:#000;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.under .h3_box p:after{right:0}.under .h3_box p:before{left:0}.under h4{padding:10px 20px 10px 30px;margin-bottom:30px;position:relative;font-weight:500;font-size:26px;color:#fff;letter-spacing:.1em;background:#cd7948;font-family:"Noto Serif JP",serif}.under h4:after{content:"";position:absolute;top:50%;left:0;width:15px;height:4px;background:#fff;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.under h5{padding:12px 20px 8px 20px;margin-bottom:20px;position:relative;font-weight:500;font-size:22px;color:#000;letter-spacing:.1em;background:#fbe5d8}.under h6{position:relative;padding:0 15px 0 20px;margin-bottom:15px;font-weight:600;font-size:16px;color:#333;letter-spacing:3px}.under h6::before{content:"";position:absolute;left:0;top:5px;height:10px;width:10px;-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);border:6px solid;-webkit-box-sizing:border-box;box-sizing:border-box;border-left-color:transparent;border-top-color:transparent}.under .bg_top{padding:60px 0;background:#f3f2ea;position:relative}.under .bg_top.bg_top02{background:#f2f2f2}.under .bg_top.bg_add{padding-bottom:0}.under .bg_top.bg_add:after{position:absolute;content:"";width:100%;height:80px;bottom:-80px;left:0;background:#f3f2ea}.under .bg_top:nth-of-type(n + 2) {margin-top:60px}.under .under_po{position:relative}.under .flow_ttl{margin-top:-.4em;margin-bottom:25px;font-family:"Montserrat",sans-serif;padding:0;text-align:left;font-family:"Montserrat",sans-serif;line-height:1.3;background:none;color:#000}.under .flow_ttl .num{display:inline-block;content:"";margin-bottom:13px;padding-bottom:2px;font-size:24px;border-bottom:2px solid #e19061;vertical-align:baseline;color:#e19061;letter-spacing:.05em;font-weight:500}.under .flow_ttl:after{display:none}.under .flow_ttl2{padding-left:70px;background:#fbe5d8;border:1px #d57742 solid;position:relative}.under .flow_ttl2 .num{font-size:28px;font-weight:600;position:absolute;width:50px;height:100%;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#d57742;color:#fff;font-family:"Montserrat",sans-serif;line-height:1}.under .share_content{padding:55px 0 60px;background:#d8ab91}.under .share_content .content_inner{max-width:1556px;margin:auto;padding:0 10px}.under .share_content .content_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.under .share_content li{position:relative;width:24%;margin:0 1.33% 0 0}.under .share_content li:last-of-type{margin-right:0}.under .share_content li:hover .ttl{padding:10px 13px}.under .share_content li:hover img{-webkit-transform:scale(1.09);-ms-transform:scale(1.09);transform:scale(1.09)}.under .share_content li img{-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.under .share_content a{position:relative;display:block;overflow:hidden}.under .share_content a:after{position:absolute;content:"";left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.2);z-index:2}.under .share_content a:hover{opacity:1}.under .share_content .content_ttl{position:absolute;left:0;right:0;bottom:0;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:auto;text-align:center;z-index:4}.under .share_content .ttl{color:#fff;font-size:24px;padding:5px 13px;font-family:"Roboto Condensed",sans-serif;font-weight:600;letter-spacing:.1em;background:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/xshare_ic02.png.pagespeed.ic.2sNPkXciFP.png) no-repeat top left , url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/xshare_ic03.png.pagespeed.ic.e4QIORijT2.png) no-repeat top right , url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/xshare_ic04.png.pagespeed.ic.riZyleO9uq.png) no-repeat bottom left , url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/xshare_ic05.png.pagespeed.ic.Bs_fyZ-fKJ.png) no-repeat bottom right;display:inline-block;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.under .share_gallery{margin:0 0 60px}.under .under_list01{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.under .under_list01 li{width:32%;max-width:374px;position:relative;background:#fbeae0;border:10px #fff solid;margin:0 2% 2% 0;overflow:hidden}.under .under_list01 li:nth-of-type(3n) {margin-right:0}.under .under_list01 li:last-of-type{margin-right:0}.under .under_list01 li .image{-webkit-transition:.5s all ease-in-out;-o-transition:.5s all ease-in-out;transition:.5s all ease-in-out;position:relative;overflow:hidden;height:45vw;width:29vw;max-height:530px;max-width:354px}.under .under_list01 li .image:before{opacity:0;position:absolute;content:"";left:50%;top:50%;width:0;height:0;background:rgba(216,171,145,.4);z-index:1;mix-blend-mode:multiply;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:50%;-webkit-transition:all .25s linear;-o-transition:all .25s linear;transition:all .25s linear}.under .under_list01 li .image .img{background:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/shared_blog_logo.png);background-size:auto;background-repeat:no-repeat;background-position:top 15% center;position:absolute;width:100%;height:100%;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.under .under_list01 li:hover .image:before{opacity:1;width:150%;height:150%}.under .under_list01 li img{-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease}.under .under_list01 li:hover img{-webkit-transform:scale(1.08);-ms-transform:scale(1.08);transform:scale(1.08)}.under .under_list01 li a{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;z-index:2}.under .under_list01 li a:hover{opacity:1}.under .slide_gallery .box_gallery{width:35%;max-width:400px}.under .slide_gallery .box_gallery .item{height:60vw;max-height:600px;background:#ccc}.under .slide_gallery .box_gallery .item figure{width:100%;height:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.under .slide_gallery .box_gallery .item figure img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.under .slide_gallery .box_info{width:62%;max-width:710px}.under .slide_gallery .thumb{margin:20px auto 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.under .slide_gallery .thumb li{cursor:pointer}.under .slide_gallery .thumb li.active{cursor:default;border:1px #de844f solid}.under .box_mess{text-align:center;font-size:16px;color:#000;font-weight:500;letter-spacing:.1em}.under .box_mess p{line-height:2.2}.under .under_box{margin:0 0 60px}.under .under_boxflow{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 0 60px}.under .under_boxflow p{font-size:16px;color:#000;letter-spacing:.1em;line-height:2.3}.under .under_boxflow .flowL{width:48%}.under .under_boxflow .flowR{width:48.718%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.under .under_boxImg li{float:left;width:48.718%;height:26vw;max-height:500px;margin:0 0 0 2.564%;overflow:hidden;position:relative}.under .under_boxImg li img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.under .under_boxImg li:nth-of-type(2),
.under .under_boxImg li:nth-of-type(3) {height:13vw;max-height:235px}.under .under_boxImg li:nth-of-type(1) {margin-left:0}.under .under_boxImg li:last-of-type{margin-top:1.5vw}.under .salon_nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.under .salon_nav a:hover{opacity:1;color:#fff}.under .salon_nav li{width: calc(100% / 3 - 50px);max-width:300px;background:#e69261;font-size:24px;position:relative;text-align:center;font-weight:600;margin:0 25px;color:#fff;letter-spacing:.1em;font-family:"Roboto Condensed",sans-serif;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.under .salon_nav li a{padding:20px 10px;display:block}.under .salon_nav li:hover{letter-spacing:.15em}.under .style_header{text-align:center;padding:30px 15px;background:#fff}.under .style_header .item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.under .style_header .item:last-of-type{margin:0}.under .style_header .style_wrap{border-right:1px solid #ccc;display:inline-block;margin:0 30px 0 0;padding:12px 30px 12px 0;vertical-align:middle}.under .style_header .style_title{font-size:44px;line-height:1;margin:0;text-align:center;font-family:"Cormorant Garamond",serif}.under .style_header .style_caption{color:#ccc;font-family:"Cormorant Garamond",serif;font-size:14px;line-height:1;margin:10px 0 0;letter-spacing:.07em;text-align:center}.under .style_header .category_top{border:1px solid #111;background-color:#111;display:block;color:#fff;text-align:center;padding:6px 0 7px;width:100px;margin-right:20px;font-family:"Lato",sans-serif;font-size:13px;font-weight:300;letter-spacing:.07em;-webkit-transition:all .2s ease-in-out 0s;-o-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s}.under .style_header .category_top:hover{background-color:#fff;border:1px solid #111;-webkit-box-shadow:3px 3px #111;box-shadow:3px 3px #111;color:#111}.under .style_header .category_top a{display:block}.under .style_header .category_top a:hover{color:#000}.under .style_header .category_wrap{display:inline-block;margin:0 15px 0 0;text-align:left;vertical-align:middle}.under .style_header .category_btn{letter-spacing:-.4em;vertical-align:middle}.under .style_header .category_btn li{display:inline-block;vertical-align:middle;margin:0 19px 0 0}.under .style_header .category_btn a{font-family:"Lato",sans-serif;font-size:13px;font-weight:300;letter-spacing:.07em;-webkit-transition:all .2s ease-in-out 0s;-o-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s;border-bottom:1px solid #fff}.under .style_header .category_btn a:hover{color:#ccc;border-bottom:1px solid #111;padding:0 0 5px 0;opacity:1}.under .style_header .all_style_link{border:1px solid #111;background-color:#111;color:#fff;cursor:pointer;display:inline-block;font-family:"Lato",sans-serif;font-size:13px;font-weight:300;letter-spacing:.1em;padding:23px 30px;text-align:center;-webkit-transition:all .2s ease-in-out 0s;-o-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s;vertical-align:middle}.under .style_header .all_style_link:hover{background-color:#fff;border:1px solid #111;-webkit-box-shadow:3px 3px #111;box-shadow:3px 3px #111;color:#111}.under .style_header .all_style_link a:hover{color:#111;opacity:1}.under .style_header .all_style_link span{display:block;font-size:11px}.under .style_header .active_cat{border-bottom:1px solid #111;color:#ccc;padding:0 0 5px}.under .style_list{width:100%;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.under .style_list li{margin:0 2% 2% 0;position:relative;max-width:374px;width:31vw;height:31vw;max-height:280px;overflow:hidden}.under .style_list li:nth-of-type(3n),
.under .style_list li:last-of-type {margin-right:0}.under .style_list li a{cursor:pointer;display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:4}.under .style_list li:hover .style_list_mask{opacity:1}.under .style_list li:hover .mask_text{opacity:1;letter-spacing:.7em}.under .style_list .mask_text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:"Lato",sans-serif;font-size:1.6rem;font-weight:300;margin:0 auto;opacity:0;text-align:center;-webkit-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.under .style_list .style_list_mask{background-color:rgba(255,255,255,.7);display:-webkit-box;display:-ms-flexbox;display:flex;height:calc(100% - 20px);left:10px;position:absolute;top:10px;-webkit-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;width:calc(100% - 20px);opacity:0;z-index:2}.under .style_list .style_tmb{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#f6e6de}.under .style_list .style_tmb img{width: calc(100% / 2)}.under .style_list .mask_text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:"Lato",sans-serif;font-size:16px;font-weight:300;margin:0 auto;text-align:center;-webkit-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.under .page_nav{text-align:center;margin:20px auto 0}.under .page_nav li{display:inline-block;font-family:"Lato",sans-serif;font-size:16px;font-weight:300;margin:0 15px;position:relative;-webkit-transition:all .2s ease-in-out 0s;-o-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s;vertical-align:middle}.under .page_nav li:hover{color:#bbb}.under .page_nav li.active{color:#bbb}.under .page_nav li a{position:absolute;top:0;left:0;width:100%;height:100%}.under .page_nav li img{display:block}.under .page_nav li:last-of-type:hover{color:#000}.under .page_nav li:last-of-type a:hover{color:#000;opacity:1}.under .page_nav .style_num{font-size:14px}.under .style_wrap_ttl{margin:0 auto 60px}.under .style_wrap_ttl .style_wrap_txt{text-align:center;margin:5px auto 0}.under .style_wrap_ttl .ttl{font-size:24px;font-weight:100;margin:0 auto;text-align:center;line-height:1.6}.under .style_wrap_ttl .length{margin:0 10px 0 0}.under .style_wrap_ttl .length:after{content:"/";margin:0 0 0 15px}.under .style_wrap_ttl .length,.under .style_wrap_ttl .theme{display:inline-block;font-family:"Lato",sans-serif;font-size:14px;font-weight:300}.under .style_wrap_ttl .length span,.under .style_wrap_ttl .theme span{margin:0 0 0 10px}.under .blog_detail_style02{margin-bottom:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.under .style_detail{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.under .style_detail .thumb{margin:25px 0 0}.under .style_detail .thumb li{width:31%;max-width:124px;max-height:124px;margin:0 3.5% 0 0;overflow:hidden;background-color:#ccc;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.under .style_detail .thumb li:last-of-type{margin-right:0}.under .style_detail .thumb li img{height:100%;margin:0 auto}.under .style_detail .row_name{padding:0 0 30px;margin:0 0 30px;border-bottom:1px solid #ddd;letter-spacing:.1em}.under .style_detail .intro{margin-bottom:50px}.under .style_detail .detail_position{font-family:"Lato",sans-serif;font-size:18px;font-weight:300}.under .style_detail .detail_name{font-family:"Lato",sans-serif;font-size:26px;font-weight:bold;line-height:1;margin:10px 0 0}.under .style_detail .detail_mess{max-width:500px;margin:auto}.under .style_detail .detail_mess a{background-color:#111;border:1px solid #111;color:#fff;font-family:"Cormorant Garamond",serif;font-size:17px;padding:15px 24px;-webkit-transition:all .2s ease-in-out 0s;-o-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s;display:block;text-align:center;letter-spacing:.05em;width:100%;font-weight:bold}.under .style_detail .detail_mess a:hover{opacity:1;background-color:#fff;border:1px solid #111;-webkit-box-shadow:3px 3px #111;box-shadow:3px 3px #111;color:#000}.under .style_detail.noGallery .box_info{margin:0 auto}.under .how_style .style_txt{text-align:center}.under .under_salon{color:#fff;max-width:1164px;padding:0 10px;margin:auto}.under .under_salon .salon_item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between}.under .under_salon .item{width:31.469%;border:10px #fff solid;background:#fff;text-align:center}.under .under_salon .item:last-of-type{margin-right:0}.under .under_salon .salon_img{margin:0 0 10px}.under .under_salon .salon_info{padding:30px 15px;background:#d19e80}.under .under_salon .salon_tell{margin:0 0 16px;font-weight:600;font-size:20px;line-height:1;letter-spacing:.11em}.under .under_salon .salon_tell a{position:relative;display:inline-block;padding:0 0 0 26px;background:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/xshare_tell01.png.pagespeed.ic.VQhr4nukyK.png) no-repeat left 2px top 0}.under .under_salon .salon_tell a:hover{color:#fff;opacity:1}.under .under_salon .salon_ttl{font-size:18px;font-weight:700;line-height:1.4;letter-spacing:.1em;padding:0 0 15px;margin:0 0 18px;position:relative}.under .under_salon .salon_ttl:after{position:absolute;content:"";width:100%;height:1px;left:0;right:0;bottom:0;background:rgba(255,255,255,.5)}.under .under_salon .salon_ttl .ttl_small{font-size:16px;font-weight:normal;display:block}.under .under_salon .box_btn{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.under .under_salon .btn_more{width:48%}.under .under_salon .btn_more:nth-of-type(1) {width:100%;margin:0 0 8px}.under .under_salon .btn_more a{font-size:14px}.under .menu_note_price{padding:0 0 30px}.under .menu_note_price p{-webkit-font-feature-settings:"palt";font-feature-settings:"palt";color:#e19061;font-weight:500}.under .menu_note{background:#666;padding:20px;color:#fff;position:relative;font-size:14px;font-weight:500}.under .menu_note:nth-of-type(n + 2) {margin-top:15px}.under .menu_note:after{position:absolute;content:"";left:5px;top:5px;width:calc(100% - 10px);height:calc(100% - 10px);border:1px #fff solid}.under .menu_coming{font-size:18px;font-weight:600;background:#fff;color:#000;padding:10px;line-height:1.6}.under table.menu_list{width:100%;border-top:1px solid #ccc}.under table.menu_list tr{border-bottom:1px solid #ccc}.under table.menu_list th,.under table.menu_list td{padding:1rem 0;border:none;font-weight:normal;padding:12px 0 8px}.under table.menu_list th{width:70%;text-align:left}.under table.menu_list td{border-collapse:collapse;font-weight:normal}.under table.share_table1 th{width:175px}.under table.share_table1 td{width:calc(100% - 175px)}.under table.share_table3 th{width:50%;background:#fbe5d8;text-align:left;line-height:1.7}.under table.share_table3 td{width:35%;background:#fff}.under table.share_table3 td:nth-of-type(2) {width:15%;text-align:right}.under .staff_list li{font-size:14px}.under .staff_list .data{min-height:146px;padding:10px 20px 40px;font-weight:600;position:relative;background:#fbeae0}.under .staff_list .data:after{font-weight:500;position:absolute;display:block;bottom:20px;right:0;content:"more";-ms-transform:rotate(90deg);transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg)}.under .staff_list .staff_name{font-size:24px;padding:0 0 20px;position:relative}.under .staff_list .staff_name:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:#db7b44}.under .staff_info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.under .staff_image{width:48%;max-width:560px}.under .staff_data{width:48%}.under .staff_data .name_area{margin-bottom:30px;line-height:1.5}.under .staff_data .name_area .type{color:#848383}.under .staff_data .name_area .alphabet{font-size:30px;font-weight:bold}.under .staff_data dt,.under .staff_data dd{font-size:14px}.under .staff_data dt{margin-bottom:10px;padding-left:10px;font-weight:bold;border-left:3px solid #e69261}.under .staff_data dd{margin-bottom:20px}.under .staff_favorite{width:100%}.under .favorite_item li{background:none;border:none}.under .favorite_item li:hover img{-webkit-transform:none;-ms-transform:none;transform:none}.under .favorite_img{margin:0 0 20px}.under .favorite_txt p{font-size:14px;font-weight:500}.under .instagram_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.under .instagram_list li{width:129px;height:129px;margin-right:1.5%;margin-bottom:1%}.under .instagram_list li:last-of-type{margin-right:0}.under .instagram_list a{display:block;width:100%;height:100%}.under .instagram_list a span{display:flex;width:100%;height:100%;background-size:contain;background-position:center center;background-repeat:no-repeat}.under .item_list{-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit}.under .item_list .item_txt{padding:20px 10px;text-align:center;font-size:14px}.under .item_list .item_txt p{line-height:1.5}.under .item_info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.under .item_info .thumb{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.under .item_info .thumb li{width:32%;margin:0 2% 0 0}.under .item_info .thumb li:last-of-type{margin-right:0}.under .item_info .thumb li:hover{opacity:.8}.under .item_info .item{margin-top:30px}.under .ownerBox{background:#f5d9c9;max-width:750px;width:calc(100% - 10px);margin-left:auto;margin-right:auto;padding:30px 40px 40px;text-align:center;position:relative}.under .ownerBox:before{position:absolute;content:"";left:-5px;top:-5px;width: calc(100% + 10px);height: calc(100% + 10px);border:2px #e68d59 dashed}.under .ownerBox .ttl{display:table;margin:0 auto .2em;border-bottom:1px solid;font-size:1.5em;letter-spacing:.1em;line-height:1.7;font-weight:600}.under .ownerBox .name{margin-bottom:.5em;font-size:1.5em;line-height:1.7;font-weight:bold}.under .recruit_table .contact{color:#f67f3b;border:1px #f67f3b solid;margin:10px 0 0;padding:5px 10px 2px}.under .bridal_img1{text-align:center}.under .bridal_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.under .bridal_list .item{width:49%;border:2px #ed9664 solid;background:#fff;text-align:center;padding:20px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:2%}.under .bridal_list .item p{line-height:1.7;font-weight:600;font-size:18px}.under .bridal_list .item .txt_small{display:block;font-weight:500;font-size:15px}.under .ceremony_comingofage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.under .ceremony_comingofage .caution{color:#cd7948}.under .ceremony_comingofage .image_r{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:30%}.under .ceremony_comingofage .txt_l{width:66%}.under .lipunoa_first{margin-bottom:60px}.under .lipunoa_first .lipunoa_link{display:flex;flex-wrap:wrap;justify-content:space-between}.under .lipunoa_link li{width: calc((100% - 10px) / 2);margin-bottom:10px;text-align:center;color:#000;font-size:20px;letter-spacing:.1em;font-weight:bold;position:relative}.under .lipunoa_link li:last-of-type{width:100%;margin:0;font-size:28px}.under .lipunoa_link li.en{font-family:"Roboto Condensed",sans-serif}.under .lipunoa_link a{display:block;background:#f8cbad;padding:20px 10px;transition:all .5s ease-in-out}.under .lipunoa_link a:after{position:absolute;content:"";width:calc(100% - 10px);height:calc(100% - 10px);left:5px;top:5px;border:1px #fff solid;display:none;transition:all 1s ease-in-out}.under .lipunoa_link a:hover{color:#000;background:#f5a36d;opacity:1}.under .lipunoa_link a:hover:after{display:block}.under .lipunoa_feat01{color:#f7752e;font-size:18px;line-height:1.7;font-weight:600}.under .lip_flow01{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:40px 0 0}.under .lip_flow01 .box_image{max-width:400px;width:100%}.under .lip_flow01 a{display:block}.under .lip_flow01 a .image:hover{opacity:1}.under .lip_flow01 .image_r{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:20px}.under .lip_flow01 .image_l{margin-right:20px}.under .lip_flow01 .box_txt{width:calc(100% - 420px)}.under .lip_flow01 .ttl{font-size:18px;letter-spacing:.05em;padding:10px 15px;color:#000;background:#fce9df;font-weight:600;line-height:1.7}.under .lip_flow01 .txt_red{color:#f7752e;font-weight:500}.under .lip_flow01 .price{text-align:center;font-size:18px;color:#f7752e;font-weight:600;margin:30px auto 20px}.under .lip_flow01 .order{width:150px;text-align:center;margin:auto}.under .lip_flow01 .order a{color:#fff;background:#f7752e;font-weight:600;border-radius:18px;display:block;padding:6px 0 4px;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;letter-spacing:.1em}.under .lip_flow01 .order a:hover{opacity:1;color:#fff}.under .lip_boxItem .item{background:#fce9df;color:#000;border-radius:10px;margin-top:15px;padding:20px 20px 15px}.under .lip_boxItem .ttl_sm{font-weight:600;line-height:1.5;letter-spacing:.05em;margin-bottom:5px}.under .lip_boxItem .ttl_sm .num{display:inline-block;color:#f8925a;font-size:20px;border-bottom:1px #f8925a solid;line-height:1;padding-bottom:5px;letter-spacing:.1em;margin-bottom:7px}.under .lip_boxItem .color1{background:#eee8e8}.under .lip_boxItem .color2{background:#fcf9e2}.under .lip_member .project_intro{text-align:center;border:1px #d14f08 solid;color:#d14f08;font-size:18px;font-weight:600;letter-spacing:.05em;max-width:600px;margin:auto;padding:10px}.under .lip_commit .box_based{max-width:700px;margin:0 auto 20px}.under .lip_commit .base_txt{color:#d14f08;font-weight:600;text-align:center;line-height:1.5;font-size:16px;padding:30px 0 0}.under .lip_commit .ectract_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.under .lip_commit .ectract_list li{width:24%;margin:0 0 25px}.under .lip_commit .ectract_list p{text-align:center;font-size:14px;color:#000;line-height:1.5;margin:0}.under .lip_commit .ectract_list .image{margin-bottom:20px}.under .lip_commit .ectract_list .ttl{font-weight:600;font-size:14px;padding:0 0 5px}.under .lip_commit .explan_ttl{color:#d14f08;font-weight:600;font-size:22px;text-align:center;letter-spacing:.1em;margin:0}.under .lip_frag{text-align:center;margin:30px 0 0}@media only screen and (max-width:1280px) and (min-width:769px){.under .style_header .style_title{font-size:32px}.under .style_header .category_top{margin-right:15px}.under .style_header .style_wrap{padding:12px 20px 12px 0;margin:0 20px 0 0}.under .style_header .category_wrap li{margin:0 15px 0 0}.under .style_header .all_style_link{padding:20px 15px}.under .under_salon .salon_ttl{font-size:16px}.under .under_salon .salon_ttl .ttl_small{font-size:14px}.under .under_salon .salon_tell{font-size:18px}.under .under_salon .salon_tell a{background-size:auto 15px;background-position:bottom 2px left;padding-left:20px}.under .under_salon .btn_more a{font-size:10px;padding:12px 0}.under .under_salon .btn_more a:after{right:12px}.under .under_salon .btn_more a:hover:after{right:7px}}@media only screen and (max-width:1024px) and (min-width:769px){.under .staff_list li{font-size:12px}.under .staff_list .data{padding:10px 15px 30px}.under .staff_list .staff_name{font-size:18px;padding:0 0 15px}}@media only screen and (max-width:1000px) and (min-width:769px){.under h2{font-size:45px}.under h3{font-size:32px}.under .h3_box p{font-size:14px}.under .flow_ttl{font-size:22px;margin:0 0 20px}.under .flow_ttl .num{font-size:18px;margin-bottom:10px}.under .flow_ttl2{padding-left:60px;font-size:18px}.under .flow_ttl2 .num{font-size:22px;width:45px}.under .salon_nav li{font-size:16px}.under .salon_nav li:hover:after{width:50px}.under .under_boxflow{margin:0 0 40px}.under .under_boxflow p{font-size:14px}.under .share_content .ttl{font-size:1.7vw;background-size:auto 6px}.under .under_box{margin:0 0 80px}.under .style_header .style_wrap{display:table;padding:12px 0 15px;border-bottom:1px #000 solid;border-right:none;margin:0 auto 20px}.under .style_list .mask_text{font-size:12px}.under .under_salon .item{width:32%;margin:0 2% 2% 0}.under .under_salon .item:nth-of-type(3n) {margin-right:0}.under .under_salon .salon_tell{font-size:18px}.under .under_salon .salon_tell a{padding:0 0 0 20px;background:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/xshare_tell01.png.pagespeed.ic.VQhr4nukyK.png) no-repeat left top 2px;background-size:auto 15px}.under .under_salon .salon_tell{font-size:18px}.under .under_salon .salon_tell a{padding:0 0 0 20px;background:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/xshare_tell01.png.pagespeed.ic.VQhr4nukyK.png) no-repeat left top 2px;background-size:auto 15px}.under .lip_commit .ectract_list .ttl{font-size:13px}.under .lip_commit .ectract_list p{font-size:13px}.under .lip_flow01 .box_image{max-width:300px}.under .lip_flow01 .box_txt{width:calc(100% - 320px)}}.under section:first-child h3{margin-top:50px}.under section{padding-top:1px}.under section h3{margin-top:80px}.under .secH4{padding-top:60px}.under .secH5{padding-top:40px}.under .imgBox.rowImg .image_l img,.under .imgBox.rowImg .image_r img{max-width:100%;max-height:400px}.under .imgBox.rowImg .image_l{float:left;margin-right:20px}.under .imgBox.rowImg .image_r{float:right;margin-left:20px}.under .imgBox.rowImg .image_l,.under .imgBox.rowImg .image_r{max-width:350px;margin-bottom:15px}.under .imgBox.rowImg .txt_l{float:left}.under .imgBox.rowImg .txt_r{float:right}.under .imgBox.rowImg .txt_l,.under .imgBox.rowImg .txt_r{width:calc(100% - 385px)}.under .imgBox.rowImg.large .image_l,.under .imgBox.rowImg.large .image_r{max-width:440px}.under .imgBox.rowImg.large .txt_l,.under .imgBox.rowImg.large .txt_r{width:calc(100% - 475px)}.under .imgBox.rowImg.full .image_l,.under .imgBox.rowImg.full .image_r{max-width:60vw}.under .imgBox.colImg .list{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.under .imgBox.colImg p{margin-bottom:5px}.under .imgBox.colImg p:last-child{margin-bottom:0}.under .imgBox.colImg figure{margin-bottom:15px}.under .imgBox.colImg .text p{font-size:1em}.under .imgBox.colImg .text .ttl{font-size:1.375em;font-weight:bold;line-height:1.8;text-align:center;color:#eb7432}.under .imgBox.colImg3 .item{width:32%}.under .imgBox.colImg3 img{max-height:250px}.under .imgBox.colImg2 .item{width:49%}.under .imgBox.colImg2 img{max-height:270px}.under .imgBox.colImg1 .item{width:100%}.under .acf_block h3,.under .acf_block h4,.under .acf_block h5{margin-bottom:0}.under .acf_block .text_h3{margin:45px 0 0}.under .acf_block .text_h4{margin:30px 0 0}.under .acf_block .text_h5{margin:20px 0 0}.under .acf_block .list01{margin-top:20px}.under table{border-radius:3px}.under table.rollTable{width:100%}.under table.tbl_style01 th,.under table.tbl_style01 td{padding:.625rem}.under table.tbl_style01 th img,.under table.tbl_style01 td img{max-width:100%}.under table.tbl_style01 th{background-color:#fbe5d8;color:#000;font-size:1.125em;font-weight:normal;text-align:center;border:1px #cd7948 solid}.under table.tbl_style01 td{background-color:#fff;color:#383838;font-size:1em;border:1px solid #707070}.under table.tbl_style01.rowHead tr th:not(:last-child) {border-right:1px solid #707070}.under table.tbl_style01.colHead tr:not(:last-child) th {border-bottom:1px solid #cd7948}.under table.tbl_style02 th,.under table.tbl_style02 td{border:2px solid #9dba38;border-left:none;border-right:none;padding:.625em}.under table.tbl_style02 th img,.under table.tbl_style02 td img{max-width:100%}.under table.tbl_style02 th{background:none;font-weight:normal;font-size:1.125em;color:#9dba38}.under table.tbl_style02 td{font-size:1em}.under .tbl_note{display:none;margin-top:10px;color:#b4b4b4;font-size:11px;letter-spacing:0}@media only screen and (max-width:1000px) and (min-width:769px){.under table.tbl_style01 th,.under table.tbl_style01 td{padding:.5rem}.under table.tbl_style01 th{font-size:1em}.under table.tbl_style01 td{font-size:.9em}.under table.tbl_style02 th{font-size:1em}.under table.tbl_style02 td{font-size:.9em}}.under ul.list01.mcol-2{position:relative;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.under ul.list01.mcol-2 li{width:50%}.under ul.list01 li{background-size:10px auto;position:relative;padding-left:20px;padding-bottom:10px;letter-spacing:1.6px}.under ul.list01 li:last-child{padding-bottom:0}.under ul.list01 li::before{content:"";width:8px;height:8px;border-radius:50%;background:#333;position:absolute;left:0;top:.4em}.under .list_note{margin-top:15px;padding-left:20px}.under .list_note.no_mt{margin-top:0}.under .topic_path{font-size:14px;line-height:1.45;letter-spacing:1.5px;padding:20px 0 7px;background:#f3f2ea}.under .topic_path ul{display:block;padding:4px 10px 4px 0}.under .topic_path ul::after{content:"";display:block;clear:both}.under .topic_path ul li{float:left;text-transform:uppercase;color:#333}.under .topic_path a{text-decoration:none;color:#e19061}.under .topic_path a:hover{opacity:1;text-decoration:underline}.under .topic_path span{display:inline-block;padding:0 10px;-webkit-transform:scaleX(.6);-ms-transform:scaleX(.6);transform:scaleX(.6);color:#e19061;line-height:1}.under .anchor-links{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px 0 0}.under .anchor-links>div{background-color:#555;border-radius:3px;position:relative;display:block;min-width:135px;width:19%;margin:0% .5% 1%;text-align:center;color:#fff;font-size:.875em;line-height:1.5;letter-spacing:.15em}.under .anchor-links>div a{display:block;width:100%;padding:10px 5px 9px;color:inherit;font-size:inherit;line-height:inherit}.under .anchor-links>div::after{content:"";border:4px solid;border-bottom-color:transparent;border-left-color:transparent;border-right-color:transparent;position:absolute;top:auto;bottom:2px;left:calc(50% - 4px);right:auto;line-height:1}.under .anchor-links>div:hover a{opacity:1}.under .anchor-links>div:hover::after{bottom:0}.under .anchor-links>div.ext::after{content:"\003e";border:0;position:absolute;top:calc(50% - .5em);bottom:auto;left:auto;right:7px;font-size:.857em;line-height:1;letter-spacing:0;-webkit-transform:scaleX(.5);-ms-transform:scaleX(.5);transform:scaleX(.5)}.under .anchor-links>div.ext:hover::after{right:5px}.under .doctor_box{background-color:#dedede;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.under .doctor_box p{margin-bottom:0}.under .doctor_box .img{border:10px solid rgba(255,255,255,.5);position:relative;width:300px;height:240px;overflow:hidden;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.under .doctor_box .img img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:none;max-height:240px}.under .doctor_box .text{position:relative;width:calc(100% - 300px)}.under .doctor_box .text .ttl{background:rgba(255,255,255,.3);padding:17px 10px;position:absolute;top:50%;left:0;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:26px;font-weight:600;line-height:1.8;text-align:center}.under #socialbuttons{display:table;margin:20px auto 10px}.under #socialbuttons>div{float:left;margin-right:10px;font-size:11px;overflow:hidden}.under #socialbuttons .line{margin-right:0}.under .clinic_tbl01 th{width:350px;text-align:right}.under .clinic_tbl02{text-align:center}.under .clinic_tbl02 th:first-child{width:350px}.under .clinic_tbl02 th:not(:first-child) {width: calc((100% - 350px) / 7)}.under .teeth_box .secH4{width:48%}.under .teeth_box .secH5{padding-top:20px!important}.under .teeth_box img{max-height:180px}.under .teeth_box p{font-size:14px}.under .access_box_img01 .block{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.under .access_box_img01 .block:nth-child(even) .big {-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.under .access_box_img01 .block .big{width: calc((580 / 1160) * (100% - 10px))}.under .access_box_img01 .block .small{width: calc((580 / 1160) * (100% - 10px));display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.under .access_box_img01 .block .small figure{width: calc((100% - 10px) * 0.5)}.under .access_box_img01 .block figure{border-radius:0;overflow:hidden;margin-bottom:10px}.under .access_box_img02 .block{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.under .access_box_img02 .block:nth-child(even) .big {-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.under .access_box_img02 .block .big{width: calc((640 / 1160) * (100% - 10px))}.under .access_box_img02 .block .small{width: calc((520 / 1160) * (100% - 10px));display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.under .access_box_img02 .block .small figure{width: calc((100% - 10px) * 0.5)}.under .access_box_img02 .block figure{border-radius:10px;overflow:hidden;margin-bottom:10px}@media (-ms-high-contrast:none),(-ms-high-contrast:active){.under h5{padding:15px 20px 5px 20px}.under .under_salon .salon_tell a{padding-top:5px;background-position:left top 2px}.under .style_header .category_btn{margin-top:3px}.under .bridal_list .item{padding:24px 10px 16px}.under .recruit_table .contact{padding:7px 10px 0}.under .share_table1 th,.under .share_table1 td{padding:14px 10px 6px}.under table.tbl_style01 th,.under table.tbl_style01 td{padding:.9rem .625rem .4rem}.under table.share_table3 td,.under table.share_table3 th{padding:1.3em 1em .7em}.under table.menu_list th,.under table.menu_list td{padding:14px 0 6px}.under .menu_coming{padding:12px 10px 8px}.under .lip_flow01 .ttl{padding:13px 15px 7px}.under .lip_flow01 .order a{padding:8px 0 2px}.under .lip_member .project_intro{padding:13px 10px 7px}.btn_more a:after{top:52%}.under .lipunoa_link a{padding:23px 10px 17px}.under .lipunoa_link .en a{padding:20px 10px}}#pagination{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:40px auto 0}#pagination:empty{display:none}#pagination a,#pagination span{background-color:#555;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:100%;margin:10px 5px;width:32px;height:32px;color:#fff;line-height:1}#pagination a.prev,#pagination a.next,#pagination span.prev,#pagination span.next{background-repeat:no-repeat;background-position:center;background-size:7px auto;color:transparent}#pagination a.prev,#pagination span.prev{background-image:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/shared_blog_arrow_prev.svg)}#pagination a.next,#pagination span.next{background-image:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/shared_blog_arrow_next.svg)}@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75),
  screen and (min-width: 0\0) and (-o-min-device-pixel-ratio: 3/4),
  screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  #pagination {
    /* for IE 9 and above */
  }

  #pagination a,
  #pagination span {
    padding-top: 2px;
  }
}#pagination a:hover{text-decoration:none;opacity:.7}#pagination span{opacity:.5}#pagination .active a,#pagination a.active:hover{background:none repeat scroll 0 0 #000;color:#fff}.blog-content h4{border-bottom:1px solid #ea6386;text-align:center;font-weight:600}.blog-content .date{margin-bottom:20px;text-align:center;color:#ea6386}.blog_list_style01 .item{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #bababa;padding-bottom:30px;margin-bottom:30px}.blog_list_style01 .item figure{background-color:#fff;position:relative;overflow:hidden;border:3px solid #2d1a14;width:220px;height:220px}.blog_list_style01 .item figure img{max-width:100%;max-height:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.blog_list_style01 .item .info{width:calc(100% - 250px);position:relative;padding-bottom:40px}.blog_list_style01 .item .info p{margin-bottom:0;line-height:1.5}.blog_list_style01 .item .info .date{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px;padding-top:15px;font-size:90%}.blog_list_style01 .item .info .date .tag{display:inline-block;margin-left:20px;color:transparent;font-size:90%;letter-spacing:-1em}.blog_list_style01 .item .info .date .tag a{background-color:#654321;display:inline-block;margin-left:2px;padding:0 10px;color:#fff;letter-spacing:0}.blog_list_style01 .item .info .date .tag a.blaze_hl{background:#654321}.blog_list_style01 .item .info .date .tag a.frill_eye_beauty{background:#bd7e4a}.blog_list_style01 .item .info .date .tag a.blaze_the_salon{background:#ffd9a9}.blog_list_style01 .item .info .ttl{margin-bottom:10px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-decoration:underline;font-size:120%;font-weight:600;color:#333}.blog_list_style01 .item .info .ttl a{color:inherit}.blog_list_style01 .item .info .des{padding-bottom:45px}.blog_list_style01 .item .info .button{background-color:#fff;border:3px solid #654321;position:absolute;bottom:0;right:0}.blog_list_style01 .item .info .button a{position:relative;z-index:1;display:block;padding:5px 10px;font-size:90%;color:#333}.blog_list_style01 .item .info .button a::before{opacity:0}.blog_list_style01 .item .info .button::after{content:"";background-color:#654321;position:absolute;z-index:0;top:0;bottom:0;right:0;width:0;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.blog_list_style01 .item .info .button:hover a{opacity:1;color:#fff}.blog_list_style01 .item .info .button:hover::after{width:100%}@media only screen and (max-width:640px){.blog_list_style01 .item{display:block}.blog_list_style01 .item figure{margin:0 auto}.blog_list_style01 .item .info{width:100%;max-width:420px;margin:0 auto;padding-bottom:0}.blog_list_style01 .item .info .button{position:relative;display:table}}.blog_list_style02.colImg .list{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.blog_list_style02.colImg p{margin-bottom:5px}.blog_list_style02.colImg p:last-child{margin-bottom:0}.blog_list_style02.colImg figure{margin-bottom:15px}.blog_list_style02.colImg .text p{font-size:1em}.blog_list_style02.colImg .text .ttl{font-family:inherit;font-size:1.1em;font-weight:bold;line-height:1.8;text-align:center;color:#0e7cad}.blog_list_style02.colImg4_blog .item{width: calc(96% / 4);margin-right:1%;margin-bottom:15px;position:relative}.blog_list_style02.colImg4_blog .item:nth-child(4) {margin-right:0}.blog_list_style02.colImg4_blog .item a{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1}.blog_list_style02.colImg4_blog .item .img{background:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/shared_blog_logo.png) center no-repeat;background-size:contain;background-color:#fff;border:1px solid #000;position:relative;width:100%;height:400px;margin-bottom:15px}.blog_list_style02.colImg4_blog .item .img:before{position:absolute;top:0;bottom:0;left:0;right:0}.blog_list_style02.colImg4_blog .item .img img{-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;position:absolute;top:50%;left:50%;max-height:100%;max-width:100%}.blog_list_style02.colImg4_blog .item:hover a{opacity:1}.blog_list_style02.colImg4_blog .item:hover .img img{-webkit-filter:blur(5px) grayscale(50%);filter:blur(5px) grayscale(50%);-webkit-transform:translate(-50%,-50%) scale(1.15);-ms-transform:translate(-50%,-50%) scale(1.15);transform:translate(-50%,-50%) scale(1.15)}.blog_list_style02.colImg4_blog figure{background-color:#ddd;position:relative;overflow:hidden;width:100%;height:100%}@media only screen and (max-width:1000px) and (min-width:769px){.blog_list_style02.colImg4_blog .item .img{height:30vw}}@media only screen and (max-width:768px){.blog_list_style02.colImg4_blog .item .img{height:280px}.blog_list_style02.colImg4_blog figure{height:260px}}@media only screen and (max-width:640px){.blog_list_style02.colImg .list{-ms-flex-pack:distribute;justify-content:space-around}.blog_list_style02.colImg .item{margin-bottom:15px}.blog_list_style02.colImg figure{margin-bottom:5px}.blog_list_style02.colImg .text{font-size:14px}.blog_list_style02.colImg4_blog .item{width:49%}.blog_list_style02.colImg4_blog .item .img{height:48vw}.blog_list_style02.colImg4_blog figure{height:48vw}}.blog_detail_style02{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;margin-bottom:30px}.blog_detail_style02 .box_gallery{width:35%;max-width:400px}.blog_detail_style02 .box_gallery .main_img{background:#ededed;position:relative;height:400px;margin-bottom:11px}.blog_detail_style02 .box_gallery .main_img .item{-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;position:absolute;top:0;bottom:0;left:0;right:0;opacity:0}.blog_detail_style02 .box_gallery .main_img .item.active{opacity:1}.blog_detail_style02 .box_gallery .main_img .img{overflow:hidden;margin:0;width:100%;height:100%}.blog_detail_style02 .box_gallery .main_img .img img{-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;top:50%;left:50%;max-width:100%;max-height:100%}.blog_detail_style02 .box_gallery .thumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px}.blog_detail_style02 .box_gallery .thumb li{background-color:#ededed;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;width: calc(100% / 8 - 4.4px);margin-right:5px;margin-bottom:5px;height:20vw;max-height:40px;overflow:hidden;position:relative;cursor:pointer;text-align:center}.blog_detail_style02 .box_gallery .thumb li:nth-child(8n + 0) {margin-right:0}.blog_detail_style02 .box_gallery .thumb li:hover{opacity:.7}.blog_detail_style02 .box_gallery .thumb li img{width:auto;max-height:100%;max-width:100%;overflow:hidden;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.blog_detail_style02 .box_gallery .thumb.col_5 li{width: calc(100% / 5 - 4px);max-height:77px}.blog_detail_style02 .box_gallery .thumb.col_5 li:nth-child(5) {margin-right:0}.blog_detail_style02 .box_gallery.withSlick .main_img{height:auto}.blog_detail_style02 .box_gallery.withSlick .main_img .item{height:400px}.blog_detail_style02 .box_gallery.withSlick .main_img .item:nth-child(n) {display:block}.blog_detail_style02 .box_gallery.withSlick .thumb li{opacity:.5}.blog_detail_style02 .box_gallery.withSlick .thumb li::after{content:"";-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid transparent;z-index:1}.blog_detail_style02 .box_gallery.withSlick .thumb li.active{opacity:1}.blog_detail_style02 .box_gallery.withSlick .thumb li.active::after{border-color:#f93}.blog_detail_style02 .box_gallery.withSlick .thumb li:hover{opacity:1}.blog_detail_style02 .box_gallery.withSlick .controls p{display:table;cursor:pointer}.blog_detail_style02 .box_gallery.withSlick .controls p:hover{text-decoration:underline}.blog_detail_style02 .box_info{width:62%;max-width:710px}.blog_detail_style02 .box_info .intro{margin-bottom:20px}.blog_detail_style02 .box_info table{}.blog_detail_style02 .box_info table th{width:30%;background:#f5f5f5;color:#1b1b1b}.blog_detail_style02.noGallery .box_info{max-width:100%;width:100%}@media only screen and (max-width:768px){.blog_detail_style02 .box_gallery{width:100%;margin:0 auto 30px}.blog_detail_style02 .box_gallery .main_img{max-height:400px;height:100vw}.blog_detail_style02 .box_info{width:100%;margin:0 auto}.blog_detail_style02 .box_info table th{width:100%}.blog_detail_style02 .box_info table.tbl_style03{border-bottom:none}}.main_blog_container{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.main_blog_container .main_blog_content{max-width:100%;width:calc(100% - 250px)}.main_blog_container .main_blog_content>div{padding-top:0}.main_blog_container .sidebar{width:220px}.main_blog_container .sidebar .txt_head,.main_blog_container .sidebar .widgettitle{background-color:#d8ab91;-webkit-transform:none;-ms-transform:none;transform:none;position:static;display:block;margin-bottom:0;padding:15px 10px;width:100%;-webkit-writing-mode:horizontal-tb;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb;font-size:18px;color:#fff;text-align:center}.main_blog_container .sidebar ul:not(.children) {background-color:#fff;border:1px solid #ddebf2;border-top:0;padding:0 10px}.main_blog_container .sidebar ul:not(.children) > li {border-bottom:1px solid #959595;padding:12px 10px;font-size:80%}.main_blog_container .sidebar ul:not(.children) > li:last-child {border-bottom:0}.main_blog_container .sidebar ul:not(.children) > li a {color:inherit;font-size:inherit;text-decoration:underline}.main_blog_container .sidebar ul:not(.children) > li a:hover {text-decoration:none}.main_blog_container .sidebar ul.children{padding:7px 7px}.main_blog_container .sidebar ul.children li{padding-bottom:5px}.main_blog_container .sidebar ul.children li:last-child{padding-bottom:0}@media only screen and (max-width:768px){.main_blog_container .main_blog_content{width:auto;margin:0 auto}.main_blog_container .sidebar{display:none}}.blog_post_button{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:600px;margin:100px auto 0}.blog_post_button>div{border-radius:10px;position:relative;width:32%;color:#fff;text-align:center;line-height:1;font-size:.9em}.blog_post_button>div::before,.blog_post_button>div::after{content:"";-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;position:absolute;top:0;left:0;width:100%;height:100%}.blog_post_button>div::before{background-color:#000}.blog_post_button>div::after{border:1px solid #000;opacity:0;-webkit-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}.blog_post_button>div a{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;display:block;position:relative;z-index:1;padding:11px 10px 10px;max-width:100%;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-transform:uppercase;line-height:inherit;color:inherit;text-align:center;text-decoration:none}.blog_post_button>div:hover::before{opacity:0;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.blog_post_button>div:hover::after{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.blog_post_button>div:hover a{color:#000}.contact-form-style01 .contact-table{background-size:cover;width:100%;margin:0 auto 0;border-radius:5px;overflow:hidden;position:relative}.contact-form-style01 .contact-table::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0}.contact-form-style01 .contact-table input,.contact-form-style01 .contact-table select,.contact-form-style01 .contact-table textarea{border:1px solid;padding:4px 8px;border-radius:5px;font-size:1rem}.contact-form-style01 .contact-table input{width:100%}.contact-form-style01 .contact-table textarea{max-width:100%;width:100%;height:7em}.contact-form-style01 .contact-table input,.contact-form-style01 .contact-table textarea{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.contact-form-style01 .contact-table input[type="radio"],.contact-form-style01 .contact-table input[type="checkbox"]{margin:5px 3px 5px 0;width:auto}.contact-form-style01 .contact-table [readonly*="readonly"]{background:none;border:0;font-weight:bold}.contact-form-style01 .contact-table dl{position:relative;z-index:1;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.contact-form-style01 .contact-table dl:last-child dt,.contact-form-style01 .contact-table dl:last-child dd{border-bottom:0}.contact-form-style01 .contact-table dt{width:400px;padding:15px 20px;font-size:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contact-form-style01 .contact-table dt span{display:inline-block;border-radius:7px;padding:2px 7px;margin-left:5px;font-size:70%;line-height:1}.contact-form-style01 .contact-table dd{width:calc(100% - 400px);padding:15px 25px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contact-form-style01 .contact-table .postal_code{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.contact-form-style01 .contact-table .inline span{max-width:75px;margin:0 5px;text-align:center}.contact-form-style01 .contact-table .inline input{text-align:center}.contact-form-style01 .contact-table .clockpicker input{width:70px;text-align:center}.contact-form-style01 .contact-table input:not([type="radio"]):not([type="checkbox"]):focus,
.contact-form-style01 .contact-table textarea:focus {color:#495057;background-color:#fff;border-color:#80bdff;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.contact-form-style01 .confirm-table textarea{resize:none;width:100%}.contact-form-style01 .confirm-table input:not([type="radio"]):not([type="checkbox"]):focus,
.contact-form-style01 .confirm-table textarea:focus {color:inherit;background-color:transparent;border-color:transparent;outline:0;-webkit-box-shadow:none;box-shadow:none}.contact-form-style01 .input_btn,.contact-form-style01 .button.thanks_btn{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:520px;margin:40px auto 0}.contact-form-style01 .input_btn input,.contact-form-style01 .input_btn a,.contact-form-style01 .button.thanks_btn input,.contact-form-style01 .button.thanks_btn a{color:inherit}.contact-form-style01 .input_btn input[type="button"],.contact-form-style01 .input_btn input[type="submit"],.contact-form-style01 .button.thanks_btn{display:block;width:200px;height:45px;border:none;padding:10px;text-align:center;font-size:100%;font-weight:normal;margin:0 10px 10px;text-decoration:none;cursor:pointer}.contact-form-style01 .input_btn input[type="button"]:hover,.contact-form-style01 .input_btn input[type="submit"]:hover,.contact-form-style01 .button.thanks_btn:hover{opacity:.8}.contact-form-style01 .input_btn input[type="button"],.contact-form-style01 .input_btn input[type="submit"],.contact-form-style01 .button.thanks_btn{background-color:#654321;color:#fff;border-radius:30px}.contact-form-style01 .contact-table{border:1px solid #cd7948}.contact-form-style01 .contact-table input,.contact-form-style01 .contact-table select,.contact-form-style01 .contact-table textarea{border-color:#ddd}.contact-form-style01 .contact-table dt{background-color:#fbe5d8;border-bottom:1px solid #cd7948;color:#333}.contact-form-style01 .contact-table dt span{background-color:#fff;color:#ff3c7f}.contact-form-style01 .contact-table dd{border-bottom:1px solid #ddebf2}.contact-form-style01 .wpcf7-not-valid-tip{display:block;margin:3px 7px 0}.contact-form-style02{background:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/contact-form-bg.jpg);padding:80px 50px 80px}.contact-form-style02 .contact-table{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.contact-form-style02 .contact-table input:not([type="radio"]):not([type="checkbox"]),
.contact-form-style02 .contact-table textarea {background-clip:padding-box;border:none;outline:0;-webkit-box-shadow:none;box-shadow:none;height:auto;display:block;border-radius:0;width:100%;padding-bottom:15px;margin-bottom:0;border-bottom:1px dashed;-webkit-transition:border-color .3s ease-in-out , -webkit-box-shadow .3s ease-in-out;transition:border-color .3s ease-in-out , -webkit-box-shadow .3s ease-in-out;-o-transition:border-color .3s ease-in-out , box-shadow .3s ease-in-out;transition:border-color .3s ease-in-out , box-shadow .3s ease-in-out;transition:border-color .3s ease-in-out , box-shadow .3s ease-in-out , -webkit-box-shadow .3s ease-in-out;font-size:1em;font-weight:400;line-height:1.5;text-transform:none}.contact-form-style02 .contact-table textarea{max-width:100%;border:1px dashed;padding:20px}.contact-form-style02 .contact-table dl{position:relative;z-index:0;width:49%;margin-bottom:60px}.contact-form-style02 .contact-table dl:last-child{margin-bottom:0}.contact-form-style02 .contact-table dl dt{font-size:.9em}.contact-form-style02 .contact-table dl dt span{position:relative;top:-.1em;display:inline-block;padding:0 5px;margin-left:8px;border-radius:7px;font-size:.7em}.contact-form-style02 .contact-table dl.inline dd{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contact-form-style02 .contact-table dl.inline input{text-align:center}.contact-form-style02 .contact-table dl.hasBD dd{padding:15px;border:1px dashed;-webkit-transition:border-color .3s ease-in-out , -webkit-box-shadow .3s ease-in-out;transition:border-color .3s ease-in-out , -webkit-box-shadow .3s ease-in-out;-o-transition:border-color .3s ease-in-out , box-shadow .3s ease-in-out;transition:border-color .3s ease-in-out , box-shadow .3s ease-in-out;transition:border-color .3s ease-in-out , box-shadow .3s ease-in-out , -webkit-box-shadow .3s ease-in-out}.contact-form-style02 .contact-table dl.full{width:100%;padding:20px 0}.contact-form-style02 .contact-table dl.full dt{padding-bottom:15px}.contact-form-style02 .contact-table dl:not(.full) dt {position:absolute;z-index:0;bottom:15px;left:0;-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.contact-form-style02 .contact-table dl:not(.full) dd {padding:0 0}.contact-form-style02 .contact-table dl:not(.full).non-empty dt,
.contact-form-style02 .contact-table dl:not(.full).focus dt {bottom:-5px;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);font-size:.75em}.contact-form-style02 .contact-table dl:not(.full) .wpcf7-not-valid-tip {position:absolute;bottom:0;left:0;right:0;z-index:-1}.contact-form-style02 .confirm-table dl:not(.hasBD):not(.non-empty) {opacity:.45}.contact-form-style02 .wpcf7-not-valid-tip{display:block;text-align:right}.contact-form-style02 .input_btn,.contact-form-style02 .button.thanks_btn{position:relative;display:table;margin:40px auto 0;height:45px}.contact-form-style02 .input_btn input,.contact-form-style02 .input_btn a,.contact-form-style02 .button.thanks_btn input,.contact-form-style02 .button.thanks_btn a{color:inherit}.contact-form-style02 .input_btn::before,.contact-form-style02 .input_btn::after,.contact-form-style02 .button.thanks_btn::before,.contact-form-style02 .button.thanks_btn::after{content:"";position:absolute;left:50%;width:100%;height:2px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:all .3s cubic-bezier(.34,.36,.06,1.01);-o-transition:all .3s cubic-bezier(.34,.36,.06,1.01);transition:all .3s cubic-bezier(.34,.36,.06,1.01)}.contact-form-style02 .input_btn::before,.contact-form-style02 .button.thanks_btn::before{top:0}.contact-form-style02 .input_btn::after,.contact-form-style02 .button.thanks_btn::after{bottom:0}.contact-form-style02 .input_btn:hover::before,.contact-form-style02 .button.thanks_btn:hover::before{top:100%;width:80%}.contact-form-style02 .input_btn:hover::after,.contact-form-style02 .button.thanks_btn:hover::after{bottom:-7px;width:60%}.contact-form-style02 .input_btn input[type="button"],.contact-form-style02 .input_btn input[type="submit"],.contact-form-style02 .button.thanks_btn{background-color:transparent;border:none;outline:0;padding:10px;cursor:pointer;text-align:center;font-size:100%;font-weight:normal;text-decoration:none}.contact-form-style02 .input_btn,.contact-form-style02 .button.thanks_btn{color:#333}.contact-form-style02 .input_btn::before,.contact-form-style02 .input_btn::after,.contact-form-style02 .button.thanks_btn::before,.contact-form-style02 .button.thanks_btn::after{background-color:#fcbb45}.contact-form-style02 .contact-table input,.contact-form-style02 .contact-table textarea{background-color:transparent;border-color:#a1a3a2;color:#495057}.contact-form-style02 .contact-table input:focus,.contact-form-style02 .contact-table textarea:focus{border-color:#000;color:#495057}.contact-form-style02 .contact-table dl.hasBD dd{border-color:#a1a3a2;color:#495057}.contact-form-style02 .contact-table dl.hasBD.focus dd{border-color:#000;color:#495057}.contact-form-style02 .contact-table dl dt{font-size:.9em}.contact-form-style02 .contact-table dl dt span{background-color:#353535;color:#fff}.screen-reader-response{display:none}.wpcf7-not-valid-tip{font-size:80%;color:#ff3c7f}.wpcf7-response-output{padding-top:20px}.wpcf7-list-item{margin-right:15px}.wpcf7-list-item-label{color:#000}.wpcf7-form-control-wrap{width:100%}.captcha_box{display:table;margin:50px auto 0}@media only screen and (max-width:1000px) and (min-width:769px){.contact-form-style01 .contact-table dt{width:40%}.contact-form-style01 .contact-table dd{width:60%}.contact-form-style02{padding:50px 30px 50px}}@media only screen and (max-width:768px){.contact-form-style01 .contact-table dl{display:block}.contact-form-style01 .contact-table dt,.contact-form-style01 .contact-table dd{width:100%}.contact-form-style01 .contact-table dd{border-color:transparent}.contact-form-style01 .contact-table input,.contact-form-style01 .contact-table textarea{width:100%}.contact-form-style01 .contact-table input[type="checkbox"],.contact-form-style01 .contact-table input[type="radio"]{width:auto}.contact-form-style01 .wpcf7-list-item{display:block}.contact-form-style02{padding:40px 30px 40px}.contact-form-style02 .contact-table input,.contact-form-style02 .contact-table textarea{padding-bottom:20px;text-align:center}.contact-form-style02 .contact-table dl{width:100%}.contact-form-style02 .contact-table dl dt{width:100%;text-align:center}.contact-form-style02 .contact-table dl:not(.full) dt {bottom:20px}.contact-form-style02 .contact-table dl:not(.full).non-empty dt,
  .contact-form-style02 .contact-table dl:not(.full).focus dt {font-size:.9em}.contact-form-style02 .wpcf7-not-valid-tip{text-align:center}}.under.page-staff h3:first-child{margin-top:0}.under.page-staff .bg_top:not(:first-child) {padding-top:0;margin-top:0}.under.page-staff .staff_favorite{padding-top:40px}.under.page-staff .under_box{padding-top:40px}.under .under_boxflow .menu_note_text{margin:20px 0 5px 0;text-align:right;font-size:12px}.under .menu_special{padding:40px;background:#f2e2d8}.under .menu_special .ttl{padding:10px;font-weight:bold;text-align:center;font-size:20px;color:#fff;background:#d9ab91}.under .menu_special .txt{text-align:center}.under .menu_special_box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.under .menu_special_box .item{width:48%;padding:15px 10px;margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#fff}.under .menu_special_box .item:last-child{margin-bottom:0}.under .menu_special_box figure{width:30%;max-width:150px}.under .menu_special_box .info{width:70%;padding-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.under .menu_special_box .title{margin:0}.under .menu_special_box .price{font-weight:bold;color:#000;text-align:right}.under .menu_ttl_h5{margin-top:30px}.under .menu_txt_note{font-size:12px}.under .frill_menu{padding:40px}.under .frill_menu p{padding-top:40px;font-size:20px;font-weight:bold}.under .frill_menu p:first-child{padding-top:0}.under .frill_menu .menu_coming{font-weight:normal;font-size:16px;padding:40px}.under .frill_menu ul li{padding-bottom:10px;margin-bottom:15px;padding-left:15px;border-bottom:1px solid #ccc;position:relative}.under .frill_menu ul li::before{content:"";position:absolute;left:0;top:9px;background:#000;width:5px;height:5px}.under .frill_menu ul li:last-child{margin-bottom:0}.under .frill_menu dl{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #ccc}.under .frill_menu dl:last-child{margin-bottom:0}.under .frill_menu dl dt{width:100px}.under .frill_menu dl dd{width:calc(100% - 100px);padding-left:10px}.under.page-item .under_list01 li .image{max-height:245px}.under.page-salon h3{margin-top:0}.under .spa_note{margin-left:10px;font-size:80%}.under.page-item .slide_gallery .box_gallery .item{height:14vw;max-height:250px}.under.page-item .item_info .thumb li{max-height:80px;overflow:hidden;text-align:center;background:#e6e6e6}.under.page-item .item_info .thumb li img{height:100%}.under.page-gallery .slide_gallery .box_gallery .item figure img{height:auto}.under.page-gallery .style_detail .thumb li img{height:auto}.under.page-gallery .slide_gallery .thumb{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.under.page-gallery .slide_gallery .thumb li:hover{opacity:.8}.under .cm_ud_banner1{background: url(../images/idx08_img01.jpg) no-repeat right bottom/cover;position:relative;z-index:0;text-align:center;padding:40px;max-width:670px;margin:0 auto 30px}.under .cm_ud_banner1::before{content:"";position:absolute;top:20px;left:20px;right:20px;bottom:20px;background:rgba(255,255,255,.6);z-index:-1}.under .cm_ud_banner1 a{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1}.under .cm_ud_banner1 .bnr_ttl{font-size:28px;line-height:1.7;font-weight:600}.under .cm_ud_banner1.bnr_bottom{margin-top:30px}.under .cm_ud_banner1.bnr_bottom .bnr_ttl{font-size:34px;line-height:1.2}.under .cm_ud_banner1 .bnr_txt{line-height:1;font-size:20px}.under .lip_flow01.list_luster .price{text-align:left}.under .ttl_lip{font-size:34px;font-weight:600;line-height:1.7}.under .ttl_lip::first-letter{color:#333}.under .nb_lip{margin-right:20px;color:#f7752e;font-weight:bold}.under .txt_lip_medium{font-size:28px}.under .txt_lip_small{font-size:20px}.under .gr_btn_lip{display:flex;margin-top:20px;margin-left:-10px;margin-right:-10px}.under .lip_btn{width:300px;margin:10px;background:#e9d263;border-radius:5px;position:relative;z-index:0}.under .lip_btn::before{position:absolute;content:"";background:url(https://artistbox-m.co.jp/wp-content/themes/grits_theme/images/xshare_ic01.png.pagespeed.ic.RKra4p2JCD.png) no-repeat right;width:10px;height:6px;top:50%;right:20px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .5s linear;-o-transition:all .5s linear;transition:all .5s linear}.under .lip_btn a{display:block;padding:10px;text-align:center;color:#fff}@media (-ms-high-contrast:none),(-ms-high-contrast:active){.under .lip_btn a{padding:12px 10px 8px 10px}}.under .lip_btn a:hover{opacity:1;color:#fff}.under .lip_btn.btn2{background:#f8cbad;width:180px}@media only screen and (min-width:769px){.under.page-gallery .style_detail .thumb li{height:7vw}.under.page-gallery .style_detail .thumb li img{height:auto}}@media only screen and (max-width:1000px) and (min-width:769px){.under .menu_special_box figure{width:25%}.under .menu_special_box .info{width:75%}.under .menu_special_box .title{font-size:13px}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.under .style_detail .thumb li img{width:100%;height:auto}.blog_list_style01 .item .info .date .tag a{padding:4px 10px 0 10px;line-height:1.2}.blog_list_style01 .item .info .button a{padding:8px 10px 2px 10px}.blog_post_button>div a{padding:13px 10px 8px 10px}.contact-form-style01 .contact-table dt span{margin-top:-9px;padding:5px 7px 0 7px}#pagination a,#pagination span{padding-top:6px}}#wpadminbar{display:none}.index06 .btn_more.btn_bg03{width:220px;margin:30px auto 0 auto}.index06 .btn_more.btn_bg03 a{padding:16px 0}.under.page-lipunoa .instagram_list{margin-top:30px}.index08 .instagram_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.index08 .instagram_list li{width:129px;height:129px;margin-right:1.5%;margin-bottom:1%}.index08 .instagram_list li:last-of-type{margin-right:0}.index08 .instagram_list a{display:block;width:100%;height:100%}.index08 .instagram_list a span{display:flex;width:100%;height:100%;background-size:contain;background-position:center center;background-repeat:no-repeat}.under .staff_blog{margin-top:40px}.under .staff_blog_item{justify-content:space-between}.under .staff_blog_item .item{position:relative;width: calc(100% / 4 - 20px)}.under .staff_blog_item .item a{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2}.under .staff_blog_item .item .img{position:relative;overflow:hidden;max-height:300px;background:#f3f2ea;height:24vw}.under .staff_blog_item .item .img img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.under .staff_blog_item .item .img::before{opacity:0;position:absolute;content:"";left:50%;top:50%;width:0;height:0;background:rgba(216,171,145,.4);z-index:1;mix-blend-mode:multiply;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:50%;-webkit-transition:all .25s linear;-o-transition:all .25s linear;transition:all .25s linear}.under .staff_blog_item .item:hover .img::before{opacity:1;width:150%;height:150%}.under .staff_blog_item .item .title{margin-bottom:0;margin-top:10px;text-align:center;font-size:20px;font-weight:bold}.name_ig a:hover{color:#000;opacity:1}