@charset "utf-8";
* { margin: 0; padding: 0; line-height:1.8em; font-size: 15px;}
ul {list-style:none}
img {vertical-align: middle;}


html {
                                background: #29102f;
	color: #fff;
	text-align: left;
                                font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
                                font-weight: 400;
}
body {
	margin: 0 auto;
	padding: 0;
	position: relative;
}

a { word-break: break-all; }

a:link,
a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: inherit;
	color:#a86cc8;
                                transition: .2s all;
	}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: inherit;
                                opacity:0.8
	}
a:active {
	text-decoration: none;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
	color: #666;
	}

/*--- ボタン -----------------------*/
a.button {
                                text-align:center;
                                padding: 5px;
                                transition: .2s all;
                                border: 1px solid;
                                font-weight: 400;
                                font-size: 16px;
                                letter-spacing: 1px;
                                border-radius: 30px;
                                margin: 1rem auto;
                                width: 80%;
                                display: block;
                                background: #765b85;
                                color: #000
}
a.button:hover {
                                background: #333;
                                border: 1px solid #666;
                                color: #fff;
                                opacity: 1;
	text-decoration: none;
}


img {
	border:0;
	max-width: 100%;
}
p {
	margin: 1rem 0;
}
hr {
	clear: both;
	visibility: hidden;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 5px;
                                line-height: 1.4;
}
h1 {
	margin: 0;
}
h1.title {
	margin: 2rem auto;
	text-align: center;
                                font-size: 8vw;
                                line-height: 1.2;
                                color: #fff;
  font-family: "Lugrasimo", cursive;
  font-weight: 400;
  font-style: normal;
                                position: relative;
}

h2 {
	text-align: center;
	line-height: 1.8;
                                font-size: 8vw;
                                letter-spacing: 5px;
                                margin-bottom: 0;
                                font-family: "Noto Serif Display", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
h2.kakomi_title {
                                padding: 5px 0;
                                background: #1d2c66;
                                color: #fff;
	line-height: 1.2;
                                position: relative;
                                margin: 0 auto 2rem;
}

h3,h4,h5,h6 {
	font-size: 110%;
}
h3 {
	font-size: 120%;
                                font-weight: 700;
                                margin: 0 auto 1em;
                                color: #fff;
                                border-left: 10px solid #1d2c66;
                                padding: 0 0 0 10px;
}
h4 {
                                border: 1px solid #a86cc8;
                                border-width: 0 0 1px;
                                color: #a86cc8;
                                padding: 0.3rem;
                                margin: 0 auto 1rem;
                                font-weight: 700;
}
h5 {
                                color: #a86cc8;
                                border-bottom: 3px dotted #a86cc8;
                                font-weight: 700;
}
h6 {
                                color: #a86cc8;
                                border-bottom: 1px solid #a86cc8;
                                font-weight: 700;
}


.noto {
                                font-family: "Noto Serif Display", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.text_right {
  text-align: right;
}
.text_justify {
  text-align: justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
}

.large {
	font-size: 150%;
	line-height: 1.2;
}
.little {
	font-size: 90%;
	line-height: 1.2;
	font-weight: normal;
}
.small {
	font-size: 80%;
	line-height: 1;
	font-weight: normal;
}
.b {
	font-weight: bold;
}
.purple {
	color: #aa97b2;
}
.red {
        color: #822222;
}
.right {
	text-align: right;
}



.pc {
	display: none;
}



.contents {
                                margin: 0 1rem;
                                padding: 2rem;
                                text-align: center;
                                background: rgba(0, 0, 0, 0.4);
                                border: 8px solid #000;
                                border-width: 8px 0;
}
.index_contents {
                                margin: 0 1rem;
                                padding: 2rem;
                                text-align: center;
}
main {
                                margin: 0;
                                padding: 0 0 25px;
}

section {
	position: relative;
	margin: 0 auto;
	padding: 5px 5px 2rem;
                                
}

div.box_contents
                                padding: 18px 18px 18px 13px;
                                margin: 1rem auto;
	position: relative;
}
div.box_contents {
	position: relative;
                                z-index: 2;
}


#header {
                                text-align: center;
                                margin: 0 auto;
                                background: #000;
                                padding: 10px 0 ;
}
header h1{
                                margin: 0 auto;
                                text-align: center;
}
#header_name {
                                margin: 0 auto 0;
                                text-align: center;
                                position: relative;
}
#header_name img {
                                height: 50px;
}
#header_name a {
                                display: block;
                                margin: 0 auto;
                                text-align: center;
}
#header a {
                                color: #000;
}
#header a:hover {
	text-decoration: none;
                                opacity: 0.7
}


#header_photo {
                                margin: 0 auto;
                                text-align: center;
                                height: 75vh;
                                width: 100%;
                                position: relative;
                                background-image: url("../images/header_sp.jpg");
                                background-size: cover;
                                background-position: top center;
                                background-repeat: no-repeat;
                                border: 8px solid #000;
                                border-width: 8px 0 1px;
}
.index_header_title {
                                display: none;
}

#header_bottom {
                                margin: 0 auto;
                                height: 53px;
                                width: 100%;
                                background-image: url("../images/header_bottom.png");
                                background-size: contain;
                                background-position: top center;
                                background-repeat: repeat-x;
}

#index_release {
                                position: relative;
                                margin: 0 20px 2rem;
                                padding: 2rem;
                                text-align: center;
                                background: rgba(0, 0, 0, 0.4);
                                border-width: 8px 0;
}
.index_release_title {
                                font-weight: bold;
                                font-size: 110%;
                                line-height: 1;
                                margin: 0 auto 0.5rem;
                                padding: 0.5rem 0 0;
}
.index_release_jacket {
                                margin: 0 auto;
}
img.index_jacket {
                                margin: 1rem auto;
                                max-width: 300px;
}
.mark {
                                background: url("../images/mark.png") no-repeat center top;
                                background-size: contain;
                                width: 20px;
                                height: 10px;
                                margin: 0 auto;
}
.indexrelease_day {
	font-size: 180%;
	line-height: 1.2;
                                font-weight: 400;
}


#whatsnew {
                                text-align: left;
}
#whatsnew h2 {
	line-height: 1;
                                font-size: 200%
}
#whatsnew h2 span {
                                display: block;
                                font-size: 75%
	line-height: 1;
}
#whatsnew ul li {
                                margin: 0 auto;
                                border-bottom: 1px dotted #333;
                                font-weight: bold;
                                padding: 1rem 0;
                                letter-spacing: 1px;
                                font-weight: normal;
}
#whatsnew ul li div, #whatsnew ul li div span {
                                margin: 0 auto 5px;
}
.whatsnew_day {
                                font-size: 90%;
                                opacity: 0.6
}
#whatsnew ul li a {
                                color: #fff;
                                display: block;
	text-decoration: none;
                                font-weight: normal;
}
#whatsnew ul li a div {
                                margin: 0 auto 5px;
}
#whatsnew ul li a:hover {
                                opacity: 1;
                                color: #765b85;
}
.whatsnew_category {
                                color: #a86cc8;
                                border: 1px solid #a86cc8;
                                padding: 2px 1rem;
                                display: inline-block;
                                border-radius: 20px;
                                line-height: 1.2;
                                font-weight: 400;
}
.youtube, .x_widget {
                                margin: 0 auto 2rem;
                                text-align: center;
}

/*--- info -------------------- */
#page_nav {
                                margin: 0 auto 2rem;
                                padding: 0.5rem 1rem;
                                background: #111;
                                position: relative;
}

#page_nav ul {
                                display: flex; /* 横並び */
                                justify-content: center; /* アイテムを両端に配置 */
                                align-items: start;
                                flex-wrap: wrap;
                                text-align: left;
                                position: relative;
                                z-index: 2;
}
#page_nav ul li {
                                padding: 0 1.5rem;
                                display: inline-block;
                                border-right: 1px solid #a86cc8;
}
#page_nav ul li:last-child {
                                border-right: none;
}
#page_nav ul li a {
                                font-family: "Noto Serif Display", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
                                font-weight: bold;
}

#info ul li, ul.info_list li {
                                margin: 0 0 2rem;
                                padding: 0;
                                position: relative;
                                display: block;
  text-align: justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
                                border-bottom: 1px dotted #333;
}

#info ul li p, ul.info_list li p {
  text-align: justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
}
.day {
                                color: #999;
                                text-align:right;
                                font-size: 14px;
}
#info ul li p.info_day {
                                text-align: right;
                                font-size: 80%;
}
#info h3 {
                                text-align: left;
                                margin: 0 auto 2rem;
                                
                                background: url("../images/mark.png") no-repeat left center;
                                background-size: 22px;
                                border: none;
                                padding: 0 0 0 30px;
                                font-family: "Noto Serif Display", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/*--- Disco -------------------- */
.disco h3 {
                                font-family: "Noto Serif Display", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 140%;
                                border-left: none;
                                padding: 0;
}
p.release_day {
                                border-bottom: 1px solid;
                                padding: 0 0 3px;
                                color: #a86cc8;
                                margin: 0.5rem auto;
                                line-height: 1.2;
                                font-family: "Noto Serif Display", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
                                font-size: 140%;
}
ol {
                                border: 1px solid #a86cc8;
                                border-width: 1px 1px 1px 8px;
                                padding: 1rem;
                                margin: 1rem auto;
                                text-align: left;
}
ol li {
                                margin: 0 0 0 2rem;
}

.release_products div {
                                text-align: center;
                                margin: 0 auto 3rem;
}
.release_products img {
                                max-width: 250px
}

/* Youtube */
.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 1rem; /* YouTubeの下に余白をつける */
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
                                margin: 1rem auto 0;
}


/*--- profile -----------------------*/
#profile {
	line-height: 2;
}
#profile_photo {
	margin: 0 auto 1rem;
                                max-width: 600px;
                                text-align: center
}
#profile_photo img {
	margin: 0 auto 0.5rem;
}
#profile_txt {
  text-align: justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
                                margin: 2rem auto;
}



/*--- footer -----------------------*/

#footer_bottom {
                                margin: 0 auto;
                                height: 38px;
                                width: 100%;
                                background-image: url("../images/footer_bottom.png");
                                background-size: contain;
                                background-position: bottom center;
                                background-repeat: repeat-x;
}
footer {
                                margin: 0 auto;
                                background: #000;
                                padding: 0 0 30px;
}
#footer_logo {
                                margin: 0 auto 2rem;
                                text-align: center;
}
#footer_logo img {
                                width: 180px;
}
footer br, footer a br {
	line-height: 1.3;
}
footer a:link,
footer a:visited {
	color:#fff;
	}
footer a:hover {
	}
footer a:active {
	color: #666;
	}

footer a:link.inquiry {
	line-height: 1.3;
	font-size: 80%;
                                border: 1px solid;
                                padding: 5px 10px;
                                color: #fff;
}
footer a:hover {
	opacity: 0.8;
}
footer a.banner {
        display: inline-block;
        margin: 0.5em;
}
#footer_contents {
                                padding: 50px 0;
                                color: #fff;
                                text-align: center;
}
.footerLinks {
                                text-align: center;
                                margin: 0 auto 2rem;
}
.footerLinks ul {
                                margin: 0 30px;
}
.footerLinks ul li {
                                display: inline-block;
}
.footerLinks ul li a {
                                display: inline-block;
                                padding: 3px;
                                font-family: "Noto Serif Display", serif;
                                font-weight: 400;
                                color: #fff;
                                letter-spacing: 1px;
}
.footerLinks ul li a:hover {
	text-decoration: none;
}


/*768px以上 ----------------------------------------*/

@media screen and (min-width:767px){

h1.title {
                                font-size: 45px;
                                letter-spacing: 3px;
}
h2 {
                                font-size: 25px;
                                letter-spacing: 10px;
}
h2.kakomi_title {
                                padding: 12px 0;
}

#header_photo {
                                height: 55vh;
                                width: 100%;
                                background-image: url("../images/header_pc.jpg");
                                background-size: cover;
                                background-position: top right;
                                background-repeat: no-repeat;
}
.index_header_title {
                                display: block;
                                position: relative;
                                margin: 0 0 0 13vw;
                                top: 20px;
                                width: 200px
}
.index_header_title img {
                                max-height: 350px;
}

.footerLinks ul li a {
                                padding: 3px 8px;
                                position: relative;
}
.footerLinks ul li a:hover {
                                color: #fff;
                                opacity: 0.7;
}
}


/*990px以上 ----------------------------------------*/

@media screen and (min-width:990px){
.sp {
	display: none;
}
.pc {
	display: block;
}
main {
                                padding: 3rem 0 50px;
}
main#index_main {
                                padding: 0 0 50px;
}
section {
	padding: 0 0 3rem;
}
.infoContenst {
                                padding: 0;
                                margin: 0 auto;
}
div.box {
                                padding: 2rem;
}

h1.title {
	margin: 2rem auto 4rem;
}

#header{
	position: relative;
                                padding: 15px 0 15px;
	width:100%;
	text-align: center;
                                top: 0;
                                z-index: 999;/*最前面へ*/
}

#header_name {
                                margin: 0 0 0 3vw;
                                padding: 0;
                                position: relative;
                                display: block;
                                z-index: 999;
                                text-align: left;
                                width: 300px;
}
#header_name h1 {
                                text-align: left;
                                margin: 0;
                                width: auto;
}

#header_name a:hover {
                                opacity: 0.8;
	text-decoration: none;
}

#header_photo{
                                width: 100%;
                                height: 55vw;
                                max-height: 750px;
                                min-height: 650px;
}
.index_header_title {
                                display: block;
                                position: relative;
                                margin:0 auto;
                                top: 5vw;
                                width: 300px
}
.index_header_title img {
                                max-height: 480px;
}

#index_release {
                                margin: 0;
                                padding: 0 2rem;
                                position: absolute;
                                top: 93px; left: 5vw;
                                border-width: 0;
                                height: 55vw;
                                min-height: 650px;
                                max-height: 750px;
                                width: 30%;

}
.index_release_title {
                                margin: 5vw auto 0.5rem;
                                padding: 0.5rem 0 0;
}
.index_release_jacket {
                                width: 230px;
}
img.index_jacket {
                                width: 230px;
}


.index_contents h2 {
	text-align: left;
                                float: left;
                                width: 20%;
}
#whatsnew h2 span {
                                display: block;
                                font-size: 75%
	line-height: 1;
                                letter-spacing: 7px;
}

#whatsnew ul {
                                margin: -5px auto 1rem;
                                float: left;
                                width: 80%;
}
#whatsnew ul li:first-child {
                                padding: 0 0 1.5rem;

}
#whatsnew ul li {
                                padding: 1rem 0 1.5rem;
}

footer {
                                margin: 0 auto;
}



.contents {
                                width: 850px;
                                margin: 0 auto;
                                padding: 50px 50px;
                                box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
                                border-width: 20px 0;
}
.index_contents {
                                width: 900px;
                                margin: 0 auto;
                                padding: 50px 50px;
}
#page_nav {
                                width: 950px;
                                padding: 1rem 0;
}


#info ul {
                                margin: 0 auto;
                                width: 750px;
}
#info ul li, ul.info_list li {
                                margin: 0 0 4rem;
                                position: relative;
                                display: block;
}
#info h3 {
	font-size: 140%;
                                font-weight: 500;
}



.release_products {
                                display: flex; /* 横並び */
                                justify-content: space-between; /* アイテムを両端に配置 */
                                align-items: start;
                                flex-wrap: wrap;
                                text-align: left;
}

.release_products div {
                                width: 45%;
}
.release_products div.LargeContents {
                                width: 100%;
}
.release_products img {
                                max-width: 300px
}

#profile_txt {
                                width: 700px;
}
#profile_txt dl {
                                padding: 1.5rem 2rem;
}
#profile_txt dl dt {
                                border-width: 0 1px 0 0;
                                font-weight: 500;
                                width: 5.5rem;
}
#profile_txt dl dd {
                                margin: -1.6rem 0 1rem 6.5rem;
}
#profile_txt dl dd:last-child {
                                margin: -1.6rem 0 0 6rem;
}
#profile_txt ul li {
                                margin: 0 0 0.5rem 1rem;
                                line-height: 1.4;
}


footer {
	margin: auto;
                                padding: 0 0 30px;
	text-align: left;
}

.movie {
                                margin: 2rem auto;
                                padding: 2rem 0; 
                                border: 1px dotted #666;
                                border-width: 1px 0;
}
.iframe-wrapper {
                                max-width: 640px;
                                height: 380px;
                                padding-bottom:0;
                                padding-top: 0;
                                margin: 0 auto;
}

}
