@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Cinzell:wght@400&family=Noto+Sans+JP:wght@400,500&display=swap');

html, body {
    position: relative;
    min-width: 1180px;
    -webkit-font-smoothing: antialiased;
                background-color: #00064D;
                margin: 0;
                padding: 0;
    }
@media screen and (max-width: 768px) {
html, body {
    min-width: 100%;
    }
    }

.ss-wrap{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 1em;
                color: #997F3D;
                max-width: 1600px;
                margin: auto;
                position: relative;
                background-color: #00064D;
    }

.ss-wrap a{
                text-decoration: none;
    }

.ss-wrap ul,
.ss-wrap li{
                list-style-type: none;
                margin: 0;
                padding: 0;
    }

.ss-wrap *{
    box-sizing: border-box;
                }

.ss-wrap h1,
.ss-wrap h2,
.ss-wrap h3,
.ss-wrap h4,
.ss-wrap h5,
.ss-wrap h6,
.ss-wrap p,
.ss-wrap ul,
.ss-wrap li{
                font-weight: 500;
                letter-spacing: .05em;
                margin: 0;
                padding: 0;
    }

.ss-wrap .ss-cinzel{
                font-family: 'Cinzel', serif;
                color: #997F3D;
    }

.ss-wrap .ss-gothic{
    font-family: 'Noto Sans JP', sans-serif;
    }

.ss-sp{ display: none !important;   }
@media screen and (max-width: 768px) {
.ss-sp{ display: block !important;  }
    }

.ss-pc{ display: block !important;  }
@media screen and (max-width: 768px) {
.ss-pc{ display: none !important;   }
    }

.ss-spi{    display: none !important;   }
@media screen and (max-width: 768px) {
.ss-spi{    display: inline !important; }
    }

.ss-pci{    display: inline !important; }
@media screen and (max-width: 768px) {
.ss-pci{    display: none !important;   }
    }

/*-------- video --------*/

.ss-media_video{
                width: 100%;
                max-width: 1600px;
                min-width: 1200px;
                position: fixed;
                aspect-ratio: 5/3;
                }
@media screen and (max-width: 768px) {
.ss-media_video{
                width: 100%;
                max-width: 100%;
                min-width: 100%;
                aspect-ratio: 2/3;
                }
    }

/*-------- ss-contents --------*/

.ss-contents{
                position: relative;
                width: 100%;
                z-index:1;
                }

.ss-contents:before{
    content: '';
    display: inline-block;
                width: 100%;
                aspect-ratio: 5/3;
    pointer-events: none;
    cursor: default;
                }
@media screen and (max-width: 768px) {
.ss-contents:before{
                aspect-ratio: 2/3;
                }
    }

.ss-contents .ss-inner{
                position: relative;
                width: 100%;
                background-color: #00064D;
                padding-bottom :100px;
                }
@media screen and (max-width: 768px) {
.ss-contents .ss-inner{
                padding-bottom :0;
                }
    }

.ss-contents .ss-inner.ss-white{
                background-color: #fff;
                min-height: 100px;
                }

/*-------- logo --------*/

.ss-wrap .ss-logo{
                position: relative;
                width: 86%;
                max-width: 1200px;
                margin: auto;
                padding-top: 70px;
                }
@media screen and (max-width: 768px) {
.ss-wrap .ss-logo{
                width: 100%;
                max-width: 100%;
                padding-top: 60px;
                }
    }

.ss-wrap .ss-logo h1{
                position: relative;
    text-indent: 100%;
                overflow: hidden;
    white-space: nowrap;
                margin: auto;
                width: 40%;
                aspect-ratio: 470/67;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(https://store.tomorrowland.co.jp/on/demandware.static/-/Sites-tmljp-storefront-catalog/default/staff%2Dstart%2Dimages/756280/logo.svg);
    background-size: contain;
                }
@media screen and (max-width: 768px) {
.ss-wrap .ss-logo h1{
                width: 80%;
                }
    }

.ss-wrap .ss-logo p{
                position: relative;
    text-indent: 100%;
                overflow: hidden;
    white-space: nowrap;
                margin: auto;
                margin-top: 30px;
                width: 30%;
                aspect-ratio: 470/67;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(https://store.tomorrowland.co.jp/on/demandware.static/-/Sites-tmljp-storefront-catalog/default/staff%2Dstart%2Dimages/756280/logo.svg);
    background-size: contain;
                }
@media screen and (max-width: 768px) {
.ss-wrap .ss-logo p{
                width: 60%;
                margin-top: 0;
                }
    }

/*-------- lead --------*/

.ss-wrap h2{
                padding-top: 80px;
                text-align: center;
                font-size: 1.1em;
                line-height: 2.2em;
                }
@media screen and (max-width: 768px) {
.ss-wrap h2{
                padding-top: 50px;
                font-size: 1em;
                line-height: 2em;
                }
    }

/*-------- giftidea --------*/

.ss-giftidea{
                margin-top: 120px;
                width: 100%;
                }
@media screen and (max-width: 768px) {
.ss-giftidea{
                margin-top: 80px;
                }
    }

.ss-giftidea h3{
                text-align: center;
                font-size: 1.3em;
                line-height: 1em;
                position: relative;
                height: 40px;
                letter-spacing: .6em;
                text-indent: .4em;
                }
@media screen and (max-width: 768px) {
.ss-giftidea h3{
                font-size: 1.1em;
                letter-spacing: .5em;
                height: 30px;
                }
    }

.ss-giftidea h3:after{
    content: "";
    display: inline-block;
                height: 50px;
                width: 1px;
                background-color:#4B3F6C;
                position: absolute;
                left: 50%;
                top: 100px;
                overflow: hidden;
                }
@media screen and (max-width: 768px) {
.ss-giftidea h3:after{
                height: 40px;
                top: 70px;
                }
    }

.ss-giftidea h4{
                text-align: center;
                font-size: .9em;
                line-height: 1em;
                position: relative;
                height: 20px;
                letter-spacing: .1em;
                }
@media screen and (max-width: 768px) {
.ss-giftidea h4{
                font-size: .8em;
                letter-spacing: 0;
                }
    }

.ss-giftidea .ss-slider{
                margin-top: 90px;
    width: 100%;
    position: relative;
    overflow: hidden;
    }
@media screen and (max-width: 768px) {
.ss-giftidea .ss-slider{
                margin-top: 60px;
    }
    }

.ss-giftidea .ss-slider .ss-item{
                border-right: 1px solid #4B3F6C;
    }

.ss-giftidea .ss-slider .ss-item p{
                display: block;
                text-align: center;
                font-size: 1.5em;
                line-height: 1em;
                padding: 50px 0;
    }
@media screen and (max-width: 768px) {
.ss-giftidea .ss-slider .ss-item p{
                font-size: 1.3em;
                padding: 30px 0;
    }
    }

.ss-giftidea .ss-slider .ss-item .ss-img{
    width: 100%;
    height: auto;
                aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
                overflow: hidden;
    }

.ss-giftidea .ss-slider .ss-item .ss-img img{
    width: 100%;
    height: auto;
    }
@media screen and (max-width: 768px) {
.ss-giftidea .ss-slider .ss-item .ss-img img{
    width: 100%;
    }
    }

.ss-giftidea .ss-slider .ss-item ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
                }

.ss-giftidea .ss-slider .ss-item ul li{
                width: 100%;
                }

.ss-giftidea .ss-slider .ss-item ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
                display: block;
                width: 100%;
                height: 100%;
    transition: background-color .6s;
                }
@media screen and (max-width: 768px) {
.ss-giftidea .ss-slider .ss-item ul li a{
    background-position: right center;
                }
    }

.ss-giftidea .ss-slider .ss-item ul li a:hover{
                background-color:#000e67;
                }

.ss-giftidea .ss-slider .ss-item ul li p{
    display: flex;
    align-items: center;
    justify-content: center;
                text-align: center;
                font-size: 1.3em;
                line-height: 1em;
                padding: 30px 0;
                border-bottom: 1px solid #4B3F6C;
                }
.ss-giftidea .ss-slider .ss-item ul li:last-child p{
                border-bottom: 0;
                }
@media screen and (max-width: 768px) {
.ss-giftidea .ss-slider .ss-item ul li p{
                font-size: 1.1em;
                }
    }


/*
.ss-giftidea .ss-slider .ss-item a{
                display: block;
    position: relative;
                width: 100%;
                height: 100%;
    transition: background-color .6s;
    }

.ss-giftidea .ss-slider .ss-item a:hover{
                background-color:#0B0B6E;
    }

.ss-giftidea .ss-slider .ss-item a p{
                display: block;
                color: #FFD39A;
                text-align: center;
                font-size: 1.5em;
                line-height: 1em;
                padding: 30px 0;
    }
@media screen and (max-width: 768px) {
.ss-giftidea .ss-slider .ss-item a p{
                font-size: 1.3em;
    }
    }

.ss-giftidea .ss-slider .ss-item a .ss-img{
    width: 100%;
    height: auto;
                aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
                overflow: hidden;
    }

.ss-giftidea .ss-slider .ss-item a .ss-img img{
    width: 100%;
    height: auto;
    -webkit-transition: width .6s, filter .6s;
    -ms-transition: width .6s, filter .6s;
    transition: width .6s, filter .6s;
                filter:brightness(.8);
    }
@media screen and (max-width: 768px) {
.ss-giftidea .ss-slider .ss-item a .ss-img img{
    width: 100%;
                filter:brightness(1);
    }
    }

.ss-giftidea .ss-slider .ss-item a:hover .ss-img img{
    width: 100%;
    height: auto;
                filter:brightness(1);
    }
@media screen and (max-width: 768px) {
.ss-giftidea .ss-slider .ss-item a:hover .ss-img img{
    width: 100%;
    }
    }
*/

/*-------- forgender --------*/

.ss-forgender{
                width: 86%;
                max-width: 1200px;
                margin: auto;
                margin-top: 50px;
                }
@media screen and (max-width: 768px) {
.ss-forgender{
                width: 70%;
                max-width: 86%;
                margin-top: 20px;
                }
    }

.ss-forgender ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    column-gap: 5%;
                }
@media screen and (max-width: 768px) {
.ss-forgender ul{
    flex-direction: column;
    flex-wrap: wrap;
    column-gap: 0;
                }
    }

.ss-forgender ul li{
                width: 100%;
                }

.ss-forgender ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
                display: block;
                width: 100%;
                height: 100%;
    transition: background-color .6s;
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-image: url(https://store.tomorrowland.co.jp/on/demandware.static/-/Sites-tmljp-storefront-catalog/default/staff%2Dstart%2Dimages/756280/arrow-right-s-line.svg);
    background-size: 30px;
                }
@media screen and (max-width: 768px) {
.ss-forgender ul li a{
    background-position: right center;
                }
    }

.ss-forgender ul li a:hover{
                background-color:#000e67;
                }

.ss-forgender ul li p{
    display: flex;
    align-items: center;
    justify-content: center;
                color: #FFD39A;
                text-align: center;
                font-size: 1.3em;
                line-height: 1em;
                padding: 50px 0;
                border-bottom: 1px solid #4B3F6C;
                }
@media screen and (max-width: 768px) {
.ss-forgender ul li p{
                font-size: 1.1em;
                }
.ss-forgender ul li:last-child p{
                border-bottom: 0;
                }
    }


/*-------- forrelation --------*/

.ss-forrelation{
                width: 86%;
                max-width: 1200px;
                margin: auto;
                margin-top: 80px;
                }
@media screen and (max-width: 768px) {
.ss-forrelation{
                width: 100%;
                max-width: 100%;
                margin-top: 20px;
                }
    }

.ss-forrelation ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
                }

.ss-forrelation ul li{
                width: 100%;
                }

.ss-forrelation ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
                display: block;
                width: 100%;
                height: 100%;
    transition: background-color .6s;
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-image: url(https://store.tomorrowland.co.jp/on/demandware.static/-/Sites-tmljp-storefront-catalog/default/staff%2Dstart%2Dimages/756280/arrow-right-s-line.svg);
    background-size: 30px;
                }

.ss-forrelation ul li a:hover{
                background-color:#000e67;
                }

.ss-forrelation ul li p{
    display: flex;
    align-items: center;
    justify-content: center;
                flex-direction: column;
                color: #FFD39A;
                text-align: center;
                font-size: 2em;
                line-height: 1em;
                padding: 60px;
                border-bottom: 1px solid #4B3F6C;
                }
@media screen and (max-width: 768px) {
.ss-forrelation ul li p{
                padding: 50px;
                font-size: 1.7em;
                }
.ss-forrelation ul li:first-child p{
                border-top: 1px solid #4B3F6C;
                }
    }

.ss-forrelation ul li p span{
                font-size: .5em;
                margin-top: 1.5em;
                line-height: 1em;
                color: #997F3D;
                }


/*-------- special --------*/

.ss-special{
                margin-top: 150px;
                width: 100%;
                }
@media screen and (max-width: 768px) {
.ss-special{
                margin-top: 100px;
                }
    }

.ss-special h3{
                text-align: center;
                font-size: 1.3em;
                line-height: 1em;
                position: relative;
                height: 40px;
                letter-spacing: .5em;
                text-indent: .5em;
                }
@media screen and (max-width: 768px) {
.ss-special h3{
                font-size: 1.1em;
                letter-spacing: .35em;
                height: 30px;
                }
    }

.ss-special h3:after{
    content: "";
    display: inline-block;
                height: 50px;
                width: 1px;
                background-color:#4B3F6C;
                position: absolute;
                left: 50%;
                top: 100px;
                overflow: hidden;
                }
@media screen and (max-width: 768px) {
.ss-special h3:after{
                height: 40px;
                top: 70px;
                }
    }

.ss-special h4{
                text-align: center;
                font-size: .9em;
                line-height: 1em;
                position: relative;
                height: 20px;
                letter-spacing: .1em;
                }
@media screen and (max-width: 768px) {
.ss-special h4{
                font-size: .8em;
                letter-spacing: 0;
                }
    }

.ss-special div{
                margin: auto;
                margin-top: 90px;
                width: 86%;
                max-width: 1200px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    }
@media screen and (max-width: 768px) {
.ss-special div{
                margin-top: 60px;
    }
    }

.ss-special div.ss-under{
                margin-top: 40px;
    }
@media screen and (max-width: 768px) {
.ss-special div.ss-under{
                margin-top: 30px;
    }
    }

.ss-special div img{
                width: 100%;
                filter:brightness(.8);
    -webkit-transition: filter .6s;
    -ms-transition: filter .6s;
    transition: filter .6s;
    }
@media screen and (max-width: 768px) {
.ss-special div img{
                filter:brightness(1);
    }
    }

.ss-special div a:hover img{
                width: 100%;
                filter:brightness(1);
    }

.ss-special div img.ss-cs{
                filter:brightness(.2) grayscale(100%);
    }

.ss-special div p{
                position: absolute;
                font-size: 1.2em;
    }

/*-------- news --------*/

.ss-news{
                margin: auto;
                margin-top: 140px;
                width: 86%;
                max-width: 1200px;
                }
@media screen and (max-width: 768px) {
.ss-news{
                margin-top: 100px;
                padding-bottom: 60px;
                width: 100%;
                }
    }

.ss-news h3{
                text-align: center;
                font-size: 1.3em;
                line-height: 1em;
                position: relative;
                height: 40px;
                letter-spacing: .6em;
                text-indent: .6em;
                }
@media screen and (max-width: 768px) {
.ss-news h3{
                font-size: 1.1em;
                height: 30px;
                }
    }

.ss-news h3:after{
    content: "";
    display: inline-block;
                height: 50px;
                width: 1px;
                background-color:#4B3F6C;
                position: absolute;
                left: 50%;
                top: 100px;
                overflow: hidden;
                }
@media screen and (max-width: 768px) {
.ss-news h3:after{
                height: 40px;
                top: 70px;
                }
    }

.ss-news h4{
                text-align: center;
                font-size: .9em;
                line-height: 1em;
                position: relative;
                height: 20px;
                letter-spacing: .1em;
                }
@media screen and (max-width: 768px) {
.ss-news h4{
                font-size: .8em;
                letter-spacing: 0;
                }
    }

.ss-news ul{
                margin-top: 90px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
                align-items: stretch;
    }
@media screen and (max-width: 768px) {
.ss-news ul{
                margin-top: 60px;
    }
    }

.ss-news ul li{
    width: 33.33%;
                align-items: stretch;
                border-right: 1px solid #4B3F6C;
    }
.ss-news ul li:nth-child(3n){
                border-right: 1px solid #00096E;
    }
@media screen and (max-width: 768px) {
.ss-news ul li{
    width: 50%;
    }
.ss-news ul li:nth-child(3n){
                border-right: 1px solid #4B3F6C;
    }
.ss-news ul li:nth-child(even){
                border-right: none;
    }
    }

.ss-news ul li a{
                display: block;
    position: relative;
                width: 100%;
                height: 100%;
    transition: background-color .6s;
    }

.ss-news ul li a:hover{
                background-color:#000e67;
    }

.ss-news ul li a p{
                display: block;
                color: #997F3D;
                text-align: center;
                font-size: 1em;
                line-height: 1.5em;
                padding: 30px;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break:break-all;
                letter-spacing: 0;
    }
@media screen and (max-width: 768px) {
.ss-news ul li a p{
                padding: 20px 20px;
                font-size: .8em;
    }
    }

.ss-news ul li a .ss-img{
    width: 100%;
    height: auto;
                aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
                overflow: hidden;
    }
@media screen and (max-width: 768px) {
.ss-news ul li:nth-child(even) a .ss-img{
                border-bottom: 1px solid #00096E;
    }
    }

.ss-news ul li a .ss-img img{
    width: 100%;
    height: auto;
    -webkit-transition: filter .6s;
    -ms-transition: filter .6s;
    transition: filter .6s;
                filter:brightness(.8);
    }
@media screen and (max-width: 768px) {
.ss-news ul li a .ss-img img{
                filter:brightness(1);
    }
    }

.ss-news ul li a:hover .ss-img img{
                filter:brightness(1);
    }

.ss-news .ss-all{
                width: 45%;
                margin: auto;
                margin-top: 120px;
                }
@media screen and (max-width: 768px) {
.ss-news .ss-all{
                width: 50%;
                margin-top: 50px;
                }
    }

.ss-news .ss-all a{
    display: flex;
    align-items: center;
    justify-content: center;
                display: block;
                width: 100%;
                height: 100%;
    transition: background-color .6s;
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-image: url(https://store.tomorrowland.co.jp/on/demandware.static/-/Sites-tmljp-storefront-catalog/default/staff%2Dstart%2Dimages/756280/arrow-right-s-line.svg);
    background-size: 30px;
                }
@media screen and (max-width: 768px) {
.ss-news .ss-alli a{
    background-position: right center;
                }
    }

.ss-news .ss-all a:hover{
                background-color:#000e67;
                }

.ss-news .ss-all a p{
    display: flex;
    align-items: center;
    justify-content: center;
                color: #997F3D;
                text-align: center;
                font-size: 1em;
                line-height: 1em;
                padding: 30px 0;
                border-top: 1px solid #4B3F6C;
                border-bottom: 1px solid #4B3F6C;
                }
@media screen and (max-width: 768px) {
.ss-news .ss-all a p{
                padding: 20px 0;
                font-size: .8em;
                }
    }


/*-------- wrapping --------*/

.ss-wrapping{
                padding-top: 130px;
                width: 100%;
                padding-bottom: 30px;
                }
@media screen and (max-width: 768px) {
.ss-wrapping{
                padding-top: 80px;
                padding-bottom: 0;
                }
    }

.ss-wrapping h3{
                text-align: center;
                font-size: 1.3em;
                line-height: 1em;
                color: #111 !important;
                position: relative;
                height: 40px;
                letter-spacing: .5em;
                text-indent: .5em;
                }
@media screen and (max-width: 768px) {
.ss-wrapping h3{
                font-size: 1.1em;
                letter-spacing: .3em;
                height: 30px;
                }
    }

.ss-wrapping h3:after{
    content: "";
    display: inline-block;
                height: 50px;
                width: 1px;
                background-color:#ccc;
                position: absolute;
                left: 50%;
                top: 100px;
                overflow: hidden;
                }
@media screen and (max-width: 768px) {
.ss-wrapping h3:after{
                height: 40px;
                top: 70px;
                }
    }

.ss-wrapping h4{
                text-align: center;
                font-size: .9em;
                line-height: 1em;
                position: relative;
                color: #111 !important;
                height: 20px;
                letter-spacing: .1em;
                }
@media screen and (max-width: 768px) {
.ss-wrapping h4{
                font-size: .8em;
                letter-spacing: 0;
                }
    }

.ss-wrapping .ss-pack{
                margin: auto;
                margin-top: 90px;
                width: 45%;
                max-width: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
                border-top: 1px solid #ccc;
                }
@media screen and (max-width: 768px) {
.ss-wrapping .ss-pack{
                margin-top: 60px;
                width: 100%;
                max-width: 100%;
                }
    }

.ss-wrapping .ss-pack.ss-under{
                margin-top: 40px;
                }
@media screen and (max-width: 768px) {
.ss-wrapping .ss-pack.ss-under{
                margin-top: 10px;
                }
    }

.ss-wrapping .ss-pack img{
                width: 100%;
                }

.ss-wrapping .ss-pack .ss-text{
                width: 100%;
                padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
                }
@media screen and (max-width: 768px) {
.ss-wrapping .ss-pack .ss-text{
                width: 86%;
                }
    }

.ss-wrapping .ss-pack .ss-text p{
                width: 100%;
                letter-spacing: 0;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break:break-all;
                color: #111;
                font-size: 1em;
                line-height: 1.8em;
                }

.ss-wrapping .ss-pack .ss-text ul{
                width: 100%;
                margin-top: 20px;
                }

.ss-wrapping .ss-pack .ss-text ul li{
                border-bottom: 1px solid #ccc;
                }

.ss-wrapping .ss-pack .ss-text ul li:last-child(){
                border-bottom: none;
                }

.ss-wrapping .ss-pack .ss-text ul li a{
                display: block;
                width: 100%;
                height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(https://store.tomorrowland.co.jp/on/demandware.static/-/Sites-tmljp-storefront-catalog/default/staff%2Dstart%2Dimages/756280/arrow-right-s-line-b.svg);
    background-size: 20px;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
                }

.ss-wrapping .ss-pack .ss-text ul li a:hover{
                background-color:#f3f3f3;
                }

.ss-wrapping .ss-pack .ss-text ul li a p{
                width: 100%;
                margin: auto;
                padding: .8em 0 .8em 5%;
                letter-spacing: 0;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break:break-all;
                color: #111;
                font-size: .9em;
                line-height: 1.8em;
                }

.ss-wrapping .ss-pack .ss-text p.caption{
                margin-top: 10px;
                letter-spacing: 0;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break:break-all;
                color: #111;
                font-size: .8em;
                line-height: 1.8em;
                }


/*-------- instagram --------*/

.ss-instagram{
                margin: auto;
                margin-top: 40px;
                width: 86%;
                max-width: 1200px;
                }
@media screen and (max-width: 768px) {
.ss-instagram{
                width: 100%;
                max-width: 100%;
                }
    }

.ss-instagram a{
                width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
                background-color: #F3B366;
                height: 230px;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
                }

.ss-instagram a:hover{
                background-color: #E59E49;
                }

.ss-instagram img{
                width: 5%;
                }
@media screen and (max-width: 768px) {
.ss-instagram img{
                width: 10%;
                }
    }

.ss-instagram p{
                margin-top: 20px;
                color: #fff !important;
                font-size: 1.2em;
                font-weight: 500;
                letter-spacing: 0;
                }
@media screen and (max-width: 768px) {
.ss-instagram p{
                font-size: 1em;
                }
    }






