@charset "UTF-8";
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeInTitle {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes scrolled {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }
    20% {
        opacity: 1;
        transform: translateY(0px);
    }
    80% {
        opacity: 1;
        transform: translateY(10px);
    }
    100% {
        opacity: 0;
        transform: translateY(10px);
    }
}
.p-headline {
    font-family: 'Droidiga';
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 2px;
}
.p-headline::first-letter {
    color: #6eb92b;
}
.p-description {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}
.gPageTop {}
.insta {
    padding: 37px 0 50px;
    position: relative;
    z-index: 100;
}
@media screen and (-ms-high-contrast: none) {
    /* IE11にのみ適用したいスタイルシート */
    .insta {
      display: none;
    }
}
.insta_inner {}
.insta_title {}
.insta_link {
    margin-top: 44px;
}
.insta_link > a {}
.insta_link > a::before {
    content: "";
}
.insta_link > a::after {
    content: "";
}
.insta_list {
    list-style: none;
    margin-top: 20px;
}
.insta_list::after {
    content: "";
    display: block;
    clear: both;
}
.insta_item {
    float: left;
    width: 24.25%;
    margin-left: 1%;
}
.insta_item:nth-of-type(4n+1) {
    margin-left: 0;
    clear: both;
}
.insta_item:nth-of-type(n+5) {
    margin-top: 10px;
}
.insta_item > img {
    max-width: 100%;
    height: auto;
}
.pickup {
    position: relative;
    z-index: 1;
}
.pickup_inner {}
.pickup_title {}
.pickup_description {}
.pickup_list {
    list-style: none;
    margin-top: 18px;
}
.pickup_list::after {
    content: "";
    display: block;
    clear: both;
}
.pickup_list > li {
    width: 49%;
    float: left;
    margin-left: 2%;
}
.pickup_list > li:first-child {}
.pickup_list > li:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
}
.pickup_list > li:nth-child(n+3) {
    margin-top: 15px;
}
.pickup_list > li > a {
    display: block;
    position: relative;
    z-index: 1;
}
.pickup_list > li > a::before {
    content: "";
    border: 1px solid #b4b4b4;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 2px;
}
.pickup_list > li > a::after {
    content: "";
}
.pickup_list > li > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.banners {
    list-style: none;
    margin-top: 34px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.banners::after {
    content: "";
    display: block;
    clear: both;
}
.banners > li {
    width: 25%;
    float: left;
}
.banners > li:first-child {}
.banners > li:nth-child(2n+1) {}
.banners > li > a {
    display: block;
}
.banners > li > a::before {
    content: "";
}
.banners > li > a::after {
    content: "";
}
.banners > li > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.activity {}
.activity_inner {}
.activity_title {}
.activity_description {
    margin-bottom: 24px;
}
.activity_list {
    list-style: none;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
}
.activity_list::after {
    content: "";
    display: block;
    clear: both;
}
.activity_list > li {
    width: 23.5%;
    margin-left: 2%;
    max-width: 224px;
    margin-bottom: 2%;
}
.activity_list > li:first-child {}
.activity_list > li:nth-child(4n+1) {
    margin-left: 0;
}
.activity_list > li > a {
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
}
.activity_list > li > a::before {
    content: "";
}
.activity_list > li > a::after {
    content: "";
}
.activity_fig {
    position: relative;
    z-index: 1;
    height: 100%;
    background: #ff9600;
}
.activity_fig > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.activity_fig_img > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.activity_fig > figcaption {
    background: #ff9600;
    color: #fff;
    padding: 8px 5px;
    line-height: 1.2;
    box-sizing: border-box;
    min-height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}
.activity_link {
    margin-top: 30px;
}
.activity_link > a {}
.activity_link > a::before {
    content: "";
}
.activity_link > a::after {
    content: "";
}
.news {
    margin-bottom: 65px;
}
.news_inner {}
.news_title {}
.news_description {}
.news_list {
    list-style: none;
    margin-top: 20px;
    font-size: 0;
    text-align: center;
}
.news_list::after {
    content: "";
    display: block;
    clear: both;
}
.news_list > li {
    width: 23.5%;
    margin-left: 2%;
    display: inline-block;
    vertical-align: top;
}
.news_list > li:first-child {}
.news_list > li:nth-child(4n+1) {
    margin-left: 0;
}
.news_list > li:nth-child(n+5) {
    margin-top: 21px;
}
.news_list > li > a {
    display: block;
    text-decoration: none;
    text-align: left;
}
.news_list > li > a::before {
    content: "";
}
.news_list > li > a::after {
    content: "";
}
.news_item {
    box-shadow: 6px 6px 0 #ccc;
    transition-property: transform, box-shadow;
    transition-duration: .3s;
}
.news_image {
    position: relative;
    z-index: 1;
    padding-bottom: 75%;
    background-image: url(/gorapark/common/img/img-alt@2x.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
[lang="en"] .news_image {
    padding: 0;
    height: 17px;
    background: none !important;
}
.news_image > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.news_categories {
    list-style: none;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 0;
}
[lang="en"] .news_categories {
    top: 0;
}
.news_categories > li {
    line-height: 17px;
    background: #ff0042;
    color: #fff;
    font-size: 12px;
    min-width: 57px;
    padding: 0 5px;
    box-sizing: border-box;
    text-align: center;
}
.news_categories > li:first-child {}
.news_categories > li:nth-child(2n+1) {}
.news_areaText {
    padding: 10px 10px;
    background: #fff;
    position: relative;
    z-index: 1;
    padding-left: 57px;
    min-height: 30px;
}
.news_update {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 8px;
}
.news_update > time {
    display: block;
    line-height: 1;
    text-align: center;
    font-size: 10px;
    color: #787878;
}
.news_update > time > b {
    display: block;
    font-size: 20px;
    font-weight: 500;
}
.news_name {
    font-size: 12px;
    line-height: 1.1;
}
.news_link {
    margin-top: 27px;
}
.news_link > a {}
.news_link > a::before {
    content: "";
}
.news_link > a::after {
    content: "";
}
.exp {
    text-align: center;
    padding-top: 29px;
    margin-bottom: 32px;
}
.exp_inner {}
.exp_title {}
.exp_description {
    margin-bottom: 30px;
    font-size: 20px;
}
.exp_list {
    list-style: none;
}
.exp_list::after {
    content: "";
    display: block;
    clear: both;
}
.exp_list > li {
    width: 50%;
    float: left;
}
.exp_list > li:first-child {}
.exp_list > li:nth-child(2n+1) {}
.exp_list > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
}
.exp_list > li > a::before {
    content: "";
}
.exp_list > li > a::after {
    content: "";
}
.exp_item {
    height: 195px;
    box-sizing: border-box;
    padding-top: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.exp_item::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(61, 61, 61, 1);
    mix-blend-mode: multiply;
    transition-duration: .3s;
    transition-property: transform, background-color;
}
.noMixBlendMode .exp_item::before {
    background: rgba(61, 61, 61, 0.8);
}
.exp_item-no1 {
    background-image: url(/gorapark/img/pt-exp01.jpg);
}
.exp_mark {
    width: 56px;
    line-height: 56px;
    background: #6eb92b;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 33px;
    margin: 0 auto 0;
    position: relative;
    z-index: 2;
    transition-duration: .3s;
    transition-property: transform;
}
.exp_mark > .icon {
    display: block;
    line-height: 56px;
}
.exp_headline {
    font-size: 28px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
.exp_text {
    font-size: 12px;
    line-height: 1.2;
    position: relative;
    z-index: 2;
    max-width: 500px;
    margin: 0 auto;
}
.exp_item-no2 {
    background-image: url(/gorapark/img/pt-exp02.jpg);
}
.exp_item-no3 {
    background-image: url(/gorapark/img/pt-exp03.jpg);
}
.exp_item-no4 {
    background-image: url(/gorapark/img/pt-exp04.jpg);
}
.exp_minList {
    list-style: none;
}
.exp_minList::after {
    content: "";
    display: block;
    clear: both;
}
.exp_minList > li {
    width: 50%;
    /*3列にしたい場合33%に*/
    float: left;
}
/*3列にしたい場合生かす
.exp_minList > li:nth-child(2) {
    width: 34%;
}
*/

.exp_minList > li:first-child {}
.exp_minList > li:nth-child(2n+1) {}
.exp_minList > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
}
.exp_minList > li > a::before {
    content: "";
}
.exp_minList > li > a::after {
    content: "";
}
.exp_item-min {
    height: 88px;
    box-sizing: border-box;
    padding-top: 29px;
}
.exp_minItem-no1 {
    background-image: url(/gorapark/img/pt-exp05.jpg);
}
.exp_minHeadline {
    line-height: 1;
    position: relative;
    z-index: 2;
}
.exp_minHeadline > b {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
    letter-spacing: 3px;
}
.exp_minHeadline > small {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
}
.exp_minItem-no2 {
    background-image: url(/gorapark/img/pt-exp06.jpg);
}
.exp_minItem-no3 {
    background-image: url(/gorapark/img/pt-exp07.jpg);
}
.exp_minItem-no4 {
    background-image: url(/gorapark/img/pt-exp08.jpg);
}
.visual {
    height: 524px;
    background-image: url(/gorapark/img/pt-main.jpg);
    background-position: center 29%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding-top: 208px;
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-delay: .3s;
    animation-fill-mode: backwards;
    animation-iteration-count: 1;
    overflow: hidden;
    background: none;
}
.visual_title {
    text-align: center;
    margin-bottom: 191px;
    animation-name: fadeInTitle;
    animation-duration: 1.5s;
    animation-delay: 1s;
    animation-fill-mode: backwards;
    animation-iteration-count: 1;
}
.visual_title > img {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    left: -1.4%;
}
.visual_scroll {
    text-align: center;
    color: #fff;
    line-height: 1;
    animation-name: scrolled;
    animation-duration: 1.9s;
    animation-fill-mode: backwards;
    animation-iteration-count: infinite;
    position: absolute;
    z-index: 10;
    bottom: 40px;
    width: 100%;
    left: 0;
}
.visual_scroll > .icon {
    display: block;
    font-size: 31px;
}
.visual_scroll > .icon-mouse {}
.visual_scroll > .icon-swipe {
    display: none;
}
.visual_scroll > b {
    display: block;
    font-size: 10px;
    font-weight: normal;
    margin-top: 5px;
}
.visual_scroll > b.-mouse {}
.visual_scroll > b.-swipe {
    display: none;
}
.visual_video {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}
.activity_open {
    background: rgb(255, 148, 2);
    color: #fff;
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    border-radius: 90%;
    white-space: nowrap;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
}
.activity_fig_img {
    display: block;
    margin: 0;
}
@media screen and (min-width:960px) {
    .insta_link > a:hover {}
    .pickup_list > li > a:hover {}
    .banners > li > a:hover {}
    .activity_list > li > a:hover {}
    .activity_link > a:hover {}
    .news_list > li > a:hover {
        opacity: 1;
    }
    a:hover .news_item {
        transform: translate(6px, 6px);
        box-shadow: 0 0 0 #ccc;
    }
    .news_link > a:hover {}
    .exp_list > li > a:hover {
        opacity: 1;
    }
    a:hover .exp_item::before {
        background: rgba(61, 61, 61, 0.3);
    }
    a:hover .exp_mark {
        transform: rotate(25deg);
    }
    .exp_minList > li > a:hover {
        opacity: 1;
    }
}
@media screen and (max-width:959px) {
    .p-headline {
        font-size: 26px;
    }
    .p-headline::first-letter {}
    .p-description {}
    .gPageTop {}
    .insta {}
    .insta_inner {}
    .insta_title {}
    .insta_link {}
    .insta_link > a {}
    .insta_link > a::before {}
    .insta_link > a::after {}
    .insta_list {}
    .insta_list::after {}
    .insta_item {}
    .insta_item:nth-of-type(4n+1) {}
    .insta_item:nth-of-type(n+5) {}
    .insta_item > img {}
    .pickup {}
    .pickup_inner {}
    .pickup_title {}
    .pickup_description {}
    .pickup_list {}
    .pickup_list::after {}
    .pickup_list > li {}
    .pickup_list > li:first-child {}
    .pickup_list > li:nth-child(2n+1) {}
    .pickup_list > li:nth-child(n+3) {}
    .pickup_list > li > a {}
    .pickup_list > li > a::before {}
    .pickup_list > li > a::after {}
    .pickup_list > li > a > img {}
    .banners {}
    .banners::after {}
    .banners > li {}
    .banners > li:first-child {}
    .banners > li:nth-child(2n+1) {}
    .banners > li > a {}
    .banners > li > a::before {}
    .banners > li > a::after {}
    .banners > li > a > img {}
    .activity {}
    .activity_inner {}
    .activity_title {}
    .activity_description {}
    .activity_list {}
    .activity_list::after {}
    .activity_list > li {}
    .activity_list > li:first-child {}
    .activity_list > li:nth-child(4n+1) {}
    .activity_list > li > a {
        font-size: inherit;
    }
    .activity_list > li > a::before {}
    .activity_list > li > a::after {}
    .activity_fig {}
    .activity_fig > img {}
    .activity_fig > figcaption {
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 13px;
    }
    .activity_link {}
    .activity_link > a {}
    .activity_link > a::before {}
    .activity_link > a::after {}
    .news {}
    .news_inner {}
    .news_title {}
    .news_description {}
    .news_list {}
    .news_list::after {}
    .news_list > li {}
    .news_list > li:first-child {}
    .news_list > li:nth-child(4n+1) {}
    .news_list > li:nth-child(n+5) {}
    .news_list > li > a {}
    .news_list > li > a::before {}
    .news_list > li > a::after {}
    .news_item {}
    .news_image {}
    .news_image > img {}
    .news_categories {}
    .news_categories > li {}
    .news_categories > li:first-child {}
    .news_categories > li:nth-child(2n+1) {}
    .news_areaText {}
    .news_update {}
    .news_update > time {}
    .news_update > time > b {}
    .news_name {}
    .news_link {}
    .news_link > a {}
    .news_link > a::before {}
    .news_link > a::after {}
    .exp {}
    .exp_inner {}
    .exp_title {}
    .exp_description {}
    .exp_list {}
    .exp_list::after {}
    .exp_list > li {}
    .exp_list > li:first-child {}
    .exp_list > li:nth-child(2n+1) {}
    .exp_list > li > a {}
    .exp_list > li > a::before {}
    .exp_list > li > a::after {}
    .exp_item {}
    .exp_item::before {}
    .exp_item-no1 {}
    .exp_mark {
        width: 40px;
        line-height: 40px;
        height: 40px;
        font-size: 20px;
    }
    .exp_mark > .icon {
        line-height: 40px;
    }
    .exp_headline {
        font-size: 20px;
    }
    .exp_text {
        text-align: left;
        padding: 0 20px;
    }
    .exp_item-no2 {}
    .exp_item-no3 {}
    .exp_item-no4 {}
    .exp_minList {}
    .exp_minList::after {}
    .exp_minList > li {}
    .exp_minList > li:first-child {}
    .exp_minList > li:nth-child(2n+1) {}
    .exp_minList > li > a {}
    .exp_minList > li > a::before {}
    .exp_minList > li > a::after {}
    .exp_item-min {}
    .exp_minItem-no1 {}
    .exp_minHeadline {}
    .exp_minHeadline > b {
        font-size: 14px;
    }
    .exp_minHeadline > small {
        font-size: 10px;
        white-space: nowrap;
    }
    .exp_minItem-no2 {}
    .exp_minItem-no3 {}
    .exp_minItem-no4 {}
    .visual {
        height: 450px;
        padding-top: 150px;
    }
    .visual_title {}
    .visual_title > img {
        width: 500px;
    }
    .visual_scroll {}
    .visual_scroll > .icon {}
    .visual_scroll > .icon-mouse {
        display: none;
    }
    .visual_scroll > .icon-swipe {
        display: block;
    }
    .visual_scroll > b {}
    .visual_scroll > b.-mouse {
        display: none;
    }
    .visual_scroll > b.-swipe {
        display: block;
    }
}
@media screen and (max-width: 699px) {
    .p-headline {}
    .p-headline::first-letter {}
    .p-description {
        font-size: 14px;
    }
    .gPageTop {}
    .insta {
        padding: 35px 0;
    }
    .insta_inner {}
    .insta_title {}
    .insta_link {}
    .insta_link > a {}
    .insta_link > a::before {}
    .insta_link > a::after {}
    .insta_list {
        margin-top: 10px;
    }
    .insta_list::after {}
    .insta_item {
        width: 49%;
    }
    .insta_item:nth-of-type(2n+1) {
        clear: both;
        margin-left: 0;
    }
    .insta_item:nth-of-type(n+3) {
        margin-top: 5px;
    }
    .insta_item > img {}
    .pickup {}
    .pickup_inner {}
    .pickup_title {}
    .pickup_description {}
    .pickup_list {}
    .pickup_list::after {}
    .pickup_list > li {}
    .pickup_list > li:first-child {}
    .pickup_list > li:nth-child(2n+1) {}
    .pickup_list > li:nth-child(n+3) {
        margin-top: 5px;
    }
    .pickup_list > li > a {}
    .pickup_list > li > a::before {}
    .pickup_list > li > a::after {}
    .pickup_list > li > a > img {}
    .banners {
        margin-top: 10px;
        padding: 0 10px;
    }
    .banners::after {}
    .banners > li {
        width: 49%;
        margin-left: 2%;
    }
    .banners > li:first-child {}
    .banners > li:nth-child(2n+1) {
        clear: both;
        margin-left: 0;
    }
    .banners > li:nth-child(n+3) {
        margin-top: 5px;
    }
    .banners > li > a {}
    .banners > li > a::before {}
    .banners > li > a::after {}
    .banners > li > a > img {}
    .activity {
        margin-bottom: 35px;
    }
    .activity_inner {
        max-width: 480px;
    }
    .activity_title {}
    .activity_description {}
    .activity_list {
        padding: 0 25px;
    }
    .activity_list::after {}
    .activity_list > li {
        width: 49%;
    }
    .activity_list > li:first-child {}
    .activity_list > li:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
    }
    .activity_list > li:nth-child(n+3) {
        margin-top: 10px;
    }
    .activity_list > li > a {}
    .activity_list > li > a::before {}
    .activity_list > li > a::after {}
    .activity_fig {}
    .activity_open {
        font-size: 10px;
        width: 60px;
        height: 60px;
    }
    .activity_fig > img {}
    .activity_fig > figcaption {
        line-height: 1;
        font-size: 12px;
    }
    .activity_link {
        margin-top: 10px;
    }
    .activity_link > a {}
    .activity_link > a::before {}
    .activity_link > a::after {}
    .news {
        margin-bottom: 35px;
    }
    .news_inner {
        max-width: 480px;
    }
    .news_title {}
    .news_description {}
    .news_list {}
    .news_list::after {}
    .news_list > li {
        width: 49%;
    }
    .news_list > li:first-child {}
    .news_list > li:nth-child(2n+1) {
        clear: both;
        margin-left: 0;
    }
    .news_list > li:nth-child(n+3) {
        margin-top: 15px;
    }
    .news_list > li > a {}
    .news_list > li > a::before {}
    .news_list > li > a::after {}
    .news_item {
        box-shadow: 3px 3px 0 #ccc;
    }
    .news_image {}
    .news_image > img {}
    .news_categories {}
    .news_categories > li {}
    .news_categories > li:first-child {}
    .news_categories > li:nth-child(2n+1) {}
    .news_areaText {
        padding: 10px;
        padding-left: 57px;
    }
    .news_update {}
    .news_update > time {}
    .news_update > time > b {}
    .news_name {}
    .news_link {}
    .news_link > a {}
    .news_link > a::before {}
    .news_link > a::after {}
    .exp {
        margin-bottom: 35px;
    }
    .exp_inner {}
    .exp_title {}
    .exp_description {
        font-size: 14px;
    }
    .exp_list {}
    .exp_list::after {}
    .exp_list > li {
        width: auto;
        float: none;
    }
    .exp_list > li:first-child {}
    .exp_list > li:nth-child(2n+1) {}
    .exp_list > li > a {}
    .exp_list > li > a::before {}
    .exp_list > li > a::after {}
    .exp_item {
        height: auto;
        padding: 25px 0;
    }
    [lang="en"] .exp_item {
        height: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 10px;
        min-height: 50px;
    }
    .exp_item::before {}
    .exp_item-no1 {}
    .exp_mark {}
    .exp_mark > .icon {}
    .exp_headline {
        line-height: 1;
        margin: 4px 0 13px;
    }
    .exp_text {
        font-size: 14px;
        line-height: 1.4;
    }
    .exp_item-no2 {}
    .exp_item-no3 {}
    .exp_item-no4 {}
    .exp_minList {}
    [lang="en"] .exp_minList {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .exp_minList::after {}
    .exp_minList > li {
        width: 50%;
    }
    .exp_minList > li:nth-child(2) {
        width: 50%;
    }
    .exp_minList > li:first-child {}
    .exp_minList > li:nth-child(2n+1) {
        clear: both;
    }
    .exp_minList > li:nth-child(3) {
        width: 100%;
    }
    .exp_minList > li > a {
        height: 100%;
    }
    .exp_minList > li > a::before {}
    .exp_minList > li > a::after {}
    .exp_item-min {}
    .exp_minItem-no1 {}
    .exp_minHeadline {}
    .exp_minHeadline > b {}
    .exp_minHeadline > small {}
    .exp_minItem-no2 {}
    .exp_minItem-no3 {}
    .exp_minItem-no4 {}
    .visual {
        height: 240px;
        height: 0;
        padding-top: 55%;
    }
    .visual_title {}
    .visual_title > img {
        width: 270px;
    }
    .visual_scroll {}
    .visual_scroll > .icon {}
    .visual_scroll > .icon-mouse {}
    .visual_scroll > .icon-swipe {}
    .visual_scroll > b {}
    .visual_scroll > b.-mouse {}
    .visual_scroll > b.-swipe {}
}
