.section-topTitle {
    text-align: center;
    margin-bottom: 45px
}
.section-topTitle-en {
    font-size: 33px;
    line-height: 1.5;
    display: block;
    margin-bottom: 5px
}
.section-topTitle-jp {
    font-size: 14px;
    line-height: 1.5;
    display: block
}
.section-bg-grey {
    background: #eee
}
@media screen and (max-width:640px) {
    .section-topTitle {
        margin-bottom: 20px
    }
    .section-topTitle-en {
        font-size: 22px;
        margin-bottom: 0
    }
    .section-topTitle-jp {
        font-size: 12px
    }
}
.top-about {
    padding: 70px 60px 90px
}
.top-about-item {
    float: left
}
.top-about-large {
    margin-bottom: 40px
}
.top-about-large .top-about-item {
    width: 48.72%
}
.top-about-large .top-about-item+.top-about-item {
    margin-left: 2.56%
}
.top-about-small .top-about-item {
    width: 23.08%;
    position: relative
}
.top-about-small .top-about-item+.top-about-item {
    margin-left: 2.56%
}
.top-about-itemPhoto {
    overflow: hidden;
    display: block
}
.top-about-itemPhoto span {
    position: relative;
    display: block
}
.top-about-itemPhoto span {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}
.top-about-itemPhoto span:hover {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}
.top-about-itemName {
    text-align: center;
    padding-top: 15px
}
.top-about-itemName-en,
.top-about-itemName-jp {
    line-height: 1.5;
    display: block
}
.top-about-itemName-en {
    font-size: 18px
}
.top-about-itemName-jp {
    font-size: 14px
}
@media screen and (max-width:640px) {
    .top-about {
        padding: 40px 10px
    }
    .top-about-item {
        float: left;
        margin-bottom: 30px
    }
    .top-about-large {
        margin-bottom: 0
    }
    .top-about-large .top-about-item {
        width: auto;
        float: none
    }
    .top-about-large .top-about-item+.top-about-item {
        margin-left: 0
    }
    .top-about-small .top-about-item {
        width: 48.72%
    }
    .top-about-small .top-about-item+.top-about-item {
        margin-left: 2.56%
    }
    .top-about-small .top-about-item:nth-child(2n+1) {
        margin-left: 0;
        clear: both
    }
    .top-about-itemName {
        padding-top: 10px
    }
    .top-about-itemName-en {
        font-size: 16px
    }
    .top-about-itemName-jp {
        font-size: 12px
    }
}
.top-information {
    padding: 50px 60px 10px
}
.information-item {
    float: left;
    width: 31.62%;
    margin-right: 2.57%;
    margin-bottom: 50px
}
.information-item:nth-child(3n) {
    margin-right: 0
}
.information-item:nth-child(3n+1) {
    clear: both
}
.information-item a {
    display: block;
    color: #666
}
.information-item a:hover {
    color: #e9647f
}
.information-item-thumb {
    border: #e5e5e5 2px solid;
    margin-bottom: 20px;
    overflow: hidden
}
.information-item-thumb img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}
a:hover .information-item-thumb img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}
.information-item-date {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 15px;
    position: relative
}
.information-item-new .information-item-date {
    padding-left: 50px
}
.information-item-new .information-item-date::before {
    content: 'NEW';
    background: #d18f9c;
    color: #FFF;
    padding: 5px;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: -5px;
    left: 0
}
.information-item-detail {
    font-size: 13px;
    line-height: 1.8
}
.btn-top-information {
    text-align: center
}
.btn-top-information a {
    display: inline-block;
    width: 100%;
    max-width: 298px;
    border: #666 2px solid;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 15px;
    font-size: 14px;
    line-height: 1;
    color: #333;
    position: relative;
    transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease
}
.btn-top-information a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: '';
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.btn-top-information a:hover {
    background: #CCC
}
@media screen and (max-width:640px) {
    .top-information {
        padding: 40px 10px 30px
    }
    .information-item {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 40px
    }
    .information-item-thumb {
        border: #e5e5e5 1px solid;
        margin-bottom: 15px
    }
    .information-item-date {
        font-size: 13px;
        line-height: 1;
        margin-bottom: 10px;
        position: relative
    }
    .information-item-new .information-item-date {
        padding-left: 50px
    }
    .information-item-new .information-item-date::before {
        content: 'NEW';
        background: #d18f9c;
        color: #FFF;
        padding: 5px;
        display: inline-block;
        font-size: 12px;
        line-height: 1;
        position: absolute;
        top: -5px;
        left: 0
    }
    .information-item-detail {
        font-size: 13px;
        line-height: 1.8
    }
    .btn-top-information {
        text-align: center
    }
    .btn-top-information a {
        display: inline-block;
        width: 100%;
        max-width: 298px;
        border: #666 2px solid;
        box-sizing: border-box;
        border-radius: 3px;
        padding: 15px;
        font-size: 14px;
        line-height: 1;
        color: #333;
        position: relative
    }
    .btn-top-information a::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto;
        content: '';
        vertical-align: middle;
        width: 5px;
        height: 5px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}
.top_select_title {
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
    padding: 36px 10px;
    position: relative
}
.top_select_title-en {
    font-size: 15px;
    line-height: 26px;
    display: inline-block;
    font-weight: normal;
    vertical-align: top;
    padding-right: 17px
}
.top_select_title::before {
    content: '';
    width: 100%;
    height: 25px;
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease
}
#select-non-member .top_select_title::before {
    background: #e74564
}
#select-member .top_select_title::before {
    background: #259fd9
}
#select-member .top_select_title.is-active::before,
#select-member .top_select_title:hover::before,
#select-non-member .top_select_title.is-active::before,
#select-non-member .top_select_title:hover::before {
    opacity: 1
}
.top_select_title::after {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    vertical-align: middle;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}
#select-non-member .top_select_title::after {
    border-top: 1px solid #e74564;
    border-right: 1px solid #e74564
}
#select-member .top_select_title::after {
    border-top: 1px solid #259fd9;
    border-right: 1px solid #259fd9
}
#select-member .top_select_title.is-active::after,
#select-member .top_select_title:hover::after,
#select-non-member .top_select_title.is-active::after,
#select-non-member .top_select_title:hover::after {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    bottom: 9px
}
#select-non-member {
    border: 5px rgba(174, 176, 177, 0.15) solid;
    width: 340px;
    float: left
}
#select-non-member .top_select_title {
    color: #e43153
}
.select-frame {
    position: absolute;
    border: 5px rgba(174, 176, 177, 0.15) solid;
    display: none
}
.select-frameInner {
    background: url('../img/top/select_back.png')
}
#select-non-member .select-frame {
    position: absolute;
    top: 189px;
    left: 0
}
#select-non-member .select-frameInner {
    padding: 33px 20px 20px
}
#select-member .select-frame {
    top: 189px;
    right: 0;
    width: 520px
}
#select-member .select-frameInner {
    padding: 40px 33px
}
.tab-option li {
    display: inline-block;
    background: rgba(0, 0, 0, 0.3);
    color: #FFF;
    font-size: 14px;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    margin-left: 1px;
    letter-spacing: 0;
    vertical-align: bottom;
    transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease
}
.tab-option li+li {
    margin-left: 2px
}
.tab-option li:first-child {
    width: 120px
}
.tab-option li:nth-child(2) {
    width: 177px
}
.tab-option li:nth-child(3) {
    width: 88px
}
.tab-option li:nth-child(4) {
    width: 88px
}
.tab-option li.select:first-child {
    margin-left: 0
}
.tab-option li.select {
    background: #FFF;
    border: #ddd 1px solid;
    border-bottom: 0;
    color: #e04262;
    padding: 15px 0;
    margin-bottom: -1px;
    margin-top: 0;
    position: relative
}
.tab-option li.select:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #e43153;
    border-right: 1px solid #e43153;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}
.tab-option li.tab-option-twoLines br {
    display: none
}
.select_contentsIntro {
    color: #e43153;
    width: 55.41%;
    text-align: center;
    margin-bottom: 10px
}
.select-memberWrap,
.select-non-memberWrap {
    background: url('../img/top/select_back.png')
}
#select-member {
    border: 5px rgba(255, 255, 255, 0.2) solid;
    width: 250px;
    float: left;
    margin-left: 20px
}
#select-member .top_select_title {
    color: #0d95d5
}
.select_contents {
    display: none
}
.select_contents.select {
    display: block
}
.select_contentsWrap {
    border: #ddd 1px solid;
    background: #FFF;
    padding: 30px;
    width: 497px;
    box-sizing: border-box
}
.select_contentsFrame {
    position: relative;
    width: 55.41%;
    background: #e5e5e5;
    float: left
}
.select_contentsFrame::before {
    content: '';
    width: 42px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 40
}
#select-non-member .select_contentsFrame::before {
    background: #e04262
}
#select-member .select_contentsFrame::before {
    background: #449ccd
}
.select_contentsFrame::after {
    position: absolute;
    top: 18px;
    right: 16px;
    margin: auto;
    content: '';
    vertical-align: middle;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-top: 8px solid #FFF;
    z-index: 50
}
.select_contentsFrame select::-ms-expand {
    display: none
}
.select_contentsFrame select {
    font-size: 15px;
    height: 42px;
    border: 0;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    background: 0;
    position: relative;
    z-index: 100
}
.select_contentsBtn {
    width: 39.96%;
    float: right
}
.select_contentsBtn a {
    display: block;
    text-align: center;
    border: #e04262 2px solid;
    border-radius: 21px;
    height: 42px;
    box-sizing: border-box;
    line-height: 38px;
    font-size: 15px;
    vertical-align: middle;
    color: #e04262;
    transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease
}
.select_contentsBtn a:hover {
    background: #febac8
}
.select_contentsBtn a span {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    padding-left: 10px
}
.select_contentsBtn a span:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    vertical-align: middle;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 6px solid #e04262
}
#select-member .select_contentsWrap {
    background: 0;
    border: 0;
    padding: 0;
    width: 100%
}
#select-member .select_contentsIntro {
    width: auto;
    color: #0d95d5
}
#select-member .select_contentsFrame {
    width: auto;
    float: none
}
@media screen and (max-width:640px) {
    .top_select_title {
        font-size: 16px;
        line-height: 16px;
        padding: 20px 5px 30px
    }
    .top_select_title-en {
        font-size: 13px;
        line-height: 18px;
        display: block;
        padding-right: 0;
        margin-bottom: 5px
    }
    #select-member {
        border: 3px rgba(255, 255, 255, 0.2) solid;
        width: 43%;
        margin-left: 2%
    }
    #select-non-member {
        border: 3px rgba(174, 176, 177, 0.15) solid;
        width: 55%
    }
    .select-frame {
        border: 3px rgba(174, 176, 177, 0.15) solid;
        width: 90%;
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        margin: 0 10px
    }
    .select_contentsWrap {
        padding: 15px;
        width: 100%;
        box-sizing: border-box
    }
    .select_contentsFrame {
        width: 100%;
        margin-bottom: 20px
    }
    #select-member .select_contentsFrame {
        margin-bottom: 0
    }
    #select-non-member .select-frame {
        position: absolute;
        top: 169px;
        left: 0
    }
    #select-non-member .select-frameInner {
        padding: 20px 10px 10px
    }
    #select-member .select-frame {
        top: 169px;
        right: 0;
        width: 90%;
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        margin: 0 10px
    }
    #select-member .select-frameInner {
        padding: 30px 25px
    }
    .tab-option li {
        display: inline-block;
        font-size: 12px;
        padding: 15px 0;
        margin-left: 0;
        vertical-align: bottom
    }
    .tab-option li+li {
        margin-left: 1px
    }
    .tab-option li:first-child {
        width: 30%;
        width: -webkit-calc(30% - 1px);
        width: calc(30% - 1px)
    }
    .tab-option li:nth-child(2) {
        width: 30%;
        width: -webkit-calc(30% - 1px);
        width: calc(30% - 1px)
    }
    .tab-option li:nth-child(3) {
        width: 20%;
        width: -webkit-calc(20% - 1px);
        width: calc(20% - 1px)
    }
    .tab-option li:nth-child(4) {
        width: 20%;
        width: -webkit-calc(20% - 1px);
        width: calc(20% - 1px)
    }
    .tab-option li.select:first-child {
        margin-left: 0
    }
    .tab-option li.select {
        background: #FFF;
        border: #ddd 1px solid;
        border-bottom: 0;
        color: #e04262;
        padding: 20px 0;
        margin-bottom: -1px;
        margin-top: 0;
        position: relative
    }
    .tab-option li.tab-option-twoLines {
        padding: 6px 0;
        line-height: 1.3
    }
    .tab-option li.tab-option-twoLines br {
        display: inline
    }
    .tab-option li.select.tab-option-twoLines {
        padding: 10px 0
    }
    .select_contentsBtn {
        width: 100%
    }
}
#KV {
    width: 100%;
    transition: 1s all ease-in-out;
    background: #fff;
    position: relative
}
.docLoad #KV {
    width: 100%;
    background: #47373c
}
#select {
    position: absolute;
    top: 70px;
    right: 50px
}
#selectWrap {
    position: relative;
    z-index: 10000;
    margin-left: auto;
    margin-right: 60px;
    width: 610px;
    height: 400px;
    padding-top: 70px;
    opacity: 0;
    transform: translateY(30px);
    transition: 1.5s all 1s ease-out
}
@media screen and (max-width:730px) {
    #selectWrap {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 70px 10px 0
    }
}
.docLoad #selectWrap {
    opacity: 1;
    transform: translateX(0)
}
.carousel {
    padding-left: 130px;
    margin-left: -240px;
    box-sizing: content-box
}
.carousel+.carousel {
    margin-left: -240px
}
.carousel > li {
    float: left;
    margin: 0 5px;
    background: #47373c;
    width: 436px;
    height: 623px;
    transform: skew(20deg);
    overflow: hidden;
    z-index: 100
}
.carousel > li {
    opacity: 0;
    transition: 1s all ease-in-out
}
.docLoad .carousel > li {
    opacity: 1
}
.carousel > li:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #47373c;
    width: 100%;
    height: 100%;
    transition: 1s all ease-in-out
}
.docLoad .carousel > li:nth-child(odd)::after {
    content: "";
    height: 0
}
.carousel > li:nth-child(even)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #47373c;
    width: 100%;
    height: 100%;
    transition: 1s all ease-in-out
}
.docLoad .carousel > li:nth-child(even)::after {
    content: "";
    height: 0
}
.carousel > li > div {
    width: 160%;
    height: 100%;
    transform: skew(-20deg) translate(-120px)
}
.carousel+.carousel > li:nth-child(1) > div {
    width: 160%;
    height: 100%;
    transform: skew(-20deg) translate(-120px)
}
.carousel > li:nth-child(1) > div {
    background: url('../img/top/kv-01.jpg') left bottom 100px;
    background-size: 85%
}
.carousel > li:nth-child(2) > div {
    background: url('../img/top/kv-02.jpg') left bottom 110px;
    background-size: 88%
}
.carousel > li:nth-child(3) > div {
    background: url('../img/top/kv-03.jpg') center bottom 174px
}
.carousel > li:nth-child(4) > div {
    background: url('../img/top/kv-04.jpg') left bottom 110px;
    background-size: 88%
}
.carousel > li:nth-child(5) > div {
    background: url('../img/top/kv-05.jpg') left bottom 130px;
    background-size: 90%
}
.carousel > li:nth-child(6) > div {
    background: url('../img/top/kv-06.jpg') left bottom 130px;
    background-size: 85%
}
.loopslider {
    margin: 0 auto;
    width: 100%;
    height: 400px;
    text-align: left;
    position: relative;
    overflow: hidden
}
.loopslider ul {
    height: 623px;
    float: left;
    display: inline;
    overflow: hidden
}
.loopslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
    position: relative
}
.loopslider {
    position: absolute;
    top: 0;
    left: 0
}
.loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden
}
.loopslider ul {
    display: inline-block;
    overflow: hidden
}
.newsInfo {
    margin-bottom: 20px;
    background: #fff
}
.newsInfo h2 {
    text-align: center;
    font-size;
    font-size: 20px;
    background: #e0e0e0;
    padding: 15px 0
}
.newsInfo #mainMediaSpace ul,
.newsInfo #mainInformationSpace ul {
    padding: 15px 15px 0;
    width: 100%;
    height: 250px;
    overflow-y: scroll
}
.newsInfo #mainMediaSpace ul li,
.newsInfo #mainInformationSpace ul li {
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
    margin-bottom: 15px
}
.newsInfo #mainMediaSpace ul li a,
.newsInfo #mainInformationSpace ul li a {
    color: #048ed7;
    text-decoration: underline
}
.newsInfo #mainMediaSpace ul li .date,
.newsInfo #mainInformationSpace ul li .date {
    padding: 3px 5px
}
.newsInfo #mainInformationSpace ul li .new {
    background: #d18f9c;
    color: #FFF;
    padding: 3px 5px
}

.newsInfo #mainMediaSpace ul li span,
.newsInfo #mainInformationSpace ul li span {
    display: inline-block;
    width: 100px;
    padding: 2px;
    text-align: center;
}
.newsInfo #mainMediaSpace ul li span.media_txt{
    width: auto;
    text-align: left;
}

@media screen and (min-width:768px) {
    .newsInfo #mainMediaSpace ul,
    .newsInfo #mainInformationSpace ul {
        padding: 15px 10% 0
    }
}




#pageTopBox {
    max-width: 980px;
    margin: 0 auto;
    height: 185px;
    position: relative;
}
#pageTopBox .page-top {
    position: absolute;
    right: 0;
    bottom: 20px;
}
.top-about {
  padding: 70px 60px 60px 60px;
}
.top-about-large {
  margin-bottom: 50px;
}
.top-about-large .top-about-item {
  width: 49%;
}
.top-about-large .top-about-item+.top-about-item {
  margin-left: 2%;
}
.top-about-small {
    display: flex;
    flex-wrap: wrap;
}
.top-about-small .top-about-item {
    float: none;
    width: 32%;
    margin-bottom: 30px;
}
.top-about-small .top-about-item+.top-about-item {
  margin-left: 2%;
}
.top-about-small .top-about-item:nth-child(3n+1)  {
  margin-left: 0;
}

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

.top-about {
  padding: 40px 10px 40px 10px;
}
.top-about-item {
  margin-bottom: 30px;
}
.top-about-large {
  margin-bottom: 0;
}
.top-about-large .top-about-item {
  width: auto;
}
.top-about-large .top-about-item+.top-about-item {
  margin-left: 0;
}
.top-about-small .top-about-item {
    width: 48.72%;
    margin-bottom: 30px;
}
.top-about-small .top-about-item+.top-about-item {
  margin-left: 2.56%
}
.top-about-small .top-about-item:nth-child(2n+1) {
    margin-left: 0;
}
}


.bnr-top-area {
    margin:0 0 50px 0;
    transition:.5s;
}

.bnr-top-area:hover {
    transform: scale(1.05, 1.05);
}

.caution-area {
    background: #fff;
    padding:30px;
    margin-bottom: 40px;
    text-align: center;
}

.caution-txt {
    font-size:16px;
}

/*-----------200304追加_臨時掲載--------------*/
.officialAccount-area{
    background: #ffffff;
    margin: 20px 0px;
    padding: 20px;
    text-align: center;
}
.officialAccount-area .caution-txt{margin-bottom: 20px; }
.officialAccount-area br{display: none;}
.officialAccount-area .instagramAccount-link,
.officialAccount-area .youtubeAccount-link{
    width: 20%;
    display: inline-block;
   /* border: 2px solid #f3a3b8;*/
    padding: 10px;
    margin-top: 10px;
}
/*.officialAccount-area .youtubeAccount-link{
    border: 2px solid #f3a3b8;
}
.officialAccount-area .instagramAccount-link{
    border: 2px solid #7ec2e6;
}*/

.officialAccount-area .instagramAccount-link img,
.officialAccount-area .youtubeAccount-link img{
    margin: 10px auto;
    max-width: 70px;
    display: block;
}

.officialAccount-area h4{font-size: 18px;}

@media screen and (max-width: 640px) {
.officialAccount-area .instagramAccount-link,
.officialAccount-area .youtubeAccount-link{
    width: 47%;
} 
.officialAccount-area br{display: block;}
.officialAccount-area .youtubeAccount-link img{max-width: 60px;}
}
