@charset "UTF-8";


/*===================================================


	reset.css


====================================================*/
*{
	-webkit-touch-callout: none;
	user-select: none;
	outline:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}


html,body {
font-family: "Helvetica Neue",Arial,'ヒラギノ角ゴ ProN',"Hiragino Kaku Gothic ProN","Hiragino Sans",'メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	font-smoothing: antialiased;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: antialiased;
    color: #fff;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
body:not(.page--home) .wrap {
    padding: 4vw;
    overflow-x: initial;
}
header {
    display: none;
}
ul, ol {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	text-decoration: none;
	color: inherit;
}
input, select {
	vertical-align:middle;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	line-height: 1.0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

img {
	width:100%;
	vertical-align: bottom;
	line-height: 1.0;
    pointer-events: none;
}


.delighter {
    transition: all .5s ease-out;
    transform: translatey(5%);
    opacity: 0;
   }

.delighter.started {
      transform: none;
      opacity: 1;
   }
 
.btnList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 600px;
    margin: 50px auto;
}
.btnList li{
width: 48%;
margin:0 auto;
}
.btnList li a{
display: block;
    background: #000;
    color: #fff;
    padding: 25px;
    border-radius: 999px;
    font-size: 18px;
}
.btnList li a:hover{
    opacity: 0.7;
    transition: 0.4s;

}
.anc{
display:block;
position: absolute;
top: -20px;
}

.ancPoint{
position:relative;
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}
.attentionList{
    margin: 0 0 20px 0;
}
.attentionList li {
    font-size: 15px;
    line-height: 1.5;
    text-indent: -1em;
    margin: 0 0 5px 1em;
    padding: 0;
}
.attentionList li:last-child{
    margin: 0 0 0 1em;
}
.attentionTxt{
    font-size: 11px;
    text-align: center;
    margin: 10px auto 0;
}
.lead{
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
    font-size: 13px;
    margin: 0 auto 15px;
}
.lead .fa{
    position: relative;
    top: 4px;
}

main {
    padding-bottom:0;
    min-height: 100vh;
}
a[target="_blank"]:not([class])::after {
    display: none;
}

footer {
    padding: 40px;
}
@keyframes swing {
    0% { transform: rotate(0deg);     opacity: 0;}
    10% { transform: rotate(10deg);     opacity: 1;}
    20% { transform: rotate(0deg);     opacity: 1;}
    30% { transform: rotate(-10deg);     opacity: 1;}
    40% { transform: rotate(0deg);     opacity: 1;}
    50% { transform: rotate(10deg);     opacity: 1;}
    65% { transform: rotate(0deg);     opacity: 1;}
    100% { transform: rotate(0deg);     opacity: 1;}
}

@keyframes upIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}
@keyframes rightIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(30px, 0);
		transform: translate(30px,0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}
@keyframes leftIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(-30px, 0);
		transform: translate(-30px,0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}
@-webkit-keyframes blurAnim {
0% {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	opacity: 0;
}
100% {
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
	filter: blur(0);
	opacity: 1;
}
}

.loaded .loading {
	z-index: -999;
	opacity: 0;
	pointer-events: none;
}
.contents{
    padding: 4vw;
    background: rgba(97,53,108,0.5);
}
.contents:nth-child(even){
    background: rgba(177,96,61,0.4);
}
.inBox{
    max-width: 1200px;
    margin: auto;
    position: relative;
    width: 90%;
}

.mov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.bgBox {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.6s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    opacity: 1;
}
.bg01 {
    opacity: 1;
    background: url(/static/kobukuro/official/feature/11th_album/images/bg_main_pc_E5uAwY9D.jpg) no-repeat center center;
    background-position: top;
    background-size: cover;
}
.fixedBtn{
    position: fixed;
    right: 0;
    bottom: 3%;
    z-index: 1;
}
.fixedBtn a{
    background: #fff;
    display: block;
    color: #6b4092;
    padding: 20px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-radius: 40px 0 0 40px;
    transition: 0.4s;
}

.slick-slider{
    margin: 0 auto 80px;
    width: 90%;
}
.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #fff;
}
.arrow_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 0 0;
    position: relative;
}

.prev-arrow,
.next-arrow {
    display: block;
    width: 50px;
    height: 50px;
    background: coral;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    top: 50%;
}

.prev-arrow {
    transform: rotate(180deg);
    left: -65px;
}
.next-arrow{
    right: -65px;
}
.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
    width:10px;
    height:10px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}
/*===================================================

	mainVisual

====================================================*/

#mainVisual{
    position: relative;
    height: 100vh;
    min-height: 600px;
    margin: 0 auto 5vh;
}
#mainVisual .mainInner{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#mainVisual .mainInner h2{
    width: 28%;
}
#mainVisual .mainInner h2 p{
    -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
    -moz-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
    -ms-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
    opacity: 0;
}
#mainVisual .mainInner h2 p:nth-child(1){
    margin: 0 auto 3vh;
}
#mainVisual .mainInner h2 p:nth-child(2){
    -webkit-filter:none;
    -moz-filter:none;
    -ms-filter:none;
    filter:none;
    margin: 0 auto 3vh;
    width: 65%;
}
#mainVisual .mainInner h2 p:nth-child(3){

}

.loaded #mainVisual .mainInner h2 p:nth-child(1){
  -webkit-animation:upIn 0.8s ease 0.8s 1 forwards;
  animation:upIn 0.8s ease 0.8s 1 forwards;
}
.loaded #mainVisual .mainInner h2 p:nth-child(2){
  -webkit-animation:upIn 0.8s ease 1.5s 1 forwards;
  animation:upIn 0.8s ease 1.5s 1 forwards;
}

.release_txt,
#mainVisual .mainInner h2 p:nth-child(3){
    margin: auto;
    width: 50vw;
    opacity: 0;
}
.loaded .release_txt,
.loaded #mainVisual .mainInner h2 p:nth-child(3){
  -webkit-animation:upIn 0.8s ease 1.8s 1 forwards;
  animation:upIn 0.8s ease 1.8s 1 forwards;
}

#mainVisual .mainInner h3{
    width: 34%;
    padding: 0 0 0 8vh;
}
#mainVisual .mainInner h3 p{
    -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
    -moz-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
    -ms-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
    opacity: 0;
}
#mainVisual .mainInner h3 p:before {
    content: '';
    position: absolute;
    height: 3px;
    background: #fff;
    width: 100%;
    bottom: 0;
}
#mainVisual .mainInner h3 p:nth-child(1){
	margin: 0 0 5vh;
    padding: 0 0 3vh 0;
    position: relative;
    width: 100%;
}
#mainVisual .mainInner h3 p:nth-child(2){
    padding: 0 0 3vh 0;
    position: relative;
    width: 85%;
    margin: 0;
}
.loaded #mainVisual .mainInner h3 p:nth-child(1){
  -webkit-animation:leftIn 0.8s ease 0.2s 1 forwards;
  animation:leftIn 0.8s ease 0.2s 1 forwards;
}
.loaded #mainVisual .mainInner h3 p:nth-child(2){
  -webkit-animation:leftIn 0.8s ease 0.4s 1 forwards;
  animation:leftIn 0.8s ease 0.4s 1 forwards;
}

#mainVisual .mainInner h4{
    width: 34%;
}
#mainVisual .mainInner h4 p{
    -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
    -moz-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
    -ms-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
    padding: 2vw;
    margin: 0 auto 3vh;
    opacity: 0;
}
#mainVisual .mainInner h4 p:nth-child(1){

}
#mainVisual .mainInner h4 p:nth-child(1) img{
    width: 100%;
}
#mainVisual .mainInner h4 p:nth-child(2){
    margin: 0 0 3vh auto;
    width: 95%;
}
#mainVisual .mainInner h4 p:nth-child(2) img{

}
#mainVisual .mainInner h4 p:nth-child(3){
    width: 90%;
    margin: 0 0 0 auto;
}
#mainVisual .mainInner h4 p:nth-child(3) img{
    width: 50%;
}
#mainVisual .mainInner h4 p::after {
    content: '';
    position: absolute;
    z-index: -1; 
    bottom: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: all .5s;
    opacity: 0;
}

.loaded #mainVisual .mainInner h4 p:nth-child(1){
  -webkit-animation:upIn 0.8s ease 2.3s 1 forwards;
  animation:upIn 0.8s ease 2.3s 1 forwards;
}
.loaded #mainVisual .mainInner h4 p:nth-child(1)::after{
  -webkit-animation: bgAnime 0.8s ease 2.5s 1 forwards;
  animation: bgAnime 0.8s ease 2.5s 1 forwards;
}
.loaded #mainVisual .mainInner h4 p:nth-child(2){
  -webkit-animation:upIn 0.8s ease 2.8s 1 forwards;
  animation:upIn 0.8s ease 2.8s 1 forwards;
}
.loaded #mainVisual .mainInner h4 p:nth-child(2)::after{
  -webkit-animation: bgAnime 0.8s ease 3.1s 1 forwards;
  animation: bgAnime 0.8s ease 3.1s 1 forwards;
}
.loaded #mainVisual .mainInner h4 p:nth-child(3){
  -webkit-animation:upIn 0.8s ease 3.4s 1 forwards;
  animation:upIn 0.8s ease 3.4s 1 forwards;
}
.loaded #mainVisual .mainInner h4 p:nth-child(3)::after{
  -webkit-animation: bgAnime 0.8s ease 3.7s 1 forwards;
  animation: bgAnime 0.8s ease 3.7s 1 forwards;
}


@keyframes bgAnime{
	0% {
  		width: 0;
	}
	100% {
  		width: 100%;
  		opacity: 1;
	}
}

#mainVisual .sns {
    position: fixed;
    right: 2%;
    top: 3%;
    z-index: 1;
}
#mainVisual .sns .list--sns{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
#mainVisual .sns .list--sns li{
	margin: 0 20px 0 0;
}
#mainVisual .sns .list--sns li:last-child{
	margin: 0;
}
#mainVisual .sns .list--sns li a{
    font-size: 26px;
    transition: 0.4s;
}
#mainVisual .sns .list--sns li .links{
    display: none;
    position: absolute;
    top: 2em;
    left: 5px;
    width: 130px;
    text-align: left;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
}
#mainVisual .sns .list--sns li .links a{
    font-size: 13px;
    margin:5px 0;
    display: block;
    text-align: center;
}
#mainVisual .sns .list--sns li .ico {
    font-size: 24px;
}
#mainVisual .sns .list--sns li svg{
    fill: #fff;
    width: 25px;
    height: 23px;
    position: relative;
    top: 3px;
}

.scrolldown{
	position: absolute;
    left: 2%;
    bottom: 3%;
    height: 50px;
}
.scrolldown span{
    position: absolute;
    left: -3px;
    top: -40px;
    font-size: 12px;
    letter-spacing: 0.05em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.scrolldown::after{
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 30px;
    background: #fff;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}


.borderBox .border{
    background-color: #fff;
    position: fixed;
    z-index: 50;
}
.borderBox .border.top {
    height: 5px;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
}
.borderBox .border.left {
    height: calc(100% - 10px);
    left: 5px;
    top: 5px;
    width: 5px;
}
.borderBox .border.bottom {
    height: 5px;
    left: 5px;
    bottom: 5px;
    width: calc(100% - 10px);
}

.borderBox .border.right {
    height: calc(100% - 10px);
    right: 5px;
    top: 5px;
    width: 5px;
}
.bgLogo{
    position: absolute;
    top: 50%;
    left: -50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    width: 100%;
    z-index: -1;
}
h5{
    text-align: center;
    font-size: 38px;
    letter-spacing: 0.2em;
    margin: 0 auto 50px;
}
h5.ja{

}
h5 span.inner{
    position: relative;
    padding: 0 0 20px 0;
}
h5 span.inner:before {
    content: '';
    height: 2px;
    width: 100%;
    display: block;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.mini{
    font-size: 80%;
}
.btn a{
    display: block;
    background: #2c239f;
    max-width: 350px;
    text-align: center;
    padding: 20px;
    border-radius: 999px;
    font-size: 18px;
    transition: 0.4s;
    margin: 10px auto;
    color: #fff;
}
.anc{
display:block;
position: absolute;
top: -20px;
}

.ancPoint{
position:relative;
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}
.copyright{
    font-size: 12px;
}





/*===================================================

	leadArea

====================================================*/

#leadArea .lead{
    font-size: 19px;
    line-height: 2;
    text-align: left;
    margin: 0;
}


/*===================================================

	albumArea

====================================================*/

#albumArea .tit{
    text-align: center;
    font-size: 43px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin: 0 auto 20px;
}
#albumArea .date{
    text-align: center;
    font-size: 31px;
    letter-spacing: 0.1em;
}

/*===================================================

	jkArea

====================================================*/

#jkArea .jkList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: baseline;
    margin: 0 auto 100px;
}
#jkArea .jkList li{
    width: 31%;
}
#jkArea .jkList li .jk{
    margin: 0 auto 20px;
}
#jkArea .jkList li .tit{
    font-size: 19px;
    text-align: center;
}

/*===================================================

	songArea

====================================================*/

#songArea .songList{
    padding: 4vw;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 auto 50px;
    border-radius: 20px;
}
#songArea .songList li{
    font-size: 20px;
    margin: 0 0 20px 0;
}
#songArea .songList li:last-child{
    margin: 0;
    text-align: right;
}
#songArea .mov{
    margin: 0 auto 50px;
}

#songArea .commentBox{
    border: 2px solid;
    padding: 4vw;
}
#songArea .commentBox .tit{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin: 0 0 25px 0;
    border-bottom: 1px solid;
    padding: 0 0 25px 0;
}
#songArea .commentBox .txt{
    font-size: 18px;
    line-height: 2;
    margin: 0 0 20px 0;
}
#songArea .commentBox .name{
text-align: right;
    font-size: 18px;
}

/*===================================================

	typeArea

====================================================*/

#typeArea .typeDetail{
    margin: 0 0 50px 0;
    padding: 0 0 50px 0;
    border-bottom: 1px solid;
}
#typeArea .typeDetail dt{
    font-size: 23px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
#typeArea .typeDetail dd{
    font-size: 20px;
}
#typeArea .typeDetail dd .mini{
margin: 0 0 0 20px;
}
#typeArea .typeDetail .txtArea{
    background: rgba(151,65,46,0.5);
    padding: 30px;
    margin: 20px 0 0 0;
    font-size: 17px;
    line-height: 1.8;
}
#typeArea .typeDetail:last-of-type{
    margin: 0 0 80px 0;
    padding: 0;
    border-bottom: none;
}

#typeArea .listBox{
    padding: 3vw;
    background: rgba(104, 62, 146, 0.3);
    margin: 0 auto 50px;
    border-radius: 20px;
}
#typeArea .listBox .tit{
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    margin: 0 auto 10px;
    letter-spacing: 0.2em;
}
#typeArea .listBox .subTit{
    text-align: center;
    line-height: 1.5;
    font-size: 20px;
    margin: 0 0 30px 0;
    border-bottom: 1px solid;
    padding: 0 0 30px 0;
}
#typeArea .listBox .list{

}
#typeArea .listBox .list li{
    font-size: 18px;
    margin: 0 0 15px 0;
}
#typeArea .listBox .list li:last-child{
    margin: 0;
}
#typeArea .listBox .txt{
    margin: 25px 0 0 0;
    font-size: 15px;
}

/*===================================================

	fcArea

====================================================*/


#fcArea .icon{
    width: 130px;
    height: 130px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    background: #fff;
    color: #5f3990;
    border-radius: 999px;
    left: 0;
    top: -50px;
}
#fcArea .icon span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
#fcArea .lead{
font-size: 18px;
    line-height: 2;
    text-align: left;
    margin: 0 0 50px 0;
}
#fcArea .date{
    padding: 30px;
    border: 2px solid;
    margin: 0 0 20px 0;
    text-align: center;
}
#fcArea .date dt{
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
#fcArea .date dd{
    font-size: 24px;
}
#fcArea .price{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 50px 0;
}
#fcArea .box{
    padding: 4vw;
        background: rgba(104, 54, 125, 0.5);
    margin: 0 auto 50px;
}
#fcArea .box dt{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
#fcArea .box dd{

}
#fcArea .box .phList{ 
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
#fcArea .box .phList li{ 
	width: 31%;
    margin: 0 0 20px 0;
}
#fcArea .box .phList li.one{
    width: 60%;
    margin: 0 auto 20px;
}
#fcArea .box .phList.two{
    width: 66%;
    margin: auto;
}
#fcArea .box .phList.two li{
    width: 47%;
}
#fcArea .box .lead{
    font-size: 18px;
    text-align: left;
    margin: 0 0 20px 0;
    line-height: 2;
}
#fcArea .box .txt{
    font-size: 15px;
    text-align: left;
    margin: 0 0 20px 0;
    line-height: 2;
    padding: 20px;
    border: 1px solid;
}
#fcArea .delivery{
    background: rgba(255, 255, 255, 0.9);
    padding: 4vw;
    color: #000;
}
#fcArea .delivery .txt{
    text-align: center;
    font-size: 21px;
    margin: 0 0 20px 0;
    line-height: 1.8;
}
#fcArea .delivery .txt .red.bold{
    font-weight: bold;
    color: #ff0000;
}

#fcArea .delivery .btnBox{

}
#fcArea .delivery .btnBox dt{
    font-size: 25px;
    text-align: center;
    margin: 0 0 10px 0;
    font-weight: bold;
}

#fcArea .delivery .btnBox dd{

}
#fcArea .delivery .btnBox dd .phList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto 50px;
}
#fcArea .delivery .btnBox dd .phList li{
    width: 48%;
}
#fcArea .delivery .btnBox dd .phList li a{
    display: block;
    transition: 0.4s;
}
#fcArea .delivery .txtBox {
    margin: 0 0 50px 0;
}
#fcArea .delivery .txtBox .txt{
    font-size: 17px;
    text-align: left;
}

#fcArea .delivery .accountBox{
    padding: 30px;
    background: #f6b688;
    margin: 0 auto 30px;
}
#fcArea .delivery .accountBox dt{
font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
#fcArea .delivery .accountBox dd{
    font-size: 16px;
    line-height: 2;
}


#shopArea {
	text-align: center;
}
#shopArea .inBox{
    padding: 3vw;
    background: rgba(104, 62, 146, 0.3);
    margin: 0 auto;
    border-radius: 20px;
}
#shopArea h2 + .btn03 {
	margin: 0 0 60px;
}

#shopArea .lead {
    font-size: 21px;
    margin-bottom: 30px;
}
#shopArea .pic {
    border: 1px solid #ddd;
	line-height: 0;
	margin: 0 auto 40px;
}

#shopArea .shopName {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: .1em;
}
#shopArea .tokuten {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
#shopArea p {
	font-size: 16px;
}

#shopArea .otherShop {
	border: #6880af solid 2px;
	padding: 15px;
	margin-top: 40px;
	font-size: 18px;
}

#shopArea .shopBox {
	margin-bottom: 60px;
}

#shopArea .shopHalf {
	display: flex;
	justify-content: space-between;
}
#shopArea .shopHalf .shopBox {
	width: 48%;
}

#shopArea .jacket {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin-bottom:0;
    background-color: #fff;
    padding: 50px;
    flex-wrap: wrap;
    color: #000;
}
#shopArea .attentionList {
    margin: 30px 0 0 0;
    text-align: left;
}
#shopArea .attentionList li{
    font-size: 14px;
}
#shopArea .jacket li {
	width: 48%;
}
#shopArea .jacket.rakuten li {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#shopArea .jacket.rakuten li.re {
	flex-direction: row-reverse;
}
#shopArea .jacket li.normal {
	width: 41.6%;
}
#shopArea .jacket li.col1 {
	display: flex;
    flex-direction: column;
    justify-content: center;
	border-right: #1b2b4d solid 1px;
    padding-right: 6%;
    width: 53%;
}
#shopArea .jacket li .pic {
	line-height: 0;
	margin-bottom: 20px;
}
#shopArea .jacket li p + .pic {
	margin-top: 40px;
}
#shopArea .jacket li .pic.v-center {
	padding-top: 100%;
	position: relative;
}
#shopArea .jacket li .pic.v-center img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#shopArea .jacket li .pic p {
	text-align: right;
	line-height: 1.6;
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
	letter-spacing: .05em;
}
#shopArea .jacket li p {
	color: #000;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#shopArea .jacket li p span {
	font-weight: normal;
	font-size: 14px;
}
#shopArea .jacket li .note {
	font-size: 14px;
	font-weight: normal;
}
#shopArea .jacket .rakutenTxt {
	color: #000;
	font-size: 14px;
	text-align: left;
	margin-bottom: 20px;
}

#shopArea .shopHalf .jacket li {
	width: 100%;
}

#shopArea .quarter {
    width: 49%;
}
#shopArea .tokutenBg {
	padding: 30px 5%;
}
#shopArea .jacket.rakuten li.delivery{
    display: block;
    background: rgba(104, 62, 146, 0.3);
    padding: 3vw;
    margin: 50px auto 0;
}
#shopArea .jacket.rakuten li.delivery .jacket {
    margin-bottom: 0;
}
#shopArea .jacket.rakuten li.delivery .jacket li .quarter{
    margin: auto;
    width: 100%;
    max-width: 600px;
}
#shopArea .jacket.rakuten li .attentionList li {
	margin: 0 0 5px 1em;
}
#shopArea .shopBox.last{
    margin-bottom: 0;
}

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

.pc{
    display: block;
}
.sp{
    display: none;
}

#mainVisual .sns .list--sns li a:hover,
#mainVisual .sns .list--sns li .ico:hover,
#fcArea .delivery .btnBox dd .phList li a{
    opacity: 0.7;
}
.fixedBtn a:hover{
    background: #865693;
    display: block;
    color: #fff;
}
.btn a:hover{
    display: block;
    background: #df8f76;
}
.prev-arrow:hover,
.next-arrow:hover{
    opacity: 0.7;
}

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

.sp{
    display: block;
}
.pc{
    display: none;
}
.prev-arrow, .next-arrow {
    display: block;
    width: 25px;
    height: 25px;
}
.prev-arrow {
    left: -30px;
}
.next-arrow {
    right: -30px;
}
.prev-arrow::before, .next-arrow::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
}
.slick-slider {
    margin: 0 auto 50px;
    width: 85%;
}
.attentionList li {
    font-size: 13px;
}
#mainVisual {
    position: relative;
    height: 100vh;
    min-height: auto;
    margin: 0 auto 5vw;
}
#mainVisual .sns {
    position: fixed;
    right: 6%;
    top: 4%;
}
#mainVisual .sns .list--sns li a {
    font-size: 18px;
}
#mainVisual .sns .list--sns li .ico {
    font-size: 19px;
}
#mainVisual .sns .list--sns li svg {
    width: 21px;
    height: 19px;
    position: relative;
    top: 3px;
}
.bgLogo {
    position: absolute;
    top: 50%;
    left: -25%;
}
#mainVisual .mainInner {
    width: 100%;
    display: block;
}
#mainVisual .mainInner h3 {
    width: 24vh;
    padding: 0;
    margin: 0 auto 3vh;
}
#mainVisual .mainInner h3 p:nth-child(1) {
        margin: 0 auto 1vh;
        padding: 0 0 2vh 0;
        position: relative;
}
#mainVisual .mainInner h3 p:nth-child(2) {
        padding: 0 0 2vh 0;
        position: relative;
        width: 91%;
        margin: auto;
}
#mainVisual .mainInner h3 p:before {
    content: '';
    position: absolute;
    height: 1px;
    background: #fff;
    width: 100%;
    bottom: 0;
}
#mainVisual .mainInner h2 {
    width: 35vh;
    margin: 0 auto 3vh;
}
#mainVisual .mainInner h2 p:nth-child(1) {
    margin: 0 auto 3vw;
}
#mainVisual .mainInner h2 p:nth-child(2) {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
    margin: 0 auto 0;
}
#mainVisual .mainInner h2 p:nth-child(3) {
    line-height: 1;
    width: 100%;
}
#mainVisual .mainInner h4 {
    width:44vh;
    margin: 0 0 0 auto;
}
#mainVisual .mainInner h4 p {
    line-height: 0;
    padding: 4vw;
    margin: 0 auto 2vw;
    opacity: 0;
}
#mainVisual .mainInner h4 p:nth-child(2) {
    margin: 0 0 2vw auto;
}
.fixedBtn {
    position: fixed;
    right: auto;
    bottom: 2%;
    left: 0;
    z-index: 1;
}
.fixedBtn a {
        background: #fff;
        display: block;
        color: #6b4092;
        padding: 10px 10px 10px 10px;
        font-size: 10px;
        font-weight: bold;
        text-align: center;
        border-radius: 0 40px 40px 0;
        transition: 0.4s;
}
.scrolldown {
    position: absolute;
    left: 6%;
    bottom: 20%;
    height: 50px;
}
.contents {
    padding: 6vh 0;
}
.inBox {
    width: 85%;
}
#leadArea .lead {
    font-size: 15px;
    line-height: 2;
    text-align: left;
    margin: 0;
}
.btn a {
    font-size: 16px;
}
attentionList li {
    font-size: 13px;
}
h5 {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.2em;
    margin: 0 auto 50px;
}
h5 span.inner {
    position: relative;
    padding: 0 0 10px 0;
}
#albumArea .tit {
    text-align: center;
    font-size: 19px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin: 0 auto 10px;
}
#albumArea .date {
    text-align: center;
    font-size: 17px;
    letter-spacing: 0.1em;
}
#jkArea .jkList{
    margin: 0 0 30px 0;
}
#jkArea .jkList li {
    width: 100%;
    margin: 0 0 20px 0;
}
#jkArea .jkList li:last-child{
    margin:0;
}
#jkArea .jkList li .jk {
    margin: 0 auto 10px;
}
#jkArea .jkList li .tit {
    font-size: 16px;
    text-align: center;
}
#songArea .songList {
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 auto 30px;
    border-radius: 10px;
}

#songArea .songList li {
    font-size: 15px;
    margin: 0 0 10px 0;
}
#songArea .mov {
    margin: 0 auto 30px;
}
#songArea .commentBox {
    border: 2px solid;
    padding: 20px;
}
#songArea .commentBox .tit {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid;
    padding: 0 0 15px 0;
}

#songArea .commentBox .txt {
    font-size: 14px;
    line-height: 2;
    margin: 0 0 15px 0;
}
#songArea .commentBox .name {
    text-align: right;
    font-size: 13px;
}

#typeArea .typeDetail dt {
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
#typeArea .typeDetail dd {
    font-size: 15px;
}
#typeArea .typeDetail dd .mini{
    margin: 0 0 0 15px;
}
#typeArea .typeDetail {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid;
}
#typeArea .typeDetail .txtArea {
    padding: 15px;
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 1.8;
}
#typeArea .typeDetail:last-of-type {
    margin: 0 0 50px 0;
    padding: 0;
    border-bottom: none;
}
#typeArea .listBox {
    padding: 20px;
    margin: 0 auto 30px;
    border-radius: 10px;
}

#typeArea .listBox .tit {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto 10px;
    letter-spacing: 0.2em;
}
#typeArea .listBox .subTit {
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid;
    padding: 0 0 10px 0;
}
#typeArea .listBox .list li {
    font-size: 14px;
    margin: 0 0 10px 0;
}
#typeArea .listBox .txt{
    font-size: 13px;
    margin: 15px 0 0 0;
}
#fcArea .icon {
        width: 80px;
        height: 80px;
        font-size: 10px;
        font-weight: bold;
        position: absolute;
        background: #fff;
        color: #5f3990;
        border-radius: 999px;
        left: -13px;
        top: -65px;
        letter-spacing: -0.1em;
        line-height: 1.5;
}
#fcArea .lead {
    font-size: 14px;
    line-height: 2;
    text-align: left;
    margin: 0 0 30px 0;
}
#fcArea .date {
    padding: 20px;
    border: 2px solid;
    margin: 0 0 15px 0;
    text-align: center;
}
#fcArea .date dt {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
#fcArea .date dd {
    font-size: 16px;
}
#fcArea .price {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    margin: 0 0 30px 0;
}
#fcArea .box {
    padding: 20px;
    margin: 0 auto 30px;
}
#fcArea .box dt {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
#fcArea .box .phList li {
    width: 100%;
    margin: 0 0 20px 0;
}
#fcArea .box .phList li.one {
    width: 100%;
}
#fcArea .box .phList.two {
    width: 100%;
}
#fcArea .box .phList.two li {
    width: 100%;
}
#fcArea .box .lead {
    font-size: 14px;
}
#fcArea .box .txt {
    font-size: 13px;
    margin: 0 0 10px 0;
    padding: 15px;
}
#fcArea .delivery {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    color: #000;
}
#fcArea .delivery .txt {
    text-align: left;
    font-size: 14px;
    margin: 0 0 20px 0;
    line-height: 1.8;
}
#fcArea .delivery .btnBox dt {
    font-size: 15px;
    text-align: center;
    margin: 0 0 10px 0;
    font-weight: bold;
}
#fcArea .delivery .btnBox dd .phList li {
    width: 100%;
    margin: 0 0 20px 0;
}
#fcArea .delivery .btnBox dd .phList {
    display: block;
    margin: 0 auto 20px;
}
#fcArea .delivery .txtBox .txt {
    font-size: 13px;
    text-align: left;
}
#fcArea .delivery .txtBox {
    margin: 0 0 30px 0;
}
#fcArea .delivery .accountBox {
    padding: 15px;
    background: #f6b688;
    margin: 0 auto 30px;
}
#fcArea .delivery .accountBox dt {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
#fcArea .delivery .accountBox dd {
    font-size: 12px;
    line-height: 2;
}

#shopArea .inBox {
    padding: 20px;
    border-radius: 10px;
}
	#shopArea .lead {
		font-size: 3.8vw;
		margin-bottom: 6vw;
	}
	#shopArea .pic {
		margin: 0 auto 10vw;
	}
	#shopArea .shopName {
        font-size: 17px;
        margin-bottom: 5px;
	}
	#shopArea .tokuten {
        font-size: 13px;
        margin-bottom: 10px;
	}
	#shopArea p {
        font-size: 12px;
	}
	#shopArea .otherShop {
		padding: 3vw;
		margin-top: 8vw;
		font-size: 3.4vw;
	}
	
	#shopArea .shopBox {
		margin-bottom: 30px;
	}
	#shopArea .jacket {
        display: block;
        margin-bottom: 30px;
        padding: 15px;
	}
	#shopArea .jacket li {
		width: 100%;
        margin: 0 0 10px 0;
	}
	#shopArea .jacket.rakuten li {
		display: block;
        margin: 0 0 10px 0;
	}
	#shopArea .jacket li:last-child {
		margin-bottom: 0;
	}
	#shopArea .jacket li.normal {
		width: 100%;
	}
	#shopArea .jacket li .pic {
        margin-bottom: 0;
	}
	#shopArea .jacket li.normal .pic {

	}
	#shopArea .jacket li .pic p {
		line-height: 1.6;
		font-size: 2.6vw;
		margin-top: 1vw;
	}
	#shopArea .jacket li p {
		font-size: 12px;
        margin: 5px 0 0 0;
	}
	#shopArea .jacket li p span {
		font-size: 80%;
	}
	
	#shopArea .jacket li.col1 {
		display: block;
		border-right: none;
		border-bottom: #1b2b4d solid 1px;
		padding-bottom: 8vw;
		padding-right: 0;
		width: 100%;
	}
	#shopArea .jacket li.col1 .pic {
    	width: 86.8%;
	}
	
	#shopArea .jacket li.normal p + .pic {
    	margin-top: 6vw;
	}
	
	#shopArea .shopHalf {
		display: block;
	}
	#shopArea .shopHalf .shopBox {
		width: 100%;
	}
	#shopArea .jacket li .note {
		font-size: 3vw;
	}
	#shopArea .jacket li .pic.v-center {
		padding-top: 0;
	}
	#shopArea .jacket li .pic.v-center img {
		position: static;
		transform: translateY(0%);
	}

	
	#shopArea .quarter {
		width: 100%;
        margin: 0 0 15px 0;
	}
	#shopArea .quarter:first-child {
		padding-top: 0;
	}
	#shopArea .quarter.tokutenBg {
		padding: 0 0 8vw;
		border-bottom: #999 solid 1px;
		margin-bottom: 2vw;
	}
	#shopArea .jacket .rakutenTxt {
		font-size: 3.2vw;
		margin-bottom: 6vw;
	}
	#shopArea .jacket.rakuten li.delivery {
	    padding: 10px;
	    margin: 20px auto 0;
	}
	#shopArea .jacket.rakuten li.delivery .tokuten{
	    margin: 0 0 5px 0;
	}
	#shopArea .attentionList li {
	    font-size: 11px;
	}
	#shopArea .jacket.rakuten li .attentionList {
	    margin: 25px 0 0 0;
	    text-align: left;
	        width: 95%;
	}
	#shopArea .jacket.rakuten li .attentionList li {
	    font-size: 11px;
	    margin: 0 0 5px 1em;
	}
footer {
    padding: 100px 40px;
}



}
