@charset "UTF-8";
/* CSS Document */
/*--------------------------
      campaign
----------------------------*/
.square_cp .steps {
	margin:0 auto 100px;
	text-align: center;
	max-width:1200px;
}
@media screen and (max-width: 640px) {
	.square_cp .steps {
		margin:0 auto 60px;
		padding:0 20px;
	}
}

.square_cp .steps_item a{
	display:block;
	border-radius:30px;
	filter: drop-shadow(0 0 49px rgba(0,0,0,0.29));
	background: rgba(56,76,134,0.8);
	padding:50px 30px 72px;
	text-align:center;
	width:100%;
	height:100%;
	position: relative;
	transition: 0.3s;
}
@media screen and (max-width: 640px) {
	.square_cp .steps_item a{
		padding:40px 30px 25px;
	}
}
.square_cp .steps_item a:hover{
	transform: translateY(8px);
}
.square_cp .steps_head {
	font-size:1.25em;
	font-weight: 700;
	margin-bottom:20px;
}
@media screen and (max-width: 640px) {
	.square_cp .steps_head {
		margin-bottom:5px;
	}
}
.square_cp .steps_item a::before{
	content:"";
	display:block;
	width:28px;
	height:28px;
	border-radius:50px;
	background: linear-gradient(to left bottom, #18AAEC, #A28BD2 ,#F23BA1);
	position: absolute;
	left:0;
	right:0;
	margin:auto;
	bottom:30px;
}
@media screen and (max-width: 640px) {
	.square_cp .steps_item a::before{
		left:auto;
		right:20px;
		bottom:20px;
	}
}
.square_cp .steps_item a::after{
	content:"";
	display:block;
	width:8px;
	height:8px;
	border-right:2px solid #fff;
	border-top:2px solid #fff;
	transform: rotate(135deg);
	position: absolute;
	left:0;
	right:0;
	margin:auto;
	bottom:42px;
}
@media screen and (max-width: 640px) {
	.square_cp .steps_item a::after{
		left:auto;
		right:30px;
		bottom:32px;
	}
}

.square_cp .accordion_btn .charm {
	padding-left:22px;
	display:inline-block;
	position: relative;
}
.square_cp .accordion_btn .charm::before {
	content:"";
	display:block;
	width:18px;
	height:17px;
	background: url("../../img/charm_kira.svg") no-repeat center / contain;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	position:absolute;
}
.square_cp .section {
    padding: 150px 20px 100px 20px;
    background: #1e2752 url(../img/bg_pattern.png) repeat center top -170px;
}
@media screen and (max-width: 640px) {
    .square_cp .section.section-02 {
        padding: 100px 20px 100px 20px;
    }
}
.box.box-01 {
    background: #d1ecfb;
    border-radius: 30px;
}
.box_inner {
    padding: 100px 100px 80px;
    position: relative;
}
@media screen and (max-width: 640px) {
    .box_inner {
        padding: 40px 20px 10px;
        position: relative;
    }
}
.box.box-02 {
    background: #ffe9f3;
    border-radius: 30px;
}
img.trial {
    max-width: 500px;
    width: 100%;
    display: block;
    margin: 10px auto;
}
a.btn-base.btn-primary {
    text-align: center;
    margin: 40px auto 10px auto;
}
p.btn-note {
    color: #181818;
    text-align: center;
    margin-bottom: 40px;
    font-size: 14px;
}
@media screen and (max-width: 640px) {
    p.btn-note {
        font-size: 0.86em;
    }
}
p.overview {
    color: #181818;
    font-size: 18px;
    line-height: 1.6em;
    margin-top: 40px;
}
@media screen and (max-width: 640px) {
    p.overview {
        font-size: 16px;
    }
}
img.top-img {
    margin: 0 auto;
    display: block;
}
.detail-wrap {
    display: flex;
    justify-content: center;
    gap: 0 20px;
    margin: 40px auto 0 auto;
}
@media screen and (max-width: 640px) {
    .detail-wrap {
        display: block;
        margin: 30px auto 0 auto;
    }
}
.detail-wrap.detail-single {
    display: block;
}
.detail-wrap.detail-single .detail-box {
    max-width: 1042px;
    width: 100%;
}
.detail-box {
    margin-bottom: 0;
}
@media screen and (max-width: 640px) {
    .detail-box {
        margin-bottom: 30px;
    }
}
.box_detail_head.box_detail_head-line {
    background: none;
    border: 2px solid #181818;
    color: #181818;
    max-width: 186px;
    width: 100%;
}

.box_detail_head {
    color: #fff;
    background: #000;
    border-radius: 50px 50px 0 50px;
    padding: 5px 10px;
    text-align: center;
    max-width: 186px;
    margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
    .box_detail_head {
        margin-bottom: 10px;
        max-width: 138px;
        font-size: 0.875em;
        width: 100%;
    }
}
.box_detail_head.box_detail_head-line-long {
    background: none;
    border: 2px solid #181818;
    color: #181818;
    max-width: 402px;
}
.detail-box-inner {
    max-width: 510px;
    width: 100%;
    color: #181818;
    background: #fff;
    border-radius: 0 0 30px 30px;
    margin: 0 auto;
    padding: 30px 20px 20px 20px;
    font-size: 15px;
    max-height: 1040px;
    height: 100%;
}
@media screen and (max-width: 640px) {
    .detail-box-inner {
        width: 100%;
        border-radius: 0 0 30px 30px;
        margin: 0 auto;
        padding: 20px 20px;
        font-size: 14px;
        max-height: none;
        height: auto;
    }
}
.box_head {
    background: linear-gradient(to right bottom, #89DCF7, #D7E3F0, #F7C9DD);
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    border-radius: 30px 30px 0 0;
    padding: 24px;
    font-weight: 800;
    color: #0D3582;
    font-size: 1.3em;
    text-align: center;
    max-height: 100px;
    height: 100%;
    justify-content: center;
}
@media screen and (max-width: 640px) {
    .box_head {
        font-size: 1.2em;
    }
}

dl.box_detail dd {
    margin-bottom: 20px;
}
dl.box_detail dd.box_detail_Content {
    margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
    dl.box_detail dd.box_detail_Content {
        margin-bottom: 25px;
    }
}
span.song-title {
    display: block;
    color: #0d3582;
    font-weight: bold;
    font-size: 18px;
}
@media screen and (max-width: 640px) {
    span.song-title {
        font-size: 16px;
    }
}
span.member {
    font-size: 16px;
    display: block;
    font-weight: bold;
}
@media screen and (max-width: 640px) {
    span.member {
        font-size: 15px;
    }
}
.detail-box-inner.detail-box-inner-single {
    max-width: 1200px;
    max-height: 100%;
}
.square_cp .contents_title .contents_title_inner {
    padding: 0 75px;
}
@media screen and (max-width: 640px) {
    .square_cp .contents_title .contents_title_inner {
        padding: 0 45px;
    }
}
img.title-01 {
    max-width: 506px;
    width: 100%;
}
img.title-02 {
    max-width: 586px;
    width: 100%;
}
span.date {
    color: #0d3582;
    font-weight: bold;
    font-size: 20px;
}
@media screen and (max-width: 640px) {
    span.date {
        font-size: 15px;
    }
}
span.num {
    font-size: 1.3em;
}
span.date-nomal {
    font-weight: normal;
    color: #181818;
}
a.btn-base.btn-simple.btn-top {
    margin-top: 100px;
}
@media screen and (max-width: 640px) {
    a.btn-base.btn-simple.btn-top {
        margin-top: 60px;
    }
}
span.btn-base.btn-cs {
    margin: 50px auto;
    background: #9e9e9e;
    font-size: 1.25em;
    max-width: 570px;
}


.square_cp .btn-base.btn-cs::after {
    content: "";
    display: none;
}
/*モーダルを開くボタン*/

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    right: 50px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    background: #000;
}
/*モーダル内のコンテンツの指定*/
/*.modal-content{
  background: #fff;
  text-align: left;
  padding: 30px;
}*/

.square_cp .attention small {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1em;
    line-height: 1.6em;
}
.square_cp .attention li{
    margin-bottom: 8px;
}
ul.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
li.menu_item {
    max-width: 400px;
    width: 100%;
}
img.menu_prism {
    transition: .3s;
}
img.menu_prism:hover {
    transform: translate3d(0, 8px, 0);
    /* color: #007db9; */
}
ul.attention.btn-attention li {
    margin-bottom: 0;
}

ul.attention.btn-attention {
    color: #181818;
    line-height: 1em;
    width: 780px;
    margin: 0 auto;
}
@media screen and (max-width: 640px) {
    ul.attention.btn-attention {
        width: 100%;
    }
}