
/*------------------------------------------------
共通
------------------------------------------------ */

body {
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    background-color: #FCFCF9;
}

.maincontents {
    max-width: 100%;
}

.josef {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
}

.pc_none{
    display: none;
}
.tab_none {
    display: block;
}
.sp_none{
    display: block;
}


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

    .tab_none {
        display: none;
    }

}

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

    .pc_none{
        display: block;
    }
    .sp_none{
        display: none;
    }

    a[href^="tel:"]{
        pointer-events: none;
      }

}


.sec-title {
    width: 30%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 70px;
}
.sec-title__en {
    font-size: 60px;
    padding-bottom: 7px;
    margin-bottom: 20px;
    display: block;
    border-bottom: #333333 solid 3px;
}

.sec-title__jp {
    font-size: 20px;
}

.sec-line {
    position: absolute;
    bottom: -65px;
    right: 0;
    left: 0;
    margin: auto;
    width: 5px;
    height: 130px;
    border-right: 4px dashed #FADF68;
}

.merit-sec__line {
    bottom: -245px;
}
.tec-sec__line {
    bottom: -220px;
}
.store-sec__line {
    bottom: -70px;
    z-index: -10;
}


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

    .sec-title {
        width: 80%;
        max-width: 500px;
        margin-bottom: 70px;
    }
    .sec-title__jp {
        font-size: 17px;
    }

}

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

    .sec-title__en {
        font-size: 40px;
    }
    .sec-title__jp {
        font-size: 17px;
    }

}


@keyframes yurayura {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(7deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(-7deg); }
    100% { transform: rotate(0deg); }
}

.yurayura {
    animation: yurayura 3s linear infinite;
    width: 200px;
    text-align: center;
    margin: 0px auto 0;
}


/*------------------------------------------------
デザイン
------------------------------------------------ */


/* kv */

.kv-sec__inner {
    position: relative;
    padding: 30px 40px 0px;
    z-index: 10;
}

.main-logo {
    max-width: 150px;
    position: absolute;
    text-align: center;
    z-index: 10;
}
.main-logo img{
    width: 100%;
}
.main-logo__text {
    display: inline-block;
    margin-top: 10px;
    line-height: 1.5rem;
}

.main-logo__br {
    display: block;
}

.kv-sec__catch {
    position: absolute;
    top: 50%;
    left: 4%;
    font-size: 35px;
    line-height: 3.2rem;
    font-weight: bolder;
    z-index: 10;
}

.kv-banner__wrap {
    margin: 30px auto 0;
    max-width: 95%;
    height: 100%;
    z-index: -100;
}

.kv-banner__wrap:hover {
    opacity: 0.8;
    transition: 0.5s;
}

.kv-banner__thumb {
    width: 100%;
}
.kv-banner__img {
    width: 100%;
    object-fit: contain;
}

.kv-slider__wrap {
    margin:30px 0 0 auto;
    width: 95%;
    z-index: -100;
}
.kv-list {
    width: 100%;
}

.kv-main__thumb {
    width: 100%;
}
.kv-main__img {
    width: 100%;
}

.kv-logo {
    position: absolute;
    top: 30%;
    right: 7%;
}
.kv-logo img{
    width: 100%;
}

.fix-btn__wrap {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 50;
    text-align: center;
}

.fix-btn__text {
    font-size: 23px;
}
.fix-btn__cart-text {
    font-size: 19px;
}

.fix-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    font-size: 20px;
    line-height: 1.8rem;
    border-radius: 50%;
    color: #000;
    background-color: #FCCD00;
}
.fix-btn:hover {
    transition: 0.5s ;
    opacity: 0.8;
}

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

    .kv-slider__wrap {
        width: 100%;
        min-height: 500px;
    }
    .kv-main__thumb img{
        width: 100%;
        height: 500px;
        object-fit: cover;
    }

    .kv-sec__catch {
        position: absolute;
        top: 55%;
        left: 4%;
        font-size: 28px;
        line-height: 2.8rem;
        font-weight: bolder;
        margin-left: 30px;
    }

    .kv-logo {
        position: absolute;
        top: 35%;
        right: 7%;
        width: 100px;
    }

}

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

    .main-logo {
        max-width: 100%;
        display: flex;
        position: static;
        text-align: left;
        background-color: #FADF68;
        padding: 10px;
        align-items: center;
    }
    .main-logo__text {
        margin: 0 15px;
        font-weight: bold;
        font-size: 17px;
    }
    .main-logo img{
        max-width: 80px;
    }

    .kv-sec__inner {
        position: static;
        padding: 0;
        z-index: 10;
    }

    .kv-slider__wrap {
        margin: 0;
        width: 100%;
        min-height: 300px;
    }
    .kv-main__img {
        width: 100%;
        object-fit: cover;
    }

    .kv-sec__catch {
        margin: 40px auto 100px;
        position: static;
        font-size: 26px;
        text-align: center;
        line-height: 2.5rem;
        margin-left: 0px;
    }

    .kv-logo {
        max-width: 90px;
        position: absolute;
        top: 270px;
        right: 0;
        left: 0;
        margin: auto;
    }
    .kv-logo img{
        width: 100%;
    }

    .fix-btn__wrap {
        position: fixed;
        top: auto;
        right: 0px;
        bottom: 15px;
        z-index: 50;
        text-align: center;
    }

    .fix-btn__text {
        display: none;
        font-size: 23px;
    }

    .fix-btn__cart-text {
        font-size: 16px;
        line-height: 1.3rem;
    }

    .fix-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90px;
        height: 90px;
        padding: 7px;
        font-size: 15px;
        line-height: 1.5rem;
        border-radius: 10px 0 0 10px;
        color: #fff;
        background-color: #FCCD00;
    }

}

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

    .kv-banner__wrap {
        margin: 0 auto 0;
        max-width: 100%;
    }

    .kv-main__thumb {
        width: 100%;
        min-height: 200px;
    }
    .kv-main__thumb img {
        min-height: 200px;
        height: 300px;
    }
    .main-logo__br {
        display: none;
    }

}



/* store-sec */

.store-sec {
    width: 100%;
    background-color: #FADF68;
}
.store-sec__inner {
    width: 100%;
    position: relative;
    padding: 70px 0;
}

.store-title__content {
    position: absolute;
    top: -90px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}
.store-title {
    font-size: 70px;
    text-align: center;
    margin-top: 20px;
}

.store-sec__intro-text {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.5rem;
}

.store-sec__content {
    width: 800px;
    margin: 0 auto;
    padding: 40px 0 50px;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    position: relative;
}
.store-sec__beerimg-thumb {
    position: absolute;
    top: -150px;
    right: -70px;
    width: 150px;
}
.store-sec__beerimg-thumb img{
    width: 100%;
}


.store-sec__content-text {
    font-size: 19px;
    margin-bottom: 15px;
}

.store-sec__amazon-text {
    display: inline-block;
    font-size: 18px;
    line-height: 1.8rem;
    text-align: left;
    margin: 0 auto;
    padding: 0 30px;
}
.under-line {
    background: linear-gradient(transparent 60%, #FFF57E 60%);
}

.store-sec__content-line {
    margin: 30px auto;
    color: #EFEFEF;
    width: 90%;
}

.storelink-btn {
    width: 32%;
    display: inline-block;
    padding: 20px 0 15px;
    margin: 0 auto;
    color: #fff;
    font-size: 26px;
    border-radius: 200px;
    display: block;
}
.storelink-btn:hover {
    transition: 0.5s ;
    opacity: 0.7;
}
.amazon {
    width: 350px;
    font-size: 30px;
    background-color: #232F3E;
    margin-bottom: 20px;
}
.uber {
    background-color: #06C167;
}
.wolt {
    background-color: #00C2E8;
}
.demae {
    background-color: #F43800;
}

.store-btn__wrap {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
   
    .store-title__content {
        top: -120px;
        line-height: 3.4rem;
    }
    .store-title {
        font-size: 50px;
    }

    .store-title__text-img {
        width: 70%;
        margin: 0 auto;
    }
    .store-title__text-img img{
        width: 100%;
    }
    
    .store-sec__content {
        width: 90%;
        padding: 30px 0 40px;
    }

    .store-sec__amazon-text {
        font-size: 15px;
    }

    .store-sec__content-line {
        margin: 20px auto;
        color: #EFEFEF;
    }

    .storelink-btn {
        width: 70%;
        margin: 0 auto;
        display: inline-block;
        padding: 15px 0 10px;
        color: #fff;
        font-size: 22px;
        border-radius: 200px;
    }
    .storelink-btn:not(:last-child) {
        margin: 0 auto 20px;
    }
    .amazon {
        width: 60%;
        font-size: 22px;
        background-color: #232F3E;
    }

    .store-sec__beerimg-thumb {
        position: absolute;
        top: auto;
        right: 0px;
        bottom: -50px;
        width: 90px;
    }
    .store-sec__beerimg-thumb img{
        width: 100%;
    }

}


/* news-sec */

.news-sec {
    width: 100%;
}
.news-sec__inner {
    width: 1024px;
    max-width: 90%;
    margin: 35px auto;
}

.news-item {
    display: flex;
    padding-bottom: 15px;
}
.news-item:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
}

.news-item p {
    font-size: 16px;
    line-height: 1.6rem;
}
.news-date {
    min-width: 130px;
    display: block;
    margin: 0 30px 5px 0;
}
.news-text {
    width: 100%;
}

.news-text a{
    text-decoration: underline;
}

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

    .news-item {
        display: block;
        padding-bottom: 25px;
    }
    .news-item:not(:last-child) {
        margin-bottom: 25px;
    }
}


/* intro-sec */

.intro-sec {
    width: 100%;
    background-color: #F5F2E5;
}
.intro-sec__inner {
    width: 100%;
    position: relative;
    padding-top: 100px;
}

.intro-sec__mainimg-thumb {
    position: absolute;
    top: 280px;
    right: 0;
    width: 30%;
}
.intro-sec__mainimg-thumb img{
    width: 100%;
}
.intro-sec__shapeimg01-thumb {
    position: absolute;
    top: -100px;
    left: 0;
    width: 18%;
}
.intro-sec__shapeimg01-thumb img{
    width: 100%;
}


.intro-sec__title {
    font-size: 50px;
    text-align: center;
    margin-bottom: 30px;
}

.intro-sec__contents {
    position: relative;
    width: 100%;
    min-height: 530px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
    background-image: url(../images/intro-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}


.intro-sec__beerimg-thumb {
    position: absolute;
    top: 0;
    left: 10%;
    width: 20%;
}
.intro-sec__beerimg-thumb img{
    width: 100%;
}

.intro-sec__logo-thumb {
    margin: -50px 0 30px;
}

.intro-sec__text {
    font-size: 17px;
    line-height: 1.8rem;
}

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

    .intro-sec__contents {
        width: 100%;
        background-image: url(../images/tab-intro-bg.png);
    }

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

    .intro-sec {
        width: 100%;
        padding: 0 0 40px;
        background-color: #F5F2E5;
    }

    .intro-sec__text {
        font-size: 15px;
        padding: 0 20px;
        text-align: left;
    }
    .intro-sec__mainimg-thumb {
        position: sticky;
        width: 90%;
        margin: -50px 0 0 auto;
    }
    .intro-sec__beerimg-thumb {
        display: none;
    }

}


/* merit-sec */

.merit-sec {
    width: 100%;
    padding: 100px 0;
    background-color: #F5F2E5;
}
.merit-sec__inner {
    width: 100%;
    position: relative;
}

.merit-sec__shapeimg01-thumb {
    position: absolute;
    bottom: -250px;
    right: 0;
    width: 18%;
}
.merit-sec__shapeimg01-thumb img{
    width: 100%;
}

.merit-sec__list {
    margin: 70px auto;
    max-width: 1024px;
    display: flex;
    justify-content: space-between;
}
.merit-sec__item {
    width: 30%;
}

.merit-sec__item-thumb {
    width: 100%;
    text-align: center;
}
.merit-sec__item-img {
    width: 90%;
}

.merit-sec__item-title {
    font-size: 24px;
    margin: 20px 0 15px;
    text-align: center;
}
.merit-sec__item-text{
    font-size: 18px;
    line-height: 1.8rem;
}

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

    .merit-sec {
        width: 100%;
        padding: 50px 0;
        background-color: #F5F2E5;
    }

.merit-sec__list {
    max-width: 80%;
}

.merit-sec__item {
    width: 100%;
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
}

}


/* scene-sec */

.scene-sec {
    width: 100%;
    padding: 100px 0;
    margin: 0 0 100px;
}
.scene-sec__inner {
    width: 100%;
    position: relative;
}

.scene-sec__subimg01-thumb {
    position: absolute;
    top:700px;
    right: 0;
    width: 15%;
}
.scene-sec__subimg01-thumb img{
    width: 100%;
}
.scene-sec__subimg02-thumb {
    position: absolute;
    top: 1300px;
    left: 0;
    width: 15%;
}
.scene-sec__subimg02-thumb img{
    width: 100%;
}

.scene-sec__content-wrap {
    display: flex;
    max-width: 1240px;
    margin: 150px auto;
    flex-wrap: wrap;
}

.scene-sec__content-thumb {
    width: 70%;
}
.scene-sec__content-img {
    width: 100%;
}

.scene-sec__content-wrap:last-child{
    margin: 70px auto 0;
}
.scene-sec__content {
    width: 30%;
}
.scene-sec__content-title {
    font-size: 24px;
    margin-bottom: 30px;
}
.scene-sec__content-text {
    font-size: 15px;
    line-height: 2rem;
}
.scene-sec__content-text--attention {
    display: block;
    font-size: 14px;
    line-height: 1.3rem;
    padding-top: 20px;
}

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

    .scene-sec__content-wrap {
        width: 90%;
        margin: 150px auto;
    }

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

    .scene-sec__content-wrap {
        margin: 100px auto 20px;
    }

    .scene-sec__content-thumb {
        width: 100%;
    }
    .scene-sec__content {
        width: 100%;
        margin-bottom: 30px;
    }

    .child01 {
        order: 2;
    }
    .child02 {
        order: 1;
    }

}


/* tech-sec */

.tech-sec {
    width: 100%;
    padding: 150px 0 150px;
    background-color: #F5F2E5;
}
.tech-sec__inner {
    position: relative;
    width: 100%;
    background-image: url(../images/white-bg.png);
    background-position: right;
    background-repeat: repeat-y;
    padding: 130px 0 50px;
}

.tec-title {
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    margin: auto;
}

.tech-sec__contents-wrap {
    width: 1024px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tech-sec__contents {
    width: 48%;
}

.tech-sec__content-thumb {
    width: 100%;
    margin-bottom: 20px;
}
.tech-sec__content-thumb img{
    width: 100%;
}
.tech-sec__content-title {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.8rem;
}
.tech-sec__content-text {
    font-size: 15px;
    margin-bottom: 18px;
    line-height: 1.5rem;
}

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

.tech-sec__contents-wrap {
    width: 90%;
    margin: 0 auto;
}

.tech-sec__contents {
    width: 100%;
}

.tech-sec__contents:first-child {
    margin-bottom: 30px;
}

}


/* lineup-sec */

.lineup-before__bg-box {
    width: 100%;
    height: 280px;
    background-image: url(../images/lineupmain-img.png);
    background-repeat: no-repeat;
    background-position: center;
}

.lineup-sec {
    width: 100%;
    margin-bottom: 120px;
}
.lineup-sec__inner {
    width: 100%;
    margin: 30px auto 230px;
    text-align: center;
    overflow: hidden;
}

.lineup-sec__title {
    width: 500px;
    margin: 0 auto;
    font-size: 60px;
    text-align: center;
    color: #FADF68;
    background-color: #FCFCF9;
    padding: 30px;
    margin-top: -60px;
}

.lineup-title {
    display: inline-block;
    font-size: 60px;
    border-bottom: #333 3px solid;
    margin: 90px 0 40px;
}

.lineup-text {
    max-width: 90%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8rem;
    margin-bottom: 60px;
}

.lineup-list {
    width: 100%;
    display: flex;
}
.lineup-item {
    width: 30%;
    padding: 20px;
    border-radius: 10px;
    border: #FADF68 1px solid;
}
.lineup-item a{
    display: block;
    width: 100%;
    height: 100%;
}
.lineup-item a:hover {
    transition: 0.5s ;
    opacity: 0.8;
}
.lineup-item_thumb {
    width: 100%;
    max-height: 200px;
    margin-bottom: 20px;
}
.lineup-item_thumb img{
    width: 100%;
    object-fit: contain;
}

.lineup-item_title {
    font-size: 20px;
    line-height: 1.8rem;
    text-align: left;
}

.lineup-item_title-others {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.8rem;
}

.lineup-item_text {
    line-height: 1.8rem;
    text-align: left;
}

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

    .lineup-sec__inner {
        margin: 0px auto 230px;
    }    

.lineup-before__bg-box {
    width: 100%;
    height: 170px;
    background-image: url(../images/sp-lineupmain-img.png);
    background-repeat: no-repeat;
    background-position: center;
}

.lineup-sec__title {
    width: 80%;
    font-size: 50px;
    margin-top: -50px;
}

.lineup-title {
    display: inline-block;
    font-size: 50px;
    border-bottom: #333 3px solid;
    margin: 50px 0 40px;
}


}

/* media-sec */

.media-sec {
    width: 100%;
    padding: 100px 0;
}
.media-sec__inner {
    width: 100%;
    text-align: center;
    position: relative;
}

.media-sec__beerimg01-thumb {
    position: absolute;
    top:200px;
    left: 0;
    width: 18%;
}
.media-sec__beerimg01-thumb img{
    width: 100%;
}
.media-sec__beerimg02-thumb {
    position: absolute;
    top: 1000px;
    right: 0;
    width: 18%;
}
.media-sec__beerimg02-thumb img{
    width: 100%;
}


.media-title {
    display: inline-block;
    font-size: 60px;
    color: #FADF68;
    border-bottom: #FADF68 3px solid;
    margin-bottom: 60px;
}
.media-intro__text {
    font-size: 18px;
    margin-bottom: 70px;
    line-height: 1.8rem;
}

.media-tv {
    position: relative;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 140px;
    text-align: center;
}

.media-news {
    position: relative;
    width: 60%;
    margin: 0 auto;
    display: flex;
    text-align: center;
}

.media_thumb {
    margin-bottom: 20px;
    width:50%;
}
.media_thumb img{
    width: 100%;
}

.media-subtitle {
    position: absolute;
    top: -40px;
    left: -30px;
    display: block;
    color: #fff;
    font-size: 40px;
    background-color: #FADF68;
    padding: 15px 15px 7px;
    z-index: 10;
}

.media-contents {
    margin-left: 30px;
    padding-top: 100px;
}

.media-contents__title {
    font-size: 25px;
    text-align: left;
    margin-bottom: 10px;
}
.media-contents__text {
    font-size: 18px;
    text-align: left;
}
.media-contents__span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}


.movie_content {
	width: 900px; 
	margin: auto;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 20px;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

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

    .media-news {
        flex-wrap: wrap;
    }

    .media_thumb {
        width: 100%;
        margin-bottom: 30px;
    }

    .media-contents {
        width: 100%;
        padding: 0;
        margin-left: 0;
    }
    .media-contents__title {
        text-align: center;
    }
    .media-contents__text {
        text-align: center;
    }
    .media-contents__span {
        text-align: left;
    }

  }

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

    .media-sec__inner {
        width: 100%;
        margin: 0 auto;
    }

    .media-subtitle {
        left: 0;
        font-size: 30px;
    }

    .media-contents {
        padding-top: 0px;
    }
    .media-contents__title {
        font-size: 20px;
    }
    .media-contents__text {
        font-size: 15px;
    }

    .media-tv {
        width: 90%;
        margin: 0 auto;
    }

    .media-news {
        width: 90%;
        margin: 80px auto;
        flex-wrap: wrap;
    }
    .media_thumb {
        width: 100%;
        margin-bottom: 20px;
    }

    .movie_content {
        width: 100%;
    }

    .media-sec__beerimg02-thumb {
        position: static;
        width: 90%;
        margin-top: 80px;
        margin: 0 0 0 auto;
    }

    .media-sec {
        width: 100%;
        padding: 100px 0 30px;
    }

  }


/* review-sec */

.review-sec {
    width: 100%;
    margin: 70px auto 180px;
}
.review-sec__inner {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 140px 0 60px;
    background-color: #F5F2E5;
}

.review-sec__title {
    position: absolute;
    top: -35px;
    right: 0;
    left: 0;
    margin: auto;
}

.review-list {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.review-item {
    width: 30%;
    padding: 20px;
    background-color: #fff;
}

.review-title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #333 1px solid;
    line-height: 1.8rem;
}

.review-attribute {
    font-size: 15px;
    margin-bottom: 20px;
}

.review-text {
    font-size: 15px;
    line-height: 1.8rem;
}

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

    .review-sec__inner {
        width: 90%;
        padding: 100px 0 50px;
    }

    .review-sec__title {
        top: -25px;
    }

    .review-list {
        max-width: 80%;
    }

    .review-item {
        width: 100%;
        padding: 20px;
        background-color: #fff;
    }

}


/* news-page */

.news {
    width: 100%;
}

.news .main-logo{
    max-width: 120px;
    top: 20px;
    left: 20px;
    font-size: 14px;
}

.news .main-logo__text {
    display: inline-block;
    margin-top: 10px;
    line-height: 1.5rem;
}

.news .main-logo img:hover {
    transition: 0.5s ;
    opacity: 0.7;
}

.news-page {
    width: 100%;
    margin: 70px auto 0px;
}
.news-page__inner {
    width: 100%;
    margin: 0 auto;
}

.news-page__inner .sec-title {
    width: 80%;
    max-width: 500px;
    margin-bottom: 100px;
}

.news-article {
    width: 100%;
    background-color: #F5F2E5;
    padding: 45px 0 60px;
    margin-top: -50px;
}
.news-article__inner {
    margin: 0 auto 40px;
    padding: 30px;
    width: 900px;
    max-width: 90%;
    background-color: #fff;
}

.news-page__date {
    font-size: 15px;
    display: inline-block;
    background-color: #FCCD00;
    padding: 8px 10px;
    margin-bottom: 15px;
}
.news-page__title {
    font-size: 22px;
    line-height: 1.8rem;
    padding-bottom: 25px;
    border-bottom: 1px solid #C4C4C4;
}
.news-page__text {
    line-height: 1.8rem;
    margin-top: 25px;
}
.news-page__text a {
    text-decoration: underline;
}

.back_btn {
    width: 400px;
    max-width: 80%;
    padding: 15px 0 15px;
    margin: 0 auto;
    color: #333;
    font-size: 18px;
    border-radius: 200px;
    display: block;
    text-align: center;
    background-color: #FCCD00;
}

.back_btn:hover {
    transition: 0.5s ;
    opacity: 0.7;
}


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

    .news .main-logo{
        max-width: 100%;
        text-align: left;
        background-color: #FADF68;
        padding: 10px;
    }

    .news .main-logo a{
        max-width: 100%;
        display: flex;
        position: static;
        text-align: left;
        align-items: center;
    }

    .news .main-logo a .main-logo__text{
        margin: 0 15px;
        font-weight: bold;
        font-size: 17px;
    }

}


/* footer */

footer {
    text-align: center;
    padding: 40px 0 20px;
    font-size: 15px;
}

.footer-company {
    margin-bottom: 50px;
    line-height: 2rem;;
    font-size: 16px;;
}

.footer-company__name {
    font-size: 20px;
    margin-bottom: 15px;
}

.copyright {
    margin-bottom: 10px;
}

.footer-text {
    font-size: 11px;
}

.footer-company__tel-link{
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .footer-company__tel-link{
        margin-right: 0;
    }
}