.hide {
    display: none;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container{
    /*display: none !important;*/
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel]{
    /*padding-left: 9px !important;*/
}
#valid-msg {
    color: #00C900;
}
#error-msg {
    color: red;
}
.display-none{
    display: none;
}
.no-display-lg{
    display: none !important;
}
.no-display-sm{
    display: block !important;
}
body {
    margin: 0;
    font-size: 16px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    line-height: 1.8em;
    color: #191919;
}
.ui-growl-message {
    padding: 0 0 0px 0;
    width: 295px;
    float: right;
    line-height: 2.3em;
}
.ui-growl {
    position: fixed;
    top: 180px !important;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 390px;
}
p {
    font-size: 14px; /*1em*/
    line-height: 1.8em;
}
.layout-wrapper.layout-horizontal.layout-yana{
    overflow: hidden;
}
.line{
    border-bottom: 1px solid #d7d7d7;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5.5em;
    margin-bottom: 2.5em;
    text-align: center;
    width: 80%!important;
    max-width: 1260px;
}
.price{
    font-weight: bold;
}
.text-to-minors{
    margin-top: -15px;
    margin-bottom: 0;
}
.seemore-btn{
    display: flex;
    margin: auto !important;
    color: black !important;
    background-color: white !important;
    border: 1px solid gray !important;
    border-radius: 0 !important;
    word-break: keep-all;
    font-size: 16px !important;
    line-height: 46px;
}
.seemore-btn.light-border {
    border: 1px solid #d2d2d2 !important;
}
h1 {
    font-size: 2.4em; /*38.4px*/
    line-height: 1.6em;
}
h2 {
    font-size: 26px; /*30.4px*/
    line-height: 1.6em;
}
h3 {
    font-size: 20px; /*22.4px*/
    line-height: 1.6em;
}
h4 {
    font-size: 16px; /*16px*/
    line-height: 1.6em;
}
h5 {
    font-size: .9em; /*14px*/
    line-height: 1.6em;
}
h6 {
    font-size: .8125em; /*13px*/
    line-height: 1.6em;
}

.centered-wrapper {
    float: none!important;
    margin: auto;
}
.sameheight-wrap {
    display: flex!important;
    flex-wrap: wrap!important;
}
.centered-text {
    text-align: center;
}
.no-padding {
    padding: 0;
}
.no-pad-tb {
    padding-top: 0;
    padding-bottom: 0;
}
.pad-lr {
    padding: 0 1em;
}
.bold {
    font-weight: bold;
}
.w100 {
    width: 100%;
}
.w90 {
    width: 90%;
}
.w65{
    width: 65%;
}
.display-flex {
    display: flex;
}
.background {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.display-flex-between {
    display: flex;
    justify-content: space-between;
}
.position-relative {
    position: relative;
}
.serif {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.image-fit {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
}
.image-fit img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-fit-top {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
}
.image-fit-top img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.image-fit-bottom {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
}
.image-fit-bottom img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}
p.date {
    margin: 0.3em 0 0;
}
.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.chevron-down {
    width: 12px;
    height: 12px;
    border-left: 1px solid #9f9f9d;
    display: inline-block;
    border-bottom: 1px solid #9f9f9d;
    transform: rotate(315deg);
    position: relative;
}
.divider-hz-dashed {
    border-bottom: 1px dashed #d2d2d2;
    width: 100%;
}
.divider-hz {
    border-bottom: 1px solid #d2d2d2;
    width: 100%;
}
.bg-lighthgrey {
    background: #ececec;
}
.bg-brown {
    background: #484341;
}
.bg-black {
    background: #000000;
}
.bg-white {
    background: #ffffff;
}
.bg-orange {
    background: #f9a803;
}
.bg-blue{
    background: #dff1ff;
}
.font-white {
    color: #ffffff;
}
.relative-position {
    position: relative;
}
.max-1260 {
    max-width: 1260px;
}
.max-1260-center {
    max-width: 1260px;
    float: none;
    margin: auto;
}
.max-1500 {
    max-width: 1500px;
}
.max-1500-center {
    max-width: 1500px;
    float: none;
    margin: auto;
}
h2.page-title-mg {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
body .ui-widget .input-font-16.ui-inputfield {
    font-size: 16px;
}
body .ui-widget .button-font-16.ui-button .ui-button-text {
    font-size: 16px;
}

/*product*/
.item-product {
    position: relative;
    border: 1px solid #d7d8d7;
    border-radius: 10px;
}
.item-product .in {
    text-align: center;
}
.item-product .in img {
    /*width: 30%;*/
    width: 152px;
    height: 256px;
    object-fit: contain;
    margin: 29px auto 0;
}
.item-product .badge {
    position: absolute;
    left: 6%;
    top: 3%;
}
.item-product .badge.border {
    border: 1px solid #ececec;
    border-radius: 9px;
}
.item-product .badge img {
    width: 75px;
}
.wrap-item-product {
    display: flex;
}

/*input text placeholder*/
body ::-webkit-input-placeholder {
    color: #a3a3a3;
}
body :-moz-placeholder {
    color: #a3a3a3;
}
body ::-moz-placeholder {
    color: #a3a3a3;
}
body :-ms-input-placeholder {
    color: #a3a3a3;
}

/*slick slider public style*/
.slick-dots {
    position: absolute;
    bottom: -12px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 13px;
    height: 13px;
    padding: 50px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    content: "\f111";
    background-color: #ffffff;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    content: '窶｢';
    text-align: center;
    opacity: .5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #ffffff;
}
.slick-slider {
    position: relative;
}
/*END slick slider public style*/

/*overwrite yana layout css*/
.layout-wrapper .layout-topbar {
    border-bottom: none;
    background-color: #ffffff;
    background-image: none;
    position: unset;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 0px;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper {
    display: block;
    height: auto;
}
.layout-wrapper.layout-horizontal .layout-main {
    padding-top: 0;
}
.layout-content {
    padding: 0;
}
.layout-wrapper.layout-horizontal.layout-yana {
    background-color: #ffffff;
}
body .ttl a{
    color: #191919;
}
body .layout-main .layout-footer {
    padding: 0;
    box-shadow: none;
    background-color: #ffffff;
    width: 100%;
}
body {
    -webkit-font-smoothing: auto;
    background-color: #ffffff;
}

.wrap-2-button .ui-button:first-of-type {
    margin-right: 0.5em;
}
.wrap-2-button .ui-button:last-of-type {
    margin-left: 0.5em;
}
.wrap-2-button button:first-of-type {
    margin-right: 0.5em;
}
.wrap-2-button button:last-of-type {
    margin-left: 0.5em;
}
.reg-btn.wrap-2-button .button-black {
    display: flex;
}

/*ipad*/
@media screen and (max-width: 768px) {
    .item-product .in img {
        height: 130px
    }
    .height-grey-ipad{
        height: 220px;
    }
    .cart-text p{
        font-size: 15px !important;
    }
    .pink-price p{
        font-size: 15px !important;
    }
}

/*sm*/
@media screen and (max-width: 40.063em) {
    body {
        font-size: 14px;
    }
    h2{
        font-size: 23px !important;
    }
    /*all padding class*/
    .no-pad-sm {
        padding: 0;
    }
    .no-display-lg{
        display: block !important;
    }
    .no-display-sm{
        display: none !important;
    }
    .padding-SM{
        padding: .5em;
    }
    .font12-sm{
        font-size: 12px !important;
    }
    .height-grey-ipad{
        height: auto;
    }
    .cart-text p{
        font-size: 18px !important;
    }
    .pink-price p{
        font-size: 18px !important;
    }
    .text-to-minors{
        margin-top: -25px;
        margin-bottom: 0;
    }
    .sm-pad-0-16 {
        padding: 0 16px;
    }
    /*end all padding class*/

    .sm-sliding {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
    }
    .sm-sliding::-webkit-scrollbar {
        width: 0px;
        background: transparent;
        height: 0;
    }
    .sm-sliding > div {
        min-width: 88vw;
        max-width: 88vw;
    }
    .sm-w100 {
        width: 100%;
    }
    p.date {
        font-size: 12px;
    }
    .wrap-button .seemore-btn {
        height: 46px;
        padding: 0 .5em;
    }
    .award-btn2 .seemore-btn{
        height: auto;
        padding: 3px .5em;
    }
    .award-btn2 .seemore-btn span{
        line-height: 30px !important;
    }
    body .seemore-btn.ui-button.ui-button-text-only .ui-button-text {
        line-height: 45px;
        padding: 0 15px;
    }
    .sameheight-wrap {
        display: flex!important;
        flex-wrap: wrap!important;
        padding: 7px 0px;
    }
    .wrap-square-card.main-form {
        margin-bottom: 3em;
    }
}
