@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Abel|M+PLUS+1p&display=swap');
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
em {
    font-style: normal;
}
body {
    line-height: 1;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
ul {
    list-style: none;
}
a {
    outline: none;
}
html {
    font-size: 62.5%;
}
body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #464545;
    font-family: "M PLUS 1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.2em;
}
a {
    color: #464545;
    text-decoration: none;
}
sup {
    font-size: 50%;
    vertical-align: top;
}

/*--------------------------------

    parts

---------------------------------*/

.body_pc a {
    -webkit-transition: .25s ease;
    transition: .25s ease;
}
.body_pc a:hover {
    opacity: 0.7;
}
#wrap {
    min-width: 1000px;
    padding-top: 140px;
    overflow: hidden;
}
.inner {
    max-width: 1000px;
    width: 94%;
    margin: 0 auto;
}
.inner_1230{
    max-width: 1230px;
    width: 94%;
    margin: 0 auto;
}
#breadcrumb {
    width: 100%;
    padding: .5em 0;
}
#breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#breadcrumb li + li {
    font-size: 13px;
    font-size: 1.3rem;
    color: #666;
    margin-left: 1em;
}
#breadcrumb li + li:before {
    content: ">";
    margin-right: 1em;
}
#breadcrumb a {
    color: #666;
}
#shop__sidenav {
    width: 50px;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 10;
    /*margin-top: 50px;*/
}
#shop__sidenav li + li {
    margin-top: 12px;
}
#shop__sidenav img {
    width: 100%;
    display: block;
}
#shop__sidenav span {
    display: none;
}
.is__pc {
    display: block;
}
.is__pc__ib {
    display: inline-block;
}
.is__sp {
    display: none;
}
.is__tb {
    display: none;
}
#btn__pagetop {
    width: 70px;
    height: 70px;
    background: #686868 url(../img/common/icon_arrow_top.png) 50% 50% no-repeat;
    background-size: 30px 33.75px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    display: block;
    z-index: 2;
    border-radius: 100%;
}
.body__single #btn__pagetop {
    bottom: 20px;
}
.underline {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fbcb00));
    background: linear-gradient(transparent 70%, #fbcb00 70%);
    margin: 0 .1em;
}

/*--------------------------------

    important__news

---------------------------------*/
#important__news {
    padding: 60px 0 25px;
    display: none;
}

@media only screen and (max-width: 640px) {
    #important__news { padding: 0; }
}

#important__news.on {
    display: block;
}
#important__news .inner{

    width: 1000px;
}


#important__news ul { /* 2020-03-16 kato*/
    width: 1000px;
    /*margin-top: 10px;*/ /* 2019-10-30 kato*/
    /*max-height: 130px;*/
    /*overflow: auto;*/
    /*-webkit-overflow-scrolling: touch;*/
    padding: 0;
}
#important__news li + li {
    margin-top: 30px;
}
#important__news li:nth-child(n + 4) {
    display: none;
/*    visibility: hidden;
    opacity: 0;
    height: 0;
    margin-top: 0;
    transition: .5s ease;*/
}
#important__news.js__on li:nth-child(n + 4) {
    display: block;
/*    visibility: visible;
    opacity: 1;
    height: auto;
    margin-top: 1em;*/
}
#important__news li a {
    color: #464545;
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
}
#important__news li a .date {
    margin-right: 1em;
    line-height: 2;
    font-size: 1.8rem;
}
#important__news li a .category {
    background: #DDDCD7;
    width: 165px;
    text-align: center;
    display: block;
    height: 29px;
    border-radius: 30px;
    line-height: 2;
    margin-right: 1em;
    padding:0;
}
#important__news li a .title {
    width: 675px;
    line-height: 1.8;
    font-size: 1.8rem;
}

#important__news .btn__more {
    display: flex;
    justify-content:center;
    position: relative;
    margin: 43px auto 2em;
    color: #464545;
    width: 150px;
    font-size: 2rem;
}
#important__news .btn__more:after {
    content: ""; display: block; width: 10px; height: 10px; border-bottom: #464545 solid 3px; border-right: #464545 solid 3px; transform: rotate(45deg) translate(-50%, -50%);margin: 16px 0px 0 15px;
}
#important__news.js__on .btn__more:after {
     transform: rotate(45deg) translate(-5%, -15%) scale(-1);
}

#shop__importantNewsOverlayer {
    position: fixed;
    z-index: 1000;
    background: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*     display: none; */
}
.shop__importantNewsOverlayerInner {
    background: #FFF;
    border: #747273 solid 2px;
    max-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-height: 90%;
    transform: translate(-50%, -50%);
    padding: 65px 75px;
    overflow: auto;
}
#shop__importantNewsOverlayer h2 {
    font-size: 30px;
    font-size: 3.0rem;
    margin-bottom: 50px;
}
#shop__importantNewsOverlayer h2:after {
    display: none;
}
#shop__importantNewsOverlayer .text {
    margin: 25px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
}
#shop__importantNewsOverlayer .titleWrap {
    display: -webkit-flex;
    display: flex;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
}
#shop__importantNewsOverlayer .titleWrap .date {
    margin-right: 1em;
}
#shop__importantNewsOverlayer .text + .titleWrap { /* 2019-10-30 kato */
    margin-top: 60px;
}
#shop__importantNewsOverlayerBtnCls {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 17px;
    right: 17px;
    border-radius: 100%;
    background: #7c7c7c;
}
#shop__importantNewsOverlayerBtnCls:before,
#shop__importantNewsOverlayerBtnCls:after{
    content: "";
    width: 33px;
    height: 5px;
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
}
#shop__importantNewsOverlayerBtnCls:before{
    transform: translate(-50%, -50%) rotate(45deg);
}
#shop__importantNewsOverlayerBtnCls:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/*--------------------------------

    home__seavice

---------------------------------*/

#home__seavice {
    position: relative;
    text-align: center;
}
#home__seavice .inner {
    position: relative;
    z-index: 1;
    padding-top: 70px;
}
#home__seavice .arc__wrap {
    position: relative;
    z-index: 1;
    background: url(../img/common/bg_stripe.png);
    background-size: 15px 15px;
    overflow: hidden;
    border-top-right-radius: 100% 800px;
    border-top-left-radius: 100% 800px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 0;
}

#home__seavice .home__seaviceContent p .is__pc {
    display: inline;
}
.home__seaviceIconKiki {
    position: absolute;
    left: 50%;
    width: 247px;
}
.home__seaviceIconKiki:nth-child(2n) {
    margin-left: -820px;
}
.home__seaviceIconKiki:nth-child(2n + 1) {
    margin-left: 408px;
}
.home__seaviceIconKiki:nth-child(1) {
    top: 150px;
}
.home__seaviceIconKiki:nth-child(2) {
    top: 680px;
}
.home__seaviceIconKiki:nth-child(3) {
    top: 1100px;
}
.home__seaviceIconKiki:nth-child(4) {
    top: 990px;
}
.home__seaviceIconKiki:nth-child(5) {
    top: 1700px;
}
.home__seaviceIconKiki:nth-child(6) {
    top: 2130px;
}
.home__seaviceIconKiki:nth-child(7) {
    top: 2560px;
}
.home__seaviceIconKiki:nth-child(8) {
    top: 2990px;
}
.home__seaviceText {
    font-size: 30px;
    font-size: 3rem;
    line-height: 2;
    margin-bottom: 60px;
}
.home__seaviceText span {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
}
#home__seaviceBgKuma {
    position: absolute;
    top: -410px;
    left: -10px;
    width: 280px;
}
#home__seaviceBgSmiley {
    position: absolute;
    top: -300px;
    right: -140px;
    width: 380px;
}
#home__seaviceTop {
    position: absolute;
    top: 0;
    left: 0;
}
.home__seaviceImg {
    margin-bottom: 60px;
}
.home__seaviceImg img {
    width: 739px;
    margin: 0 auto;
    display: none;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.home__seaviceImg img.js__animation {
    -webkit-animation: scale-elastic .5s linear 1 forwards;
    animation: scale-elastic .5s linear 1 forwards;
}
.home__seaviceImg img.js__on {
    display: block;
}
.home__seavicePrice {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 80px;
    letter-spacing: 0.03em;
}
.home__seavicePrice .num {
    font-size: 100px;
    font-size: 10rem;
    font-family: "Abel", sans-serif;
    font-weight: bold;
}
.home__seavicePrice .zeikomi {
    font-size: 15px;
    font-size: 1.5rem;
}
.home__seavicePrice .underline {
    font-size: 45px;
    font-size: 4.5rem;
}
.home__seavicePriceImg .is__pc {
    display: inline;
    width: 238px;
    vertical-align: bottom;
}
.home__seaviceContent {
    -webkit-box-shadow: 0 0 15px #b3b3b3;
    box-shadow: 0 0 15px #b3b3b3;
    margin-bottom: 100px;
    position: relative;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    color: #fff;
}
.home__seaviceContent:before {
    content: "";
    display: block;
    border-style: solid;
    border-width: 0 33px 42px 33px;
    position: absolute;
    top: -42px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
}
.home__seaviceContent.js__kuma {
    background: #f77fb1;
}
.home__seaviceContent.js__kuma:before {
    border-color: transparent transparent #f77fb1 transparent;
}
.home__seaviceContent.js__smiley {
    background: #747273;
}
.home__seaviceContent.js__smiley:before {
    border-color: transparent transparent #747273 transparent;
}
.home__seaviceContent h3 {
    font-size: 40px;
    font-size: 4rem;
    padding-top: 50px;
    line-height: 2;
    margin-bottom: 20px;
}
.home__seaviceContent h3:after,
.home__seaviceContent h3:before {
    content: "ー";
}
.home__seaviceContent h3 span {
    font-size: 30px;
    font-size: 3rem;
    display: block;
}
.home__seaviceContent .kuma,
.home__seaviceContent .smiley {
    display: none;
}
.home__seaviceContent h3 + p {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 20px;
}
.home__seaviceContent .kuma.js__on,
.home__seaviceContent .smiley.js__on {
    display: block;
}
.home__seaviceContent .home__seaviceBtnWrap {
    margin-bottom: 40px;
}
.home__seavicePoint {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home__seavicePoint li {
    width: 50%;
    padding: 60px 0;
    position: relative;
}
.home__seavicePoint li img {
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.home__seavicePoint li img.js__animation {
    -webkit-animation: scale-elastic .5s linear 1 forwards;
    animation: scale-elastic .5s linear 1 forwards;
}
.home__seavicePoint li:nth-child(1) {
    border-bottom: #f3f3f3 solid 3px;
    border-right: #f3f3f3 solid 3px;
}
.home__seavicePoint li:nth-child(1) img {
    width: 403px;
}
.home__seavicePoint li:nth-child(2) {
    border-bottom: #f3f3f3 solid 3px;
}
.home__seavicePoint li:nth-child(2) img {
    width: 408px;
}
.home__seavicePoint li:nth-child(3) {
    border-right: #f3f3f3 solid 3px;
}
.home__seavicePoint li:nth-child(3) img {
    width: 388px;
}
.home__seavicePoint li:nth-child(4) img {
    width: 342px;
}
.home__seavicePoint li small { position: absolute; bottom: 35px; left: 0; color: #000; display: block; text-align: center; width: 100%; }
.home__seaviceBtm {
    margin-bottom: 280px;
}
.home__seaviceChara {
    width: 100%;
    position: relative;
    bottom: -6px;
    right: -400px;
    z-index: 100;
    margin-top: -231px;
}
.home__seaviceChara img {
    width: 231px;
}

/*
    #home__bnr
--------------------------------*/
#home__bnr { position: relative; padding: 70px 0; }
#home__bnr h2 { font-size: 40px; font-size: 4rem; height: auto; padding: 0; margin: 0 auto .5em; max-width: 1000px; width: 90%; text-align: center; }
#home__bnr p { font-size: 30px; font-size: 3rem; margin: 0 auto 1em; max-width: 1000px; width: 90%; text-align: center; }
#home__bnr p span { background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fbcb00)); background: linear-gradient(transparent 70%, #fbcb00 70%); }
#home__bnr a { display: block; max-width: 1000px; width: 90%; margin: 0 auto; -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.16); }
#home__bnr img { width: 100%;}

@media only screen and (max-width: 640px) {
    #home__bnr h2 { font-size: 22px; font-size: 2.2rem; }
    #home__bnr p { font-size: 18px; font-size: 1.8rem; }
}


/*--------------------------------

    shop__flow

---------------------------------*/

#shop__flow {
    padding: 100px 0 0;
    position: relative;
}
.shop__flowTab ul {
    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;
}
.shop__flowTab li {
    width: 46%;
    font-size: 30px;
    font-size: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.shop__flowTab a {
    width: 100%;
    color: #fff;
    background: #7c7c7c;
    line-height: 1.5;
    padding: .71em 0 .5em;
    border-radius: 25px 25px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.shop__flowTab a:hover {
    opacity: 1;
}
.shop__flowTab a.js__on {
    background: #f77fb1;
}
.body__momokuma .shop__flowTab {
    border-bottom: #f77fb1 solid 5px;
}
.body__momokuma .shop__flowTab a.js__on {
    background-color: #f77fb1;
}
.body__smiley .shop__flowTab {
    border-bottom: #fbcb00 solid 5px;
}
.body__smiley .shop__flowTab a.js__on {
    background-color: #fbcb00;
}

.shop__flowBox_area{
    background: #FFF;
    padding:50px;
    border-radius: 20px;
}

.shop__flowBoxWrap {
    background: #fcd9e8;
    padding: 50px 0 0;
}
.shop__flowBoxWrap h3 {
    text-align: center;
    font-size: 24px;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color:#FFFFFF;
    border-radius:10px;
    text-align: left;
    padding: 9px 0 9px 20px;
    font-weight: normal;
}

.body__momokuma .shop__flowBoxWrap h3{
    background-color: #f77fb1;
}
.body__smiley .shop__flowBoxWrap h3{
    background-color: #747273;
}
.shop__flowBoxWrap li p {
    font-size: 16px;
    font-size: 1.6rem;
    margin:5px 0 0 10px ;
    line-height: 1.5;
}
.shop__flowBoxWrap li {
    position: relative;
    margin-bottom: 45px;
}
.shop__flowBoxWrap li:last-child {
    margin-bottom: 0;
}

.shop__flowBoxWrap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 20px;
    font-size: 2rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.shop__flowBoxWrap dt {
    width: 14%;
    text-align: center;
    padding: .8em 1em;
    line-height: 1;
    border-radius: 100%;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop__flowBoxWrap dt span , .shop__flowBoxWrap dt b{
    display: block;
    margin: 0 auto;
    text-align: center;
    letter-spacing:0;
}

.shop__flowBoxWrap dt span {
    font-size:16px;

}
 .shop__flowBoxWrap dt b{
    font-size: 28px;
 }

.shop__flowBoxWrap dd {
    width: 90%;
    padding:0;
    line-height: 1;

}
.shop__infoUl_pict {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 50px 0;
}
.shop__infoUl_pict li{
 width: 382px;
}
.shop__infoUl_pict li:first-child{
 margin:0 30px 0 0;
}
@media only screen and (max-width: 768px){
    .shop__infoUl_pict {
        display: block;
        padding: 8vw 0 12vw 0;
    }
    .shop__infoUl_pict li{
        width: 100%;
    }
    .shop__infoUl_pict li:first-child{
        margin:0 0 13vw 0;
    }
}

.shop__flowBoxWrap dd .main_txt{
    font-size: 25px;
    padding:0 0 10px 10px ;
}
.body__momokuma .shop__flowBoxWrap dd .main_txt{
    border-bottom: 2px solid #F77FB1;
}
.body__smiley .shop__flowBoxWrap dd .main_txt{
    border-bottom: 2px solid #FBCB00;
}
.shop__flowBoxWrap .note {
    margin-top: 20px;
}
.body__momokuma .shop__flowBoxWrap {
    background-color: #fcd9e8;
}
.body__momokuma .shop__flowBoxWrap .shop__flowBox_area.shinki dt {
    background-color: #f77fb1;
    border:2px solid #F77FB1;
    color: #fff;
}
.body__momokuma .shop__flowBoxWrap .shop__flowBox_area.kazoku dt {
    background-color: #FFF;
    border:2px solid #F77FB1;
    color:  #f77fb1;
}
.body__smiley .shop__flowBoxWrap .shop__flowBox_area.shinki dt {
    background-color: #FBCB00;
    border:2px solid #FBCB00;
    color: #fff;
}
.body__smiley .shop__flowBoxWrap .shop__flowBox_area.kazoku dt {
    background-color: #FFF;
    border:2px solid #FBCB00;
    color:  #FBCB00;
}

.body__smiley .shop__flowBoxWrap {
    background-color: #fbcb00;
}
.body__smiley .shop__flowBoxWrap dt {
    background-color: #7c7c7c;
}
.shop__flowBox {
    display: none;
}
.shop__flowBox.js__on {
    display: block;
    overflow: hidden;
}
.possessions__wrap {
    position: relative;
    overflow: hidden;
    margin:20px 0 0 0;
}
.possessions__wrap .shop__flowBox_area{
    margin: 0 0 35px 0;
}
.possessions h4 {
    font-size: 20px;
    font-size: 2rem;
}
.possessions li {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 0;
}
.possessions li:before {
    content: "■";
}
.body__momokuma .possessions h4 {
    border-bottom: #f77fb1 solid 2px;
}
.shop__flowTab .possessions li {
    display: block;
}
.body__momokuma .possessions li:before {
    color: #f77fb1;
}
.body__smiley .possessions h4 {
    border-bottom: #fbcb00 solid 2px;
}
.body__smiley .possessions li:before {
    color: #fbcb00;
}
.possessions__chara {
    float: right;
}
.body__momokuma .possessions__chara {
    width: 140px;
}
.body__smiley .possessions__chara {
    width: 91px;
    margin-bottom: 30px;
}


@media only screen and (max-width: 768px) {
    #shop__flow{
        padding: 2.33vw 0 0 ;
    }
    .shop__flowTab li{
        font-size: 4.266vw;
        justify-content: center;
        text-align: center;
        width: 48%;
    }
    .shop__flowTab li span{
        font-size: 3.2vw;
    }
    .shop__flowTab a{
        border-radius: 15px 15px 0 0;
        padding: 2vw 0;
    }
    .shop__flowBoxWrap{
        padding: 5.33vw 0 0;
    }
    .shop__flowBox_area{
        padding: 5.33vw;
        border-radius: 15px;
    }
    .shop__flowBox h3 {
        text-align: left;
        font-size: 4.266vw;
        margin-bottom:6vw;
        padding: 1.33vw 0 1.33vw 4vw;
        border-radius: 10px;
    }
    .shop__flowBoxWrap dl{
        justify-content: space-between;
    }
    .shop__flowBox li p {
        font-size: 3.2vw;
        margin: 0 0 0 0;
    }
    .shop__flowBoxWrap li {
        margin-bottom: 0;
        border-bottom: 3px solid #DDDDDD;
        padding-bottom: 5.3vw;
    }
    .shop__flowBoxWrap li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
    .shop__flowBox li + li {
        margin-top: 5.3vw;
    }
    .shop__flowBox dt {
        width: 14.4vw;
        height: 14.4vw;
    }
    .shop__flowBoxWrap dt span{
        font-size: 2.933vw;
    }
    .shop__flowBoxWrap dt b{
        font-size: 4.8vw;
        margin: 1vw 0 0 0;
    }
    .shop__flowBox dd {
        font-size: 3.2vw;
        margin: 0;
    }
    .shop__flowBoxWrap dd .main_txt{
        font-size: 3.733vw;
        padding: 0 0 10px 0;
        letter-spacing: 0;
    }
    /* .body__momokuma .shop__flowBoxWrap dd .main_txt ,
    .body__smiley .shop__flowBoxWrap dd .main_txt{
        border: none;
    } */
    .shop__flowBox .note {
        margin-bottom: 20px;
        font-size: 10px;
        font-size: 1rem;
    }
    .body__momokuma .shop__flowBox {
        background-color: #fcd9e8;
    }
    .body__momokuma .shop__flowBox dt {
        background-color: #f77fb1;
    }
    .body__smiley .shop__flowBox {
        background-color: #fbcb00;
    }
    .body__smiley .shop__flowBox dt {
        background-color: #7c7c7c;
    }
    .possessions__wrap {
        position: relative;
        overflow: hidden;
        text-align: center;
    }
    .possessions {
        border-radius: 15px;
        margin-bottom: 0;
        text-align: left;
    }
    .possessions ul {
        margin-bottom: 0;
    }
    .possessions li {
        border-bottom: none;
        font-size: 3.733vw;
        padding-bottom: 2vw;
    }
    .possessions li:before {
        content: "■";
    }
    .possessions li + li {
        margin-top: 0;
    }
    .possessions__wrap .shop__flowBox_area{
        margin:0 0 5.333vw 0;
    }
    .body__momokuma .possessions h4 {
        border-bottom: #f77fb1 solid 2px;
    }
    .body__momokuma .possessions li:before {
        color: #f77fb1;
    }
    .body__smiley .possessions h4 {
        border-bottom: #fbcb00 solid 2px;
    }
    .body__smiley .possessions li:before {
        color: #fbcb00;
    }
    .possessions__chara {
        float: unset;
        display: block;
        margin-left: auto;
    }
    .body__momokuma .possessions__chara {
        width: 140px;
    }
    .body__smiley .possessions__chara {
        width: 91px;
        margin-bottom: 30px;
    }

}

/*--------------------------------

    shop__price_table

---------------------------------*/

.shop__price_table table {
    table-layout: fixed;
    margin-bottom: 20px;
    width: 100%;
}
.shop__price_table table td {
    padding: 1.8em 1em;
    vertical-align: middle;
}
.shop__price_table table td{
    width: 100%;
    font-size: 20px;
    font-size: 2rem;
}
.shop__price_table table td span {
    float: right;
}
.shop__price_table table tr:first-child{
    border-top:4px  solid  #DDDDDD ;
}
.shop__price_table table tr {
    background: #FFF;
    border-bottom:4px  solid  #DDDDDD ;
}
.shop__price_table p {
    font-size: 14px;
    font-size: 1.4rem;
}
.shop__price_table p + h2 {
    margin-top: 90px;
}
.shop__priceBnr {
    width: 100%;
    margin-top: 50px;
}
.shop__priceBnr a {
    display: block;
}
.shop__priceBnr img {
    width: 100%;
    vertical-align: bottom;
}

/*--------------------------------

    shop__price

---------------------------------*/

#shop__price {
    padding: 100px 0 0;
    position: relative;
    overflow: hidden;
}
#shop__price .inner {
    position: relative;
}
#shop__price .bg__icon01,
#shop__price .bg__icon02,
#shop__price .bg__icon03,
#shop__price .bg__icon04 {
    width: 392px;
    height: 392px;
    background-size: 392px 392px;
    position: absolute;
    left: 50%;
/*    z-index: 1;*/
}
#shop__price .bg__icon01 {
    top: -100px;
    margin-left: 407px;
}
#shop__price .bg__icon02 {
    top: 380px;
    margin-left: -810px;
}
#shop__price .bg__icon03 {
    top: 910px;
    margin-left: 407px;
}
#shop__price .bg__icon04 {
    top: 1370px;
    margin-left: -810px;
}
.body__momokuma #shop__price .bg__icon01 {
    background-image: url(../img/common/icon_kiki01_kuma.png);
}
.body__momokuma #shop__price .bg__icon02 {
    background-image: url(../img/common/icon_kiki02_kuma.png);
}
.body__momokuma #shop__price .bg__icon03 {
    background-image: url(../img/common/icon_kiki03_kuma.png);
}
.body__momokuma #shop__price .bg__icon04 {
    background-image: url(../img/common/icon_kiki04_kuma.png);
}
.body__smiley #shop__price .bg__icon01 {
    background-image: url(../img/common/icon_kiki01_smiley.png);
}
.body__smiley #shop__price .bg__icon02 {
    background-image: url(../img/common/icon_kiki02_smiley.png);
}
.body__smiley #shop__price .bg__icon03 {
    background-image: url(../img/common/icon_kiki03_smiley.png);
}
.body__smiley #shop__price .bg__icon04 {
    background-image: url(../img/common/icon_kiki04_smiley.png);
}

@media only screen and (max-width: 768px) {
#shop__price .bg__icon01,
    #shop__price .bg__icon02,
    #shop__price .bg__icon03,
    #shop__price .bg__icon04 {
        width: 44vw;
        height: 44vw;
        background-size:  44vw  44vw;
    }
    #shop__price .bg__icon01 {
        top: 0;
        margin-left: 16vw;
    }
    #shop__price .bg__icon02 {
        top: 140vw;
        margin-left: -60vw;
    }
    #shop__price .bg__icon03 {
        top: 910px;
        margin-left: 407px;
    }
    #shop__price .bg__icon04 {
        top: 1370px;
        margin-left: -810px;
    }
}

/*--------------------------------

    shop__importantNews

---------------------------------*/
#shop__importantNews {
    margin-top: 100px;
}
#shop__importantNews .inner{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #747273;
    border: #747273 solid 2px;
}
#shop__importantNews h2 {
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    width: 246px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
#shop__importantNews h2:after {
    display: none;
}
#shop__importantNews ul {
    background: #fff;
    width: calc(100% - 246px);
    padding: 40px 50px;
}
#shop__importantNews li + li {
    margin-top: 1em;
}
#shop__importantNews li a {
    display: -webkit-flex;
    display: flex;
}
#shop__importantNews li a .date {
    margin-right: 1em;
}
#shop__importantNews li a .title {
    text-decoration: underline;
}


/*--------------------------------

    page__btn01

---------------------------------*/

.page__btn01 a {
    display: block;
    padding: 1em 25px 1em 5px;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-box-shadow: 7px 7px 0 #ccc;
    box-shadow: 7px 7px 0 #ccc;
    background: url(../img/common/icon_arrow_yellow.png) 95% 50% no-repeat #fff;
    background-size: 11px auto;
    border: #f77fb1 solid 2px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*--------------------------------

    page__btn02

---------------------------------*/

.page__btn02 {
    text-align: center;
}
.page__btn02 a {
    max-width: 670px;
    min-width: 405px;
    width: auto;
    display: inline-block;
    margin: 0 auto;
    font-size: 30px;
    font-size: 3rem;
    background: #f77fb1;
    color: #fff;
    border: #fff solid 2px;
    padding: .7em;
    -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.16);
}
.page__btn02 a:after {
    content: "";
    width: 11px;
    height: 18px;
    display: inline-block;
    background: url(../img/common/icon_arrow_yellow.png);
    background-size: 11px 18px;
    margin-left: 1em;
}

/*--------------------------------

    shop_3dView

---------------------------------*/

.shop_3dView {
    background: 50% 50% no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.shop_3dView a {
    width: 150px;
    height: 150px;
    display: block;
    background: url(../img/common/icon_arrow_white.png) 52% 50% no-repeat;
    background-size: 33px auto;
    border-radius: 100%;
    margin: 150px auto;
    position: relative;
    z-index: 1;
}
.shop_3dView .shop_3dView__h2style {
    width: 56.5%;
    max-width: 565px;
    position: absolute;
    right: 1%;
    bottom: 0;
    line-height: 1;
    margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
    .shop_3dView .shop_3dView__h2style {
        width: 44%;
    }
}
.shop_3dView .shop_3dView__h2style:after {
    display: none;
}
.shop_3dView .shop_3dView__h2style img {
    width: 100%;
}
.shop_3dView .shop_3dView__hosoku {
    color: #fff;
    position: absolute;
}
.body__momokuma .shop_3dView,
.page__momokuma .shop_3dView {
    background-image: url(../img/facilities/shop_3dView_bg_kuma.png);
}
.body__momokuma .shop_3dView a,
.page__momokuma .shop_3dView a {
    background-color: #f77fb1;
}
.body__momokuma .shop_3dView .shop_3dView__h2style,
.page__momokuma .shop_3dView .shop_3dView__h2style {
    right: 1%;
}
.body__momokuma .shop_3dView .shop_3dView__hosoku,
.page__momokuma .shop_3dView .shop_3dView__hosoku {
    bottom: 1em;
    right: 1em;
}
.body__smiley .shop_3dView,
.page__smiley .shop_3dView {
    background-image: url(../img/facilities/shop_3dView_bg_smiley.png);
}
.body__smiley .shop_3dView a,
.page__smiley .shop_3dView a {
    background-color: #747273;
}
.body__smiley .shop_3dView .shop_3dView__h2style,
.page__smiley .shop_3dView .shop_3dView__h2style {
    left: 1%;
}
.body__smiley .shop_3dView .shop_3dView__hosoku,
.page__smiley .shop_3dView .shop_3dView__hosoku {
    bottom: 1em;
    left: 1em;
}

/*--------------------------------

    search__access__area

---------------------------------*/

.search__access__area {
    padding-top: 50px;
    padding-bottom: 70px;
}
.search__access__area {
    padding-top: 75px;
    text-align: center;
    padding-bottom: 140px;
}
.search__access__area .search__access__leadtxt {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 30px;
}
.search__access__area .btn__search {
    max-width: 670px;
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 30px;
    font-size: 3rem;
    background: #f77fb1;
    color: #fff;
    border: #fff solid 2px;
    padding: .7em 0;
    -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.16);
}
.search__access__area .btn__search:after {
    content: "";
    width: 11px;
    height: 18px;
    display: inline-block;
    background: url(../img/common/icon_arrow_yellow.png);
    background-size: 11px 18px;
    margin-left: 1em;
}

/*--------------------------------

    page__faq__block_dl

---------------------------------*/

.page__faq__block_dl {
    position: relative;
    border-bottom: 1px solid #989898;
}
.page__faq__block_dl dt {
    font-size: 20px;
    font-size: 2rem;
    padding: 18px 80px 18px 0;
    min-height: 88px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.page__faq__block_dl dt span:after {
    content: "";
    width: 36px;
    height: 36px;
    display: block;
    background: #747273;
    border-radius: 100%;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.page__faq__block_dl dt { position: relative; }
.page__faq__block_dl dt:before {
    content: "";
    width: 16px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 1;
    transform: translateY(-50%);
}

.page__faq__block_dl dt:after {
    content: "";
    width: 16px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 1;
    transform: translateY(-50%) rotate(90deg);
}

.page__faq__block_dl dt.on:after {
    transform: translateY(-50%) rotate(0);
}

.page__faq__block_dl dd {
    padding-bottom: 30px;
}

.page__faq__title {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px 80px;
    position: relative;
    background: #ECECEC;
    border-radius: 7px;
}

.page__faq__title:before {
    position: absolute;
    content: "Q";
    font-size: 30px;
    font-size: 3rem;
    color: #747273;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.page__faq__title:after {
    content: "";
    width: 36px;
    height: 36px;
    display: block;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.page__faq__title span:before {
    content: "";
    width: 16px;
    height: 2px;
    display: block;
    background: #747273;
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 1;
    transform: translateY(-50%);
}

.page__faq__title span:after {
    content: "";
    width: 16px;
    height: 2px;
    display: block;
    background: #747273;
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 1;
    transform: translateY(-50%) rotate(90deg);
}

.page__faq__block_ddin.on .page__faq__title span:after {
    transform: translateY(-50%) rotate(0);
}



.page__faq__text { display: none; }

.page__faq__text {
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 80px;
    margin-bottom: 100px;
    line-height: 2;
    margin-top: 30px;
}

.page__faq__text:before {
    position: absolute;
    content: "A";
    font-size: 30px;
    font-size: 3rem;
    color: #f77fb1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    top: -10px;
    left: 30px;
}

.page__faq__text .btn_wrap {
    display: block;
    margin: 1.5em 0;
    text-align: center;
}

.page__faq__text .btn_wrap a.btn {
    display: inline-block;
    position: relative;
    border: #464545 solid 1px;
    border-radius: 7px;
    padding: .8em 3em .8em 2em;
    color: #464545;
    text-decoration: none;
    font-weight: bold;
}

.page__faq__text .btn_wrap a.btn:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #747273;
    border-right: 2px solid #747273;
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    z-index: 1;
    transform: translateY(-50%) rotate(45deg);
}


/* .page__faq__block_ddin.on .page__faq__text { display: block; } */

.page__faq__block_ddin dt {
    display: flex;
    min-height: 80px;
    align-items: center;
    padding: 20px 0;
}
.page__faq__block_ddin dt:before {
    content: "";
    width: 36px;
    height: 36px;
    display: block;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.page__faq__block_ddin dt:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #747273;
    border-right: 2px solid #747273;
    display: block;
    position: absolute;
    top: 50%;
    right: 35px;
    z-index: 1;
    transform: translateY(-50%) rotate(45deg);
}
.page__faq__block_ddin + .page__faq__block_ddin {
    margin-top: 18px;
}



/*--------------------------------

    page__faq__answer__block_dl

---------------------------------*/

.page__faq__answer__block_dl {
    position: relative;
}
.page__faq__answer__block_dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 80px;
    position: relative;
    background: #ECECEC;
    border-radius: 7px;
    margin-bottom: 50px;
    display: flex;
    min-height: 80px;
    align-items: center;
}
.page__faq__answer__block_dl dt:before {
    position: absolute;
    content: "Q";
    font-size: 30px;
    font-size: 3rem;
    color: #747273;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.page__faq__answer__block_dl dd {
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 80px;
    margin-bottom: 100px;
    line-height: 2;
}

.page__faq__answer__block_dl dd:before {
    position: absolute;
    content: "A";
    font-size: 30px;
    font-size: 3rem;
    color: #f77fb1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    top: -10px;
    left: 30px;
}
.page__faq__answer__block_dl dd .btn_wrap {
    display: block;
    margin: 1.5em 0;
    text-align: center;
}

.page__faq__answer__block_dl dd .btn_wrap a.btn {
    display: inline-block;
    position: relative;
    border: #464545 solid 1px;
    border-radius: 7px;
    padding: .8em 3em .8em 2em;
    color: #464545;
    text-decoration: none;
    font-weight: bold;
}

.page__faq__answer__block_dl dd .btn_wrap a.btn:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #747273;
    border-right: 2px solid #747273;
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    z-index: 1;
    transform: translateY(-50%) rotate(45deg);
}



/*--------------------------------

    page__uketsuke

---------------------------------*/

.page__uketsuke {
    margin-top: 60px;
}
.page__uketsuke__main__tl {
    text-align: center;
}
.page__uketsuke__main__tl img {
    width: 223px;
}
.body__page .page__uketsuke__main__tl h2 {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 15px;
    margin-bottom: 55px;
}
.body__page .page__uketsuke__main__tl h2:after {
    display: none;
}
.page__uketsuke__box {
    border: 2px solid #747273;
    border-radius: 25px;
    background: #fff;
    overflow: hidden;
    width: 465px;
    position: relative;
    padding-top: 165px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.page__uketsuke__box h3 {
    background: #747273;
    color: #fff;
    text-align: center;
    height: 165px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-size: 2.8rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 10px;
}
.page__uketsuke__box.chatbot{
    display: none;
}
.page__uketsuke__box.callcenter {
    margin: 0 auto;
}
.page__uketsuke__box.mail { margin: 0 auto; display: none; } /*2019-10-08 kato 追記*/
.page__uketsuke__box.mail .page__uketsuke__hosoku { letter-spacing: 0.03em; line-height: 1.79; } /*2019-10-08 kato 追記*/
.page__uketsuke__mail { display: block; padding: 1em 0; font-size: 18px; font-size: 1.8rem; -webkit-box-shadow: 7px 7px 0 #ccc; box-shadow: 7px 7px 0 #ccc; background: url(../img/common/icon_arrow_yellow.png) 95% 50% no-repeat; background-size: 11px auto; border: #f77fb1 solid 2px; text-align: center; /*max-width: 320px;*/ margin: 0 auto; line-height: 1.4; } /*2019-10-08 kato 追記*/
.page__uketsuke__mail a { display: block; }
.page__uketsuke__mail span { display: block; font-size: 13px; font-size: 1.3rem; margin-top: 0.3em; }
.page__uketsuke__mail + .page__uketsuke__mail { margin-top: 12px; }
.page__uketsuke__block {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.page__uketsuke__boxin {
    padding: 34px 50px;
}
.page__uketsuke__txt {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
}
.page__uketsuke__tel {
    font-size: 38px;
    font-size: 3.8rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
}
.page__uketsuke__hosoku {
    margin-top: 30px;
}
.page__btn01 + .page__uketsuke__hosoku {
    text-align: center;
}

/*--------------------------------

    animation

---------------------------------*/

@-webkit-keyframes scale-elastic {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }
    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    90% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scale-elastic {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }
    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    90% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes pos-elastic {
    0% {
        top: 200%;
    }
    40% {
        top: 35%;
    }
    70% {
        top: 55%;
    }
    90% {
        top: 48%;
    }
    100% {
        top: 50%;
    }
}
@keyframes pos-elastic {
    0% {
        top: 200%;
    }
    40% {
        top: 35%;
    }
    70% {
        top: 55%;
    }
    90% {
        top: 48%;
    }
    100% {
        top: 50%;
    }
}
@-webkit-keyframes thumbsroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -2880px 0;
    }
}
@keyframes thumbsroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -2880px 0;
    }
}
@-webkit-keyframes kikiroop {
    from {
        background-position: 0 100%;
    }
    to {
        background-position: -2426px 100%;
    }
}
@keyframes kikiroop {
    from {
        background-position: 0 100%;
    }
    to {
        background-position: -2426px 100%;
    }
}

/*--------------------------------

    header

---------------------------------*/

/* header.headerfix .heade_search_btn { top: 13px; } */
.heade_search_btn { position: absolute; right: -59px; top: -13px; }
.heade_search_btn a { display: block; width: 247.17px; }

@media only screen and (max-width: 1370px) {
    header.headerfix .heade_search_btn { top: auto; }
    .heade_search_btn { position: fixed; z-index:2; top: auto; bottom:0; transform: inherit; width: auto; left: auto; right: 100px; }
    .heade_search_btn a{ display: block; width: auto; margin-left: 0; }
}

@media only screen and (max-width: 640px) {
    .heade_search_btn{ right: 80px;}
}

header {
    width: 100%;
    min-width: 1000px;
    height: 140px;
    padding: 55px 0 0;
    position: fixed;
    background: #fff;
    z-index: 20;
    top: 0;
    left: 0;
}
header.headerfix {
    height: 100px;
    padding: 27px 0 0;
}
header .inner {
    width: 100%;
    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;
    position: relative;
    max-width: 1230px;
}

.logo__wrap {
    width: 208px;
    margin-right: 36px;
    position: relative;
}
.logo__wrap a {
    display: block;
}
.logo__wrap span {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin-bottom: 3px;
    display: block;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 100%;
    letter-spacing: 0.04em;
}
.logo__wrap span br {
    display: none;
}
.logo__wrap img {
    width: 100%;
}
nav {
    display: block;
/*     width: 62%; */
    width: 80%;
    padding-top: 14px;
}
body.body__home nav,
body.body__page nav {
    width: 62%;
}
@media only screen and (max-width: 768px) {
    body.body__home nav,
    body.body__page nav {
        width: 100%;
    }
}
nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-between;
}
nav ul li a {
    font-size: 12px;
    font-size: 1.6rem;
    position: relative;
    letter-spacing: .05em;
}
@media only screen and (max-width: 1130px) {
    nav ul li a {font-size: 12px;font-size: 1.4rem;position: relative;letter-spacing: .05em;}
}


nav ul li a:hover {
    opacity: 1;
    color: #f77fb1;
}
nav ul li a:hover:after {
    content: "";
    width: 100%;
    height: 6px;
    display: block;
    background: #f77fb1;
    border-radius: 6px;
    position: absolute;
    bottom: -12px;
}
.body_pc nav a:hover {
    opacity: 1;
}
.body__momokuma nav a:hover {
    color: #f77fb1;
}
.body__momokuma nav a:hover:after {
    content: "";

    width: 100%;
    height: 6px;
    display: block;
    background: #f77fb1;
    border-radius: 6px;
    position: absolute;
    bottom: -12px;
}
.body__smiley nav a:hover {
    /*color: #fbcb00;*/
}
.body__smiley nav a:hover:after {
    content: "";
    width: 100%;
    height: 6px;
    display: block;
    background: #fbcb00;
    border-radius: 6px;
    position: absolute;
    bottom: -12px;
}
#header__menu {
    display: none;
}


/*--------------------------------

    footer

---------------------------------*/

footer {
    background: #696969;
    padding: 60px 0 80px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}
footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1em;
}
footer li:after {
    content: "｜";
    color: #fff;
}
footer li:last-child:after {
    display: none;
}
footer a {
    color: #fff;
}
.footer__logo {
    width: 397px;
    display: block;
    margin: 0 auto 45px;
}
.footer__logo img {
    width: 100%;
}

/*--------------------------------

    tablet

---------------------------------*/

@media only screen and (max-width: 768px) {
    .is__pc {
        display: block;
    }
    .is__pc__ib {
        display: inline-block;
    }
    .is__sp {
        display: none;
    }
    .is__tb {
        display: block;
    }
    #wrap {
        padding-top: 0;
        min-width: auto;
    }
    #breadcrumb {
        display: none;
    }
    nav {
        width: 100%;
        height: auto;
        background: #747273;
        position: absolute;
        top: 55px;
        left: 0;
        z-index: 1000;
        display: none;
    }
    nav ul {
        display: block;
    }
    nav ul li {
        border-bottom: #9e9d9d solid 1px;
    }
    nav ul li:last-child {
        border-bottom: none;
        display: none;
    }
    nav ul li a {
        display: block;
        padding: 1.5em 5%;
        color: #fff;
        background: url(../img/common/icon_arrow_white.png) 90% 50% no-repeat;
        background-size: 8px 12px;
        font-size: 13px;
        font-size: 1.3rem;
    }
    nav ul li a:hover:after {
        display: none;
    }
    nav ul li a:after {
        display: none;
    }
    .body__momokuma nav,
    .body__smiley nav {
        display: none;
    }
    .body__momokuma nav a:hover:after,
    .body__smiley nav a:hover:after {
        display: none;
    }
    .body__momokuma nav a:after,
    .body__smiley nav a:after {
        display: none;
    }
    .page__uketsuke__box {
        width: 100%;
    }
    .page__uketsuke__box + .page__uketsuke__box {
        margin-top: 30px;
    }
    .page__uketsuke__boxin {
        padding: 20px 25px;
    }
    .page__uketsuke__box.mail .page__uketsuke__boxin { width: 100%; } /*2019-10-08 kato 追記*/
    .page__uketsuke__mail { margin-bottom: 0; } /*2019-10-08 kato 追記*/
    .page__uketsuke__box.mail .page__uketsuke__hosoku br { display: none; } /*2019-10-08 kato 追記*/
    .page__uketsuke__box.mail { display: block; }
    header {
        height: 55px;
        padding: 0;
        position: static;
    }
    header .inner {
        height: 55px;
    }
    .logo__wrap {
        width: calc(542/750 * 100vw);
        max-width: 271px;
        margin-top: 0;
        margin-left: 0;
        padding-left:calc(28/750 * 100vw);
    }
    .logo__wrap .is__pc {
        display: none;
    }

    .logo__wrap .is__sp {
        display: block;
    }
    .logo__wrap a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .logo__wrap img {
        width: 100%;
    }
    .logo__wrap span {
        position: static;
        -webkit-transform: translate(0);
        transform: translate(0);
        line-height: 1.4;
        margin-left: 20px;
        font-size: 10px;
        font-size: 1rem;
    }
    .logo__wrap span br {
        display: block;
    }
    #header__menu {
        width: 60px;
        height: 55px;
        background: #747273;
        display: block;
        margin-left: auto;
        position: absolute;
        top: 0;
        right: 0;
    }
    #header__menu.js__on a:after {
        opacity: 0;
    }
    #header__menu.js__on a:before {
        content: "CLOSE";
    }
    #header__menu.js__on span:before,
    #header__menu.js__on span:after {
        top: -12px;
    }
    #header__menu.js__on span:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #header__menu.js__on span:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #header__menu a {
        width: 60px;
        height: 55px;
        display: block;
        position: relative;
    }
    #header__menu a:after {
        content: "";
        width: 25px;
        height: 2px;
        display: block;
        background: #fff;
        position: absolute;
        top: 21px;
        left: 18px;
        -webkit-transition: .25s ease-out;
        transition: .25s ease-out;
    }
    #header__menu a:before {
        content: "MENU";
        font-size: 10px;
        font-size: 1rem;
        color: #fff;
        letter-spacing: 0;
        width: 100%;
        position: absolute;
        bottom: 5px;
        text-align: center;
    }
    #header__menu span {
        width: 25px;
        height: 30px;
        color: #fff;
        font-size: 10px;
        font-size: 1rem;
        letter-spacing: 0;
        position: absolute;
        top: 33px;
        left: 18px;
    }
    #header__menu span:before,
    #header__menu span:after {
        content: "";
        width: 25px;
        height: 2px;
        display: block;
        background: #fff;
        position: absolute;
        -webkit-transition: .25s ease-out;
        transition: .25s ease-out;
    }
    #header__menu span:before {
        top: -20px;
        left: 0;
    }
    #header__menu span:after {
        top: -4px;
        left: 0;
    }
    .home__seavicePoint li:nth-child(1) img {
        width: 80%;
    }
    .home__seavicePoint li:nth-child(2) img {
        width: 80%;
    }
    .home__seavicePoint li:nth-child(3) img {
        width: 80%;
    }
    .home__seavicePoint li:nth-child(4) img {
        width: 69%;
    }
    .home__seavicePoint li small { position: static; margin-top: 1em; }
    #home__seavice .home__seaviceContent p .is__pc {
        display: none;
    }
    #home__seaviceBgKuma {
        width: 30%;
        top: -30vw;
    }
    #home__seaviceBgSmiley {
        width: 36%;
        top: -25vw;
        right: -10%;
    }
    /*--------------------------------

        important__news

    ---------------------------------*/
    #important__news .inner{
        width: 94%;
        padding: 0 0 20vw 0;
    }
    #important__news ul {
        margin-top: 0;
        width: 100%;
    }
    #important__news li {
        width: 100%;
    }
    #important__news li + li {
        margin-top: 5.3vw;
    }
    #important__news li a {
        flex-wrap: wrap;
        align-items: center;
    }
    #important__news li a .category{
        padding: 1px 0 0 0;
    }
    #shop__importantNews h2 {
        width: 100%;
        padding: .5em 0;
    }
    #shop__importantNews ul {
        width: 100%;
        padding: 4vw 4vw;
    }
    #shop__importantNews li a {
        flex-direction: column;
    }
    #shop__importantNewsOverlayer .titleWrap {
        flex-direction: column;
    }
    #shop__importantNewsOverlayer .titleWrap .date {
        width: 100%;
    }
    #shop__importantNewsOverlayer .titleWrap .title {
        width: 100%;
    }
    .shop__importantNewsOverlayerInner {
        padding: 50px 4vw;
    }
    #shop__importantNewsOverlayer h2 {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 43px;
    }
    #shop__importantNewsOverlayer .titleWrap {
        font-size: 16px;
        font-size: 1.6rem;
    }
    #shop__importantNewsOverlayer .text {
        font-size: 14px;
        font-size: 1.4rem;
    }
    #shop__importantNewsOverlayerBtnCls {
        width: 36px;
        height: 36px;
        top: 10px;
        right: 10px;
    }
    #shop__importantNewsOverlayerBtnCls:before,
    #shop__importantNewsOverlayerBtnCls:after {
        width: 20px;
        height: 3px;
    }
    .home__seaviceImg img {
        width: 88.53vw;
    }
    .home__seavicePriceImg {
        display: block;
        width: 122px;
        margin: 20px auto 0;
    }
    .home__seavicePriceImg .is__pc {
        display: none;
    }
    .home__seavicePriceImg img {
        width: 100%;
    }

    .body__single #btn__pagetop {
        bottom: 90px;
    }
    .body__single #btn__pagetop.sidenav_lis1 { bottom: 130px; }
    .body__single #btn__pagetop.sidenav_lis2 { bottom: 190px; }
}

/*--------------------------------

    sp

---------------------------------*/
@media only screen and (max-width: 640px){
    #important__news .inner{
        width: 94%;
        padding: 7vw 0 20vw 0;
    }
    #important__news li a .date {
      width: 32.666vw;
      font-size: 4.2vw;
      margin-right: 1vw;
    }
    #important__news li a .title {
      display: block;
      width: 100%;
      font-size: 4.2vw;
      line-height: 1.5;
      margin: 2.5vw 0 0 0;
    }
    #important__news li a .category {
      width: 34vw;
      height: 6.5vw;
      font-size: 3.2vw;
      margin-right: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
    }
    #important__news .btn__more{
      font-size: 4.2vw;
      width: 40vw;
    }
    #important__news .btn__more::after{
        width: 10px;
        height: 10px;
        margin: 13px 0px 0 10px;
    }
}

@media only screen and (max-width: 640px) {
    .is__pc {
        display: none;
    }
    .is__pc__ib {
        display: none;
    }
    .is__sp {
        display: block;
    }
    .is__tb {
        display: none;
    }
    /*--------------------------------

    shop_3dView

---------------------------------*/
    .shop_3dView {
        height: 53.33vw;
    }
    .shop_3dView a {
        margin: 20vw auto;
    }
    .shop_3dView .shop_3dView__h2style {
        width: 45%;
        margin-bottom: 25px;
    }
    .shop_3dView a {
        width: 15.63vw;
        height: 15.63vw;
        background-size: 3.8vw auto;
    }
    .shop_3dView .shop_3dView__hosoku {
        font-size: 10px;
        font-size: 1rem;
    }
    .body__momokuma .shop_3dView .shop_3dView__hosoku, .page__momokuma .shop_3dView .shop_3dView__hosoku {
        bottom: 1.07vw;
    }
    .body__smiley .shop_3dView .shop_3dView__hosoku, .page__smiley .shop_3dView .shop_3dView__hosoku {
        bottom: 1.07vw;
    }
    /*--------------------------------

    home__seavice

---------------------------------*/
    #home__seavice .home__price {
        width: 100%;
    }
    #home__seaviceBgKuma {
        width: 119px;
        top: -130px;
    }
    #home__seaviceBgSmiley {
        width: 170px;
        top: -120px;
        right: -60px;
    }
    .home__seaviceText {
        font-size: 23px;
        font-size: 2.3rem;
    }
    .home__seaviceText span {
        font-size: 18px;
        font-size: 1.8rem;
        margin-top: 1em;
    }
    .home__seavicePrice {
        font-size: 15px;
        font-size: 1.5rem;
    }
    .home__seaviceContent h3 {
        font-size: 23px;
        font-size: 2.3rem;
    }
    .home__seaviceContent h3:after,
    .home__seaviceContent h3:before {
        display: none;
    }
    .home__seaviceContent h3 + p {
        font-size: 18px;
        font-weight: 1.8rem;
    }
    .home__seavicePoint {
        display: block;
    }
    .home__seavicePoint li {
        width: 100%;
        padding: 30px 0;
    }
    .home__seavicePoint li:nth-child(1) {
        border: none;
    }
    .home__seavicePoint li:nth-child(1) img {
        width: 80%;
    }
    .home__seavicePoint li:nth-child(2) {
        border: none;
    }
    .home__seavicePoint li:nth-child(2) img {
        width: 80%;
    }
    .home__seavicePoint li:nth-child(3) {
        border: none;
    }
    .home__seavicePoint li:nth-child(3) img {
        width: 80%;
    }
    .home__seavicePoint li:nth-child(4) {
        border: none;
    }
    .home__seavicePoint li:nth-child(4) img {
        width: 69%;
    }
    .home__seaviceBtm {
        margin-bottom: 170px;
    }
    .home__seaviceChara {
        width: 150px;
        position: static;
        /*position: absolute;*/
        /*bottom: -6px;*/
        /*right: 0;*/
        /*left: 0;*/
        margin: 0 auto;
        transform: translateY(6px);
    }
    .home__seaviceChara img {
        width: 150px;
    }

    /*--------------------------------

    shop__price

---------------------------------*/
    #shop__price {
        padding: 13vw 0;
    }
    .shop__price_table table {
        table-layout: fixed;
        margin-bottom: 20px;
        width: 100%;
    }
    .shop__price_table table td {
        padding: 4vw;
        vertical-align: middle;
        display: inline-block;
        font-size: 3.7333vw;
    }
    .shop__price_table table .large span {
        position: relative;
        top: 50%;
/*        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);*/
    }
    .shop__price_table p {
        font-size: 10px;
        font-size: 1rem;
    }
    .shop__price_table .shop__priceBnr {
        width: 100%;
        margin-top: 6.67vw;
        margin-bottom: 0;
    }
    .shop__price_table .shop__priceBnr a {
        display: block;
    }
    .shop__price_table .shop__priceBnr img {
        width: 100%;
        vertical-align: bottom;
    }
    .shop__price_table p + h2 {
        margin-top: 50px;
    }


/*--------------------------------

    page__faq__block_dl

---------------------------------*/

/*     .page__faq__block_dl dt {
        padding: 9px 45px 9px 10px;
        font-size: 16px;
        font-size: 1.6rem;
        min-height: 65px;
    }

    .page__faq__block_dl dt span:after {
        content: "";
        width: 30px;
        height: 30px;
        display: block;
        background: #747273;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }

    .page__faq__block_dl dd .page__faq__block_ddin {
        padding: 0 50px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .page__faq__block_dl dd {
        margin-bottom: 25px;
    }

    .page__faq__block_dl dd .page__faq__block_ddin:before {
        position: absolute;
        content: "Q";
        font-size: 25px;
        font-size: 2.5rem;
        color: #747273;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
    }
    
    .page__faq__block_ddin a {
        display: flex;
        min-height: 60px;
        align-items: center;
        padding: 20px 0;
    }
    
    .page__faq__block_ddin a:before {
        content: "";
        width: 30px;
        height: 30px;
        display: block;
        background: #fff;
        border-radius: 100%;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .page__faq__block_ddin a:after {
        content: "";
        width: 7px;
        height: 7px;
        border-top: 2px solid #747273;
        border-right: 2px solid #747273;
        display: block;
        position: absolute;
        top: 50%;
        right: 27px;
        z-index: 1;
        transform: translateY(-50%) rotate(45deg);
    }

    .page__faq__block_ddin + .page__faq__block_ddin {
        margin-top: 10px;
    }

    .page__faq__block_dl dt:before {
        content: "";
        width: 14px;
        height: 2px;
        display: block;
        background: #fff;
        position: absolute;
        top: 50%;
        right: 18px;
        z-index: 1;
        transform: translateY(-50%);
    }
    .page__faq__block_dl dt:after {
        content: "";
        width: 14px;
        height: 2px;
        display: block;
        background: #fff;
        position: absolute;
        top: 50%;
        right: 18px;
        z-index: 1;
        transform: translateY(-50%) rotate(90deg);
    } */

.page__faq__block_dl dt {
    padding: 9px 45px 9px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    min-height: 65px;
}

.page__faq__block_dl dt:before {
    content: "";
    width: 14px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 18px;
    z-index: 1;
    transform: translateY(-50%);
}

.page__faq__block_dl dt:after {
    content: "";
    width: 14px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 18px;
    z-index: 1;
    transform: translateY(-50%) rotate(90deg);
}

.page__faq__block_dl dt span:after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background: #747273;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.page__faq__title {
    padding: 20px 50px;
    font-size: 14px;
    font-size: 1.4rem;
}

.page__faq__title:before {
    font-size: 25px;
    font-size: 2.5rem;
    left: 15px;
}

.page__faq__title:after {
    width: 30px;
    height: 30px;
}

.page__faq__title span:before,
.page__faq__title span:after {
    width: 14px;
    height: 2px;
    right: 27px;
}

.page__faq__text {
    padding: 0 1em 0 50px;
    font-size: 13px;
    font-size: 1.3rem;
}

.page__faq__text:before {
    font-size: 25px;
    font-size: 2.5rem;
    top: -10px;
    left: 15px;
}

/*--------------------------------

    page__faq__answer__block_dl

---------------------------------*/

.page__faq__answer__block_dl {
    position: relative;
}
.page__faq__answer__block_dl dt {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 50px;
    position: relative;
    background: #ECECEC;
    border-radius: 7px;
    margin-bottom: 30px;
    display: flex;
    min-height: 50px;
    align-items: center;
}
.page__faq__answer__block_dl dt:before {
    position: absolute;
    content: "Q";
    font-size: 25px;
    font-size: 2.5rem;
    color: #747273;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.page__faq__answer__block_dl dd {
    position: relative;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 0 0 50px;
    margin-bottom: 60px;
    line-height: 2;
}

.page__faq__answer__block_dl dd:before {
    position: absolute;
    content: "A";
    font-size: 25px;
    font-size: 2.5rem;
    color: #f77fb1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    top: -10px;
    left: 15px;
}
.page__faq__answer__block_dl dd .btn_wrap {
    display: block;
    margin: 1.5em 0;
    text-align: center;
}

.page__faq__answer__block_dl dd .btn_wrap a.btn {
    display: inline-block;
    position: relative;
    border: #464545 solid 1px;
    border-radius: 7px;
    padding: .8em 3em .8em 2em;
    color: #464545;
    text-decoration: none;
    font-weight: bold;
}

.page__faq__answer__block_dl dd .btn_wrap a.btn:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #747273;
    border-right: 2px solid #747273;
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    z-index: 1;
    transform: translateY(-50%) rotate(45deg);
}




    .page__uketsuke {
        margin-top: 30px;
    }
    .body__page .page__uketsuke__main__tl h2 {
        margin-bottom: 40px;
    }
    .page__uketsuke__box {
        width: 100%;
        padding-top: 140px;
    }
    .page__uketsuke__box h3 {
        font-size: 23px;
        font-size: 2.3rem;
        height: 140px;
        letter-spacing: 1px;
    }
    .page__uketsuke__box + .page__uketsuke__box {
        margin-top: 30px;
    }
    .page__uketsuke__txt {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .page__uketsuke__tel {
        font-size: 23px;
        font-size: 2.3rem;
    }
    .page__uketsuke__hosoku {
        font-size: 10px;
        font-size: 1rem;
        margin-top: 20px;
    }
    .page__uketsuke__boxin {
        padding: 20px 25px;
    }
    .page__btn01 a {
        max-width: 300px;
        width: 100%;
    }
    .page__btn02 a {
        max-width: inherit;
        min-width: inherit;
        width: 100%;
    }
    p.page__btn02 a {
        font-size: 20px;
        font-size: 2rem;
        padding: 1.4em 40px;
        position: relative;
    }
    .page__btn02 a:after {
        position: absolute;
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }
    .search__access__area {
        padding-top: 50px;
    }
    .search__access__area .search__access__leadtxt {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    .search__access__area .btn__search {
        font-size: 20px;
        font-size: 2rem;
        padding: 1.4em 0;
    }
    header {
        min-width: auto;
    }
    .logo__wrap {
        margin-right: 0;
    }
    #header__menu {
        position: absolute;
        top: 0;
        right: 0;
    }
    footer {
        background: #747273;
        padding: 0 0 10.67vw;
        text-align: left;
        color: #fff;
        position: relative;
        z-index: 1;
        padding-bottom: 24vw;
    }
    footer ul {
        display: block;
        margin-bottom: 1em;
        margin: 0 7.33vw;
    }
    footer li {
        font-size: 10px;
        font-size: 1rem;
        margin-bottom: 2.67vw;
    }
    /* footer li:after {
        content: "｜";
        color: #fff;
    }
    footer li:nth-child(2n):after {
        display: none;
    }
    footer ul:nth-of-type(2) li {
        float: left;
    }
    footer ul:nth-of-type(2) li:nth-child(3) {
        clear: both;
    } */
    footer a {
        color: #fff;
    }
    .footer__logo {
        width: 100%;
        display: block;
        margin: 12vw 0 6.67vw;
    }
    .footer__logo img {
        width: auto;
        height: 21px;
        display: block;
        margin: auto;
    }
    .footer__logo + ul {
        display: flex; flex-wrap: wrap; justify-content: center; margin: 0 15vw; line-height: 1.5;
    }
    .footer__logo + ul li {
        margin-bottom: 0;
    }
    .footer__logo + ul li:nth-of-type(2):after,
    .footer__logo + ul li:nth-of-type(4):after {
        display: none;
    }
    .footer_nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }
    .footer_nav li {
        border-bottom: solid 2px #9e9d9d;
        background: url(../img/common/icon_arrow_white.png) 92% 50% no-repeat;
        background-size: 2.33vw auto;
        margin-bottom: 0;
    }
    .footer_nav li:after {
        display: none;
    }
    .footer_nav li a {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 5.33vw 8vw;
        display: block;
    }
    #btn__pagetop {
        width: 53px;
        height: 53px;
        background-size: 20px 22.5px;
    }
    .copyright {
        clear: both;
        padding-top: 4.27vw;
        font-size: 10px;
        font-size: 1rem;
        margin: 0;
        text-align: center;
        letter-spacing: 0.03em;
    }
}





/*--------------------------------

    ヘッダロゴのみ360で分岐

---------------------------------*/
@media only screen and (max-width: 768px) {

}


/*--------------------------------

    復会キャンペーン

---------------------------------*/
.shop__reunion { /* padding: 30px 0; */ /* background-color: #747273; */ }
/*.body__single.body__momokuma .shop__reunion { background-color: #f77fb1; }*/
/*.body__single.body__smiley .shop__reunion { background-color: #747273; }*/

/* .body__single.body__momokuma .shop__reunion { border-bottom: #edd5df solid 1px; } */
/* .body__single.body__smiley .shop__reunion { border-bottom: #fff solid 1px; } */

.body__single.body__momokuma .shop__reunion +  .shop__reunion{ padding-top: 0; }
.body__single.body__smiley .shop__reunion +  .shop__reunion{ padding-top: 0; }
.body__single.body__momokuma .shop__reunion +  .shop__visualText{ border-top: #edd5df solid 1px; }
.body__single.body__smiley .shop__reunion +  .shop__visualText{ border-top: #fff solid 1px; }
.shop__reunion a { /* max-width: 1000px; */ width: 100%; display: block; margin: 0 auto; }
.shop__reunion img { width: 100%; }

@media only screen and (max-width: 768px) {
    .shop__reunion .is__pc { display: none; }
    .shop__reunion .is__sp { display: block; }
}

@media only screen and (max-width: 640px) {
    .shop__reunion { padding: 9.07vw 0; }
    .shop__reunion a { width: 92.27%; }
}



/*--------------------------------

    sec__choose

---------------------------------*/

#sec__choose h2 {
    font-size: 30px;
    font-size: 3rem;
    margin:160px auto  40px;
    text-align: center;
    display: block;
}

#sec__choose h2:after {
    display: none;
}

#sec__choose p {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
}
.sec__chooseRegion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0 140px;
}
.sec__chooseRegion dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.sec__chooseRegion dt {
    width: 100px;
    max-height: 30px;
    margin: 0 30px 10px 0;
    background: #7c7c7c;
    text-align: center;
    color: #fff;
    padding: .3em 0;
}
.sec__chooseRegion dt span.num_stores {
    display: none;
}
.sec__chooseRegion dd {
    width: calc(100% - 130px);
    margin: 0 0 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
}
.sec__chooseRegion ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.sec__chooseRegion li {
    padding: 0 30px 0 0;
    letter-spacing: .05em;
}

@media only screen and (max-width: 768px) {
    #sec__choose h2 {
        margin:22vw auto 0;
        display: block;
    }
}


/*--------------------------------

    tablet

---------------------------------*/

@media only screen and (max-width: 768px) {

/*--------------------------------

    sec__choose

---------------------------------*/
    #sec__choose .inner {
        width: 100%;
    }
    .sec__chooseRegion dt {
        width: 100%;
        margin-bottom: 1px;
        position: relative;
        margin: 0 0 1px 0;
        min-height: auto;

        padding: 1.5em;
        text-align: left;
        font-size: 18px;
        font-size: 1.8rem;
        max-height: unset;
    }
    .sec__chooseRegion dt span.num_stores {
        display: inline-block;
        margin-left: .5em;
    }
    .sec__chooseRegion dt:before {
        content: "";
        width: 34px;
        height: 34px;
        display: block;
        background: #fff;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        right: 5%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .sec__chooseRegion dt:after {
        content: "";
        width: 34px;
        height: 34px;
        display: block;
        background: url(../img/common/icon_plus_yellow.png) 50% 50% no-repeat;
        background-size: 17px 17px;
        position: absolute;
        top: 50%;
        right: 5%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
    }
    .sec__chooseRegion dt.js__on:after {
        content: "";
        width: 34px;
        height: 34px;
        display: block;
        background: url(../img/common/icon_minus_yellow.png) 50% 50% no-repeat;
        background-size: 17px 5px;
        position: absolute;
        top: 50%;
        right: 5%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
    }
    .sec__chooseRegion dd {
        display: none;
        width: 100%;
        font-size: 15px;
        font-size: 1.5rem;
        margin: 0;
    }
    .sec__chooseRegion dd ul {
        padding: 1.5em 1.5em 1.3em;
    }
    .sec__chooseRegion dd li {
        padding: 0 1em 0 0;
        margin-bottom: .2em;
    }
    .sec__chooseRegion .disable {
        display: none;
    }
}






 /*--------------------------------

    page__searchStore

---------------------------------*/

.page__searchStore { margin: 40px 0 140px; }

.page__searchStore .num_stores {
    display: none;
}

.page__searchStore__btn {
    display: block; /* inline-block → block 20251128　土屋追加 */
    width: fit-content; /* 100px → fit-content 20251128　土屋追加 */
    /* max-height: 30px; 20251128　土屋削除 */
    /* margin: 0 30px 10px 0; 20251128　土屋削除 */
    background: #7c7c7c;
    text-align: center;
    color: #fff;
    /* padding: .3em 0; 20251128　土屋削除 */
    margin: auto; /* 20251128　土屋追加 */
    font-size: 16px; /* 20251128　土屋追加 */ }

.page__searchStore__areaBtn { display: none; }

.page__searchStore { overflow: hidden; }
.page__searchStore dl { display: flex; flex-wrap: wrap; width: 100%; }
.page__searchStore__areaDt { width: 100px; max-height: 30px; margin: 0 30px 10px 0; color: #fff; }
.page__searchStore__areaDd { width: calc(100% - 130px); margin: 0 0 10px 0; font-size: 14px; font-size: 1.4rem; overflow: hidden; }
.page__searchStore__areaUl { overflow: hidden; /*margin-top: 0.25em; 20251128　土屋削除 */ }
.page__searchStore__areaLi { float: left; }
.page__searchStore__shopLi { float: left; padding: 0 30px 0 0; line-height: 1.8; /* 20251128　土屋追加 */}
/* .page__searchStore__areaDd:after { content: ""; display: block; clear: both; } */


#page__search #sec__choose { display: none; }

/* 20251128 土屋追加　ここから */
.page__searchStore td.area_name { background: #7C7C7C; font-size: 14px; width: 96px; text-align: center; vertical-align: middle; border-bottom: 1px solid #fff; border-right: 1px solid #fff; padding: 7px 10px; position: relative; }
.page__searchStore td.area_name[colspan="2"] { width: 193px; border-right: 1px solid #464545; }
.page__searchStore tr:last-child td.area_name { border-bottom: 1px solid #464545; }
.page__searchStore .shop_table th, .shop_table td { padding: 7px 18px; border: 1px solid #464545; }
.page__searchStore td.prefecture_name { background-color: #D2D2D2; font-weight: bold; font-size: 14px; width: 97px; text-align: center; vertical-align: middle; border-left: 1px solid #fff; letter-spacing: 0; font-weight: bold; }
.page__searchStore__btn:hover { text-decoration: underline; }
.page__searchStore td.ddwrap { border-left: none; }
/* 20251128 土屋追加　ここまで */

/*--------------------------------

    tablet

---------------------------------*/

@media only screen and (max-width: 768px) {

/*--------------------------------

    page__searchStore

---------------------------------*/

.page__searchStore dl {
    display: flex;
    margin: 60px 0 100px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.page__searchStore dt {
    width: 100%;
    margin-bottom: 1px;
    position: relative;
    background: #7c7c7c;
    text-align: center;
}
.page__searchStore span.num_stores {
    display: inline-block;
    margin-left: .5em;
}
.page__searchStore dt.disable {
    padding: .5em 0;
    color: #999;
}
.page__searchStore li.disable {
    color: #ccc;
}

.page__searchStore__shopUl { display: none; }
.page__searchStore__areaUl__noChild .page__searchStore__shopUl { display: block; margin-top: 0; }

.page__searchStore__shopUl {
    padding: 1.5em 2.1em 1.3em;
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0;
    overflow: hidden;
}

.page__searchStore__shopUl.page__searchStore__shopUl__child { padding-top: 0; }

.page__searchStore__btn {
    color: #fff;
    width: 100%;
    display: block;
    padding: 1.5em;
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
}
/* 20251130 加藤追加　ここから */
.btn_accordion {
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.btn_accordion:before {
    content: "";
    width: 34px;
    height: 34px;
    display: block;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.btn_accordion:after {
    content: "";
    width: 34px;
    height: 34px;
    display: block;
    background: url(../img/common/icon_plus_yellow.png) 50% 50% no-repeat;
    background-size: 17px 17px;
    position: absolute;
    top: 0;
    right: 0;
}
.btn_accordion.js__on:after {
    background: url(../img/common/icon_minus_yellow.png) 50% 50% no-repeat;
    background-size: 17px 5px;
}
/* 20251130 加藤追加　ここまで */
.page__searchStore__areaDd {
    display: none;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0;
}
.page__searchStore__areaUl {
    border: none;
    display: block;
    margin-top: 0.25em; /* 20251128　土屋追加 */
}
.page__searchStore__areaLi {
    float: none;
    border-right: none;
    border-bottom: #d1d1d1 solid 1px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.page__searchStore__areaBtn {
    display: block;
    padding: 1.5em;
    position: relative;
    width: calc(100% - 4.5em);
}
.page__searchStore__areaAccordionBtn {
    display: block;
    padding: 1.5em;
    position: relative;
    width: 100%;
}
.page__searchStore__areaAccordionBtn {
    /* display: none; */
    /* content: ""; */
    width: 4.5em;
    height: 4.5em;
    display: block;
    background: url(../img/common/icon_plus_yellow.png) 50% 50% no-repeat;
    background-size: 17px 17px;
    /* position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1; */
}
.page__searchStore__areaAccordionBtn.js__on {
    background: url(../img/common/icon_minus_yellow.png) 50% 50% no-repeat;
    background-size: 17px 5px;
}
.page__searchStore__areaBtn.page__searchStore__areaBtn__noBtn:after {
    background: none;
}
.page__searchStore .disable {
    display: none;
}

a.page__searchStore__areaBtn__noBtn { opacity: 0.3; pointer-events: none; }

.page__searchStore__areaDt { margin: 0; }

#page__search #sec__choose { display: block; }

.page__searchStore__areaDt, .page__searchStore__btn { max-height: none; }

/* 20251128 土屋追加　ここから */
.page__searchStore .shop_table { width: 100%;}
.page__searchStore tr { display: flex; flex-wrap: wrap; }
.page__searchStore td.area_name { font-size: 14px; width: 100%; border: none; padding: 0; letter-spacing: normal; border-top: 1px solid #fff; }
.page__searchStore td.area_name[colspan="2"] { width: 100%; border-right: none; }
.page__searchStore tr:last-child td.area_name { border-bottom: none; }
.page__searchStore .shop_table th, .shop_table td { padding: 0; border: none; }
.page__searchStore td.prefecture_name { display: none; }
.page__searchStore__btn:hover { text-decoration: none; }
.page__searchStore td.ddwrap { width: 100%; font-size: 18px; font-size: 1.8rem; display:none; }
.page__searchStore__btn { position: relative; }
/* 20251128 土屋追加　ここまで */

}


/*--------------------------------

    sp

---------------------------------*/

@media only screen and (max-width: 640px) {


.page__searchStore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 100px;
}

.page__searchStore__btn {
    font-size: 4.27vw;
    max-height: none;
    margin: 0;
}

.page__searchStore__areaDd {
    font-size: 4.27vw;
}

.page__searchStore__shopUl { display: none; }
.page__searchStore__areaUl__noChild .page__searchStore__shopUl { display: block; }

.page__searchStore__shopUl {
    padding: 1.5em 2.1em 1.3em;
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0;
    overflow: hidden;
}

.page__searchStore__shopUl.page__searchStore__shopUl__child { padding-top: 0; }

.page__searchStore__shopLi {
    padding: 0 1em 0 0;
    margin-bottom: .2em;
    letter-spacing: .05em;
    float: left;
}

a.page__searchStore__areaBtn__noBtn { opacity: 0.3; pointer-events: none; }

.page__searchStore__areaDt { margin: 0; }

.page__searchStore dl { display: block; }
.page__searchStore dt { max-height: none; }
.page__searchStore__areaLi { float: none; }

}

.shop__flowBoxWrap.shop_app { overflow: hidden; }
.shop__flowBoxWrap.shop_app dd { display: flex; align-items: center; line-height: 1.4; }
.shop__flowBoxWrap.shop_app dd .main_txt { border: none; padding-bottom: 0; line-height: 1.4; }

.shop__faq_area { margin-bottom: 30px; background: #FFF; padding: 50px; border-radius: 20px; }
.shop__faq_area dt { background-color: #747273; color: #fff; }
.shop__faq_area dt.qa_a { background-color: #FA7FB2; }
.shop__faq_area dt b { font-size: 38px; }
.shop__faq_area dd { margin-left: 26px; display: flex; align-items: center; }
.shop__faq_area li { margin-bottom: 20px; }

.shop__flowBox_app_wrap { text-align: center; }
.shop__flowBox_app_wrap .btn_wrap { display: flex; justify-content: center; margin-top: 1em; }
.shop__flowBox_app_wrap .btn_wrap img{ width:220px; margin: 0 5px; }

@media only screen and (max-width: 768px) {
    .shop__faq_area dl { flex-wrap: wrap; }
    .shop__faq_area dt { padding: 0; line-height: 1;}
    .shop__faq_area dt b { font-size: 5vw; }
    .shop__faq_area dd { margin-left: 0; width: calc(100% - 18vw); }
    .body__single .shop__flowBoxWrap dd * { padding-left: 0; margin-left: 0; }

    .shop__flowBox_app_wrap .btn_wrap { flex-direction: column; }
    .shop__flowBox_app_wrap .btn_wrap img { width: 58.67vw; }
    .shop__flowBox_app_wrap .btn_wrap a + a { margin-top: 2vw;}

    .shop__flowTab.shop_app a { font-size: 3.4vw; letter-spacing: 0.05em; }
}

/*
footer SNS
*/

.sns__wrap { margin-bottom: 38px; }
.sns__wrap .inner { display: flex; gap: 17px; justify-content: center; }
.sns__wrap a {}
.sns__wrap img { width: 47px; }

#breadcrumb_sp { display: none; }

@media only screen and (max-width: 768px) {
    #breadcrumb_sp { display: block; border-top: #7c7c7c solid 1px; border-bottom: #7c7c7c solid 1px; margin-top: 2em; background-color: #7c7c7c; color: #fff; }
    #breadcrumb_sp .inner { overflow-x: auto; width: 100vw; }
    #breadcrumb_sp .inner ul { display: flex; width: 100vw; gap: 1em; width: max-content; flex-wrap: nowrap; margin: 1em; }
    #breadcrumb_sp .inner li + li:before { content: " > "; color: #fff; }
    #breadcrumb_sp .inner li a { color: #fff; }
}