:root {
	--main: #AA9775;
	--bg: #F6F1EA;
	--text: #2E2A27;
	--red: #E79A8E;
	--blue: #8EBBE7;
	--btn: #BF8F39;
	--gapXS: 8px;
	--gapS: 16px;
	--gapM: 24px;
	--gapL: 32px;
	--gapXL: 48px;
}

#loader {
    position: fixed;
    inset: 0;
    background: var(--main);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
	pointer-events: none;
    opacity: 0;
	visibility: hidden;
}

#loader.is-show {
	visibility: visible;
	opacity: 1;
}

#loader.is-hide {
	opacity: 0;
	visibility: hidden;
	transition: opacity .7s ease, visibility .7s;
}

#loader img {
    display: block;
    width: 300px;
    margin: 0 auto 40px;
}

.progress-bar2 {
    max-width: 300px;
    width: 300px;
    height: 10px;
    background: var(--text);
    border-radius: 9999px;
}

.progress2 {
    width: 0%;
    height: 100%;
    background: #fff;
    transition: width 0.3s ease-out;
    border-radius: 9999px;
}

.percent {
    color: #fff;
    margin-top: 10px;
    font-size: 35px;
    font-weight: 900;
}

#loader .logo-service {
    height: 400px;
}

#loader .logo-service img.logo-center {
    width: 224px;
}

/*---------------------------------------------
  HEADER
---------------------------------------------*/

header.top_header {
	box-shadow: 0 3px 6px rgba(0,0,0,0);
}

/*---------------------------------------------
  TOP
---------------------------------------------*/
.top-key-visual {
	position: relative;
	margin-top: 60px;
}

.top-key-visual img {
	height: auto;
	width: 100%;
	margin: 0;
}

.top-main-contents {
	overflow:hidden;
	clear:both;
    padding-bottom: 100px;  
}

@media screen and (max-width: 1100px) {
    .top-main-contents {
        padding-bottom: 0;  
    }
}


/*---------------------------------------------
  TOP CONTENTS
---------------------------------------------*/

.top-main-contents .more {
	text-align:center;
	margin-top:32px;
}


/*---------------------------------------------
  TOPICS
---------------------------------------------*/

#topics {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width:100%;
    padding: 60px 30px 70px;
    height: 185px;
	background-color: rgba(255, 255, 255, 0.6);
}

.slider {
	visibility: hidden;
}

.slider.slick-initialized {
	visibility: visible;
}

#topics .slick-slider {
    margin-bottom: 0!important;
    margin: auto;
    position: relative;
    text-align: center;
    padding: 0;
    height: 100px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
}

#topics .post-item {
    max-width: 1200px;
    width:100%;
    margin: auto;
    border-bottom: none;
    position: relative;
    display: flex!important;
    flex-direction: column;
    height: auto;
    padding: 0 0 25px;
}


#topics .post-option {
    display: none;
}

#topics .px-4.py-5.post-body {
    padding: 0!important;
    height: 100%;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
}

#topics .post-title {
    font-size: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: normal;
    letter-spacing: 1px;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
    line-height: 1.3;
}

#topics .post-title,
#topics .post-lead {
    color: var(--main);
}

#topics .post-lead {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 20px;
    line-height: 1.2;
}

#topics .slick-list {
    padding: 0;
    cursor: pointer;
}

#topics a.btn.btn-main {
    position: relative;
}

#topics .post-title,
#topics .post-lead,
#topics a.btn.btn-main {
    flex: 1;
}

#topics .post-item h4 a {
    color: var(--main);
}

/* スライダー矢印非表示 */
#topics .slick-slider .slide-arrow,
#topics .slick-slider .prev-arrow,
#topics .slick-slider .next-arrow {
    display: none!important;
}

/* スライダードット */
.slick-bar {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 24px;
    padding: 0;
    background: transparent;
    z-index: 15;
}

.slick-bar li {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid var(--main);
}

.slick-bar li.slick-active{
    background-color: var(--main);
}

.slick-bar li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}


@media screen and (max-width: 991px) {
    
    #topics {
        padding: 11px 8px 19px;
        max-height: 65px;
    }

    #topics .slick-slider {
        text-align: left;
        max-height: 43px;
    }

    #topics .slick-slide {
        margin: 0 5px!important;
    }

    #topics .px-4.py-5.post-body {
        grid-template-rows: 2fr 2fr 1fr;
        max-height: 120px;
    }

    #topics .post-item {
        max-height: 200px;
    }

    #topics .post-title {
        font-size: 14px;
        -webkit-line-clamp: 1;
        margin-bottom: 10px;
		text-align: center;
    }

    #topics .post-lead {
        /*-webkit-line-clamp: 2;*/
        margin-bottom: 20px;
        font-size: 14px;
        text-align: left;
        line-height: 2;
    }

    #topics a.btn.btn-main {
        max-width: 153px;
        height: 37px;
        padding: 8px 0;
        font-size: 12px;
        margin: 0 auto;
        line-height: 1.3;
    }

    .slick-bar li {
		width: 10px;
		height: 10px;
	}

}

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

    #topics .post-title {
        font-size: 14px;
        margin-bottom: 0;
        line-height: 1.34;
    }

    #topics .post-lead {
        font-size: 12px;
        margin-bottom: 15px;
        margin-top: 5px;
    }

}


/*-----------------------------
  NEWS LIVE/EVENT
-----------------------------*/
.news-event {
    padding-bottom: 64px;
} 

.news-event-wrap {
    display: flex;
    gap: var(--gapS);
}

.news,
.event {
    padding: var(--gapL) 20px;
    border: 3px solid var(--main);
    border-radius: 8px;
    width: 50%;
    max-width: 542px;
}

.container .news-event h2 {
    margin-top: 0;
    margin-bottom: var(--gapS);
}

.news-event .post-item a {
    display: flex;
    align-items: center;
    padding: 0 0 var(--gapS) var(--gapXL);
    border-bottom: 1px solid var(--main);
    margin-bottom: var(--gapM);
    min-height: 97px;
}

.news-event .post-date {
    width: 40px;
    line-height: 20px;
    margin-right: var(--gapS);
    text-align: center;
}


.news-event .post-date.pc-article {
    display: block;
}

.news-event .post-date-year,
.news-event  .post-date-type {
    display: block;
    text-align: center;
}

.news-event .post-body {
    display: flex;
    align-items: center;
}

.news-event .post-item-type_a1 .post-option {
    max-width: 40px;
    margin-right: var(--gapXS);
}

.news-event .post-item-type_a1 .post-option.no-date {
    margin-right: 0;
}

.news-event .post-item-type_a1 .post-body {
    padding: 0!important;
    min-height: 68px;
}

.news-event .post-item-type_a1 .post-title {
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-event .category-item {
    margin: 0 var(--gapXS) 0 0;
    min-width: 87px;
    max-width: 87px;
}

.news-event .event .category-item {
    min-width: 45px;
    max-width: 45px;
}

.news-event .category-item span,
.news-event .category_item span {
    display: block;
    font-size: 12px;
    color: #6C6C6C;
    line-height: 16px;
    font-family: "M PLUS 1", sans-serif;
    text-align: center;
}

.sunday {
    color: var(--red);
}

.saturday {
    color: var(--blue);
}

.separator2 {
    display: none;
}

.sp-article {
    display: none;
}

.news-event .post-item-type_a1.new-on {
    position: relative;
}

.news-event .post-item-type_a1.new-on::before {
    content: "";
    position: absolute;
    top: 44%;
    left: 0;
    transform: rotate(360deg) translateY(calc(-50% + 1px));
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../images/bg_flower.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 41px;
    height: 41px;
    transform-origin: center center;
    animation: flowerRotate 10s linear infinite;
}

@keyframes flowerRotate {
    from {
        transform: translateY(calc(-50% + 1px)) rotate(0deg);
    }
    to {
        transform: translateY(calc(-50% + 1px)) rotate(360deg);
    }
}

.news-event .post-item-type_a1.new-on::after {
    content: "";
    position: absolute;
    top: 44%;
    left: 7.4px;
    transform: translateY(calc(-50% + 1px));
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../images/new.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 28px;
    height: 8px;
    z-index: 101;
}

.news-event .post-item-type_a1.new-on.category-tall::before {
    top: 16px;
}

.news-event .post-item-type_a1.new-on.category-tall.category-taller::before {
    top: 25px;
}




@media screen and (max-width: 1100px) {
    .news-event {
        margin-bottom: var(--gapXL);
        padding-bottom: 0;
    }

    .news-event-wrap {
        display: block;
    }

    .news {
        margin-bottom: var(--gapS);
    }

    .news,
    .event {
        width: 100%;
        max-width: 100%;
    }

    .news-event .post-item a {
        padding-left: 0;
        min-height: auto;
    }

    .news-event .post-item-type_a1 .post-body {
        display: block;
        min-height: auto;
    }

    .news-date {
        display: flex;
        align-items: center;
        margin-bottom: var(--gapS);
    }

    .news-event .post-date {
        width: auto;
        font-size: 13px;
        min-width: 105px;
        margin-right: 0;
        text-align: left;
    }

    .news-event .post-date-year,
    .news-event .post-date-type {
        display: inline-block;
        font-size: 13px;
    }

    .news-event .category-item span,
    .news-event .category_item span {
        display: inline-block;
        margin-right: 4px;
        font-size: 11px;
    }

    .news-event .category-item,
    .news-event .category_item {
        width: auto;
        line-height: 1;
    }

    .news-event .sp-article .category_item {
        display: block;
        min-width: auto;
        max-width: none;
    }

    .news-event .post-item-type_a1 .post-title {
        font-size: 14px;
        width: 100%;
    }

    .separator2 {
        display: inline-block;
    }

    .sp-article {
        display: flex;
    }

    .pc-article {
        display: none;
    }

    .news-event .post-date.pc-article {
        display: none;
    }

    .news-event .post-item-type_a1.new-on::before {
        top: 10px;
    }

    .news-event .post-item-type_a1.new-on::after {
        top: 10px;
        left: 7.4px;
    }

    .news-event .post-item-type_a1.news-taller.new-on::after {
        top: 16px;
    }

    .news-event .post-item-type_a1.news-taller.news-tallest.new-on::after {
        top: 25px;
    }

    .new-on .sp-article {
        margin-left: 37px;
    }
}

/*-----------------------------
  DISCOGRAPHY
-----------------------------*/
.discography {
    padding: 64px 0;
    background-color: #F6F7F7;
}

.discography h2 {
    display: none;
    margin-bottom: 48px;
}

.detail {
    display: flex;
    margin-bottom: var(--gapXL);
}

.disco-title {
    display: flex;
    align-items: center;
    width: 37.5px;
    margin-right: 36px;
}

.disco-title img {
    width: 100%;
}

.song-img {
    width: 500px;
    height: 500px;
    aspect-ratio: 1/1;
    margin-right: 56px;
}

.song-img img {
    display: block;
    width: 100%;
    min-width: 175px;
}

.song-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-right: var(--gapXS);
    margin-bottom: var(--gapL);
    font-family: "M PLUS 1", sans-serif;
    line-height: 1;
}

.release-date {
    margin-right: var(--gapXS);
    margin-bottom: var(--gapXS);
    font-size: 26px;
    color: var(--text);
    width: 100%;
}

.song-category {
    color: var(--main);
    font-size: 16px;
    padding: var(--gapXS) var(--gapS);
    border: 1px solid var(--main);
    border-radius: 9999px;
}

.song-name {
    font-size: 64px;
    font-weight: bold;
    color: #B38F4D;
}

.song-name h3 {
    font-weight: bold;
    font-size: 60px;
}

@media screen and (max-width: 991px) {
    .discography {
        padding: 48px 0 var(--gapL);
    }
    
    .discography h2 {
        display: block;
        margin-bottom: var(--gapL);
    }

    .detail {
        padding: 20px 10px;
        border: 1px solid var(--main);
        border-radius: 8px;
    }

    .disco-title {
        display: none;
    }

    .song-img {
        margin-right: var(--gapS);
        width: auto;
        height: auto;
    }

    .song-img img {
        border: 1px solid var(--main);
        max-width: 300px;
    }

    .song-detail {
        display: block;
        font-size: initial;
        margin-bottom: 0;
    }

    .release-date {
        width: 100%;
        font-size: 12px;
        margin-bottom: var(--gapXS);
    }

    .song-category {
        padding: 4px 11px;
        margin-right: 4px;
        margin-bottom: var(--gapXS);
        font-size: 12px;
        display: inline-block;
        line-height: 1;
    }

    .song-name {
        font-size: 20px;
    }

    .song-name h3 {
        font-size: 20px;
        word-break: break-word;
    }

}

@media screen and (max-width: 767px) {
    .song-img img {
        max-width: 180px;
    }
}

/*-----------------------------
  PROFILE
-----------------------------*/
.profile {
    background-image: url("../images/top/bg_profile.jpg");
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
    box-shadow: 0 4px 4px rgba(255, 255, 255, 0.25);
}

.profile-wrap {
    display: flex;
    justify-content: center;
    gap: var(--gapXL);
}

.profile-img,
.profile-info {
    width: 550px;
    border-radius: 20px;
}

.profile-img img {
    width: 100%;
    border-radius: 20px;
}

.profile-info {
    padding: 40px 30px;
    background-color: rgba(255, 255, 255, 0.5);
    color: var(--text);
    line-height: 1;
}

.info-top,
.info-middle {
    font-family: "BIZ UDPMincho", serif;
    text-align: center;
}

.info-top {
    font-size: 24px;
    margin-bottom: var(--gapXS);
}

.info-middle {
    font-size: 64px;
    margin-bottom: 40px;
}

.info-bottom {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.3;
    word-break: break-all;
}

.info-bottom a {
    color: var(--main);
}

.info-bottom a:hover {
    color: var(--main);
}

.more-link-wrap {
    max-width: 1100px;
    margin: var(--gapM) auto 0;
}

.more-link {
	display: block;
	position: relative;
	font-size: 22px;
	font-weight: 800;
	color: var(--text);
	margin: 0 auto;
	max-width: 177px;
}

.more-link:before {
	position: absolute;
	content: "";
	width: 46px;
	height: 1px;
	top: 0;
	bottom: 12px;
	right: 0px;
	margin: auto 0 0;
	background-color: var(--text);
	transition: 0.5s ease;
}

.more-link:after {
	position: absolute;
	content: "";
	width: 15px;
	height: 1px;
	top: 0;
	bottom: -8px;
	right: 0;
	margin: auto;
	background-color: #fff;
	transform: rotate(31deg);
	transition: 0.5s ease;
}

.more-link:hover {
	color: var(--main);
}

.more-link:hover:before {
	right: -15px;
	background-color: var(--main)
}

.more-link:hover:after {
	right: -15px;
	background-color: var(--main)
}

.profile .more-link {
    display: block;
    width: 180px;
    color: var(--text);
    text-shadow: 2px 2px 0 rgba(54, 54, 54, 0.3);
    margin: 0 0 0 auto;
    padding-right: 50px;
}

.profile .more-link:before,
.profile .more-link:after {
	background-color: var(--text);
	box-shadow: 2px 2px 0 rgba(54, 54, 54, 0.3);
}

.sns-area {
    display: flex;
    justify-content: center;
    gap: var(--gapS);
}

.sns {
    width: 20px;
}

.sns img {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .profile-wrap {
        display: block;
        padding: 0 15px;
    }

    .profile-img {
        min-width: 290px;
        width: 100%;
        padding: 0 15px;
        margin-bottom: var(--gapL);
    }
    
    .profile-info {
        width: 80%;
        padding: var(--gapS) 20px;
        margin: 0 auto;
    }

    .profile .more-link {
        margin: 0 auto;
    }
}

@media screen and (max-width: 991px) {
    .profile {
        padding: var(--gapL) 15px;
    }


    .info-top {
        font-size: 12px;
        margin-bottom: var(--gapXS);
    }

    .info-middle {
        font-size: 36px;
        margin-bottom: var(--gapS);
    }

    .info-bottom {
        font-size: 12px;
        text-align: center;
    }
}

/*-----------------------------
  FANCLUB
-----------------------------*/

.service .container {
    max-width: 1000px;
    position: relative;
}

.service .rose {
    position: absolute;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.rose1 {
  animation: roseMove1 3.5s ease-in-out infinite;
}

.rose2 {
  animation: roseMove2 4.2s ease-in-out infinite;
}

.rose3 {
  animation: roseMove3 3s ease-in-out infinite;
}

.rose4 {
  animation: roseMove4 5s ease-in-out infinite;
}

.rose5 {
  animation: roseMove5 3.8s ease-in-out infinite;
}

.rose6 {
  animation: roseMove6 4.5s ease-in-out infinite;
}

.rose7 {
  animation: roseMove7 3.2s ease-in-out infinite;
}

.rose8 {
  animation: roseMove8 5.5s ease-in-out infinite;
}

.rose9 {
  animation: roseMove9 4s ease-in-out infinite;
}


@keyframes roseMove1 {
  0%,100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-10px) rotate(5deg); }
}

@keyframes roseMove2 {
  0%,100% { transform: translate(0,0) rotate(0); }
  50% { transform: translate(8px,-15px) rotate(-6deg); }
}

@keyframes roseMove3 {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-6px) rotate(8deg); }
}

@keyframes roseMove4 {
  0%,100% { transform: rotate(0); }
  50% { transform: rotate(-12deg) translateY(-8px); }
}

@keyframes roseMove5 {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.08) translateY(-5px); }
}

@keyframes roseMove6 {
  0%,100% { transform: translate(0,0); }
  50% { transform: translate(-10px,-12px) rotate(-5deg); }
}

@keyframes roseMove7 {
  0%,100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-18px) rotate(4deg); }
}

@keyframes roseMove8 {
  0%,100% { transform: translateX(0); }
  50% { transform: translateX(12px) translateY(-8px); }
}

@keyframes roseMove9 {
  0%,100% { transform: rotate(0) scale(1); }
  50% { transform: rotate(10deg) scale(1.05); }
}

.service .rose1 {
    width: 121px;
    top: 21px;
    left: 102px;
}

.service .rose2 {
    width: 84px;
    top: 226px;
    left: 100px;
}

.service .rose3 {
    top: 292px;
    left: 254px;
    width: 63px;
}

.service .rose4 {
    width: 74px;
    top: 70px;
    right: 79px;
}

.service .rose5 {
    width: 60px;
    top: 190px;
    right: 118px;
}

.service .rose6 {
    top: 261px;
    right: 154px;
    width: 111px;
}

.service .rose7 {
    top: 147px;
    left: 244px;
    width: 69px;
}

.service .rose8 {
    top: 133px;
    right: 244px;
    width: 69px;
}

.service .rose9 {
    width: 48px;
    top: 40px;
    right: 195px;
}

.service-bg {
    margin: 100px 0;
    background-image: url("../images/top/bg_service.png");
    background-size: contain;
    border-radius: 8px;
    padding-bottom: 64px;
    border: 4px solid var(--main);
    line-height: 1;
}

.title-service {
    max-width: 450px;
    margin: 0 auto;
    transform: translateY(-50px);
}

.logo-service {
    position: relative;
    max-width: 300px;
    margin: 0 auto var(--gapM);
    aspect-ratio: 1;
}

.logo-service img.logo-center {
    display: block;
    margin: 0 auto;
    width: 70%;
}

.logo-service img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.logo-circle {
    animation: rotateRing 15s linear infinite;
    transform-origin: center;
}

@keyframes rotateRing {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.price-service {
    display: flex;
    gap: 40px;
    padding: 0 var(--gapS);
    margin: 0 auto var(--gapL);
}

.price-service > a:hover {
    opacity: 0.9;
}

.price-detail {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 28px;
    padding: 5px 20px 16px;
    border: 4px solid var(--main);
}

.member-name {
    background-color: var(--main);
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    padding: 7px var(--gapL);
    margin: 0 auto;
    border-radius: 12px;
    transform: translateY(-26px);
    line-height: 1;
    max-width: 230px;
    text-align: center;
}

.priceinfo {
    font-size: 18px;
    color: var(--text);
    margin-bottom: 32px;
    line-height: 1.4;
}

.price-detail .price {
    font-size: 36px;
    font-weight: bold;
    color: #6C6C6C;
    text-align: center;
    transform: translateY(-17px);
}

.price-detail .price span {
    font-size: 24px;
}

.contents-service {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gapXL);
    width: 100%;
    padding: 0 95px;
    margin-bottom: 80px;
}

.content-service {
    background-image: url("../images/top/flower.svg");
    background-size: 100%;
    width: 225px;
    height: 225px;
}

.content-service .content-name {
    font-size: 32px;
    font-weight: bold;
    font-family: "M PLUS 1", sans-serif;
    color: var(--main);
    line-height: 1; 
    margin-top: 50px;
    margin-bottom: var(--gapS);
    text-align: center;
}

.content-service .content-icon img {
    display: block;
    height: 75px;
    text-align: center;
    margin: 0 auto;
}

.service a.btn.btn-lg {
    display: block;
    margin: 0 auto 64px;
    width: 100%;
    max-width: 750px;
    background-color: #fff;
    padding: 20px 0;
    border: 5px solid var(--main);
}

.service a.btn.btn-lg:hover {
    color: var(--main)!important;
}

.scroll-container {
    overflow: hidden;
    width: 100%;
}

.scroll-track {
    display: flex;
    width: max-content;
    animation: scroll-left 15s linear infinite;
}

.scroll-item {
    flex: 0 0 auto;
}

.scroll-item img {
    display: block;
    height: 80px;
    flex-shrink: 0;
    margin-right: 64px;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.service a.btn.btn-lg.sp-btn {
    display: none;
}

@media screen and (max-width: 1100px) {
    .service {
        background-image: url(../images/top/bg_service.png);
        background-size: contain;
        padding: var(--gapXL) 0;
    }

    .service-bg {
        background-image: none;
        border: none;
        margin: 0;
    }

    .title-service {
        max-width: 300px;
        width: 100%;
        transform: none;
    }

    .logo-service {
        max-width: 280px;
        margin: 32px auto var(--gapXL);
    }

    .logo-service img.logo-center {
        width: 55%;
    }

    .service .logo-service img {
        width: 69%;
    }

    .price-service {
        display: block;
    }

    .price-detail {
        padding: 5px 0;
        border: 4px solid var(--main);
        border-radius: 8px;
        width: 100%;
        margin-bottom: 40px;
    }

    .member-name {
        max-width: 190px;
        font-size: 18px;
        border-radius: 8px;
    }

    .priceinfo {
        padding: 0 16px;
        font-size: 16px;
    }

    .price-detail .price {
        font-size: 28px;
    }

    .price-detail .price span {
        font-size: 20px;
    }

    .contents-service {
        padding: var(--gapL) var(--gapXL);
        border: 4px solid var(--main);
        border-radius: 50px;
        gap: var(--gapS);
        justify-content: center;
    }

    .content-service {
        width: 46%;
        height: auto;
        aspect-ratio: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .content-icon {
        width: 100%;
    }

    .content-service .content-name {
        font-size: 25px;
        margin-top: 0;
        margin-bottom: var(--gapXS);
    }

    .content-service .content-icon img {
        height: auto;
        width: 40%;
    }

    .service a.btn.btn-lg {
        display: none;
    }

    .service a.btn.btn-lg.sp-btn {
        display: block;
        padding: 8px 0;
        border: 3px solid var(--main);
        margin-top: var(--gapS);
    }

    .scroll-container {
        width: 110%;
        overflow: visible;
    }
}

@media screen and (max-width: 991px) {
    .rose {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .content-service .content-name {
        font-size: 16px;
    }
}

/***** plan *****/
#service.service_single .plan {
	width:100%;
	margin:0 auto 32px;
	border-radius: .25rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	overflow: hidden;
}


#service.service_single .plan h3 {
	width:80%;
	max-width: 450px;
	margin:32px auto;
	padding: 0 16px;
}

#service.service_single .plan .description {
	padding:16px 16px 32px;
}

#service.service_single .plan .price {
	padding:16px;
	text-align:center;
}

#service.service_single .plan .registration a {
	padding:16px;
	border-top:solid 1px #DADCE0;
	text-align:center;
	display:block;
}

/*-----------------------------
  FANCLUB（複数プラン）
-----------------------------*/
#service.service_multiple .lead {
	font-size: 14px;
	margin-bottom: 64px;
}

/***** plan *****/

#service.service_multiple .plan {
margin-bottom: 0;
}

#service.service_multiple .plan ul {
	clear:both;
	text-align:center;
	padding: 10px 0;
}

#service.service_multiple .plan li {
	padding: 32px 0 0;
	box-sizing: border-box;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	border-radius: 3px;
}

#service.service_multiple .plan li dl  {
	margin:0 16px 32px;
}

#service.service_multiple .plan li dt  {
	margin-bottom:16px;
	font-weight: normal;
}

#service.service_multiple .plan li dt .plan_name {
	font-size:20px;
}

#service.service_multiple .plan li dd {
	text-align:left;
}

#service.service_multiple .plan li .registrations a {
	padding:16px 0;
	border-top: solid 1px #E0E0E0;
	display:block;
}


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

#service.service_multiple .plan ul {
	clear:both;
}

#service.service_multiple .plan li {
	display:inline-block;
	margin: 0px 1.5%;
}

#service.service_multiple .plan.plan-2 li {
	width:40%;
}

#service.service_multiple .plan.plan-3 li {
	width:30%;
	float: left;
	display: block;
}
	
}


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

#service.service_multiple .plan li {
	margin-bottom:32px;
}

}

/*-----------------------------
  PROFILE
-----------------------------*/

.top-main-contents #profile dt {
margin: 0 auto 32px;
}

/*-----------------------------
  banner
-----------------------------*/

.top-main-contents #link_list ul {
/*text-align: center;*/
overflow: hidden;
clear: both;
}

.top-main-contents #link_list li {
width: 100%;
max-width: 300px;
margin: 0 1.5% 16px;
display: inline-block;
}

.top-main-contents #link_list li a:hover {
opacity: 0.7;
}


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

.top-main-contents #link_list li {
max-width: 100%;
margin: 0 auto 16px;
display: inline-block;
}

}


/*-----------------------------
  fadein
-----------------------------*/
.fadein {
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	filter: blur(3px);
	transition:
		opacity 1.2s ease,
		transform 1.2s cubic-bezier(.22,1,.36,1),
		filter 1.2s ease;
}

.fadein.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	filter: blur(0);
}

/*-----------------------------
  btn
-----------------------------*/
.btn-main {
	color: var(--main) !important;
	background-color: transparent;
	border-color: var(--main);
	width: 275px;
	font-family: "M PLUS 1", sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 13px 0;
	border-radius: 8px;
}

.btn-main.is-show {
    transition: all .3s;
}
@media screen and (min-width: 768px) {
	.btn-main {
		color: var(--main) !important;
		background-color: transparent;
		border-color: var(--main);
		font-size: 24px;
		font-weight: bold;
		font-family: "M PLUS 1", sans-serif;
	}
}
.btn-main:hover {
	color: #fff !important;
	background-color: var(--main);
	border-color: var(--main);
}

a.btn {
	text-decoration:none;
}