@charset "utf-8";

@keyframes scrollText {
    0% { transform: translateX(0)}
    100% { transform: translateX(-100%)}
}

@keyframes fuwafuwa2 {
    0% {
        top: 0;
    }

    100% {
        top: -15px;
    }
}


#loading {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 100vw;
    height: 100vh;
    padding: 30px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999999999999999;
}
#loading .in {
    position: relative;
}
#loading .in img {
    max-width: 300px;
}
#loading .in .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    margin: -150px 0 0 -150px;
    border-left: 5px solid var(--blue-color);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loading 1s linear 0s infinite normal;
    -moz-animation: loading 1s linear 0s infinite normal;
    animation: loading 1s linear 0s infinite normal;
}
#loading.on .in .circle {
    left: 0;
    width: 100vh;
    height: 100vh;
    margin: -50vh 0 -50vh;
}

.swiper-button-prev,
.swiper-button-next {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.swiper-button-prev {
    background-image: url("../img/cmn/arrow_prev.png");
}
.swiper-button-next {
    background-image: url("../img/cmn/arrow_next.png");
}
.swiper-button-prev:after,
.swiper-button-next:after {
    display:none;
}


.box-in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.box-main {
    display: flex;
    justify-content: right;
    width: 50%;
    position: relative;
    z-index: 10;
}
.box-main-in {
    width: 100%;
    max-width: 600px;
}
.box-sub {
    width: 50%;
    position: relative;
}
.cmn-slide-btns {
    margin-top: 50px;
    position: relative;
    width: 140px;
}

.cmn-title.center {
	text-align: center;
}
.contents-fig {
    position: absolute;
}

.more.blue a {
    color: #fff;
    background: var(--blue-color);
    border: solid 1px var(--blue-color);
}
.more.blue a:hover {
    color: var(--blue-color);
    background: #fff;
}

.editor-comment {
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    padding-left: 50px;
    background: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
}
.editor-comment:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 15px 10px 0px 10px;
    position: absolute;
    left: 120px;
    bottom: -15px;
}
.editor-comment.blue {
    color: #fff;
    background: var(--blue-color);
}
.editor-comment.blue:after {
    border-color: var(--blue-color) transparent transparent transparent;
}
.editor-comment.blue a {
    color: #fff;
    text-decoration: underline;
}


@media (max-width: 815px) {
    
    #loading .in .circle {
        width: 200px;
        height: 200px;
        margin: -100px 0 0 -100px;
    }

	.box-in {
		display: block;
	}
	.box-main {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	.box-main-in {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	.box-sub {
		width: 100%;
	}
	.cmn-slide-btns {
		width: 100px;
	}
}



/* -----------------
main-fv
-----------------------*/
#main-fv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    padding: 65px;
    position: relative;
    overflow: hidden;
}
.main-fv__text {
    width: 28%;
}
.main-fv__text .logo {
    margin-bottom: 13%;
    filter: blur(100px);
    transform: scale(2);
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.main-fv__text p {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 10%;
    filter: blur(100px);
    transform: scale(2);
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.main-fv__text p span {
    color: var(--blue-color);
}
.main-fv__text .more-btn {
    transform: scale(2);
    filter: blur(100px);
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.icon-micchan {
	position: relative;
	top:30px;
	opacity: 0;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.icon-micchan .icon-img {
    width: 145px;
    position: relative;
    z-index: 1;
}
.icon-micchan .icon-text {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	text-align: center;
	width: 140px;
	height: 140px;
    color: #fff;
    background: var(--blue-color);
	border-radius: 1000px;
	position:  absolute;
    left: 120px;
    top: 0;
}
.main-fv__slide {
    display: flex;
    width: 70%;
}
.main-fv__slide .swiper-container {
    padding-top: 20px;
}
.fv-slide {
    margin-left: 20px;
    width: 30%;
    max-width: 460px;
    animation-name: fuwafuwa2;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
    position: relative;
}

#main-fv.on .main-fv__text .logo,
#main-fv.on .main-fv__text p,
#main-fv.on .main-fv__text .more-btn {
    transform: scale(1);
    filter: blur(0);
}
#main-fv.on .main-fv__text .icon-micchan {
	top: 0;
	opacity: 1;
}
.main-fv__ticker {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.main-fv__ticker marquee {
    display: block;
    font-size: 900px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.1;
}
.main-fv__ticker p {
    display: inline-block;
    font-size: 840px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.1;
    white-space: nowrap;
    animation: scrollText 100s linear infinite;
    padding-left: 100%;
}

@media (max-width: 815px) {

    .swiper-button-prev,
    .swiper-button-next {
        width: 30px;
        height: 30px;
    }

    #main-fv {
        padding: 50px 20px;
        display: block;
    }
    .main-fv__slide {
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 30px;
    }
    .main-fv__text {
        width: 100%;
    }
    .main-fv__text .logo {
        margin-bottom: 5%;
    }
    .main-fv__text p {
        font-size: 30px;
        margin-bottom: 0;
    }
    .fv-slide {
        margin: 0 0.5%;
        width: 32%;
        max-width: 100%;
    }
    .main-fv__ticker {
        bottom:0;
    }
    .main-fv__ticker p {
        font-size: 700px;
        animation: scrollText 80s linear infinite;
    }
	.icon-micchan {
		margin-top: 20px;
	}
	.icon-micchan .icon-img {
		width: 90px;
	}
	.icon-micchan .icon-text {
		font-size: 11px;
		width: 100px;
		height: 100px;
		left: 80px;
	}
}



/* ----------------
news
--------------------------*/
#news {
    padding: 0;
}
#news .inner {
    padding: 20px 65px;
}
#news .inner:after {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    background: #f4f6fb;
    position: absolute;
    top: 0;
    right: 65px;
    z-index: -1;
    border-radius: 0 1000px 1000px 0;
}
#news .cmn-title {
    margin-bottom: 0;
    position: absolute;
    top: -30px;
}
#news .more {
    position: absolute;
    right: 180px;
    top: 25px;
}
.news__list >li {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}


@media (max-width: 815px) {

    #news .inner {
        padding: 20px;
    }
    #news .inner:after {
        width: calc(100vw + 20px);
        right: 0;
    }
	
	.news__list >li a span {
		font-size: 13px;
		display: inline-block;
    }
	.news__list >li a span.news-category {
        margin: 0 0 0 10px;
    }
    .news__list >li a span.news-title {
		font-size: 13px;
        display: block;
    }

}





/* ----------------
pickup
--------------------------*/
#pickup {
	margin-top: 60px;
	margin-bottom: 100px;
}
.pickup-in .box-main {
    width: 370px;
}
.pickup-in .box-main:after {
    content: '';
    width: 50vw;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: -1;
}
.pickup-in .box-main .cmn-title {
	margin-bottom: 0;
}
.pickup-in .box-sub {
    width: calc(100% - 370px);
}
.pickup-in .swiper-container {
	overflow: visible;
}

@media (max-width: 815px) {

	#pickup {
		margin-top: 0;
		margin-bottom: 50px;
	}
	.pickup-in .box-main {
		width: 100%;
	}
	.pickup-in .box-main:after {
		display: none;
	}
	.pickup-in .cmn-slide-btns {
		position: absolute;
		right: 0;
		top: -25px;
	}
	.pickup-in .box-sub {
		width: 100%;
	}

	.pickup-in .swiper-container {
		overflow: visible;
	}

}




/* ----------------
activity
--------------------------*/
@media (max-width: 815px) {

    .activity__list >li {
        width: 100%;
        margin: 0 0 50px;
    }

}

/* ----------------
event
--------------------------*/
#event {
    margin-bottom: 30px;
}
.event-in {
    display: flex;
    padding-bottom: 80px;
    position: relative;
}
.event-in:after {
    content: '';
    display: block;
    width: 100vw;
    height: calc(100% - 130px);
    background: url("../img/home/event_bg.png");
    background-size: 1321px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.event-in .info {
    display: flex;
    flex-wrap: wrap;
    width: 370px;
}
.event-in .info .cmn-title {
    width: 100%;
}
.event-in .info .more {
    margin-top: auto;
    margin-left: 30px;
}
.event-slide {
    width: calc(100% - 370px);
    position: relative;
}
.event-slide .swiper-container {
	width: calc(400 * 4px);
    padding-bottom: 12px;
    padding-left: 1px;
}
.event-slide .swiper-slide {
    height: auto;
}
.event-slide .swiper-slide a {
    display:block;
    padding: 30px;
    height: 100%;
    background: #fff;
    border:solid 1px;
    border-radius: 15px;
    box-shadow: 3px 6px 0px 3px var(--base-color);
}
.event-slide-btns {
    width: 140px;
    position: absolute;
    right: 20px;
    bottom: -40px;
}
.event-thumb {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.event-info__date {
    font-size: 13px;
    color: var(--blue-color);
}
.event-info__title {
    font-size: 15px;
    font-weight: 500;
    line-height: 2.2;
}


@media (max-width: 815px) {
    
    #event {
        margin-bottom: 0;
    }

    .event-in {
        display: block;
        padding-bottom: 100px;
    }
    .event-in:after {
        width: 100vw;
        height: 60%;
        left: 0;
    }
    .event-in .info {
        display: block;
        width: 100%;
    }
    .event-slide {
        width: 100%;
        margin-bottom: 30px;
    }
    .event-slide .swiper-container {
        width: 100%;
        padding-left: 0;
        overflow: visible;
    }
    .event-slide .swiper-button-next {
        display: none;
    }
    .event-slide .swiper-slide a {
        padding: 15px;
    }
    .event-info__date {
        font-size: 12px;
    }
    .event-info__title {
        font-size: 13px;
    }
    
    #event .more {
        margin-top: -100px;
        margin-bottom: 80px;       
    }

}


/* ----------------

--------------------------*/
#activity {
    background: var(--bg-color);
    padding-top: 120px;
    padding-bottom: 90px;
}
#activity .cmn-title {
    position: absolute;
    top: -150px;
}

.activity-sns {
    position: relative;
    margin-top: 100px;
}
.activity-sns a {
    display: block;
    padding: 30px 210px;
    background: #fff;
    text-align: center;
    border: solid 1px;
    border-radius: 15px;
    box-shadow: 3px 6px 0px 3px var(--base-color);
    margin: 50px auto 0;
    position: relative;
}
.activity-sns__fig {
    width: 160px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.activity-sns__info p {
    color: var(--base-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 2;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.activity-sns__info p span {
    font-size: 24px;
    font-style: italic;
    color: var(--blue-color);
    display: inline-block;
    margin: 0 10px;
}
.activity-sns__icons {
    display: inline-block;
    width: 50px;
    margin: 0 12px;
}
.activity-sns__icons >li {

}

.activity-sns-text__list >li {
    width: 200px;
    position: absolute;
    top: -90px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.activity-sns-text__list >li.on {
    top: -100px;
    opacity: 1;
}
.activity-sns-text__list >li.hm04.on,
.activity-sns-text__list >li.hm07.on {
    top: -60px;
}

.activity-sns-text__list >li.hm01 {
    left:0;
}
.activity-sns-text__list >li.hm02 {
    left:20%;
}
.activity-sns-text__list >li.hm03 {
    left:30%;
}
.activity-sns-text__list >li.hm04 {
    left:40%;
}
.activity-sns-text__list >li.hm05 {
    left:50%;
}
.activity-sns-text__list >li.hm06 {
    right:10%;
}
.activity-sns-text__list >li.hm07 {
    right: 0;
}


.insta-slide {
    margin: 50px auto 150px;
}
.insta-slide-title {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: var(--blue-color);
    margin-bottom: 40px;
}
.insta-slide-title span {
    font-size: 70%;
}
.insta-slide .swiper-container {
    overflow: visible;
}
.insta-slide .swiper-slide a {
    display:block;
    background: #fff;
    border: solid 1px;
    border-radius: 10px;
    box-shadow: 1px 3px 0px 3px var(--base-color);
    overflow: hidden;
}
.insta-slide .swiper-slide a .img {
    height: 0;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
}
.insta-slide .swiper-slide a .img img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.insta-slide .swiper-slide a .info {
    padding: 20px;
    font-size: 13px;
    font-weight: 500;
}

@media (max-width: 1200px) {

    .activity-sns a {
        padding: 30px 30px 30px 210px;
    }

}

@media (max-width: 815px) {

    #activity {
        padding-top: 90px;
    }
    #activity .cmn-title {
        top: -110px;
    }

    .insta-slide-title {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .insta-slide .swiper-slide a .info {
        padding: 10px 10px 30px;
        font-size: 10px;
    }

    .activity-sns {
        text-align: center;
    }
    .activity-sns a {
        display: inline-block;
        padding: 30px;
        margin: auto;
    }
    .activity-sns__fig {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 15px;
        position: relative;
        transform: none;
        left: auto;
        top: auto;
    }
    .activity-sns__fig img {
        max-width: 150px;
    }
    .activity-sns__info {
        width: 100%;
    }
    .activity-sns__info p {
        font-size: 14px;
        display: block;
    }
    .activity-sns__info p span {
        font-size: 20px;
        display: block;
        margin: 0;
    }
    .activity-sns__icons {
        display: block;
        width: 50px;
        margin: 20px auto 0;
    }

    .activity-sns-text__list >li.hm05 {
        right: 20%;
        left: auto;
    }

}


/* ----------------
learn
--------------------------*/
#learn {
    padding-bottom: 0;
}
.learn-box {
    margin-bottom: 90px;
    position: relative;
}
.learn-box:last-of-type {
    margin-bottom: 0;
}
.learn-box .more {
    position: absolute;
    right: 0;
    top: -30px;
}
.learn-title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: -30px;
}
.learn-title h3 {
    font-size: 48px;
    font-weight: 700;
    font-family: var(--font-en);
    line-height: 1;
    letter-spacing: 2px;
    color: transparent;
    -webkit-text-stroke: 1px var(--base-color);
}
.learn-title p {
    font-weight: 600;
    margin-top: 20px;
}
.learn-title h4 {
    font-size: 16px;
    color: var(--blue-color);
    margin-top: 20px;
    line-height: 1.6;
}

/*-- voice -- */
.voice-slide {
    width: calc(100% + 130px);
    padding: 120px 65px 65px;
    margin-left: -65px;
    background: #ffec6c;
    border-radius: 15px;
}
.voice-slide .swiper-button-prev {
    left: -25px;
}
.voice-slide .swiper-button-next {
    right: -25px;
}
.voice-thumb {
    text-align: center;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}
.voice-info {
    font-weight: 500;
}
.voice-info__title {
    line-height: 1.6;
    font-weight: 600;
}
.voice-info__name {
    font-size: 13px;
    color: var(--blue-color);
    margin-top: 5px;
}
.voice-info__project {
    font-size: 12px;
    display: inline-block;
    color: #fff;
    background: var(--blue-color);
    padding: 2px 10px 3px;
    margin-bottom: 10px;
    border-radius: 100px;
}
.voice-info__project i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../img/cmn/icon_project.png") no-repeat center;
    background-size: contain;
    margin-right: 5px;
}

/*-- magazine -- */
.magazine-slide {
    width: calc(100% + 130px);
    padding: 150px 65px 65px;
    margin-left: -65px;
    background: url("../img/home/event_bg.png");
    background-size: 1321px;
    border-radius: 15px;
}
.magazine-slide .swiper-button-prev {
    left: -25px;
}
.magazine-slide .swiper-button-next {
    right: -25px;
}
.magazine-thumb {
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: #fff;
}
.magazine-slide .icon-theme {
    border-radius: 10px;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 10;
}



@media (max-width: 815px) {

    .learn-box .more {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 30px;
    }
    
    /* voice */
    #voice {
        margin-top: 60px;
    }
    .voice-slide .swiper-container {
        overflow: visible;
    }
    .voice-slide .swiper-button-prev {
        left: 0;
    }
    .voice-slide .swiper-button-next {
        right: 0;
    }
    .voice-info__date {
        font-size: 12px;
    }

    /**/
    .magazine-slide {
        width: calc(100% + 40px);
        padding: 160px 20px 65px;
        margin-left: -20px;
    }
    .magazine-slide .swiper-container {
        overflow: visible;
    }
    .magazine-slide .swiper-button-prev {
        left: -0;
    }
    .magazine-slide .swiper-button-next {
        right: -0;
    }
    .magazine-info__date {
        font-size: 12px;
    }

}


/* ----------------
visit
--------------------------*/
#visit {
    margin-top: 30px;
    margin-bottom: 30px;
}
/*
.visit-slide {
    width: calc(100% + 50px);
    padding: 0 25px;
    margin-left: -25px;
    position: relative;
}
.visit-slide .swiper-button-prev,
.visit-slide .swiper-button-next {
    top: 35%;
    margin-top: 0;
}
.visit-slide .swiper-button-prev {
    left: 0;
}
.visit-slide .swiper-button-next {
    right: 0;
}
*/
.visit__list {
    display: flex;
    flex-wrap: wrap;
}
.visit__list >li {
    width: 24%;
    margin-left: 1.333333%;
    text-align: center;
}
.visit__list >li:first-child {
    margin-left: 0;
}
.visit__list >li a {
    display: block;
}

.visit-thumb {
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
}
.visit-info {
    font-weight: 500;
}
.visit-info__title {
    line-height: 1.6;
}
.visit-info__area {
    font-size: 14px;
    color: var(--blue-color);
    margin-top: 10px;
}
/*
.visit-more {
    position: absolute;
    right: 65px;
    top:0;
}
.visit-more a {
    width: 350px;
    padding: 13px 20px 14px;
    text-align: left;
}
.visit-more a .icon-rpj {
    display: inline-block;
    font-style: normal;
    font-size: 13px;
    color: #fff;
    background: #fc0071;
    padding: 5px 15px;
    margin-right: 10px;
    border-radius: 10000px;
}
*/
.visit-more {
    margin-top: 50px;
    padding-top: 50px;
    border-top: solid 1px #eee;
    text-align: center;
}
.visit-more a {
    width: 350px;
    padding: 13px 20px 14px;
}


@media (max-width: 815px) {

    #visit {
        padding: 100px 0;
    }
/*    
    #visit .more {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 30px;
    }
*/
    #visit .visit-more a {
        width: 100%;
        max-width: 350px;
    }
    .visit__list >li {
        width: 48%;
        margin: 0 0 4% 4%;
    }
    .visit__list >li:nth-child(2n+1) {
        margin-left: 0;
    }
    .visit-info__area {
        font-size: 12px;
    }
    .visit-slide {
        width: calc(100% + 40px);
        padding: 0 20px;
        margin-left: -20px;
    }
    .visit-slide .swiper-container {
        overflow: visible;
    }
    .visit-slide .swiper-button-prev {
        left: -15px;
    }
    .visit-slide .swiper-button-next {
        right: -15px;
    }
}


/* ----------------
listen
--------------------------*/
#listen {
    background: #f4f3f1;
    margin-top: 150px;
    padding-top: 120px;
}
#listen .cmn-title {
    position: absolute;
    top: -150px;
}
.listen-slide {
    position: relative;
}
.listen-slide .swiper-button-prev,
.listen-slide .swiper-button-next {
    top: 30%;
    margin-top: 0;
}
.listen-slide .swiper-button-prev {
    left: -25px;
}
.listen-slide .swiper-button-next {
    right: -25px;
}

/* 初回用 */
.listen-in {
    display: flex;
    justify-content: space-between;
}
.listen-in .listen-item {
    width: 350px;
}
.listen-in .listen-msg {
    width: calc(100% - 400px);
    padding: 20px 20px 50px;
    background: #fff;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 0 10px 1px #eee;
}
.listen-in .listen-msg h3 {
    text-align: center;
    background: var(--blue-color);
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}
.listen-in .listen-msg p {
    line-height: 2;
}
.listen-in .listen-msg p span {
    font-weight: 600;
    background: linear-gradient(transparent 60%, yellow 0%);
}
.listen-in .listen-msg p.v2 {
    font-size: 17px;
}

.listen-in .listen-msg .more-wrap .more-center {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.listen-in .listen-msg .more-wrap .more-center a {
    padding: 13px 10px 14px;
    box-shadow: 3px 3px 0px 1px var(--base-color);
    margin: 0 10px;
    width: 330px;
}
.listen-in .listen-msg .more-wrap .more-center a.btn-dwl {
    color: var(--blue-color);
    box-shadow: 3px 3px 0px 1px var(--blue-color);
}
.listen-in .listen-msg .more-wrap .more-center a i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.listen-in .listen-msg .more-wrap .more-center a i.icon-music {
    background-image: url("../img/cmn/icon_music.png");
}
.listen-in .listen-msg .more-wrap .more-center a i.icon-download {
    background-image: url("../img/cmn/icon_download_b.png");
}

.listen-in .listen-msg .more-wrap .more-center a:hover {
    color: #fff;
}
.listen-in .listen-msg .more-wrap .more-center a.btn-dwl:hover {
    background:var(--blue-color);
}
.listen-in .listen-msg .more-wrap .more-center a:hover i {
    width: 0;
    margin: 0;
}

/* review */
.listen-review {
    margin-top: 50px;
    padding: 30px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 10px 1px #eee;
}
.listen-review h3 {
    display: inline-block;
    color: #fff;
    background: var(--blue-color);
    line-height: 1;
    padding: 10px 30px;
    margin-bottom: 30px;
    border-radius: 100px;
}
.listen-review .swiper-container {
    overflow: visible;
}
.listen-review .swiper-slide p {
    display: inline-block;
    font-weight: 500;
    text-align: left;
    border: solid 1px #eee;
    line-height: 2;
    padding: 20px 50px;
    border-radius: 10000px;
}



/* popup */
.listen-popup {
    display: none;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.listen-popup-in {
    max-width: 500px;
    margin: 80px auto;
    text-align: center;
    position: relative;
}
.listen-popup-close {
    color: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #333;
    border-radius: 10000px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -50px;
}
.listen-popup-in .img {
    box-shadow: 0 0 7px 2px #ccc;
    margin-bottom: 20px;
}
.listen-popup-btn a {
    display: inline-block;
    padding: 13px 30px 14px;
    box-shadow: 3px 3px 0px 1px var(--base-color);
    font-weight: 600;
    text-align: center;
    background: #fff;
    border: solid 1px;
    border-radius: 1000px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.listen-popup-btn a i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../img/cmn/icon_download_b.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


@media (max-width: 815px) {

    #listen {
        margin-top: 60px;
    }
    #listen .cmn-title {
        top: -140px;
    }
    #listen .more {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 30px;
    }
    .listen-slide .swiper-container {
        overflow: visible;
    }
    .listen-slide .swiper-button-prev {
        left: -15px;
    }
    .listen-slide .swiper-button-next {
        right: -15px;
    }

/**/

    .listen-in {
        display: block;
    }
    .listen-in .listen-item {
        width: 320px;
        margin: 0 auto 30px;
    }
    .listen-in .listen-msg {
        width: 100%;
        padding: 20px;
        height: auto;
    }

    .listen-in .listen-msg p.v2 {
        font-size: 13px;
    }
    .listen-in .listen-msg .more-wrap .more-center {
        display: block;
    }
    .listen-in .listen-msg .more-wrap .more-center a {
        margin: 10px auto;
        width: 300px;
        font-size: 13px;
    }

}



/* ----------------
see
--------------------------*/


.see-more {
    position: absolute;
    right: 65px;
    top:0;
}
.see-more a {
    width: 350px;
    padding: 13px 20px 14px;
}
.see-more a i {
    display: inline-block;
    width: 24px;
    height: 19px;
    background: url("../img/cmn/icon_yt.svg") no-repeat center;
    background-size: contain;
    vertical-align: -4px;
    margin-right: 10px;
}


@media (max-width: 815px) {

    #see .more {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 30px;
    }
    .see__list >li {
        width: 48%;
        margin: 0 0 4% 4%;
    }
    .see__list >li:nth-child(2n+1) {
        margin-left: 0;
    }

}



/* ----------------
yell
--------------------------*/
#yell .cmn-title {
    margin-bottom: 0;
    position: absolute;
    top: -25px;
}
.yell__list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 130px);
    padding: 80px 65px 49px;
    margin-left: -65px;
    background: #ffec6c;
    border-radius: 15px;
}
.yell__list >li {
    width: 32%;
    margin: 2% 0 0 2%;
}
.yell__list >li:nth-child(3n+1) {
    margin-left: 0;
}
.yell__list >li a {
    display: block;
    font-weight: 600;
    background: #fff;
    padding: 20px 36px 20px 20px;
    position: relative;
}
.yell__list >li a i {
    display:block;
    width: 16px;
    height: 14px;
    background: url("../img/cmn/icon_outlink.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: calc(50% - 7px);
}


@media (max-width: 815px) {

    #yell .cmn-title {
        top: -20px;
    }
    .yell__list {
        width: calc(100% + 40px);
        padding: 110px 20px 30px;
        margin-left: -20px;
        border-radius: 15px;
        display: block;
    }
    .yell__list >li {
        width: 100%;
        margin: 0 0 20px;
    }

}


/* ----------------
about
--------------------------*/
#about {
    padding-bottom: 0;
}
/*
.about-in {
    max-width: 600px;
    margin: 0 auto 80px;
}
*/
.about-in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-in .text {
    width: 48%;
}
.about-in .img {
    width: 48%;
    margin-top: 15px;
}
.about-in .img h4 {
    text-align: center;
    font-size: 17px;
    color: var(--blue-color);
    margin-bottom: 20px;
}
.see__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4%;
}
.see__list >li {
    width: 48%;
    margin: 4% 0 0 4%;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.see__list >li:nth-child(2n+1) {
    margin-left: 0;
}
.see__list >li.has-movie .see-thumb {
    position: relative;
}
.see__list >li.has-movie .see-thumb:before {
    content: '';
    display:block;
    width: 100%;
    height: 100%;
    background: url("../img/cmn/icon_movie_btn.png") no-repeat center;
    background-size: 50px;
    opacity: 0.5;
    position:absolute;
    left: 0;
    top: 0;
}
.see__list >li.has-movie:hover {
    opacity: 0.7;
}
.see__list >li.has-image {
    padding-top: 60%;
    height: 0;
    padding: 30% 30px 0;
    background: var(--bg-color);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.see__list >li.has-image img {
    width: 100%;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.see-thumb {
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
}
.see-info {
    font-weight: 500;
}
.see-info__title {
    line-height: 1.6;
    font-weight: 600;
}


.about-in .logo {
    margin-bottom: 60px;
}
.about-in h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 60px;
}
.about-in p {
    font-weight: 600;
    line-height: 2.5;
}
.about-movie {
    max-width: 650px;
    margin: 80px auto 0;
}
.about-img {
    margin-top: 80px;
    text-align: center;
}
.about-sns {
    margin-top: 80px;
}
.about-sns__icons {
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-sns__icons >li {
    width: 80px;
    margin: 0 10px;
}


@media (max-width: 815px) {

    #about {
        padding-bottom: 0;
    }
    .about-in {
        display: block;
    }
    .about-in .text {
        width: 100%;
    }
    .about-in .img {
        width: 100%;
        margin-top: 50px;
    }
    .about-in .img h4 {
        font-size: 14px;
        line-height: 1.6;
    }
    .about-in .logo {
        margin-bottom: 30px;
    }
    .about-in h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .about-img {
        margin-top: 40px;
    }

}


/* ----------------
shopping
--------------------------*/
#shopping {
    padding-top: 200px;
	padding-bottom: 100px;
	margin-top: 0;
    background: #fafafa;
}
.shopping-item {
    overflow: hidden;
	position: relative;
}
.memberManagement {
    min-width: 1200px;
    height: 760px;
    visibility: visible;
    margin: -230px auto 0;
}
#shopping .visit-more {
    border:none;
}
.shopping-item__list {
    display: flex;
    flex-wrap: wrap;
}
.shopping-item__list >li {
    width: 23%;
	margin: 0 0 50px 2.66666%;
}
.shopping-item__list >li:nth-child(4n+1) {
	margin-left: 0;
}
.item-thumb {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.item-info-name {
    font-weight: 500;
}
.item-info-tag {
    font-size: 80%;
    display: inline-block;
    line-height: 1;
    color: #fff;
    background: #d8374a;
    padding: 5px 10px;
    margin-top: 5px;
    border-radius: 1000px;
}
.contents-fig.shopping-fig01 {
    left: 20px;
    top: -120px;
}
.contents-fig.shopping-fig02 {
    right: 0;
    top: -100px;
}

.shopping-bnr {
	margin-top: 100px;
	text-align: center;
}

@keyframes tickerfadeOut {
  0% {
     opacity: 0;
  }
  10% {
     opacity: 1;
  }
  90% {
     opacity: 1;
  }
  100% {
     opacity: 0;
  }
}
@keyframes tickerMove {
  0% {
     transform: translateX(-10px);
  }
  20% {
     transform: translateX(10px);
  }
  40% {
     transform: translateX(-10px);
  }
  60% {
     transform: translateX(10px);
  }
  80% {
     transform: translateX(-10px);
  }
  100% {
     transform: translateX(10px);
  }
}

.e-g-slide-ticker {
	width: 160px;
	height: 100px;
	border-radius: 10px;
	background: rgba(53, 122, 203, 0.9);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.e-g-slide-ticker:after {
	content: '';
	display:block;
	width: 60px;
	height: 60px;
	background: url("../img/home/new/icon_scroll.png") no-repeat center;
	background-size: contain;
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
}
.e-g-slide-ticker.animated {
	animation: tickerfadeOut 4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.e-g-slide-ticker.animated:after {
	animation: tickerMove 4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@media (max-width: 815px) {

	#shopping {
		padding-top: 100px;
	}
	.shopping-item {
        overflow-x: scroll;
        margin-top: 50px;
        width: calc(100% + 40px);
        margin-left: -20px;
	}
	.memberManagement {
		margin: -230px 0 0 -30px;
	}
	.shopping-item__list >li {
		width: 48%;
		margin: 0 0 30px 4%;
	}
	.shopping-item__list >li:nth-child(2n+1) {
		margin-left: 0;
	}
	.contents-fig.shopping-fig01 {
		width: 20%;
		top: -50px;
		left: 5px;
	}
	.contents-fig.shopping-fig02 {
		top: -50px;
		width: 20%;
	}

	.shopping-bnr {
		margin-top: 60px;
	}

}
