@charset "UTF-8";

/* CSS Document */


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
    margin: 0;
    padding: 0;
}
article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
    display: block;
}
html,body {
    height: 100%;
    width: 100%;
}
a {
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: block;
}
a:link, a:visited {
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
    opacity: 0.4;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
li {
    list-style: none;
 }

fieldset {
    border: none;
}
input, textarea, select, label {
    font-family: inherit;
    font-size: 100%;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: middle;
}
textarea {
    overflow: auto;
}
legend {
    display: none;
}
img {
    border: none;
    vertical-align: top;
}
object {
    outline: none;
    vertical-align: middle;
}
em, strong {
    font-style: normal;
    font-weight: bold;
}
small {
    font-size: 100%;
}
abbr, acronym {
    border: none;
    font-variant: normal;
}
.boxRight {
    float: right !important;
}
#i18 {
    z-index: 2005;
    left: 10px;
    position: fixed;
    top: calc(var(--information-banner-height, 0px) + 10px);
}
#i18 .lang {
    float: left;
    margin: 0 5px 0 0;
    position: relative;
}
#i18 .lang:before {
    background: url("https://thebase.in/img/shop/arrow.gif") no-repeat;
    background-size: 10px 7px;
    content: "";
    height: 7px;
    position: absolute;
    right: 13px;
    top: 12px;
    width: 10px;
}
#i18 .currency {
    float: left;
    position: relative;
}
#i18 .currency:before {
    background: url("https://thebase.in/img/shop/arrow.gif") no-repeat;
    background-size: 10px 7px;
    content: "";
    height: 7px;
    position: absolute;
    right: 13px;
    top: 12px;
    width: 10px;
}
#i18 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #000;
    cursor: pointer;
    font-family: inherit;
    font-size: 11px;
    line-height: 18px;
    min-width: inherit;
    padding: 5px 25px 5px 10px;
    vertical-align: middle;
}
#privacy,
#law {
    background-color: #fff;
    box-sizing: border-box;
    font-family: 'Fahkwang',"ヒラギノ角ゴ W1 JIS2004", sans-serif;
    font-size: 13px;
    line-height: 1.6em;
    margin: 0 auto;
    padding: 30px 40px 40px;
    text-align: left;
    width: 960px;
}
#privacy h2,
#law h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 0;
    padding: 0 0 20px;
}
#privacy h3,
#privacy dt {
    font-weight: bold;
    margin: 15px 0 8px;
}
#privacy .privacy_intro {
    margin: 0 0 20px;
}
#law h3 {
    font-weight: bold;
    margin: 20px 0 5px;
}
#law .law_attention {
    padding: 10px;
    margin-top: 12px;
    line-height: 1.5;
    background-color: #f8f9fa;
}
@media(min-width: 769px) {
    #law .law_attention {
        padding: 16px;
        margin-top: 16px;
        line-height: 1.6;
    }
}
#law .atobaraiTerm {
    margin: 20px 0;
}
#law .atobaraiTerm .atobaraiTerm__title {
    margin-bottom: 8px;
}
#law .atobaraiTerm .atobaraiTerm__body {
    padding-left: 20px;
}
#law .atobaraiTerm p {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 10px;
}
.itemCb #cboxPrevious {
    background: url("https://thebase.in/i/controls.png") no-repeat 0 0;
    bottom: 0;
    height: 20px;
    left: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 20px;
}
.itemCb #cboxNext {
    background: url("https://thebase.in/i/controls.png") no-repeat -22px 0;
    bottom: 0;
    height: 20px;
    left: 30px !important;
    overflow: visible;
    text-indent: -9999px;
    width: 20px;
}
.itemCb #cboxClose {
    background: url("https://thebase.in/i/controls.png") no-repeat -52px 0;
    height: 20px;
    overflow: visible;
    text-indent: -9999px;
    width: 20px;
}
.itemCb #cboxContent button {
    border: none;
}
.itemCb:focus {
    outline: none;
}
a.cboxElement:focus {
    outline: none;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}
.show {
    display: block !important;
}
.hide {
    display: none !important;
}
.overlayBackground {
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#baseMenu {
    box-sizing: border-box;
    /*position: fixed;
    right: 25px;
    top: calc(var(--information-banner-height, 0px) + 5px);*/
    z-index: 2002;
}
#baseMenu > ul > li {
    float: left;
    list-style: none;
}
#baseMenu > ul > li.base {
    margin: 0 10px 0 0;
    opacity: .1;
}
#baseMenu > ul > li a {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 0 1px rgba(150, 150, 150, 0.4);
    cursor: pointer;
    display: block;
    -webkit-font-smoothing: antialiased;
    margin: 1px 0 0;
    padding: 5px 15px;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
#baseMenu > ul > li a:hover {
    /*box-shadow: 0 0 0 1px rgba(150, 150, 150, 0.2);
    padding: 6px 15px 4px;*/
}
@font-face {
    font-family: "baseicon";
    font-style: normal;
    font-weight: normal;
    src: url("https://static.thebase.in/font/v1/baseicon.eot?317xhh");
    src: url("https://static.thebase.in/font/v1/baseicon.eot?317xhh#iefix") format("embedded-opentype"),
        url("https://static.thebase.in/font/v1/baseicon.ttf?317xhh") format("truetype"),
        url("https://static.thebase.in/font/v1/baseicon.woff?317xhh") format("woff"),
        url("https://static.thebase.in/font/v1/baseicon.svg?317xhh#baseicon") format("svg");
}
@font-face {
    font-family: "shopicon";
    font-style: normal;
    font-weight: normal;
    src: url("https://static.thebase.in/font/v1/shopicon.eot?317xhh");
    src: url("https://static.thebase.in/font/v1/shopicon.eot?317xhh#iefix") format("embedded-opentype"),
        url("https://static.thebase.in/font/v1/shopicon.ttf?317xhh") format("truetype"),
        url("https://static.thebase.in/font/v1/shopicon.woff?317xhh") format("woff"),
        url("https://static.thebase.in/font/v1/shopicon.svg?317xhh#baseicon") format("svg");
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: "baseicon" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
}
.icon-cart:before {
    content: "\e900";
}
.icon-search:before {
    content: "\e912";
}
.icon-information:before {
    content: "\e919";
}
.icon-tipi:before {
    content: "\e922";
}
.icon-pin:before {
    content: "\e929";
}
</style>
<link rel="stylesheet" href="https://plusroaster.com/css/color.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fahkwang:wght@200&display=swap" rel="stylesheet">
<style>
#reportBtn a.cboxElement button {
    cursor: pointer;
}

#fixedHeader ul li {
    float: left;
}

#fixedHeader li.topRightNavLi a {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 0 2px rgba(150, 150, 150, 0.4);
    display: block;
    -webkit-font-smoothing: antialiased;
    margin: 1px 0 0;
    padding: 5px 15px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

#fixedHeader li.topRightNavLi a:hover {
    box-shadow: 0 0 0 1px rgba(150, 150, 150, 0.2);
    padding: 6px 15px 4px;
}

#fixedHeader li.topRightNavLi.base {
    margin: 0 10px 0 0;
}

body.shop {
    color: #000;
    font-size: 13px;
    line-height: 1.5;
    -webkit-text-size-adjust: none;
    word-break: break-all;
}
body {
    background-color:#ADC7C1;
    font-family: 'Fahkwang',"ヒラギノ角ゴ W1 JIS2004", sans-serif;
}

body.shop .wrapper {
    margin: 0 auto 60px;
    padding: 0 10px;
}

@media(min-width: 769px) {
    body.shop .wrapper {
        width: 960px;
    }
}

body.shop #mainHeader {
    margin: 0 auto 34px;
}


body.shop #fixedHeader {
    padding: 5px 10px;
    position: fixed;
    right: 0;
    top: 0;
}

body.shop #shopHeader h1 {
    display: block;
    font-size: 30px;
    letter-spacing: 2px;
    text-align: center;
}

body.shop #shopHeader h1 {
    margin: 55px 0;
}

body.shop #shopHeader h1 a {
    display: inline-block;
}

body.shop #shopHeader h1 img {
    max-width: 150px;
    width: 100%;
}
body.shop #shopHeader h1 img {
    vertical-align:top;
}

body.shop #shopHeader nav {
    font-size: 12px;
    margin-top: 30px;
    /*font-weight: bold;*/
}
body.shop #shopHeader nav {
    /*border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    margin:0 7px;*/
}

body.shop #shopHeader nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

body.shop #shopHeader nav ul li {
    display: block;
    width: max(33%, min(33%));
    height: 40px;
    line-height: 20px;
    text-align: center;
}

body.shop #shopHeader nav ul li.itemSearch {
    width: 100%;
    padding: 0 16px;
}

body.shop #shopHeader nav ul li.itemSearch form {
    box-sizing: border-box;
    border: none;
    display: inline-block;
    padding: 0 30px 0 0;
    position: relative;
    width: 100%;
    height: 40px;
}

body.shop #shopHeader nav ul li.itemSearch form input {
    width: 100%;
    background-color: transparent;
    box-sizing: border-box;
    box-shadow: none;
    border: none;
    display: inline-block;
    margin: auto;
    padding: 0 0 0 8px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 20px;
}

body.shop #shopHeader nav ul li.itemSearch form .itemSearch__btn {
    background-color: transparent;
    border-style: none;
    display: block;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    width: auto;
    cursor: pointer;
}

@media(min-width: 769px) {
    body.shop #shopHeader nav ul li.itemSearch form {
        width: 65px;
    }

}

body.shop #shopHeader nav ul li:hover {
    /*border-bottom: solid 2px #000;
    height: 38px;*/
}

body.shop #shopHeader nav ul li a {
    display: block;
    padding: 10px;
}


@media(min-width: 481px) {
    body.shop #shopHeader nav ul {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    body.shop #shopHeader nav ul li {
        flex: 1;
        width: auto;
    }
}

.titleForSearchResult {
    font-size: 14px;
    font-weight: 400;
    margin: -20px auto 0;
    padding: 0 0 30px;
    text-align: center;
    width: 100%;
}

@media(min-width: 769px) {
    .titleForSearchResult {
        width: 960px;
    }

}

body.shop #mainFooter {
    font-size: 11px;
    font-weight: bold;
    margin: 60px auto 100px;
}


body.shop #mainFooter .footerMenu > ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

body.shop #mainFooter .footerMenu > ul li {
    width: 100%;
    margin-bottom: 16px;
    color: #808080;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
}

body.shop #mainFooter .footerMenu li.boxRight > div {
    display: flex;
    justify-content: center;
}

body.shop #mainFooter .footerMenu .twitter {
    margin: 0 0 0 8px;
}

@media(min-width: 769px) {
    body.shop #mainFooter .footerMenu ul {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    body.shop #mainFooter .footerMenu ul li {
        width: auto;
        margin-right: 16px;

    }

    body.shop #mainFooter .footerMenu li.boxRight {
        flex: 1;
    }

    body.shop #mainFooter .footerMenu li.boxRight > div {
        justify-content: flex-end;
    }
}

.pinnedBlog {
    padding: 0 0 34px;
}

.pinnedBlog .pinnedBlog_title {
    font-size: 12px;
    text-align: center;
}

.pinnedBlog .pinnedBlog_title::before {
    content: "\e919";
    font-family: "shopicon";
    padding: 0 5px 0 0;
}

.pinnedBlog .pinnedBlog_title a {
    color: inherit;
    display: inline;
}

.publish_date.blog_pinned::before {
    content: "\e929";
    font-family: "shopicon";
    padding: 0 2px 0 0;
}

body#shopTopPage .itemList {
    margin: 0 auto;
    overflow: hidden;
    width: calc(100% - 32px);
    padding: 0 16px 85px;
    display: flex;
    flex-wrap: wrap;
}

body#shopTopPage .item {
    box-sizing: border-box;
    float: left;
    text-align: center;
    /*width: calc(50% - 4px);*/
    width: 100%;
    margin-right: 4px;
    margin-bottom: 8px;
    position: relative;
}

@media(min-width: 481px) and (max-width: 768px) {
    body#shopTopPage .item {
        /*width: calc(33% - 4px);*/
        width: calc(50% - 4px);
    }
}

@media(min-width: 769px) {
    body#shopTopPage .itemList {
        width: 987px;
    }

    body#shopTopPage .item {
        width: 320px;
    }

    body#shopTopPage .item {
        padding: 0;
        margin: 0 13px 13px 0;
        position: relative;
    }
    body#shopTopPage .item a .itemTitle h2 {
    }

    body#shopTopPage .item .itemImg {
        height: 320px;
        line-height: 208px;
        width: 320px;
    }

    body#shopTopPage .item .itemImg img {
        max-height: 320px;
        max-width: 320px;
    }

}

body#shopTopPage .item .itemTitle {
    margin: 40% 0 5px;
    text-align: center;
}

body#shopTopPage .item a {
}
body#shopTopPage .item > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
 }
body#shopTopPage .item > a:hover{
    opacity: 1;
    background: rgba(255,255,255,.7);
}
body#shopTopPage .item a .itemTitle h2 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}

body#shopTopPage .item .itemImg {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    margin: auto;
    overflow: hidden;
    padding: 0px;
    vertical-align: middle;
}

body#shopTopPage .item:hover .itemImg {
    border: 0px dotted #ed4242;
    padding: 0;
}

body#shopTopPage .item:hover a {
    /*color: #ed4242;*//*サムネhover時*/
}

body#shopTopPage .item .itemImg a {
    display: block;
    position: relative;
}

body#shopTopPage .item .itemImg a::before {
    content: '';
    display: block;
    padding-top: 100%;
}

body#shopTopPage .item .itemImg img.image-resize {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


body#shopTopPage .item .itemImg a .soldout_cover {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    zoom: 1;
}

body#shopTopPage .item .itemImg a .soldout_cover p {
    color: #777;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border: none;
}

body#shopTopPage .item .itemDetail .itemPrice {
    font-size: 10px;
    letter-spacing: 1px;
    text-align: center;
}

body#shopTopPage .item .itemDetail .discountPrice {
    color: #e75c5c;
    margin: 0;
}

body#shopTopPage .item .itemDetail .discountPrice__ratio {
    border: 1px solid #e75c5c;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    line-height: 18px;
    margin-right: 5px;
    padding: 0 5px;
}

body#shopTopPage .item .itemDetail .discountPrice__calcPrice {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.8;
    white-space: nowrap;
}
body#shopTopPage .item .comingSoon {
    color: #11beae;
    font-size: 14px;
    margin-top: 8px;
}
body#shopTopPage .item .preOrder, body#shopTopPage .item .lottery, body#shopTopPage .item .takeout, body#shopTopPage .item .community {
    border: 1px solid #252525;
    border-radius: 2px;
    color: #252525;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    margin-top: 6px;
}

body#shopTopPage .item .community {
    background-color: #f2bb31;
    border: 1px solid #f2bb31;
    color: #fff;
}

body#shopDetailPage #mainContent {
    background-color: #fff;
    margin-bottom: 50px;
}


body#shopDetailPage .itemImg {
    /*display: flex;
    height: calc(100vw - 80px);*/
    height: auto;
}

body#shopDetailPage .itemImgSlide {
    flex: 1;
}

body#shopDetailPage #slideImg .imgBox {
    border-radius: 10px;
    text-align: center;
}

body#shopDetailPage #slideImg .imgBox img {
    width: 100%;
    vertical-align: middle;
}

body#shopDetailPage #slideImg .imgBox img.label_image {
    width: auto;
}


body#shopDetailPage #slideImgPager {
    float: left;
    overflow: hidden;
    padding: 0;
    width: 540px;
    height: auto;
}


body#shopDetailPage #slideImgPager li + li {
}

body#shopDetailPage #slideImgPager .smallImgBox {
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
}

body#shopDetailPage #slideImgPager .smallImgBox img {
    max-height: 64px;
    max-width: 64px;
    vertical-align: middle;
}

body#shopDetailPage #slideImgPager .mCSB_inside > .mCSB_container {
    margin: 0;
}

body#shopDetailPage #slideImgPager .mCSB_inside > .mCSB_container li{
    float: left;
    margin: 0px 23px 0 0;
    width: calc(14.2857143% - 20px);
}
body#shopDetailPage #slideImgPager .mCSB_inside > .mCSB_container li:nth-child(7n){
    margin: 0;
}

body#shopDetailPage #mainContent .purchase {
    box-sizing: border-box;
    float: right;
}

body#shopDetailPage header h1.itemTitle {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 32px;
}

body#shopDetailPage #purchase_form {
    color: #000;
    margin-bottom: 35px;
}

body#shopDetailPage #purchase_form select {
    cursor: pointer;
}

body#shopDetailPage #purchase_form #purchaseSelect {
    margin: 0;
}

body#shopDetailPage #purchase_form .purchaseElement {
    margin: 5px 0 15px;
    overflow: hidden;
}

body#shopDetailPage #purchase_form input,
body#shopDetailPage #purchase_form select {
    width: 100%;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

body#shopDetailPage #purchase_form #itemSelect input::placeholder {
    font-size: 14px;
    color: #CCCCCC;
}

body#shopDetailPage #purchase_form label {
    font-size: 14px;
    margin: 16px 0 8px 0;
    line-height: 1em;
    display: block;
}

body#shopDetailPage #purchase_form .itemOptionElement, #variationSelectWrap {
    max-width: 100%;
}

body#shopDetailPage #purchase_form .itemOption__caption {
    font-size: 12px;
    margin: 8px 0 8px 0;
    line-height: 1.5em;
    display: block;
}

body#shopDetailPage #purchase_form .itemOption__bottomCaptionBlock {
    overflow: hidden;
}

body#shopDetailPage #purchase_form .itemOption__caption--error {
    float: left;
    font-size: 12px;
    line-height: 1em;
    display: block;
    color: #F07F7F;
    transform-style: preserve-3d;
}

body#shopDetailPage #purchase_form .itemOption__count {
    float: right;
    font-size: 12px;
    line-height: 1em;
    display: block;
    color: #777777;
}

body#shopDetailPage #purchase_form .itemOption__count--error {
    color: #F07F7F;
}

body#shopDetailPage #purchase_form #itemSelect .itemOption__input[data-dirty="true"][data-has-error="true"] {
    border: #F07F7F 1px solid;
}

body#shopDetailPage #purchase_form #itemSelect select.itemOption__select,
body#shopDetailPage #purchase_form #itemSelect #valiationSelect,
body#shopDetailPage #purchase_form #itemSelect #amountSelect {
    height: auto;
    white-space: normal;
    max-width: 100%;
    min-height: 2.1em;
    appearance: none;
    padding-right: 1em;
    line-height: initial;
    background-repeat: no-repeat;
    background-position: right 0.35em center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fafafa%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%20%20filter%3A%20url(%23filter)%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3Cfilter%20id%3D%22filter%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%226%22%20filterUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20result%3D%22flood%22%20flood-color%3D%22%23333%22%20flood-opacity%3D%220.50%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20result%3D%22composite%22%20operator%3D%22in%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20result%3D%22blend%22%20mode%3D%22multiply%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20id%3D%22icon-arrow-down%22%20class%3D%22cls-1%22%20d%3D%22M5%2C6l5-6H0Z%22%2F%3E%0A%3C%2Fsvg%3E");
}

body#shopDetailPage #purchase_form #amountSelect {
    width: auto;
    max-width: 375px;
}

body#shopDetailPage #purchase_form .purchaseElement label {
    color: #000;
    font-size: 14px;
    margin-right: 10px;
}

body#shopDetailPage .report {
    text-align: left;
}

body#shopDetailPage .report a {
    color: #aaa;
    display: block;
    font-size: 11px;
    margin-right: 15px;
    padding-top: 3px;
    text-align: right;
}

body#shopDetailPage .report a:hover {
    text-decoration: underline;
}

body#shopDetailPage .itemPrice h2 {
    color: #262626;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 30px 0;
    text-align: left;
}

body#shopDetailPage .itemPrice .discountPrice__default {
    color: #666;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin-right: 10px;
    text-decoration: line-through;
    vertical-align: top;
}

body#shopDetailPage .itemPrice .discountPrice__ratio {
    border: 1px solid #e75c5c;
    color: #e75c5c;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 0 5px;
    vertical-align: top;
}

body#shopDetailPage .itemPrice .discountPrice__calcPrice {
    color: #e75c5c;
    display: block;
    font-weight: bold;
    line-height: 1.3;
    padding: 10px 0 0;
}

body#shopDetailPage .purchase .itemPrice_soldout {
    margin-top: 25px;
}

body#shopDetailPage .purchase .itemPrice_soldout h2 {
    display: block;
    margin: 0;
    text-decoration: line-through;
}

body#shopDetailPage .purchase .itemPrice_soldout > span {
    color: #ed4242;
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
}

body#shopDetailPage .purchase .comingSoon {
    color: #11beae;
    font-size: 19px;
    margin: 0 0 20px;
}

body#shopDetailPage .preOrder, body#shopDetailPage .lottery, body#shopDetailPage .takeout, body#shopDetailPage .community {
    margin: 16px 0;
}

body#shopDetailPage .preOrder__label, body#shopDetailPage .lottery__label, body#shopDetailPage .takeout__label {
    border: 1px solid #252525;
    border-radius: 2px;
    color: #252525;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 6px 4px;
    margin: 0 0 4px 0;
}

body#shopDetailPage .preOrder__data, body#shopDetailPage .lottery__data {
    font-size: 12px;
    color: #252525;
}

body#shopDetailPage .takeout .takeout__data  {
    font-size: 12px;
    margin-top: 4px;
    display: block;
}

body#shopDetailPage .lottery > * {
    margin-bottom: 8px;
}

body#shopDetailPage #itemAttention {
    color: #868686;
    font-size: 11px;
    line-height: 1.5em;
    margin-bottom: 25px;
}

body#shopDetailPage #itemAttention .attention a {
    color: #868686;
}

body#shopDetailPage #itemAttention .attention a:hover {
    text-decoration: underline;
}

body#shopDetailPage #itemAttention .attention.deliveryShortestDay {
    border: 1px solid #11BEAE;
    border-radius: 2px;
    color: #11BEAE;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 5px;
    width: 100%;
    text-align: center;
}

body#shopDetailPage #itemAttention .attention.free {
    font-weight: bold;
}

body#shopDetailPage #itemAttention .attention.free .free__text {
    color: #11BEAE;
    font-weight: bold;
}

body#shopDetailPage #itemAttention   .takeout__text {
    color: #252525;
    cursor: pointer;
    font-weight: bold;
    margin: 0 3px;
    text-decoration: underline;
}

body#shopDetailPage #itemAttention .attention.salesPeriod--term {
    background: #ceefeb;
    border: 1px solid #11beae;
    color: #11beae;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 36px;
    padding: 10px;
}

body#shopDetailPage #itemAttention .attention.salesPeriod--willStart {
    background: #ceefeb;
    border: 1px solid #11beae;
    color: #11beae;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
}

body#shopDetailPage #itemAttention .attention.salesPeriod--finish {
    border: 1px solid #999;
    color: #999;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 36px;
    padding: 10px;
    text-align: center;
}

body#shopDetailPage .itemDescription {
    margin: 60px 7px 24px 0;
}

body#shopDetailPage .itemDescription p {
    line-height: 24px;
    text-align: justify;
}

body.shop #embedded-tag {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 20px 0 0;
}

body#shopDetailPage #embedded-tag p {
    color: #000;
    margin: 0 0 5px;
}

body#shopDetailPage #embedded-tag textarea {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    color: #838383;
    padding: 5px;
    width: 100%;
}

body#shopDetailPage #purchase_form .purchaseButton {
    margin: 30px 0 0;
    text-align: center;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn {
    background: #000;
    border: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    outline: none;
    padding: 14px 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    width: 100%;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--outOfStock {
    color: #fff;
    background: #888;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn:hover {
    cursor: pointer;
    opacity: 0.7;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--comingSoonStay:disabled {
    cursor: not-allowed;
    opacity: 1;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--comingSoonStay {
    background: #eeeeee;
    color: #999999;
    cursor: not-allowed;
    opacity: 1;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--notApplying:disabled {
    cursor: not-allowed;
    opacity: 1;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn:disabled {
    background: #eeeeee;
    color: #999999;
    cursor: not-allowed;
    opacity: 1;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn--disabled {
    background: #eeeeee;
    color: #999999;
    cursor: not-allowed;
    opacity: 1;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn:disabled:hover {
    opacity: 1;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn--disabled:hover {
    opacity: 1;
}

body#shopDetailPage .shareButtons {
    /*display: flex;*/
    display: none;
}

body#shopDetailPage .shareButtons > div{
    margin-right: 4px;
}


@media(min-width: 769px) {
    body#shopDetailPage #mainContent {
        padding: 0 0 80px;
        /*width: 830px;*/
    }

    body#shopDetailPage #mainContent .item {
        float: left;
        position: relative;
        width: 560px;
    }

    body#shopDetailPage #mainContent .purchase {
        margin: 0;
        width: 400px;
    }

    body#shopDetailPage header h1.itemTitle {
        font-size: 27px;
        margin-bottom: 55px;
    }

    body#shopDetailPage #mainContent .item .itemImg {
        /*height: 400px;*/
    }

    body#shopDetailPage #mainContent .item .itemImgSlide {
        /*float: left;*/
        width: 560px;
    }

    body#shopDetailPage #mainContent .item .bx-wrapper {
        float: right;
        width: 540px;
        margin: 0 20px 0 0;
    }

    body#shopDetailPage #slideImg .imgBox {
        border-radius: 10px;
        height: 540px;
        line-height: 540px;
        text-align: center;
        width: 540px;
    }

    body#shopDetailPage #slideImg .imgBox img {
        max-height: 540px;
        max-width: 540px;
        vertical-align: middle;
        object-fit: contain;
    }

    body#shopDetailPage #slideImgPager {
        /*float: left;*/
        height: auto;
        /*overflow: hidden;
        padding: 0 10px 0 0px;*/
        width: 540px;
    }
}

#widget {
    margin: 0 !important;
}
#reportBtn {
    padding-bottom: 20px;
    text-align: right;
}
#reportBtn a {
    color: #aaa;
    font-size: 11px;
}

#twitter-widget-0 {
    width: 75px;
}

#twitter-widget-1 {
    width: 75px;
}

body.shop #mainFooter .footerMenu li .fb-like {
    margin-top: -5px;
}

.main {
    background: #fff;
    height: auto;
    margin: 0 auto;
    text-align: left;
    width: 960px;
}

.main #about {
    color: #535353;
    margin: 0 auto;
    padding: 0 0 85px;
    width: 987px;
}

.main #about h2 {
    color: #000;
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 24px;
    text-align: left;
    text-transform: uppercase;
    /*border-bottom: 1px solid #999;*/
}

@media(min-width: 769px) {
    .main #about h2 {
        /*font-size: 34px;*/
        margin-bottom: 60px;
    }
}

.main #about h3 {
    font-size: 28px;
}

.main #about p {
    font-size: 14px;
    line-height: 1.6em;
	word-break: normal;
	text-align: justify;
}
.main #about p a {
    display: inline;
}
.main #about .social {
    margin: 40px 0 0;
    text-align: center;
    width: 100%;
}

.main #about .social > ul {
    display: inline-block;
}

.main #about .social ul li {
    float: left;
    margin-right: 15px;
}

.main #about .social ul li:last-child {
    margin-right: 0;
}

body.shop #mainFooter .footerMenu ul .social_btn {
    float: right;
    width: 215px;
}

body.shop #mainFooter .footerMenu ul .social_btn li {
    margin: 0;
}

body.shop #mainFooter .footerMenu ul .social_btn li.twitter {
    margin: -5px 0 0 0;
}

.inquirySection {
    padding:0 0 85px 0;
}

.inquirySection h1 {
    color: #000;
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 24px;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #999;
    margin: 0 0 20px;
}

.inquirySection p {
    color: #000;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
}

.inquirySection form {
    width: 100%;
}

@media(min-width: 769px) {
    .inquirySection form {
        margin: 40px auto 0;
        width: 652px;
    }
}

.inquirySection dl {
    text-align: left;
}

.inquirySection dl dt {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}

.inquirySection dl dt span {
    color: #fb7c8a;
    font-size: 11px;
    line-height: 11px;
    margin-left: 5px;
    vertical-align: baseline;
}

.inquirySection dl dd {
    margin-bottom: 20px;
}

.inquirySection dl dd input {
    box-sizing: border-box;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    width: 100%;
}

.inquirySection dl dd textarea {
    box-sizing: border-box;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 135px;
    padding: 10px;
    width: 100%;
}

@media(min-width: 769px) {
    .inquirySection dl dd input {
        width: 630px;
    }

    .inquirySection dl dd textarea {
        width: 630px;
    }
}

@-moz-document url-prefix() {
    .inquirySection dl dd textarea {
        font-size: 11px;
    }
}

.inquirySection .control-panel input#buttonLeave {
    background-color: #000;
    border: none;
    color: #ccc;
    display: inherit;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    letter-spacing: 5px;
    margin: 55px auto 0;
    padding: 14px 0;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    width: 290px;
}

.inquirySection .control-panel input#buttonLeave:hover {
    cursor: pointer;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

#inquiryConfirmSection p {
    color: #000;
    font-size: 13px;
    line-height: 13px;
}

#inquiryConfirmSection dd {
    font-size: 12px;
    padding-left: 15px;
}

#inquiryCompleteSection p {
    line-height: 1.4em;
    margin: 30px 0 0;
}

#inquiryCompleteSection a {
    background-color: #000;
    color: #ccc;
    display: block;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    letter-spacing: 5px;
    margin: 35px auto 0;
    padding: 14px 0;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    width: 290px;
}

#inquiryCompleteSection a:hover {
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}



@media(max-width: 769px) {
    .main,
    #privacy,
    #law {
        width: 92%;
        margin: 0 auto;
        padding: 0;
    }

    .main #about,
    .main .inquirySection {
        width: 100%;
        padding: 0;
    }
}

.template #category-menu {
    display: block;
}

.template #category-menu span {
    cursor: pointer;
}

.template #category-menu .category-list {
    display: none;
}

.template #category-menu:hover .category-list {
    display: block;
    padding: 20px 0 0;
    position: absolute;
    z-index: 9999;
}

.template #category-menu .category-list ul {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgb(100, 100, 100);
    cursor: pointer;
    margin: 0;
    max-width: 250px;
    padding: 10px;
}

.template #category-menu .category-list ul li {
    border: none;
    float: none;
    height: auto;
    line-height: 26px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}

.template #category-menu .category-list ul li a {
    display: inline;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 18px;
    white-space: nowrap;
}

.template #category-menu .category-list ul li a:hover {
    border-bottom: none;
    text-decoration: underline;
}

body.shop #shopHeader nav ul#appsItemCategoryTag {
    display: block;
}

body.template #category-menu span {
    display: block;
    -webkit-font-smoothing: antialiased;
    padding: 10px;
    text-transform: uppercase;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

body.template #category-menu:hover .category-list ul {
    border: inherit;
    border-radius: inherit;
    padding: 0;
}

body.template #category-menu:hover .category-list ul li:before {
    padding-top: 15px;
}

body.template #category-menu:hover .category-list ul li:after {
    padding-bottom: 15px;
}

body.template #category-menu:hover .category-list ul li:hover {
    background-color: #b3b3b3;
    border-bottom: none;
    height: auto;
}

body.template #category-menu:hover .category-list ul li a {
    display: block;
    margin: 0;
    max-width: 250px;
    overflow: hidden;
    padding: 10px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.template #category-menu:hover .category-list ul li a:hover {
    text-decoration: none;
}

.template
#category-menu
.appsItemCategoryTag_child
.appsItemCategoryTag_lowerchild {
    display: none;
}

@media(min-width: 769px) {
    .template #category-menu .appsItemCategoryTag_child .appsItemCategoryTag_lowerchild {
        display: none;
        left: 99%;
        position: absolute;
        top: 0;
        z-index: -1;
    }

    .template #category-menu .appsItemCategoryTag_lowerchild:hover,
    .template #category-menu .appsItemCategoryTag_child:hover .appsItemCategoryTag_lowerchild {
        display: block;
    }
}

.categoryTitle01 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    margin: 38px 0 0;
    text-align: center;
}

.childCategoryList01 {
    padding: 17px 0 0;
    text-align: center;
}

.childCategoryList01_child {
    display: inline-block;
    font-size: 14px;
    letter-spacing: -0.4em;
}

.childCategoryList01_link {
    display: inline-block;
    letter-spacing: normal;
    line-height: 2;
    padding: 0 15px;
}

.childCategoryList01_link:hover {
    text-decoration: underline;
}

body.template .etc-menu span {
    display: block;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_description {
    font-size: 13px;
}

@media(max-width: 768px) {
    .main .communityMain {
        width: 100%;
        padding: 0;
    }

    .main .communityMain .communityTitle {
        font-size: 18px;
    }

    .main .communityMain #limitedItem,
    .main .communityMain #limitedUrl {
        width: 100%;
    }

    .main .communityMain .communityItems,
    .main .communityMain #productsLimitedUrl {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .main .communityMain .communityItems .communityItem {
        width: 31%;
        margin: 0 0 12px 0;
    }

    .main .communityMain .communityItems .communityItem .communityImageContainer {
        position: relative;
        width: 100%;
        height: auto;
    }
    .main .communityMain .communityItems .communityItem .communityImageContainer::before {
        content: '';
        display: block;
        padding-top: 100%;
    }

    .main .communityMain .communityItems .communityItem .communityImageContainer .communityImageResize {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        object-fit: contain;
    }

    .main .communityMain #productsLimitedUrl .urlBox {
        width: 44%;
        margin: 0 0 12px 0 !important;
    }
}

@media(max-width: 480px) {
    .main .communityMain .communityContent {
        flex-direction: column;
    }
    .main .communityMain .communityContent .communityOverview,
    .main .communityMain .communityContent .communityNav {
        width: 100%;
        margin: 0;
    }

    .main .communityMain .communityItems .communityItem {
        width: 49%;
    }
    .main .communityMain #productsLimitedUrl .urlBox {
        width: 100%;
        margin: 0 0 12px 0 !important;
    }
}

/*追加*/
@media (min-width: 768px)
.layout-heroHeader[data-route=index][data-height=vh] {
    height: 100vh;
}
@media (min-width: 768px)
.layout-heroHeader[data-route=index] {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    margin-top: 0;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr auto 1fr;
    grid-template-rows: 1fr auto 1fr;
    -ms-grid-columns: 1fr auto 1fr;
    grid-template-columns: 1fr auto 1fr;
}
@media (min-width: 768px)
.layout-heroHeader[data-route=index] {
    height: 500px;
}
@media (min-width: 768px)
.layout-heroHeader {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    margin-top: 80px;
}
@media (min-width: 768px)
.layout-heroHeader[data-route=index] .layout-cotSubheaderContainer {
    display: block;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
}
@media (min-width: 768px)
.layout-heroHeader .layout-cotSubheaderContainer {
    display: none;
}
.layout-cotSubheaderContainer>div:last-child {
    margin-bottom: 16px;
    margin-bottom: 32px;
}
.image_imageWrapper_93416b16 {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.image_imageWrapper_93416b16 {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.image_imageDisplayAreaWrapper_93416b16[href=""] {
    cursor: default;
    pointer-events: none;
}
.image_imageDisplayAreaWrapper_93416b16[href=""] {
    cursor: default;
    pointer-events: none;
}
.image_imageDisplayAreaWrapper_93416b16 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.image_imageDisplayAreaWrapper_93416b16 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.image_imageDisplayArea_93416b16[data-content-fit=cover] {
    background-size: cover;
}
.image_imageDisplayArea_93416b16[data-loaded=true] {
    opacity: 1;
}
.image_imageDisplayArea_93416b16[data-content-fit=cover] {
    background-size: cover;
}
.image_imageDisplayArea_93416b16[data-loaded=true] {
    opacity: 1;
}
.image_imageDisplayArea_93416b16 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    transition: opacity .2s ease;
}
.image_imageDisplayArea_93416b16 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    transition: opacity .2s ease;
}
.image_image_93416b16 {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
}
.image_image_93416b16 {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
}
img {
    border-style: none;
}
.itemList.clearfix p {
    width: 100%;
    margin: 0 0 18px;
    color: #000;
    font-size: 12px;
    letter-spacing: 3px;
    text-align: left;
    text-transform: uppercase;
    /*border-bottom: 1px solid #999;*/
}
#shopTopPage .item:nth-of-type(3n){
    margin: 0;
}




body#shopDetailPage h1.itemTitle{
    color: #3c3c3c;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 32px;
    word-break: break-word;
}
.bx-viewport{
    heigth:auto !important;
}
#slideImg li {
    list-style: none;
    /*position: unset !important;
    display: block !important;*/
}
@media(max-width: 768px) {
    body#shopDetailPage .itemImg {
        flex-wrap: wrap;
        height: auto;
    }
    body#shopDetailPage #slideImgPager {
        width: 100%;
        order: 2;
    }
    body#shopDetailPage #slideImgPager .mCSB_inside > .mCSB_container li{
        float: left;
        /*margin: 1px;*/
    }
    body#shopDetailPage h1.itemTitle {
        margin: 32px 0;
    }
    body#shopDetailPage #mainContent .item .bx-wrapper{
        float: none;
        width: 100%;
        margin: 0 10px 0 0;
    }
    body#shopDetailPage .itemImgSlide{
        order: 1;
        margin-bottom: 10px;
    }
    body#shopDetailPage #slideImgPager .mCSB_inside > .mCSB_container li{
    float: left;
    margin: 0;
    width: 20%;
    }
    body#shopDetailPage #slideImgPager .mCSB_inside > .mCSB_container li:nth-child(7n){
        margin: 0;
    }
    body#shopDetailPage #slideImgPager .smallImgBox {
        height: 71px;
        line-height: 71px;
        text-align: center;
        width: 71px;
    }

    body#shopDetailPage #slideImgPager .smallImgBox img {
        max-height: 71px;
        max-width: 71px;
        vertical-align: middle;
    }
    #baseMenu ul li{
        float: left;
        width: 10% !important;
        margin: 0 !important;
    }
	
    body.shop #shopHeader nav ul li{
        width: max(20%, min(20%));
    }
	body.shop #shopHeader nav ul li a {
		padding: 10px 0 0 0;
	}
    body.shop #shopHeader h1 img {
        max-width: 90px;
        width: 100%;
    }
}
.mCSB_scrollTools .mCSB_draggerContainer {
    display: none;
}
#baseMenu ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#baseMenu ul li{
    margin: 0 10px 0 0;
    float: left;
    width: 50%;
}
#baseMenu ul li a{
    padding: 0;
    box-shadow: none;
}
#baseMenu ul li a img {
    height: auto;
    width: 15px;
}


/*追加おしまい*/


/****************************************************************/


body { 
        background-image: none;
        background-color: #FFFFFF;
     }

        .childCategoryList01_child,
    .childCategoryList01_link,
    .mainHeaderNavColor,
    .appsItemCategoryTag_lowerLink,
    .categoryTitle01,
    .footerNav {
        color: #555555;
    }

.image_imageWrapper_93416b16 {
		width: 100%;
		position: relative;
		overflow: hidden
}

.image_imageDisplayAreaWrapper_93416b16 {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0
}

.image_imageDisplayAreaWrapper_93416b16[href=""] {
		cursor: default;
		pointer-events: none
}

.image_imageDisplayArea_93416b16 {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-repeat: no-repeat;
		background-position-x: center;
		background-position-y: center;
		transition: opacity .2s ease
}

.image_imageDisplayArea_93416b16[data-loaded=false] {
		opacity: 0
}

.image_imageDisplayArea_93416b16[data-loaded=true] {
		opacity: 1
}

.image_imageDisplayArea_93416b16[data-content-fit=cover] {
		background-size: cover
}

.image_imageDisplayArea_93416b16[data-content-fit=contain] {
		background-size: contain
}

.image_image_93416b16 {
		clip: rect(0 0 0 0);
		-webkit-clip-path: inset(50%);
		clip-path: inset(50%);
		width: 1px;
		height: 1px;
		overflow: hidden;
		position: absolute;
		white-space: nowrap
}

.title_container_c32fa52c {
		width: 100%;
		letter-spacing: .05em;
		padding: 16px 0
}

.title_title_c32fa52c {
		color: var(--text-color);
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: unset;
		align-items: unset;
		line-height: 1.5;
		font-size: 16px
}

.title_title_c32fa52c[data-underline=true] {
		padding: 0 0 8px;
	/*border-bottom: 1px solid #999;*/
}

.title_title_c32fa52c[data-align=left] {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		text-align: left
}

.title_title_c32fa52c[data-align=center] {
		-webkit-justify-content: center;
		justify-content: center;
		text-align: center
}

.title_title_c32fa52c[data-align=right] {
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		text-align: right
}

.title_textIcon_c32fa52c {
		margin: 0 4px 0 0;
		line-height: 1.5
}

.title_textIcon_c32fa52c[data-type=dot]:before {
		content: "\e927"
}

.title_textIcon_c32fa52c[data-type=pipe]:before {
		content: "\e926"
}

.title_textIcon_c32fa52c[data-type=circle-big]:before {
		content: "\e925"
}

.title_textIcon_c32fa52c[data-type=square]:before {
		content: "\e924"
}

.title_textIcon_c32fa52c[data-type=diamond]:before {
		content: "\e923"
}

.title_textIcon_c32fa52c[data-type=star]:before {
		content: "\e91e"
}

.title_textIcon_c32fa52c[data-type=caretDown]:before {
		content: "\e92b"
}

.title_textIcon_c32fa52c[data-type=caretUp]:before {
		content: "\e92c"
}

.title_textIcon_c32fa52c[data-type=mail]:before {
		content: "\e916"
}

.title_textIcon_c32fa52c[data-type=information]:before {
		content: "\e919"
}

.title_textIcon_c32fa52c[data-type=question]:before {
		content: "\e91c"
}

.title_textIcon_c32fa52c[data-type=attentionTriangle]:before {
		content: "\e903"
}

.title_textIcon_c32fa52c[data-type=tag]:before {
		content: "\e928"
}

.title_textIcon_c32fa52c[data-type=checkbox]:before {
		content: "\e92a"
}

.title_textIcon_c32fa52c[data-type=question-letter]:before {
		content: "\e921"
}

.title_textIcon_c32fa52c[data-type=answer-letter]:before {
		content: "\e920"
}

@media (min-width:768px) {
		.title_title_c32fa52c[data-size=normal] {
				font-size: 16px
		}
		.title_title_c32fa52c[data-size=large] {
				font-size: 24px
		}
		.title_title_c32fa52c[data-size=xlarge] {
				font-size: 32px
		}
}

@media (max-width:767px) {
		.title_title_c32fa52c[data-size=normal] {
				font-size: 16px
		}
		.title_title_c32fa52c[data-size=large] {
				font-size: 20px
		}
		.title_title_c32fa52c[data-size=xlarge] {
				font-size: 24px
		}
}

.text_container_bd81d1e0 {
		width: 100%;
		letter-spacing: .05em
}

.text_text_bd81d1e0 {
		padding: 16px 0;
		font-size: 14px;
		word-break: break-all;
		overflow-wrap: anywhere;
		line-height: normal
}

.text_text_bd81d1e0, .text_text_bd81d1e0 a {
		color: var(--text-color)
}

.text_text_bd81d1e0[data-align=center] {
		text-align: center
}

.text_text_bd81d1e0[data-align=right] {
		text-align: right
}

@media (max-width:767px) {
		.text_text_bd81d1e0 {
				padding: 16px 0
		}
}

.movie_container_e6f27147 {
		position: relative;
		height: 0;
		width: 100%;
		padding-bottom: 56.25%;
		overflow: hidden;
		margin: 0 0 24px
}

.movie_container_e6f27147 > iframe, .movie_unsetting_e6f27147 {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0
}

.movie_unsetting_e6f27147 {
		background-image: url(https://static.thebase.in/img/shop/no_movie.png);
		background-position: 50%;
		background-size: cover
}

.title_container_c32fa52c {
		width: 100%;
		letter-spacing: .05em;
		padding: 16px 0
}

.title_title_c32fa52c {
		color: var(--text-color);
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: unset;
		align-items: unset;
		line-height: 1.5;
		font-size: 16px
}

.title_title_c32fa52c[data-underline=true] {
		padding: 0 0 8px;
	/*border-bottom: 1px solid #999;*/
}

.title_title_c32fa52c[data-align=left] {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		text-align: left
}

.title_title_c32fa52c[data-align=center] {
		-webkit-justify-content: center;
		justify-content: center;
		text-align: center
}

.title_title_c32fa52c[data-align=right] {
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		text-align: right
}

.title_textIcon_c32fa52c {
		margin: 0 4px 0 0;
		line-height: 1.5
}

.title_textIcon_c32fa52c[data-type=dot]:before {
		content: "\e927"
}

.title_textIcon_c32fa52c[data-type=pipe]:before {
		content: "\e926"
}

.title_textIcon_c32fa52c[data-type=circle-big]:before {
		content: "\e925"
}

.title_textIcon_c32fa52c[data-type=square]:before {
		content: "\e924"
}

.title_textIcon_c32fa52c[data-type=diamond]:before {
		content: "\e923"
}

.title_textIcon_c32fa52c[data-type=star]:before {
		content: "\e91e"
}

.title_textIcon_c32fa52c[data-type=caretDown]:before {
		content: "\e92b"
}

.title_textIcon_c32fa52c[data-type=caretUp]:before {
		content: "\e92c"
}

.title_textIcon_c32fa52c[data-type=mail]:before {
		content: "\e916"
}

.title_textIcon_c32fa52c[data-type=information]:before {
		content: "\e919"
}

.title_textIcon_c32fa52c[data-type=question]:before {
		content: "\e91c"
}

.title_textIcon_c32fa52c[data-type=attentionTriangle]:before {
		content: "\e903"
}

.title_textIcon_c32fa52c[data-type=tag]:before {
		content: "\e928"
}

.title_textIcon_c32fa52c[data-type=checkbox]:before {
		content: "\e92a"
}

.title_textIcon_c32fa52c[data-type=question-letter]:before {
		content: "\e921"
}

.title_textIcon_c32fa52c[data-type=answer-letter]:before {
		content: "\e920"
}

@media (min-width:768px) {
		.title_title_c32fa52c[data-size=normal] {
				font-size: 16px
		}
		.title_title_c32fa52c[data-size=large] {
				font-size: 24px
		}
		.title_title_c32fa52c[data-size=xlarge] {
				font-size: 32px
		}
}

@media (max-width:767px) {
		.title_title_c32fa52c[data-size=normal] {
				font-size: 16px
		}
		.title_title_c32fa52c[data-size=large] {
				font-size: 20px
		}
		.title_title_c32fa52c[data-size=xlarge] {
				font-size: 24px
		}
}

.column-image-and-text_imageBlock_31a5f6d7 {
		display: inline-block;
		margin: 0 auto
}

.column-image-and-text_image_31a5f6d7, .column-image-and-text_image_31a5f6d7 img {
		width: 100%;
		height: 100%
}

.column-image-and-text_image_31a5f6d7 img {
		max-height: 600px;
		-o-object-fit: contain;
		object-fit: contain;
		vertical-align: bottom
}

.column-image-and-text_image_31a5f6d7 img[data-vertical=top] {
		-o-object-position: top;
		object-position: top
}

.column-image-and-text_image_31a5f6d7 img[data-vertical=middle] {
		-o-object-position: center;
		object-position: center
}

.column-image-and-text_image_31a5f6d7 img[data-vertical=bottom] {
		-o-object-position: bottom;
		object-position: bottom
}

.column-image-and-text_text_31a5f6d7 {
		width: 100%;
		height: 100%;
		font-size: 14px;
		color: var(--text-color);
		display: -webkit-flex;
		display: flex
}

.column-image-and-text_text_31a5f6d7 a {
		color: var(--accent-color)
}

.column-image-and-text_text_31a5f6d7[data-horizontal=left] {
		-webkit-align-items: flex-start;
		align-items: flex-start
}

.column-image-and-text_text_31a5f6d7[data-horizontal=left] .column-image-and-text_textBody_31a5f6d7 {
		text-align: left
}

.column-image-and-text_text_31a5f6d7[data-horizontal=center] {
		-webkit-align-items: center;
		align-items: center
}

.column-image-and-text_text_31a5f6d7[data-horizontal=center] .column-image-and-text_textBody_31a5f6d7 {
		text-align: center
}

.column-image-and-text_text_31a5f6d7[data-horizontal=right] {
		-webkit-align-items: flex-end;
		align-items: flex-end
}

.column-image-and-text_text_31a5f6d7[data-horizontal=right] .column-image-and-text_textBody_31a5f6d7 {
		text-align: right
}

.column-image-and-text_text_31a5f6d7[data-vertical=top] {
		-webkit-flex-direction: column;
		flex-direction: column
}

.column-image-and-text_text_31a5f6d7[data-vertical=middle] {
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center
}

.column-image-and-text_text_31a5f6d7[data-vertical=bottom] {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse
}

.column-image-and-text_textBody_31a5f6d7 {
		word-break: break-all;
		overflow-wrap: anywhere;
		line-height: normal
}

@media (min-width:768px) {
		.column-image-and-text_container_31a5f6d7[data-columns-pc=image-left] {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 3fr 2fr;
				grid-template-columns: 3fr 2fr;
				gap: 22px
		}
		.column-image-and-text_container_31a5f6d7[data-columns-pc=image-right] {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 2fr 3fr;
				grid-template-columns: 2fr 3fr;
				gap: 22px
		}
		.column-image-and-text_container_31a5f6d7[data-columns-pc=image-right] .column-image-and-text_imageBlock_31a5f6d7 {
				-webkit-order: 1;
				order: 1
		}
}

@media (max-width:767px) {
		.column-image-and-text_container_31a5f6d7[data-columns-sp=image-bottom], .column-image-and-text_container_31a5f6d7[data-columns-sp=image-top] {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr;
				grid-template-columns: 1fr;
				gap: 22px
		}
		.column-image-and-text_container_31a5f6d7[data-columns-sp=image-bottom] .column-image-and-text_imageBlock_31a5f6d7 {
				-webkit-order: 1;
				order: 1
		}
}

.title_container_c32fa52c {
		width: 100%;
		letter-spacing: .05em;
		padding: 16px 0
}

.title_title_c32fa52c {
		color: var(--text-color);
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: unset;
		align-items: unset;
		line-height: 1.5;
		font-size: 16px
}

.title_title_c32fa52c[data-underline=true] {
		padding: 0 0 8px;
	/*border-bottom: 1px solid #999;*/
}

.title_title_c32fa52c[data-align=left] {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		text-align: left
}

.title_title_c32fa52c[data-align=center] {
		-webkit-justify-content: center;
		justify-content: center;
		text-align: center
}

.title_title_c32fa52c[data-align=right] {
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		text-align: right
}

.title_textIcon_c32fa52c {
		margin: 0 4px 0 0;
		line-height: 1.5
}

.title_textIcon_c32fa52c[data-type=dot]:before {
		content: "\e927"
}

.title_textIcon_c32fa52c[data-type=pipe]:before {
		content: "\e926"
}

.title_textIcon_c32fa52c[data-type=circle-big]:before {
		content: "\e925"
}

.title_textIcon_c32fa52c[data-type=square]:before {
		content: "\e924"
}

.title_textIcon_c32fa52c[data-type=diamond]:before {
		content: "\e923"
}

.title_textIcon_c32fa52c[data-type=star]:before {
		content: "\e91e"
}

.title_textIcon_c32fa52c[data-type=caretDown]:before {
		content: "\e92b"
}

.title_textIcon_c32fa52c[data-type=caretUp]:before {
		content: "\e92c"
}

.title_textIcon_c32fa52c[data-type=mail]:before {
		content: "\e916"
}

.title_textIcon_c32fa52c[data-type=information]:before {
		content: "\e919"
}

.title_textIcon_c32fa52c[data-type=question]:before {
		content: "\e91c"
}

.title_textIcon_c32fa52c[data-type=attentionTriangle]:before {
		content: "\e903"
}

.title_textIcon_c32fa52c[data-type=tag]:before {
		content: "\e928"
}

.title_textIcon_c32fa52c[data-type=checkbox]:before {
		content: "\e92a"
}

.title_textIcon_c32fa52c[data-type=question-letter]:before {
		content: "\e921"
}

.title_textIcon_c32fa52c[data-type=answer-letter]:before {
		content: "\e920"
}

@media (min-width:768px) {
		.title_title_c32fa52c[data-size=normal] {
				font-size: 16px
		}
		.title_title_c32fa52c[data-size=large] {
				font-size: 24px
		}
		.title_title_c32fa52c[data-size=xlarge] {
				font-size: 32px
		}
}

@media (max-width:767px) {
		.title_title_c32fa52c[data-size=normal] {
				font-size: 16px
		}
		.title_title_c32fa52c[data-size=large] {
				font-size: 20px
		}
		.title_title_c32fa52c[data-size=xlarge] {
				font-size: 24px
		}
}

.column-image-and-text_imageBlock_31a5f6d7 {
		display: inline-block;
		margin: 0 auto
}

.column-image-and-text_image_31a5f6d7, .column-image-and-text_image_31a5f6d7 img {
		width: 100%;
		height: 100%
}

.column-image-and-text_image_31a5f6d7 img {
		max-height: 600px;
		-o-object-fit: contain;
		object-fit: contain;
		vertical-align: bottom
}

.column-image-and-text_image_31a5f6d7 img[data-vertical=top] {
		-o-object-position: top;
		object-position: top
}

.column-image-and-text_image_31a5f6d7 img[data-vertical=middle] {
		-o-object-position: center;
		object-position: center
}

.column-image-and-text_image_31a5f6d7 img[data-vertical=bottom] {
		-o-object-position: bottom;
		object-position: bottom
}

.column-image-and-text_text_31a5f6d7 {
		width: 100%;
		height: 100%;
		font-size: 14px;
		color: var(--text-color);
		display: -webkit-flex;
		display: flex
}

.column-image-and-text_text_31a5f6d7 a {
		color: var(--accent-color)
}

.column-image-and-text_text_31a5f6d7[data-horizontal=left] {
		-webkit-align-items: flex-start;
		align-items: flex-start
}

.column-image-and-text_text_31a5f6d7[data-horizontal=left] .column-image-and-text_textBody_31a5f6d7 {
		text-align: left
}

.column-image-and-text_text_31a5f6d7[data-horizontal=center] {
		-webkit-align-items: center;
		align-items: center
}

.column-image-and-text_text_31a5f6d7[data-horizontal=center] .column-image-and-text_textBody_31a5f6d7 {
		text-align: center
}

.column-image-and-text_text_31a5f6d7[data-horizontal=right] {
		-webkit-align-items: flex-end;
		align-items: flex-end
}

.column-image-and-text_text_31a5f6d7[data-horizontal=right] .column-image-and-text_textBody_31a5f6d7 {
		text-align: right
}

.column-image-and-text_text_31a5f6d7[data-vertical=top] {
		-webkit-flex-direction: column;
		flex-direction: column
}

.column-image-and-text_text_31a5f6d7[data-vertical=middle] {
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center
}

.column-image-and-text_text_31a5f6d7[data-vertical=bottom] {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse
}

.column-image-and-text_textBody_31a5f6d7 {
		word-break: break-all;
		overflow-wrap: anywhere;
		line-height: normal
}

@media (min-width:768px) {
		.column-image-and-text_container_31a5f6d7[data-columns-pc=image-left] {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 3fr 2fr;
				grid-template-columns: 3fr 2fr;
				gap: 22px
		}
		.column-image-and-text_container_31a5f6d7[data-columns-pc=image-right] {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 2fr 3fr;
				grid-template-columns: 2fr 3fr;
				gap: 22px
		}
		.column-image-and-text_container_31a5f6d7[data-columns-pc=image-right] .column-image-and-text_imageBlock_31a5f6d7 {
				-webkit-order: 1;
				order: 1
		}
}

@media (max-width:767px) {
		.column-image-and-text_container_31a5f6d7[data-columns-sp=image-bottom], .column-image-and-text_container_31a5f6d7[data-columns-sp=image-top] {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr;
				grid-template-columns: 1fr;
				gap: 22px
		}
		.column-image-and-text_container_31a5f6d7[data-columns-sp=image-bottom] .column-image-and-text_imageBlock_31a5f6d7 {
				-webkit-order: 1;
				order: 1
		}
}

.title_container_c32fa52c {
		width: 100%;
		letter-spacing: .05em;
		padding: 16px 0
}

.title_title_c32fa52c {
		color: var(--text-color);
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: unset;
		align-items: unset;
		line-height: 1.5;
		font-size: 16px
}

.title_title_c32fa52c[data-underline=true] {
		padding: 0 0 8px;
		/*border-bottom: 1px solid #999;*/
}

.title_title_c32fa52c[data-align=left] {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		text-align: left
}

.title_title_c32fa52c[data-align=center] {
		-webkit-justify-content: center;
		justify-content: center;
		text-align: center
}

.title_title_c32fa52c[data-align=right] {
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		text-align: right
}

.title_textIcon_c32fa52c {
		margin: 0 4px 0 0;
		line-height: 1.5
}

.title_textIcon_c32fa52c[data-type=dot]:before {
		content: "\e927"
}

.title_textIcon_c32fa52c[data-type=pipe]:before {
		content: "\e926"
}

.title_textIcon_c32fa52c[data-type=circle-big]:before {
		content: "\e925"
}

.title_textIcon_c32fa52c[data-type=square]:before {
		content: "\e924"
}

.title_textIcon_c32fa52c[data-type=diamond]:before {
		content: "\e923"
}

.title_textIcon_c32fa52c[data-type=star]:before {
		content: "\e91e"
}

.title_textIcon_c32fa52c[data-type=caretDown]:before {
		content: "\e92b"
}

.title_textIcon_c32fa52c[data-type=caretUp]:before {
		content: "\e92c"
}

.title_textIcon_c32fa52c[data-type=mail]:before {
		content: "\e916"
}

.title_textIcon_c32fa52c[data-type=information]:before {
		content: "\e919"
}

.title_textIcon_c32fa52c[data-type=question]:before {
		content: "\e91c"
}

.title_textIcon_c32fa52c[data-type=attentionTriangle]:before {
		content: "\e903"
}

.title_textIcon_c32fa52c[data-type=tag]:before {
		content: "\e928"
}

.title_textIcon_c32fa52c[data-type=checkbox]:before {
		content: "\e92a"
}

.title_textIcon_c32fa52c[data-type=question-letter]:before {
		content: "\e921"
}

.title_textIcon_c32fa52c[data-type=answer-letter]:before {
		content: "\e920"
}

@media (min-width:768px) {
		.title_title_c32fa52c[data-size=normal] {
				font-size: 16px
		}
		.title_title_c32fa52c[data-size=large] {
				font-size: 24px
		}
		.title_title_c32fa52c[data-size=xlarge] {
				font-size: 32px
		}
}

@media (max-width:767px) {
		.title_title_c32fa52c[data-size=normal] {
				font-size: 16px
		}
		.title_title_c32fa52c[data-size=large] {
				font-size: 20px
		}
		.title_title_c32fa52c[data-size=xlarge] {
				font-size: 24px
		}
}

.column-image-and-text_imageBlock_31a5f6d7 {
		display: inline-block;
		margin: 0 auto
}

.column-image-and-text_image_31a5f6d7, .column-image-and-text_image_31a5f6d7 img {
		width: 100%;
		height: 100%
}

.column-image-and-text_image_31a5f6d7 img {
		max-height: 600px;
		-o-object-fit: contain;
		object-fit: contain;
		vertical-align: bottom
}

.column-image-and-text_image_31a5f6d7 img[data-vertical=top] {
		-o-object-position: top;
		object-position: top
}

.column-image-and-text_image_31a5f6d7 img[data-vertical=middle] {
		-o-object-position: center;
		object-position: center
}

.column-image-and-text_image_31a5f6d7 img[data-vertical=bottom] {
		-o-object-position: bottom;
		object-position: bottom
}

.column-image-and-text_text_31a5f6d7 {
		width: 100%;
		height: 100%;
		font-size: 14px;
		color: var(--text-color);
		display: -webkit-flex;
		display: flex
}

.column-image-and-text_text_31a5f6d7 a {
		color: var(--accent-color)
}

.column-image-and-text_text_31a5f6d7[data-horizontal=left] {
		-webkit-align-items: flex-start;
		align-items: flex-start
}

.column-image-and-text_text_31a5f6d7[data-horizontal=left] .column-image-and-text_textBody_31a5f6d7 {
		text-align: left
}

.column-image-and-text_text_31a5f6d7[data-horizontal=center] {
		-webkit-align-items: center;
		align-items: center
}

.column-image-and-text_text_31a5f6d7[data-horizontal=center] .column-image-and-text_textBody_31a5f6d7 {
		text-align: center
}

.column-image-and-text_text_31a5f6d7[data-horizontal=right] {
		-webkit-align-items: flex-end;
		align-items: flex-end
}

.column-image-and-text_text_31a5f6d7[data-horizontal=right] .column-image-and-text_textBody_31a5f6d7 {
		text-align: right
}

.column-image-and-text_text_31a5f6d7[data-vertical=top] {
		-webkit-flex-direction: column;
		flex-direction: column
}

.column-image-and-text_text_31a5f6d7[data-vertical=middle] {
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center
}

.column-image-and-text_text_31a5f6d7[data-vertical=bottom] {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse
}

.column-image-and-text_textBody_31a5f6d7 {
		word-break: break-all;
		overflow-wrap: anywhere;
		line-height: normal
}

@media (min-width:768px) {
		.column-image-and-text_container_31a5f6d7[data-columns-pc=image-left] {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 3fr 2fr;
				grid-template-columns: 3fr 2fr;
				gap: 22px
		}
		.column-image-and-text_container_31a5f6d7[data-columns-pc=image-right] {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 2fr 3fr;
				grid-template-columns: 2fr 3fr;
				gap: 22px
		}
		.column-image-and-text_container_31a5f6d7[data-columns-pc=image-right] .column-image-and-text_imageBlock_31a5f6d7 {
				-webkit-order: 1;
				order: 1
		}
}

@media (max-width:767px) {
		.column-image-and-text_container_31a5f6d7[data-columns-sp=image-bottom], .column-image-and-text_container_31a5f6d7[data-columns-sp=image-top] {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr;
				grid-template-columns: 1fr;
				gap: 22px
		}
		.column-image-and-text_container_31a5f6d7[data-columns-sp=image-bottom] .column-image-and-text_imageBlock_31a5f6d7 {
				-webkit-order: 1;
				order: 1
		}
}

.image_imageWrapper_93416b16 {
		width: 100%;
		position: relative;
		overflow: hidden
}

.image_imageDisplayAreaWrapper_93416b16 {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0
}

.image_imageDisplayAreaWrapper_93416b16[href=""] {
		cursor: default;
		pointer-events: none
}

.image_imageDisplayArea_93416b16 {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-repeat: no-repeat;
		background-position-x: center;
		background-position-y: center;
		transition: opacity .2s ease
}

.image_imageDisplayArea_93416b16[data-loaded=false] {
		opacity: 0
}

.image_imageDisplayArea_93416b16[data-loaded=true] {
		opacity: 1
}

.image_imageDisplayArea_93416b16[data-content-fit=cover] {
		background-size: cover
}

.image_imageDisplayArea_93416b16[data-content-fit=contain] {
		background-size: contain
}

.image_image_93416b16 {
		clip: rect(0 0 0 0);
		-webkit-clip-path: inset(50%);
		clip-path: inset(50%);
		width: 1px;
		height: 1px;
		overflow: hidden;
		position: absolute;
		white-space: nowrap
}




.cot-i18nSelect > div {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-justify-content: flex-end;
		justify-content: flex-end
}

.cot-i18nSelect > div > .currency, .cot-i18nSelect > div > .lang {
		background-color: #fff;
		border: 1px solid #c2c8d2;
		border-radius: 4px;
		box-sizing: border-box;
		display: inline-block;
		position: relative;
		z-index: 0;
		margin-right: 8px
}

.cot-i18nSelect .x_i18nSelectBox {
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		background: none;
		border: none;
		box-sizing: border-box;
		cursor: pointer;
		font-size: 14px;
		height: 32px;
		outline: none;
		padding: 0 40px 0 12px;
		position: relative;
		z-index: 1
}

.cot-i18nSelect > div > .currency:before, .cot-i18nSelect > div > .lang:before {
		font-family: shopicon;
		speak: none;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		color: #384359;
		display: block;
		font-size: 10px;
		background-size: 10px 7px;
		content: "\e905";
		height: 7px;
		position: absolute;
		right: 10px;
		top: 12px;
		width: 10px
}

.cot-BASEMenu-iconButton {
		background: #fff;
		border: 1px solid #c2c8d2;
		border-radius: 8px;
		color: #252525;
		cursor: pointer;
		display: inline-block;
		height: 56px;
		outline: none;
		width: 56px;
		text-decoration: none
}

.cot-BASEMenu-iconButton:nth-child(2) {
		margin-left: 8px
}

.cot-BASEMenu-badge {
		position: absolute;
		right: 5px;
		top: 4px
}

.cot-BASEMenu-badge, .cot-BASEMenu-badge > iframe {
		height: 16px;
		width: 16px
}

.cot-BASEMenu-badge > iframe {
		margin: 0;
		padding: 0;
		border: none
}

.cot-BASEMenu-icon {
		font-size: 22px;
		font-style: normal;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		height: 100%;
		-webkit-align-content: center;
		align-content: center
}

.cot-searchBox {
		position: relative
}

.cot-searchBox-input {
		-webkit-appearance: none;
		padding: 0 32px 0 8px;
		border: 1px solid #c2c8d2;
		border-radius: 4px;
		box-sizing: border-box;
		font-family: inherit;
		font-size: 12px;
		height: 32px;
		line-height: 32px;
		width: 100%;
		background-color: #fff
}

.cot-searchBox-input:focus {
		border-color: #c2c8d2;
		box-shadow: 0 0 2px 0 #c2c8d2;
		outline: none
}

.cot-searchBox-input:disabled {
		background-color: #fff
}

.cot-searchBox-input:disabled + .cot-searchBox-button {
		cursor: default
}

.cot-searchBox-input:disabled + .cot-searchBox-button > .cot-searchBox-icon {
		color: #c2c8d2
}

.cot-searchBox-button {
		position: absolute;
		right: 10px;
		top: 6px;
		font-size: 12px;
		background-color: transparent;
		border: none;
		border-radius: 0;
		height: 20px;
		padding: 0;
		width: 20px;
		background: none;
		cursor: pointer;
		display: inline-block;
		outline: none
}

.cot-searchBox-icon {
		font-size: 1.6rem
}

.cot-itemAttention__attention {
		color: #a0a7b4;
		font-size: 12px;
		margin-bottom: 8px
}

.cot-itemAttention__attention > .cot-icon {
		margin-right: 4px
}

.cot-itemAttention__attentionSalesPeriod {
		margin-bottom: 16px
}

.cot-itemAttention__attention[data-type=shipping] > a, .cot-itemAttention__attention[data-type=shipping] > a:hover {
		color: #a0a7b4
}

.cot-itemAttention__bordered {
		color: #11beae;
		font-size: 12px;
		background-color: #fff;
		padding: 8px;
		text-align: center;
		border-radius: 2px;
		border: 1px solid #11beae;
		margin-bottom: 8px
}

.cot-itemAttention__community {
		padding: 12px;
		color: #fff;
		background-color: #f2bb31;
		border-radius: 2px;
		font-size: 14px;
		margin-bottom: 8px
}

.cot-itemAttention__communityTitle {
		font-weight: 700
}

.cot-itemAttention__communityNote {
		margin-top: 8px
}

.cot-itemAttention__community + .cot-itemAttention__attention {
		margin-bottom: 24px
}

.cot-itemAttention__salesPeriod {
		color: #11beae;
		font-size: 14px;
		background-color: #eaf8f7;
		padding: 12px;
		border: 1px solid #11beae;
		margin-bottom: 8px
}

.cot-itemAttention__salesPeriod[data-status=willStart] {
		text-align: center
}

.cot-itemAttention__salesPeriod[data-status=finish] {
		color: #a0a7b4;
		background-color: #f1f3f7;
		border-radius: 2px;
		border: none;
		margin-bottom: 8px;
		text-align: center
}

.cot-itemAttention__preOrder, .cot-itemAttention__takeout {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		margin-bottom: 8px;
		font-size: 12px
}

.cot-itemAttention__preOrderLabel, .cot-itemAttention__takeoutLabel {
		display: inline-block;
		background-color: var(--accent-color);
		margin-right: 4px;
		font-size: 12px;
		letter-spacing: .03em;
		font-weight: 700;
		height: 22px;
		line-height: 22px;
		vertical-align: middle;
		padding: 0 6px;
		border-radius: 2px;
		color: var(--light-text-color);
		word-break: keep-all
}

.cot-itemAttention__lottery {
		margin-bottom: 8px;
		font-size: 12px
}

.cot-itemAttention__lotteryLabel {
		display: inline-block;
		background-color: var(--accent-color);
		font-size: 12px;
		letter-spacing: .03em;
		font-weight: 700;
		height: 22px;
		line-height: 22px;
		vertical-align: middle;
		padding: 0 6px;
		border-radius: 2px;
		color: var(--light-text-color);
		word-break: keep-all
}

.cot-itemAttention__lotteryText {
		font-size: 12px;
		margin: 8px 0 4px;
		word-break: break-word;
		letter-spacing: normal
}

.cot-itemAttention__digitalContents, .cot-itemAttention__subscription {
		padding: 12px;
		background-color: #f0f1f4;
		font-size: 14px;
		color: #222;
		margin-bottom: 8px
}

.cot-itemAttention__digitalContents > b, .cot-itemAttention__subscription > b {
		margin-bottom: 2px
}

.cot-itemAttention .takeout__text--anker {
		text-decoration: underline;
		cursor: pointer;
		display: inline
}

.cot-itemOrder-button {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		background: #252525;
		border-radius: 6px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		min-width: 160px;
		padding: 0 8px;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
		width: 100%;
		height: 60px
}

.cot-itemOrder-button:hover {
		opacity: .6
}

.cot-itemOrder-buttonIcon {
		margin-right: 4px
}

.cot-itemOrder-button[type=submit] {
		color: var(--light-text-color)
}

.cot-itemOrder-button[disabled] {
		background: #f1f3f7;
		color: #6a6f76;
		cursor: default
}

.cot-itemOrder-button[disabled]:hover {
		opacity: 1
}

.cot-itemOrder-button[data-type=link] {
		background: #ddd;
		color: var(--light-text-color)
}

.cot-itemOrder-button[data-size=small] {
		font-size: 16px;
		width: 180px;
		min-width: 180px;
		height: 48px
}

.cot-itemOrder-button[data-type=close] {
		background-color: #999
}

.cot-itemOrder-button.cot-itemOrder-soldOut {
		background: #f1f3f7;
		color: #6a6f76;
		cursor: default
}

.cot-itemOrder-button.cot-itemOrder-register {
		background: #6a6f76
}

.cot-itemOrder-button.cot-itemOrder-variationSelect {
		position: relative;
		background: #fff;
		border: 1px solid #6a6f76;
		color: #252525;
		margin-bottom: 16px;
		overflow: hidden
}

.cot-itemOrder-button.cot-itemOrder-variationSelect div {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		width: 80%;
		text-align: center
}

.cot-itemOrder-button.cot-itemOrder-variationSelect .cot-icon {
		bottom: 0;
		font-size: 16px;
		height: 16px;
		margin: auto;
		position: absolute;
		right: 16px;
		top: 0;
		width: 18px
}

.cot-itemOrder-soldOut:hover {
		opacity: 1;
		cursor: default
}

.cot-itemOrder-variationSelect {
		height: 48px
}

.cot-itemOrder-variationSelect-error {
		color: #fa5171
}

.cot-modal-content {
		display: none
}

.cot-modal-content[aria-hidden=false] {
		display: block
}

.cot-modal-title[data-type][aria-hidden=true] {
		display: none
}

.cot-itemOrder-bordered {
		color: #11beae;
		font-size: 14px;
		background-color: #fff;
		padding: 8px;
		margin: 16px 16px 0;
		text-align: center;
		border-radius: 2px;
		border: 1px solid #11beae
}

.cot-itemOrder-variationList {
		padding: 16px
}

.cot-itemOrder-variationList .cot-itemOrder-variationLI {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		padding: 16px;
		border-top: 1px solid #d8d8d8
}

.cot-itemOrder-variationList .cot-itemOrder-variationLI:last-child {
		border-bottom: 1px solid #d8d8d8
}

.cot-itemOrder-variationList .cot-itemOrder-variationInfo {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		min-height: 48px;
		-webkit-flex: 1;
		flex: 1
}

.cot-itemOrder-variationList .cot-itemOrder-variationName {
		font-size: 14px;
		font-weight: 700;
		word-break: break-all
}

.cot-itemOrder-variationList .cot-itemOrder-variationName[data-type=soldOut] {
		color: #a0a7b4
}

.cot-itemOrder-variationList .cot-itemOrder-variationStock {
		font-size: 12px
}

.cot-itemOrder-variationList .cot-itemOrder-variationStock[data-type=lastOne] {
		color: #fa5171
}

.cot-itemOrder-variationList .cot-itemOrder-variationStock[data-type=soldOut] {
		color: #a0a7b4
}

.cot-itemOrder-variationList .cot-itemOrder-variationButton {
		margin-left: 16px
}

.cot-itemOrder-registerNotification-content {
		display: none
}

.cot-itemOrder-registerNotification-content[aria-hidden=false] {
		display: block;
		padding: 32px
}

.cot-itemOrder-registerNotification-content .cot-itemOrder-registerNotificationText {
		color: #333;
		font-size: 14px;
		margin-bottom: 12px
}

.cot-itemOrder-registerNotification-content .cot-itemOrder-registerNotificationSubText {
		list-style: none;
		margin-bottom: 32px
}

.cot-itemOrder-registerNotification-content .cot-itemOrder-registerNotificationSubTextChild {
		color: #a0a9b5;
		font-size: 12px;
		margin-bottom: 4px
}

.cot-itemOrder-registerNotification-content .cot-itemOrder-registerNotificationInfoBox {
		background: #f0f1f4;
		border-radius: 2px;
		margin-bottom: 24px;
		padding: 12px
}

.cot-itemOrder-registerNotification-content .cot-itemOrder-registerNotificationInfoBoxIcon {
		font-size: 16px;
		margin-right: 8px;
		vertical-align: text-top
}

.cot-itemOrder-registerNotification-content .cot-itemOrder-registerNotificationInfoBoxText {
		font-size: 12px;
		line-height: 16px;
		margin-left: 23px;
		text-indent: -23px
}

.cot-itemOrder-registerNotification-content .cot-itemOrder-registerNotificationInfoBox[data-type=error] {
		background-color: #fcdcdc;
		color: #fa5171;
		display: none
}

.cot-itemOrder-registerNotification-content .cot-itemOrder-registerNotificationInfoBox[data-type=error][aria-hidden=false] {
		display: block
}

.cot-itemOrder-registerNotification-content .cot-itemOrder-registerNotificationInfoBox[data-type=error] .cot-itemOrder-registerNotificationInfoBoxText {
		font-weight: 700
}

.cot-itemOrder-registerNotification-content .cot-itemOrder-registerNotificationInputLabel {
		font-weight: 700;
		font-size: 16px;
		margin-bottom: 8px
}

.cot-itemOrder-registerNotification-content .cot-itemOrder-registerNotificationInput {
		box-sizing: border-box;
		display: block;
		font-size: 14px;
		height: 52px;
		line-height: 1;
		margin: 0 0 12px;
		outline: none;
		padding: 0 12px;
		width: 100%;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: #fff;
		border: 1px solid #d3dae4;
		border-radius: 6px
}

.cot-itemOrder-registerNotification-content .cot-itemOrder-registerNotificationInput:-moz-placeholder-shown {
		color: #c7c7cd
}

.cot-itemOrder-registerNotification-content .cot-itemOrder-registerNotificationInput:-ms-input-placeholder {
		color: #c7c7cd
}

.cot-itemOrder-registerNotification-content .cot-itemOrder-registerNotificationInput:placeholder-shown {
		color: #c7c7cd
}

.cot-itemOrder-registerNotification-content .cot-itemOrder-registerNotificationInput::-webkit-input-placeholder {
		color: #c7c7cd;
		opacity: 1
}

.cot-itemOrder-registerNotification-content .cot-itemOrder-registerNotificationInput::-moz-placeholder {
		color: #c7c7cd;
		opacity: 1
}

.cot-itemOrder-registerNotification-content .cot-itemOrder-registerNotificationInput:-ms-input-placeholder {
		color: #c7c7cd
}

.cot-itemOrder-registerNotification-content .cot-itemOrder-salesPeriodError {
		background: #fcdcdc;
		color: #f87e7e;
		display: none;
		font-size: 12px;
		font-weight: 700;
		margin: 24px 0;
		padding: 16px;
		text-align: left
}

.cot-itemOrder-registerNotification-content .cot-itemOrder-registerNotificationComplete {
		color: #11beae;
		font-weight: 700;
		text-align: center;
		margin: 8px auto 24px;
		background: #eaf8f7;
		padding: 16px;
		text-align: left
}

.cot-itemOrder-registerNotification-content .cot-itemOrder-button {
		width: 280px;
		margin: 16px auto 0
}

.cot-itemOrder-registerNotification-content .cot-itemOrder-ageVerificationText {
		text-align: center;
		font-weight: 700;
		margin: 40px auto 16px
}

.cot-itemOption__optionSelectArea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		-webkit-align-items: center;
		align-items: center;
		background: #fff;
		border: 1px solid #6a6f76;
		border-radius: 6px;
		color: #252525;
		display: -webkit-flex;
		display: flex;
		font-weight: 700;
		min-height: 48px;
		-webkit-justify-content: center;
		justify-content: center;
		margin: 8px 0 16px;
		position: relative;
		width: 100%
}

.cot-itemOption__optionSelectArea__icon {
		bottom: 0;
		font-size: 16px;
		height: 16px;
		margin: auto;
		position: absolute;
		right: 16px;
		top: 0;
		width: 18px
}

.cot-itemOption__optionSelectArea__label {
		text-align: center;
		width: 100%
}

.cot-itemOption__optionSelectArea__select {
		font-weight: 700;
		height: 100%;
		opacity: 0;
		position: absolute;
		width: 100%;
		z-index: 1
}

.cot-itemOption__selectLabel {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		text-align: center;
		width: 75%;
		padding: 8px 0
}

.cot-itemOption__name {
		display: block;
		margin: 16px 0 8px;
		font-weight: 700;
		font-size: 16px
}

.cot-itemOption__input {
		border: 1px solid #6a6f76;
		height: 48px;
		margin: 0 0 16px;
		width: 100%;
		border-radius: 6px;
		text-indent: 1rem
}

.cot-itemOption__input::-webkit-input-placeholder {
		text-indent: 1rem;
		font-size: 16px
}

.cot-itemOption__input::-moz-placeholder {
		text-indent: 1rem;
		font-size: 16px
}

.cot-itemOption__input:-ms-input-placeholder {
		text-indent: 1rem;
		font-size: 16px
}

.cot-itemOption__input::-ms-input-placeholder {
		text-indent: 1rem;
		font-size: 16px
}

.cot-itemOption__input::placeholder {
		text-indent: 1rem;
		font-size: 16px
}

.cot-itemOption__input[data-dirty=true][data-has-error=true] {
		border: 1px solid #fa5171
}

.cot-itemOption__caption {
		display: block;
		font-size: 14px;
		line-height: 1.5;
		margin: 8px 0
}

.cot-itemOption__bottomCaptionBlock {
		margin-top: -8px;
		margin-bottom: 8px
}

.cot-itemOption__bottomCaptionBlock.clearfix:after {
		display: block;
		clear: both;
		content: ""
}

.cot-itemOption__caption--error {
		color: #fa5171;
		display: block;
		float: left;
		font-size: 14px
}

.cot-itemOption__count {
		color: #a0a7b4;
		display: block;
		float: right;
		font-size: 14px
}

.cot-itemOption__count--error {
		color: #fa5171;
		font-size: 14px
}

.cot-itemOrder .communityTerms a {
		display: inline
}

.cot-itemOrder-communityBox[aria-hidden=true] {
		display: none
}

.cot-itemOrder-communityBox * {
		line-height: normal;
		font-size: medium
}

.cot-itemOrder-communityBox a {
		color: #000;
		text-decoration: underline
}

.cot-itemOrder-communityBox .button {
		display: inline-block;
		vertical-align: top;
		width: 244px;
		font-size: 16px;
		padding: 14px 12px;
		border-radius: 6px;
		box-sizing: border-box;
		color: #fff;
		cursor: pointer;
		text-align: center;
		text-decoration: none
}

.cot-itemOrder-communityBox .buttonPayid {
		background-color: #000435
}

.cot-itemOrder-communityBox .buttonPayid__icon {
		vertical-align: bottom
}

.cot-itemOrder-communityBox .button__guest {
		background-color: #252525;
		color: #fff
}

.cot-itemOrder-communityBox .button__purchase {
		margin-left: 18px
}

.cot-itemOrder-communityPurchase .payid {
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		width: 347px;
		border: 1px solid #ccc
}

.cot-itemOrder-communityPurchase .payid .payButton__icon {
		vertical-align: bottom
}

.cot-itemOrder-communitySignin {
		margin-top: 16px;
		margin-bottom: 24px;
		padding: 16px;
		border: 1px solid #e8e7e2;
		border-radius: 2px
}

.cot-itemOrder-communitySignin p {
		margin: 0 0 16px!important;
		font-size: 12px!important;
		line-height: 1.4
}

.cot-itemOrder-communitySignin a {
		width: 100%;
		height: auto!important;
		text-decoration: none
}

.cot-itemOrder-communityLink {
		margin-top: 24px;
		margin-bottom: 16px;
		font-size: 14px!important
}

.cot-itemOrder-communityLink a {
		font-size: 14px!important
}

.cot-itemOrder-communityTitle {
		margin-top: 21px!important;
		font-size: 21px!important;
		font-weight: 700!important;
		text-align: center!important
}

.cot-itemOrder-communityPrice {
		display: -webkit-flex;
		display: flex;
		margin-top: 22px!important;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center
}

.cot-itemOrder-communityPrice h3, .cot-itemOrder-communityPrice p {
		font-size: 21px!important;
		margin: 0!important
}

.cot-itemOrder-communityOverview {
		margin-top: 26px!important;
		min-height: 100px;
		max-height: 220px;
		overflow: hidden
}

.cot-itemOrder-communityLinkMore {
		margin-top: 14px!important;
		font-size: 14px!important;
		text-align: center;
		color: #000
}

.cot-itemOrder-communityLinkMore a {
		text-decoration: underline
}

.cot-itemOrder-communityRegister {
		margin-top: 22px
}

.cot-itemOrder-communityTerms, .cot-itemOrder-communityTerms a {
		margin-top: 23px!important;
		font-size: 14px!important
}

.cot-itemOrder-communityTerms a {
		text-decoration: underline
}

.cot-itemOrder-communityTextNotice {
		margin-top: 12px!important;
		font-size: 12px!important
}

.cot-modal .cot-itemOrder-communityBox {
		width: 512px;
		margin: 24px auto
}

.cot-itemOrder-communityData .buttonPayid {
		width: 100%
}

.cot-itemOrder-ageVerificationModal {
		text-align: center;
		margin: 0 auto
}

.cot-itemOrder-ageVerification-content {
		padding: 32px;
		letter-spacing: normal;
		border-bottom: 1px solid #f0f1f4
}

.cot-itemOrder-ageVerification-footer {
		padding: 32px;
		letter-spacing: normal
}

@media (max-width:767px) {
		.cot-itemOrder-ageVerification-content, .cot-itemOrder-ageVerification-footer {
				padding: 16px
		}
}

.cot-itemOrder-ageVerificationText {
		margin-top: 24px;
		font-size: 14px;
		line-height: 21px;
		color: #202533
}

.cot-itemOrder-ageVerificationText:first-child {
		margin-top: 0
}

.cot-itemOrder-ageVerificationInputArea {
		margin-top: 12px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center
}

.cot-itemOrder-ageVerificationUserAgeInput {
		border: 1px solid #a0a7b4;
		border-radius: 4px;
		border-radius: 8px;
		width: 64px;
		height: 48px;
		margin: 0 8px;
		padding: 1rem;
		-moz-appearance: textfield;
		transition-property: background-color border-color;
		transition-duration: .2s;
		transition-timing-function: ease
}

.cot-itemOrder-ageVerificationUserAgeInput[aria-invalid=true] {
		border-color: #fa5171;
		background-color: #ffe5e9
}

.cot-itemOrder-ageVerificationUserAgeInput::-webkit-inner-spin-button, .cot-itemOrder-ageVerificationUserAgeInput::-webkit-outer-spin-button {
		-webkit-appearance: none;
		appearance: none
}

.cot-itemOrder-ageVerificationLabel, .cot-itemOrder-ageVerificationWarning {
		font-size: 14px;
		line-height: 21px;
		color: #202533
}

.cot-itemOrder-ageVerificationWarning {
		margin-bottom: 16px;
		font-weight: 700
}

.cot-itemOrder-button.cot-itemOrder-ageVerificationSubmit {
		width: 100%
}

.cot-itemOrder-ageVerificationError {
		margin-top: 8px;
		color: #fa5171;
		font-size: 12px;
		line-height: 1
}

.cot-itemOrder-ageVerificationError[aria-hidden=true] {
		display: none
}

@media (max-width:767px) {
		.cot-modal .cot-itemOrder-communityBox {
				width: auto;
				margin: 24px 16px
		}
		.cot-modal .cot-itemOrder-communityRegisterButtons {
				display: -webkit-flex;
				display: flex;
				-webkit-flex-direction: column-reverse;
				flex-direction: column-reverse;
				-webkit-align-items: center;
				align-items: center
		}
		.cot-itemOrder-variationList .cot-itemOrder-variationLI {
				padding: 16px 0
		}
		.cot-modal .button__purchase {
				margin-left: 0;
				width: 100%
		}
		.cot-modal .button__guest {
				margin-top: 8px;
				width: 100%
		}
		.cot-itemOrder-registerNotification-content[aria-hidden=false] {
				padding: 24px
		}
		.cot-itemOrder-registerNotification-content .cot-itemOrder-button {
				width: 100%
		}
}

.cot-modal {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		transition: opacity 1s, z-index 1s, -webkit-transform .3s;
		transition: transform .3s, opacity 1s, z-index 1s;
		transition: transform .3s, opacity 1s, z-index 1s, -webkit-transform .3s
}

.cot-modal[aria-hidden=false] {
		opacity: 1;
		background-color: rgba(0, 0, 0, .4);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		transition: opacity .3s, -webkit-transform .3s;
		transition: transform .3s, opacity .3s;
		transition: transform .3s, opacity .3s, -webkit-transform .3s;
		z-index: 7000000
}

.cot-modal-window {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		background-color: #fff;
		display: -ms-grid;
		display: grid;
		-ms-grid-rows: 44px calc(100% - 44px);
		grid-template-rows: 44px calc(100% - 44px);
		overflow: hidden
}

.cot-modal-header {
		-ms-grid-row: 1;
		grid-row: 1;
		border-bottom: 1px solid #f0f1f4;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 44px 1fr 44px;
		grid-template-columns: 44px 1fr 44px;
		-ms-grid-rows: 48px;
		grid-template-rows: 48px;
		-webkit-align-content: center;
		align-content: center;
		-webkit-align-items: center;
		align-items: center
}

.cot-modal-title {
		-ms-grid-column: 2;
		grid-column: 2;
		-ms-grid-row: 1;
		grid-row: 1;
		text-align: center;
		font-size: 14px;
		margin: 0;
		padding: 0
}

.cot-modal-close {
		-ms-grid-column: 3;
		grid-column: 3;
		-ms-grid-row: 1;
		grid-row: 1;
		font-size: 16px;
		border: none;
		outline: none
}

.cot-modal-container {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch
}

@media (min-width:768px) {
		.cot-modal[aria-hidden=true] {
				display: none
		}
		.cot-modal[aria-hidden=false] {
				display: block;
				position: fixed;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				background-color: rgba(0, 0, 0, .3)
		}
		.cot-modal-window {
				width: 680px;
				position: relative;
				top: 100px;
				height: auto;
				max-height: calc(100vh - 200px);
				left: calc(50% - 320px);
				background-color: #fff;
				display: -ms-grid;
				display: grid;
				-ms-grid-rows: 68px 1fr;
				grid-template-rows: 68px 1fr;
				overflow: hidden;
				border-radius: 8px;
				box-shadow: 0 0 16px rgba(56, 67, 89, .3)
		}
		.cot-modal-header {
				-ms-grid-row: 1;
				grid-row: 1;
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 68px 1fr 68px;
				grid-template-columns: 68px 1fr 68px;
				-webkit-align-content: center;
				align-content: center;
				height: 68px
		}
		.cot-modal-title {
				-ms-grid-column: 2;
				grid-column: 2;
				text-align: center;
				font-size: 20px;
				margin: 0;
				padding: 0
		}
		.cot-modal-close {
				-ms-grid-column: 3;
				grid-column: 3
		}
		.cot-modal[data-type=images] .cot-modal-window {
				--image-modal-padding: 32px;
				--image-modal-size: min(calc(100vh - var(--image-modal-padding)*2), calc(100vw - var(--image-modal-padding)*2));
				width: var(--image-modal-size);
				max-height: none;
				height: var(--image-modal-size);
				top: calc((100vh - var(--image-modal-size))/2);
				left: calc((100vw - var(--image-modal-size))/2);
				-ms-grid-rows: 1fr;
				grid-template-rows: 1fr;
				background-color: transparent;
				box-shadow: none;
				border-radius: 0
		}
		.cot-modal[data-type=images] .cot-modal-header {
				display: none
		}
		.cot-modal[data-type=images] .cot-modal-container {
				overflow: hidden
		}
}

.cot-review-listLoading[data-loading=false] {
		display: none
}

.cot-review-listLoading[data-loading=true] {
		display: block
}

.cot-review-listPaginator {
		min-width: 1px;
		min-height: 1px
}

.cot-review.review01__back {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		height: 100%
}

.cot-review.review01__back .ico--good {
		background-image: url(/img/apps/review/ico_rev_good.svg)
}

.cot-review.review01__back .ico--normal {
		background-image: url(/img/apps/review/ico_rev_normal.svg)
}

.cot-review.review01__back .ico--bad {
		background-image: url(/img/apps/review/ico_rev_bad.svg)
}

.cot-review .review01__front {
		-webkit-align-items: center;
		align-items: center;
		border-top: 1px solid #f0f1f4;
		display: -webkit-flex;
		display: flex;
		height: 58px;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		overflow: hidden;
		position: relative
}

.cot-review .review01__frontIconLeft {
		color: #a0a7b4;
		-webkit-flex: 0 0 24px;
		flex: 0 0 24px;
		font-size: 16px
}

.cot-review .review01__frontIconRight {
		color: #a0a7b4;
		-webkit-flex: 0 0 28px;
		flex: 0 0 28px;
		font-size: 14px;
		text-align: right
}

.cot-review .review01__frontTitle {
		-webkit-flex: 0 1 100%;
		flex: 0 1 100%;
		font-size: 14px
}

.cot-review .review01__frontScore {
		-webkit-flex: 0 0 100px;
		flex: 0 0 100px;
		height: 20px;
		position: relative
}

.cot-review .review01__frontScoreFront {
		background: #fff;
		bottom: 0;
		color: #f5a623;
		font-size: 20px;
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		white-space: nowrap;
		z-index: 1
}

.cot-review .review01__frontScoreBack {
		bottom: 0;
		color: #f0f1f4;
		font-size: 20px;
		left: 0;
		position: absolute;
		top: 0;
		white-space: nowrap;
		z-index: 0
}

.cot-review .review01__frontScoreTotal {
		-webkit-flex: 1 0 auto;
		flex: 1 0 auto;
		padding-left: 8px
}

.cot-review .review01__tabWrap {
		background: hsla(0, 0%, 100%, .9);
		-webkit-flex: 0 0 62px;
		flex: 0 0 62px;
		text-align: center;
		width: 100%
}

.cot-review .review01__tab {
		border-bottom: 1px solid #f0f1f4;
		display: table;
		position: relative;
		width: 100%
}

.cot-review .review01__tab:after {
		border-bottom: 4px solid $primary;
		bottom: -3px;
		content: "";
		left: 0;
		position: absolute;
		width: 25%
}

.cot-review .review01__tab--all:after {
		left: 0;
		transition: left .1s ease-in
}

.cot-review .review01__tab--good:after {
		left: 25%;
		transition: left .1s ease-in
}

.cot-review .review01__tab--normal:after {
		left: 50%;
		transition: left .1s ease-in
}

.cot-review .review01__tab--bad:after {
		left: 75%;
		transition: left .1s ease-in
}

.cot-review .review01__tabChild {
		display: table-cell;
		height: 60px;
		vertical-align: middle;
		width: 25%
}

.cot-review .review01__tabChild label img {
		outline: none
}

.cot-review .review01__tabIcon {
		background-repeat: no-repeat;
		background-size: 24px;
		display: inline-block;
		height: 24px;
		vertical-align: middle;
		width: 24px
}

.cot-review .review01__radio {
		display: none
}

.cot-review .review01__radio + label {
		display: block;
		height: 60px;
		line-height: 60px;
		width: 100%
}

.cot-review .review01__radio + label img {
		vertical-align: middle
}

.cot-review .review01__radio:checked + label {
		font-weight: 700
}

.cot-review .review01__count {
		display: inline-block;
		margin-left: 10px
}

.cot-review .review01__backInner {
		-webkit-flex: 1 1 100%;
		flex: 1 1 100%
}

.cot-review .review01__list {
		padding: 0 16px;
		list-style: none
}

.cot-review .review01__listChild {
		padding: 16px 0
}

.cot-review .review01__listChild + .review01__listChild {
		border-top: 1px solid #f0f1f4
}

.cot-review .review01__itemInfo {
		display: inline-table;
		table-layout: fixed;
		width: 100%
}

.cot-review .review01__iconImg {
		background-size: 22px 22px;
		display: block;
		height: 22px;
		margin-bottom: 6px;
		width: 22px
}

.cot-review .review01__imgWrap {
		display: table-cell;
		text-align: center;
		vertical-align: top;
		width: 80px
}

.cot-review .review01__img {
		max-height: 80px;
		max-width: 80px
}

.cot-review .review01__item {
		display: table-cell;
		line-height: 1.4;
		padding: 0 0 0 10px
}

.cot-review .review01__itemName {
		font-weight: 700
}

.cot-review .review01__itemName, .cot-review .review01__itemVariation {
		line-height: 1.1;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%
}

.cot-review .review01__date, .cot-review .review01__itemVariation {
		font-size: 12px;
		margin-top: 4px
}

.cot-review .review01__date {
		color: #a0a7b4;
		display: block;
		line-height: 1.1
}

.cot-review .review01__comment {
		font-size: 13px;
		line-height: 1.5;
		overflow: hidden;
		padding: 10px 0 0
}

.cot-review .review01__reply {
		background-color: #f0f1f4;
		border-radius: 6px;
		font-size: 14px;
		line-height: 1.5;
		margin-top: 16px;
		padding: 12px
}

.cot-review .review01__listLoading {
		background: url(/images/gif-load.gif) no-repeat 50%;
		clear: both;
		display: none;
		height: 100px;
		width: 100%
}

.cot-paymentsInfo {
		padding: 16px 20px
}

.cot-paymentsInfo-item {
		border-bottom: 1px solid #d9dee6;
		padding: 24px 0
}

.cot-paymentsInfo-item:last-of-type {
		border-bottom: none
}

.cot-paymentsInfo-itemName {
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 12px
}

.cot-paymentsInfo-itemLogoCreditCard {
		height: 30px;
		margin-right: 4px
}

.cot-paymentsInfo-itemLogoAtobarai {
		height: auto;
		max-width: 328px;
		width: 100%
}

.cot-paymentsInfo-itemLogoCvs {
		height: 34px
}

.cot-paymentsInfo-itemLogoBank {
		height: 41px
}

.cot-paymentsInfo-itemLogoCarrierau {
		height: 26px
}

.cot-paymentsInfo-itemLogoCarrier {
		height: 24px
}

.cot-paymentsInfo-itemLogoCarriersb {
		height: 22px
}

.cot-paymentsInfo-itemLogoCarrierdocomo {
		height: 24px
}

.cot-paymentsInfo-itemLogoAmazonPay, .cot-paymentsInfo-itemLogoPaypal {
		height: 31px
}

.cot-paymentsInfo-itemDescription {
		background: #d9dee6;
		border-radius: 4px;
		font-size: 12px;
		line-height: 1.5;
		margin-top: 24px;
		padding: 12px
}

.cot-paymentsInfo-itemFee {
		display: inline-block;
		margin-top: 12px
}

.cot-shippingInfo-tab {
		display: -webkit-flex;
		display: flex;
		width: 100%;
		list-style: none
}

.cot-shippingInfo-tabChild {
		-webkit-flex: 0 1 50%;
		flex: 0 1 50%
}

.cot-shippingInfo-tabButton {
		border-bottom: 1px solid #f0f1f4;
		font-size: 14px;
		height: 48px;
		width: 100%
}

.cot-shippingInfo-tabButton[aria-expanded=true] {
		border-bottom: 1px solid #252525;
		font-weight: 700
}

.cot-shippingInfo-tabContent {
		display: none
}

.cot-shippingInfo-tabContent[aria-hidden=false] {
		display: block
}

.cot-shippingInfo-intro {
		font-size: 14px;
		line-height: 1.4;
		margin: 16px 16px 32px
}

.cot-shippingInfo-method {
		border-bottom: 1px solid #f0f1f4;
		margin: 0 16px 36px
}

.cot-shippingInfo-methodTitle {
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 8px
}

.cot-shippingInfo-methodDescription {
		font-style: 14px;
		line-height: 1.4;
		margin-bottom: 16px
}

.cot-shippingInfo-methodInfo {
		-webkit-align-items: center;
		align-items: center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-bottom: 16px;
		width: 100%
}

.cot-shippingInfo-methodInfoFee {
		background: #f0f1f4;
		border-radius: 2px;
		font-weight: 700;
		line-height: 28px;
		margin-left: 8px;
		padding: 0 12px;
		white-space: nowrap
}

.cot-shippingInfo-methodInfoToggle {
		border-bottom: 1px solid #252525;
		font-weight: 700;
		white-space: nowrap
}

.cot-shippingInfo-methodInfoToggleText {
		display: none
}

.cot-shippingInfo-methodInfoToggle[aria-expanded=false] .cot-shippingInfo-methodInfoToggleText[data-type=open], .cot-shippingInfo-methodInfoToggle[aria-expanded=true] .cot-shippingInfo-methodInfoToggleText[data-type=close] {
		display: block
}

.cot-shippingInfo-methodInfoDetail {
		display: none;
		list-style: none
}

.cot-shippingInfo-methodInfoDetail[aria-hidden=false] {
		display: block
}

.cot-shippingInfo-methodArea {
		border-top: 1px solid #f0f1f4;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		padding: 8px 0 0
}

.cot-shippingInfo-methodAreaCountry, .cot-shippingInfo-methodAreaPrefecture {
		background: #f0f1f4;
		border-radius: 2px;
		box-sizing: border-box;
		line-height: 1.4;
		overflow: hidden;
		padding: 6px 8px
}

.cot-shippingInfo-methodAreaPrefecture {
		-webkit-flex: 0 1 calc(50% - 4px);
		flex: 0 1 calc(50% - 4px);
		margin: 0 0 8px
}

.cot-shippingInfo-methodAreaCountry {
		-webkit-flex: 0 1 100%;
		flex: 0 1 100%;
		margin: 0 0 4px
}

.cot-shippingInfo-methodAreaName {
		float: left
}

.cot-shippingInfo-methodAreaPrice {
		float: right;
		font-weight: 700
}

.cot-shippingInfo-accordion {
		border-top: 1px solid #f0f1f4
}

.cot-shippingInfo-accordionSwitch {
		display: none
}

.cot-shippingInfo-accordionSwitch:checked ~ .cot-shippingInfo-accordionLabel .cot-shippingInfo-accordionIcon {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		transition: .3s
}

.cot-shippingInfo-accordionSwitch:checked ~ .cot-shippingInfo-accordionContent {
		display: block;
		height: auto;
		opacity: 1;
		overflow: auto;
		transition: .3s
}

.cot-shippingInfo-accordionLabel {
		-webkit-align-items: center;
		align-items: center;
		display: -webkit-flex;
		display: flex;
		font-size: 14px;
		font-weight: 700;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		line-height: 44px;
		padding-right: 4px
}

.cot-shippingInfo-accordionIcon {
		color: #252525;
		font-size: 14px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		transition: .3s
}

.cot-shippingInfo-accordionContent {
		height: 0;
		opacity: 0;
		overflow: hidden;
		transition: .3s
}

.cot-takeoutInfo {
		padding: 8px 32px 32px;
		text-align: left
}

.cot-takeoutInfoSection {
		border-bottom: 1px solid #f0f1f4;
		padding: 16px 0
}

.cot-takeoutInfoHeader {
		font-size: 16px;
		margin: 0 0 12px;
		font-weight: 700;
		color: #3d3d3d;
		line-height: 1.4
}

.takeoutModal__subText {
		margin: 0 0 40px
}

.cot-takeoutInfoList {
		background: #f0f1f4;
		color: #3d3d3d;
		border-radius: 4px;
		font-size: 14px;
		line-height: 1.5;
		padding: 12px;
		margin-top: 14px
}

.cot-takeoutInfoLI {
		list-style: none
}

.cot-takeoutInfoLI__week {
		font-weight: 700;
		margin-right: 8px
}

.cot-itemReportContainer .shopReportArea {
		position: relative
}

.cot-itemReportContainer .shopReportArea__title {
		box-shadow: 0 0 6px 0 #d4d4d4;
		box-sizing: border-box;
		-webkit-flex: 0 0 48px;
		flex: 0 0 48px;
		font-size: 16px;
		font-weight: 700;
		line-height: 48px;
		padding: 0 48px;
		text-align: center;
		z-index: 1
}

.cot-itemReportContainer .shopReportArea__closeBtn {
		height: 48px;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		width: 48px;
		z-index: 2
}

.cot-itemReportContainer .shopReportArea__closeIcon {
		color: #a0a7b4;
		font-size: 18px;
		line-height: 48px
}

.cot-itemReportContainer .shopReportArea__inner {
		padding: 24px 16px
}

.cot-itemReportContainer .shopReportArea__errorMessage {
		margin-bottom: 8px
}

.cot-itemReportContainer .shopReportArea__jcapImage {
		margin-bottom: 24px;
		text-align: center
}

.cot-itemReportContainer .shopReportArea__jcapImage img {
		border: 1px solid #f0f1f4
}

.cot-itemReportContainer .shopReportArea__inputWrap {
		margin-bottom: 24px
}

.cot-itemReportContainer .shopReportArea__inputWrap input {
		border: 1px solid #a0a7b4;
		border-radius: 6px;
		box-sizing: border-box;
		font-size: 14px;
		height: 48px;
		line-height: 48px;
		padding: 4px 16px;
		width: 100%
}

.cot-itemReportContainer .shopReportArea__btnArea {
		margin-top: 24px
}

.cot-itemReportContainer .shopFormTitle {
		font-size: 14px;
		font-weight: 700;
		margin-bottom: 12px
}

.cot-itemReportContainer .shopTextarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 1px solid #a0a7b4;
		border-radius: 6px;
		box-sizing: border-box;
		color: #252525;
		font-size: 14px;
		line-height: 1.3;
		min-height: 230px;
		padding: 16px;
		width: 100%
}

.cot-itemReportContainer .shopSelect {
		background: #fff;
		margin-bottom: 24px;
		position: relative
}

.cot-itemReportContainer .shopSelect select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: transparent;
		border: 1px solid #a0a7b4;
		border-radius: 6px;
		box-sizing: border-box;
		color: #252525;
		font-size: 14px;
		height: 48px;
		padding: 4px 16px;
		width: 100%
}

.cot-itemReportContainer .shopSelect__icon {
		bottom: 0;
		color: #a0a7b4;
		font-size: 14px;
		height: 14px;
		margin: auto 0;
		position: absolute;
		right: 16px;
		top: 0;
		width: 14px;
		pointer-events: none
}

.cot-itemReportContainer .shopSelect__icon:before {
		font-family: shopicon;
		font-style: normal;
		content: "\e905"
}

.cot-itemReportContainer .btnNormalLowFull {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: #a0a7b4;
		border-radius: 6px;
		box-sizing: border-box;
		color: #fff;
		font-weight: 700;
		min-width: 160px;
		padding: 0 8px;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		cursor: pointer;
		display: block;
		width: 100%;
		font-size: 14px;
		height: 48px;
		line-height: 48px
}

.cot-itemReportContainer fieldset {
		border: none
}

.cot-itemReportContainer .shopFlashSuccess {
		margin-bottom: 16px
}

.cot-itemReportContainer .shopFlashSuccess:empty {
		display: none
}

.cot-itemReportContainer .shopFlashSuccess > div {
		background: #eaf8f7;
		border: 1px solid #11beae;
		border-radius: 2px;
		color: #11beae;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.3;
		padding: 12px
}
